.home-section2 .marquee__content {
  animation: scroll 100s linear infinite;
}

.header a:hover {
  color: #8E5A3E;
}

@media screen and (min-width: 641px) {
  header {
    padding-left: 50px;
    padding-right: 50px;
    border-bottom: 1px solid #daccc5;
    display: flex;
    align-items: center;
    gap: 50px;
  }

  .web-menu {
    width: 100%;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .web-menu ul {
    display: flex;
    align-items: center;
    gap: 50px;
  }

  header a {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 14px;
    line-height: 24.8px;
    letter-spacing: 2%;
    text-align: center;
    color: #ac6d4a;
  }

  .mobile-menu {
    display: none;
  }

  .home-section1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    grid-gap: 50px;
    margin-top: 70px;
    margin-bottom: 70px;
    padding-inline: 100px;
  }

  .home-section1 img {
    width: 100%;
    height: 100%;
  }

  .banner-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .banner-text h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0%;
    color: #251B16;
  }

  .banner-text h3 span {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0%;
    position: relative;
    color: #baaca4;
  }

  .banner-text h3 span::after {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    height: 2px;
    background: #baaca4;
    z-index: 1;
  }

  .banner-text h3 span::before {
    content: "all";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    font-family: "Charmonman";
    font-weight: 400;
    font-size: 36px;
    line-height: 68.4px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
  }

  .banner-text .text {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 20px;
    line-height: 24.8px;
    letter-spacing: 0.6px;
    color: #79736f;
  }

  .banner-text .btn-group {
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }

  .banner-text .np-sec__btn a {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: white;
    width: auto;
    justify-content: center;
    height: 55px;
    padding-inline: 20px;
  }

  .trusted {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 8%;
    color: #34c759;
  }

  .home-section2 {
    margin-bottom: 70px;
  }

  .home-section2 .marquee {
    background-color: transparent !important;
    border-color: none !important;
  }

  .home-section2 .text-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-bottom: 20px;
  }

  .home-section2 .text-section .text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .home-section2 .text-section .text span {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 22px;
    line-height: 27.28px;
    letter-spacing: 0%;
    text-align: center;
    color: #ac6d4a;
  }

  .home-section-carousel {
    margin-bottom: 70px;
    overflow: hidden;
  }

  .home-section-carousel .marquee {
    background-color: transparent !important;
    border-color: none !important;
    padding: 20px 0;
    --gap: 0.5rem;
  }

  .home-section-carousel .marquee__content {
    animation: scroll 80s linear infinite;
    gap: var(--gap);
  }

  .home-section-carousel video,
  .home-section-carousel img {
    width: 277px;
    height: 494px;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
    flex-shrink: 0;
  }

  .home-section3 {
    margin-bottom: 70px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .home-section3 .title-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }

  .home-section3 .title-section h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 40px;
    line-height: 46.78px;
    letter-spacing: 0%;
    text-align: center;
    color: #251b16;
  }

  .home-section3 .title-section h4 {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 22.32px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #251b16;
  }

  .home-section3 .video-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background-color: #F6F0EC;
    padding: 20px;
    border-radius: 11px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 30%;
  }

  .home-section3 .video-section p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.6px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #AC6D4A;
  }

  .home-section3 .image-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    gap: 50px;
    text-align: center;
    margin-bottom: 20px;
  }

  .home-section3 .image-section .image-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .home-section3 .image-section .image-div:nth-child(1),
  .home-section3 .image-section .image-div:nth-child(2) {
    margin-bottom: 100px;
  }

  .home-section3 .image-section .position-relative {
    width: 300px;
    height: 480px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
  }

  .home-section3 .image-section span {
    position: absolute;
    bottom: -15px;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-color: #ac6d4a;
    border: 3px solid #F7F7F5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F7F7F5;
    font-family: "CabinetGrotesk-Bold";
    font-weight: 800;
    font-size: 23px;
    line-height: 33.27px;
    letter-spacing: 0px;
    text-align: center;
  }

  .home-section3 .image-section h6 {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 24px;
    line-height: 29.76px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #251b16;
  }

  .home-section3 .image-section p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 22.32px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #6d6661;
  }

  .home-section3 .button-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
    margin-top: 30px;
  }

  .home-section3 .button-section a {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.6px;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: Auto;
    color: #ac6d4a;
  }

  .home-section3 .button-section .np-sec__btn a {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 26px;
    line-height: 32.24px;
    letter-spacing: 2%;
    text-align: center;
    color: white;
    text-decoration: none;
  }

  .home-section4 {
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    width: 70%;
    margin: auto;
    margin-bottom: 150px;
    display: none;
  }

  .home-section4 .dad-image {
    width: 400px;
    height: 400px;
    border-radius: 32px;
    object-fit: cover;
  }

  .home-section4 .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .home-section4 .heart {
    display: flex;
    gap: 5px;
  }

  .home-section4 .text h6 {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 42px;
    line-height: 52.08px;
    letter-spacing: 0.6px;
    color: #251b16;
  }

  .home-section4 .text p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.6px;
    color: #ac6d4a;
  }

  .home-section4 .text p span {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.6px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: Auto;
  }

  .home-section4 .text small {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 18px;
    line-height: 22.32px;
    color: #251b16;
  }

  .home-section5 {
    margin-bottom: 70px;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 70px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #fff6f1;
  }

  .home-section5 .title {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 56px;
    line-height: 76.78px;
    letter-spacing: 0%;
    text-align: center;
    width: 45%;
  }

  .home-section5 .para {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 0.6px;
    text-align: center;
    width: 50%;
    color: #817872;
  }

  .home-section5 .features p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.6px;
    color: #251B16;
  }

  .home-section5 .features a {
    color: #AC6D4A;
  }

  .home-section5 .feature-details p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.6px;
    color: #AC6D4A;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home-section5 .feature-details img {
    transform: rotate(90deg);
  }

  .home-section7 .why-choose-us {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 20px;
  }

  .home-section7 .why-choose-us h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 56px;
    line-height: 76.78px;
    letter-spacing: 0%;
    text-align: center;
  }

  .home-section7 .why-choose-us .text-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* 3 columns */
    /* grid-template-rows: auto auto auto; */
    /* 2 rows */
    gap: 50px;
    align-items: center;
    justify-content: center;
  }

  .home-section7 .why-choose-us .text-div .text:first-child,
  .home-section7 .why-choose-us .text-div .text:nth-child(2),
  .home-section7 .why-choose-us .text-div .text:nth-child(3) {
    grid-row: 1;
    /* First row */
  }

  .home-section7 .why-choose-us .text-div .text:nth-child(4) {
    grid-row: 2;
  }

  .home-section7 .why-choose-us .text-div .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .home-section7 .why-choose-us .text-div .text p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #251b16;
    width: 70%;
  }

  .home-section7 .why-choose-us .text-div .text img {
    object-fit: contain;
  }

  .home-section7 .np-sec__btn {
    margin: auto;
    margin-top: 30px;
  }

  .home-section6 {
    width: 70%;
    margin: auto;
    display: none;
  }

  .home-section6 h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 32px;
    line-height: 43.87px;
    letter-spacing: 0px;
    color: #251b16;
    padding-left: 50px;
    margin-bottom: 30px;
  }

  .home-section6 table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
  }

  .home-section6 table tr {
    border-bottom: 2px solid #fff6f1;
  }

  .home-section6 table td {
    text-align: left;
    padding: 16px;
    padding-left: 50px;
    color: #998579;
    font-family: "CabinetGrotesk-Regular";
    font-weight: 700;
    font-size: 20px;
    line-height: 24.8px;
    letter-spacing: 0px;
    border-bottom: 2px solid #daccc5;
  }

  .home-section6 table tr:nth-child(even) {
    background: #f2eeeb;
  }

  .home-section6 table tr td:nth-child(1) {
    border-right: 2px solid #daccc5;
    width: 60%;
  }

  .home-section6 table tr:last-child td {
    border-bottom: none;
  }

  .home-section6 .np-sec__btn {
    margin: auto;
  }

  .home-section6 .np-sec__btn a {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 26px;
    line-height: 32.24px;
    letter-spacing: 2%;
    text-align: center;
    color: white;
    text-decoration: none;
  }

  .home-section7 {
    width: 70%;
    margin: auto;
    margin-bottom: 70px;
  }

  .home-section7:not(.sample-book) {
    margin-bottom: 30px;
  }

  .home-section7 h5 {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #251b16;
  }

  .home-section7 h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 56px;
    line-height: 76.78px;
    letter-spacing: 0%;
    text-align: center;
    color: #251b16;
  }

  .home-section7 p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #79736f;
    width: 70%;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
  }

  .home-section7 .tabs-list {
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #daccc5;
    margin-bottom: 30px;
  }

  .home-section7 .tabs-list .tab-item a {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 20px;
    line-height: 24.8px;
    letter-spacing: 0px;
    color: #998579;
    cursor: pointer;
  }

  .home-section7 .tabs-list .tab-item a.active {
    border-bottom: 3px solid #ac6d4a;
  }

  .home-section7 .tab-content .tab:not(:nth-child(1)) {
    display: none;
  }

  .home-section7 .sample-book-preview {
    height: 500px;
  }

  .home-section7 .dropdown {
    display: none;
  }

  .home-section8 {
    background-color: #ac6d4a;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
    border-top-right-radius: 64px;
    border-top-left-radius: 64px;
  }

  .home-section8 .container {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
  }

  .home-section8 h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 56px;
    line-height: 56.78px;
    letter-spacing: 0%;
    color: #ffffff;
    margin-bottom: 20px;
  }

  .home-section8 h4 {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
  }

  .home-section8 .np-sec__btn a {
    color: #ac6d4a !important;
    background: #f7f7f5;
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 24px;
    line-height: 29.76px;
    letter-spacing: 2%;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
  }

  .home-section9 .container {
    background: #fff6f1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    border-top-right-radius: 64px;
    border-top-left-radius: 64px;
  }

  .home-section9 .container .parents-image-mobile {
    display: none;
  }

  .home-section9 .container h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 56px;
    line-height: 76.78px;
    letter-spacing: 0%;
    color: #251b16;
  }

  .home-section9 .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 50px;
  }

  .home-section9 .card {
    background: #ffffffbf;
    backdrop-filter: blur(41.22721862792969px);
    padding: 20px;
    border-radius: 42px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
  }

  .home-section9 .card:nth-child(odd) {
    margin-top: -200px;
    margin-bottom: 200px;
  }

  .home-section9 .card:last-child{
    margin-bottom: 0px !important;
  }

  .home-section9 .card .heart-div {
    display: flex;
    gap: 5px;
    align-items: center;
  }

  .home-section9 .card .heart-div img {
    width: 30px;
    height: 30px;
  }

  .home-section9 .card .heart-div span {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1.03px;
    color: #34c759;
  }

  .home-section9 .card .comments h6 {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1.03px;
    color: #251b16;
  }

  .home-section9 .card .comments p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1.03px;
    color: #79736f;
  }

  .home-section9 .card .user {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .home-section9 .card .user img {
    width: 35px;
    height: 35px;
  }

  .home-section9 .card .user span {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1.03px;
    text-align: justify;
    color: #251b16;
  }

  .home-section9 .card .star {
    width: 72px;
    height: 96px;
    position: absolute;
    bottom: -30px;
    right: -30px;
  }

  .home-section9 .our-story {
    width: 100%;
    height: 500px;
    background: #fffaf8;
    border: 11px solid #faece4;
    grid-column: 1 / span 2;
    border-radius: 48px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    margin-top: -70px;
    position: relative;
    display: none;
  }

  .home-section9 .our-story .image {
    background: #ffecec;
    background-image: url("/front/img/our-story.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-top-left-radius: 37px;
    border-bottom-left-radius: 37px;
    background-size: contain;
    background-position: bottom;
  }

  .home-section9 .our-story .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 50px;
  }

  .home-section9 .our-story .text h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 36px;
    line-height: 49.36px;
    letter-spacing: 0%;
    color: #251b16;
  }

  .home-section9 .our-story .text p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.6px;
    color: #251b16;
  }

  .home-section9 .our-story .sheart1 {
    width: 22px;
    height: 37px;
    position: absolute;
    top: -25px;
    right: 200px;
  }

  .home-section9 .our-story .lheart {
    width: 65px;
    height: 77px;
    position: absolute;
    top: -40px;
    right: 50px;
  }

  .home-section9 .our-story .sheart2 {
    width: 37px;
    height: 22px;
    position: absolute;
    top: 100px;
    right: -20px;
  }

  .home-section10 {
    padding: 50px;
    background: #f7f7f5;
    margin-bottom: 30px;
  }

  .home-section10 .questions-div {
    width: 70%;
    margin: auto;
    background: #fffdfd;
    border-radius: 56px;
    padding: 50px;
  }

  .home-section10 .questions-div .title {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
  }

  .home-section10 .questions-div .title h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 49px;
    line-height: 67.18px;
    letter-spacing: 0%;
    text-align: center;
    color: #251b16;
  }

  .home-section10 .questions-div .title .icon1 {
    width: 89px;
    height: 89px;
    object-fit: contain;
  }

  .home-section10 .questions-div .title .icon2 {
    width: 55px;
    height: 55px;
    object-fit: contain;
  }

  .home-section10 .questions-div .questions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .home-section10 .questions-div .questions .question div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 10px;
  }

  .home-section10 .questions-div .questions .question {
    border-bottom: 1px solid #daccc5;
    padding-bottom: 10px;
  }

  .home-section10 .questions-div .questions .question:last-child {
    border: none;
  }

  .home-section10 .questions-div .questions .question div h6 {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 28px;
    line-height: 34.72px;
    letter-spacing: 0.6%;
    color: #251b1699;
  }

  .home-section10 .questions-div .questions .question div span {
    background: #f0e1d9;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #ac6d4a;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
  }

  .home-section10 .questions-div .questions .question p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.6%;
    color: #251b1699;
    display: none;
  }

  .home-section10 .np-sec__btn {
    margin: auto;
  }

  .home-section10 .np-sec__btn a {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 26px;
    line-height: 32.24px;
    letter-spacing: 2%;
    text-align: center;
    color: white;
    text-decoration: none;
  }

  .home-section10 .email-us {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5px;
    margin-top: 40px;
  }

  .home-section10 .email-us p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #251b1699;
  }

  .home-section10 .email-us p a {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ac6d4a;
    text-decoration: underline;
  }

  .home-section11 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    background: #f6f0ec;
  }

  .home-section11 .text {
    width: 540px;
    margin: auto;
  }

  .home-section11 .text h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 48px;
    line-height: 65.81px;
    letter-spacing: 0px;
    color: #251b16;
  }

  .home-section11 .text p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.6px;
    color: #79736f;
    margin-bottom: 10px;
  }

  .home-section11 .image img {
    width: 100%;
  }
}

/* responsive css */
@media screen and (max-width: 640px) {
  .web-menu {
    display: none;
  }

  .mobile-menu {
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-menu ul {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  header {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
  }

  .home-section1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 20px;
  }

  .home-section1 img {
    width: 100%;
    margin: auto;
    margin-left: 5px;
    margin-bottom: 20px;
  }

  .banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    width: 90%;
  }

  .banner-text h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0%;
  }

  .banner-text h3 span {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0%;
    position: relative;
    color: #baaca4;
  }

  .banner-text h3 span::after {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    height: 2px;
    background: #baaca4;
    z-index: 1;
  }

  .banner-text h3 span::before {
    content: "all";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    font-family: "Charmonman";
    font-weight: 400;
    font-size: 36px;
    line-height: 68.4px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
  }

  .banner-text .text {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.6px;
    color: #79736f;
    width: 80%;
    margin: auto;
  }

  .banner-text .btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    /* margin-top: 10px; */
  }

  .trusted {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 8%;
    color: #34c759;
  }

  .banner-text .np-sec__btn a {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: white;
    width: auto;
    justify-content: center;
    height: 55px;
  }

  .banner-text .np-sec__btn img {
    width: 32px;
    height: 32px;
  }

  .home-section2 {
    margin-bottom: 0px;
  }

  .home-section2 .text-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-inline: 20px;
  }

  .home-section2 .text-section .text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .home-section2 .text-section .text img {
    width: 30px;
    height: 30px;
  }

  .home-section2 .text-section .text span {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: center;
    color: #ac6d4a;
  }

  .home-section2 .track-horizontal-books img {
    width: 209px;
    height: 209px;
    box-shadow: 0px 4px 4px 0px #0000002E;
  }

  .home-section2 .marquee {
    background-color: transparent !important;
    border-color: none !important;
  }

  .home-section-carousel {
    margin-bottom: 70px;
  }

  .home-section-carousel .marquee {
    background-color: transparent !important;
    border-color: none !important;
    padding: 20px 0 20px 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    --gap: 0.5rem;
  }

  .home-section-carousel .marquee::-webkit-scrollbar {
    display: none;
  }

  .home-section-carousel .marquee__content {
    animation: none;
    gap: var(--gap);
  }

  .home-section-carousel video,
  .home-section-carousel img {
    width: 277px;
    height: 494px;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  .home-section3 {
    margin-bottom: 20px;
  }

  .home-section3 .title-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .home-section3 .title-section h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 28px;
    line-height: 37px;
    letter-spacing: 0%;
    text-align: center;
    color: #251b16;
  }

  .home-section3 .title-section h4 {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #251B16;
    margin-top: 20px;
  }

  .home-section3 .image-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }

  .home-section3 .image-section .image-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    position: relative;
  }

  .home-section3 .image-section .image-div h6 {
    margin-top: 20px;
  }

  .home-section3 .image-section .image-div:nth-child(1)::after,
  .home-section3 .image-section .image-div:nth-child(2)::after {
    content: "";
    background-color: #ac6d4a;
    position: absolute;
    width: 2px;
    height: 100px;
    bottom: -110px;
    left: 50%;
    display: block;
  }

  .home-section3 .image-section .image-div:nth-child(1),
  .home-section3 .image-section .image-div:nth-child(2) {
    margin-bottom: 100px;
  }

  .home-section3 .image-section .position-relative {
    width: 300px;
    height: 480px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
  }


  .home-section3 .image-section span {
    position: absolute;
    bottom: -15px;
    left: 45%;
    background-color: #ac6d4a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: "CabinetGrotesk-Bold";
    font-weight: 800;
    font-size: 23px;
    line-height: 33.27px;
    letter-spacing: 0px;
    text-align: center;
  }

  .home-section3 .image-section h6 {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #251b16;
    width: 70%;
  }

  .home-section3 .image-section p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #6d6661;
    width: 70%;
  }

  .home-section3 .button-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .home-section3 .button-section a {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.6px;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: Auto;
    color: #ac6d4a;
  }

  .home-section3 .button-section .np-sec__btn a {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: white;
  }

  .home-section3 .button-section .np-sec__btn img {
    width: 32px;
    height: 32px;
  }

  .home-section3 .video-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    background-color: #F6F0EC;
    padding: 12px;
    border-radius: 11px;
    margin: 20px auto 0 !important;
    width: calc(100% - 40px) !important;
    max-width: 393px;
    height: auto !important;
    position: relative !important;
  }

  .home-section3 .video-section img:first-child {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 60px !important;
    height: 85px !important;
    flex-shrink: 0;
  }

  .home-section3 .video-section p {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
    font-family: "CabinetGrotesk-Regular";
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.4px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #AC6D4A;
    flex: 1;
    margin: 0 !important;
  }

  .home-section3 .video-section img:last-child {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 24px !important;
    height: 24px !important;
    flex-shrink: 0;
  }

  .home-section4 {
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: center;
  }

  .home-section4 .dad-image {
    border-radius: 0px;
    object-fit: cover;
    width: 100%;
    display: none;
  }

  .home-section4 .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .home-section4 .heart {
    display: flex;
    gap: 5px;
  }

  .home-section4 .heart img {
    width: 20px;
    height: 20px;
  }

  .home-section4 .text h6 {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #251b16;
  }

  .home-section4 .text p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.6px;
    color: #ac6d4a;
    width: 90%;
  }

  .home-section4 .text p span {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.6px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: Auto;
  }

  .home-section4 .text small {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 10px;
    color: #251b16;
  }

  .home-section5 {
    margin-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #fff6f1;
  }

  .home-section5 .title {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 28px;
    line-height: 37px;
    letter-spacing: 0%;
    text-align: center;
    width: 100%;
  }

  .home-section5 .para {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.6px;
    text-align: center;
    width: 100%;
    color: #817872;
  }

  .home-section5 .features p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.6px;
    color: #251B16;
  }

  .home-section5 .features a {
    color: #AC6D4A;
  }

  .home-section5 .feature-details p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.6px;
    color: #AC6D4A;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home-section5 .feature-details img {
    transform: rotate(90deg);
  }

  .home-section7 .why-choose-us {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .home-section7 .why-choose-us .text-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 2 columns */
    /* grid-template-rows: auto auto auto; */
    /* 3 rows */
    gap: 30px;
  }

  .home-section7 .why-choose-us .text-div img {
    width: 45px;
    height: 45px;
  }

  .home-section7 .why-choose-us .text-div .text:first-child,
  .home-section7 .why-choose-us .text-div .text:nth-child(2) {
    grid-row: 1;
    /* First row */
  }

  .home-section7 .why-choose-us .text-div .text:nth-child(3),
  .home-section7 .why-choose-us .text-div .text:nth-child(4) {
    grid-row: 2;
    /* Second row */
  }

  .home-section7 .why-choose-us .text-div .text:nth-child(5) {
    grid-row: 3;
  }

  .home-section7 .why-choose-us .text-div .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .home-section7 .why-choose-us .text-div .text p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #251b16;
  }

  .home-section7 .why-choose-us .text-div .text img {
    object-fit: contain;
  }

  .home-section6 {
    padding: 10px;
    display: none;
  }

  .home-section6 h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #251b16;
    margin-bottom: 10px;
    padding: 8px;
  }

  .home-section6 table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
  }

  .home-section6 table tr {
    border-bottom: 2px solid #fff6f1;
  }

  .home-section6 table td {
    text-align: left;
    padding: 8px;
    color: #998579;
    font-family: "CabinetGrotesk-Regular";
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0px;
    border-bottom: 2px solid #daccc5;
  }

  .home-section6 table tr:nth-child(even) {
    background: #f2eeeb;
  }

  .home-section6 table tr td:nth-child(1) {
    border-right: 2px solid #daccc5;
    width: 60%;
  }

  .home-section6 table tr:last-child td {
    border-bottom: none;
  }

  .home-section6 .np-sec__btn {
    width: 166px;
    height: 56px;
    margin: auto;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 30px;
  }

  .home-section6 .np-sec__btn a {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: white;
  }

  .home-section6 .np-sec__btn img {
    width: 32px;
    height: 32px;
  }

  .home-section7 {
    width: 90%;
    margin: auto;
    margin-bottom: 70px;
    text-align: center;
  }

  .home-section7:not(.sample-book) {
    margin-bottom: 30px;
  }

  .home-section7 h5 {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #251b16;
  }

  .home-section7 h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #251b16;
    margin-top: 20px;
  }

  .home-section7 p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #79736f;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
  }

  .home-section7 .tabs-list {
    display: none;
    justify-content: space-between;
    flex-wrap: nowrap;
    white-space: nowrap;
    border-bottom: 1px solid #daccc5;
    margin-bottom: 10px;
    overflow: auto;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
    gap: 20px;
  }

  .home-section7 .np-sec__btn {
    margin: auto;
    margin-top: 30px;
  }

  .home-section7 .tabs-list::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }

  .home-section7 .tabs-list .tab-item a {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 20px;
    line-height: 24.8px;
    letter-spacing: 0px;
    color: #998579;
    cursor: pointer;
  }

  .home-section7 .tabs-list .tab-item a.active {
    border-bottom: 3px solid #ac6d4a;
  }

  .home-section7 .tab-content .tab:not(:nth-child(1)) {
    display: none;
  }

  .home-section7 .sample-book-preview {
    height: 300px;
    width: 100%;
  }

  .home-section8 {
    background-color: #ac6d4a;
    padding-top: 30px;
  }

  .home-section8 .container {
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .home-section8 h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0%;
    color: #ffffff;
    margin: auto;
    margin-bottom: 20px;
  }

  .home-section8 h4 {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
    margin: auto;
    margin-bottom: 20px;
    width: 90%;
  }

  .home-section8 .np-sec__btn {
    width: 180px;
    margin: auto;
  }

  .home-section8 .np-sec__btn a {
    color: #ac6d4a !important;
    background: #f7f7f5;
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2%;
    text-align: center;
    justify-content: center;
  }

  .home-section9 {
    margin-bottom: 50px;
  }

  .home-section9 .container {
    background: #fff6f1;
    display: flex;
    flex-direction: column;
    gap: 50px;
    /* border-top-right-radius: 42px; */
    /* border-top-left-radius: 42px; */
    border-radius: 42px;
  }

  .home-section9 .container h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0%;
    color: #251b16;
  }

  .home-section9 .container .parents-image {
    display: none;
  }

  .home-section9 .content {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 30px;
  }

  .home-section9 .card {
    background: #ffffffbf;
    backdrop-filter: blur(41.22721862792969px);
    padding: 20px;
    border-radius: 42px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
  }

  .home-section9 .card .heart-div {
    display: flex;
    gap: 2px;
    align-items: center;
  }

  .home-section9 .card .heart-div img {
    width: 23px;
    height: 23px;
  }

  .home-section9 .card .heart-div span {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.03px;
    color: #34c759;
    margin-left: 5px;
  }

  .home-section9 .card .comments h6 {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.03px;
    color: #251b16;
    text-align: left;
    margin-bottom: 10px;
  }

  .home-section9 .card .comments p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.03px;
    color: #79736f;
    text-align: left;
  }

  .home-section9 .card .user {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .home-section9 .card .user img {
    width: 24px;
    height: 24px;
  }

  .home-section9 .card .user span {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.03px;
    text-align: justify;
    color: #251b16;
  }

  .home-section9 .card .star {
    display: none;
  }

  .home-section9 .our-story {
    width: 100%;
    margin-bottom: 50px;
    display: none;
  }

  .home-section9 .our-story .image {
    background-image: url("/front/img/our-story.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    background-size: cover;
  }

  .home-section9 .our-story .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-inline: 30px;
  }

  .home-section9 .our-story .text h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0%;
    color: #251b16;
    text-align: center;
  }

  .home-section9 .our-story .text p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.6px;
    color: #251b16;
  }

  .home-section9 .our-story .sheart1 {
    display: none;
  }

  .home-section9 .our-story .lheart {
    display: none;
  }

  .home-section9 .our-story .sheart2 {
    display: none;
  }

  .home-section10 {
    padding: 10px;
    margin-bottom: 30px;
  }

  .home-section10 .questions-div {
    width: 90%;
    margin: auto;
  }

  .home-section10 .questions-div .title {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
  }

  .home-section10 .questions-div .title h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: #251b16;
  }

  .home-section10 .questions-div .title .icon1 {
    display: none;
  }

  .home-section10 .questions-div .title .icon2 {
    display: none;
  }

  .home-section10 .questions-div .questions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .home-section10 .questions-div .questions .question div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 10px;
  }

  .home-section10 .questions-div .questions .question {
    border-bottom: 1px solid #daccc5;
    padding-bottom: 10px;
  }

  .home-section10 .questions-div .questions .question div h6 {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.6%;
    color: #251b1699;
  }

  .home-section10 .questions-div .questions .question div span {
    background: #f0e1d9;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #ac6d4a;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
  }

  .home-section10 .questions-div .questions .question p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.6%;
    color: #251b1699;
    display: none;
  }

  .home-section10 .np-sec__btn {
    width: 180px;
    margin: auto;
  }

  .home-section10 .np-sec__btn a {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: white;
  }

  .home-section10 .np-sec__btn img {
    width: 32px;
    height: 32px;
  }

  .home-section10 .email-us {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5px;
    margin-top: 40px;
  }

  .home-section10 .email-us p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #251b1699;
  }

  .home-section10 .email-us p a {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ac6d4a;
    text-decoration: underline;
  }

  .home-section11 {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    background: #f6f0ec;
    margin: 10px;
    border-radius: 10px;
    margin-bottom: 80px;
  }

  .home-section11 .text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }

  .home-section11 .text h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 28px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #251b16;
  }

  .home-section11 .text p {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.6px;
    color: #79736f;
    margin-bottom: 10px;
  }

  .home-section11 .text img {
    width: 32px;
    height: 32px;
  }

  .home-section11 .image img {
    width: 100%;
  }
}