@font-face {
  font-family: Poppins;
  src: url(assets/fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: BDSans;
  src: url(assets/fonts/BDSans-Bold.otf);
}
/* @font-face {
  font-family: Amsterdam_Four;
  src: url(assets/fonts/Amsterdam_Four_ttf_400.ttf);
} */

body,
head {
  font-family: "poppins";
}
body{
  background-image: url(assets/images/background.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
section.logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  margin-top: 20px;
  flex-direction: column;
}
section.logo span {
  width: 100%;
  border-bottom: 2px solid black;
}

section.logo img {
  max-width: 220px;
  height: auto;
  margin: auto;
  display: block;
}
.sd-root-modern, .sv-header{
  background-color: transparent !important;
  text-align: center;
}
.sv-header{
  display: none !important;
}
h1 {
  /* font-family: "Amsterdam_Four"; */
  font-size: 42;
  color: #85b195;
  margin: 0;
  text-align: center;
}
h2 {
  font-family: "BDSans";
  font-weight: 900;
  font-size: 36;
  line-height: 1;
  margin: 0;
  color: #fff;
  text-align: center;
}
.sd-completedpage h3, .sd-completedpage h3, .sd-completed-before-page h3, .sd-page .sd-page__title{
  color: #fff !important;
}
.sd-item {
  text-align: left !important;
}
.number{
  color: #fff;
  margin-top: 10px;
}
.iti{
  width: 100%;
  display: flex !important;
}
.sd-body.sd-body--static {
  padding-top: 10px;
}
/*
section.banner {
  background-image: url(assets/images/banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  background-attachment: fixed;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

section.catalogs .heading {
  text-align: center;
  margin: 40px 0;
}

section.catalogs .image_cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 100px;
}
.image_cards .card {
  width: 20%;
  position: relative;
}
.image_cards .card .cover_img {
  border-radius: 100px 100px 0 0;
  overflow: hidden;
}
.image_cards .card .cover_img img {
  max-width: 100%;
  width: 240px;
  height: 246px;
  object-fit: cover;
  transition: 0.2s;
}
.image_cards .card:hover img {
  transform: scale(1.2);
}
.image_cards .card h4 {
  background: #11251f;
  color: #fff;
  margin: 0;
  padding: 10px;
  margin-top: 10px;
  font-size: 22px;
  text-align: center;
}
.image_cards .card:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  border: 1px solid black;
  width: 240px;
  height: 200px;
  border-radius: 328px 328px 0 0;
  overflow: hidden;
}
.image_cards .card:last-child::after {
  content: none;
}
section.vision {
  padding: 0 100px;
  margin-top: 50px;
}
section.vision .cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
section.vision .cards .card {
  background: #cbddd1;
  padding: 20px;
  border-radius: 20px;
  width: 33%;
}
section.vision .cards .card h3 {
  text-align: center;
  color: #457d58;
}
section.vision .cards .card p {
  text-align: justify;
}
section.form {
  text-align: center;
  padding: 0 100px;
}
section.form form input,
section.form form select {
  display: block;
  margin: auto;
  width: 100%;
  margin-bottom: 20px;
  background: #85b195;
  border: 0;
  color: #000;
  border-radius: 17px;
  padding: 10px;
  position: relative;
  font-size: 18px;
  text-align: center;
}
section.form form input::placeholder,
section.form select {
  color: #000;
  text-align: center;
}

section.form form input:focus-visible,
section.form form select:focus-visible {
  outline-color: #11251f;
}
section.form form .row {
  display: flex;
  gap: 10px;
}
section.form form input[type="submit"]:hover {
  background-color: #11251f;
  color: #fff;
  cursor: pointer;
}
section.form h2 {
  margin: auto;
  margin-top: 30px;
  max-width: 900px;
}
section.form h5 {
  color: #11251f;
  font-size: 33;
  margin: 10px;
}
section.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
}
section.footer a {
  color: #000;
}
span#message {
    font-weight: 700;
    color: #11251f;
}
@media screen and (max-width: 767px) {
  section.catalogs .image_cards {
    flex-wrap: wrap;
    gap: 10px;
  }
  .image_cards .card h4 {
    font-size: 18px;
  }

  .image_cards .card:nth-child(even)::after {
    content: none;
  }
  .image_cards .card {
    width: 48%;
    margin-top: 40px;
  }
  section.vision .cards {
    flex-direction: column;
  }
  section.vision .cards .card {
    width: 90%;
  }
  section.footer,
  section.form,
  section.vision,
  section.catalogs .image_cards {
    padding: 0 10px;
  }
  .image_cards .card .cover_img img {
    width: 100%;
    height: 237px;
  }
  h1 {
    font-size: 70;
  }
  h2 {
    font-size: 40;
  }
  .image_cards .card:after {
    height: 50%;
    width: 193px;
  }
} */
