@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
html {
  font-family: Montserrat;
  scroll-behavior: smooth;
}

a {
  font-family: Montserrat;
  text-transform: uppercase;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contain {
  margin: 0 6rem;
}
@media screen and (max-width: 991px) {
  .contain {
    margin: 0 2rem;
  }
}

.header {
  width: 100%;
  display: flex;
  justify-content: center;
}
.header .logo {
  max-width: 1045px;
  margin: 4rem 0;
}
.header .logo a {
  display: flex;
}
.header .logo img {
  width: 100%;
}

.menu {
  width: 100%;
  border-top: 5px solid #007800;
  border-bottom: 5px solid #007800;
}
.menu ul {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .menu ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .menu li {
    width: 100%;
  }
}
.menu a {
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #007800;
  color: #fff;
  padding: 1.5rem 1.5rem;
  margin: 1rem 0;
  font-weight: bold;
  font-size: 1.1rem;
}
@media screen and (max-width: 991px) {
  .menu a {
    margin: 0.5rem 0;
    justify-content: center;
  }
}

.home-banner {
  width: 100%;
  margin: 2rem 0;
}
.home-banner img {
  width: 100%;
  border-radius: 40px;
}

.footer {
  color: #007800;
  text-align: right;
}

section {
  border-top: 5px solid #007800;
  padding-bottom: 2rem;
}
section h2 {
  color: #007800;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 2rem 0;
  margin: 0;
  font-size: 2.5rem;
}

#about .info {
  display: flex;
}
@media screen and (max-width: 991px) {
  #about .info {
    flex-direction: column;
  }
}
#about .image {
  width: 50%;
}
#about .image img {
  width: 100%;
  border-radius: 35px;
}
@media screen and (max-width: 991px) {
  #about .image {
    width: 100%;
  }
}
#about .text {
  width: 50%;
  background: url(../image/grid.png) #007800;
  background-position: center;
  background-size: 37rem;
  background-repeat: no-repeat;
  color: #fff;
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 991px) {
  #about .text {
    width: 100%;
    border-radius: 40px;
    margin: 0.5rem 0;
  }
}
#about .text span {
  padding: 0 3rem;
}
@media screen and (max-width: 991px) {
  #about .text span {
    padding: 2rem 3rem;
  }
}

#preference .info {
  display: flex;
}
@media screen and (max-width: 991px) {
  #preference .info {
    flex-direction: column;
  }
}
#preference .text {
  width: 50%;
  background: url(../image/grid.png) #007800;
  background-position: center;
  background-size: 37rem;
  background-repeat: no-repeat;
  color: #fff;
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  text-transform: uppercase;
  border-radius: 40px 0 0 40px;
}
@media screen and (max-width: 991px) {
  #preference .text {
    width: 100%;
    margin: 0.5rem 0;
    border-radius: 40px;
  }
}
#preference .text ul {
  margin: 0 2rem;
}
#preference .text li {
  margin: 2rem 0;
  padding: 0 0 0 5rem;
  background: url("../image/ico-list.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 4rem;
  min-height: 4rem;
}
#preference .image {
  width: 50%;
}
#preference .image img {
  width: 100%;
  border-radius: 35px;
}
@media screen and (max-width: 991px) {
  #preference .image {
    width: 100%;
  }
}

#contact li {
  text-transform: uppercase;
  color: #007800;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0.5rem 0;
}/*# sourceMappingURL=style.css.map */