.bf-slider .bf-slider-item {
    display: flex;
    height: 370px;
    overflow: hidden;
    justify-content: space-evenly;
    border-radius: 186px;
    background-color: #f8f8f8
}


/* .box-title h1,
.box-title h2,
.box-title h2 span,
.box-title h1 span {
    font-family: 'Kegina', sans-serif !important;
} */

.bf-slider .bf-slider-item .box-img {
    height: 100%;
}

.bf-slider .bf-slider-item .box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bf-slider .bf-slider-item .left .login-dim .text .btn_login,
.bf-slider .bf-slider-item .right .login-dim .text .btn_login {
    height: 40px;
    line-height: 40px;
    padding: 0 34px;
    font-size: 15px;
    color: #111113;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    border-radius: 50px;
    letter-spacing: -1px;
    border: none;
    background-color: #fff
}

.section-7 .item {
    padding: 15px;
}

@media (max-width:1400px) {
    .bf-slider .item .bf-slider-item {
        height: unset !important;
    }
    .bf-slider .item {
        padding: 0;
        margin: 0;
    }
    .bf-slider .bf-slider-item .left .login-dim .text,
    .bf-slider .bf-slider-item .right .login-dim .text {
        padding-bottom: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 10px;
    }
    .bf-slider .bf-slider-item .left .login-dim .text p,
    .bf-slider .bf-slider-item .right .login-dim .text p {
        font-size: 14px;
    }
}

.language .dropdown .dropdown-menu {
    display: none;
}

.language button {
    padding: 0;
}

.language button:hover {
    background: transparent;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background: transparent;
}

.language {
    position: relative;
}

.header-top .logo img {
    width: 200px;
}

.footer-top .logo img {
    width: 200px;
    margin-bottom: 10px;
}

#button-contact-vr {
    position: fixed;
    bottom: 70px;
    z-index: 99999;
    right: 0
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -15px
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 80px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 50px;
    display: block
}

#phone-vr .phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, .7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom2 1.3s infinite;
    animation: zoom2 1.3s infinite
}

.phone-vr-img-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    border-radius: 8px;
    left: 25px;
    position: absolute;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

#phone-vr#phone-vr .phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, .7)
}

#contact-vr .phone-vr-img-circle {
    background-color: #fff;
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes zoom2 {
    0% {
        transform: scale(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom2 {
    0% {
        transform: scale(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.header-search .search-btn {
    border: none;
    background: transparent;
}

.header-search .search-btn:focus {
    outline: none;
}

.header-search .popup-search {
    position: fixed;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    transition: transform 0.7s ease;
    display: none;
}

.header-search .popup-search .popup-content {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.header-search .popup-search .close-btn {
    position: absolute;
    color: #fff;
    right: 30px;
    font-weight: 700;
    padding: 0px 8px;
    border-radius: 50%;
    border: 2px #fff solid;
    top: 15px;
    font-size: 15px;
    cursor: pointer;
}

.header-search .popup-search .form-search {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 600px;
}

.header-search .popup-search .form-search input {
    background: #fff;
    border: none;
    outline: none;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #272727;
    padding: 15px 30px;
    width: 100%;
}

.header-search .popup-search .form-search button {
    position: absolute;
    background: #000;
    border: none;
    height: 60px;
    width: 60px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease 0.4s;
}

.header-search .popup-search .form-search button:hover {
    opacity: 0.8;
}

.back-to-top #to-top {
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all ease-in-out .4s;
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: var(--primary);
    right: 20px;
    bottom: -100px;
    border-radius: 50%;
    z-index: 999;
    color: #fff
}

.back-to-top.active #to-top {
    bottom: 40px
}

.mobile-btn {
    display: none
}

@media screen and (max-width:1200px) {
    .mobile-btn {
        display: block
    }
}

.mobile-btn #mobile-btn span {
    background: #000;
    margin-bottom: 5px;
    height: 2px
}

.mobile-btn #mobile-btn span:last-child {
    margin-bottom: 0
}

#menu-mobile .mobile-logo {
    text-align: center;
    margin-bottom: 40px
}

#menu-mobile .mobile-logo img {
    width: 200px
}

#menu-mobile .list-mobile-menu ul li a {
    color: var(--second)
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.modal .modal-content {
    background: #000;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    max-width: 800px;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.cat-title span {
    color: #737380;
    line-height: 1.2;
    font-size: 18px;
    letter-spacing: -1px;
}

.products-cat-item {
    margin-bottom: 40px;
}

.products-item .title {
    min-height: 135px;
}

.cat-title h3 {
    display: block;
    color: var(--second);
    font-weight: 900;
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: -2px;
}

.modal iframe {
    width: 100%;
    height: 450px;
}

.modal .close {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    z-index: 10000;
}

.team-slider-item {
    position: relative;
}

.team-slider-item .box-content {
    padding: 10px 15px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 55%;
}

.team-slider-item .box-content h4 {
    color: var(--second);
}

.section-6 .wraper .at-item .box-content {
    padding: 10px;
}

.team-slider-item a {
    position: absolute;
    inset: 0;
    content: "";
    z-index: 9;
}

@media (max-width:1400px) {
    .team-slider-item .box-content p {
        display: none;
    }
    .team-slider-item .box-content {
        width: 70%;
        text-align: right;
    }
    .team-slider-item .box-content h4 {
        font-size: 16px;
    }
}

.products-slider ,
.team-slider ,
.bf-slider ,
.pl-slider ,
.id-slider ,
.cl-slider ,
.products-slider {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.products-slider.slick-initialized  ,
.team-slider.slick-initialized  ,
.bf-slider.slick-initialized  ,
.pl-slider.slick-initialized  ,
.id-slider.slick-initialized  ,
.cl-slider.slick-initialized  ,
.products-slider.slick-initialized {
  opacity: 1;
}


.about-item .box-img img {
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1)
}

@media (max-width:996px) { 
    .section-9 .hop-info li {
      width: 50%;
      position: relative;
      overflow: hidden;
      aspect-ratio: 1/1;
      cursor: pointer;
      overflow: hidden;
      min-width: 180px;
    }

    .section-9 .hop-info li .content {
        font-size: 14px;
        padding: 10px;
    }
    .section-9 .wraper {
        overflow-x: scroll;
    }
     .section-9 .hop-info {
         flex-wrap: nowrap;
     }
}

