/* arabic */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cairo/v20/SLXGc1nY6HkvalIkTpu0xg.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cairo/v20/SLXGc1nY6HkvalIkTpu0xg.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cairo/v20/SLXGc1nY6HkvalIkTpu0xg.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/Proxima-Nova-Regular-webfont.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    unicode-range: U+00-FF, U+980-9FF;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/Proxima-Nova-Bold-webfont.woff2') format('woff2');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    unicode-range: U+00-FF, U+980-9FF;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/Proxima-Nova-Bold-webfont.woff2') format('woff2');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    unicode-range: U+00-FF, U+980-9FF;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

p {
    color: rgb(255 255 255 / 70%);

}

b,
strong {
    color: #FFFFFF;
    font-weight: 600;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

html,
body {
    font-family: Cairo, Proxima Nova, sans-serif;
    font-style: normal;
    color: #FFFFFF;
    font-weight: 400;
    direction: ltr;
    background: #171718;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
}

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

.align-items {
    padding: 110px 0;
    display: flex;
    align-items: center;
}

h1,
h2,
h3 {
    font-family: Cairo, Proxima Nova, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #FFFFFF;
}

.overflow-h {
    overflow: hidden;
    margin-bottom: 20px;
}


.header {
    padding: 20px 90px;
    position: absolute;
    z-index: 100;
    width: 100%;
    display: flex;
    transition: all .25s ease;
    align-items: center;
    justify-content: space-between;
}

.header .right .logo img {
    height: 48px;
    display: block;
}

.header .left {
    display: flex;
    align-items: center;
}

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

.header .left .lang a {
    cursor: pointer;
}


.header .left .lang a {
    color: #FFFFFF;
}

.header .left .btn a {
    display: block;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 8px;
    transition: all 0.2s ease 0s;
    background: rgb(200, 122, 245);
    background: linear-gradient(109.6deg, rgb(251, 186, 186) 11.2%, rgb(200, 122, 245) 91.2%);
}

.header .left .btn a:hover {
    background: #FFFFFF;
    color: #171718;
}


.header.sticky {
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.35);
    box-shadow: 0 0.25rem 0.375rem rgb(0 0 0 / 9%);
    position: fixed;
}

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


.section-1 .sec-width {
    padding: 0 90px;
    max-width: 1024px;
}

.section-1 img.logo {
    width: 100%;
}

.section-1 .content-block .s-title {
    margin-bottom: 10px;
}

.section-1 .content-block .s-title b {
    font-size: 22px;
    line-height: 28px;
    color: #FFF;
    font-weight: 700;
}

.section-1 .content-block {
    z-index: 10;
}

.section-1 .content-block .title {
    margin-bottom: 30px;
}

.section-1 .content-block .title h1 {
    font-size: 48px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 68px;
    font-weight: 700;
}

.section-1 .content-block .title h1 span {
    border-image: linear-gradient(45deg, #fbbaba, #c87af5) 1;
    border-width: 10px;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.section-1 .content-block .description {
    margin-bottom: 26px;
}

.section-1 .content-block .description p {
    font-size: 18px;
    color: #FFF;
    line-height: 30px;
}

.section-1 .content-block .b-tech {
    margin-bottom: 40px;
}

.section-1 .content-block .b-tech .logo {
    margin-top: 16px;
    margin-bottom: 16px;
}

.section-1 .content-block .b-tech .logo img {
    height: 30px;
    display: block;
}

.section-1 .content-block .b-tech .title-1 b {
    font-size: 22px;
    line-height: 32px;
    color: #FFF;
    font-weight: 700;
}

.section-1 .content-block .b-tech .title-2 b {
    font-size: 22px;
    line-height: 32px;
    color: #FFF;
    font-weight: 700;
}


.section-1 .content-block .btn {
    display: flex;
    margin-top: 30px;
}

.section-1 .content-block .btn a {
    display: block;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 17px;
    padding: 18px 28px;
    border-radius: 8px;
    transition: all 0.2s ease 0s;
    background: rgb(200, 122, 245);
    background: linear-gradient(109.6deg, rgb(251, 186, 186) 11.2%, rgb(200, 122, 245) 91.2%);
}

.section-1 .content-block .btn a:hover {
    background: #FFFFFF;
    color: #171718;
}


.section-1 .content-block .btn a.outline {
    display: block;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 17px;
    padding: 18px 28px;
    margin-left: 12px;
    border-radius: 8px;
    transition: all 0.2s ease 0s;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.section-1 .content-block .btn a.outline:hover {
    background: #FFFFFF;
    color: #171718;
}

.section-1 .content-block .contact {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

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

.section-1 .content-block .contact .icon img {
    height: 22px;
}

.section-1 .content-block .contact .info {
    
}

.section-1 .content-block .contact .info .c-title b {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: #FFF;
}
.section-1 .content-block .contact .info .number a {
    font-size: 22px;
    line-height: 32px;
    color: #FFF;
    font-weight: 700;
}

.section-2 {
    padding-top: 30px;
}

.section-2 .swiper-container .swiper-wrapper .swiper-slide .img-fluid {
    height: 740px;
    object-fit: cover;
    max-width: 100%;
    cursor: pointer;
    width: 100%;
}

.swiper-button-prev {
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 256 512" style="enable-background:new 0 0 256 512;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;}</style><path class="st0" d="M89.5,87.5l144,152c4.4,4.6,6.6,10.6,6.6,16.5c0,5.9-2.2,11.9-6.6,16.5l-144,152c-9.1,9.6-24.3,10-33.9,0.9c-9.7-9.1-10-24.4-0.9-33.9L182.9,256L54.6,120.5c-9.1-9.6-8.8-24.8,0.9-33.9C65.1,77.5,80.3,77.9,89.5,87.5z"/></svg>') !important;
}

.swiper-button-next {
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 256 512" style="enable-background:new 0 0 256 512;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;}</style><path class="st0" d="M232.5,86.6c9.7,9.2,10,24.4,0.9,33.9L105.1,256l128.4,135.5c9.1,9.6,8.8,24.8-0.9,33.9c-9.6,9.1-24.8,8.7-33.9-0.9l-144-152c-4.4-4.6-6.6-10.6-6.6-16.5c0-5.9,2.2-11.9,6.6-16.5l144-152C207.7,77.9,222.9,77.5,232.5,86.6z"/></svg>') !important;
}

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

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

.swiper-button-next,
.swiper-button-prev {
    background-color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    color: #000 !important;
    background-size: 18px 32px !important;
    border-radius: 100%;
    fill: black !important;
    stroke: black !important;
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 1000;
}


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

.section-3 .title-block {
    text-align: center;
}

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

.section-3 .title-block .title h2 {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 42px;
}

.section-3 .title-block .description {
    max-width: 880px;
    margin: auto;
}

.section-3 .title-block .description p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 26px;
}

.section-3 .build-block {
    padding: 40px 0;
}

.section-3 .build-block .build-img {
    text-align: center;
}

.section-2 .build-block .build-img img {
    max-width: 100%;
}

.section-3 .build-block .specifications-co {
    display: flex;
    align-items: center;
    padding: 30px 20px;
    margin-bottom: 20px;
    background: #2E2E30;
    transition: all 0.2s ease 0s;
    border-radius: 12px;
}

.section-3 .build-block .specifications-co:hover {
    background: linear-gradient(109.6deg, rgb(251, 186, 186) 11.2%, rgb(200, 122, 245) 91.2%);
}

.section-3 .build-block .specifications-co .specification-icon {
    display: flex;
    margin-right: 15px;
    border-radius: 100%;
}

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


.section-3 .build-block .specifications-co .specification-text h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #FFFFFF;
    line-height: 28px;
}

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

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

.section-4 .wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.section-4 .video-main {
    position: relative;
    display: inline-block;
}

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

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

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

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

.section-4 .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.section-4 .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.section-4 .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

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

.section-5 .title-block {
    text-align: center;
}

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

.section-5 .title-block .title h2 {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 42px;
}

.section-5 .title-block .description {
    max-width: 880px;
    margin: auto;
}

.section-5 .title-block .description p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 26px;
}


.section-5 .benchmark-tabs {}

.section-5 .benchmark-tabs .tabs-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 4px solid #2E2E30;
}

.section-5 .benchmark-tabs .tabs-nav ul {
    margin: 0;
    padding: 0;
}

.section-5 .benchmark-tabs .tabs-nav li {
    display: inline-block;
    border-width: 0;
}

.section-5 .benchmark-tabs .tabs-nav a {
    display: block;
    padding: 18px 22px;
    font-weight: bold;
    color: rgba(255, 255, 255, .8);
    font-weight: 600;
}

/* Active tab */

.section-5 .benchmark-tabs .tabs-nav li.active {
    color: #fff;
    position: relative;
}

.section-5 .benchmark-tabs .tabs-nav li.active::after {
    content: "";
    position: absolute;
    bottom: -4px;
    vertical-align: middle;
    height: 4px;
    background: linear-gradient(109.6deg, rgb(251, 186, 186) 11.2%, rgb(200, 122, 245) 91.2%);
    width: 100%;
}

.section-5 .benchmark-tabs .tabs-nav li.active a {
    color: #ffffff;
}


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


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


.section-5 .benchmark-tabs .tabs-content .games .games-card {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

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

.section-5 .benchmark-tabs .tabs-content .games .games-card .game-img img {
    height: 160px;
    border-radius: 6px;
}

.section-5 .benchmark-tabs .tabs-content .games .games-card .game-benchmark {}

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

.section-5 .benchmark-tabs .tabs-content .games .games-card .game-benchmark .game-name {
    margin-top: 15px;
    font-size: 18px;
    color: #FFFFFF;
}


.section-5 .benchmark-tabs .tabs-content .games .games-tabs-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.section-5 .benchmark-tabs .tabs-content .games .games-tabs-nav ul {
    margin: 0;
    padding: 0;
}

.section-5 .benchmark-tabs .tabs-content .games .games-tabs-nav li {
    display: inline-block;
    border-width: 0;
}

.section-5 .benchmark-tabs .tabs-content .games .games-tabs-nav a {
    display: block;
    padding: 12px 22px;
    font-size: 18px;
    color: rgba(255, 255, 255, .8);
    font-weight: 600;
}

/* Active tab */

.section-5 .benchmark-tabs .tabs-content .games .games-tabs-nav li.active {
    color: #fff;
    position: relative;
    border-radius: 12px;
    background: linear-gradient(109.6deg, rgb(251, 186, 186) 11.2%, rgb(200, 122, 245) 91.2%);
}

.section-5 .benchmark-tabs .tabs-content .games .games-tabs-nav li.active a {
    color: #ffffff;
}


.section-5 .benchmark-tabs .tabs-content .software .benchmark-card {}

.section-5 .benchmark-tabs .tabs-content .software {
    margin-top: 50px;
}

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

.section-5 .benchmark-tabs .tabs-content .software .benchmark-card .title {
    margin-bottom: 20px;
    background: #FFFFFF;
    padding: 12px 20px;
    border-radius: 6px;
}

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

.section-5 .benchmark-tabs .tabs-content .software .benchmark-card .info {
    display: flex;
    align-items: center;
    justify-content: center;
}

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


.contact-form-section {
    padding: 120px 0;
    background: linear-gradient(109.6deg, rgb(251, 186, 186) 11.2%, rgb(200, 122, 245) 91.2%);
}

.contact-form-section .contact-form {
    max-width: 570px;
    margin: auto;
}

.contact-form-section .contact-form .title-block {
    margin-bottom: 40px;
    text-align: center;
}

.contact-form-section .contact-form .title-block .title {
    margin-bottom: 20px;
}

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

.contact-form-section .contact-form #hubspot-form {
    background: #FFF;
    padding: 40px 30px;
    border-radius: 12px;
}

.contact-form-section .contact-form #hubspot-form input {
    width: 100%;
    margin-bottom: 14px;
    font-family: inherit;
    padding: 16px 18px;
    border-radius: 6px;
    border: 1px solid #DDD;
}

.contact-form-section .contact-form #hubspot-form input:focus {
    border: 1px solid #171718;
}


.contact-form-section .contact-form #hubspot-form button {
    display: block;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 16px;
    padding: 14px 28px;
    cursor: pointer;
    border-radius: 8px;
    font-family: inherit;
    transition: all 0.2s ease 0s;
    background: #c87af5;
    box-shadow: none;
    border: 0;
    width: 100%;
}


.error-message {
    margin-top: 14px;
    padding: 12px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 6px;
    font-size: 15px;
    text-align: center;
}
.success-message {
    margin-top: 14px;
    padding: 12px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-radius: 6px;
    font-size: 15px;
    text-align: center;
}

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

.section-6 .cta {
    text-align: center;
    background: #2E2E30;
    padding: 80px 40px;
    border-radius: 12px;
}

.section-6 .cta .title {
    margin-bottom: 30px;
}

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

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

.section-6 .cta .btn a {
    color: #171718;
    font-weight: 700;
    display: inline-block;
    font-size: 17px;
    padding: 18px 28px;
    border-radius: 8px;
    transition: all 0.2s ease 0s;
    background: #FFFFFF;
}

.section-6 .cta .btn a:hover {
    color: #FFFFFF;
    background: #000000;
}

.section-6 .cta .btn .outline {
    margin: 0 6px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background: transparent;
}

.section-6 .cta .btn .outline:hover {
    color: #171718;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
}

.section-7 {
    padding: 120px 0;
}

.section-7 .title-block {
    text-align: center;
    margin-bottom: 40px;
}

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

.section-7 .title-block .title h2 {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 42px;
}

.section-7 .title-block .description {
    max-width: 880px;
    margin: auto;
}

.section-7 .title-block .description p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 26px;
}

.section-7 .build-card {
    position: relative;
    margin-bottom: 30px;
}
.section-7 .build-card .image {
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 12px;
}

.section-7 .build-card .image img {
    max-width: 100%;
    object-fit: cover;
    height: 220px;
    transition: transform .2s;
    display: block;
}

.section-7 .build-card .image img:hover {
    transform: scale(1.20);
}

.section-7 .build-card .title {
    text-align: center;
    padding: 10px;
}

.section-7 .build-card .title h3 {
    display: block;
    color: #FFFFFF;
    line-height: 30px;
    font-size: 20px;
}

.section-7 .build-card .btn {
    display: flex;
    padding: 20px;
}


#main-div {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
  }
  
  #main-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background: #c87af5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  #main-button:hover {
    color: #fff;
  }

  #main-button svg {
    fill: #FFFFFF;
    height: 22px;
  }
  
  #main-button ~ button {
    visibility: hidden;
    font-weight: 600;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    background: #FFFFFF;
    border: 0;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    opacity: 0;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  #main-button.open ~ a svg {
    fill: #171718;
  }

  #main-button.open ~ a:hover svg {
    fill: #c87af5;
  }
  
  #main-button.open ~ button {
    visibility: visible;
    right: 70px;
    opacity: 1;
    transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  }
  
  #main-button ~ a {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 50px;
    width: 50px;
    font-size: 20px;
    opacity: 0;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
  }

  
  #main-button.open ~ a {
    opacity: 1;
    transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  }
  #main-button.open ~ a:nth-of-type(1) {
    bottom: 60px;
  }
  #main-button.open ~ a:nth-of-type(2) {
    bottom: 120px;
  }
  #main-button.open ~ a:nth-of-type(3) {
    bottom: 180px;
  }
  
  .wave {
    animation-name: wave;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  
       @keyframes wave {
    0% {box-shadow: 0 0 0px 0px rgba(200, 122, 245, 0.5);}
    100% {box-shadow: 0 0 0px 10px rgba(200, 122, 245, 0);}
  }
  
  .open {
    animation-iteration-count: 1;
  }


.footer {
    position: relative;
    padding: 14px 90px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #2E2E30;
}

.footer .social-media {
    display: flex;
}

.footer .social-media a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    padding: 0px;
    border-radius: 100%;
    width: 36px;
    background: #2E2E30;
    text-align: center;
    transition: all 0.2s ease 0s;
    height: 36px;
    font-size: 12px;
    vertical-align: middle;
}

.footer .social-media a:hover {
    background: linear-gradient(109.6deg, rgb(251, 186, 186) 11.2%, rgb(200, 122, 245) 91.2%);
}

.footer .social-media a img {
    height: 20px;
}

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

.footer .copyright p {
    font-size: 14px;
    line-height: 20px;
}

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

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

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

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

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

    .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: 12px 20px;
    }

    .section-1 .content-block .btn a.outline {
        font-size: 15px;
        padding: 12px 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: 12px 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: 12px 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;
    }
}