body {
  margin: 0;
  padding: 0;
  background-color: #fffff1;
  width: 100%;
  overflow-x: hidden;
}
body p {
  margin: 0;
  padding: 0;
}
body p i {
  color: #63bd04;
  font-size: 48px;
}
body h1,
body h2 {
  margin: 0;
  padding: 0;
}
body h4 {
  margin: 0;
  font-size: 20px;
}
body h3 {
  font-size: 48px;
}

.section1 {
  margin: 250px 190px 0 190px;
}
.section1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.section2 {
  margin: 80px 250px 0 250px;
}
.section2 .content-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 150px;
}
.section2 .content-top .content-top-left h3 {
  font-size: 48px;
  color: #278252;
}
.section2 .content-top .content-top-left p {
  font-size: 20px;
  margin-top: 20px;
  color: #278252;
}
.section2 .content-top .content-top-left .content-top-left-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.section2 .content-top .content-top-left .content-top-left-info img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.section2 .content-top .content-top-left .content-top-left-info h5 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
.section2 .content-top .content-top-left .social-media {
  margin-top: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.section2 .content-top .content-top-left .social-media a {
  text-decoration: none;
  color: #278252;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section2 .content-top .content-top-left .social-media a span {
  font-size: 18px;
  font-weight: 500;
}
.section2 .content-top .content-top-right img {
  width: 360px;
  height: 541px;
  object-fit: cover;
  border-radius: 40px;
}
.section2 .content-bottom {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section2 .content-bottom .content-bottom-left p {
  font-size: 20px;
  color: #0a2919;
}
.section2 .content-bottom .content-bottom-right {
  width: 25%;
}
.section2 .content-bottom .content-bottom-right .dont-forget {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.section2 .content-bottom .content-bottom-right .dont-forget h3 {
  font-size: 20px;
  color: #c38037;
  text-transform: uppercase;
}
.section2 .content-bottom .content-bottom-right .blog-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.section2 .content-bottom .content-bottom-right .blog-list .blog-list-item img {
  width: 240px;
  height: 239px;
  object-fit: cover;
  border-radius: 40px;
}
.section2 .content-bottom .content-bottom-right .blog-list .blog-list-item h3 {
  font-size: 20px;
  color: #278252;
  max-width: 240px;
  text-wrap: wrap;
}

.section3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.section3 p {
  font-size: 16px;
  color: #065947;
}
.section3 .social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.section3 .social-media a {
  text-decoration: none;
}

.section4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section4 .button-scroll-top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0a6846;
  color: white;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  border: unset;
  cursor: pointer;
}

.section5 {
  margin-top: 80px;
}
.section5 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section5 .container h1 {
  font-size: 48px;
  text-transform: uppercase;
}
.section5 .container p {
  font-size: 20px;
  color: #63bd04;
}
.section5 .apple-container {
  position: relative;
  width: 100%;
}
.section5 .apple-container .animated-apple {
  width: 100%;
}
.section5 .apple-container .apple {
  position: absolute;
  top: 240px;
  right: 0;
  transition: transform 0.6s ease-in-out;
}
.section5 .apple-container:hover .apple {
  animation: orbit 3s ease-in-out alternate;
}
.section5 .apple-mobile {
  display: none;
}

@keyframes orbit {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    top: 155px;
    right: 380px;
    opacity: 1;
    transform: translate(-100px, -100px);
  }
  50% {
    top: 250px;
    right: 720px;
    opacity: 1;
    transform: translate(-200px, 0px);
  }
  75% {
    top: 30px;
    right: 1100px;
    opacity: 0.9;
    transform: translate(-300px, 30px);
  }
  100% {
    top: 240px;
    opacity: 0;
    transform: translate(0, 0);
  }
}
.section6 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.section6 .container-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section6 .container-left h1 {
  font-size: 48px;
  text-transform: uppercase;
  color: #1d302c;
}
.section6 .container-left h2 {
  font-size: 44px;
  color: #aaaaaa;
}
.section6 .container-line {
  width: 150px;
  height: 2px;
  transform: rotate(90deg);
  background-color: #63bd04;
  margin-top: 20px;
}
.section6 .container-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.section6 .container-right p {
  color: #1d302c;
  font-size: 20px;
}
.section6 .container-right input {
  border: 2px solid #63bd04;
  border-radius: 50px;
  padding: 10px 20px;
  width: 100%;
  margin-top: 10px;
  background-color: unset;
}
.section6 .container-right input::placeholder {
  color: #0a6846;
}
.section6 .container-right input:focus {
  outline: none;
}
.section6 .container-right button {
  background-color: #0a6846;
  color: #d2ffea;
  border-radius: 50px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .section1 {
    margin: 100px 20px 50px 20px;
  }
  .section2 {
    margin: 20px;
  }
  .section2 .content-top {
    flex-direction: column;
  }
  .section2 .content-top .content-top-right {
    margin-top: 20px;
  }
  .section2 .content-bottom {
    flex-direction: column;
  }
  .section2 .content-bottom .content-bottom-left,
  .section2 .content-bottom .content-bottom-right {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .section2 .content-bottom .content-bottom-right .dont-forget,
  .section2 .content-bottom .content-bottom-right .blog-list {
    justify-content: center;
    align-items: center;
  }
  .section4 {
    flex-direction: column;
    margin: 50px 20px;
  }
  .section4 .container-left,
  .section4 .container-right {
    width: 90%;
  }
  .section4 .container-center {
    width: 90%;
  }
  .section4 .container-center img {
    width: 100%;
  }
  .section5 .container h1 {
    font-size: 22px;
  }
  .section5 .apple-container {
    display: none;
  }
  .section5 .apple-container .apple {
    display: none;
  }
  .section5 .apple-mobile {
    display: block;
  }
  .section6 {
    flex-direction: column;
    padding: 20px;
  }
  .section6 .container-left {
    width: 100%;
  }
  .section6 .container-right {
    width: 100%;
  }
  .section6 .container-right input {
    width: 90%;
  }
  .section6 .container-line {
    transform: rotate(0deg);
    margin: 20px;
  }
}

/*# sourceMappingURL=blogdetail.css.map */
