/* contact us page css */
.contact-form-wrap {
  background-color: var(--clr-primary);
  position: relative;
  padding-top: 150px;
  padding-bottom: 60px;
  padding-right: 125px;
}
.contact-form-wrap::before {
  background-color: var(--clr-primary);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.contact-form-wrap h3 {
  color: #fff;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 173.5%; /* 69.4px */
}
.contact-form-wrap label {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-form-wrap .form-control::placeholder {
  color: #fff;
  opacity: 0.6;
}
.contact-form-wrap .form-control {
  color: #fff;
  opacity: 1;
  border-color: #479cc0;
}
.contact-form-wrap .form-control:focus {
  color: #fff;
  background-color: hsl(198, 100%, 28%);
  border-color: hsl(194, 47%, 90%);
  outline: 0;
  box-shadow: none;
}
.contact-form-wrap input,
.contact-form-wrap textarea {
  border-radius: 5px;
  background-color: var(--clr-primary);
}
.contact-form-wrap input {
  padding: 0.75rem 0.75rem;
}
.call-info-wrap {
  background-color: var(--clr-secondary-section-bg);
  color: var(--clr-primary);
  padding: 40px;
  padding-block: 60px;
}
.call-info-wrap > * {
  display: flex;
  gap: 15px;
  align-items: baseline;
  text-decoration: none;
  margin-bottom: 20px;
}
.contact-info-wrap h3 {
  font-family: Montserrat;
  margin-top: 30px;
  /* font-size: 24px; */
  font-style: normal;
  font-weight: 700;
  line-height: 173.5%; /* 27.76px */
}
.call-info-wrap a {
  color: var(--clr-primary);
  transition: all 0.3s ease;
}
.call-phone-desc {
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 173.5%; /* 31.23px */
}
.call-info-wrap h4 {
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 173.5%; /* 41.64px */
  margin: 0;
}
.call-info-wrap a:hover {
  color: hsl(198, 100%, 40%);
  transform: translateX(10px);
}
.contact-info-wrap .socials-icons {
  margin-top: 0;
}
.socials-icons a:hover {
  transform: translateX(0px);
  transform: translateY(-5px);
}
.call-info-wrap i {
  font-size: 20px;
}
.socials-icons i {
  font-size: 30px;
}
/* contact-info-wrap */
.map-wrapper {
  height: 100% !important;
  width: 100% !important;

  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.map-wrapper iframe {
  inset: 0;
  height: 100% !important;
  width: 100% !important;
  position: absolute;
}

.contactus-section {
  padding: 3rem 2.5rem;
  background-repeat: no-repeat;
  min-height: 30vh;
  box-shadow: inset 0 1700px rgb(0 0 0 / 30%);
  background-size: cover !important;
  position: relative;
}
.contactus-header {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contactus-icons {
  position: absolute;
  bottom: 10%;
  left: 48%;
  transform: translate(-50%, -50%);
  margin: 0;
  display: flex;
  gap: 50px;
}
.contactus-icons a {
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6rem;
  color: #ffffff;
}
.contactus-icons .fa-solid {
  color: #d8622a;
  color: #ffb629;
}
.contactus-header1 {
  text-align: center;
}
.contactus-header1 p {
  width: 60%;
  margin: auto;
}
.contactus-icons1 {
  margin: 0;
  justify-content: center;
  display: flex;
  row-gap: 5px;
  column-gap: 25px;
  flex-wrap: wrap;
}
.contactus-icons1 a {
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6rem;
  color: #ffffff;
}
.contactus-icons1 .fa-solid {
  color: #d8622a;
  color: #ffb629;
}
.contactus-header h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  letter-spacing: 0.001em;
  color: #ffffff;
}
.contactus-header p {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.6rem;
  color: #ffffff;
}
.contactus-email {
  display: flex;
  gap: 4px;
}
.contactus-header1 h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  letter-spacing: 0.001em;
  color: #ffffff;
}
.contactus-header1 p {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.6rem;
  color: #ffffff;
}
.contactus-email1 {
  display: flex;
  gap: 4px;
}

.form-detail {
  padding: 40px;
  margin-top: 20px;
}
.form-desc {
  text-align: center;
}
.form-desc h2 {
  font-weight: 600;
}
.form-desc p {
  font-weight: 400;
  font-size: 17px;
  line-height: 2rem;
  color: #2b2a29;
}
.form-detail .form-control {
  width: 100%;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #7a7777;
  margin-top: 12px;
}
.form-detail .form-control:focus {
  outline: none !important;
  box-shadow: none;
  border: 2px solid #e6ad21;
}
.contact-submit-btn {
  box-shadow: inset 0 0 0 0 #e6ad21;
  border: 2px solid #e6ad21;
  border-radius: 5px;
  background: #e6ad21;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: var(--clr-primary);
  text-decoration: none;
  padding: 10px 50px;
}
.contact-submit-btn:hover {
  box-shadow: inset 250px 0 0 0 #ffffff;
  color: #e6ad21;
  border: 2px solid #e6ad21;
}
/* contact us page css */
/* gallery page css */
.gallery-section {
  padding: 6rem;
}
.gallery-desc {
  margin: 0 20%;
}
.gallery-desc h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  letter-spacing: 0.001em;
  color: #e6ad21;
}
.gallery-desc p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  margin: 3% 0 8%0;
  text-align: center;
  color: #2b2a29;
}
.gallery-container {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  min-height: 50vh;
  /* max-height: 90vh; */
}

.img-box {
  flex: 1;
  overflow: hidden;
  transition: 0.5s;
  margin: 0 2%;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  line-height: 0;
}

.img-box > img {
  width: 200%;
  height: calc(100%);
  object-fit: cover;
  transition: 0.5s;
}

.img-box:hover {
  flex: 1 70%;
}
.img-box:hover > img {
  width: 100%;
  height: 100%;
}
/* gallery page css */
/* blogs page css */
.custom-blog-card-listing-gutter {
  --bs-gutter-y: 64px;
  --bs-gutter-x: 64px;
}
.blog-featured-wrap {
  /* display: flex; */
  /* gap: 40px; */
  border: 1px solid #e4e4e4;
  height: 460px;
}
/* .blog-featured-wrap > * {
  flex-basis: 50%;
} */
.blog-img-wrap img {
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.blog-description {
  padding: 20px;
  text-align: left;
}
.blog-featured-wrap .blog-description {
  padding: 20px 20px 20px 40px;
  text-align: left;
}
.blog-description .time-read {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.014px;
}
.blog-description h4 {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.016px;
  margin-bottom: 30px;
}
.blog-description :not(.time-read):not(h4):not(.btn-wrap *) {
  color: #000 !important;
  font-family: Montserrat;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.016px;
  text-align: left !important;
}
.blog-description .view-more-primary {
  margin-top: 25px;
  margin-bottom: 0;
}
.blog-card-wrap {
  border: 1px solid #e4e4e4;
  height: 460px;
  position: relative;
  display: block;
}

.blog-card-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 230px;
  transition: all 0.3s ease;
  opacity: 1;
}
.blog-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-description-card {
  position: absolute;
  top: 230px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.blog-description-card :not(.time-read):not(h4) {
  /* visibility: hidden; */
  display: none;
  transition: all 0.3s ease;
}
.card-button {
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 20px;
  cursor: pointer;
}
.card-button a {
  margin: 0 !important;
}
.hover-card-wrap {
  position: absolute;
  top: 100%;
  left: 20px;
  right: 0;
  z-index: 2;
  transition: all 0.3s ease;
}
.blog-description-featured {
  cursor: pointer;
  transition: all 0.3s ease;
}
.blog-description-featured:hover {
  background-color: var(--clr-secondary-section-bg);
}
.blog-card-wrap:hover .blog-description-card {
  top: 0;
  background-color: var(--clr-secondary-section-bg);
}
/* .blog-card-wrap:hover .view-more-primary {
  background: #fff;
  box-shadow: inset 0 0 0 0 var(--clr-btn-primary-bg);
  color: var(--clr-btn-primary-bg);
} */
.blog-card-wrap:hover .blog-card-img-wrap {
  top: 20px;
  bottom: 210px;
  opacity: 0;
}
.blog-card-wrap:hover .blog-description-card :not(.time-read):not(h4) {
  display: block;
}

.card-button a:hover .blog-card-wrap:hover,
.blog-card-wrap:focus-within img {
  /* transform: translateY(20px); */
}
.blog-card-wrap:hover,
.blog-card-wrap:focus-within .blog-card-img-wrap {
}
.blogs-section,
.blog_list_sec {
  padding: 5rem;
}
.blog-img {
  width: 100%;
}
.blog-img img {
  border-radius: 10px;
}
.blog-content h5 {
  font-size: 14px;
  font-weight: 400;
  color: #adaaaa;
}
.blog-content h1,
.related_blog_heading h1 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 34px;
  line-height: 3rem;
}
.blog-content p {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
}
.card {
  border: none;
}
.article-card {
  margin: 13px 0px;
  transition: 0.4s;
}
.article-card img {
  border-radius: 10px;
}
.card-desc h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0.001em;
  color: #2b2a29;
  margin-top: 10px;
  display: inline-block;
}
.card-desc h2:after {
  content: "";
  display: block;
  border-bottom: 2px solid #dd6227;
  width: 100%;
  margin: 20px 0;
}
.card-desc h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6rem;
  color: #656161;
}
.article-card:hover .marketing-title {
  color: #dd6227;
}
.article-card:hover .carddesc-date {
  color: #dd6227;
}
.article-card:hover .blog-icon {
  color: #dd6227;
}
.article-card:hover p {
  color: rgb(100%, 100%, 100%);
}
.article-card:hover .slider-text {
  color: rgb(100%, 100%, 100%);
}
.card-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #0e1112;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogtop_sec {
  background: #fcb82d;
  padding: 4.5rem 0rem;
}
.bfeatured_title {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.bfeatured_title h2 {
  font-weight: 700;
  font-size: 44px;
  letter-spacing: 0.001em;
  margin-bottom: 20px;
  color: #212529;
}
.bfeatured_title h5,
.related_blog_heading h5 {
  font-weight: 500;
  line-height: 32px;
  letter-spacing: none;
  margin-bottom: 0;
}
.related_blog_heading h1 {
  margin: 0;
}
.blog_list_sec {
  background: #fcf9fe;
}
.blog_list_sec .right-blog {
  margin-top: 30px;
}
.blog_list_sec .blog-short-content {
  min-height: 172px;
}
.read-btn {
  background: #dd6227;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 20px;
  color: #ffffff;
}
.read-btn:hover {
  color: #dd6227;
  background: #ffffff;
  border: 2px solid #dd6227;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: #dd6227;
  border-radius: 50%;
  display: inline-block;
}
.blog-bottom {
  display: flex;
  gap: 40px;
}
.blog-icon {
  color: #656161;
}
/* blogs page css */
/* blog detail section */
.blog-detail-section {
  padding: 5rem 6rem;
}
.blog-top {
  display: flex;
  gap: 20px;
}
.blog-top p {
  font-weight: 700;
  font-size: 17px;
  line-height: 2rem;
  color: #e6ad21;
}
.arrow {
  height: 4px;
  width: 40px;
  border-radius: 4px;
  background-color: #e6ad21;
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 4px;
}
.blog-top {
  display: flex;
  gap: 40px;
}
.blog-top h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6rem;
  color: #e6ad21;
}
.blog-top-icon {
  font-weight: 500;
  font-size: 18px;
  color: #e6ad21;
}
.blog-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}
.blog-heading h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 2.8rem;
  letter-spacing: 0.001em;
  color: #170c1e;
  margin-bottom: 25px;
}
.featured-blog-image {
  width: 100%;
  text-align: center;
}
.featured-blog-image img {
  max-width: 100%;
  max-height: 100%;
}
.blog-ref {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.blog-ref h4 {
  font-weight: 500;
  font-size: 18px;
  color: #e6ad21;
}
.blog-ref .fa-solid {
  font-size: 20px;
  color: #e6ad21;
}
.blog-heading p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8rem;
  margin-bottom: 25px;
  letter-spacing: 0.001em;
  color: #000000;
}
.blog-content {
  margin-left: 1.5rem;
}
.share-block {
  margin-top: 25px;
  margin-bottom: 25px;
}
.share-block ul {
  padding: 0;
  margin: 0;
}
.share-block h3 {
  font-size: 20px;
  font-weight: 600;
}
.share-block ul li {
  list-style: none;
  display: inline-block;
}
.share-block ul li a {
  font-size: 0.8rem;
  color: #fff;
  text-indent: -999px;
  text-align: center;
  width: 2.29rem;
  height: 2.29rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0.2857em 0.5714em 0.2857em 0;
}
.share-block ul li a::before {
  font-family: "Font Awesome 5 Brands";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 23px;
  height: 22px;
  margin: auto;
  z-index: 2;
}
.fb-icon {
  background: #3b5a9a;
}
.fb-icon::before {
  content: "\f39e";
}
.twitter-icon {
  background: #00acee;
}
.twitter-icon::before {
  content: "\f099";
}
.linkedin-icon {
  background: #0072b1;
}
.linkedin-icon::before {
  content: "\f0e1";
}
.insta-icon {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.insta-icon::before {
  content: "\f16d";
}
aside {
  background: #f0f0f0;
  border-radius: 6px;
  padding: 10px;
}
.aside-blog h3 {
  font-size: 24px;
  /* border-bottom: 2px solid #170C1E; */
  padding-bottom: 10px;
  font-weight: 700;
}
.aside-blog ul {
  padding: 0;
  margin: 0;
}
.aside-blog ul li {
  list-style: none;
}
.aside-blog ul li a {
  display: block;
  border-top: 2px solid #170c1e;
  text-decoration: none;
  transition: 0.25s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.aside-blog ul li a:hover,
.aside-blog ul li a h4:hover,
.aside-blog ul li a p:hover {
  color: #e6ad21;
}
.aside-blog-title {
  display: flex;
  gap: 12px;
  margin: 15px 0px;
}
.aside-blog-icon {
  width: 90px;
}
.aside-blog-icon img {
  border-radius: 4px;
}
.aside-blog ul li a h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #170c1e;
  width: 61%;
  display: inline-block;
}
.aside-blog ul li a p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 10px;
}
/* blog detail section */
/* career section start */
.career-page header {
  text-align: center;
  margin-bottom: 40px;
}
.career-page header h3 {
  color: #005073;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.038px;
}
.career-page header p {
  text-align: center;
  color: #b78d25;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 173.5%;
}

/* career section end*/
/* about us section */
section header h3 {
  margin-bottom: 20px;
}
.about-page header {
  margin-bottom: 30px;
}
.column-text-wrap {
}
.about-page h3 {
  font-family: Montserrat;
  color: #101213;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 121.7%; /* 43.812px */
  letter-spacing: 0.036px;
  text-wrap: balance;
}
.about-page h4 {
  color: #e6ad21;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.026px;
}
.about-page p {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.018px;
}
.about-page.second-section p {
  color: #fff;
}
.about-page.first-section h3 {
  color: #005073;
}
.about-page.second-section h3 {
  max-width: 600px;
  margin-inline: auto;
  color: #fff;
  text-wrap: balance;
}
.about-page.second-section {
  background-color: var(--clr-primary);
}
.about-page.third-section {
  background-color: var(--clr-secondary-section-bg);
}
.core-value-card {
  padding: 20px;
}
.core-value-card h5 {
  padding: 10px;
  margin-bottom: 15px;
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.024px;
}
.core-value-card p {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 166%; /* 24.9px */
}
.aboutus-section {
  padding: 6rem;
}
.dash {
  height: 6px;
  width: 80px;
  margin: 10px 0;
  color: #0a0e14;
  border-radius: 4px;
  background-color: #e6ad21;
  display: inline-block;
}
.about-desc p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #2b2a29;
}
.about-img {
  width: 100%;

  border: 2px solid #fff;
  /* box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.5); */
}
.about-bottom {
  background: #f3f3f3;
  padding: 6rem;
}
.about-img img {
  max-width: 100%;
  min-height: 30vh;
  object-fit: cover;
  /* max-height: 100%; */
}
.about-btn {
  border: 2px solid #0a0e14;
  padding: 10px 20px;
  text-decoration: none;
  color: #0a0e14;
}
.about-btn:hover {
  background: #e96f33;
  color: #ffffff;
  border: 2px solid #e96f33;
}
.ourvalues-section {
  background-color: #f8f8f8;
  text-align: center;
  padding: 6rem;
}
.ourvalues-heading,
.team-heading {
  text-align: center;
  color: #171717;
}
.ourvalues-heading {
  margin-bottom: 2.05rem;
}
.ourvalues-section .three-columns {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.ourvalues-section .three-columns .col {
  width: 33.33%;
}
.block {
  padding: 10px;
  margin: 10px;
  background: linear-gradient(
    180deg,
    #005073 0%,
    #621c8b 24.12%,
    #5f1987 90.66%
  );
  border: 1px solid #005073;
  /* box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5); */
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.block-icon {
  margin-top: 20px;
  text-align: center;
}
.block-para {
  margin-top: 10px;
  text-align: center;
  min-height: 180px;
  color: #ffffff;
  color: #e6ad21;
}
.block-para p {
  color: white;
}
.about-bottom-section {
  padding: 6rem;
}

/* accommodation page css*/
.accommodation-page-section {
  padding: 6rem;
  background-repeat: no-repeat;
  height: 40vh;
  box-shadow: inset 0 1700px rgb(0 0 0 / 30%);
  background-size: cover !important;
  position: relative;
}
.accommodation-lists {
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.accommodation-lists li {
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  list-style: none;
  margin-bottom: 12px;
  padding-left: 10px;
}
.accommodation-lists li::marker {
  content: "\f0a9";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0;
  margin-left: 1.3em;
  width: 1.3em;
}
.accommodation-details {
  background-color: #d8622a;
}
.accommodation-details .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accommodation-header {
  padding: 40px 6rem;
}
.accommodation-header h4 {
  color: #ffffff;
  font-weight: bold;
  font-size: 32px;
}
.book-tour-btn {
  background-color: #58a644;
  padding: 1rem;
  border: 2px solid #58a644;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.book-tour-btn:hover {
  background-color: #ffffff;
  padding: 1rem;
  border: 2px solid #d8622a;
  color: #d8622a;
}
.accommodation-section-details {
  padding: 6rem;
}
.property-detail li {
  list-style: none;
  margin-bottom: 12px;
  padding-left: 10px;
}
.property-detail li::marker {
  content: "\f0a9";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0;
  margin-left: 1.3em;
  width: 1.3em;
}
.property-detail p {
  font-weight: 400;
  font-size: 16px;
}
.property-detail a {
  text-decoration: none;
  color: #0a0e14;
  line-height: 3rem;
  font-weight: 400;
  font-size: 16px;
}
.property-detail-img {
  padding: 20px;
  position: relative;
}
.property-label {
  background: #dd6227;
  display: inline;
  color: #ffffff;
  position: absolute;
  z-index: 99;
  top: 12%;
  max-width: 60%;
  right: 10%;
}
.property-label h5 {
  font-size: 18px;
  font-weight: 700;
  padding: 2px 10px;
  margin-bottom: 0;
}
.property-detail-img img {
  max-height: 100%;
  max-width: 100%;
}
.property-detail h4 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
}
.accommodation-section-details .row {
  display: flex;
  align-items: center;
}
.property-images {
  display: flex;
  justify-content: space-between;
}
/* media query */
@media only screen and (max-width: 535px) {
  .contactus-icons1 {
    margin: 0;
    justify-content: flex-start;
    display: flex;
    row-gap: 5px;
    column-gap: 25px;
    flex-wrap: wrap;
  }
  .contactus-header1 {
    text-align: left;
  }
  .contactus-header1 h1 {
    text-align: left;
  }
  .contactus-header1 p {
    margin: 0;
    /* width: 70%; */
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .aboutus-section,
  .blogs-section,
  .blog-detail-section,
  .gallery-section {
    padding: 1.5rem;
  }

  .about-featured-content {
    padding: 1rem;
  }
  .contactus-header1 p {
    width: 100%;
    margin: 0;
  }
  .about-bottom,
  .about-bottom-section {
    padding: 2rem 1.2rem 2rem 1.2rem;
  }
  .ourvalues-section {
    padding: 1.5rem 1.2rem 1.5rem 1.2rem;
  }
  .featured-blog h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 7rem;
  }
  .blog-content {
    margin-top: 20px;
  }
  .blog-content h1 {
    margin: 0;
    font-weight: 500;
    font-size: 28px;
    line-height: 2rem;
  }
  .blog-heading h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 2rem;
    margin: 20px 0;
    /* text-align: center; */
    letter-spacing: 0.001em;
    color: #000000;
  }
  .blog_list_sec {
    padding: 1rem;
  }
  .blog-content {
    margin-left: 0rem;
  }
  .bfeatured_title {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .blog-content h5 i {
    margin-right: 10px;
  }
  .blog-ref {
    gap: 20px;
  }
  .blog-ref h4 {
    font-weight: 500;
    font-size: 15px;
    color: #7a7777;
    line-height: 1.6;
  }
  .blog-ref span {
    display: none;
  }

  .featured-blog-image {
    width: 100%;
    text-align: center;
    height: auto;
  }
  .blog-heading p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6rem;
    /* margin: 0; */
    letter-spacing: 0.001em;
    color: #000000;
  }
  .blog-top-icon {
    font-weight: 500;
    font-size: 14px;
    color: #dd6227;
    display: none;
  }
  .blog-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* flex-wrap: nowrap; */
  }
  .blog-top h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6rem;
    color: #2b2a29;
    color: #7a7777;
  }
  .gallery-desc {
    margin: 0;
  }
  .gallery-desc h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 0.001em;
    /* color: #dd6227; */
    color: #e6ad21;
  }
  .gallery-desc p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4rem;
    margin: 20px 0;
    color: #2b2a29;
    text-align: left !important;
  }
  .contactus-icons {
    position: absolute;
    bottom: 0;
    top: 65%;
    left: 48%;
    transform: translate(-50%, -50%);
    margin: 0;
    display: block;
  }
  .contactus-header h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 27px;
  }
  .contactus-header {
    text-align: center;
    position: absolute;
    top: 5%;
    left: 3%;
    transform: translate(0, 0);
  }
  .contactus-email {
    display: flex;
    gap: 4px;
    margin: 10px;
  }
  .form-detail {
    padding: 20px;
    margin-top: 20px;
  }

  /*    accommodation */
  .accommodation-lists {
    padding: 0;
    left: 50%;
  }
  .accommodation-lists li {
    font-size: 20px;
  }
  .accommodation-details .row {
    padding: 20px 1rem;
  }
  .accommodation-header {
    padding: 0;
    margin-bottom: 20px;
  }
  .book-tour-btn {
    padding: 4px 20px;
    font-size: 18px;
  }
  .accommodation-header h4 {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
  }
  .property-detail h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .accommodation-section-details {
    padding: 2rem;
  }
  .property-images {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .blog-detail-section {
    padding: 5rem 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-section {
    padding: 1rem;
  }
  .gallery-desc {
    margin: 0 5%;
  }
}
@media only screen and (max-width: 588px) {
  .blog-top-icon span {
    display: none;
  }
}
@media only screen and (min-width: 534px) and (max-width: 888px) {
  .contactus-icons1 {
    justify-content: flex-start;
    margin-left: 8rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ourvalues-section {
    background-color: #f8f8f8;
    text-align: center;
    padding: 4rem;
  }
  .about-img {
    width: 100%;
    height: auto;
  }
  .contactus-header {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .contactus-icons {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .form-detail {
    padding: 10px;
    margin-top: 0;
  }

  .gallery-section {
    padding: 3rem;
  }
  .gallery-desc {
    margin: 0;
    margin-bottom: 3rem;
  }
  .gallery-desc p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4rem;
    margin: 2% 0;
    color: #2b2a29;
  }

  .blogs-section {
    padding: 3rem;
  }
  .blog-detail-section {
    padding: 5rem 3rem;
  }
  .featured-blog h2 {
    font-size: 60px;
  }

  .featured-blog {
    display: flex;
    flex-direction: column;
  }
  .blog-content {
    width: 60ch;
  }
  .blog-content {
    margin-left: 0rem;
  }
  .bfeatured_title {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  .blog-content h1 {
    margin: 10px 0;
    font-weight: 700;
    font-size: 34px;
    line-height: 3rem;
  }
  .card-desc h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .blog-bottom {
    display: flex;
    gap: 12px;
  }
  .blog-heading h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 2.4rem;
    margin: 6% 0;
    text-align: center;
    letter-spacing: 0.001em;
    color: #000000;
  }
  .featured-blog-image {
    width: 100%;
    text-align: center;
    height: auto;
  }
  .blog-heading p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8rem;
    margin: 2% 0;
  }
  /*    accommodation css */
  .accommodation-lists {
    padding: 0;
    left: 40%;
  }
}
@media only screen and (max-width: 930px) {
  .aside-blog-title {
    flex-wrap: wrap;
  }
}
/* -lm */
@media screen and (max-width: 480px) {
  .call-info-wrap {
    padding-inline: 0;
  }
}

@media screen and (max-width: 768px) {
  .contact-form-wrap::after {
    background-color: var(--clr-primary);
    position: absolute;
    content: "";
    top: -50%;
    bottom: 0;
    left: -100%;
    width: 300%;
    height: 150%;
    z-index: -1;
  }
  .call-info-wrap {
    position: relative;
  }
  .call-info-wrap::before {
    background-color: var(--clr-secondary-section-bg);
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -100%;
    width: 300%;
    height: 100%;
    z-index: -1;
  }
  .contact-form-wrap {
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .contact-form-wrap {
    padding-top: 30px;
    padding-bottom: 60px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-info-wrap {
    position: absolute;
    top: 160px;
    bottom: 10%;
    --contact-info-wrap-shift: 70px;
    left: calc(0px - var(--contact-info-wrap-shift));
    width: calc(100% + var(--contact-info-wrap-shift));
  }
}
@media screen and (max-width: 576px) {
  section header h3 {
    font-size: 28px !important;
    text-wrap: balance;
    line-height: 38px !important;
  }
  section header h4 {
    font-size: 24px !important;
  }
  .core-value-card h5 {
    font-size: 20px;
  }
  .core-value-card {
    padding-bottom: 0;
    padding-top: 10px;
  }
  .contact-form-wrap {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .contact-form-wrap h3 {
    color: #fff;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .contact-submit-btn {
    width: 100%;
  }
  .submit-btn {
    margin-right: -5px;
  }
  .call-info-wrap {
    padding-block: 30px;
  }
  .contactus-form-section .map-wrapper {
    margin-top: 10px;
  }
  /* .about-core-cards .row > :last-child p {
    margin-bottom: 0;
  } */
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  section header h3 {
    font-size: 28px !important;
    text-wrap: balance;
    line-height: 38px !important;
  }
  section header h4 {
    font-size: 24px !important;
  }
  .core-value-card h5 {
    font-size: 20px;
  }
  .core-value-card {
    padding-bottom: 0;
    padding-top: 10px;
  }
  .contact-form-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contact-form-wrap h3 {
    color: #fff;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
  }
  /* .contact-submit-btn {
    width: 100%;
  }
  .submit-btn {
    margin-right: -5px;
  } */
  .call-info-wrap {
    padding-block: 30px;
  }
  /* .contactus-form-section .map-wrapper {
    margin-top: 10px;
  } */
  /* .about-core-cards .row > :last-child p {
    margin-bottom: 0;
  } */
}
