*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

body {
    background:#000;
}

html {
  font-size: 62.5%; 
  font-family: 'Bebas Neue', cursive; 
  box-sizing: border-box;
}



/****************NAVBAR***************/
.nav{
    height:10rem;
    width:100%;
    background:#000;
    z-index:999;
    position:fixed;
    top:0;
    left:0;
    display:flex;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.logo{
    margin-left:3rem;
    margin-right:3rem;
    margin-top:5px;
}

.nav a{
    margin-left:1rem;
    color:#FFF;
    text-decoration:none;
    font-size:3.6rem;
    line-height:3.8rem;
    transition: all .3s;
}

.nav a:hover{
    color:rgb(25, 233, 240);
}

.links a{
    margin-left:5rem;
    color:#FFF;
    text-decoration:none;
    font-size:2.8rem;
    align-self:center;
    
}



.social{
    margin-left:auto;
    align-items: center;
   
}


.lang{
    margin-left:3rem;
    margin-right:3rem;
    line-height:8rem;
    color:#FFF;
}

.select{
    font-size:2.8rem;
    cursor:pointer;
    transition: all .3s;
}

.select svg{
    transition: all .3s;
}

.select:hover{
    color:rgb(25, 233, 240);
}

.select:hover svg{
    fill:rgb(25, 233, 240);
}

.language{
    height:max-content;
    line-height:7rem;
    margin-bottom:1rem;
}
.languages{
    padding-top:1rem;
    padding-right:1rem;
    background:rgba(0,0,0,.2)
}

.language a{
    display:block;
    height:100%;
    width:100%;
    margin-left:0;
    text-align:right;
}

.down{
    fill:white;
    height:4rem;
    width:3rem;
    padding-top:15px;
}

.down:hover{
    
}

.links, .social{
    display:flex;
}

.social a svg{
    transition: all .3s;
}

.nav-icon{
    height:3rem;
    fill:#fff;
    width:4rem;
}


.nav-icon:hover{
    fill:rgb(25, 233, 240);
}

.nav-mobile{
    display:none;
    justify-self:right;
    cursor:pointer;
    margin-right:3rem;
    margin-left:3rem;
    
}
.accord{
    align-self:center;
    height:max-content;
    
}
.open{
    position:relative;
    height:2px;
    width:2.5rem;
    background:white;
    color:white;
    display:flex;
    flex-direction:column;
}
.open::after{
    content:"";
    position:absolute;
    top:-5px;
    height:2px;
    width:2.5rem;
    background:white;
    color:white;
}

.open::before{
    content:"";
    position:absolute;
    top:5px;
    height:2px;
    width:2.5rem;
    background:white;
    color:white;
}
.mobile-links{
    display:flex;
    flex-direction:column;
    position:absolute;
    text-align:right;
    top:8rem;
    right:2rem;
    background:rgba(0, 0, 0, 0.3);
    padding-top:1rem;
    padding-right:1rem
}
.mobile-links a{
    padding-bottom:5px;
}

.lang-mobile{
    display:hide;
}

.nav-mobile .lang{

}

.mobile-lang-open{
    padding-bottom:5px;
}

/************MOBILE NAV*********/



/**************FRONT***********/
.main{
    position:relative;
    height:100vh;
    width:100%;
}
.lead{
    position: absolute;
    top:30%;
    left:20%;
    color:white;
}
.lead h1{
    font-size:8.2rem;
    line-height:7rem;
}
.lead h2{
    font-size:5.6rem;
    font-weight:100;
    margin-bottom:3rem;
}
.lead a{
    text-align:center;
    text-decoration:none;
    font-size:2.6rem;
    line-height:4rem;
    color:black;
}
.btn{
    height:5rem;
    width:10rem;
    background:white;
    border-radius:3px;
    border:2px solid white;
    display:block;
    margin:auto;
    font-size:2.4rem;
    transition: all .3s;
    font-family: 'Bebas Neue', cursive; 
}

.btn:hover{
    background:rgba(0,0,0,.0);
}

.btn:hover a{
    color:#FFF;
}

.btn a{
    text-align:center;
    display:inline-block;
    height:100%;
    width:100%;
    line-height:5rem;
    font-weight:100;
    transition: all .3s;
    
}


.overlay, .overlay2, .overlay3{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%; 
}


#first{
    /* animation:wave 5s infinite; */
}

#second{
    /* animation:wave 2s infinite; */
    margin-bottom:3rem;
}

@keyframes wave{
    0%{transform:skewY(5deg)}
    50%{transform:scaleX(1.1)}
    100%{transform:skewY(5deg)}
}

.overlay{
    background-color:rgba(0,0,0,.5)
}
.overlay2{
    background-color:rgba(0,0,0,.6)
}
.overlay3{
    background-color:rgba(0,0,0,.2)
}
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -10;
    opacity: .9;
    overflow: hidden; 
}
.bg-video__content {
  height: 100%;
  width: 100%;
  object-fit: cover; 
}

.container{
    background:#000;
    padding-top:3rem;
    padding-bottom:3rem;
    width:100%;
}

.container h1{
    text-align:center;
    font-size:4.2rem;
    color:white;
    margin-bottom:3rem;
    font-weight:100;
}

.wrapper{
    padding-left:3rem;
    background:#000;
    width:140rem;
    margin:auto;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap:3rem;
    grid-row-gap:5rem;
}

.group{
}

.group-img{
    display:flex;
	width:30rem;
	height:20rem;
	align-items: center;
	justify-content: center;
    overflow:hidden;
    position:relative;
}

.group-title{
    position:absolute;
    color:#FFF;
    font-size:2.4rem;
    font-weight:100;
}

.group-img img{
    flex-shrink:0;
    min-width:100%;
    min-height:100%;
}

/***********FORM****************/
.image-form{
    display:flex;
    background:#000;
    margin-left:auto;
    margin-right:auto;
    width:max-content;
    margin-bottom:5rem;
}
.image{
    height:48rem;    /****THIS ONE FOR FORM IMAGE****/
    display:flex;
    align-items:center;
    justify-content: center;
    position:relative;
    overflow:hidden;
    width:40rem;
}

.image-reg{
    height:98.4rem;    /****THIS ONE FOR REGISTRATION PAGE****/
    display:flex;
    align-items:center;
    justify-content: center;
    position:relative;
    overflow:hidden;
    width:40rem;
}

.image-home{
    height:70.15rem;
    display:flex;
    align-items:center;
    justify-content: center;
    position:relative;
    overflow:hidden;
    width:40rem;
}

.image img{
    min-height:100%;
    min-width:100%;
    flex-shrink:0;
}

.image-reg img{
    min-height:100%;
    min-width:100%;
    flex-shrink:0;
}

.image-home img{
    min-height:100%;
    min-width:100%;
    flex-shrink:0;
}

.form{
    background:#000;
}

.form-header{
    text-align:center;
    font-size:4.2rem;
    font-weight:100;
    color:#FFF;
    margin-top:3rem;
    margin-bottom:3rem;
}
.form-inner{
    color:#000;
    padding:2rem;
    background:#FFF;
    font-size:1.2em;
    width:50rem;
    margin:auto;
    display:flex;
    flex-direction:column;
}

.elem-group label{
    width:100rem;
    margin-bottom:1rem;
    font-size:1.8rem;
    font-family: 'Roboto', sans-serif;
    font-weight:100;
}

.inputs{
    display:grid;
    grid-column-gap: 2rem;
    grid-row-gap:1rem;
    grid-template-columns: 15rem 15rem 15rem;
    flex-wrap:wrap;
}

select{
    height:3rem;
    width:30rem;
    font-size:1.2rem;
    font-family: 'Roboto', sans-serif;
    cursor:pointer;
}

.inputs label{
    width:20rem;
    font-size:1.2rem;
}

.elem-group{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:2rem;
}

input[type='checkbox'] {
    cursor:pointer;
}

.contact-entry{
    height:3rem;
    width:100%;
    font-family: 'Roboto', sans-serif;
}



.contact-us{
    height:4rem;
    width:100%;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
}



.contact-group{
    margin-bottom:1rem;
}

.form .btn{
    height:5rem;
    width:10rem;
    font-size:2.4rem;
    border:2px solid black;
    background:#000;
    color:#FFF;
    border-radius:3px;
    display:block;
    margin:auto;
    line-height:5rem;
    cursor:pointer;
    transition:all .3s;
}

.form .btn:hover{
    background:#FFF;
    color:#000;
    border:2px solid black;
}

.form-2{
    display:flex;
}

.form-1-of-2{
    width:50%;
}

#start, #end, #title, #email{
    width:30rem;
}

.form-1-of-2:first-child{
    margin-right:5px;
}

.message{
    height:10rem;
    font-size:1.8rem;
}


/***********CONTACT PAGE************/
.contact-cnt{
    margin-top:8rem;
    height:100vh;
}

.contact-cnt{

}

.contact{
    font-weight:100;
    border:2px solid black;
    background:#000;
    color:#FFF;
    cursor:pointer;
}

.contact:hover{
    background:#FFF;
    color:#000;
    border:2px solid black;
}

.contact-icon{
    fill:#000;
    height:3rem;
    width:3rem;
}

.contact-whatsapp{
    fill:white;
    height:3rem;
    width:3rem;
}

.contact-group{
    display:flex;
    align-items:center;
}

.contact-group svg{
    margin-right: 2rem;
}

.contact-group h2{
    font-family: 'Roboto', sans-serif;
    font-weight:100;
}

.contact-form{
}
/*********THANK YOU**********/
.thanks{
    height:100vh;
    width:100vw;
}

.hide{
    display:none;
}

.object{
    color:white;
    height:100px;
    width:100px;
    fill:white;
}

/***********MEDIA************/
@media only screen and (max-width: 1500px) {
    .wrapper{
        grid-template-columns: 1fr 1fr;
        width:80rem;
        padding-left:0;
    }
    .group-img{
        width:37.5rem; 
    }
}
@media only screen and (max-width: 1000px) {
    .image{
        width:30rem;
    }
    .image-reg{
        width:30rem;
    }
    .image-home{
        width:30rem;
    }
}
@media only screen and (max-width: 900px) {
    .nav .links,  .nav .lang{
        display:none;
    }
    .nav-mobile .lang{
        display:flex;
    }
    .nav-mobile{
        display:flex;
        
    }
    .nav .social{
        margin-left:auto;
    }
    .logo{
        margin-left:1rem;
        margin-right:1rem;
    }
    .mob{
        display:none;
    }
    .select:hover .mob{
        display:block;
    }
    .select{
        font-size:3.6rem;
        color:white;
        margin-left:1rem;
    }
    .accord{
        height:8rem;
        display:flex;
        align-items:center;
    }
}

@media only screen and (max-width: 820px) {
    .wrapper{
        width:100%;
        grid-template-columns: 1fr;
        padding-left:0;
        grid-row-gap:0;
    }
    .group-img{
        width:100%; 
    }
    .image-form{
        margin:auto;
        width:100%;
        position:relative;
    }
    .image{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }
    .image-reg{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }
    .image-home{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }
    .form{
        width:100%;
    }
    .form-inner{
        width:100%;
        margin:auto;
        position:relative;
        z-index:5;
        background:rgba(0, 0, 0, 0.4);
    }
    .form-inner form{
        width:45rem;
        margin:auto;
        background:white;
        padding:2.5rem;
        
    }
    .inputs{
        grid-template-columns: 20rem 20rem;
    }
    .form-2{
        flex-direction:column;
    }
    .message{
        width:35rem;
    }
     .form-1-of-2, .group-img img{
        width:100%;
    }
    .contact-group{
        width:40rem;
        margin:auto;
    }
    select, #start, #end, #title, #email{
        width:35rem;
    }
    
}
@media only screen and (max-width: 515px) {
    .form-inner{
        padding-left:1rem;
    }
    .form-inner form{
        width:90%;
        margin-left:2rem;
    }
    .inputs{
        grid-template-columns: 1fr;
    }
    .contact-group{
        width:90;
        margin:auto;
        margin-left:2rem;
    }

	.normal {
    		text-transform: none;
}
   
}


/***********REGISTER************/
#ifMobile1 {
    background-image: url(img/SVG/register_mob.svg)
    width: 100%  ;
    height: 100%  ;
}

@media all and (max-width: 499px) {
    #ifMobile1 {
        background-image: url(img/SVG/register_desk.svg)
        width: 100%  ;
        height: 100%  ;
    }
}





















