@font-face {
  font-family: morabba;
  src: url("../fonts/Morabba.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: morabba;
  user-select: none;
}

/* HOME START */

.home {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 10px;
  margin: 100px 0px;
}
.home-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 1200px;
  gap: 70px;
}

.home-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.home-title h1 {
  background: #3fbe6d;
  background: linear-gradient(to left, #3fbe6d 0%, #6dff9e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 38px;
}
.home-title h2 {
  color: black;
  font-size: 27px;
}

.home-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.home-form form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 5px;
  border: 2px solid #80808050;
  border-radius: 10px;
}
.home-form form button {
  border: unset;
  outline: unset;
  background-color: rgba(63, 190, 109, 0.5);
  color: white;
  padding: 12px 12px 10px 12px;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.5s;
}
.home-form form button:hover {
  background-color: #3fbe6d;
}
.home-form form input[type="search"] {
  border: unset;
  width: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  outline: unset;
  text-align: center;
  color: gray;
}

.home-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.home-img #img-1 {
  width: 475px;
}
.home-img #img-2 {
  width: 300px;
}

/* HOME END */
/* PROPERTY START */

.property {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 10px;
  margin: 50px 0px;
}
.property-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 1200px;
  gap: 50px;
}
.property-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.property-title h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  border-bottom: 4px solid rgba(128, 128, 128, 0.5);
  background: #3fbe6d;
  background: linear-gradient(to left, #3fbe6d 0%, #6dff9e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 45px;
}

.property-cards {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}
.property-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.property-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  box-shadow: 0px 0px 30px rgba(128, 128, 128, 0.5);
  padding: 20px 40px;
  border-radius: 20px;
}
.property-card-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 70px;
}
.property-card-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.property-card-title p {
  color: black;
  font-size: 22px;
  font-weight: bold;
}

/* PROPERTY END */
/* CONTENT START */

.content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 10px;
  margin: 100px 0px;
}
.content-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 1200px;
  gap: 20px;
}

.content-rast {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.content-rast h1 {
  font-size: 47px;
  background: #3fbe6d;
  background: linear-gradient(to left, #3fbe6d 0%, #6dff9e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.content-rast p {
  color: rgba(128, 128, 128, 0.7);
  font-size: 30px;
}

.content-chap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-chap img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
}

/* CONTENT END */
/* PRODUCTS START */

.products {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 10px;
  margin: 100px 0px;
}
.products-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
  width: 1200px;
}

.products-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-title h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  border-bottom: 4px solid rgba(128, 128, 128, 0.5);
  background: #3fbe6d;
  background: linear-gradient(to left, #3fbe6d 0%, #6dff9e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 45px;
}

.products-cards {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}

.products-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0px 0px 30px rgba(128, 128, 128, 0.5);
  border: 2px solid rgba(128, 128, 128, 0.5);
  border-radius: 20px;
  padding: 25px;
}

.products-card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
}
.products-card-title img {
  background-color: rgba(128, 128, 128, 0.2);
  border-radius: 10px;
  padding: 15px;
}
.products-card-title-text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
}
.products-card-title-text h2 {
  font-size: 27px;
}
.products-card-title-text p {
  color: gray;
  font-size: 13px;
}

.products-card-abouts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  gap: 10px;
}
.products-card-about {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background-color: rgba(128, 128, 128, 0.2);
  padding: 5px;
  border-radius: 15px;
  width: 60px;
  height: 60px;
}
.products-card-about img {
  width: 20px;
  height: 20px;
}
.products-card-about p {
  font-size: 10px;
  font-weight: bold;
}

.products-card-descs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.products-card-desc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 5px;
}
.products-card-desc i {
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.3);
  color: #1D4A3F;
  font-size: 13px;
  padding: 2px;
}

.products-card-price {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.products-card-price p {
  font-size: 14px;
  font-weight: bold;
}
.products-card-price a {
  text-decoration: none;
  color: white;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: #3fbe6d;
  font-size: 20px;
}

.products-card-vasat {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0px 0px 30px rgba(63, 190, 109, 0.3);
  border: 2px solid rgba(63, 190, 109, 0.3);
  border-radius: 20px;
  padding: 25px;
  background-color: rgba(63, 190, 109, 0.2);
}

.products-card-vasat-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
}
.products-card-vasat-title img {
  background-color: rgba(63, 190, 109, 0.2);
  border-radius: 10px;
  padding: 15px;
}
.products-card-vasat-title-text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
}
.products-card-vasat-title-text h2 {
  font-size: 27px;
  color: #3fbe6d;
}
.products-card-vasat-title-text p {
  color: gray;
  font-size: 13px;
}

.products-card-vasat-abouts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  gap: 10px;
}
.products-card-vasat-about {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background-color: rgba(63, 190, 109, 0.2);
  padding: 5px;
  border-radius: 15px;
  width: 60px;
  height: 60px;
}
.products-card-vasat-about img {
  width: 20px;
  height: 20px;
}
.products-card-vasat-about p {
  font-size: 10px;
  font-weight: bold;
}

.products-card-vasat-descs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.products-card-vasat-desc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 5px;
}
.products-card-vasat-desc i {
  border-radius: 50%;
  background-color: rgba(63, 190, 109, 0.3);
  color: #1D4A3F;
  font-size: 13px;
  padding: 2px;
}

.products-card-vasat-price {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.products-card-vasat-price p {
  font-size: 14px;
  font-weight: bold;
}
.products-card-vasat-price a {
  text-decoration: none;
  color: white;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: #3fbe6d;
  font-size: 20px;
}

/* PRODUCTS END */
/* COUNSE START */

.counse {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 10px;
  margin: 100px 0px;
}
.counse-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 1200px;
  gap: 20px;
}

.counse-rast {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counse-rast img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
}

.counse-chap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  width: 500px;
}
.counse-chap h1 {
  background: #3fbe6d;
  background: linear-gradient(to left, #3fbe6d 0%, #6dff9e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 37px;
}
.counse-chap p {
  color: gray;
  font-size: 22px;
}
.counse-chap-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}
.counse-chap-btn a {
  text-decoration: none;
  color: black;
  padding: 5px 15px;
  border-radius: 15px;
  background-color: #3fbe6d;
  font-size: 20px;
}
.counse-chap-btn p {
  font-size: 15px;
}

/* COUNSE END */
/* SUPPORT START */

.support {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 10px;
  margin: 100px 0px;
}
.support-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 1200px;
  gap: 20px;
}

.support-rast {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  width: 500px;
}
.support-rast h1 {
  background: #3fbe6d;
  background: linear-gradient(to left, #3fbe6d 0%, #6dff9e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 41px;
}
.support-rast p {
  color: gray;
  font-size: 21px;
}
.support-rast-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}
.support-rast-btn a {
  text-decoration: none;
  color: black;
  padding: 5px 15px;
  border-radius: 15px;
  background-color: #3fbe6d;
  font-size: 20px;
}
.support-rast-btn p {
  font-size: 15px;
}

.support-chap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-chap img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
}

/* SUPPORT END */
/* TRUST START */

.trust {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 10px;
  margin: 100px 0px;
}
.trust-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
  width: 1200px;
}

.trust-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.trust-title p {
  color: gray;
  font-size: 20px;
}
.trust-title-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}
.trust-title-top h1 {
  background: #3fbe6d;
  background: linear-gradient(to left, #3fbe6d 0%, #6dff9e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 40px;
}
.trust-title-top img {
  padding: 5px;
  border-radius: 5px;
  background-color: #3fbe6d;
  transform: translateY(2px);
  width: 30px;
}

.trust-cards {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}
.trust-card {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  gap: 10px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5);
  width: 200px;
  height: 180px;
}
.trust-card-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.trust-card-bottom h1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-card-bottom h1 span {
  transform: translateY(-4px);
}
.trust-card-bottom p {
  font-weight: bold;
  font-size: 20px;
  background: #3fbe6d;
  background: linear-gradient(to left, #3fbe6d 0%, #6dff9e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* TRUST END */
/* COMMENTS START */

.comment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 10px;
  margin: 100px 0px;
}
.comment-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 90px;
  width: 1200px;
  height: 650px;
  background-color: rgba(128, 128, 128, 0.05);
  border: 2px solid rgba(128, 128, 128, 0.1);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.2);
  border-radius: 40px;
  position: relative;
}
#bglayer {
  position: absolute;
  width: 80%;
  z-index: -2;
}

.comment-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}
.comment-title #imgc1 {
  padding: 13px 13px 10px 10px;
  border-radius: 5px 30px 5px 5px;
  background-color: #6DFF9E;
  width: 43px;
}
.comment-title #imgc2 {
  padding: 13px 10px 10px 13px;
  border-radius: 30px 5px 5px 5px;
  background-color: #6DFF9E;
  width: 43px;
}
.comment-title-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.comment-title-text h1 {
  background: #3fbe6d;
  background: linear-gradient(to left, #3fbe6d 0%, #6dff9e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 32px;
}
.comment-title-text p {
  color: gray;
  font-size: 20px;
}

.swiper {
  width: 420px;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comments {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 25px;
  border-radius: 30px;
  border: 2px solid rgba(63, 190, 109, 0.2);
  width: 420px;
  background-color: white;
}
.comments:nth-child(even) {
  background-color: rgb(223, 247, 234);
}

.comment-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
}
.comment-img img {
  width: 60px;
  border-radius: 50%;
  border: 1px solid #3fbe6d;
}
.comment-about {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.comment-about h2 {
  font-size: 18px;
  color: #1D4A3F;
}
.comment-about p {
  font-size: 14px;
  color: gray;
}

.comment-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
  color: black;
  width: 100%;
}

.comment-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-btn a {
  text-decoration: none;
  color: white;
  background-color: black;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 20px;
}

/* COMMENTS END */
/* BLOGS START */

.blogs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 10px;
  margin: 100px 0px;
}
.blogs-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
  width: 1200px;
}

.blogs-title {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  border-bottom: 2px solid rgba(128, 128, 128, 0.5);
  padding-bottom: 10px;
}

.blogs-cards {
  display: grid;
  grid-template-columns: repeat(4, 270px);
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}

.blogs-card {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  padding: 15px;
  border-radius: 15px;
  background-color: white;
  border: 2px solid rgba(128, 128, 128, 0.2);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.2);
  width: 270px;
}
.blogs-card-img img {
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(128, 128, 128, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogs-card-title {
  align-items: flex-start;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  color: black;
  font-weight: bold;
  font-size: 15px;
  width: 100%;
}

/* BLOGS END */

/* RESPONSIVE START */

@media screen and (max-width: 480px) {
  .home {
    margin: 50px 0px;
  }
  .home-container {
    gap: 30px;
  }
  .home-title h1 {
    font-size: 20px;
  }
  .home-title h2 {
    font-size: 14px;
  }
  .home-form p {
    font-size: 10px;
  }
  .home-form form input[type="search"] {
    width: 100%;
  }
  .home-img #img-1 {
    width: 170px;
  }
  .home-img #img-2 {
    width: 120px;
  }

  .property-container {
    width: 100%;
    gap: 30px;
  }
  .property-title h1 {
    font-size: 30px;
  }
  .property-cards {
    grid-template-columns: repeat(2, auto);
    align-items: center;
    justify-content: center;
  }
  .property-card-img img {
    width: 75px;
    height: 60px;
  }
  .property-card-img {
    padding: 20px 30px;
  }

  .content-container {
    flex-direction: column;
  }
  .content-rast {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .content-rast h1 {
    font-size: 22px;
    text-align: center;
  }
  .content-rast p {
    font-size: 14px;
    text-align: center;
  }
  .content-chap img {
    width: 250px;
  }

  .products-container {
    gap: 30px;
    width: 100%;
  }
  .products-title h1 {
    font-size: 26px;
  }
  .products-cards {
    grid-template-columns: repeat(1, auto);
    align-items: center;
    justify-content: center;
  }

  .counse-container {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
  .counse-rast img {
    width: 250px;
  }
  .counse-chap {
    width: 250px;
    align-items: center;
    justify-content: center;
  }
  .counse-chap h1 {
    font-size: 26px;
    text-align: center;
  }
  .counse-chap p {
    font-size: 14px;
    text-align: center;
  }
  .counse-chap-btn a {
    font-size: 18px;
  }
  .counse-chap-btn p {
    font-size: 14px;
  }

  .support-container {
    flex-direction: column-reverse;
    width: 100%;
    gap: 20px;
  }
  .support-rast {
    width: 250px;
    align-items: center;
    justify-content: center;
  }
  .support-rast h1 {
    text-align: center;
    font-size: 26px;
  }
  .support-rast p {
    font-size: 14px;
    text-align: center;
  }
  .support-rast-btn a {
    font-size: 18px;
  }
  .support-rast-btn p {
    font-size: 14px;
  }
  .support-chap img {
    width: 250px;
  }

  .trust-container {
    gap: 20px;
    width: 100%;
  }
  .trust-title p {
    font-size: 10px;
  }
  .trust-title-top h1 {
    font-size: 20px;
  }
  .trust-title-top img {
    width: 20px;
  }
  .trust-cards {
    grid-template-columns: repeat(2, auto);
    align-items: center;
    justify-content: center;
  }
  .trust-card {
    width: 130px;
    height: 120px;
  }
  .trust-card img {
    width: 60px;
  }
  .trust-card-bottom h1 {
    font-size: 20px;
  }
  .trust-card-bottom h1 span {
    transform: translateY(-2px);
  }
  .trust-card-bottom p {
    font-size: 16px;
  }

  .comment-container {
    gap: 50px;
    width: 100%;
    height: 500px;
  }
  #bglayer {
    display: none;
  }
  .comment-title #imgc1 {
    padding: 10px 10px 7px 7px;
    width: 30px;
  }
  .comment-title #imgc2 {
    padding: 10px 7px 7px 10px;
    width: 30px;
  }
  .comment-title-text h1 {
    font-size: 15px;
  }
  .comment-title-text p {
    font-size: 9px;
  }
  .swiper {
    width: 70%;
  }
  .comments {
    width: 70%;
  }
  .comment-about h2 {
    font-size: 15px;
  }
  .comment-about p {
    font-size: 10px;
  }
  .comment-img img {
    width: 40px;
  }
  .comment-bottom p {
    font-size: 14px;
  }

  .blogs-container {
    gap: 20px;
    width: 100%;
  }
  .blogs-cards {
    grid-template-columns: repeat(1, 270px);
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .blogs-card {
    width: 100%;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .home {
    margin: 50px 0px;
  }
  .home-container {
    gap: 30px;
  }
  .home-title h1 {
    font-size: 20px;
  }
  .home-title h2 {
    font-size: 14px;
  }
  .home-form p {
    font-size: 10px;
  }
  .home-form form input[type="search"] {
    width: 100%;
  }
  .home-img #img-1 {
    width: 170px;
  }
  .home-img #img-2 {
    width: 120px;
  }

  .property-container {
    width: 100%;
    gap: 30px;
  }
  .property-title h1 {
    font-size: 30px;
  }
  .property-cards {
    grid-template-columns: repeat(2, auto);
    align-items: center;
    justify-content: center;
  }
  .property-card-img img {
    width: 75px;
    height: 60px;
  }
  .property-card-img {
    padding: 20px 30px;
  }

  .content-container {
    flex-direction: column;
  }
  .content-rast {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .content-rast h1 {
    font-size: 22px;
    text-align: center;
  }
  .content-rast p {
    font-size: 14px;
    text-align: center;
  }
  .content-chap img {
    width: 250px;
  }

  .products-container {
    gap: 30px;
    width: 100%;
  }
  .products-title h1 {
    font-size: 26px;
  }
  .products-cards {
    grid-template-columns: repeat(1, auto);
    align-items: center;
    justify-content: center;
  }

  .counse-container {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
  .counse-rast img {
    width: 250px;
  }
  .counse-chap {
    width: 250px;
    align-items: center;
    justify-content: center;
  }
  .counse-chap h1 {
    font-size: 26px;
    text-align: center;
  }
  .counse-chap p {
    font-size: 14px;
    text-align: center;
  }
  .counse-chap-btn a {
    font-size: 18px;
  }
  .counse-chap-btn p {
    font-size: 14px;
  }

  .support-container {
    flex-direction: column-reverse;
    width: 100%;
    gap: 20px;
  }
  .support-rast {
    width: 250px;
    align-items: center;
    justify-content: center;
  }
  .support-rast h1 {
    text-align: center;
    font-size: 26px;
  }
  .support-rast p {
    font-size: 14px;
    text-align: center;
  }
  .support-rast-btn a {
    font-size: 18px;
  }
  .support-rast-btn p {
    font-size: 14px;
  }
  .support-chap img {
    width: 250px;
  }

  .trust-container {
    gap: 20px;
    width: 100%;
  }
  .trust-title p {
    font-size: 10px;
  }
  .trust-title-top h1 {
    font-size: 20px;
  }
  .trust-title-top img {
    width: 20px;
  }
  .trust-cards {
    grid-template-columns: repeat(2, auto);
    align-items: center;
    justify-content: center;
  }
  .trust-card {
    width: 130px;
    height: 120px;
  }
  .trust-card img {
    width: 60px;
  }
  .trust-card-bottom h1 {
    font-size: 20px;
  }
  .trust-card-bottom h1 span {
    transform: translateY(-2px);
  }
  .trust-card-bottom p {
    font-size: 16px;
  }

  .comment-container {
    gap: 50px;
    width: 100%;
    height: 500px;
  }
  #bglayer {
    display: none;
  }
  .comment-title #imgc1 {
    padding: 10px 10px 7px 7px;
    width: 30px;
  }
  .comment-title #imgc2 {
    padding: 10px 7px 7px 10px;
    width: 30px;
  }
  .comment-title-text h1 {
    font-size: 15px;
  }
  .comment-title-text p {
    font-size: 9px;
  }
  .swiper {
    width: 70%;
  }
  .comments {
    width: 70%;
  }
  .comment-about h2 {
    font-size: 15px;
  }
  .comment-about p {
    font-size: 10px;
  }
  .comment-img img {
    width: 40px;
  }
  .comment-bottom p {
    font-size: 14px;
  }

  .blogs-container {
    gap: 20px;
    width: 100%;
  }
  .blogs-cards {
    grid-template-columns: repeat(1, 270px);
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .blogs-card {
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .home {
    margin: 50px 0px;
  }
  .home-container {
    gap: 30px;
  }
  .home-title h1 {
    font-size: 40px;
  }
  .home-title h2 {
    font-size: 27px;
  }
  .home-form p {
    font-size: 14px;
  }
  .home-form form input[type="search"] {
    width: 450px;
  }
  .home-img #img-1 {
    width: 300px;
  }
  .home-img #img-2 {
    width: 220px;
  }

  .property-container {
    width: 100%;
    gap: 30px;
  }
  .property-title h1 {
    font-size: 40px;
  }
  .property-cards {
    grid-template-columns: repeat(4, auto);
    align-items: center;
    justify-content: center;
  }
  .property-card-img img {
    width: 85px;
    height: 70px;
  }
  .property-card-img {
    padding: 20px 30px;
  }

  .content-rast {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .content-rast h1 {
    font-size: 34px;
    text-align: center;
  }
  .content-rast p {
    font-size: 20px;
    text-align: center;
  }
  .content-chap img {
    width: 300px;
  }

  .products-container {
    gap: 30px;
    width: 100%;
  }
  .products-title h1 {
    font-size: 26px;
  }
  .products-cards {
    grid-template-columns: repeat(2, auto);
    align-items: center;
    justify-content: center;
  }

  .counse-rast img {
    width: 350px;
  }
  .counse-chap {
    width: 350px;
  }
  .counse-chap h1 {
    font-size: 26px;
  }
  .counse-chap p {
    font-size: 13px;
  }

  .support-rast {
    width: 350px;
  }
  .support-rast h1 {
    font-size: 28px;
  }
  .support-rast p {
    font-size: 13px;
  }
  .support-chap img {
    width: 350px;
  }

  .trust-container {
    gap: 20px;
    width: 100%;
  }
  .trust-cards {
    grid-template-columns: repeat(4, auto);
  }
  .trust-card {
    width: 150px;
    height: 140px;
  }
  .trust-card img {
    width: 60px;
  }
  .trust-card-bottom h1 {
    font-size: 20px;
  }
  .trust-card-bottom h1 span {
    transform: translateY(-2px);
  }
  .trust-card-bottom p {
    font-size: 16px;
  }

  .blogs-container {
    gap: 20px;
    width: 100%;
  }
  .blogs-cards {
    grid-template-columns: repeat(3, auto);
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .blogs-card {
    width: 100%;
  }
}

/* RESPONSIVE END */
