@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
/* COLORS */
:root{
  --red: #ef4046;
  --body: #F6F7FB;
  --white: #ffffff;
  --black: #3B3B3B;
  --gray: #838383;
  --montserrat: "Montserrat", sans-serif;
  --nunito: "Nunito", sans-serif;
  --adv_item: linear-gradient(301deg, rgba(111, 12, 135, 0.20) -43.48%, rgba(228, 45, 83, 0.20) 37.34%, rgba(239, 86, 62, 0.20) 99.73%, rgba(245, 102, 53, 0.20) 170.63%, rgba(239, 64, 70, 0.20) 240.11%);
}
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  color: var(--white);
  background-color: var(--body);
}
section.container{
  position: relative;
  z-index: 2;
}
section {
  scroll-margin-top: 160px;
}
@media (max-width: 768px) {
  section {
    scroll-margin-top: 90px;
  }
}
/* CUSTOM PRELOAD */

.hide{
  -webkit-animation: loader 1.8s linear;
  animation: loader 1.8s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: var(--body);
}

.loader-wrapper .topimg {
    width: 100%;
    object-fit: contain;
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.loader-wrapper .topimg img{
  display: block;
  width: 100%;
  max-height: 100%;
}
.loader-wrapper .draw_circle{
  width: 100%;
  object-fit: contain;
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: -1;
}
.loader-wrapper .draw_circle{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.draw_circle svg {
  overflow: hidden;
  max-width: 400px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.draw_circle path {
  stroke-width: 200;
  opacity: 0;
}

.draw_circle path.css-selector {
  fill: none;
}


@-webkit-keyframes loader {
  0% {
      opacity: 1
  }

  90% {
      opacity: 1
  }

  99% {
      opacity: 0
  }

  100% {
      display: none;
      visibility: hidden;
      z-index: -10;
      opacity: 0
  }
}

@keyframes loader {
  0% {
      opacity: 1
  }

  90% {
      opacity: 1
  }

  99% {
      opacity: 0
  }

  100% {
      display: none;
      visibility: hidden;
      z-index: -10;
      opacity: 0
  }
}

*{margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; -webkit-text-size-adjust:none;box-sizing:border-box;user-select: none;-webkit-tap-highlight-color: transparent;}
html{scroll-behavior: smooth;}
body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
html:not(.touch-screen)::-webkit-scrollbar,html:not(.touch-screen) *::-webkit-scrollbar{width:6px;height:6px;}
html:not(.touch-screen)::-webkit-scrollbar-track,html:not(.touch-screen) *::-webkit-scrollbar-track{background:#575757;}
html:not(.touch-screen)::-webkit-scrollbar-thumb,html:not(.touch-screen) *::-webkit-scrollbar-thumb{  background: linear-gradient(301deg, rgba(111, 12, 135, 0.20) -43.48%, rgba(228, 45, 83, 0.20) 37.34%, rgba(239, 86, 62, 0.20) 99.73%, rgba(245, 102, 53, 0.20) 170.63%, rgba(239, 64, 70, 0.20) 240.11%);}
:focus, :active, :visited{outline: none;}
.hidden{display: none!important;}
/* TYPOGRAPHY */
a{ cursor:pointer; text-decoration:none; outline:none; color:inherit; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; }
a:link, a:visited, a:active, a:hover{cursor:pointer;text-decoration:none;outline:none;}



.full-h {
  height: 100% !important;
}

.full-w {
  width: 100% !important;
}

.section-heading {
  display: flex;
  text-align: start;
  position: relative;
  color: var(--black);
  font-weight: 900;
  font-family: var(--nunito);
  /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  flex-direction: column;
  letter-spacing: -1.937px;
  position: relative;
  text-transform: uppercase;
  font-size: clamp(1.75rem, 0.85rem + 4.5vw, 6.25rem);
  line-height: 80%;
  padding-left: clamp(0.9375rem, 0.3125rem + 1.3021vw, 1.575rem);
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: clamp(0.290625rem, 0.1738rem + 0.5844vw, 0.875rem);
  border-radius: 7px;
  border-radius: 60px;
  background: var(--body);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.05), 8px 8px 8px 0px rgba(0, 0, 0, 0.05), -3px -3px 30px 0px rgba(255, 255, 255, 0.60), -3px -3px 5px 0px #FFF;
  background-size: 300% 300%;

}

@media (min-width: 769px) {
  .section-heading {
   

  }
}
@media (max-width: 768px) {
  .section-heading {
    width: min-content;
    line-height: 90%;
  }
}

.hide {
  display: none;
}

input[type='text'],
input[type='number'],
input[type='tel'],
input[type='email'] {
  position: relative;
  appearance: none;
  -moz-appearance: textfield;
  display: block;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.60); */
  border-radius: 0px;
  height: 40px;
  background-color: rgba(255, 255, 255, .0);
  width: 40%;
  padding: 0 8px;
  box-sizing: border-box;
  font-family: var(--montserrat);
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--black);
  max-width: 270px;
  min-width: clamp(4.25rem, 1.6625rem + 12.9375vw, 17.1875rem);
}

input::placeholder {
  color: var(--black);
  font-family: var(--montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

input:focus {
  /* border-bottom: 1px solid #FFF; */
  background-color: transparent !important;
}

.input-field-wrapp {
  margin-bottom: 10px;
}

.input-field-wrapp .wrong-phone,
.input-field-wrapp .wrong-email {
  display: flex;
  height: 0px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  color: var(--black); 
  opacity: 0.5;
  font-family: var(--nunito);
  max-width: 300px;
  margin: 0 auto;
}

.input-field-wrapp.fail .wrong-phone,
.input-field-wrapp.fail .wrong-email {
  height: 14px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-width: 300px;
  width: 100%;
  margin: 0px auto 8px;
  font-size: 12px;
}



input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.btn-disabled,
.btn-disabled_mob {
  opacity: 0.6;
  pointer-events: none;
}

@media (max-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .input-field-wrapp .wrong-phone,
  .input-field-wrapp .wrong-email{
    max-width: none;

  }
}




.btn,
body.swal2-shown div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  display: block;
  padding: clamp(0.9375rem, 0.8625rem + 0.375vw, 1.3125rem) clamp(1.625rem, 1.5125rem + 0.5625vw, 2.1875rem);
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 10px;
  border-radius: 14px;
  color: var(--white);
  text-align: center;
  font-family: var(--montserrat);
  font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  background: var(--red);
}

.btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  border-radius: 14px;
  background: var(--red);
  filter: blur(10px);
}

.btn::after {
  content: attr(data-name);
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn:hover,
body.swal2-shown div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:hover {
  transform: scale(105%);
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(105%);
  -moz-transform: scale(105%);
  -ms-transform: scale(105%);
  -o-transform: scale(105%);
}

@media (min-width: 767px){
  @-webkit-keyframes btngradient {
    0% {
      background-position: 0% 76%
    }
  
    50% {
      background-position: 100% 25%
    }
  
    100% {
      background-position: 0% 76%
    }
  }
  
  @-moz-keyframes btngradient {
    0% {
      background-position: 0% 76%
    }
  
    50% {
      background-position: 100% 25%
    }
  
    100% {
      background-position: 0% 76%
    }
  }
  
  @-o-keyframes btngradient {
    0% {
      background-position: 0% 76%
    }
  
    50% {
      background-position: 100% 25%
    }
  
    100% {
      background-position: 0% 76%
    }
  }
  
  @keyframes btngradient {
    0% {
      background-position: 0% 76%
    }
  
    50% {
      background-position: 100% 25%
    }
  
    100% {
      background-position: 0% 76%
    }
  }
}

@keyframes fadeEffect {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.nohide {
  overflow: visible !important;
}
.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.invisible {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}


.lds-dual-ring {
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn.lds-dual-ring:after {
  content: " ";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  margin: auto;
  border-radius: 50%;
  border: 3px solid #000;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

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

body.swal2-shown div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover{
  background: var(--red);
  background-size: 300% 300%;
  transform: scale(105%);
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(105%);
  -moz-transform: scale(105%);
  -ms-transform: scale(105%);
  -o-transform: scale(105%);

}
body.swal2-shown div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
  background: rgba(0, 0, 0, 0.70);
  backdrop-filter: blur(6px);
}
body.swal2-shown div:where(.swal2-container) div:where(.swal2-popup){
  border-radius: 28px;
  background: #f6f7fb;
  padding-bottom: 32px;
}
body.swal2-shown div:where(.swal2-container) h2:where(.swal2-title) {
  color: var(--black);
  text-align: center;
  font-family: var(--montserrat);
  font-size: 32px;
  padding: 38px 24px 0;
  font-weight: 900;
  line-height: 100%; /* 32px */
  letter-spacing: -1.28px;
  text-transform: uppercase;
}
body.swal2-shown div:where(.swal2-container) .swal2-html-container{
  color: var(--black);
  text-align: center;
  font-family: var(--montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 18px 24px 0px;
  overflow: visible;
}
body.swal2-shown div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  display: flex!important;
  align-items: center;
  justify-content: center;
  width: 100px;
  margin-top: 32px!important;
}
body.swal2-shown div:where(.swal2-container) div:where(.swal2-actions) {
  margin: 0 auto!important;
}
body.swal2-shown div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(239, 64, 70, 0.30) !important;
}

.linesvg {
  position: absolute;
  z-index: -4;
}

.linesvg .svg {
  overflow: visible;
  height: 100%;
  transform: translateZ(0);
}

.linesvg path.css-selector {
  fill: none;
}

@media (max-width: 501px) {
  .desk-line{
    display: none;
  }
}
@media (max-width: 998px) {

  section .bg {
    align-items: flex-start;
  }

  .adv_item:nth-child(1) {
    width: clamp(10.5rem, 6.9125rem + 17.9375vw, 28.4375rem);
  }

  .adv_item:nth-child(2) {
    width: clamp(11.5rem, 8.1125rem + 16.9375vw, 28.4375rem);
  }

  .adv_item:nth-child(3) {
    width: clamp(12.6875rem, 9.5375rem + 15.75vw, 28.4375rem);
  }

  .adv_item:nth-child(4) {
    width: clamp(13.0625rem, 9.9875rem + 15.375vw, 28.4375rem);
  }

  .adv_item:nth-child(5) {
    width: clamp(15.625rem, 13.0625rem + 12.8125vw, 28.4375rem);
  }
}
@media (max-width: 420px){
  .loader-wrapper .draw_circle{
    max-width: 300px;
  }
}
