/*CONGIFURAÇÕES PADRÕES*/

@charset "UTF-8";

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

body{
    background-color: black;

    background-image: url(/assests/destination/background-destination-desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    height: 100vh;

    overflow: hidden;
    
}

li{
    list-style: none;
    
}

a{
    text-decoration: none;
    color: white;
    font-size: 1.3rem;
    text-transform: uppercase;
}

span{
    font-weight: 700;
    font-size: 1.5rem;
    margin-right: 0.2rem;
}

input{
    background-color: transparent;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
}

/*CABEÇALHO*/

#header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 1rem;
    margin-top: 2rem;
}

.logo{
    padding-left: 3rem;
    height: 70px;
}



/*NAVEGAÇÃO*/

.navegation {
   
    background: linear-gradient(45deg, #0b0d19dc,#556179da, #0b19349d);
    height: 100px;
    width: 1000px;
    padding-inline: 2rem;

    display: flex;
    justify-content: center;
    align-items: center;
   
    transition: width 350ms ease-in;
}

.navegation ul{
    display: flex;
    gap: 5rem;
    
}


/*MENU HAMBUGUER*/

.moblie-nav{
    display: none;
}


/*CONTEUDO*/

#contents{
    display: flex;
    align-items: center;
    color: white;
    flex: content;

    gap: 24rem;
}

.content-one{
   padding-left: 10rem;
   
}

.content-one h4 {
  
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    padding-top: 8rem;

    line-height: 34px;
    letter-spacing: 4.725px;

    color: #D0D6F9;

    margin-bottom: 3rem;

}


.content-one h4 span {
    font-family: 'Barlow Condensed';
 
    font-weight: 700;
    font-size: 2rem;
    line-height: 34px;
 
    letter-spacing: 4.725px;

    mix-blend-mode: normal;
    opacity: 0.25;

}


.content-one img{
    padding-left: 8rem;
}

.content-two {
    margin-top: 10rem;
   
}


.content-two h1{
    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    font-size: 8rem;
    line-height: 115px;

    color: #FFFFFF;
}

#descricaoPlaneta{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 178%;
    color: #D0D6F9;

    width: 30rem;
    margin-bottom: 4rem;
}




/*SLIDER*/

#slider{
    display: flex;
    gap: 10px;

    margin-bottom: 3rem;
}

.slide input {
  
    font-family: 'Barlow Condensed';

    font-size: 1rem;
    line-height: 19px;
    letter-spacing: 2.7px;

    color: #D0D6F9;
    border: none;
}



.clicado{

    border-bottom: 1px solid white !important;
    color: white !important;
}


.infos{
  
    border-top: 1px solid white;
    width: 30rem;

    display: flex;
    gap: 5rem;

    text-transform: uppercase;
}

.infos div p{
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 17px;


    letter-spacing: 2.3625px;
    text-transform: uppercase;

    color: #D0D6F9;

    margin-top: 2rem;
    margin-bottom: 1rem;
}


.infos div h4{
    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 32px;
    

    text-transform: uppercase;

    color: #FFFFFF;
}


/*RESPONSIVIDADE*/

@media (max-width: 700px){
    body{
        overflow-x: hidden;
        overflow-y: auto;
        background-image: url(/assests/destination/background-destination-mobile.jpg);
    }
    .navegation{
        background: none;
    }
    .navegation ul{
        position: fixed;
        inset: 0 0 0 30%;
      

        background-color: rgba(221, 221, 221, 0.082);
        backdrop-filter: blur(2rem);

        flex-direction: column;
        text-align: left;
        padding: min(30vh, 10rem) 2em;
        transform: translateX(100%);
        transition: transform 350ms ease-out;
       
    }

    .navegation ul[data-visible="true"]{
        transform: translateX(0%);
    }
    .navegation ul li{
        margin-bottom: 1rem;
    }

    .moblie-nav{
        display: flex;
        position: fixed;

        background: url("/assests/shared/icon-hamburger.svg");
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
        z-index: 9999;
        
        height: 2rem;
        aspect-ratio: 1;
        top: 2rem;
        right: 1rem;

        border: none;
        cursor: pointer;

    }

    .moblie-nav[aria-expanded="true"]{
        background: url("/assests/shared/icon-close.svg");
        background-repeat: no-repeat;

        background-size: cover;
    }

    .moblie-nav[aria-expanded="false"]{
        position: absolute;
    }

  
    .moblie-nav span{
        display: none;
    }
    
    #contents{
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .content-one{
        padding: 0;
    }

    .content-one h4{
        padding-top: 3rem;
        padding-left: 2rem;
        font-size: 1.2rem;
    }

   .content-one h4 span{
        font-size: 1.2rem;
   }

   .content-one img{
    height: 290px;
   }

    .content-two {
        margin-top: 0rem;
        padding-left: 5rem;
        
    }

    #slider {
        margin-bottom: 1rem;
    }

    .slide input{
        font-size: 0.8rem;
    }

    .content-two h1{
        font-size: 4rem;
    }

    #descricaoPlaneta{
        font-size: 1rem;
        width: 25rem;
        margin-bottom: 2rem;
    }

    .infos{
        width: 24rem;
        margin-bottom: 1rem;
    }
    
    .infos div p{
        font-size: 0.6rem;
    }

    .infos div h4{
        font-size: 1.5rem;
        
    }
}

@media (min-width: 700px) and (max-width: 1030px){
    body{
        overflow-y: auto;
        background-image: url(/assests/destination/background-destination-tablet.jpg);
     
    }
    .navegation{
        width: 590px;
    }

    .navegation ul{
        gap: 3rem;
    }

    .navegation ul a{
        font-size: 1rem;
    }
   
    #contents{
        display: flex;
        flex-direction: row;
        gap: 0;
    }

    .content-one{
        padding: 6rem;
    }

    .content-one h4{
        padding-top: 3rem;
        padding-left: 0;
        font-size: 1.5rem;
        width: 340px;
    }

   .content-one h4 span{
        font-size: 1.5rem;
   }

   .content-one img{
        height: 290px;
        padding-left: 2rem;
   }

    .content-two {
        margin-top: 0rem;
        padding-left: 2rem;
        
    }

    #slider {
        padding-top: 10rem;
        margin-bottom: 1rem;
    }

    .slide input{
        font-size: 0.8rem;
    }

    .content-two{
        width: 90%;
    }
    .content-two h1{
        font-size: 4rem;
    }

    #descricaoPlaneta{
        font-size: 1rem;
        width: 20rem;
        margin-bottom: 2rem;
    }

    .infos{
        width: 20rem;
        margin-bottom: 1rem;
    }
    
    .infos div p{
        font-size: 0.6rem;
    }

    .infos div h4{
        font-size: 1.3rem;
        
    }
}


@media (min-width: 1035px) and (max-width: 1150px){
    body{
        overflow-y: auto;
        background-image: url(/assests/destination/background-destination-tablet.jpg);
     
    }
    .navegation{
        width: 590px;
    }

    .navegation ul{
        gap: 3rem;
    }

    .navegation ul a{
        font-size: 1rem;
    }
   

    #contents{
        display: flex;
        flex-direction: row;
        gap: 10%;
    }

    .content-one{
        padding: 6rem;
    }

    .content-one h4{
        padding-top: 3rem;
        padding-left: 0;
        font-size: 1.5rem;
        width: 340px;
    }

   .content-one h4 span{
        font-size: 1.5rem;
   }

   .content-one img{
        height: 290px;
        padding-left: 2rem;
   }

    .content-two {
        margin-top: 0rem;
        padding-left: 2rem;
        
    }

    #slider {
        padding-top: 10rem;
        margin-bottom: 1rem;
    }

    .slide input{
        font-size: 0.8rem;
    }

    .content-two{
        width: 90%;
    }
    .content-two h1{
        font-size: 4rem;
    }

    #descricaoPlaneta{
        font-size: 1rem;
        width: 20rem;
        margin-bottom: 2rem;
    }

    .infos{
        width: 20rem;
        margin-bottom: 1rem;
    }
    
    .infos div p{
        font-size: 0.6rem;
    }

    .infos div h4{
        font-size: 1.3rem;
        
    }
}


@media (min-width: 1150px) and (max-width: 1600px){
    body{
        overflow-y: auto;
        background-image: url(/assests/destination/background-destination-tablet.jpg);
     
    }
    .navegation{
        width: 590px;
    }

    .navegation ul{
        gap: 3rem;
    }

    .navegation ul a{
        font-size: 1rem;
    }
   

    #contents{
        display: flex;
        flex-direction: row;
        gap: 15%;
    }


    .content-one h4{
        padding-top: 3rem;
        padding-left: 0;
        font-size: 1.8rem;
        width: 390px;
    }

   .content-one h4 span{
        font-size: 1.5rem;
   }

   .content-one img{
        height: 400px;
        padding-left: 2rem;
   }

    .content-two {
        margin-top: 0rem;
        padding-left: 0;
        
    }

    #slider {
        padding-top: 10rem;
        margin-bottom: 1rem;
    }

    .slide input{
        font-size: 1rem;
    }

    .content-two{
        width: 90%;
    }
    .content-two h1{
        font-size: 4rem;
    }

    #descricaoPlaneta{
        font-size: 1rem;
        width: 60%;
        margin-bottom: 2rem;
    }

    .infos{
        width: 60%;
        margin-bottom: 1rem;
    }
    
    .infos div p{
        font-size: 0.6rem;
    }

    .infos div h4{
        font-size: 1.3rem;
        
    }
}

@media (min-height: 500px ) and (max-height: 1050px) {
    body{
        height: 100%;
    }
}