.reg {
    background-color: tomato;
}

.search {
    background-image: url('https://res.cloudinary.com/dzfy6yteb/image/upload/v1747943790/banner_baground.png');
}

.btns {
    width: 80px;
    height: 80px;
    background-color: #3D2462;
    margin-left: -10px;
}

.btncolor {
    background-color: #38224B;
    opacity: 50%;
}

.searchh {
    width: 100%;
}

.inputbg {
    background-color: #D9D9D9;
    margin-left: 12%;
    margin-right: 9px;
}

.service {
    width: 250px;
    height: 70px;
    background-color: #38224B;
    color: #fff;
    border-radius: 20px;
    font-size: 28px;
    text-decoration: none;
}

.service:hover {
    background-color: yellow;
    color: black;
}

.lorem {
    background-color: #E1CDFF;
    width: 100%;
}

.main {
    margin-top: -8px;
}

.writep {
    width: 100%;
    text-align: justify;
    text-justify: inter-word;
}

.my-1 {
    background-color: #F3E5F2;
}

.pic {
    background-color: #3D2462;
}

.footer {
    background-color: #3D2462;
}

.carosolbg {
    background-color: #FFFFFF;
}

.searchh form {
    width: 100%;
    text-align: center;
}

.footp {
    margin-top: 35px;
}