@font-face {
  font-family: "Sutarmandi";
  font-style: normal;
  src: url("/fonts/Ara Hamah 1964 R Regular.otf");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/Poppins-100.woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/Poppins-200.woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/Poppins-300.woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Poppins-400.woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/Poppins-500.woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/Poppins-600.woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Poppins-700.woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/Poppins-800.woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/Poppins-900.woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/Poppins-100.woff2");
}
hr {
  border-top: 1px solid #d9d9d9;
}

body {
  font-family: "Poppins";
}

b {
  font-weight: 600;
}

h1 {
  font-size: 90px;
  line-height: 0.8;
  font-family: "Sutarmandi";
}
@media (max-width: 575px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

.small {
  font-size: 16px;
}

.relative {
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 6rem;
}

nav.navbar {
  margin-bottom: 60px;
}
nav.navbar .nav-link {
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 16px;
  color: inherit;
}
@media (max-width: 991px) {
  nav.navbar .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
nav.navbar .nav-link.active {
  color: #4CB944;
  font-weight: bold;
}
nav.navbar .logo {
  max-width: 200px;
}
@media (max-width: 991px) {
  nav.navbar #navbarCollapse {
    text-align: left;
    margin-top: 16px;
  }
  nav.navbar #navbarCollapse .me-2 {
    margin-right: 0px !important;
  }
}
nav.navbar #navbarCollapse .d-flex {
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}

.section-hero {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media (max-width: 575px) {
  .section-hero {
    padding-top: 0px;
  }
}
.section-hero .layer-circle {
  width: 500px;
  height: 500px;
  max-width: 90vw;
  max-height: 90vw;
  background: #4CB944;
  border-radius: 50%;
  margin: auto;
}
.section-hero .layer-phone {
  position: absolute;
  top: -110px;
  right: -40px;
}
@media (max-width: 575px) {
  .section-hero .layer-phone {
    top: -70px;
    right: 0px;
  }
}
.section-hero .layer-phone img {
  max-height: 700px;
  max-width: calc(100vw - 40px);
}
.section-hero .title-container {
  margin-bottom: 50px;
}
.section-hero .title-container h1 {
  line-height: 0.7;
}
.section-hero p {
  margin-bottom: 50px;
}
.section-hero .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 100px;
}

.section-what {
  padding-top: 15vh;
  padding-bottom: 5vh;
  margin-bottom: 5vh;
  min-height: 100vh;
  background-image: url("../images/bg-yarn.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position: right -280px top;
  background-size: contain;
}
.section-what h1 {
  margin-bottom: 10vh;
}
.section-what p {
  margin-bottom: 3vh;
}
.section-what img {
  margin-top: 6vh;
  margin-bottom: 20vh;
}
.section-what .link-features a {
  font-weight: 700;
  font-size: 16px;
  color: #4CB944;
}
.section-what .wrapper-what {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section-what .wrapper-what p {
  font-size: 18px;
}

.section-rates {
  margin-bottom: 150px;
}
.section-rates h1 {
  margin-bottom: 80px;
}
.section-rates h2 {
  color: #4CB944;
  margin-bottom: 10px;
}

.section-business {
  margin-bottom: 160px;
}
.section-business h1 {
  max-width: 800px;
  margin: auto;
  margin-bottom: 100px;
}
.section-business .business-card {
  min-height: 500px;
  box-shadow: 0px 4px 50px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 70px 50px;
  margin-bottom: 20px;
}
.section-business .business-card:hover svg path {
  fill: #4CB944;
}
.section-business .business-card:hover h4 {
  color: #4CB944;
}
.section-business .business-card h4 {
  margin-bottom: 30px;
}
.section-business .business-card img,
.section-business .business-card svg {
  margin-bottom: 30px;
}
.section-business .nav-tabs {
  border-bottom: 0px;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.section-business .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 150px;
  font-weight: 500;
  font-size: 22px;
  color: #a1bc9b;
  transition: none;
}
.section-business .nav-tabs .nav-item .nav-link:hover, .section-business .nav-tabs .nav-item .nav-link:focus-visible, .section-business .nav-tabs .nav-item .nav-link:focus {
  border: none;
  outline: none;
}
.section-business .nav-tabs .nav-item .nav-link.active {
  border: 0px;
  color: #437A37;
}
.section-business .nav-tabs .nav-item .nav-link.active:after {
  content: "";
  height: 5px;
  background: #437A37;
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
}

.section-partners {
  margin-bottom: 200px;
}
.section-partners .tab-links {
  margin-bottom: 50px;
}
.section-partners .nav-tabs {
  margin-bottom: 50px;
  border-bottom: 0px;
}
.section-partners .nav-tabs .btn-outline-primary.active {
  background: #4CB944;
  color: white;
}
.section-partners h1 {
  margin-bottom: 50px;
}
.section-partners img {
  filter: grayscale(1);
}
.section-partners .partners-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(24%, 1fr));
}
@media (max-width: 575px) {
  .section-partners .partners-grid {
    grid-template-columns: repeat(auto-fit, minmax(99%, 1fr));
  }
}
@media (max-width: 991px) {
  .section-partners .partners-grid {
    grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
  }
}
.section-partners .partners-grid .partner-card {
  background: white;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  height: 176px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-partners .partners-grid .partner-card:hover img {
  filter: unset;
}
.section-partners .partners-grid .partner-card img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.section-where {
  margin-bottom: 175px;
}
.section-where h1 {
  margin-bottom: 125px;
}
.section-where .card-location {
  margin-bottom: 20px;
  padding: 0px 20px;
  height: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.section-where .card-location .card-location-img {
  position: relative;
}
.section-where .card-location .card-location-img .location-name {
  font-family: "Sutarmandi";
  position: absolute;
  z-index: 3;
  font-size: 6em;
  color: white;
  bottom: -100%;
  right: -70px;
  transform: rotate(-90deg);
  transition: bottom 1s;
  width: 250px;
}
.section-where .card-location img {
  z-index: 2;
  position: relative;
  align-self: center;
}
.section-where .card-location:after {
  content: "";
  height: 0;
  width: 95%;
  max-width: 350px;
  opacity: 0.5;
  left: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #437A37;
  position: absolute;
  border-radius: 15px;
  transition: height 1s;
}
.section-where .card-location:hover:after {
  height: 80%;
}
.section-where .card-location:hover .location-name {
  bottom: 80px;
}

.section-blogs {
  margin-bottom: 170px;
}
.section-blogs h1 {
  margin-bottom: 100px;
}
.section-blogs .card-blog {
  height: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 100%;
}
.section-blogs .card-blog[data-index="1"] {
  background-image: url("../images/blog-1.png");
}
.section-blogs .card-blog[data-index="2"] {
  background-image: url("../images/blog-2.png");
}
.section-blogs .card-blog[data-index="3"] {
  background-image: url("../images/blog-3.png");
}
.section-blogs .card-blog .text-overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  padding: 50px;
}
.section-blogs .card-blog:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: black;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
}
.section-blogs .card-blog:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
}
.section-blogs .card-blog p {
  color: white;
}
.section-blogs .card-blog h3 {
  color: white;
  margin-bottom: 30px;
}

.section-features {
  padding-top: 150px;
  padding-bottom: 60px;
  margin-bottom: 150px;
}
.section-features .features-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .section-features .features-wrapper {
    display: flex;
    flex-direction: row;
  }
}
.section-features .features-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
}
@media (max-width: 575px) {
  .section-features .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
@media (max-width: 991px) {
  .section-features .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
  }
}
.section-features .feature-card {
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.section-features .feature-card h3 {
  margin-bottom: 20px;
}
.section-features .feature-card p {
  margin-bottom: 66px;
  font-size: 16px;
}
.section-features .feature-card svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 115px;
  margin-top: auto;
}
.section-features .feature-card .flip-box-front {
  border: 1px solid #4CB944;
  padding: 60px 40px 40px 40px;
  border-radius: 15px;
  background: white;
  height: 100%;
}
.section-features .feature-card .flip-box-front h3 {
  color: #4CB944;
}
.section-features .feature-card .flip-box-back {
  background: #4CB944;
  padding: 60px 40px 40px 40px;
  border-radius: 15px;
  height: 100%;
}
.section-features .feature-card .flip-box-back h3 {
  color: white;
}
.section-features .feature-card .flip-box-back p {
  color: white;
}
.section-features .feature-card .flip-box-back svg path {
  fill: white;
}

.ps-timeline-sec {
  position: relative;
  background: #fff;
}
.ps-timeline-sec .timeline-container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ps-timeline-sec .timeline-container ol:before {
    background: black;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 0 !important;
    left: 20px !important;
  }
  .ps-timeline-sec .timeline-container ol:after {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 20px;
  }
  .ps-timeline-sec .timeline-container ol.ps-timeline {
    margin: 130px 0 !important;
    border-left: 2px solid #348e80;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .timeline-container ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
  }
  .ps-timeline-sec .timeline-container ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }
  .ps-timeline-sec .timeline-container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
  }
  .ps-timeline-sec .timeline-container ol.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec .timeline-container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .timeline-container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .timeline-container ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .timeline-container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
  }
}
.ps-timeline-sec .timeline-container ol:before {
  background: black;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: -4px;
}
.ps-timeline-sec .timeline-container ol:after {
  background: black;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 0px;
  top: -4px;
}
.ps-timeline-sec .timeline-container ol.ps-timeline {
  margin-top: 100px;
  padding: 0;
  border-top: 2px solid black;
  list-style: none;
}
.ps-timeline-sec .timeline-container ol.ps-timeline li {
  float: left;
  width: 25%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .timeline-container ol.ps-timeline li span {
  width: 20px;
  height: 20px;
  margin-left: -25px;
  background: black;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 50px;
  color: #df8625;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -10px;
  left: 55%;
}
.ps-timeline-sec .timeline-container ol.ps-timeline li p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.ps-timeline-sec .timeline-container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 35px;
  background-color: black;
}

.section-rates .live-marquee {
  font-weight: bold;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #437A37;
  margin-bottom: 50px;
  overflow: auto;
  padding-bottom: 20px;
}
.section-rates .live-marquee .label-live {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.section-rates .live-marquee .label-live:before {
  display: inline-block;
  content: "";
  background-color: #437A37;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  margin-right: 24px;
}
.section-rates .live-marquee .label-live:after {
  display: inline-block;
  content: "";
  background-color: #437A37;
  height: 2px;
  width: 40px;
  margin-left: 20px;
}
.section-rates .live-marquee span + span {
  margin-left: 10px;
}
.section-rates .live-marquee .live-bar {
  display: flex;
}
.section-rates .live-marquee .live-bar div {
  display: inline-flex;
}
.section-rates .live-marquee .live-bar div span {
  white-space: nowrap;
}
.section-rates .live-marquee .live-bar div + div {
  margin-left: 35px;
}
.section-rates .card-table-rates {
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 50px 120px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: auto;
  margin-bottom: 40px;
}
.section-rates .card-table-rates td,
.section-rates .card-table-rates th {
  padding: 0.5rem 0.5rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.section-rates .card-table-rates .btn-buy {
  padding: 15px 15px;
}
.section-rates .card-table-rates .change-up {
  color: #0DBB7C;
}
.section-rates .card-table-rates .change-down {
  color: #FF8282;
}
.section-rates .card-table-rates table {
  width: 100%;
}
.section-rates .card-table-rates table thead th {
  font-weight: normal;
  padding-bottom: 30px;
  white-space: nowrap;
}
.section-rates .card-table-rates table tbody td {
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  white-space: nowrap;
}
.section-rates .card-table-rates table tbody td i {
  margin-right: 12px;
}
.section-rates .card-table-rates table tbody tr:last-child td {
  border-bottom: 0px;
}
.section-rates .link-view-trends a {
  font-weight: bold;
  color: #4CB944;
}
.section-rates .link-view-trends a i {
  margin-left: 10px;
}

.section-reviews {
  margin-bottom: 150px;
}
.section-reviews h1 {
  margin-bottom: 100px;
}
.section-reviews .testimonial-slider .testimonial-item {
  color: #999;
  overflow: hidden;
  min-height: 120px;
  font-size: 16px;
}
.section-reviews .testimonial-slider .media {
  position: relative;
  padding: 0 0 0 20px;
  display: flex;
}
.section-reviews .testimonial-slider .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
}
.section-reviews .testimonial-slider .testimonial-wrapper {
  padding: 0 10px;
}
.section-reviews .testimonial-slider .testimonial {
  color: #808080;
  position: relative;
  padding: 30px;
  background: #f1f1f1;
  border: 1px solid #efefef;
  border-radius: 10px;
  margin-bottom: 15px;
}
.section-reviews .testimonial-slider .testimonial::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: #f1f1f1;
  border: 1px solid #efefef;
  border-width: 0 0 1px 1px;
  position: absolute;
  bottom: -8px;
  left: 46px;
  transform: rotateZ(-46deg);
}
.section-reviews .testimonial-slider .star-rating ul {
  display: flex;
}
.section-reviews .testimonial-slider .star-rating li {
  padding: 0 2px;
}
.section-reviews .testimonial-slider .star-rating i {
  font-size: 16px;
  color: #ffdc12;
}
.section-reviews .testimonial-slider .overview {
  padding: 3px 0 0 15px;
}
.section-reviews .testimonial-slider .overview .details {
  padding: 5px 0 8px;
}
.section-reviews .testimonial-slider .overview b {
  text-transform: uppercase;
  color: #1abc9c;
}
.section-reviews .testimonial-slider .carousel-indicators {
  bottom: -70px;
}
.section-reviews .testimonial-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 1px 2px;
  box-sizing: border-box;
  background: #e2e2e2;
  border: 4px solid #fff;
}
.section-reviews .testimonial-slider .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 1px 2px;
  box-sizing: border-box;
  color: #fff;
  background: #1abc9c;
  border: 5px double;
}

.typewrite {
  color: #4CB944;
  font-weight: bold;
}
.typewrite .wrap {
  display: flex;
  align-items: center;
}
.typewrite .wrap:after {
  content: "";
  display: block;
  height: 70px;
  width: 4px;
  background: #3c4858;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.accent-primary {
  color: #4CB944;
}

a {
  text-decoration: none;
}

.item-picker {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.shine-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 40px;
  z-index: 2;
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.flip-box {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.flip-box .inner {
  perspective: inherit;
  z-index: 2;
  transform: translateY(0) translateZ(60px) scale(0.94);
  -webkit-transform: translateY(0) translateZ(60px) scale(0.94);
  -ms-transform: translateY(0) translateZ(60px) scale(0.94);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.rate-feature-card {
  border: 1px solid #4CB944;
  border-radius: 15px;
  padding: 30px 30px;
  height: 100%;
}

#tabsBusiness .tab-pane {
  display: none;
}
#tabsBusiness .tab-pane.active {
  display: block;
}
@media (min-width: 1200px) {
  #tabsBusiness .animate-bottom {
    transform: translateY(70px);
  }
}
#tabsBusiness .row > div {
  transition: transform 1s;
}

.margin-auto {
  margin: 0 auto;
}

.btnWhatsapp {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.btnWhatsapp i {
  margin-right: 0px;
  color: #4CB944;
  font-size: 30px;
}
.navbar-toggler {
  border: 0px;
  padding: 0px;
}

#formSignupType div {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
#formSignupType div a {
  width: 200px;
}

.card-type {
  box-shadow: 0px 4px 28px 1px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  border-radius: 15px;
  padding: 50px 50px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: transform 0.5s;
  background: white;
}
.card-type:hover {
  transform: scale(1.2);
}
.card-type img {
  max-height: 100px;
}
.card-type h3 {
  color: #4CB944;
  margin-top: 30px;
}

.form-ad {
  display: none;
}

.input-search .btn-search {
  padding-left: 20px;
  padding-right: 20px;
}

.search-types {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.search-types a {
  padding: 15px;
}
.search-types a + a {
  margin-left: 5px;
}

.section-search {
  padding-top: 100px;
  padding-bottom: 130px;
  background-image: url("../images/clock-tower-top-view.jpg");
  margin-top: -50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-search h2 {
  margin-bottom: 30px;
  color: white;
}
.section-search .btn {
  color: white !important;
}

.section-search-results {
  margin-top: 30px;
  background-image: url("../images/bg-yarn.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position: right -250px top;
  background-size: contain;
}
.section-search-results .search-card {
  border: 1px solid #4CB944;
  border-radius: 10px;
  padding: 30px;
  background: white;
  margin-bottom: 15px;
}
.section-search-results .search-card .icon-location {
  font-size: 24px;
  color: #FF0000;
}
.section-search-results .search-card .row-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.section-search-results .search-card .row-top img {
  max-height: 40px;
}
.section-search-results .search-card .row-top .row-info {
  -moz-column-gap: 15px;
       column-gap: 15px;
  flex-wrap: wrap;
}
.section-search-results .search-card .row-top .row-info h5 {
  margin-bottom: 0px;
}
.section-search-results .search-card .row-middle {
  margin-bottom: 20px;
}
.section-search-results .search-card .row-middle .grid-details {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.section-search-results .search-card .row-middle .grid-details .grid-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .section-search-results .search-card .row-middle .grid-details .grid-item {
    width: 100%;
  }
}
.section-search-results .search-card .row-middle .grid-details .grid-item label {
  color: #929292;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .section-search-results .search-card .row-middle .grid-details .grid-item label {
    width: 150px;
  }
}
.section-search-results .search-card .row-bottom .meta-info {
  color: #929292;
}
.section-search-results .search-card .link-more-info {
  text-decoration: none;
  color: #4CB944;
}
.section-search-results .search-card .link-more-info i {
  margin-right: 5px;
  font-size: 15px;
}
.section-search-results .search-card .btn {
  padding: 15px;
}
.section-search-results .search-card .price-tag {
  padding: 15px;
}
.section-search-results .search-card .table-details th {
  font-weight: normal;
  color: #929292;
  white-space: nowrap;
}
.section-search-results .search-card .table-details td,
.section-search-results .search-card .table-details th {
  padding: 0.5rem 0.5rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.section-search-results .search-card .table-details tr td:first-child,
.section-search-results .search-card .table-details tr th:first-child {
  padding-left: 0px;
}
.section-search-results .search-card .table-details tr td:last-child,
.section-search-results .search-card .table-details tr th:last-child {
  padding-right: 0px;
}

.link-more-filters {
  color: #929292;
}

#msform {
  padding-top: 30px;
}
#msform .title-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#msform .nav-container {
  margin-top: 30px;
}
#msform .nav-container a {
  cursor: pointer;
}
#msform .nav-container a i {
  color: #4CB944;
  margin-right: 5px;
}
#msform .nav-container a + a {
  margin-left: 10px;
}

.booking-form-container {
  padding: 50px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  background: white;
  border: 1px solid #4CB944;
}

#msform fieldset {
  /*stacking fieldsets above each other*/
  position: relative;
  border: 0px;
}
#msform fieldset:not(:first-of-type) {
  display: none;
}
#msform .response-container {
  display: none;
  margin-bottom: 10px;
}
#msform .response-container .elementor-alert {
  display: none;
}

.fs-title {
  font-size: 22px;
  font-weight: 600;
  color: black;
  margin-bottom: 20px;
}
.fs-title:before {
  content: attr(data-number);
}

/*progressbar*/
#progressbar {
  margin-bottom: 50px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  padding: 0px !important;
  margin-left: -120px;
  margin-right: -120px;
  display: flex;
  justify-content: center;
}
#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 20%;
  float: left;
  position: relative;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 25px;
  height: 25px;
  line-height: 22px;
  display: block;
  font-size: 12px;
  color: #333;
  background: white;
  border: 3px solid #4CB944;
  border-radius: 3px;
  margin: 0 auto 5px auto;
  text-align: center;
  border-radius: 20px;
  color: #4CB944;
  justify-content: center;
  display: flex !important;
  align-items: center;
}
#progressbar li:after {
  content: "";
  width: 80%;
  height: 0px;
  background: white;
  position: absolute;
  left: -40%;
  top: 12px;
  z-index: -1;
  /*put it behind the numbers*/
  border: 2px dashed #4CB944;
}
#progressbar li.active + li:after {
  border: 2px solid #4CB944;
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
#progressbar li.active:before, #progressbar li.active:after {
  background: #4CB944;
  color: white;
}

.dropzone-placeholder {
  cursor: pointer;
  margin-top: 30px;
  width: 100px;
  height: 100px;
  border: 2px dashed #4CB944;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.dropzone-placeholder i {
  color: #4CB944;
  font-size: 30px;
  margin-bottom: 10px;
}

input.has-error {
  border: 2px solid #eb3c46 !important;
}

div.has-error {
  color: #eb3c46;
  font-size: 14px;
  margin-top: 5px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #msform #progressbar {
    width: 100%;
    margin-left: 0px;
  }
  #msform .nav-container {
    text-align: right;
  }
  .booking-form-container {
    padding: 2px;
  }
  .title-container {
    flex-direction: column;
    margin-top: 15px;
  }
  .title-container a {
    justify-content: right;
  }
}
.upload-photo-placeholder {
  max-width: 80px;
  max-height: 80px;
  padding-bottom: 100%;
  background: #D9D9D9;
  border-radius: 50%;
  position: relative;
  margin-top: 5px;
}
.upload-photo-placeholder i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
}

footer {
  background: #111111;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../images/bg-yarn.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position: right -280px top;
  background-size: contain;
  margin-top: 100px;
}
footer img {
  margin-bottom: 100px;
}
footer .contact-row i {
  font-size: 22px;
  margin-right: 10px;
}
footer a {
  color: white !important;
}
footer a.nav-link {
  color: white !important;
  padding-left: 0px;
}
footer h5 {
  color: white;
  margin-bottom: 50px;
  font-weight: 600;
}
footer p {
  color: white;
}
footer .footer-top {
  margin-bottom: 100px;
}
footer .footer-bottom p {
  opacity: 0.5;
}
footer .social-row {
  margin-bottom: 75px;
  display: flex;
  flex-wrap: wrap;
}
footer .social-row a {
  height: 45px;
  width: 45px;
  border-radius: 45px;
  color: #4CB944;
  border: 1px solid #4CB944;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #111111;
}
footer .social-row a i {
  margin-right: 0px;
  color: #4CB944;
}
footer .social-row a + a {
  margin-left: 10px;
}

input.form-control {
  border: 1px solid #4CB944;
}

textarea.form-control {
  border: 1px solid #4CB944;
}

.form-check {
  margin-bottom: 10px;
}
.form-check label {
  margin-left: 5px;
  cursor: pointer;
}

.form-check-input:checked:focus {
  outline: none;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: #4CB944;
}

.btn {
  padding: 15px 30px;
  line-height: 10px;
  white-space: nowrap;
}
.btn.btn-outline-primary {
  border: 1px solid #4CB944;
  color: #4CB944;
}
.btn.btn-outline-primary:hover {
  background: #4CB944;
  color: white;
}
.btn.btn-primary {
  background: #4CB944;
  border: 1px solid #4CB944;
}
.btn.btn-primary:hover {
  background: white;
  color: #4CB944;
}
.btn i {
  margin-right: 10px;
}

#modalSignin .modal-body {
  padding: 40px;
  padding-bottom: 60px;
}
#modalSignin .modal-body h1 {
  font-size: 50px;
  margin-top: 40px;
  margin-bottom: 50px;
}
#modalSignin .modal-body form {
  margin-bottom: 50px;
}
#modalSignin .modal-dialog {
  max-width: 600px;
}
#modalSignin .modal-header {
  border-bottom: 0px;
}
#modalSignin form {
  display: none;
}/*# sourceMappingURL=index.css.map */