

.op{
    background-color: rgb(245, 245, 245);
    width: 100%;
    height: 500px;
    /*margin-top: -15px;*/
    display: flex;
}

.left-div{
    width: 60%;
    height: 100%;
    }


.right-div{
    width: 40%;
    height: 100%;
   
}

.ou{
    margin-top: 120px;
    margin-left: 40px;
    font-size: 45px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #474751;
}

.or{
    margin: 45px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(65, 64, 64);
}

.landa-image{
    width: 500px;
    height: 350px;
    border-top-left-radius: 50px; /* Adjust this value for the top-left corner */
    border-bottom-right-radius: 50px;
    margin-top: 40px;
}


.hj{
    width: 150px;
    height: 50px;
    border: none;
    background-color: rgb(28, 28, 196);
    color: white;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 300px;
}
.hj:hover{
    cursor: pointer;
    opacity: 0.8;
    transition:0.5s all;
}

.yu{
    background-color: rgb(17, 17, 132);
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    margin-top: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yui{
    text-align: center;
    padding-top: 60px;
    color: white;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
}  

.yop{
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px;
    padding-left: 45px;
    letter-spacing: 0.7px;
    text-align: center;
    font-size: 20px;
}



@media screen and (max-width: 768px){
    .right-div{
        display: none;
    }
    .left-div{
        width: 100%;
        background-image: url(abcd.jpg);
        background-size: cover;        /* Makes the image cover the entire area */
        background-position: center;   /* Centers the image */
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, 0.3);  /* Prevents the image from repeating */
        height: 660px;
    }
    .ou{
        color: white;
        background-color: rgba(0, 0, 0, 0.2);
        padding: 10px;
        border-radius: 10px;
    }

    .or{
        color: white;
        background-color: rgba(0, 0, 0, 0.2);
        padding: 15px;
        border-radius: 15px;
        letter-spacing: 0.5px;
        margin-top: -5px;
    }

    .hj{
        padding: 15px;
        margin-left: 33%;
        margin-top: -15px;
    }
    .yai{
        margin-top: 40px;
        border: solid 1px white;
        width: 90%;
        height: 80%;
        border-radius: 30px;
        background-color: rgb(255, 255, 255);
        color: #000080;
        padding: 25px;
    }
}

@media screen and (max-width: 768px){
    .op{
        height: auto;
        flex-direction: column;
    }

    .yop{
        font-size: 17px;
        color: #1f1f1f;
        text-align: center;
        padding: 0px;
        padding-left: 0px;
    }
    .yu{
        height: auto;
        min-height: 650px;
        color: #000080;
    }
    .yui{
        color: #000080;
        padding-top: 0;
        padding-bottom: 18px;
        font-size: 35px;
    }

}
