:root {
  --theme-color: #912222;
  --main-color: #ffcb61;
  --dark-black: #ffffff;
  --heading-font: "Marcellus", serif;
  --theme-font: "Plus Jakarta Sans", sans-serif;
  --nav-font: "Plus Jakarta Sans", sans-serif;
  --title-color: #000000;
  --sub-heading: "Style Script", cursive;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

.title {
  font-family: var(--heading-font);
  color: var(--theme-color);
  font-size: 30px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.title span {
  background-color: #1c63b8;
  display: inline-block;
  width: 40px;
  height: 3px;
  margin-left: 7px;
}

.common-heading {
  font-size: 50px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: #222;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.25em;
}

.text {
  margin-bottom: 10px;
  line-height: 28px;
  font-family: var(--theme-font);
  font-size: 16px;
  text-align: justify;
}

.common-btn {
  padding: 12px 15px;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  transition: box-shadow 0.5s;
  font-family: var(--nav-font);
  transition: 0.3s;
  background-color: var(--theme-color);
}
.common-btn:hover {
  color: #000000;
  background-color: var(--main-color);
}

.common-space {
  padding: 75px 0;
}

.common-margin {
  padding: 30px 0;
}

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #181818;
  margin-bottom: 20px;
}

body {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 300;
  color: #000000;
}
ul li {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}


.sub-heading {
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative;
}
.sub-heading::before {
  position: absolute;
  top: -30px;
  content: "";
  background: url(img/sub-img.png) no-repeat;
  width: 25px;
  height: 9px;
}

.top-nav {
  background: #000;
  color: white;
}
.top-nav .top-socail {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 5px;
}
.top-nav .call-no {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-nav .call-no a {
  font-size: 15px;
}
.top-nav .call-no .side {
  width: 1px;
  height: 32px;
  background: #000;
}
.top-nav .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  color: white;
  border-radius: 100px;
}
.top-nav .icon i {
  font-size: 15px;
}
.top-nav ul {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}
.top-nav ul a {
  width: 35px;
  height: 35px;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  color: white;
  transition: 0.3s;
  font-size: 15px;
}
.top-nav ul a:hover {
  background-color: #313131;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--theme-color) !important;
  position: relative;
}
.navbar-nav .nav-link.active::before,
.navbar-nav .nav-link.show::before {
  width: 100% !important;
  left: 0;
}

.nav-link:focus,
.nav-link:hover {
  color: white !important;
}

.dropdown-item:focus {
  color: white !important;
  background-color: var(--theme-color);
}

.submenu {
  padding: 0 !important;
}
.submenu:hover .dropdown-menu-sub {
  display: block;
  position: absolute;
  left: 100%;
  top: 0%;
  background: white;
}
.submenu .dropdown-menu-sub .sub-item {
  padding: 10px 20px !important;
  transform: translateX(0px) !important;
  color: black !important;
}
.submenu .dropdown-menu-sub .sub-item:hover {
  color: var(--theme-color) !important;
  transform: translateX(10px) !important;
}

.dropdown-menu-sub {
  display: none;
}

header {
  width: 100%;
  z-index: 11;
  background-color: rgba(114, 91, 91, 0);
  position: fixed;
  transition: 0.3s;
}
header .menu-header-btns {
  display: flex;
  align-items: center;
}
header .callbtn {
  height: 100%;
  display: flex;
  padding: 10px 15px;
}
header .callbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .callbtn a:hover h6 {
  color: var(--theme-color);
}
header .callbtn .cll-icons i {
  margin-right: 8px;
  font-size: 25px;
  color: var(--theme-color);
}
header .callbtn .cll-cont h4 {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
header .callbtn .cll-cont h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
  transition: 0.5s;
  letter-spacing: 0.5px;
}
header .drop-m {
  display: flex;
  align-items: center;
}
header .top-header {
  background-color: #262727;
}
header .common-btn {
  transition: 0.3s;
}
header .menu-bars-wrappeprs {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
header .right-header {
  display: flex;
  align-items: center;
  height: 100%;
}
header .right-header a {
  padding: 40px 10px;
  display: flex;
  font-weight: 500;
}
header .right-header i {
  display: flex;
}
header nav.navbar-expand-lg {
  padding: 0 0 !important;
}
header nav .navbar-brand img {
  max-width: 130px;
}
header nav .navbar-nav {
  display: flex;
  flex-direction: row;
  margin-right: 20px;
}
header nav .navbar-nav .nav-item {
  padding: 10px 5px;
  font-weight: 400;
  font-size: 16px;
  color: black;
  font-family: var(--nav-font);
}
header nav .navbar-nav .nav-item div img {
  filter: brightness(0) invert(1);
  max-width: 25px;
  margin-right: 20px;
  cursor: pointer;
}
header nav .navbar-nav .nav-item .dropdown-menu {
  display: none;
  padding: 0;
  border: none;
  border-radius: 0;
}
header nav .navbar-nav .nav-item .dropdown-menu li a {
  padding: 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.192);
  position: relative;
}
header nav .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
}
header nav .navbar-nav .nav-item:hover > .dropdown-menu {
  display: block;
}
header nav .navbar-nav .nav-item .nav-link {
  font-family: var(--nav-font);
  line-height: 27.0001px;
  position: relative;
  padding: 5px;
  font-size: 16px;
  color: #000000;
  margin: 3px;
  transition: all 0.4s;
  font-weight: 600;
}
header nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--theme-color) !important;
}
header nav .navbar-nav .active {
  position: relative;
  color: var(--theme-color);
}
header nav .navbar-nav .active a {
  color: var(--theme-color);
}
header .navi-wrapper {
  display: inline-flex;
  justify-content: flex-start;
}
header .get-a-quote a {
  line-height: 15px;
  padding: 14px 18px;
  border: solid 3px var(--theme-color);
  border-radius: 39px;
}
header .get-a-quote a i {
  padding: 0 15px;
}
header .search-btn i {
  padding: 0 15px;
}
header .call-btn a i {
  font-size: 22px;
  padding-right: 8px;
  padding-left: 15px;
  color: var(--theme-color);
}

.banner-home .desktop {
  display: block !important;
}
.banner-home .mobile {
  display: none !important;
}
.banner-home .bnr-img-overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(2deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.23), rgba(255, 255, 255, 0.96));
  z-index: 10;
  position: absolute;
  top: 0;
}
.banner-home .img-wrapper-bnr {
  overflow: hidden;
}
.banner-home .img-wrapper-bnr img {
  width: 100%;
  top: 0;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  animation: zoomIn 7s linear infinite reverse;
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}
.banner-home .banner-content {
  position: absolute;
  top: 50%;
  z-index: 31;
  width: 100%;
  color: #fff;
  left: 0;
  transform: translateY(-50%);
}
.banner-home .banner-content .sub-heading {
  font-family: var(--sub-heading);
  font-size: 92px;
  font-weight: 900;
  letter-spacing: 4px;
  color: var(--theme-color);
  display: inline-block;
  text-transform: capitalize;
  line-height: normal;
}
.banner-home .banner-content .cont-banner {
  text-align: center;
}
.banner-home .banner-content ul {
  display: flex;
  gap: 2px;
  justify-content: center;
  font-size: 15px;
  color: rgb(255, 187, 0);
}
.banner-home .banner-content .common-heading {
  font-size: 110px;
  line-height: 1.1;
  margin-bottom: 0px;
  color: white;
  margin-top: -34px;
}
.banner-home .banner-content .para {
  width: 50%;
  line-height: 30px;
}
.banner-home .common-btn {
  background-color: var(--theme-color);
  color: #000;
}
.banner-home .common-btn:hover {
  background-color: var(--main-color);
}
.banner-home .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.banner-home button.owl-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-prev span {
  font-size: 125px;
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.5411764706);
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home button.owl-prev span:hover {
  color: white;
}
.banner-home button.owl-next {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-next span {
  font-size: 125px;
  color: #fff;
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home button.owl-next span:hover {
  color: white;
}

header .social-links ul {
  display: flex;
  margin: 0;
  padding: 0;
}
header .social-links ul li {
  list-style: none;
  margin-right: 5px;
}
header .social-links ul li a {
  color: #000;
  padding: 0px;
  width: 20px;
  text-align: right;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
}
header .social-links ul li a i {
  font-size: 14px;
  color: #000;
}
header .social-links ul li:nth-child(1) a {
  background-color: #1877F2;
  color: #fff;
}
header .social-links ul li:nth-child(1) i {
  color: #fff;
}
header .social-links ul li:nth-child(2) a {
  background-color: #000;
  color: #fff;
}
header .social-links ul li:nth-child(2) i {
  color: #fff;
}
header .social-links ul li:nth-child(3) a {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}
header .social-links ul li:nth-child(3) a i {
  color: #fff;
}
header .social-links ul li:nth-child(4) a {
  background-color: red;
  color: #fff;
}
header .social-links ul li:nth-child(4) i {
  color: #fff;
}
header.sticky, header.sec-nav {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  top: 0;
  background-color: #ffffff;
}
header.sticky .container-fluid, header.sec-nav .container-fluid {
  flex-direction: row;
}
header.sticky nav .navbar-brand img, header.sec-nav nav .navbar-brand img {
  max-width: 130px;
}
header.sticky .navbar-nav .nav-item .nav-link, header.sec-nav .navbar-nav .nav-item .nav-link {
  color: #000;
}
header.sticky .nav-link:focus,
header.sticky .nav-link:hover, header.sec-nav .nav-link:focus,
header.sec-nav .nav-link:hover {
  color: var(----main-back) !important;
}
header.sticky nav .navbar-nav .nav-item .nav-link, header.sec-nav nav .navbar-nav .nav-item .nav-link {
  color: #000;
  font-family: var(--nav-font);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 27.0001px;
}
header.sticky nav .navbar-nav .nav-item .nav-link::before, header.sec-nav nav .navbar-nav .nav-item .nav-link::before {
  background-color: var(----main-back);
  left: 0;
}
header.sticky nav .navbar-nav .nav-item, header.sec-nav nav .navbar-nav .nav-item {
  padding: 10px 5px;
}
header.sticky header .social a, header.sec-nav header .social a {
  color: #000000;
}
header.sticky .social a, header.sec-nav .social a {
  color: #000000;
}
header.sticky1 {
  background-color: white !important;
}
header.sticky1 .navbar-nav .nav-item .nav-link {
  color: #000000;
}
header.sticky1 .nav-link:focus,
header.sticky1 .nav-link:hover {
  color: var(--theme-hover) !important;
}
header.sticky1 .navbar-nav .nav-link.active,
header.sticky1 .navbar-nav .nav-link.show {
  color: var(--theme-color) !important;
}

.about-home .cont {
  text-align: center;
  padding: 0px 50px;
}
.about-home .cont p {
  padding-top: 20px;
  padding-bottom: 30px;
}
.about-home .cont .sub-heading {
  padding: 0;
}
.about-home .about-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.about-home .about-img .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-home .about-img .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.about-home .about-img .img-1 {
  height: 550px;
  width: 100%;
}
.about-home .about-img .sec-img {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.luxury {
  background-color: rgba(255, 163, 162, 0.1490196078);
}
.luxury .lux-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.luxury .lux-grid .lux-item {
  min-height: 550px;
  position: relative;
  margin-top: 30px;
}
.luxury .lux-grid .lux-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.431372549);
}
.luxury .lux-grid .lux-item .sub-lux {
  color: var(--main-color);
}
.luxury .lux-grid .lux-item h4 {
  color: white;
}
.luxury .lux-grid .lux-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.luxury .lux-grid .lux-item:nth-child(2) {
  margin-top: 110px;
}
.luxury .lux-grid .lux-item .cont {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 60%;
  transition: 0.3s;
}
.luxury .lux-grid .lux-item .cont .common-btn {
  opacity: 0;
  transition: 0.3s;
}
.luxury .lux-grid .lux-item:nth-child(1), .luxury .lux-grid .lux-item:nth-child(3) {
  margin-bottom: 110px;
}
.luxury .lux-grid .lux-item:hover .cont {
  top: 50%;
}
.luxury .lux-grid .lux-item:hover .common-btn {
  opacity: 1;
}

.service-home .service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.service-home .service-grid .service-item {
  padding: 30px;
}
.service-home .service-grid .service-item .img {
  position: relative;
  margin-bottom: 20px;
}
.service-home .service-grid .service-item .img::after {
  content: "";
  top: 0px;
  left: -10px;
  position: absolute;
  background-color: var(--main-color);
  width: 40px;
  height: 40px;
  border-radius: 60px;
  z-index: -1;
  transition: 0.3s;
}
.service-home .service-grid .service-item:hover .img::after {
  left: 10px;
}

.inter-change {
  background: rgba(255, 163, 162, 0.1490196078);
}
.inter-change .content {
  padding: 30px 30px 30px 60px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  height: 100%;
}
.inter-change .content .sub-heading {
  margin-bottom: 35px;
}
.inter-change .content .common-heading {
  margin-bottom: 50px;
}
.inter-change .img {
  width: 100%;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.inter-change .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.inter-change .img .cont {
  position: absolute;
  left: 0;
  padding: 80px 110px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7098039216);
  width: 70%;
}
.inter-change .img .cont h4 {
  font-size: 36px;
  margin-bottom: 30px;
}
.inter-change .img .cont p {
  color: #000;
}
.inter-change .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.inter-change button.owl-prev {
  position: absolute;
  right: 34px;
  bottom: -6px;
}
.inter-change button.owl-prev span {
  font-size: 48px;
  color: #000;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 11px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 0px;
  transition: 0.3s;
  background: white;
  cursor: pointer;
}
.inter-change button.owl-prev span:hover {
  color: rgb(0, 0, 0);
  color: var(--main-color);
}
.inter-change button.owl-next {
  position: absolute;
  right: -6px;
  bottom: -6px;
}
.inter-change button.owl-next span {
  font-size: 48px;
  color: #000;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 11px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 0px;
  transition: 0.3s;
  background: white;
  cursor: pointer;
}
.inter-change button.owl-next span:hover {
  color: rgb(0, 0, 0);
  color: var(--main-color);
}

.experience-p {
  text-align: center;
}
.experience-p .sub-heading {
  margin-bottom: 25px;
}
.experience-p .experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.experience-p .experience-grid .item {
  padding: 10px;
}
.experience-p .experience-grid .exper-i {
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.experience-p .experience-grid .exper-i .content {
  margin-top: 15px;
  padding: 20px;
  min-height: 269px;
}
.experience-p .experience-grid .exper-i .content h3 {
  font-size: 30px;
  font-family: var(--nav-font);
  text-transform: capitalize;
  margin-bottom: 20px;
}
.experience-p .experience-grid .exper-i .content ul {
  display: flex;
  gap: 10px;
  font-size: 13px;
  list-style-type: disc;
}
.experience-p .experience-grid .exper-i .content .price {
  display: flex;
  gap: 10px;
}
.experience-p .experience-grid .exper-i .content .price .dis {
  text-decoration: line-through;
}
.experience-p .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.experience-p button.owl-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.experience-p button.owl-prev span {
  font-size: 125px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: #000;
  padding-left: 1px;
  border-radius: 50px;
  transition: 0.3s;
}
.experience-p button.owl-prev span:hover {
  color: white;
}
.experience-p button.owl-next {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.experience-p button.owl-next span {
  font-size: 125px;
  color: #000;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
  transition: 0.3s;
}
.experience-p button.owl-next span:hover {
  color: white;
}

.cta {
  background-image: url("img/cta-banner.jpg");
  background-size: cover;
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
  background-attachment: fixed;
}
.cta p {
  color: white;
  margin-bottom: 27px;
  font-size: 17px;
}
.cta .overlay {
  background-color: rgb(17, 19, 25);
  opacity: 0.76;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cta .common-heading {
  font-weight: 300;
  font-size: 50px;
  letter-spacing: 2px;
}
.cta .head {
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
}
.cta .head .common-heading {
  color: white;
}
.cta .head .common-btn {
  color: white;
  border-color: white;
  transition: 0.3s;
}
.cta .head .common-btn:hover {
  background-color: white;
  color: #000;
}

.resturent-home .opening p {
  margin-bottom: 5px;
}
.resturent-home .opening p strong {
  color: #000;
}
.resturent-home .about-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.resturent-home .about-img .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.resturent-home .about-img .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.resturent-home .about-img .img-1 {
  height: 550px;
  width: 100%;
}
.resturent-home .about-img .sec-img {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.testimonial {
  background-size: cover;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1529411765);
}
.testimonial img {
  max-width: 85px;
  margin-bottom: 30px;
}
.testimonial h2.common-heading {
  margin-bottom: 30px;
}
.testimonial .test-car p {
  font-size: 19px;
  font-style: italic;
}
.testimonial .test-car .cont {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.testimonial .test-car .cont ul {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 0;
  justify-content: center;
}
.testimonial .test-car .cont i {
  color: rgb(255, 187, 0);
  font-size: 14px;
}
.testimonial .test-car .cont h4 {
  margin-bottom: 5px;
  color: rgb(0, 0, 0);
}
.testimonial .test-car .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.testimonial .test-car button.owl-prev {
  position: absolute;
  left: -50px;
  top: 32%;
  transform: translateY(-50%);
}
.testimonial .test-car button.owl-prev span {
  font-size: 50px;
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 9px;
  color: #000000;
  padding-left: 1px;
  border: 1px solid rgb(0, 0, 0);
}
.testimonial .test-car button.owl-prev span:hover {
  background-color: var(--main-color);
  border: 1px solid var(----main-color);
}
.testimonial .test-car button.owl-next {
  position: absolute;
  right: -50px;
  top: 32%;
  transform: translateY(-50%);
}
.testimonial .test-car button.owl-next span {
  font-size: 50px;
  color: #000000;
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 9px;
  padding-left: 1px;
  border: 1px solid rgb(0, 0, 0);
}
.testimonial .test-car button.owl-next span:hover {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}

.nearby-places {
  padding-top: 0;
}
.nearby-places .near {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.nearby-places .near .near-cont {
  padding: 120px 60px 80px;
}
.nearby-places .near .near-cont .inner-ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 20px 0px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}
.nearby-places .near .near-cont .inner-ul img {
  max-width: 20px;
}
.nearby-places .near .near-cont .inner-ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nearby-places .near .near-cont .inner-ul i {
  color: var(--theme-hover);
}

.blog {
  background-color: var(--bg-color);
  padding-top: 0;
}
.blog .rd-more {
  transition: 0.3s;
}
.blog .rd-more i {
  margin-left: 10px;
}
.blog .main-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.blog .main-blog .blog-item {
  position: relative;
}
.blog .main-blog .blog-item .img {
  overflow: hidden;
  margin-bottom: 30px;
}
.blog .main-blog .blog-item .img img {
  transition: 0.3s;
}
.blog .main-blog .blog-item p {
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 19.5px;
  margin-bottom: 13px;
  margin-top: 16px;
}
.blog .main-blog .blog-item h3 {
  font-size: 30px;
  line-height: 33.6px;
  transition: 0.3s;
}
.blog .main-blog .blog-item .date {
  position: absolute;
  font-weight: 400;
  font-size: 14px;
  transition: 0.3s;
  top: 20px;
  left: 20px;
  background: var(--theme-color);
  color: white;
  padding: 2px 5px;
}
.blog .main-blog .blog-item:hover .img img {
  transform: scale(1.05);
}
.blog .main-blog .blog-item:hover .date {
  background-color: white;
  color: var(--theme-color);
}
.blog .main-blog .blog-item:hover h3 {
  color: var(--main-color);
}
.blog .main-blog .blog-item:hover .rd-more {
  color: var(--main-color);
}

.sginup-box {
  position: relative;
  padding: 60px 60px;
}
.sginup-box .newsletter-box {
  display: flex;
  gap: 10px;
  padding: 30px;
  justify-content: space-between;
  align-items: center;
  color: white;
  flex-direction: column;
}
.sginup-box .newsletter-box i {
  font-size: 35px;
}
.sginup-box .newsletter-box h2 {
  color: white;
  text-align: center;
}
.sginup-box .newsletter-box h2 span {
  display: block;
  color: white;
  font-family: var(--heading-font);
}
.sginup-box .newsletter-box input {
  padding: 11px 10px;
  width: 300px;
  border: none;
  border-bottom: 1px solid black;
}
.sginup-box .newsletter-box .em {
  display: flex;
  align-items: center;
}

footer {
  position: relative;
  background: linear-gradient(182deg, #000000, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.16)), url(img/footer-bg.jpg);
  background-size: cover;
  background-position: bottom;
}
footer .middle-widget-sec {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2392156863);
}
footer h3 {
  font-size: 24px;
  line-height: 32px;
  color: var(--main-color);
  font-weight: 700;
  margin-bottom: 15px;
}
footer .links-list li {
  position: relative;
  transition: all 0.3s;
  list-style: none;
}
footer .links-list li:hover {
  margin-left: 1rem;
}
footer .links-list li:hover:before {
  color: var(--theme-yellow);
}
footer p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: var(--theme-font);
}
footer ul {
  margin: 0;
  padding-left: 0;
}
footer ul li {
  font-size: 15px;
  line-height: 28px;
  color: #000000;
}
footer a {
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
}
footer .cont p {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
footer .cont p i {
  min-width: 35px;
  height: 35px;
  background: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
}
footer .footer-widget {
  padding: 65px 0 65px 0px;
}
footer .footer-widget img {
  margin-bottom: 15px;
}
footer .about-widget {
  position: relative;
}
footer .centred {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2392156863);
}
footer .centred p {
  padding: 15px 0px;
  margin: 0;
  text-align: center;
}
footer .info-list li {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  margin-bottom: 10px;
}
footer .info-list li i {
  background-color: var(--theme-color);
  padding: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  width: 25px;
  border-radius: 5px;
  height: 25px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 3px;
}
footer .social-links ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 5px;
}
footer .social-links ul li {
  list-style: none;
  margin-right: 0px;
}
footer .social-links ul li a {
  color: #000;
  padding: 0px;
  width: 20px;
  text-align: right;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
}
footer .social-links ul li a i {
  font-size: 14px;
  color: #000;
}
footer .social-links ul li:nth-child(1) a {
  background-color: #1877F2;
  color: #fff;
}
footer .social-links ul li:nth-child(1) i {
  color: #fff;
}
footer .social-links ul li:nth-child(2) a {
  background-color: #000;
  color: #fff;
}
footer .social-links ul li:nth-child(2) i {
  color: #fff;
}
footer .social-links ul li:nth-child(3) a {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}
footer .social-links ul li:nth-child(3) a i {
  color: #fff;
}
footer .social-links ul li:nth-child(4) a {
  background-color: red;
  color: #fff;
}
footer .social-links ul li:nth-child(4) i {
  color: #fff;
}

.book-btns {
  position: fixed;
  background-color: var(--theme-color);
  z-index: 10;
  top: 50%;
  right: 23px;
  direction: unset;
  display: unset;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right;
}
.book-btns:hover {
  color: #000;
}

.beard-head {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.53) 0%, rgba(255, 255, 255, 0.12) 59%, rgba(255, 255, 255, 0) 100%), url(img/breadcrumb.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 153px 0 126px;
  min-height: 308px;
}
.beard-head::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5803921569), rgba(255, 255, 255, 0.1294117647));
  width: 100%;
  height: 100%;
  z-index: 0;
}
.beard-head .bread {
  color: #000;
  text-align: center;
  position: relative;
  z-index: 1;
}
.beard-head .bread a {
  text-decoration: none;
}
.beard-head .bread h1 {
  font-size: 55px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.568627451);
}
.beard-head .bread ul {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  color: #000000;
}
.beard-head .bread ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  padding: 5px 5px;
}
.beard-head .bread ul li:first-child {
  color: rgb(0, 0, 0);
}
.beard-head .bread ul li span {
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.568627451);
}
.beard-head .bread ul .breadcrumb::after {
  content: "\f054";
  font-family: "fontawesome";
  color: rgb(0, 0, 0);
  margin-left: 5px;
  font-size: 14px;
}

.room-p .room-detail {
  padding-top: 35px;
}
.room-p .room-detail .main-title {
  font-size: 36px;
  font-weight: 500;
}
.room-p .room-detail .facility {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.room-p .room-detail .facility .facility-item {
  display: flex;
  gap: 15px;
  align-items: center;
}
.room-p .room-detail .facility .facility-item .icon {
  border: 1px solid var(--theme-color);
  border-radius: 50px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.room-p .room-detail .facility .facility-item .icon img {
  max-width: 35px;
}
.room-p .room-detail .facility .facility-item h3 {
  margin-bottom: 0;
  font-size: 22px;
}
.room-p .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.room-p button.owl-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.room-p button.owl-prev span {
  font-size: 85px;
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.5411764706);
  padding-left: 1px;
  border-radius: 50px;
}
.room-p button.owl-prev span:hover {
  color: white;
}
.room-p button.owl-next {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.room-p button.owl-next span {
  font-size: 85px;
  color: #fff;
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
}
.room-p button.owl-next span:hover {
  color: white;
}
.room-p .room-details__details-box {
  background-color: #f5f6f7;
  border: 1px solid var(--theme-color);
  border-radius: 10px;
  padding: 43px 50px 30px 50px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.room-p .room-details__details-box .text {
  font-size: 16px;
  margin-bottom: 10px;
}
.room-p .room-details__details-box h6 {
  font-size: 20px;
  line-height: 1.3rem;
}
.room-p .book-now-form {
  background-color: #f2f3f5;
  padding: 13%;
}
.room-p .book-now-form form div {
  margin-top: 20px;
}
.room-p .book-now-form form label {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: var(--nav-font);
  letter-spacing: 3px;
  font-size: 13px;
}
.room-p .book-now-form form input, .room-p .book-now-form form select {
  padding: 10px;
  background-color: transparent;
  border-radius: 0;
}
.room-p .book-now-form form select option {
  padding: 10px;
}
.room-p .book-now-form form .form-select:focus, .room-p .book-now-form form .form-control:focus {
  border-color: #000000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.01);
}
.room-p .book-now-form .common-btn {
  margin-top: 20px;
  width: 100%;
  background: var(--theme-color);
  color: white;
  border: none;
  transition: 0.3s;
}
.room-p .book-now-form .common-btn:hover {
  background: var(--main-color);
  color: #000;
}

.contact-p {
  position: relative;
}
.contact-p .bg-contact {
  position: absolute;
  bottom: -60px;
  right: 0px;
}
.contact-p .bg-contact img {
  width: 70%;
}
.contact-p .contact-form h3 {
  font-size: 16px;
  font-style: italic;
}
.contact-p .contact-form h2 {
  color: var(--theme-color);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.contact-p .contact-form label {
  margin: 0 0 8px 0;
  font-family: var(--heading-font);
  font-size: 16px;
}
.contact-p .contact-form .form-control {
  margin: 0 0 23px 0;
  border-radius: 0;
  background-color: #f2f3f5;
  border: none;
  padding: 20px 20px;
}
.contact-p .contact-form .form-control:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.contact-p .contact-form .common-btn {
  border: none;
}
.contact-p .contact-main {
  margin-top: 35px;
}
.contact-p .contact-box {
  display: grid;
  gap: 30px;
  align-items: center;
  margin-top: 15px;
  border-bottom: 1px dashed rgba(68, 68, 68, 0.267);
  padding-bottom: 15px;
  grid-template-columns: 70px 1fr;
}
.contact-p .contact-box .icon {
  height: 70px;
  width: 70px;
  background-color: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-p .contact-box .icon i {
  font-size: 22px;
  color: white;
}
.contact-p .contact-box p {
  margin-bottom: 0;
}
.contact-p .contact-box:last-child {
  border: none;
}
.contact-p .contact-box h4 {
  font-size: 25px;
}

.blog-p {
  padding-top: 75px;
}
.blog-p .blog-detail {
  padding-top: 35px;
}
.blog-p .blog-detail .main-title {
  font-size: 36px;
  font-weight: 500;
}
.blog-p .blog-detail p {
  text-align: justify;
}
.blog-p .blog-detail ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.blog-p .blog-detail ul li::before {
  content: "\f594";
  position: absolute;
  left: 0;
  font-family: fontawesome;
  color: var(--theme-color);
}
.blog-p .blog-img {
  position: relative;
}
.blog-p .blog-img img {
  width: 100%;
}
.blog-p .blog-img .date {
  position: absolute;
  background: var(--theme-color);
  margin-bottom: 0;
  color: white;
  padding: 10px;
  top: 0;
  left: 0;
}
.blog-p .categories-b {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
  padding: 20px;
}
.blog-p .categories-b .posts h3 {
  color: var(--theme-color);
}
.blog-p .categories-b .posts ul {
  margin-top: 20px;
}
.blog-p .categories-b .posts ul li a {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}
.blog-p .categories-b .posts ul li a img {
  width: 80px;
  height: 80px;
}
.blog-p .categories-b .posts ul li a h5 {
  color: var(--theme-color);
  font-size: 15px;
}
.blog-p .categories-b .posts ul li a p {
  margin-bottom: 0;
  transition: 0.3s;
  color: #000;
}
.blog-p .categories-b .posts ul li a:hover p {
  color: var(--theme-color);
}
.blog-p .categories-b .posts ul li a {
  border-bottom: 1px dashed black;
  padding-bottom: 10px;
}
.blog-p .categories-b .posts ul li a h5 {
  margin-bottom: 0;
}

.about-section {
  background-color: #fff;
}
.about-section .img-mains {
  position: relative;
  height: 610px;
  width: 100%;
}
.about-section .img-mains .image-border-frame {
  position: absolute;
  width: 450px;
  height: 200px;
  border: 4px solid var(--theme-color);
  top: -20px;
  left: 100px;
  z-index: 0;
}
.about-section .img-mains .img-style {
  position: absolute;
  width: 350px;
  height: 500px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.about-section .img-mains .img1 {
  top: 0;
  left: 20px;
  z-index: 1;
  width: 450px;
  height: auto;
}
.about-section .img-mains .img2 {
  right: 0px;
  bottom: -4px;
  z-index: 2;
  height: 50%;
}
.about-section .text-link {
  color: var(--theme-color);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: underline;
}
.about-section ul {
  padding-left: 0rem;
}
.about-section ul li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.about-section ul li::before {
  content: "\f594";
  position: absolute;
  left: 0;
  color: var(--theme-color);
  font-family: fontawesome;
}
.about-section ul.before-none {
  padding-left: 20px;
}
.about-section ul.before-none li {
  list-style: disc;
  padding-left: 0;
}
.about-section ul.before-none li::before {
  display: none;
}

.tnp.tnp-subscription form {
  display: flex;
}
.tnp.tnp-subscription form .tnp-field.tnp-field-button input {
  background-color: var(--theme-color);
}
.tnp.tnp-subscription .tnp-field label {
  display: none;
}

.dropdown-item.active, .dropdown-item:active {
  color: white !important;
  text-decoration: none;
  background-color: var(--theme-color);
}

.gallery-section {
  padding: 3rem 1.5rem;
  background-color: #f3f4f6;
}
.gallery-section .gallery-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.gallery-section .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 4/3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-section .gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.gallery-section .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.gallery-section .gallery-item:hover img {
  transform: scale(1.04);
}

.dropdown-item:hover {
  background: var(--theme-color);
  color: white;
}

footer #menu-footer-menu li a:hover {
  color: var(--theme-color);
}

.other-hoe {
  padding-bottom: 4rem;
  padding-top: 2rem;
}
.other-hoe .common-heading span {
  color: var(--theme-color);
  font-family: var(--heading-font);
}
.other-hoe h2 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.other-hoe .other-hot {
  position: relative;
}
.other-hoe .other-hot .ho-img {
  width: 100%;
  height: 600px;
}
.other-hoe .other-hot .ho-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.other-hoe .other-hot .ho-conts {
  left: 10px;
  bottom: 10px;
  background-color: rgba(255, 255, 255, 0.9607843137);
  width: 100%;
  right: 10px;
  width: 95%;
  padding: 10px;
  position: absolute;
}
.other-hoe .other-hot h4 {
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 22px;
}
.other-hoe .other-hot .viw-Btn a {
  background-color: var(--theme-color);
  color: #fff;
  padding: 6px 14px;
  transition: 0.3s;
}
.other-hoe .other-hot .viw-Btn a:hover {
  background: var(--main-color);
  color: #000;
}

.page-section ul {
  padding-left: 20px;
}
.page-section ul li {
  list-style-type: disc;
}/*# sourceMappingURL=style.css.map */