/*
Theme Name: Vatan Zarrin
Theme URI: http://example.com
Author: Amir Ramezani
Author URI: http://iramdigital.club
Description: A custom WordPress theme
Version: 1.0
*/
html {
    scroll-behavior: smooth;

}

input::placeholder {
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
}

::-webkit-scrollbar {
    display: none;
}

ul {
    padding-left: 0;
}

* {
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
}

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

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    background-color: #080f16;
}

ul,
li {
    list-style: none;
}

a {
    transition: scale 0.3s ease-in-out;
    text-decoration: none;
}

a,
button,
.cis-board-loc,
.next-part,
.prev-part {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* .snap-scroll {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;
}

.snap-item {
    scroll-snap-align: start;
    height: 100vh;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
} */

.cone {
    position: absolute;
    left: 0;
    top: 100vh;
    z-index: 9999;
    height: 100vh;
    width: 100vw;
    scroll-snap-align: start;
}

.animate {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.animate.visible {
    opacity: 1;
    transform: translateY(0);
}

.hidden {
    display: none !important;
    opacity: 0;
}

video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

video::-webkit-media-controls-panel {
    display: none !important;
}

video::-webkit-media-controls-play-button {
    display: none !important;
}

video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

.animate.removing {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 1s ease-in, transform 1s ease-in;
}


@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

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


.container-vatan {
    width: 80vw;
    margin: auto;
}
.shiny-text {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(90deg, #fff, #ffffffb3, #ffffff87, #ffffff40, #fff);
  background-size: 200% auto;
  -webkit-background-clip: text;
  color: transparent;
  opacity: 0;
  transform: translateX(-50px);
  animation: fadeInLeft 1.5s ease-out forwards, shine 5s infinite linear 1.5s;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes shine {
  0% { background-position: -100% center; }
  100% { background-position: 100% center; }
}

/* .vatanzarrin-hero {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 100;
    overflow: hidden;
    text-align: center;
} */
/* 
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
} */


.vatanzarrin-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(8, 14, 22, 0.93) 0%, rgba(8, 14, 22, 0.93) 100%);
    z-index: -1;
}


@keyframes zoomInOut {
    0% {
        background-size: 100%;
    }

    50% {
        background-size: 110%;
    }

    100% {
        background-size: 100%;
    }
}

.vatanzarrin-hero {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 100;
    animation: zoomOuth 10s ease-in-out infinite;
}

.container-horizontal.hor3 {
    width: 400vw;
}

.reels-grid.job {
    display: flex;
    flex-direction: column;
    margin-bottom:8rem;
}

@keyframes zoomOuth {
    from {
        background-size: 140%;
    }

    to {
        background-size: 100%;
    }
}

ul#company-list,
#region-list,
#category-list {
    padding-left: 0px;
}

@media (max-width: 768px) {
    .popup-content .close{
        top:44px !important;
        right:16px !important;
    }
    .h1insight {
        margin-bottom: 0px !important;
    }

    .business-card {
        width: 90.5vw !important;
    }
    .business-card-info {
        width: 90vw !important;
    }
    .bc-call-box_item p a{
        font-size:14px !important;
    }
    
    .bc-call-box_item{
        padding: 6px 0px !important;
}
.bc-call-box_item p img {
    max-width: 16px !important;
    max-height: 16px !important;
}
.bc-call-box {
    padding: 32px 23px 4px !important;
}
.footer-sep.bccard{
        bottom: -20px;
    top: auto;
}
    .job-card {
        width: 100% !important;
    }

    .tab.career {
        width: 95vw;
        margin: auto;
    }

    .career-search-form {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .header.career {
        margin-top: 0px;
    }

    /*	div#director-popup, #ceo-read-more-mr-vatan, #founders-read-more-mr-zarrin, #founders-read-more-mr-vatan, #popup-read-more-values, #popup-read-more-purpose, #popup-read-more-social, #popup-read-more-env  {*/
    /*    margin-top: 12vh;*/
    /*}*/
    .popup-content {
        min-height: auto;
    }

    .vatanzarrin-hero {
        animation: none;
    }

    button.director {
        font-size: 12px !important;
    }

    button.director i {
        margin-left: 1px !important;
        border: 1px solid;
        padding: 3px 4px !important;
        border-radius: 32px;
        font-size: 8px !important;
        position: relative;
        z-index: 1;
    }
}

.vatan-lang-popup a {
    color: #fff;
    opacity: 0.5;
}

.vatan-lang-popup::before {
    border-radius: 16px 0px 0px 16px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: rgb(13, 18, 23);
    background: linear-gradient(45deg, rgba(13, 18, 23, 1) 0%, rgba(192, 160, 51, 1) 35%, rgba(79, 70, 33, 1) 80%, rgba(13, 18, 23, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.vatan-lang-popup {
    opacity: 0;
    visibility: hidden;
    display: flex;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: absolute;
    bottom: 32px;
    left: 0;
    background: white;
    border-radius: 16px 0px 0px 16px;
    background: rgba(8, 14, 22, 0.35);
    backdrop-filter: blur(12px);
    padding: 24px 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    gap: 10px;
    flex-direction: column;
    white-space: nowrap;
    z-index: 10;
}

.vatan-lang-popup.down {
    top: 40px;
    bottom: auto;
}

.vatan-lang-popup a:first-child {
    opacity: 1;
}

.vatan-lang:hover .vatan-lang-popup {
    opacity: 1;
    visibility: visible;
}

.vatanzarrin-hero-textbox {
    width: 60%;
    text-align: center;

}

.vatanzarrin-hero-textbox .vatan-title {
    font-size: 115px;
    font-weight: 700;
    /*background: linear-gradient(90deg, #FFF 0%, #080E16 112.28%);*/
    /*background-clip: text;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*opacity: 0;*/
    /*transform: translateY(50px);*/
    /*animation: slideUp 1s ease-out 0.3s forwards;*/
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);

    }

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

    }
}

@keyframes slideleft {
    from {
        opacity: 0;
        transform: translateX(-50px);

    }

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

    }
}

@keyframes slideright {
    from {
        opacity: 0;
        transform: translateX(50px);

    }

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

    }
}

@keyframes slideUpSearch {
    from {
        visibility: hidden;
        transform: translateY(50px);

    }

    to {
        visibility: visible;
        transform: translateY(0);

    }
}

/***** menu dot *****/
.home-header {
    position: fixed;
    width: 96px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(7.5px);
    left: 0;
    z-index: 99;
    display: flex;
    opacity: 1;
    transition: all 1s ease;
    flex-direction: column;
}

.logo-container {
    perspective: 1000px;
    opacity: 1;
    visibility: visible;
    height: 130px;
    transition: opacity 0.5s ease;
}

.activeleft,
.activeright {
    transition: all 2s ease-in-out;
}

.logo-container.active {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.logoanimate {
    padding: 24px 8px;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: rotateLogo 5s infinite linear;
}

@keyframes rotateLogo {
    from {
        transform: rotateY(360deg);
    }

    to {
        transform: rotateY(0deg);
    }
}

div.asl_w .probox .promagnifier .innericon svg {
    display: none !important;
}

.vatan-hero-footer-box.menu-home.active {
    color: #fff;
}

.close-menu {
    position: absolute !important;
    top: 5%;
    right: 2%;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.5s ease, visibility 0.5s esae;
}

.close-menu.active {
    visibility: visible;
    opacity: 1;
}

.logo-menu {
    position: absolute !important;
    top: 5%;
    left: 2%;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.logo-menu.active {
    visibility: visible;
    opacity: 1;
}

.vatan-hero-footer-box.menu-home {

    position: absolute !important;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    display: none;
    cursor: pointer;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out, display 1s ease;
}

.vatan-hero-footer-box.menu-home.active {
    visibility: visible;
    opacity: 1;
    display: flex;
    transition: opacity 0.5s ease 1s, visibility 0s linear 1s;
}


.home-header-menu-btn.hidden {
    opacity: 0;
    visibility: hidden;
}

img.logo-menu {
    width: 100%;
    max-width: 6%;
}


.home-headers {
    display: none;
    width: 100vw;
    height: 100vh;
    top: 0;
    background-image: url(./assets/images/menu-back.webp);
    background-size: cover;
    background-position: center;
    z-index: -10;
    position: fixed;
    display: none;
    opacity: 0;
    visibility: hidden;
    display: none;
    transform: translateY(-20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out, visibility 0s linear 0.8s;
}

.home-headers.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 9999;
    display: block;
}


.home-headers.open::before {
    backdrop-filter: blur(4px);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0f1b2dec;
}

.home-header.open>* {
    position: relative;
    z-index: 2;
}

.menu-dot {}

.menu-dot::before {
    background: #D4AF37;
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    left: 50%;
    margin: 0 -8px;
    position: absolute;
    top: 10px;
    transform: scale(.625);
    transition: transform .5s cubic-bezier(0.5, 0, 0.2, 1);
    width: 16px;
}

.chapter-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50vh;
    margin: auto;
    --chapter-before-height: 50vh;
    position: relative;
    transition: margin-left 2s ease;
    margin-left: 50%;
}

.chapter-menu.op {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50vh;
    margin: auto;
    --chapter-before-height: 50vh;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    transition: margin-left 2s ease;
    margin-left: 50%;

}


.chapter-menu.chap1::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: var(--chapter-before-height);
    margin-top: 16px;
    transition: transform 1s ease;
    background: linear-gradient(180deg, #e2ca7a00 0%, #e2ca7a00 10%, #e2ca7aba 20%, #e2ca7aba 30%, #e2ca7a 40%, #e2ca7a 50%, #e2ca7a 60%, #D4AF37 70%, #D4AF37 80%, #D4AF37 90%, #e2ca7a00 100%);
}

.chapter-menu.chap2::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: var(--chapter-before-height);
    margin-top: 16px;
    transition: transform 1s ease;
    background: linear-gradient(180deg, #e2ca7a00 0%, #e2ca7a 10%, #e2ca7a00 15%, #e2ca7a00 25%, #e2ca7a 40%, #e2ca7a 50%, #e2ca7a 60%, #D4AF37 70%, #D4AF37 80%, #D4AF37 90%, #e2ca7a00 100%);
}

.chapter-menu.chap3::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: var(--chapter-before-height);
    margin-top: 16px;
    transition: transform 1s ease;
    background: linear-gradient(180deg,
            rgba(226, 202, 122, 0) 0%,
            /* کاملاً شفاف در ابتدا */
            rgba(226, 202, 122, 1) 10%,
            /* شروع رنگ اصلی */
            rgba(226, 202, 122, 1) 20%,
            /* حفظ رنگ */
            rgba(226, 202, 122, 0) 35%,
            /* کاملاً شفاف -> کات */
            rgba(226, 202, 122, 0) 50%,
            /* بخش کاملاً شفاف */
            rgba(226, 202, 122, 1) 65%,
            /* رنگ برمی‌گردد */
            rgba(212, 175, 55, 1) 75%,
            /* تغییر به طلایی */
            rgba(212, 175, 55, 1) 85%,
            /* ادامه رنگ طلایی */
            rgba(226, 202, 122, 0) 100%
            /* در انتها شفاف می‌شود */
        );
}


.chapter-menu.chap4::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: var(--chapter-before-height);
    margin-top: 16px;
    transition: transform 1s ease;
    background: linear-gradient(180deg, #e2ca7a00 0%, #e2ca7a 10%, #e2ca7a 20%, #e2ca7a 30%, #e2ca7a 40%, #e2ca7a00 55%, #e2ca7a00 65%, #D4AF37 70%, #D4AF37 80%, #D4AF37 90%, #e2ca7a00 100%);
}

.chapter-menu.chap5::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: var(--chapter-before-height);
    margin-top: 16px;
    transition: transform 1s ease;
    background: linear-gradient(180deg, #e2ca7a00 0%, #e2ca7a 10%, #e2ca7a 20%, #e2ca7a 30%, #e2ca7a 40%, #e2ca7a 50%, #e2ca7a 60%, #e2ca7a00 78%, #e2ca7a00 85%, #D4AF37 90%, #e2ca7a00 100%);
}

.chapter-menu.chap6::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: var(--chapter-before-height);
    margin-top: 16px;
    transition: transform 1s ease;
    background: linear-gradient(180deg, #e2ca7a00 0%, #D4AF37 10%, #e2ca7aba 20%, #e2ca7aba 30%, #e2ca7a 40%, #e2ca7a 50%, #e2ca7a 60%, #D4AF37 70%, #D4AF37 80%, #e2ca7a00 90%, #e2ca7a00 100%);
}

.chapter-menu-item {
    position: relative;
    cursor: pointer;
}

.menu-label-box {

    flex-direction: column;
    padding: 12px 32px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    position: absolute;
    top: 100%;
    left: 4vw;
    transform: translateY(-30%);
    opacity: 0;
    white-space: nowrap;
    border-radius: 8px 24px 8px 8px;
    background-image: url(./assets/images/a1.png);
    background-size: cover;
    backdrop-filter: blur(75px);
    color: white;
    transition: opacity 2s ease, width 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
    ;
    z-index: -10;
    display: flex;
    visibility: hidden;
    width: 250px;
    height: auto;
    overflow: hidden;
}

.menu-label-box.menu-label-boxes {

    flex-direction: column;
    padding: 12px 32px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    position: absolute;
    top: 100%;
    left: 4vw;
    /*transform: translateY(-30%);*/
    opacity: 0;
    white-space: nowrap;
    border-radius: 8px 24px 8px 8px;
    background-image: url(./assets/images/menu-back.png);
    background-size: cover;
    backdrop-filter: blur(75px);
    color: white;
    transition: opacity 2s ease, width 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
    ;
    z-index: -10;
    display: flex;
    visibility: hidden;
    width: 250px;
    height: auto;
    overflow: hidden;
}

.menu-label-box.hover {
    opacity: 1;
    width: 250px;
    z-index: 9999;
    visibility: visible;
    padding: 12px 32px;
}

.menu-label-box.activeleft {
    background: none;
    backdrop-filter: none;
    opacity: 1;
    visibility: visible;
    left: -11vw;
    align-items: flex-end;
    transform: translateY(-10px);
    z-index: 999;
    width: 156px !important;
    padding: 12px 32px;

}

.menu-label-box.activeright {
    background: none;
    backdrop-filter: none;
    opacity: 1;
    visibility: visible;
    left: 0;
    align-items: flex-start;
    transform: translateY(-10px);
    z-index: 999;
    width: auto !important;
    padding: 12px 32px;

}

.menu-dot.active::before {
    transform: scale(0.7);

    box-shadow: 0 0 10px 5px rgba(212, 175, 55, 0.5);
}


.menu-label-box .menu-chapter {
    color: #d4af36 !important;
    text-shadow: 0px 2px 10px rgba(212, 175, 55, 0.65);
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

}



.chapter-menu-item .menu-dot:hover+.menu-label-box,
.chapter-menu-item:hover .menu-label-box {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
    width: 250px;
    padding: 12px 32px;
}


.chapter-menu-item:hover .menu-label-box {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
    display: flex;
}

.home-header-menu-btn {
    position: absolute;
    top: 51%;

    right: 0;
    letter-spacing: 2.4px;
    transform: rotate(-90deg);
    color: #fff;
}

/* div#chapter2,
#chapter5 {
    position: relative;
} */

.menu-dot::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    background: transparent;
    transform: translate(-50%, -50%);
}

#ceo-read-more-mr-vatan {
    z-index: 1200 !important;

}

/* part manager */
.part-manager {
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 999;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 32px;
}

.part-manager a:hover {
    scale: none;
}

.next-chapter a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: #fff;
}

.next-chpater-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #D4AF37;
}

.next-chpater-txt h6 {
    font-size: 16px;
    font-weight: 700;
}

.next-chpater-txt span {
    font-size: 14px;
    letter-spacing: 1.7px;
}

.prev-chapter a {
    display: flex;
    align-items: center;
    color: #fff;
}

.prev-chapter a>span {
    margin-left: -12px;
}

.scrolled-right {
    transform: translateX(-100vw);
}

.scrolled-left {
    transform: translateX(100vw);
}

/******** slider *****/
.swiper {
    display: none !important;
    width: 100%;
    height: 100%;
}

.swiper.active {
    display: block !important;

}

.swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
}
img.reel-img-arc {
    width: 100%;
    aspect-ratio: 9/16;
    object-fit: cover;
    height: 510px;
    max-height: 100%;
    max-width: 100%;
}
.swiper-slide img {
    max-width: 400px;
    width:100%;
    max-height: 50%;
    object-fit: contain;
}


.swiper-pagination {
    bottom: 0px !important;
}
.brand-summery-img{
        border-radius: 0 32px 0px 0px;
    overflow: hidden;
    width: 360px;
    height: 230px;
    object-fit: cover;
}

.swiper-pagination-bullet {
    background: #616468 !important;
    box-shadow: 0px 0px 10px 2px #616468 !important;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
    box-shadow: 0px 0px 10px 3px #fff !important
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px !important;
}

/* hero */
.vatanzarrin-hero-textbox .vatan-text {
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    opacity: 0;
    font-size: 20px;
    animation: slideUp 1s ease-out 0.5s forwards;

}

.menu-dot {

    background-color: black;
    border-radius: 50%;

}

.vatan-hero-search {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 280px;
}

.vatan-hero-search>input[type="text"] {
    opacity: 0.5;
}

.vatan-hero-search span {
    opacity: 0.5;
    font-size: 16px;

}

.vatanzarrin-hero-footer {
    margin-top: auto;
    position: absolute;
    bottom: 0;

}

.vatan-start {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vatan-start span {
    color: #D4AF37;
    font-size: 20px;
    text-shadow: 0px 2px 10px rgba(212, 175, 55, 0.65);
    margin-bottom: -16px;
    opacity: 0;
    animation: slideUp 1s ease-out 0.8s forwards;
}

/* .vatan-start a {
    background: #d4af37;
    padding: 8px 9px;
    border-radius: 30px;
    box-shadow: 0px 0px 28px #D4AF37;
    font-size: 16px;
    opacity: 0;
    animation: slideUp 1s ease-out 0.8s forwards;
    transition: scale 0.3s ease-in-out;

} */

.vatan-start a:hover {
    scale: 1.2;
}

.vatan-hero-footer-box {
    display: flex;
    justify-content: space-between;
    width: 100vw;
    align-items: center;
    padding: 40px 60px;
    padding-top: 24px;
    visibility: hidden;
    animation: slideUpSearch 1s ease-out 0.9s forwards;
}

.vatan-hero-footer-box .vatan-hero-menu ul {
    display: flex;
    gap: 24px;
    list-style: none;
}

.vatan-hero-footer-box .vatan-hero-menu ul li a {
    color: #fff;
    transition: color 0.3s ease-in-out;
    font-size: 20px;

}

.vatan-hero-footer-box .vatan-hero-menu ul li a:hover {
    color: #d4af37;
}

.vataz-hero-search {
    display: flex;
    align-items: center;
    gap: 12px;
}

.search-box {
    height: 410px;
    width: 460px;
    position: absolute;
    bottom: 20%;
    right: 50%;
    transform: translateX(50%);
    background: rgba(8, 14, 22, 0.35);
    box-shadow: 0px 40px 40px 8px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(12px);
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
    padding: 1px;
    border-radius: 24px 0px 0px 16px;
    border: 0.5px solid #FFF;
    overflow: hidden;

}

.vatan-hero-search:hover+.search-box {
    opacity: 1;
    display: block;
}

.vatan-hero-search span {
    opacity: 0.5;
    font-size: 16px;
    font-weight: normal;
}

.vatan-hero-social {
    display: flex;
    gap: 16px;
    align-items: center;
}

.vatan-hero-social a:hover svg path {
    fill: #d4af37;
}

.vatan-lang {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 20px;
    margin-left: 16px;
}

.vatan-lang i {
    margin-left: 4px;
}

/* right menu */
.vatan-header {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(7.5px);
    width: 7%;
    height: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;
}


.mobile-menu {
    display: none;
}

/* chapter one */
.vatan-chapterone {
    display: flex;
    overflow: hidden;
    background-attachment: fixed;
}

/* .fixed-header {
    position: fixed;
    top: 24px;
    left: 50%;
    z-index: 10;
    font-size: 0.9rem;
    color: white;
    transform: translateX(-50%);
} */


.horizontal-scroll {
    display: flex;
    height: 100%;
    width: 200vw;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

.founders-qr {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vatan-chapterone-back {
    flex: 0 0 100vw;
    background-image: url(./assets/images/back-blogs.png);
    height: 100vh;
    width: 100vw;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 9;
}

/*.vatan-chapterone-back::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #080e16f0;*/
/*    z-index: 1;*/
/*}*/
.separator.insight {
    margin: 60px 0px;
}

.vatan-chapterone-back::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #080e16e6 4.26%, rgb(8 14 22 / 34%) 27.34%, rgba(8, 14, 22, 0.099) 54.42%, rgba(255, 255, 255, 0) 100%);
    z-index: 8;
}

.vatan-chapterone-first {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.vatan-chapterone-first-img {
    right: 0;
    bottom: 0;
    animation: zoomOut 2s ease-out forwards;
    position: absolute;
    z-index: 999;
    max-width: 70vw;
    max-height: 100%;
    width: 50vw;
    height: auto;
    object-fit: cover;
    z-index: 7;
}

.chapterone-title {
    color: #fff;
    z-index: 9;
    padding-top: 20px;
    /* opacity: 0; */
    animation: slideUp 1s ease-out 0.8s forwards;
}

.chpaterone-text {
    color: #fff;
    z-index: 9;
    width: 40vw;
    align-self: flex-start;
    margin: auto 0;
    background: radial-gradient(50% 50% at 50% 50%,
            #10356d 0%,
            #10356dcc 15%,
            #10356d99 35%,
            #10356d66 55%,
            #10356d33 75%,
            rgba(16, 53, 109, 0) 90%,
            rgba(0, 0, 0, 0) 100%);

}

.chpaterone-text h1 {
    background: linear-gradient(90deg, #FFF 0%, #080E16 78.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 54px;
    padding: 12px 0px;

}

.chpaterone-text h4 {
    font-size: 32px;
    padding-bottom: 12px;

}

.chpaterone-text p {
    font-size: 16px;
    line-height: 34px;
    text-align: justify;

}

.chpaterone-text>.separator {
    height: 1px;
    background: linear-gradient(90deg, #FFF 0%, rgba(236, 219, 166, 0.00) 100%);
    margin: 12px 0px;

}

.next-vatan {
    z-index: 8;
    border-radius: 36px;
    padding: 0px;
    display: flex;
    position: absolute;
}

.next-vatan i,
.next-vatan-two i {
    color: #D4AF37;
    border: 1px solid #D4AF37;
    border-radius: 30px;
    font-size: 18px;
    box-shadow: 0px 0px 28px #D4AF37;
    padding: 9px;
    margin-bottom: 20px;
}

/* chapter one part 2 */
.chpaterone-text-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 52px;
    z-index: 9;
    margin: auto;

}

.chpaterone-text-two .accordion-box {
    width: 50%;
    color: #fff;
    background: radial-gradient(circle, #10356d 0%, #10356dcc 10%, #10356d80 20%, #10356d40 30%, #10356d00 40%, rgba(16, 53, 109, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background-position: top;
    display: flex;
    align-items: stretch;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
}


.chapter-one-img-two {}

.accordion-item {}

.accordion-item:last-child {
    border-bottom: none;
}

#accordion-image {
    width: 100%;
    height: auto;
    max-width: 500px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.values::before {
    content: "•";
    position: relative;
    left: -8px;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    top: 4px;
}

.director-des {
    display: flex;
    flex-direction: column;
}

li.values {
    line-height: 32px;
    position: relative;
    color: #fff;
}

.popup-content li.values {
    text-align: left;
}

.ul-value {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
li.no-comments {
    border-radius: 16px 0px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(7.5px);
    padding: 16px 0px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    margin-top: 36px;
}
ul.accordion-content-list {
    padding-left: 16px;
}

.accordion-header {
    width: 100%;
    color: rgb(255, 255, 255);
    padding-left: 0px;
    text-align: left;
    border: none;
    cursor: pointer;
    outline: none;
    background: none;
    font-size: 30px;
    font-family: inherit;
    font-weight: 200;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 50px;
}

.accordion-header svg {
    transition: transform 1s ease, fill 0.8s ease;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.5s ease;
}


.accordion-content p {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}

.accordion-item.active>.accordion-header {
    font-weight: 700;
}

.accordion-item.active .accordion-content {
    max-height: 300px;
}

.separator {
    height: 1px;
    background: linear-gradient(90deg, #FFF 0%, rgba(236, 219, 166, 0.00) 100%);
    margin: 16px 0px;

}

.separator-form {
    height: 1px;
    background: linear-gradient(90deg, #FFF 0%, rgba(236, 219, 166, 0.00) 100%);
    margin: 16px 0px;
    opacity: 0;
    animation: slideUp 1.5s ease-out 2.5s forwards;

}

.separator-form.active {
    background: linear-gradient(-90deg, rgba(236, 219, 166, 0.00) 0%, #D4AF37 100%);
}

.separator-gold {
    height: 1px;
    background: linear-gradient(-90deg, rgba(236, 219, 166, 0.00) 0%, #D4AF37 100%);
    transform: translateY(10px);
    opacity: 1;
    margin-top: 4px;
    width: 100px;
}

button.read-more {
    background: none;
    box-shadow: none;
    border: none;
    color: #d4af36;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-shadow: 0px 2px 10px rgba(212, 175, 55, 0.65);
    margin-bottom: 24px;
}

button.read-more i {
    margin-left: 16px;
    border: 2px solid;
    padding: 4px 6px;
    border-radius: 32px;
    font-size: 12px;
}

/* popup */
.popup-content.ceo {
    justify-content: flex-start;
}

.orig::placeholder {
    font-size: 12px !important;
    /* کاهش سایز */
    color: #888;
    /* تغییر رنگ در صورت نیاز */
    opacity: 1;
    /* شفافیت کامل */
}

/* برای برخی مرورگرهای قدیمی */
.orig::-webkit-input-placeholder {
    font-size: 12px !important;
}

.orig:-moz-placeholder {
    font-size: 12px !important;
}

.orig::-moz-placeholder {
    font-size: 12px !important;
}

.orig:-ms-input-placeholder {
    font-size: 12px !important;
}


.popup-content::-webkit-scrollbar {
    width: 11px;
}

.popup-content::-webkit-scrollbar-track {
    background: #A6A8AD;

}

.popup-content::-webkit-scrollbar-thumb {
    background: #203658;
    border: 2px solid #A6A8AD;
}

.popup-content::-webkit-scrollbar-thumb:hover {
    background: #203658;
}

.popup {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: -100%;
    width: 33%;
    max-width: 500px;
    height: 100%;
    border-radius: 48px 0px 0px 16px;
    background: rgba(8, 14, 22, 0.35);
    box-shadow: 0px 40px 40px 8px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(12px);
    z-index: 1001;
    transition: visibility 0s linear 0.8s, opacity 1.3s ease, right 2s ease;
}

.popup-call {
    align-items: center;
    flex-direction: column;
    gap: 8px;
}

.founders-popup-info-call {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: space-between;

}

.founder-sep {
    height: 1px;
    width: 100%;
    margin: 16px auto;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2091430322128851) 9%, rgba(255, 255, 255, 0.3884147408963585) 17%, rgba(255, 255, 255, 0.6433167016806722) 23%, rgba(255, 255, 255, 0.7721682422969187) 32%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.8898153011204482) 59%, rgba(255, 255, 255, 0.6909357492997199) 72%, rgba(255, 255, 255, 0.5592830882352942) 82%, rgba(255, 255, 255, 0.321187850140056) 87%, rgba(255, 255, 255, 0) 100%);
}


.call-box-founder p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.share-icons.founders-follow {
    gap: 24px;
}

.founders-popup-info {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 24px;

}

.call-box-founder {
    width: 100%;
    letter-spacing: 1.12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.call-box-founder img {
    filter: invert(80%) sepia(100%) saturate(0%) brightness(200%);
    padding-bottom: 8px;

}

.founders-follow a img {
    filter: invert(80%) sepia(100%) saturate(0%) brightness(200%);
}

.popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow-y: scroll;
    height: 100dvh;
    scrollbar-width: thin;
    scrollbar-color: #203658 transparent;
    padding: 60px 32px 32px;
}

.popup-content::-webkit-scrollbar-track {
    background: #A6A8AD;
}

#popup-read-more-env .popup-content,
popup-read-more-values .popup-content,
#popup-read-more-social .popup-content,
popup-read-more-purpose .popup-content {
    justify-content: flex-start;
}

img.quote-down {
    justify-self: flex-end;
}

.founders-popup-img {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.founders-popup-img p {
    margin-top: 10px;
}

.founders-popup-img img {
    width: 192px;
    height: 192px;
    border-radius: 500px;
    box-shadow: 0px 36px 42px -20px rgba(0, 73, 190, 0.60);
}

/*p#popup-email-wrapper, p#popup-phone-wrapper {*/
/*    display: flex !important;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*}*/
.founders-popup-img h4 {
    margin-top: 16px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.chone-popup h5 {
    margin-top: 16px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.chone-popup {

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.founders-popup-des p,
.founders-popup-img p {

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.founders-popup-info-social {
    display: flex;
    flex-direction: column;
    gap: 16px;

}

.popup::before {
    border-radius: 48px 0px 0px 16px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: rgb(13, 18, 23);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.674) 0%, rgba(192, 160, 51, 1) 35%, rgba(79, 70, 33, 1) 80%,
            rgba(255, 255, 255, 0.674));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.popup.open {
    visibility: visible;
    text-align: center;
    color: #fff;
    opacity: 1;
    right: 0;
    transition: visibility 0s linear 0s, opacity 1.3s ease, right 1.3s ease;
}

/* .popup-content::-webkit-scrollbar {
    width: 8px; 
    height: 100vh; 
    position: absolute;
    right: -8px; 
} */

.overlay {
    visibility: hidden;
    /* به‌طور پیش‌فرض پنهان */
    opacity: 0;
    /* شفافیت صفر */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 14, 22, 0.65);
    backdrop-filter: blur(12px);

    transition: opacity 0.8s ease, visibility 0s linear 0.8s;
}

.overlay.open {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.8s ease, visibility 0s linear 0s;

}

.popup-content .close {
    top: 10px;
    right: 15px;
        align-self: flex-end;
    cursor: pointer;
    height: 24px;
    transition: color 0.3s ease;
    width: 24px;
}

.popup-content .close:hover {
    color: #D4AF37;
}

.prev-chapter.ch6 {
    margin-right: 32px;
}

.body-no-scroll {
    overflow: hidden;
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;

}

/* chapter 3 */
.vatan-chapterthree {
    display: flex;
    height: 100vh;
    width: 100vw;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -1;
    object-fit: contain;
}

.vatan-timeline-item h3 {
    border: none;
    background: transparent;
    backdrop-filter: blur(12px);
    cursor: pointer;
    color: #fff;
    padding: 8px 16px;
}

.vatan-timeline-item h3::before {
    border-radius: 8px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.5px;
    background: rgb(13, 18, 23);
    background: linear-gradient(227deg, rgb(13 18 23) 3%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 80%, rgba(13, 18, 23, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.video-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(8, 14, 22, 0.50) 0%, rgba(8, 14, 22, 0.50) 100%), linear-gradient(180deg, rgba(8, 14, 22, 0.00) 0%, rgba(8, 14, 22, 0.70) 100%);
    z-index: 0;
}


.vatan-chapterthree-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    z-index: 99;
    gap:32px;
    margin-left: 10rem;
}

button.brand-button {
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
}

button.founders.mobile {
    display: none;
}

li.active button.brand-button {
    font-weight: 700;
}

.chpaterthree-title {
    opacity: 0;
    padding-top: 20px;
    /* animation: slideUp 1s ease-out 0.8s forwards; */

}

.chapterthree-text {
    width: 70%;
    margin-right: auto;
    position: sticky;
    left: 0;
}

.chapterthree-text h1 {
    background: linear-gradient(90deg, #FFF 0%, #080E16 128.87%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
}

.chapterthree-text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    text-align: justify;
}

.chapterthree-timeline {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vatan-timeline-wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.vatan-timeline {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
    gap: 60px;
    width: 100%;

    bottom: 10px;
    left: 0;
    overflow-x: scroll;
}

.scroll-left,
.scroll-right {
    position: fixed;
    top: 40%;
    cursor: pointer;
    z-index: 10;
}

img.scroll-next-3 {
    rotate: 180deg;
}

.scroll-left {
    right: 8%;
    opacity: 0;
}

.scroll-right {
    right: 5%;
}

.vatan-timeline::before {
    background: linear-gradient(90deg, #e2ca7a00 0%, #ffffff 30%, #ffffff 70%, #e2ca7a00 100%);
    content: "";
    display: block;
    position: absolute;
    width: 320%;
    height: 1px;
    top: 34%;
}

.vatan-timeline-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    text-align: left;
    min-width: 200px;
}

.vatan-timeline-bullet {
    position: absolute;
    width: 12px;
    left: 4%;
    top: 28%;

    height: 12px;
    background-color: white;
    border: 4px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.65)) drop-shadow(0px 0px 16px rgba(255, 255, 255, 0.65)) drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.65)) drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.65));
}

.vatan-timeline-content {
    margin-top: 20px;
    /* فاصله متن از نقطه */
}

.vatan-timeline h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-left: 4px;
    margin-bottom: 8px;
    padding: 8px 16px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(7.5px);
}

.vatan-timeline-content p {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 24px;
}

img.qr-founders {
    align-self: center;
}

.gold-sep {
    height: 1px;
    width: 100%;
    margin-top: 8px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0) 17%, rgba(212, 175, 55, 0.47524947478991597) 23%, rgba(212, 175, 55, 0.6601234243697479) 32%, rgba(212, 175, 55, 1) 50%, rgba(212, 175, 55, 0.7329525560224089) 59%, rgba(212, 175, 55, 0.5004595588235294) 72%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
}

/* comment */
p.logged-in-as a {
    color: #fff;

}

p.logged-in-as {
    color: #fff;

    line-height: 24px;
    margin-top: 12px;
}

.vatan-single-post-comment form {
    color: #fff;

}

.vatan-single-post-comment h3 {
    font-size: 1.2rem;
    color: #fff;
}

.bussines-card a {
    color: var(--Third-Color, #D4AF37);
    text-shadow: 0px 2px 10px rgba(212, 175, 55, 0.65);

}

/* chpater 2 */
.vatan-chaptertwo-back {
    background-image: url(./assets/images/five-back.webp);
    height: 100vh;
    width: 100%;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    animation: zoomOuth 2s ease-out forwards;
}

.vatan-chaptertwo-back::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #080e16f0;
    z-index: 1;
}

.founder-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, #080e16a6 4.26%, rgba(8, 14, 22, 0.209) 27.34%, rgba(8, 14, 22, 0.099) 54.42%, rgba(255, 255, 255, 0) 100%);
    z-index: 3;
}

.founder-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, #080E16 4.26%, rgba(8, 14, 22, 0.209) 27.34%, rgba(8, 14, 22, 0.099) 54.42%, rgba(255, 255, 255, 0) 100%);
    z-index: 3;
}

.vatan-chaptertwo-first {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.chapter-title {
    text-align: center;
    color: #fff;
    z-index: 1;
    padding-top: 20px;
    font-size: 14px;
}

.chapter-title-abs {
    text-align: center;
    color: #fff;
    z-index: 1;
    letter-spacing: 2.1px;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
}

.vatan-chapterfour-back-brands,
.vatan-chapterfour-first,
.vatan-chapterfive-back {
    position: relative;
}

.chaptertwo-title {
    color: #fff;
    z-index: 1;
    padding-top: 20px;
    font-size: 14px;
    /* opacity: 0;
    /* animation: slideUp 1s ease-out 0.8s forwards; */

}

.chpatertwo-text {
    color: #fff;
    z-index: 1;
    align-self: center;

}

a.read-more:hover {
    scale: 1;
}

.chpatertwo-text h1 {
    background: linear-gradient(90deg, #FFF 0%, #080E16 124.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 54px;
    padding: 12px 0px;
}

.founder {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: auto;
}

.founder-box {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 60px;
    margin-top: 40px;
}

.founder-person {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, #10356d 0%, #10356dcc 15%, #10356d54 35%, #10356d00 55%, #10356d00 75%, rgba(16, 53, 109, 0) 90%, rgba(0, 0, 0, 0) 100%);
    z-index: 3;

    /* animation: slideUp 2s ease-out 2.5s forwards; */
}

.founder-img {
    height: 65vh;
    position: relative;
    z-index: 1;
}

.founder-title {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    z-index: 1;
}


button.founders {
    background: none;
    box-shadow: none;
    border: none;
    color: #d4af36;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-shadow: 0px 2px 10px rgba(212, 175, 55, 0.65);
    margin: 12px 0;
    position: relative;
    z-index: 1;
    padding: 0px;
}

button.founders i {
    margin-left: 16px;
    border: 2px solid;
    padding: 4px 6px;
    border-radius: 32px;
    font-size: 12px;
    position: relative;
    z-index: 1;
}

.founder-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.next-vatan-two {
    z-index: 3;
    opacity: 0;
    /* animation: slideUp 1.5s ease-out 4s forwards; */
    border-radius: 36px;
    padding: 0px;
    display: flex;
    position: absolute;
    bottom: 30px;
}

/******** chapter 4 ********/

.vatan-chapterfour-back {
    background-image: url(./assets/images/Chapter-27.webp);
    width: 100%;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    flex: 0 0 100vw;
    height: 100vh;
    position: relative;
    /* animation: zoomOut 2s ease-out forwards; */
}

.vatan-chapterfour-back-brands::after {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 75%), rgb(0 0 0 / 81%));
    z-index: 8;

}

.vatan-chapterfour-back-brands {
    flex: 0 0 100vw;
    height: 100vh;
    position: relative;
    background-size: cover;
}

.vatan-chapterfour-back-brands .vatan-chapterfour {
    display: flex;
    height: 100vh;
    width: 100vw;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden;
}

.vatan-chapterfour-first {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 99;
}

.vatan-chapterfour-first-img {
    padding-left: 80px;
    max-height: 100%;
    height: auto;
    object-fit: cover;
    z-index: 7;
    margin-top: 5rem;
}


@keyframes zoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

.chapterfour-title {
    color: #fff;
    z-index: 9;
    padding-top: 20px;
    opacity: 0;
    animation: slideUp 1.3s ease-out 0.8s forwards;
}

.chpaterfour-text {
    color: #fff;
    z-index: 9;
    width: 40vw;
    background: radial-gradient(50% 50% at 50% 50%,
            #10356d 0%,
            #10356dcc 15%,
            #10356d99 35%,
            #10356d66 55%,
            #10356d33 75%,
            rgba(16, 53, 109, 0) 90%,
            rgba(0, 0, 0, 0) 100%);
    background-position: 0 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    opacity: 0;
    animation: slideUp 2.5s ease-out 2s forwards;

}

.chpaterfour-text h1 {
    background: linear-gradient(90deg, #FFF 0%, #080E16 122.13%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 54px;
    padding: 12px 0px;
    opacity: 0;
    animation: slideUp 1.5s ease-out 1.5s forwards;
    position: absolute;
    width: 100vw;
    top: -100px;
}


.chpaterfour-text p {
    font-size: 16px;
    line-height: 34px;
    opacity: 0;
    animation: slideUp 1.5s ease-out 2s forwards;
    text-align: justify;
}

.chpaterfour-text-two {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
}

.chpaterfour-text-two p {
    color: #fff;
    z-index: 9;
    width: 45%;
    align-self: flex-start;
    opacity: 0;
    animation: slideUp 2s ease-out 3s forwards;
    line-height: 32px;

}

.separator-four {
    height: 1px;
    background: linear-gradient(90deg, #FFF 0%, rgba(236, 219, 166, 0.00) 100%);
    margin: 20px 0px 0px;
    opacity: 0;
    animation: slideUp 1.5s ease-out 2.5s forwards;
}

/******* chapter 4 part 2 *******/
.chpaterfour-brands {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
    width: 90%;
}

.chpaterfour-brands::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 3%;
    width: 1000px;
    height: 500px;
    background: radial-gradient(50% 50% at 50% 50%,
            #10356d9c 0%,
            #10356d86 15%,
            #10356d63 35%,
            #10356d56 55%,
            #10356d1f 75%,
            rgba(16, 53, 109, 0) 90%,
            rgba(0, 0, 0, 0) 100%);
    background-size: 50%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    animation: slideleft 1s ease-out 1.3s forwards;
}

.vatan-chapterfour-back-brands {
    background-image: url(./assets/images/FeminineCare.webp);
    height: 100vh;
    width: 100%;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
}

.vatan-chapterfour-back-brands::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 20, 33, 0.93);
    z-index: 1;
}

.vatan-chapterfour-back-brands::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 72%), rgb(0 0 0 / 74%));
    z-index: 8;
}


.chpaterfour-brands-menu {
    width: 50%;
    opacity: 0;
    animation: slideUp 1.5s ease-out 2s forwards;
    margin-left: 10%;
}

.left-brand-separator {
    height: 1.5px;
    width: 72px;
    opacity: 0.9;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    display: none;
    opacity: 0;
    animation: slideleft 0.5s ease-out 0.2s forwards;
    position: absolute;
    left: -84px;
    bottom: 4px;
    transform: translateX(-50px);
}

.chpaterfour-brands-menu ul li:active .left-brand-separator {
    display: block;

}

.chpaterfour-brands-menu ul li.active a {
    font-weight: bold;
    animation: bounce-scale 0.6s ease-in-out forwards;
}

.chpaterfour-brands-menu ul li.active .left-brand-separator {
    display: block;
    opacity: 1;
}

.chpaterfour-brands-slider {
    width: 50%;
    opacity: 0;
    animation: slideUp 1.5s ease-out 2s forwards;
    display: flex;
    align-self: end;
    height: 44vh;
}


.chpaterfour-brands-menu ul li {
    margin: 20px 0px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}


.chpaterfour-brands-menu ul li a {
    color: #fff;
    display: inline-block;
    transform-origin: left center;
    font-weight: 300;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), font-weight 0.5s ease-in-out;


}

.chpaterfour-brands-menu ul li a:hover {
    scale: 1;
}

@keyframes bounce-scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

button {
    background: none;
    border: 0;
}

/****** chapter 5 ******/
#chapterfive-parttwo{
        background-image: url(./assets/images/chapter5-rd.webp);
    height: 100vh;
    width: 100%;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 100vw;
}
.vatan-chapterfive-back {
    background-image: url(./assets/images/chapter-5bddd.webp);
    height: 100vh;
    width: 100%;
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 100vw;
}


.vatan-chapterfive {
    display: flex;
    height: 100vh;
    width: 100vw;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden;
}

/*#chapterfive-parttwo::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(12, 20, 33, 0.93);*/
/*    z-index: 1;*/
/*}*/

/*.vatan-chapterfive-back.first::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(0deg, #080E16 4.26%, rgba(8, 14, 22, 0.209) 27.34%, rgba(8, 14, 22, 0.099) 54.42%, rgba(255, 255, 255, 0) 100%);*/
/*    z-index: 8;*/
/*}*/

.chapterfive-ceo-text {
    z-index: 9;
    position: relative;
}

.vatan-chapterfive-first {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.vatan-chapterfive-first-img {
    right: 0;
    bottom: 0;
    animation: zoomOut 2s ease-out forwards;
    position: absolute;
    z-index: 999;
    max-width: 40%;
    max-height: 100%;
    width: 40%;
    height: auto;
    object-fit: cover;
    opacity: 1;

    z-index: 7;
    background: radial-gradient(50% 50% at 50% 50%,
            #10356d 0%,
            #10356dcc 15%,
            #10356d99 35%,
            #10356d66 55%,
            #10356d33 75%,
            rgba(16, 53, 109, 0) 90%,
            rgba(0, 0, 0, 0) 100%);
}

.chapterfive-title {
    color: #fff;
    z-index: 9;
    padding-top: 20px;
    opacity: 0;
    animation: slideUp 1s ease-out 0.8s forwards;
    position: absolute;
    top: 24px;
}

.chpaterfive-text {
    color: #fff;
    width: 40vw;
    align-self: flex-start;

}


.chpaterfive-text>img {
    margin-top: 60px;
    z-index: 9;
    position: relative;
}

.chpaterfive-text h1 {
    position: relative;
    z-index: 9;
    background: linear-gradient(90deg, #FFF 0%, #080E16 122.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 54px;
    padding: 12px 0px;
}

.chpaterfive-text h4 {
    font-size: 32px;
    margin-top: 32px;
    padding-bottom: 8px;
}

.chpaterfive-text p {
    font-size: 16px;
    line-height: 34px;
    width: 35vw;
    position: relative;
    z-index: 9;
    text-align: justify;
}

.vatan-chaptersix-back-env::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(12 20 33 / 25%);
    z-index: 1;
}

button.ceo {
    background: none;
    box-shadow: none;
    border: none;
    color: #d4af36;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-shadow: 0px 2px 10px rgba(212, 175, 55, 0.65);
    position: relative;
    z-index: 1;
}

button.ceo i {
    margin-left: 16px;
    border: 2px solid;
    padding: 4px 6px;
    border-radius: 32px;
    font-size: 12px;
    position: relative;
    z-index: 1;
}

/*** chapter 5 part 2 ***/
.vatan-chapterfive-cis {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9;
    position: relative;
    justify-content: flex-start;
    height: 100vh;
    margin-top: 48px;
}

.chpaterfive-cis-map {
    height: 48vh;
    margin-top: 32px;
    position: relative;
    width: 100%;

}

.chpaterfive-cis-map img {
    max-width: 100%;
    max-height: 100%;
}

.cis-board {
    position: absolute;
    left: 0;
    bottom: 12%;
    color: #fff;
}

.director-middle.hidden {
    opacity: 0;
    transition: opacity 1s ease, display 1s ease;
}

.cis-board-loc {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 16px;
    opacity: 0.5;
    font-weight: 300;
    transition: opacity 1s ease;
}

.cis-board-loc .person {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.cis-board-loc.active .person {
    opacity: 1;
}

.cis-board-loc>span {
    font-size: 16px;
    font-weight: 400;
}

.cis-board-loc_line {
    width: 130%;
    padding-top: 8px;
    position: relative;
}

.cis-board-loc_line span {
    opacity: 1;
    position: absolute;
    right: -45%;
    bottom: 10px;
    transform: translate(-50%, 11px);
    font-size: 10px;
}


#middle-east-circle,
#africa-circle,
#europe-circle {
    position: absolute;
    right: 20%;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 7px 1px rgb(255 255 255);
}

#africa-circle {
    left: 30%;
}

#europe-circle {
    right: 4%;
}

.cis-board-loc_line_gradiant {
    height: 1px;
    background: linear-gradient(-90deg, rgba(236, 219, 166, 0.00) 0%, #FFF 100%);
}

.director-middle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    opacity: 1;
}

#north-africa-content>.swiper-wrapper {
    justify-content: center;
}

.director-middle.africa,
.director-middle.europe {
    justify-content: center;
}

.director-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.swiper-wrapper .swiper-slide:first-child {
    align-self: flex-start;
}


.director-img {
    background: url(./assets/images/dir-back.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55%;
    background-position: bottom;
    max-width: 164px;
    max-height: 150px;
    overflow: hidden;

}

.director-img img {
    max-width: 90%;
    max-height: 90%;
    filter: grayscale(1);
    transition: filter 1s ease;

}

.director-cart:hover .director-img img {
    filter: none;
}

.director-name {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

button.director {
    background: none;
    margin-top: 8px;
    box-shadow: none;
    border: none;
    color: #d4af36;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    z-index: 1;
    opacity: 0;
    animation: slideUp 1.5s ease-in-out 0.5s forwards;
}

button.director i {
    margin-left: 8px;
    border: 1px solid;
    padding: 4px 6px;
    border-radius: 32px;
    font-size: 8px;
    position: relative;
    z-index: 1;
}

.next-director {
    margin-top: auto;
}


.cis-board-loc.active {
    opacity: 1;
    font-weight: 700;
}

#middle-east-content {
    position: relative;
    overflow-x: hidden;
}

.director-middle-wrapper {
    width: 80vw;
}

.swiper {
    width: 100%;
}

.swiper-wrapper {
    width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute !important;
    top: 8% !important;
    z-index: 10 !important;

}

.swiper-button-prev {
    left: 93% !important;
}

.swiper-button-next {
    right: -50px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 8px !important;
    color: white;
    border: 1px solid;
    padding: 7px 9px;
    border-radius: 30px;
}

/****** chapter 6 ******/

.chpatersix-brands {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 3;

}

.chpatersix-brands::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 3%;
    width: 1000px;
    height: 500px;
    background: radial-gradient(50% 50% at 50% 50%,
            #10356d9c 0%,
            #10356d86 15%,
            #10356d63 35%,
            #10356d56 55%,
            #10356d1f 75%,
            rgba(16, 53, 109, 0) 90%,
            rgba(0, 0, 0, 0) 100%);
    background-size: 50%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    animation: slideleft 1s ease-out 1.3s forwards;
}

.vatan-chaptersix-back-brands {
    background-image: url(./assets/images/IMG_3023.JPG);
    height: 100vh;
    width: 100%;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    animation: zoomOutBackground 8s ease-in-out infinite alternate;
}

@keyframes zoomOutBackground {
    0% {
        background-size: 105%;
    }

    100% {
        background-size: 100%;
    }
}


.vatan-chaptersix-back-brands::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(12 20 33 / 89%);
    z-index: 1;
}

.vatan-chaptersix-first {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100dvh;
    width: 90vw;
    margin-left: auto;
}

.chpatersix {
    display: flex;
    z-index: 9;
    color: #fff;
    /* position: relative; */
    align-items: center;
    justify-content: space-between;
}

.chpatersix-social-left {
    width: 45vw;
    display: flex;
    flex-direction: column;
    opacity: 0;
    animation: slideUp 1.5s ease-out 2s forwards;
    z-index: 9;
    margin-bottom: auto;
    margin-top: 4%;
}

.chpatersix-social-left.env {
    width: 45vw;
    display: flex;
    flex-direction: column;
    opacity: 0;
    animation: slideUp 1.5s ease-out 2s forwards;
    z-index: 9;
    margin-bottom: auto;
    margin-top: 8%;
}


.soc-title {
    opacity: 0;
    animation: slideUp 1.5s ease-out 2s forwards;

    text-align: center;
    position: absolute;
    letter-spacing: 40px;
    display: flex;
    align-items: center;
    transform: translateY(-55%);
    z-index: 10;
}

.enviroment-title {
    position: absolute;
    transform: translateY(-55%);
    z-index: 10;
    opacity: 0;
    animation: slideUp 1.5s ease-out 2s forwards;
}

.soc {
    width:45vw;
}


.social-des {
    width: 80%;

}

.social-des::before {
    content: "";
    position: absolute;
    top: 10%;
    left: -15%;
    width: 1000px;
    height: 500px;
    background: radial-gradient(50% 50% at 50% 50%, #10356d9c 0%, #10356d86 15%, #10356d63 35%, #10356d56 55%, #10356d1f 75%, rgba(16, 53, 109, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background-size: 50%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    animation: slideleft 1s ease-out 1.3s forwards;
}

.social-des h1 {
    background: linear-gradient(90deg, #FFF 0%, #080E16 160.08%);
    background-clip: text;
    font-size: 54px;
    font-weight: 800;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.social-des p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 16px;
    width: 85%;
}

.chaptersix-social.mobile {
    display: none;
}

button.chaptersix-social {
    background: none;
    box-shadow: none;
    border: none;
    color: #d4af36;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-shadow: 0px 2px 10px rgba(212, 175, 55, 0.65);
    position: relative;
    z-index: 1;
    opacity: 0;
    animation: slideUp 2s ease-in-out 2.5s forwards;
}

button.chaptersix-social i {
    margin-left: 16px;
    border: 1px solid;
    padding: 5px 7px;
    border-radius: 32px;
    font-size: 10px;
    position: relative;
    z-index: 1;
}

.slidenum {
    position: absolute;
    bottom: 10%;
    left: 12%;
    display: flex;
    gap: 36px;
    align-items: end;
    padding-left: 72px;
    z-index: 99;
    cursor: pointer;
    transition: gap 0.3s ease;
    opacity: 0;
    animation: slideUp 1.5s ease-out 2s forwards;
}


/* 
.num-one svg,
.num-two svg {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.num-one svg.active,
.num-two svg.active {
    opacity: 1;
    visibility: visible;
}

.num-one svg.inactive,
.num-two svg.inactive {
    opacity: 0;
    visibility: hidden;


}

.num-one,
.num-two {
    display: flex;
    flex-direction: row;
    align-items: end;
    transition: all 2s ease;
}



.num-one.reverse,
.num-two.reverse {
    flex-direction: row-reverse;
} */
/* استایل برای اعداد */
/* استایل اعداد */
.num-one span,
.num-two span {
    cursor: pointer;
    scale: 1;
    line-height: 1;
    transition: scale 0.3s ease, color 0.3s ease;
}

.num-one,
.num-two {
    width: 50%;
}

.num-one:not(.active) span,
.num-two:not(.active) span {
    font-size: 80px;
    /* عدد کوچک‌تر برای حالت غیرفعال */
    color: #555;
    /* رنگ خاکستری برای عدد غیرفعال */
}

/* استایل اسلایدها */
.vatan-chaptersix-back-brands,
.vatan-chaptersix-back-env {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.vatan-chaptersix-back-brands.active,
.vatan-chaptersix-back-env.active {
    display: block;
    opacity: 1;
}

/* اعداد */
.slideone-num-one,
.slideone-num-two {
    cursor: pointer;
    font-size: 80px;

    transition: font-size 0.3s ease, color 0.3s ease;
}

.slideone-num-one.active,
.slideone-num-two.active {
    scale: 1.4 !important;
}

/* اسلایدها */
.vatan-chaptersix-back-brands,
.vatan-chaptersix-back-env {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.vatan-chaptersix-back-brands.active,
.vatan-chaptersix-back-env.active {
    display: block;
    opacity: 1;

}

.slideone-num-one {
    font-weight: bold;

    display: inline-block;
    background: linear-gradient(to top, #b9b9b947 30%, #ffffffd1 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: system-ui;

}

.slideone-num-two {
    font-weight: bold;

    display: inline-block;
    background: linear-gradient(to top, #b9b9b947 30%, #ffffffd1 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: system-ui;
}


.slidenum::before {
    content: '';
    height: 2px;
    width: 80px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    opacity: 1;
    animation: slideleft 0.5s ease-out 0.2s forwards;
    position: absolute;
    left: -5%;
    bottom: 3%;
    z-index: 99;
}

/* .left-slidenum-separator {
    height: 2px;
    width: 80px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    opacity: 1;
    animation: slideleft 0.5s ease-out 0.2s forwards;
    position: absolute;
    left: 11%;
    bottom: 10%;
    z-index: 99;
} */

.chaptersix-title {
    position: fixed;
}



.social-right-des p {
    font-size: 16px;
    line-height: 30px;
}

.chpatersix-social-right {
    width: 45vw;
    border-radius: 240px 0px 0px 0px;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(14.399999618530273px);
    opacity: 0;
    animation: slideUp 1.5s ease-out 2s forwards;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

.chpatersix-social-right-box {
    height: 70vh;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding: 32px 32px 14vh 32px;
}

.ial {
    background-image: url(./assets/images/IMG_30233.webp);
    position: relative;
    font-weight: bold;
    color: transparent;
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    opacity: 0.7 !important;
    font-size: 14vw;
    font-weight: 900;
}




.vatan-chaptersix-back-env {

    background-image: url(./assets/images/666.webp);

    height: 100vh;
    width: 100%;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.soc-title.mobile > .soc, .enviroment-title.mobile > .envir{
    opacity: 0.35;
}


.enviroment-title {
width:90vw;
    text-align: center;
    letter-spacing: 24px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    z-index: 10;
}

.Envir {
width:45vw;
}
#career-results.loading {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}
.read-more.arc{
    animation:none;
    opacity:1;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{
    max-height:50px;
}
#career-results.loaded {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}


.onment {
    background-image: url(assets/images/666.webp);
    position: relative;
    font-weight: bold;
    color: transparent;
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    opacity: 1 !important;
    font-size: 0.6em;
    font-weight: 900;
    margin-bottom: 8px;
    width:45vw;
    text-align:left;
    font-size:8vw;
}

/****** contact us ******/
body.page-id-49 a.back-button {
    display: none;
}

.contact-us-back {
    background-image: url(./assets/images/fac3e9649eb9033afd5b5269fa774990.jpeg);
    height: 90vh;
    width: 100%;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-direction: column;
    padding: 32px 50px;
    background-size: cover;
}

.contact-us-back::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #080E16 4.26%, rgb(8 14 22 / 53%) 27.34%, rgb(8 14 22 / 63%) 54.42%, rgb(113 113 113 / 0%) 100%);
    z-index: 1;
}

.back-home {
    align-self: flex-start;
}


button.back-home-btn {
    background: none;
    box-shadow: none;
    border: none;
    color: #d4af36;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-shadow: 0px 2px 10px rgba(212, 175, 55, 0.65);
    position: relative;
    z-index: 1;
    opacity: 0;
    animation: slideUp 2s ease-in-out 2.5s forwards;
}

button.back-home-btn i {
    margin-right: 16px;
    border: 2px solid;
    padding: 4px 6px;
    border-radius: 32px;
    font-size: 12px;
    position: relative;
    z-index: 1;
}

.contact-box {
    border-radius: 120px 0px 0px 0px;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(14.399999618530273px);
    z-index: 1;
    padding: 70px 100px;
    display: flex;
    gap: 100px;
    width: 70vw;
}
.cb-left {
    margin-top: 78px;
}
.cb-left ul{
    display:flex;
    flex-direction:column;
    gap:12px
}
img.map {
    border-radius: 20px;
    margin-top: 78px;
}
.contact-footer{
    position:fixed;
}
li.cb-left-item { 
    display: flex;
    gap: 16px;
    color: #fff;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-decoration:none;
}
.cb-left-item:last-child {
    align-items: flex-start;
    
}
.cb-left-item:last-child svg{
    width:52px;
    
}
.contact-box-left {
    width: 50%;
}

.contact-box-left h1 {
    background: linear-gradient(90deg, #FFF 7.75%, #080E16 161.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 120px;
}

.contact-box-left p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    color: #fff;
}

.contact-box-right {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 50%;
}

.contact-box-right h4 {
    font-size: 30px;
}

.contact-form {
    margin-top: 20px;
}

.form-group {
    margin: 28px 0px 0px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input,
textarea {
    width: 100%;
    padding: 0px;
    border-radius: 4px;
    font-size: 14px;
    background: none;
    border: 0px;
    color: #Fff;
}


input:focus,
textarea:focus {
    border: none;
    outline: none;
}

button.submit-button {
    background: none;
    box-shadow: none;
    border: none;
    color: #D4AF37;
    margin-top: 20px;
    padding: 0px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align:left;
}
.comment-author {
    display: flex;
    align-items: center;
    gap: 8px;
}
.comment-author span {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
span.comment-time {
    color: #243D63;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.comment-content {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 24px 0px;
    margin-left:50px;
}
a.like-button, .dislike-button {
    display: flex;
    align-items: center;
    color: #Fff;
    gap: 4px;
}
.comment-likes {
    display: flex;
    gap: 16px;
        margin-left:50px;
}
.vatan-comment{
    position:relative;
}
a#toggle-comments {
    position: absolute;
    right: 0;
    top: 100px;
    color: #D4AF37;
    text-shadow: 0px 2px 10px rgba(212, 175, 55, 0.65);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.like-button svg path, .dislike-button svg path {
    stroke: #243D63; 
    fill: none;
    transition: all 0.3s ease;
}
.comment {
    margin-top: 54px;
}
.comment-list.hide{
    display:none;
}


.like-button svg.liked path, .dislike-button svg.liked path {
    stroke: #ffffff;
    fill: #243d63; 
}

span.like-count, .dislike-count {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
input::placeholder,
textarea::placeholder {
    color: #fff;
}


input:focus::placeholder,
textarea:focus::placeholder {
    color: #fff;
}

.contact-social {
    z-index: 2;
}

/***** blog *****/
.blog-header {
    position: relative;
    padding: 20px 0px;
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-top: 7rem;
}

.header .back-button {
    color: #febf47;
    text-decoration: none;

}

.header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    align-self: center;
    color: #fff;
    background: linear-gradient(90deg, #FFF 0%, #080E16 160.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tabs {

    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
    margin-top: 2rem;
}

.tab {
    border: none;
    background: transparent;
    backdrop-filter: blur(12px);
    cursor: pointer;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tab::before {
    border-radius: 8px 0px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: rgb(13, 18, 23);
    background: linear-gradient(45deg, rgba(13, 18, 23, 1) 0%, rgba(192, 160, 51, 1) 35%, rgba(79, 70, 33, 1) 80%, rgba(13, 18, 23, 1) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.tab.active {
    color: #000;
    border-radius: 8px 0px;
    background: linear-gradient(99deg, #D4AF37 13.37%, #E2CA7A 110.53%);
}

.blog-grid,
.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 36px;
    max-width: 1200px;
    margin: auto;
    position: relative;
    color: #fff;
    margin-bottom:8rem;
}

a.read-more.mobile {
    display: none;
}

.blog-card {
    border-radius: 10px;
    overflow: hidden;
}
.blog-card.po{
    width:33%;
}
.blog-card.po img{
        aspect-ratio: 1 / 1;

}
.blog-card img {
    width: 100%;
    height: auto;
    border-radius: 16px 0px;
    margin-bottom: 10px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.blog-card h2,
.blog-card h2 a {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #fff;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-card h3,
.event-card h3 a {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #fff;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.blog-card .read-more {*/
/*    color: #febf47;*/
/*    text-decoration: none;*/
/*    font-size: 0.8rem;*/
/*    font-weight: normal;*/
/*}*/

a.read-more {
    background: none;
    box-shadow: none;
    border: none;
    color: #d4af36;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-shadow: 0px 2px 10px rgba(212, 175, 55, 0.65);
    position: relative;
    z-index: 1;
    opacity: 0;
    animation: slideUp 2s ease-in-out 2.5s forwards;
}

a.read-more i {
    margin-left: 8px;
    border: 1px solid;
    padding: 3px 5px;
    border-radius: 32px;
    font-size: 10px;
    position: relative;
    z-index: 1;
}

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

}

.page-search::before {
    border-radius: 8px 0px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: rgb(13, 18, 23);
    background: linear-gradient(45deg, rgba(13, 18, 23, 1) 0%, rgba(192, 160, 51, 1) 35%, rgba(79, 70, 33, 1) 80%, rgba(13, 18, 23, 1) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}

.page-search {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 2px 12px;
    position: relative;
}

.page-search input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1rem;
    flex: 1;
    /* تنظیم ورودی برای پر کردن فضا */
}

.page-search input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.page-search i {
    color: #ffcc00;
    font-size: 1.2rem;
}

/* pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 3rem;
}

.page-number {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0px 12px;

}

.page-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.page-arrow i {
    font-size: 0.7rem;
}

.page-number.active {
    color: #D4AF37;
    border: none;
    font-weight: bold;
}

.page-arrow:hover,
.page-number:hover {
    color: #ffd700;
    border-color: #ffd700;
}

.page-arrow.next:hover {
    box-shadow: 0 0 10px #ffd700;
}

.page-arrow.prev:hover {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

.dots {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.2rem;
    cursor: default;
}

.vatan-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0px;
    align-self: center;
}

.vatan-list.archive {
    display: none;
}

.vatan-list .menu-item {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    transition: color 0.3s ease;
}

.vatan-list .menu-item:hover {

    scale: 1 !important;
}

.vatan-list .menu-item.active {
    font-weight: bold;
    /* وزن متن برای لینک فعال */
    color: #fff;
    /* رنگ روشن‌تر برای لینک فعال */
}

.blog-page {
    background-image: url(./assets/images/back-blogs.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    padding-bottom: 6rem;
    padding-top: 1rem;
    position: relative;
    height: 100%;
    min-height: 100vh;

}

.blog-page::before {
    content: "";
    position: absolute;
    top: 5%;
    left: -50%;
    width: 80%;
    max-width: 100%;
    height: 600px;
    max-height: 100vh;
    background: radial-gradient(50% 50% at 50% 50%,
            #10356d9c 0%,
            #10356d86 15%,
            #10356d63 35%,
            #10356d56 55%,
            #10356d1f 75%,
            rgba(16, 53, 109, 0) 90%,
            rgba(0, 0, 0, 0) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    animation: slideleft 1s ease-out 1.3s forwards;
}



.extra-gradient {
    content: "";
    position: absolute;
    top: 80%;
    left: 15%;
    width: 80%;
    max-width: 100%;
    height: 600px;
    max-height: 100vh;
    background: radial-gradient(50% 50% at 50% 50%, #10356d9c 0%, #10356d86 15%, #10356d63 35%, #10356d56 55%, #10356d1f 75%, rgba(16, 53, 109, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    animation: slideleft 1s ease-out 1.3s forwards;
}

.extra-gradient-archive {
    content: "";
    position: absolute;
    top: 80%;
    left: 30%;
    width: 80%;
    max-width: 100%;
    height: 600px;
    max-height: 100vh;
    background: radial-gradient(50% 50% at 50% 50%, #10356d9c 0%, #10356d86 15%, #10356d63 35%, #10356d56 55%, #10356d1f 75%, rgba(16, 53, 109, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    animation: slideleft 1s ease-out 1.3s forwards;
}

.extra-gradient.right {
    content: "";
    position: absolute;
    top: 60%;
    left: 20%;
    width: 80%;
    max-width: 100%;
    height: 600px;
    max-height: 100vh;
    background: radial-gradient(50% 50% at 50% 50%, #10356d9c 0%, #10356d86 15%, #10356d63 35%, #10356d56 55%, #10356d1f 75%, rgba(16, 53, 109, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    animation: slideleft 1s ease-out 1.3s forwards;
}

.extra-gradient.four {
    position: absolute;
    width: 60%;
    top: 70%;
    left: 0;
    height: 30%;
    background: rgb(41, 79, 116);
    background: radial-gradient(circle, rgba(41, 79, 116, 1) 0%, rgba(35, 70, 106, 0.9654455532212886) 9%, rgba(28, 59, 94, 0.8898153011204482) 17%, rgba(25, 54, 89, 0.7077424719887955) 23%, rgba(19, 44, 78, 0.4500393907563025) 32%, rgba(11, 32, 65, 0) 47%, rgba(13, 18, 23, 0) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 1;
}

.header.insight {
    margin-bottom: 36px;
}

.tabs.insight {
    margin-top: 0;
}

a.back-button {
    background: none;
    box-shadow: none;
    border: none;
    color: #d4af36;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-shadow: 0px 2px 10px rgba(212, 175, 55, 0.65);
    margin-bottom: 24px;
    position: absolute;
    margin-left:2px;
    top: 120px;

}

a.back-button:hover {
    scale: none;
}

.vatan-single-post-like a img {
    transition: fill 0.3s ease-in-out;
}

.vatan-single-post-like a.active img {
    filter: brightness(0) saturate(100%) invert(80%) sepia(50%) saturate(400%) hue-rotate(5deg);
}

.like-btn-reel.active {
    filter: brightness(0) saturate(100%) invert(80%) sepia(50%) saturate(400%) hue-rotate(5deg);
}

.background-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.container-vatan-four {
    width: 94vw;
    margin-left: auto;
}

.popup-content.pur {
    justify-content: start;
}

a.back-button i {
    margin-right: 8px;
    border: 1px solid;
    padding: 6px 7px;
    border-radius: 32px;
    font-size: 12px;
}

/* reels */
.reels-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 36px;
    max-width: 1100px;
    margin: auto;
    position: relative;
}

.reels-card {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
}

h3.reels-title {
    position: absolute;
    bottom: 7%;
    padding: 0px 12px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    z-index: 2;
}

span.reels-view {
    position: absolute;
    bottom: 3%;
    padding: 0 12px;
    font-size: 0.9rem;
    color: #fff;
    z-index: 2;
    font-weight: 400;
}

.reels-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 0px;
}

.reel-thumbnail {
    border-radius: 16px 0px;
    position: relative;
}

article.reel-card {
    position: relative;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
    background: none;
    border: none;
}

/* استایل برای مدال */
dialog#reelModal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 38vw;
    height: 67.5vw;
    max-width: 350px;
    max-height: 620px;
    border: none;
    background: none;
    display: none;
    /* پیش‌فرض مخفی */
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    z-index: 1002;
}

dialog#reelModal[open] {
    display: flex;
    overflow: visible;
}

/* ویدیو داخل مدال */
dialog#reelModal video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 0px;
}

.reel-thumbnail img {
    border-radius: 16px 0px;
    max-width: 100%;
}

/* دکمه بستن مدال */
.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: white;
    background: transparent;
    border: none;
    cursor: pointer;
}

/* وقتی مدال باز می‌شود، کل صفحه تار شود */
body.modal-open {
    overflow: hidden;
}

body.modal-open::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.7);
    z-index: 1001;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(8, 14, 22, 0.00) 0%, rgb(8 14 22 / 32%) 50%, rgb(8 14 22 / 68%) 100%);
    pointer-events: none;
    z-index: 1;
}

/**** single post ****/
.single-post {}

.vatan-single-post {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
    margin-top: 3rem;
}

.vatan-single-post-header {
    max-width: 750px;
    margin: auto;
}

.vatan-single-post-header h1 {
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
    margin-top: 1rem;
}

.vatan-single-post-icon {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 4px;
}

.vatan-single-post-image img {
    width: 90%;
    border-radius: 16px;
    margin-top: 50px !important;
    margin: auto;
}

.vatan-single-post-info {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    justify-content: center;
    margin-top: 24px;
    gap: 60px;
}

.vatan-single-post-info span i {
    margin-right: 5px;
}

.vatan-single-post-content {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    color: #fff;

}

.vatan-single-post-content h2 {
    margin-top: 20px;
    font-size: 1.4rem;
    color: #fff;
}

.single-post h4 {
    margin: 32px 0px 16px 0px;
}

.job-form h4 {
    color: #fff;
    margin-top: 100px;
    font-size: 20px;
    padding-bottom: 8px;
}

.job-form p {
    display: flex;
    flex-wrap: wrap;

}

span.wpcf7-form-control-wrap {
    width: 50%;
}
.news-first-ch{
    font-size: 30px !important;
font-style: normal;
font-weight: 700;
line-height: normal!important;
}
.form-item-job {
    width: 50% !important;
}
.news-exp{
    color:#fff;
    font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 34px; /* 170% */
}
.form-item-job.full {
    width: 100% !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.form-item-job.full {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 16px 0px;
    border: 1px dashed #ffffffb5;
    padding: 24px 0px;
    margin-top: 50px;
}

p.dragvatan {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    opacity: 0.5;
}

.wpcf7-form-control.wpcf7-file {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.custom-file-upload {
    border: none;
    background: transparent;
    backdrop-filter: blur(12px);
    cursor: pointer;
    color: #fff;
    padding: 0px 24px;
    margin: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    padding:16px 32px;
}

.vatan-single-post-icon.careervatan img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(85%) saturate(300%) hue-rotate(15deg) brightness(100%) contrast(100%);

}

.back-button.careervatan {
    top: 16%;
}

p.max-job {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: auto;
    margin-top: 32px;
    color: #D4AF37;
    text-shadow: 0px 2px 10px rgba(212, 175, 55, 0.65);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity:1;
}
form#commentform {
    display: flex;
    flex-wrap: wrap;
}
.form-group.blog {
    width: 49%;
}
.form-group.blog.full {
    width: 100%;
}
.custom-file-upload::before {
    border-radius: 8px 0px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: rgb(13, 18, 23);
    background: linear-gradient(45deg, rgba(13, 18, 23, 1) 0%, rgba(192, 160, 51, 1) 35%, rgba(79, 70, 33, 1) 80%, rgba(13, 18, 23, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

form.wpcf7-form.init {
    display: flex;
    flex-wrap: wrap;
}

.back-button.singlevatan,
.vatan-single-post .back-button {
    left: 64px;
}

.vatan-single-post-share-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vatan-single-post-like,
.vatan-single-post-share,
.share-icons {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 12px;
}

.vatan-single-post-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.share-icons i {
    font-size: 1.2rem;
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.share-icons i:hover {
    color: #ffcc00;
}

.vatan-single-post-comment h3 {
    font-size: 1.2rem;

}

.vatan-single-post-comment form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-header.modal {
    opacity: 0;
}

.vatan-single-post-comment input {
    width: 50%;
    background-color: transparent;
    color: #fff;
    display: inline;
}

.vatan-single-post-comment textarea {
    width: 100%;
    background-color: transparent;
    color: #fff;
}

.vatan-single-post-comment button {
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.2rem;
}


.vatan-single-post-separator {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50.5%, rgba(255, 255, 255, 0.00) 100%);
    margin: 24px 0px;
}

.vatan-single-post-comment form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px;
}

.form-group-single {
    width: 49%;

}

.form-group-single-textarea {
    width: 100%;
    margin-top: 16px;
}

.separator-gold-single-post {
    height: 1px;
    background: linear-gradient(-90deg, rgba(236, 219, 166, 0.00) 0%, #D4AF37 100%);
    margin: 6px 0px;
    opacity: 0;
    animation: slideUp 1.5s ease-out 2.5s forwards;
    width: 20%;
}

.vatan-single-post-comment-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin: 6rem 0 2rem;
}

.hide-comment {
    text-shadow: 0px 2px 10px rgba(212, 175, 55, 0.65);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #d4af36;
}

.vatan-single-post-related {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin-top: 8rem;
}

.vatan-single-post-related h4 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;

}

.director-img.europe {
    width: 65%;
}

.related-posts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.related-posts>.blog-card {
    width: 32%;
}

.single-post {
    background-image: url(./assets/images/back-blogs.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -2;
    padding-bottom: 1rem;
    padding-top: 1rem;

}

.vatan-single-post-footer {
    position: relative;
}

.single-post::before {
    content: "";
    position: absolute;
    top: 5%;
    left: -50%;
    width: 80%;
    max-width: 100%;
    height: 600px;
    max-height: 100vh;
    background: radial-gradient(50% 50% at 50% 50%, #10356d9c 0%, #10356d86 15%, #10356d63 35%, #10356d56 55%, #10356d1f 75%, rgba(16, 53, 109, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    animation: slideleft 1s ease-out 1.3s forwards;
}

.extra-gradient-single-post {
    content: "";
    position: absolute;
    top: 80%;
    left: 15%;
    width: 80%;
    max-width: 100%;
    height: 600px;
    max-height: 100vh;
    background: radial-gradient(50% 50% at 50% 50%, #10356d9c 0%, #10356d86 15%, #10356d63 35%, #10356d56 55%, #10356d1f 75%, rgba(16, 53, 109, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    animation: slideleft 1s ease-out 1.3s forwards;
}

.extra-gradient-single-post-footer {
    position: absolute;
    right: -15%;
    top: -25%;
    width: 100vw;
    height: 100vh;
    background: rgb(41, 79, 116);
    background: radial-gradient(circle, rgba(41, 79, 116, 1) 0%, rgba(35, 70, 106, 0.9654455532212886) 9%, rgba(28, 59, 94, 0.8898153011204482) 17%, rgba(25, 54, 89, 0.7077424719887955) 23%, rgba(19, 44, 78, 0.4500393907563025) 32%, rgba(11, 32, 65, 0) 47%, rgba(13, 18, 23, 0) 100%);
    background-size: 60%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 1;
}

/**** archive ****/
.archive-btm-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin: 2rem 0;
}

.tab-left {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
}

.tab-left h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-right: 2rem;
}
div#uploaded-file-container {
    border-radius: 16px 0px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(7.5px);
    padding: 24px 16px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    margin-top: 36px;
    justify-content: space-between;
    width: 100%;
}
.custom-file-upload > .wpcf7-form-control-wrap {
    display:none;
}
.send-cv {
    border-radius: 16px 0px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(7.5px);
    padding: 16px 0px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    margin-top: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
#uploaded-file-container > p {
    display: flex;
    align-items: center;
    gap: 16px;
}
.archive-blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 20px;
    padding: 20px 0px;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 2rem;

}

.archive-blog-grid>* {
    direction: ltr;
}

.large-card {
    grid-column: span 2;
    grid-row: span 3;
}

.large-card img {
    height: 100%;
    object-fit: cover;
}

.archive-blog-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    grid-column: span 2;
    justify-content: space-between;
    gap: 16px;
}

.archive-blog-card-title {
    display: flex;
    flex-direction: column;

}

.p2 {
    top: 0;
}

.archive-blog-card>img {
    height: 149px;
    margin-bottom: 0px;
}

.archive-blog-card-title>h2 {
    -webkit-line-clamp: 3;
}

.large-card {
    display: flex;
    flex-direction: column;
}

.large-card>h2 {
    padding-bottom: 10px;
    line-height: 28px;

}

.blog-archive,
.reels-archive,
.news-archive {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.reels-archive::before,
.blog-archive::before {
    content: "";
    position: absolute;
    top: 80%;
    left: 30%;
    width: 80%;
    max-width: 100%;
    height: 600px;
    max-height: 100vh;
    background: radial-gradient(50% 50% at 50% 50%, #10356d9c 0%, #10356d86 15%, #10356d63 35%, #10356d56 55%, #10356d1f 75%, rgba(16, 53, 109, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    animation: slideleft 1s ease-out 1.3s forwards;
}

img#accordion-image-mobile {
    display: none;
}

.reels-slider,
.blog-slider {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    margin: 32px 0px;
    margin-bottom: 56px;
}

.archive-news-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    padding: 20px 0px;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 2rem;


}
.newscard:nth-child(1) {
    grid-column: 1 / 2; 
    grid-row: 1 / 3; 
        height: 100%;
    display: flex;
    flex-direction: column;
}


.newscard:nth-child(2),
.newscard:nth-child(3) {
    grid-column: 2 / 3; 
}

.chpaterfive-cis-map {
    display: flex;
    justify-content: center;
}

.large-card-news {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.large-card-news h2 {
    -webkit-line-clamp: 5;
}

.large-card img {
    height: 100%;
    object-fit: cover;
}

.archive-news-card {
    grid-column: 2 / 3;
    display: grid;
    grid-template-rows: minmax(150px, auto) 1fr;

}

.next-vatan {
    display: none;
}

.archive-blog-card-title {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.archive-news-card-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.archive-news-card img {
    margin-bottom: 4px;
}

.vatan-next-chapter-mobile {
    display: none;
}

.form-item-job.fulls {
    width: 100%;
}

.comment-head {
    color: #fff;
    padding-top: 100px;
}

.inheader ul a {
    font-size: 20px;
}

.vatan-chapterfour-first.brands::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 72%), rgb(0 0 0 / 74%));
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .archive-news-grid .newscard:first-child .news-exp{
        display:none !important;
    }
    .news-exp{
        display:none;
    }
    img.reel-img-arc {

    height: 420px;

    }
    .blog-card.po{
        width:auto;
    }
    .job-link {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .popup.region.open {
        left: 32px !important;
    }

    .popup.company.open {
        left: 32px !important;
    }

    .popup.company.open {
        left: 32px !important;
    }

    .popup.category.open {
        left: 32px !important;

    }

    .job-link.ic {
        right: 0%;
        position: absolute;
    }

    .vatan-chapterfour-first-img {
        padding-left: 0;
    }

    .chpaterfour-img {
        display: flex;
        justify-content: center;
    }

    .separator-form {
        margin: 8px 0;
    }

    button.submit-button {
        font-size: 16px;
    }

    .vatan-chapterfive-cis {
        justify-content: flex-start;
        height: auto;
    }

    .director-img {
        max-width: 210px;
        max-height: 200px;
    }

    .title-control-reel {
        width: 85% !important;
        margin-right: auto;
    }

    .title-control-reel>h3,
    .title-control-reel>span {
        position: relative;
        padding-left: 0px;

    }

    .contact-box-right h4 {
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: normal !important;
    }

    .contact-form {
        margin-top: 0px !important;
    }

    dialog#reelModal {
        position: fixed;
        border-radius:0;
        width: 100vw;
        height: 100dvh;
        max-width: 100%;
        max-height: 100dvh;
        border: none;
        background: none;
        display: none;
        justify-content: center;
        align-items: center;
        border-radius: 0px;
        padding: 0;
        overflow: hidden;
        z-index: 1002;
    }


    .header h1 {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 52px;
        margin-top: 24px;
    }


    .separator.reels {
        margin-top: 10rem;
    }

    .reels-section {
        margin-top: 8rem;
        overflow: visible !important;
        height:30vh;
    }

    a.read-more.mobilein {
        display: none;
    }

    a.read-more.mobile {
        display: block;
        position: absolute;
        bottom: -12px;
        width: 100%;
        text-align: center;
    }

    .popup-content h2 {
        font-size: 18px;
    }

    .chone-popup {
        font-size: 14px;
    }

    a.read-more.reels {
        position: absolute;
        bottom: -82px;
    }

    a.read-more.blogs {
        bottom: -32px;
    }

    .reels-slider {
        overflow-x: clip;
    }

    .header {
        margin-top: 0;
    }

    .header.insight {
        margin-top: 0;
    }

    .home-headers {
        display: none;
    }

    .part-manager.ch6 {
        display: flex;
        bottom: 12px;
    }

    .vatan-chaptersix-back-brands::before {
        content: none;
    }

    ul.accordion-content-list {
        padding-left: 14px;
        font-size: 14px;
    }

    .vatan-chapter {
        overflow-x: hidden;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 50% !important;
    }

    .vatan-chapterfour-first.container-vatan {
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 12rem;
        height: auto;
        padding-bottom: 32px;
    }

    .vatan-chapterfour-first {}

    button.founders.mobile {
        display: flex;
    }

    #chapter-4 .background-video {
        object-position: center;
    }

    .container-vatan-four {
        width: 100vw;
    }

    img.close-menu.active {
        height: 24px;
        width: 24px;
    }

    img.logo-menu.active {
        width: 73.5px;
        height: 50px;
        object-fit: contain;
        margin-left: 25px;
    }

    .vatanzarrin-hero-footer {
        bottom: 50px;
    }

    .vatanzarrin-hero {
        background-image: url(./assets/images/hero-mobile-vatan.webp);
    }

    .director-middle-wrapper {
        width: 100vw;
    }

    .swiper-button-next {
        right: 10px !important;
    }

    .swiper-button-prev {
        left: 2% !important;
    }

    .director-img {
        width: 57%;
    }

    button.brand-button {
        font-size: 18px;
    }

    .part-manager {
        display: none;
    }

    .home-header {
        display: none;
    }

    .home-header.open>* {
        width: 8%;
    }

    img.logo-menu {
        width: 100% !important;
        max-width: 16% !important;
    }

    .vatanzarrin-hero-textbox .vatan-title {
        font-size: 38px;
    }

    .vatanzarrin-hero-textbox .vatan-text {
        font-size: 14px;
        line-height: 24px;
        text-justify: auto;

        margin-top: 1rem;
    }

    .vatan-start span {
        font-size: 16px;
    }

    #play-icon.active {
        display: none;
    }

    div#chapterone-partone {
        background-position: 62%;
    }

    .vatan-hero-footer-box {
        display: none;
    }

    .vatan-chapterfour {
        background-image: url(./assets/images/modern-urban-architecture-with-glass-facades-dramatic-sky_1127-88537\ 1\ \(4\).jpg);

    }

    .vatanzarrin-hero-textbox {
        width: 90%;
    }

    .vatan-chapter {
        position: relative;
    }


    .mobile-menu {
        padding: 0px 20px;
        display: flex !important;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        height: 8vh;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        background: transparent;
    }

    .trigger-point {

        width: 100%;
        height: 1px;
        background: transparent;
    }

    .mobile-menu.sticky {
        box-shadow: 0px 40px 40px 8px rgba(0, 0, 0, 0.16);
        backdrop-filter: blur(22px);
    }

    .mobile-menu_left {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .mobile-menu_right>.vatan-lang {
        font-size: 16px;
    }

    .reels-archive::before,
    .blog-archive::before {
        height: 300px;
        width: 70%;
    }

    .mobile-menu_left .search-mobile svg {
        width: 24px;
    }

    .mobile-menu_left a {
        color: #fff;
    }

    /**** chapter1 ****/
    .chpaterone-text h1 {
        font-size: 24px;
    }

    .chpaterone-text h4 {
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
    }

    .chpaterone-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .chapter-one-img-two-mobile {
        display: none;
    }

    .chpaterone-text {
        width: auto !important;
    }

    .accordion-header svg {
        transition: transform 1s ease, fill 0.8s ease;
        max-width: 24px;
        max-height: 24px;
    }

    .vatan-chapterone-first-img {
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 100vw;
        max-height: 100%;
        width: 100%;

    }

    .vatan-chapterone-back {
        height: 100dvh;
    }

    #chapterone-parttwo {
        z-index: 3;
        background-size: cover;
    }

    .p2 {
        top: 100% !important;
    }

    /*#chapterone-parttwo::before {*/
    /*    content: "";*/
    /*    position: fixed;*/
    /*    top: 100%;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    background-color: #080e16f0;*/
    /*    z-index: -1;*/
    /*}*/


    .chapter-title-abs.four {
        top: 90px;
    }

    .vatan-chapterfour-back {
        background-position: 68%;
    }

    .video-wrapper {
        overflow-y: scroll;
    }

    .vatan-chaptertwo-first {
        height: auto;
        margin-top: 3rem;
    }

    div#chapter-4,
    div#chapter-5 {
        overflow-y: scroll !important;
    }

    .chapter-title-abs {
        top: 10vh;
        transform: translateX(-50%) !important;
        animation: slideUp 1s ease-out 1.3s forwards;
        opacity: 0;
    }

    .vatan-chapterone-first.first {
        margin-top: 0rem;
    }


    .vatan-chapterone-first {
        padding: 7rem 0 0;
        height: auto;
    }

    .founder {
        margin-top: 2rem;
        width: 100%;
    }

    .inheader {
        display: none !important;
    }

    .vatan-chapterone {
        height: 100%;
    }

    .accordion-item.active>.accordion-header {
        font-size: 18px;
    }

    .accordion-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .accordion-header {
        padding: 0px;
        font-size: 18px;
        font-weight: 200;
    }

    div#chapter-3 {
        flex-direction: column;
    }

    .fixed-header {
        position: absolute;
        transform: translateX(-50%) !important;
        top: 5rem;
    }

    .chpaterone-text-two {
        flex-direction: column;
    }

    .chpaterone-text-two .accordion-box {
        width: 100%;
    }

    .vatan-single-post-info {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 12px;
        width: 80%;
        margin: auto;
        margin-top: 20px;
    }

    .vatan-single-post-share-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .vatan-single-post-icon {
        font-size: 12px;
    }

    .share-icons {
        gap: 20px;

    }

    span.hide-comment {
        position: absolute;
        bottom: 15px;
        right: 0px;
    }

    .vatan-single-post-comment {
        position: relative;
    }

    .vatan-single-post-comment h3 {
        font-size: 18px;
    }

    .form-group-single {
        width: 100%;
    }

    .vatan-single-post-share {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .vatan-single-post-header h1 {
        font-size: 18px;
        line-height: 30px;
        font-weight: 600;
    }

    .comment-head {
        padding-top: 8px;
    }
    .form-group.blog{
        width:100%;
    }
    .related-posts>.blog-card{
        width:auto;
    }
    a#toggle-comments {
    position: absolute;
    right: 0;
    color: #D4AF37;
    text-shadow: 0px 2px 10px rgba(212, 175, 55, 0.65);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    top: 10px;
    line-height: normal;

}

    .vatan-single-post-image img {
        margin-top: 24px !important;
    }

    .chapter-one-img-two-mobile {}

    .chpatertwo-text h1 {
        font-size: 1.8rem;
        margin-top: 2rem;
    }

    .founder-box {
        flex-direction: column;
        width: 100%;
    }

    .vatan-chaptertwo {
        display: flex;
        overflow-y: scroll;
    }

    .founder-title {
        font-size: 18px;
        order: 1;
        z-index: 5;
    }

    button.founders i {
        margin-left: 8px;
        border: 2px solid;
        padding: 5px 7px;
        border-radius: 32px;
        font-size: 10px;
        position: relative;
        z-index: 1;
    }

    .chpaterfour-text p,
    .chpaterfour-text-two p {
        font-size: 14px;
        line-height: 24px;
    }

    .founder-box::after {
        z-index: 2;
    }

    button.founders {
        font-size: 14px;
        z-index: 5;
    }

    .chaptertwo-title {
        margin-top: 4rem;
    }

    .founder-person {
        flex-direction: column-reverse;
        width: 100%;
    }

    .founder-img {

        order: 1;
    }

    /* chapter 3*/
    .background-video {
        object-fit: cover;
        left: 0;
        transform: translateY(-50%);
        min-width: 100%;
        min-height: 100%;
        object-position: 16%;
    }

    .chapterthree-text {
        width: 90%;

    }

    .chapterthree-text h1 {
        font-size: 1.7rem;
        line-height: 2.2rem;
    }

    .vatan-timeline {
        position: relative;
        overflow-x: scroll;
    }

    .vatan-chapterthree-content {
        margin-top: 18vh;
        margin-left: 2rem;
        height: auto;
    }

    .chpaterfive-cis-map {
        margin-top: 0px;
    }

    .scroll-left,
    .scroll-right {
        display: none !important;
    }

    .chapterthree-timeline {
        width: 200vw;
        margin-left: auto;
    }

    .vatan-timeline::before {
        top: 28%;
    }

    .vatan-timeline-bullet {
        top: 21%;
    }

    /* chapter 4 */
    .chpaterfour-brands::before {
        width: 60vw;
        height: 20vh;
    }

    .chpaterfour-text h1 {
        font-size: 24px;
        background: linear-gradient(90deg, #FFF 0%, #080E16 126.16%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        top: -50px;
    }

    .chpaterfour-text {
        width: 100%;
    }

    .chpaterfour-text-two {
        flex-direction: column;
        padding-bottom: 6rem;
    }

    .chpaterfour-text-two p {
        width: 100%;
    }

    .vatan-chapterfour-first-img {
        width: 100%;
        align-self: center;
        max-width: 80%;
    }

    #north-africa-content>.swiper-wrapper {
        justify-content: flex-start;
    }

    .mobile-menu.modal {
        z-index: 0;
    }

    .popup::before {
        border-radius: 0;
    }
    div#region-popup {
        top: 25%;
        max-height: 200px;
        background: rgb(8 14 22 / 81%);
    }
    div#company-popup{
                top: 50%;
        max-height: 200px;
        background: rgb(8 14 22 / 81%);
    }
    div#category-popup{
                        top: 72%;
        max-height: 200px;
        background: rgb(8 14 22 / 81%);
    }
    .chpaterfour-brands {
        flex-direction: column;
        align-items: flex-start;
        height: 70%;
        justify-content: space-between;
        align-items: center;
        margin-top: 8rem;
    }

    .chpaterfour-brands-menu {
        margin-left: 0;
    }

    .chpaterfour-brands-menu ul li {
        margin: 0px;
    }

    .chpaterfour-brands-menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        padding-left: 0px;
    }

    .right-brand-separator {
        height: 1.5px;
        width: 72px;
        opacity: 0.9;
        background: linear-gradient(-90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
        display: none;
        opacity: 0;
        animation: slideright 0.5s ease-out 0.2s forwards;
        position: absolute;
        right: -84px;
        bottom: 4px;
        transform: translateX(50px);
    }

    .chpaterfour-brands-menu ul li.active .right-brand-separator {
        display: block;
        opacity: 1;
    }

    .swiper-slide img {
        max-width: 60%;
        max-height: 100%;
    }

    .swiper-wrapper {
        height: 28vh !important;
    }

    .swiper-pagination {
        bottom: 0 !important;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .chpaterfour-brands-slider {
        width: 100%;
        height: auto;
        margin-bottom: 2rem;
    }

    .chpaterfour-brands-menu {
        width: 100%;
    }


    /* chapter 5 mobile */
    .chpaterfive-text p {
        width: 100%;
        line-height: 24px;
        font-size: 14px;
    }

    .chpaterfive-text {
        width: 100%;
    }

    .vatan-chaptersix-back-env {
        background-image: url(./assets/images/Chapter6env.webp);

    }

    .vatan-chaptersix-back-brands {
        background-image: url(./assets/images/modern-urban.webp);

    }

    .vatan-chapterfive-back::before {
        display: none;
    }

    .vatan-chapterfive-back {
        background-image: url(./assets/images/chapter-5bm.webp);
        height: 114vh;
    }
    .popup::before{
        content:none;
    }
    #ceo-read-more-mr-vatan{
        max-height:100% !important;
                height: 100% !important;
    }

    #accordion-image {
        display: none;
    }

    .accordion-item.active .accordion-content {
        max-height: 680px;
    }

    img#accordion-image-mobile {
        margin-top: 24px;
        display: block;
    }

    div#chapterfive-parttwo {

        padding-top: 8rem;
    }

    .founders.desk {
        display: none;
    }

    .chapterfive-ceo {
        display: flex;
        flex-direction: column;

    }

    .vatan-chapterfive-first {
        justify-content: space-between;
    }

    .vatan-chapterfive-first-img {
        position: relative;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: auto;
        align-self: flex-end;
    }
    .archive-section.news{
        margin-bottom:8rem;
    }

    .vatan-ceo-box {
        width: 100vw;
        display: flex;
        justify-content: flex-end;
        bottom: 0;
    }

    .vatan-chapterfive-back.first::after {
        content: none !important;
    }

    .chpaterfive-cis-map img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
    }

    .director-middle.africa {
        justify-content: flex-start;

    }

    .director-middle.europe {
        justify-content: center;

    }

    .director-img.europe {
        width: 65%;
    }

    .cis-board {
        left: 0;
        top: 35vh;
        z-index: 99;
    }

    .director-cart {
        width: 80%;
    }

    #middle-east-content {
        margin-top: 5rem;
        overflow: hidden;
    }

    div#europe-content {
        margin-top: 5rem;
        position: relative;
    }

    div#north-africa-content {
        margin-top: 5rem;
        position: relative;
    }

    .director-middle-wrapper {
        margin-top: 2rem;
    }

    .vatan-chapterfive-first {
        padding-top: 15vh;
    }

    .chpaterfive-text h1 {
        font-size: 24px;
        font-weight: 900;
    }

    .container-vatan {
        width: 90vw;
    }

    .chpaterfive-text img {
        margin-top: 1rem;
    }

    .chapterfive-ceo-text h4 {
        font-size: 18px;
    }

    button.ceo {
        font-size: 14px;
        padding: 0px;
    }

    button.ceo i {
        margin-left: 8px;
        border: 2px solid;
        padding: 3px 5px;
        border-radius: 32px;
        font-size: 10px;
        position: relative;
        z-index: 1;
    }

    .vatan-timeline::before {
        transform: translateX(0);
        width: 1000%;

    }

    /* chapter 6 */
    .social-des::before {
        content: "";
        position: absolute;
        left: -15%;
        width: 150px;
        height: 80px;
        background: radial-gradient(50% 50% at 50% 50%, #10356d9c 0%, #10356d86 15%, #10356d63 35%, #10356d56 55%, #10356d1f 75%, rgba(16, 53, 109, 0) 90%, rgba(0, 0, 0, 0) 100%);
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
        opacity: 0;
        animation: slideleft 1s ease-out 1.3s forwards;
    }

    .social-des {
        width: 90%;
        margin-top: 13vh;

    }

    .social-des h1 {
        font-size: 24px;
    }

    .social-des p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 8px;
        width: 100%;

    }

    .vatan-chaptersix-back-brands>.vatan-chaptersix-first {
        width: auto;
        margin-left: 0;
    }

    .vatan-chaptersix {
        height: 100dvh !important;
    }

    .chpatersix-social-left.env {
        width: 100%;
    }

    .chpatersix {
        flex-direction: column;
        width: 100%;
        height:100dvh;
    }

    .chpatersix-social-left {
        width: 90%;
        height: 33vh;
    }

    .chpatersix-social-right {
        width: 60%;
        align-self: flex-end;
        border-radius: 32px 0px 0px 0px;
        height: 57vh;
    }

    .social-right-des p {
        font-size: 14px;
        padding-right: 16px;
        line-height: 30px;
        position: absolute;
        top: 10vh;
        left: -60%;
    }

    .vatan-chaptersix-first.env {
        width: 100vw;
        margin-left: 12px;
    }

    .slidenum {
        left: 22px;
        gap: 16px !important;
    }

    .soc-title,
    .enviroment-title {
        display: none;
    }

    .soc-title.mobile {
        display: flex !important;
        position: absolute;
        top: 40%;
        font-size: 15vw;
        letter-spacing: 8.4px;
        left: 12px;
        transform: translateY(-56%);
        color: #fff;
        width:90%;
    }

    .chpatersix-social-left {
        margin-bottom: 0;
    }

    .enviroment-title.mobile {
        display: flex !important;
        position: absolute;
        top: 44%;
        font-size: 11vw;
        letter-spacing: 6px;
        color: #fff;
        left: 12px;
    }

    .onment {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .social-right-des.env p {
        left: -66%;
    }

    .ial {
        font-size: 12vw;
    }

    .chpatersix-social-right-box {
        width: 100%;
        height: 100%;
    }

    button.chaptersix-social {
        display: none;
    }

    button.chaptersix-social.mobile {
        display: block;
        margin-top: 8px;
    }

    .enviroment-title {
        font-size: 10vw;
        letter-spacing: 10px;
    }

    .slidenum::before {
        width: 40px;
    }

    .slidenum {
        gap: 20px;
        padding-left: 40px;
        bottom: 32px;
    }

    .num-one:not(.active) span,
    .num-two:not(.active) span {
        font-size: 50px;
    }

    .vatan-hero-footer-box.menu-home.active {
        display: none;
    }

    .container-horizontal {
        display: block !important;
        width: 100vw !important;
    }

    /* archive page */

    .blog-page {
        position: relative;
        z-index: 0;
        padding: 16px;
    }

    .back-button {
        display: none;

    }

    .archive-btm-header {
        flex-direction: column;
    }

    .search-container,
    .page-search {
        width: 100%;
    }

    .vatan-list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
        padding: 0;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        width: 100%;
        box-sizing: border-box;
        scroll-behavior: smooth;
        margin-bottom: 3rem;
    }

    .vatan-list::-webkit-scrollbar {
        display: none;
    }

    .menu-item {
        flex-shrink: 0;
        padding: 24px 0;
        padding-left: 8px;
        font-size: 14px;
        text-align: center;
        border-radius: 8px;
        text-decoration: none;
        color: #333;
        transition: background-color 0.3s ease;
    }

    .archive-section {
        position: relative;
    }

    .tab-right {
        position: absolute;
        width: 100%;
        bottom: 32%;
    }

    .tab-right.reel {
        bottom: -16%;
    }

    .tab-left {
        width: 100%;
    }

    .tab-left h4 {
        width: 50%;
        font-size: 18px;
    }

    .archive-blog-grid {
        display: flex;
        flex-direction: column;
    }

    .archive-blog-grid> :nth-child(n+3) {
        display: none;
    }

    .blog-card h2 {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }

    .archive-blog-card {
        flex-direction: column;
    }

    .large-card>h2 {
        padding-bottom: 0;
    }

    .reels-slider> :nth-child(n+3) {
        display: none;
    }

    .blog-slider {
        flex-direction: column;
    }

    .archive-news-grid {
        display: flex;
        flex-direction: column;
    }

    .news-archive {
        padding-bottom: 20px;
    }

    .horizontal-scroll {
        display: flex;
        height: 100%;
        width: 100vw;
        overflow-x: hidden;
        scroll-behavior: smooth;
        flex-direction: column;
    }

    .vatan-chaptertwo-back::before {
        display: none;
    }

    .vatan-chaptertwo-back::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(12, 20, 33, 0.93);
        z-index: 1;
    }

    .container {
        width: 100vw;
        flex-direction: column;
    }

    .snap-container {
        height: 100vh;
        /* ارتفاع تمام صفحه */
        overflow-y: scroll;
        /* اسکرول عمودی */
        scroll-snap-type: y mandatory;
        /* اسنپ اسکرول عمودی */
        scroll-behavior: smooth;
        /* اسکرول نرم */
    }

    /* آیتم‌های داخلی که اسنپ می‌شوند */
    .snap-item {
        scroll-snap-align: start;
        /* شروع اسنپ */
        height: auto;
        /* ارتفاع هر آیتم برابر با ارتفاع صفحه */
    }

    .next-vatan {
        position: relative;
        z-index: 10;
    }

    .next-vatan.mobile img {
        rotate: -90deg;
    }

    .vatan-scroll {
        overflow: auto;
        position: relative;
    }

    .vatan-chapterone {
        display: flex;
        overflow-y: scroll !important;
    }

    .vatan-chaptertwo {
        display: flex;
        overflow-y: scroll !important;
        flex-direction: column;
    }

    .vatan-chaptertwo-back {
        height: auto;
    }

    .next-vatan {
        display: none;
    }

    .vatan-next-chapter-mobile>.next-vatan {
        display: block;
    }

    .vatan-chaptertwo-back {
        background-image: url(./assets/images/Chapter2-mobile.jpg);

    }

    .popup {
        width: 100%;
        height: 100dvh;
        position: fixed !important;
    }

    .founder-img {
        height: 44vh;
        margin-bottom: 12px;
        width: 100%;
    }

    .founder-img img {
        margin: auto;
    }

    #chapter-1 .vatan-next-chapter-mobile {
        background-image: url(./assets/images/Chapter-263.png);
        z-index: 9;
        justify-content: space-between;
    }

    #chapter-3 .vatan-next-chapter-mobile {
        background-image: url(./assets/images/Chapter200.png);
    }

    #chapter-4 .vatan-next-chapter-mobile {
        background-image: url(./assets/images/Chapter55.png);
        z-index: 999;

    }

    #chapter-5 .vatan-next-chapter-mobile {
        background-image: url(./assets/images/Chapter141.jpg);

    }

    .vatan-single-post {
        padding-top: 0px;
    }

    #chapter-4 .vatan-next-chapter-mobile::before {
        display: none;
    }

    #chapter-3 .vatan-next-chapter-mobile_btm>img {
        align-self: flex-end;
        width: 100%;
    }

    #chapter-3 .vatan-next-chapter-mobile_btm {
        justify-content: end;
        width: 90vw;
    }

    #chapter-3 .vatan-next-chapter-mobile_btm>img {
        width: 50%;
    }

    .next-vatan.mobile div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: -12px;
    }

    .next-vatan.mobile div h6 {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
    }

    .next-chapter-btn.mobile>p {
        margin-left: -16px;
    }

    .next-vatan.mobile div span {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.96px;
        text-transform: capitalize;
    }


    .vatan-next-chapter-mobile {
        display: flex;
        flex-direction: row;
        background-size: cover;
        height: 130px;
        align-items: center;
        justify-content: space-between;
        position: relative;
        align-items: center;
        width: 100%;

    }

    /* .vatan-next-chapter-mobile::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(12 20 33 / 75%);
        z-index: 1;
    } */

    .vatan-next-chapter-mobile::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #080E16 4.26%, rgba(8, 14, 22, 0.209) 27.34%, rgba(8, 14, 22, 0.099) 54.42%, rgba(255, 255, 255, 0) 100%);
        z-index: 8;
    }

    .vatan-next-chapter-mobile_top {
        color: #fff;
        z-index: 10;
        text-align: center;

    }

    .vatan-next-chapter-mobile_top img {
        rotate: -90deg;
    }

    .vatan-next-chapter-mobile_top span {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .vatan-next-chapter-mobile_top h6 {
        font-size: 14px;
        font-weight: bold;
        margin-top: 0.5rem;
    }

    .vatan-next-chapter-mobile_btm {
        display: flex;
    }

    .vatan-next-chapter-mobile_btm>img {
        width: 50%;
        z-index: 2;
        background: radial-gradient(50% 50% at 50% 50%, #10356d 0%, #10356dcc 15%, #10356d99 35%, #10356d66 55%, #10356d33 75%, rgba(16, 53, 109, 0) 90%, rgba(0, 0, 0, 0) 100%);
    }

    #chapter-2 .vatan-next-chapter-mobile {
        background-image: url(./assets/images/chapter3.png);
        margin-top: 50px;
    }

    /* contact */
    .contact-us-back {
        background-image: url(./assets/images/contact-us-mob.jpg);
        padding: 12vh 50px 110px;
        justify-content: flex-start;
        height:100%;
    }
.cb-left{
    margin-top:48px !important;
}

img.map{
    margin-top:20px;
}
    .contact-box {
        flex-direction: column;
        padding: 24px 50px 24px 16px;
        border-radius: 32px 0px 0px 0px;
        background: rgba(255, 255, 255, 0.20);
        box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.50);
        backdrop-filter: blur(5px);
        width: 85vw;
        gap: 24px;
    }

    .contact-box-left,
    .contact-box-right {
        width: 100%;
    }

    .contact-box-left h1 {
        font-size: 38px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    .contact-box-left p {
        font-size: 14px;
        line-height: 24px;
    }

    .contact-social {
        display: none !important;
    }

    /* footer */
    footer {
        flex-direction: column !important;
        align-content: center;
        padding: 8px 12px !important;
        gap: 8px !important;

    }

    .footer-text {
        font-size: 12px;
    }

    #fullscreen-btn,
    .play-top,
    #mute-icon {
        display: none !important;
    }

    img#close-reel,
    #play-pause-btn {
        display: block !important;
    }


}


#play-pause-btn {
    display: none;
}

img#close-reel {
    width: 32px;
    filter: brightness(0) invert(1);
}

button.control-btn-top {
    display: flex;
    position: absolute;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    top: 24px;
    padding: 0 24px;
    z-index: 2;
}

.title-control-reel {
    width: 100%;
    transform: translatey(-12px);

}

.title-control-reel h3 {
    padding-left: 0px;
}

.title-control-reel span {
    transform: translatey(18px);
    padding-left: 0px;
}

.control-btn-top div {
    display: flex;
    gap: 24px;
}

.vatan-chaptersix-back-env,
.vatan-chaptersix-back-brands {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.vatan-chaptersix-back-env.active,
.vatan-chaptersix-back-brands.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    overflow: hidden;
}

.vatan-chaptersix {
    position: relative;
}

.container {
    display: flex;
    overflow: hidden;
    scroll-snap-type: x mandatory;

}

.panel {
    flex: 0 0 100%;
    scroll-snap-align: start;
}

.vatan-scroll {
    overflow: hidden;
    position: relative;
}

.soc-title.mobile,
.enviroment-title.mobile {
    display: none;
}

.reel-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px 0px;
    background: linear-gradient(180deg, rgba(8, 14, 22, 0.00) 0%, rgb(8 14 22 / 23%) 50%, rgba(8, 14, 22, 0.85) 100%);
    z-index: 2;
}

footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 10vh;
    font-size: 16px;
    color: #fff;
    background: #080f16;
    padding: 0 60px;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.single-post footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 10vh;
    font-size: 16px;
    color: #fff;
    background: #080f16;
    padding: 0 60px;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
}
.contact-box-right h4 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.form-group input,
textarea {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.footer-sep {
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2091430322128851) 9%, rgba(255, 255, 255, 0.3884147408963585) 17%, rgba(255, 255, 255, 0.6433167016806722) 23%, rgba(255, 255, 255, 0.7721682422969187) 32%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.8898153011204482) 59%, rgba(255, 255, 255, 0.6909357492997199) 72%, rgba(255, 255, 255, 0.5592830882352942) 82%, rgba(255, 255, 255, 0.321187850140056) 87%, rgba(255, 255, 255, 0) 100%);
}

.inheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    position: absolute;
    top: 0px;
    z-index: 99;
    width: 100%;
    padding: 20px 60px;
}

div#europe-content .swiper-wrapper {
    justify-content: center;
}

.inheader-left {
    display: flex;
    gap: 24px;
    align-items: center;
}

.inheader ul {
    display: flex;
    gap: 20px;
}

.inheader ul a {
    color: #fff;
}

.inheader-right {
    position: relative;
    display: flex;
    gap: 20px;
}

/* کانتینر افقی */
.container-horizontal {
    display: flex;
    /* طرح افقی */
    transition: transform 0.5s ease-in-out;
    /* انتقال نرم */
    width: 200vw;
    /* هر بخش 100vw (3 بخش = 300vw) */
    overflow: hidden;
    /* جلوگیری از اسکرول */
}

@media (min-width: 769px) {
    .home-header-mobile {
        display: none !important;
    }

}


.vatan-chapter {
    flex: 0 0 100vw;
    height: 100dvh;
}

header.home-header-mobile {
    position: fixed;
    min-height: 100dvh;
    /* حداقل ارتفاع برابر ۱۰۰٪ صفحه */
    max-height: 100%;
    backdrop-filter: blur(7.5px);
    left: 0;
    z-index: 99;
    display: flex;
    transition: width 1s ease;
    flex-direction: column;
    width: 100%;
    top: 0;
    padding-left: 32px;
    transform: translateX(-100vw);
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    opacity: 0;
    background-image: url(./assets/images/menu-back.webp);
}

img.close-menu-mobile.active,
img.logo-menu-mobile.active {
    opacity: 1;
    visibility: visible;
}

.menu-chapter {
    color: #d4af36 !important;
    text-shadow: 0px 2px 10px rgba(212, 175, 55, 0.65);
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

header.home-header-mobile.open {
    width: 100vw;
    background-image: url(./assets/images/menu-back.webp);
    background-size: cover;
    background-position: center;
    z-index: 9999;
    transform: translateX(0);
    opacity: 1;
}

.home-header-mobile::before {
    backdrop-filter: blur(4px);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0f1b2dec;
    z-index: 0;
}

.menu-label-box-mobile {
    background: none;
    display: flex;
    backdrop-filter: none;
    opacity: 1;
    visibility: visible;
    left: 0;
    align-items: flex-start;
    transform: translateY(-10px);
    z-index: 999;
    width: auto !important;
    padding: 12px 32px;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    position: absolute;
    color: white;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: opacity 2s ease, width 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
}

.menu-label-box-mobile.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

ul.chapter-menu-mobile {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50vh;
    --chapter-before-height: 50vh;
    position: relative;
    transition: margin-left 2s ease;
    margin-top: 26%;
}

ul.chapter-menu-mobile::before {
    background: linear-gradient(180deg, #e2ca7a00 0%, #E2CA7A 30%, #D4AF37 70%, #e2ca7a00 100%);
    content: "";
    display: block;
    position: absolute;
    left: 16px;
    right: 0;
    width: 1px;
    height: var(--chapter-before-height);
    margin-top: 16px;
    transition: transform 1s ease;
}

.menu-dot.mobile::before {
    background: #D4AF37;
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    left: 16px;
    margin: 0 -8px;
    position: absolute;
    top: 16px;
    transform: scale(.625);
    transition: transform .5s cubic-bezier(0.5, 0, 0.2, 1);
    width: 16px;
}

img.close-menu-mobile {
    position: absolute !important;
    top: 5%;
    right: 16px;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
}

.menu-sep {
    height: 1px;
    width: 100%;
    margin: 12px;
    /* position: absolute; */
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2091430322128851) 9%, rgba(255, 255, 255, 0.3884147408963585) 17%, rgba(255, 255, 255, 0.6433167016806722) 23%, rgba(255, 255, 255, 0.7721682422969187) 32%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.8898153011204482) 59%, rgba(255, 255, 255, 0.6909357492997199) 72%, rgba(255, 255, 255, 0.5592830882352942) 82%, rgba(255, 255, 255, 0.321187850140056) 87%, rgba(255, 255, 255, 0) 100%);
}

img.logo-menu-mobile {
    width: 100%;
    max-width: 20%;
    position: absolute !important;
    top: 5%;
    left: 8%;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
}

.mobile-menu-btm {
    opacity: 1;
    transition: opacity 0.4s ease;
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.mobile-menu-btm>.vatan-hero-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
    padding: 0px;
}

.mobile-menu-btm>.vatan-hero-menu a {
    color: #fff;

}

.mobile-menu-btm.active {
    opacity: 1;
    display: flex;
}

@media (max-width: 768px) {
    .business-card-thumbnail.small-img-mobile{
            top: -78px;
    padding-top: 20px;
    position: absolute;
            margin-top: 0px !important;
    }
    .business-card-top{
       margin-top: 6rem !important; 
    }
    .business-card-thumbnail img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}

        .business-card-des {
    margin-top: 70px !important;
    padding-top:4px;
    position:relative;
}
        .business-card-des::before {
        content: '';
        background: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(5px) !important;
        padding-top: 4px;
        border-radius: 16px;
        mask: radial-gradient(circle at 50% 0px, transparent 80px, black 66px);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        z-index: -1;
}
    .soc{
        width: 45% !important;
    }
    .envir{
        width: 45% !important;
    }


    .modal-content {
        height: 100dvh;
        max-width: 100% !important;
    }

    dialog#reelModal video, .modal-content::before {
        border-radius: 0px !important;
    }

    .mr-vatan::after {
        content: "";
        position: absolute;
        bottom: -38%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 9%, rgba(0, 0, 0, 0.1951374299719888) 17%, rgba(5, 5, 5, 0.3379945728291317) 23%, rgba(0, 0, 0, 0.43043154761904767) 32%, rgba(0, 0, 0, 0.5424763655462185) 41%, rgba(0, 0, 0, 0.7525603991596639) 50%, rgba(0, 0, 0, 0.8253895308123249) 54%, rgba(0, 0, 0, 0.8197872899159664) 59%, rgba(0, 0, 0, 0.5004595588235294) 72%, rgba(0, 0, 0, 0) 82%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    }
    .mr-zarrin::after{
        content: "";
        position: absolute;
        bottom: -38%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 9%, rgba(0, 0, 0, 0.1951374299719888) 17%, rgba(5, 5, 5, 0.3379945728291317) 23%, rgba(0, 0, 0, 0.43043154761904767) 32%, rgba(0, 0, 0, 0.5424763655462185) 41%, rgb(0 0 0) 50%, rgb(0 0 0) 54%, rgb(0 0 0) 59%, rgba(0, 0, 0, 0.5004595588235294) 72%, rgba(0, 0, 0, 0) 82%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    }

    .founder-img::after {
        display: none;
    }

    .logo-container,
    #home-menu {
        display: none;
    }

    .vatan-chapterone,
    .vatan-chapterfour,
    .vatan-chapterfive {
        scroll-snap-type: y mandatory !important;
        overflow-y: scroll;
        height: 100dvh;
        scroll-behavior: smooth;
    }

    .vatan-chapterone-back,
    .vatan-chapterfour-back,
    .vatan-chapterfour-back-brands,
    .vatan-chapterfive-back {
        scroll-snap-align: start;
        overflow-y: scroll;
    }

    .vatan-chapterfour-back-brands::before {
        z-index: 0;
    }

    button.box-btn {
        position: absolute !important;
        right: 24px !important;
        bottom: 70% !important;
        display: flex ;
        flex-direction: column !important;
        gap: 24px !important;
        color: #fff;
    }
    .form-item-job{
        width:100%;
        margin-bottom: 20px;
    }
    span.wpcf7-form-control-wrap{
        width:100%;
    }
}
.wpcf7 form.sent .wpcf7-response-output{
    border:none;
    padding:0;
        line-height: 26px;
}
button.box-btn {
    position: absolute;
    right: -60px;
    bottom: 70%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #fff;
}

.vatan-chapter {
    opacity: 1;
    /* transform: translateY(30px); */
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

.vatan-chapter.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.vatan-chapter.fade-out {
    opacity: 0 !important;
    transform: translateY(-30px) !important;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.vatanzarrin-hero {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

.animated-item {
    opacity: 0;
    animation-fill-mode: forwards;
}

.page-search button {
    background: none;
    border: none;
    cursor: pointer;
}

/* search page */
.search-page {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.search-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 36px;
}

.search-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.search-card h2 {
    font-size: 18px;
    margin: 10px 0;
}

.search-card .read-more {
    color: #d4ae36;
    font-weight: bold;
}

.no-results {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

div.asl_r.vertical {
    position: absolute !important;
    bottom: 30px !important;
}

.reels-slider {
    justify-content: start;

}

.tab.career {
    width: 80vw;
    border-radius: 32px 0px;
    z-index: 9999;
    position: relative;
    margin: auto;
    max-width: 1100px;
}

.tab.career::before {
    border-radius: 8px 0px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: rgb(13, 18, 23);
    background: linear-gradient(45deg, rgba(13, 18, 23, 1) 0%, rgba(192, 160, 51, 1) 35%, rgba(79, 70, 33, 1) 80%, rgba(13, 18, 23, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
    border-radius: 32px 0;
}

.career-search-form {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    gap: 15px;
}

.career-search-field {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 6px;
    color: white;
    flex-grow: 1;
    gap: 10px;
}

.career-search-field select {
    background: transparent;
    border: none;
    color: white;
    outline: none;
    font-size: 16px;
    flex-grow: 1;
    font-weight: 300;
    opacity: 0.7;
}

.career-search-field select option {
    background: #1a1d28;
    color: white;
}

.career-icon {
    color: #d4ae36;
    font-size: 16px;
}

.career-search-button {
    background: none;
    color: #d4ae36;
    text-shadow: 0px 2px 10px rgba(212, 175, 55, 0.65);
    padding: 10px 15px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
}

.career-search-button i {
    font-size: 16px;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 50px;
    color: #fff;
}

.job-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.job-card {
    border-radius: 16px 0px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(7.5px);
    padding: 24px;
    border-radius: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.3s ease-in-out;
    width: 48%;
}

.job-card::before {
    border-radius: 16px 0px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: rgb(13, 18, 23);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.674) 0%, rgba(192, 160, 51, 1) 35%, rgba(79, 70, 33, 1) 80%, rgba(255, 255, 255, 0.674));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.job-card:hover .job-title {
    color: #D4AF37;
}

.job-card:hover .job-link>img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(85%) saturate(300%) hue-rotate(15deg) brightness(100%) contrast(100%);
}

.job-card:hover::before {
    opacity: 1;
}


.job-info {
    display: flex;
    flex-direction: column;
}

.job-title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.job-type {
    font-size: 14px;
    color: #fff;
}

.job-location,
.company-name {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ccc;
}

.job-link {
    color: #fff;
    display: flex;
    justify-content: flex-start;
    gap: 4px;
    align-items: center;
}

.no-jobs-message {
    color: #fff;
}

.job-link a {
    color: #fff;
}

.job-link img {
    rotate: 90deg;
    transition: filter 0.5s ease;
}

.job-title a {
    color: #fff;
}

.job-location {
    margin-top: 16px;
    margin-bottom: 10px;
}

.next-vatan.mobile {
    display: flex;
    align-items: center;
    color: #d4ae36;
    flex-direction: row;
}

.see-next {
    margin-bottom: 8px;
}

.prev-chapter .next-chapter-btn.mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nex-vat {
    margin-top: -10px;
}

.scroll-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.vatan-chapter {
    position: absolute;
    width: 100vw;
    height: 100dvh;
    top: 0;
    left: 0;
    transition: transform 0.8s ease-in-out;
}

.container-horizontal {
    display: flex;
    width: 200vw;
    /* دو برابر عرض صفحه */
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.container-vertical {
    width: 100vw;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
}

.chapter-content {
    width: 100vw;
    height: 100vh;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: lightgray;
    border: 1px solid black;
}

#region-list,
#category-list,
#company-list {
    position: absolute;
    top: 10px;
    width: 70%;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    display: flex;
}

.popup.region,
.popup.category,
.popup.cpmpany {
    position: absolute;
    top: 100%;
    border-radius: 0;
    width: 250px;
}

.popup.region.open,
.popup.region {
    left: 32px;
}

.popup.category.open,
.popup.category {
    right: 250px;
    width: 250px;
}

.popup.company.open,
.popup.company {
    left: 28%;
    top: 100%;
    width: 250px;
}

.popup.region.open,
.popup.category.open,
.popup.cpmpany.open {
    position: absolute;
    top: 100%;
    border-radius: 0;
    width: 250px;
    background: rgba(8, 14, 22, 0.65);
    backdrop-filter: blur(12px);
}

.popup.region::before,
.popup.company::before,
.popup.category::before {
    border-radius: 0;
}

/*** busines card ***/
.business-card-des {
    display: flex;
    flex-direction: column;
}
.business-card-thumbnail.small-img-mobile {
    width: 153px;
    height: 153px;
    border-radius: 500px;
    background: #080e16;
    border-radius: 500px;
    align-self: center;
    margin-top:-84px;

}
.business-card-thumbnail.small-img-mobile img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
}

img.bc-top {
    height: 207px;
    width: 440px;
    z-index: -2;
    position: relative;
}

.business-card {
    position: absolute;
    height: 80.3vh;
    width: 442px;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.business-card-info {
    padding-bottom: 64px;
    overflow-y: scroll !important;
    height: 80vh;
    width: 440px;
    background-image: url(./assets/images/bcbg.webp);
    position: relative;
    background-position: 80%;
    background-size: cover;
    z-index: 9999;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    border-radius: 48px;
    padding:24px;
        display: flex
;
    flex-direction: column;
    justify-content: space-around;
    
}
.footer-sep.bccard{
        bottom: -20px;
    top: auto;
}
.overlay-bc {
        z-index: 999;
    visibility: visible;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(8 14 22 / 91%);
    backdrop-filter: blur(5px);
    transition: opacity 0.8s ease, visibility 0s linear 0.8s;
}
.bc-icon {
    filter: invert(80%) sepia(100%) saturate(0%) brightness(200%);
    max-width: 24px;
    max-height: 24px;
}

.bc-social-box {
    color: #fff;
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: center;
    margin-top:24px;
}

.bc-social-box_item {
    display: flex;
    justify-content: center;
    gap: 24px;

}

.business-card-top {
    display: flex;
    position:relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    gap: 8px;
    margin-top: 2rem;
}

.business-card-top h1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.business-card-top p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.business-card::before {
    border-radius: 48px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: rgb(13, 18, 23);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.674) 0%, rgba(192, 160, 51, 1) 35%, rgba(79, 70, 33, 1) 80%,
            rgba(255, 255, 255, 0.674));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}


.business-card-container {
    width: 100vw;
    height: 100dvh;
    background-image: url(./assets/images/five-back.webp);
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
}

.bc-call-box {
    padding: 32px;
    display: flex;
    flex-direction: column;
}

.bc-call-box_item {
    border-radius: 16px 0px;
    padding: 20px 24px;
}
    .business-card-des {
        margin-top: 70px !important;
        padding-top: 4px;
        position: relative;
    }
    
    .business-card-des::before {
        content: '';
        background: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(5px) !important;
        padding-top: 4px;
        border-radius: 16px;
        mask: radial-gradient(circle at 50% 0px, transparent 80px, black 66px);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        z-index: -1;
    }
.bc-call-box_item p a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
}

.bc-call-box_item p img {
    max-width: 24px;
    max-height: 24px;
}

.bc-call-box_item > div {
    display: flex;
    align-items: center;
    gap: 24px;
}
.bc-call-box_item-text p{
    font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 30px; 
color:#fff;
opacity: 0.7;
}
.bc-call-box_item-text a{
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 30px; 
color:#fff;
}
/* video player */
.custom-video-player {
    position: relative;
    width: 100%;
    max-width: 800px;
    z-index: 2;
    margin: 0 auto;
}

.custom-video-player video {
    width: 100%;
    display: block;
}

.custom-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    z-index: 2;
    padding-bottom: 24px;
}

.modal-content::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px 0px;
    background: linear-gradient(180deg, rgba(8, 14, 22, 0.00) 0%, rgb(8 14 22 / 23%) 50%, rgba(8, 14, 22, 0.85) 100%);
    z-index: 1;
}

.control-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.control-btn img {
    width: 24px;
    height: 24px;
}

#seek-bar {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #D4AF37 0%, rgba(255, 255, 255, 0.2) 0%);
    border-radius: 5px;
    opacity: 1;
    position: relative;
    z-index: 2;
    border: none;
    outline: none;
}

#seek-bar::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 5px;
}

#seek-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

#seek-bar::-moz-range-thumb {
    display: none;

}

button.box-btn div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.12px;

}

#share-icon {
    width: 32px;
}

section.reels-section {
    overflow: hidden;
}

.loader {
    border: 6px solid #f8f8f8;
    border-top: 6px solid #d4ae36;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    z-index: 9999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.archive-section {
    position: relative;
}
#vatan-search-full {
    display: none;
    backdrop-filter: blur(12px) !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

#vatan-search-full .asp_w_container {

    padding: 20px;
    width: 100%;
    max-width: 400px;
    position: relative;
}

span.close-search {
    position: fixed;
    top: 22px;
    right: 30px;
    z-index: 99999999;
}


.archive-news-grid .newscard .news-exp {
    display: none; 
}

.archive-news-grid .newscard:first-child .news-exp {
    display: block;
}
.brandsslider{
    display:flex;
    flex-direction:column;
    align-items: center;
}
.brand-summary{
    color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 30px; 
}
.feminine-read-more-btn.read-more{
    margin-top:12px;
}
#job-application-form {
    display: flex;
    flex-wrap: wrap;
}
#remove-file {
    color: #9e8531;
}
.career-submit{
    width: auto;
    margin-top: 32px;
    color: #D4AF37;
    text-shadow: 0px 2px 10px rgba(212, 175, 55, 0.65);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 1;
}
.custom-file-upload input[type="file"] {
    display: none; 
}