﻿@media screen and (max-width: 750px) {
    .contactus-header {
        flex-wrap: wrap-reverse;
        justify-content: center !important;
        gap: 16px;
    }
    .contactus-header-billboard {
        min-width: 0 !important;
    }
}
@media screen and (max-width: 1024px) {
    .contactus-header-billboard {
        width: 25vh !important;
        height: 25vh !important;
        min-width: 30vh !important;
        min-height: 30vh !important;
    }
}
.contactus-main {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('../../images/backgrounds/topheader-background.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.contactus-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 32px;
    padding: 32px 32px 64px 32px;
}
.contactus-header-title {
    font-weight: 700;
    text-align:center;
}

.contactus-header-context {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 32px;
    gap:64px;
}

.contactus-header-billboard {
    display: flex;
    width: 55vh;
    height: 55vh;
    min-width: 55vh;
    min-height: 55vh;
    border-radius: 16px;
    overflow: hidden;
}

.contactus-header-content {
    padding: 0 32px 0 32px;
}

.contactus-billboard-img {
    display: flex;
    width: 100%;
    height: 100%;
}

.contactus-social-img {
    width: 48px;
    height: 48px;
}

.contactus-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 32px;
    border-radius: 2rem;
    border: none;
    background-color: #24253A;
    box-shadow: 0px 0px 20px 0px rgba(20, 20, 20, 0.15);
    max-width: 400px;
}
.contactus-content {
    width: 100%;
    padding:32px;
    display:flex;
    flex-direction:column;
    gap :16px;
     
}
.contactus-info-item {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.contactus-info-img {
    width: 24px;
    height: 24px;
}

.contactus-social {
    display: flex;
    max-width: 400px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 32px;
    border-radius: 2rem;
    border: none;
    background-color: #24253A;
    box-shadow: 0px 0px 20px 0px rgba(20, 20, 20, 0.15);
}

.contactus-social-title {
    font-weight: 500;
}

.contactus-social-content {
    display: flex;
    flex-direction: row;
    gap: 12px;
}
