
body{
    overflow-x: hidden;
}
.contact-main{
    height: 900px;
    width: 100vw;
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.contact-main .contact-img{
    height: 700px;
    width: 700px;
    border: 1px solid darkblue;
    margin-top: 30px;
    
}
#ui{
    margin-top: 100px;
    margin-left: 70px;
}
.contact-main .contact-child{
    margin-top: 100px;
    height: 500px;
    width: 55%;
    /* border: 1px solid rgb(31, 41, 138); */
    margin-right: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 9px;
    box-shadow: 1px 0px 10px black;
    position: relative;
}
.contact-img {

    height: 450px;
    width: 450px;
    /* border: 1px solid rgb(99, 111, 223); */
}
.contact-main {
    position: relative;
    height: 115vh;
    width: 100vw;
    /* border: 1px solid green; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 70px;
    /* background: linear-gradient(106.5deg, rgba(255, 215, 185, 0.199) 23%, rgba(224, 159, 247, 0.486) 93%); */
    background-color: lightcyan;
}


.contact-child .contact-img {
margin-left:100px;
    height: 300px;
    width: 300px;
    border: 1px solid rgba(99, 111, 223, 0);
}

.contact-text {

    height: 480px;
    width: 500px;
    /* border: 1px solid rgb(158, 39, 39); */
    padding: 20px 25px;
    position: absolute;
    top: 0;
    right: 0;




}

.contact-text span {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: rgb(143, 85, 143);
}

.text-area {
    margin-top: 10px;
    height: 45px;
    width: 90%;

    border: 1px solid rgb(79, 10, 100);
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
    background-color: rgba(247, 207, 247, 0.274);
    backdrop-filter: blur(7px);
    border-radius: 8px;


}

#hea {
    color: purple;
    font-size: 24px;
}

.text-area span {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: rgba(240, 189, 240, 0);

}

.text-area span i {
    font-size: 20px;
    background-color: rgba(240, 189, 240, 0);

}

.text-area input {
    height: 40px;
    width: 84%;
    background-color: rgba(240, 189, 240, 0);
    outline: none;
    border: none;

}


.text-area textarea {
    height: 100%;
    width: 100%;
    background-color: rgba(240, 189, 240, 0);
    outline: none;
    border: none;
    padding: 7px 5px;


}

#aa {
    height: 130px;
    align-items: start;
    /* background-color: rgba(240, 189, 240, 0); */
}
.btn-div{
    height: auto;
    width: 100%;
    /* background-color: #000000; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#btn {
    /* margin-left: 200px; */
    height: 30px;
    width: 120px;
    margin-top: 7px;
    background-color: rgb(127, 21, 148);
    border-radius: 8px;

}

/* From Uiverse.io by alexroumi */
.btn-n {
    /* margin-left: 200px; */
    height: 45px;
    width: 120px;
    padding: 15px 23px;
    border: unset;
    border-radius: 15px;
    color: #ffffffcc;
    z-index: 1;
    background: rgba(144, 30, 167, 0.616);
    position: relative;
    font-weight: bold;
    font-size: 12px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    cursor: pointer;
}

.btn-n::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 15px;
    background-color: rgba(102, 14, 119, 0.616);
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.btn-n:hover {
    color: #e8e8e8;
    content: "hello";
}

.btn-n:hover::before {
    width: 100%;
}

@media only screen and (max-width: 1025px) {
    .contact-main .contact-child {
        height: 500px;
        width: 70%;
        /* border: 1px solid rgb(31, 41, 138); */
        margin-right: 0px;


    }
    .contact-child .contact-text{
        width: 90%;
    }
    .contact-img{
        display: none;
    }
}
@media only screen and (max-width: 910px) {
    .contact-child{
        width: 95%;
        margin-right: 0px;
    }
}


@media (max-width:600px) {
    .contact-text{
        width: 90%;
    }
    .contact-main .contact-child {
       width: 90%;
        margin-right: 4px;

    }
    .btn-n{
        width: 120px;
    }
  
   
}
@media only screen and (max-width: 768px) {
    .contact-main .contact-child {
       
        margin-right: 4px;

    }
    .contact {

        width: 80%;
        /* border: 1px solid rgb(31, 41, 138); */
        margin-right: 0px;



    }
    .contact-child .contact-text{
        width: 100%;
    }

    .contact-img {

        display: none;
    }

    .contact-text {

        height: 480px;
        width: 100%;
        /* border: 1px solid rgb(158, 39, 39); */
        padding: 7px 25px;




    }

    .text-area {
        margin-top: 10px;
        height: 45px;
        width: 100%;




    }




}

