/*Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) { 
    .banner{
        min-height: 750px;
        height: 100vh;
    }
    .d-inline-block{
        display: inline-block;
    }
    .d-none{
        display: none;
    }
    
    .bg-img img:nth-child(2){
        top: 50%;
        transform: translateY(-50%);
        width: 95%;
    }
    .bg-img img:last-child{
        width: 45%;
    }
    .banner-logo img{
        width: 60px;
        
    }
    .banner-content h1{
        font-size: 70px;
        line-height: 60px;
    }
    .banner-content h1 span{
        font-size: 50px;
        
    }
    .button-box{
        flex-direction: column;
        align-items: center;
        gap: 5px;
        left: 30%;
        bottom: 13%;
    }
    .button-box a,
    .button-box a:last-child{
        
        width: 170px;
    }
    .button-box a img{
        width: 170px;
        height: 50px;
    }
    .banner-logo{
        padding-top: 30px;
    }
    .banner{
        background-repeat: repeat;
        background-position: bottom center;
    }
    .banner-logo{
        display: none;
    }
 }

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    .banner{
        min-height: 750px;
        height: 100vh;
    }
    .d-inline-block{
        display: inline-block;
    }
    .d-none{
        display: none;
    }
    
    .bg-img img:nth-child(2){
        top: 50%;
        transform: translateY(-50%);
        width: 95%;
    }
    .bg-img img:last-child{
        width: 30%;
    }

    .banner-logo img{
        width: 70px;
        
    }
    .banner-content h1{
        font-size: 90px;
        line-height: 70px;
    }
    .banner-content h1 span{
        font-size: 60px;
        
    }
    .button-box{
        flex-direction: column;
        align-items: center;
        left: 40%;
        gap: 5px;
        bottom: 13%;
    }
    .button-box a,
    .button-box a:last-child{
        
        width: 200px;
    }
    .button-box a img{
        width: 200px;
        height: 60px;
    }
    .banner-logo{
        padding-top: 40px;
    }
    .banner{
        background-repeat: repeat;
        background-position: bottom center;
    }

    .banner-logo{
        display: none;
    }
 }

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
    .d-inline-block{
        display: inline-block;
    }
    .d-none{
        display: none;
    }
    
    .banner{
        min-height: 1200px;
        height: 100vh;
    }
    
    .banner-content h1{
        font-size: 120px;
        line-height: 90px;
        top: 60px;
    }
    .banner-content h1 span{
        font-size: 90px;
        
    }
    .button-box{
        flex-direction: column;
        align-items: center;
        gap: 5px;
        bottom: 20%;
        left: 45%;
    }
    .button-box a,
    .button-box a:last-child{
        
        width: 200px;
    }
    .button-box a img{
        width: 200px;
        height: 60px;
    }
    .banner-logo{
        padding-top: 50px;
    }
    .banner{
        background-repeat: repeat;
        background-position: bottom center;
    }
    .banner-logo{
        display: none;
    }

    .bg-img img:nth-child(2){
        top: 50%;
        transform: translateY(-50%);
        width: 95%;
    }
    .bg-img img:last-child{
        width: 35%;
    }
 }

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
    
    
 }

/*Extra large devices (Extra large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) { 
    
    
 }


/*Extra large devices (Extra Extra large desktops, 1400px and up)*/
@media (min-width: 1400px) { 
    
 }

 

 @media (max-width: 380.98px){
    .bg-img img:nth-child(2){
        bottom: 20px;
        max-width: 95%;
    }
}