*{
    margin: 0%;
    padding: 0%;
}
header{
    height: 60px;
    background-color: rgb(10, 134, 93);
    display: flex;
    justify-content: space-between;
    color: white;

}
header ul li{
    list-style: none;
    display: inline;
    margin: 25px;
    font-size: 20px;

}
header ul a{
    text-decoration: none;
    color: white;
}
header ul a:hover{
    color: #004d40;
}

.title{
    margin-top: 10px;
    margin-left: 18px;
}

header .list{
    margin-top: 15px;
}

.section{

    display: flex;
}

.section1{
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px;
    font-size: 50px;
    padding-top: 150px;

}
.section1 span{

color: rgb(10, 134, 93);
}

.para{
    font-size: 40px;
    text-align: center;
}



.section2{
    width: 50%;
    display: flex;
    justify-content: center;
}

.section2 img{
    border-radius: 20px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    margin-top: 55px;
}

.section1 button{
    width: 200px;
    background-color: rgb(10, 134, 93);
    color: white;
    margin-top: 50px;
    font-size: 20px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    height: 50px;
    padding-top: 20px;
    padding-bottom: 40px;
    cursor: pointer;
    margin: 10px;

}


.section1 button:hover{
    background-color: #004d40;
    transform: scale(1.05);
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 30px 10px ;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }

  .social-media{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }

  .fa-linkedin {
    background: #007bb5;
    color: white;
  }

  .fa-instagram {
    
    color: white;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  }


  footer{
    height: 30px;
    background-color:rgb(10, 134, 93);
    margin-top: 150px;
    text-align: center;
    font-size: 20px;
    color: white;
    padding-top: 6px;
    display: flex;
    justify-content: space-around;
    padding: 10px;

  }

.buttons{
    display: flex;
    padding: 20px;
}

.bar{
    position: absolute;
    top: -20px;
    right: 20px;
    display: none;
}

.bar .fa {
    color: white;
    font-size: 25px;
   width: 20px;
   height: 20px;
   padding-top: 15px;
}
footer ul li{
    list-style: none;
    display: inline;
    font-size: 20px;

}
footer ul a{
    text-decoration: none;
    color: white;
}
footer ul a:hover{
    color: #004d40;
}

footer ul li{
    margin: 10px;
}

/*Post Design */

.content {
    width: 86%;
    margin: 22px auto;
    
    font-size: 18px;

}

.content img{
    width: 50%;
    height: 300px;
    margin: 10px 0;
}

.content .img{
    display: flex;
    justify-content: center;
}

.content p,ol{
    line-height: 2;
}

.content ul li{
    line-height: 2;
}

.content h1, h2, h3{
    margin: 15px 0;
}

@media (max-width: 560px) {


    .content h1{
        font-size: 30px;
    }
}



@media (max-width: 1245px) {

.section{
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.section1{
    padding: 40px 0 0 0;
}


 
}

@media (max-width:750px){

    header{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 80px;
    }

    
header ul li {
    display: list-item;
}

.bar{
    display: block;
}
header .list{

    display: none;
}

.header.active {
    height: 280px;
    transition: 0.5s ease-out;
}
header .list.active{
    display: block;
}
.title{
    position: absolute;
    left: 10px;
    top: 10px;
}

footer{
    height: 60px;
    flex-direction: column;
}
.section2 img{
    width: 100%;
    height: auto;
}

.section1 .buttons{
    display: flex;
    flex-direction: column;
 }

 .content img{
    width: 100%;

}


}

@media (max-width:430px){

.social-media .fa{

        padding: 15px;
        font-size: 20px;
        width: 20px;
        height: 20px;

}


}


@media (max-width:490px){


    .section1 .para{
        font-size: 19px;
        line-height: 1.5;
        margin: 0 15px;
    }

.title h1{
    font-size: 27px;
}

.title{
    position: absolute;
    left: 0px;
}


}


@media (max-width:1010px){

.section1{
    width: 100%;
}
}



























































