
.social-item .char {color: var(--primary-color)!important;}
.contact-cont {
    /* background: white; */
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translate(0,-50%); */
    position: relative;
    margin: 0;
    transform: translate(0,0);
    justify-self: center;
    align-self: center;
    /* border: 1px solid green; */
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    width: 100%;
    max-width: 500px;
    display: grid;
    grid-template-columns: 1fr;
    /* 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; */
}
.contact-social-cont
{
    max-width: 350px;
    width: 100%;
    height: 300px;
    border: 1px solid red;
}
.contact-cont h2 {
    margin-bottom: 25px;
    place-self: start;
    color: var(--primary-color);
    opacity: var( --secondary-opa);
}
.form-grid {
    display: grid;
    gap: 15px;
}
.input-container {
    display: flex;
    align-items: center;
    background: #eee;
    border-radius: 12px;
    padding: 10px;
    border: 1px solid #ddd;
    gap: 10px;
}
.input-container i {
    position: relative;
    margin-right: 20px;
    color: #ea4f4f!important;
    margin-left: 20px;
}
.fa-user , .fa-envelope {
    color: #838080!important;
    /* background-color: #ea4f4f; */
}
.input-container input, .input-container textarea {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
}
.form-grid textarea {
    height: 150px;
    resize: none;
}
.form-grid input {
    height: 30px;
}
.send-btn {
    background: var(--primary-color);
    color: var(--tertiary-color);
    padding: 10px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
}
.send-btn:hover {
    background: #5a40c5;
}
.social-cont-items
{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}
.social-cont-items{
    width: 100%;
    border: 1px solid red;
    font-size: 3rem;
}
.social-item p:last-child
{
    margin-bottom: 0!important;
}
.menu-section
{
    padding-top: 3rem!important;
}
@media (min-width:800px)
{
    .contact .container
    {
        grid-template-rows: 1fr 1fr;
    }
}

@media (max-width:1250px)
{
    .social-item
    {
        font-size: 6rem!important;
        /* display: none; */
    }
}
@media (max-width:1100px)
{
    .social-item
    {
        font-size: 5rem!important;
        /* display: none; */
    }
}
@media (max-width:950px)
{
    .social-item
    {
        font-size: 4.5rem!important;
        /* display: none; */
    }
}
@media (max-width:850px)
{
    .social-item
    {
        font-size: 5rem!important;
        /* display: none; */
    }
    .main-container
    {
        grid-template-columns: none!important;
        grid-template-rows: 1fr!important;
    }
    .menu-section
    {
        justify-self: center!important;
    }
}
