@font-face {
  font-family: kalameh;
  src: url("../fonts/KalamehWeb-Medium.woff2");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: kalameh;
  scroll-behavior: smooth;
}

/* HOME START */

.home {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 10px;
  margin: 50px 0;
}

.home-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  gap: 10px;
}

.home-rast {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 500px;
  gap: 50px;
}

.home-rast-top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.home-rast-top #p1 {
  color: #1eac7a;
  background-color: rgba(30, 172, 122, 0.1);
  padding: 5px 15px;
  border-radius: 20px;
}

.home-rast-top h1 {
  font-size: 43px;
}

.home-rast-top h1 span {
  color: red;
}

.home-rast-top #p2 {
  color: gray;
  font-size: 16px;
}

.home-rast form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
  background-color: white;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0px 23px 80px 0px #E7EBF8;
  border: 2px solid #E7EBF8;
}

.home-rast form input {
  padding: 10px;
  width: 100%;
  border: none;
  outline: none;
}

.home-rast form input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.home-rast form button {
  background-color: #1c40bf;
  padding: 10px 20px;
  color: white;
  outline: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.home-chap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
}

.home-chap img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* HOME END */
/* SERVICE START */

.service {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 10px;
  margin: 50px 0;
  background-color: #ECF1FF;
}

.service-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  padding: 50px 0;
  width: 1200px;
}

.service-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.service-title p {
  color: gray;
  font-size: 14px;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}

.service-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  background-color: white;
  padding: 40px 20px;
  border-radius: 20px;
  width: 300px;
}

.card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  text-align: justify;
  border-bottom: 1px solid #D6D9E8;
  padding-bottom: 20px;
  width: 100%;
}

.card-title span {
  color: gray;
}

.card-title p {
  color: gray;
  font-size: 12px;
}

.card-about {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.card-about p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 12px;
  color: gray;
}

.card-about p i {
  transform: translateY(1px);
  font-size: 16px;
  color: #1c9b6e;
}

.card-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.card-button a {
  text-decoration: none;
  color: #3F4754;
  padding: 10px 20px;
  border: 1px solid #d6d9e8;
  border-radius: 10px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all .5s;
}

.card-button a:hover {
  background-color: #3F4754;
  color: white;
}

#vps {
  box-shadow: 0px 33px 60px 0px #CBD1E1;
}

#vps .card-button a {
  background-color: #1a966b;
  color: white;
  border: 1px solid #1a966b;
  box-shadow: 0 18px 32px 0 rgba(30, 172, 122, 0.1);
}

.service-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.service-bottom p {
  font-size: 14px;
}

.service-bottom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 14px;
}

.service-bottom-btn #ticket {
  text-decoration: none;
  color: white;
  background-color: #1c40bf;
  border: 1px solid #1c40bf;
  box-shadow: 0px 18px 32px 0px rgba(28, 64, 191, 0.2);
  padding: 10px 20px;
  border-radius: 5px;
}

.service-bottom-btn #tel {
  text-decoration: none;
  color: #3F4754;
  border: 1px solid #d6d9e8;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all .5s;
}

.service-bottom-btn #tel:hover {
  color: white;
  background-color: #3F4754;
}

/* SERVICE END */
/* BENEFTIS START */

.beneftis {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  margin: 50px 0;
  width: 100%;
}

.beneftis-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
  width: 1200px;
}

.beneftis-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.beneftis-title h2 span {
  color: red;
}

.beneftis-title p {
  color: gray;
}

.beneftis-cards {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
}

.beneftis-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background-color: white;
  padding: 50px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 60px 0px #CBD1E1;
  position: relative;
  height: 150px;
}

.beneftis-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -35px;
  background-color: white;
  padding: 15px;
  border-radius: 50%;
  border: 2px solid #d6d9e8;
}

.beneftis-card-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.beneftis-card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
}

.beneftis-card-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  color: gray;
  font-size: 14px;
  text-align: justify;
}

/* BENEFTIS END */
/* CALL START */

.call {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 10px;
  margin: 50px 0;
}

.call-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  gap: 10px;
  background-color: #17234f;
  padding: 30px;
  border-radius: 10px;
}

.call-rast {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.call-rast p {
  color: white;
  font-weight: bold;
  font-size: 22px;
}

.call-rast span {
  color: whitesmoke;
  font-size: 14px;
}

.call-chap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.call-chap-phone {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.call-chap-phone p {
  color: white;
  font-weight: bold;
  font-size: 22px;
}

.call-chap-phone span {
  color: whitesmoke;
  font-size: 14px;
}

.call-chap-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: white;
}

/* CALL END */
/* BLOG START */

.blog {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 10px;
  margin: 50px 0;
}

.blog-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  padding: 50px 0;
  width: 1200px;
}

.blog-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.blog-title h2 span {
  color: red;
}

.blog-title p {
  color: gray;
}

.blog-cards {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.blog-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px #CBD1E1;
  width: 390px;
  border: 2px solid white;
}

.blog-card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.blog-card-title a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #3c5788;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}

.blog-card-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.blog-card-desc p {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: gray;
  font-size: 13px;
}

.blog-card-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.blog-card-about-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.blog-card-about-date i {
  font-size: 16px;
}

.blog-card-about-date p {
  font-size: 14px;
}

.blog-card-about-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card-about-btn a {
  text-decoration: none;
  color: white;
  padding: 5px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1eac7a;
  gap: 10px;
  font-size: 14px;
  border: 2px solid #1eac7a;
  box-shadow: 0 0 30px 0 rgba(30, 172, 122, 0.3);
  transition: all .5s;
}

.blog-card-about-btn a:hover {
  box-shadow: none;
  background-color: white;
  color: #3c5788;
}

/* BLOG END */



















/* RESPONSIVE START */

@media screen and (max-width:980px) {

  .home-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .home-rast,
  .home-chap {
    width: 100%;
  }

  .home-rast-top h1 {
    font-size: 30px;
  }

  .home-rast-top #p2 {
    font-size: 11px;
  }

  .service-container {
    width: 100%;
  }

  .service-title {
    text-align: center;
  }

  .service-cards {
    grid-template-columns: repeat(1, auto);
    align-items: center;
    justify-content: center;
  }

  .beneftis-container {
    width: 100%;
  }

  .beneftis-cards {
    grid-template-columns: repeat(1, auto);
    align-items: center;
    justify-content: center;
  }

  .call-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
  }

  .call-rast {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .call-chap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }

  .call-chap-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .blog-container {
    width: 100%;
  }

  .blog-title {
    text-align: center;
  }

  .blog-cards {
    grid-template-columns: repeat(1, auto);
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .blog-card{
    width: 100%;
  }

}



@media screen and (min-width:981px) and (max-width:1200px) {

  .home-container {
    width: 100%;
  }

  .home-rast-top h1 {
    font-size: 35px;
  }

  .home-rast-top #p2 {
    font-size: 13px;
  }

  .service-container {
    width: 100%;
  }

  .service-title {
    text-align: center;
  }

  .beneftis-container {
    width: 100%;
  }

  .beneftis-cards {
    grid-template-columns: repeat(3, auto);
    align-items: center;
    justify-content: center;
  }

  .blog-container {
    width: 100%;
  }

  .blog-title {
    text-align: center;
  }

  .blog-cards {
    grid-template-columns: repeat(2, auto);
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

}

/* RESPONSIVE END */