*{
    margin: 0px;
    padding: 0px;
}

/* Navbar Layout Start */

.header{
    width: 100%;
    height: 100px;
}

.navbar{
    position: relative;
    /* display: inline-block;
    width: 100%; */
}
.nav{
    display: inline-block; 
    position: absolute;
    width: 50%;
    top: 20px;
    left: 10%;
}
.nav>img{
    width: 250px;
    border-right: 1px solid rgba(128, 128, 128, 0.3);
    padding: 0px 10px;
}
.menubar{
    position: relative;
    bottom: 15px;
    
    display: inline-block;
}
.dropdown{
    display: inline-block;
    position: relative;
}
.dropdown-menu {
    position: absolute;
    top: 55px;
    left: 0%;
    box-shadow: 0px 5px 5px grey;
    width: 280px;
    text-align: left;
    max-width: 300px;
    z-index: 9;
    padding: 5px;
    display: none;
    background-color: rgba(128, 128, 128, 0.153);
}
.dropdown-menu a{
    display: block;
    font-size: 16px;
    padding: 10px 0px;
    width: 100%;
    margin-left: 0px;
} 
.dropdown-menu a:hover{
    background-color: darkgreen;
    color: white;
}
button:hover .dropdown-menu {
    display: block;
}
a{
    position: relative;
    text-decoration: none;
    color: black;
    margin: 5px 15px ;
    font-size: 20px;
}
a:hover{
    cursor: pointer;
    color: green;
}

.dropdown button{
    position: relative;
    padding: 20px 40px 13px 20px;
    border: 0px;
    background-color: white;
    font-size: 20px;
}
.dropdown button:hover{
    cursor: pointer;
    color: green;
    border: 2px solid black;
    border-radius: 5px;
}
.dropdown img{
    width: 15px;
    height: 20px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 5px;
    margin: auto;
}


/* Navbar Layout End */

/* Section Layout Start */

.section{
   width: 100%;
   height: 500px;
}
.container{
    width: 80%;
}
.col{
    position: relative;
    top: 100px;
    width: 100%;
}
.container-left{
    position: absolute;
    width: 50%;
    left: 15%;
}
.container-left h1{
    width: 220px;
    line-height: 40px;
    color: darkgreen;
    font-size: 32px;
}
.container-left p{
    margin-top: 20px;
    line-height: 25px;
    opacity: 0.5;
    font-size: 18px;

}
.container-img{
    position: absolute;
    right: 0px;
}
.container-img img{
    width: 400px;
}
/* Section Layout End */


/* Section 1 Layout Start */

.section-1{
    height: 700px;
    box-shadow: -30px 10px 20px rgba(128, 128, 128, 0.369) ;
}
.container-1{
    width: 70%;
    
}
.col-1{
    position: relative;
    width: 100%;
}
.container-img-1{
    position: absolute;
    width: 50%;
    left: 20%;
    top: 200px;
} 
.container-img-1 img{
    height: 300px;
}
.container-right{
    position: relative;
    width: 50%;
    left: 70%;
    top: 100px;
}
.container-right h1{
    color: darkgreen;
    line-height: 50px;
    font-size: 32px;
}
.container-right-1 p{
    line-height: 25px;
    opacity: 0.5;
    margin: 20px 0px;
    font-size: 18px;

}

/* Section 1 Layout End */


/* Section 2 Layout Start */

.section-2{
    width: 100%;
    text-align: center;
    height: 700px;
    box-shadow: -5px -5px 10px rgba(128, 128, 128, 0.576) ;
}
.container-2{
    position: relative;
    top: 100px;
}
.container-img-2{
    position: relative;
    width: 50%;
    margin: auto;
}
.container-img-2 img{
    width: 200px;
    border-radius: 50%;
}
.container-img-2 h1{
    color: darkgreen;
    font-size: 32px;
    word-spacing: 10px;
    margin-bottom: 20px;
}
.container-img-2 p{
    opacity: 0.4;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 18px;
}
.underline{
    display: block;
    height: 5px;
    width: 50px;
    margin: 30px auto;
    border-radius: 10px;
    background-color: darkblue;
}
.container-center{
    position: relative;
    width: 34%;
    margin: auto;
}
.container-center p{
    text-align: center;
    line-height: 25px;
    opacity: 0.6;
    font-size: 18px;
}


/* Section 2 Layout End */



/* Section 3 Layout Start */


.section-3{
    width: 100%;
    box-shadow: -30px 10px 20px gray;
    height: 1100px;
}
.container-3{
    position: relative;
    top: 100px;
}
.col-3{
    position: relative;
    margin: auto;
    text-align: center;
}
.container-heading h1{
    position: relative;
    color: darkgreen;
    font-size: 50px;
    top: 100px;
    margin-bottom: 200px;
    
}
.container-img-3{
    position: relative;
    width: 70%;
    margin: auto;
}
.container-img-3-1{
    position: absolute;
    left: 5%;
    top: 100px;
}
.container-img-3-1 img{
    width: 300px;
    border-radius: 10px;
    height: 200px;
}
.container-img-3-1 h4{
    width: 80%;
    margin: 10px auto;
    font-size: 18px;
}
.container-img-3-1:hover {
    transition: 1s;
    animation-delay: 2s;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgb(114, 111, 111);
    height: 250px;
    padding: 10px;
}

.container-img-3-2 {
    position: absolute;
    top: 100px;
    left: 38%;
}

.container-img-3-2 img{
    width: 300px;
    height: 200px;
    border-radius: 10px;
}
.container-img-3-2 h4{
     width: 80%;
    margin: 10px auto;
    font-size: 18px;
}
.container-img-3-2:hover {
    transition: 1s;
    animation-delay: 2s;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgb(114, 111, 111);
    height: 250px;
    padding: 10px;
}
.container-img-3-3{
    position: absolute;
    right: 5%;
    top: 100px;

}

.container-img-3-3 img{
    width: 300px;
    height: 200px;
    border-radius: 10px;
}
.container-img-3-3 h4{
    width: 100%;
    margin: 10px auto;
    font-size: 18px;
}
.container-img-3-3:hover {
    transition: 1s;
    animation-delay: 2s;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgb(114, 111, 111);
    height: 250px;
    padding: 10px;
}

.container-img-3-4{
    position: absolute;
    top: 400px;
    left: 23%;
}
.container-img-3-4 img{
    width: 300px;
    height: 200px;
    border-radius: 10px;
}
.container-img-3-4 h4{
     width: 100%;
    margin: 10px auto;
    font-size: 18px;
}
.container-img-3-4:hover {
    transition: 1s;
    animation-delay: 2s;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgb(114, 111, 111);
    height: 250px;
    padding: 10px;
}

.container-img-3-5{
    position: absolute;
    top: 400px;
    right: 20%;
}
.container-img-3-5 img{
      width: 300px;
    height: 200px;
    border-radius: 10px;
}
.container-img-3-5 h4{
      width: 100%;
    margin: 10px auto;
    font-size: 18px;   
}
.container-img-3-5:hover {
    transition: 1s;
    animation-delay: 2s;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgb(114, 111, 111);
    height: 250px;
    padding: 10px;
}





/* Section 3 Layout End */


/* Section 4 Layout Start */



.section-4{
    width: 100%;

    height: 950px;
}

.container-4{
    position: relative;
    top: 100px;
}
.col-4{
    position: relative;
    margin: auto;
    text-align: center;
}

.container-heading-1{
    position: relative;
}
.container-heading-1 h1{
    color: darkgreen;
    font-size: 50px;
}
.container-img-4{
    position: relative;
    width: 80%;
    text-align: center;
    margin: 80px auto;

}
.container-img-4-1{
    position: absolute;
}
.container-img-4-1 img{
    width: 320px;
}
.container-img-4-2{
    position: absolute;
    left: 26%;
}
.container-img-4-2 img{
    width: 300px;
    height: 240px;
}

.container-img-4-3{
    position: absolute;
    right: 1%;
}
.container-img-4-3 img{
    width: 650px;
}

.container-img-4-4{
    position: absolute;
    left: 0%;
    top: 255px;
}
.container-img-4-4 img{
    width: 650px;
}


.container-img-4-5{
    position: absolute;
    right: 26%;
    top: 450px;
}
.container-img-4-5 img{
    width: 320px;
}


.container-img-4-6{
    position: absolute;
    right: 1%;
    top: 450px;
}
.container-img-4-6 img{
    width: 320px;
    height: 240px;
}




/* Section 4 Layout End */


/* Section 5 Layout Start */



.section-5{
    width: 100%;
    height: 820px;
}
.container-5{
    position: relative;
    top: 100px;
    width: 40%;
    margin: auto;
    box-shadow: 0px 10px 15px -3px rgba(128, 128, 128, 0.437) ;
    border-radius: 5px;
}
.col-5{
    position: relative;
    margin: auto;
    width: 90%; 
    padding: 20px 20px 20px 0px;
}
.col-5 h3{
    opacity: 0.7;
    margin-bottom: 20px;
}
.col-5 label{
    opacity: 0.4;
}
.star{
    color: red;
}
.box-1{
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    height: 30px;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid gray;
}
.box-2{
    border: 1px solid gray;
    width: 100%;
    height: 120px;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
}
.col-5 input:focus{ 
    outline: none;
    border: 1px solid rgb(73, 70, 227); 
}
.col-5 button{
    width: 104%;
    height: 40px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
    background-color: rgba(4, 95, 45, 0.87);
    padding: 5px;
    border: none;
}
.col-5 button:hover{
    background-color: rgba(245, 222, 179, 0.3);
    color:   rgba(4, 95, 45, 0.87);
}
/* Section 5 Layout End */


/* Section 6 Footer Layout Start */


.Section-6{
    width: 100%;
    height: 250px;
}

.container-6{
    position: relative;
    width: 80%;
    text-align: center;
    margin: auto;
}
.col-6{
    position: absolute;
    top: 100px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.container-img-6{
    text-align: left; 
    width: 100%;
    max-width: max-content;
}
.container-img-6 img{
    width: 250px;
}

.container-center-1{
    position: relative;
    bottom: 120px;
    right: 10%;
    width: 100%;
    margin: auto;
    text-align: center;
    max-width: max-content;
}
.container-heading-2{

    position: relative;
    top: 0px;
    left: 7%;
}
.container-center-1 h3{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    color: darkgreen;

}
.container-center-1 ul{
    display: inline-block;
}
.container-center-1 ul li{
    list-style: none;
    margin: 3px 0px;
    text-align: left;

}
.container-center-1 ul li a{
    color: rgba(10, 120, 61, 0.685);
    font-size: 16px;
}
.container-center-1 ul li a:hover{
    color: black;
    cursor: pointer;
}

.container-right-2{
    text-align: right;
    bottom: 230px;
    left: 75%;
    position: relative;
    width: 100%;
    max-width: max-content;

}

.container-heading-3{
    position: relative;
    right: 25%;
}
.container-right-2 h3{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    color: darkgreen;
}
.container-right-2 ul{
    display: inline-block;
    text-align: right;
}
.container-right-2 ul li{
    list-style: none;
    margin: 5px 0px;
    text-align: left;
}
.container-right-2 ul li a{
    color: rgba(10, 120, 61, 0.685);
    font-size: 19px;
}
.container-right-2 ul li a:hover{
    color: black;
    cursor: text;
}

/* Section 6 Footer Layout End */

/* Section 7 Footer 1 Layout Start */

.Section-7{
    width: 100%;
}
.container-7{
    background-color: rgba(10, 120, 61, 0.1);
}
.col-7{
    position: relative;
}
.bg-footer{
    position: relative;
    left: 15%;
    top: 10px;
    width: 100%;
    max-width: max-content;
}
.bg-footer p{
    opacity: 0.5;
}
.footer-icon{
    bottom: 10px;
    position: relative;
    left: 80%;
    width: 100%;
    max-width: max-content;
}

.footer-icon ul li{
    list-style: none;
    display: inline-block;
}
.footer-icon ul li a{
    font-size: 15px;
    opacity: 0.5;
}



/* Section 7 Footer 1 Layout End */


