
.export-whole-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.section-export {
    position: relative;
    color: #fff;
    padding: min(6rem, 13vw) 0;
    min-height: calc(80vh - 100px);
	direction:ltr;
    background-image: url(../../img/pattern.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.title-export {
    font-size: 36px;
    line-height: 50px;
    color: #ffffff;
    font-family: 'Anna-Regular';
    margin-bottom: 10px;
    display: block;
    user-select: none;
}
.export-desc {
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
    text-align: justify;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    user-select: none;
}

.name-branch{
    font-size: 18px;
    line-height: 28px;
    z-index: 9;
    }
    
    .name-country{
        font-size: 16px;
        line-height: 20px;
        z-index: 9;
    }

    .branch-box{
        margin: 1px;
        max-width: 270px;
        min-width: 270px;
        padding: 23px 48px;
        transition: 0.25s all linear;
        border-radius: 16px;
        z-index: 1;
        position: relative;
        /* background-color: var(--color2); */
        /* border: 1px solid #ffffff40; */
    }
    .branch-box:before{
        content: "";
        background: linear-gradient(145.35deg, rgba(255, 255, 255, 0.4) 15.37%, rgba(255, 255, 255, 0.08) 57.9%, rgba(255, 255, 255, 0.25) 93.55%);
        position: absolute;
        inset: 0;
        z-index: 1;
        border-radius: 16px;
        transition: 0.25s all linear;
    }
    .branch-box:after{
        content: "";
        background-color: var(--color2);
        position: absolute;
        inset: 1px;
        z-index: 2;
        border-radius: 16px;
        transition: 0.25s all linear;
    }


    /* .branch-link:after{
        border-radius: 16px;
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        backdrop-filter: blur(40px);
        width: 367px;
        height: 95px;
        transition: 0.25s all linear;
        background: linear-gradient(145.35deg, rgba(255, 255, 255, 0.4) 15.37%, rgba(255, 255, 255, 0.08) 57.9%, rgba(255, 255, 255, 0.25) 93.55%);
    } */


.swiper-branch{
    height: 362px;
    margin: 0;
    padding: 5px 20px;
}

.branch-link{
    height: 105px;
    display: flex;
    align-items: center;
}


.export-desc , .export-title-wrapper{
padding-left: 20px;
}
.btn-branch{
    margin-left: 20px;
}

.swiper-slide-active .branch-box{
    max-width: 339px;
    min-width: 339px;
    padding: 29px 48px;
}
.swiper-slide-active  .branch-link:after{
    width: auto;
    height: auto;
}

.btn-branch{
    margin-top: 3rem;
}

.sw-Representatives{
    display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        gap: 8px;
        position: absolute;
        left: 80%;
        top: 53%;
        transform: translateY(-53%);
}

.sw-Representatives .sw-btn{
    transition: 0.25s all linear;
    border: 1px solid #ffffff4d !important;
    background-color: var(--color2) !important;
}
.sw-Representatives .sw-btn:hover{
    background-color: #ffffffad !important;
}
.sw-navigation.sw-Representatives .sw-btn:hover i{
    color: var(--color2) !important;
}
.sw-Representatives .sw-btn i{
    transition: 0.25s all linear;
}

.sw-Representatives .sw-btn.swiper-button-disabled{
    border-color: white !important;
}


@media (min-width:992px) and (max-width:1024.98px){
    .sw-Representatives {
        flex-direction: row;
        position: inherit;
        z-index: 9;
        margin-top: 2rem;
        margin-left: 2rem;
        transform: unset;
    }
}








.export-whole-wrapper .blog-btn {
    color: #FFF;
    font-size: 14px;
}
.export-whole-wrapper .blog-btn i {
    background-color: var(--color3);
}


.section-export .col-lg-5{
    padding-left: 0 !important;
}
.export-bg img {
    width: 100%;
    max-height: 587px;
}
.export-bg {
    display: flex;
    justify-content: center;
    align-items: center;
}
.country-item {
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    max-width: 94px;
}

.section-export .glob, .glob canvas {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
}




@media screen and (max-width: 992px) {
	.section-export .glob, .glob canvas{
	bottom:0;
	top:auto;
}

    .section-export .glob{
    height: 50% !important;
    }

    .section-export{
        height: 820px;
        background-image: url(../../img/pattern-mob.png);
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
}




@media screen and (max-width: 991.98px) {

    .swiper-branch{
        justify-content: center;
        display: flex;
    }

    .branch-link{
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }


    .swiper.swiper-branch .swiper-slide {
        height: calc((100% - 16px) / 2) !important;
        display: flex;
        align-items: center;
        justify-content: center;
      }


    .sw-Representatives .sw-btn i{
        color: white !important;
    }

    .sw-Representatives{
        display: flex;
            flex-direction:row;
            align-items: center;
            justify-content: center;
            margin-top: 0;
            gap: 8px;
            position: inherit;
            /* left: 80%; */
            /* top: 53%; */
            transform: unset;
            margin-top: 24px;
            z-index: 9;
    }

    .swiper-branch {
        height: 270px;
        width: 100%;
        margin: auto;
        padding: 8px 11px;
    }

    .swiper-slide .branch-box {
        max-width: 100%;
        min-width: 144px;
        padding: 36px 9px;
        text-align: center;
        border-radius: 12px;
        width: 100%;
    }

    .title-export{
        font-size: 26px;
        line-height: 37px;
    }

    .btn-branch {
        margin-top: 24px;
    }
    
    .btn-branch {
        margin-left: 0;
    }

    .export-desc {
        font-size: 14px;
        text-align: center;
        margin-bottom: 28px;
    }

    .export-desc, .export-title-wrapper {
        padding-left: 0;
    }

    .export-whole-wrapper{
        align-items: center;
        padding-inline: 0px;
    }

    .section-export{
        padding: 32px 0px;
    }
    }




@media screen and (max-width: 576px) {
        .ctlg-card-wrapper{
            justify-content:center;
        }
        .mobile .ProductCtlg-title{
            justify-content:center;
        }
}



@media (min-width:992px) {
    .swiper-slide-active .branch-link:before{
        border-radius: 4px 0 0 4px;
        background-color: white;
        content: "";
        position: absolute;
        left: -6px;
        top: 50%;
        transform: translateY(-50%);
        height: 60px;
        width: 6px;
        box-shadow: 0px 0px 12px 0px #FFFFFFCC;
    }

    .sw-Representatives .icon-arrow-left , .sw-Representatives .icon-arrow-right{
        transform: rotate(90deg);
    }
}




@media screen and (max-width: 374.98px){
    .swiper-slide .branch-box {
        min-width: 115px;
        padding: 21px 7px;
    }
}



@media screen and (max-width: 767.98px){
    .swiper-slide .branch-box {
        min-width: 139px;
    }
}

