@import url(effect.css);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.container {
  max-width: 1200px !important;
  margin: auto !important;
  padding: 0px 15px !important;
}
.wrapper {
  width: 100%;
}
a {
    text-decoration: none;
}
body {
    background: #181816 !important;
    width: 100%;
}
.margin-top{
    margin-top: 60px;
}
/* menu */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.banner {
    font-family: Outfit;
    font-size: 16px;
    margin: 0;
    /* background: #000; */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    /* background-image: url(../img/banner/banner-home.webp); */
    background-size: cover;
    background-attachment: fixed;
}
.menupos {
    position: absolute;
    top: 50px;
    width: 100%;
    padding: 0 20px;
}
.nav-open-trigger {
    cursor: pointer;
    font-size: 40px;
    line-height: 1;
}
.logo-img {
    width: 70px;
    height: auto;
}
nav {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 40px;
    right: -500%;
    overflow: hidden;
    z-index: 99;
}
nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
nav ul li {
    margin: 30px 0px;
    text-transform: uppercase;
}
nav ul li a {
    color: #000;
    font-size: 2em;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    opacity: 0;
    pointer-events: none;
}
nav ul li a::after {
    content: "";
    width: 0;
    position: absolute;
    height: 3px;
    border-radius: 5px;
    background: #000;
    bottom: -10px;
    left: 0;
    transition: all 0.5s ease;
}
nav ul li a:hover:after {
    width: 100%;
}
nav .close {
    font-size: 50px;
    line-height: 1;
    position: absolute;
    top: 6%;
    right: 5%;
    color: #000;
    transition: all 0.5s ease;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}
nav .close:hover {
    color: red;
}
nav h2 {
    line-height: 1;
    position: absolute;
    top: 6%;
    left: 5%;
    color: #fff;
    transition: all 0.5s ease;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}
/* title */
.title{
    width: 60%;
    margin: auto;
}
.title h1 {
    color: #fff;
    font-family: Outfit;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.banner {  
    position: relative;
}
.side-txt {
    position: absolute;
    bottom: 20%;
    left: 20%;
    color: #fff;
    font-family: Manier;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
/* banner */
.banner {
    position: relative;
    overflow: hidden;
}
.bgimg img {
    width: 100%;
    height: auto;
    margin-top: -100px;
    position: absolute;
    bottom: -50px;
    left: 0;
}
/* fonts */
.title-heading h2 {
    color: #fff;
    font-family: Manier;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px; /* 27.475px */
}
.para {
    color: #fff;
    font-family: Unna;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 20.88px */
    text-align: justify;
}
/* align */
.pading-left {
    padding-left: 50px;
}
.padding50{padding: 50px;}
ol, ul {
    padding-left: 0rem !important;
}
.about-sec{padding-bottom: 50px;}
/* why */
.why {
    position: relative;
    background-image: url(../image/banner/about-bg.webp);
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    padding: 100px 0px;
}
.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 415px;
    margin-bottom: 35px;
    max-width: 100%;
}
.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
  }
.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 475px;
    -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
/* .flip-box:hover .flip-box-front, .whyslider  .owl-item.active .flip-box-front { */
.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
/* .flip-box:hover .flip-box-back, .whyslider  .owl-item.active .flip-box-back { */
.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    text-align: left;
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 70%;
}
.flip-box-header {
    color: #fff;
    font-family: Unna;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 25.5px */
}
.flip-box p {
    font-size: 16px;
    font-family: Unna;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 20.88px */
}
.flip-box-img {
    margin-top: 25px;
}
/* .flip-box:hover .inner , .whyslider  .owl-item.active .inner{ */
.flip-box:hover .inner{
    top: 40%;
}
/* .flip-box:hover .flip-box-header , .whyslider  .owl-item.active .flip-box-header{ */
.flip-box:hover .flip-box-header{
    color: #181816;
    margin-bottom: 15px;
}
/* gsap */
/* gsap */
.main {
    overflow-x: hidden;
}
.horizontal-sliders {
    display: flex;
    flex-wrap: no-wrap;
    width: 400%;
    overflow-x: hidden;
}
.slide {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-right: 1px solid #ffbc57;
    padding-left: 50px;
}
.slide:nth-child(2n) {
    background-color: #181816;
}
.next-block {
    height: 100vh;
    background: blue;
}
.ourprojet .para {
    width: 80%;
}
.ourprojet img{
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.slide-grid{
    display: flex;
    gap:20px;
    align-items: center;
}
.ourprojet{
    width: 100%;
    overflow: hidden;
}
.bgimg1 img {
    width: 100%;
    height: auto;
    margin-top: -60px;
    position: absolute;
    top: 0;
    left: 0;
    rotate: 180deg;
}
.bgimg2 img {
    width: 100%;
    height: auto;
    margin-bottom: -80px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* rotate: 180deg; */
}
/* winter */
.wint-bg {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    background-attachment: fixed;
    overflow: hidden;
}
.flex-icon img {
    width: 30px;
    height: auto;
}
.flex-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}
.flex-icon h3 {
    color: #fff;
    font-family: Unna;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%; /* 29px */
    text-align: left;
    margin: 0px;
}
.wint-bg .para {
    width: 80%;
    margin: 20px 0px 0px 0px;
}
.tab-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 14px 16px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}
.home1 .tab-button:hover{
    background: rgba( 255, 255, 255, 0.4 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 9px );
    -webkit-backdrop-filter: blur( 9px );
    border-radius: 10px;
}
.home1 .para{
    padding-left: 40px;
}
/* tab */
.nav-tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: none !important;
    /* background-color: #333; */
} 
.nav-tabs li {
    float: left;
}  
.tab-button {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
/* client */
.clientslider.owl-carousel .item{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 150px;
}
.clientslider.owl-carousel .item img{
    width: 150px !important;
    height: auto !important;
    object-fit: contain !important;
    vertical-align: middle !important;
    display: block;
    margin: auto;
}
/* testimonial */
.testimonialslider h3{
    color: #FFF;
    leading-trim: both;
    font-family: Unna;
    text-edge: cap;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 78.5%; /* 27.475px */
    margin-top: 15px;
}
.testimonialslider h4{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Unna;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 78.5%; /* 19.625px */
}
/* gallery sec */
.gallery p {
    color: #fff;
    font-family: Unna;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 20.88px */
}
.gall-img {
    display: block;
    margin-top: 30px;
}
.galleryslider {
    margin-top: 30px;
}
.galleryslider .item{
    overflow: hidden;
    position: relative;
}
.galleryslider .item img {
    transition: transform 0.3s ease-in-out;
}
.galleryslider .item:hover img {
    transform: scale(1.2); /* Adjust the scale factor for zoom level */
}
/* faq */
/* Style the accordion container */
.accordion {
    max-width: 700px;
    margin: auto;
    padding-bottom: 50px;
}
/* Style the accordion section */
.accordion-section {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    margin-bottom: 5px;
    border-radius: 4px;
}
/* Style the accordion title */
.accordion-title {
    cursor: pointer;
    padding: 10px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: Unna;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 23.55px */
    margin-top: 30px;
}
/* Style the arrow icons */
.accordion-title .icon {
    font-size: 20px;
    transition: transform 0.3s ease-out;
}
/* Rotate the arrow icon for the active state */
 .active .icon {
    transform: rotate(180deg);
}
/* Style the accordion content */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    width: 80%;
    margin-left: 25px;
    color: #fff;
    font-family: Unna;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 23.55px */
    word-spacing: 5px;
}
/* Style the active state of the accordion title */
.active {
    background-color: transparent;
}
.accordion-title .icon img {
    width: 30px;
    height: auto;
}
.faq {
    background: url(../image/faqbg.webp);
    background-size: cover;
    background-position: center;
}
.faqcontainer {
    width: 80%;
    background: #000;
    margin: auto;
}
.accordion-section {
    width: 100%;
}
.faqline {
    max-width: 200px;
    height: 1px;
    background: linear-gradient(
      180deg,
      #f9f295 0%,
      #e0aa3e 30.21%,
      rgba(224, 170, 62, 0.54) 60.42%,
      #b88a44 100%
    );
}
/* form */
.form-portion input {
    border-radius: 19px;
    border: 1px solid #f9f295;
    width: 100%;
    padding: 10px 20px;
    background: transparent;
    color: #fff;
    text-align: justify;
    font-family: Unna;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145.5%; /* 29.1px */
}
.form_btn {
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    color: #fff;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: transparent;
    border-radius: 20px;
    border: 1px solid #fff;
    text-decoration: none;
}
.form_btn:hover {
    color: #000;
    background: #fff;
    transition: all linear 0.5s;
}
.cap-text {
    color: #fff;
    text-align: justify;
    font-family: Unna;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 145.5%; /* 29.1px */
    display: block;
    margin: 20px 0px;
    text-decoration: none;
}
/* footer */
footer {
    background: url(../image/banner/footerbg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 50px;
    display: block;
    position: relative;
    overflow: hidden;
}
.footer-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 50px 0px;
  }
  .footer-25 {
    width: 25%;
  }
  .footer-50 {
    width: 55%;
  }
  .footer-link {
    list-style: none;
  }
  .footer-link li a {
    color: #fff;
    font-family: Manier;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin-top: 20px;
    display: block;
  }
  .foothead {
    color: #fff;
    text-align: justify;
    font-family: Manier;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 145.5%; /* 72.75px */
  }
  .foot-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    text-decoration: none;
  }
  .foot-flex div {
    color: #fff;
    text-align: justify;
    font-family: Unna;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145.5%; /* 36.375px */
  }
  .foot-flex img {
    width: 30px !important;
    height: auto !important;
}
/* counter */
.counter {
    color: #fff;
    leading-trim: both;
    text-edge: cap;
    font-family: Manier;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 78.5%; /* 54.95px */
}
.counter-content {
    color: #fff;
    font-family: Unna;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 78.5%; /* 27.475px */
    text-transform: capitalize;
    margin-top: 30px;
}
.plus::after {
    content: "+";
    margin-left: 10px;
}
.yrs::after {
    content: "yrs+";
    margin-left: 10px;
}
.percent::after {
    content: "%";
    margin-left: 10px;
}
/* service */

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 60px;
}
.service-img {
    background-size: auto;
    /* background-position: center; */
    background-attachment: fixed;
    /* background-repeat: no-repeat; */
}
.service-img1 {
    display: none;
}
/* blog */
.blog {
    overflow: hidden;
  }
  .gridblog {
    display: grid;
    grid-template-columns: 25% 75%;
    gap: 30px;
    color: #fff;
  }
  .lyshileb {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  /* Style the Lyshileb post */
  .lyshileb-post {
    max-width: 250px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  /* Style the filter buttons */
  .filter-buttons {
    margin-top: 10px;
  }
  .filter-button {
    cursor: pointer !important;
    margin-right: 10px !important;
    padding: 5px 10px !important;
    border: none;
    background-color: transparent;
    border-radius: 5px;
    display: block;
    margin-top: 15px;
    color: #ffffff65;
    font-family: Outfit;
    font-size: 25px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
  }
  .filter-button.active {
    color: #fff;
  }
  .footline{
    width: 100%;
    height: 1px;
    background: linear-gradient(180deg, #F9F295 0%, #E0AA3E 30.21%, rgba(224, 170, 62, 0.54) 60.42%, #B88A44 100%);
    margin: 10px 0px;
  }
.footcopy{
    color: #FFF;
font-family: Unna;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 78.5%; /* 14.13px */
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
    display: none;
}
.owl-theme .owl-dots .owl-dot span {
      width: 7px !important;
      height: 7px !important;
      margin: 5px 7px;
      background: #FFFB57 !important;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity .2s ease;
      border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span {
    width: 30px !important;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: end !important;
    -webkit-tap-highlight-color: transparent;
}
/* about */
.tab-button:hover {
    background: #fff;
    border-radius: 5px;
}
.tab-button:hover h3{
    color: #3F7BAD !important;
}