html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #e6ffeb;
}
.logo{
  width: 166px;
}
.page {
  padding-top: 70px;
  padding-bottom: 150px;
  padding-left: 50px;
  padding-right: 50px;
  animation: pageload 1250ms;
  background-color: #fff;
}
.img-arrow{
    width: 26px;
    height: 26px;
    padding-top: 10px;
    padding-left: 15px;
}
.page-light {
  background-color: #e6ffeb;
}
.page-page-light{
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #e6ffeb;
  animation: pageload 1600ms;
}
.page-form-light{
  padding-top: 50px;
  padding-bottom: 0px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #e6ffeb;
  animation: pageload 1250ms;
}
.page-dark {
  background-color: #557a55;
}

.page-dark-notice {
  height: 450px;
  color: #fff;
  background-color: #557a55;
}

.wrapper {
  max-width: 1080px;
  margin: 0 auto;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 26px;
  padding-top: 46px;
  max-width: 1080px;
  padding-right: 50px;
  font-size: 13px;
  font-weight: 600;
  animation: headerload 1250ms;
}
.header-description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 26px;
  padding-top: 46px;
  max-width: 1080px;
  padding-left: 50px;
  padding-right: 50px;
}
.nav {
  display: flex;
  list-style-type: none;
  padding-left: 0;
}

.nav-item {
  padding-right: 55px;
  text-align: left;
}
.nav-item-last {
  padding-right: 0px;
  text-align: left;
}
.nav-link {
  font-size: 17px;
  font-weight:400;
  color: #212121;
  text-decoration: none;
  transition-duration: 0.3s;
}
.nav-link:hover{
  color:#557a55 ;
 }

.title-h2 {
  text-align: left;
  font-size: 36px;
}

.btn {
  background-color: #557a55;
  color: #fff;
  font-size: 20px;
  line-height: 2.4;
  width: 250px;
  padding: 18px 28px;
  display: flex;
  text-align: center;
  font-weight: 500;
}
.upbtn{
  padding-right: 20px;
}

.btn-xs {
  padding: 8px 28px;
}

.btn-center {
  display: flex;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
  margin-right: 260px;
}

.btn-center span {
  margin-right: 15px;
}

.main {  
  display: flex;
  justify-content: space-between;
}
.box{
  display: flex;
  justify-content: left;
  height: 421px;
  width: 393.68px;
}
.sale{
  padding-top: 70px;
}
.sale-title{
  font-size: 60px;
}
.sale-description{
  font-size: 17px;
  max-width: 392px;
  padding-bottom: 25px;
}

.notice {
  text-align: center;
  color: #fff;
  padding: 25px 0 25px;
}

.notice-title {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 35px;
}

.notice-title span {
  font-weight: 700;
}

.notice-description {
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-align: center;
  max-width: 545px;
}

.notice-description-li {
  font-size: 13px;
  list-style-type:none;
  justify-content: space-between;
  display: inline;
  padding-top: 20px;
  padding-right: 20px;
}
.notice-description-li-last {
  font-size: 13px;
  list-style-type:none;
  justify-content: space-between;
  display: inline;
  padding-top: 20px;
}
.notice-description-ul {  
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 0;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.product-item {
  text-align: left;
  margin-left: 40px;
}

.product-title {
  padding-right: 22px;
  padding-left: 110px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
}
.product-item {
  text-align: left;
}
.product-subtitle-first {
  padding-left: 110px;
  font-weight: 700;
  color: #557a55;
  font-size: 24px;
  margin-top: 0;
}
.product-subtitle {
  padding-left: 110px;
  margin-top: 50px;
  font-weight: 700;
  color: #557a55;
  font-size: 24px;
}
.product-image {
  height: 642px;
  width: 439px;
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  animation: pageload 1250ms;
}

.footer-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.footer-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

.footer-list {
  list-style-type: none;
  padding-left: 50px;
}

.footer-list-title {
  font-size: 15px;
  font-weight: 700;

}

.footer-list-item {
  margin-bottom: 10px;  
}

.form-css{
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
.form-btn{  
  background-color: #e6ffeb;
  color: #557a55;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 28px;
  text-align: center;
  font-size: 24px;
  font-weight: 500; 
  border: 3px solid #557a55;
}
.form-btn:hover{
  color: #fff;
  background-color: #557a55;

}
form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem; 
  font-size: 24px;
  font-weight: 600; 
}

input,select,textarea{
  width: 600px;
  padding: 1.4rem;
  border: 3px solid #557a55;
}
.title-h2-form{
  color: #557a55;
  text-align: center;
  font-size: 40px;
  padding-bottom: 20px;
}

textarea{
  max-width: 600px;
  min-width: 600px;
  max-height: 400px;
  min-height: 200px;
}
button{
  border: none;
  transition-duration: 0.4s;
  cursor: pointer;
}
button:hover{
  background-color: #90ca90;
  color: white;
}
.education-title{
  text-align: left;
  padding-top: 40px;  
  padding-bottom: 30px;  
  font-weight: 700;
  font-size: 40px;
}
.education-li{
  text-align: left;
  padding-bottom: 20px;
  width: 600px;  
  font-weight: 500;
  font-size: 18px;
}
.posvimg{
  width: 435px;
  height: 340px;
}

@keyframes headerload {
  0%{
    transform: translateY(-100%);
  }
  100%{
    transform: translateY(0%);
  }
}

@keyframes pageload {
  0%{
    transform: translateX(-4%);
  }
  40%{
    transform: translateX(2%);
  }
  100%{
    transform: translateX(0%);
  }
}

@media screen and (max-width: 600px)
{
  .page {
    padding-left: 0px;
    padding-right: 0px;
  }
  .logo {  
    width: 100px;
  }

  .header {
    max-width: 600px;
    padding-right: 0px;
    font-size: 12px;
  }
  .nav-item{
    padding-left: 5px;
    padding-right: 0px;
    text-align: center;
  }
  .worker{
    height: 385px;
    width: 260px;
  }
  .notice {
    text-align: center;
    color: #fff;
    padding: 75px 0 75px;
  }
  
  .notice-title {
    font-size: 20px;
  }  
  
  .notice-description {
    font-size: 11px;
  }
  .title-h2{
    font-size: 15px;
  }
  .page{
    padding-left: 30px;
    padding-right: 30px;
  }
  .product{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .product-item{
    margin-left: 15px;
  }
  .product-image{
    height: 380px;
    width: 200px;
  }
  .product-title{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 10px;
  }
  .product-subtitle{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 10px;
  }
}