/* CSS Document */
@charset "UTF-8";

@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir.eot');
    src: local('../fonts/Vazir'), url('../fonts/Vazir.woff') format('woff'), url('../fonts/Vazir.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Vazir' !important;
    background-color: #888;
    -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1723b1;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #3c98de;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#MainPage {
    padding-top: 50px;
}

#nav-bar {
    /* position: fixed;
    top: 0;
    left: 0; */
    z-index: 10;
}

.navbar {
    background: linear-gradient(to left, #1723b1, #58f0ff);
    padding: 0 !important;
}

/* Logo resize */
.navbar-brand img {
    height: 2.5rem;
}

.navbar-nav {
    margin-left: 3rem;
}

    .navbar-nav li {
        padding: 0 1rem;
    }

    .navbar-nav li {
        padding: 0 1rem;
    }

    .navbar-nav .nav-item .nav-link {
        color: #fff !important;
        font-weight: 600;
        float: right;
        text-align: right;
    }

        .navbar-nav .nav-item .nav-link:hover {
            color: #92f7ff !important;
        }

.fa-bars {
    color: #fff !important;
    font-size: 25px !important;
}

.navbar-toggler {
    outline: none !important;
    margin-right: 20px;
}
/* --------- Banner ---------- */
.banner {
    background: linear-gradient(to left, #1723b1, #58f0ff);
    color: #fff;
    padding-top: 5%;
}

.promo-title {
    font-size: 3rem;
    font-weight: 600;
    margin-top: 1em;
}

.join-title {
    font-size: 1.44rem;
}

.link-play {
    text-decoration: none;
}

    .link-play:hover {
        color: #58f0ff;
        text-decoration: none !important;
    }

.play-btn {
    width: 45px;
    margin: 20px 0;
    margin-left: 2em;
    text-decoration: none !important;
    transition: transform 1.2s;
}

    .play-btn:hover {
        color: #444;
        text-decoration: none !important;
        transform: scale(1.2);
    }

.banner a {
    color: #fff;
    text-decoration: none !important;
}

.img-fluid {
    margin-top: 4rem;
}

.bottom-img {
    width: 100%;
}

/* ---------- Services --------- */
#services {
    padding: 50px 0;
}

.service-img {
    width: 180px;
    margin-top: 2rem;
}

.services {
    padding: 20px;
}

    .services h4 {
        padding: 1em;
        margin-top: 5px;
        text-transform: uppercase;
    }

.title::after {
    content: '';
    background: linear-gradient(to left, #1723b1, #58f0ff);
    height: 8px;
    width: 110px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    border-radius: 70px;
    transform: translateY(23px);
}

#services .btn-primary {
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background: linear-gradient(to left, #1723b1, #58f0ff);
    transition: transform 1.2s;
}

    #services .btn-primary:hover {
        transform: scale(1.2);
    }

/* -----------   About -------------*/
#about {
    background-color: #f8f9fa;
    padding-top: 3rem;
}

.about-title {
    font-size: 1.6em;
    margin-top: 8%;
    font-weight: 600;
}

#about ul li {
    margin: 10px 0;
}

#about ul {
    margin-right: 20px;
}

/* ------- Testimonials Section -----*/
#testimonials {
    margin: 3em 0;
}

.testimonials {
    border-right: 3px solid #1723b1;
    margin: 50px 0;
}

    .testimonials img {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        margin: 0 10px;
    }

.user-details {
    display: inline-block;
    font-size: 12px;
}

.feedback {
    font-style: italic;
}

/* ----- Footer ------*/
#footer {
    background: linear-gradient(to left, #1723b1, #58f0ff);
    color: #fff;
    z-index: 100;
}

.footer-img {
    width: 100%;
}

.footer-box {
    padding: 20px;
}

    .footer-box img {
        width: 4rem;
        margin-bottom: 20px;
    }

    .footer-box .fa {
        margin-left: 8px;
        font-size: 25px;
        height: 40px;
        width: 40px;
        text-align: center;
        padding-top: 7px;
        border-radius: 2px;
        display: inline-block;
    }

    .footer-box .form-control {
        box-shadow: none !important;
        border: none;
        border-radius: 0;
        margin: 20px 0;
    }

    .footer-box .btn-primary {
        box-shadow: none !important;
        width: 8rem;
        border: none;
        border-radius: 50px;
        background: linear-gradient(to left, #1723b1, #58f0ff);
        color: #fff;
        transition: transform 1.2s;
    }

        .footer-box .btn-primary:hover {
            transform: scale(1.2);
            color: #fff;
        }

/*-------- Social Media icons ---------- */
#social p {
    font-weight: 600;
    font-size: 16px;
}

#social .social-icons .svg-icons img {
    width: 23px;
    transition: transform .7s;
    margin-left: 1rem;
}

    #social .social-icons .svg-icons img:hover {
        transform: scale(1.2);
    }

.copyright {
    padding-top: 2%;
    font-size: 15px;
}

    .copyright a {
        text-decoration: none;
        color: #fff;
    }

        .copyright a:hover {
            text-decoration: none;
            color: #1723b1;
        }

#footer a {
    color: #fff;
}

#entryBox {
    margin-top: 39px;
    border: 4px solid #009688;
    border-radius: 10px;
    padding: 10px;
    animation-name: entryBox;
    animation-duration: 1s;
    animation-iteration-count: 200;
    animation-direction: alternate;
    padding-left: 20px;
}

#entry {
    width: 10px;
    height: 10px;
    position: relative;
    animation-name: entrySign;
    animation-duration: 1s;
    animation-iteration-count: 200;
    animation-direction: alternate;
}

#entryTxt {
    animation-name: entryText;
    animation-duration: 1s;
    animation-iteration-count: 200;
    animation-direction: alternate;
}

@keyframes entryBox {
    0% {
        padding-left: 20px;
        border: 4px solid #009688;
    }

    100% {
        padding-left: 130px;
        border: 2px solid #ffffff;
    }
}

@keyframes entryText {
    0% {
        color: #009688;
    }

    100% {
        color: white;
    }
}

@keyframes entrySign {
    0% {
        left: 0px;
        color: #009688;
    }

    100% {
        left: -100px;
    }
}

#footer i {
    padding-left: 5px;
}

.sidebar {
    position: fixed;
    top: 50px;
    right: 0;
    padding: 0;
    box-shadow: -5px 1px 6px 0px #1723b124;
    padding-bottom: 10px;
    background: linear-gradient(to left, #1723b1, #58f0ff);
    z-index: 0;
}

@media (min-width: 767.98px) {
    .sidebar {
        bottom: 0;
        background: white;
    }
}

.backdrop {
    height: 100vh;
    position: absolute;
    background-color: #cdcdcd73;
}

.nav-link-custom {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.pointer {
    cursor: pointer;
}

#dashboardItems h6 {
    font-size: 0.9rem;
}

#dashboardItems p {
    font-size: 0.7rem;
}

.sidebar li {
    margin: 0.3rem;
    border: 1px dotted #55e7fb;
    background: #f3f4ff;
    border-radius: var(--bs-border-radius) !important;
    transition: 0.2s;
}

    .sidebar li :hover {
        color: #398dd9;
        text-shadow: 0px 0px 4px #58efff;
    }

@media (min-width: 767.98px) {
    #dashboardItems h6 {
        font-size: 1.2rem;
    }

    #dashboardItems p {
        font-size: 1rem;
    }
}

#hideNavbar {
    background: none;
}

.sidebar li {
    transition: all 0.2s;
}

    .sidebar li :hover {
        transform: scale(1.03)
    }

.CardZoom .card {
    transition: all 0.2s;
}

    .CardZoom .card:hover {
        transform: scale(1.03)
    }

.selectItemMilad {
    display: block;
    padding: 0.23rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#SurveyBoxGood label {
    font-size: 0.8rem;
}

#SurveyBoxBad label {
    font-size: 0.75rem;
}

@media(min-width: 380px) {
    #SurveyBoxGood label {
        font-size: 1rem;
    }

    #SurveyBoxBad label {
        font-size: 1rem;
    }
}

.StateMissionCollapse {
    font-size: .875em;
    color: var(--bs-danger-text);
}

#LiveLocation {
    position: absolute;
    width: 30px;
    right: 22px;
    top: 15.5rem;
    z-index: 1000;
}

#strMap {
    height: 18rem;
}

#hiddenField {
    height: 0px;
    overflow: hidden;
}

.RezervationDay {
    width: 150px;
}

    .RezervationDay li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .RezervationDay .list-group {
        white-space: normal;
    }

.MontlyCredit {
    width: 200px;
}

    .MontlyCredit li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .MontlyCredit .list-group {
        white-space: normal;
    }



.lightGreenBg {
    background-color: #aaebc2;
}

.lightRedBg {
    background-color: #ffc2c2;
}

.lightYellowBg {
    background-color: #ddff85;
}

.form-switch {
    cursor: pointer;
}

.form-check-input {
    cursor: pointer;
}

.form-switch label {
    cursor: pointer;
}

#HistoryForm {
    height: 320px;
}

@media (min-width: 990px) {
    #HistoryForm {
        height: 190px;
    }
}
