body {
      font-family: 'Lexend Deca' !important;
      margin: 0;
      padding: 0;
      overflow-x:hidden;
    }
a{
    text-decoration:none;
}
/* .main-section {
    position:relative;
    background: url('https://xclusit.com/assets/b2clanding/images/b2clanding.svg') center center/cover no-repeat;
    border-radius: 40px;
    height:100vh;
    margin:0px 30px;
    top:68px;
} */
.main-section {
    position: relative;
    border-radius: 40px;
    height: 97vh;
    margin: 0px 27px;
    top: 68px;
    overflow: hidden;
}

.main-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: url('https://xclusit.com/assets/b2clanding/images/b2clanding.svg') center center / cover no-repeat;
    /* background: url('http://localhost/landingPageLaravel/assets/b2clanding/images/b2clanding.png')no-repeat center center/cover;  */
    /* z-index: -1; */
}
.main-section h1 {
   font-family: 'Lexend Deca';
    font-weight: 700;
    font-size: 60px;
    color: white;
}
.brand-text{
     position:relative;
    top:320px;
}
.b2clanding-btn-black{
    /* width:100%; */
    border-radius: 40px;
    gap: 10px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    color:#fff;
    background-color:#000;
    border:none;
    font-weight:700;
    font-size:18px;
}
.b2clanding-btn-orange{
    /* width: 100%; */
    border-radius: 40px;
    gap: 10px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    color:#000;
    background: #F5A300;
    border:none;
    font-weight:700;
    font-size:18px;
}
.download-btn {
    background-color: #f6a300;
    color: black;
    font-weight: 600;
    border-radius: 20px;
    padding: 10px 25px;
    margin-top: 20px;
    border:none;
}
.phone-mockup {
    width: 100%;
    max-width: 350px;
}
@media (max-width: 768px) {
    .brand-text h1 {
    font-size: 2rem;
    }
    .connect-frd{
    order:1;
}
.bg-fashion-content{
    order:2;
}
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px !important
    }
}

/* second section */
.real-people-bg{
    background: url('http://xclusit.com/assets/b2clanding/images/real_people_bg.svg')no-repeat center center/cover; 
    /* background: url('http://localhost/landingPageLaravel/assets/b2clanding/images/real_people_bg.svg')no-repeat center center/cover;  */
     padding: 80px 10px;
}
.gradient-text {
 background: linear-gradient(270deg, #60CCF7 0%, #F5A300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.position-relative {
    position: relative !important;
    cursor: pointer;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  background: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  cursor: pointer;
}


/* third section */
.fashion-section{
    padding: 70px 10px;
}
.bg-fashion{
    /* background: #F6F5F1; */
    background: linear-gradient(324.03deg, rgba(96, 204, 247, 0.5) 10.06%, rgba(245, 163, 0, 0.5) 91.9%);
    border-radius:40px;
}

.fashion-section h3{
    font-family: 'Lexend Deca';
    font-weight: 700;
    font-size: 48px;
    padding: 190px;
}
.fashion-section h4{
    font-family: 'Lexend Deca';
    font-weight: 700;
    font-size: 48px;
    padding: 65px 65px 0px 65px;
}
.fashion-section p{
    font-family: 'Lexend Deca';
    font-weight: 400;
    font-size: 24px;
    padding: 0px 65px 0px 65px;
}

/* footer */
.footer-bg{
    background: url('https://xclusit.com/assets/b2clanding/images/footer_bg.svg')no-repeat center center/cover; 
    /* background: url('http://localhost/landingPageLaravel/assets/b2clanding/images/footer_bg.svg')no-repeat center center/cover;  */
    background: #F6F5F1;
    padding: 70px 10px;
}
.wave-section {
    background: url('https://xclusit.com/assets/b2clanding/images/footer_icon.svg') no-repeat center center;
    /* background: url('http://localhost/landingPageLaravel/assets/b2clanding/images/footer_icon.svg') no-repeat center center; */
    background-size: cover;
    height: 282px;
    width: 100%;
    margin: 30px 0;
}
.footer-bg h1{
    font-family: 'Lexend Deca';
    font-weight: 700;
    font-size: 60px;
    color:#000;
}
.footer-bg p{
    font-family: 'Lexend Deca';
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #000000CC;
}
.waitlist-container {
    font-family: 'Lexend Deca';
    font-weight: 700;
    font-size: 24px;
    color: #000;
}
.waitlist-container p{
    font-size: 16px !important;
    text-align: left !important;
}

.waitlist-input-group {
    display: flex;
    align-items: center;
    /* background: #FFFFFF1A; */
    border-radius: 999px;
    overflow: hidden;
    width: fit-content;
    margin-top: 8px;
}

.waitlist-input-group input {
    background-color: #FFFFFF1A;
}

.waitlist-input-group input {
    border: none;
    outline: none;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 14px;
    width: 330px;
    color: #c5c1c1;
    border: 1px solid #0000001A;
    padding: 13px;
}

.waitlist-input-group button {
    position: relative;
    left: -117px;
    background-color: #F5A300;
    border: none;
    color: #000;
    padding: 10px 20px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.3s ease;
    font-weight:700;
}

.waitlist-input-group button:hover {
    background-color: #000;
}
/* === Responsive Fixes for Subscribe Form & Accordion === */
@media (max-width: 576px) {
  /* Footer: make subscribe form full‑width and stacked */
  .waitlist-input-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    margin-top: 15px;
  }
  .waitlist-input-group input {
    width: 50% !important;
    padding: 12px;
    border-radius: 0px !important;
    background-color: #FFFFFF1A;
  }
  .waitlist-input-group button {
    position: static !important;
    left: auto !important;
    margin-top: 8px;
    padding: 12px;
    border-radius: 0px !important;
    width: 40%;
    font-size: 16px;
  }
  .fashion-section p{
    font-size: 12px;
 }
}
/*Footer*/
footer {
    width: 100%;
    padding: 30px 0px;
    color: #fff;
    background-color: #000;
}
/* .star-footer{
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background: url('http://localhost/landingPageLaravel/assets/b2clanding/images/star_vector.svg') center center no-repeat;
    background-size: contain;
    border-radius: 50%;
} */
 /* star-footer */
/* .brand-heading {
  font-size: 2.5rem; 
  position: relative;
  text-align: center;
}

.shop-text-footer {
  position: relative;
  display: inline-block;
} */

.o-wrap-footer {
  position: relative;
  display: inline-block;
}

.star-footer {
    position: absolute;
    width: 35px;
    height: 35px;
    background: linear-gradient(312.18deg, #60CCF7 25%, #F5A300 72.77%);
    clip-path: polygon(50% 0%, 65% 35%, 100% 50%, 65% 65%, 50% 100%, 35% 65%, 0% 50%, 35% 35%);
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
}

 .brand-heading {
  font-size: 3rem; /* or adjust as needed */
  position: relative;
}
.star {
     width: 35px;
    height: 35px;
    background: linear-gradient(312.18deg, #60CCF7 25%, #F5A300 72.77%);
    clip-path: polygon(50% 0%, /* top */ 65% 35%, /* upper-right */ 100% 50%, /* right */ 65% 65%, /* lower-right */ 50% 100%, /* bottom */ 35% 65%, /* lower-left */ 0% 50%, /* left */ 35% 35% /* upper-left */);
    position: absolute;
    top: 24.84px;
    left: 202px;
}
.footer-5-column {
    /* padding-top: 20rem; */
    /* margin-top: 2rem; */
}

.footer-5-column p {
    color: #777777;
}

.footer-5-column .footer-container {
    max-width: 1600px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}

.footer-5-column .footer-container .footer-navbar-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    margin-right: auto;
    margin-left: auto;
}

.footer-5-column .footer-container .footer-navbar-container .footer-company-details {
    width: 65%;
    max-width: 100%;
    flex: 0 0 auto;
    padding-right: 2rem;
    line-height: 1.428;
}

.footer-5-column .footer-container .footer-navbar-container .footer-company-details .footer-logo {
    width: 122px;
}

.footer-5-column .footer-container .footer-navbar-container .footer-company-details .footer-logo img {
    max-width: 100%;
    height: auto;
}

.footer-5-column .footer-container .footer-navbar-container .footer-company-details .footer-logo svg {
    width: 100%;
    height: auto;
}

.footer-5-column .footer-container .footer-navbar-container .footer-company-details .footer-content {
    margin-top: 1rem;
    font-size: 16px;
    line-height: 1.8;
    padding-right: 1rem;
}

.footer-5-column .footer-container .footer-navbar-container .footer-company-details .footer-icons {
    margin-top: 1.5rem;
}

.footer-5-column .footer-container .footer-navbar-container .footer-company-details .footer-icons ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-5-column .footer-container .footer-navbar-container .footer-company-details .footer-icons ul li {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin-right: 14px;
}

.footer-5-column .footer-container .footer-navbar-container .footer-company-details .footer-icons ul li a {
    width: 30px;
    padding: 6px;
}

.footer-5-column .footer-navbar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    flex-grow: 1;
    line-height: 1.428;
    justify-content: space-between;
}

.footer-5-column .footer-navbar>.footer-navbar-col {
    width: 45%;
    flex: 0 0 auto;
}

.footer-5-column .footer-navbar .footer-navbar-col h5 {
    margin-bottom: 1.5rem;
    color: #000;
    overflow-wrap: break-word;
    padding: 0 0.5rem 0 0;
}

.footer-5-column .footer-navbar .footer-navbar-col ul {
    padding: 0 0.5rem 0 0;
    margin: 0;
}

.footer-5-column .footer-navbar .footer-navbar-col ul li {
    list-style: none;
}

.footer-5-column .footer-navbar .footer-navbar-col ul li:not(:last-child) {
    margin-bottom: 1rem;
}

.footer-5-column .footer-navbar .footer-navbar-col ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    overflow-wrap: break-word;
}

.footer-5-column .footer-navbar .footer-navbar-col ul li a:hover {
    color: #000;
}

.footer-5-column .footer-copyright {
    padding: 2rem 0;
    border-top: 1px solid rgb(219, 215, 215);
}

.footer-5-column .footer-copyright p {
    font-size: 14px;
    margin-bottom: 0;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px !important;
    }
}

@media all and (max-width: 1140px) {

    .footer-5-column .footer-container .footer-navbar-container,
    .footer-5-column .footer-navbar {
        row-gap: 3rem;
    }

    .footer-5-column .footer-container .footer-navbar-container .footer-company-details,
    .footer-5-column .footer-container .footer-navbar-container .footer-navbar {
        padding: 0;
        width: 100%;
    }
}

@media all and (max-width: 992px) {
    .footer-5-column .footer-navbar .footer-navbar-col {
        width: 50%;
    }
    .fashion-section h3, .fashion-section h4{
        font-size: calc(1.3rem + .6vw) !important;
    }
}

@media all and (max-width: 576px) {
    .footer-5-column .footer-navbar .footer-navbar-col {
        /* width: 100%; */
    }
    .hero-content{
        top:0px  !important;
    }
      .hero-exp{
      position:relative;
      bottom: 0;
      /* right: 0; */
    }
    /* .hero{
        height:auto !important;
    } */
    h1{
         font-size: 3rem !important;
    }
    .highlight-banner{
        display:none !important
    }
    .hightlight2{
        transform:none !important;
    }
}