.contact {
    margin: 0;
    padding: 100px 0 0 0;
    text-align: center;
    justify-content: center;
}
@media screen and (max-width: 1000px) {
    .contact {
        padding: 0;
    }
}
.contact h1 {
    font-size: 140px;
    color: rgb(94, 94, 94, 0.8);
}
@media screen and (max-width: 1000px) {
    .contact h1 {
        font-size: 100px;
    }
}
@media screen and (max-width: 500px) {
    .contact h1 {
        font-size: 80px;
    }
}
@media screen and (max-width: 400px) {
    .contact h1 {
        font-size: 70px;
    }
}
.contact .contact-buttons {
    width: 100%; 
    margin: 50px 0 0 0;
}
.contact .contact-buttons .button {
    width: 32.5%;
    color: black;
    border-radius: 5px;
    padding: 10px 45px;
    margin: 0 2.5% 0 2.5%;
    line-height: 42px;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 700;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 8px 0px #000000; 
    box-shadow: 0px 0px 8px 0px #000000;
    outline: none;
    transition: 0.5s;
}
@media screen and (max-width: 1000px) {
    .contact .contact-buttons {
        width: 100%; 
        margin: 30px 0 0 0;
    }
    .contact .contact-buttons .button {
        width: 40%;
        margin: 0 10px 0 10px;
    }
}
@media screen and (max-width: 600px) {
    .contact .contact-buttons {
        width: 100%; 
        margin: 15px 0 0 0;
    }
    .contact .contact-buttons .button {
        width: 95%;
        margin: 20px 0 20px 0;
    }
}
.contact .contact-buttons .button:hover {
    color: red;
}
#email_logo,
#facebook_logo,
#instagram_logo {
    transform-origin: center;
    transform-box: fill-box;
}
.contact_svg {
    display: block;
}
@media(max-width: 1100px) {
    .contact_svg {
        display: none;
    }
}
.contact .contact-section {
    background-size: cover;
    padding: 40px 0;
}
.contact .contact-section h1 {
    font-size: 45px;
    text-align: center;
    color: rgb(110, 110, 110, 0.8);
}
@media screen and (max-width: 600px) {
    .contact .contact-section h1 {
        font-size: 35px;
    }
}
.contact .contact-section .p-info {
    font-size: 18px;
    margin: 0 15% 35px 15%;
}
@media screen and (max-width: 1000px) {
    .contact .contact-section .p-info {
        margin: 0 10% 35px 10%;
    }
}
@media screen and (max-width: 600px) {
    .contact .contact-section .p-info {
        margin: 0 2.5% 35px 2.5%;
    }
}
.contact .contact-section .border {
    width: 200px;
    height: 10px;
    background: #484848;
    margin: 20px auto 40px auto;
}  
.contact .contact-section .contact-form {
    max-width: 70%;
    margin: auto;
    padding: 20px 30px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 14px 0px #000000; 
    box-shadow: 0px 0px 14px 0px #000000;
}
.contact .contact-section .block-form {
    max-width: 70%;
    margin: auto;
    padding: 20px 30px;
    border-radius: 10px;
    overflow: hidden;
    background: #b93232;
    -webkit-box-shadow: 0px 0px 14px 0px #000000; 
    box-shadow: 0px 0px 14px 0px #000000;
}
.contact .contact-section .block-form h1 {
    color: white;
    font-size: 35px;
}
@media screen and (max-width: 1000px) {
    .contact .contact-section .block-form,
    .contact .contact-section .contact-form {
        max-width: 80%;
    }
    .contact .contact-section .block-form h1 {
        font-size: 25px;
    }
}
@media screen and (max-width: 600px) {
    .contact .contact-section .block-form,
    .contact .contact-section .contact-form {
        max-width: 95%;
    }
    .contact .contact-section .block-form h1 {
        font-size: 25px;
    }
}
.contact .contact-section .block-form-p {
    float: left;
    margin: 15px 0 0 0;
    color: #fff;
}
.contact .contact-section .block-form-img {
    float: right;
}
.contact .contact-section .contact-form input::placeholder {
    color: black;
    font-size: 13px;
    opacity: 1;
}
.contact .contact-section .contact-form textarea::placeholder {
    color: black;
    font-size: 13px;
    opacity: 1;
} 
.contact .contact-section .contact-form .contact-form-text {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 16px 0;
    border: 0;
    font-size: 13px;
    border-radius: 3px;
    background: #b8b8b8;
    padding: 20px 40px;
    outline: none;
    color: black;
    transition: 0.5s;
}
.contact .contact-section .contact-form .contact-form-text:focus {
    -webkit-box-shadow: 0px 0px 10px 4px #919191; 
    box-shadow: 0px 0px 5px 4px #919191;
}
.contact .contact-section .contact-form textarea.contact-form-text {
    resize: none;
    height: 180px;
}
.contact .contact-section .contact-form .alert-text {
    background-color: #ff0908;
    color: white;
    border-radius: 5px;
    margin: 10px 0;
}
.contact .contact-section .contact-form .contact-form-img {
    float: left;
}
.contact .contact-section .contact-form .contact-form-btn {
    float: right;
    border: 0;
    background: #484848;
    color: #fff;
    font-size: 13px;
    padding: 15px 70px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
}
@media screen and (max-width: 600px) {
    .contact .contact-section .contact-form .contact-form-btn {
        padding: 15px 30px;
    }
}
.contact .contact-section .contact-form .contact-form-btn:hover {
    background: #b93232;
}
.contact .contact-section .contact-form .contact-form-btn.active {
	animation: swiggle 250ms forwards ease;
}
@keyframes swiggle {
	0% {
		transform: translate(0, 0);
	}
	 15% {
		transform: translate(1rem, 0);
	}
	 35% {
		transform: translate(-1rem, 0);
	}
	 55% {
		transform: translate(1rem, 0);
	}
	 80% {
		transform: translate(-1rem, 0);
	}
	 100% {
		transform: translate(0, 0);
	}	
}