@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}


body {
    margin: 0;
    color: white;
    background-color: #000;
    font-family: 'Montserrat';

}

body::-webkit-scrollbar {
    display: none;
}

.container {
    margin: 0 auto;
    max-width: 1920px;
    -webkit-box-shadow: 0 0 120px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 0 120px 0 rgba(0, 0, 0, .06);
    position: relative;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 79px;
}

.navbar .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar .logo-icon {
    padding-top: 10px;
}

.navbar .logo-text {
    height: 65px;
    width: 208px;
}

.nav-menu ul {
    list-style-type: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.nav-menu ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 19.5px;
    text-align: left;

}

.nav-menu ul li a:hover {
    color: #F2FF00;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 19.5px;
    text-align: left;
    font-weight: 500;
    font-style: normal;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
    transition: 0.4s;
}

.center {
    display: flex;
    justify-content: center;
}

.hero {
    /* background-image: url(./images/terms-hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    padding: 100px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero h1 {
    font-family: Montserrat;
    font-size: 64px;
    text-align: center;
    line-height: 10px;
    font-style: normal;
    font-weight: 700;
    color: #F2FF00;


}

.hero p {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    line-height: 29.26px;
    text-align: center;

}

.btn {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    margin-top: 25px;
}

.btn .btn-content {
    background-color: #F2FF00;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    width: 223px;
    height: 57px;
    border-radius: 43px;
    opacity: 1;
    border: 1px solid #F2FF00;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px #00000040;
    overflow: hidden;
    position: relative;
}

.btn .btn-content:hover {
    transform: scale(0.8);
    opacity: 1;
}

.btn .btn-text {
    position: absolute;
    transform: scale(1.25);
    transition: transform 0.3s ease;
}

.btn .btn-content:hover .btn-text {
    transform: scale(1.25);
}

.hero-content {
    margin-top: 0px;
}

/* Image Container */
.image-container {
    position: relative;
    text-align: center;
    max-width: 100%;
    margin-left: 20%;
    margin-right: 20%;
}

.responsive-image {
    width: 100%;
    height: auto;
    display: block;
}





@media (max-width: 1500px) {

    .hero h1 {
        font-family: Montserrat;
        font-size: 60px;
        text-align: center;
        line-height: 10px;
        font-style: normal;
        font-weight: 700;
    }

    .hero p {
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 500;
        line-height: 29.26px;
        text-align: center;
    }


}

@media (max-width: 1400px) {
    .hero {
        height: 350px;

    }

}


@media (max-width: 1200px) {}

@media (max-width: 1024px) {

    .hero h1 {
        font-family: Montserrat;
        font-size: 46px;
        text-align: center;
        line-height: 10px;
        font-style: normal;
        font-weight: 700;
    }

    .hero p {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 29.26px;
        text-align: center;
    }

    @media (max-width: 1024px) {}


}


/* Mobile styles */
@media (max-width: 900px) {
    .container {
        margin: 0 auto;
        -webkit-box-shadow: 0 0 120px 0 rgba(0, 0, 0, .06);
        box-shadow: 0 0 120px 0 rgba(0, 0, 0, .06);
        position: relative;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .nav-menu {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #111;
        padding: 20px;
        display: none;
        flex-direction: column;
        margin-top: 18px;
    }

    .nav-menu ul {
        flex-direction: column;
        gap: 15px;
    }

    .nav-menu ul li a {
        color: white;
        font-weight: bold;
        text-transform: uppercase;
    }

    .nav-menu ul li a:hover {
        color: #F2FF00;
    }

    .hamburger {
        display: flex;
        margin-right: 15px;
    }



    .hero h1 {
        font-size: 60px;
        line-height: 45px;
    }

    .hero p {
        font-size: 18px;
    }

    .nav-menu.show {
        display: flex;
        z-index: 2;
    }



}

@media (max-width: 768px) {
    .hero {
        /* background-image: url(./images/terms-hero.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; */
        padding: 45px 20px;
        text-align: center;
        position: relative;
        z-index: 1;
        height: 400px;
    }


    .image-container {
        position: relative;
        text-align: center;
        max-width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }


}

@media (max-width: 450px) {

    .navbar .logo-text {
        height: 55px;
        width: 175px;
    }

    .hamburger span {
        width: 20px;
        height: 2px;
        background-color: white;
        margin: 4px 0;
        transition: 0.4s;
    }


    .hero h1 {
        font-size: 36px;
        line-height: 45px;
    }

    .hero {
        /* background-image: url(./images/terms-hero.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; */
        padding: 4px 20px;
        text-align: center;
        position: relative;
        z-index: 1;
        height: 400px;
    }


}

.terms-box {

    margin-top: -265px;
    z-index: 2;

}

.terms-box-container {
    margin-left: 15%;
    margin-right: 15%;
    /* margin-right: 15px; */
    background: #E1E1E1;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #000;
    z-index: 2;
    margin-bottom: 150px;
}

.terms-content {
    padding: 135px;
}

.terms-box h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.terms-content p {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 300;
    line-height: 29.26px;
    text-align: left;
    color: #000;
    margin-top: 5px;
    margin-bottom: 0px;

}

.terms-content p strong {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    line-height: 29.26px;
    text-align: left;
    color: #000;
}

.terms-content ul {
    margin: 0;
    padding-left: 20px;
    margin-bottom: 15px;
}

.terms-content ul li {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

a {
    color: #000;
}

@media (max-width: 1400px) {


    .terms-box {

        z-index: 2;

        margin-top: -165px;

    }

    .terms-box-container {
        margin-left: 15%;
        margin-right: 15%;
        background: #E1E1E1;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        color: #000;
        z-index: 2;
        margin-bottom: 150px;
    }


}

@media (max-width: 1200px) {
    .terms-content {
        padding: 45px;
    }
}

@media (max-width: 768px) {

    .terms-box-container {
        margin-left: 5%;
        margin-right: 5%;
        background: #E1E1E1;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        color: #000;
        z-index: 2;
        margin-bottom: 150px;
    }

    .terms-box {
        padding: 20px;
    }

    .terms-box h1 {
        font-size: 28px;
    }

    .terms-content p,
    .terms-content ul li {
        font-size: 14px;
        word-wrap: break-word;
    }

    .terms-content p strong {
        font-family: Montserrat;
        font-size: 22px;
        font-weight: 500;
        line-height: 29.26px;
        text-align: left;
        color: #000;
    }
}


.footer {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 20px 0;
    padding-top: 70px;
}

.footer-container {
    margin: 0 auto;
    padding: 0 20px;
}

.footer-top {
    display: flex;
}

.footer-logo img {
    max-width: 100px;
}

.footer-links {
    display: flex;
    gap: 50px;
    margin-left: 50px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 200;
    line-height: 18.29px;
    text-align: left;
    color: #FFFFFF;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-links a:hover {
    color: #F2FF00;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
}

.footer-legal {
    display: flex;
    gap: 15px;
}

.footer-legal-link {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    line-height: 19.5px;
    text-align: left;
    color: #5B5B5B;
    opacity: 0.7;
    text-decoration: none;

}

.footer-legal-link:hover {
    color: #F2FF00;
}

.footer-social {
    display: flex;
    gap: 15px;
    margin-top: -8px;

}

.footer-social img {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.footer-social img:hover {
    opacity: 1;
}

.footer-legal-links {
    display: flex;
    gap: 50px;
    margin-left: 50px;
    margin-top: 5px;
}


.footer-legal-container {
    display: flex;
}

.footer-logo-content {
    width: 57.27px;
    height: 6.61px;
}

.footer-legal-links p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    line-height: 19.5px;
    text-align: left;
    color: #5B5B5B;
    opacity: 0.7;
}

.footer-links-container {
    margin-top: 15px;
    width: 100%;
}

/* Responsive Design for 1024px and under */
@media (max-width: 1024px) {

    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .footer-links {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        padding-top: 20px;
    }

    .footer-legal-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-legal-links {
        flex-direction: column-reverse;
        gap: 10px;
        margin-left: 0;
    }

    .footer-social {
        margin-top: 25px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-left: -100px;
    }

    .footer-logo img {
        width: 45px;
    }

    .footer-logo-content {
        margin-bottom: 10px;
    }

    .footer-links a {
        text-decoration: none;
        font-family: Montserrat;
        font-size: 15px;
        font-weight: 200;
        line-height: 18.29px;
        text-align: left;
        color: #FFFFFF;
        text-decoration: underline;
        text-underline-offset: 3px;
        text-align: center;
    }

    .footer-links a:hover {
        color: #F2FF00;
    }

    .footer-logo-content {
        display: none;
    }

    .footer-legal-links {
        flex-direction: column-reverse;
        gap: 10px;
        margin-left: 0;
        margin-top: 5px;
        align-items: center;

    }

    .footer-legal-link {
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 300;
        line-height: 19.5px;
        text-align: left;
        color: #5B5B5B;
        opacity: 0.7;
        text-decoration: none;
    }

    .footer-legal-links p {
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 300;
        line-height: 19.5px;
        text-align: left;
        color: #5B5B5B;
        opacity: 0.7;
    }

}