.myNav_content__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.myNav_content.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: var(--white-color);
  z-index: 999;
  transition: 0.3s ease;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.myNav_content {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.topNav p {
  background-color: var(--main-color);
  text-align: center;
  padding: 6px 0;
  color: var(--white-color);
}
.logo a {
  text-transform: capitalize;
  font-size: 35px;
  font-weight: normal;
  color: var(--main-color);
  font-family: "Chewy", system-ui;
}
.menu ul {
  display: flex;
  gap: 2rem;
}
.menu ul li a {
  text-transform: capitalize;
  font-size: 18px;
  color: var(--black-color);
}

/* banner_box */
.banner_box {
  background: linear-gradient(120deg, rgb(0 0 0 / 50%), rgb(0 0 0 / 0%)),
    url("../images/banner3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
  text-align: center;
  background-position: center;
}
.banner_content {
  color: var(--white-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.banner_content h1 span {
  display: inline;
}
.banner_content .companyName {
  text-transform: capitalize;
  font-weight: 600;
  max-width: max-content;
  margin: 0 auto;
  background-color: var(--main-color);
  font-size: 18px;
  letter-spacing: 1px;
  padding: 3px 10px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.banner_content .companyName::after {
  width: 115%;
  content: "";
  position: absolute;
  height: 100%;
  top: 0px;
  left: -2px;
  transform: skew(150deg);
  background: linear-gradient(
    to right,
    transparent 40%,
    rgb(227 212 191) 10%,
    transparent 50%
  );
  background-size: 200% 200%;
  background-repeat: no-repeat;
  animation-name: fre__backplay;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  z-index: 6;
}

@keyframes fre__backplay {
  0% {
    background-position: 100% 100%;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 100%;
  }
}

.banner_content h1 {
  font-size: 66px;
  font-weight: 600;
}
.banner_content p {
  font-size: 18px;
  line-height: 30px;
}
.myBtn {
  margin-top: 2rem;
}

/* banner_form */
.search-box-row {
  display: flex;
  gap: 1rem;
}
.search-box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.banner_form {
  background-color: #0e0d0da1;
  backdrop-filter: blur(2px);
  padding: 2px 10px;
  position: relative;
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 2rem !important;
  color: #fff;
  border: 1px solid #534d4d;
}

.banner_form h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: var(--main-color);
  /* text-transform: capitalize; */
  margin-bottom: 1.2rem !important;
}
.booking-form-input input,
.booking-form-input textarea {
  width: 100%;
  border: 1px solid #ccc;
  outline: none;
  padding: 6px;
  margin-bottom: 15px;
}

.form_poppup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
}
.form_poppup.form_poppup__active {
  display: block;
}

.form_poppup__modal {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.form_poppup__modal .modal_form {
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  position: relative;
  max-width: 600px;
}
.form_poppup__modal h6 {
  margin-bottom: 1rem !important;
  font-size: 20px;
}
.form_poppup__modal .modal_form .cancel_form {
  position: absolute;
  right: 10px;
  top: 20px;
  max-width: max-content;
}
.form_poppup__modal .modal_form .cancel_form i {
  height: 40px;
  width: 40px;
  background: var(--main-color);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}

/* about */
.global_wrapper {
  padding: 50px 0;
}

.about_content,
.about_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.about_content__parra h3 {
  font-size: 44px;
  font-weight: 500;
  max-width: max-content;
  margin-bottom: 12px !important;
  padding-bottom: 12px;
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
}

.about_content__parra p {
  margin-top: 1rem;
  font-size: 18px;
  color: #434343;
}

.about_img img {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.counter-boxes {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

.counter-item {
  border: 1px solid var(--main-color);
  text-align: center;
  padding: 16px;
  border-radius: 10px;
  background: linear-gradient(45deg, rgb(175 216 136), transparent);
}

.counter-item h2 {
  font-size: 40px;
}

.counter-item p {
  margin-top: 5px;
  font-size: 18px;
}

.counter-item h2 span {
  font-family: sans-serif;
}

/* properites css */
.back_bg {
  background-color: whitesmoke;
}

.properties_wrapper__box__image img {
  width: 100%;
  height: 412px;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.properties_wrapper__box__image,
.properties_wrapper__box__content {
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.properties_wrapper__box__image span {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 15px;
  font-weight: 600;
  border-radius: 4px;
  font-size: 13px;
  background-color: var(--black-color);
  color: var(--white-color);
  overflow: hidden;
}

.properties_wrapper__box__image p {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 3px 10px;
  color: var(--black-color);
  background-color: #fff;
  border-radius: 4px;
  font-size: 13px;
  display: flex;
  gap: 4px;
  align-items: center;
  font-weight: 500;
}

.properties_wrapper__box__image span::after {
  width: 115%;
  content: "";
  position: absolute;
  height: 100%;
  top: 0px;
  left: -2px;
  transform: skew(150deg);
  background: linear-gradient(
    to right,
    transparent 40%,
    rgb(227 212 191) 10%,
    transparent 50%
  );
  background-size: 200% 200%;
  background-repeat: no-repeat;
  animation-name: fre__backplay;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  z-index: 6;
}

@keyframes fre__backplay {
  0% {
    background-position: 100% 100%;
  }

  50% {
    background-position: 0 0;
  }

  100% {
    background-position: 100% 100%;
  }
}

.properties_wrapper__box:hover img {
  transform: scale(1.1);
  opacity: 0.8;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.global_content {
  margin-top: 3rem;
}
.properties_wrapper__box {
  overflow: hidden;
  border-radius: 10px;
  width: 100% !important;
  border: 1px solid #ccc;
  background-color: whitesmoke;
}
.properties_slider .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

.properties_wrapper__box__content {
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: var(--white-color);
}

.properties_wrapper__box__content .myBtn {
  margin-top: 1rem;
}

.properties_wrapper__box__content .myBtn .global_btn {
  width: 100%;
  max-width: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block !important;
}

.properties_wrapper__box__content p {
  display: flex;
  gap: 5px;
  font-size: 15px;
  justify-content: center;
  margin-top: 10px;
  align-items: center;
}
.properties_wrapper__box__content ul {
  margin-top: 1rem;
  padding-left: 30px !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.properties_wrapper__box__content ul li {
  margin-bottom: 9px;
  text-transform: capitalize;
  list-style: disc !important;
}
.myRooms img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.properties_wrapper__box__content .myBtn {
  padding: 12px;
  margin-top: 0;
}
.properties_wrapper__box__content p i {
  color: var(--main-color);
}

.properties_wrapper__box__content h3 {
  font-size: 32px;
  font-weight: 500;
  margin-top: 12px;
}
.main_heading {
  text-align: center;
}
.main_heading h2 {
  font-size: 42px;
  color: var(--main-color);
  font-weight: 600;
  margin-bottom: 12px !important;
  padding-bottom: 12px;
  max-width: max-content;
  margin: 0 auto;
  border-bottom: 2px solid var(--main-color);
}
.main_heading p {
  max-width: 765px;
  margin: 0 auto;
  margin-top: 1rem;
  font-size: 18px;
}
.slick-track {
  margin-bottom: 10px;
}
.properties_wrapper__box.slick-active {
  transition: opacity 2s !important;
}
.properties_slider .slick-prev,
.properties_slider .slick-next {
  top: inherit;
  z-index: 99;
  width: 50px !important;
  height: 35px !important;
  background-color: var(--white-color);
  bottom: 0;
}
.properties_slider .slick-prev {
  left: inherit;
  right: 70px;
  top: inherit;
}
.properties_slider .slick-next {
  right: 1rem;
  top: inherit;
}
.properties_slider .slick-next:before {
  content: url("../images//right.png") !important;
}
.properties_slider .slick-prev:before {
  content: url("../images//left.png") !important;
}
.slick-prev:before,
.slick-next:before {
  opacity: 1 !important;
}
/* heighlight_grid */
.heighlight_grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 25px;
}

.heighlight_grid__box {
  text-align: center;
  padding: 1rem;
  background-color: whitesmoke;
  border-radius: 10px;
  transition: 0.3s ease;
}
.heighlight_grid__box:hover p {
  color: var(--white-color);
}
.heighlight_grid__box:hover {
  background-color: var(--main-color);
  color: var(--white-color);
  transform: scale(1.05);
  transition: 0.3s ease;
}
.heighlight_grid__box img {
  width: 50px;
}

.heighlight_grid__box p {
  font-size: 16px;
  max-width: 146px;
  margin: 0 auto;
  color: #757575;
  font-weight: 500;
  margin-top: 12px;
  text-transform: capitalize;
}

/* cta_wrapper */
.cta_wrapper {
  background: linear-gradient(170deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.5)),
    url("../images/banner1.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 80px 0;
  background-position: center;
  color: var(--white-color);
  text-align: center;
}
.cta_wrapper__content .cta-text {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.cta_wrapper__content h2 {
  font-size: 42px;
  margin: 1rem 0 !important;
  font-weight: 600;
}
.cta_wrapper__content p {
  max-width: 800px;
  margin: 0 auto;
}

/* testimonial_box */
.testimonial_box {
  border: 1px solid #ccc;
  outline: none;
  padding: 20px;
  margin: 0 12px;
  height: 275px;
  border-radius: 10px;
  position: relative;
  background-color: var(--white-color);
}
.google_icon img {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 30px;
}
.user {
  display: flex;
  gap: 12px;
  align-items: center;
}
.user_img img {
  height: 60px;
  width: 60px;
  border-radius: 100px;
  background-color: #fff;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed var(--main-color);
}
.testimonial_parra p {
  margin-top: 10px;
}
.user_name h3 {
  font-size: 25px;
  font-weight: 600;
  color: var(--main-color);
  text-transform: capitalize;
}
.user_name p {
  font-weight: 500;
  color: #666;
}
.rating {
  margin-top: 1.5rem;
  display: flex;
  gap: 3px;
}
.rating i {
  font-size: 14px;
  color: goldenrod;
}

.mobile-btn {
  display: none;
}

@media (max-width: 1440px) {
  .counter-item p {
    font-size: 16px;
  }
  .heighlight_grid__box p {
    font-size: 15px;
  }
  .heighlight_grid__box img {
    width: 40px;
  }
  .heighlight_grid__box {
    padding: 10px;
  }
  .testimonial_box {
    height: 335px;
  }
  .properties_wrapper__box__image img {
    height: 376px;
  }
  .properties_slider .slick-track {
    height: 412px !important;
    overflow: hidden;
    border-radius: 10px;
  }

  .properties_wrapper__box__content {
    height: auto;
  }
}

@media (max-width: 1200px) {
  .heighlight_grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .properties_wrapper__box__content ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .properties_wrapper__box__image img {
    height: 496px;
  }

  .properties_wrapper__box__content h3 {
    font-size: 18px;
  }
  .counter-item p {
    font-size: 13px;
  }
  .banner_content h1 {
    font-size: 50px;
  }
  .banner_form h3 {
    font-size: 25px;
  }
  .menu ul {
    gap: 20px;
  }
  .counter-item {
    padding: 12px;
  }
  .counter-item h2 {
    font-size: 35px;
  }
}

@media (max-width: 992px) {
  .menu ul {
    display: none;
  }
  .mobile-btn {
    display: block;
  }
  .desktop-btn,
  .search-box-wrapper,
  .search-box {
    display: none !important;
  }
  .banner_form {
    background-color: transparent;
    display: flex;
    justify-content: center;
    margin-top: 1rem !important;
  }
  .properties_slider .slick-track {
    height: 275px !important;
  }
  .properties_wrapper__box__content {
    margin-top: 1rem;
  }
  .myflex {
    flex-direction: column-reverse;
  }
  .banner_form {
    margin-top: 2rem;
  }
  .banner_content h1 {
    font-size: 50px;
  }
  .about_content {
    margin-top: 1rem;
  }
  .properties_wrapper__box {
    margin-bottom: 24px;
  }
  .heighlight_grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .user_img img {
    height: 50px;
    width: 50px;
  }
  .google_icon img {
    width: 22px;
  }
}

@media (max-width: 768px) {
  .global_wrapper {
    padding: 30px 0;
  }
  .properties_wrapper__box {
    margin-bottom: 0;
  }
  .testimonial_box {
    height: 268px;
  }
  .global_content {
    margin-top: 2rem;
  }
  .banner_box {
    padding: 60px 0;
  }
  .banner_content h1 {
    font-size: 34px;
  }
  .banner_content p,
  .main_heading p,
  .footer_wrapper p,
  .about_content__parra p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 12px;
  }
  .counter-boxes {
    gap: 14px;
  }
  .counter-item {
    padding: 12px;
  }
  .counter-item h2 {
    font-size: 30px;
  }
  .counter-item p {
    font-size: 12px;
  }
  .banner_form h3 {
    font-size: 25px;
  }
  .main_heading h2,
  .about_content__parra h3 {
    font-size: 32px;
  }
  .heighlight_grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .properties_wrapper__box__content h3 {
    font-size: 24px;
  }
  .properties_wrapper__box__content .myBtn a {
    padding: 10px;
    /* max-width: max-content !important; */
  }
  .properties_wrapper__box__content p {
    font-size: 14px;
    margin-top: 5px;
  }
  .properties_slider .slick-prev,
  .properties_slider .slick-next {
    bottom: 1.4rem;
    width: 30px !important;
    height: 25px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .properties_slider .slick-prev {
    right: 50px;
  }
  .properties_wrapper__box__image img {
    height: 245px;
  }

  .properties_wrapper__box__content {
    padding: 12px;
  }
  .heighlight_grid {
    gap: 12px;
  }
  .testimonial_parra p {
    font-size: 14px;
  }
  .myNav_content__flex {
    justify-content: center;
  }
  .heighlight_grid__box img {
    width: 45px;
  }
  .heighlight_grid__box p,
  .cta_wrapper__content .cta-text {
    font-size: 14px;
  }
  .cta_wrapper {
    padding: 40px 0;
  }
  .cta_wrapper__content h2 {
    font-size: 30px;
  }
  .footer_wrapper {
    padding: 30px 0;
  }
  .footer_wrapper h3 {
    font-size: 34px;
  }
  .copyright_content {
    flex-direction: column;
    justify-content: center;
  }
  .logo a {
    font-size: 25px;
  }
  .topNav p {
    font-size: 13px;
  }
  .copyright_content p {
    font-size: 13px;
    text-align: center;
  }
  .copyright {
    padding: 6px 0;
  }
  .form_poppup__modal .modal_form {
    width: 92%;
    padding: 1rem;
  }
  .form_poppup__modal .modal_form .cancel_form i {
    height: 30px;
    width: 30px;
    font-size: 15px;
  }
  .form_poppup__modal .modal_form .cancel_form {
    top: 15px;
  }
  .banner_form {
    margin-top: 1rem !important;
  }
  .banner_content .companyName {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .properties_slider .slick-track {
    height: 214px !important;
  }
  .heighlight_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 420px) {
  .form_poppup__modal h6 {
    font-size: 18px;
  }
}
