@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #414141;
}

.navbar-toggler:focus {
  box-shadow: unset;
}

header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  /* ONE */
}
header a img {
  width: auto;
  height: 50px;
}
header .navbar-nav {
  gap: 30px;
}
header .navbar-nav li a {
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  display: block;
  transition: 0.4s all;
}
header .navbar-nav li a:hover {
  color: #B90E2F;
}
header .navbar-toggler {
  border: unset;
  padding-right: 0;
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header .hamburger .line {
  width: 30px;
  height: 3px;
  background-color: #b90e2f;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}
header .hamburger:hover {
  cursor: pointer;
}
header #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
header #hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header #hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

section {
  position: relative;
  padding: 80px 0;
}

.z-index-10 {
  z-index: 10;
}

h2.heading {
  font-family: "PT Serif", serif;
  font-size: 2.75rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

a.btn-red {
  background-color: #B90E2F;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  padding: 10px 30px;
  line-height: 1.2;
}

button.btn-red {
  background-color: #B90E2F;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  padding: 10px 30px;
  line-height: 1.2;
}

input.btn-red {
  background-color: #B90E2F;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  padding: 10px 50px;
  line-height: 1.2;
}
input.btn-red:hover {
  background-color: #a30f2c;
  color: #fff;
}

.hero-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-banner h1 {
  font-family: "PT Serif", serif;
  color: #fff;
  font-size: 3.4375rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.hero-banner p {
  color: #fff;
  font-size: 1.6875rem;
  margin-bottom: 20px;
}
.hero-banner a.btn-red:hover {
  background-color: #fff;
  color: #B90E2F;
}

.about p {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.services {
  position: relative;
  background-color: #F4F4F4;
  padding: 80px;
}
.services img.vector-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 90%;
}
.services h4 {
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 0;
}
.services .icon-box {
  display: flex;
  align-items: center;
  gap: 25px;
}
.services .icon-box p {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.packages .package-box {
  background-color: #F4F4F4;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.packages .package-box .inner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.packages .package-box .inner-box .badge {
  background-color: #fff;
  color: #B90E2F;
  padding: 10px 15px;
  border-radius: 50px;
  font-size: 1.125rem;
  font-weight: 500;
}
.packages .package-box .inner-box .amount {
  font-family: "PT Serif", serif;
  font-size: 1.6875rem;
  font-weight: 600;
  color: #414141;
  margin-bottom: 0;
}
.packages .package-box .inner-box .amount span {
  font-size: 1.25rem;
}
.packages .package-box .inner-box .info ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}
.packages .package-box button.btn-red {
  padding: 8px 50px;
}
.packages .package-box button.btn-red:hover {
  background-color: #a30f2c;
  color: #fff;
}
.packages .package-box.web {
  background-color: #BA0C2F;
}
.packages .package-box.web .inner-box .amount {
  color: #fff;
}
.packages .package-box.web .inner-box .info ul li {
  color: #fff;
}
.packages .package-box.web button.btn-red {
  background-color: #fff;
  color: #000;
}
.packages .package-box.web button.btn-red:hover {
  background-color: #fff;
  color: #000;
}

.get-started {
  background-color: #F4F4F4;
  position: relative;
}
.get-started img.vector-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.get-started .wpcf7-form br {
  display: none;
}
.get-started .wpcf7-form label {
  color: #000;
}
.get-started .wpcf7-form input::-webkit-input-placeholder {
  color: #999999;
}
.get-started .wpcf7-form .form-control {
  background-color: #fff;
  border-radius: 20px;
  border: none;
}
.get-started .wpcf7-form .wpcf7-spinner {
  position: absolute;
  margin-top: 10px;
}
.get-started .wpcf7-form select {
  background-image: url("../assets/images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: 15px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 2.5em;
  padding: 25px 10px;
  border: 2px solid #00a0d2;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.site-footer {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem;
}
.site-footer .copyright {
  font-size: 0.8125rem;
}
.site-footer .copyright a {
  text-decoration: none;
  color: #666;
  font-size: 0.8125rem;
}
.site-footer .copyright .trademark {
  color: #666;
  font-size: 0.6875rem;
}
.site-footer .icon a {
  text-decoration: none;
}
.site-footer .icon a i {
  color: #FFF;
  display: inline-block;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  background: #c41635;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
}

.back-to-top {
  position: fixed;
  bottom: 65px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #BA0C2F;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.back-to-top img {
  width: 20px;
}
.back-to-top:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  section {
    padding: 60px 0;
  }
  h2.heading {
    font-size: 2.125rem;
  }
  a.btn-red {
    font-size: 1rem;
    padding: 8px 28px;
  }
  input.btn-red {
    font-size: 1rem;
    padding: 8px 40px;
  }
  .hero-banner {
    min-height: 50vh;
  }
  .hero-banner h1 {
    font-size: 2rem;
  }
  .hero-banner p {
    font-size: 1.25rem;
  }
  .about p {
    font-size: 1.125rem;
  }
  .services img.vector-1 {
    height: 40%;
  }
  .get-started img.vector-2 {
    width: 50%;
  }
  header a img {
    width: auto;
    height: 35px;
  }
  header .navbar-nav {
    padding: 40px 5px;
    align-items: center;
    background-color: #b90e2f;
    margin-top: 15px;
  }
  header .navbar-nav li a {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
  }
  header .navbar-nav li a:hover {
    color: #FFF;
  }
  .services {
    padding: 60px;
  }
  .services h4 {
    font-size: 1.5625rem;
  }
  .services .icon-box p {
    font-size: 1.25rem;
  }
  .services .icon-box img {
    width: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .hero-banner {
    min-height: 50vh;
  }
  .hero-banner h1 {
    font-size: 3rem;
  }
  .hero-banner p {
    font-size: 1.5rem;
  }
  header .navbar-nav {
    padding: 40px 5px;
    align-items: center;
  }
}/*# sourceMappingURL=style.css.map */