.contact-us-bg{
    max-height: 100vh;
    width: 100%;
    height: 100vh;
    background: url(../assets/img/common/test_contact.png) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

.topshadow-header{
    position: absolute;
    top:0;
    opacity: 1;
    height: 150%;
    width: 100%;
    object-fit: cover;
    z-index: 2;
}
.top_bottomshadow-header{
    position: absolute;
    background: linear-gradient(to bottom, #092039, #0a2746a2);
    height: 100%;
    bottom:0;
    width: 100%;
    object-fit: cover;
    z-index: 2;
}
.bottomshadow-header{
    /* background: linear-gradient(to top, #0a2746, #0a274608); */
    position: absolute;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    z-index: 2;
}
.midshadow-header{
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 5;
}
.contact-wrapper{
    display: flex;
    padding-top:50px;
    justify-content: space-between;
}

.contact-title-text{
    font-size: 100px;
    font-family: poppinssemibold;
    color: #A5CFE8;
    background: linear-gradient(90deg, #68a8837e,#28aac779, #259db87d, #246db679);
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    position: relative;
}

.contact-address-title{
    font-size: 20px;
    font-family: poppinssemibold;
    color: #fff;
}
.contact-address-text{
    font-size: 20px;
    font-family: poppinssemibold;
    color: #fff;
}

.contact-padding-top{
    padding-top: 50px;
}

.contact-social-media-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.contact-social-media-section1{
    flex: 2;
}
.contact-social-media-section2{
    display: flex;
    flex: 1;
    gap: 15px;
    width: 50px;
    height: 50px;
}

.contact-section-2{
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 80px;
}

.contact-container{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.contact-detail-width{
    width: 50%;
}