@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600&display=swap");

html {
  overflow-x: hidden;
}

body {
  font-size: 14px;
  margin: auto !important;
}

/* Loader */
.loader_container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  border-radius: 50%;
  border-top: 10px solid #3a70a2;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

h2 {
  font-family: Poppins;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.04em;
}

h4 {
  font-family: Poppins;
  line-height: 34px;
  letter-spacing: -0.04em;
  font-size: 24px;
}

header nav {
  height: 86px;
  box-shadow: 0px 1px 0px 0px #00000014;
}

header nav ul li a {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 0.9rem !important;
  color: #14382b !important;
}

.hero {
  margin-top: 6%;
}

.advertising,
.featured {
  margin-top: 7%;
}

.pre-footer {
  margin-top: 7%;
}

.hero .banner .background-img {
  border: 1px;
  border-radius: 8px;
}

.hero .detail h1 {
  font-size: 48px;
  font-weight: 600;
  color: #14382b;
}

.hero .detail {
  font-family: Poppins;
  position: absolute;
  text-align: left;
  width: 40%;
  top: 29%;
  left: 43%;
}

.hero .detail img {
  padding-right: 6px;
}

.hero .detail .btn-section {
  margin-top: 4%;
}

.hero .detail .btn-section .subscribe-btn:hover {
  border-color: #14382b;
}

.hero .detail .download-btn {
  border-radius: 6px;
  border: 1px solid #000;
  background: #14382b;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.hero .detail .subscribe-btn,
.pre-footer .subscribe-btn {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
  color: #14382b;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-size: 18px;
}

.subscribe-btn:hover {
  border-radius: 6px;
  background: #14382b;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-size: 18px;
}

.pre-footer .detail .subscribe-btn:hover img {
  filter: invert(100%);
}

.write-btn {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
  color: black;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-bottom: 5px;
}

.write-btn:hover {
  border-radius: 6px;
  background-color: black;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  border-color: #fff;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-bottom: 5px;
}

.write-btn:hover img {
  filter: invert(100%);
}

.hero .detail ul li {
  padding-top: 10px;
}

.pre-footer .detail {
  font-family: Poppins;
  position: absolute;
  text-align: left;
  left: 5%;
  padding-top: 3.2%;
}

.pre-footer .detail h1 {
  color: #14382b;
  font-size: 48px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 106%;
  padding-bottom: 5%;
  letter-spacing: -1.92px;
}

.about {
  text-align: center;
  margin-top: 6%;
}

.article {
  text-align: justify;
  margin-top: 10%;
  font-size: medium;
}

.about p {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #14382b;
}

.featured .featured-box {
  margin-top: 4rem;
}

.featured .featured-box .title {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #14382b;
}

.featured .featured-box .featured-explore-btn {
  padding: 16px 32px 16px 32px;
  border-radius: 6px;
  border: 1px solid #0000001a;
  text-decoration: none;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #14382b;
  width: 200px;
  display: inline-block;
  margin-top: 1.15rem !important;
}

.featured .featured-box .featured-explore-btn:hover {
  border-color: #14382b;
}

.pre-footer {
  background: #ffffff;
  height: auto;
}

.align-img {
  text-align: center;
}

footer {
  background: black;
  padding-top: 5%;
  color: #fff;
}

footer p {
  font-family: Roboto;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

footer hr {
  color: #fff;
  margin-top: 1%;
}

footer .copyright,
footer .footer-end-nav a {
  color: #fff;
  text-decoration: none;
  padding-right: 20px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}

.hero .banner .background-img-mobile,
.pre-footer .background-img-mobile {
  display: none;
}

.form-modal {
  border-radius: 8px;
}

.form-modal .modal-dialog {
  /* width: 480px; */
  padding: 0px 10px 0px 10px;
}

.form-modal .modal-body {
  padding: 35px 20px 35px 20px;
}

.form-modal .modal-dialog form label {
  color: #14382b;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 7px;
}

.form-modal .modal-dialog form .form-group {
  margin-bottom: 15px;
}

.form-modal .modal-dialog form .form-control {
  height: 45px;
}

.btn-digital {
  border-radius: 6px;
  background: #000;
  display: flex;
  height: 45px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #fff;
}

.btn-digital:hover {
  color: #fff;
}

.btn-download {
  display: flex;
  height: 45px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #fdd095;
}

@media (min-width: 320px) and (max-width: 480px) {
  .hero .banner .background-img {
    display: none;
  }

  .hero .banner .background-img-mobile {
    display: block;
    width: 100%;
  }

  .pre-footer .background-img {
    display: none;
  }

  .pre-footer .background-img-mobile {
    display: block;
    width: 100%;
  }

  .pre-footer .detail {
    text-align: center;
    margin-top: 5%;
  }

  .pre-footer .detail h1 {
    text-align: center;
    font-size: 32px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1.28px;
  }

  .pre-footer .detail .subscribe-btn {
    width: 80%;
    margin-left: 0;
    margin-top: 5%;
  }

  .hero .detail {
    width: 93.5%;
    top: 24%;
    left: auto;
    text-align: center;
  }

  .hero .detail h1 {
    font-size: 30px;
  }

  .hero .detail ul {
    display: none;
  }

  .hero .detail .download-btn {
    color: #fff;
    width: 80%;
    margin-top: 2%;
  }

  .hero .detail .btn-section .download-btn:hover {
    border-color: #14382b;
    background-color: #fff;
    color: #14382b;
  }

  .download-btn:hover img {
    filter: invert(100%);
  }

  .hero .detail .subscribe-btn {
    width: 80%;
    margin-top: 4%;
    margin-left: 0px;
  }

  .featured .featured-box .title {
    font-family: "Work Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #14382b;
  }

  .about p {
    font-size: 14px;
  }

  .featured .featured-box .title {
    font-size: 14px;
    line-height: 16px;
    margin-top: 0rem !important;
  }

  .featured .featured-box .featured-explore-btn {
    padding: 10px 30px 10px 30px;
  }

  .rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }

  .rating>input {
    display: none;
  }

  .rating>label {
    position: relative;
    width: 1.1em;
    font-size: 15vw;
    color: #ffd700;
    cursor: pointer;
  }

  .rating>label::before {
    content: “\2605”;
    position: absolute;
    opacity: 0;
  }

  .rating>label:hover:before,
  .rating>label:hover~label:before {
    opacity: 1 !important;
  }

  .rating>input:checked~label:before {
    opacity: 1;
  }

  .rating:hover>input:checked~label:before {
    opacity: 0.4;
  }

  .contact-us {
    background-color: #f8f6f2;
  }

  .contact-us .banner img {
    width: 100%;
  }

  .contact-us .form-box {
    padding: 3rem 3rem 5rem 3rem;
    background: #fff;
    /* margin-bottom: 6rem; */
    border-radius: 6px;
    box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(175, 171, 163, 0.03),
      0px 6.650102138519287px 5.32008171081543px 0px rgba(175, 171, 163, 0.05),
      0px 12.521552085876465px 10.017241477966309px 0px rgba(175, 171, 163, 0.06),
      0px 22.3363094329834px 17.869047164916992px 0px rgba(175, 171, 163, 0.07),
      0px 41.777610778808594px 33.422088623046875px 0px rgba(175, 171, 163, 0.09),
      0px 100px 80px 0px rgba(175, 171, 163, 0.12);
  }

  .contact-us .form-box h2 {
    color: #14382b;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
    letter-spacing: -0.08rem;
  }

  .contact-us .form-box h4 {
    color: #14382b;
    font-size: 16px;
    font-family: Archivo;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
    letter-spacing: -0.64px;
  }

  .contact-us .form-box .border {
    border: 1px dotted #dee2e6 !important;
  }

  .contact-us .form-box p {
    color: #707976;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    font-size: 15px;
    /* display: flex; */
  }

  .contact-us .form-box p a {
    text-decoration: none;
    color: #1c7454;
  }

  .contact-us .form-box label {
    color: #14382b;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }

  footer {
    text-align: center;
    margin-top: 0%;
    padding-top: 14%;
  }

  footer .social {
    display: -webkit-inline-box;
    margin-bottom: 14%;
    margin-top: 5%;
  }

  footer .copyright,
  footer .flogo,
  footer .footer-end-nav {
    margin-top: 5%;
  }

  footer .footer-end-nav a {
    text-align: center !important;
  }

  footer p {
    text-align: center;
  }
}

.show-more-less-btn {
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #14382b;
  width: auto;
  min-width: 180px;
  display: inline-block;
  margin-top: 1.15rem;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  cursor: pointer;
}

.show-more-less-btn:hover {
  background-color: #a5a5a5;
  color: #14382b;
  text-decoration: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.text-left {
  text-align: left;
}

@media (max-width: 768px) {
  .show-more-less-btn {
    padding: 10px 20px;
    font-size: 15px;
    min-width: 160px;
  }
}

@media (max-width: 576px) {
  .show-more-less-btn {
    padding: 8px 16px;
    font-size: 14px;
    min-width: 140px;
    margin-top: 1rem;
  }

  .text-left {
    text-align: center;
  }
}