:root {
  --blueish: #00a2ff ;
  --blueish2: #0b9ed0;
  --blackish: #3E4348;
  --reddish: #f74f78;
  --greenish:  #64ccc3;
  --ink: #303c79;
  --cpgreen: #f5fcff;
  --cpblue: #f5fdff;
  --cp2: #ffffff;
  --bstt: rgba(255, 0, 0, 0.8); 
  --giftgreen: #16b125;

  --tooltip-pos: 135px;
}

@font-face {
  font-family: Colfax;
  src: url('../fonts/Colfax-Regular.ttf')  format('truetype');
  font-display: swap;
  }

.btn-dropdown {
    /* width: 450px; */
    color: #7a7a7a;

    /* font-family: 'Khula', sans-serif; */
    font-family: 'Poppins', sans-serif;
    opacity: 1.0;
    font-weight: 400; ;
    padding-right: 20px;

    /* border-radius: 0.75em; */

    background-color: rgb(255, 255, 255,0.7);
    transition: 0.2s all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 0.125em 0.6125em rgba(0, 0, 0, 0.03);
    border: 1.5px solid rgb(212, 212, 212);
    /* height: 40px; */
    /* color: rgb(122, 122, 122); */
    font-size: 1.0rem;
    background: rgb(252, 252, 252);
    background: white;;
  }
  
  .input-overlay{
    width: 450px;

    padding: 0.625em;
    box-sizing: border-box;
    box-shadow: 0 0.125em 0.6125em rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    font-family:'Roboto'; 
    /* border: none !important; */
    height: 60px;
    border: 1.5px solid rgb(212, 212, 212);
    border-radius: 0.75em;
    background: rgb(252, 252, 252);

  }

  .input-overlay:focus{
    border: 3px solid #bfdeff;
    outline: none;
  }

    .registration-subline {
    color: #3E4348;
    font-size: 1.4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 120%;
  }

  .registration-label {
    color: #3E4348;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 120%;
  }


  ::placeholder {
    color: rgb(122, 122, 122);
    font-size: 1.0rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-left: 10px;
  }

  .registration-headline {
    color: #3E4348;
    font-size: 3.0rem;
    font-family: 'GraphikBlack', sans-serif;
    font-weight: 800;
    line-height: 120%;
  }

  .button-signup {
    opacity: 0;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 30px;
  
    background-color: #f12d44;
  
    color: #FFFFFF;
    font-family: 'Sailec', sans-serif;
    font-family: 'Roboto', sans-serif;
  
    font-weight: 500;
    font-size: 1.2rem;
    cursor: pointer;
    height: 60px;
  
    transition: all 0.3s ease-in-out;
  
  
    -webkit-box-shadow: 0px 5px 7px rgba(127, 0, 0, 0.17), 1px 1px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 7px rgba(127, 0, 0, 0.17), 1px 1px 5px rgba(0, 0, 0, 0.07);
    margin-top: 0px;
  
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
   min-width: 200px;
  }

  .button-signup:hover {
      color: white;
  }

  .dropdown-menu{
      margin-left: 460px;
      margin-top: -50px;
  }

  @media only screen and (max-width : 992px) {

    .tooltip-inner 
    {   -moz-transform: translateX(var(--tooltip-pos)) !important;   
        -ms-transform: translateX(var(--tooltip-pos)) !important;   
        -o-transform: translateX(var(--tooltip-pos)) !important; 
          -webkit-transform: translateX(var(--tooltip-pos)) !important;  
           transform: translateX(var(--tooltip-pos)) !important; }
    
           .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            border-top-color: var(--bstt); 
            -moz-transform: translateX(var(--tooltip-pos)) !important;   
            -ms-transform: translateX(var(--tooltip-pos)) !important;   
            -o-transform: translateX(var(--tooltip-pos)) !important;  
             -webkit-transform: translateX(var(--tooltip-pos)) !important;   
             transform: translateX(var(--tooltip-pos)) !important;
          }

          
                    .optionally{
                        bottom: 40px;
                        margin-left: 20px;
                    }
                .collapsed-btn{
                  width: 100% !important;
                }

                .mobile-tag-none{
                  display: none !important;
                  background: blue !important;
                }

                .title{
                  font-size: 2.4rem !important;
                  /* text-align: center; */
                }

  }

  .bg-blue{
    background: #6bbaf7;
  }

  .mobile-tag-none{
    display: auto;
  }
  

  
.title {
  color: #3E4348;
  color: #212E44;
  color: #252525;
  font-size: 2.6rem;
  font-family: 'Colfax', sans-serif;
  font-weight: 600;
  line-height: 120%;
}


.sub-title {
  color: #3E4348;
  font-size: 1.4rem !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;;
  line-height: 150%;
  color: #262627;
  color: #3E4348;
}

.sub-title-small {
  color: #3E4348;
  font-size: 1.0rem !important;
  font-family: 'Colfax', sans-serif;
  font-weight: 400;;
  line-height: 150%;
  color: #262627;
  color: #3E4348;
}


.w-50vw
{
  width: 50vw;
}

.w-60vw
{
  width: 60vw;
}

.w-70vw
{
  width: 70vw;
}

.w-80vw
{
  width: 80vw;
}

.w-90vw
{
  width: 90vw;
}

.w-40
{
  width: 40%;
}

.w-30
{
  width: 30%;
}

.w-80
{
  width: 80%;
}

.w-90
{
  width: 90%;
}

.collapsed-btn
{
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 30px;


  font-family: 'Roboto', sans-serif;

  font-weight: 500;
  font-size: 1.2rem;
  cursor: pointer;
  height: 60px;


  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  box-shadow: 0;
  -webkit-box-shadow: 0;
  outline: 0;
  border: 0;
  color: white;;

  width: 200px;
  -webkit-box-shadow: 0px 5px 7px rgba(136, 136, 136, 0.20), 1px 1px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 7px rgba(110, 110, 110, 0.20), 1px 1px 5px rgba(0, 0, 0, 0.07);


}

.fnt-blackish{
  color: var(--blackish);
}

.fnt-white{
  color: white;
}

.bg-tomato{
  background: tomato;
}

.bg-reddish{
  background: var(--reddish);
}

.bg-blueish{
  background: var(--blueish);
}

.smallprint {
  color: var(--blackish);
  /* color: #212E44; */
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
  font-family: 'Colfax', sans-serif;
  font-weight: 400;
  line-height: 120%;
}

.is-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cursor-pointer{
  cursor: pointer;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}

.brand-image{
  width: 100%; transform: translate3d(-180px,-15px,0);
}

.transition-1{
  transition: all 1.0s;
}

.transition-05{
  transition: all 0.5s;
  transform-origin: center;
}

.transition-03{
  transition: all 0.3s;
  transform-origin: center;
}

.transition-04{
  transition: all 0.4s;
  transform-origin: center;
}

.click-away-btn{
  width: 105%; 
  height: 100%; 
  background: white; 
  opacity: 1.0; 
  border-radius: 50px; 
  -webkit-box-shadow: 0px 0px 3px rgba(40, 40, 40, 0.17), 0px 5px 5px rgba(40, 40, 40, 0.14);
  box-shadow: 0px 0px 3px rgba(40, 40, 40, 0.17), 0px 5px 5px rgba(40, 40, 40, 0.14);
}

.click-away-text{
  color: var(--blackish); font-weight: 400;
  font-size: 0.9rem;
  padding-left: 1.0rem;
  padding-right: 0.0rem;
  font-family: 'Poppins', sans-serif;
}

.waitlist-thanks{
  width: 350px;
  height: 80px;
  transition: all 1.5s 1.0s, opacity 0.5s;
  cursor: pointer;
}

.cookie-policy{
  width: 480px;
  height: 80px;
  transition: opacity 0.5s;
}

.blue-link{
  color: var(--blueish)
}

.blue-link:hover {
  color: var(--blueish)
}

#waitlist-input-parent{
  max-width: 500px;
}


@media only screen and (max-width : 992px) {
                #cookie-policy{
                  right: 0px !important; 
                  left: 0px !important; 
                  width: 90%;
                }

                .click-away-text{
                  font-size: 0.8rem !important;
                  padding-right: 20px !important;
                  padding-left: 20px !important;
                }

}

.title-subline{
  font-size: 1.2rem;
  color: #252525;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}


.padding-0{
  padding-right:0;
  padding-left:0;
}

.label{
  font-size: 1.0rem;
  color: #535353;
  font-weight: 400;
  font-family: Colfax, sans-serif;
}


.form-input{


  font-size: 1.1rem;
  color: #252525;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  height: 45px;
  border: 1px solid #d4d4d4;
  color: #003764 !important;


}



.form-input::placeholder{


    font-size: 1.0rem;
    color: #a0a0a0;
    font-weight: 300;
    font-family: Colfax, sans-serif;
    padding: 0;
}

.headline{
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}

.greyed{
  color: lightblue;
}

.tooltip-inner {
  background-color: var(--bstt); 
  /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
  color: #fff;
  -moz-transform: translateX(150px);   -ms-transform: translateX(150px);   -o-transform: translateX(150px);   -webkit-transform: translateX(150px);   transform: translateX(150px);
}

.tooltip.top .tooltip-arrow {
  border-top-color: var(--bstt); 
  -moz-transform: translateX(150px);   -ms-transform: translateX(150px);   -o-transform: translateX(150px);   -webkit-transform: translateX(150px);   transform: translateX(150px);
}

.tooltip.right .tooltip-arrow {
  border-right-color: var(--bstt); 
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: var(--bstt); 
}

.tooltip.left .tooltip-arrow {
  border-left-color: var(--bstt); 
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: var(--bstt); 
  -moz-transform: translateX(150px);   -ms-transform: translateX(150px);   -o-transform: translateX(150px);   -webkit-transform: translateX(150px);   transform: translateX(150px);
}


.tooltip.top 
{   -moz-transform: translateX(250px);   -ms-transform: translateX(250px);   -o-transform: translateX(250px);   -webkit-transform: translateX(250px);   transform: translateX(250px); }


.hithere {
  animation: hithere 2s ease forwards;
}
@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}



/* form fields */
.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
    
    /* width: 50%; */
  }
  .form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d4d4d4 !important;
    border-radius: 0px;
    outline: 0;
    font-size: 1.1rem;
    color: #003764;    
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
    font-family: "Open Sans", sans-serif;
    background-color: white !important;
  }



  .form__field::placeholder {
    color: transparent;
    font-family: "Open Sans", sans-serif;
  }
  .form__field:placeholder-shown ~ .form__label {
    font-size: 1.3rem;
    cursor: text;
    top: 20px;
    font-family: "Open Sans", sans-serif;
  }
  .form__label {
    position: absolute;
    top: 0;
    padding-top: 0px;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #9b9b9b;
    font-size: 0.9rem !important;
    font-family: "Open Sans", sans-serif;
    
  }
  .form__field:focus {
    padding-bottom: 6px;
    font-weight: 400 !important;
    border-width: 3px;
    border-image: linear-gradient(to right, #60b7ff, #0079db);
    border-image-slice: 1;
    font-family: "Open Sans", sans-serif;
    color: #003764;
    background-color: white !important;
      
  }


  
  .form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #31a2ff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    
  }
  /* reset input */
  .form__field:required, .form__field:invalid {
    box-shadow: none;
  }

  .form_input_text{
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #9b9b9b;
    font-size: 0.9rem !important;
    font-family: "Open Sans", sans-serif;
    
    
  }

.form__dropdown{
    border: none;
    border-bottom: 2px solid #d4d4d4;
    border-radius: 0px;
    outline: 0 !important;
    font-size: 1.0rem !important;
    margin-left: 0px;
    padding-left: 5px;
}

.form__dropdown:focus{
    width: 100%;
    height: 100%;
    margin: 0;
    color: #9b9b9b;
    cursor: pointer;
    padding-left: 5px;
}

.form__dropdown:focus{
    /* border: none !important; */
    border-bottom: 2px solid #d4d4d4;
    border-radius: 0px;
    outline: 0 !important;
    border-bottom: 2px solid #d4d4d4;
}






.h-30px{
    height: 30px;
  }

  .h-60px{
    height: 60px;
  }



  .form-control{
    border-color: #9b9b9b !important;
    border-bottom: 2px solid #d4d4d4;
}


  .form-control:focus{
    border-color: #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;

}



.optionally{
    background: rgb(110, 202, 255) !important;
    color: white !important;
    font-size: 0.9rem;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    left: 77%;
}


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    background-image: none;
    border: 1px solid black;
    color: #003764 !important;  
}
 


