/* ---- Header --------------------------------------------------------------- */
.main-wrapper .header-area .header-top {
  padding: 13px 0;
}

.main-wrapper .header-area .header-top .logo {
  text-align: center;
}

.main-wrapper .header-area .header-top .logo img {
  width: 352px;
}

/* ---- banner --------------------------------------------------------------- */
.main-wrapper .main-banner {
  background: #5c2e91;
  /* purple */
  padding: 50px 0 119px;
    min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left {
  flex: 1;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 82%;
  padding-left: 8rem;
}

.banner-content {
  display: flex;
  justify-content: space-between;
}

.left h1 {
  font-size: 4rem;
  line-height: 1.3;
  color: #5ed6f0;
  font-weight: 700;
}

.contact {
  margin-top: 40px;
  font-size: 1rem;
}

.contact p {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.contact p img {
  width: 20px;
}
.contact .location {
  margin: 20px 0 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
.contact .location img {
  width: 20px;
}
.contact .location .address {
  display: flex;
  flex-direction: column;
}
.contact .location .address span {
  font-size: 0.8rem;
  line-height: 22px;
      width: 45%;

}

.contact strong {
  font-weight: 600;
}

/* Right Section */
.right {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 40%;
  position: absolute;
  right: 93px;
  top: 129px;
}

.right .blob .banner_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .banner-content {
    flex-direction: column;
  }

  .left,
  .right {
    flex: none;
    width: 100%;
    text-align: center;
    position: relative;
    top: 0;
    right: 0;
  }
  .left h1 {
    font-size: 2.5rem;
  }
  .main-wrapper .main-banner {
    min-height: 100%;
    padding: 28px 0 0;
  }
  .main-wrapper .header-area .header-top .logo img {
    width: 280px;
  }

  .left {
    padding: 13px;
  }
  .contact strong {
    font-size: 24px;
  }
  .contact p img {
    width: 28px;
  }

  .contact .location img {
    width: 28px;
    margin-top: 9px;
  }
  .contact .location .address {
    text-align: left;
  }
  .contact {
    margin-top: 13px;
  }
  .contact .location .address span {
    text-align: left;
    font-size: 20px;
    line-height: 35px;
  }
  .right img {
    width: 60%;
  }
  .container {
    padding: 0;
  }
}

/* ---- Footer --------------------------------------------------------------- */

.main-wrapper .footer-site {
  background-color: #253c93;
  padding: 25px 0;
}

.main-wrapper .footer-site .footer-top .terms ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.main-wrapper .footer-site .footer-top .terms ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.main-wrapper .footer-site .footer-top .terms ul li:first-child::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  border-radius: 50px;
}

.main-wrapper .footer-site .footer-top .terms ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.footer-inner-content {
  text-align: center;
}

.footer-text.gs_reveal {
  color: #fff;
  font-size: 16px;
  margin-bottom: 13px;
  text-align: center;
}

.footer-bottom .footer-inner-content .gs_reveal {
  color: #fff;
  margin-bottom: 0;
}
.footer-bottom .footer-inner-content .gs_reveal a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom .footer-inner-content .gs_reveal em {
  width: 1rem;
  display: inline-block;
  margin: 0 0.3rem;
}

.footer-bottom .footer-inner-content .gs_reveal em img {
  animation: plus-heart 1s infinite;
  -webkit-animation: plus-heart 1s infinite;
}

@keyframes plus-heart {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 720px) {
}
