

/* General Reset */
@import url('https://fonts.googleapis.com/css2?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');

* {
    
    font-family: "Poppins", sans-serif;
}

#web-development-title{

  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  text-align: center;
  display: flex;
  flex-direction: column;

}





/* ===========hero section style========== */


.ftme-style-text{
  color: transparent;           /* Removes fill color */
  -webkit-text-stroke: 0.5px rgb(255, 255, 255); /* Outline width & color */
  font-size: 5.1rem;
  font-weight: 900;

}



@import url('https://fonts.googleapis.com/css2?family=Elsie+Swash+Caps:wght@400;900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');




@font-face {
    font-family: 'Cagke';
    src: url('../fonts/Cagke-Extrabold.eot');
    src: url('../fonts/Cagke-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cagke-Extrabold.woff2') format('woff2'),
        url('../fonts/Cagke-Extrabold.woff') format('woff'),
        url('../fonts/Cagke-Extrabold.ttf') format('truetype'),
        url('../fonts/cagkeextrabold-8mpja.otf') format('opentype'),
        url('../fonts/Cagke-Extrabold.svg#Cagke-Extrabold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Mono';
    src: url('../ptmono/PTMono-Regular.eot');
    src: url('../ptmono/PTMono-Regular.eot?#iefix') format('embedded-opentype'),
        url('../ptmono/PTMono-Regular.woff2') format('woff2'),
        url('../ptmono/PTMono-Regular.woff') format('woff'),
        url('../ptmono/PTMono-Regular.ttf') format('truetype'),
        url('../ptmono/PTMono-Regular.svg#PTMono-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeueKabelW01-Regular';
    src: url('./fonts/neue/02408ccd8efcf169db4e41d6e0551118.eot');
    src: url('./fonts/neue/02408ccd8efcf169db4e41d6e0551118.eot?#iefix') format('embedded-opentype'),
         url('./fonts/neue/02408ccd8efcf169db4e41d6e0551118.woff2') format('woff2'),
         url('./fonts/neue/02408ccd8efcf169db4e41d6e0551118.woff') format('woff'),
         url('./fonts/neue/02408ccd8efcf169db4e41d6e0551118.ttf') format('truetype'),
         url('./fonts/neue/02408ccd8efcf169db4e41d6e0551118.svg#NeueKabelW01-Regular') format('svg');
}

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');



    html{
        scroll-behavior: smooth;
        scroll-padding-top: 70px;
    }

  body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  section{
    padding-top: 40px;
}


  :root {
    /* Dark Mode (Default) */
    --main-bg-color: #1E1E1E;
    --secondary-bg-color: #424242;
    --light-color: #E6E6E6;
    --text-color: #E6E6E6;
    --special-color: #11CC5C;

    --title-font-family: 'Cagke', serif;
    --passage-font-family:"Raleway", sans-serif;
    --passage-font-weight: 100;
    --coding-font-style: 'PT Mono', monospace;

    --sections-margin: 6rem;
  
    /* Light Mode (Optional) */
   /*  --light-mode-main-bg-color: #E6E6E6;
    --light-mode-secondary-bg-color: #FFFFFF;
    --light-mode-dark-color: #1E1E1E;
    --light-mode-text-color: #1E1E1E;
    --light-mode-special-color: #11CC5C; */
  }



/* Main Stylesheet */

/* ========== Global Styles ========== */

body{
    background-color: var(--main-bg-color);
    margin: 0;
}

/* ========== Header Section ========== */

header{
    background-color: var(--main-bg-color);
    color: var(--text-color);
    width: 100%;
    margin: 0;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;


    /* background */

    
    
    
}


header .img-and-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: ;
    gap: 3rem;
}

header .img-container {
}

header .img-container img {
    width: 15rem;
    border-radius: 10rem;
}

header .title-container {
}

header .title-container h1 {
    font-family: 'Cagke', serif;
    font-size: 4rem;
    margin: 0;
    line-height: 1.2;
    font-weight: 100;
    
    
}

header .title-container h6 {
    margin: 0;
    font-size: 1.2rem;
    font-family: var(--coding-font-style);
    font-weight: 200;
    opacity: 0.7;
    margin-top: 1.5rem;
    white-space: nowrap;

}

header .title-container h6 span {
    color: var(--special-color);

}

#down-arrow-container {

font-size: larger;
justify-content: center;
align-items: center;
align-self:center;
position: absolute;
bottom: 5rem;


}

#down-arrow-container svg{
padding: 0;
margin: 0;
    
}


/* fade in and out the arrow div */

/* styles.css */

  
  @keyframes fadeInOut {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100%{
        opacity: 0;
    }
  }

  .down-arrow-container {
    opacity: 1;
    animation: fadeInOut 1.5s infinite;
  }
  

/* fade in and out the arrow div */

header nav.nav {
    z-index: 100000;
    width:700px;
    position: fixed;
    top: 1rem;
    border-radius: 100px;

    /* blurred bg */
    background: rgba( 255, 255, 255, 0.1 );
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    /* blurred bg */
}

header .nav .item-container {
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    font-family: var(--passage-font-family);
    
    
    
    
    
}




div.n-item{
    display: flex;
    flex-direction: row;
    
    gap: 0.5rem;
    padding: 0 3rem;
    color: var(--light-color);
    cursor: pointer;
    text-transform: uppercase;  
    font-weight: 100;
    font-size: 0.9rem;
    padding: 1rem 1rem;
    
}

.item-container :hover{
    
    border-radius: 2rem;
   background-color: var(--light-color);
   color: black;
   fill: black;

   p{
    color: black;
    fill: black;
   }
   a{
    color: #1E1E1E;
    fill: black;
   }

  

   
}

.n-item p{
    padding: 0;
    margin: 0;
}



.n-item:hover{
    svg{
        color: #1E1E1E;
        fill: black;
    }


}

.n-item a {
    text-decoration: none;
    color: var(--light-color);
    
   
}

div .n-item:last-child{
    border: none;
}

.n-item{
    scroll-behavior: smooth;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.n-item svg {
    font-size: 1.2rem;
    height: 1.3rem;
    fill: var(--light-color);
}

.item-container p {
    margin: 0;
    padding: 0;
    
}

header .nav .item-container .item2 {
}

header .nav .item-container .item2 img {
}

header .nav .item-container .item2 p {
}

header .nav .item-container .item3 {
}

header .nav .item-container .item3 img {
}

header .nav .item-container .item3 p {
}

header .nav .item-container .item4 {
}

header .nav .item-container .item4 img {
}

header .nav .item-container .item4 p {
}

/* ========== hero media queies ========== */
@media screen and (max-width: 576px) and (min-width: 350px) {

    header .img-and-title-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-bottom: ;
        gap: 1rem;
    }

    header .img-container img {
        width: 15rem;
    }

    
    header .title-container h1 {
        font-family: 'Cagke';
        font-size: 3rem;
        margin: 0;
        line-height: 1.2;
        text-align: left;
        display: flex;
        justify-content: center;
        
    }

    header .title-container h6 {
        margin: 0;
        font-size: 1rem;
        font-family: var(--coding-font-style);
        font-weight: 200;
        opacity: 0.7;
        white-space: nowrap;
        margin-top: 1rem;

    }

    header{
        background-color: var(--main-bg-color);
        color: var(--text-color);
        
        margin: 0;
        height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        
    }

    header nav.nav {
        width: 90%;
        transform: unset;
    }

    header .nav .item-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-family: var(--passage-font-family);
     
    }
    
    
    div.n-item{
        display: flex;
        flex-direction: row;
        padding: 0 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        
        
        
        
    }
    .n-item svg {
        
        height: 0.7rem;
    }
    
    .item-container p {
        margin: 0;
        padding: 0;
        
        font-size: 0.7rem;
    }
    
}




@media screen and (max-width: 480px) {
    html{
        width: 100vw;
        position: relative;
    }
    body{
        
        margin: 0;
        padding: 0;
        position: relative;
    }

    header{
        background-color: var(--main-bg-color);
        color: var(--text-color);
        min-width: 100vw;
        margin: 0;
        min-height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        
    }

    header .img-and-title-container {
        flex-direction: column;
        gap: 1rem;
    }

    header .img-container img {
        width: 10rem;
    }

    
    header .title-container h1 {
        font-family: 'Cagke';
        font-size: 3rem;
        margin: 0;
        line-height: 1.2;
        text-align: center;        
    }

    header .title-container h6 {
        margin: 0;
        font-size: 1rem;
        font-family: var(--coding-font-style);
        font-weight: 200;
        opacity: 0.7;
        white-space: nowrap;
        margin-top: 1rem;

    }

   

    header nav.nav {
        
        transform: unset;
        width: 90%;
        align-items: center;
        justify-content: center;
        padding: 1.2rem 0.3rem 1.2rem 0.3rem;
    }

    header .nav .item-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-family: var(--passage-font-family);
       
        justify-self: center;
        align-self: center;
        
        
        
    }
    
    
    div.n-item{
        display: flex;
        flex-direction: row;
        padding: 0 1rem;
        
        
    }
    .n-item svg {
        
        height: 0.7rem;
    }
    
    .item-container p {
        margin: 0;
        padding: 0;
        
        font-size: 0.7rem;
    }
    .down-arrow-container {
        
        padding-bottom: 3rem;
        
        }

        #down-arrow-container{
            bottom: 5%;
        }
    
}
/* general */
section p{
    font-weight: var(--passage-font-weight);
    font-family: var(--passage-font-family);

}

section h1{
    font-size: 2.5rem;
}







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

    .title-container h1{
        width: 250px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;

        font-size: unset;
      }
    
    
    .ftme-style-text{
        font-size: 2.7rem;
        
        margin: 0;
        padding: 0;
      }
    
    
    
      #web-development-title{
    
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        display: flex;
        flex-direction: column;
        font-size: unset;
        


        
      
      }


      .w-d-w{
        
        font-size:1.6rem;
        text-wrap: nowrap;
        
        margin: 0;
        padding: 0;
        

      }
    
      #project-word-style{
        font-size: 3.6rem;
       
      }

      
    
}