@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;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Fade in animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
}

.fade-in-left {
    animation: fadeInLeft 0.8s ease-out forwards;
}

.fade-in-right {
    animation: fadeInRight 0.8s ease-out forwards;
}

.scale-in {
    animation: scaleIn 0.6s ease-out forwards;
}

: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;
}

header.home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 124, 60, 0.1), rgba(255, 124, 60, 0.05));
    z-index: 1;
}

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: 232px;
    top: 303px;
    z-index: 2;
}

header .left img.icon-ae {
    left: 540px;
    top: 290px;
    z-index: 2;
}



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;
    transform: translateY(0);
}

a.btn:hover {
    transform: translateY(-5px);
    box-shadow:
        inset 0 4px 8px rgba(255, 255, 255, 0.3),
        0 10px 20px rgba(0, 0, 0, 0.3);
}

h1.absolute {
    font-family: Sinteca;
    font-weight: 700;
    font-size: 300px;
    line-height: 130%;
    color: #FFFFFF4D;
    transform: rotate(-90deg);
    position: absolute;
    right: -570px;
    top: -180px;
}


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

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

.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;
}

.marquee span {
    margin: 0 10px;
}

.marquee span img {
    height: 30px;
}

@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 .title a.btn {
    background: #FB7F51;
    width: 350.9453125px;
    height: 80.52557373046875px;
    transition: all 0.3s ease;
}

main .title a.btn:hover {
    background: #e66a1f;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(251, 127, 81, 0.3);
}











.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;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.accordion-header::after {
    content: "⌄";
    position: absolute;
    right: 20px;
    transition: transform 0.3s ease;
}

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

.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;
    opacity: 0;
    transform: translateY(-10px);
}

.accordion-content.open {
    opacity: 1;
    transform: translateY(0);
}

.accordion-content.open {
    padding: 15px 20px;
}



/* 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 {
    display: flex;
    align-items: center;
}

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%;
}


.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-direction: column;
    /* text-align: center; */
    /* flex-wrap: nowrap; */
    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 {
    text-align: center;
    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,
form .input-label select {
    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;
    transition: all 0.3s ease;
    transform: translateY(0);
}

form button:hover {
    background-color: #e66a1f;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(254, 121, 42, 0.3);
}

form button:active {
    transform: translateY(0);
}


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: all .3s ease;
    transform: scale(1);
}

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

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);
}

.mentorship .marquee-container {
    right: -900px;
    transform: rotate(-35deg);
    filter: blur(2px);
    bottom: 230px;
    width: 2000px;
}

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


.mentorship2 .marquee-container2 {
    left: -900px;
    bottom: 230px;
    transform: rotate(35deg);
    width: 2000px;
}

.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;
}

.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;

}

@media(max-width:1920px) {
    .container-big {
        width: 100%;
        /* overflow-x: hidden; */
    }
}

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

@media(max-width:1450px) {

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

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

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

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

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

@media(max-width:998px) {

    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;
    }

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

    footer .row .left a {
        font-size: 26px;
    }

    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 img {
        width: 200px;
    }

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

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

@media(max-width:500px) {

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

    footer {
        margin-top: 64px;
    }

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

}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.modal-content {
    margin: 15% auto;
    padding: 40px;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    color: var(--black);
    cursor: pointer;
    transition: color 0.3s;
}

.close-modal:hover {
    color: var(--orange);
}

.modal-content h2 {
    font-family: ClashDisplayVariable;
    font-weight: 600;
    font-size: 28px;
    color: var(--black);
    margin-bottom: 20px;
}

.modal-content p {
    font-family: CosmicaTrial;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 30px;
}

.modal-btn {
    background-color: #FE792A;
    color: var(--white);
    border: none;
    padding: 12px 30px;
    border-radius: 12px;
    font-family: CosmicaTrial;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: translateY(0);
}

.modal-btn:hover {
    background-color: #e66a1f;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(254, 121, 42, 0.3);
}


@media (max-width: 998px) {
    footer .row .left a {
        font-size: 26px;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
}