@font-face {
    font-family: "Helvetica-Neue";
    src: url("../assets/font/HelveticaNeue-Medium.otf") format("ots");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Helvetica-Neue", sans-serif;
}

body {
    background-color: #000;
    color: #fff;
}

::selection {
    background: #ff3c00;
    color: #fff;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-thumb {
    background: #ff3c00;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(230, 87, 44, 0.74);
}

.d-none {
    display: none !important;
}

.op-1 {
    opacity: 1 !important;
}

/*active media*/
#ba a {
    color: #fff !important;
}

section {
    margin-top: 145px;
    margin-bottom: 50px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1920px;

    overflow: hidden;
}

/*cards*/

.card-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 880px;
    transition: all 1s ease-out;
    margin-bottom: 50px;
    column-gap: 1.5vw;
}

.main-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 760px;
    max-width: 760px;
    height: 100%;
    padding: 40px 145px 60px 145px;
    border: 1px solid #1e1e1e;
    border-radius: 10px;
    background-color: #0e0e0e;
    position: relative;
    cursor: pointer;
}

.main-card .animation-icon {
    position: absolute;
    bottom: -50px;
    z-index: 999999999;
    width: 100%;
    height: max-content;
    display: block;
}
.main-card .animation-icon-link {
    position: absolute;
    z-index: 999999999;
    width: 100%;
    height: max-content;
    display: block;
    transition: all 1s ease-in-out;
}

.card-container.right .main-card .animation-icon-link {
    display: flex;
    justify-content: flex-end;
    right: 40px;
    bottom: -40px;
}
.card-container.left .main-card .animation-icon-link {
    left: 45px;
    bottom: -45px;
}

.main-card .animation-icon svg {
    transform: translateX(calc(19.75vw - 43px)) rotate(45deg);
}
.main-card .animation-icon-link svg {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.animation-icon.rotate-icon-left svg {
    animation: rotateIconLeft 1s forwards ease-in-out !important;
}

.animation-icon-link.rotate-icon-left svg {
    /* animation: rotateIconLeft 1s forwards ease-in-out !important; */
    opacity: 1;
    transition: all 2.1s ease-in-out;
}
.animation-icon-link.rotate-icon-right svg {
    /* animation: rotateIconLeft 1s forwards ease-in-out !important; */
    opacity: 1;
    transition: all 2.1s ease-in-out;
}

.animation-icon.rotate-icon-right svg {
    animation: rotateIconRight 1s forwards ease-in-out !important;
}

.animation-icon.rotate-icon-left-center svg {
    animation: rotateIconLeftCenter 1s forwards ease-in-out !important;
}

.animation-icon-link.rotate-icon-left-center svg {
    /* animation: rotateIconLeftCenter 1s forwards ease-in-out !important; */
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.animation-icon-link.rotate-icon-right-center svg {
    /* animation: rotateIconLeftCenter 1s forwards ease-in-out !important; */
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.animation-icon.rotate-icon-right-center svg {
    animation: rotateIconRightCenter 1s forwards ease-in-out !important;
}

@keyframes rotateIconLeft {
    0% {
        transform: translateX(calc(19.75vw - 20px)) rotate(45deg);
    }
    100% {
        transform: translateX(0) rotate(360deg);
    }
}

@keyframes rotateIconRight {
    0% {
        transform: translateX(calc(19.75vw - 20px)) rotate(45deg);
    }
    100% {
        transform: translateX(35.4vw) rotate(360deg);
    }
}

@keyframes rotateIconLeftCenter {
    0% {
        transform: translateX(0) rotate(360deg);
    }
    100% {
        transform: translateX(calc(19.75vw - 20px)) rotate(45deg);
    }
}

@keyframes rotateIconRightCenter {
    0% {
        transform: translateX(calc(39.5vw - 20px)) rotate(360deg);
    }
    100% {
        transform: translateX(calc(19.75vw - 20px)) rotate(45deg);
    }
}

.main-card_header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;

    padding-bottom: 10px;
}

.main-card_header p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.main-card_title {
    padding-bottom: 110px;
}

.main-card_title h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.main-card_img {
    width: 320px;
    height: 330px;
}

.main-card_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-card_footer {
    padding-top: 120px;
}

.main-card_footer p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

/*hidden card*/

.hidden-cards {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    transition: all 1s ease-in-out;
    column-gap: 1.5vw;
}

.hidden-card {
    width: 0;
    height: 880px;
    border: 1px solid #1e1e1e;
    border-radius: 10px;
    transition: all 1s ease-in-out;
    /*overflow: hidden;*/
    position: relative;
}

.right .hidden-card {
    /*padding-right: 30px;*/
    /*margin-right: 30px;*/
}

.left .hidden-card {
    /*padding-left: 30px;*/
    /*margin-left: 30px;*/
}

.hidden-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    border-radius: 10px;
    /*position: relative;*/
}

.card-container .main-card {
    z-index: 4;
}

/*animation*/
.left {
    padding: 0 46px 0 100px;
}

.right {
    padding: 0 100px 0 46px;
}

.left,
.right {
    transition: all 1s ease-out;
}

.left .hidden-cards {
    transform: translateX(-670px);
    transition: all 1s ease-in-out;
}

.right .hidden-cards {
    transform: translateX(670px);
    transition: all 1s ease-in-out;
}

.left.active,
.right.active {
    padding: 0 35px;
    transition: all 1s ease-in-out;
}

.left.active {
    transform: translateX(20%);
}

.left.active.single-el {
    transform: translateX(0%);
}

.right.active {
    transform: translateX(-20%);
}

.left.inactive,
.right.inactive {
    padding: 0;
    transition: all 1s ease-in-out;
}

.left.inactive {
    transform: translateX(-100%);
    transition: all 1s ease-in-out;
}

.right.inactive {
    transform: translateX(100%);
    transition: all 1s ease-in-out;
}

.left.active .hidden-cards {
    transform: translateX(0);
    transition: all 1s ease-in-out;
}

.left.active .hidden-card {
    width: 515px;
    transition: all 1s ease-in-out;
}

.left.inactive .hidden-cards {
    transform: translateX(-760px);
    transition: all 1s ease-in-out;
}

.left.inactive .hidden-card {
    width: 0;
    transition: all 1s ease-in-out;
}

.right.active .hidden-cards {
    transform: translateX(0);
    transition: all 1s ease-in-out;
}

.right.active .hidden-card {
    width: 515px;
    transition: all 1s ease-in-out;
}

.right.inactive .hidden-cards {
    transform: translateX(760px);
    transition: all 1s ease-in-out;
}

.right.inactive .hidden-card {
    width: 0;
    transition: all 1s ease-in-out;
}

.tomsarkgh .main-card_img img {
    filter: invert(1) brightness(10) contrast(100) !important;
}

.tomsarkgh.active .main-card_img img {
    filter: invert(0) brightness(1) contrast(1) !important;
}

.tomsarkgh:hover .main-card_img img {
    filter: invert(0) brightness(1) contrast(1) !important;
}

.left.active .main-card_img img,
.right.active .main-card_img img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(35%) saturate(7387%) hue-rotate(17deg) brightness(100%) contrast(66%);
}

.left .main-card:hover,
.right .main-card:hover,
.left.active .main-card,
.right.active .main-card {
    background-color: #fff;
    color: black;
    transition: all 0.7s ease-in-out;
}

.left .main-card,
.right .main-card {
    transition: all 0.7s ease-in-out;
}

.business-card_info-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.4687vw;
    z-index: 999999;
    position: absolute;
    width: 100%;
    padding-top: 1.9271vw;
    padding-left: 1.6146vw;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.business-card_info-header span {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;

    font-size: 0.8333vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0;
    transition: 0.7s ease-in-out;
}

.business-card_info-header h3 {
    font-size: 1.6667vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0;
    transition: 0.7s ease-in-out;
}

/*swiper settings*/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet {
    background: #cbcaca !important;
}

.swiper-pagination-bullet-active {
    background: #ff3c00 !important;
}

@media (min-width: 2240px) {

    section{
        max-width: unset;
    }

    .right.inactive {
        transform: translateX(1000%);
        transition: all 1s ease-in-out;
    }

    .left.inactive {
        transform: translateX(-1000%);
        transition: all 1s ease-in-out;
    }

    .main-card_header p {
        font-size: 12px;
    }

    .main-card_title h3 {
        font-size: 20px;
    }

    .main-card_footer p {
        font-size: 16px;
    }

    .main-card .animation-icon svg {
        transform: translateX(calc(390px - 43px)) rotate(45deg);
    }

    @keyframes rotateIconLeft {
        0% {
            transform: translateX(calc(390px - 20px)) rotate(45deg);
        }
        100% {
            transform: translateX(0) rotate(360deg);
        }
    }

    @keyframes rotateIconRight {
        0% {
            transform: translateX(calc(390px - 20px)) rotate(45deg);
        }
        100% {
            transform: translateX(730px) rotate(360deg);
        }
    }

    @keyframes rotateIconLeftCenter {
        0% {
            transform: translateX(0) rotate(360deg);
        }
        100% {
            transform: translateX(calc(390px - 20px)) rotate(45deg);
        }
    }

    @keyframes rotateIconRightCenter {
        0% {
            transform: translateX(calc(730px - 20px)) rotate(360deg);
        }
        100% {
            transform: translateX(calc(390px - 20px)) rotate(45deg);
        }
    }
}

@media (max-width: 1920px) {
    .main-card .animation-icon svg {
        transform: translateX(calc(19.75vw - 20px)) rotate(45deg);
    }

    .animation-icon.rotate-icon-left svg {
        animation: rotateIconLeft 1s forwards ease-in-out !important;
    }

    .animation-icon.rotate-icon-right svg {
        animation: rotateIconRight 1s forwards ease-in-out !important;
    }

    .animation-icon.rotate-icon-left-center svg {
        animation: rotateIconLeftCenter 1s forwards ease-in-out !important;
    }

    .animation-icon.rotate-icon-right-center svg {
        animation: rotateIconRightCenter 1s forwards ease-in-out !important;
    }

    @keyframes rotateIconLeft {
        0% {
            transform: translateX(calc(19.75vw - 20px)) rotate(45deg);
        }
        100% {
            transform: translateX(0) rotate(360deg);
        }
    }

    @keyframes rotateIconRight {
        0% {
            transform: translateX(calc(19.75vw - 20px)) rotate(45deg);
        }
        100% {
            transform: translateX(calc(39.5vw - 40px)) rotate(360deg);
        }
    }

    @keyframes rotateIconLeftCenter {
        0% {
            transform: translateX(0) rotate(360deg);
        }
        100% {
            transform: translateX(calc(19.75vw - 20px)) rotate(45deg);
        }
    }

    @keyframes rotateIconRightCenter {
        0% {
            transform: translateX(calc(39.5vw - 20px)) rotate(360deg);
        }
        100% {
            transform: translateX(calc(19.75vw - 20px)) rotate(45deg);
        }
    }
    .card-container {
        height: 45.8vw;
    }

    .main-card {
        min-width: 39.5vw;
        max-width: 39.5vw;
        padding: 2vw 3vw 3.1vw 3vw;
    }

    .main-card_header p {
        font-size: 1vw;
        margin-bottom: 0;
    }

    .main-card_header svg {
        width: 0.6vw;
        height: 0.6vw;
    }

    .main-card_title {
        padding-bottom: 30px;
    }

    .main-card_title h3 {
        font-size: 1.6vw;
    }

    .main-card_img {
        width: 16.6vw;
        height: 17.1vw;
    }

    .main-card_img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .main-card_footer {
        padding-top: 6.25vw;
    }

    .main-card_footer p {
        font-size: 15px;
        letter-spacing: .5px;
        line-height: 20px;
        font-weight: 500;
    }

    .main-card {
        color: #ffffff80;
    }

    /*hidden card*/
    .hidden-cards {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        transition: all 1s ease-in-out;
    }

    .hidden-card {
        height: 45.8vw;
        position: relative;
    }

    .right .hidden-card {
        /*padding-right: 1.5vw;*/
        /*margin-right: 1.5vw;*/
        /*column-gap: 1.5vw;*/
    }

    .left .hidden-card {
        /*padding-left: 1.5vw;*/
        /*margin-left: 1.5vw;*/
        /*column-gap: 1.5vw;*/
    }

    /*animation*/
    .left {
        padding: 0 2.3vw 0 5.2vw;
    }

    .right {
        padding: 0 5.2vw 0 2.3vw;
    }

    .left .hidden-cards {
        transform: translateX(-34.8vw);
    }

    .right .hidden-cards {
        transform: translateX(34.8vw);
    }

    .left.active,
    .right.active {
        padding: 0 1.8vw;
    }

    .left.active {
        transform: translateX(20%);
    }

    .left.active.single-el {
        transform: translateX(0%);
    }

    .right.active {
        transform: translateX(-20%);
    }

    .left.inactive {
        transform: translateX(-100%);
    }

    .right.inactive {
        transform: translateX(100%);
    }

    .left.active .hidden-cards {
        transform: translateX(0);
    }

    .left.active .hidden-card {
        width: 26.6vw;
    }

    .left.inactive .hidden-cards {
        transform: translateX(-39.5vw);
    }

    .left.inactive .hidden-card {
        width: 0;
    }

    .right.active .hidden-cards {
        transform: translateX(0);
    }

    .right.active .hidden-card {
        width: 26.6vw;
    }

    .right.inactive .hidden-cards {
        transform: translateX(39.5vw);
    }

    .right.inactive .hidden-card {
        width: 0;
    }
}

.mySwiper {
    display: block !important;
}

.mobileSwiper {
    display: none !important;
}

@media (max-width: 743px) {
    .swiper-pagination-bullet {
        width: 7px !important;
        height: 7px !important;
    }

    .main-card_header p.am-business_type_left {
        font-size: 3.3vw;
    }

    .business-card_info-header {
        padding-top: 20px;
        padding-left: 20px;
    }

    .business-card_info-header span {
        font-size: 3.8647vw;
        font-weight: 300;
        margin-bottom: 10px;
        opacity: 0;
        transition: 0.7s ease-in-out;
    }

    .business-card_info-header h3 {
        font-size: 7.3vw;
        width: 90%;
        opacity: 0;
        transition: 0.7s ease-in-out;
    }

    .mySwiper {
        display: none !important;
    }

    .mobileSwiper {
        display: block !important;
    }

    section {
        /*margin: 11.4dvh 2.7dvh 4.1dvh 2.7dvh;*/
        margin: 11.4dvh 0 4.1dvh 0;
    }

    .card-container {
        height: 100%;
        width: 100%;
    }

    .main-card {
        min-width: 100%;
        max-width: 100%;
        padding: 50px 20px;
    }

    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 5.3dvh) !important;
        /*bottom: 0;*/
    }

    .main-card_img {
        width: 70px;
        height: 70px;
    }

    .main-card_header svg {
        width: 3.1vw;
        height: 3.1vw;
    }

    .main-card_header p {
        font-size: 3.8vw;
    }

    .main-card_title h3 {
        font-size: 5vw;
    }

    .main-card_footer p {
        font-size: 3.3vw;
    }

    .main-card {
        justify-content: space-between;
        border-radius: 2.4vw;
    }

    .main-card_head {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2.4vw;
    }

    .main-card_header {
        padding-bottom: 0;
    }

    .left {
        padding: 0 2.3vw 0 2.3vw;
    }

    .left.active {
        transform: translateX(-86%);
        padding: 0;
    }

    .left.active .hidden-card {
        height: 80.1vh;
        width: 90.5vw;
    }

    .left.active .hidden-cards {
        transform: translateX(32vw);
    }

    .left .hidden-card {
        padding-left: 0;
    }

    .card_open {
        width: 4.1vw;
        height: 4.1vw;
        position: absolute;
        bottom: 0;
        right: 6vw;
        transform: translateX(0vw) rotate(0);
        transition: all 1s ease-in-out;
        display: none;
    }

    .card_open.inactive {
        transform: translateX(-85vw) rotate(45deg);
        transition: all 1s ease-in-out;
    }
}

.bannner-d p {
    font-size: 20px;
    letter-spacing: .5px;
    font-weight: 700;
    color: #ffffffcf;
    line-height: 30px;
}

