*,
::before,
::after{
    box-sizing: border-box;
}
body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Playfair Display', serif;
}
html{
    scroll-behavior: smooth;
}
.more_det_btn{
    display: inline-block;
    width: 250px;
    height: 50px;
    line-height: 48px;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #000;
    color: #000;
    font-size: 17px;
    position: relative;
    overflow: hidden;
    background: transparent;
    text-transform: uppercase;
    transition: all .35s;
    z-index: 1;
    font-family: 'Open Sans', sans-serif;
}
.more_det_btn:before,
.more_det_btn:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #000;
  z-index: -1;
  transition: all .35s;
}
.more_det_btn:before{
  opacity: .5;
}
.more_det_btn:after{
  transition-delay: .2s;
}
.more_det_btn:hover{
  color: #fff;
  text-decoration: none;
}

.more_det_btn:hover:before,
.more_det_btn:hover:after{
  top: 0;
}
.section_about{
    position: relative;
    padding: 100px 0;
    background: #f8f6f8;
}
.section_about:before{
    content: '';
    position: absolute;
    top: 100px;
    left: -167px;
    width: 300px;
    height: 300px;
    border-radius: 30px;
    background: #ddd;
    animation: rotate-animation 40s infinite linear;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.side {
  position: absolute;
  width: 450px;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.image_ab {
      height: 300px;
    width: 350px;
    box-shadow: 0px 10px 43px rgb(0 0 0 / 30%);
    position: relative;
    border: 10px solid #fff;
}
.image_ab img{
  width: 100%;
  object-fit: cover;
      height: 100%;
}

.front {
    margin-right: 113px;
}
.back {
    margin-left: 0;
    margin-top: -202px;
    width: 463px;
    margin-right: 151px;
}
.middle {
    margin-left: 437px;
    margin-top: -227px;
    height: 426px;
}
.section_our_room{
    background: #fff;
    position: relative;
}
.all_top_heding{
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.all_top_heding h6{
    line-height: 22px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 4px;
}
.all_top_heding h1{
    color: #000;
    font-size: 110px;
    font-family: 'Playfair Display', serif;
}
.all_top_heding p {
    line-height: 30px;
    color: #959595;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
}
.small_img{
    width: 100%;
    position: relative;
    height: 400px;
    overflow: hidden;
    transition: ease-in all 0.3s;
}
.small_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in all 0.3s;
}
.small_img:hover img{
    transition: ease-in all 0.3s;
    transform: scale(1.1);
}
.small_img:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgb(0 0 0 / 0%);
    transition: ease-in all 0.3s;
    z-index: 1;
}

.small_img:hover:before{
    background: rgb(0 0 0 / 30%);
    transition: ease-in all 0.3s;
}

.heding_room{
    background: #fff;
    padding: 10px;
}
.heding_room h4{
    margin-bottom: 0;
    font-size: 18px;
}
.par_day{
    position: absolute;
    background: rgb(255 255 255 / 83%);
    padding: 6px 15px;
    border-radius: 3px;
    top: 3px;
    left: 4px;
}
.hotel_tab_sec{
    padding: 100px 0;
    position: relative;
}


.tabs-left {
  border-bottom: none;
}

.tabs-left a{
    padding: 35px;
    display: block;
    color: #000;
    background: #f2f2f2;
    margin-bottom: 30px;
    transition: ease-in all 0.3s;
}
.tabs-left a.active,
.tabs-left a.active:hover,
.tabs-left a.active:focus {
  border-bottom-color: #000;
  border-right-color: transparent;
  background:#000;
  border:none;
  border-radius:0px;
  position: relative;
  text-decoration: none;
  color: #fff;

}
.tabs-left a:hover {    
    text-decoration: none;
    background:#231f19;
    color: #fff;
    transition: ease-in all 0.3s;
    transform: scale(1.1);
}
.tabs-left a.active::after{
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;  
    border-left: 10px solid #231f19;
    display: block;
    width: 0;
}
.tabs-left a h4{
    font-size: 26px;
}

.hotel_tab_bg{
    position: relative;
}
.hotel_tab{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff8f0;
    width: 50vw;
    height: 30vw;
    transform: translate(-33%, -30%);
}
.hotel_tab_bg p{
    padding-right: 100px;
}
.icon_icon{
  margin-right: 25px;  
}
.icon_icon span{
  font-size: 50px;
}
.tabs-left a p{
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.gallery_sec{
    padding: 100px 0;
    background: #fff;
}
.gallery_sec .item{
    padding:0px;
}
.gallery_sec .owl-carousel.owl-drag .owl-item{
    margin-right: 0 !important;
}
.gallery_img{
    position: relative;
}
.gallery_img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.gallery_sec .owl-prev, .gallery_sec .owl-next{
    background: rgb(0 0 0 / 42%)  !important;
    color: #fff !important;
    border: none;
    padding: 0!important;
    line-height: 20px !important;
    width: 36px !important;
    position: absolute;
    top: 45%;
}
.gallery_sec .owl-prev:focus, .gallery_sec .owl-next:focus{
    outline: none;
}
.gallery_sec .owl-prev span, .gallery_sec  .owl-next span{
    font-size: 50px;
}
.gallery_sec .owl-next{
    right: 0;
}
.video_sec{
    width: 100%;
}
.video_sec video{
    width: 100%;
}

.map_sec{
    width: 100%;
    padding: 100px 0;
}
.map_sec iframe{
    width: 100%;
    height: 584px;
}
.map_form{
    background: #fff;
    padding: 0px;
    box-shadow: 0 0 30px #ccc;
    margin-right: 40px;
}
.contact_form{
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 30px #ccc;
    margin-left: 40px;
}
.contact_form .form-control{
    padding: 12px;
    border-radius: 0;
}




ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: url(../img/ftr.jpg);
  position: relative;
}
.footer-section:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgb(0 0 0 / 65%);
}

.single-cta i {
  color: #e1542f;
  font-size: 30px;
  float: left;
}
.single-cta{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 12px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text span {
  color: #e5e5e5;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.client_sec{
    margin-bottom: 50px;
}

.testimonial {
    margin: 18px 20px 15px;
}

.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 17px #ccc;
}

.testimonial .testimonial-content:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-top: 15px solid #718076;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonial .testimonial-content:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    border-top: 15px solid #718076;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #000;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #000;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial .description {
    font-size: 15px;    
    color: #000;
    line-height: 23px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}

.testimonial .post {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}









.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 15px;
  color: #e5e5e5;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 27px;
  margin-right: 10px;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #e1542f;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.footer-widget ul li a {
  color: #e5e5e5;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
}
.footer-widget ul li a:hover{
  color: #e1542f;
}

.copyright-area{
  background: #000;
  padding: 10px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #e5e5e5;
  font-family: 'Open Sans', sans-serif;
}
.copyright-text p a{
  color: #e5e5e5;
  font-family: 'Open Sans', sans-serif;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #e1542f;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
  font-family: 'Open Sans', sans-serif;
}
.bg_paralax{
    background: url(../img/bg_paralax.jpg);
    padding: 150px 0;
    background-attachment: fixed;
    position: relative;
}
.bg_paralax:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 43%);
}
.color_fff h1, .color_fff h2, .color_fff h3, .color_fff h4, .color_fff h5, .color_fff p, .color_fff span{
    color: #fff;
}


@media (min-width: 1450px){
.container {
    max-width: 1440px;
}
}
@media (max-width: 1366px){
    .image_ab{
        height: 259px;
        width: 285px;
    }
    .all_top_heding h1{
        font-size: 70px;
    }
    .tabs-left a{
        padding: 20px;
    }
}
@media (max-width: 1024px){
    .banner_img .item .cover .header-content h1{
        font-size: 70px;
    }
    .banner_img .item .cover .header-content{
        width: 95%;
    }
    .image_ab {
        height: 225px;
        width: 225px;
    }
    .middle {
        margin-left: 228px;
        margin-top: -132px;
        height: 326px;
    }
    .back {
        margin-left: 0;
        margin-top: -202px;
        width:300px;
    }
    .hotel_tab {
        height: 42vw;
        transform: translate(-19%, -37%);
    }
    .icon_icon{
        margin-right: 12px;
    }
    .tabs-left a {
        padding: 13px;
    }
    .tabs-left a h4 {
        font-size: 21px;
    }
    .map_form{
        margin-right: 0;
    }
    .contact_form{
        margin-top: 25px;
        margin-left: 0;
    }
}
@media (max-width: 768px){
    .wrapper{
        margin-top: 75px;
    }
    .all_top_heding h1{
        font-size: 60px;
    }
    .all_top_heding p{
        font-size: 15px;
        line-height: 25px;
    }
    .scroll-on .navbar-light .navbar-toggler-icon{
        border-bottom: 1px solid #fff;
    }
    .scroll-on .navbar-light .navbar-toggler-icon:after, .scroll-on .navbar-light .navbar-toggler-icon:before{
        background-color: #fff;
    }

}
@media (max-width: 767.98px){
    .banner_img .item .cover .header-content{
        padding: 15px;
    }
    .banner_img .item .cover .header-content h1 {
        font-size: 40px;
    }
    .all_top_heding h1 {
        font-size: 45px;
    }
    .image_ab{
        width: 100%;
        margin-bottom: 15px;
    }
    .front {
        margin-right: 0;
    }
    .middle {
        margin-left: 0;
        margin-top: 0;
    }
    .back {
        margin-left: 0;
        margin-top: 0;
        margin-right: 0;
    }
    .contact_form{
        padding: 15px;
    }
    .hotel_tab_bg p{
        padding: 0;
    }
}














