*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");


:root {
    --color-purple: #3e0e2f;
    --color-white: white;
    --color-text: #7b175c;
}
.container-contact-form{
    /* width: 60%; */
    /* padding: 45px; */
    /* border-radius: 0; */
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
}
.row-contact-form{
    /* padding-top: 30px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
   
}
.col-lg-7-contact-form{
    padding: 20px;
}
.col-lg-5-contact-form{
    background: linear-gradient(90deg, rgba(31, 4, 22, 1) 0%, rgba(198, 54, 153, 1) 62%, rgba(220, 178, 207, 1) 100%);
    padding: 20px;
    color: white;

}
.form-control-contact-form {
    height: 52px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.bi-contact-form{
    padding-right: 10px;
    /* font-size: 20px; */
}
.btn-submit{
    background: linear-gradient(90deg, rgba(31, 4, 22, 1) 0%, rgba(198, 54, 153, 1) 62%, rgba(220, 178, 207, 1) 100%);
    margin-bottom: 30px;
    color: white;
    width: 150px;
}
.btn-submit:hover{
    background: var(--color-white);
    border: 1px solid var(--color-purple);
}
.social-icon-contact-form{
    display: flex;
    justify-content: space-evenly;
}
.social-icon-contact-form a{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-purple);
    background-color: var(--color-white);
    border-radius: 100px;
    font-size: 18px;
    border: 3px solid white;
    transition: all 0.5s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
}
.social-icon-contact-form a:hover{
    background-color: var(--color-purple);
    color: var(--color-white);
    border: 1px solid white;
}
.contact-me-text{
    font-size: 13px;
}
/* .d-flex p{
    font-size: 18px;
    padding-left: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
} */


/* @media only screen and (max-width:600px){
    .container{
        width: 100%;
        position: absolute;
        left: 50%;
        top: 90%;
    }
} */