@import url("./bootstrap.css");

body{
    overflow-x: hidden !important;
}

.hotel-bg{
    margin-top: -6.5rem;
    background: url(../img/terrace-view-6.jpg)  ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pt-250{
    padding-top: 230px;
    padding-bottom: 180px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.pt-250 h6{
    font-size: 25px;
    color: var(--warning);
    font-weight: 600;
}

.pt-250 h1{
    font-size: 80px;
    font-weight: 800;
    margin: 20px 0;
}

.pt-250 p{
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.search-btn:hover{
    background: var(--hover);
}

.form-container{
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);

}

#form-container{
    position: relative;
    margin-top: -60px;
    z-index: 1;
}

.site-title-tagline{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #FCA702;
    padding-left: 80px;
    position: relative;

}

.site-title-tagline::before {
    content: "";
    position: absolute;
    width: 65px;
    height: 3px;
    left: 0;
    top: 10px;
    background: #FCA702;
}

.site-title{
    font-size: 38px;
    color: #051242;
    margin: 10px 0;
}

.site-heading p {
    font-size: 18px;
}

.feature-single {
    text-align: center;
    padding: 25px 0px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.feature-icon img {
    width: 40px;
    margin-bottom: 20px;
}

#features h5 {
    font-weight: 700;
}

.about-left {
    position: relative;
    display: block;
}

.about-img {
    position: relative;
    padding: 40px 20px 40px 140px;
    z-index: 1;
}

.about-img img {
    border-radius: 15px;
}

.about-img-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #FCA702;
    border-radius: 15px;
    z-index: -2;
}

#about-us{
    padding-top: 120px;
    padding-bottom: 120px;
}

.site-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 38px;
    color: #051242;
    margin: 10px 0;
}

#about-us ul span{
    font-size: 20px;
    color: var(--warning);
}

.py-40{
    padding-bottom: 40px;
    padding-top: 40px;
}

.counter-area {
    background-image: url(../img/terrace-view-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.counter-box {
    /*padding: 35px;*/
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.counter-box .icon {
    height: 75px;
    width: 75px;
    font-size: 50px;
    color: var(--warning);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.counter-box .counter {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

.counter-box .title {
    color: var(--warning);
    font-family: "Karla", sans-serif;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}

.btn-next{
    position: absolute; 
     top: 50%;
     right: 5%; 
     z-index: 100000;
     transform: translateX(300%);
     transition: all .5s ease-in-out;

}

.btn-prev{
    position: absolute; 
     top: 50%;
     left: 5%;
     z-index: 100000;
     transform: translateX(-300%);
     transition: all .5s ease-in-out;

}

.custom-btns button{
    color: white;
    font-size: 18px;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 2px solid #fff;
    display: inline-block;
    cursor: pointer;
    height: 50px;
    width: 50px;
    line-height: 47px;
    text-align: center;
    border-radius: 50%;

}

.dark-hover:hover .btn-prev{
    transform: none;
    transition: all .8s ease-in-out;

}
.dark-hover:hover .btn-next{
    transform: none;
    transition: all .8s ease-in-out;

}

.dark-hover:hover .btn-prev:hover{
    transition: all .5s ease-in-out;

}

.dark-hover{
    height: 100%;
    width: 100%;
    background-color: rgba(8, 39, 64, .6);
    top: 0;
    left: 0;
    content: '';
}

.form-control{
    padding: 10px 10px 10px 35px!important;
    border-radius: 8px;
    border-color: #6C7592;
    color: #6C7592;;
}

.search-btn {
    width: 100%;
    border: none;
    background: var(--warning);
    color: #fff;
    border-radius: 8px;
    padding: 12px 0;
    transition: all .5s ease-in-out;
}

.py-120{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

@media (max-width: 1025px){
    .pt-250{
        padding-bottom: 0px;
    }
}

@media (max-width: 769px){
   
    .custom-btns button{
        display: none;
    }
    
    .pt-250{
        padding-bottom: 180px;
    }
}

@media (max-width: 767px){
   
    .pt-250 h6 {
        font-size: 16px;
    }

    .pt-250 h1 {
        font-size: 30px;
    }

    .hotel-bg{
        background-size: auto;
    }



}


@media (max-width: 450px){
    .pt-250{
        padding-bottom: 180px;
    }
}


