@import url('../vendor/bootstrap/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Rubik", sans-serif;
    scroll-behavior: smooth;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
body {
    background-color: #1F2023;
}


.container {
    width: 100%; 
    padding: 0 15px;
    margin: 0 auto;
}

/* Custom max-widths for different breakpoints */
@media (min-width: 576px) { 
    .container {
        max-width: 540px;
    }

}

@media (min-width: 768px) { 
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1000px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1164px;
    }
}
@media (min-width: 1300px) {
    .container {
        max-width: 1264px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1364px;
    }
}

a {
    color: inherit;
    transition: all 500ms ease;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
ul, ol {
    list-style: none;
    margin-bottom: 0;
}
.nav-links a {
    color: #FFFBDF;
    font-size: 19.2px;
    font-weight: 400;
    letter-spacing: 3%;
}
.nav-links a:hover {
    color: #FFFBDF;
}

/* header, .main {
    background-color: #1F2023;
} */
.top-left-svg {
    position: absolute;
    top: 0;
    left: 0;
}
.top-left-second-svg {
    position: absolute;
    top: 0;
    left: 140px;
}
.super-text {
    color: #FDC061;
    font-size: 19.2px;
    font-weight: 300;
    letter-spacing: 0.576px;
}
.title-nrm {
    font-size: clamp(24px, 2vw + 1rem , 39px);
    font-weight: 600;
    color: #FFFBDF;
}
.desc-text {
    font-size: 19px;
    font-weight: 300;
    color: #FFFBDF;
    line-height: 30px;
    letter-spacing: 0.57px;
}
.desc-text-xs {
    font-size: 17.4px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 30px;
    letter-spacing: 0.522px;
}
.join-btn {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #FFFBDF;
    width: 100%;
    max-width: 221px;
    line-height: 1.149;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;

    border: double 3px transparent;
    background-image: linear-gradient(#1F2023, #1F2023), linear-gradient(90deg, #FE5C04 0%, #FD1D1D 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 24px;
    padding: 0;
}
.bg-1 {
    background-image: linear-gradient(#313236, #313236), linear-gradient(90deg, #FE5C04 0%, #FD1D1D 100%);
}
.join-btn:hover {
    color: #FFFBDF;   
}
.logo-text-xl {
    font-size: clamp(45px, 8vw + 1rem, 111px);
    color: #FFFFFF;
    line-height: 1.189;
    letter-spacing: 21px;
}
.right-logo-bg {
    width: 100%;
    max-width: 334px;
    max-height: 666px;

    position: absolute;
    right: 0;
    z-index: 0;
}
.main-btm-svg {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (min-width: 992px) {
    
    .pr-lg-36 {
        padding-right: 36px;
    }

    .main {
        min-height: 666px;
        display: flex;
        align-items: center;
    }

}

.about, .why, footer {
    position: relative;
    z-index: 1;
    background-color: #313236;
}
.super-text-sm {
    font-size: 20px;
    font-weight: 500;
    color: #FDC061;
    letter-spacing: 0.6px;
}
.super-text-xs {
    font-size: 19px;
    font-weight: 300;
    color: #FDC061;
    letter-spacing: 0.57px;
}
.text-b-btm {
    border-top: 1px solid #656565;
    width: 100%;
    max-width: 242px;
    margin-bottom: 6px;
    margin-top: 6px;
}
.title-text-xl {
    font-size: clamp(45px, 8vw + 1rem, 101px);
    color: #FFFBDF;
    font-weight: 500;
    line-height: 1.18;
}
.title-text-lg {
    font-size: clamp(45px, 8vw + 1rem, 66px);
    color: #FFFBDF;
    font-weight: 500;
    line-height: 1.18;
}

@media (min-width: 992px) {
    .title-text-xl {
        margin-left: -7px;
        letter-spacing: 3.03px;
    }
    .title-text-lg {
        letter-spacing: 1.98px;
    }
}
.features-center-svg {
    width: 100%;
    max-width: 869px;
    max-height: 869px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -150px;
    z-index: 0;
}
.card-list {
    width: 100%;
    border-radius: 24px;
    /* min-height: 401px; */
}
.content-bg-1 {
    background-color: #FFB3C6;
}
.content-bg-2 {
    background-color: #E7C5FF;
}
.content-bg-3 {
    background-color: #C8B6FE;
}
.content-bg-4 {
    background-color: #B8C0FF;
}
.content-bg-5 {
    background-color: #BDCFFF;
}
.content-bg-6 {
    background-color: #FED5FF;
}
.list-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.72px;
}
.card-list .desc-text {
    color: #212121;
}

@media (min-width: 1440px) {
    .p-lg {
        padding-left: 52px;
        padding-right: 52px;
    }
}
.left-top-half, .left-bottom-half {
    width: 100%;
    max-width: 434px;
}
.left-top-half {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    z-index: 0;
}
.left-bottom-half {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    z-index: 0;
}
.footer-sm-text {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.51px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.redirect-link {
    text-decoration: underline;
}


/* mobile nav */
.side-nav {
    position: fixed;
    top: 0;
    left: -250px; /* Initially hidden off-screen */
    width: 250px;
    height: 100vh;
    background-color: #212121;
    color: #fff;
    padding-top: 60px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0; /* Initially hidden */
    z-index: 2;
    box-shadow: 2px 10px rgba(185, 156, 156, 0.1);
  }

  .side-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  
  .side-nav ul li {
    padding: 15px 25px;
  }
  
  .side-nav ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 17px;
    font-weight: 500;
  }
  .side-nav ul li a:hover {
    color: #fff;
  }
  
  .side-nav.open {
    transform: translateX(250px); /* Move the menu in */
    opacity: 1; /* Make the menu visible */
  }
  /* Close Button */
.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s;
}

