html {
  scroll-padding-top: 9rem;
}
body {
  /* font-family: 'Segoe UI', sans-serif; */
  font-family: "Manrope", sans-serif !important;
  background-color: #F5F7FA;
  overflow-x: hidden;
}
.loader{
  background-color: #1814F3;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.loader.hidden{
  opacity: 0;
}
.loader-circle{
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/circles.png);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(0.65);
  animation: pulse 2s infinite;
}
.navbar-container{
  top: 10px;
  position: sticky;
  z-index: 999;
}
body.bg-primary .navbar-container{
  top: 0;
}
body.bg-primary .navbar{
  padding-top: 10px;
}
.navbar{
  background-color: #1814F3;
  z-index: 9999;
  height: 6rem;
  border-radius: 15px;
  .dropdown-toggle{
    transition: all 0.3s ease-out;
  }
  .dropstart:hover{
    .dropdown-toggle{
      transform: scale(1.1); 
    }
  }
}
.nav-logo{
  height: 40px;
}
a.nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
a.nav-link:hover, a.nav-link.active {
  /* background-color: rgba(255, 255, 255, 0.4);*/
  transform: scale(0.9); 
}
a.nav-link::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.6rem;
  right: -0.6rem;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
  border-radius: 0.5rem;
}
a.nav-link:hover::before, a.nav-link.active::before {
  opacity: 1;
}

#language-selector{
  margin-top: 40px;
  right: 0 !important;
}
.hero {
  /*height: 500px;
  background-size: 100% 90%;
  background-repeat: no-repeat;
  background-position: 100px -1px;*/
}
.hero::before{
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(#1814F3, #1814F3);
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 0%;
  z-index: -2;
}
.hero::after{
  content: '';
  position: absolute;
  top: calc(20% - 101px);
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(#1814F3, #1814F3);
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  z-index: -2;
}
.hero-container{
  position: relative;
  padding-bottom: 200px;
}
.hero-container::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 140%;
  top: -200px;
  left: 0;
  background-image: url(../assets/images/circles.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

.navbar-brand span {
  color: #00b894;
}
.navbar-brand {
  z-index: 9999;
}

.cloud-img-container.displayed::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../assets/images/cloud2.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 1;
  transform: scale(1.1);
  animation: pulse_and_spin 2s;
}
.card {
  border: none;
  border-radius: 1rem;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.features .card{
  transition: all 0.3s ease;
  transform: translateY(50%);
}
.features .card.displayed{
  transform: translateY(0);
}
.cloud-img {
  padding: 50px 0;
  transition: all 0.3s ease;
  /* transform: scale(0.9); */
  transform: skew(12deg) scale(0.7) rotate(-15deg);
}

.for-everyone{
  margin-top: 50px;
}
.exclusive-tag{
  position: absolute;
  width: 100%;
  top: -40px;
  left: 0;
  color: #fff;
  padding: 5px 10px;
  z-index: 1;
}

.exclusive-border{
  position: relative;
  border: 2px solid #1814F3 !important;
  border-radius: 15px;
  border-top: 40px solid #1814F3 !important;
}

.accordion-item{
  background-color: transparent !important;
}

.accordion-button{
  background-color: transparent !important;
  font-weight: bold !important;
}
.cta-section{
  padding-top: 3rem !important;
  padding-left: 3rem !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 2rem;
}
.bg-primary {
  background-color: #1814F3 !important;
}
.bg-form-transparent {
  background-color: rgba(255,255,255,0.39) !important;
}
.text-primary {
  color: #1814F3 !important;
}
.text-secondary {
  color: #33DFA6 !important;
}
.text-gray{
  color: #464646 !important;
}
.text-muted {
  color: #7E7E7E !important;
}
.nav-link{
  color: #fff !important;
}
.btn{
  padding: 0.5rem 2rem;
}
.btn-success{
  background-color: #33DFA6 !important;
  border: none !important;
}
.border-primary{
  border: 2px solid #1814F3 !important;
  border-radius: 15px;
}
.bg-light{
  background-color: #E8E8E8 !important;
}
.cursor-default{
  cursor: default !important;
}
.fullscreen-menu {
  justify-content: end;
}

.modal-dialog.modal-lg{
  max-width: 700px;
}

.modal-dialog .modal-content{
  border-radius: 1rem;
}

.alert{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
  display: flex;   
  align-items: center;
  justify-content: center;
}

.alert-content{
  padding: 3rem;
  width: 100%;
  min-width: 200px;
  max-width: 500px;
  background-color: #fff;
  color: #000;
  border-radius: 1.5rem;
}

.border-success{
  border-bottom: 5px solid #33DFA6 !important;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.mt-45{
  margin-top: 2.5rem !important;
}
.my-45{
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
}

.grecaptcha-badge{
  opacity: 0;
}
body.modal-open .grecaptcha-badge{
  opacity: 1;
  z-index: 9999;
}
/* Make navbar fullscreen only on small screens */
@media (max-width: 991.98px) { /* lg and below */
    
  .dropdown-menu{
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .nav-logo{
    height: 30px;
  }
  .btn-close-menu{
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 9999;
  }
  .hero::before {
    height: 45vh;
  }
  .hero::after {
    height: 20vh;
    top: calc(45vh - 101px);
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;
  }
  .hero-container{
    position: unset;
  }
  .hero-container::before{
    bottom: 100px;
    top: unset;
    height: 80%;
    background-size: cover;
  }
  .cloud-img-container.displayed::after {
    background-position: center center;
  }
  .cloud-img {
    transform: skew(10deg) scale(0.7);
  }
  .dropdown-menu{
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
  }
  .dash-demo{
    margin-bottom: 4rem;
  }
  .fullscreen-menu .navbar-nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 200px;
    height: 100vh;
    background: #1814F3;
    z-index: 1050;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../assets/images/circles2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    padding-bottom: 200px;
  }

  .fullscreen-menu.collapse:not(.show) {
    display: none;
  }

  .fullscreen-menu .nav-link {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
  
  .hero-container{
    padding-bottom: 0px;
  }
  
  .cta-section{
    padding: 1rem !important;
  }
}
@media (max-width: 767.98px) { /* md and below */
  .hero::before {
    height: 40vh;
  }
  .hero::after {
    height: 20vh;
    top: calc(40vh - 101px);
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;
  }
}

@keyframes pulse {
    0% {
        transform: scale(0.65);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.65);
    }
}
@keyframes pulse_and_spin {
    0% {
        transform: scale(1.1) rotate(0deg);
    }
    10% {
        transform: scale(1.5) rotate(180deg);
    }
    100% {
        transform: scale(1.1) rotate(360deg);
    }
}