:root {
    --c-green: #2ABB8B;
    --c-blue: #0052F5;;
    --c-yellow-orange: #EEA787;;
    --c-bg-light-blue: #E6EEFD;
    --c-bg: #FFF;
    --c-black: #000;
}


font-face {
    font-family: 'Homa';
    src: url('/fonts/Far_Homa.ttf');
}

html * {
    font-family: 'Homa' !important;
}

.shadow-lg {
    box-shadow: 2px 6px 10px 1px rgba(0, 0, 0, 0.25) !important;
}

.btn {
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    box-shadow: 2px 6px 10px 1px rgba(0, 0, 0, 0.25) !important;
    transform: scale(1.03);
    transition: all 0.3s ease-in-out;
}

.fs-11 {
    font-size: 11px;
}

.bg-c-yellow-orange {
    background-color: var(--c-yellow-orange);
}

.bg-c-success {
    background-color: var(--c-green);
}

.bg-c-blue {
    background-color: var(--c-blue);
}

.bg-light-blue {
    background-color: var(--c-bg-light-blue);
}

#navbar {
    border-radius: 0px 0px 10px 10px;
    background: rgba(255, 255, 255, 0.83);
    z-index: 10;
}

#navbar a {
    color: var(--c-black);
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 240% */
    text-transform: uppercase;
}

@media (max-width: 756px) {
    #navbar a {
        font-size: 14px;
    }

}

#navbar a:hover {
    background-color: transparent;
    color: var(--c-green);
    border-radius: 5px;
}

#navbar a.active {
    background-color: var(--c-green);
    color: var(--c-bg);
    border-radius: 5px;
}

#navbar #register-button {
    border-radius: 10px;
    background: var(--c-green);
    color: var(--c-bg);

}

#navbar .navbar-nav li {
    margin-left: 20px;
}

@media (max-width:756px)
{
    #navbar .navbar-nav li {
        height: 25px;
        position: relative;
        top: 0;
        display: flex;
        align-items: center;
    }
}

@media (max-width:397px)
{
    #navbar .navbar-nav li {
        margin-left: 10px;
    }

    #navbar a {
        font-size: 12px;
    }

}

#home-header {
    background-image: url('/assets/front/img/bus.jpg');
    height: 600px;
    position: relative;
    left: 0;
    width: 100%;
    top: -80px;
    z-index: 1;
    background-position: top;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
}

#home-header #login-div {

}

#login-alert {
    margin-top: 20px;
    padding: 10px;
    background-color: #F1DEDA;
    position: relative;
    border-radius: 10px;
}

#login-alert p {
    color: #000;

    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24.5px; /* 175% */
    text-transform: uppercase;
}

#login-alert svg {
    position: absolute;
    right: -10px;
    top: -10px;
    color: var(--c-yellow-orange);
}

/*::placeholder {*/
/*    background: whitesmoke;*/
/*    color: #3F3F3F;*/
/*    font-size: 12px;*/
/*    letter-spacing: 1px;*/
/*}*/

/*::-ms-input-placeholder {*/
/*    background: whitesmoke;*/
/*    color: #3F3F3F;*/
/*    font-size: 12px;*/
/*    letter-spacing: 1px;*/
/*}*/


input {
    background: whitesmoke;
    border-radius: 10px;
    border: 1px solid rgba(91, 91, 91, 0.33);
}

.call-box-link {
    cursor: pointer;
    width: 290px;
    padding: 10px 20px !important;
    transition: all 0.3s ease-in-out;
}

.call-box-link:hover {
    background: var(--c-yellow-orange);
    padding: 5px 15px 8px !important;
}

.call-box-link:hover p, .call-box-link:hover svg {
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.call-btn-link {
    color: #000;
    height: 35px;
}

.call-btn-link svg {
    rotate: 270deg;
    position: relative;
    top: 7px;
    right: 0px;
}

.call-btn-link .text {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 170% */
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.call-btn-link .phone {
    color: #FC7F47;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 170% */
    letter-spacing: 0.2px;
    text-transform: uppercase;
    float: left;
}


#about-us #repair-img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#about-us .about-detail-item p {
    text-align: justify;
}

#about-us .about-detail-item img {
    height: 45px;
}

.app-demo-slider .swiper-slide {
    text-align: center;
}

.app-demo-slider .swiper-slide img {
    width: 70%;
    height: 100%;
    border-radius: 10px;
}

@media (max-width: 756px) {
    .app-demo-slider .swiper-slide img {
        max-height: 400px;
        object-fit: contain;
    }
}

#app-demo {
    background-image: url('/assets/front/img/app-demo-bg.jpg');
    background-position: center;
    background-size: cover;
}


.swiper-pagination-bullet-active {
    background: #fff !important;
    height: 15px;
    width: 15px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    border: 3px solid #fff;
    height: 15px;
    width: 15px;
}


#footer {
    background: #000;
}

#footer .social-icons {
    direction: ltr;
}

#footer .social-icons .item {
    margin: 0px 5px;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 20.976px 0px 20.8px 0px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

    border-radius: 35px;
    background: #EEA787;
}

#footer .social-icons .item svg {
    width: 20px;
    height: 20px;
}



.license-plate {
    direction:ltr;
    margin: 0 auto;
    min-width: 25em;
    display: inline-block;
    border-radius: 0.2em;
    border: 0.08em solid #333;
    font-family: "Markazi Text";
    height: 4em;
    line-height: 2em;
    background-color: #ddd;
    text-align: center;
    color: rgb(40, 47, 37);
    box-shadow: inset 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.3), inset -0.05em -0.05em 0.1em #ffffff, 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.3);
}

.license-plate input{
    width: 60px;
    text-align: center;
    margin-top: 0px;
    border: none;
    background: transparent;
}

.license-plate > .blue-column {
    width: 2em;
    height: inherit;
    float: left;
    background-color: #042591;
    position: relative;
}

.license-plate > .blue-column > .flag {
    margin: 0.1em;
}

.license-plate > .blue-column > .flag :nth-child(1) {
    height: 0.1em;
    background-color: green;
}

.license-plate > .blue-column > .flag :nth-child(2) {
    height: 0.1em;
    background-color: #fff;
}

.license-plate > .blue-column > .flag :nth-child(3) {
    height: 0.1em;
    background-color: red;
}

.license-plate > .blue-column > .text {
    color: #ffffff;
    font-size: 0.5em;
    line-height: 1em;
    text-align: left;
    font-family: sans-serif;
    position: absolute;
    bottom: 0.5em;
    left: 0.5em;
}

.license-plate > input {
    font-size: 2.1em;
    padding: 0.2em !important;
    display: inline-block;
    text-shadow: 0.02em 0.02em 0.03em rgba(0, 0, 0, 0.3), -0.03em -0.03em 0.02em #fff;
    float: left;
    margin: 0 !important;
    height: 55px !important;
}

.license-plate > .alphabet-column {
    line-height: 0.5em;
    margin: 0;
}

.license-plate > .iran-column {
    width: 5em;
    text-align: center;
    float: right;
    border-left: 0.08em solid #333;
    height: inherit;
}

.license-plate > .iran-column > span {
    font-size: .7em;
    top: -5px;
    position: relative;
}

.license-plate > .iran-column > input {
    margin: 0 0.1em;
    font-size: 2.4em;
    padding: 0em;
    display: inline-block;
    text-shadow: 0.02em 0.02em 0.03em rgba(0, 0, 0, 0.3), -0.03em -0.03em 0.02em #fff;
    float: left;
    height: 35px;
    position: relative;
    top: -10px;
}

.license-plate > .iran-column > strong {
    font-weight: normal;
    font-size: 2.5em;
    line-height: 0.9em;
    text-shadow: 0.03em 0.03em 0.03em rgba(0, 0, 0, 0.3),
    -0.04em -0.04em 0.02em #fff;
}

@media (max-width:500px){
    #navbar a {
        font-size: 12px !important;
    }

    #navbar .navbar-nav li {
        margin-left: 13px !important;
    }

}


@media (max-width:410px) {
    .license-plate {
        min-width: 20em;
    }

    .license-plate [name="pelak[1]"] {
        width: 80px !important;
    }

    .navbar{
        padding: 10px 8px !important;
    }
}

