/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');*/

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/home_v3/Poppins-ExtraLight.ttf')  format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/home_v3/Poppins-Light.ttf')  format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/home_v3/Poppins-Medium.ttf')  format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/home_v3/Poppins-Bold.ttf')  format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/home_v3/Poppins-ExtraBold.ttf')  format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/home_v3/Poppins-ExtraBoldItalic.ttf')  format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}


body {
    font-family: 'Poppins', sans-serif;
}


p {
    font-weight: 200;
    font-size: 16px;
}
section.header-section {
    background: url("/images/home_v3/aiming-pro-banner.webp");
    color: #fff;
    background-color: #1a1c33;
    background-size: cover;
    background-position: 50%;
}

.brand-item img {
    /*max-width: max(130px, 14vw);*/
    /*max-height: 70px;*/
}

.discord-header-small {
    display: block;
    height: auto;
}

.discord-header-large {
    display: none;
    height: auto;
}

@media only screen and (min-width:768px) {
    .discord-header-small {
        display: none;
    }

    .discord-header-large {
        display: block;
    }
    .nav-container {
        justify-content: flex-end;
    }

    .navbar-brand {
        margin-right: auto;
    }

    .right-header {
        margin-right: 30px;
    }
}

@media only screen and (max-width:768px) {
    section.header-section {
        background-position: 39% !important;
    }

    .hero-left {
        margin-top: 70px
    }
}
.right-header .navbar-nav .nav-item a.nav-link {
    color: #fff !important;
}
.right-header .navbar-nav .nav-item a.hero-btn {
    height: 40px;
    line-height: 40px;
    width: 140px;
}
.hero-left h1.hero-title {
    font-size: 51px;
    text-transform: uppercase;
    font-weight: 800;
    /*background: linear-gradient(to right, #9E80FF 0%, #53d9ff 100%);*/
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(3px 3px #000);
}

.hero-left h1.hero-title img.game-valorant{
    max-width: 250px;
    margin-left: 6px;
    margin-bottom: 9px;
}
div.hero-left {
    display: flex;
    align-items: center;
}
.hero-img img {
    max-width: 100%;
    display: block;
    margin: auto;
}
div.hl-inner p {
    font-size: 19px;
    font-weight: 200;
    margin: 30px 0px 50px;
    line-height: 24px;
}
.brand {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 35px;
}
.brand .brand-item {
    display: flex;
    align-items: center;
    height: 80px;
}
section.counter {
    background: #1a1c33;
    padding: 80px 0px;
    text-align: center;
    color: #fff;
}
section.counter h4 {
    font-size: 30px;
    margin-bottom: 50px;
}
section.counter div.counter-inner ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: flex;
    justify-content: space-between;
}
.counter span.counter-number {
    display: block;
    text-align: left;
}
.counter span.counter-number {
    display: block;
    text-align: left;
    font-size: 50px;
    font-weight: 800;
    font-style: italic;
    text-shadow: 2.796px 4.145px 0px rgb(0 0 0);
    text-transform: uppercase;
}
.counter span.counter-dis {
    font-weight: 200;
    font-size: 18px;
}
.counter-box span.counter-number::before {
    content: "";
    width: 4px;
    height: 43px;
    border-radius: 50px;
    display: inline-block;
    margin-left: -23px;
    margin-right: 15px;
    position: relative;
    top: 3px;
    transform: rotate(15deg);
    background-image: linear-gradient(to bottom, #9e80ff, #6b9eff, #36b6ff, #26c9ff, #53d9ff);
}
div.counter-box {
    text-align: left;
}
a.hero-btn {
    display: inline-block;
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(to right, #9E80FF 0%, #26c9ff 100%);
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}

a.hero-btn.hero-btn-login {
    background: transparent;
    border: 1px solid #9E80FF;
    box-shadow: none;
}

a.hero-btn.hero-btn-login:hover {
    box-shadow: 0px 4px 15px 0px rgb(121 141 255 / 62%);
}

section.turn-browser {
    text-align: center;
    padding: 80px 0px;
}
section.turn-browser {
    text-align: center;
    padding: 80px 0px;
    background: #212341;
    color: #fff;
}
section.turn-browser {
    text-align: center;
    padding: 80px 0px;
    background: #212341;
    color: #fff;
}
h2.main-title {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 50px;
    text-shadow: 2.796px 4.145px 0px rgb( 0, 0, 0 );
}
h2.main-title span {
    color: #1589f9;
}
div.tb-imgcall img {
    max-width: 100%;
    margin-left: -27px;
}
div.tb-content {
    display: flex;
    text-align: left;
    align-items: center;
}
.tb-contentinner h2 {
    font-size: 30px;
    margin-bottom: 25px;
}
.tb-contentinner ul {
    padding-left: 0px;
    margin-bottom: 50px;
}
.tb-contentinner ul li {
    margin-bottom: 10px;
    font-weight: 200;
}
.tb-contentinner {
    padding-left: 50px;
}
.tb-contentinner ul li::marker {
    color: #1589f9;
}
a.main-btn {
    display: inline-block;
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(to right, #9E80FF 0%, #26c9ff 100%);
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    cursor:pointer;
}
section.practis-mechanices {
    background: #1a1c33;
    color: #fff;
    padding: 80px 0px 150px;
}
section.practis-mechanices a.nav-link.active {
    background: #212341;
    border-color: #4c97ff;
}
section.practis-mechanices a.nav-link {
    border-radius: 0px;
    border-bottom: 1px solid #31355d;
    padding: 25px;
    color: #fff;
    position: relative;
}
section.practis-mechanices a.nav-link h4.tab-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}
section.practis-mechanices a.nav-link p {
    margin: 0px;
    font-weight: 200;
    font-size: 16px;
}
.tab-section div#v-pills-tab {
    padding-right: 50px;
}
.tab-section .tab-content > .tab-pane img {
    max-width: 100%;
}
section.meet-traner {
    background: #212341;
    color: #fff;
    padding: 80px 0px 0px;
}
div.mtt-imgcall img {
    max-width: 105%;
    height: auto;
    margin-top: -155px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.meet-traner div.col-sm-5.mtt-content {
    padding-left: 70px;
}
.mtt-content h2.main-title {
    margin-bottom: 30px;
}

.mtt-slider {
    display: flex;
    flex-wrap: wrap;
}
.mtt-slider .item {
    width: 20%;
}
.mtt-slider .item .mtt-item {
    padding: 0px 15px;
    box-sizing: border-box;
}
.mtt-slider .item .mtt-item img {
    max-width: 100%;
    height: auto;
}
section.bya-section {
    background: #1a1c33;
    color: #fff;
    padding: 150px 0px;
}
div.bya-imgcall img {
    max-width: 100%;
    height: auto;
    padding-right: 40px;
}
.bya-section div.bya-content h2.main-title {
    margin-bottom: 30px;
}
.bya-section div.bya-content p {
    margin-bottom: 50px;
}
div.bya-content {
    display: flex;
    align-items: center;
}
.mtt-slide {
    position: relative;
    top: 60px;
}
/*.tab-section a.nav-link::after {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #1589f9;
}*/

.tab-section .nav a.nav-link svg {
    max-width: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.tab-section .nav a.nav-link svg path {
    fill: #4c97ff;
}
section.kttaya-section {
    background: #212341;
    color: #fff;
    padding: 80px 0px 80px;
}
div.kttaya-imgcall {
    padding: 0px 50px;
}
div.kttaya-imgcall img {
    max-width: 100%;
    height: auto;
    margin-top: -150px;
}
.kttaya-contentinnerinner {
    width: 70%;
    margin-top: 50px;
}
.kttaya-contentinner h2.main-title {
    margin-bottom: 30px;
}
.kttaya-contentinnerinner h5 {
    font-size: 22px;
    font-weight: 500;
}
div.kttaya-contentinnerinner p {
    font-size: 14px;
    margin-bottom: 30px;
}

section.ac-section {
    text-align: center;
    padding: 80px 0px;
    background: #1a1c33;
    color: #fff;
}
section.ac-section h2.main-title {
    margin-bottom: 30px;
}
.ac-ico {
    display: flex;
    min-height: 100px;
    align-items: center;
    margin: 0px auto;
    max-width: 90px;
    align-items: center;
    justify-content: center;
}
section.ac-section div.ac-ico img {
    max-height: 60px;
    height: auto;
}
h3.ac-title {
    font-size: 22px;
}
.ac-section div.ac-box {
    padding: 15px 0px;
}
.ac-section .row.ac-btn {
    margin-top: 30px;
}
.ac-box div.ac-disc p {
    font-size: 14px;
}

section.testimonial-section {
    background: #212341;
    color: #fff;
    padding: 80px 0px 80px;
    text-align: center;
}
.testimonial .item {
    width: 33.3%;
    float: none;
    padding: 0px 25px;
}
.testimonial {
    display: flex;
    flex-wrap: wrap;
}
.tesimonial-item {
    background: #2b2c53;
    padding: 25px;
    text-align: left;
    border-radius: 8px;
    background-color: rgb( 43, 44, 83 );
    box-shadow: 0px 20px 38px 0px rgb( 14, 15, 29 );
}

.tesimonial-item span.doublequote {
    font-size: 45px;
    line-height: 54px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    background: linear-gradient(to right, #9E80FF 0%, #53d9ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tesimonial-item .testi-message p {
    font-size: 13px;
}
.tesimonial-item .testi-message {
    min-height: 320px;
}
.avtar-section .avtar-img {
    display: flex;
    align-items: center;
}
.avtar-section .avtar-img img {
    max-height: 60px;
    height: auto;
}
.avtar-section .avtar-img p.author {
    margin: 0px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 14px;
}

section.top-footer {
    text-align: center;
    padding: 80px 0px;
    background: #1a1c33;
    color: #fff;
}

section.top-footer a.footer-btn img {
    max-width: 270px;
    height: auto;
    margin: 10px 0px 50px;
}

section.top-footer a {
    color: #1589f9;
    font-weight: 500;
}

section.footer-bottom {
    background: #212341;
    color: #fff;
    padding: 40px 0px 40px;
    text-align: center;
}
.bottomfooter-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.bottomfooter-inner ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}
.footer-social li {
    padding: 0px 10px;
}
.footer-social li img {
    max-width: 43px;
    max-height: 42px;
}
div.copyright span {
    font-size: 14px;
    /*color: #6f71b7;*/
    color: #007bff;
}

img.mobile-logo {
    display: none;
}
.mobile-content {
    display: none;
}
.right-header .navbar-nav .nav-item a.nav-link {
    color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
}

a.main-btn {
    border-radius: 32px;
    background-image: -moz-linear-gradient( 119deg, rgb(47,156,255) 0%, rgb(148,135,255) 100%);
    background-image: -webkit-linear-gradient( 119deg, rgb(47,156,255) 0%, rgb(148,135,255) 100%);
    background-image: -ms-linear-gradient( 119deg, rgb(47,156,255) 0%, rgb(148,135,255) 100%);
    box-shadow: 0px 4px 15px 0px rgb(121 141 255 / 62%);
    font-weight: 500;
}
a.main-btn:hover {
    box-shadow: 0px 4px 30px 0px rgb(121 141 255 / 62%);
}

a.hero-btn {
    border-radius: 32px;
    background-image: -moz-linear-gradient( 119deg, rgb(47,156,255) 0%, rgb(148,135,255) 100%);
    background-image: -webkit-linear-gradient( 119deg, rgb(47,156,255) 0%, rgb(148,135,255) 100%);
    background-image: -ms-linear-gradient( 119deg, rgb(47,156,255) 0%, rgb(148,135,255) 100%);
    box-shadow:0px 4px 15px 0px rgb(121 141 255 / 62%);
    font-weight: 500;
}

a.hero-btn:hover {
    box-shadow:0px 4px 30px 0px rgb(121 141 255 / 62%);
}

h2.main-title.italic {
    font-style: italic;
}
.mtt-contentinner a {
    text-decoration: none;
    font-weight: 500;
    color: #1589f9;
}
.brand-section::after {
    content: "";
    background-image: -moz-linear-gradient( -74deg, rgb(129,114,255) 1%, rgb(65,168,255) 50%, rgb(65,195,255) 99%);
    background-image: -webkit-linear-gradient(
            -74deg
            , rgb(129,114,255) 1%, rgb(65,168,255) 50%, rgb(65,195,255) 99%);
    background-image: -ms-linear-gradient( -74deg, rgb(129,114,255) 1%, rgb(65,168,255) 50%, rgb(65,195,255) 99%);
    opacity: 0.588;
    position: absolute;
    left: -4px;
    top: initial;
    width: 100%;
    height: 2px;
    z-index: 229;
    bottom: 0;
    z-index: 999;
    left: 0 !important;
    right: 0;
}
.brand-section {
    position: relative;
}
.tab-section .tab-content > .tab-pane img {
    max-width: 100%;
    height: auto;
    box-shadow: 0px 20px 38px 0px rgb(14 15 29);
    margin: auto;
    display: block;
}

.sticky-header {
	position: fixed;
	top: -85px;
	transition: all 0.25s ease;
    z-index: 9999;
    background: #212341;
    width: 100%;
	box-shadow: black -1px -6px 11px;
}

@media only screen and (min-width:1500px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1340px;
    }
    .hero-left h1.hero-title {
        font-size: 61px;
        /*font-size: 80px;*/
    }

    .hero-left h1.hero-title img.game-valorant{
        max-width: 300px;
    }


    div.hl-inner p {
        font-size: 22px;
        line-height: 32px;
    }
    section.counter h4 {
        font-size: 36px;
        margin-bottom: 80px;
    }
    section.counter {
        padding: 100px 0px;
        text-align: center;
        color: #fff;
    }
    .counter span.counter-number {
        font-size: 60px;
        font-weight: 800;
    }
    .counter span.counter-dis {
        font-size: 22px;
    }
    .counter-box span.counter-number::before {
        width: 4px;
        height: 45px;
        top: 0px;
    }
    .counter-box span.counter-number::before {
        content: "";
        width: 4px;
        height: 45px;
        top: 0px;
    }
    h2.main-title {
        font-size: 60px;
    }
    section.turn-browser {
        padding: 100px 0px;
    }
    .tb-contentinner h2 {
        font-size: 36px;
    }
    .tb-contentinner ul li {
        font-size: 20px;
    }
    a.main-btn {
        display: inline-block;
        width: 280px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: linear-gradient(to right, #9E80FF 0%, #26c9ff 100%);
        border-radius: 50px;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        text-decoration: none;
    }
    div.kttaya-imgcall img {
        width: 100%;
        height: auto;
    }
    section.practis-mechanices a.nav-link h4.tab-title {
        font-size: 28px;
    }
    section.practis-mechanices a.nav-link p {
        font-size: 20px;
    }
    p {
        font-weight: 200;
        font-size: 20px;
    }
    .kttaya-contentinnerinner h5 {
        font-size: 28px;
    }
    div.kttaya-contentinnerinner p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    h3.ac-title {
        font-size: 25px;
    }
    .ac-box div.ac-disc p {
        font-size: 18px;
    }
    section.ac-section {
        padding: 100px 0px;
    }
    .tesimonial-item .testi-message p {
        font-size: 16px;
    }
    .tesimonial-item span.doublequote {
        font-size: 55px;
        line-height: 54px;
    }
    .tesimonial-item .testi-message {
        min-height: 380px;
    }
    section.ac-section {
        padding: 100px 0px;
    }
}

@media only screen and (max-width:1199px) {
    .hero-img img {
        max-width: 100%;
        height: auto;
    }
    .hero-left h1.hero-title {
        /*font-size: 60px;*/
        font-size: 42px;
    }
    .hero-left h1.hero-title img.game-valorant{
        max-width: 215px;
        height: auto;
    }


    div.hl-inner p {
        font-size: 18px;
        margin: 30px 0px 40px;
        line-height: 24px;
    }
    section.counter h4 {
        font-size: 25px;
    }
    .counter span.counter-number {
        font-size: 45px;
    }
    .counter span.counter-dis {
        font-size: 16px;
    }
    h2.main-title {
        font-size: 40px;
    }
    .meet-traner div.col-sm-5.mtt-content {
        padding-left: 50px;
    }
    section.bya-section .col-sm-2 {
        display: none;
    }
    div.bya-content {
        display: flex;
        align-items: center;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    div.bya-imgcall {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .kttaya-contentinnerinner {
        width: 100%;
        margin-top: 30px;
    }
}

@media only screen and (max-width:991px) {
    .top-header div.right-header {
        order: -1;
    }
    .top-header div.right-header button.navbar-toggler {
        border: none;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: none;
    }
    .navbar-light .navbar-brand {
        margin: 0px;
    }
    .right-header span.navbar-toggler-icon svg path {
        fill: #fff;
    }

    .top-header div.right-header button.navbar-toggler {
        border: none;
        outline: none;
    }
    div#navbar-content {
        position: fixed;
        left: 0;
        background: #1a1c33;
        width: 100%;
        z-index: 9999;
        top: 78px;
        border-bottom: 1px solid rgb(63, 72, 155);
        overflow: hidden;
    }
    div#navbar-content ul.navbar-nav li.nav-item {
        padding: 7px 10px;
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }
    div#navbar-content ul.navbar-nav li.nav-item:last-child {
        border: none;
    }

    div#navbar-content .hero-btn {
        margin: 8px;
    }

    div.col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    div.hero-left {
        display: block;
        align-items: center;
        text-align: center;
    }
    .brand {
        padding: 0px 35px 50px;
    }
    .brand .item {
        width: 33.3%;
        text-align: center;
    }
    .brand .brand-item {
        display: flex;
        align-items: center;
        height: 80px;
        margin: 20px auto;
        width: 100%;
        justify-content: center;
    }
    section.header-section {
        background-size: cover;
    }
    div.tb-imgcall img {
        max-width: 100%;
        height: auto;
        margin-left: 0px;
    }
    div.mtt-imgcall {
        order: 2;
    }
    .col-sm-7.mtt-imgcall {
        margin: auto;
    }
    .image-wrapper__play {
        display: none;
    }
    .meet-traner div.mtt-content {
        padding-left: 0px;
        padding: 0px 20px;
        text-align: center;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    section.practis-mechanices {
        padding: 80px 0px 80px;
    }
    .meet-traner div.col-sm-5.mtt-content {
        padding-left: 15px;
    }
    div.mtt-imgcall img {
        max-width: 100%;
        height: auto;
        margin-top: 0px;
    }
    section.meet-traner .col-sm-2 {
        display: none;
    }
    div.col-sm-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    div.col-sm-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    div.bya-imgcall {
        margin-top: 50px;
    }
    div.bya-imgcall img {
        max-width: 100%;
        height: auto;
        padding: 0px 15px;
    }
    div.kttaya-imgcall {
        order: 2;
        margin-top: 30px;
    }
    div.kttaya-imgcall img {
        max-width: 100%;
        height: auto;
        margin-top: 0px;
    }
    .testimonial .item {
        width: 100%;
        float: none;
        padding: 0px 25px;
        max-width: 350px;
        margin: 0px auto 25px;
    }
    .tesimonial-item .testi-message {
        min-height: initial;
    }
    section.bya-section {
        padding: 150px 0px 80px;
    }
    .tab-section .col-sm-7 {
        display: none !important;
    }
    .tab-section .col-sm-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tab-section {
        text-align: center;
    }
    .tab-section .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
        margin: 30px 0px;
    }
    section.practis-mechanices {
        text-align: center;
    }
    .mobile-content {
        display: block;
    }
}

@media only screen and (max-width:767px) {
    div#navbar-content {
        top: 84px;
    }
    section.hero {
        padding-top: 30px;
    }
    section.counter div.counter-inner ul {
        padding: 0px;
        list-style: none;
        margin: 0px;
        display: block;
        justify-content: space-between;
        text-align: center;
    }
    section.counter div.counter-inner ul li {
        text-align: center;
    }
    div.counter-box {
        text-align: center;
    }
    .counter span.counter-number {
        font-size: 45px;
        text-align: center;
    }
    section.counter {
        padding: 50px 0px;
    }
    section.counter div.counter-inner ul li {
        text-align: center;
        padding: 20px 0px;
    }
    section.counter h4 {
        font-size: 19px;
        margin-bottom: 20px;
    }
    section.counter div.counter-inner ul li div.counter-box::after {
        content: "";
        width: 55px;
        height: 4px;
        border-radius: 50px;
        display: block;
        margin-left: 0px;
        margin-right: 0px;
        position: relative;
        top: 23px;
        transform: initial;
        background-image: linear-gradient(to bottom, #9e80ff, #6b9eff, #36b6ff, #26c9ff, #53d9ff);
        margin: 0px auto;
    }
    .counter-box span.counter-number::before {
        display: none;
    }
    section.counter div.counter-inner ul li:last-child div.counter-box::after {
        display:none;
    }
    section.ac-section div.col-sm-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    section.top-header a.navbar-brand img {
        max-width: 140px;
        height: auto;
    }
    a.rq-btn {
        display: inline-block;
        max-width: 30px;
        overflow: hidden;
    }
    body .top-header div.right-header button.navbar-toggler {
        padding: 0px;
    }

    img.mobile-logo {
        display: block;
    }
    img.desktop-logo {
        display: none;
    }
    section.top-header a.navbar-brand img {
        max-width: 90px;
        height: auto;
    }
}

@media only screen and (max-width:639px) {
    .hero-left h1.hero-title {
        font-size: 40px;
    }
    .hero-left h1.hero-title img.game-valorant{
        max-width: 200px;
        margin-left: 6px;
        margin-bottom: 9px;
    }


    .brand .item {
        width: 50%;
        text-align: center;
    }
    .brand {
        padding: 0px 15px 30px;
    }
    section.counter h4 {
        font-size: 19px;
        margin-bottom: 20px;
        line-height: 25px;
    }
    h2.main-title {
        font-size: 24px;
    }
    section.turn-browser {
        text-align: center;
        padding: 50px 0px;
    }
    .tb-contentinner {
        padding-left: 20px;
        padding-top: 30px;
    }
    .tb-contentinner h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    section.practis-mechanices {
        padding: 50px 0px 50px;
    }
    h2.main-title {
        margin-bottom: 20px;
    }
    section.meet-traner {
        padding: 50px 0px 0px;
    }
    .mtt-slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    section.bya-section {
        padding: 100px 0px 80px;
    }
    section.bya-section {
        padding: 90px 0px 50px;
    }
    section.kttaya-section {
        padding: 60px 0px 60px;
    }
    section.ac-section {
        text-align: center;
        padding: 50px 0px;
    }
    section.testimonial-section {
        padding: 60px 0px 30px;
    }
    section.top-footer {
        padding: 60px 0px;
    }
    section.top-footer {
        text-align: center;
        padding: 40px 0px;
    }
    section.footer-bottom {
        text-align: center;
    }
    .bottomfooter-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    section.footer-bottom div.bottomfooter-inner {
        display: block;
    }
    section.footer-bottom div.bottomfooter-inner {
        display: block;
        text-align: center;
    }
    .footer-social {
        margin: 30px auto;
        max-width: 187px;
    }
    .brand .brand-item img {
        max-width: 130px;
    }
}

@media only screen and (max-width:479px) {
    .hero-left h1.hero-title {
        font-size: 51px;
    }

    .hero-left h1.hero-title img.game-valorant{
        max-width: 250px;
    }

    a.hero-btn {
        margin-top: 40px;
    }

    div.hl-inner p {
        font-size: 18px;
        font-weight: 300;
        padding:20px 0px 30px;
    }
    .col-sm-6.hero-left {
        margin-bottom: 25px;
    }
    section.counter h4 {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 25px;
    }
    .counter span.counter-number {
        font-style: normal;
    }
    section.counter {
        padding: 50px 0px 30px;
    }
    .tb-contentinner h2 {
        font-size: 20px;
    }
    section.ac-section h2.main-title {
        margin-bottom: 22px;
    }
    h3.ac-title {
        font-size: 16px;
    }
    .ac-box div.ac-disc p {
        font-size: 12px;
    }
    .ac-ico {
        min-height: 80px;
    }
    section.testimonial-section {
        padding: 50px 0px 30px;
    }
    p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 991px) {
    .practis-mechanices .tab-pane.show.active {
        display: flex;
    }

    .tab-content .image-wrapper {
        position: relative;
        margin: auto;
    }

    .tab-content .image-wrapper:hover .image-wrapper__play {
        opacity: 1;
    }

    .tab-content .image-wrapper .image-wrapper__play {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgb(0 0 0 / 45%);
        border-radius: 8px;
        opacity: 0;
        transition: opacity 0.25s ease-in-out;
    }
}


.footer {
    text-align: left;
    background: #212341;
    font-weight: 200;
    color: #fff;
    margin-top: auto;
    padding: 32px
}

@media only screen and (min-width: 768px) {
    .footer {
        padding: 32px 64px
    }
}

.footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .footer-wrapper {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (min-width: 1200px) {
    .footer-wrapper {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: space-between
    }
}

.footer-copyright {
    margin-top: 32px
}

.footer__logo {
    text-align: center
}

@media only screen and (min-width: 768px) {
    .footer__logo {
        text-align:left;
        width: 50%
    }
}

@media only screen and (min-width: 1200px) {
    .footer__logo {
        text-align:initial;
        width: auto
    }
}

.footer__logo__copyright {
    display: block;
    margin-top: 16px
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px
}

@media only screen and (min-width: 768px) {
    .footer__links {
        margin-top:0;
        width: 50%
    }
}

@media only screen and (min-width: 1200px) {
    .footer__links {
        text-align:initial;
        width: auto
    }
}

.footer__links__group {
    padding-right: 64px
}

@media only screen and (min-width: 1200px) {
    .footer__links__group {
        padding-right:256px
    }
}

.footer__links__group b {
    color: #fff;
}

.footer__links__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__links__list li a {
    color: #1589f9;
    position: relative
}

.footer__links__list li a:after {
    background: currentColor;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: width .3s;
    width: 0
}

.footer__links__list li a:hover {
    text-decoration: none
}

.footer__links__list li a:hover:after {
    width: 100%
}

.footer__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 32px;
    width: 100%
}

.footer__social a {
    color: inherit;
    transition: color .3s
}

@media only screen and (min-width: 1200px) {
    .footer__social {
        margin:0;
        width: auto
    }
}

.footer .social-discord:hover {
    color: #5865f2
}

.footer .social-youtube:hover {
    color: red
}

.footer .social-reddit:hover {
    color: #ff4500
}

.footer .social-twitter:hover {
    color: #1da1f2
}