@font-face {
    font-family: CustomFont;
    /* src: url(Alpha/Alpha-Light.otf); */
    /* src: url(Alpha/Alpha-Medium.otf); */
    src: url(Alpha/Alpha-Regular.otf);
}
@font-face {
    font-family: AlphaMedium;
    src: url(Alpha/Alpha-Medium.otf);
}
 

.author-section {
    background-color: #fff;
    display: flex;
    padding-bottom: 72px;
    flex-direction: column;
    overflow: hidden;
}

.hero-container {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
    min-height: 1052px;
    width: 100%;
    justify-content: center;
    padding: 1px 0;
}

.headtxt{
    font-family: 'AlphaMedium';
    font-size: 40px !important;
}

@media (max-width: 991px) {
    .hero-container {
        max-width: 100%;
    }
}





.hero-background {
    position: absolute;
    inset: 0;
    height: 100%;
    /* width: 50%; */
    object-fit: cover;
    object-position: center;
}

.hero-content {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 1050px;
    width: 100%;
    padding: 30px 0 0 80px;   /* defualt value of first 0 is 67 px */
}

@media (max-width: 991px) {
    .hero-content {
        max-width: 100%;
        padding-left: 20px;
    }
    
}


.header-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 1447px;
    font-family: Alpha, sans-serif;
    color: #fff;
    font-weight: 400;
    /* left: -60px; */
    padding: 1rem 2rem;
}
.headnav{
    left: -60px;
}

/* .header-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1447px;
    font-family: Alpha, sans-serif;
    color: #fff;
    font-weight: 400;
    padding: 1rem 2rem;
} */

.nav-links {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

.buy-now-btn {
    background-color: #ff6f61;
    border: none;
    padding: 10px 20px;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
}

.hamburger-menu span {
    width: 100%;
    height: 3px;
    background-color: white;
    display: block;
}


@media (max-width: 991px) {
    .header-wrapper {
        max-width: 100%;
    }
}

.author-name {
    font-size: 40px;
    align-self: start;
    flex-grow: 1;
    font-family: 'CustomFont';
    width: 191px;
}

.nav-links {
    display: flex;
    gap: 40px 100px;
    letter-spacing: -0.32px;
    flex-wrap: wrap;
    margin: auto 0;
    font: 16px Poppins, sans-serif;
}

@media (max-width: 991px) {
    .nav-links {
        max-width: 100%;
    }
}

.buy-now-btn {
    align-self: stretch;
    gap: 10px;
    font-size: 30px;
    padding: 17px 40px;
}

@media (max-width: 991px) {
    .buy-now-btn {
        padding: 0 20px;
    }
}

.hero-main {
    position: relative;
    align-self: end;
    z-index: 10;
    width: 100%;
    max-width: 1682px;
    margin: 89px 0 -121px;
}

@media (max-width: 991px) {
    .hero-main {
        max-width: 100%;
        margin: 40px 0 10px;
    }
}

.hero-content-wrapper {
    gap: 20px;
    display: flex;
}

@media (max-width: 991px) {
    .hero-content-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 0px;
    }
}

.hero-text-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 31%;
    margin-left: 0px;
}

@media (max-width: 991px) {
    .hero-text-column {
        width: 100%;
    }
}

.hero-text-content {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
    font-family: Alpha, sans-serif;
    color: #fff;
    font-weight: 400;
    margin: 44px -284px 0 0;
}

@media (max-width: 991px) {
    .hero-text-content {
        max-width: 100%;
        margin-top: 40px;
    }
}

.hero-subtitle {
    letter-spacing: -0.78px;
    font:  Poppins, sans-serif;
    /* font-family: 'CustomFont'; */
    font-size: 26px;
}

@media (max-width: 991px) {
    .hero-subtitle {
        max-width: 100%;
    }
}

.hero-title {
    font-size: 90px;
    letter-spacing: -3px;
    align-self: stretch;
    line-height: 80px;
    margin-top: 30px;
    font-family: 'CustomFont';
    width: 606px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .hero-title {
        max-width: 100%;
        font-size: 40px;
        letter-spacing: 1px;
        line-height: 50px;
    }
    
}

.learn-more-btn {
    align-self: stretch;
    /* margin-top: 30px; */
    gap: 10px;
    font-size: 30px;
    padding: 17px 51px;
    /* background: linear-gradient(to right, #59CBE9, #F2ACB8);
 */
    background: linear-gradient(to right, #59CBE9, #F2ACB8);


    border: 1px solid none;
}

.frame-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 7px 51px 7px 51px;
/* border-radius: 10px; */
    /* background: linear-gradient(to right, #59CBE9, #F2ACB8);
 */
    background: linear-gradient(to right, #59CBE9, #F2ACB8);

    transition: .3s ease;
  }

.frame-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 17px 51px 17px 51px;
/* border-radius: 10px; */
    background: linear-gradient(to right, #59CBE9, #F2ACB8);

    transition: .3s ease;
  }
  .frame-2:hover {
    transform: scale(1.05); /* Slight zoom effect */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); /* Professional shadow */
    border-radius: 10px;

}
.frame-1:hover{
    transform: scale(1.05); /* Slight zoom effect */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); /* Professional shadow */
    border-radius: 10px;
}
.frame-5:hover{
    transform: scale(1.05); /* Slight zoom effect */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); /* Professional shadow */
    border-radius: 10px;
}
.frame-6:hover{
    transform: scale(1.05); /* Slight zoom effect */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); /* Professional shadow */
    border-radius: 10px;
}
.frame-7:hover{
    transform: scale(1.05); /* Slight zoom effect */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); /* Professional shadow */
    border-radius: 10px;
}
.signup-button:hover{
    transform: scale(1.05); /* Slight zoom effect */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); /* Professional shadow */
    border-radius: 10px;
}
  .headbtn{
    text-decoration: none;
    color: white;
    font-family:'AlphaMedium' ;
    font-size:25px ;
}
.headbtn:hover {
    /* color: #ffd700;  */
    border-radius: 10px;
}


.frame-3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 17px 51px 17px 51px !important;
/* border-radius: 10px; */
    background: linear-gradient(to right, #59CBE9, #F2ACB8);

  }
  .navbtn{
    text-decoration: none;
    color: white;
}


.frame-5{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 17px 51px 17px 51px !important;
/* border-radius: 10px; */
width: 215px;
    background: linear-gradient(to right, #59CBE9, #F2ACB8);

    transition: .3s ease;
}


.frame-6{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 17px 63px 17px 63px !important;
/* border-radius: 10px; */
width: 215px;
    background: linear-gradient(to right, #59CBE9, #F2ACB8);

    transition: .3s ease;
}

.frame-7{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 27px 63px 27px 63px ;
/* border-radius: 10px; */
width: 215px;
    background: linear-gradient(to right, #59CBE9, #F2ACB8);

    transition: .3s ease;
}

@media (max-width: 991px) {
    .learn-more-btn {
        margin-top: 40px;
        padding: 0 20px;
    }
}

.hero-image-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 69%;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .hero-image-column {
        width: 100%;
    }
}

.hero-image {
    aspect-ratio: 1.43;
    object-fit: contain;
    object-position: center;
    width: 1300px;
    flex-grow: 1;
    margin-left: -50px;
}

@media (max-width: 991px) {
    .hero-image {
        max-width: 100%;
        margin-left: 50px;
    }
}
.aboutimg{
    background-image: url(images/abimg.png);
    margin-top: -500px;

}
.about-section {
    background-repeat: no-repeat;
    background-size: contain;
    /* object-fit: contain; */
    background-blend-mode: luminosity;
    margin-top: -80px;
    width: 100%;
    max-width: 1463px;
    padding: 300px 0 58px;
    /* padding: 0 20px; */
    
}

@media (max-width: 991px) {
    .about-section {
        max-width: 100%;
        margin-top: -200px;
        padding: 100px 20px 0 0;
    }
}

.about-content-wrapper {
    gap: 20px;
    display: flex;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
    justify-content: space-between;
    /* flex-direction: column; */
}

@media (max-width: 991px) {
    .about-content-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 0px;
    }
}

.about-book-column {
    /* background-image: url(images/rainbow-png-17722\ 4.png); */
    /* position: absolute; */
    /* background-position: top; */
    /* top: -200px; */
    /* display: flex;
    flex-direction: column;
    line-height: normal; */
    width: 50%;
    margin-left: 150px;
}

@media (max-width: 991px) {
    .about-book-column {
        width: 100%;
    }
}

.about-book-content {
    max-width: 600px; /* Constrain content width for better alignment */
    margin-left: 20px;
    margin-top: 50px; 
   
}

@media (max-width: 991px) {
    .about-book-content {
        /* max-width: 100%; */
        margin-top: 40px;
    }
}

.about-book-image {
    /* aspect-ratio: 1.41; */
    object-fit: contain;
    object-position: center;
    width: 1000px;
    align-self: stretch;
    margin-left: -200px;
    margin-top: 300px;
}

@media (max-width: 991px) {
    .about-book-image {
        /* max-width: 100%; */
    }
}

.about-book-title {
    letter-spacing: -2.4px;
    margin-top: 140px;
    font-size: 80px;
    color: #213960;
    font-family: 'AlphaMedium';
    /* text-align: start; */

}

@media (max-width: 991px) {
    .about-book-title {
        max-width: 100%;
        margin-top: 40px;
        font-size: 40px;
    }
}

.about-book-description {
    margin-top: 22px;
    width: 569px;
    font: 16px/30px Poppins, sans-serif;
}

@media (max-width: 991px) {
    .about-book-description {
        max-width: 100%;
        margin-left: 40px;
    }
}

.about-author-column {
    width: 35%; /* Adjust width to fit within the screen */
    margin-left: 0;
}

@media (max-width: 991px) {
    .about-author-column {
        width: 100%;
    }
}

.about-author-content {
    max-width: 100%; /* Full width of the column */
    margin-top: 400px; /* Adjust for balanced layout */
    margin-left: 0;
    padding: 20px; /* Add padding for readability */
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
    color: #221396;
}

@media (max-width: 991px) {
    .about-author-content {
        max-width: 100%;
        margin-top: 40px;
    }
}

.about-author-subtitle {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.78px;
    align-self: start;
    color: #213960;
}

.about-author-title {
    /* margin-top: -50px; */
    margin: 0;
    letter-spacing: -2px;
    margin: 20px 38px 0 0;
    font-size: 80px ;
    font-family: 'AlphaMedium';
    color:#213960 ;
    margin-top: -10px;
}

@media (max-width: 991px) {
    .about-author-title {
        max-width: 100%;
        margin-right: 10px;
        font-size: 40px;
    }
}

.about-author-description {
    font-size: 16px;
    line-height: 30px;
    margin-top: 21px;
    /* padding: 20px; */
    margin-bottom: 40px;
    color: black;
}

@media (max-width: 991px) {
    .about-author-description {
        max-width: 100%;
    }
}

.read-more-btn {
    align-self: start;
    margin-top: 41px;
    gap: 10px;
    color: #fff;
    padding: 17px 51px;
    font: 30px Alpha, sans-serif;
}

@media (max-width: 991px) {
    .read-more-btn {
        margin-top: 40px;
        padding: 0 20px;
    }
}

.quote-section {
    /* background: var(--Color, linear-gradient(98deg, #004a8c 3.32%, rgba(255, 165, 183, 0.5) 93.46%)); */
    /* background-color: var(--Color, linear-gradient(98deg, #004a8c 3.32%, rgba(255, 165, 183, 0.5) 93.46%)); */
    background-image: url(images/Rectangle1.png);
    display: flex;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}

@media (max-width: 991px) {
    .quote-section {
        max-width: 100%;
        padding: 0 20px;
    }
}

.quote-content {
    z-index: 10;
    width: 100%;
    max-width: 1548px;
    margin: -119px 0 -152px 39px;
}

@media (max-width: 991px) {
    .quote-content {
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.quote-wrapper {
    gap: 20px;
    display: flex;
}

@media (max-width: 991px) {
    .quote-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 0px;
    }
}

.quote-text-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 39%;
    margin-left: 0px;
}

@media (max-width: 991px) {
    .quote-text-column {
        width: 100%;
    }
}

.quote-text-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-self: stretch;
    color: #fff;
    font-weight: 400;
    margin: auto 0;
}

@media (max-width: 991px) {
    .quote-text-content {
    width: 100%;
        margin-top: 40px;
    }
}

.quote-text {
    font: 16px/30px Poppins, sans-serif;
}

@media (max-width: 991px) {
    .quote-text {
        max-width: 100%;
    }
}

.buy-now-btn-2 {
    align-self: start;
    margin-top: 43px;
    gap: 10px;
    padding: 17px 51px;
    font: 30px Alpha, sans-serif;
}

@media (max-width: 991px) {
    .buy-now-btn-2 {
        margin-top: 40px;
        padding: 0 20px;
    }
}

.quote-image-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 61%;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .quote-image-column {
        width: 100%;
    }
}

.quote-image {
    /* aspect-ratio: 1.45; */
    /* object-fit: contain; */
    /* object-position: center; */
    width: 100%;
    flex-grow: 1;
}

@media (max-width: 991px) {
    .quote-image {
        width: 100%;
        margin-top: 40px;
    }
}

.experience-section {
    background-image: url(images/aboutimg.png);
    display: flex;
    flex-direction: column;
    background-blend-mode: luminosity;
    position: relative;
    height: 1197px;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    margin-top: -30px;
    /* padding: 266px 70px; */
}


.expimg{
    background-image: url('https://cdn.builder.io/api/v1/image/assets/TEMP/8e5d608aa98bcca189dec786ab7f50061b8e8358e36434fc9a7df53874f85600?placeholderIfAbsent=true&apiKey=00ac6ac2215e4cb69fd1a04f33822fc2');
}

@media (max-width: 991px) {
    .experience-section {
        max-width: 100%;
        padding: 100px 20px;
    }
}

.experience-content {
    /* position: relative; */
    margin-bottom: -49px;
    /* width: 100%; */
    max-width: 1420px;
}

@media (max-width: 991px) {
    .experience-content {
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.experience-wrapper {
    gap: 20px;
    display: flex;
}

@media (max-width: 991px) {
    .experience-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 0px;
    }
}

.experience-image-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 850px;
    /* margin-left: 0px; */
}

@media (max-width: 991px) {
    .experience-image-column {
        width: 100%;
    }
}

.experience-image {
    /* aspect-ratio: 1; */
    object-fit: contain;
    object-position: center;
    width: 1000px;
    margin-left: -100px;
    margin-top: -100px;
    animation: bounce 2s infinite;  /* Apply bounce animation */
    transition: transform 0.3s ease-in-out;

}

@media (max-width: 991px) {
    .experience-image {
        max-width: 100%;
        margin-top: 40px;
    }
}

.experience-text-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 50%;
    margin-left: 20px;
    margin-top: -150px;
}

@media (max-width: 991px) {
    .experience-text-column {
        width: 100%;
    }
}

.experience-text-content {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-self: stretch;
    font-family: Poppins, sans-serif;
    color: #221396;
    font-weight: 400;
    margin: auto 0;
    margin-top: 150px;
    line-height: 5px;
    margin-top: 400px;
}

@media (max-width: 991px) {
    .experience-text-content {
        max-width: 100%;
        margin-top: 40px;
    }
}

.experience-subtitle {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.78px;
    align-self: start;
    color: #213960;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.experience-title {
    letter-spacing: -2.4px;
    margin: 29px 38px 0 0;
    font-size: 70px ;
    font-family: 'AlphaMedium';
    color: #213960;
    /* margin-top: -20px; */
}
.exprbtn{
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-family: 'AlphaMedium';
}
@media (max-width: 991px) {
    .experience-title {
        max-width: 100%;
        margin-right: 10px;
        font-size: 40px;
    }
}

.experience-description {
    font-size: 16px;
    line-height: 30px;
    margin-top: 29px;
    color: black;
}

@media (max-width: 991px) {
    .experience-description {
        max-width: 100%;
        margin-right: 10px;
    }
}

.add-to-cart-btn {
    align-self: start;
    margin-top: 43px;
    gap: 10px;
    color: #fff;
    padding: 17px 51px;
    font: 30px Alpha, sans-serif;
}

@media (max-width: 991px) {
    .add-to-cart-btn {
        margin-top: 40px;
        padding: 0 20px;
    }
}

.cta-section {
    display: flex;
    flex-direction: column;
    background-blend-mode: overlay;
    position: relative;
    min-height: 1085px;
    margin-top: 23px;
    width: 100%;
    padding: 121px 80px;
}

@media (max-width: 991px) {
    .cta-section {
        max-width: 100%;
        padding: 100px 20px 0;
    }
}

.cta-content {
    position: relative;
    align-self: end;
    width: 100%;
    max-width: 1551px;
}

@media (max-width: 991px) {
    .cta-content {
        max-width: 100%;
    }
}

.cta-wrapper {
    gap: 20px;
    display: flex;
}

@media (max-width: 991px) {
    .cta-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 0px;
    }
}

.cta-text-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 36%;
    margin-left: 0px;
}

@media (max-width: 991px) {
    .cta-text-column {
        width: 100%;
    }
}

.cta-heading {
    color: #fff;
    /* letter-spacing: -1px; */
    position: relative;
    line-height: 200px;
    /* margin-right: -149px; */
    /* font: 400 214px/192px Alpha, sans-serif; */
    font-family: 'AlphaMedium';
    font-size: 216px;
}

@media (max-width: 991px) {
    .cta-heading {
        max-width: 100%;
        font-size: 40px;
        line-height: 40px;
    }
}

.cta-image-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 2400px;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .cta-image-column {
        width: 100%;
    }
}

.cta-image {
    aspect-ratio: 1.64;
    object-fit: contain;
    object-position: center;
    width: 100%;
    flex-grow: 1;
}

@media (max-width: 991px) {
    .cta-image {
        max-width: 100%;
    }
}

.signup-form {
    position: relative;
    align-self: center;
    display: flex;
    margin-top: 87px;
    width: 100%;
    max-width: 1470px;
    gap: 20px;
    color: #fff;
    flex-wrap: wrap;
    justify-content: space-between;
    font: 500 24px Poppins, sans-serif;
}

@media (max-width: 991px) {
    .signup-form {
        max-width: 100%;
        margin-top: 40px;
    }
}

.signup-input {
    letter-spacing: -0.72px;
    padding: 20px 80px;
    border: 1px solid #fff;
    background-color: transparent;
    outline: none;
    /* color: white; */
}
::placeholder{
    color: white;
}

@media (max-width: 991px) {
    .signup-input {
        max-width: 100%;
        padding: 10px 20px;
    }
}

.signup-button {
    background-color: #59cbe9;
    padding: 25px 70px;
    font: 400 40px Alpha, sans-serif;
    color: white;
    border: 1px solid #59cbe9;
    text-decoration: none;
    transition: .3s ease;
}

@media (max-width: 991px) {
    .signup-button {
        max-width: 100%;
        padding: 0 20px;
    }
}

.footer {
    align-self: center;
    display: flex;
    margin-top: 46px;
    width: 100%;
    max-width: 1470px;
    align-items: flex-start;
    gap: 40px 400px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .footer {
        max-width: 100%;
        margin-top: 40px;
    }
}

.footer-author-name {
    color: #213960;
    align-self: end;
    margin-top: 55px;
    /* font: 400 67px Alpha, sans-serif; */
    font-family: 'AlphaMedium';
    font-size: 66px;
}

@media (max-width: 991px) {
    .footer-author-name {
        margin-top: 40px;
        font-size: 40px;
    }
}

.social-links {
    align-self: start;
    flex-grow: 1;
    flex-basis: auto;
}

@media (max-width: 991px) {
    .social-links {
        max-width: 100%;
    }
}

.social-links-wrapper {
    gap: 20px;
    display: flex;
}

@media (max-width: 991px) {
    .social-links-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 0px;
    }
}

.social-link-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 33%;
    margin-left: 0px;
}
.social-link-column a{
    text-decoration: none;
}
@media (max-width: 991px) {
    .social-link-column {
        width: 100%;
    }
}

.social-link {
    display: flex;
    margin-top: 58px;
    align-items: end;
    gap: 16px;
    color: #000;
    white-space: nowrap;
    letter-spacing: -0.57px;
    justify-content: start;
    font: 500 19px Poppins, sans-serif;
}

@media (max-width: 991px) {
    .social-link {
        margin-top: 40px;
        white-space: initial;
    }
}

.social-icon {
    aspect-ratio: 1.03;
    object-fit: contain;
    object-position: center;
    width: 34px;
    /* color: #59CBE9; */
    transition: transform 0.3s ease; /* Smooth scaling effect */
}

.copyright {
    align-self: center;
    display: flex;
    margin-top: 76px;
    width: 100%;
    max-width: 1470px;
    gap: 20px;
    font-family: Poppins, sans-serif;
    color: black;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991px) {
    .copyright {
        max-width: 100%;
        margin-top: 40px;
    }
}

.copyright-text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.42px;
    /* margin-top: ; */
}

.footer-nav {
    display: flex;
    gap: 40px 100px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.36px;
    flex-wrap: wrap;
}

.footer-nav a{
   text-decoration: none;
   color: black;
}

@media (max-width: 991px) and (min-width: 857) {
    .footer-nav {
        max-width: 100%;
    }
    /* .container{
        margin-left: -100px;
    } */
}

@media (max-width:786px) {
    .headnav{
        left: -1px;
    }
}



@media  (max-width:1366px) and (min-width:1024px) {
    .headata{
        width: 70%;
    }
    .hcontactbtn{
        width: 60%;
    }
    .buybtn{
        width: 65px;
        /* font-size: 10px; */
    }
    .aboutimg{
        margin-top: -600px;
    }
    .header-wrapper{
        font-size: 15px ;
    }
    .about-book-image{
        width: 900px;
        margin-left: -150px;
    }
    /* .about-author-column{
        width: 40%;
        margin-top: -120px;
        margin-left: -120px;
    } */
    .about-author-content{
       max-width: 520px;
       min-width: 100px;
        margin-left: -100px;
        /* margin-top: 300px; */
        margin-top: 400px;
        box-sizing: border-box;
    }
    .quote-image{
        width: 600px;
       position: absolute;
       top: 10%;
       left: 20%;
       /* bottom: 50%; */
       
    }
    .quote-section{
        height: 280px;
    }
    .quote-text-content{
        margin-top: 180px;
        margin-left: 50px;
    }
    /* .experience-section{
        height: 150vh;
        margin-bottom: -40px;
    } */
    /* .experience-wrapper{
        margin-top: -150px;
    } */
    .about-book-content{
        margin-left: -10px;
    }
    .about-author-title{
        font-size: clamp(20px, 5vw, 35px); /* Font size will adjust between 20px and 35px based on viewport width */
    }
    .about-book-title{
        font-size: 35px;
    }
    .about-author-description{
        font-size: 16px;
        width: 400px;
        color: black;
     
    }
    .experience-image{
        width: 700px;
        margin-top: 40px;
    }
    .experience-title{
        font-size: 50px;
        width: 450px;
    }
    .cta-image{
        width: 700px;
        align-items: end;
        align-self: flex-end;
        align-content: end;
    }
    /* .cta-heading{
        font-size: 150px;
        line-height: 150px;
    } */
    .footer-author-name{
        margin: 40px;
    }
   
  
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
        margin-left: 40px !important; 
        font-size: 12px !important;
     }
     .signup-form{
        position: relative;
    align-self: stretch;
    /* display: flex; */
    margin-top: 87px;
    width: 100%;
    /* max-width: 1000px; */
    gap: 20px;
    color: #fff;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    font: 500 24px Poppins, sans-serif;
     }
     .signup-button{
        Background-color: #59cbe9;
    padding: 20px 20px;
    font: 400 40px Alpha, sans-serif;
    color: white;
    border: 1px solid #59cbe9;
    text-decoration: none;
    font-size: 25px;
     }
     
     .hero-image{
        width: 1050px;
        margin-top: -100px;
     }
     .hero-content{
        display: flex;
    flex-direction: column;
    position: relative;
    /* min-height: 1200px; */
    margin-top: -100px;
    width: 100%;
    padding: 67px 0 0 80px;
     }
     .hero-background {
        position: absolute;
        inset: 0;
        height: 90%;
        /* width: 50%; */
        object-fit: contain;
        object-position: center;
    }
    .hero-title{
        font-size: 60px;
    }
    .hero-text-column{
        margin-top: -70px;
    }
    .hero-subtitle{
        font-size: 18px;
    }
    .experience-description{
        width: 450px;
    }
    .cta-heading{
        font-size: 150px;
        line-height: 150px;
    }
    .footer{
        gap: 40px 200px;
    }
    .copyright{
margin-bottom: -50px;
    }
    .footer-nav{
        margin-right: 20px;
        align-items: end;
    }
    .copyright {
        width: 100%;
        /* object-fit: contain; */
        /* margin-left: 10%; */
    }
    .copyright-text{
     
        /* align-items: end; */
        margin: 40px;
    }
    .copyright .copyright-text {
        /* justify-content: start; */
        /* margin-left: 200px; */
        margin: auto; /* Reset margin to ensure proper alignment */
    }
    .copyright .copyright-text {
        /* justify-content: start; */
        /* margin-left: 200px; */
        margin: 0;
        margin-left: 30px; /* Reset margin to ensure proper alignment */
    }
}



/* Tablet Screens (768px to 1024px) */
@media screen and (max-width: 1024px) and (min-width:912px) {
    .headata{
        width: 80%;
    }
.hcontactbtn{
    width: 60%;
}
    .quote-wrapper {
        flex-direction: column;
    }
    .about-book-image{
        width: 700px;
    }
    .about-author-content{
        margin-top: 300px;
        margin-left: -120px;
    }
    .quote-text-column, .quote-image-column {
        width: 100%;
        margin-left: 0;
    }

    .quote-image {
        width: 50%;
        margin: 0 auto;
        margin-left: 250px;
        margin-top: -300px;
    }
    .quote-text-content{
        width: 40%;
    }
    .experience-image{
        object-fit: contain;
        margin-left: 100px;
        width: 80%;
    }
    .experience-text-content{
        margin-top: 300px;
        width: 50%;
        margin-left: -80px;
    }
    .hero-content {
        display: flex;
        flex-direction: column;
        position: relative;
        min-height: 1050px;
        width: 100%;
        padding: 67px 0 0 20px;
    }
    /* .hcontactbtn {
        margin-right: 2rem !important;
        margin-left: 1rem !important;
    } */
    .frame-1{
        padding: 7px 30px;
    width: 100px;
    text-align: left;
    white-space: nowrap;  
    overflow: hidden;     
    text-overflow: ellipsis;  
    transition: .3s ease;
        
    }
    .hero-image{
        width: 900px;
    }
    .hero-title{
        font-size: 70px;
    }
    .hero-subtitle{
      font-size: 20px;
    }
    .copyright .footer-nav {
        order: -1; /* Moves .footer-nav above .copyright-text */
        margin-bottom: 20px; /* Adds space between footer-nav and copyright-text on smaller screens */
    }

    .copyright .copyright-text {
        order: 1; /* Ensures .copyright-text is positioned below .footer-nav */
    }
    .copyright{
        margin-left: 10%;
    }
    .social-links-wrapper{
        margin-left: 5%;
    }
    .about-author-column{
        width: auto;
    }
    .about-book-column{
        margin-left: 20px;
    }

}
@media screen and  (max-width: 1023px) and  (min-width: 1000px) {

    .headata{
        width: 80%;
    }
.hcontactbtn{
    width: 60%;
}
    .quote-wrapper {
        flex-direction: column;
    }
    .about-book-image{
        width: 700px;
    }
    .about-author-content{
        margin-top: 300px;
        margin-left: -120px;
        width: 400px;
    }
    .about-author-title{
        font-size: 50px;
    }
    .about-author-description{
        font-size: 12px;
    }
    .about-author-subtitle{
        font-size: 15px;
    }
    .about-book-content{
        margin-left: 13%;
    }
    .quote-text-column  {
        width: 100%;
        margin-left: 0;
    }
    .quote-image-column{
        width: 100%;
        height: 30vh;
    }

    .quote-image {
        object-fit: contain;
        width: 40%;
        margin: 0 auto;
        margin-left: 55%;
        margin-top: -300px;
    }
    .quote-text-content{
        margin-top: 20%;
        width: 50%;
    }
    .experience-image{
        margin-top: 20%;
        object-fit: contain;
        margin-left: 2%;
        width: 80%;
        flex: 1;
        text-align: center;
        align-items: center;
    }
    .experience-section{
        height: 80vh;
    }
    .experience-text-content{
        /* margin-top: 300px; */
        width: 100%;
        margin-left: -80px;
        flex: 1;
    }
    .experience-wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .experience-title{
        font-size: 40px;
    }
    .experience-description{
        font-size: 12px;
    }
    .hero-content {
        display: flex;
        flex-direction: column;
        position: relative;
        min-height: 1050px;
        width: 100%;
        padding: 67px 0 0 20px;
    }
    /* .hcontactbtn {
        margin-right: 2rem !important;
        margin-left: 1rem !important;
    } */
    .frame-1{
        padding: 7px 30px;
    width: 100px;
    text-align: left;
    white-space: nowrap;  
    overflow: hidden;     
    text-overflow: ellipsis;  
    transition: .3s ease;
        
    }
    .hero-image{
        width: 900px;
    }
    .hero-title{
        font-size: 70px;
    }
    .hero-subtitle{
      font-size: 20px;
    }
    .copyright .footer-nav {
        order: -1; /* Moves .footer-nav above .copyright-text */
        margin-bottom: 20px; /* Adds space between footer-nav and copyright-text on smaller screens */
    }

    .copyright .copyright-text {
        order: 1; /* Ensures .copyright-text is positioned below .footer-nav */
    }
    .copyright{
        margin-left: 10%;
    }
    .social-links-wrapper{
        margin-left: 5%;
    }
    .cta-heading{
        font-size: 130px;
        line-height: 120px;
    }
    
}

@media screen and (max-width:1000px) and (min-width:896px) {
    .headtxt{
        margin-left: 5% !important;
    }
    .hero-title{
        line-height: 80px;
    }
    .about-book-image{
        margin-top: 600px;
        width: 800px;
        margin-left: 10%
    }
    .about-book-content{
       
        /* margin-top: 500px; */
        /* width: ; */
        margin-left: 0px;
    }
    .about-book-title{
        margin-left: 5%;
    }
    .about-book-description{
        width: 100%;
    }
    .about-author-content{
        margin-top: 5%;
        margin-left: 3%;
        width: 100%;
        margin-bottom: 10%;
    }
    .quote-section{
        width: 100%;
        /* height: 20vh; */
    }
    .quote-text-column{
        margin-top: 13%;
    }
    .quote-image{
        margin-left: 50%;
    }
    .experience-text-content{
        
        margin-top: 3%;
        margin-left: 0;
        width: 100%;
    }
    .experience-image{
        align-content: center;
        margin-left: 5%;
    }
    .signup-form{
        width: 90%;
    }
    .signup-button{
        padding: 20px 20px 20px 20px;
        font-size: 20px;
    }
    .footer{
        margin-bottom: 2%;
        width: 90%;
    }
    .copyright{
        margin-left: 10%;
    }
}



@media screen and (max-width:896px) and (min-width:853px) {
    .about-author-description{
        width: 95%;
    }
    .quote-section {
        padding: 0 10px;
        margin-top: 20px;
        height: 35vh;
    }
    .quote-text-content{
        width: 60%;
        margin-left: 2%;
        align-items: start;
       margin-top: 5%;
    }
    .quote-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .quote-text-column {
        width: 100%;
        margin-left: 0;
    }
    .quote-image-column{
        width: 100%;
        margin-left: 10%;
        
    }
    .quote-image {
        width: 40%;
    
    /* object-fit: contain; */
        /* margin: 0 auto; */
    }

    .quote-content {
        margin: -60px 0 -100px 0;
    }

    .quote-text-column {
        text-align: center;
        margin-top: 40px;
    }

    .quote-image {
        max-width: 50%;
        /* aspect-ratio: auto; */
     margin-left: 450px;
     margin-top: -200px;
    }
    .quote-text{
        margin-left: 5px;
        font-size: 15px;
        text-align: start;
    }
    .experience-image-column{
        width:70%;
        margin-left: 10%;
        margin-bottom: 10%;
        margin-top: -300px;
        align-items: center;
        align-content: center;
    }
    .experience-image{
    /* height: min-content; */
    /* margin-top: 100px; */
        width: 100%;
    }
 


}
@media screen and (max-width: 853px) and (min-width:820px) {
    .headtxt{
        margin-top: 20px;
        margin-left: 50px;
    }
    .hero-title{
        line-height: 80px;
    }
  
        .quote-section {
            padding: 0 10px;
            margin-top: 20px;
        }
    
        .quote-wrapper {
            flex-direction: column;
            gap: 15px;
        }
    
        .quote-text-column, .quote-image-column {
            width: 100%;
            margin-left: 0;
        }
    
        .quote-image {
            width: 100%;
            margin: 0 auto;
        }
    
        .quote-content {
            margin: -60px 0 -100px 0;
        }
    
        .quote-text-column {
            text-align: center;
            margin-top: 40px;
        }
    
        .quote-image {
            max-width: 50%;
            /* aspect-ratio: auto; */
         margin-left: 380px;
         margin-top: -150px;
        }
        .quote-text{
            margin-left: 5px;
            font-size: 15px;
            text-align: start;
        }
        .frame-6{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            /* gap: 10px; */
            padding: 7px 10px 7px 10px !important;
        /* border-radius: 10px; */
        width: 90px;
            background: linear-gradient(to right, #59CBE9, #F2ACB8);

            margin-left: 15px;
        }
        .headbtn{
            font-size: 15px;
        }
    
    
        .exprbtn{
            font-size: 15px;
    
        }
    
        .frame-7{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            /* gap: 10px; */
            padding: 7px 10px 7px 10px !important;
        /* border-radius: 10px; */
        width: 90px;
            background: linear-gradient(to right, #59CBE9, #F2ACB8);

            /* margin-left: 15px; */
        }
        .about-author-column{
            width: 100%;
            margin-top: -250px;
        }
        .about-author-title{
            align-items: center;
        }
        .cta-image{
            margin-top: 40px;
            width: 100%;
        }
    
        .signup-form{
            margin-top: 100px;
            margin-bottom: 40px;
        }
        ::placeholder{
            font-size: 15px;
            padding: 0 auto;
        }
        .signup-button {
            background-color: #59cbe9;
            padding: 15px 40px;
            /* font: 400 40px Alpha, sans-serif; */
            font-size: 15px;
            color: white;
            border: 1px solid #59cbe9;
            text-decoration: none;
            margin-bottom: 20px;
        }
    
        .frame-5{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 7px 10px 7px 10px !important;
        /* border-radius: 10px; */
        width: 90px;
            background: linear-gradient(to right, #59CBE9, #F2ACB8);

        }
        .hero-background{
            /* height: 100vh; */
        }
        .cta-section{
            min-height: 10px;
            margin-bottom: 40px;
        }
    
        .experience-text-content{
            /* margin-top: -350px; */
            margin-top: -250px;
            width: 100%;
            margin-left: 5px;
        }
        .experience-image{
            margin-bottom: -560px;
            width: 600px;
            margin-left: 5px;
            /* margin-bottom: -10px; */
            margin-top: 126px;
        }
        .experience-section{
            margin-top: -120px;
        }
    
    
        .copyright-text {
            font-size: 14px;
            font-weight: 500;
            letter-spacing: -0.42px;
            /* margin-top: 200px ; */
            margin-left: 20px;
            /* order: 1; */
    
        }
        
        .footer-nav {
            display: flex;
            /* text-align: center; */
            margin-left: 20px;
            /* gap: 40px 50px; */
            font-size: 18px;
            font-weight: 400;
            letter-spacing: -0.36px;
            flex-wrap: wrap;
            /* margin-top: -190px; */
            margin-bottom: 120px;
            /* order: -1; */
            
        }
      
        .about-book-content{
            margin-top: 100px;
            margin-left: 20px;
            align-items: start;
            /* align-content: center; */
            align-self: center;
        }
        .about-book-description{
            margin-left: 0px;
        }
        .about-book-image{
            margin-left: 0px;
            width: 700px;
        }
        
        .about-author-content{
            /* margin-left: 25px; */
            margin-left: -5px; /* add new to adjust 900px */ 
            align-items: start;
            align-content: start;
        margin-top: 300px; /* add new to adjust 900px */
        width: 100%; /*  add new to adjust 900px */
           
        }
        .about-book-description{
            width: 100%;
        }
        .about-author-description{}
        .quote-text-content{
            margin-top: 60px;
            width: 50%;
        }
        .social-link-column{
            margin-left: 20px;
        }
        .hero-content{
            margin-top: -100px;
        }
        .hero-subtitle{
            font-size: 25px;
        }
        .aboutimg{
            margin-top: -380px;
        }
        .about-section{
            margin-top: -100px;
        }
        .signup-input{
            letter-spacing: -0.72px;
        padding: 20px 80px;
        border: 1px solid #fff;
        background-color: transparent;
        /* color: white; */
        }
        /* .headtxt{
            margin-left: 60px !important;
            font-size: 15px;
        } */
        .about-book-column{
            margin-left: 0px;
        }
   
}

@media screen  and (max-width:820px) and (min-width:788px){
    .about-author-content{
    margin-top:300px;
    margin-left: 0px;
    width: 100%;
    }
    .footer{
        margin-top: 150px;
        display: flex;
        align-items: start;
        justify-content: space-evenly;
        flex-direction: column;
        /* gap: 0px; */
        /* width: 10px; */
    }
    .footer-author-name{
        margin-right: 70%;
    }
    .social-links-wrapper{
        /* margin-left: 0px;
        /* margin-right: 0px; */
        margin-right: 200px; 
                width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .copyright .footer-nav {
        order: -1; /* Moves .footer-nav above .copyright-text */
        margin-bottom: 20px; /* Adds space between footer-nav and copyright-text on smaller screens */
    }

    .copyright .copyright-text {
        order: 1; /* Ensures .copyright-text is positioned below .footer-nav */
    }
}

/* Mobile Screens (max-width 768px) */
@media screen and (max-width: 788px) and (min-width:580px) {
    .btnhvr:hover{
        border: 1px solid #de7aa3;
        border-radius: 5px;
        background-color: #de7aa3;
        transition: .3S ease;
        /* background-color: var(--Color, ); */
        transform: scale(1.05); /* Slight zoom effect */
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
            width: 40%;
           padding: 10px;
          }
    .hero-title{
        font-size: 50px;
        line-height: 50px;
    }
    .quote-section {
        padding: 0 10px;
        margin-top: 20px;
    }

    .quote-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .quote-text-column, .quote-image-column {
        width: 100%;
        margin-left: 0;
    }

    .quote-image {
        position: absolute;
        left: 20%;
        width: 50%;
        margin: 0 auto;
        margin-top: -250px;
        margin-left: 230px;
    }

    .quote-content {
        margin: -60px 0 -100px 0;
    }

    .quote-text-column {
        text-align: center;
        margin-top: 40px;
        position: relative;
        top: -140px;
        font-size: 12px;
    }
    .quote-text-content{
        /* position: absolute; */
        /* top: 10px; */
        margin-top: 200px;
        width: 50%;
        margin-left: 5px;
    }

    /* .quote-image {
        max-width: 80%;
        aspect-ratio: auto;
    } */
    .quote-text{
        margin-left: 5px;
        font-size: 15px;
        text-align: start;
    }
    .frame-6{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /* gap: 10px; */
        padding: 7px 10px 7px 10px !important;
    /* border-radius: 10px; */
    width: 90px;
        background: linear-gradient(to right, #59CBE9, #F2ACB8);

        margin-left: 15px;
    }
    .headbtn{
        font-size: 15px;
    }


    .exprbtn{
        font-size: 15px;

    }

    .frame-7{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /* gap: 10px; */
        padding: 7px 10px 7px 10px !important;
    /* border-radius: 10px; */
    width: 90px;
        background: linear-gradient(to right, #59CBE9, #F2ACB8);

        /* margin-left: 15px; */
    }

    .cta-image{
        margin-top: 40px;
        width: 100%;
    }

    .signup-form{
        margin-top: 100px;
        margin-bottom: 40px;
    }
    ::placeholder{
        font-size: 15px;
        padding: 0 auto;
    }
    .signup-button {
        background-color: #59cbe9;
        padding: 15px 40px;
        /* font: 400 40px Alpha, sans-serif; */
        font-size: 15px;
        color: white;
        border: 1px solid #59cbe9;
        text-decoration: none;
        margin-bottom: 20px;
    }

    .frame-5{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 7px 10px 7px 10px !important;
    /* border-radius: 10px; */
    width: 90px;
        background: linear-gradient(to right, #59CBE9, #F2ACB8);

    }
    .hero-background{
        height: 100%;
    }
    .cta-section{
        min-height: 10px;
        margin-bottom: 40px;
    }

    .experience-text-content{
        margin-top: -450px;
    }
    .experience-image{
        margin-bottom: -500px;
        width: 600px;
        margin-left: 5px;
        /* margin-bottom: -10px; */
    }



    .copyright-text {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: -0.42px;
        margin-top: 200px ;
        margin-left: 20px;

    }
    
    .footer-nav {
        display: flex;
        /* text-align: center; */
        margin-left: 20px;
        /* gap: 40px 50px; */
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -0.36px;
        flex-wrap: wrap;
        margin-top: -190px;
        margin-bottom: 120px;
    }

    .about-book-content{
        margin-left: 20px;
    }
    .about-book-description{
        margin-left: 0px;
    }
    .about-book-image{
        margin-left: 0px;
        width: 700px;
    }
    .about-author-content{
        margin-left: -1px;
    }
    .social-link-column{
        margin-left: 20px;
    }
    .hero-content{
        margin-top: -100px;
    }
    .hero-subtitle{
        font-size: 15px;
    }
    .aboutimg{
        margin-top: -300px;
    }
    .about-section{
        margin-top: -100px;
    }
    .signup-input{
        letter-spacing: -0.72px;
    padding: 20px 80px;
    border: 1px solid #fff;
    background-color: transparent;
    /* color: white; */
    }
    /* .headtxt{
        margin-left: 60px !important;
        font-size: 15px;
    } */
    .about-book-column{
        margin-left: 0px;
    }
    
}

@media (max-width:580px) {

    .btnhvr:hover{
        border: 1px solid #de7aa3;
        border-radius: 5px;
        background-color: #de7aa3;
        transition: .3S ease;
        /* background-color: var(--Color, ); */
        transform: scale(1.05); /* Slight zoom effect */
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
            width: 50%;
           padding: 10px;
          }
    .hero-title{
        font-size: 50px;
        line-height: 50px;
    }
    .quote-section {
        padding: 0 10px;
        margin-top: 20px;
    }

    .quote-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .quote-text-column, .quote-image-column {
        width: 100%;
        margin-left: 0;
    }

    .quote-image {
        width: 80%;
        margin: 0 auto;
    }

    .quote-content {
        margin: -60px 0 -100px 0;
    }

    .quote-text-column {
        text-align: center;
        margin-top: 40px;
    }

    /* .quote-image {
        max-width: 80%;
        aspect-ratio: auto;
    } */
    .quote-text{
        margin-left: 5px;
        font-size: 15px;
        text-align: start;
    }
    .frame-6{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /* gap: 10px; */
        padding: 7px 10px 7px 10px !important;
    /* border-radius: 10px; */
    width: 90px;
        background: linear-gradient(to right, #59CBE9, #F2ACB8);

        margin-left: 15px;
    }
    .headbtn{
        font-size: 15px;
    }


    .exprbtn{
        font-size: 15px;

    }

    .frame-7{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /* gap: 10px; */
        padding: 7px 10px 7px 10px !important;
    /* border-radius: 10px; */
    width: 90px;
        background: linear-gradient(to right, #59CBE9, #F2ACB8);

        /* margin-left: 15px; */
    }

    .cta-image{
        margin-top: 40px;
        width: 100%;
    }

    .signup-form{
        margin-top: 100px;
        margin-bottom: 40px;
    }
    ::placeholder{
        font-size: 15px;
        padding: 0 auto;
    }
    .signup-button {
        background-color: #59cbe9;
        padding: 15px 40px;
        /* font: 400 40px Alpha, sans-serif; */
        font-size: 15px;
        color: white;
        border: 1px solid #59cbe9;
        text-decoration: none;
        margin-bottom: 20px;
    }

    .frame-5{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 7px 10px 7px 10px !important;
    /* border-radius: 10px; */
    width: 90px;
        background: linear-gradient(to right, #59CBE9, #F2ACB8);

    }
    .hero-background{
        height: 100vh auto;
    }
    .cta-section{
        min-height: 10px;
        margin-bottom: 40px;
    }

    .experience-text-content{
        margin-top: -450px;
    }
    .experience-image{
        margin-bottom: -687px;
        /* width: 600px; */
        margin-left: 5px;
        /* margin-bottom: -10px; */
    }



    .copyright-text {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: -0.42px;
        margin-top: 200px ;
        margin-left: 20px;
margin-bottom: auto;
    }
    
    .footer-nav {
        display: flex;
        /* text-align: center; */
        margin-left: 20px;
        /* gap: 40px 50px; */
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -0.36px;
        flex-wrap: wrap;
        margin-top: -250px;
        margin-bottom: 120px;
    }

    .about-book-content{
        margin-left: 20px;
    }
    .about-book-description{
        margin-left: 0px;
    }
    .about-book-image{
        margin-left: 0px;
        width: 400px;
    }
    .about-author-content{
        margin-left: -1px;
    }
    .social-link-column{
        margin-left: 20px;
    }
    .hero-content{
        margin-top: -100px;
    }
    .hero-subtitle{
        font-size: 15px;
    }
    .aboutimg{
        margin-top: -300px;
    }
    .about-section{
        margin-top: -100px;
    }
    .signup-input{
        letter-spacing: -0.72px;
    padding: 20px 80px;
    border: 1px solid #fff;
    background-color: transparent;
    /* color: white; */
    }

    .experience-text-content{
        margin-top: -300px;
    }
    .experience-section{
        /* margin-top: -200px; */
    }
    .about-book-column{
        margin-left: 0px;
    }
}

@media (max-width:344px) {
    
    .headtxt{
     font-size: 25px !important;
     margin-left: -10px !important;
    }
    .frame-2{
        isplay: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 21px 10px 21px;
    /* border-radius: 10px; */
    background: linear-gradient(to right, #59CBE9, #F2ACB8);

    transition: .3s ease;
    }
    .experience-text-content{
        margin-top: -200px;
    }
    .about-book-image{
    
        width: 100%;
     margin-top: 150px;
    }
    .hero-image{
        /* width: 700px; */
        margin-top: 50px;
        margin-left: -30px;
    }
}


/* Bounce animation */
@keyframes bounce {
    0%, 100% {
      transform: translateY(0);  /* Initial and final position */
    }
    50% {
      transform: translateY(-20px);  /* Move upwards */
    }
  }


.btnhvr{
    border: none;
}
  .btnhvr:hover{
/* border: 1px solid #de7aa3; */
border-radius: 5px;
background: linear-gradient(to right, #59CBE9, #F2ACB8);
;
transition: .3S ease;
/* background-color: var(--Color, ); */
transform: scale(1.05); /* Slight zoom effect */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  }

  .social-link-text {
    font-size: 20px;
    color: black;
    margin-top: 10px; /* Space between icon and text */
    transition: text-shadow 0.3s ease, color 0.3s ease;
}
.social-link:hover .social-link-text {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Adds shadow on hover */
    color: #E1306C; /* Twitter blue color on hover */
}

.social-link:hover .social-icon {
    transform: scale(1.1); /* Scale the icon on hover */
}

/* Twitter-specific hover color */
.social-link-column:first-child:hover .social-link-text {
    color: #1DA1F2; /* Twitter blue color on hover */
}

/* Instagram-specific hover color */
.social-link-column:nth-child(2):hover .social-link-text {
    color: #1DA1F2; /* Instagram pink color on hover */
}

.footer-nav a {
    color: black; /* Default text color */
    text-decoration: none; /* Remove default underline */
    font-size: 16px;
    margin-right: 20px;
    position: relative; /* For positioning the pseudo-element */
    overflow: hidden; /* Ensures the pseudo-element doesn’t overflow */
    transition: color 0.3s ease;
}

.footer-nav a::after {
    content: ''; /* Required for pseudo-element */
    display: block;
    position: absolute;
    left: 0;
    bottom: 0; /* Position the underline at the bottom of the link */
    width: 100%; /* Full width of the link */
    height: 2px; 
    background: linear-gradient(90deg, rgb(53, 185, 221) 0%, rgb(243, 149, 164) 100%);
    transform: scaleX(0); 
    transform-origin: left; 
    transition: transform 0.3s ease; 
}

.footer-nav a:hover::after {
    transform: scaleX(1); 
}
.footer-nav a:hover {
    background: linear-gradient(90deg, rgb(53, 185, 221) 0%, rgb(243, 149, 164) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; 
}

.footer-nav a:active {
    opacity: 0.8; 
}


form .signup-input:focus {
    border-color: #E1306C !important;
    box-shadow: 0 0 8px rgba(225, 48, 108, 0.6);  /* Add shadow */
}









.preloader-wrapper-1,
.preloader-wrapper-2 {
  align-items: center;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s; }
  .preloader-wrapper-1 .preloader-inner,
  .preloader-wrapper-2 .preloader-inner {
    position: relative; }

.preloader-wrapper-1 .preloader-inner {
  height: 100px;
  width: 150px;
  padding: 5px;
  border-radius: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3), 0 0 0 5px #1d5894 inset;
  perspective: 37.5rem;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  animation: pre_ani_cover_1 7s ease-in-out infinite; }
  .preloader-wrapper-1 .preloader-inner .preloader-shade,
  .preloader-wrapper-1 .preloader-inner .preloader-wrap {
    width: calc(50% - 0.25rem);
    position: absolute;
    left: 0.25rem;
    animation: pre_ani_cover_1 7s ease-in-out infinite; }
  .preloader-wrapper-1 .preloader-inner .preloader-shade {
    /* background-image: linear-gradient(180deg, rgb(89, 203, 233) 0%, rgb(242, 172, 184) 100%); */
    height: 3.75rem;
    filter: blur(0.25rem);
    transform: scaleY(0);
    transform-origin: 100% 0%;
    top: calc(100% - 0.25rem);
    animation-name: pre_ani_shadow_1; }
  .preloader-wrapper-1 .preloader-inner .preloader-wrap {
    background-color: #fff;
    background-image: linear-gradient(180deg, rgb(89, 203, 233) 0%, rgb(242, 172, 184) 100%);
    height: calc(100% - 0.5rem);
    transform-origin: 100% 50%;
    animation-name: pre_ani_wrap_1; }
  .preloader-wrapper-1 .preloader-inner .wrap2,
  .preloader-wrapper-1 .preloader-inner .wrap3,
  .preloader-wrapper-1 .preloader-inner .wrap4 {
    background-image: repeating-linear-gradient(#17181c 0 0.125rem, rgba(23, 24, 28, 0) 0.125rem 0.5rem), linear-gradient(90deg, rgba(227, 228, 232, 0) 87.5%, #e3e4e8);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.5rem 4.125rem, 100% 100%; }
  .preloader-wrapper-1 .preloader-inner .wrap2 {
    animation-name: pre_ani_wrap_2; }
  .preloader-wrapper-1 .preloader-inner .wrap3 {
    animation-name: pre_ani_wrap_3; }
  .preloader-wrapper-1 .preloader-inner .wrap4 {
    animation-name: pre_ani_wrap_4; }
  .preloader-wrapper-1 .preloader-inner .wrap5 {
    animation-name: pre_ani_wrap_5; }

@keyframes pre_ani_cover_1 {
  from, 5%, 45%, 55%, 95%, to {
    background-color: var(--rgba-primary-6);
    animation-timing-function: ease-out; }
  10%, 40%, 60%, 90% {
    background-color: var(--rgba-primary-6);
    animation-timing-function: ease-in; } }

@keyframes pre_ani_shadow_1 {
  from, 10.01%, 20.01%, 30.01%, 40.01% {
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
    animation-timing-function: ease-in; }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translate3d(0, 0, 1px) scaleY(0.2) rotateY(90deg);
    animation-timing-function: ease-out; }
  10%, 20%, 30%, 40%, 50%, to {
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
    animation-timing-function: ease-out; }
  50.01%, 60.01%, 70.01%, 80.01%, 90.01% {
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
    animation-timing-function: ease-in; }
  60%, 70%, 80%, 90%, to {
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
    animation-timing-function: ease-out; } }

@keyframes pre_ani_wrap_1 {
  from, to {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.4deg);
    animation-timing-function: ease-in-out; }
  10%, 15% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(180deg);
    animation-timing-function: ease-out; }
  20%, 80% {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(180deg);
    animation-timing-function: ease-in; }
  85%, 90% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(180deg);
    animation-timing-function: ease-in-out; } }

@keyframes pre_ani_wrap_2 {
  from, to {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(0.3deg);
    animation-timing-function: ease-in; }
  5%, 10% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.3deg);
    animation-timing-function: ease-in-out; }
  20%, 25% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.9deg);
    animation-timing-function: ease-out; }
  30%, 70% {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(179.9deg);
    animation-timing-function: ease-in; }
  75%, 80% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.9deg);
    animation-timing-function: ease-in-out; }
  90%, 95% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.3deg);
    animation-timing-function: ease-out; } }

@keyframes pre_ani_wrap_3 {
  from, 10%, 90%, to {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(0.2deg);
    animation-timing-function: ease-in; }
  15%, 20% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.2deg);
    animation-timing-function: ease-in-out; }
  30%, 35% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.8deg);
    animation-timing-function: ease-out; }
  40%, 60% {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(179.8deg);
    animation-timing-function: ease-in; }
  65%, 70% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.8deg);
    animation-timing-function: ease-in-out; }
  80%, 85% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.2deg);
    animation-timing-function: ease-out; } }

@keyframes pre_ani_wrap_4 {
  from, 20%, 80%, to {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(0.1deg);
    animation-timing-function: ease-in; }
  25%, 30% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.1deg);
    animation-timing-function: ease-in-out; }
  40%, 45% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.7deg);
    animation-timing-function: ease-out; }
  50% {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(179.7deg);
    animation-timing-function: ease-in; }
  55%, 60% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.7deg);
    animation-timing-function: ease-in-out; }
  70%, 75% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.1deg);
    animation-timing-function: ease-out; } }

@keyframes pre_ani_wrap_5 {
  from, 30%, 70%, to {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(0);
    animation-timing-function: ease-in; }
  35%, 40% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0deg);
    animation-timing-function: ease-in-out; }
  50% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.6deg);
    animation-timing-function: ease-in-out; }
  60%, 65% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0);
    animation-timing-function: ease-out; } }

.preloader-wrapper-2 .preloader-inner {
  width: 110px;
  height: 90px;
  margin: 50px auto 0; }
  .preloader-wrapper-2 .preloader-inner span {
    background: linear-gradient(to right, #59CBE9, #F2ACB8);

    width: 5px;
    height: 80px;
    border-radius: 10px;
    transform: translateY(-50%) rotate(0);
    position: absolute;
    top: 50%;
    animation: pre_ani_2 0.7s infinite alternate-reverse; }
    .preloader-wrapper-2 .preloader-inner span:nth-child(1) {
      margin-left: 0px; }
    .preloader-wrapper-2 .preloader-inner span:nth-child(2) {
      margin-left: 14px;
      animation-delay: 0.1s; }
    .preloader-wrapper-2 .preloader-inner span:nth-child(3) {
      margin-left: 28px;
      animation-delay: 0.2s; }
    .preloader-wrapper-2 .preloader-inner span:nth-child(4) {
      margin-left: 42px;
      animation-delay: 0.3s; }
    .preloader-wrapper-2 .preloader-inner span:nth-child(5) {
      margin-left: 56px;
      animation-delay: 0.4s; }
    .preloader-wrapper-2 .preloader-inner span:nth-child(6) {
      margin-left: 70px;
      animation-delay: 0.5s; }
    .preloader-wrapper-2 .preloader-inner span:nth-child(7) {
      margin-left: 84px;
      animation-delay: 0.6s; }
    .preloader-wrapper-2 .preloader-inner span:nth-child(8) {
      margin-left: 98px;
      animation-delay: 0.7s; }

@keyframes pre_ani_2 {
  0% {
    height: 5px;
    transform: translateY(-50%) rotate(40deg); }
  100% {
    height: 90px;
    transform: translateY(-50%) rotate(0deg); } }