@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,400;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Nunito", sans-serif;
  background: #fff;
  color: #484848;
}

:root {
  --bg-blue: #0061a2;
  --bg-warning: #ffc107;
  --text-black: #000;
  --nunito:"Roboto", sans-serif;
  --hedding: "Gilda Display", serif;
}

a {
  text-decoration: none;
}

.top-nav {
  background: #AB8A62;
  padding: 2px 0;
  text-align: right;
}

.top-nav ul {
  margin: 0;
  padding: 0;
}

.top-nav ul li {
  display: inline-block;
  padding: 0 8px;
}

.top-nav ul li a {
  color: #fff;
  padding: 0 2px;
}

.header {
  background: #fff;
}

.header .rsnav {
  background: #fff !important;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.header .rsnav .navbar-nav .nav-link {
  font-weight: 600;
  font-family: var(--nunito);
  color: #132127;
}

.header .rsnav .navbar-nav li .dropdown-menu {
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  min-width: 230px;
}

.header .rsnav .navbar-nav li .dropdown-menu li {
  border-bottom: 1px solid #ebebeb;
}

.menubox .navbar-nav li .dropdown-menu li:last-child {
  border-bottom: 0px solid #ebebeb;
}

.header .rsnav .navbar-nav li .dropdown-menu .dropdown-item {
  padding: 8px 15px;
}

.header .rsnav.navbar-nav .nav-link:hover {
  color: #ff5a5f !important;
}

.header .rsnav .navbar-nav .active {
  color: #f00 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.banenr-home .carousel-item img {
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.theme-btn {
  position: relative;
  display: inline-block;
  padding: 12px 2rem;
  background-color: #ab8a62;
  color: #fff;
  overflow: hidden;
  border: 1px solid #ab8a62;
  font-weight: 500;
  border-radius: 8px;
}
.theme-btn span {
  display: block;
  position: relative;
  animation: none;
}
.theme-btn:hover span {
  animation: textSlideLoop 0.6s ease forwards;
}

@keyframes textSlideLoop {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(-120%);
    opacity: 0;
  }
  60% {
    transform: translateY(120%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.form-control {
  min-height: 48px;
}

.mybox {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.mybox .owl-text {
  padding: 1.5rem;
}

.TestimonialsBox h3 {
  margin-top: 1.5rem;
  font-family: var(--hedding);
  text-transform: capitalize;
  font-family: var(--hedding);
  font-size: 16px;
  font-weight: 600;
}

.owl-carousel .owl-stage-outer {
  margin: 0 -5px;
  padding: 0 5px;
}

.mybox:before,
.mybox:after {
  position: absolute;
  left: 20px;
  bottom: -19px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 25px 20px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff;
  content: " ";
}

.mybox:before {
  left: 19px;
  bottom: -21px;
  border-left-color: #ccc;
}

.about-content-box .sub-title {
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #ab8a62;
  position: relative;
  padding-left: 3.2em;
  font-family: var(--hedding);
}
.about-content-box .sub-title::before {
  position: absolute;
  content: "";
  left: 5px;
  bottom: 26%;
  width: 65px;
  height: 16px;
  background-image: url(../images/section__style__three-2.svg);
  background-repeat: no-repeat;
}

.about-content-box h1 {
  margin-bottom: 16px;
  font-size: 3.5rem;
  font-weight: 800;
  color: #221638;
  font-family: var(--hedding);
}

.serv-home {
  margin: 2rem 0px;
}

.services-box {
  margin: 0rem 0px;
  position: relative;
  /*border: #ccc 1px solid;*/
  background: #eee;
  padding: 1rem 0;
  border-radius: 4px;
}

.services-box .icon {
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-size: 40px;
  color: #6ba292;
  border-radius: 50%;
  transition: 0.5s;
  text-align: center;
  margin: auto;
}

.services-box .icon img {
  height: 50px;
}

.services-box h3 {
  margin: 12px 0;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  font-family: var(--hedding);
}

.services-box p {
  text-align: center;
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.about-area-three {
  position: relative;
  z-index: 1;
  padding: 2rem 0 4rem 0;
}

.about-area-three .shape3 {
  right: 12%;
  bottom: auto;
  top: 38%;
}

.about-area-three .shape4 {
  left: 40%;
  bottom: auto;
  top: 20%;
}

.divider {
  width: 100%;
  position: absolute;
  height: 100px;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  background: #fffaf3;
  top: -100px;
  left: 0;
  z-index: -1;
}

.shape1 {
  position: absolute;
  left: 24%;
  top: -51px;
  z-index: -1;
}

.shape1 img {
  animation: moveleftbounce 4s linear infinite;
}

.shape2 {
  position: absolute;
  left: 20%;
  bottom: 57%;
  z-index: -1;
}

.shape2 img {
  animation: movebounce 5s linear infinite;
}

.shape3 {
  position: absolute;
  right: 9%;
  bottom: 12%;
  z-index: -1;
}

.shape3 img {
  animation-name: rotateme;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shape4 {
  position: absolute;
  left: 5%;
  bottom: 40%;
  z-index: -1;
}

.shape4 img {
  animation: movescale 4s linear infinite;
}

.shape17 {
  position: absolute;
  z-index: -1;
  top: -128px;
  left: 160px;
  right: 0;
  text-align: center;
}

.shape17 img {
  animation: moveleftbounce 4s linear infinite;
}

.shape18 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -150px;
  right: 0;
  text-align: center;
}

.shape18 img {
  animation-name: rotateme;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shape19 {
  position: absolute;
  right: -15px;
  top: 40%;
}

.shape19 img {
  animation: movescale 4s linear infinite;
}

.shape20 {
  position: absolute;
  z-index: -1;
  left: 7%;
  top: 57%;
}

.shape20 img {
  animation: movescale 4s linear infinite;
}

.shape21 {
  position: absolute;
  z-index: 1;
  left: 11%;
  bottom: 15%;
}

.shape21 img {
  animation: movebounce 5s linear infinite;
}

.shape22 {
  position: absolute;
  z-index: -1;
  left: 55%;
  bottom: 10px;
}

.shape22 img {
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shape23 {
  position: absolute;
  z-index: 0;
  right: 12%;
  bottom: -22%;
}

.shape23 img {
  animation-name: rotateme;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes movebounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotateme {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes movescale {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.9);
  }
}
.serviceHotel {
  padding: 3.5rem 0;
}

.serviceHotel .services-box {
  margin: 0rem 0px;
}

.PlacesBox {
  background: #eee;
  padding: 2rem 0;
}

.PlacesBox .owl-inner {
  margin: 0;
  background: #fff;
  padding: 0.5rem;
}

/*.PlacesBox .owl-inner .imgbx{height: 210px;}*/
.PlacesBox .owl-inner .imgbx img {
  height: 210px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.PlacesBox .owl-inner .owl-text {
  padding: 7px 5px;
  font-size: 14px;
  color: #002045;
}

.PlacesBox .owl-inner .owl-text h5 {
  color: #221638;
  font-weight: 800;
  font-family: var(--hedding);
}

.PlacesBox .owl-inner .owl-text p {
  color: #686868;
  margin: 0;
  padding: 0 0 8px 0;
}

.PlacesBox .owl-inner .owl-text a {
  color: #f00;
}

.Accomodation {
  background: #07073d !important;
  background-repeat: no-repeat;
  padding: 3rem 0 4rem 0;
}

.Accomodation .owl-inner .imgbx img {
  height: 280px;
}

.Accomodation .owl-inner {
  padding: 0rem;
  text-align: center;
}

.PhotoGallery {
  background: #fff;
  padding: 3rem 0;
}

.PhotoGallery .owl-inner .imgbx {
  border: #eee 1px solid;
  padding: 6px;
}

.PhotoGallery .owl-inner .imgbx img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.TestimonialsBox {
  padding: 3rem 0;
}

.RestaurantBox {
  background: #f3f3f3;
  padding: 3rem 0;
}

.RestaurantBox .span {
  font-weight: 600;
}

.RestaurantBox h2 {
  margin-bottom: 16px;
  font-size: 2.5rem;
  font-weight: 800;
  color: #221638;
  font-family: var(--hedding);
}

.RestaurantBox .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fe4a55;
}

.holder {
  background-color: #ccc;
  width: 300px;
  height: 300px;
  overflow: hidden;
  padding: 10px;
  font-family: Helvetica;
}

.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width: 300px;
  height: 290px;
  overflow: hidden;
}

.holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.holder ul li {
  padding: 10px 0px;
}

.holder ul li a {
  color: darkred;
  text-decoration: none;
}

.galleryBox {
  margin: 0;
}

.galler-img {
  margin-bottom: 1rem;
}
.galler-img a {
  color: #000;
  text-align: center;
}
.galler-img p {
  text-align: center;
  color: #000;
  padding-top: 1rem;
}
.galler-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 180px;
}

footer {
  background: #F1F1F1;
  padding: 2rem 0;
  color: #000;
  position: relative;
  z-index: 11;
}
footer::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url(../images/shape-1.svg) no-repeat;
  width: 101px;
  height: 193px;
}
footer::before {
  position: absolute;
  right: 90px;
  top: 20px;
  content: "";
  background: url(../images/shape-3.svg) no-repeat;
  width: 86px;
  height: 86px;
  z-index: -1;
}

footer h5 {
  color: #000000;
  font-size: 1.5em;
  font-family: var(--hedding);
}

footer .footer-m {
  margin: 1rem 0;
}

footer .footer-m ul {
  margin: 0;
  padding: 0;
}

footer .footer-m ul li {
  display: block;
  margin: 0;
  padding: 0;
  color: #000000;
  padding: 0.5em 0em;
}

footer .footer-m ul li a {
  display: block;
  color: #000000;
  border-radius: 25px;
}

footer .form-label {
  color: #000000;
}

.footb {
  padding: 0.6rem 0;
}

.social-icons {
  display: flex;
  gap: 12px;
}
.social-icons a {
  width: 40px;
  height: 40px;
  background: #ab8a62;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.social-icons a:hover {
  background: #fff;
  color: #ab8a62;
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.contantBx {
  background: #fff;
  padding: 0rem 0 2rem 0;
}

.pagecont {
  margin: 0;
  min-height: 350px;
}

.pagecont h1 {
  margin-bottom: 1rem;
  font-family: var(--hedding);
  color: #221638;
  font-size: 2.5rem;
  font-weight: 800;
  border-bottom: #ccc 1px solid;
  padding-bottom: 1rem;
}

.pagebanenr {
  background: #000;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2rem;
}

.pagebanenr h1 {
  margin: 0;
  padding: 9px 0;
  color: #fff;
}

.bannerb {
  padding: 1.5rem 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.bannerb .breadcrumb {
  margin-bottom: 0 !important;
}

.pagebanenr .breadcrumb-item a {
  color: #fff;
}

.pagebanenr .breadcrumb-item.active {
  color: #ffe300;
}

.aboutImg {
  max-width: 450px;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: #fff !important;
  padding: 0;
  display: inline-block;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #006c70;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #ff5a5f !important;
}

/*@media all and (min-width: 992px) {
.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }

.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
.navbar .dropdown-menu.fade-up{ top:180%;  }
.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
} */
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
/* ============ small devices .end// ============ */
/* Shutter In Horizontal */
.d4-box {
  transform: perspective(1px) translateZ(0);
  /*box-shadow: 0 0 1px rgba(0, 0, 0, 0);*/
  position: relative;
  background: #2098D1;
  transition-property: color;
  transition-duration: 0.3s;
}

.d4-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  /*box-shadow: 0px 0px 25px rgba(0,0,0,0.10);*/
  transform: scaleX(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.d4-box:hover, .d4-box:focus, .d4-box:active {
  color: white;
}

.d4-box:hover h4, .d4-box:focus h4, .d4-box:active h4 {
  color: #fff;
}

.d4-box:hover p, .d4-box:focus p, .d4-box:active p {
  color: #fff;
}

.d4-box:hover i, .d4-box:focus i, .d4-box:active i {
  color: #fff;
}

.d4-box:hover:before, .d4-box:focus:before, .d4-box:active:before {
  transform: scaleX(0);
}

.button {
  background-color: #000;
  border-radius: 60px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 20px;
  padding: 5px 35px;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
}

@keyframes glowing {
  0% {
    background-color: #000;
    box-shadow: 0 0 5px #000;
  }
  50% {
    background-color: #f00;
    box-shadow: 0 0 20px #f00;
  }
  100% {
    background-color: #000;
    box-shadow: 0 0 5px #000;
  }
}
.button {
  animation: glowing 1300ms infinite;
}

.about__wrapper {
  position: relative;
}
.about__wrapper .image_bx img {
  width: 100%;
}

.title_style {
  position: relative;
}
.title_style h2 {
  font-family: var(--hedding);
  font-weight: 600;
  font-size: 2.3em;
}
.title_style .sub-title {
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  color: #ab8a62;
  position: relative;
  font-family: var(--hedding);
  text-align: center;
}
.title_style .sub-title::before {
  position: absolute;
  content: "";
  left: -65px;
  bottom: 26%;
  width: 65px;
  height: 16px;
  background-image: url(../images/section__style__three-2.svg);
  background-repeat: no-repeat;
}
.title_style .sub-title::after {
  position: absolute;
  content: "";
  right: auto;
  margin-left: 0.7em;
  bottom: 26%;
  width: 65px;
  height: 16px;
  background-image: url(../images/section__style__three-1.svg);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .top-nav {
    text-align: center;
  }
  .services-box h3 {
    font-size: 1em;
  }
  .about-area-three {
    padding: 0rem 0 1rem 0;
  }
  .shape3 {
    display: none;
  }
  .shape4 {
    display: none;
  }
  .shape23 {
    display: none;
  }
  .RestaurantBox .span {
    margin-top: 2rem;
    display: block;
  }
  .aboutImg {
    max-width: 100%;
    max-height: 500px;
    margin-bottom: 2rem;
  }
}/*# sourceMappingURL=rscss.css.map */