@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/********placeHolder********/
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Poppins", sans-serif !important;
}

.navbar-brand {
  width: 150px;
}

.d-grid-center {
  display: grid;
  place-items: center;
}

.main-top .grad {
  background: url(../images/bg.jpg) no-repeat center top;
  background-size: 100% auto;
  padding: 6px 0px 60px 0px;
}

.mobile-logo {
  width: 50px;
}

.drop-btn button::after {
  display: none;
}
.drop-btn ul li a {
  font-size: 13px;
  font-weight: 300;
}

.top-nav a,
.top-nav button[type=button] {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 600;
  background: none;
  display: inline-block;
  border: none;
  padding: 4px 8px;
  border-radius: 4px !important;
}
.top-nav a:hover,
.top-nav button[type=button]:hover {
  background: rgba(38, 38, 38, 0.1);
}

.sle-box label {
  font-size: 16px;
  font-weight: 600;
  color: #262626;
}
.sle-box select {
  border: 1px solid #b3b3b3;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  background: #fff;
  border-radius: 6px !important;
}
.sle-box button[type=submit] {
  font-size: 14px;
  color: #2c6e49;
  border: 1px solid #2c6e49;
  border-radius: 6px !important;
  background: #fff;
  padding: 8px 14px;
}
.sle-box button[type=submit]:hover {
  background: #2c6e49;
  color: #fff;
}

ul#menu-quick-links {
  padding: 0;
  list-style: none;
}

.mian-text h2 {
  color: #111;
  font-size: 32px;
  font-weight: 600;
}
.mian-text h3 {
  color: #6f6f6f;
  font-size: 32px;
  font-weight: 600;
  position: relative;
  float: left;
  width: auto;
}
.mian-text h3:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  bottom: 0;
  right: -30px;
  border-radius: 100px !important;
background: linear-gradient(to right,  rgba(44,110,73,1) 0%,rgba(62,109,82,1) 100%);


}

.titles {
  color: #262626;
  font-size: 24px;
  font-weight: 600;
}

.subtext {
  color: #262626;
  font-size: 12px;
}

.gs-box {
  border: 1px solid #c6c6c6;
}
.gs-box .img-block {
  height: 152px;
}
.gs-box:hover .gs-text .btn {
  border: 1px solid transparent;
  color: #fff;
  background: linear-gradient(to right,  rgba(44,110,73,1) 0%,rgba(62,109,82,1) 100%);


}

.gs-text .price-box {
  position: absolute;
  left: 10px;
  top: -20px;
  background: #fff;
  box-shadow: 3px 3px 7px rgba(38, 38, 38, 0.3);
  padding: 4px 8px;
  border-radius: 6px !important;
}
.gs-text .price-box h6 {
  font-size: 13px;
  color: #262626;
  font-weight: 300;
}
.gs-text .price-box h5 {
  font-size: 16px;
  color: #262626;
  font-weight: 600;
}
.gs-text h3 {
  font-size: 12px;
  color: #262626;
  font-weight: 300;
}
.gs-text h2 {
  font-size: 14px;
  color: #262626;
  font-weight: 600;
}
.gs-text .btn {
  border: 1px solid #2c6e49;
  font-size: 14px;
  font-weight: 600;
  color: #2c6e49;
  border-radius: 6px !important;
  padding: 6px 10px;
}

.land-img {
  height: 335px;
  overflow: hidden;
}
.land-img img {
  transition: all 1s ease;
  transform: scale(1);
}
.land-img:hover img {
  transition: all 1s ease;
  transform: scale(1.1);
}
.land-img h2 {
  color: #262626;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  bottom: 6px;
  left: 6px;
  right: 6px;
  padding: 15px;
  border-radius: 6px !important;
}

.slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(38, 38, 38, 0.5);
  color: #fff;
  border: none;
  width: 50px;
  aspect-ratio: 1;
  height: 50px;
  border-radius: 100px !important;
  opacity: 0.8;
}
@media only screen and (max-width: 991.98px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.slick-arrow:hover {
  opacity: 1;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.text-mode h3 {
  font-size: 24px;
  color: #262626;
  font-weight: 600;
}
.text-mode p {
  font-size: 16px;
  color: #262626;
}
.text-mode .hi-btn {
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px !important;
  padding: 6px 10px;
  color: #fff;
background: linear-gradient(to right,  rgba(44,110,73,1) 0%,rgba(62,109,82,1) 100%);


}

.bgpink {
  background: #ededff;
}

.ads-banner {
  border-radius: 10px !important;
  border: 1px solid #ededff;
}
.ads-banner h5 {
  font-size: 13px;
  color: #262626;
  font-weight: 300;
}
.ads-banner h5 a {
  color: #2c6e49;
  text-decoration: underline;
}
.ads-banner button[type=button] {
  background: none;
  border: none;
  color: #2c6e49;
  opacity: 1;
}

.und-text h4 {
  color: #262626;
  font-weight: 600;
  font-size: 20px;
}
.und-text p {
  color: #262626;
  font-weight: 300;
  font-size: 16px;
}

.email-block-design input[type=text] {
  border: 1px solid #999999;
  font-size: 16px;
  padding: 8px;
  border-radius: 6px !important;
  color: #262626;
  width: 100%;
}
.email-block-design button[type=submit] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px !important;
  border: none;
  height: 100%;
  padding: 8px 10px;
  color: #fff;
background: linear-gradient(to right,  rgba(44,110,73,1) 0%,rgba(62,109,82,1) 100%);


}

.text-block-email {
  color: #262626;
  font-size: 12px;
}
.text-block-email a {
  color: #2c6e49;
  text-decoration: underline;
}

.main-icon-block h1 {
  font-size: 20px;
  color: #262626;
  font-weight: 600;
}
.main-icon-block h4 {
  font-size: 17px;
  color: #262626;
  font-weight: 600;
}
.main-icon-block p {
  font-size: 14px;
  color: #262626;
  font-weight: 300;
}

.the-window .img-block {
  height: 480px;
}
.the-window .text-content-slider {
  background: rgba(38, 38, 38, 0.4);
  position: absolute;
  inset: 0;
  padding: 30px 10px 10px 10px;
}
.the-window .text-content-slider h2 {
  color: #fff;
  font-weight: 600;
  max-width: 80%;
  font-size: 46px;
}
@media only screen and (max-width: 991.98px) {
  .the-window .text-content-slider h2 {
    font-size: 28px;
  }
}
.the-window .text-content-slider p {
  color: #fff;
  max-width: 400px;
}

.the-slider {
  padding-top: 6px;
}

.the-windows {
  height: 150px;
  overflow: hidden;
  border-radius: 4px !important;
}
.the-windows img {
  transform: scale(1);
  transition: all 1s ease;
}
.the-windows:hover img {
  transform: scale(1.1);
}
.the-windows .name-full {
  position: absolute;
  inset: 0;
  padding: 10px;
  background: rgba(38, 38, 38, 0.4);
}
.the-windows .name-full h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.small-boxes .simg {
  width: 72px;
  height: 50px;
}
.small-boxes h4 {
  font-size: 17px;
  color: #262626;
  font-weight: 400;
}
.small-boxes .texts {
  font-size: 12px;
  color: #262626 !important;
  font-weight: 400;
}

footer {
  background: #f4f4f4;
}
footer .ft-links h3 {
  font-size: 17px;
  font-weight: 600;
  color: #6f6f6f;
}
footer .ft-links a {
  color: #6f6f6f;
  font-size: 13px;
}
footer .ft-links a:hover {
  color: #262626;
}
footer .side-ft h3 {
  font-size: 17px;
  font-weight: 600;
  color: #6f6f6f;
}

.play-btn {
  width: 100px;
}

.lag-sel {
  width: 100px;
}
.lag-sel select, .menu-item-gtranslate select {
  width: 100%;
  font-size: 12px;
  border-radius: 4px !important;
  color: #262626;
  border: 1px solid #b3b3b3;
  padding: 7px 10px;
  text-transform: capitalize;
}

.sicon-ft a {
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
}
.sicon-ft a img {
  width: 100%;
}

.ft-logo {
  width: 60px;
  display: inline-block;
}

.main-nav nav ul > li > a {
  color: gray !important;
  font-size: 14px !important;
}
.main-nav nav ul > li > a:hover {
  color: #2c6e49 !important;
}
.main-nav nav ul > li > a:focus {
  color: #2c6e49 !important;
}
.main-nav nav ul .active a {
  color: #2c6e49 !important;
}

.pupr-btn a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border-radius: 6px !important;
  padding: 8px 10px;
  background: linear-gradient(to right,  rgba(44,110,73,1) 0%,rgba(62,109,82,1) 100%);

}

.inhero {
  background: url(../images/inbanner.png) no-repeat center;
  background-size: cover;
  height: 300px;
}

.faq-title {
  font-size: 48px;
  color: #262626;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .faq-title {
    font-size: 30px;
  }
}

.accordion {
  border: none;
}
.accordion .accordion-item {
  margin-bottom: 10px;
  border: none;
}
.accordion .accordion-item .accordion-button.collapsed {
    background: #2c6e49a3;
    color: #ffffff;
}
.accordion .accordion-item .accordion-button {
  border-radius: 10px !important;
  background: #2c6e49;
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
}
.accordion .accordion-item .accordion-button:after {
  filter: invert(100%);
}
.accordion .accordion-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accordion .accordion-body p {
  font-size: 16px;
  font-weight: 400;
  color: #262626;
}

.faq-block .inset-box {
  margin-top: -100px;
}

.uber-text h1 {
  font-size: 48px;
  color: #262626;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .uber-text h1 {
    font-size: 30px;
  }
}
.uber-text h3 {
  font-size: 32px;
  color: #262626;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .uber-text h3 {
    font-size: 26px;
  }
}
.uber-text p {
  font-size: 16px;
  color: #262626;
  font-weight: 400;
}
@media only screen and (max-width: 991.98px) {
  .uber-text p {
    font-size: 14px;
  }
}

.btn-tab a {
  background: #e6e6e6;
  color: #262626;
  padding: 10px 15px;
  color: #262626;
  font-size: 14px;
  border-radius: 8px !important;
}

.id-page-content h4 {
  font-size: 24px;
  color: #262626;
  font-weight: 600;
}
.id-page-content p {
  font-size: 14px;
  color: #262626;
}
.id-page-content p a {
  color: #2c6e49;
}

.adds-cook h6 {
  font-size: 14px;
  color: #262626;
  font-weight: 600;
}
.adds-cook h5 {
  font-size: 16px;
  color: #262626;
  font-weight: 300;
}
.careers-bg {
  background: url(../images/car.png) no-repeat center;
  background-size: cover;
  height: 400px;
}
.careers-bg h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-shadow: 1px 1px 3px rgba(38, 38, 38, 0.5);
}
.careers-bg h4 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  text-shadow: 1px 1px 3px rgba(38, 38, 38, 0.5);
}

.car-content h4 {
  font-size: 24px;
  color: #262626;
  font-weight: 600;
}
.car-content h5 {
  font-size: 20px;
  color: #262626;
  font-weight: 600;
}
.car-content p {
  font-size: 14px;
  color: #262626;
}
.car-content p a {
  color: #2c6e49;
}

.filter-boxes-text button {
  font-size: 12px;
  background: #e6e6e6;
  color: #262626;
  border: none;
}
.filter-boxes-text .active {
  background: #2c6e49;
  color: #fff;
}

.list-con {
  display: none !important;
}

.show {
  display: flex !important;
}

.icon-black-box h3 {
  font-size: 18px;
  color: #262626;
  font-weight: 600;
}

.title-head {
  font-size: 32px;
  color: #262626;
}

.gboxes {
  float: left;
  width: 100%;
  margin-left: -10px;
}
.gboxes li {
  padding: 0 10px;
  width: 25%;
  margin-bottom: 10px;
  float: left;
}
.gboxes li .gimg-box {
  width: 100%;
}
.gboxes li:first-child {
  width: 50%;
}
.gboxes li a {
  color: #4d4d4d;
  font-size: 14px;
}
@media only screen and (max-width: 991.98px) {
  .gboxes li {
    width: 100%;
  }
  .gboxes li:first-child {
    width: 100%;
  }
}

.lang-bg {
  background: url(../images/faq_background2.jpg) no-repeat center;
  background-size: cover;
}
.lang-bg .overlay-block {
  background: rgba(38, 38, 38, 0.5);
  padding: 100px 0 150px 0;
}
@media only screen and (max-width: 991.98px) {
  .lang-bg .overlay-block {
    padding: 60px 0;
  }
}
.lang-bg .overlay-block h1 {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .lang-bg .overlay-block h1 {
    font-size: 30px;
  }
}
.lang-bg .overlay-block .lang-search input {
  width: 100%;
  padding: 8px 10px;
  color: #262626;
  border: none;
}
.lang-bg .overlay-block .lang-search button[type=submit] {
  background: #2c6e49;
  color: #fff;
  border: none;
  padding: 10px;
}

.link-three {
  position: relative;
  z-index: 3;
  margin-top: -70px;
}
@media only screen and (max-width: 991.98px) {
  .link-three {
    margin-top: 0;
  }
}

.link-box {
  border: 1px solid #2c6e49;
  border-radius: 6px !important;
  text-align: center;
  padding: 25px 10px;
}
.link-box h3 {
  font-size: 14px;
  color: #2c6e49;
  font-weight: 800;
}
.link-box:hover {
 background: linear-gradient(to right,  rgba(44,110,73,1) 0%,rgba(62,109,82,1) 100%);

}
.link-box:hover h3 {
  color: #fff;
}

.slider-window .slider-img {
  height: 400px;
  border-radius: 6px !important;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .slider-window .slider-img {
    height: 250px;
  }
}
.slider-window .slider-img img {
  width: 100%;
}

.slider-nav .slider-img {
  height: 65px;
  border-radius: 6px !important;
  overflow: hidden;
}

.pagingInfo {
  position: absolute;
  right: 15px;
  z-index: 33;
  bottom: 120px;
  background: rgba(38, 38, 38, 0.6);
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px !important;
}

.house-title h4 {
  color: #6f6f6f;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.house-title h2 {
  color: #262626;
  font-size: 20px;
  font-weight: 600;
}

.details-boxes .row {
  border-bottom: 1px solid #b3b3b3;
}
.details-boxes .row:first-child {
  border-top: 1px solid #b3b3b3;
}
.details-boxes .title-side {
  color: #6f6f6f;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  padding: 8px 0;
}

.point-list-data {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.point-list-data li {
  width: 31.3%;
  margin: 4px;
}
@media only screen and (max-width: 991.98px) {
  .point-list-data li {
    width: 47%;
  }
}
.point-list-data li .img-icon {
  width: 24px;
}
.point-list-data li h5 {
  font-size: 14px;
  color: #262626;
  font-weight: 400;
}

.room-boxes h3 {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}
.room-boxes h6 {
  color: #222;
  font-size: 13px;
  font-weight: 300;
}
.room-boxes .room-sofa {
  height: 30px;
}
.room-boxes .room-sofa img {
  height: 100%;
}

.des-block p {
  font-size: 14px;
  color: #262626;
}

.map-block h3 {
  color: #262626;
  font-size: 20px;
  font-weight: 600;
}
.map-block .list-map iframe {
  width: 100%;
  height: 300px;
}/*# sourceMappingURL=main.css.map */
.px-1 a {
    min-height: 335px;
}