@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   list-style-type: none;
   text-decoration: none;
   scroll-behavior: smooth;
   font-family: 'Roboto', sans-serif;
}
body{
    background-color:#faf8f0; 
}
header{ 
   z-index: 1;
    margin: 0rem 3rem;
   justify-content: space-between;
    padding: 1rem 1rem;
    display: flex;
}
.home{
    position: relative;
    background-image: url(./PC-images/WhatsApp\ Image\ 2021-09-15\ at\ 10.14.10\ AM\ \(1\).jpeg);
    background-size: cover;
    height: 650px;

}
.empty{
    z-index: -.5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgb(0, 0, 0,0.5);
}
.hero{
    position: absolute;
    z-index: 2;
    text-align: center;
    text-align: center;
    color: white;
    align-items: center;
    justify-content: center;
    margin: 1rem 1rem;
    top: 34%;
    left: 7%;
}
.name{
    font-size: 2rem;
    opacity: 1;
}
.hero h3{
    font-size: 2.5rem;
    color: white;
}
.skil{
    font-size: 1.5rem;
    font-family: 'Pacifico', cursive;
}
.hero{
    font-size: 1rem;
    font-weight: 500;
    color: black;
    background-color: transparent;
    padding: .5rem .5rem;
    border-radius: 1.5rem;
    box-shadow: 0 2px 29px rgba(0,0,0,0.5);
}
.skills, p{
    margin-bottom: 1rem;
    font-size: 1rem;
   font-family: 'Patrick Hand', cursive;
}
 .skills{
     background-color: transparent !important;
 }  
  .skills, button{
    margin: 1rem 0;
    background-color:#ff4500    ;
    color: white;
    font-size: 1.5rem;
    padding: .4rem .3rem;
    border-radius: 1rem;
    border: none;
}
.skills, button:hover{
    font-size: 1.7rem;
    transition: ease-in-out .5s;
}
.mq{
    display: none;
}
nav{
    display: flex;
    position: absolute;
    left: 65%;
    top: -10%;
    display: flex;
}
nav ul{
    color: white;
    margin: 2rem 1rem;
    display: flex;
}
nav, ul, li, a{
    color: white ;
    padding: 1rem;
}
nav ul a:hover{
    transition: 1s ease-in-out;
    font-size: 1.5rem;
}
.logo{
    border-radius: 2rem;
    width: 5%;
}
.icons i{
  
    color:rgb(255, 254, 254);
    z-index: 2;
    font-size: 1rem;
    padding: .2rem;
}
.icons{
    position: absolute;
    right: -10%;
}
.home img{
   position: relative;
}
.cursor{
    position: fixed;
    width: 70px;
    height: 70px;
    border: 1.5px solid ;
    border-radius: 50%;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: translate(-50% -50%);
    transition: .5s;
    z-index: 1;
  } 
  .cursor2{
    position: fixed;
    width: 0px;
    height: 0px;
   background-color: black;
    border-radius: 50%;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: translate(-50% -50%);
    z-index: 1;
  } 
#byDay, #People, #Occasions{
    display: none;
}
.music{
    margin: 1rem 1rem;
}
  #aboutMe{
      margin: 2rem 2rem;
      padding: 3rem 1rem;
      text-align: center;
      margin-top: 10rem;
  }
.ab{
    position: absolute;
    left: -1%;
    top: 200%;
    z-index: -10;
}
.ab1{
    position: absolute;
    left: 78%;
    top: 85%;
    z-index: -10;
}
  #aboutMe h1{
      margin: 1rem;
  }
  #aboutMe h1::after{
    margin: 0 1rem;
    content: " ";
    background-color: #ff4500;
    border: 2px solid #ff4500 ;
    width: 100%;
}
#aboutMe h1::before{
    margin: 0 1rem;
    content: " ";
    background-color: #ff4500;
    border: 2px solid #ff4500 ;
    width: 100%;
}
  #aboutMe p{
   font-family: 'Roboto', sans-serif;
      font-size: 1.25rem;
      padding: 0 8rem;
  }
  .abt-sel{
      text-align: center;
      align-items: center;
      padding: .5rem;
      margin-top: 6rem;
  }
  .abt-sel a{
      padding: .5rem;
      color: black;
  }
  .gallery{
      text-align: center;
      margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    box-sizing: border-box;
    color: white;
    align-items: center;
    height: fit-content;
}
.abt-sel label{
    font-family: 'Satisfy', cursive;
    padding: 0 .5rem;
}
.abt-sel label:hover{
    transition: 1s ease-in-out;
    color: #ff4500;
    font-size: 1.5rem;
}
.abt-sel h1{
 margin: 2rem 2rem;
 margin-top: 5rem;
}
.abt-sel h1::after{
    margin: 0 1rem;
    content: " ";
    border: 2px solid #ff4500 ;
    background-color: #ff4500;
    width: 100%;
}
.abt-sel h1::before{
    margin: 0 1rem;
    content: " ";
    border: 2px solid #ff4500 ;
    background-color: #ff4500;
    width: 100%;
}
.gallery img{
    width: 425px;
    height: 240px;
    margin: 10px;
}
video{
    width: 425px;
    height: 240px;
    margin: 10px;
}
video:hover{
    opacity: .73;
    width: 390px;
    border-radius: 1rem;
    transition:  1s ease-in-out;
}
.gallery img:hover{
    opacity: .73;
    width: 390px;
    border-radius: 1rem;
    transition:  1s ease-in-out;
}
/* @keyframes ex {
    0%{
        transform: scaleX(0);
    }
    50%{
        transform: scaleX(.5);
    }
    80%{
        transform: scaleX(1);
    }
    100%{
        transform: scaleX(0);
    }
} */
.gal{
    object-fit: cover;
}

.pre-footer{
    padding: 2rem 2rem;
    margin: 2rem;
    text-align: center;
}
.pre-footer h1{
    margin: 1rem 0;
    font-size: 5rem;
}
.pre-footer p{
    font-size: 1.5rem;
}

.pre-footer button::before{
    content: "";
    background-color: #ff4500;
}
.pre-footer a button{
    padding: .4rem .6rem;
}
footer{
   font-family: 'Patrick Hand', cursive;

    background-color: black;
    padding: 4rem 0;
}
.social-links{
   font-family: 'Patrick Hand', cursive;
    margin: 0 2rem;
    display: flex;
    justify-content: space-between;
    color: white;
   
}
.footer-links p{
   font-family: 'Patrick Hand', cursive;
}
.social-links p{
    font-family: 'Patrick Hand', cursive;
 }
 audio{
     width: 100%;
     opacity: .7;
 }