/* // Medium devices (tablets, 768px and up) */
@media (max-height: 900px) {

    .main {
        top: 110vh;
    }

    .main,
    .footer {
        height: 320px;
    }

    .contact-icons {
        height: 30px;
        width: 30px;
    }

    #intro-section {
        background-position: center;
    }

    #hero-text {
        font-size: 2rem;
        padding-top: 0.2rem !important;
        line-height: 60%;
        height: 10%;
    }

    h2 {
        font-size: 1rem;
    }

    .row h4 {
        font-size: 0.70rem;
        align-self: center;
    }

    .row h3 {
        font-size: 0.7rem;
    }

    /* 
    .flex-info {
        height: 30%;
    } */

    .row .subtitles-2 {
        font-size: 11px;
        padding-bottom: 0;
        margin-bottom: 0.1rem;
    }

    .title-sections p {
        font-size: 10px;
        margin-bottom: 0.2rem;
    }

    .text-box {
        padding-top: 0;
    }

    .list-gear li {
        font-size: 0.7rem;
    }

    .main p {
        font-size: 12px;
        margin-bottom: 0;
    }

    .section1 {
        height: 90%;
    }

    .section1-container {
        margin-top: 0px;
        padding: 0;
        margin-bottom: 1rem;
    }

    .white-text {
        font-size: 1.5rem;
        padding-bottom: 0.3rem;
        line-height: 1.5rem;
        /* padding-top: 1rem; */
    }

    .astherisc {
        font-size: 1rem;
    }

    .row h2 {
        font-size: 0.7rem;
    }

    .numbers {
        font-size: 1.5rem;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .numbers-container {
        height: 2rem;
    }

    .gear-icon-beginner {
        width: 50%;
    }

    .navbar-custom {
        width: 100%;
    }

    .nav-item,
    .btn-warning {
        font-size: 0.8rem;
    }

    .title-sections {
        margin-top: 0.2rem;
    }


    .footer {
        bottom: 0px;
        position: absolute;
    }

    .content {
        height: 7200px;
    }

    .footer li,
    .footer p {
        font-size: 0.6rem;
    }

    .footer-ul-media {
        padding-left: 0;
    }

    .media li {
        padding: 5px 5px;
        height: 2rem;
        width: 2rem;
    }

    .address {
        line-height: 1.5rem;
    }

    .address span {
        font-size: 1rem;
    }

    .address p {
        font-size: 0.6rem;
    }

    .scroll-down,
    .scroll-down-left {
        display: none;
    }

    #title-gear {
        font-family: 'VTF Redzone Classic-Oblique', sans-serif;
        font-size: 2rem;
    }
}

/*LAPTOP WIDER*/
@media (min-height: 901px) and (max-height: 1100px) {

    .main-header {
        width: 85%;
    }

    .nav-link {
        padding: 0.5rem 0.5rem;
    }

    .white-text {
        font-size: 2rem;
        line-height: 2rem;
    }

    .section1-container {
        padding: 1rem;
    }

    .row h2 {
        font-size: 1rem;
    }

    .row h3 {
        font-size: 1rem;
    }

    .row h4 {
        font-size: 1rem;
    }

    .row .subtitles-2 {
        font-size: 0.8rem;
        padding-bottom: 0;
    }

    .text-box {
        padding-top: 0;
    }

    .section1-row {
        align-items: flex-start;
    }

    .astherisc {
        font-size: 1rem;
    }

    p {
        margin-bottom: 0.5rem;
        font-size: 0.8rem;
    }
}

/*LAPTOP MINI*/
@media (max-width: 1280px) {
    .list .nav-link {
        padding: 0.5rem 0.5rem;
    }

    .nav-item {
        font-size: 0.7rem;
    }

    .main-header {
        width: 85%;
    }

    #hero-text {
        font-size: 1.5rem;
    }

    .card {
        padding: 0.4rem;
    }

    .row h4 {
        font-size: 0.6rem;
    }

    .numbers {
        font-size: 1rem;
    }
}

/*LAPTOP MINI minimize*/
@media (max-width: 1133px) and (max-height:1100px) {
    .white-text {
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding-bottom: 0;
    }

    .row h3 {
        font-size: 0.8rem;
    }

    .row h2 {
        font-size: 0.8rem;
    }

    .list-gear li {
        font-size: 0.6rem;
    }
}


@media (max-width: 1024px) {

    .card-blue:hover {
        transform: none;
    }

    .header {
        height: 100vh;
    }

    #hero-text {
        height: 8%;
        margin-top: 0;
        padding-top: 0 !important;
    }

    #hero-text p {
        font-size: 1.5rem;
        line-height: 1rem;
        padding-top: 0;
        margin-top: 0;
    }

    #intro-section,
    .container-join,
    .image-join {
        height: 95vh;
    }

    .main-header {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 80%;
    }

    .white-text {
        font-size: 1.5rem;
        padding-top: 0;
        line-height: 1.5rem;
        padding-bottom: 0.1;
    }

    .section1 {
        height: 28%;
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }

    .section1-whitebox {
        height: 100%;
        width: 87%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .section2 {
        padding-top: 0.5rem;
        height: 70%;
        width: 90%;
    }

    .flex-column-icon {
        height: 95%;
    }

    .gear-icon-beginner {
        width: 50%;
    }

    .flex-column-icon,
    .flex-info {
        overflow: visible;
    }

    .flex-info {
        height: 70%;
    }

    .flex-icon {
        height: 50%;
    }

    .gear-icon {
        height: 70%;
    }

    .astherisc {
        font-size: 1rem;
    }

    .section1-row .flex-section-responsive {
        width: 50% !important;
    }

    .section1-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0;
        width: 100%;
        text-decoration: none;
    }

    .section1 .row a {
        text-decoration: none !important;
    }

    .section1-container {
        height: 80%;
        margin-top: 0;
        margin-bottom: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .flex-container {
        height: 50%;
    }

    .intro-column {
        padding-right: 25px;
    }

    h1 {
        font-size: 2rem;
    }


    h2 {
        font-size: 1.2rem;
    }

    .title-sections {
        margin-top: 0%;
    }

    .title-sections p {
        visibility: visible;
        margin-bottom: 0.5rem;
        font-size: 10px;
    }

    .text-box {
        padding-top: 0.5rem;
    }

    .row a {
        font-size: 10px;
    }

    .row h2 {
        font-size: 1rem;
        padding-bottom: 0;
    }

    .row h3 {
        font-size: 0.8rem;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .row h4 {
        padding-left: 10px;
        font-size: 12px;
    }

    .card {
        padding: 0.5rem;
    }

    .list-gear li {
        font-size: 11px;
    }

    .quote-white {
        font-size: 12px;
        line-height: 1.5rem;
    }

    .orange-button {
        font-size: 1rem;
    }

    p,
    .light-gray {
        font-size: 12px;
    }

    .numbers {
        /* visibility: hidden; */
        font-size: 1rem;
    }

    .row .subtitles-2 {
        font-size: 12px;
        padding-bottom: 0;
    }

    .main {
        top: 100vh;
        height: 300px;
    }


    .media li {
        padding: 5px 5px;
        height: 2rem;
        width: 2rem;
    }

    .footer-ul li {
        display: none;
    }

    .footer {
        bottom: 0px;
        left: 0;
        position: absolute;
        margin-left: 0;
        padding-left: 0;
        height: 380px;
        justify-content: center;
    }

    .footer li,
    .footer p {
        font-size: 11px;
    }

    .address {
        padding-left: 1rem;
    }

    .footer .logo-footer .col-md-5,
    .footer .list .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-ul-media {
        padding-left: 0;
    }

    .address span {
        font-size: 1rem;
    }

    .address p {
        font-size: 0.6rem;
    }

    .scroll-down,
    .scroll-down-left {
        display: none;
    }

    .tablet-show-only {
        display: contents;
    }

    #tablet-contact {
        display: block;
    }

    .tablet-hide-only {
        display: none;
    }

    .nav-item {
        text-align: right;
    }

    #title-gear {
        font-family: 'VTF Redzone Classic-Oblique', sans-serif;
        font-size: 2rem;
    }

}

/*LAPTOP MINI minimize, originally max-width 959*/
@media (max-width: 1023px) and (max-height:1100px) {

    .header,
    #intro-section {
        min-height: 1200px;
    }

    #hero-text {
        height: 12%;
    }

    .main-header {
        height: 100%;
    }

    .section1 {
        height: 20%;
    }

    .section2 {
        height: 50%;
    }

    .main {
        top: 1200px;
    }
}


/*IPAD MINI*/
@media (max-width: 768px) {
    .main-header {
        height: 90%;
    }

    .main {
        top: 115vh;
    }

    .section2 {
        height: 60%;
    }

    #hero-text {
        height: 10%;
    }

    .section1 a {
        text-decoration: none;
    }
}

/*LAPTOP MINI minimize*/
@media (max-width: 767px) and (max-height:600px) {

    .main {
        top: 1200px;
    }
}


/*MOBILE*/
@media only screen and (max-width: 575px) {

    .section1 a {
        text-decoration: none;
    }

    .card-blue:hover {
        transform: none;
    }

    .flex-column-icon:hover {
        height: 50%;
    }

    .tablet-show-only,
    #tablet-contact {
        display: none;
    }

    .tablet-hide-only {
        display: block;
    }

    .nav-item {
        text-align: center;
    }


    .row {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }


    #intro-section {
        height: 1900px;
    }

    #hero-text {
        padding-top: 5%;
        height: 8%;
    }

    #hero-text p {
        padding-top: 5%;
        padding-left: 45px;
        padding-right: 45px;
        text-align: center;
        line-height: 1.2rem;
    }

    #hero-text h2 {
        /* font-size: 1rem; */
        width: 80%;
        text-align: center;
    }

    .main-header {
        height: 85%;
    }

    .section1 {
        height: 17%;
    }

    .section2 {
        height: 55%;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .flex-container {
        flex-direction: column;
        width: 50%;
        height: 65%;
    }

    .gear-icon-beginner {
        width: 70%;
        padding-right: 0;
        padding-left: 0;
    }

    .main {
        top: 2000px;
    }

    .flex-column-icon {
        width: 100%;
        height: 50%;
    }

    .main {
        width: 100%;
    }

    .footer {
        width: 100%;
    }

    .media {
        padding-left: 0;
        padding-top: 8%;
    }

    .media img {
        width: 75%;
    }

    .address {
        padding-left: 0;
    }

    .section1-row .flex-section-responsive {
        /* width: 40% !important; */
        margin-right: 0 !important;
    }

    .section1-column {
        padding: 0;
    }

    .scroll-down {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #262D66;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        z-index: 150;
    }

    .scroll-down-left {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #262D66;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        z-index: 300;
    }

    .scroll-down span {
        writing-mode: vertical-lr;
        text-orientation: mixed;
        animation-name: bounce-1;
        animation-timing-function: linear;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        background-color: #fff;
        opacity: 0.9;
        padding: 1rem;
        border-radius: 30px;
        /* border: 2px #9bc6ba solid; */
    }

    .scroll-down-left span {
        writing-mode: vertical-lr;
        text-orientation: mixed;
        animation-name: bounce-1;
        animation-timing-function: linear;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        background-color: #fff;
        opacity: 0.9;
        padding: 1rem;
        border-radius: 30px;
    }

    .scroll-down-left {
        display: none;
    }


    @keyframes bounce-1 {

        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-15px)
        }

        100% {
            transform: translateY(0)
        }
    }

    .scroll-down {
        right: 8px;
        bottom: 27rem;
        font-size: 12px;
    }

    .scroll-down-left {
        left: 8px;
        bottom: 27rem;
        font-size: 12px;
        z-index: 250;
    }

    .scroll-down span,
    .scroll-down-left span {
        padding: 0.5rem;
    }


    .scroll-down-left {
        display: flex;
    }

    .navbar-custom {
        z-index: 300;
    }

    .px-5 {
        padding-right: 24px !important;
        padding-left: 24px !important;
    }

    #title-gear h2 {
        font-family: 'VTF Redzone Classic-Oblique', sans-serif;
        font-size: 1.5rem;
    }
}

/* LAPTOP MINI MINIMIZE*/
@media (max-width: 430px) and (max-height: 600px) {

    .scroll-down,
    .scroll-down-left {
        display: none;
    }

}

/* // X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {}

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) {} */

/* // Medium devices (tablets, 768px and up) */
/* @media (min-width: 768px) { */