*{
    font-family: 'Poppins', sans-serif;

}


:root{
  scroll-behavior: smooth;
}
.nalog {
  width: 100%;
  position: fixed;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.201);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  backdrop-filter: blur(15px);
  z-index: 1;
 
}

/* nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px;
}
.nav-options{
  display: flex;
  align-items: center ;
}
p{
  /* display: flex;
  justify-content: center; */
  /* margin-left: 20px;
  color: white;
  font-size: 13px;
} */

@media (max-width: 768px) {
  .link {
      display: none; 
      flex-direction: column; 
      position: absolute;
      width: 100%;
      top: 80px; 
      text-align: center;
      left: 0;
      background-color: rgb(55, 179, 179);
      border-radius: 20px;
  }
  .link li a{
    color: white;
  }
  .link.active {
      display: flex;
  }

  .toggle_btn {
      display: block; /* Show the button on mobile */
  }
}
.artificial-content{
    width: 100%;
    height: 190px;
    margin-top: 150px;
    background-color: #22ADAD;
    border-radius: 30px;
}
.artificial-section{
  margin-left: 100px;
  margin-right: 100px;
}

.head-artificial{
    text-align: center;
    padding-top: 20px;
    color: white;
}
.para-artificial{
    text-align: center;
    color: white;
}
.sched-artificial{
    text-align: center;
    color: white;
}
.table{
    margin-top: 50px;
    color: white;
}
.content-2{
    background-color: #22ADAD;
    margin-top: 50px;
    border-radius: 10px;
}
.sched-artificial-2{
    text-align: center;
    color: white;
}
footer{
  margin-top: 180px;
}

    .footer-image{
      width: 100%;
      height: 50rem;
    background: url(images/footer1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
    .footer-qoute{
      text-align: center;
      color: white;
      padding-top: 100px;
      font-size: 45px;
      font-weight: bold;
    }
    .card-img-top{
      width:300px ;
      height: 200px;
      border-radius: 20px;
      margin-left: 10px;
    }
    .card-title{
      text-align: center;
    }
    .card-text{
      text-align: center;
    }
    .footer-logo{
      display: flex;
      width: 100%;
      padding-top: 100px;
    }
    .footer-logo-image{
      margin-left: 100px;
      height: 150px;
      width: 150px;
      /* cursor: pointer; */
        color: white;
        margin-top: -50px;
    }
    .footer-head{
      text-decoration: none;
    color: white;
    margin-left: 20px;
    margin-top: 150px;
    font-size: 35px;
    font-weight: 600px;
    }
    .footer-head:hover{
      transition: .5s all;
      color: #22ADAD;
    }
    .options{
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 200px;
    }
    .vertical-line1 {
      border-left: 2px solid #ffffff; /* Change the color and width as desired */
      height: 30px; /* Adjust the height of the vertical line */
      width: 10px;
      margin: 0 10px; /* Adjust the margin as needed to control spacing */
    }
    .footer-prop1{
      text-align: center;
      text-decoration: none;
      color: white;
      font-weight: 400px;
    }
    .footer-prop1:hover{
      transition: .5s all;
      color: #22ADAD;
    }
    .footer-prop2{
      text-align: center;
      text-decoration: none;
      color: white;
      font-weight: 400px;
    }
    .footer-prop2:hover{
      transition: .5s all;
      color: #22ADAD;
    }
    .vertical-line2{
      border-left: 2px solid white;
      height: 30px;
      width: 10px;
      margin: 0 10px;
    }
    .footer-prop3{
      text-align: center;
      text-decoration: none;
      color: white;
      font-weight: 400px;
    }
    .footer-prop3:hover{
      transition: .5s all;
      color: #22ADAD;
    }

    .social-media-list {
      position: relative;
      font-size: 22px;
      text-align: center;
      width: 80%;
      padding-right: 300px;
      padding: 0;
    }
    
    .social-media-list li a {
      color: #22ADAD;
      
    }
    
    .social-media-list li {
      position: relative; 
      display: inline-block;
      height: 60px;
      width: 60px;
      /* margin: 10px 3px; */
      line-height: 60px;
      border-radius: 50%;
      color: white;
      /* background-color: rgb(27,27,27); */
      background: transparent;
      backdrop-filter: blur(15px);
      cursor: pointer; 
      transition: all .2s ease-in-out;
    }
    
    
    .social-media-list li:hover {
      background-color: black; 
    }
    .footer-end{
      font-size: large;
      text-align: center;
      color: #ffffff;
    }


       /*MEDIA QUERIES*/

       @media screen and (max-width: 320px) {
        .section {
          background-color: black;
          background-repeat: repeat;
          width: 100%; /* Ensure it fits the viewport */
        }
        .artificial-section {
          margin-left: 5%; /* Use percentages for better scaling */
          margin-right: 5%;
        }
        .artificial-content {
          width: 100%;
          height: 150px;
          margin-top: 100px;
          background-color: #22ADAD;
          border-radius: 30px;
        }
        .head-artificial,
        .para-artificial,
        .sched-artificial {
          text-align: center;
          color: white;
        }
        .table {
          margin-top: 50px;
          color: white;
          overflow-x: auto; /* Allow horizontal scrolling for smaller screens */
        }
        .content-2 {
          background-color: #22ADAD;
          margin-top: 50px;
          border-radius: 10px;
        }
      }
      
      @media screen and (min-width: 321px) and (max-width: 480px) {
        .section {
          background-color: black;
          background-repeat: repeat;
          width: 100%; /* Ensure it fits the viewport */
          height: auto; /* Use auto to adjust height dynamically */
        }
        .artificial-section {
          margin-left: 5%; /* Use percentages for better scaling */
          margin-right: 5%;
        }
        .artificial-content {
          width: 100%;
          height: 150px;
          margin-top: 125px;
          background-color: #22ADAD;
          border-radius: 30px;
        }
        .head-artificial,
        .para-artificial,
        .sched-artificial {
          text-align: center;
          color: white;
        }
        .table {
          margin-top: 50px;
          color: white;
          overflow-x: auto; /* Allow horizontal scrolling for smaller screens */
        }
        .content-2 {
          background-color: #22ADAD;
          margin-top: 50px;
          border-radius: 10px;
        }
      }
      
      @media screen and (min-width:481px) and (max-width:768px) {
        .section {
          background-color: black;
          width: 100%; /* Make it flexible for large screens */
          max-width: 770px; /* Limit the maximum width */
          height: auto; /* Allow height to adjust based on content */
          margin: 0 auto; /* Center the section horizontally */
        }
        
        .artificial-section {
          margin-left: 5%; /* Add a margin on both sides for better scaling */
          margin-right: 5%;
        }
        
        .artificial-content {
          width: 100%;
          height: 150px;
          margin-top: 100px;
          background-color: #22ADAD;
          border-radius: 30px;
        }
        
        .head-artificial,
        .para-artificial,
        .sched-artificial {
          text-align: center;
          color: white;
        }
        
        .table {
          margin-top: 50px;
          color: white;
          overflow-x: auto; /* Allow horizontal scrolling on small screens */
        }
        
        .content-2 {
          background-color: #22ADAD;
          margin-top: 50px;
          border-radius: 10px;
        }
        
        .sched-artificial-2 {
          text-align: center;
          color: white;
        }
        
        
      @media screen and (min-width:769px) and (max-width:1024px) {
        .section{
          background-color: black;
          /* background-position: center; */
           /*background-repeat: repeat; */
           /*background-size: cover; */
          /* object-fit: cover; */
          width: 1024px;
          height:100%;
      }
      .artificial-section{
        margin-left: 100px;
        margin-right: 100px;
      }
        .artificial-content{
          width: 100%;
          height: 150px;
          margin-top: 100px;
          background-color: #22ADAD;
          border-radius: 30px;
      }
      
      .head-artificial{
          text-align: center;
          padding-top: 20px;
          color: white;
      }
      .para-artificial{
          text-align: center;
          color: white;
      }
      .sched-artificial{
          text-align: center;
          color: white;
      }
      .table{
          margin-top: 50px;
          color: white;
      }
      .content-2{
          background-color: #22ADAD;
          margin-top: 50px;
          border-radius: 10px;
      }
      .sched-artificial-2{
          text-align: center;
          color: white;
      }
      }

          /* FOOTER  */

@media screen and (max-width: 320px) {
        
  footer{
      margin-top: 100px;
      height: 579px;
      width: 100%;
    }
    
        .footer-image{
          width: 100%;
          height: 579px;
        background: url(images/footer1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 75px;
        }
        .footer-qoute{
          text-align: center;
          color: white;
          padding-top: 60px;
          font-size: 12px;
          font-weight: bold;
        }
        .footer-name{
          text-align: center;
      font-weight: bold;
      font-size: 14px;
      padding-top: 12px;
      padding-left: 12px;
      color: white;
        }
        .footer-ceo{
          text-align: center;
      color: white;
      padding-top: 0px;
      font-size: 17px;
      padding-left: 10px;
      font-weight: lighter;
      /* margin-top: -17px; */
        }
        .footer-logo{
          display: flex;
          width: 100%;
          padding-top: 100px;
        }
        .footer-logo-image{
          margin-left: 34px;
          height: 68px;
          width: 70px;
          cursor: pointer;
          color: white;
          margin-top: -10px;
        }
        
        .footer-head{
          text-decoration: none;
        color: white;
        margin-left: 19px;
        margin-top: 150px;
        font-size: 35px;
        font-weight: 600px;
        }
        .footer-head:hover{
          transition: .5s all;
          color: #22ADAD;
        }
        .options{
          display: flex;
      align-items: center;
      justify-content: center;
      margin-left: -298px;
      margin-top: 87px;
      font-size: 16px;
        }
        .vertical-line1 {
          border-left: 2px solid #ffffff; /* Change the color and width as desired */
          height: 22px; /* Adjust the height of the vertical line */
          width: 10px;
          margin: 0 10px; /* Adjust the margin as needed to control spacing */
        }
        .footer-prop1{
          text-align: center;
          text-decoration: none;
          color: white;
          font-weight: 400px;
        }
        .footer-prop1:hover{
          transition: .5s all;
          color: #22ADAD;
        }
        .footer-prop2{
          text-align: center;
          text-decoration: none;
          color: white;
          font-weight: 400px;
        }
        .footer-prop2:hover{
          transition: .5s all;
          color: #22ADAD;
        }
        .vertical-line2{
          border-left: 2px solid white;
          height: 22px;
          width: 10px;
          margin: 0 10px;
        }
        .footer-prop3{
          text-align: center;
          text-decoration: none;
          color: white;
          font-weight: 400px;
        }
        .footer-prop3:hover{
          transition: .5s all;
          color: #22ADAD;
        }
    
        .social-media-list {
          position: relative;
      font-size: 22px;
      display: flex;
      text-align: center;
      width: 80%;
      right: 266px;
      top: 150px;
      /* margin: 0px -87px; */
      padding-right: 300px;
      padding: 0;
        }
        
        .social-media-list li a {
          color: #22ADAD;
          
        }
        
        .social-media-list li {
          position: relative; 
          display: inline-block;
          height: 60px;
          width: 60px;
          /* margin: 10px 3px; */
          line-height: 60px;
          border-radius: 50%;
          color: white;
          /* background-color: rgb(27,27,27); */
          background: transparent;
          backdrop-filter: blur(15px);
          cursor: pointer; 
          transition: all .2s ease-in-out;
        }
        
       
        
        .social-media-list li:hover {
          background-color: black; 
        }
        
       
        
        .social-media-list li:hover a {
          color: #22ADAD;
        }
        .footer-end{
          font-size: large;
          text-align: center;
          /* margin-left: 40px; */
          margin-top: 117px;
        }
    
}
@media screen and (min-width:321px) and (max-width:480px) {
           
        footer{
          margin-top: 0px;
        width: 100%;
        height: 150rem;
      }
  
      .footer-image{
        width: 540px;
        height: 150rem;
      background: url(images/footer1.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-top: 75px;
      }
      .footer-qoute{
        text-align: center;
        color: white;
        padding-top: 90px;
        font-size: 18px;
        font-weight: bold;
      }
      .card-img-top{
        width:300px ;
        height: 200px;
        border-radius: 20px;
        margin-left: 100px;
      }
      .card-title{
        text-align: center;
      }
      .card-text{
        text-align: center;
      }
      .footer-name{
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        padding-top: 19px;
        padding-left: 12px;
        color: white;
      }
      .footer-ceo{
        text-align: center;
    color: white;
    padding-top: 0px;
    font-size: 17px;
    padding-left: 10px;
    font-weight: lighter;
    /* margin-top: -13px; */
      }
      .footer-logo{
        display: flex;
        width: 100%;
        padding-top: 100px;
      }
      .footer-logo-image{
        margin-left: 110px;
        height: 90px;
        width: 100px;
        cursor: pointer;
        color: white;
        margin-top: -20px;
      }
      
      .footer-head{
        text-decoration: none;
      color: white;
      margin-left: 15px;
      margin-top: 150px;
      font-size: 35px;
      font-weight: 600px;
      }
      .footer-head:hover{
        transition: .5s all;
        color: #22ADAD;
      }
      .options{
        display: flex;
      align-items: center;
      justify-content: center;
      margin-left: -294px;
      margin-top: 98px;
      font-size: 16px;
      }
      .vertical-line1 {
        border-left: 2px solid #ffffff; /* Change the color and width as desired */
        height: 22px; /* Adjust the height of the vertical line */
        width: 10px;
        margin: 0 10px; /* Adjust the margin as needed to control spacing */
      }
      .footer-prop1{
        text-align: center;
        text-decoration: none;
        color: white;
        font-weight: 400px;
      }
      .footer-prop1:hover{
        transition: .5s all;
        color: #22ADAD;
      }
      .footer-prop2{
        text-align: center;
        text-decoration: none;
        color: white;
        font-weight: 400px;
      }
      .footer-prop2:hover{
        transition: .5s all;
        color: #22ADAD;
      }
      .vertical-line2{
        border-left: 2px solid white;
        height: 22px;
        width: 10px;
        margin: 0 10px;
      }
      .footer-prop3{
        text-align: center;
        text-decoration: none;
        color: white;
        font-weight: 400px;
      }
      .footer-prop3:hover{
        transition: .5s all;
        color: #22ADAD;
      }
  
      .social-media-list {
        position: relative;
    font-size: 22px;
    display: flex;
    text-align: center;
    width: 80%;
    right: 266px;
    top: 157px;
    /* margin: 0px -87px; */
    padding-right: 300px;
    padding: 0;
      }
      
      .social-media-list li a {
        color: #22ADAD;
        
      }
      
      .social-media-list li {
        position: relative; 
        display: inline-block;
        height: 60px;
        width: 60px;
        /* margin: 10px 3px; */
        line-height: 60px;
        border-radius: 50%;
        color: white;
        /* background-color: rgb(27,27,27); */
        background: transparent;
        backdrop-filter: blur(15px);
        cursor: pointer; 
        transition: all .2s ease-in-out;
      }
      
     
      
      .social-media-list li:hover {
        background-color: black; 
      }
      
      
      
      .social-media-list li:hover a {
        color: #22ADAD;
      }
      .footer-end{
        font-size: large;
        text-align: center;
        /* margin-left: 40px; */
        margin-top: 150px;
        color: white;
      }
  
}
@media screen and (min-width:481px) and (max-width:768px) {
           
          footer{
            margin-top: 0px;
             height: 150rem;
             width: 100%;
        }
    
        .footer-image{
          width: 768px;
          height: 150rem;
        background: url(images/footer1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 75px;
        }
        .footer-qoute{
          text-align: center;
          color: white;
          padding-top: 150px;
          font-size: 22px;
          font-weight: bold;
        }
        .card-img-top{
          width: 200px;
    height: 175px;
    border-radius: 20px;
    margin-left: -3px;
        }
        .card-title{
          text-align: center;
        }
        .card-text{
          text-align: center;
        }
        
        .footer-logo{
          display: flex;
          width: 100%;
          padding-top: 100px;
        }
        .footer-logo-image{
          margin-left: 55px;
          height: 110px;
          width: 110px;
          cursor: pointer;
          color: white;
          margin-top: -20px;
        }
        
        .footer-head{
          text-decoration: none;
        color: white;
        margin-left: 25px;
    margin-top: 150px;
    font-size: 50px;
        font-weight: 600px;
        }
        .footer-head:hover{
          transition: .5s all;
          color: #22ADAD;
        }
        .options{
          display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -293px;
    margin-top: 81px;
        font-size: 13px;
        }
        .vertical-line1 {
          border-left: 2px solid #ffffff; /* Change the color and width as desired */
          height: 22px; /* Adjust the height of the vertical line */
          width: 10px;
          margin: 0 10px; /* Adjust the margin as needed to control spacing */
        }
        .footer-prop1{
          text-align: center;
          text-decoration: none;
          color: white;
          font-weight: 400px;
        }
        .footer-prop1:hover{
          transition: .5s all;
          color: #22ADAD;
        }
        .footer-prop2{
          text-align: center;
          text-decoration: none;
          color: white;
          font-weight: 400px;
        }
        .footer-prop2:hover{
          transition: .5s all;
          color: #22ADAD;
        }
        .vertical-line2{
          border-left: 2px solid white;
          height: 22px;
          width: 10px;
          margin: 0 10px;
        }
        .footer-prop3{
          text-align: center;
          text-decoration: none;
          color: white;
          font-weight: 400px;
        }
        .footer-prop3:hover{
          transition: .5s all;
          color: #22ADAD;
        }
    
        .social-media-list {
          position: relative;
      font-size: 22px;
      display: flex;
      text-align: center;
      width: 80%;
      right: 315px;
      top: 140px;
      /* margin: 0px -87px; */
      padding-right: 300px;
      padding: 0;
        }
        
        .social-media-list li a {
          color: #22ADAD;
          
        }
        
        .social-media-list li {
          position: relative; 
          display: inline-block;
          height: 60px;
          width: 60px;
          /* margin: 10px 3px; */
          line-height: 60px;
          border-radius: 50%;
          color: white;
          /* background-color: rgb(27,27,27); */
          background: transparent;
          backdrop-filter: blur(15px);
          cursor: pointer; 
          transition: all .2s ease-in-out;
        }
        
        
        
        .social-media-list li:hover {
          background-color: black; 
        }
        
        
        
        .social-media-list li:hover a {
          color: #22ADAD;
        }
        .footer-end{
          font-size: large;
          text-align: center;
          /* margin-left: 40px; */
          margin-top: 250px;
        }
    
}
@media screen and (min-width: 769px) and (max-width: 1024px){
           
  footer{
    margin-top: 0px;
    height: 1400px;
    width: 100%;
    height: 129rem;
}

.footer-image{
  width: 100%;
  height: 129rem;
background: url(images/footer1.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-top: 75px;
}
.footer-qoute{
  text-align: center;
  color: white;
  padding-top: 150px;
  font-size: 22px;
  font-weight: bold;
}
.card-img-top{
  width: 164px;
  height: 155px;
  border-radius: 20px;
  margin-left: 9px;
}
.card-title{
  text-align: center;
}
.card-text{
  text-align: center;
}
.footer-logo{
  display: flex;
  width: 100%;
  padding-top: 100px;
}
.footer-logo-image{
  margin-left: 55px;
  height: 110px;
  width: 110px;
  cursor: pointer;
  color: white;
  margin-top: -20px;
}

.footer-head{
  text-decoration: none;
color: white;
margin-left: 25px;
margin-top: 150px;
font-size: 50px;
font-weight: 600px;
}
.footer-head:hover{
  transition: .5s all;
  color: #22ADAD;
}
.footer-options{
  width: 200px;
}
.options{
  display: flex;
  position: relative;
  right: 70px;
  align-items: center;
  justify-content: center;
  margin-right: 0px;
  margin-top: 81px;
  font-size: 16px;  
}
.vertical-line1 {
  border-left: 2px solid #ffffff; /* Change the color and width as desired */
  height: 22px; /* Adjust the height of the vertical line */
  width: 10px;
  margin: 0 10px; /* Adjust the margin as needed to control spacing */
}
.footer-prop1{
  text-align: center;
  text-decoration: none;
  color: white;
  font-weight: 400px;
}
.footer-prop1:hover{
  transition: .5s all;
  color: #22ADAD;
}
.footer-prop2{
  text-align: center;
  text-decoration: none;
  color: white;
  font-weight: 400px;
}
.footer-prop2:hover{
  transition: .5s all;
  color: #22ADAD;
}
.vertical-line2{
  border-left: 2px solid white;
  height: 22px;
  width: 10px;
  margin: 0 10px;
}
.footer-prop3{
  text-align: center;
  text-decoration: none;
  color: white;
  font-weight: 400px;
}
.footer-prop3:hover{
  transition: .5s all;
  color: #22ADAD;
}

.social-media-list {
  position: relative;
font-size: 22px;
display: flex;
text-align: center;
width: 80%;
right: 315px;
top: 140px;
/* margin: 0px -87px; */
padding-right: 300px;
padding: 0;
}

.social-media-list li a {
  color: #22ADAD;
  
}

.social-media-list li {
  position: relative; 
  display: inline-block;
  height: 60px;
  width: 60px;
  /* margin: 10px 3px; */
  line-height: 60px;
  border-radius: 50%;
  color: white;
  /* background-color: rgb(27,27,27); */
  background: transparent;
  backdrop-filter: blur(15px);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}



.social-media-list li:hover {
  background-color: black; 
}



.social-media-list li:hover a {
  color:#22ADAD;
}
.footer-end{
  font-size: large;
  text-align: center;
  /* margin-left: 40px; */
  margin-top: 250px;
}

}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    
           
            footer{
            margin-top: 0px;
            height: 60rem;
            width: 100%;
          }
      
          .footer-image{
            width: 100%;
            height: 60rem;
          background: url(images/footer1.png);
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          margin-top: 75px;
          }
          .footer-qoute{
            text-align: center;
            color: white;
            padding-top: 90px;
            font-size: 28px;
            font-weight: bold;
          }
          .card-img-top{
            width:300px ;
            height: 200px;
            border-radius: 20px;
            margin-left: -30px;
          }
          .card-title{
            text-align: center;
          }
          .card-text{
            text-align: center;
          }
          .footer-logo{
            display: flex;
            width: 100%;
            padding-top: 100px;
          }
          .footer-logo-image{
            margin-left: 50px;
            height: 120px;
            width: 120px;
            cursor: pointer;
            color: white;
            margin-top: -33px;
          }
          
          .footer-head{
            text-decoration: none;
            color: white;
            margin-left: 20px;
            margin-top: 128px;
            font-size: 40px;
            font-weight: 600px;
          }
          .footer-head:hover{
            transition: .5s all;
            color: #22ADAD;
          }
          .options{
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 120px;
            margin-top: 15px;
            font-size: 17px;
          }
          .vertical-line1 {
            border-left: 2px solid #ffffff; 
            height: 22px; 
            width: 10px;
            margin: 0 10px; 
          }
          .footer-prop1{
            text-align: center;
            text-decoration: none;
            color: white;
            font-weight: 400px;
          }
          .footer-prop1:hover{
            transition: .5s all;
            color: #22ADAD;
          }
          .footer-prop2{
            text-align: center;
            text-decoration: none;
            color: white;
            font-weight: 400px;
          }
          .footer-prop2:hover{
            transition: .5s all;
            color: #22ADAD;
          }
          .vertical-line2{
            border-left: 2px solid white;
            height: 22px;
            width: 10px;
            margin: 0 10px;
          }
          .footer-prop3{
            text-align: center;
            text-decoration: none;
            color: white;
            font-weight: 400px;
          }
          .footer-prop3:hover{
            transition: .5s all;
            color: #22ADAD;
          }
      
          .social-media-list {
            position: relative;
        font-size: 22px;
        display: flex;
        text-align: center;
        width: 25%;
        right: -6px;
        /* top: 0px;
        /* margin: 0px -87px; */
        padding-right: 300px;
        padding: 0;
          }
          
          .social-media-list li a {
            color: #22ADAD;
            
          }
          
          .social-media-list li {
            position: relative; 
            display: inline-block;
            height: 60px;
            width: 60px;
            /* margin: 10px 3px; */
            line-height: 60px;
            border-radius: 50%;
            color: white;
            /* background-color: rgb(27,27,27); */
            background: transparent;
            backdrop-filter: blur(15px);
            cursor: pointer; 
            transition: all .2s ease-in-out;
          }
          
          
          
          .social-media-list li:hover {
            background-color: black; 
          }
          
         
          
          .social-media-list li:hover a {
            color: #22ADAD;
          }
          .footer-end{
            font-size: large;
            text-align: center;
            /* margin-left: 40px; */
            margin-top: 150px;
          }
      
          
}
