
.contact {
    text-align: start;
    margin: 0 auto;
    max-width: 1664px;
    margin-top: 100px;
    margin-bottom: 500px;
    padding: 40px;
}

.get-in-touch p {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 500;
    max-width: 400px;
}

.details .detail p {
    color: #969696;
    margin-bottom: 20px;
}

.detail {
    margin-top: 40px;
}

.social-e {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgb(255, 255, 255);
    width: 240px;
    justify-content: space-between;
    cursor: pointer;
}

.social-e a{
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    background-color: white;
    color: black;
    font-size: 18px;
    font-weight: 500;
}

.social-e img {
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    filter: brightness(-100%);
    margin-left: 40px;
}

.social-e:hover a {
    color:#969696;
}

.social-e .extra {
    margin-left: 200px;
}

.social-e:hover img{
    filter: invert(25%) sepia(80%) saturate(0%) hue-rotate(0deg);
    transform: rotate(45deg);
}

@media (max-width: 1024px) {

    .contact {
        padding: 0 40px;
    }

}

@media (max-width: 768px) {
   
    .contact {
        padding: 0 30px;
    }

}
