:root{
    --contact-title: 17%;
    --index-contact-details: 30px;
    --default-ms: 250ms;
}

#contact-container-all{
    min-height: 100vh;
}

#contact-circles-container{
    width: 400px;
    height: 400px;
    top: -100px;
    left: -50px;
}

#contact-first-circle{

}

#contact-second-circle{
    width: 60%;
    height: 60%;
}

#contact-first-circle, #contact-second-circle{
    box-shadow: inset 0px 0px 3px #000000,0px 0px 3px #000000;
}

#contact-us-container{
    margin-top: 170px;
}


#index-contact-container{
    height: 110vh;
    padding: 60px;
    /*border-bottom: 4px solid var(--site-secondary);*/
    border-radius: var(--rounded-defualt);
}
#contact-container{
    width: 100%;
    height: 100%;
    border-radius: var(--rounded-defualt);
    padding: 0 60px;

}

#contact-us-title{
    height: var(--contact-title);
    font-size: 65px;
}

#contact-form-container{
    height: calc(100% - var(--contact-title));
}

#contact-form-container textarea{
    resize: none;
    border-radius: var(--rounded-defualt);
    padding: 30px;
    font-size: var(--index-contact-details);
    outline: none;
    border: none;
}
#contact-form-container textarea::placeholder {
    color: var(--site-secondary) !important;
}

#contact-form-container * input::placeholder{
    color: var(--site-secondary) !important;
}

#contact-and-inputs{

}

#contact-details{
    padding: 40px;
    width: 53%;
    border-radius: var(--rounded-defualt);
}
#contact-details * i{
    font-size: 45px;

}

#contact-inputs{
    padding: 40px;
    width: 45%;
    border-radius: var(--rounded-defualt);
    font-size: var(--index-contact-details);
}

.index-contact-details{
    font-size: calc(var(--index-contact-details) - 5px) !important;
}



@media screen and (min-width: 800px) and (max-width: 1200px){

    #index-contact-container{
        height: 1300px;
    }

    #contact-textarea{

    }

    #contact-textarea{
        height: 25%;
    }

    #contact-and-inputs{
        flex-direction: column-reverse;
        justify-content: space-around;
        height: 75%;
    }
    #contact-details{
        width: 100% ;
        height: 310px;
    }
    #contact-inputs{
        width: 100%;
        height: 280px;
    }


}


@media screen and (min-width: 500px) and (max-width: 800px){

    #index-contact-container{
        padding: 35px 30px;
        height: 1300px;
    }

    #contact-us-title{
        height: var(--contact-title);
        font-size: 45px;
    }

    #contact-textarea{

    }

    #contact-container{
        padding: 0 30px;
    }

    #contact-form-container{
        padding: 0!important;
    }

    #contact-textarea{
        height: 25%;
    }
    .index-contact-details{
        font-size: 20px !important;
    }

    #contact-and-inputs{
        flex-direction: column-reverse;
        justify-content: space-around !important;
        height: 75%;
    }
    #contact-details{
        width: 100%;
        height: 320px !important;
    }
    #contact-inputs{
        width: 100%;
        height: 280px;
    }


}


@media screen and (min-width: 0px) and (max-width: 500px){

    #index-contact-container{
        padding: 35px 10px !important;
        height: 1300px;
    }

    #contact-us-title{
        height: var(--contact-title);
        font-size: 45px;
    }

    #contact-textarea{

    }

    #contact-container{
        padding: 0 5px !important;
    }

    #contact-form-container{
        padding: 0!important;
    }

    #contact-textarea{
        height: 25%;
    }

    .contact-part{
        padding:0 10px !important;
    }

    .index-contact-icons{
        width: 10%;
        font-size: 25px !important;
    }
    .index-contact-details{
        width: 90%;
        font-size: 15px !important;
    }

    #contact-and-inputs{
        flex-direction: column-reverse;
        justify-content: space-around !important;
        height: 75%;
    }

    #contact-details{
        width: 100%;
        height: 320px;
    }

    #contact-inputs{
        width: 100%;
        height: 280px;
    }


}


