@import url('https://fonts.googleapis.com/css2?family=Grey+Qo&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Grey+Qo&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda+SC:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Matemasie&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
}
body{
    overflow-x: hidden;
    background-color: black;
    color: white;
}
#light{
    width: 20px;
    height: 50px;
    position: relative;
 top: 70px;


}
i{
    cursor: pointer;
}

.one{
    background-color: black;
   background-position: fixed;
   color: white;
  
    
}
.side-bars{
    position: fixed;
    width: 300px;
    height: 100%;
    left: -60% ;
    background-color: rgb(151, 145, 145);
    z-index: 1;
    display: flex;
    transition: 0.6s;
    
    
}
.sidebar-details a{
    display: flex;
    row-gap: 50px;
    text-decoration: none;
    padding-top: 40px;
    font-size: 20px;
    font-family: "Matemasie", sans-serif;
    color: blue;
    transition: 0.3s;
    

      
}
.sidebar-details a:hover{
    background-color: blue;
    color: white;


}
.sidebar-details p{
   gap: 30px;
}
.sidebar-content a{
   color: black;
   text-decoration: none;
   padding: 20px;
}

.navigation h1{
    position: relative;
    top: 60px;
    left: 30px;
    font-family: "Caveat", cursive;
    letter-spacing: 10px;
    color: white;
}
.sidenav-bars{
    display: none;
}
.sidenav-bars h1{
     position: relative;
     letter-spacing: 2px;
     color: red;
     font-family: "Matemasie", sans-serif;
     display: none;
    
    }
.sidenav-details{
    width: 40%;
    height: 100%;
    position: fixed;
    background-color: white;
    z-index: 1;
    left: -50%;
    transition: 0.5s;
   
}
.sidenav-details a{
    display: flex;
    row-gap: 50px;
    text-decoration: none;
    padding-top: 40px;
    font-size: 20px;
    font-family: "Matemasie", sans-serif;


}
.sidenav-details a:hover{
     color: black;
}
#sidebar {
   position: relative;
   left: 90%;
   color: white;
}
.navigation nav {
    display: flex;
    padding: 10px;
   gap: 30px;
   position: relative;
   left: 70%;
   top: 20px;

}
.navigation nav a{
    text-transform: capitalize;
    color: white;
    text-decoration: none;
    transition: 0.3s;
    scale: 0.5;
    
}
.navigation nav a:hover{
    color: red;
    scale: 1;
}
.nav-toggle{
    position: relative;
    left: 95%;
    bottom: 90px;
    display: none;
}

#search{
    position: relative;
    width: 600px;
    bottom: 20px;
     left: 25%;
    height: 45px;
    border-radius: 20px;
    border: none;
}
#imgs{
    position: relative;
    left: 51%;
    border-radius: 20px;
}
#calm {
    font-family: "Grey Qo", cursive;
    font-weight: 400;
    font-style: normal;
    position: relative;
    font-size: 70px;
    bottom: 400px;
    left: 50px;
     text-shadow: 3px 2px 6px rgba(19, 201, 214, 1);
     color: white;
    
}
#ott{
 position: relative;
 right: 160px;
 border-radius: 20px;
}
.content{
    width: 200px;
    height: 400px;
    position: relative;
    bottom: 350px;
    left :80px;
    letter-spacing: 8px;
    font-size: 20px;
}
.content p{
    opacity: 0.55;
    color: white;
}
#start{
    position: relative;
    width: 100px;
    height: 30px;
    border-radius: 30px;
    color:white;
    border: none;
    background-color: blue;
    text-transform: uppercase;
    bottom: 170px;
    left: 250px;
    transition: 0.5s linear;
}
#start:hover{
    background-color: red;
    color: white;
box-shadow: 2px 2px 4px 3px rgba(19, 201, 214, 1);
}
.content-tag{
    display: flex;
    position:absolute;
    bottom: 5%;
}
.content-tag-2{
    position: absolute;
    top: 30px;
}
.content-tag p{
    position: relative;
    left: 80px;
    font-size: 20px;
    letter-spacing: 3px;
   
}
.follow-us{
    position: absolute;
    color: white;
bottom: -140px;
left: 20px;

}
.follow-us p i{
    position: relative;
    left: 50px;
    padding: 10px;
    color: white;
}
.follow-us p i:hover{
    scale: 1;
}
.news-letter{
    position: relative;
    bottom: 300px;
    color: white;
    left: 400px;
  column-gap: 30px;
}
.news-letter h1{
    color: red;
    letter-spacing: 2px;
}
.news-letter input{
    width: 400px;
    height: 40px;
    border-radius: 20px;
    border: none;
}
.news-letter button{
    position: relative;
    right: 230px;
    top: 60px;
    width: 60px;
    height: 30px;
    border-radius: 30px;
    color:white;
    background-color: blue;
    border: none;
}
.news-letter button:hover{
    background-color:red;
    color: white;
}
.lorem{
    width: 300px;
    height: 200px;
    position: relative;
    bottom: 400px;
    left: 980px;
    color: white;
}
.conta{
    position: absolute;
    bottom: -590px;
    display: flex;
    left: 250px;
    column-gap:100px;
}
.conta p a{
    text-transform: capitalize;
    position: relative;
    color: white;
    text-decoration: none;
    top: 200px;
}
.conta p a:hover{
    color: red;
}

@media  screen and (max-width:600px) {
    body{
        overflow-x: hidden;
    }
    .navigation  nav{ 
        display: none;

    }
    .navigation h1{
        font-size: 20px;
        letter-spacing: normal;
    }
    #search{
        width: 400px;
        height: 30px;
        position: relative;
        top: 40px;
    }
    .magicpattern  img{
        display: none;
    }
    .content{
        position: relative;
        top: 50px;
    }
    .content-tag{
        position: relative;
        top: 30px;
        width: 400px;
    }
    .content-tag-2{
        display: none;
    }
    .follow-us{
        position: relative;
        top: 60px;
    }
    .news-letter{
        position: relative;
        width: 500px;
        top: -60px;
        left: 250px;
    }
    .news-letter input{
        width: 200px;
    }
    .lorem{
        display: none;
    }
    .conta{
        display: none;
    }
    .footer{
        width: 400px;
    }
    
   .side-bars{
    display: none;
   }
   #user
   {
    display: none;
}

.sidenav-bars p a{
    justify-content: space-evenly;
}
.sidenav-bars h1{
    display: block;
}
.sidenav-bars{
    display: block;
}

    
}
@media screen and (max-width:300px) {
    .search{
        position: relative;
        top: 50px;
    }
    
}