@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lexend", sans-serif;
  background-color: #ecd5a0;
  color: #0e2244;
  position: relative;
  overflow-x: hidden;
}

.seo-hide {
  opacity: 0;
  height: 0;
  line-height: 0;
  position: absolute;
}

.bg-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%) !important;
  border-radius: 2em;
}

h1, h2, h4 h5 {
  font-weight: 600;
}

.bg-img-1, .bg-img-2 {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 120px;
}
@media screen and (min-width: 768px) {
  .bg-img-1, .bg-img-2 {
    top: 5%;
  }
}
.bg-img-1 img, .bg-img-2 img {
  float: right;
  margin-right: -50px;
  max-width: 30%;
}
@media screen and (min-width: 768px) {
  .bg-img-1 img, .bg-img-2 img {
    margin-right: -40px;
  }
}

.bg-img-2 {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.bg-img-2 img {
  float: none;
}

section, header {
  position: relative;
  z-index: 10;
}

a {
  color: #0e2244;
  text-decoration: underline;
}
a:hover {
  color: #C38183;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.8em 2.5em;
  text-decoration: none;
}

.btn-primary {
  background-color: #0e2244;
  border-color: #0e2244;
  color: white !important;
}
.btn-primary:hover {
  background-color: rgb(5.2926829268, 12.8536585366, 25.7073170732);
  border-color: rgb(5.2926829268, 12.8536585366, 25.7073170732);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  background-color: #0e2244;
  border-color: #0e2244;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus, .btn-primary:focus, .btn-primary.focus {
  box-shadow: none;
}

.btn-primary:focus, .btn-primary.focus {
  background-color: rgb(5.2926829268, 12.8536585366, 25.7073170732);
  border-color: rgb(5.2926829268, 12.8536585366, 25.7073170732);
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #bebebe;
  opacity: 1;
  height: 6px;
  width: 6px;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 0.5);
}
.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0e2244;
  width: 12px;
  border-radius: 4px;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 0.5);
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  background-color: #0e2244;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
}
.swiper-container .swiper-button-next::after, .swiper-container .swiper-button-prev::after {
  color: white;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .swiper-container .swiper-button-next::after, .swiper-container .swiper-button-prev::after {
    font-size: 15px;
  }
}
.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
  background-color: #0e2244;
}

form input, form select {
  line-height: 40px;
}

.form-control {
  border-radius: 0;
  border-color: #0e2244;
  color: #0e2244;
  height: auto;
  padding: 0.75rem 0.75rem;
}
.form-control .check-box .css-checkbox {
  display: block;
}

.form-group.has-error .help-block {
  color: red;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  padding: 3px 0;
}
.form-group.has-error input, .form-group.has-error select, .form-group.has-error textarea {
  border-color: red;
}

.custom-radio .label-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.custom-radio .label-container label {
  width: 100%;
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .custom-radio .label-container label {
    width: 32%;
  }
}
.custom-radio .label-container input[type=radio] {
  width: 20px;
  height: 20px;
  min-width: 20px;
}
@media screen and (min-width: 768px) {
  .custom-radio .label-container input[type=radio] {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}
.custom-radio .control-label {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

.check-box input[type=checkbox] {
  width: 20px;
  height: 20px;
  min-width: 20px;
}
@media screen and (min-width: 768px) {
  .check-box input[type=checkbox] {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}

footer {
  background-color: #0e2244;
  padding: 30px 0;
  color: white;
  font-weight: 300;
  word-break: break-word;
  font-size: 12px;
}
footer a:hover {
  text-decoration: underline;
}
footer hr {
  opacity: 0.4;
}
footer .bottom-footer ul {
  list-style: none;
  text-align: center;
  margin: 0;
}
footer .bottom-footer ul li {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  margin-right: 20px;
}
footer .bottom-footer ul li a, footer .bottom-footer ul li p {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
footer .bottom-footer ul li a:hover {
  text-decoration: underline;
}
