@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
::-moz-selection {
  background: #222222;
  color: #ffffff;
}
::selection {
  background: #222222;
  color: #ffffff;
}

body {
  font-size: 16px;
  color: #222222;
  line-height: 1.5em;
  font-weight: 400;
  background: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #222222;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:active {
  text-decoration: none;
  outline: none;
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

.theme_color {
  color: #222222;
}

button:active {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25em;
  font-family: "Nunito Sans", sans-serif;
}

ul li,
p {
  font-size: 15px;
  font-weight: 400;
  color: #4b5361;
  line-height: 1.6em;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 10px;
}

.list li {
  position: relative;
  padding-left: 20px;
}
.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  border-bottom: 2px solid #4b5361;
}

.heading-wrapper {
  text-align: center;
  margin-bottom: 3rem;
}
.heading-wrapper .main-heading {
  margin-bottom: 0;
}

.main-heading {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.3em;
  text-transform: capitalize;
  color: #222222;
  font-weight: 700;
  margin-bottom: 2rem;
}

.mini-heading {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

/* -------- social media -------- */
.facebook {
  background: #3b5998 !important;
}

.insta {
  background: linear-gradient(to bottom left, #4f5bd5, #4f5bd5, #962fbf, #d62976, #fa7e1e, #feda75);
}

.twitter {
  background: #00acee;
}

.youtube {
  background: #c4302b;
}

/* -------- End -------- */
/* -------- Theme Btn -------- */
.primary-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  padding: 0;
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: none;
}
.primary-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
}
.primary-btn .btn-title {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 15px;
  background: #222222;
  white-space: nowrap;
  border-radius: 0px;
  outline: 1px solid transparent;
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .primary-btn .btn-title {
    font-size: 14px;
  }
}
.primary-btn:hover .btn-title {
  background: #222222;
  outline-color: #ffffff;
  outline-offset: -4px;
  color: #ffffff;
}

.space {
  padding: 80px 0;
}

.bg {
  background: #edf0f5;
}

/* -------- End -------- */
/* -------- Header -------- */
header {
  background-color: #ffffff;
}
header .top-link-nav {
  background: #1f4d6e;
  padding: 4px 30px;
}
header .top-link-nav .top-links {
  text-align: center;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .top-link-nav .top-links span {
  margin: 0px 4px;
}
header .top-link-nav .top-links a {
  color: #fff;
  font-size: 14px;
}
header .top-link-nav .top-links i {
  margin-right: 6px;
}
header .top-link-nav .social-link-top {
  display: flex;
  gap: 5px;
  margin: 0;
  justify-content: center;
  height: 100%;
  align-items: center;
}
header .top-link-nav .social-link-top li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 3px;
  margin: 0;
}
header .top-link-nav .social-link-top li a {
  display: block;
  display: flex;
  align-items: center;
}
header .top-link-nav .social-link-top li a i {
  font-size: 18px;
  color: #fff;
}
header .top-link-nav .mobile-col {
  display: none;
}
@media screen and (max-width: 767px) {
  header .top-link-nav {
    padding: 10px 5px;
  }
  header .top-link-nav .desk-col {
    display: none;
  }
  header .top-link-nav .social-link-top li {
    width: 30px;
    height: 30px;
  }
  header .top-link-nav .mobile-col {
    display: block;
  }
  header .top-link-nav .mobile-col .mobile-top-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  header .top-link-nav .mobile-col .mobile-top-link a {
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 100%;
  }
  header .top-link-nav .mobile-col .mobile-top-link a i {
    color: #1f4d6e;
    font-size: 14px;
  }
}
header nav {
  padding: 0px 3rem !important;
}
header nav .logo {
  width: 190px;
}
header nav .navbar-toggler + .mobile-toggle {
  display: none;
}
header nav .navbar-nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-left: auto;
}
header nav .navbar-nav .nav-item {
  margin-bottom: 0;
}
header nav .navbar-nav .nav-item .nav-link.dropdown {
  position: relative;
}
header nav .navbar-nav .nav-item .nav-link.dropdown::before {
  content: "\f107";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  margin: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #222222;
}
header nav .navbar-nav .nav-item .dropdown-wrap {
  background-color: #ffffff;
  padding: 1rem;
  margin: 1rem 0;
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  width: 160px;
  transform: translateY(20px);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  transition: 0.5s all ease-in-out;
  border-top: 3px solid;
}
header nav .navbar-nav .nav-item .dropdown-wrap .nav-item {
  margin-bottom: 10px;
}
header nav .navbar-nav .nav-item .dropdown-wrap .nav-item:last-child {
  margin-bottom: 0;
}
header nav .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  padding: 0;
}
header nav .navbar-nav .nav-item .nav-link:hover {
  opacity: 0.8;
}
header nav .navbar-nav .nav-item:hover .dropdown-wrap {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
  display: block;
}
@media screen and (max-width: 1199.98px) and (min-width: 991.98px) {
  header nav .navbar-nav {
    gap: 1.5em;
  }
  header nav .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}
header.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: 0px -6px 10px 6px rgba(0, 0, 0, 0.07);
  transition: background-color 0.3s ease-in-out;
}

/* -------- End -------- */
/* -------- Banner Section -------- */
.hero-section {
  position: relative;
  z-index: 1;
}
.hero-section .form-wrap {
  position: absolute;
  z-index: 99;
  top: 50%;
  right: 109px;
  width: 400px;
  transform: translate(0px, -50%);
  background: rgba(255, 255, 255, 0.4392156863);
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.hero-section .form-wrap .hero-form-heading {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "Nunito Sans", sans-serif;
  text-transform: capitalize;
  position: relative;
  color: #fff;
  z-index: 1;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .hero-section .form-wrap .hero-form-heading {
    font-size: 17px;
  }
}
.hero-section .form-wrap .hero-form-heading:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 80%;
  z-index: -1;
  background: #1f4d6e;
  transform: skew(30deg, 0deg);
  margin: auto;
}
.hero-section .form-wrap .hero-form-heading::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 80%;
  z-index: -1;
  background: #1f4d6e;
  transform: skew(-30deg, 0deg);
  margin: auto;
}
@media screen and (min-width: 1400px) {
  .hero-section .form-wrap {
    right: 200px;
  }
}
.hero-section .banner-bottom-pattern {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 120px;
  background: url(../images/background/banner-bottom-1.png) center bottom no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}
.hero-section .owl-dots {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -70px;
}
@media screen and (max-width: 400px) {
  .hero-section .owl-dots {
    display: none;
  }
}
.hero-section .owl-dots .owl-dot {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  margin-bottom: 15px;
}
.hero-section .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.hero-section .owl-dots .owl-dot span:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 1;
}
.hero-section .owl-dots .owl-dot.active span {
  border-color: rgb(255, 255, 255);
}
.hero-section .owl-dots .owl-dot.active span:before {
  background: rgb(255, 255, 255);
}
.hero-section .banner-carousel {
  position: relative;
  z-index: 1;
}
.hero-section .banner-carousel .item {
  position: relative;
  display: block;
  background-color: #edf5f8;
  color: #222222;
  overflow: hidden;
}
.hero-section .banner-carousel .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222222;
  opacity: 0.5;
  z-index: 1;
}
.hero-section .banner-carousel .item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
}
.hero-section .banner-carousel .active .item .image-layer {
  transform: scale(1.15);
  transition: all 7000ms linear;
}
.hero-section .banner-carousel .active .content-box .banner-heading {
  opacity: 1;
  transform: translate(0);
  transition: all 700ms ease;
  transition-delay: 700ms;
}
.hero-section .banner-carousel .active .content-box .text {
  opacity: 1;
  transform: translate(0);
  transition: all 700ms ease;
  transition-delay: 1100ms;
}
.hero-section .banner-carousel .active .content-box .link-box {
  opacity: 1;
  transform: translate(0);
  transition: all 700ms ease;
  transition-delay: 1500ms;
}
.hero-section .banner-carousel .content-box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 780px;
  padding: 0 0px;
  z-index: 5;
}
.hero-section .banner-carousel .content-box .content {
  position: relative;
  display: table-cell;
  left: -200px;
  vertical-align: middle;
}
.hero-section .banner-carousel .content-box .inner {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 1rem;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 1399.98px) {
  .hero-section .banner-carousel .content-box .inner {
    max-width: 550px;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero-section .banner-carousel .content-box .inner {
    display: none;
  }
}
.hero-section .banner-carousel .content-box .banner-heading {
  display: block;
  font-size: 52px;
  line-height: 1.15em;
  color: #ffffff;
  font-weight: 700;
  opacity: 0;
  margin-bottom: 24px;
  text-transform: capitalize;
  letter-spacing: 0;
  transform: translateY(80px);
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .hero-section .banner-carousel .content-box .banner-heading {
    font-size: 42px;
  }
}
.hero-section .banner-carousel .content-box .text {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0px 20px 0px 0px;
  color: #ffffff;
  opacity: 0;
  transform: translateY(50px);
}
.hero-section .banner-carousel .content-box .link-box {
  position: relative;
  display: block;
  padding-top: 40px;
  opacity: 0;
  transform: translateY(50px);
}
.hero-section .banner-carousel .owl-nav {
  display: none;
}

/* -------- End -------- */
/* -------- About Section -------- */
/*** Filters ***/
.about-section {
  position: relative;
  background: #edf0f5;
}
.about-section .dotted-pattern-1 {
  right: 0;
  bottom: 150px;
}
.about-section .tri-pattern-1 {
  right: 40px;
  bottom: 270px;
}
.about-section .image-box .dotted-pattern-2 {
  left: -140px;
  bottom: -80px;
}
.about-section .pattern-bottom {
  left: 0;
  top: 100%;
  margin-top: -10px;
}
.about-section .text-column {
  position: relative;
  order: 2;
  z-index: 1;
}
.about-section .text-column .inner {
  position: relative;
  display: block;
  padding-left: 45px;
  height: 100%;
}
.about-section .image-column {
  position: relative;
  order: 0;
  z-index: 1;
}
.about-section .image-column .inner {
  position: relative;
  display: block;
  padding-right: 30px;
  height: 100%;
}
.about-section .image-column .image-box {
  position: relative;
  padding-left: 150px;
  height: 100%;
}
.about-section .image-column .image {
  position: relative;
  display: block;
  margin: 0;
  height: 100%;
}
.about-section .image-column .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .image-column .cap {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 100%;
  background: #222222;
  text-align: center;
  color: #ffffff;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.about-section .image-column .cap .txt {
  width: 100%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(15px, 1.8vw, 22px);
  line-height: 1.5em;
  font-family: "Nunito Sans", sans-serif;
}

.dotted-pattern-1 {
  position: absolute;
  width: 230px;
  height: 200px;
  display: block;
  background: url(../images/background/patterns/1.png) center center no-repeat;
  background-size: contain;
}

.dotted-pattern-2 {
  position: absolute;
  width: 339px;
  height: 339px;
  display: block;
  background: url(../images/background/patterns/2.png) center center no-repeat;
}

.dotted-pattern-3 {
  position: absolute;
  width: 200px;
  height: 200px;
  display: block;
  background: url(../images/background/patterns/3.png) center center no-repeat;
  background-size: contain;
}

.dotted-pattern-4 {
  position: absolute;
  width: 250px;
  height: 250px;
  display: block;
  background: url(../images/background/patterns/4.png) center center no-repeat;
  background-size: contain;
}

.dotted-pattern-5 {
  position: absolute;
  top: 20%;
  width: 250px;
  height: 250px;
  display: block;
  background: url(../images/background/patterns/5.png) center center no-repeat;
  background-size: contain;
}

.tri-pattern-1 {
  position: absolute;
  width: 180px;
  height: 180px;
  display: block;
  background: url(../images/background/tri-1.png) center center no-repeat;
  background-size: contain;
}

.tri-pattern-2 {
  position: absolute;
  width: 249px;
  height: 259px;
  display: block;
  background: url(../images/background/tri-2.png) center center no-repeat;
  background-size: contain;
}

.tri-pattern-3 {
  position: absolute;
  width: 249px;
  height: 259px;
  display: block;
  background: url(../images/background/tri-3.png) center center no-repeat;
  background-size: contain;
}

.pattern-top {
  position: absolute;
  width: 100%;
  height: 90px;
  background: url(../images/background/pattern-top.png) center bottom no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}

.pattern-bottom {
  position: absolute;
  width: 100%;
  height: 90px;
  background: url(../images/background/pattern-bottom.png) center bottom no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}

@keyframes rotateMe {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ScaleMe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.tri-pattern,
.circles,
.circles-two {
  animation-name: rotateMe;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.dotted-pattern {
  animation-name: ScaleMe;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*------------ End -----------*/
/*------------ Fact Section -----------*/
.facts-section {
  padding: 120px 0 80px;
  position: relative;
}
.facts-section .dotted-pattern-3 {
  left: 40px;
  top: 40%;
  z-index: -1;
  transform: translate(50%, 50%);
}
.facts-section .left-inner {
  width: 80%;
}
.facts-section .left-inner .left-bottom-image {
  margin-top: 1rem;
}
.facts-section .facts {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.facts-section .facts .fact-block {
  position: relative;
  display: block;
  border-bottom: 2px dashed #f0f0f0;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.facts-section .facts .fact-block:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.facts-section .facts .fact-block .fact-inner {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-left: 170px;
  min-height: 130px;
}
.facts-section .facts .fact-block .fact-inner .fact-count {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222222;
  color: #ffffff;
  font-size: 40px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 60px;
  border-radius: 45% 55% 70% 35%/45% 45% 55% 45%;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
}

/*------------ End -----------*/
/*------------ Room Section -----------*/
.room-section .inner-box {
  position: relative;
  overflow: hidden;
}
.room-section .inner-box .image-box.side-wrapper {
  height: 380px;
}
.room-section .inner-box .image-box.side-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.room-section .inner-box .image-box:hover img {
  scale: 1.2;
}
.room-section .inner-box .cap-box {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  width: 70%;
  opacity: 1;
  transition: all 500ms ease 200ms;
}
@media screen and (max-width: 421px) {
  .room-section .inner-box .cap-box {
    width: 90%;
    margin: auto;
  }
}
.room-section .inner-box .cap-box .cap-inner {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 18px;
  background: #ffffff;
}
.room-section .inner-box .cap-box .cap-inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: -14px;
  border: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-right: 8px solid #ffffff;
}
.room-section .inner-box .cap-box .cap-inner .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.room-section .inner-box .price {
  margin-bottom: 0;
}
.room-section .inner-box .price span {
  color: #222222;
}
.room-section .inner-box .pricing.clearfix {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.room-section .inner-box .pricing.clearfix::after {
  display: none;
}
.room-section .inner-box .rating .fa {
  font-size: 12px;
}

/*------------ End -----------*/
/*------------ Special Offer -----------*/
.special-offer .offer-wraper {
  position: relative;
}
.special-offer .offer-wraper .offer-block {
  position: relative;
  margin-bottom: 1rem;
  padding: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  transition: 0.3s all ease-in-out;
}
.special-offer .offer-wraper .offer-block:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03), 0px 30px 30px 0px rgba(0, 0, 0, 0.07);
}
.special-offer .offer-wraper .offer-block .fact-thumb {
  width: 90px;
  height: 90px;
  text-align: center;
  background: #222222;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  border-radius: 45% 55% 70% 35%/45% 45% 55% 45%;
  overflow: hidden;
}
.special-offer .offer-wraper .offer-block .fact-thumb .image img {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
  border-radius: 45% 55% 70% 35%/45% 45% 55% 45%;
  opacity: 0.4;
}
.special-offer .offer-wraper .offer-block .offer-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.special-offer .offer-wraper .offer-block .offer-inner .price {
  position: relative;
  display: block;
  line-height: 24px;
  color: #999999;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 7px;
}
.special-offer .offer-wraper .offer-block .offer-inner .price span {
  color: #222222;
}
.special-offer .offer-wraper .offer-block .offer-inner p {
  margin-bottom: 0;
}
.special-offer .images-wraper {
  position: relative;
  height: 100%;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.special-offer .images-wraper .dotted-pattern-4 {
  right: 0px;
}
.special-offer .images-wraper .images {
  position: relative;
  display: inline-block;
  padding-bottom: 100px;
}
.special-offer .images-wraper .images .image:nth-child(2) {
  position: absolute;
  right: -120px;
  top: -90px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05), 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.special-offer .images-wraper .images .image:nth-child(3) {
  position: absolute;
  right: -120px;
  bottom: 0px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05), 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.special-offer .images-wraper .images .img-2 {
  width: 280px;
}
.special-offer .images-wraper .images .img-3 {
  width: 300px;
}
@media screen and (max-width: 1300px) {
  .special-offer .images-wraper .image .img-2 {
    height: 16rem;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .special-offer .images-wraper .image .img-3 {
    width: 200px;
  }
  .special-offer .images-wraper .image:nth-child(2) {
    right: 0 !important;
    top: -190px !important;
  }
  .special-offer .images-wraper .image:nth-child(3) {
    right: 0 !important;
    bottom: 0px !important;
  }
}

/*------------ End -----------*/
/*------------ Excursion -----------*/
.excursion-wraper {
  position: relative;
}
.excursion-wraper .pattern-top {
  bottom: 100%;
  margin-bottom: -10px;
}
.excursion-wraper .dotted-pattern-3 {
  right: 20px;
  top: 30px;
}
.excursion-wraper .tri-pattern-3 {
  right: 50px;
  top: 0px;
}
.excursion-wraper .wraper {
  margin-bottom: 5rem;
}
.excursion-wraper .wraper .content-wrapper {
  margin: 0 2rem;
}
@media screen and (max-width: 991px) {
  .excursion-wraper .wraper {
    margin-bottom: 30px;
  }
  .excursion-wraper .wraper .content-wrapper {
    margin: 10px 0;
  }
}

/*------------ End -----------*/
/*------------ Testimonial -----------*/
.testimonials-section {
  position: relative;
}
.testimonials-section .circles-two {
  left: 80px;
  bottom: 80px;
  width: 150px;
  height: 150px;
}
.testimonials-section .circles-two .c-1 {
  width: 150px;
  height: 150px;
}
.testimonials-section .circles-two .c-2 {
  top: -35px;
  left: auto;
  right: -35px;
  width: 100px;
  height: 100px;
}
.testimonials-section .dotted-pattern-3 {
  left: 0;
  bottom: 100px;
}
.testimonials-section .tri-pattern-2 {
  height: 200px;
  width: 200px;
  left: 120px;
  bottom: 50px;
}
.testimonials-section .carousel-box .owl-theme .owl-nav {
  display: none;
}
.testimonials-section .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  padding-top: 50px;
}
.testimonials-section .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0px 7px;
}
.testimonials-section .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.testimonials-section .owl-dots .owl-dot span:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 1;
}
.testimonials-section .owl-dots .owl-dot.active span {
  border-color: rgba(0, 0, 0, 0.8);
}
.testimonials-section .owl-dots .owl-dot.active span:before {
  background: rgba(0, 0, 0, 0.8);
}

.testimonials-section.alt-padding {
  padding-bottom: 140px;
}

.testimonials-two .carousel-box {
  position: relative;
  display: block;
  top: -20px;
  z-index: 5;
}

.testimonial-block {
  position: relative;
  display: block;
}
.testimonial-block .inner {
  position: relative;
  display: block;
  text-align: center;
  margin: 20px 20px 0px;
}
.testimonial-block .content-box {
  position: relative;
  display: block;
  margin-bottom: 45px;
  transition: all 300ms ease;
}
.testimonial-block .content-box:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 0px;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  transform: rotate(45deg);
  transition: all 300ms ease;
}
.testimonial-block .content-box:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: 0px;
  width: 32px;
  height: 10px;
  border: 5px solid #ffffff;
  z-index: 2;
}
.testimonial-block .quote-icon img {
  width: 60px !important;
  margin: auto;
  opacity: 0.4;
}
.testimonial-block:hover .content-box {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
}
.testimonial-block:hover .content-box:before {
  border-color: rgba(0, 0, 0, 0.025);
}
.testimonial-block:hover .content-box .content {
  border-color: rgba(0, 0, 0, 0.025);
}
.testimonial-block .content {
  position: relative;
  display: block;
  padding: 40px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  transition: all 300ms ease;
  z-index: 1;
}
.testimonial-block .content .text {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 1.6em;
  color: #4b5361;
}
.testimonial-block .info {
  position: relative;
  display: block;
  line-height: 1.5em;
  color: #666666;
  min-height: 90px;
}
.testimonial-block .info .image {
  position: relative;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  margin: 0 auto 10px;
  border-radius: 50%;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.025);
  display: none;
}
.testimonial-block .info .image img {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.testimonial-block .info .name {
  position: relative;
  display: block;
  font-size: 18px;
  margin: 0;
  line-height: 1.5em;
  color: #222222;
  font-weight: 500;
  text-transform: capitalize;
}
.testimonial-block .info .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
  color: #4b5361;
  font-weight: 400;
  text-transform: capitalize;
}

/*------------ End -----------*/
.blog-card {
  background: #fff;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.blog-card .post-meta span {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 12px;
  color: #666666;
}
.blog-card .image-box {
  height: 100%;
}
.blog-card .image-box .image {
  height: 100%;
  margin: 0;
}
.blog-card .image-box .image img {
  height: 100%;
}
.blog-card .blog-body {
  padding: 8px 10px;
  flex-grow: 1;
}
.blog-card .card-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.blog-card .link-box {
  position: relative;
  display: block;
}
.blog-card .link-box a {
  position: relative;
  color: #222222;
  text-transform: capitalize;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.blog-card .link-box a i {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  font-size: 18px;
  font-weight: 700;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
.blog-card .link-box a:hover i {
  margin: 0;
  padding-right: 5px;
  position: relative;
  transform-origin: left;
  transform: scaleX(100%);
  opacity: 1;
}

/*------------ End -----------*/
/*------------ Footer -----------*/
footer {
  background-color: #222222;
}
footer .footer-widget {
  padding: 60px 0;
}
footer .footer-widget .logo {
  width: 250px;
  filter: invert(1) brightness(5);
}
footer .footer-widget .title {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
}
footer .footer-widget .social-links {
  display: flex;
  gap: 1rem;
  margin: 1rem;
}
footer .footer-widget .social-links li {
  height: 40px;
  width: 40px;
  border-radius: 5px;
}
footer .footer-widget .social-links li a {
  height: 100%;
  width: 100%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-widget .social-links li a i {
  font-size: 20px;
  transition: 0.3s all ease-in-out;
}
footer .footer-widget .social-links li a:hover i {
  color: #4b5361;
}
footer .footer-widget .footer-list li {
  margin-bottom: 12px;
}
footer .footer-widget .footer-list li a {
  font-size: 16px;
  color: #999ea5;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
footer .footer-widget .footer-list li a:hover {
  color: #ffffff;
}
footer .footer-widget .footer-list.contact-foot li a {
  display: flex;
  align-items: baseline;
  overflow-wrap: anywhere;
}
footer .footer-widget .footer-list.contact-foot li a i {
  margin-right: 10px;
}
footer .copyright-wraper {
  padding: 10px 0;
  border-top: 1px solid rgb(255, 255, 255);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .copyright-wraper p {
  color: #ffffff;
  margin: 0 10px;
  text-transform: capitalize;
}
footer .copyright-wraper p a {
  color: #7a8291;
  transition: 0.3s all ease-in-out;
}
footer .copyright-wraper p a:hover {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  footer .copyright-wraper p {
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  footer .copyright-wraper p {
    font-size: 10px;
  }
}

.sticky-contact .sticky-btn {
  position: fixed;
  z-index: 98;
  left: 10px;
  bottom: 30px;
}
.sticky-contact .whasapp-btn {
  position: fixed;
  z-index: 98;
  right: 10px;
  bottom: 30px;
}
.sticky-contact .whasapp-btn img {
  width: 55px;
}

/*------------ End -----------*/
/*------------ Modal -----------*/
.modal {
  --bs-modal-width: 450px;
}
.modal .modal-content {
  border: none;
  border-radius: 0;
}
.modal .modal-content .modal-header {
  padding: 10px 15px;
  border-radius: 0;
  border: none;
  background: #edf0f5;
}
.modal .modal-content .modal-header .modal-title {
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.modal .modal-content .modal-body .form-group {
  margin-bottom: 15px;
}
.modal .modal-content .modal-body .form-group .form-field {
  height: 45px;
}

.mail-response {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}

/*------------ End -----------*/
/*------------ Bredcrumb -----------*/
.breadcrumb-wrapper {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/breadcrumb/breadcrumb.jpg) no-repeat center 35%;
  background-size: cover;
  width: 100%;
  padding: 8rem;
  position: relative;
}
.breadcrumb-wrapper .banner-bottom-pattern {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 120px;
  background: url(../images/breadcrumb/banner-bottom.png) center bottom no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}
.breadcrumb-wrapper .breadcrumb-inner .breadcrumb-title {
  display: block;
  font-size: 55px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 2rem;
}
.breadcrumb-wrapper .breadcrumb-inner .breadcrumb-list {
  display: flex;
  gap: 1.5rem;
  margin: 0;
}
.breadcrumb-wrapper .breadcrumb-inner .breadcrumb-list .item {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.breadcrumb-wrapper .breadcrumb-inner .breadcrumb-list .item a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  opacity: 0.8;
  transition: 0.3s all ease-in-out;
}
.breadcrumb-wrapper .breadcrumb-inner .breadcrumb-list .item a:hover {
  opacity: 1;
}
.breadcrumb-wrapper .breadcrumb-inner .breadcrumb-list .item + .item::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  background-color: #ffffff;
  bottom: 0;
  top: 0;
  margin: auto;
  left: -15px;
}

/*------------ End -----------*/
/*------------ abou us -----------*/
.about-us .inner {
  position: relative;
  height: 100%;
}
.about-us .inner .dotted-pattern {
  z-index: -1;
  top: 0;
}
.about-us .inner .img-wrap {
  position: relative;
  z-index: 1;
  width: 80%;
  float: right;
  height: 100%;
}
.about-us .inner .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991.98px) {
  .about-us .inner {
    margin-bottom: 20px !important;
  }
  .about-us .img-wrap {
    width: 100% !important;
  }
  .about-us .img-wrap img {
    width: 100%;
    float: none;
  }
  .about-us .main-heading {
    margin-top: 20px;
  }
}

/*------------ End -----------*/
/*------------ Fact banner -----------*/
.fact-widget {
  background-color: #222222;
  padding: 100px 0;
  position: relative;
}
.fact-widget .transport-heading.transport-heading {
  font-size: clamp(18px, 2.2vw, 25px);
  color: #fff;
  margin: 30px 0px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .fact-widget .transport-heading.transport-heading {
    margin: 10px 0px;
  }
}
.fact-widget .circles {
  position: absolute;
  right: 100px;
  top: 50px;
  opacity: 0.5;
  width: 125px;
  height: 125px;
}
.fact-widget .circles .c-1 {
  position: absolute;
  width: 125px;
  height: 125px;
  background: #edf0f5;
  opacity: 0.5;
  border-radius: 50%;
  animation-name: ScaleMe;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.fact-widget .circles .c-2 {
  position: absolute;
  left: -25px;
  top: 60px;
  width: 80px;
  height: 80px;
  background: #edf0f5;
  opacity: 0.5;
  border-radius: 50%;
  z-index: 1;
}
.fact-widget .wrapper {
  margin-bottom: 3rem;
}
.fact-widget .wrapper .fact-title {
  color: #ffffff;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.fact-widget .wrapper .lower-text {
  color: #ffffff;
}
.fact-widget.route .fact-inner {
  flex-flow: column;
  padding: 0;
  align-items: flex-start;
}
.fact-widget.route .fact-inner p {
  color: #fff;
}
.fact-widget.route .fact-inner .fact-alt {
  width: -moz-fit-content;
  width: fit-content;
}
.fact-widget.route .fact-inner .counter {
  position: relative;
  top: 0;
  transform: translate(0);
  margin-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .fact-widget.route .fact-inner {
    margin-bottom: 10px;
  }
  .fact-widget.route .fact-inner .counter {
    width: 80px;
    height: 80px;
  }
  .fact-widget.route .fact-inner .counter img {
    width: 40px;
    height: 40px;
  }
}
.fact-widget .fact-inner {
  position: relative;
  padding-left: 160px;
  min-height: 130px;
  display: flex;
  align-items: center;
}
.fact-widget .fact-inner img {
  width: 70px;
  height: 70px;
  filter: invert(1) brightness(10);
}
.fact-widget .fact-inner .counter {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 130px;
  height: 130px;
  padding: 35px 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 40px;
  line-height: 60px;
  font-family: "Yeseva One", cursive;
  border-radius: 45% 55% 70% 35%/45% 45% 55% 45%;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fact-widget .fact-inner .counter .count-text {
  color: #ffffff;
  font-size: 35px;
  font-weight: 300;
  font-family: "Nunito Sans", sans-serif;
}
.fact-widget .fact-inner .content .title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.8rem;
}
.fact-widget .fact-inner .content p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.fact-widget .divider {
  border: 1px solid #fff;
}

/*------------ End -----------*/
/*------------ Contact Us -----------*/
.contact-info {
  padding-right: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.contact-info .upper-text {
  margin-bottom: 2rem;
}
.contact-info .info-block {
  position: relative;
  display: block;
  margin-bottom: 52px;
}
.contact-info .info-block:last-child {
  margin-bottom: 0;
}
.contact-info .info-block .block-inner {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-left: 146px;
  min-height: 114px;
}
.contact-info .info-block .block-inner .heading {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}
.contact-info .info-block .block-inner .icon-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 114px;
  height: 114px;
  padding: 27px 10px;
  text-align: center;
  background: #222222;
  color: #ffffff;
  font-size: 40px;
  line-height: 60px;
  border-radius: 45% 55% 70% 35%/45% 45% 55% 45%;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info .info-block .block-inner .icon-box img {
  filter: invert(1);
  width: 50px;
}
.contact-info .info-block .block-inner .info-text a {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}
.contact-info .info-block .block-inner .info-text a:hover {
  opacity: 1;
}

.form-wrapper {
  position: relative;
  display: block;
  padding: 30px 70px 40px;
  background: #ffffff;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.07);
  z-index: 10;
}
.form-wrapper .upper-text {
  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 30px;
}

.form-field {
  position: relative;
  display: block;
  height: 52px;
  width: 100%;
  font-size: 15px;
  color: #222222;
  line-height: 30px;
  font-weight: 400;
  padding: 15px 20px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  transition: all 300ms ease;
}
.form-field:focus-visible {
  outline: none;
}
.form-field:focus {
  border-color: #222222;
}

textarea {
  height: 90px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/*------------ End -----------*/
/*------------ Gallery -----------*/
.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  position: relative;
  margin-bottom: 1rem;
}
.gallery-wrapper .gallery-item {
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  height: 100%;
}
.gallery-wrapper .gallery-item img {
  width: 100%;
  height: 100%;
}
.gallery-wrapper .odd {
  position: absolute;
  left: 0;
  width: calc(66% + 3px) !important;
  height: 48%;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
}
.gallery-wrapper .upper-img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------ End -----------*/
/*------------ Responsive -----------*/
@media screen and (min-width: 991px) {
  .gallery-wrapper:first-child .gallery-item:nth-child(3) img:first-child {
    height: 570px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  header {
    padding: 0;
  }
  header nav {
    padding: 0px 10px !important;
  }
  header .navbar-toggler {
    border: none;
  }
  header .navbar-toggler.active .toggler-icon:nth-child(2) {
    transform: translateX(0);
  }
  header .navbar-toggler .toggler-icon {
    height: 1px;
    width: 34px;
    border-top: 3px solid #222222;
    display: block;
    margin-bottom: 7px;
    transition: 0.3s all ease-in-out;
  }
  header .navbar-toggler .toggler-icon:nth-child(2) {
    transform: translateX(-7px);
  }
  header .navbar-toggler:focus {
    box-shadow: none;
  }
  header .navbar-collapse {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0rem;
    background: #222222;
    width: 60%;
    height: 103vh;
    transform: translateX(-100%);
    transition: 0.4s all ease-in-out;
  }
  header .navbar-collapse.show {
    transform: translateX(0);
  }
  header .navbar-collapse .navbar-nav {
    position: relative;
    top: 10%;
    margin-left: 2rem;
    align-items: start;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .navbar-collapse .navbar-nav .nav-item {
    text-align: left;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #ffffff !important;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown {
    width: -moz-fit-content;
    width: fit-content;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown::before {
    color: #ffffff;
    right: -22px;
    transform: rotate(0deg);
    transition: 0.3s all ease-in-out;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown.active::before {
    transform: rotate(180deg);
  }
  header .navbar-collapse .navbar-nav .nav-item .dropdown-wrap {
    display: none !important;
  }
  header .navbar-collapse .navbar-nav .nav-item .dropdown-wrap.active {
    background: #ffffff;
    margin: 0;
    padding: 12px 16px;
    position: relative;
    opacity: 1;
    visibility: visible;
    display: block !important;
    transform: translateY(15px);
  }
  header .navbar-collapse .navbar-nav .nav-item .dropdown-wrap .nav-link {
    color: #222222 !important;
  }
  .tri-pattern-3 {
    width: 180px;
    height: 180px;
    background-size: contain;
  }
  .dotted-pattern-1,
  .dotted-pattern-3 {
    width: 127px;
    height: 99px;
  }
  .dotted-pattern-4 {
    width: 150px;
    height: 150px;
  }
  .tri-pattern-2 {
    display: none;
  }
  .special-offer .images-wraper .images img {
    display: none;
  }
  .facts-section {
    padding: 80px 0;
  }
  .facts-section .left-inner {
    width: 100%;
  }
  .facts-section .left-bottom-image {
    display: none;
  }
  .gallery-wrapper .gallery-item img {
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery-wrapper .gallery-item img.odd {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  ul li,
  p {
    font-size: 14px;
  }
  .space {
    padding: 30px 0;
  }
  .main-heading {
    font-size: 22px;
    text-align: center;
    margin-bottom: 1rem;
  }
  .main-heading br {
    display: none;
  }
  .mini-heading {
    font-size: 17px;
  }
  .heading-wrapper {
    margin-bottom: 1rem;
  }
  .primary-btn .btn-title {
    font-size: 13px;
    padding: 2px 7px;
  }
  .pattern-bottom {
    height: 35px;
  }
  .pattern-top {
    height: 50px;
  }
  .hero-section .form-wrap {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    padding: 20px;
    transform: translate(0, 0);
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    display: none;
  }
  .hero-section .form-wrap form .form-field {
    font-size: 13px;
  }
  .hero-section .banner-carousel .content-box {
    height: 300px;
  }
  .hero-section .banner-carousel .content-box .inner {
    padding: 0;
  }
  .about-section .dotted-pattern-1,
  .about-section .tri-pattern-1 {
    display: none;
  }
  .about-section .text-column .inner {
    padding-left: 0;
  }
  .about-section .image-box .dotted-pattern-2 {
    display: none;
  }
  .about-section .image-column .inner {
    display: none;
  }
  .facts-section .facts .fact-block {
    margin-bottom: 10px;
    padding: 15px 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-bottom: 0;
  }
  .facts-section .facts .fact-block .fact-inner {
    padding-top: 0;
    padding-left: 70px;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .facts-section .facts .fact-block .fact-inner .fact-count {
    width: 60px;
    height: 60px;
    font-size: 16px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .facts-section .facts .fact-block .fact-inner p {
    margin-bottom: 0;
  }
  .facts-section .dotted-pattern {
    display: none;
  }
  .room-section .heading-wrapper p br {
    display: none;
  }
  .special-offer .primary-btn {
    display: none;
  }
  .special-offer .offer-wraper .offer-block {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 15px;
  }
  .special-offer .offer-wraper .offer-block .fact-thumb {
    display: none;
  }
  .special-offer .images-wraper {
    display: none;
  }
  .excursion-wraper .tri-pattern-3 {
    display: none;
  }
  .testimonials-section .lower-text br {
    display: none;
  }
  .testimonials-section .testimonial-block .inner {
    margin: 0;
  }
  .testimonials-section .testimonial-block .inner .content-box {
    margin-bottom: 20px;
  }
  .testimonials-section .testimonial-block .content {
    padding: 20px 10px;
  }
  .testimonials-section .testimonial-block .content .quote-icon img {
    width: 40px !important;
  }
  .testimonials-section .testimonial-block .info .image {
    margin: 0 auto 10px;
  }
  .testimonials-section .owl-dots {
    padding-top: 15px;
  }
  footer .footer-widget {
    padding: 20px 0;
  }
  footer .footer-widget .title {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
  footer .footer-widget .footer-list li {
    margin-bottom: 8px;
  }
  footer .footer-widget .footer-list li a {
    font-size: 13px;
  }
  footer .social-links {
    margin: 10px 0;
  }
}
.blog-card {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  background-color: #ffffff;
  margin-bottom: 1rem;
}
.blog-card figure {
  margin-bottom: 10px;
}
.blog-card .card-title {
  font-size: 18px;
  margin: 0;
}
.blog-card .post-meta span {
  font-size: 14px;
  margin-bottom: 0;
}
.blog-card .link-box a {
  font-size: 14px;
}
.blog-card .blog-body {
  padding: 10px;
}

.breadcrumb-wrapper {
  padding: 5rem 2rem;
}
.breadcrumb-wrapper .banner-bottom-pattern {
  height: 60px;
  bottom: -20px;
}
.breadcrumb-wrapper .breadcrumb-inner .breadcrumb-list .item {
  font-size: 14px;
  margin: 0;
}
.breadcrumb-wrapper .breadcrumb-inner .breadcrumb-title {
  font-size: clamp(20px, 2.5vw, 30px);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .breadcrumb-inner .breadcrumb-title {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper {
    padding: 30px;
  }
  .breadcrumb-wrapper .banner-title {
    margin-bottom: 8px;
  }
}

.about-us .inner .dotted-pattern {
  display: none;
}
.about-us .inner figure {
  width: 100%;
}

.fact-widget .wrapper {
  margin-bottom: 1rem;
}
.fact-widget .wrapper .fact-title {
  margin-bottom: 10px;
}
.fact-widget .wrapper .fact-title br {
  display: none;
}
.fact-widget .fact-inner {
  margin: 1rem 0;
  padding: 0 0 0 80px;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.fact-widget .fact-inner .counter .count-text {
  font-size: 16px;
}
.fact-widget .fact-inner .content .title {
  font-size: 16px;
  margin-bottom: 5px;
}

.form-wrapper {
  margin-top: 0;
  padding: 1rem;
}
.form-wrapper .upper-text {
  text-align: center;
}

.contact-info {
  padding-right: 0;
}
.contact-info .upper-text {
  margin-bottom: 0;
}
.contact-info .info-block {
  margin-bottom: 0;
}
.contact-info .info-block .block-inner {
  padding: 0 0 0 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
}
.contact-info .info-block .block-inner .icon-box {
  width: 60px;
  height: 60px;
}
.contact-info .info-block .block-inner .icon-box img {
  width: 25px;
}
.contact-info .info-block .block-inner .heading {
  font-size: 18px;
  font-weight: 700;
}
.contact-info .info-block .block-inner .info-text a {
  font-size: 15px;
  overflow-wrap: anywhere;
}

.form-group {
  margin-bottom: 15px;
}

.form-field {
  height: 40px;
}

iframe {
  height: 150px;
}

.gallery-wrapper .gallery-item img {
  height: 160px;
}

@media screen and (max-width: 420px) {
  .gallery-wrapper .gallery-item img {
    height: 100px;
  }
}
/*------------ End -----------*/
/*------------ our package start -----------*/
.packages-wrap .pack {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.packages-wrap .package-img {
  flex-grow: 1;
}
.packages-wrap .package-img img {
  width: 100%;
  height: 100%;
}
.packages-wrap .package-detail {
  display: flex;
  flex-flow: column;
  padding: 12px 10px;
}
.packages-wrap .package-detail h3 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .packages-wrap .package-detail h3 {
    font-size: 18px;
  }
}
.packages-wrap .package-detail .package-list {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 10px 20px;
}
.packages-wrap .package-detail .package-list li {
  text-transform: capitalize;
  color: #fff;
}
.packages-wrap .price {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
}
.packages-wrap .price button {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  margin: auto;
}
.packages-wrap .content-package {
  padding: 0px 0px 10px 10px;
  margin: 20px 0px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
}
.packages-wrap .content-package p {
  margin-bottom: 15px;
  line-height: 1.9;
}

.room-wrapper {
  padding: 60px 0;
  background-color: #edf5f8;
}
.room-wrapper .heading-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.room-wrapper .heading-wrapper h2.main-heading {
  font-family: "Nunito Sans", sans-serif;
  color: #222222;
  margin-bottom: 15px;
}
.room-wrapper .heading-wrapper p.lower-text {
  font-size: 16px;
  color: #4b5361;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}
.room-wrapper .room-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  padding: 30px;
}
.room-wrapper .room-card .room-card-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
}
.room-wrapper .room-card .room-card-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.room-wrapper .room-card .room-content {
  padding: 20px 20px 0;
}
.room-wrapper .room-card .room-content h3.heading {
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(18px, 2.2vw, 25px);
  font-weight: 700;
  color: #222222;
  margin-bottom: 15px;
}
.room-wrapper .room-card .room-content .check-in-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  background: #1f4d6e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 10px;
}
.room-wrapper .room-card .room-content .check-in-wrap span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(11px, 1.2vw, 14px);
  color: #fff;
}
.room-wrapper .room-card .room-content .check-in-wrap span img {
  width: 20px;
  height: 20px;
  filter: invert(1) brightness(100);
}
.room-wrapper .room-card .room-content .check-in-wrap span strong {
  font-weight: 600;
  color: #fff;
}
.room-wrapper .room-card .room-content .small-heading {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1f4d6e;
}
.room-wrapper .room-card .room-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
.room-wrapper .room-card .room-content ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(12px, 1.3vw, 13px);
  color: #1f4d6e;
  border: 1px solid #1f4d6e;
  margin: 0;
  padding: 5px;
}
.room-wrapper .room-card .room-content ul li img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(23%) sepia(97%) saturate(383%) hue-rotate(160deg) brightness(90%) contrast(90%);
}
.room-wrapper .room-card .room-content p {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .room-wrapper .room-card-img {
    grid-template-columns: 1fr 1fr;
  }
  .room-wrapper .room-content {
    padding: 20px 0 0 !important;
  }
}

.cta-wrap {
  background-color: #edf5f8;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.cta-wrap .main-heading {
  font-size: clamp(18px, 2.1vw, 25px);
}
.cta-wrap .info-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-wrap .info-text a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
}
.cta-wrap .info-text a:nth-child(1) {
  border-right: 1px solid;
}
.cta-wrap .info-text a img {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.common-content-wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
}

.main-room-wrapper .main-heading {
  color: #222222;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}
.main-room-wrapper .img-wrap {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-room-wrapper .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.main-room-wrapper .room-img {
  height: 280px;
  width: 100%;
  margin: 0;
}
.main-room-wrapper .room-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .main-room-wrapper .room-img {
    height: 220px;
  }
}
@media (max-width: 450px) {
  .main-room-wrapper .room-img {
    height: 180px;
  }
}
.main-room-wrapper .details-box {
  margin-top: 3rem;
  padding: 2rem;
  background-color: #f0f0f0;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(31, 77, 110, 0.1);
  margin-left: auto;
  margin-right: auto;
  font-family: "Nunito Sans", sans-serif;
}
.main-room-wrapper .details-box .details-inner {
  text-align: center;
}
.main-room-wrapper .details-box .details-inner .main-heading {
  color: #1f4d6e;
  margin-bottom: 1rem;
}
.main-room-wrapper .details-box .details-inner p {
  color: #4b5361;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.main-room-wrapper .details-box .details-inner ul.amenities {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.main-room-wrapper .details-box .details-inner ul.amenities li {
  background: #edf5f8;
  border-radius: 8px;
  padding: 0.8rem 1.2rem;
  display: flex;
  align-items: center;
  color: #222222;
  font-size: clamp(14px, 1.5vw, 16px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  min-width: 220px;
}
.main-room-wrapper .details-box .details-inner ul.amenities li img {
  width: 24px;
  height: 24px;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .main-room-wrapper .details-box {
    padding: 1.5rem 1rem;
  }
  .main-room-wrapper .details-box ul.amenities {
    flex-direction: column;
    gap: 1rem;
  }
  .main-room-wrapper .details-box ul.amenities li {
    min-width: auto;
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .main-room-wrapper .details-box ul.amenities li {
    flex: 0 0 100%;
  }
}/*# sourceMappingURL=style.css.map */