:root {
    font-size: 10.7px;
    --bs-nav-link-hover-color: #a6ffb2 !important;
}
/*@font-face {*/
/*    font-family: "GillSans";*/
/*    src: url("/frontend/assets/fonts/GillSans.otf") format("opentype");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
@media (min-width: 1921px) {
    :root {
      font-size: clamp(10.7px, 1.2vw, 32px)!important;
    }
}
.nav-link:focus {
    color: #a6ffb2;
}
* {
    box-sizing: border-box;
}
.row {
    margin: 0 !important;
    padding: 0 !important;
}
.dropdown-item:focus {
    color:#fff!important;
}
body {
    margin: 0;
    /*font-family: "x", sans-serif!important;*/
    font-weight: 300;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    font-size: 0.6vw;
}
h2 {
    font-weight: 300;
    font-size: 3.2rem;
    margin: 0;
}
body p {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.73;
    /* max-width: 80rem; */
}
.second-arrow {
    position: absolute;
    right: 0.6vw;
}

.slider-container {
    position: relative;
    height: 100vh;
    background-color: #000;
}

.main-slider-container .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100vh;
    overflow: hidden;
    background-blend-mode: multiply;
    background-color: rgba(29, 61, 105, 0.8);
}

/* Üçgen alanı filtresiz bırak */
.slide-light-overlay {
    position: absolute;
    inset: 0;
    /* Arka planı tekrar orijinal resmiyle göster */
    background: inherit;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    /* Sağda tabanı olan üçgen */
    clip-path: polygon(100% 0, 100% 100%, 50% 50%);
    z-index: 2;
    pointer-events: none;
    /* Mavi filtre yok! */
    background-blend-mode: normal;
}
.overlay-text {
    position: absolute;
    top: 20%;
    left: 5%;
    z-index: 10;
    color: white;
    max-width: 50%;
}

.overlay-text h1 {
    font-size: 3rem;
    font-weight: bold;
}

.overlay-text p {
    font-size: 1.2rem;
}

.custom-buttons {
    position: absolute;
    bottom: 2rem;
    left: 5%;
    z-index: 20;
}

.right-banners {
    position: absolute;
    top: 20%;
    right: 2%;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.right-banners img {
    width: 22.8rem;
    margin-bottom: 5%;
}

.slide-content {
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 10;
    color: #fff;
    max-width: 55%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.slide-top-label {
    display: block;
    font-weight: 600;
    font-size: 2.1rem;
    color: #fff;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.slide-top-label p {
    display: block;
    font-weight: 600;
    font-size: 2.1rem;
    color: #fff;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.slide-content h1 {
    font-size: 5.1rem;
    font-weight: 300;
    line-height: .93;
    margin: 0;
    color: #a0e79c;
    max-width: 47rem!important;
}
.slide-content h1 p {
    font-size: 5.1rem;
    font-weight: 300;
    line-height: .93;
    margin: 0;
    color: #a0e79c;
    max-width: 47rem!important;
}
.slide-content p {
    font-size: 1.8rem;
    line-height: 1.44;
}

.slide-btn {
    display: inline-block;
    padding: 1rem 2rem;
    border: 1px solid #a6ffb2; /* Açık yeşil kenarlık */
    color: #fff;
    font-size: 1.1rem;
    text-decoration: none;
    background: transparent;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    font-weight: 400; /* Daha ince yazı */
    letter-spacing: 1px;
    box-shadow: 0 0 0 1px #a6ffb2; /* İnce dış çizgi efekti */
    position: relative;
    width: fit-content;
    text-transform: uppercase;
}

.slide-btn::after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 0;
    pointer-events: none;
    z-index: 2;
    transition: border-color 0.2s;
    z-index: 0;
}

.slide-btn span {
    margin-left: 1rem;
    font-size: 1.3rem;
    vertical-align: middle;
    color: #a6ffb2; /* Ok simgesi açık yeşil */
    transition: color 0.2s;
}

.slide-btn:hover {
    background: #a6ffb2;
    color: black !important; /* Metin rengi siyah */
}

.slide-btn:hover span {
    color: black !important; /* Ok simgesi rengi siyah */
}
.slide-btn:hover svg path {
    stroke: black !important; /* Ok simgesi rengi siyah */
}
/* Navbar styles */
.custom-navbar {
    width: 99%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    height: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*max-height: 5rem;*/
    padding-top: 0 !important;
    padding-bottom: 0% !important;
}

.custom-navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 999;
    background: rgb(0 0 0 / .8);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, padding 0.3s;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    height: 40px!important;
}
.slide-content p {
    margin-bottom: 0.3rem;
}
/** Navbar Dropdown */
/* Nested dropdown */
/* Nested dropdown pozisyonu */
.dropdown-submenu > .dropdown-menu {
    top: 0 !important; /* Ana menü altında görünmesi için */
    left: 25.9rem !important;
    /* margin-left: 0.1rem; */
    display: none;
    position: absolute;
    border-left: 2px solid transparent;
}
/* Hover olduğunda göster */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
#mainNavbar .dropdown-menu {
    display: block;
    width: 26rem;
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    left: -2rem;
    top: 122%;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s all ease-in-out;
    z-index: 12;
    padding: 0;
    list-style: none;
    /* padding-top: 0.8rem; */
}

/* Dropdown menü - açık durumu */
#mainNavbar .dropdown-menu.show {
    opacity: 1;
    pointer-events: all;
    color: #a6ffb2;
}
#mainNavbar .dropdown-item {
    padding: 1rem 1rem 1.1rem 1rem;
    font-size: 1.2rem;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 1px;
    background: #122744;
    border-left: solid 2px rgba(255, 255, 255, 0);
    transition: all 0.2s;
        transition: all 0.2s;
    text-overflow: ellipsis;
    white-space: break-spaces;
    overflow: hidden;
}

#mainNavbar .dropdown-item:hover {
    background: #1d3d69;
    font-weight: 700;
    color: #fff !important;
    border-left: solid 2px #5180af;
}

#mainNavbar .dropdown-item::before {
    content: "";
    display: block;
    background: url("../img/arrow-right.svg") no-repeat;
    width: 2.3rem;
    -webkit-flex: 0 0 1.8rem;
    flex: 0 0 1.8rem;
    height: 1.6rem;
    background-size: cover;
    background-position: center center;
    margin-right: 0.8rem;
    opacity: 0.8;
}

#mainNavbar .dropdown-item:hover::before {
    opacity: 0.8;
    transform: translateX(3px);
}
#mainNavbar .dropdown-item.has-children::after {
    content: "";
    display: block;
    background: url("../img/arrow-none-line-light.svg") no-repeat;
    width: 1.2rem;
    -webkit-flex: 0 0 1.2rem;
    flex: 0 0 1.2rem;
    height: 1.2rem;
    background-size: cover;
    background-position: center center;
    margin-left: auto;
    opacity: 0.8;
}
#mainNavbar .dropdown-toggle::after {
    display: none;
}

#mainNavbar .dropdown-toggle {
    position: relative;
}

#mainNavbar .dropdown-toggle::after {
    content: "▼";
    font-size: 10px;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

#mainNavbar .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}
/** Navbar Dropdown */

/* Normal durumda logo büyük */
.custom-navbar .navbar-logo-img {
    height: 120px;
    margin: 1rem;
    transition: height 0.3s;
    top:1rem;
    position:relative;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff !important;
}
/* Sticky olunca logo küçülür */
.custom-navbar.sticky .navbar-logo-img {
    height: 82px !important;
}

.navbar-logo {
    font-size: 1.5rem;
    transition: font-size 0.3s;
}

.navbar-logo-img {
    height: 48px;
    transition: height 0.3s;
}

.navbar-title {
    color: #fff;
    line-height: 1;
}
.mt-for-navbar {
    margin-top: 0.5rem !important;
}
#mainNavbar {
    /*margin-top: 4rem;*/
}
.navbar-links {
    margin-top: 3rem;
    list-style: none;
    gap: 1.5rem;
    margin-left: 2rem;
    display: flex;
    align-items: center;
}

.navbar-links li {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.navbar-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 1.4rem!important;
    transition: color 0.2s;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.navbar-links a:hover {
    color: #a6ffb2;
}

.navbar-btn {
    border: 2px solid #a6ffb2;
    padding: 0.5rem 1.5rem;
    border-radius: 0;
    font-weight: 600;
    background: transparent;
    margin-right: 0.5rem;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    display: inline-block;
}

.enter-btn {
    color: #a6ffb2;
    border-color: #a6ffb2;
}

.enter-btn span {
    margin-left: 0.7rem;
    font-size: 1.3rem;
    vertical-align: middle;
}

.enter-btn:hover {
    background: #a6ffb2;
    color: #1d3d69;
}

.ask-btn {
    color: #fff;
    border-color: #fff;
    font-weight: bold;
    background: transparent;
}

.ask-btn:hover {
    color: #a6ffb2 !important; /* Metin rengi siyah */
}
.slide-content  p {
    max-width: 48rem!important;
}
.custom-thumbs {
    position: absolute;
    bottom: 0;
    left: 20px;
    display: flex;
    z-index: 10;
    font-size: 1.3rem !important;
    font-weight: bold;
}

.custom-thumbs .thumb {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px 14px;
    border-radius: 0px; /* köşeli */
    cursor: pointer;
    width: 260px;
    transition: all 0.2s ease;
    border-left: 4px solid transparent;
}
.large-title {
    /*font-family: "x", sans-serif;*/
    font-weight: 300;
    font-size: 3.2rem;
    color: #9dceff;
    margin: 0;
}
/* .custom-thumbs .thumb:hover {
  background: rgba(166, 255, 178, 0.2);
  border-left: 4px solid #a6ffb2;
} */

.custom-thumbs .thumb:active,
.custom-thumbs .thumb.active {
    /* background: rgba(166, 255, 178, 0.2)!important;
    border-left: 4px solid #a6ffb2!important; */
    font-weight: bold;
    color: #5180af;
    background: #2f3941;
}

.custom-thumbs .thumb .thumb-label {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 2px;
    text-transform: uppercase;
    display: block;
}
.custom-thumbs .thumb .thumb-label p {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 2px;
    text-transform: uppercase;
    display: block;
}
.custom-thumbs .thumb strong {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
}
.custom-thumbs .thumb strong p{
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
}
.slider-buttons {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
    left: 4%;
}

.slider-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #262626;
    z-index: 10;
    overflow: hidden;
}

.slider-progress .progress-bar-fill {
    height: 100%;
    width: 0%;
    background: #1d3d69;
    transition: width 10s linear;
}

/* Sticky olmayan durumda sticky-logo ve yazı gizli, ana logo görünür */
.custom-navbar .sticky-logo,
.custom-navbar .navbar-title {
    display: none !important;
}
.custom-navbar .main-logo {
    display: inline-block !important;
}
.custom-navbar .sticky-logo {
    position: absolute;
    top: -15px;
    left: 3rem;
}
/* Sticky olunca sticky-logo ve yazı görünür, ana logo gizli */
.custom-navbar.sticky .main-logo {
    display: none !important;
}
.custom-navbar.sticky .sticky-logo,
.custom-navbar.sticky .navbar-title {
    display: inline-block !important;
    vertical-align: middle;
}
.custom-navbar.sticky .navbar-title {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    letter-spacing: 1px;
    left: 7rem;
    position: relative;
}

.sponsor-image {
    width: 200px;
    margin: 0 10px;
    transition: transform 0.3s, opacity 0.3s;
}

/* Video1 Section */
.video1 {
    display: flex;
    width: 100%;
    max-width: 100vw;
    min-height: 600px; /* Daha makul bir yükseklik */
    height: 112vh; /* Ekran yüksekliğinin %80'i */
    background: linear-gradient(90deg, #0a1622 50%, transparent 50%);
    position: relative;
    overflow: hidden;
}
.video1-left {
    flex: 1 1 0;
    background: linear-gradient(180deg, #0a1622 80%, #0a1622cc 100%);
    color: #b8eaff;
    min-width: 0;
    min-height: 520px;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 50%;
}
.video1-title {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 1.25;
    color: #9dceff;
}
.video1-desc {
    font-size: 1.1rem;
    color: #a6ffb2;
    max-width: 420px;
}
.video1-desc-title {
    font-weight: 300;
    font-size: 2.1rem;
    color: #a0e79c;
    margin: 0;
}
.video1-right {
    flex: 1 1 0;
    position: relative;
    display: flex;
    align-items: stretch; /* stretch ile tam yükseklik */
    justify-content: center;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.video1-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    max-height: 100%;
}
.video1-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 60, 120, 0.3); /* Mavi filtre */
    /* Sol üstten sağ alta üçgen */
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 15;
    pointer-events: none;
}
.video1-logo {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.video1-logo img {
    height: 180px;
}
.video1-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(160, 231, 156, 0.7); /* Şeffaf açık yeşil */
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 15; /* Yüksek z-index */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s, background 0.2s;
}
.video1-play:hover {
    background: rgba(92, 157, 88, 0.7);
}
.video1-play:hover svg path {
    fill: #fff !important;
    transition: fill 0.2s;
}
.video1-caption {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    z-index: 3;
    width: 90%;
}
.video1-caption h3 {
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.2;
}
.video1-caption span {
    font-weight: 700;
    color: #fff;
}

/* Modal arka planı */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
}

/* Modal içeriği */
.video-modal-content {
    position: relative;
    background: #111;
    padding: 0;
    border-radius: 8px;
    width: 80vw;
    max-width: 80vw;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video-modal-close {
    position: absolute;
    top: 10px;
    right: 18px;
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 2;
}

.video-modal video {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 991px) {
    .video1 {
        flex-direction: column;
        min-height: 700px;
        width: 100vw;
    }
    .video1-left,
    .video1-right {
        min-height: 320px;
    }
    .video1-right {
        width: 100vw;
        height: 320px;
    }
    .video1-bg {
        height: 100%;
        min-height: 320px;
        max-width: 100vw;
    }
}

.looping-text-left {
    display: flex;
    width: max-content;
    animation: moveLeft linear infinite 200s;
    align-items: center;
    /* Yüksekliği logolara göre ayarlayın */
    height: 120px;
    /* Satırı ortalamak için */
    margin: 0 auto;
    gap: 7.5rem;
}
.previous-winners {
    background: white !important;
    overflow-x: hidden;
    position: relative; /* fade için gerekli */
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 9rem;
}

/* Fade efektleri */
.previous-winners::before,
.previous-winners::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px; /* Fade genişliği */
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.previous-winners::before {
    left: 0;
    background: linear-gradient(to right, white 70%, transparent 100%);
}
.previous-winners::after {
    right: 0;
    background: linear-gradient(to left, white 70%, transparent 100%);
}
@keyframes moveLeft {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
.test {
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 20px 0;
}
.looping-text-left img {
    height: 300px; /* 1.5 kat büyük */
    width: 120px;
    width: 450px;
    flex-shrink: 0;
    display: block;
    transition: transform 0.5s, filter 0.2s;
    cursor: pointer;
}

.looping-text-left img:hover {
    transform: scale(0.72); /* Biraz küçült */
    filter: brightness(0.95);
}
.previous-winners-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

/* Video Section */
.video-section {
    display: flex;
    width: 100%;
    max-width: 100vw;
    min-height: 600px;
    height: 112vh;
    background: #0a1622;
    position: relative;
    overflow: hidden;
}
.video2-padding {
    padding: 4rem 14.4rem;
}
.video-section-right {
    flex: 1 1 0;
    color: #b8eaff;
    min-width: 0;
    min-height: 520px;
    z-index: 2;
    max-width: 45%;
    background-color: transparent;
    border: solid 1px #122744;
    margin: 3.5rem;
    width: auto;
}
.video-section-right h2 {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 1.25;
    color: #9dceff;
}
.video-section-right p {
    line-height: 1.73;
    font-size: 1.5rem;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
}
.video-section-right a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-flex;
    font-weight: 300;
    font-size: 1.2rem;
    text-transform: uppercase;
    border: 0;
    border-bottom: solid 1px #a0e79c;
    background-color: transparent;
    padding-left: 0;
    min-height: 1.8rem;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition: 0.2s;
    color: #fff;
}
.video-section-right a:hover {
    transition: 0.2s;
    padding-right: 3rem;
}
.video-heading {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 1.25;
    color: #9dceff;
}

.video-description {
    font-size: 1.1rem;
    color: #a6ffb2;
    max-width: 420px;
}

.video-description-title {
    font-weight: 300;
    font-size: 2.1rem;
    color: #a0e79c;
    margin: 0;
}

.video-section-left {
    flex: 1 1 0;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    max-height: 100%;
}

.video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 60, 120, 0.3);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 15;
    pointer-events: none;
}

.video-logo {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.video-logo img {
    height: 180px;
}

.video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(160, 231, 156, 0.7);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s, background 0.2s;
}

.video-play-btn:hover {
    background: rgba(92, 157, 88, 0.7);
}

.video-play-btn:hover svg path {
    fill: #fff !important;
    transition: fill 0.2s;
}

.video-caption {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    z-index: 3;
    width: 90%;
}

.video-caption h3 {
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.2;
}

.video-caption span {
    font-weight: 700;
    color: #fff;
}

/* Modal arka planı */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
}

/* Modal içeriği */
.video-modal-content {
    position: relative;
    background: #111;
    padding: 0;
    border-radius: 8px;
    width: 80vw;
    max-width: 80vw;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video-modal-close {
    position: absolute;
    top: 10px;
    right: 18px;
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 2;
}

.video-modal video {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 1.4rem;
    margin-bottom: 4rem;
}

.timeline::after {
    content: "";
    position: absolute;
    width: 4px;
    background-color: #000;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item {
    padding: 20px 40px;
    position: relative;
    width: 50%;
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.6s ease-out;
}

.timeline-item .content {
    position: relative;
    bottom: 0;
    width: 560px;
    padding: 25px;
    background: #000;
    color: white;
    margin-bottom: 20px;
}

/* Başlık rengi */
.timeline-item .content h5 {
    color: #a5f7b2;
    font-weight: bold;
}

/* Sol ve sağ konumlandırmalar */
.timeline-item.left {
    right: 5%;
    transform: translateX(-100px);
}

.timeline-item.show {
    opacity: 1;
    transform: translateX(0);
}

.timeline-item.right {
    left: 50%;
}

/* Zaman etiketi */
.timeline time {
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #a0e79f;
}

/* ALT OK (elmas şekli gibi) */
.timeline-item .content::after {
    content: "";
    position: absolute;
    bottom: 10px;
    width: 0;
    height: 0;
    border-style: solid;
}

/* Sol tarafın oku */
.timeline-item.left .content::after {
    left: 100%;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #000;
}

/* Sağ tarafın oku */
.timeline-item.right .content::after {
    right: 100%;
    border-width: 10px 10px 10px 0;
    border-color: transparent #000 transparent transparent;
}
@media screen and (max-width: 768px) {
    .timeline::after {
        left: 8px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 30px;
        padding-right: 0;
        margin-bottom: 50px;
    }

    .timeline-item .content {
        width: 100%;
    }

    .timeline-item.left,
    .timeline-item.right {
        left: 0;
        right: auto;
    }

    .timeline-item .content::after {
        left: -10px !important;
        right: auto !important;
        border-width: 10px 10px 10px 0;
        border-color: transparent #000 transparent transparent;
    }
}

.frank {
    background-color: #111111;
}

.quote {
    font-weight: 300;
    font-size: 2.1rem;
    color: #a0e79c;
    margin: 0;
}
.quote-div {
    padding: 4rem 14.15rem;
}
.author {
    font-weight: 700;
    font-size: 1.7rem;
    margin: 0;
    color: white;
    margin-top: 1rem;
}

.more-link {
    display: inline-block;
    margin-top: 20px;
    color: #9aff9a;
    text-decoration: underline;
}

.image-column img {
    width: 100%;
}
.image-column {
    max-width: 100%;
    height: auto;
    display: block;
    /* Gerekirse aşağıdaki satırı da ekle */
    object-fit: contain;
}

.padding-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-flex;
    font-weight: 300;
    font-size: 1.2rem;
    text-transform: uppercase;
    border: 0;
    border-bottom: solid 1px #a0e79c;
    background-color: transparent;
    padding-left: 0;
    min-height: 1.8rem;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition: 0.2s;
    color: #fff;
}
.padding-button:hover {
    transition: 0.2s;
    padding-right: 3rem;
}

.award-card {
    background-color: #111 !important;
    color: #fff;
    border-left: 3px solid #39ff90;
    padding: 30px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.award-badge {
    border: 2px solid white;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.award-badge span {
    display: block;
    font-size: 1rem;
    margin-top: 10px;
}

.awardSwiper {
    background-color: transparent;
}
/*
.swiper-slide {
  background-color: #111;
} */

.swiper-button-next.award-btn,
.swiper-button-prev.award-btn {
    color: #39ff90;
    scale: 1.2;
}

.btn-award-region {
  background-color: transparent;
  color: white;
  border: none;
  padding: 5px 20px;
  margin: 2px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0; /* Butonlar sıkışmasın */
}

.btn-award-region:hover {
    background-color: rgba(76, 76, 76, 0.3);
    color: white;
    transform: translateY(-1px);
}

.btn-award-region.active {
    background-color: #4c4c4c;
    color: #9dceff;
}

.btn-award-region.active:hover {
    background-color: #3a3a3a;
    color: #9dceff;
}

/*.button-container {*/
/*    background-color: #272727;*/
/*    margin-bottom: 40px;*/
/*    border-radius: 25px;*/
/*}*/
.button-container {
  background-color: #272727;
  margin-bottom: 40px;
  border-radius: 25px;
  display: flex;
  overflow-x: auto;  /* Taşmayı gizleme yerine kaydırılabilir yapıyoruz */
  scroll-behavior: smooth; /* Yumuşak kayma */
  scrollbar-width: none; /* Firefox scrollbar gizle */
}

.button-container::-webkit-scrollbar {
  display: none; /* Chrome/Safari scrollbar gizle */
}



.region-section {
    background-color: black;
    padding: 10rem 0rem;
}
.region-section h3 {
    margin-bottom: .85rem!important;
    font-weight: 300;
    font-size: 34px;
    color: #a0e79c;
    margin: 0;
}
.slide-left {
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    position: relative;
}

.slide-left::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 40px solid #000;
}

.slide-right {
    flex: 1;
    width: 30%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #111111;
    flex: 0 1 28.5rem;
    width: 28.5rem;
    margin-bottom: 8rem;
    border: 1px solid #262626;
    min-height: 33rem;
    padding: 4.9rem 4.1rem;
    z-index: -2;
}

.region-logo {
    height: auto;
    margin-bottom: 20px;
    height: 425px;
    width: 135px;
    margin-left: 8px;
}

.region-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.region-year {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: 20px;
    position: absolute;
    bottom: 8.5rem;
    left: 2.15rem;
}

.contact-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
}

.contact-description {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #fff;
}
#swiper-wrapper-50e1296c5a2e6321 > div.swiper-slide.swiper-slide-active > div.slide-right > a > span > svg.second-arrow > path:nth-child(1) {
    fill: #fff
}
.contact-btn {
    background: transparent;
    border: 2px solid #9dceff;
    color: #9dceff;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.contact-btn:hover {
    background-color: #9dceff;
    color: #000;
}

.contact-btn::after {
    content: "→→";
    font-size: 1.2rem;
}

.region-section h4 {
    font-weight: 700;
    font-size: 2.1rem;
    margin: 0;
    margin-bottom: 1rem;
}

.region-title-line {
    flex: 1;
    height: 1px;
    background: #333;
    margin-left: 16px;
    border-radius: 2px;
    bottom: 14px;
    position: relative;
}

.region-section .swiper-slide {
    display: flex;
    align-items: stretch; /* Yükseklikleri eşitler */
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);

    /* Gerekirse genişlik ekleyin */
}

.region-section ol {
    margin: 0;
    list-style: none;
    padding: 0;
}
.region-section ol li {
    font-size: 1.5rem;
    line-height: 1.73;
    position: relative;
    counter-increment: item;
    margin-bottom: 3rem;
    padding-left: 6rem;
}
.region-section ol li::before {
    content: counter(item);
    font-size: 1.8rem;
    width: 3.8rem;
    height: 3.8rem;
    border: solid 1px #122744;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -0.6rem;
    left: 0;
    box-sizing: border-box;
}

.region-list {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 7rem;
    flex: 0 0 33.5rem;
}

@media (min-width: 993px) {
    .region-container {
        flex-flow: row nowrap;
        padding: 7.8rem 0 12rem 6rem;
        background: black;
    }
}

.padding-button2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    border: 0;
    border-bottom: solid 1px #a0e79c;
    background-color: rgba(255, 255, 255, 0);
    padding-left: 0;
    min-height: 1.8rem;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition: 0.2s;
    color: #fff;
    cursor: pointer;
}
.padding-button2:hover {
    transition: 0.2s;
    padding-right: 1.1rem;
    cursor: pointer;
}
.region-list a:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background: url("../img/arrow-right.svg");
    background-size: cover;
}

.region-section .swiper-slide-next {
    position: relative;
    overflow: hidden;
    right: 22rem;
}

.region-section .swiper-slide-next::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    /* Soldan sağa doğru siyah fade */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 1;
}
.region-section .swiper-slide-next .slide-right {
    opacity: 0;
}
.bodies-partners-section {
    overflow-x: hidden;
}

.p-for-bodies {
    padding-left: 7rem;
    padding-right: 7rem;
}

.partner-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.partner-item .partner-logo {
    transition: all 0.3s ease;
    width:300px;
    height: auto;
}

.partner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 3;
}

.visit-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.visit-text {
    font-size: 1.1rem;
    margin-top: 0.5rem;
    font-weight: normal;
    color: #fff;
}

.visit-arrow {
    width: 1.8rem;
}

/* Hover Effects */
.partner-item:hover .partner-overlay {
    opacity: 1;
}

.partner-item:hover img {
    transform: scale(1.05);
}

.partner-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.partner-item:active {
    transform: scale(0.98);
}

/* Responsive */
@media (max-width: 768px) {
    .visit-text {
        font-size: 12px;
    }

    .visit-arrow {
        width: 14px;
        height: 14px;
    }
}

.visit-title {
    font-size: 1.18rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 1rem;
}

.left-big-img {
    height: -webkit-fill-available;
    max-height: 68.8rem;
}
.winner-feature-photo {
    border: 10px solid black; /* Kalın siyah çerçeve */
    margin: 10px; /* Fotoğraflar arasında boşluk */
    box-sizing: border-box; /* Kenarlık dahil genişlik */
    display: inline-block; /* Yan yana dizmek için */
    position: relative; /* Overlay için gerekli */
    overflow: hidden; /* Overlay'in taşmaması için */
}
.right-top-img {
    border-bottom: none !important; /* Sağ üst fotoğrafın alt kenarlığı olmasın */
}

.border-right-none {
    border-right: none !important; /* Sağ kenarlık olmasın */
}

.winner-feature-photo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104%;
    max-width: 104%;
    cursor: pointer; /* Tıklanabilir hale getirmek için */
}

.winner-feature-photo:hover .overlay {
    opacity: 1;
}

.overlay-content {
    color: #b6ffb0;
    text-align: center;
}

.overlay-content span {
    display: block;
    color: #fff;
    font-size: 13.77px;
    font-weight: 300;
    line-height: 1.73;
    margin-bottom: 10px;
}

.overlay-content h2 {
    color: #a0e79c;
    font-size: 22.5px;
    margin: 0 0 10px 0;
    font-weight: 700;
    letter-spacing: 1px;
    max-width: 250px;
    
}

/* .arrow {
  font-size: 32px;
  color: #7fff7f;
} */
.arrow-animation {
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
}

/* Oklar animasyon öncesi sol dışta ve görünmez */
.arrow-animation svg {
    transform: translateX(-140%);
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

/* overlay üzerine gelince animasyon başlasın */
.overlay:hover .arrow-animation svg {
    transform: translateX(41vw); /* Ortada sabitleyecek kadar ileri */
    opacity: 1;
}

/* İkinci ok gecikmeli gelsin */
.arrow-animation svg.second-arrow-for-feature {
    transition-delay: 0.2s;
}

.first-arrow-for-feature {
    left: 15px;
    position: absolute;
}

.arrow-animation5 svg {
    transform: translateX(20%);
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

/* overlay üzerine gelince animasyon başlasın */
.overlay:hover .arrow-animation5 svg {
    transform: translateX(1vw); /* Ortada sabitleyecek kadar ileri */
    opacity: 1;
}

/* İkinci ok gecikmeli gelsin */
.arrow-animation5 svg.second-arrow-for-feature {
    transition-delay: 0.2s;
}

.first-arrow-for-feature5 {
    left: 120px;
    position: absolute;
}

.arrow-animation1 svg {
    transform: translateX(-140%);
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

/* overlay üzerine gelince animasyon başlasın */
.overlay:hover .arrow-animation1 svg {
    transform: translateX(1vw); /* Ortada sabitleyecek kadar ileri */
    opacity: 1;
}

/* İkinci ok gecikmeli gelsin */
.arrow-animation1 svg.second-arrow-for-feature {
    transition-delay: 0.2s;
}

.first-arrow-for-feature2 {
    left: 170px;
    position: absolute;
}
.winner-features {
    overflow: hidden;
}

.benefit-sponsor {
    background: black;
    color: #fff;
    padding: 6rem 0;
}

.benefit-sponsor a:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background: url(../img/arrow-right.svg);
    background-size: cover;
} /*
.benefit-card {
  background-color: #1a1a1a;
  position: relative;
  width: 25%;
  min-height: 12.5rem;
  margin: 0 1.5rem;
  background-color: #1a1a1a;
  display: flex;
}*/
.benefit-card {
    cursor: pointer;
    min-height: 12.5rem !important;
}
.benefit-card svg {
    width: 4.8rem !important;
    height: 4.8rem !important;
}

.benefit-card svg path {
    fill: #fff;
    transition: all 0.2s;
}

.benefit-card .img-svg {
    width: 4.8rem !important;
    height: 4.8rem !important;
}

.benefit-card .img-svg svg {
    width: 4.8rem;
    height: 4.8rem;
    position: relative;
}

.benefit-text {
    max-width: 17rem;
    font-size: 2.1rem;
    margin: 0;
    margin-left: 1.6rem;
    padding-right: 3rem;
    line-height: 1.14;

    color: #a0e79c;
}

.custom-card {
    background-color: #1b1b1b;

    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    transition: background-color 0.3s;
    min-height: 12.5rem;
}

.custom-card i {
    font-size: 32px;
    color: white;
}

.custom-card .text {
    margin-left: 15px;
}

.custom-card:hover {
    background-color: #222;
    color: #a0e79c !important;
}

.custom-arrow {
    color: #777;
    font-size: 20px;
}

.card-inner {
    display: flex;
    align-items: center;
}

.padding-footer {
    padding-left: 7rem;
    padding-right: 7rem;
}

.footer .title {
    font-size: 1.3rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}
.footer p.title,
.footer .contact {
    font-weight: 300;
    font-size: 1.3rem;
    color: #fff;
    margin: 0;
    text-decoration: none;
    line-height: 1.92;
    margin-bottom: 0!important;
}
@media (min-width: 1024px) {
    .footer p.title {
        min-width: 11rem;
    }
}
.footer li,
.footer .contact {
    font-weight: 300;
    font-size: 1.3rem;
    color: #a3a3a3;
    margin: 0;
    text-decoration: none;
    line-height: 1.92;
}

.footer a {
    font-weight: 300;
    font-size: 1.3rem;
    color: #a3a3a3;
    margin: 0;
    text-decoration: none;
    line-height: 1.92;
}
.footer a:hover {
    color: #3b3b3b;
    text-decoration: underline;
}

.footer ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer svg {
    margin-right: 0.3rem;
    width: 3rem;
    height: 3rem;
}

.footer a:hover svg path {
    fill: #3b3b3b;
    transition: 0.2s all;
}

.footer .container-bottom {
    align-items: end;
    margin-top: 9rem;
    display: flex;
}

.container-bottom .infoMenu {
    margin-right: 7rem;
}

.container-bottom .smallPrint p {
    font-weight: 300;
    font-size: 1.3rem;
    color: #a3a3a3;
    margin: 0;
    text-decoration: none;
    line-height: 1.92;
}

.menu-footer-navigation {
    display: block;
}
.wp-block-heading {
    color: #9dceff;
    margin-bottom: 10px;
}
footer {
    padding-bottom: 5rem;
}

.navbar-for-sticky {
    position: absolute;
    right: 1.5rem;
    top: 6rem;
}
.wp-block-video {
    box-sizing: border-box;
}
@supports (position: sticky) {
    .wp-block-video [poster] {
        object-fit: cover;
    }
}

.endorsement-section {
    color: white;
    padding: 4rem 0;
}

.endorsement-text a:after {
    content: "";
    background: url("../img/arrow-right.svg");
    position: absolute;
    background-repeat: no-repeat;
    width: 1.3rem;
    height: 1.3rem;
    right: -2.4rem;
    background-size: cover;
    transition-delay: 0.08s;
}
.endorsement-text a:hover:after {
    background: url("../img/arrow-right-green.svg");
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
}
.endorsement-section a:hover {
    transition: 0.2s;
    padding-right: 3rem;
}
.endorsement-section a {
    appearance: none;
    display: inline-flex
;
    /*font-family: "x", sans-serif;*/
    font-weight: 300;
    font-size: 1.2rem;
    text-transform: uppercase;
    border: 0;
    border-bottom: solid 1px #a0e79c;
    background-color: transparent;
    padding-left: 0;
    min-height: 1.8rem;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition: 0.2s;
    color: #fff;
}
/* Sol altta sabit translate butonu ve yukarı açılan popup */
#translate-btn-container.left-bottom {
    position: fixed;
    left: 32px;
    bottom: 0;
    z-index: 9999;
    text-align: left;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

#translate-btn-container.left-bottom #translate-btn {
    background: #a6ffb2;
    color: #222;
    border: none;
    padding: 1px  22px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: background 0.2s;
}

#translate-btn-container.left-bottom #translate-btn:hover {
    background: #7be28d;
}

#translate-btn-container.left-bottom #translate-popup {
    display: none;
    margin-bottom: 8px;
    margin-left: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    min-width: 160px;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 0;
    bottom: 25px; /* butonun üstünde */
}

#translate-btn-container.left-bottom #translate-popup .translate-flag {
    display: flex;
    align-items: center;
    margin: 4px 0;
    cursor: pointer;
    font-size: 16px;
    padding: 2px 6px;
    border-radius: 4px;
    transition: background 0.15s;
}

#translate-btn-container.left-bottom #translate-popup .translate-flag:hover {
    background: #f0f0f0;
}

#translate-btn-container.left-bottom #translate-popup img {
    margin-right: 6px;
    border-radius: 2px;
    border: 1px solid #ddd;
}

/* Navbar Resp */
@media (min-width: 991px) {
    #mainNavbar {
        display: flex;
    }
    .enter-btn-resp {
        display: none;
    }
    .mobile-head {
        display:none;
    }
}
@media (max-width: 991px) {
    #mainNavbar {
        display: none !important;
    }
    .enter-btn-resp {
        display: block;
    }
    .mobile-head {
        display: block;
    }
}
/* Offcanvas Menü Tasarımı */
.offcanvas.offcanvas-end {
    background: #1d3557 !important;
    color: #fff;
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0;
}

.offcanvas-header {
    border-bottom: 1px solid #28406a;
    background: #1d3557;
}

.offcanvas-title {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.offcanvas-body {
    padding: 0;
}

.offcanvas-body ul.list-unstyled {
    margin: 0;
    padding: 0;
}

.offcanvas-body li {
    margin: 0;
    padding: 0;
}

.offcanvas-body .menu-link-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #274472;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 18px 24px;
    border-bottom: 1px solid #28406a;
    transition: background 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-decoration: none;
}

.offcanvas-body .menu-link-box:hover {
    background: #34507b;
    color: #a6ffb2;
}

.offcanvas-body .menu-link-box svg {
    margin-left: 12px;
    transition: transform 0.2s;
}

.offcanvas-body .menu-link-box:active svg,
.offcanvas-body .menu-link-box:focus svg {
    transform: translateX(4px);
}

.offcanvas-body .collapse .nav-link {
    background: none !important;
    color: #fff !important;
    font-size: 0.95rem;
    padding: 10px 40px;
    border: none;
    border-bottom: 1px solid #28406a;
    text-transform: none;
    letter-spacing: 0;
}

.offcanvas-body .collapse .nav-link:hover {
    color: #a6ffb2 !important;
    background: #22335a !important;
}
.wrap-100 {
    height: 100px;
    background: #000;
    width: 100%;
}
.container-404 {
    background: #000;
    display: flex;
    justify-content: center;
    color: #fff;
}
.container-404 h1 {
    /*font-family: "x", sans-serif;*/
    font-weight: 300;
    font-size: 5.8rem;
    color: #a0e79c;
    margin: 0;
}
.container-404 h4 {
    font-weight: 700;
    font-size: 2.1rem;
    margin: 0;
    margin-bottom: 4rem;
}
.mobile-head img {
    height: 76px;
}
.menu-button {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 150px;
    padding: 10px 20px;
    color: #fff;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
    padding-right: 0;
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 18px;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
}
.mobile-head button {
    transform: translateY(30%);
}
.mobile-head {
    background-color: rgba(0, 0, 0, 0.6);
}
.mobile-three {
    background: transparent;
}
.enter-resp {
    margin-right: 2.4rem;
    padding: 0.4rem 1.6rem;
    font-weight: 700;
    border: solid 1px #af091d;
    text-decoration: none;
    background-color: #af091d;
    font-size: 1.5rem;
    max-width: 60rem;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    float: right;
    font-size: 12px;
}
.navbar-links {
    margin-right: 3rem;
}
body > div:nth-child(2) > div:nth-child(11) > section > div > div > div.col-md-4.mb-4.mb-md-0 > h4 {
    font-weight: bold;
    font-size: 1.9rem;
    color: #262626;
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
}
.translate-flag a {
    color: #000;
    text-decoration: none!important;
}
body > div:nth-child(2) > div > section > div > div > div.col-md-9 > div > div:nth-child(1) > div > div > svg,body > div:nth-child(2) > div > section > div > div > div.col-md-9 > div > div:nth-child(2) > div > div > svg,body > div:nth-child(2) > div > section > div > div > div.col-md-9 > div > div:nth-child(3) > div > div > svg {
    width: 2rem!important;
    height: 2rem!important;
}
body > div:nth-child(2) > div > section > div > div > div.col-md-9 > div > div:nth-child(1) > div > div > svg path,body > div:nth-child(2) > div > section > div > div > div.col-md-9 > div > div:nth-child(2) > div > div > svg path,body > div:nth-child(2) > div > section > div > div > div.col-md-9 > div > div:nth-child(3) > div > div > svg path {
     fill: #656565!important;
} 
.custom-navbar {
    margin-top:0!important;
}
.sticky .navbar-collapse {
    padding-bottom: 3rem;
}
.navbar-collapse .navbar-links {
    gap: 0.7rem!important;
}
.wp-block-video iframe {
                vertical-align: middle;
                width: 100%;
                height: 100vh;
            }
            .wp-block-video {
                background: #000;
            }
.offcanvas-header .btn-close {
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.hero-title {
    text-transform: capitalize!important;
}
@media (min-width: 2000px) {
    .main-slider-container .swiper-slide {
        height: 89vh!important;
    }
    ..slide-top-label h1 {
        font-size: 40px!important;
    }
    .slide-content p {
        font-size: 31px!important;
    }
    .slide-content h1 {
        font-size: 100px!important;
    }
    .slide-btn {
        font-size: 22px!important;
    }
    .custom-thumbs .thumb .thumb-label {
        font-size: 21px!important;
    }
    .custom-thumbs .thumb strong {
        font-size: 21px!important;
    }
    .footer-first-logo-ipa {
        width:100%!important;
        height: auto!important;
    } 
    body > div:nth-child(2) > div:nth-child(12) > section > div > div > div.col-lg-8 {
        width: 100%!important;
        height: auto!important;
    }
    
}
.region-list p {
    margin: 20px 0;
    margin-bottom: 30px;
}