/* XXL devices (very large screens, 1400px and up) */
@media (min-width: 1400px) { 
   
}

/* Extra large devices (large desktops, 1200px to 1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) { 
   
}

/* Large devices (desktops, 992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right:0 !important;
        padding-left:0 !important;
    }
    section {
        padding: 70px 0 !important;
        position: relative;
    }
    .footer-bottom {
        background-color: rgba(0, 0, 0, 0.2);
        padding: 20px 50px;
        z-index: 999;
        margin-top: 30px;
    }


.nav-link {
    color: white !important;
    font-weight: 500;
    margin: 0 10px 0px 0px;
    position: relative;
}
    
}

/* Medium devices (tablets, 768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    .banner-slide {
        min-height: 550px;
        display: flex;
        align-items: center;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 1;
    }
    .navbar {
        padding: 0px 0;
        height: 80px;
        background: #31132d;
        transition: all 0.3s ease;
    }
    .step-box {
        text-align: center;
        padding:10px 30px 0;
        position: relative;
    }
    .step-icon {
        font-size: 40px;
        color: var(--secondary-color);
        margin-bottom: 0px;
    }
    .step-title {
        font-weight: 600;
        margin-bottom: 1px;
    }
    .mb-5 {
        margin-bottom: 1rem !important;
    }
    footer {
        position: relative;
        background: url(https://images.unsplash.com/photo-1504674900247-0877df9cc836?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: white;
        padding-top: 40px;
        padding-bottom: 0;
    }
    .footer-bottom {
        background-color: rgba(0, 0, 0, 0.2);
        padding: 15px 30px;
        z-index: 999;
        margin-top: 25px;
    }
   
}

/* Small devices (phones, 576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    .navbar-brand img {
        height: 45px !important;
        padding: 0px !important;
    }

    .banner-slide {
        min-height: 450px;
        display: flex;
        align-items: center;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 1;
    }
   
  
    .step-box {
        text-align: center;
        padding:10px 30px 0;
        position: relative;
    }
    .step-icon {
        font-size: 40px;
        color: var(--secondary-color);
        margin-bottom: 0px;
    }
    .step-title {
        font-weight: 600;
        margin-bottom: 1px;
    }
    .mb-5 {
        margin-bottom: 1rem !important;
    }
    footer {
        position: relative;
        background: url(https://images.unsplash.com/photo-1504674900247-0877df9cc836?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: white;
        padding-top: 30px;
        padding-bottom: 0;
    }

    .footer-bottom {
        background-color: rgba(0, 0, 0, 0.2);
        padding: 10px 10px;
        z-index: 999;
        margin-top: 15px;
        margin-top: 38px;
    }
    .footer-links .app-buttons {
      width: 50%;
    }
    
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) { 
    .navbar-brand img {
        height: 45px !important;
        padding: 0px !important;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
        display: flex
    ;
        flex-wrap: inherit;
        background: #31132d;
        align-items: center;
        justify-content: space-between;
    }
    .banner-slide {
        min-height: 350px;
        display: flex;
        align-items: center;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 1;
    }
  
    .step-box {
        text-align: center;
        padding:10px 30px 0;
        position: relative;
    }
    .step-icon {
        font-size: 40px;
        color: var(--secondary-color);
        margin-bottom: 0px;
    }
    .step-title {
        font-weight: 600;
        margin-bottom: 1px;
    }
    .mb-5 {
        margin-bottom: 1rem !important;
    }
    footer {
        position: relative;
        background: url(https://images.unsplash.com/photo-1504674900247-0877df9cc836?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: white;
        padding-top: 30px;
        padding-bottom: 0;
    }

    .footer-bottom {
        background-color: rgba(0, 0, 0, 0.2);
        padding: 10px 10px;
        z-index: 999;
        margin-top: 15px;
        margin-top: 38px;
    }
    .footer-links .app-buttons {
      width: 50%;
    }
}