
/*
yellow-to-red
#7b0801
#c36201
#dda400
#febd00
#efd777

or yellow roadside
#6b2a24
#8a8744
#daa437
#cd6e52
#fccd65

or blue egg yellow basket
#2a6575
#40b8d1
#f7c317
#afe7e8
#f7e880

or blue and yellow macaw
#075674
#ef9c00
#0996ce
#98a61b
#fdc006

or yellow daisy
#323e2a
#677842
#d8b207
#ffd102
#edecf2

or multicolor
#28a690
#ff6b9f
#fbaf01
#5fd2d7
#f3db19

or yellorange flowers
#38340e
#6d6131
#e56703
#ffa13d
#fbdf71
*/
*{ scroll-behavior:smooth;}

/* Setting fade transition and default settings */
body {
    color: black;
    background-color: #f5f5f5;
    transition: background-color 1s ease;
  }

  #shape{
    background: #add8e6;
    border-radius: 50%;
    width: 100px;
    height: 100px;
  }
  
  /* panel styles */
  .panel {
    /* min height incase content is higher than window height */
    min-height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: sans-serif;
  }
  .fadein{
    opacity: 0;
    will-change: opacity;
    animation-play-state: running;
    position: relative;
  }
  
  .follow-panel {
    position: fixed;
    width: 100%;
    z-index: 100;
    top:0;
    left: 0;
  }
  .follow-panel::before {
    transition: 300ms;
    height: 5px;
    content: "";
    background-color: #031D44;
  }
  .subfollow{
    font-weight: 200;
    font-size: 20px;
    text-decoration: none;
    color: #000;
    padding: 20px 0px;
    margin: 0px 20px;
    display: inline-block;
    position: relative;
    opacity: 0.5;
  }
  .subfollow:hover{
      opacity: 1;
  }
  .subfollow::before {
    transition: 300ms;
    height: 5px;
    content: "";
    position: absolute;
    background-color: #000;
  }
  .subfollow1{
    font-weight: 200;
    font-size: 20px;
    text-decoration: none;
    color: #000;
    padding: 20px 0px;
    margin: 0px 20px;
    display: inline-block;
    position: relative;
    opacity: 0.5;
  }
  .subfollow1:hover{
      opacity: 1;
  }
  .subfollow1::before {
    transition: 300ms;
    height: 5px;
    content: "";
    position: absolute;
    background-color: whitesmoke;
  }
  .subfollow-in::before{
    width: 0%;
    bottom: 10px;
  }
  .subfollow-in:hover::before{
    width: 100%;
  }

  .container {
    width: 100%;
  }
  
  .navbar {
    width: 100%;
  }
  
  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  
  .navbar .menu-items {
    display: flex;
  }
  
  .navbar .nav-container li {
    list-style: none;
    display: inline;
  }
  
  .navbar .nav-container a {
    text-decoration: none;
    color: #0e2431;
    font-weight: 100;
    font-size: 1.2rem;
  }

  .navbar .nav-container a:hover{
    font-weight: bolder;
  }
  
  .nav-container {
    display: block;
    z-index: 9;
    position: fixed;
    height: 60px;
  }
  
  .nav-container .checkbox {
    position: fixed;
    display: block;
    height: 50px;
    width: 50px;
    top: 1%;
    left: 1%;
    z-index: 100;
    opacity: 0;
    cursor: pointer;
  }
  
  .nav-container .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: fixed;
    top: 2%;
    left: 2%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
  }
  
  .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  
  .navbar .menu-items {
    padding-top: 10%;
    padding-bottom: 10%;
    top:0;
    left: 0;
    position:fixed;
    height:100%;
    width: 40%;
    backdrop-filter: blur(10px);
    background-color: rgba(202, 202, 202, 0.678);
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    z-index: 9;
    transition: transform 0.5s ease-in-out;
    text-align: center;
  }
  
  .navbar .menu-items li {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
  }
  
  .nav-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .logo{
    display: none;
  }
  

  .him{
    width:400px;
    height:400px;
    object-fit: cover;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
   }

   .logo{
    width: 35px;
   }
   .logotxt{
    padding: 5;
   }
   .logodiv{
       position:relative;
   }
  
  /* colors */
  .color-1 {
    background-color:#fdc006;
  }
  .color-2 {
    background-color:#ef9c00;
  }
  .color-3 {
    background-color: #98a61b;
  }
  .color-4 {
    background-color: #0996ce;
  }
  .color-5 {
    background-color: #3fbbec;
  }
  .color-6{
    background-color:#fdc006;
  }
  

  .link{
    text-decoration: none; 
    background-color: none;
    color:#000;
  }
  
  
  body {
    text-align: center;
    font-size: 120%;
    line-height: 1.618;
  }
  h1, h2 {
    font-size: 3em;
    letter-spacing: -0.05em;
    line-height: 1.1;
  }
  p {
    max-width: 30em;
    margin-bottom: 1.618em;
  }
  a {
    color: black;
    font-family: sans-serif;
    text-decoration: none;
  }