@font-face {
    font-family: bold;
    src: url(../Fonts/Vazirmatn-Bold.ttf);
}

@font-face {
    font-family: medium;
    src: url(../Fonts/Vazirmatn-SemiBold.ttf);
}

@font-face {
    font-family: thin;
    src: url(../Fonts/Vazirmatn-Medium.ttf);
}

@font-face {
    font-family: light;
    src: url(../Fonts/Vazirmatn-Regular.ttf);
}

@font-face {
    font-family: xs;
    src: url(../Fonts/Vazirmatn-Light.ttf);
}

nav a {
    font-family: bold;
}
.res-navbar{
    width: 100%;
    /* display: none; */
    /* background-color: aqua; */
    align-items: center;
    justify-content: right;
}
.responsive-nav{
    font-family: thin;
    /* display: none; */
}
.res-nav-icon{
    /* width: 100%; */
    /* margin-right: 5%; */
    display: flex;
    align-items: center;
    justify-content: right;
    position: absolute;
    top:5%;
    right: 5%;
    /* margin-bottom: 5vh; */
    /* background-color: #FF0024; */
}
.res-nav-icon i{
    width: 40px;
    height: 40px;
    padding: 1vh;
    font-size: 20px;
    color: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.res-nav-close{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}
.res-nav-close i{
    width: 40px;
    height: 40px;
    padding: 2vh;
    font-size: 16px;
    color: black !important;
    border-radius: 50%;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}
.res-nav-items{
    width: 60%;
    /* height: 100vh; */
    /* margin-left: 40%; */
    text-align: right;
    position: absolute;
    padding: 2vh;
    top: 0;
    z-index: 999;
    display: none;
    margin-top: 9vh;
}
.res-nav-items button{
    box-shadow: inset 0 0 16px #25536B;
    transition: 0.4s;
}
.res-nav-items button:hover{
    box-shadow: inset 0 0 36px #17A6B9;
    transition: 0.4s;
}
.res-nav-items .admin-exit-btn button{
    box-shadow: 0 0 0 0;
}
.res-nav-items .admin-exit-btn button:hover{
    box-shadow: 0 0 0 0;
}
.res-bg-close{
    width: 100%;
    left: 0;
    height: 230vh;
    z-index: 1;
    background-color: #eeeeee;
    position: absolute;
    display: none;
}
.contact-us-page-title {
    font-family: bold;
}

.active {
    color: #17A6B9;
}

.right-side {
    background-image: url('../images/contactUs.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: xs;
}

.left-side {
    font-family: xs;
}

label {
    opacity: 60%;
    transition: 0.4s;
}

input {
    border-left: none;
    border-top: none;
    border-right: none;
    width: 100%;
    opacity: 60%;
    transition: 0.4s;
}

input:focus {
    opacity: 100%;
}