@media all and (max-width: 1600px) {
  .sun-box {
    width: 180px;
    height: 180px;
  }
  section .intro-section {
    padding: 45px 0 440px;
  }
  section .intro-section h1 {
    font-size: 90px;
  }
  section .intro-section .text {
    font-size: 22px;
    margin: 27px 0 36px;
  }
  section .intro-section .note {
    font-size: 30px;
  }
  section .intro-section .sun-rays {
    top: 138px;
  }
  section .section {
    padding: 193px 0 120px;
  }
  section .section .text {
    font-size: 18px;
  }
  section .section h3 span {
    font-size: 40px;
  }
  section .section .text {
    font-size: 18px;
    max-width: 490px;
  }
  section .section img {
    max-width: 580px;
  }
  section .section .arrow-container {
    margin: -30px 0 30px;
  }
  section.sticky-section h3 {
    font-size: 50px;
  }
  section.book-section p {
    font-size: 16px;
  }
  section.book-section .page-content img {
    max-width: 60%;
  }
  section.book-section button {
    width: 222px;
    font-size: 16px;
    padding: 11px 0px;
    margin-top: 28px;
  }
  section.book-section .open-form {
    font-size: 16px;
    padding: 11px 0px;
  }
  section.book-section .clm {
    width: 80%;
  }
  section.book-section img.girl-img {
    max-width: 280px;
  }
  .carousel {
    height: 244px;
  }
  .carousel h2 {
    font-size: 23px;
  }
  .carousel a {
    width: 83px;
    height: 62px;
  }
  .carousel .carousel-item {
    width: 365px;
    height: 242px;
  }
  .carousel .wave-text span {
    font-size: 3rem;
  }
}
@media all and (max-width: 1440px) {
  section .turn-video-section .btn {
    width: 255px;
    height: 61px;
    font-size: 20px;
  }
  section .about-section h1 {
    font-size: 54px;
  }
  section .about-section img {
    max-width: 500px;
  }
  section .about-section .row {
    gap: 90px;
  }
  section .about-section .text {
    font-size: 18px;
    max-width: 500px;
  }
  section .about-section ul {
    gap: 20px;
  }
  section .about-section ul li {
    font-size: 20px;
  }
  section .about-section ul i {
    width: 30px;
    height: 30px;
    margin: 0 20px 0 0;
    background-size: 13px;
  }
  section.book-section img.girl-img {
    max-width: 230px;
  }
  section.book-section .wave-text span {
    font-size: 3.6rem;
  }
  section.sticky-section .animated-sun-box .note {
    margin: 18px 0 -12px;
    font-size: 15px;
  }
  section.sticky-section h3 {
    font-size: 37px;
  }
  .carousel {
    height: 200px;
    width: 800px;
  }
  .carousel a {
    width: 83px;
    height: 62px;
  }
  .carousel .carousel-item {
    width: 280px;
    height: 185px;
  }
}
@media all and (max-width: 1366px) {
  section.book-section .border-box {
    padding: 28px;
  }
  section.book-section img.sun-img {
    max-width: 29%;
  }
  section.book-section .wave-text span {
    font-size: 3rem;
  }
  section .intro-section h1 {
    font-size: 90px;
  }
  section .section {
    padding: 161px 0 52px;
  }
  section .section .row {
    gap: 100px;
  }
  section .section .text {
    font-size: 21px;
    max-width: 500px;
  }
  section .section img {
    max-width: 500px;
  }
}
@media all and (max-width: 1280px) {
  section .section .row {
    gap: 70px;
  }
  section .section img {
    max-width: 400px;
  }
  section .section .text {
    font-size: 20px;
    max-width: 400px;
  }
  section.book-section p {
    font-size: 14px;
  }
  section.book-section button {
    font-size: 13px;
    margin-top: 19px;
    padding: 8px;
  }
  section.book-section button i {
    width: 16px;
    height: 16px;
  }
  section.book-section .open-form {
    font-size: 14px;
  }
  section.book-section .border-box {
    padding: 27px 20px;
  }
  .carousel {
    height: 140px;
    width: 700px;
  }
  .carousel h2 {
    font-size: 19px;
  }
  .carousel a {
    width: 52px;
    height: 39px;
  }
  .carousel .carousel-item {
    width: 220px;
    height: 138px;
  }
}
@media all and (max-width: 1024px) {
  section .turn-video-section .btn {
    width: 290px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
  }
  section .intro-section .row {
    margin: 50px 0 0;
    gap: 70px;
  }
  section .intro-section h1 {
    font-size: 64px;
  }
  section .intro-section .text {
    font-size: 20px;
  }
  section .intro-section .note {
    font-size: 26px;
  }
  section .section {
    margin: -356px 0 0;
  }
  section .about-section .row {
    gap: 0;
  }
  section .about-section .row:first-of-type {
    flex-direction: column-reverse;
    gap: 50px;
    align-items: center;
    justify-content: center;
  }
  section.book-section img.sun-img {
    max-width: 42%;
  }
  .carousel {
    height: 200px;
  }
  .carousel .carousel-item {
    height: 198px;
  }
}
@media all and (max-width: 768px) {
  .sun-box {
    width: 120px;
    height: 120px;
  }
  .content {
    max-width: 500px;
    margin: 0 auto;
  }
  section .intro-section {
    padding: 45px 0 382px;
  }
  section .intro-section .row {
    gap: 0;
    align-items: flex-start;
  }
  section .intro-section .sun-rays {
    top: 104px;
  }
  section .intro-section .clm:nth-child(2) {
    margin: 0 0 0 -57px;
  }
  section .intro-section .note {
    font-size: 18px;
  }
  section .intro-section .text {
    font-size: 15px;
  }
  section .intro-section h1 {
    font-size: 39px;
  }
  section .intro-section h1.mobile {
    display: block;
  }
  section .intro-section h1.desctop {
    display: none;
  }
  section .intro-section h1.h1-right {
    margin: 0 0 0;
  }
  section .section {
    padding: 100px 0 30px;
  }
  section .section .arrow-container {
    margin: -47px 0 64px;
    width: 60px;
    height: 41px;
  }
  section .section .arrow-container .chevron {
    width: 50px;
    height: 19px;
  }
  section .section h3 span {
    font-size: 23px;
  }
  section .section .row {
    flex-direction: column-reverse;
    gap: 30px;
  }
  section .section .clm .row {
    flex-direction: column;
  }
  section .about-section {
    padding: 60px 0 60px;
  }
  section .about-section h1 {
    font-size: 40px;
    margin: 0 0 70px;
  }
  section .about-section .text {
    font-size: 16px;
    max-width: 90%;
  }
  section .about-section img {
    max-width: 75%;
  }
  section .about-section .girl {
    max-width: 75%;
    margin: 0 auto -42px;
  }
  section .about-section .girl img {
    margin: 0 auto;
  }
  section .about-section ul {
    gap: 16px;
    margin: 100px auto 0;
  }
  section .about-section ul li {
    font-size: 16px;
  }
  section .about-section ul i {
    width: 24px;
    height: 24px;
    margin: 0 20px 0 0;
    border-radius: 6px;
    background-size: 11px;
  }
  section .about-section .clm .row {
    flex-direction: column;
  }
  section .about-section .clm .row:first-of-type {
    flex-direction: column-reverse;
  }
  section.sticky-section h3 {
    font-size: 34px;
  }
  section.book-section .clm {
    width: 90%;
  }
  section.book-section .border-box {
    padding: 18px 13px;
    margin: 0;
  }
  section.book-section .open-form {
    border-radius: 26px;
  }
  section.book-section img {
    max-width: 90%;
  }
  section.book-section img.sun-img {
    margin: 30px 0 0 auto;
  }
  section.book-section button {
    width: 95%;
  }
  section .container {
    background-image: none;
  }
  .sticky-carousel {
    width: 100%;
    top: 62%;
  }
  .carousel {
    width: 90%;
    height: 202px;
  }
  footer {
    padding: 25px 0;
  }
  footer p {
    font-size: 12px;
  }
}
@media all and (max-width: 600px) {
  .flip-book {
    display: none;
  }
  section #book-cover {
    display: none;
  }
  .sticky-carousel {
    top: 60%;
  }
  .page-content {
    padding: 15px 10px;
  }
  #image-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.book-section {
    position: relative;
  }
  section.sticky-section {
    height: fit-content;
  }
}
@media all and (max-width: 480px) {
  .content {
    max-width: 90%;
    margin: 0 auto;
  }
  .sun-box {
    width: 80px;
    height: 80px;
  }
  section .turn-video-section .btn {
    width: 234px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  section .intro-section .sun-rays {
    top: 84px;
  }
  section .intro-section .clm:nth-child(2) {
    display: none;
  }
  section .intro-section .text br {
    display: none;
  }
  section .section .content {
    max-width: 98%;
  }
  section .section img {
    max-width: 90%;
  }
  section .section .text {
    font-size: 13px;
    max-width: 90%;
  }
  section .section .reading-text {
    margin: 0px auto;
    width: 90%;
  }
  section .section h3 span {
    font-size: 16px;
  }
  section.sticky-section {
    padding: 25px 0 60px;
  }
  section.sticky-section h3 {
    font-size: 22px;
  }
  section.sticky-section .sun-box {
    width: 70px;
    height: 70px;
  }
  section .about-section {
    padding: 40px 0 80px;
  }
  section .about-section h1 {
    font-size: 25px;
    margin: 0px 0 40px;
  }
  section .about-section .text {
    font-size: 13px;
  }
  .carousel {
    width: 260px;
  }
}
@media all and (max-width: 325px) {
  section.book-section p {
    font-size: 13px;
  }
}
@media all and (min-width: 769px) and (max-height: 1000px) {
  .page-content {
    padding: 25px 10px;
  }
  section.sticky-section {
    height: 250vh;
  }
  section.book-section .border-box {
    margin: 18px 0 0;
    padding: 27px 40px;
  }
  section.book-section .page-content img.sun-img {
    max-width: 35%;
  }
}
@media all and (min-width: 769px) and (max-height: 850px) {
  .sticky-carousel {
    top: 69%;
  }
  .carousel .carousel-item {
    width: 360px;
    height: 259px;
  }
  section.book-section .page-content img.sun-img {
    max-width: 22%;
  }
}
@media all and (min-width: 769px) and (max-height: 800px) {
  .sticky-carousel {
    top: 77%;
  }
}
@media all and (min-width: 769px) and (max-height: 750px) {
  .sticky-carousel {
    top: 65%;
  }
}
@media all and (min-width: 769px) and (max-height: 750px) {
  section.book-section {
    gap: 20px;
  }
}
@media all and (min-width: 769px) and (max-height: 700px) {
  .sticky-carousel {
    top: 66%;
  }
  section.sticky-section .sun-box {
    width: 90px;
    height: 90px;
  }
  section.book-section img.sun-img {
    max-width: 38%;
  }
  section.book-section .border-box {
    padding: 23px 30px;
  }
}
@media all and (min-width: 769px) and (max-height: 650px) {
  .sticky-carousel {
    top: 65%;
  }
  section.book-section {
    gap: 7px;
  }
}
@media all and (min-width: 769px) and (min-height: 1100px) {
  .carousel {
    z-index: 1;
    height: 302px;
  }
  section.book-section {
    justify-content: center;
  }
}/*# sourceMappingURL=media.css.map */