main#main1 {
    float: right;
    width: 100%;
    position: relative;
    height: 100vh;
    background: linear-gradient(180deg, rgba(14,14,13,1) 0%, rgba(34,19,41,1) 36%, rgba(85,47,103,1) 71%, rgba(128,97,172,1) 100%);
}

.social-media {
    margin-top: 90px;
}

.social-media span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffffff05;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media a {
    margin-top: 10px;
    text-decoration: none;
    color: aliceblue;
}

.whats:hover {
    color: #25D366!important;
}

.instag:hover {
    color: #f0506e;
}

.teleg:hover {
    color: #1e87f0;
}

.contact-content{
    direction: rtl;
    margin: 20px auto;
    height: auto;
    border-radius: 5px;
}

.contact-content h4{
    color: rgb(191, 163, 230);
    font-weight: bolder;
}

.form-contact{
    padding: 30px;
    background: #272a34;
    border-radius: 5px;
}

.contact-info{
    padding: 30px;
    background: #1c1e25;
    border-radius: 5px;
}

input, textarea {
    border: none;
    border-bottom: 1px solid #ffffff33;
    padding: 15px 5;
    background: none;
    margin: 15px 0;
    color: aliceblue;
}

input:focus, textarea:focus {
    outline: none;
    border: none;
    background: none;
    border-bottom: 1px solid #ffffffa4;
}

.contact-info .icon-contact{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff05;
    color: aliceblue;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info .info-title{
    color: aliceblue;
    font-size: 22px;
    font-weight: 800;
    margin-left: 10px;
}

.header-title-items{
    font-size: 20px;
    font-weight: 800;
}

.contact-info .info-title-item{
    color: darkgrey;
    font-size: 20px;
    font-weight: 800;
}

.contact-info-items{
    margin: 30px 0;
}
