.landing-sec{
    width: 100%;
    padding-bottom: 4rem;
    padding-top: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(360deg, rgb(238, 244, 244), rgb(35, 127, 185));
    background-image: url('../images/Website\ Design\ Service\ Ad\ Template\ -\ Made\ with\ PosterMyWall\ \ 123.jpg');
    background-size: cover;

}
.landing-container{
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 90%;
    min-height: 28rem;
    display: flex;
    flex-direction: row;

}


.landing-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: larger;
    width: 95%;
    border-radius: 1rem;
    background-color: rgba(217, 225, 227, 0.9);
}
.landing-left-second-container{
    width: 80%;
    text-align: center;
    color: black;
    font-family: cinzel;
    font-size: 15px;
    font-weight: 600;
    border-top: solid 1px black;
}
.landing-left-first-container{
    width: 90%;
    text-align: center;
}
.landing-left-first-container h1{
    color: #0086dac5;
    font-family: cinzel;
    font-weight: 700;
    font-size: 30px;
}

.landing-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.landing-right{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items:end;
    justify-content: center;
    color: rgb(44, 59, 59);
    font-family: cinzel;
    padding-left: 2rem;
}
.right-cont{
    width: 60%;
    height: 40%;
    background-color: rgb(242, 240, 240, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}
.right-cont h3{
    width: 80%;
    text-align: center;
}

@media (max-width: 822px) {
    .landing-container{
        flex-direction: column;
        gap: 4rem;
    }
    .landing-right{
        align-items: center;
        padding-left: 0;
    }
}

@media (max-width: 500px) {
    .right-cont{
        width: 90%;
        
    }

    .landing-left-first-container h1{
        font-size: 20px;
    }
}