@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    font-family: "Poppins", sans-serif;
}

.topbar{
    background: linear-gradient(to right, #7c49a4, #1c61b9);
    padding-top: 10px;
    padding-bottom: 10px;
}

.phone a{
    color: #FFFFFF;
    font-size: 17px;
    text-decoration: none;
}

.instagram-header{
    font-size: 20px;
    color: #FFFFFF;
}

.navbar-brand img{
    width: 150px;
}


.banner{
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                url('../images/banner.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-heading{
    font-size: 70px;
    font-weight: 500;
    color: #FFFFFF;
}

.heading-content{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.btn-red, .btn-red:hover{
    background: linear-gradient(to right, #7c49a4, #1c61b9);
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0px;
    color: #FFFFFF;
}

.book_cover{
    padding-top: 4%;
    padding-bottom: 4%;
}

.book_cover_img{
    width: 100%;
    border-radius: 10px;
}

.book-right-side{
    padding-left: 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.book-heading{
    color: #c82f53;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.book-title{
    font-size: 50px;
    font-weight: 700;
}

.moments{
    background: #f6f6f6;
    padding-top: 4%;
    padding-bottom: 4%;
}

.cta{
    padding-top: 4%;
    padding-bottom: 4%;
}

.main-text{
    font-size: 25px;
    font-weight: 500;
}

.footer{
    background: #c82f53;
    padding-top: 4%;
    padding-bottom: 4%;
}

.footer_logo{
    width: 20%;
}

.footer-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.instagram i{
    color: #FFFFFF;
    font-size: 40px;
}

.branding{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.agency-branding{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.agency-branding a{
    text-decoration: none;
    color: #FFFFFF;
}

.no-border{
    border: none;
}

.card{
    border-radius: 20px;
}

.card img{
    border-radius: 20px 20px 0px 0px;
}

.card-body{
    padding: 20px;
}

.testimonails{
    padding-top: 4%;
    padding-bottom: 4%;
}

.review_text{
    font-size: 15px;
    font-weight: 400;
    color: #7a7a7a;
}

.auther-name{
    font-size: 20px;
    font-weight: 600;
    color: #c82f53;
}

/* Media Queries */
@media screen and (max-width: 520px) {
    .main-heading{
        font-size: 29px;
        font-weight: 600;
    }

    .heading-content{
        font-size: 16px;
    }

    .book_cover {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .book-right-side{
        padding-top: 10%;
    }

    .btn-red {
        width: 66%;
    }

    .book-title{
        font-size: 35px;
    }

    .moments{
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .cta{
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .mobile-tab{
        width: 50%;
        padding-bottom: 20px;
    }

    .footer{
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .footer_logo {
        width: 50%;
    }

    .branding{
        font-size: 16px;
    }

    .phone{
        text-align: center;
    }

    .testimonails{
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .mob-tab{
        margin-top: 20px;
    }
}
