@font-face {
    font-family: Yekan;
    src: url("../fonts/yb/Yekan\ Bakh\ EN\ 05\ Medium.ttf");
    font-weight: normal;
}

@font-face {
    font-family: VazirCodeX;
    src: url("../fonts/yb/Yekan\ Bakh\ EN\ 05\ Medium.ttf");
    font-weight: normal;
}

@font-face {
    font-family: Yekan-light;
    src: url("../fonts/yb/Yekan\ Bakh\ EN\ 05\ Medium.ttf");
    font-weight: normal;
}

@font-face {
    font-family: Yekan1;
    src: url("../fonts/yb/Yekan\ Bakh\ EN\ 07\ Heavy.ttf");
    font-weight: normal;
}

@font-face {
    font-family: Yekan-bold;
    src: url("../fonts/yb/Yekan\ Bakh\ EN\ 06\ Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: Vazir;
    src: url("../fonts/Vazir-Light.eot");
    src: url("../fonts/Vazir-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Light.woff2") format("woff2"), url("../fonts/Vazir-Light.woff") format("woff"), url("../fonts/Vazir-Light.ttf") format("truetype");
    font-weight: 300;
}

body {
    font-family: "Yekan", sans-serif !important;
    background: #f6fafd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Yekan", sans-serif !important;
}

@media (min-width: 991px) {
    #off {
        width: 100%;
        background: #ff2f2f;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }
    #off .off-title {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #off .off-title p {
        font-family: vazir;
        font-size: 18px;
        color: white;
        margin: auto;
    }
    #off .off-times {
        display: flex;
        align-items: center;
        justify-content: space-between;
        direction: ltr!important;
        margin-right: 5px;
        margin-left: 5px;
    }
    #off .off-times .off-time {
        border: 1px dashed white;
        border-radius: 5px;
        margin: 0 5px;
        width: 72px;
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #off .off-times .off-time p {
        color: white;
        line-height: 0px !important;
    }
    #off a {
        border: 1px solid white;
        border-radius: 5px;
        width: 232px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-family: vazir;
        font-weight: 800;
        text-decoration: none;
    }
}

@media (max-width: 991px) {
    #off {
        width: 100%;
        background: #ff2f2f;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        /* margin-top: 65px; */
    }
    #off .off-title {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #off .off-title p {
        font-family: vazir;
        font-size: 18px;
        color: white;
        margin: auto;
    }
    #off .off-times {
        display: flex;
        align-items: center;
        justify-content: space-between;
        direction: ltr!important;
        margin-right: 5px;
        margin-left: 5px;
    }
    #off .off-times .off-time {
        border: 1px dashed white;
        border-radius: 5px;
        margin: 0 5px;
        width: 72px;
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #off .off-times .off-time p {
        color: white;
        line-height: 0px !important;
    }
    #off a {
        border: 1px solid white;
        border-radius: 5px;
        width: 232px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-family: vazir;
        font-weight: 800;
        text-decoration: none;
    }
}


/*nav*/

@media (min-width: 991px) {
    /* .festival-margin {
        top: 90px;
    } */
    nav {
        width: 100%!important;
        /* position: fixed !important; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0;
        margin: auto;
        top: 0px;
        background-color: white;
        z-index: 1000;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px;
    }
    nav .nav-logo {
        direction: rtl!important;
    }
    nav .nav-logo img {
        width: 60px;
    }
    nav .nav-title {
        display: flex;
    }
    nav .nav-title a {
        text-decoration: none;
        color: #000662;
        margin: 0 15px;
        font-family: vazir;
        font-weight: 900;
    }
    nav .nav-login {
        display: flex;
    }
    nav .nav-login img {
        width: 30px;
        height: 30px;
        margin: 0 10px;
        cursor: pointer;
    }
}

@media (max-width: 991px) {
    /* .festival-margin {
        top: 0px;
    } */
    nav {
        width: 100%!important;
        /* position: fixed !important; */
        padding: 10px 0;
        /* top: 200px; */
        background-color: rgb(255, 255, 255);
        z-index: 1000;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px;
    }
    nav .nav-logo {
        text-align: center;
    }
    nav .nav-logo img {
        width: 60px;
    }
    nav .nav-title {
        display: none;
    }
    nav .nav-title a {
        text-decoration: none;
        color: #000662;
        margin: 0 15px;
        font-family: vazir;
        font-weight: 900;
    }
    nav .nav-login {
        display: flex;
    }
    nav .nav-login img {
        width: 20px;
        height: 20px;
        margin: 0 10px;
        cursor: pointer;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    background: #00043a;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 5px;
}

.sidenav .link-a {
    padding: 8px 25px 8px 8px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidenav .link-a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    /* position: absolute;
    top: 0;
    right: 25px; */
    font-size: 36px;
    /* margin-left: 50px; */
    color: white;
    cursor: pointer;
}

.sidenav img {
    width: 70px;
}

#main {
    display: none;
}

.btn-side-login {
    width: 100%;
    background: linear-gradient(45deg, #8aa4fc, #43a3df);
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    border-radius: 35px;
    font-size: 16px;
    margin-top: 30px;
}

.btn-side-reg {
    width: 100%;
    /* background: linear-gradient(45deg, #8aa4fc, #43a3df); */
    border: 2px solid #8aa4fc;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #8aa4fc;
    border-radius: 35px;
    font-size: 16px;
    margin-top: 15px;
}


/* footer */


/*footer*/

@media (min-width: 992px) {
    #footer {
        width: 100%;
        margin-top: 100px;
    }
    #footer .footer-title {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    #footer .footer-title .footer-title-item h2 {
        text-align: right;
        font-size: 22px;
        font-family: vazir;
    }
    #footer .footer-title .footer-title-item p {
        text-align: right;
        font-family: vazir;
        margin-top: 10px;
    }
    #footer .footer-title .footer-title-img img {
        width: 80px;
        height: 115px;
    }
    #footer .footer-sub {
        width: 100%;
        display: flex;
        position: relative;
        padding-bottom: 25px;
    }
    #footer .footer-sub .footer-background {
        position: absolute;
        width: 100%;
        height: 50%;
        z-index: -1;
    }
    #footer .footer-sub .footer-sub-right {
        width: 50%;
    }
    #footer .footer-sub .footer-sub-right .footer-sub-right-social {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #footer .footer-sub .footer-sub-right .footer-sub-right-social img {
        width: 50px;
        height: 50px;
        margin: 0 15px;
    }
    #footer .footer-sub .footer-sub-right .footer-sub-right-nav {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }
    #footer .footer-sub .footer-sub-right .footer-sub-right-nav a {
        margin: 10px 15px;
        color: #ffffff;
        cursor: pointer;
        text-decoration: none;
    }
    #footer .footer-sub .footer-sub-right .footer-sub-right-nav a:hover {
        color: #e2e2e2;
        transition: all 0.2s ease-in-out;
    }
    #footer .footer-sub .footer-sub-right .footer-sub-right-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        cursor: pointer;
    }
    #footer .footer-sub .footer-sub-right .footer-sub-right-btn a {
        background: #192d51;
        color: white;
        padding: 10px 60px;
        border-radius: 30px;
        margin-right: 60px;
    }
    #footer .footer-sub .footer-sub-left {
        width: 50%;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item {
        width: 100%;
        background: #2E3344;
        border-radius: 15px;
        padding: 5px 0 10px 0;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-title {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 20px 5px;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-title a {
        color: #fff;
        cursor: pointer;
        margin: 0 20px;
        text-decoration: none;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-title a:hover {
        color: #6c757d;
        transition: all 0.2s ease-in-out;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-copyright {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 20px;
        padding: 0 20px;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-copyright img {
        width: 35px;
        height: 40px;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-copyright img:hover {
        width: 40px;
        height: 45px;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-copyright svg {
        margin-right: 15px;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-copyright p {
        color: #6c757d;
        text-align: center;
        margin: auto 10px;
        font-size: 15px;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-social {
        width: 100%;
        display: flex;
        align-items: center;
        margin-right: 10px;
        margin-top: 15px;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-social .footer-sub-left-item-social-div {
        background: #7E96EE1A;
        padding: 17px;
        border-radius: 10px;
        margin: 10px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-social .footer-sub-left-item-social-div:hover {
        background: orange;
        transition: all 0.2s ease-in-out;
    }
    .footer-background-down {
        background: #113fb4;
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
        z-index: -2;
        padding-bottom: 10px;
    }
    @media screen and (max-width: 769px) {
        footer .footer-right {
            width: 100% !important;
        }
        footer .footer-left {
            width: 100% !important;
        }
        footer .footer {
            display: block!important;
        }
        footer .footer-left .footer-left-title h1 {
            margin-right: 100px;
            font-size: 20px;
        }
        footer .footer-left .footer-left-items {
            display: flex;
            justify-content: center;
        }
    }
}

@media (max-width: 992px) {
    #footer {
        width: 100%;
        margin-top: 100px;
    }
    #footer .footer-title {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    #footer .footer-title .footer-title-item h2 {
        text-align: right;
        font-size: 22px;
        font-family: vazir;
    }
    #footer .footer-title .footer-title-item p {
        text-align: right;
        font-family: vazir;
        margin-top: 10px;
    }
    #footer .footer-title .footer-title-img img {
        width: 80px;
        height: 115px;
    }
    #footer .footer-sub {
        width: 100%;
        display: flex;
        position: relative;
        padding-bottom: 25px;
    }
    #footer .footer-sub .footer-background {
        position: absolute;
        width: 100%;
        height: 50%;
        z-index: -1;
    }
    #footer .footer-sub .footer-sub-right {
        width: 100%;
    }
    #footer .footer-sub .footer-sub-right .footer-sub-right-social {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }
    #footer .footer-sub .footer-sub-right .footer-sub-right-social img {
        width: 30px;
        height: 30px;
        margin: 0 15px;
    }
    #footer .footer-sub .footer-sub-right .footer-sub-right-nav {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    #footer .footer-sub .footer-sub-right .footer-sub-right-nav a {
        margin: 10px 15px;
        color: #ffffff;
        cursor: pointer;
        text-decoration: none;
        font-size: 14px;
    }
    #footer .footer-sub .footer-sub-right .footer-sub-right-nav a:hover {
        color: #e2e2e2;
        transition: all 0.2s ease-in-out;
    }
    #footer .footer-sub .footer-sub-right .footer-sub-right-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        cursor: pointer;
    }
    #footer .footer-sub .footer-sub-right .footer-sub-right-btn a {
        background: #192d51;
        color: white;
        padding: 10px 60px;
        border-radius: 30px;
    }
    #footer .footer-sub .footer-sub-left {
        width: 100%;
        margin-top: 20px;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item {
        width: 100%;
        background: #2E3344;
        border-radius: 15px;
        padding: 5px 0 10px 0;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-title {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 20px 5px;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-title a {
        color: #fff;
        cursor: pointer;
        margin: 0 20px;
        text-decoration: none;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-title a:hover {
        color: #6c757d;
        transition: all 0.2s ease-in-out;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-copyright {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 20px;
        padding: 0 20px;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-copyright img {
        width: 35px;
        height: 40px;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-copyright img:hover {
        width: 40px;
        height: 45px;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-copyright svg {
        margin-right: 15px;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-copyright p {
        color: #6c757d;
        text-align: center;
        margin: auto 10px;
        font-size: 15px;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-social {
        width: 100%;
        display: flex;
        align-items: center;
        margin-right: 10px;
        margin-top: 15px;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-social .footer-sub-left-item-social-div {
        background: #7E96EE1A;
        padding: 17px;
        border-radius: 10px;
        margin: 10px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    #footer .footer-sub .footer-sub-left .footer-sub-left-item .footer-sub-left-item-social .footer-sub-left-item-social-div:hover {
        background: orange;
        transition: all 0.2s ease-in-out;
    }
    .footer-background-down {
        background: #113fb4;
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
        z-index: -2;
        padding-bottom: 10px;
    }
    /* @media screen and (max-width: 769px) {
        footer .footer-right {
            width: 100% !important;
        }
        footer .footer-left {
            width: 100% !important;
        }
        footer .footer {
            display: block!important;
        }
        footer .footer-left .footer-left-title h1 {
            margin-right: 100px;
            font-size: 20px;
        }
        footer .footer-left .footer-left-items {
            display: flex;
            justify-content: center;
        }
    } */
}


/* @media (min-width: 991px) {
    footer {
        margin-top: 150px;
        background-color: #00043a;
        width: 100%;
    }
    footer .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    footer .company {
        display: flex;
        align-items: center;
    }
    footer .company .img {
        width: 150px;
    }
    footer .company h5 {
        font-size: 30px;
        color: white;
        font-family: "Yekan1" !important;
        margin-right: 20px;
        line-height: 45px;
    }
    footer .about-description {
        color: white;
        line-height: 30px;
        text-align: justify;
        margin-top: 50px;
    }
    footer .title-foot h6 {
        color: white;
        font-size: 30px;
        font-weight: 900;
        padding-right: 10px;
        position: relative;
    }
    footer .title-foot h6::before {
        border-right: 5px solid orange;
        position: absolute;
        width: 5px;
        height: 15px;
        content: "";
        top: 7px;
        right: 0px;
    }
    footer .link-foot a {
        color: white;
        text-decoration: none;
        display: block;
        margin-top: 15px;
        font-size: 17px;
    }
    footer .newsletter {
        position: relative;
        width: 100%;
    }
    footer .newsletter input {
        width: 100%;
        border: none;
        background-color: white;
        border-radius: 35px;
        height: 45px;
    }
    footer .newsletter button {
        width: 100px;
        border: none;
        background: linear-gradient(45deg, #8aa4fc, #43a3df);
        border-radius: 35px;
        height: 35px;
        position: absolute;
        left: 6px;
        top: 5.5px;
        color: white;
    }
    footer .social-foot {
        display: flex;
        justify-content: center;
    }
    footer .social-foot a {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        background-color: #3468f0;
        color: rgb(255, 255, 255);
        border-radius: 50%;
        margin-top: 20px;
        margin-left: 10px;
    }
}

@media (max-width: 991px) {
    footer {
        margin-top: 150px;
        background-color: #00043a;
        width: 100%;
    }
    footer .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    footer .company {
        display: flex;
        align-items: center;
    }
    footer .company .img {
        width: 150px;
    }
    footer .company h5 {
        font-size: 25px;
        color: white;
        font-family: "Yekan1" !important;
        margin-right: 20px;
        line-height: 45px;
    }
    footer .about-description {
        color: white;
        line-height: 30px;
        text-align: justify;
        margin-top: 50px;
    }
    footer .title-foot h6 {
        color: white;
        font-size: 25px;
        font-weight: 900;
        padding-right: 10px;
        position: relative;
    }
    footer .title-foot h6::before {
        border-right: 5px solid orange;
        position: absolute;
        width: 5px;
        height: 15px;
        content: "";
        top: 7px;
        right: 0px;
    }
    footer .link-foot a {
        color: white;
        text-decoration: none;
        display: block;
        margin-top: 15px;
        font-size: 17px;
    }
    footer .newsletter {
        position: relative;
        width: 100%;
    }
    footer .newsletter input {
        width: 100%;
        border: none;
        background-color: white;
        border-radius: 35px;
        height: 45px;
    }
    footer .newsletter button {
        width: 100px;
        border: none;
        background: linear-gradient(45deg, #8aa4fc, #43a3df);
        border-radius: 35px;
        height: 35px;
        position: absolute;
        left: 6px;
        top: 5.5px;
        color: white;
    }
    footer .social-foot {
        display: flex;
        justify-content: center;
    }
    footer .social-foot a {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        background-color: #3468f0;
        color: rgb(255, 255, 255);
        border-radius: 50%;
        margin-top: 20px;
        margin-left: 10px;
    }
} */