/********** Template CSS **********/

:root {
    --primary: #356735;
    --light: #F1F8FF;
    --dark: #0F172B;
    scrollbar-color: #356735!important;
    scrollbar-width: 6px !important;
}

body {
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #356735;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Button ***/

.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    background: #356735;
    border-color: #356735;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/

.logo-img {
    height: 120px;
    padding-top: 20px;
    padding-bottom: 12px;
    margin-left: -80px;
}

.logo-img1 {
    height: 120px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: -80px;
}

.logo-img-responsive {
    height: 40px;
}

.show-menu {
    left: 0px!important;
}

.side-bar-container {
    position: fixed;
    left: -400px;
    top: 0px;
    z-index: 8;
    width: 350px;
    /* background-color: #356735c9; */
    background-color: white;
    height: 100%;
    transition: 0.5s;
    overflow-y: auto;
    /* direction: rtl; */
    scrollbar-color: black!important;
    scrollbar-width: 20px!important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.collapse-nav {
    cursor: pointer!important;
    position: relative;
    width: 100%;
}

.collapse-nav img {
    height: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
}

ul.side-lists {
    margin-top: 150px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.dis-block {
    display: block!important;
    transition: .5s all linear;
}

ul.side-lists li {
    list-style: none;
    padding-top: 40px;
    font-size: 20px;
    color: black;
    /* cursor: pointer; */
    border-bottom: 1px solid rgb(153, 151, 151);
    /* width: 90%; */
    padding-bottom: 10px;
    cursor: pointer;
}

ul.show-sidenav {
    display: none;
    /* text-align: left;
    margin-left: 85px; */
    padding-left: 0px;
}

ul.show-sidenav li {
    padding-top: 10px;
    border-bottom: none;
    font-size: 17px;
}

.navbar-background {
    /* background-color: #e5e7eb81; */
    position: fixed;
    z-index: 2;
}

.nav-solid-black {
    background-color: #fff !important;
    box-shadow: 0 4px 6px -6px #222;
}

.banner-clouds {
    position: relative;
    width: 100%;
    height: 100vh;
    /* background: url(../img/background.jpg); */
    background: url(../img/background.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-clouds .clouds {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 60%;
    overflow: hidden;
    pointer-events: none;
}


/* @keyframes animate {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    25%,
    75% {
        opacity: 1;
    }
    100% {
        transform: scale(3);
    }
} */

.side-bar p {
    padding-top: 15px;
    cursor: pointer;
}

.side-bar p span {
    margin-right: 15px;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 1px;
}

.box-container {
    transition: 0.5s;
}

.box-container1 {
    background: white;
    width: 150px;
    /* height: 180px; */
    display: flex;
    justify-content: center;
    border-radius: 5px;
    margin-top: 10px;
    transition: 0.5s;
}

.box-container1 a {
    text-align: center;
    margin-left: 75px;
}

.ds-none {
    display: none;
}

.fixed-background {
    background-image: linear-gradient(to bottom, rgba(201, 195, 195, 0.7), rgba(201, 195, 195, 0.7)), url('../img/hd-back.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 60vh;
    margin-top: 80px;
}


/*** Header ***/

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 43, .4);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.dropdown-menu {
    border-radius: 8px!important;
}

.dropdown-menu a {
    color: black!important;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}


/*** Section Title ***/

.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/

.service-item {
    height: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: .5s;
}

.service-item i,
.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF !important;
}


/*img-fixed*/

.img-fixed {
    height: 250px;
    width: 100%;
    background-color: red;
}

.img-fixed img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/****Room Details****/

.hotel-details {
    background-color: #e5e9e7b7;
    padding: 35px;
    border-radius: 3px;
    height: 100%;
    position: relative;
}

.hotel-details h5 {
    border-bottom: 2px solid #c12e23;
    padding-bottom: 10px;
}

.hotel-price h5 {
    border: none;
    font-weight: bold;
    color: #c12e23;
    margin-top: 20px;
}

.serv {
    display: inline-flex;
    font-size: 18px;
    border-bottom: 1px dotted rgb(182, 181, 181);
    width: 100%;
    padding-top: 10px;
}

.serv i {
    color: #c12e23;
    margin-right: 13px;
    font-size: 22px;
}

.serv p {
    font-weight: 500;
    padding-top: 5px;
}

button.book-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    border: 1px solid #c12e23;
    background: #c12e23;
    color: #F1F8FF;
    padding: 5px;
    border-radius: 5px;
}

.room-desc {
    margin-top: 20px;
    margin-bottom: 30px;
}

.all-services-containers {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.amenities {
    width: 32%;
    border-bottom: 1px solid rgb(170, 167, 167);
    padding-bottom: 10px;
    padding-top: 10px;
    display: inline-flex;
}

.ame-image img {
    height: 40px;
}

.ame-ser-heading {
    margin-left: 20px;
    padding-top: 10px;
    font-size: 20px;
}


/*** Footer ***/

.footer {
    position: relative;
    margin-top: 20px;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


/*gallery*/

.gallary {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    gap: 20px;
}

.gal-img {
    width: 32%;
    height: 40vh;
    cursor: pointer;
    position: relative;
}

.gal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    background: black;
    pointer-events: none;
}

.overlay-content {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    letter-spacing: 1px;
    font-size: 18px;
}

.overlay-content h5 {
    color: white;
    opacity: 0;
}

.gal-img:hover .gallery-overlay {
    opacity: 0.6;
}


/*timeline phases*/

.timeline-container ul {
    padding: 10px 0;
}

.timeline-container h3 {
    font-weight: 100;
}

.timeline-container ul li {
    position: relative;
    list-style-type: none;
    width: 4px;
    background-color: green;
    margin: 0 auto;
}

.timeline-container ul li p img{
   width: 45%;
}
.timeline-container ul li p{
    display: inline-flex;
    gap: 10px;
}

.timeline-container ul li:first-child:before {
    background: green;
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.timeline-container ul li::after {
    background: green;
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.timeline-container ul li div {
    position: relative;
    width: 500px;
    padding: 15px;
    border-radius: 5px;
    bottom: 0;
    background: rgba(222, 223, 230, 0.28);
}

.timeline-container ul li:nth-child(odd) div {
    left: -115px;
}

.timeline-container ul li:nth-child(odd) div::before {
    width: 70px;
    height: 3px;
    background: green;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50px;
    left: -90px;
    -webkit-transform: translate(0, -50%);
}

.timeline-container ul li:nth-child(even) div::before {
    width: 70px;
    height: 3px;
    background: green;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50px;
    right: -490px;
    -webkit-transform: translate(0, -50%);
}

.timeline-container ul li:nth-child(even) div {
    left: -390px;
}

.timeline-container time {
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.timeline-container ul li div {
    transition: all .5s ease-in-out;
}

.timeline-container ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0);
}

.timeline-container ul li:nth-child(even) div {
    transform: translate3d(-200px, 0, 0);
}

.timeline-container ul li.show div {
    transform: none;
    visibility: visible;
    opacity: 1;
}

.logo-background-container{
    width: 70%;
    display: flex!important;
    justify-content: center!important;
}


@media screen and (max-width: 900px) {
    .timeline-container ul li div {
        width: 250px;
    }
    .timeline-container ul li:nth-child(even) div {
        left: -289px;
    }
}


.mobile-view-timeline{
    display: flex;
    flex-wrap: wrap;
    display: none;
}

.timeline-boxes{
    width: 50%;
   
    padding: 10px;
    border-radius: 5px;
}

.padding-flex{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
}

.timeline-boxes img{
    width: 48%;
}

.padding-flex time{
    text-align: center;
}

/*responsive starts here*/

.align-center{
    text-align: center;
    width: 25%;
}

.align-center i{
    font-size: 27px;
    margin-bottom: 20px;
    background-color: #356735;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    color: white;
    padding-top: 15px;
}

.align-center p{
    font-size: 16px;
    
}

.flex-contact-us{
    display: flex;
}

@media (max-width: 1235px) {
    .timeline-container ul li div{
        width: 442px;
    }
    .timeline-container ul li:nth-child(even) div::before{
        right: -430px;
    }
    .timeline-container ul li:nth-child(even) div {
        left: -321px;
    }
}

@media (max-width: 1200px) {
    .btn {
        font-size: 14px!important;
    }
}

@media (max-width: 1053px) {
    .gal-img{
        width: 31.8%;
    }
}

@media (max-width: 991px) {
    .gal-img{
        width: 48.5%;
    }
    .side-bar p span{
        display: none;
    }
}
@media (max-width: 950px) {
    .timeline-container ul li div{
        width: 350px;
    }
    .timeline-container ul li:nth-child(even) div::before{
        right: -350px;
    }
    .timeline-container ul li:nth-child(even) div {
        left: -250px;
    }
    .display-3{
        font-size: 40px;
    }
    .display-3{
        font-size: 35px;
    }
}

@media (max-width:925px){
    .timeline-container ul li div{
        width: 300px;
    }
    .timeline-container ul li:nth-child(even) div::before{
        right: -300px;
    }
    .timeline-container ul li:nth-child(even) div {
        left: -190px;
    }
}

@media (max-width:800px){
   .timeline-container ul{
    display: none;
   }
   .timeline-container h3{
    display: none;
}

.mobile-view-timeline{
    display: flex;
}
}

@media (max-width:769px){
    .logo-img{
        height: 96px;
    }
    .box-container1{
        width: 100px;
    }
    .gal-img{
        width: 48%;
    }

}

@media (max-width:720px){
    .display-3{
        font-size: 30px;
    }
}

@media (max-width:600px){
    .product-box img{
        width: 100%!important;
        height: 100%!important;
    }
    .li-slider{
        width: auto!important;
    }
    .display-3{
        font-size: 25px;
    }
    .timeline-boxes{
        width: 100%;
    }
    .padding-flex{
        padding: 0px;
    }
 
}

@media (max-width:530px){
    .gal-img{
        width: 100%;
    }
    .logo-background-container{
        width: 85%;
        justify-content: right!important;
        margin-top: 70px;
    }
    .flex-contact-us{
        display: flex;
        flex-wrap: wrap;
    }
    .align-center{
        width: 50%;
    }
}

@media(max-width:500px){
    .display-3{
        font-size: 25px;
    }
}

@media(max-width:450px){
    .display-3{
        font-size: 20px;
    }
    .align-center{
        width: 100%;
    }
}