/***************
     Hero
***************/
.section-hero {
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    position: relative;
}
.svg-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.svg-wrapper > .transition, .section-hero .img-fixed {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;

}
.svg-wrapper > .transition {
   z-index: 1;
}
#hero-secondPath {
    position: absolute;
    top: calc( calc(var(--vh, 1vh) * 100) - 95px);
    z-index: 1;
    max-width: 280px;
    width: 280px;
}
.scroll-down {
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc( calc(var(--vh, 1vh) * 100) - 80px);
    background: var(--color1);
    z-index: 1;
    border-radius: 100%;
    box-shadow: 0px 2px 17px -4px #0000006e;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: 0
}
.scroll-down i {
    font-size: 24px;
}
.img-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    right: 0;
    margin: auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    clip-path: circle(200% at 50% 100%);
}
.logo-wrapper {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: fit-content;
    height: fit-content;
    margin: auto;
    color: #fff;
    font-size: 210px;
    transform: scale(0.4);
    opacity: 0;
}

/**********************************
           slider
*************************************/
.section-slider {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(var(--vh, 1vh) * 100);
}
.slider-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-mask-image: radial-gradient(circle, #FFF0 1%, #FFF 1%);
    background: #fff;
    -webkit-mask-position: center;
    -webkit-mask-size: 100%;
    transition: 2s ease;
    mask-size: 400%;
    pointer-events: none;
}
.slider-sight {
    transform: scale(1);
    transform-origin: center center;
    transform-box: fill-box;
    position: absolute;
    inset: 0;
    overflow: hidden;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 2;
    margin-top: -2px;
    pointer-events: none;

}
#sight-svg {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: scale(1) translateY(-50%);
    top: 50%;
    right: 0;
    transform-box: fill-box;
    transform-origin: center;
    -webkit-transform: scale(1) translateY(-50%);
    -moz-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    -o-transform: scale(1) translateY(-50%);
    cursor: pointer;
    opacity: 1
}
#sight-svg path {
    width: 100%;
}
.slider-wrapper {
    display: flex;
    /*filter: blur(10px);*/
}
.right-sliderWrap,
.left-sliderWrap {
    position: relative;
    -ms-flex: 0 0 50.3%;
    flex: 0 0 50.3%;
    max-width: 50.3%;
}
.right-slider,
.left-slider {
    height: calc(var(--vh, 1vh) * 100);
}
.swiper-slideInner {
    height: calc(var(--vh, 1vh) * 100);
}
.slider-image img {
    height: 100%;
    object-fit: cover;
}
.slide-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.slider-desc {
    max-width: 60%;
}
.slide-logo {
    position: absolute;
    width: 164px;
    height: 164px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.left-slider .slide-logo {
    right: -82px;
}
.right-slider .slide-logo {
    left: -82px;
}
.banner-item {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
}

.banner-item img {
    width: 100%;
}
.section-banner {
    padding: 40px 0 ;
}
.home .section-banner {
    padding: 70px 0;
}
.section-content {
    position: relative;
}
.section-content:before {
    content: '';
    background: url("../img/mapBG.png") no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}
.about-content-wrap {
    min-height: 118px;
    position: relative;
}
.content-title {
    font-size: 24px;
    color: var(--color1);
    margin-bottom: 8px;
    font-family: var(--light_font);
    line-height: 1
}
.subtitle {
    color:  #313233;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 24px;
}
.counter {
    color: rgba(28, 39, 76, 0.06);
    font-family: var(--en_font);
    font-size: 124px;
    font-weight: 900;
    position: absolute;
    top: 68px;
    line-height: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.ba-slider {
    position: relative;
    overflow: hidden;
    max-height: 520px;
    direction: ltr;
    border-radius: 16px;
}
.about-sliderMobile {
    display: flex;
    flex-direction: column-reverse;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.ba-slider img {
    max-width: none;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    pointer-events: none;
}

.handle {
    cursor: ew-resize;
    z-index: 2;
    position: absolute;
    color: #313233;
    width: 75px;
    height: 75px;
    background: rgba(255, 255, 255, 0.53);
    /*backdrop-filter: blur(6.631046295166016px);*/
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    transform: translate(-50%, -50%);
    outline: 1px solid #fff;
    outline-offset: 6px;
    transition: color 0.4s ease;
}
.handle:hover {
    color: var(--color2);
}
.handle:after {
    content: "\e915";
    font-family: icomoon;
}
.handle:before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: white;
    outline: 1px solid transparent;
    animation: pulse-on 1.5s ease-in-out infinite;
    margin-right: -5px;
    z-index: -1;
}
@keyframes pulse-on {
    0% { transform: scale(0.8); opacity: 0.8;}
    100% { transform: scale(1.2); opacity: 0;}
}
/*@keyframes pulse-on {*/
/*    0% { outline-offset: 1px; outline-color: #fff;}*/
/*    100% { outline-offset: 6px; outline-color: rgba(255, 255, 255, 0);}*/
/*}*/
.first-slide > img {
    transition: 0.4s ease;
}
.first-slide.blur > img {
    filter: blur(12px);
}

.ba-slider .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;

    z-index: 1;
}
.content-point {
    position: absolute;
    width: 32px;
    height: 32px;
}

.point-trigger {
    z-index: 1;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.39);
    backdrop-filter: blur(6.631046295166016px);
    border-radius: 100%;
    outline: 1px solid #fff;
    outline-offset: 3px;
    cursor: pointer;
    transition: 0.4s ease;
}
.point-trigger:hover {
    outline-color: var(--color2);
}
.point-trigger i {
    font-size: 24px;
}
.point-trigger .icon-plus {
    opacity: 1;
    transition: 0.4s ease;
}
.point-trigger .icon-minus {
    position: absolute;
    opacity: 0;
    transition: 0.4s ease;
}
.point-trigger.active .icon-plus {
    opacity: 0;
}
.point-trigger.active .icon-minus {
    opacity: 1;
}
.point-trigger::after {
    content: '';
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.84);
    position: absolute;
    margin: auto;
    border-radius: 100%;
    top: -8px;
    animation: pulse-on 1s ease-in-out infinite;
}


.tooltip {
    position: absolute;
    min-width: 415px;
    max-width: 415px;
    z-index: 1;
    max-height: fit-content;
    display: inline-flex;
    direction: rtl;
    clip-path: circle(0.1% at 50% 0);
    transition: 0.6s ease;
}
.tooltip.open {
    clip-path: circle(100% at 50% 100%);
}
.tooltip-content {

    border-radius: 4.421px;
    background: rgba(255, 255, 255, 0.39);
    /*backdrop-filter: blur(6.631046295166016px);*/
    padding: 20px 16px 20px 95px;
}
.tooltip-content .title {
    color: #163260;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
}
.tooltip-content .desc {
    color: #163260;
    font-size: 13px;
    line-height: 32px;
    margin-bottom: 4px;
}
.tooltip-content .link {
    color: #163260;
    font-size: 13px;
    line-height: 40px;
}
.tooltip-content .link:hover {
    color: var(--color2);
}
.tooltip-content .link i {
    font-size: 9px;
    margin-right: 6px;
}
.tooltip-image {
    margin-right: -125px;
    margin-bottom: -20px;
    z-index: 1;
}
.tooltip-image img {
    height: auto;
    object-fit: cover;
    max-width: 245px;
}
.section-blog {
    padding-top: 115px;
}
.content-part {
    margin-top: 40px;
    text-align: center;
}
.content-part .button {
    margin-top:30px;
}
.slider-pagination {
    position: absolute;
    right: 60px !important;
    z-index: 1;
}
.slider-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    outline: 1.5px solid #fff;
    outline-offset: 3px;
    margin: 26px 0 !important;
    opacity: 1;
    transition: 0.4s ease;
    background: transparent;
}
.slider-pagination .swiper-pagination-bullet-active {
    background: #fff;
}
.slider-image::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91deg, rgba(0, 0, 0, 0.51) 43.31%, rgba(0, 0, 0, 0.00) 100%);
}
.slider-image {
    position: relative;
    height: 100%;
}
.section-slider.mobile-vr {
    display: block;
    height: auto;
}
.slide-content.slide-contentMobile {
    width: calc(100% - 110px);
    height: auto;
    margin: auto;
    margin-top: auto;
    border-radius: 8px;
    margin-top: -125px;
    z-index: 2;
    position: relative;
    padding: 150px 20px 30px;
}
.slide-content.slide-contentMobile .slider-desc {
    max-width: 100%;
}
.slide-logo.slide-logoMobile {
    top: 0;
}
.btn-wrap {
    text-align: center;
    margin-top: 30px;
}
.swiper-nav {
    position: absolute;
    top: 45%;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    z-index: 1;
}
.swiper-nav.swiper-nav-prev {
    right: 55px;
}
.swiper-nav.swiper-nav-next {
    left: 55px;
}
.swiper-button-disabled {
    opacity: 0.5;
}

/************************
 Team

*************************/
.team-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 16px;
}
.team-img::before {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 47, 108, 0.40);
    inset: 0;
    margin: auto;
    transition: 0.4s ease;
    z-index: 1;
}
.team-content .name {
    color: #313233;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.team-content .post {
    color: rgba(49, 50, 51, 0.40);
    font-size: 14px;
    line-height: 34px;
    text-align: center;
}
.teams-social {
    display: flex;
    justify-content: center;
    gap: 18px;
    font-size: 28px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: 1;
}
.teams-social.teams-socialMobile {
    position: unset;
    transform: unset;
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
}
.team-item:hover .teams-social.teams-socialDesk, .team-item:hover .team-img::before  {
    opacity: 1;
    visibility: visible;
}
.teams-social.teams-socialDesk a {
    color: #fff;
}
.teams-social.teams-socialDesk a:hover {
    color: var(--color2);
}
.team-img img {
    transition: 0.4s ease;
}
.team-item:hover .team-img img {
    filter: blur(5px);
}
.gallery-item {
    position: relative;
}
.gallery-item a {
    display: block;
    padding: 17px 30px;
    text-align: center;
}
.gallery-item img {
    max-height: 167px;
    width: auto;
}
.gallery-item::before {
    width: 100%;
    content: '';
    height: 126px;
    border-radius: 4px;
    background: rgba(0, 47, 108, 0.20);
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.4s ease;
    z-index: -1;
}
.gallery-item img {
    max-height: 167px;
    width: auto;
    filter: grayscale(1);
    transition: 0.4s ease;
}
.gallery-item:hover::before  {
    background: rgba(0, 47, 108);
}
.gallery-item:hover img  {
    filter: none;
}
.swiper-intro {
    border-radius: 21px;
    overflow: hidden;
    position: relative;
}
.swiper-pagination.intro-pagination {
    position: absolute;
    bottom: 25px !important;
}
.swiper-pagination.intro-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.3);
}
.swiper-pagination.intro-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
.section-sliderIntro {
    margin-bottom: 50px;
}
.section-feature {
    padding-top: 44px;
    margin-bottom: 50px;
    position: relative;
}
.section-feature::before {
    content: '';
    height: 60%;
    width: 100%;
    top: 0;
    right: 0;
    background: #002F6C;
    position: absolute;
    z-index: -1;
}
.section-feature .title-heading {
    color: #fff !important;
}
.item-feature {
    border-radius: 8px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    text-align: center;
    padding: 32px 20px;
}
.item-feature img {
    max-width: 65px;
    margin-bottom: 16px;
}
.item-feature .title {
    color: #313233;
    font-size: 18px;
    line-height: 40px;
}
.item-feature .desc {
    color: #8C857B;
    font-size: 14px;
    line-height: 40px;
    display: none;
}
.title-about {
    margin-bottom: 12px;
}
.title-about .title-heading {
    color: #313233;
    font-size: 24px;
    line-height: 40px;
}
.title-about .short-desc {
    color: var(--color1);
    font-size: 17px;
    line-height: 40px;
}
.image-about {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}
.image-about img {
    width: 100%;
}
.section-about {
    margin-bottom: 40px;
}
.section-editor {
    margin-bottom: 40px;
}
.item-intro {
    display: flex;
}
.item-intro img {
    width: 100%;
}
#faqs {
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .content-part {
        margin-top: 120px;
    }
    .about-content-wrap {
        min-height: 185px;
    }
    .counter {
        font-size: 272px;
        font-weight: 900;
        top: 115px;
    }
    .img-mask {
        clip-path: circle(100% at 50% 100%);
    }
    .content-title {
        font-size: 40px;
        margin-bottom: 24px;
    }
    .subtitle {
        font-size: 20px;
    }
    .item-feature .desc {
        display: block;
    }
    .section-sliderIntro {
        margin-bottom: 104px;
    }
    .section-about {
        margin-bottom: 104px;
    }
    .section-feature {
        margin-bottom: 92px;
    }
    .image-about {
        margin-bottom: 0;
    }
    .section-editor {
        margin-bottom: 70px;
    }
}