@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);
}

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: white;
    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: white !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;
}
.section-1 {
    font-family: medium;
}

.section-2 h1 {
    font-family: bold;
}

.section-2 {
    font-family: thin;
}

.section-3 {
    font-family: thin;
}

.section-4 {
    font-family: thin;
}

.section-4 h3 {
    font-family: medium;
}

.section-5 {
    font-family: thin;
}

.active {
    color: #17A6B9;
}

.section-1 {
    background-image: url("../images/slider22.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.indicators {
    background-color: #17A6B9 !important;
    opacity: 60% !important;
}

.indicators:hover {
    cursor: pointer;
    background-color: #5AD0F7 !important;
    opacity: 100% !important;
}

.section-2-title {
    font-family: title;
}

.box img {
    width: 12%;
}


/* .img-box a{
    width: 100% !important;
} */

.section-4 h1 {
    font-family: title;
}

.section-5 h1 {
    text-shadow: 0px 2px 4px rgb(176, 176, 176) !important;
}

.map {
    box-shadow: 0 2px 16px -4px rgb(0, 0, 0);
    border-radius: 8px !important;
}

.map iframe {
    border-radius: 8px !important;
}
.footer{
    font-family: thin;
}

/* @media screen and (max-width:640px) {
    .section-2 h1{
        font-size: 20px;
    }
} */