    @font-face {
    font-family: 'Aeonik Regular';
    src: url('/public/assets/webfonts/Aeonik-Regular.otf'), format('truetype');
 
}
@font-face {
            font-family: 'Bricolage Grotesque';
            src: url('/public/assets/webfonts/BricolageGrotesque-Variable.ttf'), format('truetype');

        }


body {
    font-family: "Aeonik Regular", "Aeonik Bold Placeholder", sans-serif !important;
    font-size:18px;
}



/* Header */


.header{ 
    height: 90px;
    background-color:rgb(5, 45, 35);
    padding: 10px 0;
    text-align: center;
    position: sticky;
    top: 0;
    transition: background-color 0.3s ease;
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.header.scrolled {
    background-color: #133b2a;
}

.scrolled .menu-link {
    color: #fff; 
}



.header.scrolled .btn-outline {
    color: #fff;
    background: #2bba4b;
    border: 0;
}

.btn-outline:hover {
    
    background: #2bba4b;
}

.btn-outline {
    
    border: 1px solid #fff;
    font-size: 15px;
    color: #fff;
    padding: 8px 25px;
    
}


/* Hero section */
.hero {
    position: relative;
    width: 100%;
    height: 85vh;
    background-color: rgb(5, 45, 35);
    background-size: cover;
    text-align: center;
    color: #fff;
    padding:10% 20px 0;
    padding-bottom: 0;
    display: flex;
 
}

.hero-text {
    margin-bottom: 28px;
}

.hero-text h1 {
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
    font-family:"Bricolage Grotesque", sans-serif, "ui-sans-serif", "system-ui", "-apple-system" !important;
        margin-bottom: 10px;
}

.hero-text h1>span {
    color: #2BBA4B;
    
}

.hero-text p {
    font-size: 1.6rem;
    margin-bottom: 0;
    font-weight: 400;
}

.hero-btn {
    margin: 10px 0;
    padding-bottom: 30px;
}

.hero-button {
    background-color: #2BBA4B;
    color: white;
    padding: 15px 50px;
    border: none;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    
}

.hero-button:hover {
    background-color: #45a049;
}

.hero-button:active,
.hero-button:focus {
    outline: none;
    
}

.hero-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #185225;
}

.hero-footer p {
    margin-bottom: 10px;
}

/* Media Queries */
@media (max-width: 992px) {
    .hero {
        height: 90vh;
        padding: 20px;
    }
    .hero-text h1 {
        font-size: 68px;
    }
}

@media (max-width: 768px) {
    
  
  .menu ul li {
    padding: 20px;
    text-align: left;
}
  
  
    
    .hero {
    height: 80vh;
    padding: 22% 15px 0;
    }
    .hero-text h1 {
        font-size: 45px;
        margin-bottom: 10px;
        font-family: "Bricolage Grotesque", sans-serif !important;
    }
    
    .hero-text p {
    font-size: 1.3rem;
    margin-bottom: 0;
    font-weight: 400;
}
}

/* Logo Marquee section */
.logo-marquee-section{
background-color: #000000;
    overflow-x: hidden;
}
.marquee-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150%;
}
.marquee-element{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 14.5vw; */
    background: transparent;
    height: 15vh;
    margin: 0;
    border-radius: 15px;
}
.marquee-logo {
    height: auto;
    max-width: none;
    margin: 0 5vw;
    display: inline-block;
    padding: 5px;
}
.marquee-logo img {
    position: relative;
    height: 100%;
    max-height: 40px;
    width: 100%;
    object-fit: contain;
    filter: grayscale(1);
}
.marquee-image {
	color: #cccccc;
    transform: scale( 1.5 );
}

.marquee-inner{
    animation: m-scroll 30s linear infinite;
    animation-direction: reverse;
}
@keyframes m-scroll {
    from { transform: translateX(-20vw); }
    to { transform: translateX(1vw); }
}

@media only screen and (max-width: 768px) {
    .marquee-inner{
        display:flex;
    }
    .logo-marquee-section {
      padding: 2px;
    }
    .marquee-element {
      margin: 5px;
      width: 200px;
      height: 8vh;
    }
    .marquee-logo {
      padding: 3px;
      height: auto;
     
    }
    .marquee-logo img {
      max-height: 35px;
      width: 100%;
    }
    .marquee-inner {
      animation: m-scroll 20s linear infinite;
      animation-direction: reverse;
    }
    @keyframes m-scroll {
      from { transform: translateX(-30vw); }
      to { transform: translateX(0vw); }
    }
    
}
    


.services{
    position: relative;
    padding: 80px 20px 0;
    text-align: center;
}
.service-title{
    font-size: 2.8rem;
    font-weight: 600;
    font-family: "clash display", sans-serif !important;
}
.service-cat{
    margin-top: 2rem;
    margin-bottom: 4.5rem;
}


 .s-item{
        /* background-color: #f8f8f8; */
        padding: 5px;
        border-radius: 15px;
        text-align: center;
        justify-items: center;
        margin-bottom:15px;
        font-size: 20px;
    }
    .s-icon{
        margin-bottom: 20px;
        width: 90px;
        height: 80px;
        border-radius: 50%;
        background-color: transparent;
        margin-right: auto!important;
        margin-left: auto!important;
        box-shadow: none;
    }
    .s-icon img{
        height: 90px;
        width: 90px;
        border-radius: 50%;
        margin: auto!important;
    }

    .s-desc h6{
        font-size: 16px;
        font-weight:600;
        overflow: hidden;
        color: #0e0e0e;
        margin-bottom: 2px;
    }
    .s-desc {
    margin-top: -10px;
    font-size: 11px;
    }

.swiper-button-next, .swiper-button-prev {

    color: #ffffff !important;
}


.service-footer {
    margin-left: auto!important;
    margin-right: auto!important;
    bottom: 0;
    width: 85%;
    text-align: center;
    background-color: #000;
    /* background-color: #acc6b2; */
    height: 450px;
    border-radius: 25px 25px 0 0;
}
.service-footer .carousel-item, .service-footer .carousel-inner{
    height: inherit;
    width: 100%;
    border-radius: 25px;
    /* padding: 4px ; */
}
.service-img{
    border-radius: 25px 25px 0 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
@media (max-width: 992px) {
    .service-title{
        font-size: 3rem;
    }
    .service-footer {
        margin-left: auto!important;
        margin-right: auto!important;
        bottom: 0;
        width: 70%;
        height: 250px;
    }
}

@media (max-width: 768px) {
    .service-footer {
        margin-left: auto!important;
        margin-right: auto!important;
        bottom: 0;
        width: 92%;
        height: 200px;
    }
    .service-title{
        font-size: 2.4rem;
    }
    
    
    
    .s-item{
        /* background-color: #f8f8f8; */
        padding:0;
        border-radius: 15px;
        text-align: center;
        justify-items: center;
        margin-bottom:20px;
        font-size: 12px;
    }
    .s-icon{
        margin-bottom: 10px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: transparent;
        margin-right: auto!important;
        margin-left: auto!important;
        box-shadow: none;
    }
    .s-icon img{
        height: 70px;
        width: 70px;
        border-radius: 50%;
        margin: auto!important;
    }

    .s-desc h6{
        font-size: 15px;
        font-weight:600;
        overflow: hidden;
        color: #0e0e0e;
        margin-bottom: 2px;
    }
    .s-desc {
    margin-top: -10px;
    font-size: 11px;
    }
    
    
    
}

/* why section */
.why{
    padding: 100px 6rem;
    background-color: #fff;
    /* background-image: url(https://assets-global.website-files.com/5837424ae11409586f837994/65da2485ff5fcdc97cd23ac3_dots.svg),url(https://assets-global.website-files.com/5837424ae11409586f837994/65e0c422ce2b0db3548c99a5_Frame%202316.png); */
    background-position: 0 0,0 0;
    background-size: auto,auto;
}
.why-title{
    font-weight: 600;
    font-family: "clash display", sans-serif !important;
}
.why-details{
    margin-top: 2rem;
    width: 50%;
}
.why-details ul{
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
.why-details ul>li{
    margin-bottom: 40px;
}
.why-txt {
    font-size: 16px;
    line-height: 26px;
    color:#7c7c7c;
}
.why-icon {
    fill: #74767e;
    background: none;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
@media (max-width: 992px) {
    .why{
        padding: 70px 5rem;
    }
    .why-details{
        width: 60%;
    }
}
@media (max-width: 768px) {
    .why{
        padding: 70px 2.5rem;
    }
    .why-details{
        width: 100%;
    }
}

/* Reviews */
.review{
 
    background: #fdfdfd;
    position: relative;
    justify-content: center;
    text-align: center;
    display: flex;
   
}
.review-items{
    display: flex;
    width: 50%;
    position: relative;
}
.review-item{
    padding: 65px 33px 68px;
    position: relative;
    align-items: center;
    width: 100%;
}
.n-ik{
    background-color: #c6c2c2;
}
.quote-image{
    margin-bottom: 20px;
}
.quote-text{
    margin-bottom: 40px;
}
.quote-text h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    font-family: DomaineDisplay, sans-serif;
    
}

.quote-text span {
    color: inherit;
    font-weight: 600;
    font-size: 16px;
}

.quote-text h3,.quote-text p {
    margin: 0
}
.quote-text p {
    color: inherit;
    font-weight: 400;
    margin-top: 40px;
    font-size: 12px;
}
@media (max-width: 992px) {
    .review-items{
        width: 70%;
    }
}
@media(max-width: 767px) {
    .review-items{
        width: 100%;
    }
    .review-item {
        padding:56px 33px 81px
    }
}

/* footer */
.footer{
    background-color: #000000;
    border-top: 5px solid rgba(0, 0, 0, 0.05);
    bottom: 0px;
    color: #ffffff;
    padding: 50px;
    position: relative;
    right: 0;
    left: 0;
    margin-bottom: 0;
}
.footer-link{
    color: #ffffff;
    text-decoration: none;
    margin-left: 25px;
}


.marquee-inner{
    animation: m-scroll 20s linear infinite;
    animation-direction: reverse;
}
@keyframes m-scroll {
    from { transform: translateX(-80vw); }
    to { transform: translateX(20vw); }
}


@media only screen and (max-width: 768px) {
   .marquee-inner {
      animation: m-scroll 20s linear infinite;
      animation-direction: reverse;
    }
    @keyframes m-scroll {
      from { transform: translateX(-70vw); }
      to { transform: translateX(20vw); }
    }
}


