*{

    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    text-decoration: none;
}
@keyframes color-change {
    0% { color: crimson; }
    33% { color: palevioletred; }
    56% { color: brown; }
    66% { color: purple; }
    76% { color: mediumorchid; }
    100% { color:darkblue; }
  }
  
  .color-change {
    animation: color-change 2s linear infinite;
    text-decoration: none;
    text-align: center;
  }
body {
  transition: background-color 0.5s;
} 

 body.dark-mode {
  background-color: #1c1c1c;
  color: #f0f0f0;
}
.navbar {
  overflow: hidden;
  background-color: #d3d3d3;
 }
.navbar a.search-icon {
  float: right;
  display: block;
  color: crimson;
  text-align: center;
  padding: 1px 30px;
  text-decoration: none;
  font-size: 17px;
 }
 
 .navbar input[type=text] {
  float: right;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-left: 11px;
  margin-right: 1px;
  font-size: 10px;
 }
@keyframes change-color {
    0% { color: crimson; }
    33% { color: rgb(216, 112, 181); }
    56% { color: rgb(165, 50, 42); }
    66% { color: rgb(70, 0, 128); }
    76% { color: rgb(85, 192, 211); }
    100% { color:darkblue; }
  }
  
  .change-color {
    animation: change-color 3s linear infinite;
   
    text-align: center;
   }
.hero{
    position: relative;
    width: 100%;
    height: 100vh;
    background:whitesmoke
}
nav{
    display: flex;
    width: 84%;
    margin: auto;
    padding: 20px 0px 40px; 
    align-items: center;
    justify-content: space-between;
margin-right: 80%;
}
nav ul li {
    display: inline-block;
    list-style: none;
    margin: 10px  10px;
}
nav ul li a{
    text-decoration: none;
    color: cornflowerblue;
    font-weight: bold;
}
nav ul li a:hover{
    color: crimson;

}
.container{
    margin-left: 8%;
    margin-top: 13%;
}
.container h1{
    font-size: 50px;
    color: slategray;
    margin-bottom: 20px;
}
span{
    color: crimson;
}
.container p{
    color: blueviolet;
    line-height: 22px;
    font-size: 32px;
}
.text-tranform span{
color: crimson;

}
.container a{
background: black;
padding: 10px 18px;
text-decoration: none;
font-weight: bold;
color: aquamarine;
display: inline-block;
margin: 30px 0;
border-radius: 5px;
}
 .image{
    height: 500px;
    width: 600px;
  /* height: 400px;
  width: 100%;
  margin-left: 25%; */
  /* height: 400px;
  width: 50%;
/* 
    width: 45%;
    height: 80%;  */
    /* position: absolute; */
    /* bottom: 0;
    margin-left: 50%;
    margin-right: 50%;
    right: 100px; */ 
}
.image img{
    display: block;
    margin: auto;
    height: 90%;
    width: 90%;
    align-items: center;
    text-align: center;
     margin-left: 80%; 
    /* float: left; */

  /* height: 400px;
  width: 50%; */
  /* margin-left: 25%; */
    /* height: 400px;
     /* position: absolute; 
    background-repeat: no-repeat;
    background-size: cover; */
    /* left: 30%;
    margin-left: 30%;
    margin-right: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: bottom 1s, left 1s; */ 
}
h4{
  color: crimson;
}
.footer-col{
    width: 25%;
    padding:0 15px;
    margin-left: 8%;
    }
    .footer-col h4{
      margin-bottom:40px;
      font-size:18px;
    
      text-transform: capitalize;
      font-weight: 500;
      position: relative;
    }
    .footer-col h4::before{
      content:'';
      position: absolute;
      left: 0;
      bottom: -10px;
     
      height: 2px;
      width: 50px;
      border-radius: border-box;
    }
    .footer-col u1 li:not(:last-child){
      margin-bottom: 10px;
    }
    .footer-col u1 li a{
      
      font-size: 16px;
      text-transform: capitalize;
    
      text-decoration: none;
      font-weight: 300;
    
      display: block;
      transition: all 0.3s ease;
      
    }
    .footer-col u1 li a:hover{
    
      padding-left: 10px;
    
    }
    .footer-col .social-link a{
      display: inline-block;
      width: 40px;
      height: 40px;
      background-color: #D3D3D3;
      color: black;
      
      margin: 0  10px 10px 0;
      border-radius: 50%;
      overflow: hidden;
      line-height: 40px;
      text-align: center;
      transition: all 0.5s ease;
    
    }
    .footer-col .social-link a:hover{
     
      background-color: white;
      color: black;
    }
    @media (max-width: 800px) {
      .footer-col {
        width: 50%;
        margin-bottom: 30px;}
      }
      @media (max-width: 600px) {
        .footer-col {
          width: 100%;
          }
        }
        
         hover-text {
          position: absolute;
          top: 0;
          left: 40px;
          width: 100%;
          height: 100%;
          line-height: 30px;
          text-align: center;
          visibility: hidden;
          background-color: rgba(0, 0, 0, 0.5);
          color: white;
          transition: visibility 0.5s ease;
         }
         
         hover-container:hover .hover-text {
          visibility: visible;
         }
         .sticky-footer {
          position: absolute;
          bottom: 10;
          width: 100%;
          color: black;
          font-style: italic;
          /* background-color: #f1f1f1; */
          padding: 20px;
          font-size: x-large;
          font-weight: bold;
          text-align: center;
      }
        /* p{
          font-size: larger;
          font-style: italic;
          font-size: larger;
          text-align: center;
          text-decoration: none;
        } 
        p:hover{
          color: crimson;
        }
        */