@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  /* text-transform: capitalize; */
  transition: 0.2s linear;
}
html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
}
.heading {
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 4rem;
    color: #10221b;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 2rem 9%;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
  }
  .header.active {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }
  .header .logo {
    margin-right: auto;
    font-size: 2.5rem;
    color: black;
    font-weight: bolder;
  }
  .header .logo i {
    color: green;
  }
.header .navbar a {
    margin-left: 2rem;
    font-size: 1.7rem;
    color: black;
}
.header .navbar a:hover {
    color: green;
}
.header .navbar a i {
    text-decoration: none;
    letter-spacing: 0.8rem;
}
.header .navbar a span {
    text-decoration: none;
    color: black;
    letter-spacing: 0.15rem;
}


home {
    padding: 0;
  }
  .home .box {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-position: center !important;
    justify-content: flex-end;
    padding: 2rem 9%;
  }
  
  .home .content {
    width: 50rem;
  }
  .home .content span {
    font-size: 1.5rem;
    color: black;
  }
  .home .content h3 {
    background: linear-gradient(to right, #000000, #004d00, #00aa00, #00cc00, #004d00);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 3.3rem;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
  }
  
  
  .home .content p {
    line-height: 2;
    color: black;
    font-size: 1.5rem;
    padding-bottom: 1rem 0;
  }


.social a {
    font-size: 30px;
    height: 37px;
    width: 37px;
    margin: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
    padding-left: 3px;
    display: inline-flex;
    color: black;
    transition: .4s;
}
.social a:hover{
    transform: scale(1.3);
    color: white;
    background-color: green;
}
.contact {
    line-height: 2;
    color: black;
    font-size: 1.5rem;
    padding: 0.1rem 0;
}

.newslatter form{
	width: 380px;
	max-width: 100%;
	position: relative;
    transform: translateY(60%);
}
.newslatter form input:first-child{
	display: inline-block;
	width: 100%;
	padding: 14px 130px 14px 15px;
	border: 2px solid #2ecc71;
	outline: none;
	border-radius: 30px;
}
.newslatter form input:last-child{
	position: absolute;
	display: inline-block;
	outline: none;
	border: none;
	padding: 10px 30px;
	border-radius: 30px;
	background-color: #2ecc71;
	color: white;
	box-shadow: 0px 0px 5px #000, 0px 0px 15px #858585;
	top: 6px;
	right: 6px; 
}


@media (max-width: 1200px) {
  .header {
    padding: 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .home .box {
    padding: 2rem;
    justify-content: center;
    background-position: right !important;
  }
  .home .box .conent {
    text-align: center;
  }
  .home .box .conent span {
    font-size: 3rem;
  }
  .home .box .conent h3 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .header #menu-btn {
    display: inline-block;
  }
  .header .navbar {
    position: fixed;
    top: 0;
    left: -110%;
    background: white;
    z-index: 10000;
    width: 35rem;
    height: 100%;

    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .header .navbar.active {
    left: 0;
    box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
  }
  .header .navbar a {
    margin: 1rem 0;
    font-size: 3rem;
  }
  .header .navbar #nav-close {
    display: block;
    position: absolute;
    top: 1rem;
    right: 2rem;
  }
  .contact-form {
    flex-direction: column;
  }
  .msg textarea {
    height: 80px;
  }
  .input-fields,
  .msg {
    width: 100%;
  }
  .input, textarea {
    width: 60vw !important;
  }
  .msg {
    margin-left: -20px;
  }
  form {
    flex-direction: column;
    width: 70vw;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .heading {
    font-size: 3rem;
  }
    .input, textarea {
    width: 70vw !important;
  }
  form {
    width: 50vw;
  }
  .wrapper1 {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .home .box {
    padding: 2rem;
    justify-content: center;
    background-position: center !important; 
  }
  .home .content {
    width: 100%; 
    text-align: center;
  }
  .social a {
    margin: 10px 5px; 
  }
  .newslatter form {
    width: 80%; 
    margin: 0 auto; 
  }
  .newslatter form input:first-child {
    width: calc(100% - 100px); 
  }
}
@media (max-width: 450px) {
  html {
    font-size: 50%; 
  }
  .heading {
    font-size: 3rem; 
  }
  .newslatter form {
    width: 90%;
  }
}
