
body{
    background-color: #1f1f1f;
    color: whitesmoke;
    font-size: 16px;
    font-family: 'Tahoma', sans-serif;
    overflow-x: hidden;
    scroll-behavior:smooth;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="70" height="70" viewBox="-16 -16 32 32"><circle cx="0" cy="0" r="12" fill="transparent" stroke="white" stroke-width="1" mix-blend-mode="difference" /></svg>') 16 16, auto;

}


                        /* start of nav section  */

nav{
    position: fixed;
    display: flex;
    justify-content:flex-end;
    align-items: center;
    z-index: 999;
    padding: 1rem 0rem 1rem 0rem;
    width: 95dvw;
}
.navdiv {
    display:none;
    z-index: 998;
    width: 100dvw;
    height: 100dvh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(3px);
    overflow: hidden;
  }
.navdiv-wrapper{
    width: 100dvw;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 4rem;
    overflow: hidden;
    
}

  .profile-wrapper{
    width: 20rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 10rem;
  }
  .profile-wrapper button{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-image: url(images/nav-about-myself.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-color:transparent;
    cursor: pointer;
    border: none;
  }
  .profile-wrapper button:hover{
    filter: sepia(100%);
  }
  .nav-button-wrapper{
    width: 20rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-button-wrapper .circle.white{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border:1px solid whitesmoke;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}
  .nav-list-wrapper{
    width:50rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:3rem;
    flex-direction: column;
  }
  .nav-list-wrapper .link-work, .nav-list-wrapper .link-about{
    width: 100%;
    height: 15rem;
  }
  .nav-list-wrapper .link-work>button, .nav-list-wrapper .link-about>button,  .nav-list-wrapper .link-social>button{
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .nav-list-wrapper .link-work>button, .nav-list-wrapper .link-about>button{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items:end;
    flex-direction: column;
    white-space: nowrap;
    color: whitesmoke;
  }
  .link-work button>h1, .link-about button>h1{
    color:whitesmoke;
    -webkit-text-stroke-width:0px;
    font-stretch: ultra-expanded;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size:10rem;
    transition: color 0.3s ease-in-out;
  }
  .link-work button>h2, .link-about button>h2{
    color:whitesmoke;
    font-size:large;
    -webkit-text-stroke-width:0px;
    font-stretch: ultra-expanded;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    transition: color 0.3s ease-in-out;
  }
  .link-work button>h2:hover, .link-about button>h2:hover, .link-work button>h1:hover, .link-about button>h1:hover{
    color: rgb(0, 213, 255);
  }
  .nav-list-wrapper .link-social{
    width: 100%;
    height: 10rem;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 2rem;
  }
  .nav-list-wrapper .link-social a>img{
    width:50px;
    height: 50px;
  }

.menu{
    border-radius: 50%;
    height: 70px;
    width: 70px;
    border: 1px solid whitesmoke;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    justify-content: center;
    align-items: center;
    background-color: #1f1f1f;
    cursor: pointer;
}
.menu:hover{
    filter: invert(100%);
}
.menu-close:hover{
    filter: invert(100%);
}
.menu-close{
    position: relative;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    border: 1px solid whitesmoke;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    justify-content: center;
    align-items: center;
    background-color: #1f1f1f;
    cursor: pointer;
}
.menu-close .line-one{
    position:absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    border: 1px solid whitesmoke;
    top: 50%;
    left: 50%;
    width: 40px;
}
.menu-close .line-two{
    position: absolute;
    transform: translate(-50%, -50%) rotate(-45deg);
    border:1px solid whitesmoke;
    width: 40px;
    top: 50%;
    left: 50%;
}
.line{
    border: 2px solid whitesmoke;
    width: 40px;
}
                     /* end of nav section */

                    /*start of header section*/

h1{
    font-size: 11rem;
    max-width: 15ch;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: whitesmoke;
    color: #1f1f1f;
    font-weight:thin;
    text-align: center;
    font-variant-caps:all-petite-caps;
    line-height: 10rem;
}
h2{
    font-size: 2.2rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight:lighter;
    color: whitesmoke;
    max-width: 70ch;
    opacity:69%;
    text-align: center;
    line-height: 4rem;
    word-spacing: 0.2rem;
    letter-spacing: 0.2rem;

}
header{
    width: 100dvw;
    min-height: 100dvh;  
    display: flex;
    justify-content: center;
    align-items: center;
 
}
header>div{
    width: 1920px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    padding: 0rem 2rem 0rem 2rem;
    overflow: hidden;
   
}
                /*end of header section*/

              /* start of project section  */
.project-section{
    display: flex;
    width: 100dvw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20rem;
    padding-bottom: 2rem;
    overflow: hidden;

}
.project{
    width: 1920px;
    height: 70dvh;
    display: flex;
    flex-direction: row;

   
}
        /*initializing projects components*/
.project-number>h1{
    rotate: 90deg;
}
.project-number{
    width: 5dvw;
    display: flex;
    justify-content: end;
    align-items: center;

}
.project-type{
    width: 20dvw;
    height: 100%;
    display:flex ;
    flex-direction: column;
    justify-content:space-around;
    align-items: center;

    
}
.project-text{
    width: auto;
    font-size:4rem;
    letter-spacing: 0.6rem;
    font-weight:bold;
    text-align:center;
    rotate:60deg;
    line-height: 4rem;

}
.project-image>h1{              /* animation rotate of text button */
    mix-blend-mode:difference;
    position: absolute;
    bottom: -3.5rem;
    right: 0rem;
    font-size: 7rem;
    font-weight:bolder;
    -webkit-text-stroke-width: 2px;
    animation: run 3s infinite alternate ease-in-out;
    white-space: nowrap;
}
@keyframes run {
    from {
        transform:translate(0rem)
    }
    to {
    transform: translate(-6rem);
    }
}

.button-text{                   /* animation loop of text title */
    opacity: 80%;
    font-size:2rem;
    letter-spacing: 0.9rem;
    text-align: center;
    font-weight:lighter;
    position: absolute;
    white-space: nowrap;
    animation: rotation 100s infinite linear;
    transition: letter-spacing 0.3s ease, word-spacing 0.3s ease;
    
}
.project-button:hover>.button-text{
    letter-spacing: 0.1rem; /* Decrease letter spacing on hover */
    word-spacing: 0.1rem;
    mix-blend-mode:hard-light;
}
@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
}
         /*end of initializing projects components*/

 /* first project styling */

.project .project-image{    /*first project styling of specific images*/
    width: 80dvw;
    height: 100%;
    background-image: url(images/laniemoore-shop.jpg); 
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    position: relative;   
}
.project.two .project-image{    /*second project styling of specific images*/
    width: 80dvw;
    height: 100%;
    background-image: url(images/apax-visa-consultancy.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.project.three .project-image{    /*third project styling of specific images*/
    width: 80dvw;
    height: 100%;
    background-image: url(images/jessechedotal-coach.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.project.four .project-image{    /*fourth project styling of specific images*/
    width: 80dvw;
    height: 100%;
    background-image: url(images/obsequium-lawfirm.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

                    /*first project styling of button*/

button.circle.white{
    transition: transform 0.143s ease;
    transform: translate(-0%, -0%);
}
.project-button{                
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 2px solid rgb(224, 27, 204);
    display: flex;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: none;
    transition: background-color 0.3s ease-in-out;
    transform: translate(-0%, -0%);
    transition: transform 0.143s ease;
}

.hovered {
    transform: translate(-0%, -0%) scale(1.1); /* Scale up the div block */
  }
.project-button:hover{
    background-color: rgb(224, 27, 204);
}
.project.two .project-button{    /*second project styling of button*/
    border-radius: 50%;
    border: 2px solid rgba(0, 55, 255, 0.874);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: background-color 0.3s ease-in-out;
   
}
.project.two .project-button:hover{
    background-color: rgba(0, 55, 255, 0.874);
}
.project.three .project-button{    /*third project styling of button*/
    border-radius: 50%;
    border: 2px solid orange;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: background-color 0.3s ease-in-out;
}
.project.three .project-button:hover{
    background-color: orange;
}
.project.four .project-button{    /*fourth project styling of button*/
    border-radius: 50%;
    border: 2px solid aqua;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: background-color 0.3s ease-in-out;
}
.project.four .project-button:hover{
    background-color: aqua;
}
/* start of footer styling */
footer{
    width: 100dvw;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer>div{
    width: 1920px;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;


}
footer>div>button{
    background-color: transparent;
    border: none;
    cursor:pointer;
}
footer>div>button:hover{
   filter: blur(2px);
}


small{
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    font-size:1.5rem;
}


                          /*------ end of home page footer styling----- */
                        /* -------start of project detail page-------*/

    .project-container{
        width: 100dvw;
        height: 90dvh;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .project-image-detail{              /*first project styling of specific images*/
        width: 100%;
        height: 80dvh;
        background-image: url(images/laniemoore-shop.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    .project-image-detail.two{              /*second project styling of specific images*/
        width: 100dvw;
        height: 80dvh;
        background-image: url(images/apax-visa-consultancy.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .project-image-detail.three{              /*three project styling of specific images*/
        width: 100dvw;
        height: 80dvh;
        background-image: url(images/jessechedotal-coach.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position:relative;
    }
    .project-image-detail.four{              /*fourth project styling of specific images*/
        width: 100dvw;
        height: 80dvh;
        background-image: url(images/obsequium-estab.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .project-title>h1{                  /* project styling of specific of title */
        mix-blend-mode:hard-light;
        -webkit-text-stroke-width: 0.5px;
        position: absolute;
        top: 0rem;
        left: 1rem;
        font-size:6rem;
    }

    .project-description{               /* project styling of background of the parag */
        max-width: 1200px;
        height: 20dvh;
        bottom: 3rem;
        right: 0rem;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.75);
        opacity: 70%;
        display: flex;
        justify-content: center;
        align-items:center;
        overflow: hidden;

    }
    .project-description>p{         /* project styling description parag of project */
        text-align:justify;
        padding: 1rem 3rem 1rem 3rem;
        font-size: 1.5rem;
        font-weight: 100;
        text-indent: 3rem;
        line-height: 2.7rem;
        letter-spacing: 0.1rem;
        overflow: hidden;
    }
    .project-wrapper-case{
        width: 100dvw;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
    }
    .empty{
        width: 100dvw;
        height: 100dvh;
        z-index: 1;
        position: relative;
        overflow: hidden;
    }

    .project-branding-container{      /* project styling branding/casestudy of project */
        width: 80%;
        height: auto;
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgba(7, 4, 2, 0.75);
        overflow: hidden;
    }

    .branding-image-container{
        min-width: 80%;
        padding: 8rem 0rem 8rem 0rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 8rem;
    }

    .branding-image-container.two,                  /* first project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 65dvh;
    }
    .branding-image-container.one{
        min-width: 100%;
        height: 5dvw;
        background-image: url(images/laniemoorecolorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.two{
        background-image: url(images/laniemoore-landing-page.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.three{
        background-image: url(images/laniemoore-laptop-two.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.four{
        background-image: url(images/laniemoore-laptop-front.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.two,                  /* second  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 65dvh;
    }
    .branding-image-container.apax .one{
        min-width: 100%;
        height: 5dvh;
        background-image: url(images/apaxcolorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.apax .two{
        background-image: url(images/apax-company-front.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.apax .three{
        background-image: url(images/apax-logo.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.apax .four{
        background-image: url(images/apax-brochure.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.two,                  /* third  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 65dvh;
    }
    .branding-image-container.jesse .one{
        min-width: 100%;
        height: 5dvh;
        background-image: url(images/jessecolorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.jesse .two{
        background-image: url(images/Jesse-hanging-wall.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.jesse .three{
        background-image: url(images/jesse-paper.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.jesse .four{
        background-image: url(images/jesse-langdingpage.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.two,                  /* fourth  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 65dvh;
    }
    .branding-image-container.obs .one{
        min-width: 100%;
        height: 5dvh;
        background-image: url(images/obsequium-colorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.obs .two{
        background-image: url(images/obsequium-lawfirm.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;

    }

    .branding-image-container.obs .three{
        background-image: url(images/obsequium-laptop.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.obs .four{
        background-image: url(images/obsequium-phone.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    /*end style of work projects detail*/


    /*start style of project footer*/

    .project-footer, .about-footer{
        position: relative;
        z-index: 1;
        background-color: #1f1f1f;
        width: 100dvw;
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content:space-evenly;
        align-items: center;
        gap: 2rem;
    }
    .project-footer>h1, .about-footer>h1{
        font-size: 7.5rem;
        max-width: 55ch;
        padding: 2rem 4rem 2rem 4rem;
        -webkit-text-stroke-width: 1px;
        line-height: normal;
       
    }
    .project-footer>h1>span{
        -webkit-text-stroke-color: aqua;
        -webkit-text-stroke-width: 1px;
    }
    .project-button-container{
        width: 100%;
        display: flex;
        justify-content:space-around;
        align-items:center;
        padding-bottom: 4rem;
    }
    button.circle{
        cursor: pointer;
        background-color: transparent;
    }
    .project-button-container .circle.white{
        width: 140px;
        height: 140px;
        border-radius: 50%;
        border:1px solid whitesmoke;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
        transition: background-color 0.3s ease-in-out;
       
    }
    .circle.white{
        background-color:none;
    }
    .circle.white:hover{
      
      background-color: whitesmoke;
    }
    .circle.orange:hover{
        background-color: orange;
     }
     .circle.white:hover>h2{
        color:red;
    }
    .project-button-container .circle.orange{
        width: 140px;
        height: 140px;
        border-radius: 50%;
        border:1px solid orange;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
        transition: background-color 0.3s ease-in-out;
    }
    .circle>h2{
        font-size: 1.4rem;
        white-space:nowrap;
        letter-spacing:0.2rem;
        font-weight: lighter;
        text-align: center;
    }
   
    .circle.white>h2{
        animation: rotate_white 200s infinite linear;
        transition: background-color 0.3s ease-in-out;
        
    }
    .circle.orange>h2{
        animation: rotate_orange 200s infinite linear;
    }

    @keyframes rotate_white {
        from {
        transform: rotate(359deg);
        }
        to {
        transform: rotate(0deg);
        }
    }


    @keyframes rotate_orange {
        from {
        transform: rotate(0deg);
        }
        to {
        transform: rotate(359deg);
        }
    }
   
   /* -------end of project detail page----*/


    .review-container{
        width: 100dvw;
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .review-image-container{
        width: 100%;
        height: 100dvh;
        display: flex;
        justify-content:space-evenly;
        align-items: center;
        gap: 2rem;
        overflow: hidden;

    }
    .review-image{
        width: 300px;
        height: 90px;
        overflow: hidden;
    }


    .about-container{               /* about me sections */
        min-height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        gap: 2rem;
        overflow: hidden;
    }
    .about-pitch>h1{
        max-width: 15ch;
        -webkit-text-stroke-color: orange;
        text-align:left;
        overflow: hidden;
        line-height: normal;
        font-size: 8rem;
        padding:0 4rem 0 4rem;
      
    }   
    .about-me{
        width: 90%;
        height: 50dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        gap:2rem;
        overflow: hidden;
        padding:0 4rem 0rem 4rem;
    }

    .about-parag{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        gap: 2rem;
        overflow: hidden;
        
        
    }
    .about-parag>p{
        font-size:2rem;
        font-weight:100;
        text-indent: 2rem;
        opacity: 75%;
        max-width: 80ch;
        line-height: 3rem;
        letter-spacing: 0.1rem;
        overflow: hidden;
        text-align: left
    }
    .about-reserve{
        min-width: 50dvw;
        height: 10dvh;
        display: none;
    }
    .about-image{
        background-image:url(images/about-myself.png;);
        width:600px;
        height:100%;
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .about-pitch-two{
        width: 100dvw;
        min-height: 70dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow: hidden;
        gap: 4rem;
        padding-top: 5rem;

    }
    .about-pitch-two>h1{
        max-width: 30ch;
        font-size: 8rem;
        line-height: 7rem;
        overflow: hidden;
        text-align: center;
        padding:0rem 3rem 0rem 3rem;

    }
    .about-footer h1{
       -webkit-text-stroke-color: aqua;
       overflow: hidden;
    }
    span{
        -webkit-text-stroke-color: orange;
    }


      /*-------------start style of contact page ------------------------*/

      .contact-container{
        display: flex;
        justify-content:center;
        align-items:start;
        flex-direction: column;
        width: 100dvw;
        height: 50dvh;
        gap: 4rem;
        overflow:hidden;    
    }
    .contact-container>h1{
        font-size: 7rem;
        text-align: left;
        max-width: 15ch;
        line-height: normal;
        padding: 0rem 8rem 0rem 8rem;

    }
    .contact-container>h2{
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color:orange;
        color: #1f1f1f;
        font-size: 6.5rem;
        font-weight:bold;
        line-height: normal;
        text-align: left;
        font-variant-caps:all-petite-caps;
        max-width: 15ch;
        padding-bottom: 2rem;
        padding: 0rem 8rem 0rem 8rem;


    }
    .contact-container h2 >span{
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color:red;
    }


    form div>p{                                                    /* form style */ 

        font-size: 1.8rem;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        line-height: 4rem;
        max-width:60ch;
        padding: 0rem 8rem 0rem 8rem;
        
    }
    form{
        display: flex;
        justify-content:start;
        align-items: center;
        width: 100dvw;
        height: auto;
        overflow: hidden;
        padding: 0rem 0rem 9rem 0rem;
    }

    input, select{
        text-align: center;
        color:aqua;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        font-size: 1.3rem;
    }
    ::-webkit-input-placeholder{
        color:aqua;
        text-align: center;
        opacity: 50%;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        font-size: 1.3rem;
    }

    input.name:focus, select.budget:focus, input.reason:focus, select.source:focus{
        outline: none;
    }

  
    input.name, input.reason, select.source, select.budget{
        min-width: 15ch;
        background-color: transparent;
        color:aqua;
        border: none;
        border-bottom: 1px solid whitesmoke;
    }
    input.name{
        min-width: 25ch;
    }
    input.reason{
        min-width: 30ch;
    }
   

    .footer-container{
        position: relative;
        width: 100dvw;
        display: flex;
        justify-content: space-evenly;
        align-items:center;
        padding: 0rem 0rem 10rem 0rem;
        max-width: 1920px;
    }
    .footer-container button{
        width: 120px;
        height: 120px;
        border-radius: 50%;
        cursor: pointer;
        border: 1px solid aqua;
        background-color: transparent;
        font-size: medium;
        font-variant-caps: all-petite-caps;
        font-size: 1.3rem;
        text-align: center;
        color:aqua;
        background-color: black;
        
    }


/*-------------end style of contact page ------------------------*/


@media (max-width: 600px) {     /* Styles for screens smaller than 768px */

                                /* Home Page style */
    body{
        font-size: 16px;
    }
                            /* start of nav section  */
    nav{ 
        padding: 1rem 0rem 1rem 0rem;
        width: 95dvw;
       
    }
    .navdiv {
        display:none;
        z-index: 998;
        width: 100dvw;
        height: 100dvh;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.80);
        backdrop-filter: blur(3px);
        overflow: scroll;
      }
    .navdiv-wrapper{
        width: 100dvw;
        height: 100dvh;
        display: flex;
        justify-content:space-evenly;
        align-items: center;
        flex-direction:column;
        gap: 0.5rem;
        
    }
    
      .profile-wrapper{
        width: 100%; 
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
      
      }
      .profile-wrapper button{
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background-image: url(images/nav-about-myself.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        background-color:transparent;
        cursor: pointer;
        border: none;

      }
      .nav-button-wrapper{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items:center;

      }
      .nav-button-wrapper .circle.white{
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border:1px solid whitesmoke;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
    }
      .nav-list-wrapper{
        width:auto;
        height: auto;
        display: flex;
        justify-content:center;
        align-items:center;
        flex-direction: column;
        
      }
      .nav-list-wrapper .link-work, .nav-list-wrapper .link-about{
        width: 100%;
        height: auto;
       
      }
      .nav-list-wrapper .link-work>button, .nav-list-wrapper .link-about>button,  .nav-list-wrapper .link-social>button{
        background-color: transparent;
        border: none;
        cursor: pointer;
      }
      .nav-list-wrapper .link-work>button, .nav-list-wrapper .link-about>button{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items:center;
        flex-direction: column;
        color: whitesmoke;
        gap: 1rem;


      }
      .link-work button>h1, .link-about button>h1{
        color:whitesmoke;
        text-align: center;
        -webkit-text-stroke-width:0px;
        font-stretch: ultra-expanded;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size:3.5rem;
     
      }
      .link-work button>h2, .link-about button>h2{
        color:whitesmoke;
        font-size:small;
        text-align: center;
        -webkit-text-stroke-width:0px;
        font-stretch: ultra-expanded;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        white-space:pre-wrap;
        line-height: 1.2rem;
        
      }
      .nav-list-wrapper .link-social{
        width: 100%;
        height: auto;
        display: flex;
        justify-content:center;
        align-items: center;
        gap: 1rem;
      }
      .link-social{
        padding-bottom: 1rem;
      }
      .nav-list-wrapper .link-social a>img{
        width:30px;
        height: 30px;
      }
    
    .menu{
        border-radius: 50%;
        height: 70px;
        width: 70px;
        border: 1px solid whitesmoke;
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        justify-content: center;
        align-items: center;
        background-color: #1f1f1f;
        cursor: pointer;
    }
    .menu-close{
        position: relative;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        border: 1px solid whitesmoke;
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        justify-content: center;
        align-items: center;
        background-color: #1f1f1f;
        cursor: pointer;
    }
    .menu-close .line-one{
        position:absolute;
        transform: translate(-50%, -50%) rotate(45deg);
        border: 1px solid whitesmoke;
        top: 50%;
        left: 50%;
        width: 20px;
    }
    .menu-close .line-two{
        position: absolute;
        transform: translate(-50%, -50%) rotate(-45deg);
        border:1px solid whitesmoke;
        width: 20px;
        top: 50%;
        left: 50%;
    }
    .menu{
       
        height: 40px;
        width: 40px;
        border: 1px solid whitesmoke;
        gap: 0.3rem;
    }

    .line{
        border: 1px solid whitesmoke;
        width: 20px;
    }
                         /* end of nav section */

                        /*start of header section*/

    h1{
        font-size: 3rem;
        max-width: 15ch;
        -webkit-text-stroke-width: 1px;
        line-height: 3rem;
    }
    h2{
        font-size: 1rem;
        font-weight:lighter;
        max-width: 30ch;
        text-align: center;
        word-spacing: normal;
        line-height: 1.5rem;
    
    }
    header{
        width: 100dvw;
        min-height: 100dvh;  
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header>div{
        gap: 3rem;
        padding: 0rem 2rem 0rem 2rem;
    }
                    /*end of header section*/

                  /* start of project section  */
    .project-section{
  
        width: 100dvw;
        gap: 9rem;
        padding-bottom: 2rem;
    }
    .project{
        width: 100%;
        height: 60dvh;
    }
            /*initializing projects components*/
    .project-number>h1{
        rotate: 90deg;
    }
    .project-number{
        width: 5dvw;
    }
    .project-type{
        width: 20dvw;
        height: 100%;
    }
    .project-text{
        font-size:1rem;
        letter-spacing: 0.5rem;
        rotate:90deg;
        line-height: 1rem;
        -webkit-text-stroke-width:0cap;
    }
    .project-image>h1{              /* animation rotate of text button */
        bottom: -1.3rem;
        right: 0rem;
        font-size: 2rem;
        font-weight:bolder;
        -webkit-text-stroke-width: 0.7px;
    }


    .button-text{                   /* animation loop of text title */
        font-size:0.7rem;
        letter-spacing: 0.2rem;
        font-weight: 100;
    }
           
    /*end of initializing projects components*/

     /* first project styling */

    .project .project-image{    /*first project styling of specific images*/
        width: 74dvw;
    }
    .project.two .project-image{    /*second project styling of specific images*/
        width: 74dvw;
    }
    .project.three .project-image{    /*third project styling of specific images*/
        width: 74dvw;
        
    }
    .project.four .project-image{    /*fourth project styling of specific images*/
        width: 74dvw;
    }
    
    
    .project-button{                /*first project styling of button*/
        width: 60px;
        height: 60px;
        border: 1px solid rgb(224, 27, 204);

    }
    .project.two .project-button{    /*second project styling of button*/
        border: 1px solid rgba(0, 55, 255, 0.874);
    }
    .project.three .project-button{    /*third project styling of button*/
        border: 1px solid orange;
    }
    .project.four .project-button{    /*fourth project styling of button*/
        border: 1px solid aqua;
    }
    /* start of footer styling */

    footer>div{
        width: 100dvw;
        min-height: 70dvh;
    }

    small{
        bottom: 1rem;
        left: 1rem;
        font-size:0.5rem;
    }
                        /* end of footer styling */

                        /*-------end of homepage style----------*/

            /*-------------start style of work projects detail page------------------------*/

    .project-container{
        width: 100dvw;
        height: 100dvh;
        margin-top: -4rem;
    }
    .project-image-detail{              /*first project styling of specific images*/
        width: 100%;
        height: 60dvh;
    }

    .project-image-detail.two{              /*second project styling of specific images*/
        width: 100dvw;
        height: 60dvh;
    
    }
    .project-image-detail.three{              /*three project styling of specific images*/
        width: 100dvw;
        height: 60dvh;
       
    }
    .project-image-detail.four{              /*fourth project styling of specific images*/
        width: 100dvw;
        height: 60dvh;
    }
    .project-title>h1{                  /* project styling of specific of title */
        mix-blend-mode:hard-light;
        -webkit-text-stroke-width: 0.5px;
        position: absolute;
        top: 0rem;
        left: 1rem;
        font-size:2rem;
    }

    .project-description{               /* project styling of background of the parag */
        width: 100dvw;
        height: 40dvh;
        bottom: 3rem;
        right: 0rem;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.75);
        opacity: 70%;
        display: flex;
        justify-content: center;
        align-items:center;
        overflow:hidden;
    
    }
    .project-description>p{         /* project styling description parag of project */
        text-align:justify;
        padding: 1rem 1rem 1rem 1rem;
        font-size: 0.7rem;
        font-weight: 100;
        text-indent: 3rem;
        line-height: 1.2rem;
        letter-spacing: 0.1rem;
        overflow: hidden;
    }

    .empty{
        width: 100dvw;
        height: 100dvh;
        z-index: 1;
        position: relative;
        overflow: hidden;
    }

    .project-branding-container{      /* project styling branding/casestudy of project */
        width: 100dvw;
        height: auto;
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgba(7, 4, 2, 0.75);
        overflow: hidden;
    }

    .branding-image-container{
        min-width: 80dvw;
        padding: 2rem 0rem 2rem 0rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 4rem;
    }

    .branding-image-container.two,                  /* first project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 40dvh;
    }
    .branding-image-container.one{
        min-width: 100%;
        height: 12dvw;
       
    }



    .branding-image-container.two,                  /* second  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 40dvh;;
    }
    .branding-image-container.apax .one{
        min-width: 100%;
        height: 12dvh;
      
    }

  

    .branding-image-container.two,                  /* third  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 40dvh;
    }
    .branding-image-container.jesse .one{
        min-width: 100%;
        height: 12dvh;
    }
    .branding-image-container.two,                  /* fourth  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 40dvh;
    }
    .branding-image-container.obs .one{
        min-width: 100%;
        height: 12dvh;
    
    }
    /*-------------end style of work projects detail------------------------*/


    /*-------------start style of project footer ------------------------*/

    .project-footer, .about-footer{
        position: relative;
        z-index: 1;
        background-color: #1f1f1f;
        width: 100dvw;
        min-height: 80dvh;
        display: flex;
        flex-direction: column;
        justify-content:space-evenly;
        align-items: center;
    }
    .project-footer>h1, .about-footer>h1{
        font-size: 3rem;
        max-width: 25ch;
        padding: 2rem 2rem 2rem 2rem;
        -webkit-text-stroke-width: 0.5px;
        line-height: normal;
    }
    .project-footer>h1{
        padding-bottom: 5rem;
    }
    .project-footer>h1>span{
        -webkit-text-stroke-color: aqua;
        -webkit-text-stroke-width: 0.5px;
    }
    .project-button-container{
        width: 100%;
        display: flex;
        justify-content:space-around;
        align-items:center;
        padding-bottom: 8rem;
    }
    button.circle{
        cursor: pointer;
        background-color: transparent;
    }
    .project-button-container .circle.white{
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border:1px solid whitesmoke;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .project-button-container .circle.orange{
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border:1px solid orange;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .circle>h2{
        font-size: 0.8rem;
        white-space:nowrap;
        letter-spacing:0.1rem;
        font-weight: lighter;
        text-align: center;
    }
    .circle.white>h2{
        animation: rotate_white 200s infinite linear;
    }
    .circle.orange>h2{
        animation: rotate_orange 200s infinite linear;
    }

    @keyframes rotate_white {
        from {
        transform: rotate(359deg);
        }
        to {
        transform: rotate(0deg);
        }
    }


    @keyframes rotate_orange {
        from {
        transform: rotate(0deg);
        }
        to {
        transform: rotate(359deg);
        }
    }

    
/*-------------end style of project page ------------------------*/
    


    /*-------------start style of about me page ------------------------*/

    .review-container{
        width: 100dvw;
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .review-image-container{
        width: 100%;
        height: 60dvh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        gap: 2rem;
        overflow: hidden;

    }
    .review-image{
        width: 250px;
        height: 80px;
        overflow: hidden;
    }


    .about-container{               /* about me sections */
        min-height: 90dvh;
        width: 100dvw;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column;
        gap: 2rem;
        overflow: hidden;
    }
    .about-pitch>h1{
        -webkit-text-stroke-color: orange;
        max-width: 15ch;
        text-align:center;
        overflow: hidden;
        font-size: 3rem;
    }   
    .about-me{
        width: 80dvw;
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        gap:2rem;
        flex-direction: column-reverse;
       
    }

    .about-parag{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
       
    }
    .about-parag>p{
        font-size:0.8rem;
        font-weight:100;
        text-indent: 2rem;
        opacity: 75%;
        letter-spacing: 0.1rem;
        text-align: center;
        line-height: normal;
    }
    .about-reserve{
        min-width: 50dvw;
        height: 10dvh;
        display: none;
    }
    .about-image{
        background-image:url(images/about-myself.png;);
        width:220px;
        height:100%;
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .about-pitch-two{
        width: 100dvw;
        min-height: 70dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow: hidden;
        gap: 3rem;

    }
    .about-pitch-two>h1{
        font-size: 3rem;
        line-height: normal;
        overflow: hidden;
        padding:0rem 2rem 0rem 2rem;

    }
    .about-footer h1{
       -webkit-text-stroke-color: aqua;
       overflow: hidden;
    }
    span{
        -webkit-text-stroke-color: orange;
    }
 
    /*-------------end style of about me page ------------------------*/

        
 /*-------------start style of contact page ------------------------*/

    .contact-container{
        display: flex;
        justify-content:center;
        align-items:center;
        flex-direction: column;
        width: 100dvw;
        height:  auto;
        gap: 3rem;
        overflow:hidden;  
        padding-top: 8rem;
    }
    .contact-container>h1{
        font-size: 3rem;
        text-align: center;
        max-width: 30ch;
        line-height: normal;
        padding: 0rem 2rem 0rem 2rem;

    }
    .contact-container>h2{
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color:orange;
        color: #1f1f1f;
        font-size: 2.5rem;
        font-weight:bold;
        line-height: 2.5rem;
        text-align: center;
        font-variant-caps:all-petite-caps;
        max-width: 15ch;
        padding-bottom: 2rem;
        padding: 0rem 2rem 0rem 2rem;


    }
    .contact-container h2 >span{
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color:red;
    }


    form div>p{                                                    /* form style */ 

        font-size: 1rem;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        line-height: 2rem;
        max-width:40ch;
        padding: 9rem 2rem 2rem 2rem;
        
    }
    form{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100dvw;
        height: auto;
        overflow: hidden;
    }

    input, select{
        text-align: center;
        color:aqua;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        font-size: 1rem;
    }
    ::-webkit-input-placeholder{
        color:aqua;
        text-align: center;
        opacity: 50%;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        font-size: 1rem;
    }

    input.name:focus, select.budget:focus, input.reason:focus, select.source:focus{
        outline: none;
    }

  
    input.name, input.reason, select.source, select.budget{
        min-width: 10ch;
        background-color: transparent;
        color:aqua;
        border: none;
        border-bottom: 1px solid whitesmoke;
    }
    input.name{
        min-width: 10ch;
    }
    input.reason{
        min-width: 10ch;
    }


    .footer-container{
        position: relative;
        width: 100dvw;
        display: flex;
        justify-content: space-evenly;
        align-items:center;
        padding: 0rem 0rem 4rem 0rem;
    }
    .footer-container button{
        width: 60px;
        height: 60px;
        border-radius: 50%;
        cursor: pointer;
        border: 1px solid aqua;
        background-color: transparent;
        font-size: medium;
        font-variant-caps: all-petite-caps;
        font-size: 1rem;
        text-align: center;
        color:aqua;
        background-color: black;
    }

}
/*-------------end style of contact page ------------------------*/

   

@media (min-width: 600px) and (max-width:800px) {
    body{
        font-size: 16px;
    }
                            /* start of nav section  */
    nav{ 
        padding: 1rem 0rem 1rem 0rem;
        width: 95dvw;
       
    }
    .navdiv {
        display:none;
        z-index: 998;
        width: 100dvw;
        position: fixed;
        height: 100dvh;
        background-color: rgba(0, 0, 0, 0.80);
        backdrop-filter: blur(3px);
      }
    .navdiv-wrapper{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 2rem;
        
    }
    
      .profile-wrapper{
        width: auto;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: start;
        margin-top: 10rem;
    
      }
      .profile-wrapper button{
        width: 80px;
        height: 80px;
        border-radius: 100%;
        background-image: url(images/nav-about-myself.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        background-color:transparent;
        cursor: pointer;
        border:none;
   
      }
      .nav-button-wrapper{
        width: auto;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 1rem;
      }
      .nav-button-wrapper .circle.white{
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border:1px solid whitesmoke;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
    }
      .nav-list-wrapper{
        width:auto;
        height: 60%;
        display: flex;
        justify-content:center;
        align-items:center;
        flex-direction: column;
       
        
      }
      .nav-list-wrapper .link-work, .nav-list-wrapper .link-about{
        width: 100%;
        height: auto;
        
       
      }
      .nav-list-wrapper .link-work>button, .nav-list-wrapper .link-about>button,  .nav-list-wrapper .link-social>button{
        background-color: transparent;
        border: none;
        cursor: pointer;
      }
      .nav-list-wrapper .link-work>button, .nav-list-wrapper .link-about>button{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items:end;
        flex-direction: column;
        white-space: nowrap;
        color: whitesmoke;
        gap: 0.1rem;
      }
      .link-work button>h1, .link-about button>h1{
        color:whitesmoke;
        -webkit-text-stroke-width:0px;
        font-stretch: ultra-expanded;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size:5rem;
      }
      .link-work button>h2, .link-about button>h2{
        color:whitesmoke;
        font-size:smaller;
        -webkit-text-stroke-width:0px;
        font-stretch: ultra-expanded;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
      }
      .nav-list-wrapper .link-social{
        width: 100%;
        height: 10rem;
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 2rem;
      }
      .nav-list-wrapper .link-social a>img{
        width:35px;
        height: 35px;
      }
    
    .menu{
        border-radius: 50%;
        height: 70px;
        width: 70px;
        border: 1px solid whitesmoke;
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        justify-content: center;
        align-items: center;
        background-color: #1f1f1f;
        cursor: pointer;
    }
    .menu-close{
        position: relative;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        border: 1px solid whitesmoke;
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        justify-content: center;
        align-items: center;
        background-color: #1f1f1f;
        cursor: pointer;
    }
    .menu-close .line-one{
        position:absolute;
        transform: translate(-50%, -50%) rotate(45deg);
        border: 1px solid whitesmoke;
        top: 50%;
        left: 50%;
        width: 20px;
    }
    .menu-close .line-two{
        position: absolute;
        transform: translate(-50%, -50%) rotate(-45deg);
        border:1px solid whitesmoke;
        width: 20px;
        top: 50%;
        left: 50%;
    }
    .menu{
        height: 40px;
        width: 40px;
        border: 1px solid whitesmoke;
        gap: 0.3rem;
    
    }

    .line{
        border: 1px solid whitesmoke;
        width: 20px;
    }
                         /* end of nav section */

                        /*start of header section*/

    h1{
        font-size: 5rem;
        max-width: 15ch;
        -webkit-text-stroke-width: 1px;
        line-height: 4rem;
        font-weight: thin;
    }
    h2{
        font-size: 1rem;
        font-weight:lighter;
        max-width: 45ch;
        letter-spacing: normal;
        line-height: 1.5rem;
    }
    header{
        width: 100dvw;
        min-height: 100dvh;  
    }
    header>div{
        gap: 3rem;
        padding: 0rem 2rem 0rem 2rem;
    }
                    /*end of header section*/

                  /* start of project section  */
    .project-section{
        width: 100dvw;
        gap: 9rem;
        padding-bottom: 2rem;
    }
    .project{
        width: 100%;
        height: 75dvh;
       
    }
            /*initializing projects components*/
    .project-number>h1{
        rotate: 90deg;
    }
    .project-number{
        width: 5dvw;
    }
    .project-type{
        width: 20dvw;
        height: 100%;
    }
    .project-text{
        width: auto;
        font-size:1.5rem;
        letter-spacing: 0.5rem;
        font-weight:lighter;
        rotate:90deg;
        line-height: 1.5rem;
    
    }
    .project-image>h1{              /* animation rotate of text button */
        bottom: -1.5rem;
        right: 0rem;
        font-size: 3rem;
        font-weight:bolder;
        -webkit-text-stroke-width: .5px;
    }

    .button-text{                   /* animation loop of text title */
      
        font-size:0.7rem;
        letter-spacing: 0.2rem;
        font-weight: 100;

        
    }
     /*end of initializing projects components*/

     /* first project styling */

    .project .project-image{    /*first project styling of specific images*/
        width: 74dvw;
    }
    .project.two .project-image{    /*second project styling of specific images*/
        width: 74dvw;        
    }
    .project.three .project-image{    /*third project styling of specific images*/
        width: 74dvw;
    }
    .project.four .project-image{    /*fourth project styling of specific images*/
        width: 74dvw;
    }
    
    
    .project-button{                /*first project styling of button*/
        width: 60px;
        height: 60px;
        border: 1px solid rgb(224, 27, 204);  
    }
    .project.two .project-button{    /*second project styling of button*/
        border: 1px solid rgba(0, 55, 255, 0.874);
    }
    .project.three .project-button{    /*third project styling of button*/
        border: 1px solid orange;
    }
    .project.four .project-button{    /*fourth project styling of button*/
        border: 1px solid aqua;
    }
    /* start of footer styling */

    footer>div{
        width: 100dvw;
        min-height: 70dvh;
    }

    small{
        bottom: 1rem;
        left: 1rem;
        font-size:0.5rem;
    }
                        /*------ end of home page footer styling----- */
                        /* -------start of project detail page-------*/

    .project-container{
        width: 100dvw;
        height: 100dvh;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: -4rem;
    }
    .project-image-detail{              /*first project styling of specific images*/
        width: 100%;
        height: 60dvh;
        background-image: url(images/laniemoore-shop.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    .project-image-detail.two{              /*second project styling of specific images*/
        width: 100dvw;
        height: 60dvh;
        background-image: url(images/apax-visa-consultancy.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .project-image-detail.three{              /*three project styling of specific images*/
        width: 100dvw;
        height: 60dvh;
        background-image: url(images/jessechedotal-coach.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position:relative;
    }
    .project-image-detail.four{              /*fourth project styling of specific images*/
        width: 100dvw;
        height: 60dvh;
        background-image: url(images/obsequium-estab.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .project-title>h1{                  /* project styling of specific of title */
        mix-blend-mode:hard-light;
        -webkit-text-stroke-width: 0.5px;
        position: absolute;
        top: 0rem;
        left: 1rem;
        font-size:2rem;
    }

    .project-description{               /* project styling of background of the parag */
        width: 100dvw;
        height: 30dvh;
        bottom: 3rem;
        right: 0rem;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.75);
        opacity: 70%;
        display: flex;
        justify-content: center;
        align-items:center;
        overflow: hidden;

    }
    .project-description>p{         /* project styling description parag of project */
        text-align:justify;
        padding: 1rem 1rem 1rem 1rem;
        font-size: 1rem;
        font-weight: 100;
        text-indent: 3rem;
        line-height: 1.5rem;
        letter-spacing: 0.1rem;
        overflow: hidden;
    }

    .empty{
        width: 100dvw;
        height: 100dvh;
        z-index: 1;
        position: relative;
        overflow: hidden;
    }

    .project-branding-container{      /* project styling branding/casestudy of project */
        width: 100dvw;
        height: auto;
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgba(7, 4, 2, 0.75);
        overflow: hidden;
    }

    .branding-image-container{
        min-width: 80dvw;
        padding: 2rem 0rem 2rem 0rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 4rem;
    }

    .branding-image-container.two,                  /* first project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 40dvh;
    }
    .branding-image-container.one{
        min-width: 100%;
        height: 15dvw;
        background-image: url(images/laniemoorecolorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.two{
        background-image: url(images/laniemoore-landing-page.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.three{
        background-image: url(images/laniemoore-laptop-two.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.four{
        background-image: url(images/laniemoore-laptop-front.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.two,                  /* second  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 40dvh;;
    }
    .branding-image-container.apax .one{
        min-width: 100%;
        height: 15dvh;
        background-image: url(images/apaxcolorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.apax .two{
        background-image: url(images/apax-company-front.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.apax .three{
        background-image: url(images/apax-logo.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.apax .four{
        background-image: url(images/apax-brochure.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.two,                  /* third  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 40dvh;
    }
    .branding-image-container.jesse .one{
        min-width: 100%;
        height: 15dvh;
        background-image: url(images/jessecolorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.jesse .two{
        background-image: url(images/Jesse-hanging-wall.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.jesse .three{
        background-image: url(images/jesse-paper.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.jesse .four{
        background-image: url(images/jesse-langdingpage.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.two,                  /* fourth  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 40dvh;
    }
    .branding-image-container.obs .one{
        min-width: 100%;
        height: 15dvh;
        background-image: url(images/obsequium-colorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.obs .two{
        background-image: url(images/obsequium-lawfirm.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;

    }

    .branding-image-container.obs .three{
        background-image: url(images/obsequium-laptop.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.obs .four{
        background-image: url(images/obsequium-phone.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    /*end style of work projects detail*/


    /*start style of project footer*/

    .project-footer, .about-footer{
        position: relative;
        z-index: 1;
        background-color: #1f1f1f;
        width: 100dvw;
        min-height: 80dvh;
        display: flex;
        flex-direction: column;
        justify-content:space-evenly;
        align-items: center;
    }
    .project-footer>h1, .about-footer>h1{
        font-size: 3.5rem;
        max-width: 25ch;
        padding: 2rem 2rem 2rem 2rem;
        -webkit-text-stroke-width: 0.5px;
        line-height:normal;
    }
    .project-footer>h1>span{
        -webkit-text-stroke-color: aqua;
        -webkit-text-stroke-width: 0.5px;
    }
    .project-button-container{
        width: 100%;
        display: flex;
        justify-content:space-around;
        align-items:center;
    }
    button.circle{
        cursor: pointer;
        background-color: transparent;
    }
    .project-button-container .circle.white{
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border:1px solid whitesmoke;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .project-button-container .circle.orange{
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border:1px solid orange;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .circle>h2{
        font-size: 0.8rem;
        white-space:nowrap;
        letter-spacing:0.1rem;
        font-weight: lighter;
        text-align: center;
    }
    .circle.white>h2{
        animation: rotate_white 200s infinite linear;
    }
    .circle.orange>h2{
        animation: rotate_orange 200s infinite linear;
    }

    @keyframes rotate_white {
        from {
        transform: rotate(359deg);
        }
        to {
        transform: rotate(0deg);
        }
    }


    @keyframes rotate_orange {
        from {
        transform: rotate(0deg);
        }
        to {
        transform: rotate(359deg);
        }
    }


    /*-------------end style of project footer ------------------------*/
    /*-------------end style of project page ------------------------*/

   /*-------------start style of about me page ------------------------*/

    .review-container{
        width: 100dvw;
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .review-image-container{
        width: 100%;
        height: 60dvh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        gap: 3rem;
        overflow: hidden;

    }
    .review-image{
        width: 300px;
        height: 80px;
        overflow: hidden;
    }


    .about-container{               /* about me sections */
        min-height: 90dvh;
        width: 100dvw;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column;
        gap: 2rem;
        overflow: hidden;
    }
    .about-pitch>h1{
        -webkit-text-stroke-color: orange;
        max-width: 15ch;
        text-align:center;
        overflow: hidden;
        line-height: normal;
        font-size: 4rem;
    }   
    .about-me{
        height: 100dvh;
        width: 80dvw;
        display: flex;
        justify-content: center;
        align-items: center;
        gap:2rem;
        flex-direction: column-reverse;
        overflow: hidden;
    }

    .about-parag{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        overflow: hidden;
    }
    .about-parag>p{
        font-size:0.9rem;
        font-weight:100;
        text-indent: 2rem;
        opacity: 75%;
        letter-spacing: 0.1rem;
        overflow: hidden;
        line-height: 1.5rem;
        text-align: center;
    }
    .about-reserve{
        min-width: 50dvw;
        height: 10dvh;
        display: none;
    }
    .about-image{
        background-image:url(images/about-myself.png;);
        width:250px;
        height:100%;
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .about-pitch-two{
        width: 100dvw;
        min-height: 70dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow: hidden;
        gap: 3rem;

    }
    .about-pitch-two>h1{
        font-size: 4rem;
        line-height: normal;
        overflow: hidden;
        padding:0rem 2rem 0rem 2rem;

    }
    .about-footer h1{
       -webkit-text-stroke-color: aqua;
       overflow: hidden;
    }
    span{
        -webkit-text-stroke-color: orange;
    }
 /*-------------start style of contact page ------------------------*/

    .contact-container{
        display: flex;
        justify-content:center;
        align-items:center;
        flex-direction: column;
        width: 100dvw;
        height:  auto;
        gap: 4rem;
        overflow:hidden;  
        padding-top: 8rem;
    }
    .contact-container>h1{
        font-size: 4rem;
        text-align: center;
        max-width: 30ch;
        line-height: normal;
        padding: 0rem 4rem 0rem 4rem;

    }
    .contact-container>h2{
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color:orange;
        color: #1f1f1f;
        font-size: 3.5rem;
        font-weight:bold;
        line-height: normal;
        text-align: center;
        font-variant-caps:all-petite-caps;
        max-width: 20ch;
        padding-bottom: 2rem;
        padding: 0rem 4rem 2rem 4rem;


    }
    .contact-container h2 >span{
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color:red;
    }


    form div>p{                                                    /* form style */ 

        font-size: 1.3rem;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        line-height: 2.5rem;
        max-width:60ch;
        padding: 9rem 4rem 2rem 4rem;
        
    }
    form{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100dvw;
        height: auto;
        overflow: hidden;
    }

    input, select{
        text-align: center;
        color:aqua;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        font-size: 1rem;
    }
    ::-webkit-input-placeholder{
        color:aqua;
        text-align: center;
        opacity: 50%;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        font-size: 1rem;
    }

    input.name:focus, select.budget:focus, input.reason:focus, select.source:focus{
        outline: none;
    }

  
    input.name, input.reason, select.source, select.budget{
        min-width: 10ch;
        background-color: transparent;
        color:aqua;
        border: none;
        border-bottom: 1px solid whitesmoke;
    }
    input.name{
        min-width: 10ch;
    }
    input.reason{
        min-width: 10ch;
    }


    .footer-container{
        position: relative;
        width: 100dvw;
        display: flex;
        justify-content: space-evenly;
        align-items:center;
        padding: 0rem 0rem 4rem 0rem;
    }
    .footer-container button{
        width: 60px;
        height: 60px;
        border-radius: 50%;
        cursor: pointer;
        border: 1px solid aqua;
        background-color: transparent;
        font-size: medium;
        font-variant-caps: all-petite-caps;
        font-size: 1rem;
        text-align: center;
        color:aqua;
        background-color: black;
    }

}
/*-------------end style of contact page ------------------------*/

@media (min-width: 800px) and (max-width:992px) {
    body{
        font-size: 16px;
    }
                            /* start of nav section  */
    nav{ 
        padding: 1rem 0rem 1rem 0rem;
        width: 95dvw;
       
    }
    .navdiv {
        display:none;
        z-index: 998;
        width: 100dvw;
        position: fixed;
        height: 100dvh;
        background-color: rgba(0, 0, 0, 0.80);
        backdrop-filter: blur(3px);
      }
    .navdiv-wrapper{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 4rem;
        
    }
    
      .profile-wrapper{
        width: auto;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: start;
        margin-top: 10rem;
    
      }
      .profile-wrapper button{
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background-image: url(images/nav-about-myself.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        background-color:transparent;
        cursor: pointer;
        border:none;
   
      }
      .nav-button-wrapper{
        width: auto;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .nav-button-wrapper .circle.white{
        width: 90px;
        height: 90px;
        border-radius: 50%;
        border:1px solid whitesmoke;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
    }
      .nav-list-wrapper{
        width:auto;
        height: 100%;
        display: flex;
        justify-content:center;
        align-items:center;
        flex-direction: column;
      }
      .nav-list-wrapper .link-work, .nav-list-wrapper .link-about{
        width: 100%;
        height:auto;    
      }
      .nav-list-wrapper .link-work>button, .nav-list-wrapper .link-about>button,  .nav-list-wrapper .link-social>button{
        background-color: transparent;
        border: none;
        cursor: pointer;
      }
      .nav-list-wrapper .link-work>button, .nav-list-wrapper .link-about>button{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items:end;
        flex-direction: column;
        white-space: nowrap;
        color: whitesmoke;
        gap: 1rem;
      }
      .link-work button>h1, .link-about button>h1{
        color:whitesmoke;
        -webkit-text-stroke-width:0px;
        font-stretch: ultra-expanded;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size:6rem;
      }
      .link-work button>h2, .link-about button>h2{
        color:whitesmoke;
        font-size:medium;
        -webkit-text-stroke-width:0px;
        font-stretch: ultra-expanded;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
      }
      .nav-list-wrapper .link-social{
        width: 100%;
        height: 10rem;
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 2rem;
      }
      .nav-list-wrapper .link-social a>img{
        width:40px;
        height: 40px;
      }
    
    .menu{
        border-radius: 50%;
        height: 70px;
        width: 70px;
        border: 1px solid whitesmoke;
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        justify-content: center;
        align-items: center;
        background-color: #1f1f1f;
        cursor: pointer;
    }
    .menu-close{
        position: relative;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        border: 1px solid whitesmoke;
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        justify-content: center;
        align-items: center;
        background-color: #1f1f1f;
        cursor: pointer;
    }
    .menu-close .line-one{
        position:absolute;
        transform: translate(-50%, -50%) rotate(45deg);
        border: 1px solid whitesmoke;
        top: 50%;
        left: 50%;
        width: 25px;
    }
    .menu-close .line-two{
        position: absolute;
        transform: translate(-50%, -50%) rotate(-45deg);
        border:1px solid whitesmoke;
        width: 25px;
        top: 50%;
        left: 50%;
    }
    .menu{
        height: 50px;
        width: 50px;
        border: 1px solid whitesmoke;
        gap: 0.3rem;

    }

    .line{
        border: 1px solid whitesmoke;
        width: 20px;
    }
                         /* end of nav section */

                        /*start of header section*/

    h1{
        font-size: 7rem;
        max-width: 15ch;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: whitesmoke;
        font-weight:thin;
        text-align: center;
        line-height: 6rem;
    }
    h2{
        font-size: 1rem;
        font-weight:lighter;
        color: whitesmoke;
        max-width: 45ch;
        letter-spacing: normal;
        line-height: 1.6rem;
    
    }
    header{
        width: 100dvw;
        min-height: 100dvh;  
    }
    header>div{  
        gap: 3rem;
        padding: 0rem 2rem 0rem 2rem;
    }
                    /*end of header section*/

                  /* start of project section  */
    .project-section{
        width: 100dvw;
        gap: 15rem;
        padding-bottom: 2rem;
    }
    .project{
        width: 100%;
        height: 70dvh;
        display: flex;
        flex-direction: row;
       
    }
            /*initializing projects components*/
    .project-number>h1{
        rotate: 90deg;
        font-size: 5rem;
    }
    .project-number{
        width: 5dvw;
    }
    .project-type{
        width: 20dvw;
        height: 100%;
    }
    .project-text{
        width: auto;
        font-size:2rem;
        letter-spacing: 0.2rem;
        font-weight:lighter;
        rotate:75deg;
        line-height: 1.8rem;
    
    }
    .project-image>h1{              /* animation rotate of text button */
        bottom: -2.4rem;
        right: 0rem;
        font-size: 4rem;
        font-weight:bolder;
        -webkit-text-stroke-width: .8px;
      
    }
    .button-text{                   /* animation loop of text title */
        mix-blend-mode: difference;
        font-size:0.9rem;
        letter-spacing: 0.4rem;
    }
    @keyframes rotation {
        from {
          transform: rotate(0deg);
        }
        to {
          transform: rotate(359deg);
        }
    }
             /*end of initializing projects components*/

     /* first project styling */

    .project .project-image{    /*first project styling of specific images*/
        width: 74dvw;  
    }
    .project.two .project-image{    /*second project styling of specific images*/
        width: 74dvw;
    }
    .project.three .project-image{    /*third project styling of specific images*/
        width: 74dvw;
    }
    .project.four .project-image{    /*fourth project styling of specific images*/
        width: 74dvw;
    }
    
    
    .project-button{                /*first project styling of button*/
        width: 80px;
        height: 80px;
        border: 1px solid rgb(224, 27, 204);
    }
    .project.two .project-button{    /*second project styling of button*/
        border: 1px solid rgba(0, 55, 255, 0.874);
    }
    .project.three .project-button{    /*third project styling of button*/
        border: 1px solid orange;
    }
    .project.four .project-button{    /*fourth project styling of button*/
        border: 1px solid aqua;
    }
    /* start of footer styling */

    footer>div{
        width: 100dvw;
        min-height: 70dvh;
    }
    small{
        bottom: 1rem;
        left: 1rem;
        font-size:0.6rem;
    }
                        /*------ end of home page footer styling----- */
                        /* -------start of project detail page-------*/

    .project-container{
        width: 100dvw;
        height: 100dvh;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .project-image-detail{              /*first project styling of specific images*/
        width: 100%;
        height: 70dvh;
        background-image: url(images/laniemoore-shop.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    .project-image-detail.two{              /*second project styling of specific images*/
        width: 100dvw;
        height: 70dvh;
        background-image: url(images/apax-visa-consultancy.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .project-image-detail.three{              /*three project styling of specific images*/
        width: 100dvw;
        height: 70dvh;
        background-image: url(images/jessechedotal-coach.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position:relative;
    }
    .project-image-detail.four{              /*fourth project styling of specific images*/
        width: 100dvw;
        height: 70dvh;
        background-image: url(images/obsequium-estab.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .project-title>h1{                  /* project styling of specific of title */
        mix-blend-mode:hard-light;
        -webkit-text-stroke-width: 0.5px;
        position: absolute;
        top: 0rem;
        left: 1rem;
        font-size:2rem;
    }

    .project-description{               /* project styling of background of the parag */
        width: 80dvw;
        height: 40dvh;
        bottom: 3rem;
        right: 0rem;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.75);
        opacity: 70%;
        display: flex;
        justify-content: center;
        align-items:center;
        overflow: hidden;

    }
    .project-description>p{         /* project styling description parag of project */
        text-align:justify;
        padding: 1rem 2rem 1rem 2rem;
        font-size: 1rem;
        font-weight: 100;
        text-indent: 3rem;
        line-height: 1.8rem;
        letter-spacing: 0.1rem;
        overflow: hidden;
    }

    .empty{
        width: 100dvw;
        height: 100dvh;
        z-index: 1;
        position: relative;
        overflow: hidden;
    }

    .project-branding-container{      /* project styling branding/casestudy of project */
        width: 80dvw;
        height: auto;
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgba(7, 4, 2, 0.75);
        overflow: hidden;
    }

    .branding-image-container{
        min-width: 70dvw;
        padding: 2rem 0rem 2rem 0rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 4rem;
    }

    .branding-image-container.two,                  /* first project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 40dvh;
    }
    .branding-image-container.one{
        min-width: 100%;
        height: 13dvw;
        background-image: url(images/laniemoorecolorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.two{
        background-image: url(images/laniemoore-landing-page.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.three{
        background-image: url(images/laniemoore-laptop-two.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.four{
        background-image: url(images/laniemoore-laptop-front.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.two,                  /* second  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 40dvh;
    }
    .branding-image-container.apax .one{
        min-width: 100%;
        height: 13dvh;
        background-image: url(images/apaxcolorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.apax .two{
        background-image: url(images/apax-company-front.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.apax .three{
        background-image: url(images/apax-logo.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.apax .four{
        background-image: url(images/apax-brochure.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.two,                  /* third  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 40dvh;
    }
    .branding-image-container.jesse .one{
        min-width: 100%;
        height: 13dvh;
        background-image: url(images/jessecolorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.jesse .two{
        background-image: url(images/Jesse-hanging-wall.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.jesse .three{
        background-image: url(images/jesse-paper.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.jesse .four{
        background-image: url(images/jesse-langdingpage.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.two,                  /* fourth  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 40dvh;
    }
    .branding-image-container.obs .one{
        min-width: 100%;
        height: 13dvh;
        background-image: url(images/obsequium-colorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.obs .two{
        background-image: url(images/obsequium-lawfirm.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;

    }

    .branding-image-container.obs .three{
        background-image: url(images/obsequium-laptop.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.obs .four{
        background-image: url(images/obsequium-phone.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    /*end style of work projects detail*/


    /*start style of project footer*/

    .project-footer, .about-footer{
        position: relative;
        z-index: 1;
        background-color: #1f1f1f;
        width: 100dvw;
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content:space-evenly;
        align-items: center;
        gap: 2rem;
    }
    .project-footer>h1, .about-footer>h1{
        font-size: 5rem;
        max-width: 30ch;
        padding: 2rem 2rem 2rem 2rem;
        -webkit-text-stroke-width: 1px;
        line-height: normal;
       
    }
    .project-footer>h1>span{
        -webkit-text-stroke-color: aqua;
        -webkit-text-stroke-width: 1px;
    }
    .project-button-container{
        width: 100%;
        display: flex;
        justify-content:space-around;
        align-items:center;
        padding-bottom: 4rem;
    }
    button.circle{
        cursor: pointer;
        background-color: transparent;
    }
    .project-button-container .circle.white{
        width: 90px;
        height: 90px;
        border-radius: 50%;
        border:1px solid whitesmoke;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .project-button-container .circle.orange{
        width: 90px;
        height: 90px;
        border-radius: 50%;
        border:1px solid orange;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .circle>h2{
        font-size: 1rem;
        white-space:nowrap;
        letter-spacing:0.1rem;
        font-weight: lighter;
        text-align: center;
    }
    .circle.white>h2{
        animation: rotate_white 200s infinite linear;
    }
    .circle.orange>h2{
        animation: rotate_orange 200s infinite linear;
    }

    @keyframes rotate_white {
        from {
        transform: rotate(359deg);
        }
        to {
        transform: rotate(0deg);
        }
    }


    @keyframes rotate_orange {
        from {
        transform: rotate(0deg);
        }
        to {
        transform: rotate(359deg);
        }
    }


        /*end style of project footer */
    /*-------------end style of project page ------------------------*/
   /*-------------start style of about me page ------------------------*/

    .review-container{
        width: 100dvw;
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .review-image-container{
        width: 100%;
        height: 60dvh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        gap: 4rem;
        overflow: hidden;

    }
    .review-image{
        width: 300px;
        height: 90px;
        overflow: hidden;
    }


    .about-container{               /* about me sections */
        min-height: 90dvh;
        width: 100dvw;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column;
        gap: 2rem;
        overflow: hidden;
    }
    .about-pitch>h1{
        max-width: 15ch;
        -webkit-text-stroke-color: orange;
        text-align:center;
        overflow: hidden;
        line-height: normal;
        font-size: 5rem;
        padding:0 4rem 0 4rem;
    }   
    .about-me{
        width: 90%;
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        gap:2rem;
        overflow: hidden;
        padding:0 4rem 0 4rem;
    }

    .about-parag{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        overflow: hidden;
        
        
    }
    .about-parag>p{
        font-size:1.1rem;
        font-weight:100;
        text-indent: 2rem;
        opacity: 75%;
        max-width: 80ch;
        line-height: 1.8rem;
        letter-spacing: 0.1rem;
        overflow: hidden;
        text-align: left
    }
    .about-reserve{
        min-width: 50dvw;
        height: 10dvh;
        display: none;
    }
    .about-image{
        background-image:url(images/about-myself.png;);
        width:300px;
        height:100%;
        right:0rem;
        bottom:0rem;
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .about-pitch-two{
        width: 100dvw;
        min-height: 70dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow: hidden;
        gap: 3rem;

    }
    .about-pitch-two>h1{
        font-size: 5rem;
        line-height: normal;
        overflow: hidden;
        padding:0rem 3rem 0rem 3rem;

    }
    .about-footer h1{
       -webkit-text-stroke-color: aqua;
       overflow: hidden;
    }
    span{
        -webkit-text-stroke-color: orange;
    }
 /*-------------start style of contact page ------------------------*/

    .contact-container{
        display: flex;
        justify-content:center;
        align-items:center;
        flex-direction: column;
        width: 100dvw;
        height:  auto;
        gap: 4rem;
        overflow:hidden;  
        padding-top: 8rem;
    }
    .contact-container>h1{
        font-size: 5rem;
        text-align: center;
        max-width: 30ch;
        line-height: normal;
        padding: 0rem 4rem 0rem 4rem;

    }
    .contact-container>h2{
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color:orange;
        color: #1f1f1f;
        font-size: 5rem;
        font-weight:bold;
        line-height: normal;
        text-align: center;
        font-variant-caps:all-petite-caps;
        max-width: 20ch;
        padding-bottom: 2rem;
        padding: 0rem 4rem 2rem 4rem;


    }
    .contact-container h2 >span{
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color:red;
    }


    form div>p{                                                    /* form style */ 

        font-size: 1.4rem;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        line-height: 3rem;
        max-width:60ch;
        padding: 9rem 4rem 2rem 4rem;
        
    }
    form{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100dvw;
        height: auto;
        overflow: hidden;
    }

    input, select{
        text-align: center;
        color:aqua;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        font-size: 1.2rem;
    }
    ::-webkit-input-placeholder{
        color:aqua;
        text-align: center;
        opacity: 50%;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        font-size: 1.2rem;
    }

    input.name:focus, select.budget:focus, input.reason:focus, select.source:focus{
        outline: none;
    }

  
    input.name, input.reason, select.source, select.budget{
        min-width: 10ch;
        background-color: transparent;
        color:aqua;
        border: none;
        border-bottom: 1px solid whitesmoke;
    }
    input.name{
        min-width: 13ch;
    }
    input.reason{
        min-width: 20ch;
    }


    .footer-container{
        position: relative;
        width: 100dvw;
        display: flex;
        justify-content: space-evenly;
        align-items:center;
        padding: 0rem 0rem 4rem 0rem;
    }
    .footer-container button{
        width: 80px;
        height: 80px;
        border-radius: 50%;
        cursor: pointer;
        border: 1px solid aqua;
        background-color: transparent;
        font-size: medium;
        font-variant-caps: all-petite-caps;
        font-size: 1rem;
        text-align: center;
        color:aqua;
        background-color: black;
    }

}
/*-------------end style of contact page ------------------------*/


@media (min-width: 992px) and (max-width:1280px) {
    body{
        font-size: 16px;
    }
                            /* start of nav section  */
    nav{ 
        padding: 1rem 0rem 1rem 0rem;
        width: 95dvw;
       
    }
    .navdiv {
        display:none;
        z-index: 998;
        width: 100dvw;
        position: fixed;
        height: 100dvh;
        background-color: rgba(0, 0, 0, 0.80);
        backdrop-filter: blur(3px);
      }
    .navdiv-wrapper{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 5rem;
        
    }
    
      .profile-wrapper{
        width: auto;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: start;
        margin-top: 10rem;
    
      }
      .profile-wrapper button{
        width: 120px;
        height: 120px;
        border-radius: 100%;
        background-image: url(images/nav-about-myself.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        background-color:transparent;
        cursor: pointer;
        border:none;
      }
      .nav-button-wrapper{
        width: auto;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .nav-button-wrapper .circle.white{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border:1px solid whitesmoke;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
    }
      .nav-list-wrapper{
        width:auto;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        
      }
      .nav-list-wrapper .link-work, .nav-list-wrapper .link-about{
        width: 100%;
        height: auto;
      }
      .nav-list-wrapper .link-work>button, .nav-list-wrapper .link-about>button,  .nav-list-wrapper .link-social>button{
        background-color: transparent;
        border: none;
        cursor: pointer;
      }
      .nav-list-wrapper .link-work>button, .nav-list-wrapper .link-about>button{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items:end;
        flex-direction: column;
        white-space: nowrap;
        color: whitesmoke;
      }
      .link-work button>h1, .link-about button>h1{
        color:whitesmoke;
        -webkit-text-stroke-width:0px;
        font-stretch: ultra-expanded;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size:7rem;
      }
      .link-work button>h2, .link-about button>h2{
        color:whitesmoke;
        font-size:medium;
        -webkit-text-stroke-width:0px;
        font-stretch: ultra-expanded;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
      }
      .nav-list-wrapper .link-social{
        width: 100%;
        height: 10rem;
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 2rem;
      }
      .nav-list-wrapper .link-social a>img{
        width:40px;
        height: 40px;
      }
    
    .menu{
        border-radius: 50%;
        height: 70px;
        width: 70px;
        border: 1px solid whitesmoke;
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        justify-content: center;
        align-items: center;
        background-color: #1f1f1f;
        cursor: pointer;
    }
    .menu-close{
        position: relative;
        border-radius: 50%;
        height: 60px;
        width: 60px;
        border: 1px solid whitesmoke;
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        justify-content: center;
        align-items: center;
        background-color: #1f1f1f;
        cursor: pointer;
    }
    .menu-close .line-one{
        position:absolute;
        transform: translate(-50%, -50%) rotate(45deg);
        border: 1px solid whitesmoke;
        top: 50%;
        left: 50%;
        width: 40px;
    }
    .menu-close .line-two{
        position: absolute;
        transform: translate(-50%, -50%) rotate(-45deg);
        border:1px solid whitesmoke;
        width: 40px;
        top: 50%;
        left: 50%;
    }
    .menu{
        height: 60px;
        width: 60px;
        border: 1px solid whitesmoke;
        gap: 0.4rem;
 
    }

    .line{
        border: 1px solid whitesmoke;
        width: 20px;
    }
                         /* end of nav section */

                        /*start of header section*/

    h1{
        font-size: 8rem;
        max-width: 15ch;
        -webkit-text-stroke-width: 1px;
        font-weight:thin;
        font-variant-caps:all-petite-caps;
        line-height: 7rem;
       
    }
    h2{
        font-size: 1.1rem;
        font-weight:lighter;
        color: whitesmoke;
        max-width: 55ch;
        line-height: 1.8rem;
        letter-spacing: normal;
    
    }
    header{
        width: 100dvw;
        min-height: 100dvh;  
    }
    header>div{
        gap: 3rem;
        padding: 0rem 2rem 0rem 2rem;
    }
                    /*end of header section*/

                  /* start of project section  */
    .project-section{
        width: 100dvw;
        gap: 15rem;
        padding-bottom: 2rem;
    }
    .project{
        width: 100%;
        height: 75dvh;
    }
            /*initializing projects components*/
    .project-number>h1{
        rotate: 90deg;
        font-size: 5.5rem;
    }
    .project-number{
        width: 5dvw;
    }
    .project-type{
        width: 20dvw;
        height: 100%;
    }
    .project-text{
        width: auto;
        font-size:2.5rem;
        letter-spacing: 0.2rem;
        font-weight:lighter;
        rotate:75deg;
        line-height: 2rem;
    }
    .project-image>h1{              /* animation rotate of text button */
        bottom: -2.8rem;
        right: 0rem;
        font-size: 4rem;
        font-weight:bolder;
        -webkit-text-stroke-width: 1px;
    
    }
    .button-text{                   /* animation loop of text title */
        font-size:1rem;
        letter-spacing: 0.4rem;
        font-weight: 100;

    }
     /*end of initializing projects components*/

     /* first project styling */

    .project .project-image{    /*first project styling of specific images*/
        width: 74dvw; 
    }
    .project.two .project-image{    /*second project styling of specific images*/
        width: 74dvw;
    }
    .project.three .project-image{    /*third project styling of specific images*/
        width: 74dvw;
    }
    .project.four .project-image{    /*fourth project styling of specific images*/
        width: 74dvw;
    }
    
    
    .project-button{                /*first project styling of button*/
        width: 100px;
        height: 100px;
        border: 1px solid rgb(224, 27, 204);
    }
    .project.two .project-button{    /*second project styling of button*/
        border: 1px solid rgba(0, 55, 255, 0.874);
    }
    .project.three .project-button{    /*third project styling of button*/
        border: 1px solid orange;
    }
    .project.four .project-button{    /*fourth project styling of button*/
        border: 1px solid aqua;
    }
    /* start of footer styling */

    footer>div{
        width: 100dvw;
        min-height: 80dvh;
    }

    small{
        bottom: 1rem;
        left: 1rem;
        font-size:0.6rem;
    }
                          /*------ end of home page footer styling----- */
                        /* -------start of project detail page-------*/

    .project-container{
        width: 100dvw;
        height: 100dvh;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .project-image-detail{              /*first project styling of specific images*/
        width: 100%;
        height: 75dvh;
        background-image: url(images/laniemoore-shop.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    .project-image-detail.two{              /*second project styling of specific images*/
        width: 100dvw;
        height: 75dvh;
        background-image: url(images/apax-visa-consultancy.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .project-image-detail.three{              /*three project styling of specific images*/
        width: 100dvw;
        height: 75dvh;
        background-image: url(images/jessechedotal-coach.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position:relative;
    }
    .project-image-detail.four{              /*fourth project styling of specific images*/
        width: 100dvw;
        height: 70dvh;
        background-image: url(images/obsequium-estab.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .project-title>h1{                  /* project styling of specific of title */
        mix-blend-mode:hard-light;
        -webkit-text-stroke-width: 0.5px;
        position: absolute;
        top: 0rem;
        left: 1rem;
        font-size:2rem;
    }

    .project-description{               /* project styling of background of the parag */
        width: 70dvw;
        height: 40dvh;
        bottom: 3rem;
        right: 0rem;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.75);
        opacity: 70%;
        display: flex;
        justify-content: center;
        align-items:center;
        overflow: hidden;

    }
    .project-description>p{         /* project styling description parag of project */
        text-align:justify;
        padding: 1rem 3rem 1rem 3rem;
        font-size: 1rem;
        font-weight: 100;
        text-indent: 3rem;
        line-height: 2rem;
        letter-spacing: 0.1rem;
        overflow: hidden;
    }

    .empty{
        width: 100dvw;
        height: 100dvh;
        z-index: 1;
        position: relative;
        overflow: hidden;
    }

    .project-branding-container{      /* project styling branding/casestudy of project */
        width: 80dvw;
        height: auto;
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgba(7, 4, 2, 0.75);
        overflow: hidden;
    }

    .branding-image-container{
        min-width: 70dvw;
        padding: 4rem 0rem 2rem 0rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 4rem;
    }

    .branding-image-container.two,                  /* first project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 40dvh;
    }
    .branding-image-container.one{
        min-width: 100%;
        height: 11dvw;
        background-image: url(images/laniemoorecolorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.two{
        background-image: url(images/laniemoore-landing-page.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.three{
        background-image: url(images/laniemoore-laptop-two.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.four{
        background-image: url(images/laniemoore-laptop-front.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.two,                  /* second  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 40dvh;
    }
    .branding-image-container.apax .one{
        min-width: 100%;
        height: 11dvh;
        background-image: url(images/apaxcolorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.apax .two{
        background-image: url(images/apax-company-front.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.apax .three{
        background-image: url(images/apax-logo.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.apax .four{
        background-image: url(images/apax-brochure.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.two,                  /* third  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 40dvh;
    }
    .branding-image-container.jesse .one{
        min-width: 100%;
        height: 11dvh;
        background-image: url(images/jessecolorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.jesse .two{
        background-image: url(images/Jesse-hanging-wall.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.jesse .three{
        background-image: url(images/jesse-paper.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.jesse .four{
        background-image: url(images/jesse-langdingpage.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.two,                  /* fourth  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 40dvh;
    }
    .branding-image-container.obs .one{
        min-width: 100%;
        height: 11dvh;
        background-image: url(images/obsequium-colorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.obs .two{
        background-image: url(images/obsequium-lawfirm.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;

    }

    .branding-image-container.obs .three{
        background-image: url(images/obsequium-laptop.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.obs .four{
        background-image: url(images/obsequium-phone.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    /*end style of work projects detail*/


    /*start style of project footer*/

    .project-footer, .about-footer{
        position: relative;
        z-index: 1;
        background-color: #1f1f1f;
        width: 100dvw;
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content:space-evenly;
        align-items: center;
        gap: 2rem;
    }
    .project-footer>h1, .about-footer>h1{
        font-size: 6rem;
        max-width: 50ch;
        padding: 2rem 2rem 2rem 2rem;
        -webkit-text-stroke-width: 1px;
        line-height: normal;
       
    }
    .project-footer>h1>span{
        -webkit-text-stroke-color: aqua;
        -webkit-text-stroke-width: 1px;
    }
    .project-button-container{
        width: 100%;
        display: flex;
        justify-content:space-around;
        align-items:center;
        padding-bottom: 4rem;
    }
    button.circle{
        cursor: pointer;
        background-color: transparent;
    }
    .project-button-container .circle.white{
        width: 110px;
        height: 110px;
        border-radius: 50%;
        border:1px solid whitesmoke;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .project-button-container .circle.orange{
        width: 110px;
        height: 110px;
        border-radius: 50%;
        border:1px solid orange;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .circle>h2{
        font-size: 1rem;
        white-space:nowrap;
        letter-spacing:0.1rem;
        font-weight: lighter;
        text-align: center;
    }
    .circle.white>h2{
        animation: rotate_white 200s infinite linear;
    }
    .circle.orange>h2{
        animation: rotate_orange 200s infinite linear;
    }

    @keyframes rotate_white {
        from {
        transform: rotate(359deg);
        }
        to {
        transform: rotate(0deg);
        }
    }


    @keyframes rotate_orange {
        from {
        transform: rotate(0deg);
        }
        to {
        transform: rotate(359deg);
        }
    }


    /*end style of project footer*/
    /*-------------end style of project page ------------------------*/

/*-------------start style of about me page ------------------------*/

    .review-container{
        width: 100dvw;
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .review-image-container{
        width: 100%;
        height: 60dvh;
        display: flex;
        justify-content:space-between;
        align-items: center;
        gap: 2rem;
        padding: 0 4rem 0 4rem;
        overflow: hidden;

    }
    .review-image{
        width: 300px;
        height: 90px;
        overflow: hidden;
    }


    .about-container{               /* about me sections */
        min-height: 100dvh;
        width: 100dvw;
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        gap: 2rem;
        overflow: hidden;
    }
    .about-pitch>h1{
        max-width: 15ch;
        -webkit-text-stroke-color: orange;
        text-align:left;
        overflow: hidden;
        line-height: normal;
        font-size: 6rem;
        padding:0 4rem 0 4rem;
    }   
    .about-me{
        width: 90%;
        height: 50dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        gap:3rem;
        overflow: hidden;
        padding:0 4rem 0 4rem;
    }

    .about-parag{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        gap: 2rem;
        overflow: hidden;
        
        
    }
    .about-parag>p{
        font-size:1.2rem;
        font-weight:100;
        text-indent: 2rem;
        opacity: 75%;
        max-width: 80ch;
        line-height: 2.1rem;
        letter-spacing: 0.1rem;
        overflow: hidden;
        text-align: left
    }
    .about-reserve{
        min-width: 50dvw;
        height: 10dvh;
        display: none;
    }
    .about-image{
        background-image:url(images/about-myself.png;);
        width:500px;
        height:100%;
        right:0rem;
        bottom:0rem;
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .about-pitch-two{
        width: 100dvw;
        min-height: 70dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow: hidden;
        gap: 2rem;

    }
    .about-pitch-two>h1{
        max-width: 30ch;
        font-size: 5rem;
        line-height: 4.5rem;
        overflow: hidden;
        text-align: center;
        padding:0rem 3rem 0rem 3rem;

    }
    .about-footer h1{
       -webkit-text-stroke-color: aqua;
       overflow: hidden;
    }
    span{
        -webkit-text-stroke-color: orange;
    }
 /*-------------start style of contact page ------------------------*/

    .contact-container{
        display: flex;
        justify-content:center;
        align-items:start;
        flex-direction: column;
        width: 100dvw;
        height:  auto;
        gap: 4rem;
        overflow:hidden;  
        padding-top: 8rem;
    }
    .contact-container>h1{
        font-size: 6rem;
        text-align: left;
        max-width: 30ch;
        line-height: normal;
        padding: 0rem 4rem 0rem 4rem;

    }
    .contact-container>h2{
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color:orange;
        color: #1f1f1f;
        font-size: 5.5rem;
        font-weight:bold;
        line-height: normal;
        text-align: left;
        font-variant-caps:all-petite-caps;
        max-width: 15ch;
        padding-bottom: 2rem;
        padding: 0rem 4rem 2rem 4rem;


    }
    .contact-container h2 >span{
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color:red;
    }


    form div>p{                                                    /* form style */ 

        font-size: 1.4rem;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        line-height: 3rem;
        max-width:60ch;
        padding: 9rem 4rem 2rem 4rem;
        
    }
    form{
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100dvw;
        height: auto;
        overflow: hidden;
    }

    input, select{
        text-align: center;
        color:aqua;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        font-size: 1.2rem;
    }
    ::-webkit-input-placeholder{
        color:aqua;
        text-align: center;
        opacity: 50%;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        font-size: 1.2rem;
    }

    input.name:focus, select.budget:focus, input.reason:focus, select.source:focus{
        outline: none;
    }

  
    input.name, input.reason, select.source, select.budget{
        min-width: 10ch;
        background-color: transparent;
        color:aqua;
        border: none;
        border-bottom: 1px solid whitesmoke;
    }
    input.name{
        min-width: 13ch;
    }
    input.reason{
        min-width: 20ch;
    }


    .footer-container{
        position: relative;
        width: 100dvw;
        display: flex;
        justify-content: space-evenly;
        align-items:center;
        padding: 0rem 0rem 4rem 0rem;
    }
    .footer-container button{
        width: 80px;
        height: 80px;
        border-radius: 50%;
        cursor: pointer;
        border: 1px solid aqua;
        background-color: transparent;
        font-size: medium;
        font-variant-caps: all-petite-caps;
        font-size: 1rem;
        text-align: center;
        color:aqua;
        background-color: black;
    }

}
/*-------------end style of contact page ------------------------*/




@media (min-width: 1280px) and (max-width:1440px) {
    body{
        font-size: 16px;
    }
                            /* start of nav section  */
    nav{ 
        padding: 1rem 0rem 1rem 0rem;
        width: 95dvw;
       
    }
    .navdiv {
        display:none;
        z-index: 998;
        width: 100dvw;
        position: fixed;
        height: 100dvh;
        background-color: rgba(0, 0, 0, 0.80);
        backdrop-filter: blur(3px);
      }
    .navdiv-wrapper{
        width: 100dvw;
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 7rem;
        
    }
    
      .profile-wrapper{
        width: auto;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: start;
        margin-top: 10rem;
    
      }
      .profile-wrapper button{
        width: 150px;
        height: 150px;
        border-radius: 100%;
        background-image: url(images/nav-about-myself.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        background-color:transparent;
        cursor: pointer;
        border:none;
      }
      .nav-button-wrapper{
        width: auto;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .nav-button-wrapper .circle.white{
        width: 170px;
        height: 170px;
        border-radius: 50%;
        border:1px solid whitesmoke;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
    }
      .nav-list-wrapper{
        width:auto;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap:3rem;
        flex-direction: column;
      }
      .nav-list-wrapper .link-work, .nav-list-wrapper .link-about{
        width: 100%;
        height: 15rem;
      }
      .nav-list-wrapper .link-work>button, .nav-list-wrapper .link-about>button,  .nav-list-wrapper .link-social>button{
        background-color: transparent;
        border: none;
        cursor: pointer;
      }
      .nav-list-wrapper .link-work>button, .nav-list-wrapper .link-about>button{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items:end;
        flex-direction: column;
        white-space: nowrap;
        color: whitesmoke;
      }
      .link-work button>h1, .link-about button>h1{
        color:whitesmoke;
        -webkit-text-stroke-width:0px;
        font-stretch: ultra-expanded;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size:9rem;
      }
      .link-work button>h2, .link-about button>h2{
        color:whitesmoke;
        font-size:large;
        -webkit-text-stroke-width:0px;
        font-stretch: ultra-expanded;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
      }
      .nav-list-wrapper .link-social{
        width: 100%;
        height: 10rem;
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 2rem;
      }
      .nav-list-wrapper .link-social a>img{
        width:50px;
        height: 50px;
      }
    
    .menu{
        border-radius: 50%;
        height: 70px;
        width: 70px;
        border: 1px solid whitesmoke;
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        justify-content: center;
        align-items: center;
        background-color: #1f1f1f;
        cursor: pointer;
    }
    .menu-close{
        position: relative;
        border-radius: 50%;
        height: 70px;
        width: 70px;
        border: 1px solid whitesmoke;
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        justify-content: center;
        align-items: center;
        background-color: #1f1f1f;
        cursor: pointer;
    }
    .menu-close .line-one{
        position:absolute;
        transform: translate(-50%, -50%) rotate(45deg);
        border: 1px solid whitesmoke;
        top: 50%;
        left: 50%;
        width: 40px;
    }
    .menu-close .line-two{
        position: absolute;
        transform: translate(-50%, -50%) rotate(-45deg);
        border:1px solid whitesmoke;
        width: 40px;
        top: 50%;
        left: 50%;
    }
    .menu{
        border-radius: 50%;
        height: 70px;
        width: 70px;
        border: 1px solid whitesmoke;
        gap: 0.4rem;
    
    }

    .line{
        border: 1px solid whitesmoke;
        width: 30px;
    }
                         /* end of nav section */

                        /*start of header section*/

    h1{
        font-size: 9rem;
        max-width: 15ch;
        -webkit-text-stroke-width: 1px;
        font-weight:thin;
        font-variant-caps:all-petite-caps;
        line-height: 8rem;
    }
    h2{
        font-size: 1.5rem;
        font-weight:lighter;
        max-width: 55ch;
        letter-spacing: normal;
        line-height: 2.5rem;
    }
    header{
        width: 100dvw;
        min-height: 100dvh;  
    }
    header>div{
        gap: 3rem;
        padding: 0rem 2rem 0rem 2rem;
    }
                    /*end of header section*/

                  /* start of project section  */
    .project-section{
        width: 100dvw;
        gap: 15rem;
        padding-bottom: 2.5rem;
    }
    .project{
        width: 100%;
        height: 80dvh;
        display: flex;
        flex-direction: row;
       
    }
            /*initializing projects components*/
    .project-number>h1{
        rotate: 90deg;
        font-size: 8rem;
    }
    .project-number{
        width: 5dvw;
    }
    .project-type{
        width: 20dvw;
        height: 100%;
    }
    .project-text{
        width: auto;
        font-size:3.6rem;
        letter-spacing: 0.3rem;
        font-weight:bold;
        rotate:75deg;
        line-height: 3rem;
    
    }
    .project-image>h1{              /* animation rotate of text button */
        bottom: -3rem;
        right: 0rem;
        font-size: 6rem;
        font-weight:bolder;
        -webkit-text-stroke-width: 1px;
    }

    .button-text{                   /* animation loop of text title */
        font-size:1.1rem;
        letter-spacing: 0.4rem;
        text-align: center;
        font-weight: 100;
    }

             /*end of initializing projects components*/

     /* first project styling */

    .project .project-image{    /*first project styling of specific images*/
        width: 74dvw;  
    }
    .project.two .project-image{    /*second project styling of specific images*/
        width: 74dvw;
      
    }
    .project.three .project-image{    /*third project styling of specific images*/
        width: 74dvw;
    }
    .project.four .project-image{    /*fourth project styling of specific images*/
        width: 74dvw;
    }
    
    
    .project-button{                /*first project styling of button*/
        width: 120px;
        height: 120px;
        border: 1px solid rgb(224, 27, 204);
    }
    .project.two .project-button{    /*second project styling of button*/
        border: 1px solid rgba(0, 55, 255, 0.874);
    }
    .project.three .project-button{    /*third project styling of button*/
        border: 1px solid orange;
    }
    .project.four .project-button{    /*fourth project styling of button*/
        border: 1px solid aqua;
    }
    /* start of footer styling */

    footer>div{
        width: 100dvw;
        min-height: 100dvh;
    }
    small{
        bottom: 1rem;
        left: 1rem;
        font-size:small;
    }

/* end of footer styling */

                          /*------ end of home page footer styling----- */
                        /* -------start of project detail page-------*/

    .project-container{
        width: 100dvw;
        height: 100dvh;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .project-image-detail{              /*first project styling of specific images*/
        width: 100%;
        height: 80dvh;
        background-image: url(images/laniemoore-shop.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    .project-image-detail.two{              /*second project styling of specific images*/
        width: 100dvw;
        height: 75dvh;
        background-image: url(images/apax-visa-consultancy.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .project-image-detail.three{              /*three project styling of specific images*/
        width: 100dvw;
        height: 75dvh;
        background-image: url(images/jessechedotal-coach.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position:relative;
    }
    .project-image-detail.four{              /*fourth project styling of specific images*/
        width: 100dvw;
        height: 80dvh;
        background-image: url(images/obsequium-estab.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .project-title>h1{                  /* project styling of specific of title */
        mix-blend-mode:hard-light;
        -webkit-text-stroke-width: 0.5px;
        position: absolute;
        top: 0rem;
        left: 1rem;
        font-size:3rem;
    }

    .project-description{               /* project styling of background of the parag */
        width: 70dvw;
        height: 40dvh;
        bottom: 3rem;
        right: 0rem;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.75);
        opacity: 70%;
        display: flex;
        justify-content: center;
        align-items:center;
        overflow: hidden;

    }
    .project-description>p{         /* project styling description parag of project */
        text-align:justify;
        padding: 1rem 3rem 1rem 3rem;
        font-size: 1.4rem;
        font-weight: 100;
        text-indent: 3rem;
        line-height: 2.5rem;
        letter-spacing: 0.1rem;
        overflow: hidden;
    }

    .empty{
        width: 100dvw;
        height: 100dvh;
        z-index: 1;
        position: relative;
        overflow: hidden;
    }

    .project-branding-container{      /* project styling branding/casestudy of project */
        width: 80dvw;
        height: auto;
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgba(7, 4, 2, 0.75);
        overflow: hidden;
    }

    .branding-image-container{
        min-width: 70dvw;
        padding: 4rem 0rem 2rem 0rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 6rem;
    }

    .branding-image-container.two,                  /* first project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 50dvh;
    }
    .branding-image-container.one{
        min-width: 100%;
        height: 15dvw;
        background-image: url(images/laniemoorecolorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.two{
        background-image: url(images/laniemoore-landing-page.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.three{
        background-image: url(images/laniemoore-laptop-two.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.four{
        background-image: url(images/laniemoore-laptop-front.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.two,                  /* second  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 50dvh;
    }
    .branding-image-container.apax .one{
        min-width: 100%;
        height: 15dvh;
        background-image: url(images/apaxcolorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.apax .two{
        background-image: url(images/apax-company-front.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.apax .three{
        background-image: url(images/apax-logo.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.apax .four{
        background-image: url(images/apax-brochure.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.two,                  /* third  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 50dvh;
    }
    .branding-image-container.jesse .one{
        min-width: 100%;
        height: 15dvh;
        background-image: url(images/jessecolorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.jesse .two{
        background-image: url(images/Jesse-hanging-wall.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.jesse .three{
        background-image: url(images/jesse-paper.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.jesse .four{
        background-image: url(images/jesse-langdingpage.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.two,                  /* fourth  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 50dvh;
    }
    .branding-image-container.obs .one{
        min-width: 100%;
        height: 15dvh;
        background-image: url(images/obsequium-colorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.obs .two{
        background-image: url(images/obsequium-lawfirm.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;

    }

    .branding-image-container.obs .three{
        background-image: url(images/obsequium-laptop.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.obs .four{
        background-image: url(images/obsequium-phone.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    /*end style of work projects detail*/


    /*start style of project footer*/

    .project-footer, .about-footer{
        position: relative;
        z-index: 1;
        background-color: #1f1f1f;
        width: 100dvw;
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content:space-evenly;
        align-items: center;
        gap: 2rem;
    }
    .project-footer>h1, .about-footer>h1{
        font-size: 7rem;
        max-width: 45ch;
        padding: 2rem 4rem 2rem 4rem;
        -webkit-text-stroke-width: 1px;
        line-height: normal;
       
    }
    .project-footer>h1>span{
        -webkit-text-stroke-color: aqua;
        -webkit-text-stroke-width: 1px;
    }
    .project-button-container{
        width: 100%;
        display: flex;
        justify-content:space-around;
        align-items:center;
        padding-bottom: 4rem;
    }
    button.circle{
        cursor: pointer;
        background-color: transparent;
    }
    .project-button-container .circle.white{
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border:1px solid whitesmoke;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .project-button-container .circle.orange{
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border:1px solid orange;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .circle>h2{
        font-size: 1.3rem;
        white-space:nowrap;
        letter-spacing:0.1rem;
        font-weight: lighter;
        text-align: center;
    }
    .circle.white>h2{
        animation: rotate_white 200s infinite linear;
    }
    .circle.orange>h2{
        animation: rotate_orange 200s infinite linear;
    }

    @keyframes rotate_white {
        from {
        transform: rotate(359deg);
        }
        to {
        transform: rotate(0deg);
        }
    }


    @keyframes rotate_orange {
        from {
        transform: rotate(0deg);
        }
        to {
        transform: rotate(359deg);
        }
    }


   /*------ end of home page footer styling----- */
   
   /* -------end of project detail page-------*/

   /*-------------start style of about me page ------------------------*/

    .review-container{
        width: 100dvw;
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .review-image-container{
        width: 100%;
        height: 100dvh;
        display: flex;
        justify-content:space-evenly;
        align-items: center;
        gap: 2rem;
        overflow: hidden;

    }
    .review-image{
        width: 300px;
        height: 90px;
        overflow: hidden;
    }


    .about-container{               /* about me sections */
        min-height: 100dvh;
        width: 100dvw;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        gap: 2rem;
        overflow: hidden;
    }
    .about-pitch>h1{
        max-width: 15ch;
        -webkit-text-stroke-color: orange;
        text-align:left;
        overflow: hidden;
        line-height: normal;
        font-size: 6rem;
        padding:0 4rem 0 4rem;
      
    }   
    .about-me{
        width: 90%;
        height: 50dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        gap:3rem;
        overflow: hidden;
        padding:0 4rem 0 4rem;
    }

    .about-parag{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        gap: 2rem;
        overflow: hidden;
        
        
    }
    .about-parag>p{
        font-size:1.2rem;
        font-weight:100;
        text-indent: 2rem;
        opacity: 75%;
        max-width: 80ch;
        line-height: 2.1rem;
        letter-spacing: 0.1rem;
        overflow: hidden;
        text-align: left
    }
    .about-reserve{
        min-width: 50dvw;
        height: 10dvh;
        display: none;
    }
    .about-image{
        background-image:url(images/about-myself.png;);
        width:500px;
        height:100%;
        right:0rem;
        bottom:0rem;
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .about-pitch-two{
        width: 100dvw;
        min-height: 70dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow: hidden;
        gap: 2rem;

    }
    .about-pitch-two>h1{
        max-width: 30ch;
        font-size: 5rem;
        line-height: 4.5rem;
        overflow: hidden;
        text-align: center;
        padding:0rem 3rem 0rem 3rem;

    }
    .about-footer h1{
       -webkit-text-stroke-color: aqua;
       overflow: hidden;
    }
    span{
        -webkit-text-stroke-color: orange;
    }
  /*-------------start style of contact page ------------------------*/

    .contact-container{
        display: flex;
        justify-content:center;
        align-items:start;
        flex-direction: column;
        width: 100dvw;
        height:  100dvh;
        gap: 4rem;
        overflow:hidden;  
    }
    .contact-container>h1{
        font-size: 6.5rem;
        text-align: left;
        max-width: 15ch;
        line-height: normal;
        padding: 3rem 4rem 3rem 4rem;

    }
    .contact-container>h2{
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color:orange;
        color: #1f1f1f;
        font-size: 6rem;
        font-weight:bold;
        line-height: normal;
        text-align: left;
        font-variant-caps:all-petite-caps;
        max-width: 15ch;
        padding-bottom: 2rem;
        padding: 0rem 4rem 2rem 4rem;


    }
    .contact-container h2 >span{
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color:red;
    }


    form div>p{                                                    /* form style */ 

        font-size: 1.6rem;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        line-height: 4rem;
        max-width:60ch;
        padding: 9rem 4rem 2rem 4rem;
        
    }
    form{
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100dvw;
        height: auto;
        overflow: hidden;
    }

    input, select{
        text-align: center;
        color:aqua;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        font-size: 1.3rem;
    }
    ::-webkit-input-placeholder{
        color:aqua;
        text-align: center;
        opacity: 50%;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        font-size: 1.3rem;
    }

    input.name:focus, select.budget:focus, input.reason:focus, select.source:focus{
        outline: none;
    }

  
    input.name, input.reason, select.source, select.budget{
        min-width: 15ch;
        background-color: transparent;
        color:aqua;
        border: none;
        border-bottom: 1px solid whitesmoke;
    }
    input.name{
        min-width: 25ch;
    }
    input.reason{
        min-width: 30ch;
    }


    .footer-container{
        position: relative;
        width: 100dvw;
        display: flex;
        justify-content: space-evenly;
        align-items:center;
        padding: 0rem 0rem 10rem 0rem;
    }
    .footer-container button{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        cursor: pointer;
        border: 1px solid aqua;
        background-color: transparent;
        font-size: medium;
        font-variant-caps: all-petite-caps;
        font-size: 1.3rem;
        text-align: center;
        color:aqua;
        background-color: black;
        
    }

}
/*-------------end style of contact page ------------------------*/





@media (min-width: 1440px) and (max-width:1920px) {
    body{
        font-size: 16px;
    }
                            /* start of nav section  */
    nav{ 
        padding: 1rem 0rem 1rem 0rem;
        width: 95dvw;
       
    }
    .navdiv {
        display:none;
        z-index: 998;
        width: 100dvw;
        position: fixed;
        height: 100dvh;
        background-color: rgba(0, 0, 0, 0.80);
        backdrop-filter: blur(3px);
      }
    .navdiv-wrapper{
        width: 100dvw;
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 7rem;
        
    }
    
      .profile-wrapper{
        width: auto;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items:start;
        margin-top: 10rem;

        
      }
      .profile-wrapper button{
        width: 200px;
        height: 200px;
        border-radius: 100%;
        background-image: url(images/nav-about-myself.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        background-color:transparent;
        cursor: pointer;
        border:none;
      }
      .nav-button-wrapper{
        width: auto;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .nav-button-wrapper .circle.white{
        width: 200px;
        height: 200px;
        border-radius: 50%;
        border:1px solid whitesmoke;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
    }
      .nav-list-wrapper{
        width:auto;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap:3rem;
        flex-direction: column;
      }
      .nav-list-wrapper .link-work, .nav-list-wrapper .link-about{
        width: 100%;
        height: 15rem;
      }
      .nav-list-wrapper .link-work>button, .nav-list-wrapper .link-about>button,  .nav-list-wrapper .link-social>button{
        background-color: transparent;
        border: none;
        cursor: pointer;
      }
      .nav-list-wrapper .link-work>button, .nav-list-wrapper .link-about>button{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items:end;
        flex-direction: column;
        white-space: nowrap;
        color: whitesmoke;
      }
      .link-work button>h1, .link-about button>h1{
        color:whitesmoke;
        -webkit-text-stroke-width:0px;
        font-stretch: ultra-expanded;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size:10rem;
      }
      .link-work button>h2, .link-about button>h2{
        color:whitesmoke;
        font-size:large;
        -webkit-text-stroke-width:0px;
        font-stretch: ultra-expanded;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
      }
      .nav-list-wrapper .link-social{
        width: 100%;
        height: 10rem;
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 2rem;
      }
      .nav-list-wrapper .link-social a>img{
        width:50px;
        height: 50px;
      }
    
    .menu{
        border-radius: 50%;
        height: 70px;
        width: 70px;
        border: 1px solid whitesmoke;
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        justify-content: center;
        align-items: center;
        background-color: #1f1f1f;
        cursor: pointer;
    }
    .menu-close{
        position: relative;
        border-radius: 50%;
        height: 70px;
        width: 70px;
        border: 1px solid whitesmoke;
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        justify-content: center;
        align-items: center;
        background-color: #1f1f1f;
        cursor: pointer;
    }
    .menu-close .line-one{
        position:absolute;
        transform: translate(-50%, -50%) rotate(45deg);
        border: 1px solid whitesmoke;
        top: 50%;
        left: 50%;
        width: 40px;
    }
    .menu-close .line-two{
        position: absolute;
        transform: translate(-50%, -50%) rotate(-45deg);
        border:1px solid whitesmoke;
        width: 40px;
        top: 50%;
        left: 50%;
    }
    .menu{
        height: 70px;
        width: 70px;
        border: 1px solid whitesmoke;
        gap: 0.4rem;
    }

    .line{
        border: 1px solid whitesmoke;
        width: 40px;
    }
                         /* end of nav section */

                        /*start of header section*/

    h1{
        font-size: 11rem;
        max-width: 15ch;
        -webkit-text-stroke-width: 1px;
        font-weight:thin;
        text-align: center;
        font-variant-caps:all-petite-caps;
        line-height: 10rem;
    }
    h2{
        font-size: 1.5rem;
        font-weight:lighter;
        color: whitesmoke;
        max-width: 70ch;
        line-height: 2rem;
        word-spacing:normal;
        letter-spacing: 0.2rem;
    
    }
    header{
        width: 100dvw;
        min-height: 100dvh;  
    }
    header>div{
        gap: 4rem;
        padding: 0rem 2rem 0rem 2rem;
    }
                    /*end of header section*/

                  /* start of project section  */
    .project-section{
        width: 100dvw;
        gap: 20rem;
        padding-bottom: 2.5rem;
    }
    .project{
        width: 100%;
        height: 75dvh;
    }
            /*initializing projects components*/
    .project-number>h1{
        rotate: 90deg;
        font-size: 10rem;
    }
    .project-number{
        width: 5dvw;
    }
    .project-type{
        width: 20dvw;
        height: 100%;
    }
    .project-text{
        width: auto;
        font-size:4rem;
        letter-spacing: 0.2rem;
        font-weight:bold;
        rotate:75deg;
        line-height: 3.5rem;
    
    }
    .project-image>h1{              /* animation rotate of text button */
        bottom: -4rem;
        right: 0rem;
        font-size: 7rem;
        font-weight:bolder;
        -webkit-text-stroke-width: 1px;
    }

    .button-text{                   /* animation loop of text title */
        font-size:1.2rem;
        letter-spacing: 0.9rem;
        text-align: center;
        font-weight:lighter;
        
    }
    @keyframes rotation {
        from {
          transform: rotate(0deg);
        }
        to {
          transform: rotate(359deg);
        }
    }
             /*end of initializing projects components*/

     /* first project styling */

    .project .project-image{    /*first project styling of specific images*/
        width:74dvw; 
    }
    .project.two .project-image{    /*second project styling of specific images*/
        width: 74dvw;
    }
    .project.three .project-image{    /*third project styling of specific images*/
        width: 74dvw;
    }
    .project.four .project-image{    /*fourth project styling of specific images*/
        width: 74dvw;
    }
    
    .project-button{                /*first project styling of button*/
        width: 150px;
        height: 150px;
        border: 2px solid rgb(224, 27, 204);
    }
    .project.two .project-button{    /*second project styling of button*/
        border: 2px solid rgba(0, 55, 255, 0.874);
    }
    .project.three .project-button{    /*third project styling of button*/
        border: 2px solid orange;
    }
    .project.four .project-button{    /*fourth project styling of button*/
        border: 2px solid aqua;
    }
    /* start of footer styling */

    footer>div{
        width: 100dvw;
        min-height: 100dvh;
    }
    small{
        position: absolute;
        bottom: 2rem;
        left: 2rem;
        font-size:small;
    }
/* end of footer styling */

                          /*------ end of home page footer styling----- */
                        /* -------start of project detail page-------*/

    .project-container{
        width: 100dvw;
        height: 100dvh;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .project-image-detail{              /*first project styling of specific images*/
        width: 100%;
        height: 80dvh;
        background-image: url(images/laniemoore-shop.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    .project-image-detail.two{              /*second project styling of specific images*/
        width: 100dvw;
        height: 75dvh;
        background-image: url(images/apax-visa-consultancy.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .project-image-detail.three{              /*three project styling of specific images*/
        width: 100dvw;
        height: 75dvh;
        background-image: url(images/jessechedotal-coach.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position:relative;
    }
    .project-image-detail.four{              /*fourth project styling of specific images*/
        width: 100dvw;
        height: 80dvh;
        background-image: url(images/obsequium-estab.jpg);  
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .project-title>h1{                  /* project styling of specific of title */
        mix-blend-mode:hard-light;
        -webkit-text-stroke-width: 0.5px;
        position: absolute;
        top: 0rem;
        left: 1rem;
        font-size:5rem;
    }

    .project-description{               /* project styling of background of the parag */
        width: 70dvw;
        height: 40dvh;
        bottom: 3rem;
        right: 0rem;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.75);
        opacity: 70%;
        display: flex;
        justify-content: center;
        align-items:center;
        overflow: hidden;

    }
    .project-description>p{         /* project styling description parag of project */
        text-align:justify;
        padding: 1rem 3rem 1rem 3rem;
        font-size: 1.5rem;
        font-weight: 100;
        text-indent: 3rem;
        line-height: 2.7rem;
        letter-spacing: 0.1rem;
        overflow: hidden;
    }

    .empty{
        width: 100dvw;
        height: 100dvh;
        z-index: 1;
        position: relative;
        overflow: hidden;
    }

    .project-branding-container{      /* project styling branding/casestudy of project */
        width: 80dvw;
        height: auto;
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgba(7, 4, 2, 0.75);
        overflow: hidden;
    }

    .branding-image-container{
        min-width: 70dvw;
        padding: 8rem 0rem 8rem 0rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 8rem;
    }

    .branding-image-container.two,                  /* first project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 65dvh;
    }
    .branding-image-container.one{
        min-width: 100%;
        height: 5dvw;
        background-image: url(images/laniemoorecolorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.two{
        background-image: url(images/laniemoore-landing-page.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.three{
        background-image: url(images/laniemoore-laptop-two.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.four{
        background-image: url(images/laniemoore-laptop-front.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.two,                  /* second  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 65dvh;
    }
    .branding-image-container.apax .one{
        min-width: 100%;
        height: 5dvh;
        background-image: url(images/apaxcolorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.apax .two{
        background-image: url(images/apax-company-front.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.apax .three{
        background-image: url(images/apax-logo.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.apax .four{
        background-image: url(images/apax-brochure.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.two,                  /* third  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 65dvh;
    }
    .branding-image-container.jesse .one{
        min-width: 100%;
        height: 5dvh;
        background-image: url(images/jessecolorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.jesse .two{
        background-image: url(images/Jesse-hanging-wall.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.jesse .three{
        background-image: url(images/jesse-paper.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.jesse .four{
        background-image: url(images/jesse-langdingpage.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.two,                  /* fourth  project images branding style*/
    .branding-image-container.three, 
    .branding-image-container.four{
        min-width: 100%;
        height: 65dvh;
    }
    .branding-image-container.obs .one{
        min-width: 100%;
        height: 5dvh;
        background-image: url(images/obsequium-colorpallete.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branding-image-container.obs .two{
        background-image: url(images/obsequium-lawfirm.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;

    }

    .branding-image-container.obs .three{
        background-image: url(images/obsequium-laptop.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .branding-image-container.obs .four{
        background-image: url(images/obsequium-phone.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    /*end style of work projects detail*/


    /*start style of project footer*/

    .project-footer, .about-footer{
        position: relative;
        z-index: 1;
        background-color: #1f1f1f;
        width: 100dvw;
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content:space-evenly;
        align-items: center;
        gap: 2rem;
    }
    .project-footer>h1, .about-footer>h1{
        font-size: 7.5rem;
        max-width: 55ch;
        padding: 2rem 4rem 2rem 4rem;
        -webkit-text-stroke-width: 1px;
        line-height: normal;
       
    }
    .project-footer>h1>span{
        -webkit-text-stroke-color: aqua;
        -webkit-text-stroke-width: 1px;
    }
    .project-button-container{
        width: 100%;
        display: flex;
        justify-content:space-around;
        align-items:center;
        padding-bottom: 4rem;
    }
    button.circle{
        cursor: pointer;
        background-color: transparent;
    }
    .project-button-container .circle.white{
        width: 140px;
        height: 140px;
        border-radius: 50%;
        border:1px solid whitesmoke;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .project-button-container .circle.orange{
        width: 140px;
        height: 140px;
        border-radius: 50%;
        border:1px solid orange;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .circle>h2{
        font-size: 1.4rem;
        white-space:nowrap;
        letter-spacing:0.2rem;
        font-weight: lighter;
        text-align: center;
    }
    .circle.white>h2{
        animation: rotate_white 200s infinite linear;
    }
    .circle.orange>h2{
        animation: rotate_orange 200s infinite linear;
    }

    @keyframes rotate_white {
        from {
        transform: rotate(359deg);
        }
        to {
        transform: rotate(0deg);
        }
    }


    @keyframes rotate_orange {
        from {
        transform: rotate(0deg);
        }
        to {
        transform: rotate(359deg);
        }
    }

/*-------------start style of about me page ------------------------*/

    .review-container{
        width: 100dvw;
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .review-image-container{
        width: 100%;
        height: 100dvh;
        display: flex;
        justify-content:space-evenly;
        align-items: center;
        gap: 2rem;
        overflow: hidden;

    }
    .review-image{
        width: 300px;
        height: 90px;
        overflow: hidden;
    }


    .about-container{               /* about me sections */
        min-height: 100dvh;
        width: 100dvw;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        gap: 2rem;
        overflow: hidden;
    }
    .about-pitch>h1{
        max-width: 15ch;
        -webkit-text-stroke-color: orange;
        text-align:left;
        overflow: hidden;
        line-height: normal;
        font-size: 8rem;
        padding:0 4rem 0 4rem;
      
    }   
    .about-me{
        width: 90%;
        height: 50dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        gap:2rem;
        overflow: hidden;
        padding:0 4rem 0rem 4rem;
    }

    .about-parag{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        gap: 2rem;
        overflow: hidden;
        
        
    }
    .about-parag>p{
        font-size:2rem;
        font-weight:100;
        text-indent: 2rem;
        opacity: 75%;
        max-width: 80ch;
        line-height: 3rem;
        letter-spacing: 0.1rem;
        overflow: hidden;
        text-align: left
    }
    .about-reserve{
        min-width: 50dvw;
        height: 10dvh;
        display: none;
    }
    .about-image{
        background-image:url(images/about-myself.png;);
        width:600px;
        height:100%;
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .about-pitch-two{
        width: 100dvw;
        min-height: 70dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow: hidden;
        gap: 4rem;
        padding-top: 5rem;

    }
    .about-pitch-two>h1{
        max-width: 30ch;
        font-size: 8rem;
        line-height: 7rem;
        overflow: hidden;
        text-align: center;
        padding:0rem 3rem 0rem 3rem;

    }
    .about-footer h1{
       -webkit-text-stroke-color: aqua;
       overflow: hidden;
    }
    span{
        -webkit-text-stroke-color: orange;
    }
  

 /*-------------start style of about me page ------------------------*/


  /*-------------start style of contact page ------------------------*/

    .contact-container{
        display: flex;
        justify-content:center;
        align-items:start;
        flex-direction: column;
        width: 100dvw;
        height:  100dvh;
        gap: 4rem;
        overflow:hidden;    
    }
    .contact-container>h1{
        font-size: 7rem;
        text-align: left;
        max-width: 15ch;
        line-height: normal;
        padding: 0rem 8rem 0rem 8rem;

    }
    .contact-container>h2{
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color:orange;
        color: #1f1f1f;
        font-size: 6.5rem;
        font-weight:bold;
        line-height: normal;
        text-align: left;
        font-variant-caps:all-petite-caps;
        max-width: 15ch;
        padding-bottom: 2rem;
        padding: 0rem 8rem 0rem 8rem;


    }
    .contact-container h2 >span{
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color:red;
    }


    form div>p{                                                    /* form style */ 

        font-size: 1.8rem;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        line-height: 4rem;
        max-width:60ch;
        padding: 0rem 8rem 0rem 8rem;
        
    }
    form{
        display: flex;
        justify-content:start;
        align-items: center;
        width: 100dvw;
        height: auto;
        overflow: hidden;
        padding: 0rem 0rem 9rem 0rem;
    }

    input, select{
        text-align: center;
        color:aqua;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        font-size: 1.3rem;
    }
    ::-webkit-input-placeholder{
        color:aqua;
        text-align: center;
        opacity: 50%;
        font-family:'Josefin Slab', 'Arial Narrow', Arial, sans-serif;
        font-size: 1.3rem;
    }

    input.name:focus, select.budget:focus, input.reason:focus, select.source:focus{
        outline: none;
    }

  
    input.name, input.reason, select.source, select.budget{
        min-width: 15ch;
        background-color: transparent;
        color:aqua;
        border: none;
        border-bottom: 1px solid whitesmoke;
    }
    input.name{
        min-width: 25ch;
    }
    input.reason{
        min-width: 30ch;
    }


    .footer-container{
        position: relative;
        width: 100dvw;
        display: flex;
        justify-content: space-evenly;
        align-items:center;
        padding: 0rem 0rem 10rem 0rem;
    }
    .footer-container button{
        width: 120px;
        height: 120px;
        border-radius: 50%;
        cursor: pointer;
        border: 1px solid aqua;
        background-color: transparent;
        font-size: medium;
        font-variant-caps: all-petite-caps;
        font-size: 1.3rem;
        text-align: center;
        color:aqua;
        background-color: black;
        
    }

}
/*-------------end style of contact page ------------------------*/



