@font-face {
    font-family: Avenir;
    src: url("../Fonts/Avenir.ttc");
}
@font-face {
    font-family: BrownStd-Bold;
    src: url("../Fonts/BrownStd-Bold.otf");
}
@font-face {
    font-family: Proxima;
    src: url("../Fonts/Proxima\ Nova\ Condensed\ Regular\ 2.otf");
}


*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


html {
    scroll-behavior: smooth;
}


body {
    background-color: #0c2f4b;
}


.cross_img{
    width: 100%;
    max-width: 600px;
}

.gift1{
    width: 85px;
    height: 85px;
    position: absolute;
    right: 14%;
    top: 40%;
}

.gift2{
    width: 85px;
    height: 85px;
    position: absolute;
    left: 17%;
    top: 59%;
}



.slogan{
    font-size: 43px;
    color: #fff;
    font-family: Avenir;
    margin-top: 10px;
    text-transform: uppercase;
    line-height: 51px;
    position: relative;

}


.youtube_subscribe_btn{
    background-color: #E8561B!important;
    border: none;
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
    width: 320px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: 12vh;
    transition: all 0.3s ease-in-out;
}

.youtube{
    margin-left: -3rem;
    font-size: 28px;
    margin-top: 3px;
}
.youtube_logo{
    background-color: white;
    border-radius: 8px ;
    border: 1px solid #E8561B;
    width: 38px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 25%;
    left: 68%;
}   


.youtube_logo img{
    width: 14px;
    height: 14px;
    margin-top: 4px;

    position: absolute;
    left: 12px;

}



.form-title{
    color: white;
    font-family: Avenir;
    font-size: 16px;
    font-weight: bold;
  
}


.form-outer{
    margin: 0 auto;
    width: 500px;
    border-bottom: 2px solid rgb(130, 145, 160) ;
    padding: 10px 0;
    position: relative;
	    margin-bottom: 15px;
}

.form-input{
    margin-left: 10px;
    width: 100%;
    color: #fff;
    background: transparent;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
    
}

.form-input:focus{
    outline: none;
}

.checkbox-outer{
    margin: 0 auto;
    width: 500px;
    position: relative;
    display: block;
    margin-bottom: 1vh;
    margin-top: 2vh ;
}

.checkbox-outer1{
    margin: 0 auto;
    width: 500px;
    position: relative;
    display: block;
    margin-bottom: 1vh;
    margin-top: 2vh ;
    top: 13vh;
}

/* .checkbox{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  top: 40px;
} */

.checkbox{
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 19px;
}


.checkbox:checked + .terms:after{
    content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.row label{
    font-size: 1rem ;
}
form label{
	    color: #969696
}

.terms{

  font-family: BrownStd-Bold;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color:  white;
}

.terms:before{
  content:'';
  background-color: transparent;
  border: 1px solid rgba(231, 231, 231, 0.836);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.submit{

  position: absolute;
  font-family: Avenir;

  right: 0;
  font-size: 18px;
  background-color: transparent;
  border: none;
  color: white;
  text-decoration: underline;
}

.nextstep{
    position: relative;
    font-family: Avenir;
    top: 10vh;
    font-size: 18px;
    background-color: transparent;
    border: none;
    color: white;
    text-decoration: underline;
    display: none;

    
  }



.form-logo{
    margin: 0 auto;
    width: 40%;
    position: relative;
    display: flex;
    justify-content: space-around;
    transition: all 0.5s ease-in-out;

}

.logo{
    display: inline-block;
    width: 50%;
}

.nodi_logo{
    width: 25%;
}

.ph{

    position: absolute;
    top: 30px;
    left: 10px;
    color: rgba(255, 255, 255, 0.877);
    font-size: 12px;
    z-index: -1;
}

.active{
    display: none!important;
}

.footer{
    color: rgba(231, 231, 231, 0.836);

}
option{
	color:black
}
.footer div{
    font-size: 10px;
}


.form-input:focus ~ .ph{
    display: none;
}

.submit1 i{
    position: absolute;
    top: 5px;

}


/* breakpoint */
@media screen and (max-width: 1399px){
    .gift1{
        right: 9%;
    }

    .gift2{
        left: 11%;
    }
    
}


@media screen and (max-width: 1199px){
    .gift1{
        right: 3%;
    }

    .gift2{
        left: 5%;
    }
    .form-logo{
        width: 50%;
    }
    
}

@media screen and (max-width: 991px){
    .gift1{
        right: -10%;
    }

    .gift2{
        left: -10%;
    }


    
}

@media screen and (max-width: 822px){
    .gift1{
        top: -40%;
        right: 0;
        width: 70px;
        height: 70px;
    }

    .gift2{
        top: 100%;
        left: 0;
        width: 70px;
        height: 70px;
    }
    
}

@media only screen and (max-width: 767px){
    .form-logo{
        width: 70%;
    }
    .checkbox-outer1{
        width: 600px;
        font-size:4rem;
    }
    #sub{
        top:73px
    }
    .form-logo{
        margin-top: -10rem;
    }

   
    
}


@media screen and (max-width: 538px){
    .form-outer{
        width: 350px;
    }

    .checkbox-outer{
        width: 350px;
    }
    .form-logo{
        width: 100%;
    }

    .gift1{

        width: 65px;
        height: 65px;
    }

    .gift2{
            
        width: 65px;
        height: 65px;
    }


}



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

    .slogan{
        font-size: 30px;
    }

    .gift1{

        width: 40px;
        height: 40px;
    }

    .gift2{
            
        width: 40px;
        height: 40px;
    }


    
}

@media screen and (max-width: 388px){
    .youtube_subscribe_btn{
        
        width: 220px;
        height: 50px;

    }
    
    .youtube{
        margin-left: -3rem;
        font-size: 20px;
        margin-top: 10px;
    }
    .youtube_logo{
       
        width: 32px;
        height: 22px;

    }   
    
    
    .youtube_logo img{
        width: 12px;
        height: 12px;
        left: 10px;
    
    }

    .form-outer{
        width: 250px;
    }

    .checkbox-outer {
        width: 250px;
    }

    .terms{
        white-space: nowrap;
    }

    .submit{


        left: 50%;
        transform: translateX(-50%);

    }

    .form-logo{
        padding-top: -20%!important;
    }

    
}

@media screen and (max-width: 325px){
    .checkbox{
        top:49px;
        left: 12%;
    }

    .slogan{
        font-size: 20px;
    }

    .checkbox-outer1 .terms{
        font-size: 13px;
    }

    
}

@media screen and (max-width: 324px){
    .checkbox{

        left: calc(12% - 14px);
    }

    
}

.modal-content{
    background-color: #002F37;
    color: white;
    font-family: BrownStd-Bold;

}




