@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.hero-section{
    background: linear-gradient(#000, #000), url(../assets/images/buildings.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: saturation;
    background-position: center;
    height: 100vh;
    position: relative;
}

.main-section {
    position: absolute;
    top: 100px;
    left: 80px;
    right: 80px;
    bottom: 80px;
    background: url(../assets/images/buildings.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    flex-direction: column;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.3);

}

.main-section .content{
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bg-overlay {
    position: absolute;
    top: 80px;
    left: 100px;
    right: 100px;
    bottom: 80px;
    background: rgba(255, 255, 255, 0.4);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.main-section h2 {
    text-align: center;
    font-size: 10em;
    line-height: 0.7em;
    color: #333;
    margin-top: -80px;
}

.main-section h2 span {
    display: block;
    font-weight: 400;
    letter-spacing: 6px;
    font-size: 0.2em;
}

.orange-text{
    color: #b77217;
}

.bg-orange{
    background: rgba(183, 114, 23, 0.2);
}

.index-form {
    width: 60%;
}

.index-form .index-inputs span, .index-form .index-inputs input, .index-form .index-inputs select {
    background: none;
    border: 0 !important;
}

.font-size-xs{
    font-size: 18px;
}

.font-size-sm{
    font-size: 20px;
}

.font-size-md{
    font-size: 24px;
}

.font-size-lg{  
    font-size: 28px;
    
}

.font-size-xl{
    font-size: 36px;
}


.result-card .details-section{
    border-right: 3px solid rgba(0, 0, 0, 0.2);
}

#footer ul{
    margin-top: 0.5rem;
 }

 #footer ul li {
    margin: 1rem 0;
 }

 #footer .footer-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-bottom: 2px solid rgba(220,220,220,0.8);
 }

 #footer .footer-flex .footer-flex-chlid{
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
    width: 20%;
 }

 #footer .social-tab{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
 }

 #footer .social-icon i{
    display: inline-block;
    border: 1px solid var(--grey-color) !important;
    border-radius: 50%;
    padding: 0.5rem;
    font-size: 16px;
 }

 #footer .social-icon i:hover{
   background-color: var(--blue-color);
   color: var(--white-color);
 }

 .card-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }

 .bg-grey{
    background: rgba(0, 0, 0, 0.1);
 }

 .hotel-options input {
    border: 1px solid;
 }



@media only screen and (max-width: 980px) {

    .main-section {
        left: 10px;
        right: 10px;    
    }
    
    

    .main-section h2 {
        font-size: 4.5em;
        line-height: 0.4em;
        color: #333;
        margin-top: -80px;
    }

    .main-section h2 span {
        font-weight: 500;
        letter-spacing: 6px;
        font-size: 0.22em;
        margin-bottom: 30px;
    }

    .index-form {
        width: 95%;
    }

    .font-size-xs{
        font-size: 10px;
    }
    
    .font-size-sm{
        font-size: 12px;
    }
    
    .font-size-md{
        font-size: 16px;
    }
    
    .font-size-lg{  
        font-size: 20px;
        
    }
    
    .font-size-xl{
        font-size: 24px;
    }

    #footer ul{
        margin-top: 0.1rem;
     }
    
     #footer ul li {
        margin: 0.5rem 0;
     }
    
     #footer .footer-flex{
        flex-direction: column;
     }

     #footer .footer-flex .footer-flex-chlid{
        margin-left: 0;
        width: 100%;
     }

     #footer .social-tab{
        flex-direction: column;
     }
  
}
/* new */
.twitter-typeahead {
  width: 80% !important;
}
/* end new */