/* Reset və əsas stil */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
    --Gradient-Brand: linear-gradient(
        90deg,
        #3535ee -34.37%,
        #292ef4 -10.02%,
        #3c52f6 65.95%,
        #5581f9 168.23%
    );
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins";
}
html[lang="ru"] * {
    font-family: "Manrope", sans-serif;
}
a {
    text-decoration: none;
}

body {
    font-family: Arial, sans-serif;
    background: #020923;
    color: #333;
    max-height: max-content;
    position: relative;
    overflow-x: hidden;
}

.p-rel {
    position: relative;
}

.container {
    /* max-width: 1352px; */
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.container-sm {
    max-width: 848px;
    margin: 0 auto;
    width: 100%;
}

.container-lg {
    max-width: 1328px;
    margin: 0 auto;
    width: 100%;
}

.container-xl {
    max-width: 1384px;
    margin: 0 auto;
    width: 100%;
}

.container-header {
    max-width: 1352px;
    margin: 0 auto;
    width: 100%;
}

.pagination {
    margin-top: 64px;
}

.pagination ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li {
    margin-right: 24px;
    margin-left: 24px;
    color: #8daefb;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    cursor: pointer;
}

.pagination li.active {
    color: #163ccb;
}

.border-gradient {
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
}

.border-gradient-blue {
    border-image-source: linear-gradient(to left, #90c7f7b8, #163ccb00);
}

@media (min-width: 1540px) and (max-width: 1980px) {
    .container-header {
        max-width: 1600px;
    }

    .container-lg {
        max-width: 1500px;
    }

    .container-xl {
        max-width: 1600px;
    }

    .container {
        max-width: 1500px;
    }
}

/* Tablet (768px - 1024px) üçün */
@media (max-width: 1024px) {
    .container {
        padding: 0 16px;
    }

    .container-sm {
        padding: 0 16px;
    }

    .container-lg {
        padding: 0 16px;
    }

    .container-xl {
        padding: 0 16px;
    }
}

/* Mobil (0 - 767px) üçün */
@media (max-width: 767px) {
    .container {
        padding: 0 16px;
    }

    .container-sm {
        padding: 0 16px;
    }

    .container-lg {
        padding: 0 16px;
    }

    .container-xl {
        padding: 0 16px;
    }

    .pagination li {
        margin-left: 16px;
        margin-right: 16px;
    }
}

main {
    position: relative;
    /* overflow-x: hidden; */
}

header {
    color: white;
    /* padding: 40px; */
    /* padding: 24px 44px; */
    padding: 24px 44px;
    position: relative;
    z-index: 999;
}

.navbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(10px);
    /* blur effekti */
    /* background: #3232c905; */
    background: linear-gradient(
        90deg,
        rgba(50, 50, 201, 0.08) 0%,
        rgba(25, 25, 99, 0.08) 50%
    );
    border-radius: 16px;
    padding: 10px 80px 10px 36px;
    z-index: 10;
    position: relative;
    cursor: pointer;
}

.logo {
    height: 96px;
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-links .active > a {
    background: var(--Gradient-Brand);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-links li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.nav-links li a img {
    margin-left: 12px;
}

.nav-links li a:hover {
    background: linear-gradient(
        90deg,
        #3535ee -34.37%,
        #292ef4 -10.02%,
        #3c52f6 65.95%,
        #5581f9 168.23%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#hamburger {
    display: none;
    font-size: 26px;
    cursor: pointer;
    color: white;
}

/* Responsiv (mobil) menyu */
@media (max-width: 992px) {
    .nav-links {
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0;
        background: #222;
        width: 200px;
        padding: 10px;
        display: none;
    }

    .nav-links.show {
        display: flex;
    }

    #hamburger {
        display: block;
    }

    .navbar-wrapper {
        padding: 8px 16px;
    }
}

/* DROPDOWN STIL */
.dropdown {
    position: relative;
}

.dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 72px;
    /* boşluğu doldurur */
    pointer-events: auto;
}

@media (max-width: 992px) {
    .dropdown::after {
        content: none;
    }
}

.dropdown-menu {
    list-style: none;
    position: absolute;
    top: 72px;
    left: 0px;
    display: none;
    flex-direction: column;
    min-width: 184px;
    z-index: 999;
    padding: 16px 20px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 8px;
    /* Gradient + şəffaf baza */
    background: linear-gradient(
        58.45deg,
        rgba(98, 98, 110, 0.25) -20.19%,
        rgba(73, 73, 129, 0.22) 26.05%,
        rgba(50, 50, 146, 0.18) 69.11%,
        rgba(8, 8, 178, 0.1) 148%
    );

    /* “blur” analoqu üçün əlavə qat */
    box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.1),
        0 8px 32px rgba(0, 0, 0, 0.25);
}

.dropdown:hover .dropdown-menu {
    display: flex;
}

.dropdown.active img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(94%) saturate(6723%)
        hue-rotate(243deg) brightness(93%) contrast(101%);
}

.dropdown:hover img {
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(28%) sepia(94%) saturate(6723%)
        hue-rotate(243deg) brightness(93%) contrast(101%);
}

.dropdown:hover > a {
    background-image: linear-gradient(
        to right,
        #2f3af4,
        #3344f5,
        #374df6,
        #3c55f7,
        #425df7
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dropdown-menu li {
    margin-bottom: 12px;
}

.dropdown-menu li:nth-last-child(1) {
    margin-bottom: 0px;
}

.dropdown-menu li:hover {
    background-image: linear-gradient(
        to right,
        #2f3af4,
        #3344f5,
        #374df6,
        #3c55f7,
        #425df7
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Desktop hover üçün açılır */
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
    }
}

/* Mobil açılma üçün JS istifadə olunur */
.nav-links.show .dropdown-menu {
    position: static;
}

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

.navbar-right img {
    margin-left: 48px;
}

.current-lang {
    color: #fff;
    font-size: 16px;
}

.lang-options {
    list-style: none;
    display: none;
    position: absolute;
    top: 72px;
    right: -16px;
    border-radius: 8px;
    z-index: 10;
    padding: 16px 20px;
    /* Gradient + şəffaf baza */
    background: linear-gradient(
        58.45deg,
        rgba(98, 98, 110, 0.25) -20.19%,
        rgba(73, 73, 129, 0.22) 26.05%,
        rgba(50, 50, 146, 0.18) 69.11%,
        rgba(8, 8, 178, 0.1) 148%
    );

    /* “blur” analoqu üçün əlavə qat */
    box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.1),
        0 8px 32px rgba(0, 0, 0, 0.25);
}

.lang-options li {
    margin-bottom: 12px;
}

.lang-options li:last-child,
.lang-options li:only-child {
    margin-bottom: 0;
}

.lang-options li a {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.lang-options li a:hover {
    background-image: linear-gradient(
        to right,
        #2f3af4,
        #3344f5,
        #374df6,
        #3c55f7,
        #425df7
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dropdown-lang {
    position: relative;
    z-index: 1000;
}

/* Açıq halda göstərmək üçün */
.dropdown-lang.open .lang-options {
    display: block;
}

@media (min-width: 992px) {
    .dropdown-lang:hover .lang-options {
        display: block;
    }

    .dropdown-lang::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 72px;
        pointer-events: auto;
    }
}

/* Drawer əsas konteyneri */
.mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    /* Tam genişlik */
    height: 100%;
    /* Tam hündürlük */
    background: linear-gradient(
        162deg,
        rgba(9, 23, 77, 1) 0%,
        rgba(5, 14, 49, 1) 50%,
        rgba(8, 21, 72, 1) 100%
    );
    transform: translateX(-100%);
    /* Soldan gizlənmiş vəziyyət */
    transition: transform 0.4s ease;
    z-index: 9999;
    padding: 40px 24px;
    flex-direction: column;
    display: none;
}

/* Açıldıqda (soldan görünür) */
.mobile-drawer.open {
    display: flex;
    transform: translateX(0);
}

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

.mobile-drawer .dropdown-menu {
    display: none;
}

.mobile-drawer .dropdown-menu.open {
    display: flex;
}

.mobile-drawer .dropdown:hover .dropdown-menu {
    display: none;
}

.mobile-drawer .dropdown:hover .dropdown-menu.open {
    display: flex;
}

.dropdown-icon {
    transition: transform 0.3s ease;
}

.dropdown-icon.open {
    transform: rotate(180deg);
}

/* Close ikonu */
.drawer-close {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 32px;
    color: white;
    cursor: pointer;
    z-index: 10000;
}

/* Nav içindəkilər */
.mobile-drawer .drawer-nav-links {
    align-items: center;
    margin-top: 56px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    list-style: none;
}

.mobile-drawer .drawer-nav-links li {
    margin-top: 44px;
}

.mobile-drawer .drawer-nav-links li:nth-last-child(1) {
    margin-top: 44px;
}

.mobile-drawer .drawer-nav-links li a {
    color: white;
    display: flex;
    align-items: center;
}

.mobile-drawer .drawer-nav-links li a img {
    margin-left: 4px;
}

.mobile-drawer .divider {
    margin-top: 56px;
    margin-bottom: 56px;
}

.mobile-drawer .dropdown-menu {
    background: unset;
    position: static;
}

.drawer-page-links {
    list-style: none;
    margin-top: 116px;
}

.drawer-page-links li:nth-last-child(1) {
    margin-top: 9px;
}

.drawer-page-links a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

.drawer-footer .copyright {
    margin-top: 28px;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

/* common */
.section-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-header {
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #ffffff;
}

.section-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    margin-top: 20px;
}

.color-gradient-more {
    font-size: 72px;
    background: linear-gradient(90.36deg, #1919ff -163.56%, #6593ff 93.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
}

.color-gradient-info {
    font-size: 72px;
    background: linear-gradient(90deg, #163ccb -30.36%, #ffffff 245.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
    transition: background 0.5s ease;
    /* hover üçün yumşaq keçid */
}

.color-gradient-info span {
    margin-right: 8px;
    /* sabit qalsın */
}

.color-gradient-info.details img {
    transition: transform 0.3s ease;
    /* yalnız hərəkət */
}

.color-gradient-info.details:hover {
    background: linear-gradient(64.16deg, #2323f4 -8.92%, #5581f9 68.15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-gradient-info.details:hover img {
    transform: translateX(6px);
    /* şəkil sağa hərəkət */
}

.search-box {
    display: none;
    position: absolute;
    right: 80px;
    bottom: -72px;
    align-items: center;
    justify-content: space-between;
    width: 450px;
    height: 50px;
    border-radius: 12px;
    background-image: linear-gradient(
        58.45deg,
        rgba(98, 98, 110, 0.25) -20.19%,
        rgb(73 73 129 / 75%) 26.05%,
        rgb(50 50 146 / 59%) 69.11%,
        rgba(8, 8, 178, 0.1) 148%
    );
    box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.1),
        0 8px 32px rgba(0, 0, 0, 0.25);
    padding: 12px 20px;
}

.search-box.active {
    display: flex;
}

.search-box button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

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

.input-box img {
    margin-right: 16px;
}

.search-box input {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background: transparent;
    width: 100%;
    min-width: 320px;
    border: 0;
    outline: 0;
}

.search-box input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    /* bg şəffaf qalsın */
    -webkit-text-fill-color: #fff !important;
    /* text ağ */
    caret-color: #fff !important;
    transition: background-color 9999s ease-in-out 0s;
    background-color: transparent !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
}

.search-box input:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.search-box input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.drawer-search-image {
    display: none;
}
@media (max-width: 992px) {
    .drawer-search-box {
        display: none;
        position: unset;
        margin-top: 24px;
        padding: 20px 16px;
        width: 100%;
        border: 1px solid rgb(101 147 255 / 30%);
        background-image: unset;
    }
    .drawer-search-box .search_close {
        filter: invert(0.5);
    }
    .drawer-search-image {
        display: none;
        margin: auto;
        margin-top: 204px;
    }
    .drawer-search-box input {
        min-width: unset;
    }
}

@media (max-width: 768px) {
    .section-header {
        font-size: 32px;
        line-height: 40px;
    }

    .section-description {
        font-size: 18px;
        line-height: 26px;
    }
}

/* HERO SECTION BEGIN */
.hero {
    margin-top: 140px;
}

.hero-content {
    color: #ffffff;
}

.hero-content-title {
    /* width: 926px; */
    width: 1064px;
}

.hero-content-subtitle {
    /* width: 640px; */
    width: 656px;
    margin-bottom: 100px;
}

.hero-content h1 {
    font-size: 76px;
    font-weight: 300;
    line-height: 84px;
    z-index: 88;
    position: relative;
}

.hero-content p {
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
    margin-top: 24px;
    position: relative;
    z-index: 88;
}

.hero-image {
    z-index: -1;
}

.hero-image img {
    position: absolute;
    top: 0;
    right: 0;
}

.hero-video video {
    width: 100%;
}

.hero-video img {
    width: 100%;
    height: 100%;
}

.hero-content .more {
    border-radius: 80px;
    background: none;
    /* artıq background istifadə etmirik */
    padding: 3px;
    box-shadow: 0 0 7.9px 0 #4659d2;

    position: relative;
    display: inline-block;
    overflow: hidden;
    /* radius üçün vacibdir */
    z-index: 2;
    transition: background 0.3s ease, color 0.3s ease;
    /* 🔥 burda transition əlavə olundu */
}

.hero-content .more::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 3px;
    /* border qalınlığı */
    background: linear-gradient(
        93.79deg,
        rgba(35, 35, 244, 0.59) 8.35%,
        rgba(227, 233, 255, 0.59) 136.34%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.hero-content .image {
    position: relative;
    border-radius: inherit;
    background: transparent;
    padding: 20px 106px;
    height: 70px;
}

.hero-content .more:hover .image {
    background: linear-gradient(
        180deg,
        rgba(25, 33, 95, 0.3) -20.97%,
        rgba(13, 39, 224, 0.3) 107.26%
    );
}

.hero-video {
    transform: rotate(-7deg);
    width: 2400px;
    mix-blend-mode: lighten;
    z-index: -1;
    position: absolute;
}

/* HERO SECTION END */

/* ABOUT SECTION BEGIN */
.about {
    /* margin-top: 290px; */
    margin-top: 267px;
}

.about .section-header {
    margin-top: 12px;
}

.about .texture {
    top: -100%;
    width: 504px;
    height: 528px;
}

.about-content {
    width: 524px;
}

.about-video {
    width: 630px;
}

.about-video video {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.video-overlay {
    position: relative;
}

.video-overlay-color {
    position: absolute;
    top: -3px;
    border-radius: 8px;
    left: 0;
    background-color: #071e925e;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.program-content-header .section-header {
    margin-top: 12px;
}

@media (min-width: 1540px) and (max-width: 1980px) {
    .about {
        margin-top: 400px;
    }
}

@media (max-width: 1024px) {
    main {
        overflow-x: hidden;
    }
    .about .section-wrapper {
        display: block;
    }

    .about-content {
        width: 100%;
    }

    .about-video {
        margin-top: 48px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .about {
        margin-top: 56px;
    }

    .about-content {
        width: 80%;
    }

    .about .section-wrapper {
        display: block;
    }

    .about-video {
        margin-top: 48px;
    }

    .about-video video {
        width: 100%;
        height: 100%;
    }
}

.section-info-text span {
    margin-left: 8px;
}

.about-more {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

/* ABOUT SECTION END */

/* TARGET BEGIN */
.target {
    margin-top: 160px;
    min-height: 780px;
}

.target .texture-left {
    top: 30%;
    left: -5%;
    width: 635px;
    height: 635px;
}

.target .section-header {
    margin-top: 12px;
}

.target-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-shrink: 0;
    color: #ffffff;
    margin-top: 40px;
    flex-wrap: wrap;
}

.target-box {
    gap: 10px;
    flex: 1 0 0;
    padding: 32px 26px 44px 26px;
    border: 1px solid transparent;
    /* Şəffaf border — gradyan üçün zəruri */
    border-radius: 16px;
    outline: 7px solid rgb(101 147 255 / 10%);
    background: linear-gradient(
        151deg,
        rgba(224, 235, 255, 0.09) 41.3%,
        rgba(0, 0, 255, 0.13) 127.53%
    );
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    /* min-height: 448px; */
}

.target-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    /* border qalınlığı */
    border-radius: 16px;
    background: linear-gradient(
        145deg,
        rgba(63, 130, 255, 1) 13%,
        rgba(216, 216, 216, 0.08) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.target-box-img {
    width: 64px;
    height: 64px;
}

.target-title span {
    margin-left: 12px;
}

.target-title {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.target-subtitle {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 20px;
    height: 64px;
    max-width: 236px;
}

.target-content {
    margin-top: 32px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
    height: 120px;
}

/* gizli hissə bağlı olur */
.target-hidden {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease, margin-top 0.5s ease;
}

/* hover edilən box aşağı açılır */
.target-box:hover .target-hidden {
    max-height: 300px;
    /* nə qədər açılsın istəyirsənsə dəyişə bilərsən */
    opacity: 1;
    margin-top: 16px;
    /* aşağıya açılma effekti */
}

/* .target-hidden .divider {
    margin-top: 16px;
    margin-bottom: 12px;
    background: linear-gradient(45deg,
            rgba(53, 53, 238, 1) 0%,
            rgba(60, 82, 246, 1) 27%,
            rgba(85, 129, 249, 0.36) 100%);
    width: 100%;
    height: 0.5px;
} */

.target-description {
    color: #3f82ff;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
}

.target-wrapper {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE və Edge */
}

.target-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari və Opera */
}

@media (min-width: 1540px) and (max-width: 1980px) {
    .target-hidden .divider {
        height: 0.8px;
    }
}

@media (max-width: 512px) {
    .target-wrapper {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 30px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .target-box {
        flex: 0 0 85%;
        /* 1.2 box effekti */
        scroll-snap-align: start;
    }
    .about-content {
        width: 100%;
    }
}

@media (min-width: 513px) and (max-width: 768px) {
    .target-wrapper {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 30px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .target-box {
        flex: 0 0 80%;
        /* 1.5 box effekti */
        scroll-snap-align: start;
        outline: unset;
        border: 6px solid #0d1a44a6;
        max-height: unset;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .target-wrapper {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 30px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .target-box {
        flex: 0 0 45%;
        /* 2.5 box effekti */
        scroll-snap-align: start;
    }
}

/* TARGET END */

/* PROGRAM BEGIN */
.program {
    margin-top: 150px;
}

.program .texture-left {
    width: 996px;
    height: 996px;
}

/* .program .texture {
    border-radius: 776px;
    background: rgba(20, 40, 118, 0.55);
    filter: blur(195.39999389648438px);
    width: 714px;
} */
.program .texture-left {
    top: -8%;
    left: -18%;
}

.program .texture-right {
    bottom: -58%;
    right: -70%;
    width: 1500px;
    height: 1500px;
}

.program-wrapper {
    border-radius: 16px;
    border: 1px solid transparent;
    /* Şəffaf border — gradyan üçün zəruri */
    background: linear-gradient(
        146deg,
        rgba(54, 90, 194, 0.38) -5.95%,
        rgba(63, 130, 255, 0.38) 101.62%
    );
    padding: 64px 84px 80px 84px;
    outline: 6px solid #182c74;
    position: relative;
}

.program-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    /* border qalınlığı */
    border-radius: 16px;
    background: linear-gradient(
        145deg,
        rgba(63, 130, 255, 1) 13%,
        rgba(216, 216, 216, 0.08) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.program-content-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.pdf-download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.pdf-download.mobile {
    justify-content: center;
    margin-top: 32px;
    display: none;
}

.show-all {
    display: none;
}

@media (max-width: 767px) {
    .program {
        margin-top: 72px;
    }

    .program .section-info-text {
        display: none;
    }

    .program-content-header {
        display: block;
    }

    .pdf-download.mobile {
        display: flex;
    }

    .pdf-download {
        display: none;
    }

    .program .pdf-download {
        display: block;
        margin-top: 16px;
    }

    .show-all {
        display: flex;
        justify-content: center;
        color: #3f82ff;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        margin-top: 20px;
    }

    .show-all img {
        margin-left: 16px;
    }

    .program .texture {
        width: 100%;
    }
}

.pdf-download span {
    color: #3f82ff;
    margin-left: 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.schedule {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.row {
    display: flex;
    border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.row:hover > .time,
.row:hover > .event {
    cursor: pointer;
    background: var(--base-color-white-7, rgba(255, 255, 255, 0.22));
}

.time,
.event {
    background: var(--base-color-white-7, rgba(255, 255, 255, 0.08));
    color: #ffffff;
    /* padding: 20px; */
    padding: 20px 66px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.time {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    flex: 0.24;
    justify-content: center;
}

.event {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-left: 12px;
}

.event strong {
    font-weight: 500;
}

.event.bold {
    font-weight: 600;
}

@media (max-width: 768px) {
    .schedule .row {
        display: block;
        text-align: center;
    }

    .event {
        margin-left: 0;
        margin-top: 8px;
        margin-bottom: 16px;
    }

    .time,
    .event {
        display: block;
    }
}
@media (max-width: 512px) {
    .program-wrapper {
        padding: 64px;
    }
}

/* PROGRAM END */

/* speakerS BEGIN */
.speakers {
    margin-top: 136px;
}

.speaker-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 48px;
    color: #ffffff;
}

.speaker-box {
    flex: 0 0 calc(25% - 28px);
    position: relative;
    outline: 6px solid rgba(101, 147, 255, 0.09);
    border-radius: 16px;
    max-height: 386px;
    overflow: hidden;
    /* şəkil çıxmasın kənardan */
}

.speaker-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    padding: 1px;
    transition: transform 0.5s ease;
    /* smooth effect */
}

.speaker-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.7px;
    /* border qalınlığı */
    border-radius: 16px;
    background: linear-gradient(
        146deg,
        rgba(144, 199, 247, 0.72) 0%,
        rgba(22, 60, 203, 0) 100%
    );

    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.speaker-box:hover img {
    cursor: pointer;
    transform: scale(1.1);
    /* zoom 10% */
}

.speaker-content-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
.speaker-content-position,
.speaker-content-country {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    margin-top: 2px;
}
.speaker-content-organization {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    margin-top: 4px;
}

.speaker-content {
    position: absolute;
    left: 24px;
    bottom: 24px;
}

/* SPİKER RESPONSIVE SCROLL */
@media (max-width: 512px) {
    .speaker-wrapper {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 30px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .speaker-wrapper::-webkit-scrollbar {
        display: none;
    }

    .speaker-box {
        flex: 0 0 85%;
        /* 1.2 box effekti */
        scroll-snap-align: start;
    }
}

@media (max-width: 768px) {
    .speaker-box {
        outline: unset;
        border: 6px solid #0e1a44;
        max-height: unset;
    }

    .speakers {
        margin-top: 68px;
    }

    .speakers .section-header {
        margin-top: 12px;
    }

    .speakers .section-description {
        font-size: 14px;
        line-height: 22px;
        margin-top: 8px;
    }
}

@media (min-width: 513px) and (max-width: 768px) {
    .speaker-wrapper {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 30px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .speaker-wrapper::-webkit-scrollbar {
        display: none;
    }

    .speaker-box {
        flex: 0 0 80%;
        /* 1.5 box effekti */
        scroll-snap-align: start;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .speaker-wrapper {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 30px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .speaker-wrapper::-webkit-scrollbar {
        display: none;
    }

    .speaker-box {
        flex: 0 0 45%;
        /* 2.5 box effekti */
        scroll-snap-align: start;
        outline: unset;
        border: 6px solid #0e1a44;
    }
}

/* speakerS END */

/* LINKS BEGIN */
.links {
    margin-top: 32px;
    position: relative;
    overflow: hidden;
}

.links::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle,
        rgba(2, 11, 46, 0) 0%,
        rgba(50, 103, 203, 0.12) 0%,
        rgba(38, 78, 153, 0) 100%
    );
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.links:hover::after {
    opacity: 0.5;
}

.useful .links-text {
    margin-top: 112px;
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
}

.useful.media {
    margin-top: 86px;
}

.links:hover {
    background: radial-gradient(
        circle,
        rgba(2, 11, 46, 0) 0%,
        rgba(50, 103, 203, 0.12) 0%,
        rgba(38, 78, 153, 0) 60%
    );
}

.links .img-bg {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    z-index: 5;
    left: -10%;
    top: -50%;
}

.links .divider {
    margin: 0;
}

.links-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 64px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(
        90deg,
        rgba(65, 151, 255, 0.03) 0%,
        rgba(67, 82, 203, 0.5) 24.34%,
        #4197ff 50%,
        rgba(67, 82, 203, 0.44) 78.69%,
        rgba(65, 151, 255, 0.03) 100%
    );
    border-image-slice: 1;
    background: radial-gradient(
        circle,
        rgba(2, 11, 46, 0) 0%,
        rgba(50, 103, 203, 0.12) 0%,
        rgba(38, 78, 153, 0) 54%
    );
}

.link-item {
    height: 64px;
}

.media .link-item {
    height: auto;
}

@media (max-width: 512px) {
    .links .img-bg {
        display: none;
    }

    .links-wrapper {
        display: block;
        text-align: center;
    }

    .links-wrapper .link-item:first-child {
        margin-top: 0;
    }

    .links-wrapper .link-item:nth-child(2),
    .links-wrapper .link-item:nth-child(3) {
        margin-top: 64px;
    }
    .time,
    .event {
        padding: 20px;
    }
    .event {
        font-size: 18px;
    }
}

/* LINKS END */

/* AIM BEGIN */
.aim {
    margin-top: 180px;
    margin-bottom: 172px;
    min-height: 540px;
    position: relative;
}

.aim .texture {
    top: -54%;
    left: -30%;
}

.timeline-bar {
    background: linear-gradient(
        90deg,
        rgba(63, 130, 255, 0.17) 0%,
        rgba(6, 29, 71, 0.17) 100%
    );
    width: 100%;
    height: 8px;
    border-radius: 8px;
    margin-top: 36px;
    position: relative;
}

.timeline-bar-fill {
    position: absolute;
    background: linear-gradient(90deg, #8db5ff 0%, #395a99 129.28%);
    height: 8px;
    border-radius: 8px;
    width: 130px;
}

.timeline-content {
    display: flex;
    align-items: flex-start;
    /* Elementləri yuxarıdan hizala */
    gap: 42px;
    flex-shrink: 0;
    margin: 54px 20px 0px 20px;
    flex-wrap: wrap;
}

.timeline-content .timeline-item.active {
    outline: 6px solid #0e1c4e;
}

.timeline-content .timeline-item {
    flex: 0 1 calc(20% - 37px);
    position: relative;
    outline: 6px solid #0c1639;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline-dot {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4f66a5;
    outline: 6px solid #163ccb40;
    box-shadow: 0 0 0 0 rgba(123, 169, 255, 0.99);
    backdrop-filter: blur(1.149999976158142px);
    transition: background-color 0.2s ease;
    position: absolute;
    left: 48%;
    top: -62px;
}

.timeline-item .timeline-dot {
    display: none;
}

.timeline-dot:nth-child(1) {
    width: 12px;
    height: 12px;
    background-color: #bbcdff;
    top: -64px;
}

.timeline-bar .timeline-dot:nth-child(2) {
    top: -2px;
    left: 9.5%;
    width: 12px;
    height: 12px;
    background-color: #bbcdff;
    outline: 6px solid #3f82ff94;
}

.timeline-bar .timeline-dot:nth-child(3) {
    left: 29%;
    top: 0px;
}

.timeline-bar .timeline-dot:nth-child(4) {
    left: 49%;
    top: 0px;
}

.timeline-bar .timeline-dot:nth-child(5) {
    left: 68.5%;
    top: 0px;
}

.timeline-bar .timeline-dot:nth-child(6) {
    left: 88.5%;
    top: 0px;
}

.timeline-box {
    color: #15213d;
}

.timeline-box {
    padding: 16px;
    border-radius: 16px;
    position: relative;
    /* hidden-text üçün yer ayırmaq */
    min-height: 120px;
    /* timeline-box üçün minimum hündürlük, ehtiyacınıza uyğun dəyişdirin */
    display: flex;
    flex-direction: column;
    position: relative;
}

.timeline-item .timeline-box {
    border: 1px solid #1a2445;
}

.timeline-item.active .timeline-box {
    border: none;
}

.timeline-item.active .timeline-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.7px;
    border-radius: 16px;
    background: linear-gradient(
        154deg,
        rgba(54, 123, 254, 1) 0%,
        rgba(216, 216, 216, 0.12) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.timeline-item.active .timeline-box::after {
    content: "";
    opacity: 0.04;
    position: absolute;
    inset: 0;
    border-radius: inherit;
    /* kənar radiusu saxla */
    z-index: -1;
    /* content üstündə olmasın */
    pointer-events: none;
    background: linear-gradient(
        154deg,
        rgba(224, 235, 255, 0.54) 33%,
        rgba(0, 0, 255, 0.83) 100%
    );
}
.timeline-item .timeline-box::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        145deg,
        rgba(200, 200, 200, 0.54) 33%,
        rgba(22, 60, 203, 1) 100%
    );
    opacity: 0.09;
}
.timeline-box .hidden-text {
    display: block;
    /* display: none əvəzinə */
    max-height: 0;
    /* Başlanğıcda gizli */
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 0;
    /* Başlanğıc margin sıfır */
    background: linear-gradient(
        90deg,
        #3535ee -34.37%,
        #292ef4 -10.02%,
        #3c52f6 65.95%,
        #5581f9 168.23%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: max-height 0.6s ease, margin-top 0.6s ease;
    /* həm height, həm margin smooth */
}

.timeline-item.active .timeline-box:hover .hidden-text {
    max-height: 100px;
    margin-top: 30px;
}

.timeline-box:hover {
    background: linear-gradient(
        151deg,
        rgba(224, 235, 255, 0.09) 41.3%,
        rgba(0, 0, 255, 0.13) 127.53%
    );
    color: #ffffff;
    cursor: pointer;
}

.timeline-content .timeline-item:hover .timeline-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.7px;
    border-radius: 16px;
    background: linear-gradient(
        154deg,
        rgba(54, 123, 254, 1) 0%,
        rgba(216, 216, 216, 0.12) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.timeline-item.active .timeline-box {
    background: linear-gradient(
        151deg,
        rgba(224, 235, 255, 0.09) 41.3%,
        rgba(0, 0, 255, 0.13) 127.53%
    );
    color: #ffffff;
}

.timeline-box span {
    font-size: 32px;
    font-weight: 600;
}

.timeline-box p {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
}

.timeline-bar-mobile {
    display: none;
}

.timeline-bar-mobile-fill {
    display: none;
}

@media (max-width: 992px) {
    .timeline-content {
        flex-direction: column;
        margin-left: 36px;
        flex-wrap: nowrap;
    }

    .timeline-item .timeline-dot {
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #4f66a5;
        outline: 6px solid rgba(22, 60, 203, 0.25);
        box-shadow: 0 0 0 0 rgba(123, 169, 255, 0.99);
        backdrop-filter: blur(1.149999976158142px);
        transition: background-color 0.2s ease;
        position: absolute;
        left: -45px;
        top: 50%;
    }

    .timeline-item.active .timeline-dot {
        width: 12px;
        height: 12px;
        background-color: #bbcdff;
        top: 50%;
    }

    .timeline-wrapper {
        display: flex;
        margin-left: 16px;
        margin-top: 60px;
    }

    .timeline-bar {
        display: none;
    }

    .timeline-bar-mobile {
        width: 5px;
        height: -webkit-fill-available;
        display: block;
        position: relative;
        border-radius: 8px;
        background: linear-gradient(
            90deg,
            rgba(63, 130, 255, 0.17) 0%,
            rgba(6, 29, 71, 0.17) 100%
        );
    }

    .timeline-bar-mobile-fill {
        width: 5px;
        height: 14%;
        left: 0;
        display: block;
        background: linear-gradient(90deg, #8db5ff 0%, #395a99 129.28%);
        position: absolute;
    }

    .timeline-content .timeline-item {
        width: 214px;
    }
}

/* AIM END */
@media (max-width: 768px) {
    header {
        padding: 8px 16px;
        margin-top: 20px;
    }
    .hero-content .more::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
            180deg,
            rgba(25, 33, 95, 1) 0%,
            rgba(13, 39, 224, 1) 100%
        );
        opacity: 0.3;
        z-index: -1; /* gradient arxada olsun */
        transition: opacity 0.3s ease;
        border-radius: 8px;
    }
    .hero-content .more {
        color: #c9c9ff;
    }
    .timeline-box {
        color: rgb(28 46 77 / 70%);
    }
    .timeline-content .timeline-item {
        outline: 6px solid #0f1f5a;
    }
    .color-gradient-more {
        font-size: 20px;
    }
    .pdf-download span {
        margin-left: 8px;
        font-size: 16px;
    }
}
/* NEWS BEGIN */
.news {
    margin-top: 160px;
}

.news .texture-left {
    top: 40%;
    left: -24%;
    opacity: 0.55;
    width: 756px;
    height: 756px;
}

.news .texture-right {
    bottom: 32%;
    right: -12%;
    opacity: 0.34;
    width: 756px;
    height: 756px;
}

.news-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 48px;
}

.news-wrapper .news-card {
    flex: 0 0 calc(25% - 18px);
    /* Default size for all cards */
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: flex 0.3s ease, box-shadow 0.3s ease;
    /* Smooth transition for flex and shadow */
    outline: 7px solid #ffffff0a;
}

.news-wrapper .news-card.first {
    flex: 0 0 calc(50% - 24px);
    /* First card is larger initially */
}

/* .news-wrapper:hover .news-card {
    flex: 0 0 calc(25% - 18px);
} */

/* .news-wrapper .news-card:hover {
    flex: 0 0 calc(50% - 24px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    z-index: 2;
} */
.news-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 16px;
    background: linear-gradient(
        145deg,
        rgba(63, 130, 255, 1) 13%,
        rgba(216, 216, 216, 0.08) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

.news-card-img-wrapper {
    height: 208px;
}
.news-card-img-wrapper img {
    min-height: 208px;
}
.news-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-content {
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Əlavə et */
    height: 100%; /* Əlavə et, card tam hündürlüyü alsın */
}

.news-card::after {
    content: "";
    opacity: 0.16;
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(
        149deg,
        rgba(167, 184, 255, 1) 3%,
        rgba(0, 0, 255, 0.08) 100%
    );
}

.news-content-inner {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-content .date {
    color: #4197ff;
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    background-color: #313d68;
    width: max-content;
    padding-left: 19px;
    padding-right: 20px;
    border-radius: 16px;
    border: 0.8px solid #d9d9d929;
}

.news-content h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 16px;
}

.news-content p,
.news-content .news-content-inner {
    color: #cbd5e1;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 8px;
}

.news-content a {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    align-items: center;
    margin-top: auto; /* Əlavə et, aşağıya yapışsın */
    z-index: 2;
}

.news-content .color-gradient-info img {
    width: 24px;
    height: 24px;
}

/* 1024px - 2 cards layout */
@media (max-width: 1024px) {
    .news-wrapper {
        flex-wrap: wrap;
    }

    .news-wrapper .news-card.first {
        flex: 0 0 calc(100% - 24px);
    }

    .news-wrapper .news-card {
        flex: 0 0 calc(50% - 15px);
    }

    .news-wrapper:hover .news-card {
        flex: 0 0 calc(50% - 15px);
        /* Maintain size on hover */
    }

    .news-wrapper .news-card:hover {
        flex: 0 0 calc(100% - 24px);
        /* Hovered card takes full width */
    }
    .timeline-bar-fill {
        width: 104px;
    }
}

/* 1540px–1980px - Adjust text truncation */
@media (min-width: 1540px) and (max-width: 1980px) {
    .news-card.first .news-content-inner {
        -webkit-line-clamp: 4;
        min-height: 88px;
    }

    /* .news-wrapper .news-card:hover .news-content-inner {
        -webkit-line-clamp: 4;
    } */

    /* .news-wrapper .news-card.first:hover .news-content-inner {
        -webkit-line-clamp: 4;
    } */
}

/* 768px - Scrollable cards */
@media (max-width: 768px) {
    .news-wrapper {
        overflow-x: auto;
        flex-wrap: nowrap;
        gap: 30px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }

    .news-wrapper .news-card,
    .news-wrapper .news-card.first {
        flex: 0 0 80%;
        scroll-snap-align: start;
        min-width: 280px;
    }

    .news-wrapper:hover .news-card,
    .news-wrapper .news-card:hover {
        flex: 0 0 80%;
        /* No size change on hover for scrollable layout */
        transform: scale(1.05);
        /* Optional: slight scale for hover feedback */
    }

    .news-wrapper::-webkit-scrollbar {
        display: none;
    }

    .news-wrapper {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .news-content {
        padding: 20px 32px;
    }

    .news-content .date {
        margin-top: 0;
    }

    .pagination {
        margin-top: 40px;
    }
}

/* 512px - Narrower scroll */
@media (max-width: 512px) {
    .news-wrapper .news-card,
    .news-wrapper .news-card.first {
        flex: 0 0 90%;
        min-width: 260px;
    }

    .news-wrapper:hover .news-card,
    .news-wrapper .news-card:hover {
        flex: 0 0 90%;
        /* No size change on hover */
        transform: scale(1.05);
        /* Optional: slight scale for hover feedback */
    }
    .color-gradient-more {
        font-size: 14px;
    }
    .counter-wrapper {
        flex-wrap: nowrap;
    }
    .counter-wrapper span {
        margin: 0 0 32px 0;
    }
    .target-box {
        flex: 0 0 80%;
        /* 1.5 box effekti */
        scroll-snap-align: start;
        outline: unset;
        border: 6px solid #0d1a44a6;
        max-height: unset;
    }
}

/* NEWS END */

/* COUNTER BEGIN */
.counter {
    margin-top: 130px;
    position: relative;
}

.counter .texture {
    height: 640px;
    width: 507px;
    top: 0;
    left: 32%;
    filter: blur(120px);
}

/* .counter .img-bg {
    position: absolute;
    height: 596px;
    width: 100%;
    top: 0px;
    z-index: -1;
} */
.counter .program-content-header {
    justify-content: center;
}

.counter .about-content {
    width: unset;
    text-align: center;
}

.counter-wrapper {
    border-radius: 16px;
    padding: 55px 112px;
    max-width: 1052px;
    margin: 70px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* gap: 30px; */
    justify-content: center;
    align-items: center;
    position: relative;
    height: 284px;
}

.counter-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    opacity: 0.16;
    background: linear-gradient(
        160deg,
        rgba(172, 190, 255, 0.44) 0%,
        rgba(172, 190, 255, 0.42) 22%,
        rgba(43, 59, 106, 1) 100%
    );
    pointer-events: none;
    z-index: -1;
}

.counter-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    /* border qalınlığı */
    border-radius: 16px;
    /* background: linear-gradient(
        90deg,
        rgba(101, 147, 255, 0.15) 0%,
        rgba(101, 147, 255, 0.4) 46%,
        rgba(143, 171, 222, 1) 100%
    ); */
    background: linear-gradient(
        to bottom,
        rgba(101, 147, 255, 0.4) 0%,
        /* yuxarı xətt */ transparent 15%,
        /* ortasına doğru itir */ transparent 85%,
        /* ortası boş */ rgb(143 171 222 / 35%) 100% /* aşağı xətt */
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.counter-block {
    text-align: center;
    width: 74px;
    justify-items: center;
}

.counter-wrapper span {
    margin: 0 72px 32px 72px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
}

.counter-block h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 300;
    line-height: 68px;
}

.counter-block .color-gradient-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
}

.counter-block #seconds {
    display: flex;
}

.counter-block #seconds .digit {
    margin: 0;
    color: #ffffff;
    font-size: 60px;
    font-weight: 300;
    line-height: 68px;
    display: inline-flex;
}

.counter-block #seconds .color-gradient-info {
    display: inline-flex;
    margin: 0;
    color: #ffffff;
    font-size: 60px;
    font-weight: 300;
    line-height: 68px;
}

.flip {
    position: relative;
    height: 60px;
    overflow: hidden;
}

.flip-inner {
    display: block;
    font-size: 48px;
    font-weight: bold;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}

.flip-inner.animate {
    transform: translateY(-100%);
}

@media (max-width: 512px) {
    .counter-wrapper {
        gap: 10px;
    }

    .counter-block {
        display: inline-block;
    }

    .counter-block h1 {
        font-size: 28px;
    }

    .counter-wrapper span {
        font-size: 28px;
    }
}

/* COUNTER END */

/* FOOTER BEGIN */
footer {
    margin-top: 82px;
    margin-bottom: 28px;
    position: relative;
}

footer .texture {
    position: absolute;
    top: -46%;
    left: -46%;
}

.footer-wrapper {
    border-radius: 16px;
    background-color: #061142;
    padding: 54px 48px 32px 48px;
    overflow: hidden;
    background-image: url(../footer-desktop.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    /* border qalınlığı */
    border-radius: 16px;
    background: linear-gradient(
        145deg,
        rgba(63, 130, 255, 1) 13%,
        rgba(216, 216, 216, 0.08) 19%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    top: 0.5px;
    left: -1.2px;
}

.footer-logo {
    width: 324px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    justify-content: space-between;
}

.footer-menu-wrapper {
    display: flex;
    gap: 80px;
}

.footer-menu-content {
    list-style: none;
}

.footer-menu-header {
    color: #a1a1aa;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 32px;
    letter-spacing: 3px;
}

.footer-menu-content li {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 12px;
}

.footer-menu-content li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 12px;
}

.footer-menu-content li a:hover {
    background: linear-gradient(
        90deg,
        #3535ee -34.37%,
        #292ef4 -10.02%,
        #3c52f6 65.95%,
        #5581f9 168.23%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-menu-content li:nth-last-child(1) {
    margin-bottom: 0px;
}

.footer-subscribe p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 372px;
    max-width: 372px;
}

.subscribe-input-wrapper {
    color: #ffffff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    margin-top: 40px;
}

.subscribe-input-wrapper input {
    border-radius: 55px;
    border: 1px solid rgba(65, 151, 255, 0.15);
    background: var(--base-color-white-5, rgba(255, 255, 255, 0.05));
    padding: 17px 20px;
    width: 100%;
    color: white;
    backdrop-filter: blur(38px);
}

.subscribe-input-wrapper input::placeholder {
    color: white;
    opacity: 1;
    /* Firefox */
}

.subscribe-input-wrapper input:focus,
.subscribe-input-wrapper input:focus-visible {
    border: 1px solid var(--Blue-300, #2c52bb);
    outline: 1px solid var(--Blue-300, #2c52bb);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(153, 153, 153, 0.06) 100%
    );
}

.subscribe-input-wrapper input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    /* bg transparent */
    -webkit-text-fill-color: #000 !important;
    /* text rəngi */
    transition: background-color 9999s ease-in-out 0s;
    /* chrome hack */
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff;
}

.subscribe-input-wrapper button {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 24px;
    border-radius: 42px;
    outline: 3px solid rgba(65, 151, 255, 0.12);
    background: linear-gradient(180deg, #2563eb 0%, #002b7a 100%);
    border: none;
}

.subscribe-input-wrapper button:hover {
    cursor: pointer;
    background: linear-gradient(180deg, #5581f9 0%, #0832a5 100%);
    outline: 3px solid #4197ff1f;
}

.footer-middle {
    margin-top: 42px;
}

.footer-middle a {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    max-width: fit-content;
}

.footer-middle a > img {
    margin-right: 16px;
}

.footer-middle a:nth-last-child(1) {
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
}

.divider {
    height: 0.8px;
    background: linear-gradient(
        90deg,
        rgba(65, 151, 255, 0.03) 0%,
        rgba(67, 82, 203, 0.5) 24.34%,
        #4197ff 50%,
        rgba(67, 82, 203, 0.44) 78.69%,
        rgba(65, 151, 255, 0.03) 100%
    );
    margin-top: 36px;
    margin-bottom: 36px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #b5b8c7;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

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

.social-icons a {
    margin-right: 20px;
    padding: 12px;
    background: rgb(255 255 255 / 5%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
}

.social-icons a:hover img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(54%) saturate(5356%)
        hue-rotate(224deg) brightness(100%) contrast(90%);
}

.social-icons a:nth-last-child(1) {
    margin-right: 0px;
}

/* 768px üçün */
@media (max-width: 768px) {
    .footer-wrapper {
        background-image: url(../footer-mobile.png);
        height: 100%;
    }

    .footer-wrapper {
        padding: 23px 12px;
    }

    .footer-menu-header {
        font-size: 11px;
        font-weight: 600;
        line-height: 22px;
    }

    .footer-menu-content li {
        font-size: 12px;
        line-height: 20px;
    }

    .footer-logo {
        width: 243px;
    }
    .lang-options {
        padding: 12px;
        top: 64px;
    }
}

/* 512px üçün - daha dar*/
@media (max-width: 512px) {
    .footer-subscribe p {
        width: 100%;
    }

    .footer-bottom {
        display: block;
    }

    .footer-bottom .social-icons {
        margin-top: 32px;
    }
}

/* FOOTER END */

/* NEWS PAGE BEGIN */
.subheader {
    margin-top: 36px;
}

.subheader-wrapper {
    padding: 143px 48px 41px 48px;
    border-radius: 24px;
    background: linear-gradient(
        90deg,
        rgba(3, 12, 51, 0.1102) -6.52%,
        rgba(3, 16, 69, 0.58) 67.07%
    );
    background-image: url("../desktop-top.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.subheader-wrapper h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
}

.subheader-wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    width: 532px;
}

.news.page {
    margin-top: 52px;
}

.news.page .texture-left {
    width: 1159px;
    height: 1180px;
    left: -26%;
    top: -80%;
}

.news.page .texture-right {
    width: 996px;
    height: 996px;
    bottom: 8%;
    right: -8%;
}

.news.page .news-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 sütunlu grid */
    gap: 30px;
    overflow-x: unset;
}

.news.page .news-wrapper .news-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    outline: 7px solid #ffffff0a;
}
.news.page .news-card-img-wrapper {
    min-height: 208px;
}
.news.page .news-wrapper .news-card .news-card-img-wrapper img {
    transition: transform 0.3s ease;
}

/* Birinci kart böyük olacaq */
.news.page .news-wrapper .news-card.first {
    grid-column: span 2;
    /* 2 sütun yer tutur */
}

.news-wrapper .news-card:hover .news-card-img-wrapper img {
    transform: scale(1.05);
    /* şəkili 5% böyüdür */
}

/* Responsive düzəlişlər */
@media (max-width: 1024px) {
    .news.page .news-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .news.page .news-wrapper .news-card.first {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .news.page .news-wrapper {
        grid-template-columns: 1fr;
    }

    .news.page .news-wrapper .news-card.first {
        grid-column: span 1;
    }

    .subheader-wrapper {
        padding: 36px 24px;
        background-image: url("../mobile-top.png");
    }

    .subheader-wrapper h1 {
        font-size: 32px;
        line-height: 40px;
        margin-top: 106px;
    }

    .subheader-wrapper p {
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;
        width: 100%;
    }

    .subheader-wrapper-img {
        top: -120%;
        left: -140%;
        width: 2000px;
    }
}

@media (max-width: 512px) {
    .subheader-wrapper-img {
        top: -120%;
        left: -140%;
        width: 1400px;
    }
}

.news-wrapper-bottom {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.news-wrapper-bottom .news-card {
    outline: 6px solid #0f173a;
}

/* NEWS PAGE END */

/* SPEAKERS PAGE BEGIN */
.speaker-bottom {
    margin-top: 80px;
}

.speakers.page h1 {
    color: #ffffff;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
}

.speakers.page .texture-left {
    width: 996px;
    height: 996px;
    left: -32%;
    top: -27%;
}

.speakers.page .texture-right {
    width: 996px;
    height: 996px;
    right: -32%;
    bottom: 0;
}

.speakers.page .speaker-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 sütunlu grid */
    gap: 30px 40px;
    overflow-x: unset;
}

.speakers.page .speaker-item {
    position: relative;
    /* outline: 6px solid #0e1a44; */
    outline: 7px solid rgb(101 147 255 / 10%);
    border-radius: 16px;
    max-height: 386px;
    cursor: pointer;
    border: 1px solid rgba(144, 199, 247, 0.72);
    background: lightgray -26px -17.458px / 116.906% 109.302% no-repeat;
    overflow: hidden;
    /* şəkil çıxmasın kənardan */
}

.speakers.page .speaker-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 16px;
}

.speaker-item:hover img {
    cursor: pointer;
    transform: scale(1.1);
}

/* Modal arxa fon */
.speaker-modal {
    display: none;
    /* başlanğıcda gizli */
    position: fixed;
    top: 0;
    left: 16px;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    /* arxa blur effekti */
    /* background: rgba(0, 0, 0, 0.5); */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    justify-items: center;
}

/* Modalın içi */
.modal-content {
    border-radius: 20px;
    /* background: #2953ae; */
    background: rgba(36 75 159 / 90%);
    backdrop-filter: blur(200px);
    padding: 20px;
    max-width: 1280px;
    height: 484px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    padding: 48px;
    top: 198px;
}

.modal-info-title-right {
    margin-left: 12px;
}

.modal-info-title-left {
    color: #ffffff;
}
.modal-info-title-left-inner {
    display: flex;
    align-items: center;
}
.modal-info-title-left-inner #linkedin {
    padding: 8px 11px 6px 11px;
    border-radius: 50%;
    background-color: #2d53a3;
    margin-left: 12px;
}
.modal-info-right .modal-detail {
    margin-top: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.modal-info-title-left p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.modal-content .modal-info .profile-img {
    max-width: 100%;
    border-radius: 16px;
    height: 398px;
    outline: 6px solid #274fa1;
    border: 1px solid rgba(144, 199, 247, 0.72);
}

.modal-info-title {
    display: flex;
}

.modal-info-right h1 {
    color: #f0f9ff;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.close-btn {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 12px;
    /* to 16px hover */
    height: 12px;
    cursor: pointer;
}

.modal-info {
    display: flex;
    align-items: center;
    gap: 88px;
}

.modal-info-right {
    text-align: left;
}

/* Responsive düzəlişlər */
@media (max-width: 1024px) {
    .speakers.page .speaker-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .speakers.page .speaker-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .modal-info {
        display: block;
    }

    .modal-content {
        padding: 28px 24px;
        top: 28px;
        width: 340px;
        margin: unset;
        height: 640px;
        overflow-y: scroll;
    }

    .close-btn {
        fill: var(--base-color-white-7, rgba(255, 255, 255, 0.08));
        backdrop-filter: blur(6px);
        border-radius: 50%;
        padding: 8px;
        top: -4px;
        right: 0;
        width: 36px;
        height: 36px;
    }

    .modal-content .modal-info .profile-img {
        height: auto;
    }
}

@media (max-width: 512px) {
    .speakers.page .speaker-wrapper {
        grid-template-columns: 1fr;
    }
}

/* SPEAKERS PAGE END */

/* NOT FOUND BEGIN */
.not-found {
    margin-top: 40px;
    margin-bottom: 228px;
}

.not-found .texture-left {
    top: 0;
    left: -56%;
    width: 1170px;
    height: 1190px;
}

.not-found .texture-right {
    top: 81%;
    right: -26%;
    width: 994px;
    height: 966px;
}

.not-found-wrapper {
    text-align: center;
    color: #ffffff;
}

.not-found-descrition h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    line-height: 56px;
}

.not-found-descrition p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 32px;
}

.not-found-number h1 {
    color: rgba(99, 122, 170, 0.24);
    text-align: center;
    font-size: 360px;
    font-weight: 500;
}

.not-found-button a {
    color: #ffffff;
    border-radius: 6px;
    border: 3px solid rgba(65, 151, 255, 0.12);
    background: linear-gradient(180deg, #004df4 0%, #002b7a 100%);
    padding: 16px;
    width: 540px;
    text-align: center;
    outline: 3px solid rgba(65, 151, 255, 0.12);
    display: block;
    margin: auto;
}

@media (max-width: 768px) {
    .not-found-number h1 {
        font-size: 176px;
    }

    .not-found-button a {
        width: 342px;
    }
}

/* NOT FOUND END */

/* ABOUT PAGE BEGIN */
.about.page {
    margin-top: 100px;
}

.about.page {
    margin-top: 100px;
}

.about.page .texture {
    top: -100%;
    width: 1496px;
    height: 1508px;
    left: -56%;
}

.about-img {
    width: 540px;
    margin-right: 50px;
}

.about-img.mobile {
    display: none;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info.page {
    margin-top: 100px;
}

.info.page .texture {
    top: -90%;
    width: 996px;
    height: 996px;
    left: 54%;
}

.info-video {
    position: relative;
    border-radius: 20px;
    height: auto;
}

.info-video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 20px;
}

.info-video img {
    width: 84px;
    height: 84px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info-text {
    margin-top: 56px;
    color: #ffffff;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}
.info-text-header {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #3f82ff;
    margin-bottom: 24px;
}
.statistics {
    margin-top: 88px;
}
.statistics .texture {
    filter: blur(120px);
}
.statistics .texture-left {
    height: 756px;
    width: 752px;
    top: 0;
    left: 23%;
}

.statistics-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 sütunlu grid */
    gap: 25px 30px;
    margin-top: 64px;
}

.statistics-item {
    border-radius: 12px;
    padding: 36px 44px;
    outline: 6px solid rgba(101, 147, 255, 0.09);
    border-radius: 12px;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.statistics-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        160deg,
        rgba(224, 235, 255, 0.54) 64%,
        rgba(0, 0, 255, 0.83) 100%
    );
    opacity: 0.16;
    /* yalnız overlay şəffaf */
    border-radius: inherit;
    /* kənar radiusu saxla */
    z-index: -1;
    /* content üstündə olmasın */
    pointer-events: none;
}

.statistics-item::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    /* border qalınlığı */
    background: linear-gradient(
        160deg,
        rgba(63, 130, 255, 1) 13%,
        rgba(216, 216, 216, 0.08) 100%
    );
    /* yalnız border görünsün */
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    /* overlay effekti üçün şəffaflıq */
    opacity: 0.16;

    pointer-events: none;
    z-index: -1;
}
.statistics-item:hover {
    cursor: pointer;
}
.statistics-item:hover::before {
    background: linear-gradient(
        148deg,
        rgba(42, 123, 155, 1) 34%,
        rgba(0, 0, 255, 0.83) 100%
    );
}
.statistics-item h1 {
    text-align: center;
    font-size: 76px;
    font-style: normal;
    font-weight: 500;
    line-height: 84px;
}

.statistics-item span {
    color: #415bf6;
    font-weight: 600;
}

.statistics-item p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 12px;
}

/* Responsive düzəlişlər */
@media (max-width: 1024px) {
    .statistics-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .statistics-wrapper {
        grid-template-columns: 1fr;
    }

    .about-img {
        display: none;
    }

    .about-img.mobile {
        display: block;
        height: 178px;
        width: 343px;
        margin-top: 12px;
    }
}

/* ABOUT PAGE END */

/* NEWS PAGE DETAIL BEGIN*/
.breadcrumb-wrapper {
    margin-top: 32px;
}

.breadcrumb-wrapper a {
    color: #163ccb;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.breadcrumb-wrapper a.active {
    color: #81a3ff;
}

.breadcrumb-wrapper a::after {
    content: "/";
    margin: 0 8px;
}

.breadcrumb-wrapper a.active::after {
    content: "";
    margin: 0;
}

.news-detail {
    margin-top: 32px;
}

.news-detail .texture-left {
    width: 584px;
    height: 611px;
    top: 10%;
    left: -14%;
}

.news-detail .texture-right {
    width: 1496px;
    height: 1508px;
    bottom: 12%;
    right: -60%;
}

.news-detail .color-gradient-info {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.news-detail h1 {
    color: #ffffff;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    margin-top: 12px;
    max-width: 1140px;
}

.news-detail-slider {
    margin-top: 32px;
}
.news-detail-video {
    margin-top: 12px;
}
.news-detail-video iframe {
    width: 100%;
    height: 480px;
    border-radius: 20px;
}
.swiper {
    padding-bottom: 56px !important;
}

.news-detail-slider .swiper-slide {
    height: 480px;
}

.news-detail-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.swiper-button-prev.custom-prev,
.swiper-button-next.custom-next {
    width: 24px;
    height: 24px;
    color: #ffffff;
    font-size: 24px;
}

.swiper-button-prev.custom-prev {
    margin-left: 30px;
}

.swiper-button-next.custom-prev {
    margin-left: 30px;
}

.custom-pagination {
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.05);
    padding: 4px 16px;
    width: unset !important;
    left: 43% !important;
}

.custom-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: #d9d9d9;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
}

.custom-pagination .swiper-pagination-bullet-active {
    background-color: #163ccb;
    transform: scale(1.2);
}

.news-detail-text {
    margin-top: 36px;
    max-width: 940px;
}

.news-detail-text p {
    color: #ffffff;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}
.news-detail-text strong {
    font-weight: 500;
}
.news-detail .social-icons {
    margin-top: 32px;
    width: 340px;
}

.news-detail .color-gradient-info.mobile {
    display: none;
}

@media (max-width: 768px) {
    .swiper {
        padding: 0 !important;
    }

    .swiper-wrapper {
        height: 177px !important;
    }

    .swiper-fade .swiper-slide {
        height: 177px;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after,
    .custom-next,
    .custom-next {
        display: none !important;
    }

    .custom-pagination {
        display: none;
    }

    .breadcrumb-wrapper {
        margin-top: 20px;
    }

    .news-detail-text {
        margin-top: 28px;
    }

    .news-detail h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .news-detail-text p {
        font-size: 16px;
    }

    .news-detail .color-gradient-info {
        display: none;
    }

    .news-detail .color-gradient-info.mobile {
        margin-top: 32px;
        display: block;
    }
}
@media (max-width: 512px) {
    .news-detail-video iframe {
        height: 360px;
    }
}
/* NEWS PAGE DETAIL END*/

/* CONTACT PAGE BEGIN */
.contact-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    margin-top: 68px;
}

.contact-box {
    margin-top: 56px;
    margin-bottom: 56px;
    width: 524px;
    max-width: 524px;
}

.contact.page .texture-left {
    width: 1159px;
    height: 1180px;
    top: 11%;
    left: -38%;
    opacity: 0.59;
}

.contact.page .texture-right {
    width: 996px;
    height: 996px;
    bottom: 20%;
    right: -50%;
    opacity: 0.59;
}

.contact-box h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
}

.contact-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 24px;
}

.contact-info {
    margin-top: 42px;
}

.contact-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.contact-header img {
    margin-right: 8px;
}

.contact-header span {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.contact-info-content-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.contact-info-content-item:nth-last-child(1) {
    margin-bottom: 0px;
}

.contact-info-content-item span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-right: 8px;
}

.contact-info-content-item a {
    color: #3f82ff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.contact-location {
    margin-top: 37px;
}

.contact-location a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.contact-form {
    padding: 48px;
    border-radius: 20px;
    border: 1px solid rgba(63, 130, 255, 0.41);
    background: linear-gradient(
        95deg,
        rgba(240, 242, 253, 0.05) -5.47%,
        rgba(143, 144, 151, 0.04) 108.87%
    );
    width: 632px;
    max-width: 632px;
}

.contact-form .input-wrapper {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #344e6d;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(153, 153, 153, 0.06) 100%
    );
    position: relative;
    margin-bottom: 12px;
}

.contact-form .input-wrapper input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    /* bg transparent */
    -webkit-text-fill-color: #000 !important;
    /* text rəngi */
    transition: background-color 9999s ease-in-out 0s;
    /* chrome hack */
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff;
}

.contact-form
    .input-wrapper:has(input:focus)
    .contact-form
    .input-wrapper:has(textarea:focus-visible),
.contact-form .input-wrapper:has(input:focus-visible),
.contact-form .input-wrapper:has(textarea:focus) {
    outline: 1px solid #2c52bb;
}

.contact-form .input-wrapper.area {
    padding-top: 8px;
}

.contact-form .input-wrapper.area textarea {
    color: #ffffff;
}

.contact-form .input-wrapper img {
    position: absolute;
    top: 16px;
    right: 16px;
}

.contact-form .input-wrapper input::placeholder,
.input-wrapper textarea::placeholder {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.contact-form .input-wrapper input {
    color: #ffffff;
    background: transparent;
    border: 0;
    width: 100%;
}

.contact-form .input-wrapper input:focus,
.input-wrapper textarea:focus {
    outline: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.input-wrapper textarea {
    background: transparent;
    border: none;
    width: 100%;
    max-width: 500px;
    color: #ffffff;
}

.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:focus {
    transition: background-color 6000s 0s, color 600000s 0s;
}

.contact-form input[data-autocompleted] {
    background-color: transparent !important;
}

.contact-form p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 20px;
}

.contact-form p > a {
    color: #3f82ff;
    text-decoration: underline;
}

.contact-form button {
    padding: 16px;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
    /* border: 3px solid rgba(65, 151, 255, 0.12); */
    border: 0;
    outline: 4px solid #132e72;
    background: linear-gradient(180deg, #004df4 0%, #002b7a 100%);
    color: var(--Base-color-White, #fff);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.contact-form button:hover {
    cursor: pointer;
    background: linear-gradient(180deg, #2a6cfb 0%, #002b7a 100%);
}

@media (max-width: 992px) {
    .contact-wrapper {
        display: block;
    }

    .contact-box {
        width: 100%;
    }

    .contact-form {
        width: 100%;
        padding: 24px 20px;
    }
}

#map iframe {
    width: 100%;
    border-radius: 18px;
    border: 1px solid #3f82ff;
    background: lightgray 50% / cover no-repeat;
    background-blend-mode: screen;
}

#map {
    margin-top: 80px;
    height: 378px;
    border-radius: 18px;
    border: 1px solid #3f82ff;
    background: lightgray 50% / cover no-repeat;
    background-blend-mode: screen;
}

#map .leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    border: 1px solid #2b52ff;
    background: #445ea6;
    backdrop-filter: blur(18.350000381469727px);
}

#map .leaflet-popup-content {
    width: 320px;
    margin: 0;
    padding: 8px;
}

#map .leaflet-popup-content p {
    margin: 0;
}

#map .leaflet-popup-close-button {
    display: none;
}

.custom-popup {
    display: flex;
    align-items: center;
    color: #ffffff;
}

.custom-popup img {
    width: 92px;
    height: 95px;
    border-radius: 8px;
    margin-right: 12px;
}

.custom-popup-content-header {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}

.custom-popup-content-description {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.custom-popup-content a {
    color: #81a3ff;
    font-weight: 700;
}

.custom-popup-content-header a {
    color: #ffffff;
    margin-left: 6px;
    font-weight: 400;
}

.leaflet-tile {
    border: none !important;
    background: #0a1f44;
    /* xəritənin fon rəngi ilə eyni */
}

.texture {
    position: absolute;
    border-radius: 1180.022px;
    background: rgba(12, 41, 153, 0.59);
    filter: blur(213.10000610351562px);
    z-index: -1;
}

.texture-left {
    top: 0;
    left: 0;
}

.texture-right {
    bottom: 0;
    right: 0;
}

@media (max-width: 992px) {
    .texture {
        width: 100%;
    }

    .texture-left {
        width: 100%;
    }

    .texture-right {
        width: 100%;
    }
}

/* CONTACT PAGE END */

/* PRIVACY PAGE BEGIN */
.privacy {
    margin-top: 48px;
}

.privacy .info-text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

/* PRIVACY PAGE END */

/* REGISTRATION PAGE BEGIN */
.registration {
    position: relative;
}

.registration.page .texture-left {
    left: -27%;
    top: -26%;
    width: 1026px;
    height: 1045px;
}

.registration.page .texture-right {
    width: 996px;
    height: 996px;
    bottom: -46%;
    right: -34%;
}

.registration-texture {
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
    border-radius: 20px;
    background-color: #0c299996;
    filter: blur(213.10000610351562px);
    z-index: -1;
}

.registration-wrapper {
    border-radius: 20px;
    border: 1px solid rgba(63, 130, 255, 0.74);
    background: linear-gradient(
        95deg,
        rgba(240, 242, 253, 0.05) -5.47%,
        rgba(143, 144, 151, 0.04) 108.87%
    );
    padding: 48px;
    margin-top: 56px;
}

.registration-row {
    display: flex;
    column-gap: 88px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.registration-input-left {
    display: flex;
    gap: 95px;
    color: #ffffff;
    line-height: 24px;
    font-size: 16px;
}

.registration-input-left .radio-options {
    display: flex;
    gap: 38px;
    align-items: center;
}

.registration-input-left .radio-options input[type="radio"] {
    margin-right: 8px;
}

.radio-options label {
    display: flex;
    align-items: center;
}

.radio-options input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    border: 4px solid #23407a;
    /* xarici dairə */
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.radio-options input[type="radio"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #88a8e8;
    /* iç dairə rəngi */
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease;
}

.radio-options input[type="radio"]:checked::before {
    transform: translate(-50%, -50%) scale(1);
}

.registration-input-left p {
    font-weight: 500;
    max-width: 288px;
}

.registration-row .term-text {
    max-width: 457px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 24px;
}

.registration-row .term-text a {
    color: #3f82ff;
    font-weight: 300;
}

.registration-input-left input {
    font-weight: 400;
}

.registration-input-left.last {
    margin-top: 40px;
}

.registration-input {
    flex: 1 1 calc(50% - 88px);
    margin-bottom: 22px;
}

.registration-input:nth-last-child(1) {
    margin-top: 0;
}

.registration-input label {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.registration-input label::after {
    content: "*";
    color: #3f82ff;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-left: 4px;
}

.registration-input input {
    height: 56px;
}

.registration-input input,
.registration-input select,
.registration-input textarea {
    padding: 16px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #344e6d;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(153, 153, 153, 0.06) 100%
    );
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.registration-input input:focus,
.registration-input select:focus,
.registration-input textarea:focus,
.registration-input input:focus-visible,
.registration-input select:focus-visible,
.registration-input textarea:focus-visible {
    outline: 1px solid #2c52bb;
}

.registration-input input.is-invalid,
.registration-input select.is-invalid,
.registration-input textarea.is-invalid,
.registration-input input.is-invalid:focus,
.registration-input select.is-invalid:focus,
.registration-input textarea.is-invalid:focus,
.contact-form .input-wrapper.is-invalid {
    border-color: #e74c3c;
    box-shadow: none;
}

.registration-input input:-webkit-autofill,
.registration-input select:-webkit-autofill,
.registration-input textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    /* bg transparent */
    -webkit-text-fill-color: #ffffff !important;
    /* text rəngi */
    transition: background-color 9999s ease-in-out 0s;
    /* chrome hack */
    color: #fff !important;
    caret-color: #fff;
}

.registration-input input:-webkit-autofill:active,
.registration-input input:-webkit-autofill:hover,
.registration-input input:-webkit-autofill:focus,
.registration-input input:-webkit-autofill:focus-visible {
    -webkit-text-fill-color: #ffffff !important;
}

.registration-input input:-webkit-autofill,
.registration-input input:-webkit-autofill:focus {
    transition: background-color 6000s 0s, color 600000s 0s;
}

.registration-input input[data-autocompleted] {
    background-color: transparent !important;
}

.contact-form .register-invalid-feedback {
    margin-bottom: 8px;
}

.register-invalid-feedback {
    display: flex;
    align-items: center;
    margin-top: 8px !important;
}

.register-invalid-feedback img {
    margin-right: 5px;
}

.register-invalid-feedback span {
    color: #c83532;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.registration-input select {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../icons/select-down.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    height: 56px;
}

.registration-input select option[disabled][selected] {
    color: rgba(153, 153, 153, 0.34);
}

.registration-input select option {
    border-radius: 8px;
    border: 1px solid #344e6d;
    background-color: #1c2431;
    backdrop-filter: blur(20px);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 16px 20px;
}

.registration-input select option:hover {
    color: red;
    background: rgba(101, 147, 255, 0.14);
}

.registration-input textarea {
    max-width: 560px;
}

.registration-input input::placeholder {
    color: rgba(153, 153, 153, 0.34);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.registration-row button {
    padding: 16px;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
    border: 0;
    outline: 3px solid rgba(65, 151, 255, 0.12);
    background: linear-gradient(180deg, #004df4 0%, #002b7a 100%);
    color: var(--Base-color-White, #fff);
    font-size: 16px;
    font-weight: 400;
}

.registration-row button:hover {
    cursor: pointer;
    outline: 3px solid rgba(65, 151, 255, 0.12);
    background: linear-gradient(180deg, #2a6cfb 0%, #003697 100%);
}

@media (max-width: 768px) {
    .registration-input {
        flex: 1 1 100%;
    }

    .registration-input textarea {
        max-width: 600px;
    }

    .registration-input-left {
        display: block;
    }

    .radio-options {
        margin-top: 16px;
    }
}

/* REGISTRATION PAGE END */

/* subscribe modal begin */
.success-custom-modal {
    display: none;
    /* JS ilə açılacaq */
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 9, 35, 0.58);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-modal .success-custom-modal-content p {
    width: 100%;
}

.success-custom-modal-content {
    padding: 80px 80px 132px;
    border-radius: 16px;
    max-width: 514px;
    border: 1px solid #5985d8;
    background: #1d317c;
    text-align: center;
    position: relative;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease;
}

.success-close-btn {
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer;
    color: #fff;
    height: 12px;
}

.modal-icon {
    margin-bottom: 40px;
}

.success-custom-modal-content h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
}

.success-custom-modal-content p {
    margin-top: 28px;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    color: #ffffff;
    /* max-width: 318px; */
}

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

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

@media (max-width: 768px) {
    .success-custom-modal-content {
        padding: 60px 48px;
        max-width: 310px;
    }

    .success-custom-modal-content h1 {
        font-size: 24px;
    }
}

/* subscribe modal end */
.circle-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid transparent;
    background-image: linear-gradient(#000, #000),
        linear-gradient(45deg, #ff00cc, #3333ff, #00ffcc);
    background-origin: border-box;
    background-clip: content-box, border-box;
    color: white;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.circle-box:hover {
    transform: scale(1.05);
    color: #ff00cc;
    background-image: linear-gradient(#000, #000),
        linear-gradient(135deg, #00ffcc, #3333ff, #ff00cc);
}

@media (min-width: 340px) and (max-width: 767px) {
    .program .texture {
        width: 100%;
        height: auto;
        right: 0;
    }

    .news .texture-right {
        width: 100%;
        height: auto;
        right: 0;
    }

    .news .texture-left {
        width: 100%;
    }

    .counter .texture {
        width: 100%;
        left: 0;
    }

    .target .texture {
        width: 100%;
        left: 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .program .texture {
        width: 100%;
        height: auto;
        right: 0;
    }

    .news .texture-right {
        width: 100%;
        height: auto;
        right: 0;
    }

    .news .texture-left {
        width: 100%;
    }

    .counter .texture {
        width: 100%;
        left: 0;
    }

    .counter-wrapper {
        flex-wrap: nowrap;
    }

    .counter-wrapper span {
        margin: 0 40px 32px 40px;
    }
}

@media (min-width: 340px) and (max-width: 576px) {
    .navbar-wrapper {
        background: rgb(50 50 201 / 20%);
        backdrop-filter: blur(44px);
    }

    .hero {
        margin-top: 52px;
    }

    .hero-content {
        /* overflow-x: hidden; */
        position: unset;
    }

    .hero-content-title {
        width: 100%;
    }

    .hero-content-subtitle {
        width: 100%;
        margin-top: 20px;
    }

    .hero-video {
        top: -1%;
        width: 1200px;
        left: -72%;
    }

    .hero-content .image {
        padding: 16px 62px;
        height: 60px;
        text-align: center;
    }

    .hero-content {
        /* overflow-x: hidden; */
        width: 100%;
    }

    .hero-content h1 {
        font-size: 32px;
        line-height: 34px;
    }

    .hero-content p {
        font-weight: 300;
        line-height: 28px;
        font-weight: 200;
        font-size: 20px;
    }

    .hero-content .more {
        width: 100%;
        padding: 16px 0px;
        margin-top: 140px;
    }
    .counter-wrapper {
        flex-wrap: nowrap;
    }

    .counter-wrapper span {
        margin: 0 4px 32px 4px;
    }

    .counter-block {
        justify-items: center;
    }

    .counter-block #seconds .digit {
        font-size: 28px;
    }

    .counter-block #seconds .color-gradient-info {
        font-size: 28px;
    }

    .footer-wrapper::before {
        top: -2px;
        left: 10.8px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    main {
        position: relative;
    }

    .hero {
        margin-top: 52px;
    }

    .hero-content {
        width: 100%;
    }

    .hero-content .more {
        width: 100%;
        padding: 16px 0px;
    }

    .hero-image img {
        width: 100%;
    }

    .hero-content-title {
        width: 100%;
    }

    .hero-content-subtitle {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .hero-content .image {
        padding: 16px;
        text-align: center;
    }

    .hero-video {
        top: -4%;
        left: -56%;
        mix-blend-mode: lighten;
        width: 2000px;
    }

    .hero-content .more {
        margin-top: 400px;
    }

    .footer-wrapper::before {
        top: -2px;
        left: 14px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .hero-video {
        top: -46%;
        right: -75%;
    }

    .hero-content {
        position: relative;
        height: 1200px;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    .hero-video {
        top: 0;
        right: -30%;
    }
}

@media (min-width: 1024px) and (max-width: 1539px) {
    .hero-video {
        top: -2.6%;
        left: 6.2%;
        width: 2020px;
        mix-blend-mode: lighten;
    }
}
@media (min-width: 1540px) and (max-width: 1919px) {
    .hero-content-subtitle {
        margin-bottom: 160px;
    }

    .hero-video {
        top: -3%;
        right: -39%;
    }
    .timeline-bar .timeline-dot:nth-child(2) {
        left: 8.5%;
    }
    .target .texture-left {
        top: 21%;
    }

    .target-content {
        max-height: 160px;
    }

    .target-description {
        max-height: 80px;
    }

    .program .texture-right {
        right: -56%;
    }

    .speaker-box {
        max-height: 448px;
    }

    .timeline-box p {
        font-size: 16px;
    }

    .timeline-box .hidden-text {
        font-size: 16px;
    }

    .aim .texture {
        left: -12%;
        width: 760px;
        height: 760px;
    }

    .news {
        margin-top: 155px;
    }

    .news .texture-left {
        top: 25%;
        left: -20%;
    }

    .news-content-inner {
        min-height: 32px;
    }

    .counter-wrapper {
        max-width: 1068px;
        height: 300px;
    }

    .counter .texture {
        height: 644px;
        width: 510px;
    }

    footer .texture {
        left: -24%;
    }

    .footer-wrapper::before {
        top: -1px;
        left: -1px;
    }

    .target-content {
        margin-top: 32px;
    }

    .contact.page .texture-left {
        left: -20%;
    }
}

@media (min-width: 1920px) {
    .hero-content-subtitle {
        margin-bottom: 160px;
    }

    .hero-video {
        top: -3%;
        right: -39%;
    }

    .timeline-bar .timeline-dot:nth-child(2) {
        left: 8.5%;
    }

    .target-content {
        max-height: 160px;
    }

    .target-description {
        max-height: 56px;
    }

    .target .texture-left {
        top: 21%;
    }

    .program .texture-right {
        right: -56%;
    }

    .speaker-box {
        max-height: 448px;
    }
    .speakers.page .speaker-item {
        max-height: 416px;
    }
    .timeline-box p {
        font-size: 16px;
    }

    .timeline-box .hidden-text {
        font-size: 16px;
    }

    .aim .texture {
        left: -12%;
        width: 760px;
        height: 760px;
    }

    .news {
        margin-top: 155px;
    }

    .news .texture-left {
        top: 25%;
        left: -20%;
    }

    .news-content-inner {
        min-height: 32px;
    }

    .counter-wrapper {
        max-width: 1068px;
        height: 300px;
    }

    .counter .texture {
        height: 644px;
        width: 510px;
    }

    footer .texture {
        left: -24%;
    }

    .footer-wrapper::before {
        top: -1px;
        left: -1px;
    }

    .target-content {
        margin-top: 32px;
    }

    .contact.page .texture-left {
        left: -20%;
    }
}
@media (max-width: 512px) {
    .counter-wrapper {
        flex-wrap: nowrap;
    }
    .counter-block {
        justify-items: center;
    }
    .counter-wrapper span {
        margin: 0 0 32px 0;
    }
    .counter-block #seconds .digit {
        font-size: 28px;
    }

    .counter-block #seconds .color-gradient-info {
        font-size: 28px;
    }
}
