*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;   
    text-decoration: none;
    font-family: "Libertinus Sans", sans-serif;
   
}
#top1{
    width: 100%;
    margin-top: 360px;
}
section{
    height: 100vh;   
}
header{
    height: 65vh;
    width: 100%;
    background-image: url('pink.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

nav {
    background: transparent;
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    height: 70px;
    width: 100%;
    top: 0;
    z-index: 1000;
  }
  nav.scrolled{
    background-color: #fff;
 }
  /* Toggle icon (hamburger) */
  .menu-toggle {
    display: none;
    width: 30px;
    height: 22px;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
    margin-right: 1rem;
  }

  .bar {
    background-color: black;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    transition: 0.3s ease;
  }

  .bar:nth-child(1) { top: 0; }
  .bar:nth-child(2) { top: 9px; }
  .bar:nth-child(3) { top: 18px; }

  .nav-links {
    display: flex;
    gap: 1.5rem;
  }

  .nav-links a {
    text-decoration: none;
    color: black;
    margin-right: 20px;
    font-size: 25px;
    transition:  0.5s ease-in;
  }

  .nav-links a:hover {
    color:#8E24AA;
    border-bottom: 2px solid #8E24AA;
  }
.header a img{
    height: 75px;   
}  

.container{
    height: 120vh;
}
#blog-h1{
    text-align: center;
    font-size: 70px;
    font-weight: 500;
    margin-bottom: 240px;
    margin-top: -270px;
} 
h4 {
    font-size: 16px;
    letter-spacing: 1px;
    }

.articles {
     width: 300px;
    
}
.article:hover{
    color: #8E24AA;
}
.article {
    display: flex;
    align-items: center;
    color: black;
    margin: 15px 0;
    border-bottom: 1px solid #ddd;
    transition: color .6s ease;
    padding-bottom: 10px;
}
.article img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 10px;
}

.article-text {
    flex: 1;
    }

.article-title {
    font-size: 15px;
    margin: 0;
    line-height: 1.2;
 }
.arrow-container {
       position: relative;
       width: 70px;
       height: 10px;
        margin-left:-35px;
        margin-bottom: 20px;
     }
   .arrow-line {
       position: absolute;
       top: 4px;
       left: 10px;
       width: 70px;
       height: 1px;
       margin-left: 40px;
       background-color: black;
     }  
    .arrow-head {
    position: absolute;  
    top: 0px;       
    left: 120px;
    width: 0;
    height: 0;      
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid black;
} 
 .arrow-circle {
    position: absolute;
    top: 1px;
    left: 43px;
    width: 8px;
    height: 8px;
    background-color: black;
    border-radius: 50%;
}
.content-text img{
    height: 450px;
    width: 450px;
}
.content-text{
    height: 450px;
    width: 800px;
    display: flex;
    align-items: center;
}
.content-text a h2{
    font-size: 35px;
    color: black;
    font-weight: 400;
    margin-top: -90px;
    margin-bottom: 10px;
    transition: .5s ease;
}
.content-text a h2:hover{
    color: #8E24AA;
}
.content-text p{
    font-size: 20px;
    margin-bottom: 14px;

}
.content-text #box{
    padding: 20px;
}
.content-text h5{
    font-size: 17px;
    font-weight: 600;
}
.content-text span{
transition: .4s ease;
}
.content-text span:hover{
    color: #8E24AA;
}
.blog-content{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.cancer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 70vh;
    gap: 40px;
}
.cancer img{
    height: 420px;
    width: 400px;
}
.text-box{
  width: 530px;
  height: 370px;
  padding: 15px;
}
.text-box a h2{
    font-size: 35px;
    font-weight: 400;
    color: black;
    margin-top: 30px;
    margin-bottom: 10px;
    transition: .5s ease;
}
.text-box a h2:hover{
    color: #8E24AA;
}
.text-box p{
    font-size: 19px;
    margin-bottom: 15px;
}
.text-box h5{
    font-size: 17px;
    font-weight: 600;
}
.text-box span{
transition: .4s ease;
}
.text-box span:hover{
    color: #8E24AA;
}
.slide-content{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    height:70vh ;
}
.slide-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
  /* image slide */
.slider{
    width: 450px;
    height: 300px;
    overflow: hidden; 
}
.slides{
    display: flex;
    width: 100%;
    height: 500px;
}
.slides input{
    display: none;
}
.slide{
    transition: 1s;
}
.slide img{
    height: 350px;
    width: 450px;
}
.navigation-manual{
    position: absolute;
    width: 34opx;
    margin-top: -230px;
    display: flex;
    justify-content: center;
    margin-left:120px;
}
.manual-btn{
    border: 2px solid #8E24AA;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}
.manual-btn:not(:last-child){
    margin-right: 20px;
}
.manual-btn:hover{
    background-color: #8E24AA;
}
#radio1:checked ~ .first{
    margin-left: 0px;
}
#radio2:checked ~ .first{
    margin-left: -100%;
}
#radio3:checked ~ .first{
    margin-left: -200%;
}
#radio4:checked ~ .first{
    margin-left: -300%;
}
.navigation-auto{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 270px;
    margin-left:120px;
}
.navigation-auto div{
    border: 2px solid #8E24AA;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}
.navigation-auto div:not(:last-child){
    margin-right: 20px;
}
#radio1:checked ~ .navigation-auto .auto-btn1{
  background-color: #8E24AA;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
  background-color: #8E24AA;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
  background-color: #8E24AA;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
  background-color: #8E24AA;
}

.transit{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
    height:70vh ;
}
.slide-container2{
    display: flex;
    align-items: center;
    justify-content: center;
}
  /* image slide */
.slider2{
    width: 450px;
    height: 300px;
    overflow: hidden; 
}
.slides2{
    display: flex;
    width: 100%;
    height: 500px;
}
.slides2 input{
    display: none;
}
.slide2{
    transition: 1s;
}
.slide2 img{
    height: 350px;
    width: 450px;
}
.navigation-manual2{
    position: absolute;
    width: 34opx;
    margin-top: -230px;
    display: flex;
    justify-content: center;
    margin-left:120px;
}
.manual-btn2{
    border: 2px solid #8E24AA;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}
.manual-btn2:not(:last-child){
    margin-right: 20px;
}
.manual-btn2:hover{
    background-color: #8E24AA;
}
#radios2-1:checked ~ .second{
    margin-left: 0px;
}
#radios2-2:checked ~ .second{
    margin-left: -100%;
}
#radios2-3:checked ~ .second{
    margin-left: -200%;
}
#radios2-4:checked ~ .second{
    margin-left: -300%;
}
 .navigation-auto2{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 270px;
    margin-left:120px;
}
.navigation-auto2 div{
    border: 2px solid #8E24AA;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}
.navigation-auto2 div:not(:last-child){
    margin-right: 20px;
}
#radios2-1:checked ~ .navigation-auto2 .auto2-btn1{
  background-color: #8E24AA;
}
#radios2-2:checked ~ .navigation-auto2 .auto2-btn2{
  background-color: #8E24AA;
}
#radios2-3:checked ~ .navigation-auto2 .auto2-btn3{
  background-color: #8E24AA;
}
#radios2-4:checked ~ .navigation-auto2 .auto2-btn4{
  background-color: #8E24AA;
}  


.earth{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    height:70vh ;
}
.slide-container3{
    display: flex;
    align-items: center;
    justify-content: center;
}
  /* image slide */
.slider3{
    width: 450px;
    height: 300px;
    overflow: hidden; 
}
.slides3{
    display: flex;
    width: 100%;
    height: 500px;
}
.slides3 input{
    display: none;
}
.slide3{
    transition: 1s;
}
.slide3 img{
    height: 350px;
    width: 450px;
}
.navigation-manual3{
    position: absolute;
    width: 34opx;
    margin-top: -230px;
    display: flex;
    justify-content: center;
    margin-left:120px;
}
.manual-btn3{
    border: 2px solid #8E24AA;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}
.manual-btn3:not(:last-child){
    margin-right: 20px;
}
.manual-btn3:hover{
    background-color: #8E24AA;
}
#radios3-1:checked ~ .third{
    margin-left: 0px;
}
#radios3-2:checked ~ .third{
    margin-left: -100%;
}
#radios3-3:checked ~ .third{
    margin-left: -200%;
}
#radios3-4:checked ~ .third{
    margin-left: -300%;
}
 .navigation-auto3{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 270px;
    margin-left:120px;
}
.navigation-auto3 div{
    border: 2px solid #8E24AA;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}
.navigation-auto3 div:not(:last-child){
    margin-right: 20px;
}
#radios3-1:checked ~ .navigation-auto3 .auto3-btn1{
  background-color: #8E24AA;
}
#radios3-2:checked ~ .navigation-auto3 .auto3-btn2{
  background-color: #8E24AA;
}
#radios3-3:checked ~ .navigation-auto3 .auto3-btn3{
  background-color: #8E24AA;
}
#radios3-4:checked ~ .navigation-auto3 .auto3-btn4{
  background-color: #8E24AA;
}  

.stars{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
    height: 70vh;
    gap: 40px;
}
.stars img{
    height: 420px;
    width: 400px;
}
.video-contanier{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 70vh;
    gap: 40px;
}
.video-contanier iframe{
    height: 280px;
    width: 420px;
}

.footer h2{
    text-align: center; 
    font-size: 45px;
    font-weight: 400;
    margin-top: 90px;
}
.footer{
    margin-top: 10px;
    height: 90vh;
    background-image: linear-gradient(180deg,white,rgb(255, 229, 234)); 
}
.footer-image{
    height: 250px;
    margin-bottom: 40px;
    padding-top: 50px;
    
}
.footer-image img{
    height: 265px;
}
.footer-icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 100%;
    margin-top: 40px;  
}
.footer-icon  a i{
    color: black;
    height: 90px;
    width: 90px;
    border: 2px solid black;
    border-radius: 50%;
    margin-left: 50px;
    font-size: 40px;
    padding: 25px 5px 5px 25px;
    transition: .6s ;
}
.footer-icon a i:hover{
    background: black;
    color: #fff;
}
#youtube{
    padding-left: 22px;
}
#facebook{
    padding-left: 25px;
}










@media (max-width:600px) {
    
.menu-toggle {
      display: block;
      position: fixed;
      margin-left: -290px;
    }

.nav-links {
      flex-direction: column;
      position: absolute;
      top: 60px;
      left: 0;
      background: white;
      box-shadow: 0px 1px 4px black;
      width: 300px;
      height: 350px;
      transform: translateX(-100%);
      opacity: 0;
      pointer-events: none;
      transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
      padding: 1rem;
    }

.nav-links.active {
      transform: translateX(0);
      opacity: 1;
      pointer-events: auto;
    }

.menu-toggle.active .bar:nth-child(1) {
      transform: rotate(45deg);
      top: 9px;
    }
.menu-toggle.active .bar:nth-child(2) {
      opacity: 0;
    }
.menu-toggle.active .bar:nth-child(3) {
      transform: rotate(-45deg);
      top: 9px;
    }  
.header a img{
    height: 65px; 
    margin-left: -30px;  
}
 .nav-links a {
    padding-top: 20px;
    text-align: center;
    color: #8E24AA;
 }  
  #top1{
    width: 100%;
    height: 70px;
    margin-top: 405px;
    
}
header{
    height: 51vh;
    width: 100%;
    background-image: url('pink.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.header-img{
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 50vh;
}   
 #blog-h1{
    text-align: center;
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 320px;
    margin-top: -300px;
} 
.content{
    display: none;
}
.container{
    height: 120vh;
}
#blog-h1{
    text-align: center;
    font-size: 70px;
    font-weight: 500;
    margin-bottom: 240px;
    margin-top: -270px;
} 

.content-text img{
    height: 350px;
    width: auto;
}
.content-text{
    height: 450px;
    width: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: -50px;
    padding: 30px;
}
.content-text a h2{
    font-size: 30px;
    color: black;
    font-weight: 400;
    margin-top: -90px;
    margin-bottom: 10px;
    transition: .5s ease;
    margin-top: 50px;
}
.content-text a h2:hover{
    color: #8E24AA;
}
.content-text p{
    font-size: 17px;
    margin-bottom: 14px;

}

.blog-content{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
}
.cancer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 76vh;
    gap: 40px;
    margin-top: 100px;
    padding: 20px;
}
.cancer img{
    height: 300px;
    width: 280px;
}
.text-box{
  width: auto;
  height: 370px;
  padding: 30px;

}
.text-box a h2{
    font-size: 30px;
    font-weight: 400;
    color: black;
    margin-top: 30px;
    margin-bottom: 10px;
    transition: .5s ease;
}
.text-box a h2:hover{
    color: #8E24AA;
}
.text-box p{
    font-size: 17px;
    margin-bottom: 15px;
}
.text-box h5{
    font-size: 17px;
    font-weight: 600;
}
.slide-content{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    height:70vh ;
    margin-top: 300px;
}
.slide-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider{
    width: 300px;
    height: 280px;
    overflow: hidden; 
}

.slide img{
    height: 280px;
    width: 300px;
}
 .navigation-auto{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 250px;
    margin-left:90px;
}
.navigation-manual{
    position: absolute;
    width: 34opx;
    margin-top: -250px;
    display: flex;
    justify-content: center;
    margin-left:90px;
}

.transit{
    margin-top: 170px;
}
.slide-container2{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider2{
    width: 300px;
    height: 280px;
    overflow: hidden; 
}

.slide2 img{
    height: 280px;
    width: 300px;
}
 .navigation-auto2{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 250px;
    margin-left:90px;
}
.navigation-manual2{
    position: absolute;
    width: 34opx;
    margin-top: -250px;
    display: flex;
    justify-content: center;
    margin-left:90px;
}

.earth{
    margin-top: 170px;
}
.slide-container3{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider3{
    width: 300px;
    height: 280px;
    overflow: hidden; 
}

.slide3 img{
    height: 280px;
    width: 300px;
}
 .navigation-auto3{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 250px;
    margin-left:90px;
}
.navigation-manual3{
    position: absolute;
    width: 34opx;
    margin-top: -250px;
    display: flex;
    justify-content: center;
    margin-left:90px;
}
.stars{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    height: 90vh;
    gap: 40px;
    margin-top: 100px;
}
.stars img{
    height: 300px;
    width: 300px;
}
.video-contanier{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 70vh;
    gap: 40px;
}
.video-contanier iframe{
    height: 320px;
    width: 350px;
}

.footer h2{
    text-align: center; 
    font-size: 45px;
    font-weight: 400;
    margin-top: 40px;
}
.footer{
    margin-top: 180px;
    height: 70vh;
}
.footer-image{
    height: 100px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
}
.footer-image img{
    height: 100px;
    width: 100%;
}
.footer-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 100%;
    margin-top: 40px;  
}
.footer-icon  a i{
    color: black;
    height: 60px;
    width: 60px;
    border: 2px solid black;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 30px;
    padding: 14px 6px 5px 14px;
    transition: .6s ;
}
#youtube{
    padding-left: 12px;
}
#facebook{
    padding-left: 15px;
}
}




  @media (min-width: 768px) and (max-width: 1024px) {
   .menu-toggle {
      display: block;
      position: fixed;
      margin-left: -600px;
    }

.nav-links {
      flex-direction: column;
      position: absolute;
      top: 60px;
      left: 0;
      background: white;
      box-shadow: 0px 1px 4px black;
      width: 300px;
      height: 350px;
      transform: translateX(-100%);
      opacity: 0;
      pointer-events: none;
      transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
      padding: 1rem;
    }

.nav-links.active {
      transform: translateX(0);
      opacity: 1;
      pointer-events: auto;
    }

.menu-toggle.active .bar:nth-child(1) {
      transform: rotate(45deg);
      top: 9px;
    }
.menu-toggle.active .bar:nth-child(2) {
      opacity: 0;
    }
.menu-toggle.active .bar:nth-child(3) {
      transform: rotate(-45deg);
      top: 9px;
    }  
.header a img{
    height: 75px; 
    margin-left: -30px; 
}
 .nav-links a {
    padding-top: 20px;
    text-align: center;
    color: #8E24AA;
 } 
  #top1{
    width: 650px;
    height: 70px;
    margin-top: 450px;
    
}
header{
    height: 51vh;
    width: 100%;
    background-image: url('pink.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.header-img{
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 50vh;
}   
 #blog-h1{
    text-align: center;
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 320px;
    margin-top: -300px;
} 
.content{
    display: none;
}
.container{
    height: 120vh;
}
#blog-h1{
    text-align: center;
    font-size: 70px;
    font-weight: 500;
    margin-bottom: 240px;
    margin-top: -270px;
} 

.content-text img{
    height: 350px;
    width: 450px;
}
.content-text{
    height: 450px;
    width: 600px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: -50px;
    padding: 30px;
}
.content-text a h2{
    font-size: 30px;
    color: black;
    font-weight: 400;
    margin-top: -90px;
    margin-bottom: 10px;
    transition: .5s ease;
    margin-top: 50px;
}
.content-text a h2:hover{
    color: #8E24AA;
}
.content-text p{
    font-size: 17px;
    margin-bottom: 14px;

}

.blog-content{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
}
.cancer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 76vh;
    gap: 40px;
    margin-top: 100px;
    padding: 20px;
}
.cancer img{
    height: 400px;
    width: 340px;
}
.text-box{
  width: 600px;
  height: 370px;
  padding: 30px;

}
.text-box a h2{
    font-size: 30px;
    font-weight: 400;
    color: black;
    margin-top: 30px;
    margin-bottom: 10px;
    transition: .5s ease;
}
.text-box a h2:hover{
    color: #8E24AA;
}
.text-box p{
    font-size: 17px;
    margin-bottom: 15px;
}
.text-box h5{
    font-size: 17px;
    font-weight: 600;
}
.slide-content{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    height:70vh ;
    margin-top: 300px;
}
.slide-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider{
    width: 400px;
    height: 340px;
    overflow: hidden; 
}

.slide img{
    height: 340px;
    width: 400px;
}
 .navigation-auto{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 270px;
    margin-left:130px;
}
.navigation-manual{
    position: absolute;
    width: 34opx;
    margin-top: -230px;
    display: flex;
    justify-content: center;
    margin-left:130px;
}

.transit{
    margin-top: 170px;
}
.slide-container2{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider2{
    width: 400px;
    height: 340px;
    overflow: hidden; 
}

.slide2 img{
    height: 340px;
    width: 400px;
}
 .navigation-auto2{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 270px;
    margin-left:130px;
}
.navigation-manual2{
    position: absolute;
    width: 34opx;
    margin-top: -230px;
    display: flex;
    justify-content: center;
    margin-left:130px;
}

.earth{
    margin-top: 170px;
}
.slide-container3{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider3{
    width: 340px;
    height: 400px;
    overflow: hidden; 
}

.slide3 img{
    height: 340px;
    width: 400px;
}
 .navigation-auto3{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 270px;
    margin-left:130px;
}
.navigation-manual3{
    position: absolute;
    width: 34opx;
    margin-top: -230px;
    display: flex;
    justify-content: center;
    margin-left:130px;
}
.stars{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    height: 90vh;
    gap: 40px;
    margin-top: 100px;
}
.stars img{
    height: 400px;
    width: 400px;
}
.video-contanier{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 70vh;
    gap: 40px;
}
.video-contanier iframe{
    height: 380px;
    width: 450px;
}

.footer h2{
    text-align: center; 
    font-size: 45px;
    font-weight: 400;
    margin-top: 70px;
}
.footer{
    margin-top: 180px;
    height: 80vh;
}
.footer-image{
    height: 100px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
}
.footer-image img{
    height: 120px;
    width: 100%;
}
.footer-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 100%;
    margin-top: 40px;  
}
.footer-icon  a i{
    color: black;
    height: 60px;
    width: 60px;
    border: 2px solid black;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 30px;
    padding: 14px 6px 5px 14px;
    transition: .6s ;
}
#youtube{
    padding-left: 12px;
}
#facebook{
    padding-left: 15px;
}  
}