/* =========================
   NAV MOBILE
========================= */
@media (max-width: 768px) {
 .navbar .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-collapse {
        position: absolute;

        top: 100%;
        left: 0;

        width: 100%;

        background: #f3f0ec;

        padding: 20px;
        margin-top: 30px;

        z-index: 9999;
    }

.navbar > .container-fluid {
    flex-wrap: nowrap !important;
    position: relative;
}
}
/* =========================
   HERO MOBILE
========================= */


@media (max-width: 768px) {

    .hero-section {
        background-color: #160f0b;
        min-height: auto;
        background-size: contain;

        background-position: center top;

         background-image:

        url("images/hero_bg768.jpg");
    }

    .hero-wrapper {
        min-height: auto;

        flex-direction: column-reverse;

        justify-content: flex-start;
        align-items: center;

        gap: 40px;

        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 50px;
    }

    /* =========================
       PRODUCTS
    ========================= */

    .hero-right {
        width: 100%;

        min-height: auto;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-products {
        position: relative;

        width: 100%;
        height: 380px;

        margin-bottom: 10px;
    }

    .crosslands-box {
        width: 170px;

        left: 50%;
        transform: translateX(-95%);

        bottom: 0;
    }

    .hidden-box {
        width: 165px;

        right: 50%;
        transform: translateX(95%);

        bottom: 0;
    }

    /* disable desktop hover */

    .crosslands-box:hover,
    .hidden-box:hover {
        transform: none;
    }

    /* =========================
       TEXT
    ========================= */

    .hero-left {
        width: 100%;
        max-width: 100%;

        text-align: center;
    }

    .hero-content h1 {
        font-size: 3.3rem;
        line-height: 1.08;

        margin-bottom: 28px;

        letter-spacing: -0.5px;
    }

    .hero-content p {
        font-size: 1.15rem;
        line-height: 1.5;

        max-width: 290px;

        margin-left: auto;
        margin-right: auto;

        margin-bottom: 35px;
    }

    /* =========================
       BUTTON
    ========================= */

    .rune-btn {
        min-width: 240px;
        height: 60px;

        font-size: 1rem;
    }

}
    /* =========================
       544px
    ========================= */
@media (max-width: 544px) {

    .hero-section {


         background-image:

        url("images/hero_bg544.jpg");
    }
         .small_txt {
        font-size: 16px;
            margin-left: auto;
    margin-right: auto;
     }
}

 /* =========================
       478px
    ========================= */

@media (max-width: 478px) {

.hero-content h1{
font-size: 2.3rem;

    }
     .rune-btn {
        width: 288px;
     }

}
 /* =========================
       360px
    ========================= */
@media (max-width: 360px) {

    .hero-content h1 {
        font-size: 2.6rem;
    }

    .crosslands-box {
        width: 145px;
    }

    .hidden-box {
        width: 140px;
    }

}

/* =========================
   CROSSLANDS SECTION
========================= */
@media (max-width: 768px) {

.crosslands-section {
flex-direction: column;

}

    .crosslands-left {
        width: 100%;
        clip-path: none;

        padding: 80px 32px;
    }

    .crosslands-right {
        width: 100%;
        min-height: 700px;
     
    }

        .crosslands-content {
        max-width: 100%;
        margin: 0 auto;
        
    }
.crosslands-content h2 {
font-size: 3.3rem;
    line-height: 1.08;
    text-align: center;
}

.crosslands-content p {
font-size: 1.15rem;
    line-height: 1.5;
    text-align: center;
}

.crosslands-content h3{
font-size: 1.15rem;
    line-height: 1.5;
    text-align: center;
}

.feature-item span {
    font-size: 15px;
}

.feature-item img {
    width: 10%;
}
    .crosslands-buttons {
        display: flex;
        flex-direction: column;
       
        
        max-width: 395px;
    height: 133px;
    font-size: 1rem;
    }
    .crosslands-tagline {
        text-align: center;
    }

    .crosslands-description {
        text-align: center;
    }

    .crosslands-features {
        align-items: center;
    }

}
@media (max-width: 500px) {
.crosslands-right {
    
 background-image: url("images/crosslands_bg_mob.jpg");
}
}
@media (max-width: 480px) {

.crosslands-title-mobile {
    display: block;
}

.crosslands-title-desktop {
    display: none;
}


}

/* =========================
  VEIL DUEL SECTION
========================= */
@media (max-width: 768px) {
.veil-duel-content {
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;

}
.veil-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.veil-duel-section {
flex-direction: column-reverse;

}



.veil-feature img {
    width: 20%;
}

.veil-feature span {
    font-size: 15px;
}
    .veil-btn {    
    max-width: 395px;
    font-size: 1rem;
    }

}
@media (max-width: 500px) {
.veil-duel-image {
    
 background-image: url("images/veil-duel-bg-mob.jpg");

}
}
/* =========================
  VIDEOS SECTION
========================= */
@media (max-width: 768px) {
    .videos-grid {
        display: flex;
        flex-direction: column;
    }

    .videos-section h2 {
font-size: 3.3rem;
    line-height: 1.08;
    text-align: center;
}
}


/* =========================================
   NEWSLETTER SECTION
========================================= */

@media (max-width: 768px) {
.newsletter-section {
    max-height: none;
    padding-bottom: 100px;
}
    .newsletter-container {
        flex-direction: column;
        gap: 50px;

        padding: 0 24px;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form button {
        width: 100%;
    }

}

/* =========================================
   HIDDEN PATH Section
========================================= */

@media (max-width: 768px) {
     .hidden_path {
        flex-direction: column;
     }

     .hidden-left { 
    width: 100%; 
      padding-left: 30px;
      padding-right: 30px;
  padding-top: 90px;
  padding-bottom: 20px;
    }

    .hidden-right { 
    width: 100%; 
    justify-content: center;
    }

.hidden-right img {
    width: 100%;
}
}

/* =========================================
   CONTACT Section
========================================= */

@media (max-width: 768px) {
.contact-wrapper {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.contact-left {
        width: 100%; 
      padding-left: 20px;
      padding-right: 20px;
  padding-top: 90px;
  padding-bottom: 20px;
}
    .contact-right { 
    width: 100%; 
    justify-content: center;
    }
}
/* =========================================
   Text 546px
========================================= */
@media (max-width: 546px) {
.veil-header h2 {
    font-size: 4rem;
}

.veil-description {
    font-size: 22px;
    text-align: center;
}



.hidden_path h2 {
    font-size: 4rem;
}
.hidden_path h3 {
    font-size: 25px;
}
.hidden_path p {
    font-size: 22px;
}

.contact-left h2 {
    font-size: 3.5rem;
}

.contact-left p {
    font-size: 22px;
}
.nav-link,
.navbar-nav {
 
  font-size: 20px !important;

}
.about-links a {
    font-size: 1.2rem;
}
.rune-navbar {
    min-height: 101px;
}
}
/* =========================================
   Buttons Section
========================================= */
@media (max-width: 500px) {
       .download-btn,
       .learn-btn,
       .buy-btn,
       .newsletter-form button{
     font-size: 1rem;
    }
    .download-btn {
        height: 55px;
        max-width: none;
    }
}
/* =========================================
   FOOTER Section
========================================= */

@media (max-width: 768px) {
       .footer img{
     width: 85%;
    }
}
    /* =========================
       544px
    ========================= */
@media (max-width: 544px) {


         .small_txt2 {
        
            margin-left: auto;
    margin-right: auto;
     }
}