.body{
    margin:0;
    padding:0;
}
img{
    max-width:100%;
}
/*header section start from here*/
.container{
    max-width:1240px;
}
header{
    background-color:#720004;
    padding:10px 0;

}
header h2{
   font:bold italic 26px "Kaushan Script";
    margin: 0;
    color: #fff;
    text-align: center;
}
header h3{
    font:18px "arial";
    margin:6px 0;
    color:#fff;
     text-align: center;
}
header p{
    font:16px "arial";
    margin:0;
    color:#fff;
     text-align: center;
}
header a{
    text-decoration:none;
    font:18px arial;
    color:#fff;
   display: block;
    text-align: left;
    line-height:26px;
}
header i{
    margin-right:8px;
}
.hotel-contact a{
    text-align:right;
}
.header-txt{
    text-align:right;
}
.header-txt i{
    color:#fff;
  margin-left: 35px;
}
nav{
    background-color:#f8eee3;
}
.navbar {
    padding: 6px 0;
}
.navbar-nav a {
    font: 18px arial;
    color: #000;
    position: relative;
  }
.navbar-expand-lg .navbar-nav .nav-link {
   padding-left:50px;
  }
  .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #720004;
  }
  .navbar-expand-lg .navbar-nav .nav-link.active:after{
    content:" ";
    position:absolute;
    width:75%;
    top: 40px;
    left: 40px;
    background-color: #720004;
    height:2px;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover:after{
    content:" ";
    position:absolute;
    width:75%;
    top: 40px;
    left: 40px;
    background-color: #720004;
    height:2px;
  }
.nav-link:hover{
    color:#720004;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #720004;
    border: 1px solid #720004;
    border-radius: 30px;
    height: 15px;
    width: 15px;
}
/*header section end here*/
/*main section start from here*/
.about{
    margin:70px 0;
}
.about{
    overflow: hidden;
    }
.about img:hover{
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); 
    }
.hotel{
    margin-right:50px;
}
.about h1{
    font:bold 38px arial;
    margin-bottom:30px;
}
.about p{
    font:16px arial;
    line-height:30px;
}
.about a{
  border-radius: 15px;
    text-decoration: none;
    font: 18px arial;
    color: #720004;
    text-align: center;
    padding: 15px 58px;
    display: block;
    width: 202px;
    margin-top: 30px;
    border: 1px solid #720004;
}
.about a:hover{
    background: #720004;
    border:1px solid#720004;
    transition:1s;
    color: #fff;
}
.gallery-section h2{
    color:#720004;
    font:bold 36px arial;
    text-align:center;
    position:relative;
}
.gallery-section h2::before,
.gallery-section h2::after {
  content: " ";
  position: absolute;
  top: 50%;
    left: 56%;
  width: 60px;
  height: 2px;
  background-color: #720004;
}

.gallery-section h2::before {
    left: 40%;
  transform: translateY(50%);
}
.gallery-section p{
    color: hsl(0, 3%, 35%);
    font: 18px arial;
    text-align: center;
    margin-bottom: 33px;
}
.hotel-gallery img{
    margin-top:10px;
}
.room-section{
    background-color:#F8F4F4;
    padding:60px 0;
    margin:60px 0;
}
.room-section h2{
    color:#720004;
    font:bold 36px arial;
    text-align:center;
    position:relative;
}
.room-section h2::before,
.room-section h2::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 58%;
  width: 60px;
  height: 2px;
  background-color: #720004;
}

.room-section h2::before {
  left: 37%;
  transform: translateY(50%);
}

.room-section h2::after {
  right: 0;
  transform: translateY(-50%);
}
.room-section p{
    color: #5D5A5A;
    font: 17px arial;
    text-align: center;
    letter-spacing: 6px;
    margin-bottom: 33px;
}
.deluxe-room{
    background-color:#fff;
    padding:20px;
}
.deluxe-room h3{
    font:bold 20px arial;
}
.deluxe-room p{
    font:16px arial;
    text-align:left;
    line-height:24px;
    letter-spacing: 1px;
}
.room-section a {
    border-radius: 8px;
    text-decoration: none;
    font: 18px arial;
    color: #720004;
    /* background-color: #720004; */
    text-align: center;
    padding: 15px 0px;
    display: block;
    /* width: 185px; */
    margin: 0 auto;
    margin-top: 30px;
    border: 1px solid #720004;
} 
.room-section a:hover{
    background: #720004;
    transition:1s;
    color: #fff;
}
.our-facility{
    margin:20px 0;
}
.facility h2{
    color:#720004;
    font:bold 36px arial;
    text-align:center;
    position:relative;
}
.facility h2::before,
.facility h2::after {
  content: " ";
  position: absolute;
  top: 50%;
    left: 56%;
  width: 60px;
  height: 2px;
  background-color: #720004;
}
.facility h2::before {
   left: 39%;
  transform: translateY(50%);
}
.facility p {
    color: hsl(0, 3%, 35%);
    font: 18px arial;
    text-align: center;
    margin-bottom: 33px;
}
.free-parking {
    text-align: center;
    border:1px solid#f3eff0;;
    padding: 30px;
}
.free-parking:hover{
    box-shadow: 1px 1px 16px #d5cfd0;
}
.free-parking h4{
    font:19px arial;
    margin-top:15px;
}
.wifi{
    padding: 39px 30px;
}
.travel-spot{
    margin:60px 0;
}
.travel-spot h2 {
  color: #720004;
  font: bold 36px "Arial", sans-serif;
  text-align: center;
  position: relative;
}

.travel-spot h2::before,
.travel-spot h2::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 58%;
  width: 60px;
  height: 2px;
  background-color: #720004;
}

.travel-spot h2::before {
  left: 37%;
  transform: translateY(50%);
}

.travel-spot h2::after {
  right: 0;
  transform: translateY(-50%);
}

.travel-spot p{
    color: hsl(0, 3%, 35%);
    font: 18px arial;
    text-align: center;
    margin-bottom:25px;
}
.travel{
      position: relative;
}
.image-travel{
  position: relative;
  width: 97%;
}
.overlay-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 15px;
    box-sizing: border-box;
    background-color: #000000ba;
}
.overlay-effect p{
    color:#fff;
    text-align:left;
    font: 16px arial;
    line-height:24px;
}
.travel-place .overlay-effect{
    position: absolute;
    bottom: 0;
    left: 0;
}
.overlay-effect h3 {
    font: bold 21px arial;
    color: #fff;
}
.image-travel:hover .overlay-effect {
  opacity: 1;
}
.khajjiar h3{
    font: bold 21px arial;
    color: #000;
    margin:10px 0 0 0;
}
/*main section end here*/
/*footer section start from here*/
footer{
    background-color:#f1f6f1;
    padding:44px 0;
    margin-top:60px;
}
footer h2{
    font:26px arial;
    color:#720004;
    margin-bottom:40px;
    position:relative;
}
footer h2:after {
    content: " ";
    position: absolute;
    top: 45px;
    left: 0;
    height: 1px;
    width: 80%;
    background-color: #720004;
}
footer li{
    list-style:none;
}
footer a{
    text-decoration:none;
    color:#000;
    font:17px arial;
    margin:10px 0;
    display: inline-block;
}
footer a img{
   margin-right:10px;
}
footer a:hover{
     color:#720004;
}
.quick-links a{
    margin-bottom:20px;
}
.quick-links i{
    margin-right: 20px;
    color:#720004;
}
.quick-links address{
    color:#000;
    font:17px arial;
    line-height:26px;
}
.quick-links address i {
    float: left;
    padding: 4px 0 30px 0;
    font-size: 20px;
}
.social-links i {
    font-size: 20px;
    color:#720004;
    margin-right: 10px;
}
.social-links i:hover{
color: #000;
}
.social-links address{
    margin: 20px 0;
    font: 16px arial;
    line-height: 24px;
}
.copyright{
    background-color:#720004;
    padding:13px 0;
}
.copyright p{
    color: #ffffff;
    font: 15px arial;
    margin: 0;
}
.copy{
   text-align:right;
}
.copy a{
    text-decoration:none;
    color:#e5e4e4;
}
.copy a:hover {
    color: #000000;
}
figure{
  position:relative;

}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .4s ease;
    background-color: rgb(80 199 52 / 50%);
}
.search{
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
figure:hover .overlay {
  opacity: 5;
}
figure img{
    min-height: 219px;
}
/*footer section end here*/
/*about page start from here*/
.about-us{
    background:url("../images/about-us-image.jpg")no-repeat;
    background-size:cover;
    min-height:300px;
}
/*about page end here*/
.gallery{
     background:url("../images/gallery-section-image.jpg")no-repeat;
    background-size:cover;
    min-height:300px;
    margin-bottom:60px;
}
.travel-section{
     background:url("../images/travel-image.jpg")no-repeat;
    background-size:cover;
    min-height:300px;
}
.travel-place{
    margin:30px 0;
}

.room-sec{

    padding:60px 0;
    margin:60px 0;
}
.room-sec h2{
    color:#720004;
    font:bold 36px arial;
    text-align:center;
    margin-bottom:30px;
}
.room-sec span{
color:#000;
}
.room-sec a{
    text-decoration:none;
    background-color:#720004;
    font: 16px arial;
    text-align:center;
    color:#fff;
    padding:8px 12px;
    margin-right:40px;
}

.deluxe-room span{
    font:bold 18px arial;
    margin-left: 90px;
}
.super-room{
    background-color: rgb(239 236 239 / 36%);
    padding:30px;
    margin-top:30px;
}
.semi-deluxe-room{
padding: 150px 0 100px 0;
}
.semi-room-img{
    outline: 2px solid #fdfaeb;
    outline-offset: -10px;
}
.semi-deluxe-room h5{
    margin: 20px 0;
}
.semi-deluxe-room a{
    padding: 15px 0px;
    margin-top: 24px;
    display: block;
    width: 41%;
}
.semi-deluxe-room a:hover{
  background-color:#000;
      transition:1s;
}
.contact-sec h2{
    color:#720004;
    font:bold 36px arial;
    text-align:center;
    margin-bottom: 50px;
    margin-top:60px;

}
.contact-sec span{
    color:#000;
}
form {
  border: 1px solid #f3efef;
   padding: 20px 30px;
}
form label{
    font: 15px arial;
    margin-top: 21px;
    font-weight: 700;
}
form input{
    width:100%;
    margin-top: 12px;
 padding: 10px 0;
}
.form-select{
    padding:8px;
}
.form-control{
   padding:9px;
}

form select{
    width:100%;
    margin-top: 15px;
}
form .form-group span{
    color:red !important;
}
form textarea{
    width: 100%;
    margin-top: 10px;
}
form button{
    background-color:#720004;
    border:1px solid#720004;
    padding:15px 50px;
    margin-top: 22px;
    color:#fff;
    font:16px arial;
}
.hotel-details{
    background-color: #f3efef;
    padding: 106px 70px;
}

.hotel-details h3{
    font:bold 33px arial;
     color:#720004;
     margin:0 0 20px 0;
}
.hotel-details address{
    font:17px arial;
    color:#3c3b3b;
    line-height:30px;
    margin: 25px 0;
}
.hotel-details span {
    color: #000;
    font: 500 18px arial;
}
.twitter{
    margin-top: 30px;
}
.twitter a{
    text-decoration:none;
    color:#3c3b3b;
    font:17px arial;
    margin-top:15px;
}
.twitter a:hover{
    color:#720004;
}
.twitter span{
    color:#000;
    font: 500 18px arial;
}
iframe{
    margin-top:50px;
}
/*media css start from here*/
@media (max-width:1199px){
.navbar-expand-lg .navbar-nav .nav-link{
  padding-left: 30px;
}
.container{
    width:100%;
}
.navbar-expand-lg .navbar-nav .nav-link.active::after {
  left: 24px;
}
.room-section h2::before {
    display:none;
}
.room-section h2::after{
    display:none;
}
header a {
    font: 17px arial;;
}
.travel-spot h2::before {
    display:none;
}
.travel-spot h2::after{
    display:none;
}
.semi-deluxe-room {
    padding: 120px 0 100px 0;
}
.gallery-section h2::before {
    display:none;
}
.gallery-section h2::after{
    display:none;
}
.facility h2::before {
    display:none;
}
.facility h2::after{
    display:none;
}
}
@media (max-width: 1142px) {
    form label {
    font: 14px arial;
    }
    .semi-deluxe-room {
        padding: 98px 0 78px 0;
    }
}
@media (max-width: 1088px) {
    form label {
        font: 12px arial;
    }
    header h3 {
    font: 17px "arial";
    }
}
@media (max-width:991px){
header h3{
    font: 15px "arial";
}
.header-txt i {
    margin-left: 10px;
}
 header a {
    font: 17px arial;
    line-height: 30px;
}
  .navbar-expand-lg .navbar-nav .nav-link.active:after {
   width: 20%;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover::after {
  width: 20%;
  left: 30px;
  }
  header a {
  margin-left: 0px;
}
.deluxe-room h3 {
  font: bold 18px arial;
}
.deluxe-room {
  padding: 11px;
}
.free-parking h4 {
  font: 16px arial;
}
.quick-links i {
  margin-right: 6px;
}
    form label {
        font: 16px arial;
    }
}
@media (max-width: 893px) {
    .semi-deluxe-room {
        padding: 70px 0 55px 0;
    }
    header a {
        font: 15px arial;
        line-height: 30px;
    }
        header h3 {
        font: 14px "arial";
    }
    header h2 {
    font: bold italic 23px "Kaushan Script";
    color: #fff;
    }
    header p {
    font: 13px "arial";
    }
}
@media (max-width: 839px) {
    header a {
        font: 13px arial;
       line-height: 25px;
    }
    .semi-deluxe-room {
        padding: 48px 0 22px 0;
    }
        header h3 {
        font: 13px "arial";
    }
}
@media (max-width:767px){
header a {
     font: 17px arial;
     display: block;
     margin-bottom: 14px;
     text-align: center;
}
.hotel-contact a{
     text-align: center;
}
 header h2 {
    margin-bottom:15px;
}
header h3 {
    font:18px "arial";
}
header p {
    margin-bottom: 20px;
    font: 15px "arial";
}
header {
  text-align: center;
}
.hotel {
  text-align: center;
  margin-right:0;
}
.about h1 {
  font: bold 30px arial;
}
.about a {
    margin: 0 auto;
}
.about p {
    margin-bottom: 30px;
}
.about{
    text-align: center;
}
figure {
    text-align: center;
}
.gallery-section h2 {
  font: bold 30px arial;
}
.room-section h2 {
  font: bold 30px arial;
}
.room-section {
    text-align: center;
}
.room-section img{
    width:100%;
}
.deluxe-room {
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
}
.free-parking {
  margin-top: 20px;
}
.travel{
    margin:20px 0;
}
.image-travel img{
    width:100%;
}
.travel {
  width: 100%;
}
.quick-links{
  margin-top: 30px;
}
.social-links{
     margin-bottom: 30px; 
}
.quick-links a {
  display: block;
}
.copy {
  text-align: left;
}
.facility h2 {
  font: bold 30px arial;
}
.travel-spot h2{
  font: bold 30px arial;
}
.header-txt {
    text-align: center;;
}
.copyright p {
     margin: 0 0 20px 0;
    text-align: center;
}
.semi-deluxe-room {
        text-align: center;
}
.semi-deluxe-room a {
    width: 100%;
}
.semi-deluxe-room {
    padding: 30px 0 22px 0;
}
.quick-links address i {
   float:none;
}
footer{
    text-align:center;
}
footer h2:after {
    left: 36%;
    width: 29%;
}
.copyright {
    text-align: center;
}
.deluxe-room p{
        text-align: center;
        font: 17px arial;
    }
}
@media(max-width:575px){
.social-links {
  margin-left: 15px;
}
  .room-section h2 {
    font: bold 22px arial;
  }
.facility h2 {
  font: bold 22px arial;
}
.travel-spot h2{
  font: bold 22px arial;
}
  .gallery-section h2 {
    font: bold 22px arial;
  }
  .room-sec h2 {
    font: bold 27px arial
  }
  .contact-sec h2 {
    font: bold 26px arial;
  }
  .hotel-details h3 {
    font: bold 26px arial;
  }
  .hotel-details {
    background-color: #f3efef;
    padding: 71px 32px;
}
}
@media (max-width:425px) {
    header h3 {
        font: 16px "arial";
    }
}
@media (max-width:394px) {
       header h3 {
        font: 14px "arial";
    }
        header a {
        font: 16px arial;
    }
    .room-sec h2 {
    font: bold 20px arial;
    margin-bottom: 0px;
}
    .hotel-details {
        background-color: #f3efef;
        padding: 71px 12px;
    }

    .room-sec h2 {
    font: bold 20px arial;
    margin-bottom: 0px;
}
    .hotel-details {
        padding:53px 12px;
    }
    .hotel-details address {
    font: 15px arial;
    line-height:26px;
    }
    .twitter a {
    font: 15px arial;
    }
}
@media (max-width: 336px) {
    header h3 {
        font: 13px "arial";
    }
        header p {
        margin-bottom: 20px;
        font: 13px "arial";
    }
    .hotel-details {
    padding: 106px 27px;
}
.contact-sec h2 {
        font: bold 22px arial;
    }
        footer h2:after {
        left: 30%;
        width: 43%;
    }
    .room-section p {
        font: 14px arial;
    }
        .hotel-details {
        padding: 106px 5px;
    }
}
/*media css end here*/


