
/* nav start */
nav{
    display: flex;
    justify-content: space-between;
     margin: 1rem 12rem;
    font-family:"Maven Pro" sans-serif;
     flex-wrap: wrap;
    gap: 100px;
    background-color: #ffffff;
   
    
    }
    .navhead{
        display: flex;
        width: 100%;
        font-family:"Maven Pro" sans-serif;
        justify-content: start;
        gap: 100px;
        background-color: #ffffff;
    }
    .navigation{
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
    }
.navigationcenter{
    display: flex;
    justify-content: space-around;
    column-gap:2rem;
    -webkit-text-fill-color: #969696;
}
#girl{
    font-size: 2rem;
   
     }
#colormode{
    font-size: 2rem;
    }
   #icon{
    display: flex;
    column-gap:1rem;
    
   }
   h1{
    display: flex;
    justify-content: flex-start;
   }
   #welcome{
    margin: 0 0 0 2rem;
    font-size: 1rem;

   }
   #intro{
    font-size: 2.5rem;
   }
   #personality{
    font-size: 1.3rem;
    -webkit-text-fill-color: #969696;
   }
   /*  */
.navbody{
    display: flex;
    flex-direction: column;
    width: 60%;   
}
.resumebutton{
    display: flex;
    column-gap: 1rem;
    height: 3.5rem;
    }
    #resume1{
        font-size: 1rem;
        background-color:#eeeeee;
        border-radius: 117px;
        border: none;
        -webkit-text-fill-color: #595d70;
        width: 200px;
    }
    #resume2{
        font-size: 1rem;
        background-color: #47455a;
        border-radius: 117px;
        border: none;
        -webkit-text-fill-color: white;
        width: 200px;
    }
#women1{
    height: 350px;
    width: 350px;
    border-radius: 50%;
    object-fit: cover;
}
    .navlife{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
/* nav end */
/* formstart */
html,
    body {
      position: relative;
      height: 100%;
    }

    body {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0;
    }

    swiper-container {
      width: 100%;
      height: 100%;
    }

    swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }
.formheading{
    font-size: 1rem;
}
    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .swiper{
        height: 35rem;
        width: 60%;
    }
    .formbody{
        display: flex;
        flex-direction: column;
        align-items: center ;
    }
    form{
        margin: 8rem;
    }
    /* formend */
    /* menustart */
    menu{
        font-family: "Maven Pro", sans-serif;
         }
        
    .menulife{
        display: flex;
        margin: 1rem 12rem;
        column-gap: 4rem;
    }
    .menulist{
        display: flex;
        column-gap: 1rem;
        }
    .menulist1{
        display: flex;
        column-gap: 1rem;
        }
  /* menuend */
  /* footerstart */
  footer{
    margin: 1rem 12rem;
    margin: 8rem;
  }
  #footerhead{
    display: flex;
    justify-content: end;
    

  }
   .footerbody{
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 2.5rem;
   }
   #name{ 
    height: 40px;
    width: 40%;}
   #email{
    height: 40px;
    width: 40%;
   }
   #message{
    height: 300px;
    width: 40%;
    }
   #footerbutton{
    height: 60px;
    width: 40%;
    border-radius: 2rem;
    background-color: yellow;
    font-size: 1.5rem;
    
   }
   .footerhead{
    display: flex;
    flex-direction: column;
    align-content: center;
    
   }
 