@font-face {
  font-family: font-book;
  src: url("../fonts/book.ttf");
}

@font-face {
  font-family: Open-Sans;
  src: url("../fonts/open_sans.ttf");
}


:root {
  --font-title: 'Oxygen', sans-serif;
  --font-p: Open-Sans;
}



.line-height{
  line-height: 32px;
}
/* about us */
.about_us{
    padding-top: 80px;
    background: #fff;
    padding-bottom:80px;
}

.about_us h1{
    font-size: 22px;
    line-height: 31px;
}
.margin-bottom{
  margin-bottom: 162px;
}
/* about us end */
/* header slider */
#slider_show_content{
  font-size:17px;
  color: #ffffff;
}

/* header slider end */

#img_header_slider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ef4036!important;
}

#img_header_slider.owl-theme .owl-dots .owl-dot span {
  background: #ffffff !important;
}

#img_header_slider.owl-theme .owl-nav.disabled+.owl-dots {
  position: relative;
    top: -14%;
    left: 85%;
}
#img_header_slider.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0;
}
#img_header_slider.owl-theme .owl-dots .owl-dot {
  margin:5px 4px !important;
}

#img_header_slider.owl-carousel {
  height: 377px !important;
  width: 100%;
  margin: 0 auto;
 
}

#img_header_slider.owl-carousel .item {
  height: 377px !important;
}

#img_header_slider.owl-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-inner{
    background-color: #fff;
    padding: 20px 15px 28px;
    border-radius: 10px;
    text-align: center;
}

.course-inner h4{
    line-height: 27px;
    color: #923b3d;
    letter-spacing: 1px;
    border-bottom: 1px solid #923b3d;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
}

.course-inner p{
    line-height: 24px;
    font-size: 15px;
}
.course-inner a{
    background: transparent;
    color: #000;
    padding-bottom: 0px;
}
.underline-expand {
      position: relative;
      display: inline-block;
      cursor: pointer;
    }

    .underline-expand::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      height: 2px;
      width: 30%; /* small underline by default */
      background-color: #c4933f;
      transition: width 0.3s ease;
    }

    .underline-expand:hover::after {
      width: 100%; /* expands to full width */
    }


.news-inner{
    
}
.acdemic-list .course-inner{
    margin-bottom:20px;
}
.news-details-inner h1{
   font-size:25px;
}
.single-testimonials-style-one h3 a{
    color: #222222;
    font-size: 20px;
}

.single-testimonials-style-one .date{
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 13px;
}

.single-testimonials-style-one{
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 15px 15px;
    margin-bottom: 28px;
}
.footer_top{
    border-bottom: 1px solid #ffffffad;
    padding-bottom: 14px;

}
.footer_top h4, .footer_top p, .footer .footer_top a, .footer .footer_top ul li{
    color:#fff;
}
.footer_top .svg-inline--fa.fa-w-10{
    width:12px;
}

.footer_top .svg-inline--fa.fa-w-14{
    width:14px;
}
.footer_top h4{
    font-weight:600;
}

/* room section image slider  */

.img_slider__background {
  background-color: #f3e9d9;
  /*height: 694px;*/
  overflow: hidden;
  padding: 20px 0px 80px;

}


.image_wrapper_one {
  display: flex;
  flex-wrap: wrap;
gap:30px;
margin:44px 0;
justify-content: center;


}

.image1 {
  width: 570px;
  height: 332px;

}

.image1 img {
  width: 100%;
  height: 100%;
}

.text__title {
  font-weight: 700;
  font-size: 36px;
}

/* room slider */
.slider_text.caption {
  display: none;
  text-align: center;
  color: #000;
  padding: 40px 69px 0;
  font-size: 16px;
}

.slider_text.caption.active {
  display: block;
}

.new_slider.owl-carousel {
  width: 826px;
  height: 610px;
  margin: auto
}

.new_slider.owl-carousel .item {
  width: 826px;
  height: 410px;
}

.new_slider.owl-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}

.new_slider.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}


/* room section image slider end  */


/* facility_slider */
.our_services {
  background-color: rgb(255, 255, 255);
}

.our_services .container>h2 {
  font-weight: 700;
  margin-top: 96px;
  font-size: 36px;
}

.our_services .container>p {
  font-size: 16px;
  width: 378px;
  margin-top: 41px;
}


.facility_slider {
  margin: 41px 0 0 80px;
}

.facility_slider .caption {
      color: #da222f;
    font-family: var(--font-p);
    font-size: 16px;
    margin-top: 20px;
    line-height: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.slider-nav {
  position: relative;
  top: -36em;
  left: 87%;
}

.slick-slide {
  height: 450px !important;
}


.facility_slider img {
  width: 475px;
  height: 380px;
  padding-right: 29px;
  object-fit: cover;
  margin-top: 20px;
}

/* facility_slider end */

/*  about us part*/
.about__us h1 {
  letter-spacing: 3.5px;
  font-size: 42px;
  margin-bottom: 31px;
}

.about__us .text_group p {
  line-height: 32.4px;
  font-weight: 300;
  font-size: 20px;
  padding-right: 5px;
  color: #2D2D2D;
}

.img_group {
  width: 438px;
  height: 255px;
  margin: auto 0;
}

.img_group img {
  width: 100%;
  height: 100%;
}

.abt_pragph {
  color: #2D2D2D;
  font-family: var(--font-p);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32.4px;
  /* 162% */
  padding-top: 68px;
}

.about__us .mt-btm {
  margin: 46px 0 44px 0;
}

/* about us end */

/* room section part */


.rooms h1 {
  font-weight: 700;
  margin-bottom: 57px;
}

.rooms .mb-btm p {
  margin-bottom: 55px;

}

/* rooms facilites */
.rooms_services {
  margin-top: 143px;
}

.rooms_services .item {
  width: 53px;
  height: 70px;
}

.rooms_services .item img {
  width: 100%;
  object-fit: cover;
  filter: brightness(0) saturate(100%) invert(61%) sepia(13%) saturate(924%) hue-rotate(355deg) brightness(88%) contrast(90%);
}

.rooms_services .room_items {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 37px;
}

.room_items_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  flex-direction: column;
  text-align: center;

}

.room_caption {
  margin-top: -2px;

}

/* room slider */
.room_pic__slidder {
  margin-top: 50px;
}

#room_slided.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0B548A !important;
}

#room_slided.owl-theme .owl-dots .owl-dot span {
  background: #000000 !important;
}

#room_slided.owl-theme .owl-nav.disabled+.owl-dots {
  text-align: center !important;
}

#room_slided.owl-carousel {
  height: 577px;
  margin: 0 auto;
}

#room_slided.owl-carousel .item {
  height: 577px;
}

#room_slided.owl-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.dining_section h1 {
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 48px;
  letter-spacing:3.5px;

}
.bg-color_white{
  background-color: #F1F1F1;
}


.dining_section p {
  font-size: 16px;
}

/* .outlet {
  margin-top: 60px;
} */

.outlet_text h3 {
  color: #2D2D2D;
  font-family: var(--font-p);
  font-size: 32px;
  font-weight: 700;
}

.outlet_text h5 {
  color: #777;
  font-family: var(--font-p);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.outlet_text h5:nth-child(2) {
  margin: 10px 0 -6px 0;
}

.outlet_wrap p {
  color: #2D2D2D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.4px;
  margin-top: 45px;
  /* overflow-y:auto; */
 }


.outlet_img {
  /* width: 569px; */
  height: 569px;
}



.outlet_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.out_let {
  display: flex;
  justify-content: flex-start;
  gap: 43px;
  align-items: center;
}

.outlet_logo {
  width: 117px;
}

.outlet_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thm-container h2 {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.carousel-indicators li {
  width: 16px !important;
  height: 16px !important;
}
.carousel-indicators li:not(:last-child){
  margin: 0 6px 0 0;
}

.room_mg__top, .dining_section{
    padding: 90px 0px;
}

.dining_back__ground{
  background:linear-gradient(rgba(0, 0, 0, 0.39),rgba(0, 0, 0, 0.336)), url(../images/dining.jpg) no-repeat;
  background-size:100% auto;
  background-position:top center;
  padding:42px 0 419px 0;
  margin: 83px auto;
}


.dining_back__ground h1{
font-size: 24px;
width: 50%;
  color: #000;
  margin: 0 auto;

}

.img_slidder__wrapper{
  position: relative;
}
.img_slidder__wrapper img{
  height: 410px;
  width: 100%;
  object-fit: cover;
}
.inner_text {
  
  color:#da222f;
  /*transform: translate(-50%, -40%);*/
  z-index: 1;
  /*color: #ffffff;*/
}

.book-btn_1{
  display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    font-family: var(--font-p);
    font-size: 13px;
    letter-spacing: 3.12px;
    background: #0b548a;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-weight: 700;
    padding: 6px 17px;
}

.book-btn_1:hover{
  background: #ef3f36;
  color: #fff;
}

  .room_information{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
 flex-wrap: wrap;
}
.room__group{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}
.room_wrapper{
    display: flex;
    max-width: 300px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.maphome{
    border:0;
}
.poppup{
    width:100%;
}


/*  extra css added end */