:root{
    --themecolor1:#f97150;
    --white:white;
}
*{
    margin: 0;
    padding: 0;
}
*::selection{
    background-color:rgb(224, 207, 157);
    color: #f97150;
}
/* Common css section start */
.d-flex{
    display: flex;
}
.justify-center{
    justify-content: center;
}
.justify-space-between{
    justify-content: space-between;
}
.justify-space-evenly{
    justify-content: space-evenly;
}
.align-center{
    align-items: center;
}
.container-fluid{
    height: 100%;
    width: 100%;
}
.container{
    width: 80%;
    margin-left: 10%;
    height:max-content;
    background-color: white;
}

.direction-col{
    flex-direction: column;
}
.h-100{
    height: 100%;
}
.w-100{
    width: 100%;
}
.h1{
    font-size:3.5rem;
    font-weight: bold;
}
.text-white{
    color: white;
}
.bg-white{
    background-color: white !important;
}
.text-theme1{
    color:var(--themecolor1);
}
.bg-theme1{
    background-color: var(--themecolor1);
}
.bg-white{
    background-color: var(--white);
}
.bg-transparent{
    background-color: transparent;
}
.uppercase{
    text-transform: uppercase;
}
.text-center{
    text-align: center;
}
.text-decoration-none{
    text-decoration: none;
}
/* Common css section close */
#body{
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: fixed;
    background-image: url('../images/background2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -66666;
}

/* Slider section start */
 .slider{
    height: 70vh;
    width: 100%;
    position: relative;
    animation: crousel 10s ease-in-out  infinite ;
    transition: all;
    background-image: url('../images/bridge-8800485_1920.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
 }

@keyframes crousel {
    0%{ 
        background-image: url('../images/bridge-8800485_1920.jpg');
    }
    40%{
        background-image: url('../images/nature-4216505_1280.jpg');
    }
    60%{
        background-image: url('../images/pexels-wildlittlethingsphoto-745045.jpg');
    }
    100%{
        background-image: url('../images/bridge-8800485_1920.jpg');
    }
}
.slider_text{
    height: 100%;
    width: 100%;
    background-color: rgba(2, 2, 2, 0.452);
}
.slider_text p{
    font-size: 1.3rem;
}
.slider_text div form *{
height: 60px;
font-size: 1.3rem;
padding: 0px 20px;
border: none;
outline: none;
width:15vw;
}

/* Slider section close */
/* slider bottom section start */
.offers{
    position: relative;
    height: 200px;
    margin-top: -30px;
    z-index: 9999;
}
.offers .left_{
    width: 30%;
}
.offers .left_ img{
    height: 50px;
    margin-right:20px;
    filter: invert(1);
}

/* slider bottom section close */
/* popular destination section start */
.place-card{
    height:fit-content;
    width: 30%;
    background-color: #f97150;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s ease-in-out;
    overflow: hidden;
}
.place-card img{
    width: 100%;
    height: 250px;
    transition: all 0.5s ease-in-out;
}
.place-card h3{
    bottom:20px;
    text-align: center;
    position: absolute;

}
.card-text{
    position: absolute;
    height:0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.688);
    bottom: 0px;
    transition: all 0.5s;
    z-index: 9999;
    /* transition: all 0.5s ease-in-out; */
    /* display: none; */
}
.place-card:hover .card-text{

    display: block;
    height: 100%;
}
.place-card:hover .card-img{
    transform: scale(1.2);
}
/* Second offer section start */
.offers2{
    height: 40vh;
    overflow-y: hidden;
}
.offers2 div img{
    height:20vh;
}
.offers2 img{
    width: 50%;
}

/* Write Review section start */
.WriteReview{
    height: auto;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.WriteReview form input{
    padding-top:10px;
    padding-bottom: 10px;
    width: calc(50% - 40px);
    margin-top: 20px;
    background-color: white;
    outline: none;
    border: none;
}
.WriteReview form select{
    padding-top:10px;
    padding-bottom: 10px;
    width: calc(50% - 40px);
    margin-top: 20px;
    background-color: white;
    outline: none;
    border: none;
}
.WriteReview form textarea{
    margin-top: 20px;
    height: 60px;
    width: calc(50% - 40px);
    outline: none;
    border: none;
}
.WriteReview form input[type='submit']{
    background-color: var(--themecolor1);
    width: 20%;
}

/* Show Review css section */
.review-card{
    width: 30%;
}
.review-card div{
    margin-top: 20px;
}
.review-card div img{
    height: 100px;
}
.review-card div i{
    color: yellow;
}

/* ======================================== header section start======================================= */
.header1{
    height: 50px;
    width: 100%;
    /* background-color: #d4f12f; */
    display: flex;
    text-align: center;
}
.header1left{
    height: 100%;
    width: 75%;
    text-align: center;
    /* background-color: #70f78e; */
    display: flex;
    padding-right: 20px;
}
.header1right{
    height: 100%;
    width: 25%;
    text-align: center;
    /* background-color: #c2f154; */
    display: flex;
    text-align: right;
    border-left: 1px solid black;
    
}
.header1leftcol1{
    height: 85%;
    width: 50%;
    /* background-color: #fff; */
    text-align: left;
    padding-top: 1%;
    padding-left: 2%;
    font-size: 18px;
}
.header1leftcol2{
    height: 85%;
    width: 50%;
    /* background-color: #ee2727; */
    text-align: right;
    padding-top: 1%;
    font-size: 18px;
}
.header1rightcol1{
    height: 88%;
    width: 50%;
    /* background-color: #27ee48; */
    padding-right: 2%;
    padding-top: 2%;
    font-size: 18px;
}
.header1rightcol2{
    height: 88%;
    width: 50%;
    /* background-color: #ee2727; */
    padding-right: 2%;
    text-align: center;
    padding-top: 2%;
    font-size: 18px;
}


/* Header2 Section Logo And Manu Section */

.header2{
    height: 70px;
    width: 100%;
    /* background-color: #cdf325; */
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.863);
}
.header2left{
    height: 100%;
    width: 30%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header2left img{
    height:100px;
}
.header2right{
    height: 100%;
    width: 70%;
    /* background-color: #369bfa; */
    display: flex;
   text-align: center;
   justify-content:space-around; 
   align-items: center;
}
.menu_items{

    text-decoration: none;
    color: black;
    font-size: 1rem;
    font-weight: bold;
    border: none;
     outline: none; 
     transition: all 0.5s;
}
.menu_items:hover{
    border-bottom: 2px solid var(--themecolor1);
}
/* ======================================== header section end======================================= */
/* ======================================== footer section end======================================= */
.footer{
    height: 4%;
    width: 100%;
    /* background-color: rgb(44, 40, 40); */
    background-color: rgba(44, 40, 40, 0.938);
    display: flex;
}
.footercoll{
    height: 100%;
    width: 25%;
    /* border-right: 2px solid red; */
    text-decoration: none;
    padding: 5%;
}
.footercont{
    color: gray;
    padding-left: 10%;
   text-decoration: none;
   font-size: 18px;
}
.footercont:hover{
    color: orangered;
}
.footer2{
    height: 60px;
    width: 100%;
    background-color: #252222;
    text-align: center;
    color: gray;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer2 div{
    height: 1.5px;
    background-color: rgba(128, 128, 128, 0.807);
    width: 80%;
}
.footercoll form input{
    width: 100%;
    /* padding: 10px 10px; */
    height: 40px;
    border:none;
    outline: none;
}
.footercoll form input[type='submit']{
    margin-top: 20px;
    background-color: var(--themecolor1);
    color: var(--white);
}
form input[type='submit']{
    color: white;
    background-color: var(--themecolor1);
    transition: all 0.5s;
}
form input[type='submit']:hover{
    background-color: transparent;
    color: var(--themecolor1);
    border:1px solid var(--themecolor1)
}
/* ======================================== footer section end======================================= */

/*  --------------------------------------- Guide section ------------------------------------ */
#guidetop{
    height:50px;
    width:100%;
    text-align: center;
}
#guidebotom{
    height:fit-content;
    width:100%;
    padding-top: 4%;
    text-align: center;

}
.guide1{
    height:250px;
    width:45%;
    background-color: aliceblue;

    float:left;
}
.left {
    height: 250px;
    width:40%;
    background-color: beige;
    float: left;
}
.left img{
    width: 100%;
    height: 100%;
}

.right {
    height: 250px;
    width:60%;

    float: left;
}