/* Banner */
.banner-my-container{
    background-image: url('../images/hero-bg.webp');
    background-size: cover;
    background-position: no-repeat;
    height: 100%;
}
@media screen and (min-width:1000px){
    .banner-my-container{
        position: relative;
    }
    .main-header{
       position: absolute;
       z-index: 1;
    }
}

.banner{
    padding: 100px 0px !important;
}
#banner .box{
    width: 100%;
    color: white;
    text-align: center;
    flex-basis: 50%;
}
#banner .rightColumnImg{
    flex-basis: 50%;
}
#banner .box .title{
    text-align: left;
    color: white;
    font-weight: bold;
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 1rem;
}
#banner .box .description{
    width: 100%;
    text-align: left;
    font-size: 24px;
    line-height: 40px;
    margin: 10px 0px 20px;
}

 .book-a-demo{
    background-color: white;
    color: #282828;
    padding: 0.8rem 2.5rem;
    border: 1px solid white !important;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}
.book-a-demo:hover{
    background-color: #Ebf6f7;
    color: #000000;
    border: 1px solid rgb(0, 0, 0) ;
    transition: ease-in .3s;
}
.download-app{
    margin-left: 2rem;
    border: 1px solid white ;
    color: #ffffff;
    background: transparent;
    padding: 0.8rem 2.5rem;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}
.download-app:hover{
    background-color: rgb(0, 0, 0);
    color: #ffffff;
    border: 1px solid rgb(0, 0, 0) !important;
}
.btn-link-1{
    text-decoration: none;
    outline: none;
}
.btn-link-2{
    text-decoration: none;
    outline: none;
}


#banner .portrait-landscape-images{
    width: 60%;
    flex-basis: 6;
    margin-right: -30px;
    margin-top: 3rem;
}
#banner .portrait-landscape-images img{
    width: 130%;
    height: auto;
    filter: drop-shadow(5px 5px 20px rgba(0,0,0,0.4));
}
#banner .quickse-link{
    color: white;
    text-decoration: none;
}
#start-your-business .quickse-link-second{
    color: black;
    text-decoration: none;
}
@media screen and (min-width: 1700px){
   
    .banner{
        padding: 149px 0px !important;
    }
  
    #banner .box .title{
        font-size: 60px;
        line-height: 75px;
    }
    #banner .box .description{
        font-size: 18px;
        line-height: 32px;
        margin: 15px 0px 35px;
    }
    
    #banner .portrait-landscape-images{
        width: 57%;
        flex-basis: 6;
        margin-right: -30px;
    }
    #banner .portrait-landscape-images img{
        width: 100%;
        height: auto;
        filter: drop-shadow(5px 5px 20px rgba(0,0,0,0.4));
    }

}

/* MOBILE CSS */
@media screen and (max-width: 600px){
    /* Banner */
    
    .banner{
        flex-direction: column;
        padding: 30px 20px 15px !important;
    }
    #banner .box{
        width: 100%;
        padding: 20px 10px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    #banner .box .title{
        font-size: 26px;
        line-height: 35px;
        margin-top: 3rem;
        text-align: center;
        margin-bottom: 0px;
    }
    #banner .box .description{
        font-size: 15px;
        line-height: 25px;
        width: 100%;
        padding: 10px 20px;
        margin-top: 5px;
        text-align: center;
        margin-bottom: 20px;
    }
    #banner .my-btn-group{
        justify-content: center;
    }
    #banner .portrait-landscape-images img {
        width: 100%;
        height: auto;
        filter: drop-shadow(5px 5px 20px rgba(0,0,0,0.4));
    }
    #banner .box .book-a-demo{
        padding:  10px 18px;
        font-size: 14px;
    }
    #banner .box .download-app{
        padding:  10px 20px;
        font-size: 14px;
    }

    #banner .portrait-landscape-images{
        width: 100%;
        margin-right: 0px;
        margin-top: 20px;
    }
}
@media screen and (min-width: 200px) and (max-width: 370px){
    #banner .box .book-a-demo{
        padding:  10px 18px;
        font-size: 12px;
    }
    #banner .box .download-app{
        padding:  10px 20px;
        font-size: 12px;
    }
    .download-app{
        margin-left: 10px !important;
    }
    .testimonial-title {
        font-size: 25px;
        margin: 0rem;
    }
}
@media screen and (min-width: 600px) and (max-width: 700px){

}
@media screen and (min-width: 600px) and (max-width: 1000px){
    /* Banner */
    .banner{
        padding: 50px 0px !important;
        flex-direction: column;
    }
   
    #banner .box {
       margin: 4rem 0rem;
    }
    #banner .box .title {
        margin-top: 0px;
        text-align: center;
        font-size: 40px;
        line-height: 55px;
    }
    #banner .box .description{
        text-align: center;
        width: 100%;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 1rem;
        
    }
    #banner .my-btn-group{
        justify-content: center;
    }
    #banner .portrait-landscape-images{
        width: 100%;
        flex-basis: unset;
        margin-right: 0px;
        margin-top: 20px;
    }
    #banner .portrait-landscape-images img{
        width: 100%;
        height: auto;
        filter: drop-shadow(5px 5px 20px rgba(0,0,0,0.4));
    }
}


@media screen and (min-width: 800px) and (max-width: 1100px){
    #header .logo {
        width: 160px !important;
    }
    #header .logo img {
        width: 70% !important;

    }
    .nav-title {
        padding: 0px 10px !important;
        font-size: 12px !important;
    }
    #header .my-btn {
        width: 100px !important;
        height: 25px !important;
        font-size: 14px !important;
    }

}

@media screen and (min-width: 1000px) and (max-width: 1100px){
    #banner .box .title {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 0rem;
    }
    #banner .box .description {
        font-size: 20px;
        line-height: 35px;
        margin: 10px 0px 30px;
    }
    .book-a-demo {
        font-size: 14px;
        padding: 0.7rem 2.5rem;
    }
    .download-app {
        font-size: 14px;
        padding: 0.7rem 2.5rem;
    }
}


@media screen and (min-width: 1100px) and (max-width: 1400px){
    #banner .box .title {
        font-size: 44px;
        line-height: 65px;
        margin-bottom: 0rem;
    }
    #banner .box .description {
        font-size: 24px;
        line-height: 40px;
        margin: 10px 0px 30px;
    }
    .book-a-demo {
        font-size: 16px;
        padding: 0.7rem 2.5rem;
    }
    .download-app {
        font-size: 16px;
        padding: 0.7rem 2.5rem;
    }
}
@media screen and (min-width:1500px) {
    .banner-my-container{
        height: 100vh;
    }
}

@media screen and (max-width:500px) {
    .banner{
        height: 100vh;
    }
}

@media screen and (max-width:500px) and (max-height:700px) {
    .banner{
        height: 100%;
    }
}