@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


/* Font Sinteca */
@font-face {
    font-family: Sinteca;
    src: url("../fonts/Sinteca-Medium.otf");
    font-weight: 500;
}

@font-face {
    font-family: Sinteca;
    src: url("../fonts/Sinteca-Regular.otf");
    font-weight: 400;
}

@font-face {
    font-family: Sinteca;
    src: url("../fonts/Sinteca-Bold.otf");
    font-weight: 700;
}

/* Font Clash Display */
@font-face {
    font-family: ClashDisplayVariable;
    src: url("../fonts/ClashDisplay-Variable.ttf");
}

@font-face {
    font-family: ClashDisplay;
    src: url("../fonts/ClashDisplay-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: ClashDisplay;
    src: url("../fonts/ClashDisplay-Regular.ttf");
    font-weight: 400;
}



/* Font Cosmica Trial */
@font-face {
    font-family: CosmicaTrial;
    src: url("../fonts/CosmicaTrial-Semibold-BF668366cf3fe43.otf");
    font-weight: 600;
}

@font-face {
    font-family: CosmicaTrial;
    src: url("../fonts/CosmicaTrial-Medium-BF668366cf07718.otf");
    font-weight: 500;
}

@font-face {
    font-family: CosmicaTrial;
    src: url("../fonts/CosmicaTrial-Regular-BF668366cef16e8.otf");
    font-weight: 400;
}

@font-face {
    font-family: CosmicaTrial;
    src: url("../fonts/CosmicaTrial-Light-BF668366ced1a3a.otf");
    font-weight: 300;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: ClashDisplay;
}

body {
    overflow-x: hidden;
    transition: background 0.3s ease, color 0.3s ease;
}
main.home-page{
    margin-top:50px;
}
:root {
    --white: #fff;
    --black: #171717;
    --orange: #FB7F51;

}

.container {
    width: 1300px;
    margin: auto;
    position: relative;
}

.container-big {
    width: 1920px;
    margin: auto;
    position: relative;
}

header.home {
    background: #FF7C3C url("../images/hero.png") no-repeat center center;
    background-size: cover;
    min-height: 960px;
    overflow: hidden;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
    position: relative;
}

.row {
    display: flex;
}

.between32 {
    gap: 0 32px;
}

header .row {
    display: flex;
}

header .left,
header .right {
    width: 50%;
    position: relative;
    z-index: 1;
}

header .right {
    z-index: 5;
    width: 780px;
}

header .left img {
    position: absolute;
}

header .left img.bg-blur2 {
    left: -58px;
}

header .left img.bg-blur3 {
    top: 476px;
    left: 33px;
}

header .left img.bg-glow {
    left: 297px;
}

header .left img.bg-blur {
    left: 100px;
    z-index: 1;
}

header .left img.glow {
    left: 117px;
    z-index: 5;
}

header .left img.icon-pr {
    left: 340px;
    top: 343px;
    z-index: 2;
    width: 220px;
    opacity: .8;
    transform: rotate(-30deg);
    filter: blur(5px);
}

header .left img.icon-ae {
    left: 710px;
    top: 390px;
    z-index: 2;
    width: 200px;
    opacity: .8;
    transform: rotate(30deg);
    filter: blur(5px);
}



header .right h4 {
    font-family: Sinteca;
    margin-top: 50px;
    font-weight: 700;
    font-size: 32px;
    color: var(--white);
    line-height: 130%;
    margin-bottom: 55px;
}

header .right h3 {
    padding: 12px 24px;
    border-radius: 10px;
    background-color: var(--white);
    width: fit-content;
    font-family: ClashDisplayVariable;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 24px;
    color: var(--orange);
}

header .right h1 {
    font-family: ClashDisplayVariable;
    font-weight: 600;
    font-size: 64px;
    line-height: 130%;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 25px;
}

header .right h1 span {
    color: #FF7C3C;
    background-color: var(--white);
    border-radius: 10px;
    padding: 0 17px;
}

header .right .experience {
    display: flex;
    gap: 15px;
    margin-bottom: 56px;
}

header .right .experience p {
    font-family: ClashDisplay;
    font-weight: 500;
    color: var(--white);
    font-size: 28px;
    line-height: 130%;
}



a.btn {
    background: linear-gradient(180deg, #66d0ff, #3db6ff);
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 484.9469299316406px;
    border-radius: 12.72px;
    font-family: ClashDisplayVariable;
    font-weight: 600;
    font-size: 28px;
    color: var(--white);
    line-height: 100%;
    box-shadow:
        inset 0 4px 8px rgba(255, 255, 255, 0.3),
        0 6px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

h1.absolute {
    transform: rotate(-90deg);
    position: absolute;
    right: -800px;
    top: -240px;
    display: flex;
}

h1.absolute img {
    width: 60%;
}


.marquee-container {
    position: absolute;
    right: 0;
    overflow: hidden;
    background: #FF7C3C;
    width: 1000px;
    transform: rotate(-15deg);
    padding: 20px;
    filter: blur(3px);
    bottom: 10px;
}

.marquee {
    display: flex;
    white-space: nowrap;
    animation: scroll 15s linear infinite;
}


.marquee span {
    font-family: ClashDisplayVariable;
    font-size: 42px;
    font-weight: 500;
    color: var(--white);
    margin: 0 10px;
}

.marquee span img {
    width: 320px;
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}
















/* Main */

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

.title h2 {
    font-family: ClashDisplayVariable;
    font-weight: 600;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 130%;
    color: var(--black);
}

.title .left p {
    font-size: 16px;
    font-family: ClashDisplay;
    font-weight: 400;
    line-height: 130%;
    color: #17171799;
    width: 708px;
    margin-top: 8px;
}

main {
    /* margin-top: 128px; */
}

main.home-page {
    padding-bottom: 50px;
    overflow: hidden;
}

main .title a.btn {
    background: #FB7F51;
    width: 350.9453125px;
    font-size: 20px;
    height: 80.52557373046875px;
}



section.course-descriptions {
    background: #161616;
    padding-top: 64px;
    position: relative;
    overflow: hidden;
    padding-bottom: 66px;

}



section.course-descriptions .title h2 {
    color: var(--white);
}

section.course-descriptions .title p {
    color: #FFFFFF99;
}


section.course-descriptions .title a {
    height: 80px;
    width: 350px;
    font-size: 20px;
}


section.course-descriptions .course-row {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 88px;

}

section.course-descriptions .course-row a.btn {
    width: 317.8610534667969px;
    height: 72.93428039550781px;
    font-size: 20px;
}

section.course-descriptions .course-row .course {
    background-color: var(--white);
    position: relative;
    border-radius: 20px;
    padding: 86px 26px 56px;
    width: 374px;
    box-shadow: 0px 33px 37px 0px #23233408;
}

section.course-descriptions .course-row .course .circle {
    position: absolute;
    top: -59px;
    left: 50%;
    transform: translateX(-50%);
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 100%);
    box-shadow: 0px 22px 19px -12px #152B471F;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

section.course-descriptions .course-row .course .circle .circle-orange {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    background: radial-gradient(64.22% 68.6% at 15.97% 18.89%, #FF7C3C 0%, #FF7C3C 100%);
    padding: 6px;
}

section.course-descriptions .course-row .course .circle .circle-orange h2 {
    font-weight: 400;
    font-size: 48px;
    border: 2px dashed var(--white);
    color: var(--white);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

section.course-descriptions .course-row .course h3 {
    text-align: center;
    font-family: ClashDisplayVariable;
    font-weight: 600;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: -4%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

section.course-descriptions .course-row .course ul li {
    display: flex;
    gap: 10px;
    font-family: ClashDisplayVariable;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    color: var(--black);
}

section.course-descriptions .course-row .course .price-badge {
    margin-top: 6px;
    margin-bottom: 14px;
}

section.course-descriptions .course-row .course .price-badge img {
    width: 100%;
}

section.course-descriptions .absolute-image {
    position: absolute;
}

section.course-descriptions .absolute-image1 {
    top: 0;
    right: 0;
}

section.course-descriptions .absolute-image2 {
    left: 0;
    bottom: 66px;
}

.accordion {
    width: 100%;
    margin: auto;
    margin-top: 24px;
}

.accordion-item {
    margin-bottom: 14px;
    border-radius: 8px;
    overflow: hidden;
    background: #161616;
    border: 1px solid #E2E7EB0A;

}

.accordion-header {
    padding: 18px 20px;
    cursor: pointer;
    position: relative;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-header h3 {
    width: 90%;
    font-size: 24px;
    font-weight: 600;
    font-family: ClashDisplayVariable;
}

.accordion-header svg {
    transition: .3s;
}

.accordion-header.active svg {
    transform: rotate(180deg);
}

.accordion-header.active {
    padding-bottom: 6px;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.3);
    transition: max-height 0.5s ease, padding 0.5s ease;
}

.accordion-content.open {
    padding-bottom: 20px;

}


.accordion-content p {
    color: #FFFFFF99;
    margin-bottom: 25px;

}

.accordion-content ul {
    border-top: 1px solid #FFFFFF1A;
    padding-top: 25px;
    padding-left: 24px;

}

.accordion-content ul li {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFFCC;
    line-height: 150%;
    list-style: disc;
}

/* Course Modules */

.course-modules {
    padding: 64px 0;
    background: #161616;
    color: var(--white);
}

.course-modules .title h2 {
    color: var(--white);
    text-align: center;
    margin-bottom: 16px;
}

.course-modules .title p {
    text-align: center;
    color: #FFFFFF99;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 48px;
}

.modules-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 32px;
    color: var(--orange);
}

.module {
    margin-bottom: 40px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.module h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--orange);
    margin-bottom: 8px;
}

.module .goal {
    font-size: 16px;
    color: #FFFFFFCC;
    margin-bottom: 16px;
}

.module ul {
    list-style: none;
    padding: 0;
}

.module ul li {
    font-size: 14px;
    color: #FFFFFF99;
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative;
}

.module ul li:before {
    content: "•";
    color: var(--orange);
    position: absolute;
    left: 0;
}

/* Mentorship */

.mentorship {
    overflow-x: hidden;
    position: relative;
}

header nav {
    width: 100%;
    background: linear-gradient(90deg, #FE7B2A 0%, #984A19 128.72%);
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 32px 0;

}

header nav .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1280px;
    margin: auto;
}

header nav .row .left a {
    font-family: Sinteca;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: var(--white);
}

header nav .row ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

header nav .row ul li a {
    font-family: ClashDisplay;
    font-weight: 500;
    font-size: 18px;
    color: var(--white);
    line-height: 130%;
}
.nav-right{
    display: flex;
}

.mentorship form {
    width: 738px;
    margin: auto;
    margin-top: 128px;
    position: relative;
    z-index: 5;

}

.mentorship2 form {
    width: 100%;
    margin: auto;
    margin-top: 128px;
    position: relative;
    z-index: 5;
}

.mentorship2 form .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.mentorship form h2 {
    font-family: ClashDisplay;
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
    color: #000;
    margin-bottom: 32px;
}

.mentorship2 form h2 {
    font-family: ClashDisplayVariable;
    font-weight: 600;
    font-size: 32px;
    color: #000;
}

.mentorship2 form .input-label {
    width: 49%;
}

form .input-label {
    display: flex;
    flex-direction: column;
}

form .input-label label {
    font-family: CosmicaTrial;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: var(--black);
    margin-bottom: 8px;
}

.mentorship2 form .input-label label {
    line-height: 130%;
}

form .input-label input {
    padding: 12px;
    background-color: var(--white);
    border: 1px solid #DEDCDF;
    font-family: CosmicaTrial;
    font-weight: 400;
    border-radius: 12px;
    color: #8C849A;
    outline: none;
    font-size: 16px;
    margin-bottom: 16px;
}

form button {
    padding: 21.5px 110px;
    border-radius: 12px;
    background-color: #FE792A;
    border: none;
    cursor: pointer;
    font-family: CosmicaTrial;
    font-weight: 500;
    color: var(--white);
    font-size: 16px;
    line-height: 20px;
    display: flex;
    margin: auto;
    margin-top: 8px;
}

.comments {
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
    flex-direction: row;
    border-bottom: rgba(255, 255, 255, 0);
    position: relative;
}

.comments_left {
    display: flex;
    flex-direction: column;
    margin-right: 32px;
}

.comments_left h1 {
    font-weight: 600;
    font-size: 42px;
    color: #2B2B2B;
    padding-bottom: 4px;
}

.comments_left p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(23, 23, 23, 0.6);
    width: 362px;
    margin-bottom: 24px;

}

.comments_left a.btn {
    background: #FB7F51;
    width: 350.9453125px;
    font-size: 20px;
    height: 80.52557373046875px;
}

.comments .comments_right {
    position: relative;
    width: 886px;
    height: 698px;
    border-radius: 36px;
    overflow: hidden;
    padding-left: 71px;
    display: flex;
    background:
        linear-gradient(rgba(255, 124, 60, 0),
            rgba(255, 124, 60, 1)),
        /* sening ko‘k fonli rasmi */
        url('./../images/comment_background.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    /* ranglarni aralashtiradi */
    overflow: hidden;

}

.comments_right .cards_for_comment:first-child {
    margin-top: -22px;
    /* yoki top: -22px */
}


.comments_right .cards_for_comment {
    position: relative;
    padding: 18px 18px;
    margin-bottom: 16px;
    margin-right: 23px;
}

.top_texts_for_comments {
    padding-bottom: 24px;
}


.cards_advice {
    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    width: 336px;
}

.cards_advice p {
    width: 336px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    line-height: 150%;
}

.cards_for_comment {
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(30px);
    border-radius: 10px;
    margin-bottom: 16px;
}

.cards_for_comment .for_img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
}

.cards_for_comment .for_texts {
    display: flex;
    flex-direction: column;
}

.cards_for_comment .for_texts h3 {
    font-size: 22px;
    line-height: 130%;
    color: rgba(255, 255, 255, 1);
    font-family: CosmicaTrial;
}

.cards_for_comment .for_texts h5 {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 130%;
    font-family: CosmicaTrial;
}

.second_wrap .cards_for_comment:first-child {
    margin-top: -144px;
    /* yoki top: -22px */
}



.glow_slide {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: rgba(245, 244, 244, 1);
    overflow: hidden;
}

.glow_slide .glow_top_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.glow_top_info_right a.btn {
    background: #FB7F51;
    width: 350.9453125px;
    font-size: 20px;
    height: 80.52557373046875px;
}

.glow_top_info .glow_top_info_left h1 {
    font-weight: 600;
    font-size: 42px;
    color: rgba(23, 23, 23, 1);
    line-height: 130%;
    font-style: Semibold;
}

.glow_top_info .glow_top_info_left p {
    width: 708px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(23, 23, 23, 0.6);
}

.glow_slide_inside {
    display: flex;
    gap: 0 24px;
}

.slide_item {
    display: flex;
}

.slide_item video {
    width: 305px;
    height: 542px;
}







.videos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 24px;
    white-space: nowrap;
}

.video-container {
    position: relative;
    width: 305px;
    height: 542px;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
    flex: 0 0 auto;
    /* kenglikni saqlaydi, siqilmaydi */
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s ease;
}



.video-container.playing .overlay {
    opacity: 0;
    pointer-events: none;
}


.white_red {
    width: 76px;
    height: 76px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-self: center;
    border-radius: 50%;
}

.white_red img {
    width: 19px;
    height: 21px;
    margin-top: 26px;
    margin-left: 5px;
}

.glow_slide_inside footer {
    background: #FF7C3C;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 128px;
    position: relative;
    z-index: 3;
}




.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-modal video {
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    border-radius: 10px;
}

.close-modal {
    position: absolute;
    top: 25px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    z-index: 10000;
}

.video-container {
    cursor: pointer;
}






footer {
    background: #FF7C3C;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 128px;
    position: relative;
    z-index: 3;
}


footer .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .row .left a {
    font-family: Sinteca;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: var(--white);
}

footer .row ul {
    display: flex;
    align-content: center;
    gap: 12px;
}

footer .row.top ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF14;
    width: 44px;
    height: 44px;
    background: #FFFFFF14;
    transition: .3s;

}

footer .row.top ul li a:hover {
    border: 1px solid #FFFFFF;
    background: #DD333314;
}

footer .top {
    margin-bottom: 40px;
}

footer ul.pages {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

footer ul.pages li a {
    font-family: ClashDisplayVariable;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: var(--white);
}

footer .locations .left {
    width: 550px;

}

footer .locations .left p {
    font-family: ClashDisplay;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFFB2;

}

footer .locations .right {
    display: flex;
    align-items: center;
    gap: 18px;
}

footer .locations .right li a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: var(--white);
    font-variant-numeric: lining-nums;

}

footer .bottom {
    padding-top: 22px;
    margin-top: 40px;
    border-top: 1px solid #FFFFFF1A;
}

footer .bottom .left p {
    font-family: CosmicaTrial;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFFB2;

    line-height: 130%;
}

footer .bottom .right {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .bottom .right h3 {
    font-family: CosmicaTrial;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: var(--white);
}

.developer-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.telegram-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--white);
    text-decoration: none;
    font-family: CosmicaTrial;
    font-weight: 500;
    font-size: 12px;
    transition: color 0.3s ease;
}

.telegram-link:hover {
    color: #0088cc;
}

.telegram-link svg {
    flex-shrink: 0;
}

.telegram-link span {
    font-weight: 600;
}

.mentorship .marquee-container {
    right: -250px;
    transform: rotate(-35.85deg);
    filter: blur(2px);
}

.mentorship .marquee-container {
    right: -250px;
    transform: rotate(-30deg);
    filter: blur(2px);
}

.mentorship .marquee-container2 {
    left: -300px;
    bottom: 100px;
    transform: rotate(45deg);
}


.mentorship2 .marquee-container2 {
    left: -300px;
    bottom: 50px;
    transform: rotate(35deg);
}

.bars {
    display: none;
}


.mobile {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    min-height: 100vh;
    background-color: var(--white);
    z-index: 100;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    transition: .3s;
}

.mobile.active {
    right: 0;
    transition: .3s;
}

.mobile .header_mobile {
    width: 100%;
}

.mobile .header_mobile .links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.mobile .header_mobile .links li a {
    font-family: ClashDisplay;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #FC7A2A;
}

.mobile .header_mobile .close {
    padding: 16px 26px;
    border-bottom: 0.5px solid #171717;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.mobile .header_mobile .close button {
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper {
    width: 100%;
    padding: 20px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.video-container {
    width: 305px;
    height: 542px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #111;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.white_red {
    width: 76px;
    height: 76px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-self: center;
    border-radius: 50%;
}

.swiper-wrapper {
    gap: 0 30px;
}


.white_red {
    position: absolute;
    width: 76px;
    height: 76px;
    background-color: white;
}

.white_red img {
    width: 19px;
    height: 21px;
    margin-top: 26px;
    margin-left: 5px;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.for_media {
    display: none;
}


.mobile .mobile_footer {
    padding-bottom: 20px;
}

.mobile .mobile_footer .socials {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 33px;
    gap: 12px;
}

.mobile .mobile_footer .socials li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #FF7C3C;
    border: 1px solid #FF7C3C;
    transition: .3s;
}

.mobile .mobile_footer .socials li a:hover {
    background: #DD333314;
}

.mobile .mobile_footer .socials li a:hover svg path {
    fill: #FF7C3C;
}

.mobile .mobile_footer .right li a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #FF7C3C;
    font-variant-numeric: lining-nums;
    margin-bottom: 18px;

}



.glow_top_info_paragraph {
    display: flex;
    flex-direction: column;
}

.mySwiper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.swiper-slide {
    width: auto !important;
    height: 542px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-box {
    width: 305px;
    height: 542px;
}



@media(max-width:1920px) {
    .container-big {
        width: 100%;
    }
}
@media (min-width:766px) {
    .mobile-menu-btn{
        display: none;
    }
}

@media(max-width:1595px) {
    footer {
        border-top-left-radius: 200px;
        border-top-right-radius: 200px;
    }

    header .right {
        width: 50%;
    }

    header .left img.glow {
        width: 900px;
    }

    header .left img.bg-glow {
        width: 460px;
        left: 268px;
    }

    header .left img.bg-blur2 {
        width: 350px;
    }

    header .left img.bg-blur3 {
        width: 350px;
    }

    header .left img.icon-pr {
        width: 176px;
    }

    header .left img.icon-ae {
        width: 176px;
        left: 615px;
    }



    header .right h1 {
        font-size: 60px;
    }

    header .right .experience p {
        font-size: 24px;
    }

    header.home {
        min-height: 830px;
    }
}

@media(max-width:1450px) {

    .container,
    header nav .row {
        width: 80%;
    }

    .glow-page .container {
        width: 1300px;
    }

    .mentorship .marquee-container {
        padding: 5px;
    }

    .marquee span {
        font-size: 30px;
    }

    .mentorship .marquee-container {
        right: -340px;
    }

    .mentorship2 .marquee-container2 {
        bottom: -80px;
    }

    header .right h1 {
        font-size: 45px;
    }

    header .right h3 {
        font-size: 18px;
    }

    h1.absolute img {
        width: 47%;
    }

    h1.absolute {
        right: -861px;
        top: -293px;
    }

    header .right h4 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    header .row {
        justify-content: space-between;
    }

    header .right {
        width: 47%;
    }

    a.btn {
        width: 400px;
        height: 100px;
    }

    header.home {
        min-height: 695px;
    }

    header .left img.glow {
        width: 720px;
    }

    header .left img.bg-glow {
        width: 437px;
        left: 228px;
    }

    header .left img.bg-blur2 {
        width: 295px;
    }

    header .left img.bg-blur3 {
        width: 266px;
        top: 380px;
    }

    header .left img.icon-ae {
        width: 127px;
        left: 542px;
        top: 298px;
    }

    header .left img.icon-pr {
        width: 127px;
        top: 291px;
        left: 300px;
    }
}

@media(max-width:1350px) {
    .glow-page .container {
        width: 100%;
        padding: 0 20px;
    }
}

@media(max-width:1270px) {
    header .left img.bg-blur {
        width: 750px;
    }

    section.course-descriptions .course-row .course {
        width: 32%;
    }

    section.course-descriptions .course-row a.btn {
        width: 100%;
    }

    header .left img.glow {
        left: 120px;
        width: 600px;
    }

    header .left img.bg-blur2 {
        width: 240px;
    }

    header .left img.bg-blur3 {
        width: 213px;
        top: 315px;
    }

    header .left img.bg-glow {
        width: 355px;
    }


    header .left img.icon-ae {
        left: 500px;
    }

    header .left img.icon-pr {
        width: 174px;
        top: 235px;
    }

    header .right .experience svg {
        width: 40px;
    }

    h1.absolute {
        top: -300px;
    }

    header .right .experience {
        margin-bottom: 30px;
    }

    header .right h1 {
        font-size: 39px;
    }

    header .right .experience p {
        font-size: 18px;
    }

    a.btn {
        width: 330px;
        height: 79px;
        font-size: 20px;
    }

    header.home {
        min-height: 580px;
    }
}

@media(max-width:1100px) {
    header .left img.bg-glow {
        display: none;
    }

    header .right h4 {
        font-size: 22px;
        margin-bottom: 14px;
        margin-top: 32px;
    }

    header .right h3 {
        margin-bottom: 17px;
    }

    header .right h1 {
        font-size: 32px;
        margin-bottom: 5px;
    }

    header .right .experience {
        margin-bottom: 10px;
    }

    header.home {
        min-height: 480px;
        border-bottom-left-radius: 200px;
        border-bottom-right-radius: 200px;
    }

    header .left img.glow {
        left: 80px;
        width: 520px;
    }

    header .left img.bg-blur2 {
        width: 200px;
    }

    header .left img.bg-blur {
        width: 570px;
    }

    header .left img.bg-blur3 {
        width: 161px;
        top: 240px;
    }

    header .left img.icon-ae {
        left: 378px;
        top: 210px;
        width: 100px;
    }

    header .left img.icon-pr {
        top: 204px;
        left: 217px;
        width: 100px;
    }

    h1.absolute {
        display: none;
    }

    header .marquee-container {
        display: none;
    }

    section.course-descriptions .course-row .course {
        width: 33%;
    }

    section.course-descriptions .title a {
        font-size: 18px;
    }

    main .title a.btn {
        font-size: 18px;
    }

    .accordion-header h3 {
        font-size: 20px;
    }

    section.course-descriptions .course-row a.btn {
        width: 100%;
    }

    .glow_top_info .glow_top_info_left h1 {
        font-size: 35px;
    }

    .glow_top_info .glow_top_info_left p {
        width: 473px;
    }

    .videos {
        gap: 15px;
    }
}

@media(max-width:998px) {

    header .right h3 {
        display: none;
    }

    header .left {
        width: 100%;
    }

    header .right {
        width: 100%;
    }

    header .row {
        flex-direction: column-reverse;
        padding: 0 12px;
    }

    header .right h4 {
        text-align: center;
        margin-bottom: 33px;
        font-size: 20px;
        line-height: 130%;
    }

    header .right h1 {
        font-size: 32px;
        text-align: center;
        width: 70%;
        margin: auto;
        margin-bottom: 11px;
    }

    header.home {
        min-height: 640px;
    }

    header .right .experience {
        width: 70%;
        margin: auto;
    }

    header a.btn {
        margin: auto;
        transform: translateY(290px);
    }

    header .left img.glow {
        top: -161px;
        width: 590px;
        left: 50%;
        transform: translateX(-50%);
    }

    header .left img.bg-blur2 {
        width: 200px;
        left: auto;
        right: 0;
        top: -60px;
    }

    header .left img.bg-blur3 {
        width: 200px;
        top: 85px;
    }

    header .left img.icon-ae {
        left: 503px;
        top: 85px;
    }

    header .left img.icon-pr {
        top: 68px;
        left: 309px;
    }

    .title {
        flex-direction: column;
        gap: 20px;
    }

    .title .left p {
        text-align: center;
    }

    .title h2 {
        text-align: center;
    }

    section.course-descriptions .course-row .course {
        width: 33%;
    }

    .glow_top_info .glow_top_info_left h1 {
        font-size: 26px;
    }

    .glow_top_info .glow_top_info_left p {
        width: 100%;
    }

    .glow_top_info_right a.btn {
        margin-left: 0;
        width: 280px;
        height: 63px;
    }

    .video-container {
        border-radius: 0 !important;
    }

    footer {
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
        padding-top: 60px;
    }

    .marquee-container {
        display: none;
    }

    .mentorship2 form .input-label {
        width: 100%;
    }

    footer .locations .left {
        width: 80%;
        margin: auto;
        margin-bottom: 24px;
    }


    .video-container {
        width: 305px;
        height: 542px;
        overflow: hidden;
        border-radius: 18px;
        position: relative;
    }

    .video-container video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .video-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        justify-content: center;
        align-items: center;
    }

    .video-modal video {
        width: 90%;
        max-width: 900px;
    }

    .close-modal {
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 40px;
        color: white;
        cursor: pointer;
    }

    footer .top {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 31px;
    }

    footer .row .left a {
        font-size: 26px;
        display: flex;
        justify-content: center;margin-bottom: 15px;
    }

    footer ul.pages {
        flex-direction: column;
        gap: 12px;
    }

    footer .row,
    footer .locations .right {
        flex-direction: column;
    }

    footer .bottom .right {
        margin-top: 8px;
        width: 100%;
        justify-content: space-between;
    }

    .bars {
        display: block;
    }

    header nav .row ul {
        display: none;
    }

    header nav .row .left a {
        font-size: 24px;
    }

    header nav {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .mentorship2 form {
        margin-top: 64px;
    }
}

@media (max-width: 850px) {
    section.course-descriptions .course-row {
        flex-direction: column;
        align-items: center;
        gap: 75px;
    }

    section.course-descriptions .course-row .course {
        width: 350px;
    }

    section.course-descriptions .course-row a.btn {
        width: 100%;
    }

    .glow_slide .glow_top_info {
        flex-direction: column;
        gap: 20px;
    }

    .glow_top_info .second_glow_paragraph {
        display: none;
    }
}

@media(max-width:837px) {
    header.home {
        min-height: 715px;
        border-bottom-left-radius: 150px;
        border-bottom-right-radius: 150px;
    }

    header a.btn {
        transform: translateY(340px);
    }

    .accordion-content ul li {
        margin-bottom: 15px;
    }

    header .left img.icon-pr {
        top: 91px;
        left: 230px;
    }

    header .left img.icon-ae {
        left: 422px;
        top: 73px;
    }

    header .right .experience {
        width: 100%;
    }

    header .right h1 {
        width: 100%;
    }

    header .left img.bg-blur3 {
        display: none;
    }

    header .left img.bg-blur {
        width: 420px;
        left: 195px;
    }

    header .left img.bg-blur2 {
        z-index: -1;
        display: none;
    }
}

@media (max-width: 720px) {
    header .left img.icon-pr {
        left: 135px;
    }

    header .left img.icon-ae {
        left: 350px;
    }

    header .left img.bg-blur2 {
        right: -60px;
        display: none;
    }

    section.course-descriptions .course-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 71px;
    }

    .glow_slide .glow_top_info {
        flex-direction: column;
        gap: 20px;
    }

    section.course-descriptions .absolute-image1 {
        top: 0;
        right: 0;
        width: 218px;
        display: none;
    }

    section.course-descriptions .title h2 {
        text-align: left;
        font-size: 26px;
    }

    section.course-descriptions .title p {
        font-size: 16px;
    }

    .title .left p {
        width: 100%;
        text-align: left;
    }
}

@media(max-width:593px) {
    header .right h1 {
        text-align: left;
    }
    header .right h4 img{
        width: 50%;
    }

    header .right .experience p {
        font-size: 16px;
    }

    header.home {
        min-height: 960px;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
    }

    header .left img.glow {
        top: auto;
        width: 785px;
        left: 34%;
        bottom: -663px;
    }

    header a.btn {
        transform: translateY(540px);
    }

    header .left img.bg-blur {
        width: 536px;
        left: -79px;
    }

    header .left img.icon-pr {
        left: -57px;
        top: 88px;
        width: 200px;
    }

    header .left img.icon-ae {
        left: 146px;
        top: 114px;
        width: 263px;
    }

    header .left img.bg-blur2 {
        right: -110px;
        display: none;
    }
}

@media(max-width:576px) {
    header .right h1 {
        text-align: left;
        width: 95%;
        margin-left: 0;
    }

    header .right .experience p {
        font-size: 16px;
    }

    header.home {
        min-height: 960px;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
    }

    header .left img.glow {
        top: auto;
        width: 785px;
        left: 34%;
        bottom: -600px;
    }

    header a.btn {
        transform: translateY(540px);
        font-size: 24px;
    }

    header .right h1 span {
        padding: 3px 15px;
    }

    header .left img.bg-blur {
        width: 536px;
        left: -79px;
    }

    header .left img.icon-pr {
        left: -57px;
        top: 138px;
        width: 150px;
    }

    header .left img.icon-ae {
        left: 204px;
        top: 138px;
        width: 150px;
    }

    header .left img.bg-blur2 {
        right: -110px;
        display: none;
    }

    section.course-descriptions .course-row {
        flex-direction: column;
        justify-content: center;
        align-self: center;
    }

    section.course-descriptions .course-row .course {
        width: 335px;
        margin-bottom: 50px;
    }

    section.course-descriptions .absolute-image2 {
        left: 0;
        top: 814px;
        width: 250px;
        display: none;
    }


    .title .left p {
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    section.course-descriptions .course-row a.btn {
        width: 287px;
    }

    section.course-descriptions .title h2 {
        font-size: 32px;
    }

    section.course-descriptions .title p {
        width: 100%;
        text-align: left;
    }

    section.course-descriptions .title {
        align-items: start;
    }

    .second_glow_paragraph {
        display: none;
    }

    .glow_slide .glow_top_info {
        flex-direction: column;
    }

    .container,
    header nav .row {
        width: 100%;
        padding: 0 20px;
    }

    footer {
        margin-top: 64px;
    }

    .glow-page footer {
        margin-top: 0;
    }

    /* Light theme styles for main pages */
    body.light-theme {
        background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        color: #2c3e50;
    }

    body.light-theme header.home {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    }

    body.light-theme .title h2 {
        color: #2c3e50;
    }

    body.light-theme .title .left p {
        color: rgba(44, 62, 80, 0.7);
    }

    body.light-theme section.course-descriptions {
        background: #f8f9fa;
        color: #2c3e50;
    }

    body.light-theme section.course-descriptions .title h2 {
        color: #2c3e50;
    }

    body.light-theme section.course-descriptions .title p {
        color: rgba(44, 62, 80, 0.7);
    }

    body.light-theme section.course-descriptions .course-row .course {
        background: white;
        box-shadow: 0px 33px 37px 0px rgba(0,0,0,0.1);
    }

    body.light-theme section.course-descriptions .course-row .course h3,
    body.light-theme section.course-descriptions .course-row .course ul li {
        color: #2c3e50;
    }

    body.light-theme .accordion-item {
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    body.light-theme .accordion-header {
        color: #2c3e50;
    }

    body.light-theme .accordion-content {
        background: rgba(0, 0, 0, 0.05);
    }

    body.light-theme .accordion-content p {
        color: rgba(44, 62, 80, 0.8);
    }

    body.light-theme .accordion-content ul li {
        color: rgba(44, 62, 80, 0.9);
    }

    body.light-theme .glow_slide {
        background: #f8f9fa;
    }

    body.light-theme .glow_top_info .glow_top_info_left h1 {
        color: #2c3e50;
    }

    body.light-theme .glow_top_info .glow_top_info_left p {
        color: rgba(44, 62, 80, 0.7);
    }

    body.light-theme .comments {
        background: rgba(255, 124, 60, 0.1);
    }

    body.light-theme .comments_left h1 {
        color: #2c3e50;
    }

    body.light-theme .comments_left p {
        color: rgba(44, 62, 80, 0.7);
    }

    body.light-theme .cards_for_comment {
        background: rgba(255, 255, 255, 0.6);
    }

    body.light-theme .cards_for_comment .for_texts h3,
    body.light-theme .cards_for_comment .for_texts h5 {
        color: #2c3e50;
    }

    body.light-theme .cards_advice,
    body.light-theme .cards_advice p {
        color: #2c3e50;
    }

    body.light-theme footer {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    }

    body.light-theme footer .locations .left p {
        color: rgba(255, 255, 255, 0.9);
    }

    body.light-theme footer .bottom .left p,
    body.light-theme footer .bottom .right h3 {
        color: rgba(255, 255, 255, 0.9);
    }

    .glow_slide {
        padding-bottom: 60px;
    }

    form button {
        width: 100%;
        padding: 21.5px 0;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    section.course-descriptions .title a {
        width: 280px;
        height: 63px;
        font-size: 18px;
    }

}

@media(max-width:432px) {
    header a.btn {
        transform: translateY(500px);
    }
}

@media(max-width:388px) {
    header a.btn {
        transform: translateY(430px);
        width: 100%;
    }
}


@media (max-width: 320px) {
    .glow_top_info_right a.btn {
        width: 100%;
        margin-left: 0;
    }

    section.course-descriptions .course-row .course {
        width: 100%;
        margin-bottom: 128px;
        margin-left: 0;
    }

    section.course-descriptions .course-row a.btn {
        width: 100%;
    }

    section.course-descriptions .title a {
        width: 100%;
    }

    section.course-descriptions .title h2 {
        font-size: 26px;
    }

    .accordion-header h3 {
        font-size: 16px;
    }

    main .title a.btn {
        width: 100%;
    }

    .title h2 {
        font-size: 26px;
    }
}