*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Quicksand', sans-serif;

}
:root{
    --thm-clr:#f7ca2d;
}
body{
    position: relative;
}
.flex-wrap{
    flex-wrap: wrap;
}
p {
    color: #474747;
    line-height: 30px;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
a{
    text-decoration: none;
}

.glbl-btn{
    border: 2px solid var(--thm-clr);
    color: #fff;
    display: inline-block;
    padding: 11px 30px;
    text-decoration: none;
    font-size: 19px;
    border-radius: 4px;
    margin-top: 22px;
}
.text-white{
    color: #fff;
}
.d-sm-none{
    display: none;
}
.d-sm-block{
    display: block;
}
h2{
    font-size: 50px;
    color: #3a3a3a;
    text-align: center;
}
h2 span {
    color: var(--thm-clr);
    font-weight: 300;
}
h3{
    color: #3a3a3a;
    font-weight: 700;
}
.h-100{
    height: 100%;
}
.flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.content-between{
    justify-content: space-between;
}
.align-center{
    align-items: center;
}
.active {
    background-color:#fff;
    box-shadow: 0 0 6px 0 rgb(38 40 40 / 62%);
  }

html{
    scroll-behavior: smooth;
}
.container{
    max-width: 1180px;
    width: 100%;
    margin: 0px auto;
}
header {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 10px 0;
    transition: all 0.5s ease-in-out;
}
header nav .logo img:nth-child(2){
    display: none;
}
header.active nav .logo img:nth-child(1){
display: none;
}
header.active nav .logo img:nth-child(2){
    display: block;
}

header.active nav .toggle span{
    background-color: var(--thm-clr);
}
header nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .toggle{
        width: 3%;
        cursor: pointer;
}
header .toggle span {
    height: 3px;
    background-color: #fff;
    display: block;
    margin-bottom: 7px;
    border-radius: 5px;
    transition: all ease-in-out 0.5s;
}
header .toggle span:nth-child(2){
    margin-right: -10px;
}


.menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
     width: 0;
    display: flex;
    align-items: center;
    padding: 80px;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s ease-in-out;
}
.menu h1{
    position: absolute;
    color: #3a3a3a;
    font-size: 300px;
    z-index: -1;
    opacity: 0.1;
}
.menu .cross{
    display: flex;
    align-self: baseline;
    cursor: pointer;
}
.menu .cross img{
    width: 50px;
    height: 50px;
}
.menu ul li a{
    line-height: 80px;
    font-size: 40px;
    color: #3a3a3a;
    font-weight: 700;
}
.menu ul li{
    list-style: none;
}
header.resMenu .menu{
    right: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    left: 0;
}


.res-menu-cover {
    position: fixed;
    background: var(--thm-clr);
    left: -100%;
    height: 100vh;
    z-index: 999999;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s ease-in-out;
}
header.resMenu .res-menu-cover{
    width: 100%;
    right: -100%;
    visibility: visible;
    opacity: 1;
    left: 100%;
}

header.backresMenu.resMenu .menu{
    left: -100%;
    right: 100%;
    width: 0;
    opacity: 0;
    visibility: hidden;
}
header.backresMenu.resMenu .res-menu-cover{
left: -100%;
width: 100%;
right: 100%;
opacity: 0.4;
visibility: hidden;
}
h1 {
    font-size: 70px;
    color: #fff;
    text-transform: capitalize;
    line-height: 80px;
    margin-bottom: 20px;
}
.card{
    width: 100%;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
}
.card h1 span{
color: var(--thm-clr);
}
.card >img{
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
   filter: brightness(0.5);
    
}
.card .card-contant{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0px;
}
.card .card-contant p {
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
}
.card .contant-in {
    width: 70%;
    text-align: center;
    margin: auto;
}
/* about  */
.card.about {
    background-color: #fff;
    height: 80vh;
   
}
.card.about >img{
    filter:  brightness(1);
}
.card.about h2{
    text-align: left;
}
.card.about .card-contant .left {
    height: 500px;
    width: 37%;
    box-shadow: 0 0 6px 0 rgb(38 40 40 / 62%);
    border-radius: 5px;
}
.card.about .card-contant .right{
            width: 100%;
        text-align: justify;
}
.card.about .card-contant .right p{
    margin-bottom: 5px;
    color:  #3a3a3a;
    font-weight: 400;
    line-height: 32px;
}
.card.about .card-contant .left img {
    height: 100%;
    filter: brightness(0.8);
    outline: 1px solid #fff7dc;
    outline-offset: -3px;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}
.card.about .card-contant{
    max-width: 1180px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: auto;
    left: 0;
    right: 0;
    justify-content: space-between;
}
.card.about h2{
        font-size: 60px;
        color: #3a3a3a;
        margin-bottom: 15px;
}

/* services  */
.card.services{
background-color: var(--thm-clr);

}
.card.services .bg-pattern{
    width: 100%;
    height: 100%;   
}
.card.services .bg-pattern::after{
    content: "";
    position: absolute;
    background-image: url(../img/footer-bg.png);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.card.services>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    font-family: "object-fit: cover; object-position: top center";
}

.card.services img{
    filter: brightness(1);
}

.card.services h2 {
    color: #fff;
}
.card.services h2 span{
    color: #3a3a3a;
    font-weight: 700;
}
.card.services p{
    color: #3a3a3a;
    font-weight: 400;

}
/* services  */
.box {
    width: 48%;
    margin-top: 35px;
    border-radius: 4px;
    padding: 0px 15px;
}
.box h3 {
    color: #3a3a3a;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 12px;
    font-size: 16px;
    
}
.box img{
    filter: grayscale(50%)
}
.box p{
    color: #3a3a3a;
    line-height: 25px;
    font-size: 19px;
    font-weight: 500;
}
/* accordion */
.card.faq {
    background-color: #fff;
}
.card.faq .heading{
    width: 100%;
}
.accordion {
    width: 48%;
}   
.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid var(--thm-clr);

}
  

  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;

    color: #3a3a3a;
    font-weight: 600;
    border: none;
    background: none;
    outline: none;
    font-size: 20px;
        background-color: var(--thm-clr);
        height: 75px;
        border-radius: 4px;
        padding: 0px 20px;
  }
  .accordion button h5{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
  }
  .accordion button   .bg-pattern{
    width: 100%;
    height: 100%;   
}
.accordion button .bg-pattern::after{
    content: "";
    position: absolute;
    background-image: url(../img/footer-bg.png);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    box-shadow: 0 0 6px 0 rgb(38 40 40 / 47%);
}
  
  .accordion button:hover,
  .accordion button:focus {
    cursor: pointer;
    color: #3a3a3a;
  }
  
  .accordion button:hover::after,
  .accordion button:focus::after {
    cursor: pointer;
    color: var(--thm-clr);
    border: 1px solid var(--thm-clr);
  }
  

  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: 2px solid #3a3a3ac4;
    border-radius: 22px;
  }
  
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 14px;
    left: 6px;
    width: 15px;
    height: 2px;
    background:  #3a3a3ac4;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 7px;
    left: 12px;
    width: 2px;
    height: 15px;
    background:  #3a3a3ac4
  }
  

  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 300px;
    transition: all 0.6s ease-in-out;
  }
  .accordion button[aria-expanded='false'] + .accordion-content {
    opacity: 0 !important;
    max-height: 0 !important;
    transition: all 0.6s ease-in-out;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    box-shadow: 0 0 6px 0 rgb(38 40 40 / 21%);
    width: 99%;
    margin: auto;
    outline: 1px solid #f7ca2d78;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .accordion .accordion-content p{
    font-size: 16px;
    line-height: 25px;
    margin: 20px;
    font-weight: 300;
    color: #3a3a3a;
    font-weight: 400;

}


  /* partners  */

   .card.partners .heading{
    text-align: center;
    margin-bottom: 50px;
   }
  /* .card.partners img{
    filter: grayscale(100%)
  } */
  
  .card.partners  .client-box {
    background: #fff;
    padding: 8px;
    border-radius: 5px;
    outline: 1px solid #FFEB3B;
    outline-offset: -5px;
    width: 22%;
    box-shadow: 0 0 6px 0 rgb(38 40 40 / 21%);
}
.card.partners  .client-box img{
    width: 100%;
}

/* footer  */
footer {
    font-size: 14px;
    position: relative;
    background: #3a3a3a;
    padding-top: 45px;
    text-align: center;
    padding-bottom: 10px;
}
footer .bg-pattern{
width: 100%;
height: 100%;
}
footer::before{
    content: "";
    background-image: url(../img/footer-bg.png);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.3;
}
.footer-contant {
    margin-bottom: 40px;
}
footer h3 {
    color: #3a3a3a;
    font-weight: 700;
    font-size: 30px;
}
footer ul li{
        font-size: 22px;
        color: #fff;
        font-weight: 500;
        list-style: none;
        margin: 10px 0px;
}

footer ul li a {
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}
footer .copyright {
    margin-bottom: 12px;
    border-top: 1px solid #ffffffb3;
}
footer .copyright p{
    color: #fff;
    padding-top: 10px;
}

