* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "futura", "Helvetica Neue", Arial, sans-serif;
    color: #000000;
    overflow-x: hidden;
}

a[href^="#"] {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "futura";
    src: url(./font/Futura_Book-Normal.woff) format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "futura";
    src: url(./font/Futura-Book.woff) format("woff");
    font-weight: 500;
}

@font-face {
    font-family: "futura";
    src: url(./font/Futura-Bold.woff) format("woff");
    font-weight: 700;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
}

.main-wrapper {
    position: relative;
    min-height: 100vh;
}

.background video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.background .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    /* or your existing colour */
    z-index: 1;
}

.background .overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg,
            rgba(8, 0, 0, 0.2) 30%,
            rgba(0, 0, 0, 0.45) 180%,
            rgba(0, 0, 0, 0.65) 0%);
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0.7) 31%);
}

/* Header */
header {
    padding: 30px 0 0;
    position: relative;
    z-index: 2;
}

header .logo {
    width: auto;
    height: auto;
}

header .logo img {
    width: auto;
    height: auto;
}

.hamburger-menu {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    display: none;
}

.hamburger-menu span {
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.hamburger-menu span:first-child {
    transform-origin: 0% 0%;
}

.hamburger-menu span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

.hamburger-menu.open span:first-child {
    transform: rotate(45deg) translate(2px, -7px);
}

.hamburger-menu.open span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.open span:nth-last-child(1) {
    transform: rotate(-45deg) translate(3px, 0px);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 52px;
}

.nav-menu a {
    font-family: "futura";
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: opacity 0.3s ease;
}

.nav-menu a:hover {
    opacity: 0.8;
}

.hero {
    position: absolute;
    top: 30%;
    max-width: 734px;
    z-index: 5;
}

.hero .hero-content .hero-title {
    font-family: "futura";
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 35px;
}

.hero .hero-content .hero-description {
    max-width: 655px;
    font-family: "futura";
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 35px;
}

.ctaBox {
    width: fit-content;
    height: auto;
    display: flex;
    gap: 20px;
    align-items: center;
}

.get-course {
    padding: 13px 30px;
    background: rgb(11, 11, 11, 0);
    font-family: "futura";
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
}

.get-course:hover {
    background: rgb(11, 11, 11, 0.3);
}



.cta-button {
    padding: 15px 30px;
    background: radial-gradient(249.74% 2056.04% at 52.09% 50%,
            #29aae1 8.87%,
            #13194c 100%);
    font-family: "futura";
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.2),
            transparent);
    transition: left 0.6s;
}

.cta-button:hover {
    box-shadow: 0 10px 25px rgba(41, 170, 225, 0.3);
}

.cta-button:hover::before {
    left: 100%;
}

.our-services {
    padding: 120px 0;
    background-color: #0b0b0b;
}

.our-services .section-title {
    font-family: "futura";
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

.our-services .section-description {
    font-family: "futura";
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
}

.our-services .services-list {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.our-services .services-list .service-item {
    flex: 1;
    background: #101517;
    padding: 30px;
    position: relative;
    border: 1px solid #101517;
}

.our-services .services-list .service-item:hover {
    border-image: linear-gradient(180deg, #474e58 0%, #000000 104.44%) 1;
    transition: all 1s ease-in-out;
}

.our-services .services-list .service-item .service-icon {
    width: 80px;
    height: 80px;
    background: #050505;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.our-services .services-list .service-item .item-title {
    font-family: "futura";
    font-weight: 700;
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.our-services .services-list .service-item:hover .item-title {
    color: #29aae1;
}

.our-services .services-list .service-item .item-description {
    font-family: "futura";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.our-services .services-list .service-item .item-description a {
    color: #29aae1;
    text-decoration: none;
}

.hero-slider {
    background: #0b0b0b;
    padding-bottom: 120px;
}

.hero-slider .content-Wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-slider .content-Wrapper .leftContainer {
    max-width: 516px;
    width: 100%;
}

.hero-slider .content-Wrapper .swiper-container {
    max-width: 726px;
    width: 100%;
}

.hero-slider .content-Wrapper .leftContainer .slider-title {
    font-family: "futura";
    font-weight: 700;
    font-size: 40px;
    background: linear-gradient(90deg, #ffffff 0%, #e5e5e5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.hero-slider .content-Wrapper .leftContainer .hero-description {
    font-family: "futura";
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.hero-slider .content-Wrapper .swiper-container .slick-prev,
.hero-slider .content-Wrapper .swiper-container .slick-next {
    left: -20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 100%;
}

.hero-slider .content-Wrapper .swiper-container .slick-next {
    right: -20px;
    left: unset;
}

.slick-slide img {
    width: 100%;
    transition: transform 0.3s ease;
}

.slick-slide:hover img {
    transform: scale(1.05);
}

.hero-slider .content-Wrapper .swiper-container .slick-prev:before,
.hero-slider .content-Wrapper .swiper-container .slick-next:before {
    content: "";
    display: inline-block;
    background: url(./images/sliderArrowLeft.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    top: 0;
    left: -2px;
    position: absolute;
}

.hero-slider .content-Wrapper .swiper-container .slick-next:before {
    background: url(./images/sliderArrowRight.svg) no-repeat center center;
    left: 0;
}

.hero-slider .content-Wrapper .swiper-container .slick-dots {
    bottom: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li button::before,
.slick-dots li.slick-active button::before {
    color: #ffffff;
    opacity: 1;
    width: 6px;
    height: 6px;
    top: -3px;
    left: 4px;
}

.slick-dots>.slick-active button {
    border: 1px solid #ffffff;
    background: transparent;
    border-radius: 100%;
    width: 14px;
    height: 14px;
}

.slick-slide img {
    height: 420px;
}

.support {
    background: url(./images/supportBackgroundImage.png) no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    height: 650px;
}

.support .section-title {
    max-width: 924px;
    width: 100%;
    margin: 0 auto;
    font-family: "futura";
    font-weight: 700;
    font-size: 40px;
    background: linear-gradient(90deg, #ffffff 0%, #e5e5e5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 50px;
}

.support .support-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 657px;
    margin: 0 auto;
    row-gap: 60px;
}

.support .support-content .support-item {
    width: calc(100% / 3 - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.support .support-content .support-item .support-icon {
    width: 80px;
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.support .support-content .support-item .support-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(180deg, #474e58 0%, #000000 104.44%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.support .support-content .support-item .support-title {
    font-family: "futura";
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

.bookNow {
    background: radial-gradient(249.74% 2307.66% at 52.09% 56.12%,
            #29aae1 8.87%,
            #13194c 100%);
    max-height: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 15px;
}

.bookNowImage {
    width: 715px;
    height: auto;
}

.bookNowImage img {
    width: 100%;
    height: auto;
    margin-bottom: -20px;
}

.bookNowWrapper {
    display: flex;
    gap: 20px;
    position: relative;
    align-items: center;
}

.bookNow .content {}

.bookNow .content .section-title {
    font-family: "futura";
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    width: 393px;
    margin-bottom: 20px;
}

.bookNow .content .section-description {
    font-family: "futura";
    font-weight: 400;
    font-size: 20px;
    background: linear-gradient(90deg, #ffffff 0%, #e5e5e5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 516px;
    margin-bottom: 30px;
}

.bookNow .content .cta-button-white {
    display: inline-block;
    padding: 15px 30px;
    font-family: "futura";
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #0b0b0b;
    background: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.bookNow .content .cta-button-white::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(0, 0, 0, 0.1),
            transparent);
    transition: left 0.6s;
}

.bookNow .content .cta-button-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
}

.bookNow .content .cta-button-white:hover::before {
    left: 100%;
}

.bookNow-values {
    background: #101517;
}

.value-wrapper {
    padding: 55px 0;
    display: flex;
    justify-content: space-between;
}

.value-wrapper .value-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.value-wrapper .value-item .value-title {
    font-family: "futura";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.community {
    background-color: #0b0b0b;
}

.community .community-wrapper {
    padding: 120px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.community .community-wrapper .community-text {
    max-width: 625px;
    width: 100%;
}

.community .community-wrapper .community-text .section-title {
    font-family: "futura";
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
}

.community .community-wrapper .community-text .section-description {
    font-family: "futura";
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 10px;
}

.community .community-wrapper .community-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 625px;
    padding: 40px;
    background: #101517;
    border: 1px solid #101517;
}

.community .community-wrapper .community-cta:hover {
    border-image: linear-gradient(180deg, #474e58 0%, #000000 104.44%) 1;
    transition: all 1s ease-in-out;
}

.community .community-wrapper .community-cta .community-cta-text {
    font-family: "futura";
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
}

.community .community-wrapper .community-cta .cta-button-discord {
    background: #5865f2;
    padding: 10px 20px 4px;
    border-radius: 5px;
}

footer {
    background: #101517;
}

footer .footer-wrapper {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
}

footer .footer-wrapper .footer-menu {
    max-width: 502px;
    width: 100%;
    display: flex;
}

footer .footer-wrapper .footer-menu .list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

footer .footer-wrapper .footer-menu .list .item a {
    color: #ffffff;
    font-family: "futura";
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
}

footer .copyright {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

footer .copyright .text {
    font-family: "futura";
    font-size: 14px;
    font-weight: 400;
    color: #7d8585;
}

footer .copyright .info-links {
    display: flex;
    gap: 45px;
}

footer .copyright .info-links a {
    font-family: "futura";
    font-weight: 400;
    font-size: 14px;
    color: #7d8585;
    text-decoration: none;
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .container {
        max-width: 90%;
        height: 100%;
    }

    .main-wrapper {
        min-height: 100vh;
    }

    header {
        padding: 2.0833333333333335vw 0 0;
    }

    .hamburger-menu span {
        width: 2.0833333333333335vw;
        margin-bottom: 0.3472222222222222vw;
    }

    .nav-menu {
        gap: 3.125vw;
    }

    .nav-menu a {
        font-size: 1.1111111111111112vw;
    }

    .hero {
        max-width: 50.97222222222222vw;
    }

    .hero .hero-content .hero-title {
        font-size: 4.166666666666667vw;
        margin-bottom: 2.4305555555555554vw;
    }

    .hero .hero-content .hero-description {
        max-width: 45.486111111111114vw;
        font-size: 1.3888888888888888vw;
        margin-bottom: 2.4305555555555554vw;
    }

    .cta-button {
        padding: 1.0416666666666667vw 2.9166666666666665vw;
        font-size: 1.25vw;
    }

    .our-services {
        padding: 8.333333333333334vw 0;
    }

    .our-services .section-title {
        font-size: 2.7777777777777777vw;
        margin-bottom: 0.6944444444444444vw;
    }

    .our-services .section-description {
        font-size: 1.3888888888888888vw;
    }

    .our-services .services-list {
        gap: 2.0833333333333335vw;
        margin-top: 3.4722222222222223vw;
    }

    .our-services .services-list .service-item {
        padding: 2.0833333333333335vw;
    }

    .our-services .services-list .service-item .service-icon {
        width: 5.555555555555555vw;
        height: 5.555555555555555vw;
        margin-bottom: 2.7777777777777777vw;
    }

    .our-services .services-list .service-item .item-title {
        font-size: 1.7361111111111112vw;
        margin-bottom: 1.0416666666666667vw;
    }

    .our-services .services-list .service-item .item-description {
        font-size: 1.1111111111111112vw;
        line-height: 1.6666666666666667vw;
    }

    .hero-slider {
        padding-bottom: 8.333333333333334vw;
    }

    .hero-slider .content-Wrapper .leftContainer {
        max-width: 35.833333333333336vw;
    }

    .hero-slider .content-Wrapper .swiper-container {
        max-width: 50.416666666666664vw;
    }

    .hero-slider .content-Wrapper .leftContainer .slider-title {
        font-size: 2.7777777777777777vw;
        margin-bottom: 1.0416666666666667vw;
    }

    .hero-slider .content-Wrapper .leftContainer .hero-description {
        font-size: 1.3888888888888888vw;
    }

    .hero-slider .content-Wrapper .swiper-container .slick-prev,
    .hero-slider .content-Wrapper .swiper-container .slick-next {
        left: -20px;
        width: 2.7777777777777777vw;
        height: 2.7777777777777777vw;
    }

    .hero-slider .content-Wrapper .swiper-container .slick-next {
        right: -20px;
        left: unset;
    }

    .hero-slider .content-Wrapper .swiper-container .slick-prev:before,
    .hero-slider .content-Wrapper .swiper-container .slick-next:before {
        width: 2.7777777777777777vw;
        height: 2.7777777777777777vw;
    }

    .slick-dots li button::before,
    .slick-dots li.slick-active button::before {
        width: 0.4166666666666667vw;
        height: 0.4166666666666667vw;
        top: -2.4px;
        left: 3.3px;
    }

    .slick-dots>.slick-active button {
        width: 0.9722222222222222vw;
        height: 0.9722222222222222vw;
    }

    .support {
        padding: 5.555555555555555vw 0;
        height: 45.138888888888886vw;
    }

    .support .section-title {
        max-width: 64.16666666666667vw;
        font-size: 2.7777777777777777vw;
        margin-bottom: 3.4722222222222223vw;
    }

    .support .support-content {
        width: 45.625vw;
    }

    .support .support-item-container {
        gap: 4.166666666666667vw;
    }

    .support .support-content .support-item .support-icon {
        width: 5.555555555555555vw;
        height: 5.555555555555555vw;
        margin-bottom: 1.0416666666666667vw;
    }

    .support .support-content .support-item .support-title {
        font-size: 1.1111111111111112vw;
    }

    .bookNow .content {
        padding: 0;
        align-content: center;
    }

    .bookNowWrapper {
        height: 100%;
    }

    .bookNow .content .section-title {
        font-size: 2.7777777777777777vw;
        width: 27.291666666666668vw;
        margin-bottom: 1.3888888888888888vw;
    }

    .bookNow .content .section-description {
        font-size: 1.3888888888888888vw;
        width: 35.833333333333336vw;
        margin-bottom: 2.0833333333333335vw;
    }

    .bookNow .content .cta-button-white {
        padding: 1.0416666666666667vw 2.0833333333333335vw;
        font-size: 1.25vw;
    }

    .value-wrapper {
        padding: 3.8194444444444446vw 0;
    }

    .value-wrapper .value-item {
        gap: 0.6944444444444444vw;
    }

    .value-wrapper .value-item .value-title {
        font-size: 1.1111111111111112vw;
    }

    .community .community-wrapper {
        padding: 8.333333333333334vw 0;
    }

    .community .community-wrapper .community-text {
        max-width: 43.40277777777778vw;
    }

    .community .community-wrapper .community-text .section-title {
        font-size: 2.7777777777777777vw;
    }

    .community .community-wrapper .community-text .section-description {
        font-size: 1.3888888888888888vw;
        margin-top: 1.3888888888888888vw;
    }

    .community .community-wrapper .community-cta {
        width: 43.40277777777778vw;
        padding: 2.7777777777777777vw;
    }

    .community .community-wrapper .community-cta .community-cta-text {
        font-size: 1.5277777777777777vw;
    }

    .community .community-wrapper .community-cta .cta-button-discord {
        padding: 1.25vw 3.0555555555555554vw;
    }

    footer .footer-wrapper {
        padding: 3.8194444444444446vw 0;
        padding-bottom: 3.4722222222222223vw;
    }

    footer .footer-wrapper .footer-menu {
        max-width: 34.861111111111114vw;
    }

    footer .footer-wrapper .footer-menu .list .item a {
        font-size: 1.25vw;
    }

    footer .copyright {
        padding-bottom: 3.4722222222222223vw;
    }

    footer .copyright .text {
        font-size: 0.9722222222222222vw;
    }

    footer .copyright .info-links a {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .container {
        max-width: 90%;
        height: 100%;
    }

    .background .overlay {
        background-position-x: center;
        background-position-y: center;
    }

    .main-wrapper {
        min-height: 60vh;
    }

    .hero {
        max-width: 100%;
    }

    .hero .hero-content .hero-title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .hero .hero-content .hero-description {
        max-width: 60%;
        font-size: 16px;
        margin-bottom: 25px;
    }

    .get-course {
        padding: 10px 30px;
        font-size: 16px;
    }

    .cta-button {
        padding: 12px 30px;
        font-size: 16px;
    }

    .our-services {
        padding: 70px 0;
    }

    .our-services .section-title {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .our-services .section-description {
        font-size: 18px;
    }

    .our-services .services-list {
        flex-wrap: wrap;
        margin-top: 20px;
        gap: 20px;
    }

    .our-services .services-list .service-item {
        flex: 1 1 calc(50% - 20px);
        margin-bottom: 20px;
    }

    .hero-slider {
        padding-bottom: 50px;
    }

    .hero-slider .content-Wrapper .swiper-container {
        max-width: 100%;
    }

    .hero-slider .content-Wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }

    .slick-slide img {
        width: 100%;
        height: auto;
    }

    .slick-dots li button::before,
    .slick-dots li.slick-active button::before {
        top: -3px;
        left: 4px;
    }

    .hero-slider .content-Wrapper .leftContainer {
        max-width: 100%;
    }

    .hero-slider .content-Wrapper .leftContainer .slider-title {
        font-size: 34px;
    }

    .hero-slider .content-Wrapper .leftContainer .hero-description {
        font-size: 18px;
    }

    .support {
        padding: 60px 0;
        height: auto;
        background-position: inherit;
    }

    .support .section-title {
        max-width: 100%;
        font-size: 34px;
        margin-bottom: 30px;
    }

    .support .support-content {
        width: 100%;
    }

    .bookNow {
        height: 400px;
        background-position: center center;
    }

    .bookNowImage {
        display: none;
    }

    .bookNowWrapper {
        height: 100%;
    }

    .bookNow .content .section-title,
    .bookNow .content .section-description {
        width: 100%;
        text-align: center;
    }

    .bookNow .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding: 0;
        align-items: center;
        width: 100%;
    }

    .bookNow .content .cta-button-white {
        width: fit-content;
        padding: 10px 30px;
        font-size: 16px;
    }

    .value-wrapper {
        padding: 40px 0;
        flex-direction: row;
        gap: 20px;
    }

    .value-wrapper .value-item .value-title {
        font-size: 14px;
        white-space: nowrap;
    }

    .community .community-wrapper {
        padding: 70px 0;
        flex-wrap: wrap;
        gap: 20px;
    }

    .community .community-wrapper .community-text {
        max-width: 100%;
    }

    .community .community-wrapper .community-text .section-title {
        font-size: 34px;
        text-align: center;
    }

    .community .community-wrapper .community-text .section-description {
        font-size: 16px;
        margin-top: 10px;
        text-align: center;
    }

    .community .community-wrapper .community-cta {
        text-align: center;
        width: 100%;
        padding: 20px;
    }

    footer .footer-wrapper {
        flex-wrap: wrap;
        padding: 30px 0;
    }

    footer .copyright {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .container {
        max-width: 90%;
        height: 100%;
    }

    .hamburger-menu {
        display: block;
    }

    header {
        padding: 20px 0 0;
    }

    header .logo {
        width: 100px;
        height: auto;
    }

    header .logo img {
        width: 100%;
        height: auto;
    }

    .nav-menu {
        gap: 20px;
    }

    header nav .nav-menu {
        position: fixed;
        background: #fff;
        color: #000;
        top: 0;
        left: 0;
        flex-direction: column;
        height: 100%;
        z-index: 100;
        padding: 30px;
        width: 80%;
        transition: 0.3s;
        transform: translateX(-100%);
        overflow: auto;
        align-items: flex-start;
    }

    header nav .nav-menu.open {
        transform: translateX(0);
        background: rgba(0, 0, 0, 0.2);
        box-shadow: 8px 9px 38px 3px rgba(17, 51, 85, 0.63);
        -webkit-box-shadow: 8px 9px 38px 3px rgba(17, 51, 85, 0.63);
        -moz-box-shadow: 8px 9px 38px 3px rgba(17, 51, 85, 0.63);
        backdrop-filter: blur(11px);
        -webkit-backdrop-filter: blur(3px);
    }

    .nav-menu a {
        font-size: 18px;
        color: #ffffff;
    }

    .hero {
        position: static;
        text-align: center;
        padding: 80px 10px;
    }

    .main-wrapper {
        min-height: auto;
        min-height: 500px;
    }

    .background video {
        z-index: -1;
    }

    .get-course {
        padding: 13px 20px;
        font-size: 18px;
    }

    .cta-button {
        padding: 15px 20px;
        font-size: 18px;
    }

    .background .overlay {
        z-index: -1;
    }

    .hero {
        max-width: 100%;
    }

    .hero .hero-content .hero-title {
        font-size: 29px;
        margin-bottom: 15px;
    }

    .hero .hero-content .hero-description {
        max-width: 100%;
        font-size: 16px;
        margin-bottom: 25px;
    }

    .our-services {
        padding: 40px 0;
    }

    .our-services .section-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .our-services .section-description {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .our-services .services-list {
        flex-wrap: wrap;
        margin-top: 10px;
        gap: 10px;
    }

    .our-services .services-list .service-item {
        flex: auto;
        margin-bottom: 20px;
    }

    .hero-slider {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .slick-slide img {
        width: 100%;
        height: auto;
    }

    .hero-slider .content-Wrapper {
        flex-wrap: wrap;
    }

    .hero-slider .content-Wrapper .leftContainer .slider-title {
        font-size: 32px;
    }

    .hero-slider .content-Wrapper .leftContainer .hero-description {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .hero-slider .content-Wrapper .swiper-container .slick-prev,
    .hero-slider .content-Wrapper .swiper-container .slick-next {
        display: none;
    }

    .support {
        padding: 40px 0;
        height: 100%;
        background-position: unset;
    }

    .support .support-item-container {
        gap: 0;
    }

    .support .section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .support .support-content {
        flex-wrap: wrap;
        width: 100%;
    }

    .support .support-content .support-item {
        width: calc(100% / 2 - 20px);
    }

    .bookNow {
        height: auto;
        padding-top: 40px;
    }

    .bookNowImage {
        display: lock;
    }

    .bookNowWrapper {
        height: 100%;
        flex-wrap: wrap;
    }

    .bookNow .content .section-title,
    .bookNow .content .section-description {
        text-align: center;
    }

    .bookNow .content {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        align-items: center;
        width: 90%;
        margin: 0 auto;
    }

    .bookNow .content .section-title {
        width: 100%;
        font-size: 32px;
    }

    .bookNow .content .section-description {
        width: 100%;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .bookNow .content .cta-button-white {
        width: fit-content;
        padding: 8px 20px;
        font-size: 16px;
    }

    .value-wrapper {
        padding: 40px 0;
        flex-direction: column;
        gap: 20px;
    }

    .community .community-wrapper {
        padding: 40px 0;
        flex-wrap: wrap;
        gap: 30px;
    }

    .community .community-wrapper .community-text {
        width: 100%;
    }

    .community .community-wrapper .community-text .section-title {
        font-size: 32px;
        text-align: center;
    }

    .community .community-wrapper .community-text .section-description {
        font-size: 17px;
        margin-top: 10px;
        text-align: center;
        line-height: 1.5;
    }

    .community .community-wrapper .community-cta {
        width: 100%;
        flex-wrap: wrap;
        padding: 15px;
        justify-content: center;
        gap: 20px;
    }

    footer .footer-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        padding: 30px 0;
    }

    footer .copyright {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding-bottom: 30px;
    }
}