@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;
  --blackbody: #232323;
  --white: #FFFFFF;
  --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(--blackbody);
}

section.container{
  position: relative;
  z-index: 2;
}

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

.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;
  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;
  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(2rem, 0.8rem + 6vw, 8rem);
  line-height: 100%;
}
h2.section-heading{
  width: fit-content;
}
.section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 13px;
  border-radius: 7px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media (min-width: 769px) {
  .section-heading {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .section-heading {
    padding-left: 0;
    line-height: 90%;
  }

  .section-heading::before {
    height: 5px;
    width: 100%;
    bottom: -7px;
    top: auto;
  }
}

.hide {
  display: none;
}

input[type='text'],
input[type='number'],
input[type='tel'],
input[type='email'] {
  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 15px;
  box-sizing: border-box;
  font-family: var(--montserrat);
  font-size: 16px;
  letter-spacing: 1px;
  color: #FFFAFA;
  max-width: 420px;
  min-width: 195px;
}

input::placeholder {
  color: rgba(255, 255, 255, 0.60);
  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;
  width: 100%;
}

.input-field-wrapp .wrong-phone,
.input-field-wrapp .wrong-email {
  display: flex;
  height: 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  color: #FFFAFA;
  font-family: var(--montserrat);
  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;
  margin: 8px auto 0;
  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: 17px;
    padding-right: 17px;
  }
}




.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: linear-gradient(277deg, #6F0C87 -28.54%, #E42D53 41.1%, #EF563E 94.86%, #F56635 155.95%, #EF4046 215.81%);
  background-size: 300% 300%;
  -webkit-animation: btngradient 9s ease infinite;
  -moz-animation: btngradient 9s ease infinite;
  -o-animation: btngradient 9s ease infinite;
  animation: btngradient 9s ease infinite;
}

.btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  border-radius: 14px;
  background: linear-gradient(277deg, #6F0C87 -28.54%, #E42D53 41.1%, #EF563E 94.86%, #F56635 155.95%, #EF4046 215.81%);
  background-size: 300% 300%;
  -webkit-animation: btngradient 9s ease infinite;
  -moz-animation: btngradient 9s ease infinite;
  -o-animation: btngradient 9s ease infinite;
  animation: btngradient 9s ease infinite;
  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;
  }
}
.hide_h1 {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
.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: linear-gradient(277deg, #6F0C87 -28.54%, #E42D53 41.1%, #EF563E 94.86%, #F56635 155.95%, #EF4046 215.81%);
  background-size: 300% 300%;
  -webkit-animation: btngradient 9s ease infinite;
  -moz-animation: btngradient 9s ease infinite;
  -o-animation: btngradient 9s ease infinite;
  animation: btngradient 9s ease infinite;
  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: #232323;
  padding-bottom: 32px;
}
body.swal2-shown div:where(.swal2-container) h2:where(.swal2-title) {
  color: var(--white);
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  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(--white);
  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;
  }
}
