* {
  box-sizing: none;
}



body {
  font-family: "Open Sans", sans-serif !important;
  background-color: #f8f9fa;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Open Sans", sans-serif !important;
}

a {
  text-decoration: none !important;
}

h1 {
  font-size: 54px !important;
}

h2 {
  font-size: 46px !important;
}

h3 {
  font-size: 40px !important;
}

h4 {
  font-size: 38px !important;
}

h5 {
  font-size: 32px !important;
}

h6 {
  font-size: 28px !important;
}



.main-btn {
  border-radius: 50px;
  background: #f59213;
  color: #fff;
  font-family: "Playfair Display", serif !important;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 25px;
  position: relative;
  width: fit-content;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.main-btn::after {
  border-radius: 50px;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 100%;
  background: #e28000;
  transition: all .35s;
}

.main-btn span {
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}

.main-btn svg {
  margin-right: 10px;
}

.main-btn:hover {
  color: #fff !important;
  box-shadow: rgba(50, 50, 93, .5) 0px 6px 12px -2px, rgba(0, 0, 0, 0.5) 0px 3px 7px -3px;
}

.main-btn:hover::after {
  width: 100%;
}

.readmore-link {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s;
}

.readmore-link:hover {
  color: #680007;
}

/* -----------------------------------------social media bottom icons---------------------------------- */
.icon-bar {
  position: fixed;
  bottom: 0;
  width: 100px;
  transition: all 0.5s;
  z-index: 10000000;
}

.icon-bar a {
  left: -40px;
  display: block;
  text-align: end;
  padding: 20px 20px 10px;
  transition: all 0.3s ease;
  color: white;
  position: relative;
  opacity: 0.6;

}

.icon-bar:hover a {
  opacity: 1;
}

.icon-bar a:hover {
  left: 0;
}

.icon-bar a svg {
  width: 24px;
  height: 24px;

}


.tooltiptext {
  visibility: hidden;
  width: 120px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  top: -26px;
  position: absolute;
  z-index: 1;
  left: 20px;
}

.icon-bar a:hover .tooltiptext {
  visibility: visible;
  transition: all 0.6s;
}

.icon-bar a:hover {
  color: #fff;
  border-bottom-right-radius: 10px;
}

.facebook,
.facebook:hover .tooltiptext {
  background: #3B5998;
  color: white;
}

.twitter,
.twitter:hover .tooltiptext {
  background: #55ACEE;
  color: white;
}


.google,
.google:hover .tooltiptext {
  background: #dd4b39;
  color: white;
}

.linkedin,
.linkedin:hover .tooltiptext {
  background: #007bb5;
  color: white;
}

.youtube,
.youtube:hover .tooltiptext {
  background: #bb0000;
  color: white;
}


/* -------------------------------home banner css-------------------------------- */
.main-banner-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 60px;
}

.main-banner-section .banner-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: brightness(60%);
}

.main-banner-section .banner-bg-video video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-banner-section .banner-text-section {
  position: absolute;

  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;

}

.main-banner-section .banner-text-section .carousel-inner .carousel-item {
  padding: 50px 0;
}

.main-banner-section .banner-text-section h2 {
  color: #f59213;
  font-family: Waterfall !important;
  font-size: 50px !important;
  font-weight: 600;
}

.main-banner-section .banner-text-section h1 {
  font-size: 66px !important;
  font-weight: 600;
  color: #fff;
  font-family: "Playfair Display", sans-serif !important;

}

.main-banner-section .banner-text-section p {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  line-height: 34px;
  margin-bottom: 40px;
}


.about-us-section {
  padding: 100px 0 60px !important;
}

.about-us-section .left-side-content {
  position: relative;

}

.about-us-section .left-side-content img {
  position: absolute;
  width: 100%;
}

.about-us-section .left-side-content img.first-img {
  width: 75%;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.about-us-section .left-side-content img.sec-img {
  top: 200px;
  right: 0;
  width: 60%;
  box-shadow: 0 0 2px 3px #fff;

}

.about-us-section .right-side-content {
  padding: 30px 20px 100px;

}

.section-title .title-heading {
  text-transform: capitalize;
  font-family: "Waterfall", sans-serif !important;
  font-weight: 900;
  color: #e28000;

}

.section-title .border-btm {
  background-color: #e28000;
  width: 80px;
  height: 4px;
  border-radius: 10px;


}

.section-title .tagline {
  font-family: "Playfair Display", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: cadetblue;

}

.about-us-section .right-side-content p {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  line-height: 30px;
  text-align: justify;
  margin-bottom: 30px;
}
.about-us-section .right-side-content li{
  margin-bottom: 10px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
}
.about-us-section .right-side-content li svg{
  margin-right: 10px;
}
.about-us-section .carousel-item {
  height: 400px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px !important;
  position: relative;
}

.about-us-section .carousel-item:hover .carousel-btn {
  opacity: 1;
}

.about-us-section .carousel-item .carousel-btn {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;

}

.about-us-section .carousel-item img {

  border-radius: 10px !important;
  height: 100%;
  width: 100%;
}


.our-services-section {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 80px 0 100px;
  position: relative;
}

.our-services-section::before {
  position: absolute;
  content: "";
  height: 200px;
  width: 200px;
  background-image: url(../img/shape-fries.png);
  background-repeat: no-repeat;
  top: 80px;
  left: 80px;
  animation: zoom 5s infinite alternate;
}

.our-services-section::after {
  position: absolute;
  content: "";
  height: 200px;
  width: 200px;
  background-image: url(../img/shape-pizza.png);
  background-repeat: no-repeat;
  bottom: 80px;
  right: 80px;
  animation: zoom 5s infinite alternate;
}

@keyframes zoom {
  0% {
    transform: scale(1) rotate(10deg);
  }

  100% {
    transform: scale(1.2);
  }
}

.our-services-section .sevices-main {
  position: relative;
  margin-top: 20px;
}

.our-services-section .sevices-main .service-carousel-img .carousel-item {
  width: 100%;
  height: 440px;
  border: 2px solid #999999;
  overflow: hidden;
}

.our-services-section .sevices-main .carousel-item img {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 6px;
}

.our-services-section .sevices-main .services-carousel-text .carousel-item {
  height: 500px;

}

.our-services-section .sevices-main .services-carousel-text .carousel-item .carousel-content h4 {
  font-weight: 600;
  font-family: "Playfair Display", sans-serif !important;
  color: cadetblue;
}

.our-services-section .sevices-main .services-carousel-text .carousel-item .carousel-content .tagline {
  font-size: 18px;
  font-weight: 700;
  color: #777777;
  padding-bottom: 20px;
}

.our-services-section .sevices-main .services-carousel-text .carousel-item .carousel-content p {
  font-weight: 500;
  color: #555555;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: justify;
  height: 220px;
  overflow: auto;
}










.room-service-section {
  padding: 80px 0;
}

.room-service-section .top-content .service-point {
  font-size: 16px;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  color: #777777;
}

.room-service-section .top-content span svg {
  color: cadetblue;
  margin-right: 10px;
}

.room-service-boxes {
  padding: 80px 0;
}

.room-service-boxes .main-box {
  padding-bottom: 20px;
  height: 100%;

  overflow: hidden;
}

.room-service-boxes .main-box:hover img {
  transform: scale(1.2);
}

.room-service-boxes .main-box .box-img {
  height: 280px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 8px 2px cadetblue;
}

.room-service-boxes .main-box .box-img img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}

.room-service-boxes .main-box .box-content {
  padding: 20px;
  border: 1px dashed cadetblue;
  border-top: none;
  text-align: center;
}

.room-service-boxes .main-box .box-content h5 {
  font-weight: 600;
  color: cadetblue;
  font-family: "Playfair Display", sans-serif !important;
  text-align: center;
}

.room-service-boxes .main-box .box-content p {
  font-weight: 500;
  color: #777777;
  height: 80px;
}

.room-service-boxes .main-box .box-content .service-list {
  margin-bottom: 30px;
}

.room-service-boxes .main-box .box-content .service-list li {
  margin-bottom: 10px;
  display: flex;
  gap: 30px;
  font-weight: 500;
  font-size: 16px;
}

.room-service-boxes .main-box .box-content .service-list li svg {
  width: 20px;
  height: 20px;
  color: cadetblue;
}


.our-facility-section {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 60px 0;
}

.our-facility-section .facility-container-main {
  padding: 30px 0;
}

.our-facility-section .facility-container-main .facility-box {

  background-color: cadetblue;
  padding: 10px;
  text-align: center;
  height: 320px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border: 1px solid #fff;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.our-facility-section .facility-container-main .facility-box:hover {
  background-color: #e28000;
}

.our-facility-section .facility-container-main .facility-box .box-icon {
  width: 100px;
  height: 100px;
  margin: 10px auto 20px;
  overflow: hidden;
}

.our-facility-section .facility-container-main .facility-box .box-icon img {
  width: 100%;
}

.our-facility-section .facility-container-main .facility-box .box-content h5 {
  font-weight: 600;
  color: #fff;
  font-family: "Playfair Display", sans-serif !important;
}

.our-facility-section .facility-container-main .facility-box .box-content p {
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;

}


.bottom-ad-banner {
  background: url(../img/we-serve-bg.jpg);
  padding: 140px 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  color: #fff;
}

.bottom-ad-banner::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 0;
}

.bottom-ad-banner .text-content {
  z-index: 1;
  text-align: center;
}

.bottom-ad-banner h2 {
  font-family: "Playfair Display", sans-serif !important;
  margin-bottom: 20px;

}

.bottom-ad-banner p {
  line-height: 32px;
  margin-bottom: 30px;
}


.our-testimonial-section {
  padding: 80px 0;
}

.our-testimonial-section .left-side-content p {

  margin-top: 20px;
  line-height: 30px;
}


.our-testimonial-section .right-side-carousel .item .testimonial-box {
  padding: 10px 20px;

}

.our-testimonial-section .right-side-carousel .item .testimonial-box p {
  line-height: 30px;
  font-size: 20px !important;
  font-family: "Playfair Display", sans-serif !important;
}

.our-testimonial-section .right-side-carousel .item .testimonial-box .box-icon {
  display: flex;
  align-items: center;
}

.our-testimonial-section .right-side-carousel .item .testimonial-box .box-icon img {
  width: 80px;
  height: 80px;
  margin-right: 30px;
}

.our-testimonial-section .right-side-carousel .item .testimonial-box .box-icon span {
  font-size: 24px;
  font-family: "Playfair Display", sans-serif !important;
  font-weight: 600;
  color: cadetblue;
}

.our-gallery-section {
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0.05);
}

.our-gallery-section img {
  transition: all 0.3s;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.our-gallery-section img:hover {
  transform: translateY(-14px);

}

/* -------------- page banner css------------------- */

.page-main-banner {
  width: 100%;
  height: 400px;
  position: relative;
  background: url(../img/inner-page-banner.jpg) 50% 0 repeat-y;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-main-banner::before {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  content: "";
}

.banner-content {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-main-heading h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Playfair Display", sans-serif !important;
}

.page-main-banner ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
}

.page-main-banner ul li {
  color: #ff7e00;
  font-size: 16px;
}

.page-main-banner ul li a {
  color: #fff;
  font-size: 16px;
}


.choose-us-section{
  padding: 100px 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.choose-us-section .section-title p{
  font-weight: 500;
  line-height: 30px;
  text-align: justify;

}

.choose-us-section .section-img img{
  width: 100%;
  height: 100%;

}

.choose-us-section .section-points li {
  font-weight: 600;
  color: #555555;
  margin-bottom: 10px;
}

.choose-us-section .section-points li svg{
  color: #e28000;
  margin-right: 10px;
}

