@import url('https://fonts.googleapis.com/css2?family=Playwrite+AU+SA:wght@100..400&family=Tangerine:wght@400;700&display=swap');
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.banner-top{
    width: 100%;
    height: 100%;
    background: url(../images/best-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.left-section{
    
    display: flex;
    color: #fb616f;
    flex-direction: column;
    justify-content: center;
}
.right-section{
   
   
    margin: 10px 0px;
    display: flex;
    justify-content: end;
}
.left-section h3 {
    
    font-size: 30px;
    font-weight: 100;
    color: #5f4da9;
    font-style: italic;
}

.left-section p {
    font-style: italic;
    color: #5f4da9;
}


.left-section h1 {
    font-family: math;
    font-size: 37px;
    font-weight: 400;
    color: #fb616f;
    font-family: "Playwrite AU SA", serif;
        
      
    
}
.about-img{
    width: 390px;
    height: 520px;
   
}

.about-img img{
    width:100%;
    box-shadow: 5px 5px 10px 10px #d6d5d5;
}

.footer{
    background: #582035;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.footer p {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

.about-section h2 {
    color: #f06097;
}

.box1{
    width: 240px;
    height: 240px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.box1 img{
    width: 100%;
    object-fit: cover;
}

.tribute-heading{
    color: #f06097;
}

.order-for-mobile{
    flex: 0 0 auto;
    /* width: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.under-con h1{
    font-size: 48px;
    font-weight: 800;
}

.under-con p{
    font-size: 18px;
    font-weight: 100;
}

.pink{
    color: #f9a1c1;
}

.Construction{
    padding: 150px 0px;
}


@media only screen and (max-width: 767px) {

    body{
        overflow-x: hidden;
    }
    
    .left-section h3 {
        font-size: 20px;
        justify-content: center;
    }

    .about-img {
        width: auto;
        height: auto;
    }
    .about-img img {
        width: 100%;
        margin-top: 20px;
        box-shadow: 5px 5px 10px 10px #d6d5d5;
    }
    .left-section{
        margin: 0 auto;
        text-align: center;
    }

    .left-section h1{
        text-align: center;
        font-size: 18px;
    }

    .about-section {
        margin-top: 20px;
        text-align: center;
    }

    
    .banner-top{
        background: #ffe9f0 !important;
    }

    .box1 {
        width: 100%;
        height: auto;
        border-radius: 50%;
        margin: 0 auto;
        overflow: hidden;
        margin-bottom: 10px;
        aspect-ratio: 1 / 1;
    }
}



  @media (max-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        /* width: 53%; */
    }

    .left-section h1{
        font-size: 18px;
    }

    .left-section h3{
        font-size: 18px;
    }

    .left-section p{
        font-size: 11px;
    }

    .under-con h1 {
        font-size: 36px ;
        font-weight: 800;
    }
}


@media (max-width: 420px) {
    .under-con h1 {
        font-size: 40px ;
        font-weight: 800;
        line-height: 1;
    }

    .under-con p {
        font-size: 14px ;
        font-weight: 100;
    }

    .left-section h1{
        font-size: 20px;
    }

    .left-section h3{
        font-size: 30px;
    }

    .left-section p{
        font-size: 15px;
    }
    .order-for-mobile{
        order: 1;
    }

    .Construction{
        padding: 50px 0px;
    }

    .banner-top{
        padding-bottom: 40px;
    }
    

}



