/* ******************  STYLES ************** */
/*font-size*/
.text-xxs {
  font-size: 1rem;
} /*16px*/
.text-xs {
  font-size: 1.125rem;
} /*18px*/
.text-sm {
  font-size: 1.25rem;
} /*20px*/
.text-md {
  font-size: 1.5rem;
} /*24px*/
.text-lg {
  font-size: 1.75rem;
} /*28px*/
.text-xl {
  font-size: 2rem;
} /*32px*/
.text-xxl {
  font-size: 5.125rem;
} /*82px*/
.text-xxxl {
  font-size: 6rem;
} /*96px*/
.text-xxxxl {
  font-size: 6.875rem;
} /*110px*/
.text-shadow {
  text-shadow: 0px 0px 20px #1B0624;
}

.text-light-white {
  color: rgba(255, 255, 255, 0.7019607843);
}

.p-6 {
  padding: 3.75rem;
}

.py-6 {
  padding: 3.75rem 0;
}

.m-6 {
  margin: 3.75rem;
}

.my-6 {
  margin: 3.75rem 0;
}

img {
  width: 100%;
}

.hover-yellow:hover {
  color: #FFD494;
  transition: 0.3s;
}

.btn-link {
  border-color: transparent;
  background-color: transparent;
  text-decoration: none;
  transition: 0.3s;
}

.btn-link-primary {
  color: #396CE8;
}
.btn-link-primary:hover {
  color: #445a92 !important;
}

.btn-link-yellow {
  color: #FFD494;
}
.btn-link-yellow:hover {
  color: #c7a675 !important;
}

.bg-light-primary {
  background-color: rgba(192, 211, 255, 0.2) !important;
}

.bg-trasparent {
  background: transparent;
}

.bg-design-img-top {
  top: 12%;
  width: 80%;
}

.bg-design-img-bottom {
  bottom: -8%;
  width: 80%;
}

.bg-flyer {
  background: linear-gradient(171.43deg, rgba(255, 255, 255, 0.5) -0.01%, rgba(255, 255, 255, 0.2) 96.46%);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  padding: 1.25rem;
  padding-top: 19rem;
  z-index: 1;
  position: relative;
}
.bg-flyer .hole {
  margin-top: -14rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  height: 12rem;
  border-radius: 7rem;
  background-color: transparent;
  width: 12rem;
  mix-blend-mode: hard-light;
  box-shadow: inset 0px 0px 25px rgba(0, 0, 0, 0.3);
}

.rounded-6 {
  border-radius: 2.5rem !important;
}

.z-index-min-1 {
  z-index: -1;
}

.z-index-plus-1 {
  z-index: 1;
}

.form-input-mail input {
  background: rgba(255, 255, 255, 0.2);
  background-blend-mode: soft-light;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 1.2rem 0 1.2rem 1.8rem;
  border-width: 2px 0px 2px 2px;
  border-style: solid;
  border-radius: 2.5rem;
  border-color: #DCD9E5;
  color: #fff;
  width: 100%;
}
.form-input-mail input:focus {
  outline: none;
}
.form-input-mail input::placeholder {
  color: #FFF;
}
.form-input-mail button {
  background: #c0bbff;
  background-blend-mode: soft-light;
  font-weight: 600;
  font-size: 1.5rem;
  color: #292043;
  border-radius: 2.5rem;
  transition: 0.3s;
}
.form-input-mail button:active {
  border: 2px solid #DCD9E5;
}
.form-input-mail button:hover {
  color: #292043;
  background-color: #FFD494;
}

.main-form {
  margin-top: -15rem;
  z-index: 3;
}

.collapse-button::after {
  content: "";
  background-image: url("../images/icons/icon-plus.svg");
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-flyer {
  max-width: 66px;
}

/* ******************  HEADER ************** */
header {
  background-image: url("../images/header_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  color: #fff;
}
header .header-desc {
  margin: 8.7rem 0;
}
header .navbar {
  background: rgba(255, 255, 255, 0.2);
  background-blend-mode: soft-light;
  backdrop-filter: blur(7.5px);
  transition: 0.3s;
}
header .navbar-container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  padding: 0 1.25rem;
  margin: 0 auto;
}
header .navbar .navbar-footer-btn {
  display: none;
}
header .navbar-toggler-icon {
  width: 1.2em;
  height: 1.2em;
}

section {
  margin: 4.4rem 0;
}

.row-backdown {
  margin: 3.7rem 0;
}

.black-section {
  padding: 5.6rem 0;
}
.black-section .img {
  max-width: 440px;
  z-index: 1;
}

.flyer-section {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.card-flyer {
  min-width: 306px;
  min-height: 450px;
  background: linear-gradient(180deg, rgba(192, 211, 255, 0.35) 0%, rgba(92, 135, 240, 0.35) 100%);
  opacity: 0.7;
  box-shadow: 0px 15px 60px rgba(78, 94, 140, 0.12);
  border-radius: 0.62rem;
  cursor: pointer;
  transition: 0.3s;
  margin: 0 1.5rem;
  position: relative;
}
.card-flyer:hover {
  opacity: 1;
}
.card-flyer.active {
  min-width: 355px;
  min-height: 522px;
  background: linear-gradient(180deg, #C0D3FF 0%, #5C87F0 100%);
  box-shadow: 0px 1px 61px rgba(160, 188, 255, 0.2);
  opacity: 1;
  transition: transform 1000ms ease-in-out;
  transform-origin: top;
}
.card-flyer.active:hover {
  transform: scale(1.1);
}
.card-flyer.active .card-flyer-body-text p {
  padding: 0 1rem;
}
.card-flyer.active .card-flyer-footer button {
  bottom: -1.9rem;
}
.card-flyer-body {
  position: relative;
  padding: 0 1.8rem;
}
.card-flyer-body-icon {
  max-width: 120px;
  position: absolute;
  background-color: #FFF;
  padding: 1.25rem;
  border-radius: 100%;
  top: -60px;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
}
.card-flyer-body-text {
  padding-top: 4rem;
  margin-bottom: 4.2rem;
  text-align: center;
}
.card-flyer-footer {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  text-align: center;
}
.card-flyer-footer button {
  color: #FFF;
}

/* ************** TOM SELECT *********** */
.ts-wrapper.single .ts-control:before {
  content: "\e92c";
  font-family: "iconsax";
  position: absolute;
  right: 0%;
  padding: 0 2rem;
  font-size: 1.8rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 910;
}

.ts-control {
  color: #292043 !important;
  font-size: 2rem;
  line-height: 40px;
  font-weight: 500;
  border-radius: 10px;
  padding: 1.3rem 2rem;
  align-items: center;
}

.ts-dropdown {
  font-size: 2rem;
  line-height: 40px;
  font-weight: 500;
  border-radius: 10px;
}
.ts-dropdown .active {
  background: rgba(192, 211, 255, 0.2);
  border-bottom: 1px solid #DCD9E5;
  color: #635C7F;
}

.map {
  height: 780px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.table thead {
  border-bottom: 5px solid #A3B8EC;
  border-top: 1px solid #DCD9E5;
}
.table thead th {
  padding: 1.5rem;
}
.table td {
  padding: 1.5rem;
  line-height: 1;
}

@media (min-width: 600px) {
  .black-section .img {
    max-width: 440px;
  }
}
@media (min-width: 768px) {
  header .header-desc {
    margin: 7.5rem 0 10rem 0;
    margin-left: 2.6rem;
  }
  section {
    margin: 7.5rem 0;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .p-sm-6 {
    padding: 3.75rem !important;
  }
  .black-section .img {
    max-width: 490px;
  }
}
@media (min-width: 1100px) {
  section {
    margin: 8.4rem 0;
  }
  .row-backdown {
    margin: 4.4rem 0;
  }
  #map {
    height: 840px;
  }
  .black-section {
    padding: 7.2rem 0;
  }
  .black-section .img {
    max-width: 388px;
  }
  .main-form {
    margin-top: -34rem;
  }
  .collapse.show-lg {
    display: block;
  }
  .bg-design-img-top {
    top: 8%;
  }
  .bg-design-img-bottom {
    bottom: -15%;
  }
}
@media (min-width: 1200px) {
  header .header-desc {
    margin-left: 6.8rem;
  }
  .banner-rounded-6 {
    border-radius: 3.1rem;
  }
  .black-section .img {
    max-width: 465px;
  }
}
@media (min-width: 1400px) {
  .black-section {
    padding: 9.4rem 0;
  }
  .banner-rounded-6 {
    padding: 3.1rem !important;
  }
  .black-section .img {
    max-width: 605px;
  }
}
@media (max-width: 1098.98px) {
  header .navbar.active {
    background-color: white;
    border-radius: 0px 0px 20px 20px;
    -webkit-box-shadow: 0px 60px 75px -61px rgb(66, 68, 90);
    -moz-box-shadow: 0px 60px 75px -61px rgb(66, 68, 90);
    box-shadow: 0px 60px 75px -61px rgb(66, 68, 90);
    position: absolute;
  }
  header .navbar.active .nav-link {
    color: #292043;
  }
  header .navbar.active .navbar-nav {
    max-width: 287px;
  }
  header .navbar.active .navbar-nav .nav-link {
    margin: 0 2.25rem;
    padding: 2rem 0;
    border-bottom: 1px dashed #DCD9E5;
  }
  header .navbar.active .navbar-nav .nav-link:last-child {
    border-bottom: 1px solid #DCD9E5;
  }
  header .navbar.active .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    width: 1.5rem;
    height: 1.5rem;
  }
  header .navbar.active .navbar-footer-btn {
    display: block;
  }
  .mobile-backdown {
    padding-bottom: 15.6rem;
  }
  .main-form {
    margin-top: -15rem;
  }
}