*{
    margin: 0; padding:0; box-sizing: border-box;
	    font-family: 'Montserrat', sans-serif;

	/* color: white; */
	
}
.body{
  overflow-x: hidden;
}
.site-header {
    width: 100%;
    height: 100%;
    background: #141414;/* background: #0f8a9d; */
    background: linear-gradient(57deg, #1b1b1b , #3d4039 ); /* background: linear-gradient(57deg, #28313B , #485461 );  */
    /* clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%); */

}

img{
	height: 500px;
       width: 850px;
       position: relative;
       margin-left: auto;
       margin-right: auto;
       display: block;
}
nav{
    width: 100%; height: 100px;
    /*background-color:  red;*/
    display: flex; color: white;
    
}

.logo{
    width: 50%;
    height: 100px;
}

.logo h1{
    line-height: 100px;
    padding-left: 50px;
}

.menu{
    width: 50%; height: 100px;
}

.menu ul{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items:  center;
}

.menu ul li{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    list-style: none;
    font-size: 18px;
    /* font-weight: bold;
    text-transform: uppercase; */
}

section{ display: flex;  }

.leftside { width: 45%; height: auto; overflow: hidden; margin-top: 20px;}

.leftside img{  width:600px;  height: 500px; }

.rightside{ width: 55%; color: white; text-align: center; margin-top: 80px; padding: 40px;}

.rightside h1{ text-align: center;
    color: #ffffff;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase; } 

.rightside p {  
    font-size: 1.1rem; padding: 30px 0; }

.rightside button{   font-size: 17px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    background: linear-gradient(57deg, #00C6A7 , #1E4D92 ); 
    border-radius: 50px;
    padding: 20px 35px ; 
}

.rightside button:hover{
      background: linear-gradient(57deg, #13393a, #065c4f );   
}

.image2{
    /* width: 55%; height: 300px; color: white; text-align: center; margin-top: 80px; padding: 40px; */
    height: 100vh;
    background: white;
}
.img2{
    height:500px;
    width:750px;
    position: absolute;
    top: 1500px;
    left:410px;
}
.par{
    position: absolute;
    top:800px;
    left:10px;
    font-size: 1.1rem; padding: 30px 50px;
}
.pr{text-align: justify;
    padding: 25px 60px;
		background-color: #141414;
			line-height: 1.5rem;
      color: white;


}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  display: flex;
  background: #333;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 20vh;
} */

.footer {
  position: absolute;
  /* top:467%; */
  
  width: 100%;
  background: #84b729;/* background: #3586ff; */
  min-height: 100px;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.social-icon,
.menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.social-icon__item,
.menu__item {
  list-style: none;
}

.social-icon__link {
  font-size: 2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}
.social-icon__link:hover {
  transform: translateY(-10px);
}

.menu__link {
  font-size: 1.2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
  font-weight: 300;
}

.menu__link:hover {
  opacity: 1;
}

.footer p {
  color: #fff;
  margin: 15px 0 10px 0;
  font-size: 1rem;
  font-weight: 300;
}
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: None;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/* 
.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("https://i.ibb.co/wQZVxxk/wave.png");
  background-size: 1000px 100px;
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-positon-x: 0px;
  }
} */
@media screen and (max-width: 600px){
    
    .site-header {
        width: 330%;;
        height: 138vh;
        background: #141414;/* background: #0f8a9d; */
        background: linear-gradient(57deg, #1b1b1b , #3d4039 ); /* background: linear-gradient(57deg, #28313B , #485461 );  */
        /* clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%); */
    
    }
    
    .par{
        
        font-size: 1.1rem; padding: 30px 0;
    }
    .image2{
        position: absolute;
        top:-850px;
        left:-200px;
    }
    .pr {
      position: absolute;
      top: 912px;
      left: 0px;
      width: 331%;
      padding: 30px 30px;
  }
    
  .footer {
    position: relative;
    top: 1967px;
    left: 0px;
    width: 331%;
    background: #141414;
    /* background: #3586ff; */
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
      .img2 {
        height: 600px;
        width: 801px;
        position: absolute;
        top: 1550px;
        left: 380px;
    }
    .dropbtn {
      background-color: rgb(92, 216, 23);
      color: white;
      padding: 16px;
      font-size: 35px;
      border: none;
      cursor: pointer;
      z-index: 10001;
      border-radius: 50px;
    }
    
    /* The container <div> - needed to position the dropdown content */
    .dropdown {
      /* position: relative;
      display: inline-block; */
      position: absolute;
      top: 2%;
      left: 280%;
      display: block;
  
    }
    
    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }
    
    /* Links inside the dropdown */
    .dropdown-content a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }
    
    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {background-color: #ddd;}
    
    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {display: block;}
    
    /* Change the background color of the dropdown button when the dropdown content is shown */
    .dropdown:hover .dropbtn {background-color: #3e8e41;}
    .menu{
      display: none;
    }
      }