/* ******************  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;
}

.container-banner-form {
  max-width: 1500px;
  margin: 0 auto;
}

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

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

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

.btn-yellow.btn-hover:hover {
  background-color: #FFE5BE;
}

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

button:active {
  outline: none;
}

footer .main-form {
  z-index: 3;
}

.bg-trasparent {
  background: transparent;
}

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

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

.banner-mint {
  background-color: #f3fafa;
  border: 2px solid #e7f5f5;
}

.pos-reletive-center {
  top: 50%;
  transform: translateY(-50%);
}

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;
}

.wrap-border-img {
  border: 3px solid #d1dffa;
}

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

.top-rounded-6 {
  border-radius: 2.5rem 2.5rem 0 0;
}

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

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

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

/* ******************  HOVER ANMATION ************** */
.btn-animation {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 0.3s;
  border: 2px solid #396CE8;
  border-radius: 5px;
  z-index: 2;
}
.btn-animation.btn:hover {
  background-color: unset;
  border-color: #FFF !important;
}
.btn-animation.btn-animation-outline.btn:hover {
  border-color: #0043E5 !important;
}
.btn-animation span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #0043E5;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-animation:hover {
  color: #FFF;
}
.btn-animation:hover span {
  width: 225%;
  height: 562.5px;
}
.btn-animation:active {
  background-color: #0043E5;
}

a.phone-icon-animate:hover i.icon-call-calling {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 500px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(1px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-1px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(1px, 0, 0);
  }
}
/* ******************  HOLE ************** */
.door-handle {
  position: relative;
}
.door-handle::after {
  position: absolute;
  content: "";
  width: 410px;
  height: 110px;
  top: 3.8rem;
  left: 38%;
  background-image: url("../images/Door-Handle-Short-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.door-handle.door-handle-left::after {
  transform: rotate(180deg);
  right: 38%;
  left: unset;
}

.hole {
  width: 100%;
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 1rem 1rem 0 0;
  border-top: 3px solid #d1dffa;
  border-right: 3px solid #d1dffa;
  border-left: 3px solid #d1dffa;
  /*  &::after{
       position: absolute;
       content: '';
       width: 410px;
       height: 110px;
       top: 4.2%;
       left: 39%;
       background-image: url('../images/Door-Handle-Short-1.png');
       background-size: cover;
       background-repeat: no-repeat;
   } */
  /* &.door-handle-left{
      &::after{
          transform: rotate(180deg);
          right: 39%;
          left: unset;
      }
  } */
}
.hole::before {
  width: 9rem;
  height: 9rem;
  content: "";
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 0px 400px rgba(255, 255, 255, 0.5), inset 0px 0px 25px rgba(0, 0, 0, 0.3);
  transition: all 0.3s linear;
}

.bg-flyer {
  backdrop-filter: blur(3px);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}
.bg-flyer-content {
  border-right: 3px solid #d1dffa;
  border-bottom: 3px solid #d1dffa;
  border-left: 3px solid #d1dffa;
  background: linear-gradient(171.43deg, rgba(255, 255, 255, 0.5) -0.01%, rgba(255, 255, 255, 0.2) 96.46%);
  padding: 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 0 0 1rem 1rem;
}

/* ******************  FORM MAIL ************** */
.form-mail {
  height: 85px;
  border-radius: 2.5rem;
  position: relative;
}
.form-mail-input {
  width: 100%;
  height: 100%;
  border: none;
  font-weight: 500;
  font-size: 1.5rem;
  border: 2px solid #DCD9E5 !important;
  border-radius: 2.5rem;
  background: rgba(255, 255, 255, 0.2);
  background: transparent;
  padding: 1.2rem 0 1.2rem 1.8rem;
  line-height: 1;
  box-sizing: border-box;
  outline: none;
}
.form-mail-input::placeholder {
  color: #FFF;
}
.form-mail-button {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  background-blend-mode: soft-light;
  font-size: 1.5rem;
  color: #FFF;
  outline: none;
  margin: 0;
  border-radius: 6.25rem;
  z-index: 2;
  transition: all 0.3s;
  padding: 0;
}
.form-mail-button .icon-btn-send {
  display: block;
  position: absolute;
  left: 1.9rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.form-mail-button .text {
  display: none;
}

@keyframes animateButtonSendIn {
  100% {
    transform: translate3d(0, 0, 0);
    right: 0;
  }
  80% {
    transform: translate3d(0, 0, 0);
    right: -5px;
  }
  60% {
    transform: translate3d(0, 0, 0);
    right: 10px;
  }
  0% {
    transform: translate3d(10px, 0, 0);
    right: 0;
  }
}
@keyframes animateButtonSendOut {
  100% {
    transform: translate3d(0, 0, 0);
    right: 0;
  }
  30% {
    transform: translate3d(0, 0, 0);
    right: -5px;
  }
  0% {
    transform: translate3d(0, 0, 0);
    right: 0;
  }
}
/* ******************  HEADER ************** */
header {
  background-image: url("../images/header-image/header_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  color: #fff;
}
header .header-desc {
  margin: 8.7rem 0;
}
header .header-logo {
  max-width: 255px;
}
header .navbar {
  background: rgba(255, 255, 255, 0.2);
  background-blend-mode: soft-light;
  backdrop-filter: blur(7.5px);
  transition: 0.3s;
  z-index: 2;
}
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;
}

/* ************** FLYER CARDS *********** */
.card-flyer {
  background: linear-gradient(90deg, #C0D3FF 0%, #5C87F0 100%), #D9D9D9;
  border-radius: 5.65rem;
}
.card-flyer-body {
  position: relative;
  padding: 1.4rem;
}
.card-flyer-body-icon {
  width: 135px;
  background-color: #FFF;
  padding: 1.25rem;
  border-radius: 100%;
}
.card-flyer-body-icon img {
  opacity: 0.4;
}
.card-flyer-body-text {
  width: 270px;
}

.card-flyer-start {
  width: 100%;
}
.card-flyer-start:hover {
  transform: none;
}
.card-flyer-start .card-flyer-header {
  height: 254px;
  border-bottom: 2px solid #C0D3FF;
}
.card-flyer-start .card-flyer-header img {
  border-radius: 2rem 2rem 0 0;
  height: 100%;
}

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

.collapse-button.collapsed::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;
}

.accordion-button:not(.collapsed) {
  align-items: start !important;
}

/* ************** TOM SELECT *********** */
.ts-control input[type=select-one] {
  display: none !important;
}

.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;
  top: 50%;
  transform: translateY(-50%);
  z-index: 910;
}

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

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

.dropdown-active .ts-control {
  border-radius: 10px 10px 0 0;
}

.ts-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0;
  scrollbar-color: rgba(129, 90, 240, 0.4) rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  scrollbar-width: thin;
  max-height: 19rem;
}
.ts-dropdown-content .icon-flyer {
  max-width: 55px;
}

.ts-dropdown-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.ts-dropdown-content::-webkit-scrollbar-track {
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.1);
}

.ts-dropdown-content::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: rgba(88, 99, 241, 0.4);
}

.ts-dropdown-content::-webkit-scrollbar-thumb:hover,
.ts-dropdown-content::-webkit-scrollbar-thumb:active {
  background: rgba(88, 99, 241, 0.8);
}

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

.table-fixed {
  width: 100%;
  border-top: 1px solid #DCD9E5;
}
.table-fixed tbody {
  border-top: 5px solid #A3B8EC;
  height: 517px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed tbody::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.table-fixed tbody::-webkit-scrollbar-track {
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.1);
}
.table-fixed tbody::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: rgba(124, 132, 236, 0.4);
}
.table-fixed tbody::-webkit-scrollbar-thumb:hover, .table-fixed tbody::-webkit-scrollbar-thumb:active {
  background: rgba(88, 99, 241, 0.8);
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td {
  float: left;
  padding: 1.5rem;
  line-height: 1;
}
.table-fixed thead tr th {
  float: left;
  padding: 1.5rem;
}

/* ***********************  ARROW LINK HOVER EFFECT *********************** */
.link-arrow-icon {
  display: flex;
  align-items: center;
}
.link-arrow-icon:hover .arrow-icon {
  transform: translate3d(10px, 0, 0);
}
.link-arrow-icon:hover .arrow-icon g {
  stroke: #0043E5;
}
.link-arrow-icon:hover .arrow-icon-circle {
  stroke-dashoffset: 0;
}
.link-arrow-icon .arrow-icon {
  position: relative;
  transition: transform 0.3s ease;
  vertical-align: middle;
}
.link-arrow-icon .arrow-icon-circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.link-arrow-icon2 {
  position: relative;
}
.link-arrow-icon2 i.icon-arrow-circle-right {
  transition: transform 0.3s ease;
  vertical-align: middle;
  position: absolute;
  right: 0;
}
.link-arrow-icon2:hover {
  color: #0043E5 !important;
}
.link-arrow-icon2:hover i.icon-arrow-circle-right {
  transform: translate3d(10px, 0, 0);
  font-size: 1.4rem;
}

/* ***********************  MEDIA *********************** */
@media (min-width: 600px) {
  .black-section .img {
    max-width: 440px;
  }
  .hole {
    padding: 12rem 0;
  }
  .hole:before {
    width: 12rem;
    height: 12rem;
  }
  .door-handle::after {
    top: 6.2rem;
    width: 587px;
    height: 153px;
  }
}
@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: 768.98px) {
  .form-mail-button {
    left: unset;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: left;
    color: #292043;
  }
  .form-mail-button .icon-btn-send {
    display: none;
  }
  .form-mail-button .text {
    display: inline-block;
    width: 245px;
    text-align: center;
  }
  .form-mail-button:hover {
    background-color: #c0bbff;
  }
}
@media (min-width: 992px) {
  .header-logo {
    max-width: 275px;
  }
  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%;
  }
  .door-handle::after {
    left: 41%;
  }
  .door-handle.door-handle-left::after {
    right: 41%;
  }
  /* ***********************  MENU HOVER EFFECT *********************** */
  .menu-hover-effect a {
    color: #FFD494;
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .menu-hover-effect a:before, .menu-hover-effect a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .menu-hover-effect a:before {
    bottom: 0;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    bottom: 5px;
    background-color: #fd8f3e; /* #edb766 */
  }
  .menu-hover-effect a:after {
    left: 0;
    position: absolute;
    content: attr(data-hover);
    color: #fd8f3e; /* #edb766 */
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
  }
  .menu-hover-effect a:hover:before, .menu-hover-effect a.menu-hover-effect .current a:before {
    opacity: 1;
    width: 100%;
  }
  .menu-hover-effect a:hover:after, .menu-hover-effect a.menu-hover-effect .current a:after {
    max-width: 100%;
  }
  /* ***********************  CARD FLYERS *********************** */
  .card-flyer {
    width: 291px;
    height: 350px;
    background: linear-gradient(180deg, #C0D3FF 0%, #5C87F0 100%);
    opacity: 0.7;
    box-shadow: 0px 15px 60px rgba(78, 94, 140, 0.12);
    border-radius: 1.8rem;
    cursor: pointer;
    transition: 0.3s;
    margin: 0 auto;
    position: relative;
  }
  .card-flyer:hover {
    opacity: 1;
    transform: scale(1.1);
  }
  .card-flyer.active {
    width: 295px;
    height: 409px;
    background: linear-gradient(180deg, #C0D3FF 0%, #5C87F0 100%);
    box-shadow: 0px 1px 61px rgba(160, 188, 255, 0.2);
    opacity: 1;
    transition: transform 500ms ease-in-out;
  }
  .card-flyer.active .card-flyer-body-text p {
    padding: 0 1rem;
  }
  .card-flyer.active .card-flyer-body-icon {
    width: 152px;
    height: 152px;
  }
  .card-flyer.active .card-flyer-footer button {
    bottom: -1.9rem;
  }
  .card-flyer-body {
    padding: 0 1.5rem;
    height: 100%;
    position: relative;
  }
  .card-flyer-body-icon {
    width: 135px;
    background-color: #FFF;
    padding: 1.25rem;
    border-radius: 100%;
    box-shadow: 0px 0px 60px rgba(32, 16, 53, 0.18);
  }
  .card-flyer-body-icon {
    width: 159px;
    height: 159px;
    position: absolute;
    background-color: #FFF;
    padding: 1.25rem;
    border-radius: 100%;
    top: -60px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
  }
  .card-flyer-body-icon img {
    width: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
  }
  .card-flyer-body-text {
    width: 100%;
    padding-top: 8.6rem;
    text-align: center;
  }
  .card-flyer-footer {
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    right: 0;
    text-align: center;
  }
  .card-flyer-footer button {
    color: #FFF;
    box-shadow: 0px 0px 26px rgba(57, 108, 232, 0.28), 0px 0px 60px rgba(32, 16, 53, 0.18);
  }
  .card-flyer-start {
    border-radius: 3rem;
    background: linear-gradient(180deg, #5C87F0 0%, #C0D3FF 100%), #D9D9D9;
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .card-flyer-start:hover {
    transform: none;
  }
  .card-flyer-start .card-flyer-header {
    height: 254px;
    border-bottom: 2px solid #C0D3FF;
  }
  .card-flyer-start .card-flyer-header img {
    border-radius: 2rem 2rem 0 0;
    height: 100%;
  }
  .card-flyer-start .card-flyer-body {
    height: 496px;
    padding: 0rem 2rem 2rem 2rem;
  }
  .card-flyer-start .card-flyer-body .card-flyer-body-icon {
    width: 120px;
    height: 120px;
  }
  .card-flyer-start .card-flyer-body .card-flyer-body-text {
    padding-top: 5.1rem;
  }
  .card-flyer-start button {
    font-size: 1.6rem;
    width: 100%;
    border-radius: 1.25rem;
    letter-spacing: 1px;
    box-shadow: 0px 0px 26px rgba(57, 108, 232, 0.28), 0px 0px 60px rgba(32, 16, 53, 0.18);
  }
}
@media (min-width: 1200px) {
  header .header-desc {
    margin-left: 6.8rem;
  }
  .black-section .img {
    max-width: 465px;
  }
  .bg-flyer.bg-flyer-left {
    margin-left: -10px;
  }
  .bg-flyer.bg-flyer-right {
    margin-right: -10px;
  }
  .door-handle::after {
    left: 37%;
  }
  .door-handle.door-handle-left::after {
    right: 37%;
  }
  .card-flyer {
    width: 309px;
    height: 387px;
  }
  .card-flyer.active {
    width: 355px;
    height: 460px;
  }
  .card-flyer.card-flyer-start {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .black-section {
    padding: 9.4rem 0;
  }
  .black-section .img {
    max-width: 605px;
  }
}
@media (max-width: 455px) {
  .door-handle::after {
    left: 33%;
    top: 3.8rem;
  }
  .door-handle.door-handle-left::after {
    right: 33%;
    left: unset;
  }
}
@media (max-width: 768px) {
  .form-mail-button {
    width: 85px;
    animation: animateButtonSendOut 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  }
  .form-mail-button:hover {
    width: 100%;
    animation: animateButtonSendIn 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
  }
  .form-mail-button:hover .icon-btn-send {
    display: none;
  }
  .form-mail-button:hover + .form-mail-input::placeholder {
    opacity: 0;
  }
  .form-mail-button:hover .text {
    display: block;
  }
}
@media (max-width: 992px) {
  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;
  }
}