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 {
  padding: 200px 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.section2 {
  margin-top: 80px;
}
.section2 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section2 .container h3 {
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.section2 .blog-container {
  margin: 80px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.section2 .blog-container .blog-item a {
  text-decoration: none;
}
.section2 .blog-container .blog-item a:hover {
  cursor: pointer;
}
.section2 .blog-container .blog-item h3 {
  font-size: 20px;
  color: #278252;
  margin-top: 20px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 500px;
}
.section2 .blog-container .blog-item img {
  width: 272px;
  height: 357px;
  border-radius: 40px;
}
.section2 .blog-container .blog-item .blog-item-img {
  width: 647px;
  height: 357px;
  border-radius: 40px;
}
.section2 .blog-container .blog-item .blog-item-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 300px;
}
.section2 .blog-container .blog-item .blog-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section2 .blog-container .blog-item .blog-item-info h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #065947;
}

.section3 {
  margin-top: 80px;
}
.section3 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section3 .container h3 {
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.section3 .blog-container {
  margin: 80px 250px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 40px;
}
.section3 .blog-container .blog-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section3 .blog-container .blog-item h3 {
  font-size: 20px;
  color: #278252;
  margin-top: 20px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 300px;
}
.section3 .blog-container .blog-item img {
  width: 350px;
  height: 357px;
  border-radius: 40px;
}
.section3 .blog-container .blog-item .blog-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 66%;
}
.section3 .blog-container .blog-item .blog-item-info h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #065947;
}

.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 {
    flex-direction: column;
    padding: 20px;
  }
  .section1 .container-left {
    margin-top: 100px;
    width: 100%;
  }
  .section1 .container-right {
    width: 100%;
  }
  .section1 img {
    width: 100%;
  }
  .video-btn {
    display: none;
  }
  .section2 .container h3,
  .section3 .container h3 {
    font-size: 32px;
  }
  .section2 .blog-container,
  .section3 .blog-container {
    margin: 20px;
  }
  .section2 img,
  .section3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
  }
  .section2 .blog-item h3,
  .section3 .blog-item h3 {
    max-width: 100%;
  }
  .section2 .blog-container {
    flex-direction: column;
  }
  .section2 .blog-container .blog-item .blog-item-img {
    width: 100%;
  }
  .section3 .blog-container {
    grid-template-columns: repeat(1, 1fr);
    margin: 20px;
  }
  .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=blog.css.map */
