@import url(https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap);

.hero-text,
.hero-text h1 {
    font-family: "playfair display", serif
}

.background,
.hero-section,
.mainsection {
    z-index: 1;
    position: relative
}

.background,
.hero-image,
.right-side {
    text-align: center
}

.btn,
.btn12,
.button1 {
    transition: .3s;
    cursor: pointer
}

.hero1::after,
.hero1::before {
    position: absolute;
    z-index: 0;
    content: ""
}

.background,
.hero-right,
.hero-section,
.hero1,
.hero1 *,
.mainsection,
.slider-wrapper12,
.testimonial-card {
    position: relative
}



.hero-section {
    background-image: url("../GRimages/hero_section_background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 20px;
    height: 50vh;
    color: #fff
}

.hero-container {
    max-width: 1200px;
    margin: 10pc 0 0 10pc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap
}

.hero-text {
    flex: 1 1 500px;
    color: #cb982b
}

.hero-text h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.hero-text p {
    font-family: "Noto Serif", serif;
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.6
}

.hero-image {
    flex: 1 1 400px
}

.hero-image img {
    max-width: 100%;
    position: absolute;
    height: auto;
    width: 30%;
    margin: -15.5pc 0 0 5pc;
    display: inline-block
}

@media (min-width:300px) and (max-width:374px) {
    .hero-image img {
        width: auto;
        margin: -.6pc 0 0 -10pc
    }

    .hero-container {
        flex-direction: column;
        text-align: center;
        margin: auto
    }

    .hero-image,
    .hero-text {
        flex: none;
        width: 100%
    }

    .hero-text h1 {
        font-size: 2rem;
        margin-bottom: .75rem
    }

    .hero-text p {
        font-size: 1rem;
        margin-bottom: 30px
    }
}

@media (min-width:375px) and (max-width:767px) {
    .hero-image img {
        width: auto;
        margin: -2.5pc 0 0 -11.8pc
    }

    .hero-container {
        flex-direction: column;
        text-align: center;
        margin: auto
    }

    .hero-image,
    .hero-text {
        flex: none;
        width: 100%
    }

    .hero-text h1 {
        font-size: 2rem;
        margin-bottom: .75rem
    }

    .hero-text p {
        font-size: 1rem;
        margin-bottom: 30px
    }
}

@media (min-width:424px) and (max-width:767px) {
    .hero-image img {
        width: auto;
        margin: -90px 0 0 -13.5pc
    }

    .hero-container {
        flex-direction: column;
        text-align: center;
        margin: auto
    }

    .hero-image,
    .hero-text {
        flex: none;
        width: 100%
    }

    .hero-text h1 {
        font-size: 2rem;
        margin-bottom: .75rem
    }

    .hero-text p {
        font-size: 1rem;
        margin-bottom: 30px
    }
}

.subscribe-section {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    /* background: linear-gradient(135deg, #fff 0, #f0f4ff 100%); */
    padding: 0px 30px;
    gap: 50px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
        max-width: 1104px;
    margin: 9pc auto 0;
    border: 12px solid transparent;
    border: 5px solid #121f3e;
}

.left-side img {
    position: absolute;
    max-width: 450px;
    width: 100%;
    height: auto;
    margin: -19pc 0 0 -9pc;
    border-radius: 10px;
    display: block
}

.right-side {
    padding: 64px 5px;
    max-width: 420px
}

.right-side h2 {
      font-family: "Inter", sans-serif;
    font-size: 1.6em;
    color: #1b1b1b;
    font-weight: 600;
    margin-bottom: 12px;
    font-style: normal;
}
.right-side p {
     font-family: "Poppins", sans-serif;
     font-size: 0.9rem;
    color: #1b1b1b;
    margin-bottom: 12px;
}

form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

input[type=email] {
    padding: 12px 15px;
    font-size: 1em;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    flex: 1;
    min-width: 220px;
    outline: 0;
    transition: border-color .3s
}

input[type=email]:focus {
    border-color: #3b82f6
}

.button1 {
    background: linear-gradient(135deg, #07f, #00bfff);
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 1em;
    border-radius: 8px
}

.button1:hover {
    background: linear-gradient(135deg, #06c, #09c);
    transform: translateY(-2px)
}

.mainsection {
    background: #ffffff00;
    padding: 7pc 0;
    margin: -16.5pc 0px 0px 0px;
}

.background {
    width: 100%;
    height: 60vh;
    margin-top: -9px;
    margin-bottom: -10px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.about-content h1,

.btn12 {
    background: linear-gradient(to right, #b57e10, #f5d56f)
}

.about-content,
.about-content h2 {
    text-align: left;
    font-family: "Playfair Display", serif
}

.about-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap
}

.about-image img {
    width: 100%;
    max-width: 520px;
    border-radius: 0
}

.about-content {
    font-optical-sizing: auto;
    flex: 1;
    min-width: 320px
}

.about-content h2 {
    font-size: 22px;
    font-weight: 600;
    color: #121F3E;
    margin-bottom: 10px
}

.about-content h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 40px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px
}

.about-content p {
    font-family: "Poppins", sans-serif;
        /* font-size: 18px;  */
    line-height: 1.8;
    color: #121F3E;
    font-size: 16px;
    max-width: 600px;
    margin-bottom: 30px
}
.btn {
    /* background: linear-gradient(to right, #b57e10, #f5d56f); */
    border: 2px solid #b57e10;
    background-color: transparent;
    padding: 12px 28px;
    border-radius: 30px;
      font-family: "Inter", sans-serif;
    font-size: 21px;
    font-weight: 500;
    color: #121F3E;
    cursor: pointer;
}

.btn:hover {
    background: linear-gradient(to right, #f5d56f, #b57e10);
    border: 1px solid #ffffff00;
    color: var(--primary);
}

.btn12 {
    font-family: "Poppins", sans-serif;
        font-size: 18px;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, .3)
}


.buttomsvg {
    width: 100%;
    height: auto
}

.slider-wrapper12 {
    flex: 1;
    height: 45vh;
    min-width: 300px;
    margin-left: -200px
}

.slider1 {
    display: flex;
    gap: 30px;
    width: max-content;
    animation: 30s linear infinite scroll
}

.slider1 img {
    width: 220px;
    height: auto;
    border-radius: 12px;
    transition: transform .4s
}

.testimonial-card {
    background: linear-gradient(145deg, #ffd882, #8f6c27);
    color: #0f1923;
    border-radius: 15px;
    padding: 30px 25px;
    width: 320px;
    box-shadow: 8px 9px 12px 0 #000;
    flex-shrink: 0;
    transition: transform .3s, box-shadow .3s
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 8px 9px 12px 0 #727272
}

.testimonial-card img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid #fff
}

.testimonial-card p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px
}

.testimonial-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #172443;
    margin: 0;
    text-shadow: 2px 2px 6px rgba(77, 77, 77, .15)
}

.testimonial-card::after {
    content: "";
    position: absolute;
    top: 35px;
    right: 20px;
    width: 35%;
    height: 90px;
    background-image: url(../images/turstrpilot-logo__1_-removebg-preview.png);
    background-size: contain;
    background-repeat: no-repeat
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.testimonials-section:hover .slider {
    animation-play-state: paused
}

@media (max-width:950px) {
    .about-container {
        flex-direction: column;
        text-align: center;
        padding: 38px 0px;
    }

    .about-content h1 {
        font-size: 40px
    }

  

    .btn {
        margin: 0 0 48px
    }

    .slider-wrapper12 {
        overflow: visible;
        width: 100%
    }

    .slider {
        justify-content: center;
        animation-duration: 20s
    }
}

.book-card,
.button_lg,
.hero1,
.recommended1 {
    overflow: hidden
}

.hero1 {
    position: relative;
    margin: 0px 0px -75px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #000;
    padding: 20pc 200px;
    color: #fff
}

.hero1::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/3.webp") center/cover no-repeat fixed;
    opacity: .28
}

.hero1::after {
    bottom: -40px;
    right: -60px;
    width: 300px;
    height: 300px;
    opacity: .35;
    filter: blur(52px);
    border-radius: 50%;
    pointer-events: none
}

.hero1 * {
    z-index: 2
}

.hero-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.hero-left img {
    width: 220px;
    height: 30vh;
    transform: rotateY(-10deg);
    animation: 5s cubic-bezier(.68, 1.04, .8, .66) infinite floatBook
}

@keyframes floatBook {

    0%,
    100% {
        transform: translateY(0) rotateY(-10deg)
    }

    50% {
        transform: translateY(-15px) rotateY(-10deg)
    }
}

.hero-content1 {
    flex: 1.2;
    text-align: center;
    color: #fff;
    /* padding: 0 30px */
}

.hero-content1 h1 {
        font-family: "Inter", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.hero-content1 h1 strong {
      font-family: "Inter", sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.2;
    color: #cb982b
}

.hero-content1 p {
     font-family: "Poppins", sans-serif;
    margin-top: 15px;
    font-size: 1.1rem;
    padding: 0px 30pc;
    line-height: 1.4;
    letter-spacing: 1px;
    opacity: .9
}

.hero-content1 p span {
    color: #ffbd4a
}

.hero-buttons {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    gap: 20px
}

.btn12-primary {
    background-color: #b08435;
    color: #121f3e;
    border: none
}

.btn12-primary:hover {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
    transform: translateY(-3px)
}

.btn12-outline {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff
}

.btn12-outline:hover {
    background: linear-gradient(to right, #f5d56f, #b57e10);
    color: #020f50;
    border: 2px solid #ffffff00;
    transform: translateY(-3px)
}

.hero-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.hero-right img {
    width: 200px;
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .4);
    transition: transform .5s
}

.hero-right img:first-child {
    transform: rotate(-3deg) translateX(-30px);
    z-index: 2
}

.hero-right img:nth-child(2) {
    transform: rotate(5deg) translateX(30px);
    z-index: 1
}

.hero-right img:hover {
    transform: scale(1.05)
}

.recommended {
    margin-top: 0pc;
    margin-bottom: 5pc;
    background-color: #121f3e00
}

.recommended-section {
    display: flex;
    overflow: hidden;
    margin: auto;
    flex-direction: column;
    align-items: center
}

.left-panel {
    background: #121f3e00;
    padding: 40px 30px;
    width: 96.8%;
    text-align: center;
    position: absolute
}

.button,
.button_lg,
.left-panel img {
    position: relative
}

.left-panel h2 {
      font-family: "Inter", sans-serif;
        font-weight: 700;
    color: #121F3E;
    font-weight: 900;
    font-size: 48px;
    margin-bottom: 30px
}

.left-panel h2 span {
    
    font-weight: 900;
    font-size: 48px;
    display: block;
    margin-top: 4px
}

.left-panel p {
    font-family: "Poppins", sans-serif;
        font-size: 17px;
    color: #121F3E;
    margin-bottom: 40px
}

.left-panel img {
    margin: -15rem 0 -50px;
    height: auto;
    width: 15%
}

.btn-view-more,
.btn-view-more1 {
    background-color: #e07a26;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 24px;
    cursor: pointer;
    margin-bottom: 40px;
    transition: background-color .3s
}

.btn-view-more1:hover,
.btn-view-more:hover {
    background-color: #b55f1a
}

.stacked-books,
.stacked-books1 {
    width: 150px;
    user-select: none
}

.right-panel {
    padding: 30px 40px;
    margin: 12pc auto 0;
    max-width: 1200px;
    flex-grow: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    justify-items: center;
    align-items: baseline
}

.book-item,
.book-item1 {
    border-radius: 10px;
    background: #cb982b00;
    padding: 12px;
    display: flex;
    flex-direction: column;
    cursor: pointer
}

.book-item img {
    width: 100%;
    margin-bottom: 8px;
    object-fit: contain;
    height: 220px
}

.book-title,
.book-title1 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 4px
}

.book-author,
.book-author1 {
    font-weight: 600;
    font-size: 12px;
    color: #444;
    margin-bottom: 6px
}

.book-price,
.book-price1 {
    font-weight: 700;
    font-size: 13px;
    color: #000
}

@media (max-width:1440px) {
    .hero-content1 p{
            
    padding: 0px 14pc;
        }
}

@media (max-width:1024px) {
    .right-panel {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px
    }

    .recommended-section {
        max-width: 900px
    }
    .hero-content1 p{
            
    padding: 0px 7pc;
        }
    .mainsection {
    padding: 7pc 0px 0pc;}
}

@media (min-width:481px) and (max-width:768px) {
    .recommended {
        width: auto;
        border-radius: 0
    }

    .recommended-section {
        flex-direction: column
    }

    .left-panel {
        width: auto;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

    .left-panel img {
        position: relative;
        margin: 0;
        height: auto;
        width: 50%
    }

    .right-panel {
        border-radius: 0 0 40px 40px;
        grid-template-columns: repeat(2, 1fr);
        padding: 20px 30px
    }

    .buttonclass {
        display: flex;
        justify-content: space-evenly
    }
    .hero-content1 p{
            
    padding: 0px 7pc;
        }
    .mainsection {
    padding: 7pc 0px 3pc;}
}

@media (min-width:300px) and (max-width:480px) {
    .recommended {
        width: auto;
        border-radius: 0
    }

    .recommended-section {
        flex-direction: column
    }

    .left-panel {
        width: auto;
        height: auto;
        padding: 40px 0
    }

    .left-panel h2 {
        font-size: 34px
    }

    .left-panel img {
        position: relative;
        margin: 0 0 0 30px;
        height: auto;
        width: 130%
    }

    .right-panel {
        grid-template-columns: 1fr;
        padding: 50px 20px
    }

    .hero-content1 h1 {
        font-size: 1rem
    }
    
        .hero-content1 h1 strong {
        font-size: 35px;
}
    .hero-content1 p {
        font-size: 1rem;
        padding: 0% 1pc;
}
    .btn12 {
    font-size: 13px;}

    .mainsection {
    padding: 7pc 0px 0px;}
}

@media (min-width:300px) and (max-width:340px) {
.left-panel h2 {
        font-size: 28px
    }
}

.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: 0 0;
    color: #0f1923;
    cursor: pointer;
    padding: 8px;
    font-weight: 700;
    font-size: 14px;
    transition: .15s
}

.button:active,
.button:focus {
    outline: 0
}

.button:active::after,
.button:active::before {
    right: 3px;
    left: 3px
}

.button:active::before {
    top: 3px
}

.button:active::after {
    bottom: 3px
}

.button_lg {

    background: linear-gradient(to right, #b57e10, #f5d56f);
    padding: 12px 28px;
    border-radius: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
}

.button_lg:hover {
    background: linear-gradient(to right, #f5d56f, #b57e10);
    border: 1px solid #ffffff;
}



.book-card,
.button_text {
    position: relative
}

.book-card,
.book-card img {
    transition: transform .4s;
    border-radius: 10px
}

.button:hover {
    color: #ecbc52
}

.button:hover .button_sl {
    width: calc(100% + 15px)
}

.button:hover .button_lg::after {
    background-color: #fff
}

.featured-books-aura {
    text-align: center;
    padding: 100px 20px
}

.featured-books-aura h2 {
    font-family: "playfair display", serif;
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 10px
}

.featured-books-aura h2 span {
    color: #cb982b
}

.featured-books-aura p {
    font-size: 1rem;
    color: #3a3a3a;
    margin-bottom: 60px;
    letter-spacing: .5px
}

.left-panel1 h2,
.left-panel1 h2 span {
    font-family: "Playfair Display", serif;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin: 10px 0 20px;
    text-align: center
}

.book-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1500px;
    margin: 0 auto
}

.book-card {
    width: 180px;
    height: 280px;
    cursor: pointer;
    animation: 6s ease-in-out infinite floatBooks
}

.book-card::before,
.particle {
    position: absolute;
    border-radius: 50%
}

.book-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .6)
}

.book-card::before {
    content: "";
    top: 50%;
    left: 50%;
    width: 140%;
    height: 140%;
    background: radial-gradient(circle, rgba(203, 152, 43, .25) 0, transparent 70%);
    opacity: .6;
    z-index: -1;
    animation: 3s infinite alternate pulse
}

.book-card::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -75%;
    width: 50%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(25deg);
    animation: 2.5s infinite shine;
    pointer-events: none
}

.particle {
    width: 4px;
    height: 4px;
    background: #cb982b;
    opacity: .8;
    animation: 5s ease-in-out infinite float
}

.particle:first-child {
    top: 10%;
    left: 20%;
    animation-delay: 0s
}

.particle:nth-child(2) {
    top: 70%;
    left: 30%;
    animation-delay: 1s
}

.particle:nth-child(3) {
    top: 40%;
    left: 60%;
    animation-delay: 2s
}

.book-card:hover img {
    transform: scale(1.08)
}

.book-card:hover {
    transform: scale(1.1) rotateY(3deg)
}

.book-card:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2)
}

@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(25deg)
    }

    100% {
        transform: translateX(250%) rotate(25deg)
    }
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .6
    }

    100% {
        transform: translate(-50%, -50%) scale(1.05);
        opacity: .9
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
        opacity: .8
    }

    50% {
        transform: translate(15px, -20px);
        opacity: .5
    }

    100% {
        transform: translate(-15px, 20px);
        opacity: .8
    }
}

@keyframes floatBooks {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

@media (max-width:992px) {
    .hero1 {
        flex-direction: column;
        text-align: center;
        padding: 14pc 3% 10pc;
    }

    .hero-right img {
        display: none
    }

    .hero-content h1 {
        font-size: 2.2rem
    }

    .hero-buttons {
        flex-direction: column
    }

    .book-card {
        width: 20%;
        height: auto
    }
}

@media (max-width:600px) {
    .featured-books-aura {
        padding: 70px 20px
    }

    .featured-books-aura h2 {
        font-size: 2rem
    }

    .book-card {
        width: 100%;
        height: auto
    }
}

.recommended1 {
    margin-top: 60px;
    margin-bottom: 60px;
    background: #fff
}

.recommended-section1 {
    display: flex;
    width: auto;
    flex-direction: column
}

.left-panel1 {
    padding: 40px 30px;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.left-panel1 h2 {
    font-size: 35px;
    font-weight: 800;
    background: padding-box text #121f3e;
    -webkit-background-clip: text
}

.left-panel1 h2 span {
    font-size: 42px;
    line-height: -2.6;
    font-weight: 900;
    background: padding-box text #cb982b;
    -webkit-background-clip: text
}

.left-panel1 .img2 {
    height: auto;
    width: 150%;
    display: block;
    margin: 0 10px
}

.left-panel1 .img1 {
    height: auto;
    width: 50%;
    display: block
}

.right-panel1 {
    padding: 80px 40px;
    flex-grow: 1;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px
}

.book-item1 img {
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 2px 6px rgb(0 0 0 / .1);
    margin-bottom: 8px;
    object-fit: contain;
    height: 220px
}

@media (min-width:789px) and (max-width:1024px) {
    .recommended {
        width: auto;
        border-radius: 0
    }

    .recommended-section1 {
        max-width: 1000px
    }

    .right-panel1 {
        gap: 20px
    }

    .recommended1 {
        margin: auto;
        width: auto
    }

    .left-panel h2 {
        margin-bottom: 30px;
        margin-top: 10vh
    }

    .left-panel img {
        position: absolute;
        margin: 25rem 0 0 30px;
        height: auto;
        width: 150%
    }
}

@media (max-width:768px) {
    .subscribe-section {
        text-align: center;
        padding: 8px 35px 8px 116px;
    }

    .right-side {
        width: 90%;
        padding: 0
    }

    .recommended1 {
        margin: auto;
        width: auto;
        border-radius: 0
    }

    .recommended-section1 {
        flex-direction: column;
        border-radius: 40px
    }

    .left-panel1 {
        width: 100%;
        border-radius: 0;
        padding: 20px 0
    }

    .left-panel1 h2 {
        font-size: 25px
    }

    .left-panel1 h2 span {
        font-size: 28px
    }

    .left-panel1 .img1,
    .left-panel1 .img2 {
        width: 40%;
        margin: 0 0 0 2.5pc
    }

    .right-panel1 {
        border-radius: 0 0 40px 40px;
        grid-template-columns: repeat(2, 1fr);
        padding: 20px 30px
    }
}

@media (max-width:480px) {
    .right-panel1 {
        grid-template-columns: 1fr;
        padding: 20px
    }
    
}
@media (min-width:300px) and (max-width:350px) {

 .left-side img {
        margin: -14pc 0 0 -10pc !important;
        width: 100%;
    }
}

@media (min-width:300px) and (max-width:480px) {

    .hero1,
    .subscribe-section {
        /* padding: 14pc 1% 10pc; */
        text-align: center

    }
.buttomsvg {
    height: 45px !important;
}
    .about-content,
    .about-content h2,
    .hero1 {
        text-align: center
    }

    .hero-text h1 {
        font-size: 1.5rem
    }


    .hero-text p {
        font-size: .95rem
    }

    .subscribe-section {
        flex-direction: column;
        height: 50vh;
        padding: 0pc;
        width: 90%;
    }

    .left-side img {
        margin: -14pc 0 0 -12pc;
        width: 100%;
    }

    .hero1 {
        flex-direction: column
    }

    .about-content p {
        padding: 20px
    }

    .right-panel,
    .right-panel1 {
        grid-template-columns: 1fr
    }

    .background {
        width: 100%;
        height: auto
    }
}

@media (min-width:400px) and (max-width:480px) {
    .left-side img {
        margin: -15pc 0 0 -12pc !important;
        width: 90%
    }
}

@media (min-width:481px) and (max-width:768px) {
    .hero-text h1 {
        font-size: 2rem
    }

    .hero-text p {
        font-size: 1rem
    }

    .hero-image img {
        width: 50%;
        margin: -12.8pc 0 0 -13pc
    }

    .hero-section {
        height: 20vh
    }

    .hero-container {
        flex-wrap: nowrap;
        gap: 20px;
        margin: 1pc 0 0
    }

    .left-side img {
        margin: -13pc 0 0 -10pc;
        width: 40%
    }

    .right-panel,
    .right-panel1 {
        grid-template-columns: repeat(2, 1fr)
    }

    .background {
        width: 100%;
        height: auto
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .left-side img {
        margin: -19pc 0 0;
        width: 40%
    }

    .hero-text h1 {
        font-size: 2.5rem
    }

    .hero-image img {
        width: 40%;
        margin: -9pc 0 0 -12pc
    }

    .hero-section {
        height: 30vh
    }

    .hero-container {
        margin: 0
    }

    .hero-text p {
        font-size: 1.1rem
    }

    .right-panel {
        grid-template-columns: repeat(2, 1fr);
        padding: 60px 40px
    }

    .left-panel {
        width: auto
    }

    .subscribe-section {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        flex-direction: row;
        text-align: center
    }
}

@media (min-width:1025px) and (max-width:1440px) {
    .hero-image img {
        width: 40%;
        margin: -18.5pc 0 0 -18pc
    }

    .left-panel {
        width: auto
    }

    .hero-container {
        gap: 60px
    }

    .right-panel {
        grid-template-columns: repeat(4, 1fr);
        flex-grow: 0;
        gap: 0
    }

    .recommended-section1 {
        display: flex;
        max-width: 1300px
    }
}