* {
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", sans-serif;
}
/* General button styles */
button, .home-text-button, .page3-div-button, .page5-div-button, .page6-div-button, .footer-div-button {
    border: none;
    background-color: green;
    font-size: 20px;
    font-weight: 600;
    color: white;
    padding: 5px 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover effect for buttons */
button:hover, .home-text-button:hover, .page3-div-button:hover, .page5-div-button:hover, .page6-div-button:hover, .footer-div-button:hover {
    background-color: darkgreen;
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 20px 0px;
}

/* Focus effect for buttons */
button:focus, .home-text-button:focus, .page3-div-button:focus, .page5-div-button:focus, .page6-div-button:focus, .footer-div-button:focus {
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px 3px;
}

/* Active effect for buttons */
button:active, .home-text-button:active, .page3-div-button:active, .page5-div-button:active, .page6-div-button:active, .footer-div-button:active {
    background-color: forestgreen;
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px;
}

.header-symbols,.header-logo,.footer-symbol {
    height: 33px;
    margin-right: 20px;
     transition: all 0.3s ease;
}
.header-symbols:hover,.footer-symbol:hover{
     transform: scale(1.15);
}
.header-logo:hover{
    transform:scale(1.05) ;
}
.header-symbols-text{
    margin-right: 10px;
    transition: all 0.3s ease;
}
.header-symbols-text:hover{
    color: green;
}
#header-ul-social {
    display: flex;
    list-style: none;
margin-left:32px;
}
#header-ul-social li{
margin-right:10px;
margin-left:10px;
  }
#header-ul-buttons {
    display: flex;
    list-style: none;
margin-top:4px;
}
.header-logo{
    height: 80px;
}
#header {
    display: flex;
    justify-content: space-around;
    position: sticky;
    top: 0;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
/*    box-shadow: rgba(0, 0, 0, 2) 0px 12px 28px 0px, rgba(0, 0, 0, 1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;*/
}
#header-socialmedia{
    margin-top:25px ;
margin-left:10px ;
margin-right:10px ;
}
#header-buttons{
    margin-top:25px ;

}
.header-symbols-text{
    font-size: 20px;
  font-weight: 500;
  color: black;
}
.header-symbols{
height:36px;

}
#banner{
    background-color: green;
    padding-bottom:5px ;
    padding-top: 5px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;}
.banner-text{
    color: white;
    text-align: center;
    font-size: 30px;
    font-weight: 550;
}
#home{
    display: flex;
    justify-content: space-around;
}
.home-img-img{
    height: 275px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.home-text-head{
    text-align: center;
    font-size: 27px;
    font-weight: 650;
}
.home-text-bottom{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: rgb(80,80,80);
}
.home-text-word{
    font-weight: 600;
}
#home-text{
    margin-top: 25px;
}
.home-text-button{
    border:none;
    background-color: green;
    font-size: 20px;
    font-weight: 600;
    color: white;
    padding-top:5px ;
    padding-bottom:5px ;
    padding-left:50px ;
    padding-right:50px ;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.pages-header{
    font-weight:650 ;
    font-size:28px ;
    margin-left: 60px;
}
.page2-cell-img{
    border-radius: 50%;
    height: 300px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
#page2{
    display: flex;
    justify-content: space-around;
}
.page2-cell-text-head{
    font-weight:500 ;
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;

}
.page2-cell-text{
    font-weight:400 ;
    font-size: 17px;
}
.page2-cell{
background-color:rgb(228, 252, 201);
padding: 15px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
#page3{
    display:flex;
    justify-content: space-around;
}
.page3-div-img{
    height: 270px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.page3-div{
background-color:rgb(228, 252, 201);
box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.page3-div-head{
    font-weight:500 ;
    font-size: 25px;
     margin-left: 30px;
     margin-top: 20px;
    margin-bottom: 20px;
}
.page3-div-bottom{
    font-weight:400 ;
    font-size:20 ;
     margin-left: 30px;
/*     margin-top: 20px;*/
/*    margin-bottom: 20px;*/
}
.page3-div-button{
        border:none;
    background-color: green;
    font-size: 20px;
    font-weight: 600;
    color: white;
    padding-top:3px ;
    padding-bottom:3px ;
    padding-left:50px ;
    padding-right:50px ;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
#page4{
    display: flex;
    justify-content: space-around;
}
.page4-div-img{
    height: 320px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.page4-div-head{
    font-weight:500 ;
    font-size: 22px;
    margin-top:20px ;
    margin-bottom:20px ;
}
.page4-div-bottom{
    font-weight:400 ;
    font-size:20 ;
}
.page4-div-span{
     font-weight:700 ;
}
.page4-div{
    background-color:rgb(228, 252, 201);
    padding-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
#page5{
    display: flex;
    justify-content: space-around;
}
.page5-div-head{
    font-weight:500 ;
    font-size: 22px;
    margin-left: 30px;
     margin-top: 20px;
    margin-bottom: 20px;
}
.page5-div-img{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
        }

.page5-div-bottom{
    font-weight:500 ;
    font-size: 15px;
    margin-left: 30px;
     margin-top: 20px;
    margin-bottom: 20px;
}
.page5-div-button{
            border:none;
    background-color: green;
    font-size: 20px;
    font-weight: 600;
    color: white;
    padding-top:3px ;
    padding-bottom:3px ;
    padding-left:50px ;
    padding-right:50px ;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.page5-div{
    background-color:rgb(228, 252, 201);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.page6{
    display: flex;
    justify-content: space-around;
}
.page6-div-img{
    height: 320px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.page6-div-head{
    font-weight:500 ;
    font-size: 22px;
    margin-top:20px ;
    margin-bottom:20px ;
}
.page6-div-bottom{
    font-weight:400 ;
    font-size:20 ;
}
.page6-div-span{
     font-weight:700 ;
}
.page6-div{
    background-color:rgb(228, 252, 201);
    padding-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.page7{
    display: flex;
    justify-content: space-around;
}
.page7-div-img{
    height: 350px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.page7-div-head{
    font-weight:500 ;
    font-size: 22px;
    margin-top:20px ;
    margin-bottom:20px ;
    margin-left: 40px;
}
.page7-div-bottom{
    font-weight:400 ;
    font-size:20 ;
    margin-left: 40px;
}
.page7-div{
    background-color:rgb(228, 252, 201);
    padding-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.page6-div-button{
            border:none;
    background-color: green;
    font-size: 20px;
    font-weight: 600;
    color: white;
    padding-top:3px ;
    padding-bottom:3px ;
    padding-left:50px ;
    padding-right:50px ;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
footer {
    background-color:white;
    color:black;
    padding: 40px 20px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
}

.footer-form, .footer-info {
    flex: 1;
    min-width: 300px;
    margin: 20px;
}

.footer-form h2, .footer-info h2 {
    margin-top: 0;
}

.footer-form form {
    display: flex;
    flex-direction: column;
}

.footer-form label {
    margin: 10px 0 5px;
}

.footer-form input, .footer-form textarea {
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
}

.footer-form button {
    padding: 10px;
/*    background-color: #5cb85c;*/
background-color: green;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.footer-form input{
    border: 1px solid black;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.footer-form textarea{
    border: 1px solid black;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.footer-head{
    font-size: 20px;
}
.footer-email{
    color:green;
    font-size: 18px;
}
.footer-div-button{
            border:none;
    background-color: green;
    font-size: 20px;
    font-weight: 600;
    color: white;
    padding-top:5px ;
    padding-bottom:5px ;
    padding-left:50px ;
    padding-right:50px ;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.footer-info{
    margin-top: 80px;
}
