/* styles.css */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
/* General Styles */
body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
}

.bg-container-main {
    position: relative;
}
.main-heading{
    text-align: start;
    color: #CCDD08 !important;
    /* text-decoration: underline; */
    font-family: "Lora", serif !important;
}
.main-content{
    text-align: start;
}
.bg-container-main .main-img {
    position: relative;
    width: 100%;
    height: 100%;
}
.green-bg {
    color: white;
    background: #CCDD08;
    border-radius: 28px;
    width: 25px;
    height: 25px;
    text-align: center;
    display: block;
    height: auto;
}
.header .main-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0,0,0,0.5);
}

.navbar {
    position: relative;
    z-index: 2;

}

.navbar-brand img {
    height: 50px;
    margin-left: 35px !important;
}

.nav-link {
    color: #CCDD08 !important;
    font-weight: bold;
}

.hero {
    position: relative;
    z-index: 2;
    padding: 20px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-text h1 {
    color: #CCDD08 !important;
    font-size:84px !important ;
    font-weight: bold;
}

.hero-form {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.navbar-expand-lg {
    justify-content: space-between !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.hero-form h4 {
    color: #333;
    font-weight: bold;
}

.hero-form .form-control {
    margin-bottom: 15px;
}

.hero-form .btn {
    background-color: #CCDD08 !important;
    color:#333;
    font-weight: bold;
    width: 100%;
}

.features {
    padding: 50px 0;
    background-color: #ffffff;
    text-align: center;
}

.features h2 {
    margin-bottom: 2rem;
    color: #333;
}

.features-icons {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.hero-page-left ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-page-left li {
    display: flex;
    align-items: center;
    margin: 5px;
    flex: 0 0 33%;
    font-size: 1.2em;
    padding: 0px;
    border-radius: 5px;
}

.hero-page-left li img {
    margin-right: 0px;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 20%;
}
.icon-feature {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 10px;
}

.text1 p {
    margin-top: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    color: #333;
}

.hero-page-left{
    position: absolute;
    top: 150px;
    left:0
}
.hero-page-right{
    position: absolute;
    top: 150px;
    right: 0;
}
.why-us {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.why-us .row .col {
    padding: 20px;
}

.talk-to-designer {
    padding: 50px 0;
    background-color: #ffffff;
}

.talk-to-designer .designer-profile {
    text-align: center;
    margin-top: 20px;
}

.talk-to-designer .designer-profile img {
    border-radius: 50%;
    width: 250px;
    margin-bottom: 10px;
}

.design-process {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.design-process .accordion-item {
    margin-bottom: 10px;
}

.trusted-partners {
    padding: 50px 0;
    background-color: #ffffff;
}

.trusted-partners .row .col img {
    max-width: 100px;
    margin: 20px;
}

.media-awards {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.media-awards .row .col img {
    max-width: 100%;
    margin: 20px;
}

.footer {
    background-color: #333;
    color: #fff;
    padding: 15px 0;
    padding-bottom: 2px;
    text-align: center;
}

.footer p {
    margin: 0;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.text-center {
    text-align: center;
}
.icon-feature {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.promo-banner {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 400px; /* Adjust the height as needed */
    margin: 20px auto;
    overflow: hidden;
    border-radius: 12px;
   
}

.promo-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.promo-content {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    padding: 20px;
    z-index: 1;
    border-radius: 12px;
}

.promo-content h2 {
    font-size: 36px;
    margin: 0;
}

.promo-content p {
    font-size: 18px;
    /* margin: 10px 0; */
    margin-top: 10px;
    color: #CCDD08;
}
.discount-h2{
    font-family: Poppins;
    font-size: 42.03px !important;
    font-weight: 800 !important;
    line-height: 48.83px !important;
    letter-spacing: 0.03em !important;
    text-align: center !important;
    color: #fff !important;
}
.discount-p{
    font-family: Poppins;
    font-size: 31.52px;
    font-weight: 600;
    line-height: 36.62px;
    letter-spacing: 0.03em;
    text-align: center;
    background:#CCDD08;
    border-radius: 2px;
    color: #000 !important;
}

.promo-button {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.promo-button:hover {
    background-color: #fff;
    color: #2f2f2f;
}
.partner-section {
    /* background-image: url('./assets/Rectangle\ 99\ \(1\).png'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
.design-process {
    background-color: #f8f9fa;
  }
  .accordion-button {
    font-weight: bold;
    background-color: #fff;
  }
  .accordion-header,
    .accordion-button {
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      font-weight: 600;
      text-align: left;
      background-color: #fff;
    }
  .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e9ecef;
  }
  .accordion-item {
    border: none;
  }
  .accordion-header img {
    width: 20px;
  }
  .accordion-body img {
    width: 100%;
    max-width: 400px; /* Limit the image width */
    margin-bottom: 15px;
  }
  body {
    font-family: 'Poppins', sans-serif;
  }
  .secondry {
    background-color: #f8f9fa;
    padding: 50px 0;
  }
  .secondry h2 {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    color: #000;
  }
  .secondry p {
    max-width: 600px;
    text-align: center;
    margin: 0 auto 40px;
    font-size: 16px;
    color: #555;
  }
  .icon-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .icon-box {
    width: 150px;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #CCDD08;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .icon-box img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  .icon-box h3 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
  }
  .icon-box p {
    margin: 0;
    font-size: 14px;
    color: #303030;
    font-weight: 600;
  }
  .sp-1{
    font-size: 25px !important;
    color: #CCDD08 !important;
  }
  .sp-2{
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px !important;
    margin-left: 3px !important;
  }
  .customized p{
    margin-bottom: 0!important;
}
.customized {
    margin-left: 10px;
}

@media (max-width: 768px) {
    .scroll-button{
        display: none;
    }
    .bg-section{
        background-image: url("./assets/pic-about-mob.png") !important;
    }
    .custom-design {
        text-align: center!important;
    }
    .testimonial-item {
        width: 75%!important;
      }
    .icon-feature{
        width: 60px;
        height: 60px;
    }
    .customized p{
        margin-bottom: 0!important;
    }
    .customized {
        margin-left: 10px;
    }
    .text1 p{
        margin-bottom: 0.5rem!important;
        margin-top: 0!important;
    }
    .category-card{
        max-width: 250px!important;
    }
    .category-card h4{
        font-weight: 700;
        font-size: 16px;
    }
    .category-card p {
        font-size: 12px;
    }
    .category-header p{
        line-height: 20px!important;
    }
    .promo-banner {
        height: 530px;
    }
    .promo-content {
        position: absolute;
        top: 81%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        text-align: center;
        padding: 20px;
        z-index: 1;
        border-radius: 12px;
    }
    .promo-content h2 {
        font-size: 28px;
    }

    .promo-content p {
        font-size: 16px;
    }
    .feature-section{
        background-color: #CCDD08;
    }

    .discount-h2{
        font-family: Poppin;
        font-size: 24px !important;
        font-weight: 800 !important;
        line-height: 27.89px !important;
        letter-spacing: 0.03em !important;
        text-align: center !important;        
        color: #fff !important;
    }
    .discount-p{
        font-family: Poppins;
        font-size: 18px !important;
        font-weight: 600 !important;
        letter-spacing: 0.03em !important;
        text-align: center !important;
        background:#CCDD08 !important;
        border-radius: 2px !important;
        color: #000 !important;
        width: 210px !important;
    }
}
@media (max-width: 576px) {
    .hero-page-right {
        background: url('./assets/form-background.png') !important; 
    }
}

/* General styles */
.p {
    margin: 0;
    font-weight: 700 !important;
    font-size: 24px !important;
    font-family: 'Poppins','Segoe UI' !important;
}
p{
    margin-top: 0px;
    margin-bottom: 1rem !important;
}
h2 {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    font-family: 'Poppins','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.border {
    border: 1px solid #FEFEFE !important;
    border-radius: 5px !important;
}
.texth2{
    font-size: 85.52px !important;
    font-weight: 700;
    line-height: 1.2;
}

.h2 {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 48px !important;
    font-family: 'Poppins','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
h4{
    color: black;
}
.img2 {
    height: 50px;
    width: 50px;
}

h3 {
    font-weight: 700 !important;
    font-family: 'Poppins','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 64px !important;
}
.icon-feature {
    max-width: 100%;
  }
.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.gap-3 {
    gap: 1rem;
}

.p-xl-5, .p-lg-5, .p-md-4, .p-sm-3, .p-2 {
    padding: 1.25rem !important;
}

.align-items-center {
    align-items: center !important;
}

.w-100 {
    width: 100% !important;
}

.border {
    border: 1px solid #FEFEFE !important;
    border-radius: 5px !important;
}

.h2 {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    font-family: 'Poppins','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
.white{
    color: #fff !important;
}
.designer-info {
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 1px solid #FEFEFE;
    border-radius: 5px;
}

.designer-image {
    flex: 1;
    text-align: center;
    margin: 1rem;
}

.designer-text {
    flex: 1;
    padding: 1rem;
}
.award-track {
    margin-top: 30px;
    display: flex;
    /* animation: scroll 20s linear infinite !important;  */
}
.testimonial-track{
    display: flex;
    /* animation: scroll 40s linear infinite !important;  */
}
.pg-1{
    font-family: Poppins;
    font-size: 20px;
    line-height: 23.31px;
    text-align: center;
}
.pg-2{
    font-family: Poppins;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.1;
    text-align: center;

}
.bottom-highlight{
    border-bottom-width: 3px;
    border-bottom-color: #CCDD08;
    border-bottom-style: solid;
}
.highlight {
    border-top-width: 7px;
    border-top-color: #CCDD08;
    border-top-style: solid;
}
@media (max-width: 768px) {
    .text-box h1{
        line-height: 30.94px!important;
    }
    .text-box{
        padding: 40px!important;
        font-size: 14px!important;
    }
    .award-track{
        margin-top: 0;
    }
    .testimonial-carousel{
        margin-top: 0;
    }
    .highlight {
        border-top-width: 7px;
        border-top-color: #CCDD08;
        border-top-style: solid;
    }
    .pg-1{
        font-family: Poppins;
        font-size: 14px!important;
        line-height: 15.31px;
        text-align: center;
        font-weight: 700 !important;
    }
    .pg-2{
        font-family: Poppins;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 14.03px;
        text-align: center;
    
    }
    
    
    .mob-form{
        background-color: #F0F0F0;
        padding: 2rem !important;
    }
     .hero {
        flex-direction: column;
    }
h2{
    margin-top: 15px !important;
    font-size: 24px !important;
}
    .hero-text h1 {
        font-size: 39px !important;
    }

    .hero-form {
        margin-top: 10px !important;
    }

    .features-icons {
        flex-direction: column;
    }

    .features-icons > div {
        margin-bottom: 10px;
    }

    .hero-page-left li {
        flex: 0 0 68%;
    }

    .navbar-brand img {
        height: 40px;
        margin-left: 35px !important;
    }
    .navbar-nav {
        flex-direction: column;
        gap: 0.5rem;
    }
    .hero {
        flex-direction: column;
        padding: 1rem;
    }
    .hero-text {
        max-width: 100%;
        text-align: center;
    }
    .hero-form {
        max-width: 100%;
        margin-top: 1rem;
    }
    .features-icons {
        flex-direction: column;
        gap: 1rem;
    }
    .space {
        gap: 0rem !important;
    }
    .designer-profile {
        flex-direction: column;
    }

    .designer-info {
        flex-direction: column;
        text-align: center;
    }

    .designer-image {
        margin: 1rem 0;
    }

    .designer-text {
        text-align: center;
    }
    .features .row {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .features .col {
        margin: 10px 0;
    }
    .award-item {
        flex: 0 0 auto;
        width: 80% !important;
    }
    .p {
        font-size: 18px !important;
    }

    h2 {
        font-size: 24px !important;
    }
    .container1 {
        display: flex;
        flex-wrap: wrap;
        color: white;
        padding: 0px !important;
        padding-left: 0px !important;
    }
    .btn-primary{
    background-color: #CCDD08 !important;
    border: none !important;
    }
    .h2 {
        font-size: 24px !important;
    }

    h3 {
        font-size: 48px !important;
    }
    .partner-item {
        flex: 0 0 auto;
        width: 40% !important;
        margin: 0;
        height: 120px;
        border-radius: 20px;
    }
}
.mt5{
    margin-top: 7rem !important;
}
.secondry .col-2 {
    flex: 0 0 auto;
    width: auto; 
  }  
.secondry{
    background-color: #F0F0F0;
}
.partner-carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  
  .partner-track {
    display: flex;
    animation: scroll 10s linear infinite;
    gap: 20px;
  }
  
  .partner-item {
    flex: 0 0 auto;
    width: 18%;
    margin: 0;
    height: 120px;
    border-radius: 20px;
  }
  
  .partner-item img {
        width: 100%;
        height: 65%;
        aspect-ratio: 3 / 2;
        object-fit: contain;
  }
  .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feature-item img {
    margin-bottom: 10px;
}
.ml-2 {
    margin-left: 0.5rem;
}

.mb-0 {
    margin-bottom: 0;
}

  
  @keyframes scroll {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .media-awards {
    padding: 20px 0;
    background-color:#FFFFFF !important;
  }
  
  .award-carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  .testimonial-track::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
  }
  .award-track::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
  }
  
  .award-track {
    display: flex;
    gap: 1rem;
    overflow-x: scroll;
    /* animation: scroll 15s linear infinite; */
  }
  
  .award-item {
    flex: 0 0 auto;
    width: 40%; 
  }
  
  .award-item img {
    width: 100%;
    height: auto;
  }

  .testimonials-section {
    overflow: hidden;
    padding-bottom: 20px !important;
  }
  .footer p{
    margin-bottom: 0!important;
  }
  .testimonial-carousel {
    margin-top: 30px;
    display: flex;
    overflow: hidden;
    width: 100%;
  }
  
  .testimonial-track {
    display: flex;
    gap: 10px;
    overflow-x: scroll;
    /* animation: scroll 20s linear infinite; */
  }
  
  .testimonial-item {
    flex: 0 0 auto;
    width: 30%;
  }
  
  .card {
    height: 100%;
  }
  
  .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .mobile-img {
    display: none;
}
.desktop-img {
    display: block;
}
  @media only screen and (min-width:0px) and (max-width:575px) {
    .nav-link p {
        font-size: 22px!important;
    }
    .hero-page-left {
        position: absolute;
        top: 114px;
        left: 0;
    }
    .mobile-img {
        display:block;
    }
    .desktop-img {
        display: none;
    }
        .hero-page-right{

            position:  initial !important;
        }
        .row {
            display: flex;
            flex-wrap: wrap;
        }
    
        .col-2 {
            width: calc(50% - 1rem);
            margin-bottom: 1rem;
        }
        .container{
            width: 100% !important;
        }
        .row {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
          }
          
          .row .col-1 {
            flex: 0 0 auto;
            width: 25%;
          }
          .text1{
              width: 105px !important;
          }
          .navbar-brand img {
            height: 50px;
            margin-left: 0px !important;
        }
        .m5{
            margin-top: 7rem !important;
        }
    
        .hero-text h1 {
            font-size: 1.5rem;
        }
    
        .features h2 {
            font-size: 1.5rem;
        }
    
        .hero-page-left li img {
            width: 30px;
            height: 30px;
        }
        .bg-container-main .main-img {
            position: relative;
            width: 100%;
            height: 100% !important;
        }
        .head1{
            position: absolute !important;
            width: 60% !important;
            top: 355px;
            margin-left: 75px;
            margin-top: 35px;
        }
        .tel {
            padding: 0px !important;
            margin-top: -70px !important;
        }
        .texth2{
            font-size: 40px !important;
            margin: 0 20px;
        }
        .mob-view-color{
            color: #CCDD08;
        }
        .main-heading{
            text-align: center !important;
            font-family: "Lora", serif !important;
            color: white !important;
            text-decoration: none !important;
        }
        .main-content{
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .head2{
            display: none !important;
        }
        p{
            font-size: 14px !important;
        }
        .p1{
            margin-bottom: 0px !important;
        }
        .container1 {
            margin-left: 0px !important;
            display: flex;
            flex-wrap: wrap;
            color: white;
            padding: 0px !important;
            padding-left: 0px !important;
        }
        .item {
            margin-left: 0px !important;
            display: flex;
            align-items: center;
            width: 45% !important;
            margin-bottom: 1rem;
        }
        .pw{
            width: 80% !important;
        }
  }
.designer{
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
.container1 {
display: flex;
flex-wrap: wrap;
color: white;
margin-left: 50px;
}
.item {
    margin-left: 100px;
    display: flex;
    align-items: center;
    width: 34%;
    margin-bottom: 1rem;
}
.item img {
    margin-right: 0.5rem;
    width: 20px;
    height: 20px;
}
.item p {
    margin: 0;
    white-space: nowrap;
}
.pm{
    font-size: 15px !important;
    margin-bottom: 0rem !important;
}
.hero-form {
    max-width: 400px;
    margin: auto;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
}
.hero-form h4 {
    margin-bottom: 20px;
    text-align: center;
}
.hero-form .form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
}
.hero-form select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23333" d="M2 0L0 2h4z"/></svg>') no-repeat right 10px center;
    background-size: 10px 10px;
    padding-right: 30px;
}
.navbar {
    background-color: transparent;
    transition: background-color 0.3s ease;
}
.navbar.scrolled {
    background-color: rgba(43, 42, 42, 0.886);
}
.nav-link {
    color: white;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 0.5rem;
}
.nav-link div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.nav-link p {
    margin: 0;
}
.custom-design {
    text-align: left;
}
.accordion-button:focus{
    z-index: auto !important;
}
.accordion-button{
    z-index: auto !important;
}
.pw{
    width: 46%;
}
.btn-accordion .accordion-button::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3E%3Cpath d='M8 1v14M1 8h14' stroke='%23333' stroke-width='2'/%3E%3C/svg%3E")!important;
    transition: transform 0.3s ease;
  }
.btn-accordion .accordion-button:not(.collapsed)::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23333' stroke-width='2'%3E%3Cpath d='M2 2l12 12M14 2l-12 12'/%3E%3C/svg%3E")!important;
    transform: rotate(0deg);
}

.btn-accordion .accordion-button:not(.collapsed)::after {
    background-image:unset!important;
    transform: rotate(-180deg);
}
.btn-accordion .accordion-button::after {
    background-image:unset!important;
    
}
.faq-q{
    font-family: Poppins !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 19.2px !important;
    text-align: left !important;

}
.accordion-button:not(.collapsed){
    color: #000!important;
    background-color: #CCDD08!important;
}
.faq-a{
    font-family: Poppins !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 16.8px !important;
    text-align: left !important;
}
.position-relative {
    position: relative;
  }

  .scroll-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    z-index: 1000;
  }

  .left-scroll {
    left: 10px;
  }

  .right-scroll {
    right: 10px;
  }


@media only screen and (min-width:0px) and (max-width:376px){
    .feature-section{
        min-height: 40vh !important;
    }
    .feature-section .feature-container{
        position: absolute !important;
        margin-top: -100px !important;

    }
    .head1{
        top: 247px;
        margin-left: 45px;
    }
    .text1 {
        width: 95px !important;
    }
    .feature-section .feature-container{
        margin-top: -90px !important;

    }
    .feature-section {
        min-height: 30vh !important;
    }
}
@media only screen and (min-width:377px) and (max-width:575px){
    .feature-section{
        min-height: 22vh !important;
    }
    .feature-section .feature-container{
        position: absolute !important;
        margin-top: -85px !important;

    }
}
.bg-section {
    /* The background image */
    background-image: url('./assets/pic-about-dektop.png'); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-box {
    background-color: rgba(0, 0, 0, 0.7); 
    color: white;
    padding: 65px;
    text-align: center;
    border-radius: 50px;
    border: 2.45px solid #CCDD08;
}

.text-box h1 {
    font-family: 'Allan', sans-serif;
    color: #CCDD08; 
    margin-bottom: 20px;
    font-size: 23.59px;
    font-weight: 700;
    line-height: 30.94px;
    text-align: center;

}
.text-box p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px!important;
    font-weight: 400;
    line-height: 26.59px;
    text-align: center;
}
.category-header {
    text-align: center;
    margin-bottom: 30px;
}

.category-header h2 {
    /* font-family: 'Poppins'; */
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.02em;
    text-align: center;

}
.category-header p {
    /* font-family: 'Poppins'; */
    font-size: 16px;
    font-weight: 400;
    line-height: 36.22px;
    text-align: center;

}

.carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    max-width: 100%; /* Ensures the container doesn't exceed the screen width */
    overflow: hidden; /* Prevents the entire container from scrolling */
}
.categories-carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.card-body {
    text-align: left;
}
.categories-scroll {
    display: flex;
   
    overflow-x: scroll;
    /* animation: scroll 10s linear infinite; */
}

.categories-scroll::-webkit-scrollbar {
    display: none; /* Hide scrollbar in WebKit browsers like Chrome and Safari */
}

.category-card {
    flex: 0 0 auto;
    width: 200px; /* Adjust this width as needed */
    text-align: center;
    border-radius: 1.25rem !important;
}

.category-card img {
    width: 100%;
    height: auto;
}

.category-title {
    margin-top: 0.5rem;
    font-weight: bold;
}
.category-card .category-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
}
.category-card {
    margin: 0 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    max-width: 300px;
    width: 100%;
}

.category-card img {
    width: 100%;
    height: auto;
    display: block;
}
/* @media (max-width:1200px) {
    .texth2{
        font-size: 70.52px!important;
    }
} */
/* 
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
} */
  