.video-one {
    position: relative;
    background-color: #202221;
    padding: 120px 0;
}
@media (max-width: 767px) {
    .video-one {
        padding: 80px 0;
    }
}
.video-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.29;
}
.video-one__shape {
    position: absolute;
    left: 0;
    bottom: 130px;
    width: 100%;
    height: 130px;
    background-position: center center;
    background-repeat: no-repeat;
    animation: zumpXtwo 600ms infinite alternate;
}
@media (max-width: 991px) {
    .video-one__shape {
        display: none;
    }
}
.video-one .container {
    position: relative;
    text-align: center;
    padding: 2rem 0;
}
.video-one .video-popup {
    width: 76px;
    height: 76px;
    background-color:  #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 37px;
    color: #44a05b;
    transition: all 500ms ease;
    position: relative;
    z-index: 10;
}
.video-one .video-popup .ripple,
.video-one .video-popup .ripple:before,
.video-one .video-popup .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(var(--alefox-white-rgb, 255, 255, 255), 0.25);
    animation: ripple 3s infinite;
    border-radius: 50%;
}
.video-one .video-popup .ripple:before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.video-one .video-popup .ripple::after {
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
.video-one .video-popup:hover {
    background-color: var(--alefox-base, #44a05b);
    color: var(--alefox-white, #fff);
}
.video-one__sub-title {
    color: var(--alefox-white, #fff);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    font-style: italic;
    text-transform: uppercase;
    margin: 30px 0 15px;
}
@media (max-width: 767px) {
    .video-one__sub-title {
        font-size: 16px;
    }
}
.video-one__title {
    margin: 0;
    color: var(--alefox-white, #fff);
    font-size: 32px;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 41px;
}
@media (min-width: 768px) {
    .video-one__title {
        font-size: 40px;
        line-height: 50px;
    }
}
.video-one .alefox-btn {
    color: var(--alefox-white, #fff);
}
.video-one .alefox-btn__item {
    background-color: var(--alefox-white, #fff);
}

.mt_10r{
    margin-top: 10rem;
}

#faq-sec{
    background-image: url("../img/bg/1.webp");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgba(0,0,0,0.6);
    position: relative;
}
#faq-sec .sec-title {
    font-weight: 500;
    color: #fff;
    margin-top: -0.16em;
}


.offer-card .box-title{
    color: #fff;
}
.header-layout2 .header-logo img:not([draggable]), embed, object, video {
    max-width: 175px;
    height: auto;
}
@font-face{font-family:'AbarLowNoEn';src:url('../fonts/AbarLowNoEn-Black.woff') format('woff');font-weight:900;font-style:normal;font-display:swap}
html,body{font-family:'AbarLowNoEn',sans-serif}
h1,h2,h3,h4,h5,h6,.th-btn,.nav-link{font-family:'AbarLowNoEn',sans-serif}


@media (max-width: 599px) {
    .mobile-logo img{
        max-width: 150px;
    }
}
.img-box1 .img1 {
    position: static;
    bottom: -200px !important;
    left: 0;
    z-index: 1;
}
