body {
    direction: rtl;
}

.lg-outer.lg-visible {
    direction: ltr;
}

.header .left .btn a {
    padding: 8px 28px;
}

.header .left .lang {
    margin-left: 12px;
    margin-right: 0;
}

.section-1 {
    background: url(images/page-bg.jpg) #171718;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1080px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.section-1 .content-block .btn a {
    padding: 12px 28px;
}

.section-1 .content-block .btn a.outline {
    padding: 12px 28px;
}

.section-1 .content-block .btn a.outline {
    margin-right: 12px;
    margin-left: 0;
}

.section-1 .content-block .contact .icon {
    margin-left: 10px;
}

.section-3 .build-block .specifications-co .specification-icon {
    margin-right: 0;
    margin-left: 15px;
}

.section-5 .benchmark-tabs .tabs-content .games .games-card .game-img {
    margin-right: 0;
    margin-left: 20px;
}

.section-6 .cta .btn a {
    padding: 12px 28px;
}

.contact-form-section .contact-form .title-block .title h2 {
    font-size: 38px;
    color: #FFFFFF;
    line-height: 52px;
}

.contact-form-section .contact-form #hubspot-form button {
    font-size: 15px;
    padding: 12px 20px;
}

input#mobilephone {
    direction: rtl;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 20px !important;
    right: auto !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 20px !important;
    left: auto !important;
}

@media (max-width: 767.98px) {
    .header {
        padding: 12px 20px;
    }

    .header .right .logo img {
        height: 36px;
    }

    .header .left .btn a {
        font-size: 14px;
        padding: 5px 14px;
    }

    .header .left .lang a {
        font-size: 14px;
    }

    .section-1 {
        height: auto;
        background-attachment: unset;
        background-position: left;
    }

    .section-1::before {
        content: "";
        background: #0000007c;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .section-1 .sec-width {
        padding: 0 20px;
        max-width: inherit;
    }

    .section-1 .content-block .title h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .section-1 .content-block .description p {
        font-size: 17px;
        line-height: 24px;
    }

    .section-1 .content-block .s-title {}

    .section-1 .content-block .s-title b {
        font-size: 20px;
        line-height: 24px;
    }

    .section-1 .content-block .btn a {
        font-size: 15px;
        padding: 6px 20px;
    }

    .section-1 .content-block .btn a.outline {
        font-size: 15px;
        padding: 6px 20px;
    }

    .section-2 .swiper-container .swiper-wrapper .swiper-slide .img-fluid {
        height: 360px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        padding: 20px;
        background-size: 18px 22px !important;
    }

    .section-3 {
        padding: 80px 0;
    }

    .section-3 .title-block .title {
        margin-bottom: 10px;
    }

    .section-3 .title-block .title h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .section-3 .title-block .description p {
        font-size: 15px;
        line-height: 26px;
    }

    .section-3 .build-block .specifications-co {
        padding: 20px 16px;
        margin-bottom: 20px;
        border-radius: 12px;
    }

    .section-3 .build-block .specifications-co .specification-icon img {
        height: 44px;
    }

    .section-3 .build-block .specifications-co .specification-text h3 {
        font-size: 17px;
        margin-bottom: 4px;
        line-height: 27px;
    }

    .section-3 .build-block .specifications-co .specification-text p {
        font-size: 15px;
        line-height: 18px;
    }

    .section-4 {
        height: 360px;
        background-attachment: unset;
    }

    .section-4 .video {
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 100%;
        background: transparent;
        color: #fff;
        display: flex;
        background: #000000;
        z-index: 999;
        align-items: center;
        justify-content: center;
    }

    .section-4 .play-icon img {
        height: 20px;
    }

    .section-4 .waves {
        position: absolute;
        width: 150px;
        height: 150px;
        background: rgba(0, 0, 0, 0.3);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        border-radius: 100%;
        right: -50px;
        bottom: -50px;
        z-index: -1;
        -webkit-animation: waves 3s ease-in-out infinite;
        animation: waves 3s ease-in-out infinite;
    }

    .section-5 {
        padding: 80px 0;
    }

    .section-5 .title-block .title {
        margin-bottom: 10px;
    }

    .section-5 .title-block .title h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .section-5 .title-block .description p {
        font-size: 15px;
        line-height: 26px;
    }

    .section-5 .benchmark-tabs .tabs-nav a {
        padding: 12px 22px;
    }

    .section-5 .benchmark-tabs .tabs-nav {
        display: block;
        overflow: scroll;
    }

    .section-5 .benchmark-tabs .tabs-nav ul {
        flex-wrap: nowrap;
        list-style-type: none;
        width: -moz-max-content;
        width: max-content;
        margin-bottom: 0;
        display: flex;
    }

    .section-5 .benchmark-tabs .tabs-nav li.active::after {
        bottom: 0px;
    }

    .section-5 .benchmark-tabs .tabs-content .software .benchmark-card .title h2 {
        font-size: 18px;
        color: #171718;
    }

    .section-5 .benchmark-tabs .tabs-content .software .benchmark-card {
        text-align: center;
        margin-bottom: 20px;
    }

    .section-5 .benchmark-tabs .tabs-content .games {
        margin-top: 30px;
    }

    .section-5 .benchmark-tabs .tabs-content .games .games-card .game-benchmark .values {
        display: block;
        color: #FFFFFF;
        line-height: 24px;
        font-size: 18px;
    }

    .section-5 .benchmark-tabs .tabs-content .games .games-tabs-nav a {
        padding: 8px 22px;
        font-size: 17px;
    }

    .section-5 .benchmark-tabs .tabs-content .software .benchmark-card .info .values {
        font-size: 18px;
        padding: 4px 20px;
    }

    .section-5 .benchmark-tabs .tabs-content .software .benchmark-card .info {
        flex-direction: column;
    }

    .section-6 {
        padding-bottom: 80px;
    }

    .section-6 .cta {
        padding: 60px 40px;
    }

    .section-6 .cta .title h2 {
        font-size: 26px;
        color: #FFFFFF;
        line-height: 36px;
    }

    .section-6 .cta .title h2 img {
        height: 18px;
        margin: 0 10px;
    }

    .section-6 .cta .btn a {
        font-size: 15px;
        padding: 6px 20px;
    }

    .contact-form-section {
        padding: 80px 0;
    }

    .contact-form-section .contact-form .title-block .title h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .contact-form-section .contact-form #hubspot-form {
        padding: 30px 20px;
    }

    .contact-form-section .contact-form #hubspot-form input {
        padding: 12px 18px;
    }

    .contact-form-section .contact-form #hubspot-form button {
        font-size: 15px;
        padding: 6px 20px;
    }
    
    .section-7 {
        padding: 80px 0;
    }

    .section-7 .build-card .image img {
        height: 160px;
    }

    .section-7 .title-block .title {
        margin-bottom: 10px;
    }

    .section-7 .title-block .title h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .section-7 .title-block .description p {
        font-size: 15px;
        line-height: 26px;
    }

    

    .footer {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .footer .copyright {
        margin-bottom: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .section-1 {
        height: 860px;
        background-attachment: unset;
    }

    .section-2 .swiper-container .swiper-wrapper .swiper-slide .img-fluid {
        height: 460px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .section-1 {
        height: 860px;
        background-attachment: unset;
    }

    .section-2 .swiper-container .swiper-wrapper .swiper-slide .img-fluid {
        height: 460px;
    }
}