* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* container */
.container {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
}

/* intro */
.intro {
  background: #e7f0f2;
  padding: 30px 0;
}
.advSub {
  color: #000;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.introTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.logo img {
  display: block;
  max-width: 100%;
}
.introLink {
  color: #000;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 212.5% */
  background: #ffd100;
  padding: 17px 20px;
}
.introContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.introText {
  width: 49%;
}
.introTitle {
  color: #0f5563;
  font-family: 'Times New Roman', Times, serif;
  font-size: 35.859px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.introSub {
  color: #4a4a4a;
  font-family: 'Times New Roman', Times, serif;
  font-size: 23.813px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 24px;
}
.introImg {
  width: 46%;
}
.introImg img {
  display: block;
  max-width: 100%;
}

/* sites */
.sites {
  padding-top: 69px;
  padding-bottom: 50px;
}
.sitesTitle {
  color: #000;
  font-family: 'Times New Roman', Times, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sitesBoxs {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.siteBox {
  width: 22.5%;
  border-radius: 5px;
  border: 2px solid #ccc;
  padding: 42px 22px 22px 22px;
}
.siteBoxImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.siteBoxBtn {
  display: block;
  color: #000;
  text-align: center;
  font-family: Times;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 212.5% */
  background: #ffd100;
  padding: 17.5px 0;
  margin-top: 24px;
}

/* plans */
.plans {
  background: #e7f0f2;
  padding-top: 20px;
  padding-bottom: 36px;
}
.plansTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plansImg {
  width: 46%;
}
.plansImg img {
  display: block;
  max-width: 100%;
}
.plansText {
  width: 49%;
}
.plansTitle {
  color: #0f5563;
  font-family: 'Times New Roman', Times, serif;
  font-size: 35.859px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.plansSub {
  color: #4a4a4a;
  font-family: 'Times New Roman', Times, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 24px;
}
.plansBottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.plansBottomSub {
  color: #000;
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* why */
.why {
  padding: 70px 0;
}
.whyTitle {
  color: #000;
  font-family: 'Times New Roman', Times, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.whySubs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 20px;
}
.whySub {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #000;
  font-family: Times;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* contact */
.contact {
  padding-top: 69px;
  padding-bottom: 50px;
}
.contactInner {
  max-width: 500px;
  margin: 0 auto;
}
.contactTitle {
  color: #000;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contactFields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.contactInput {
  display: block;
  color: #000;
  font-family: Arial;
  font-size: 13.3px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 2.5px;
  border: 1px solid #767676;
  padding: 12px;
}
.contactSelect {
  display: block;
  width: 100%;
  padding: 11px 27px 11px 15px;
}
.submitBtn {
  display: block;
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 13.3px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; /* 255.639% */
  padding: 19.5px 0;
  background: #ffd100;
  cursor: pointer;
}
.successSub {
  display: none;
  color: green;
  text-align: center;
  font-family: Arial;
  font-size: 13.3px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 255.639% */
}
.successSub.active {
  display: block;
}

/* footer */
.footer {
  background: #e7f0f2;
  padding-bottom: 10px;
}
.footerTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerLogo img {
  display: block;
  max-width: 100%;
}
.footerTopSub {
  color: #000;
  font-family: Times;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footerLinks {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.footerLink {
  color: #0f5563;
  font-family: Times;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footerSub {
  color: #000;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 14px;
}

/* formPopup */
.formPopup {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background-color: #000000f2;
}
.formPopup .container {
  width: 100%;
  height: 100%;
}
.formPopup.active {
  opacity: 1;
  visibility: visible;
}
.formPopupInner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.formPopupBox {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  max-width: 540px;
  margin: 0 auto;
  padding: 20px;
}
.closeBtn,
.closeBtn1,
.closeBtn2 {
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
}
.closeBtn img,
.closeBtn1 img,
.closeBtn2 img {
  display: block;
}

/* descPopup */
.descPopup {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background-color: #000000f2;
}
.descPopup .container {
  width: 100%;
  height: 100%;
}
.descPopup.active {
  opacity: 1;
  visibility: visible;
}
.descPopupInner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.descPopupBox {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  max-width: 540px;
  margin: 0 auto;
  padding: 20px;
}
.descPopupSubs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.descPopupSub {
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* contactPopup */
.contactPopup {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background-color: #000000f2;
}
.contactPopup .container {
  width: 100%;
  height: 100%;
}
.contactPopup.active {
  opacity: 1;
  visibility: visible;
}
.contactPopupInner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.contactPopupBox {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  max-width: 540px;
  margin: 0 auto;
  padding: 20px;
}
.contactPopupSub {
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
