
@media(max-width: 600px) {
    .navbar-brand .logo{
        font-weight: 700;
        font-size: 14px;;
    } 
     .carousel-caption h2{
        font-weight: 600;
        font-size: 24px;
       
    }
   .info-content h2{
        color: #0A0826;
        font-size: 19px;
        font-weight: 700;
        line-height: 60px;
        text-align: left;
    }
    
    .info-content .info-text{
        color: #6C6C6C;
        font-size: 15px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
    }
   

    .caption-content {
        width: auto;
        
    }
    .explore-btn{
        margin-top: 35px;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* display: block; */
    }
    .explore-btn .btn{
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        width: 230px;
        
    }
        .lead-text{
        font-size: 19px;
        font-weight: 600;
        line-height: 28.5px;
        padding-top: 70px;
        padding-bottom: 20px;
        color: #0A0826;
    }
    #question-section{
        flex-direction: column;
    }
    #question-section img{
        width: 90dvw;
        height: 301px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
       #footer-main .copyright{
        color: #D9DBE1;
        width: 100%;
        text-align: center;
        
    }
    #footer-main .footer-right{
        color: #D9DBE1;
        width: 40%;
        margin: auto;
    
        
    }
       #footer-main .row{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        
    }
     /* info section */
     #info-section img{
        width: 90dvw;
        height: 214px;
        border-radius: 5px;
      
        
    }

    .info-content .info-header{
        color: #0A0826;
        font-size: 19px;
        font-weight: 700;
        line-height: 60px;
    }
    
    .info-content .info-text{
        color: #6C6C6C;
        font-size: 15px;
        font-weight: 700;
        line-height: 28px;
    }
    #package-info .card-title p, #package-info .card-text p{
        color: #848199;
        font-size: 15px;
        font-weight: 400;
        line-height: 22.5px;
    }
    
    #package-info .btn{
        width: 207px;
    }
    #package-info .card:hover .btn{
        width: 100%;

    }

    #package-info .card{
      
        margin: 20px 0;
        
    }
    #package-info #hot-package{
        
        border-radius: 20px;
        background: #3F87F5;
        border: none;
        box-shadow: 0 10px 10px 1px rgba(63, 135, 245, .5);
        margin: 20px 0;
        
    }
   
    #package-info #hot-package p, #package-info #hot-package h3, #package-info #hot-package h5, #package-info #hot-package svg{
        
        color: white;
        
    }
    #package-info h2{
        margin-bottom: 5px;
        color: #0A0826;
        font-size: 19px;
        line-height: 28.5px;
        font-weight: 600;
    }
    
    
    #hot-package{
        background: #3F87F5;
    }   

}