@font-face {
    font-family: 'Shabnam';
    font-style: normal;
    font-weight: 400;
    src: local('Shabnam'),
    local('Shabnam-Regular'),
    url(../font/persian-digits-overwrite/Shabnam-persian-digits-overwrite.eot) format('eot'),
    url(../font/persian-digits-overwrite/Shabnam-persian-digits-overwrite.ttf) format('ttf'),
    url(../font/persian-digits-overwrite/Shabnam-persian-digits-overwrite.woff) format('woff');
}

@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    src: local('Helvetica'),
    local('Helvetica'),
    url(../font/Helvetica.otf) format('otf');
}

html, body {
    direction: rtl;
    background-color: #263238;
    font-family: Shabnam;
}

ul {
    padding: 0;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.font-size-42 {
    font-size: 42px !important;
}

.icons {
    display: flex;
}

.icon {
    padding-left: 8px;
    width: 42px;
}

.img {
    width: 100%;
}

.navbar {
    position: relative;
    background-color: #37474F;
    z-index: 99;
    width: 100%;
    align-items: center;
    text-align: center;
}

.brand-logo {
    width: 220px;
}

.nav-link {
    color: #CFD8DC !important;
    font-size: 16px;
    padding: 1rem;
}

.nav-item :hover.nav-link {
    color: #90A4AE !important;
}

.active {
    color: #df0631 !important;
    font-weight: bold;
}

.nav-item :hover.active {
    color: #df0631 !important;
}

.bg-light-dark {
    background-color: #37474F;
}
.carousel-image{
    height: 500px!important;
    width: 100%!important;
}
.text-light{
    color: #CFD8DC !important;
}
.en-texts {
    font-family: Helvetica;
}
.card {
    color: white;
    background-color: #33A6E1;
}

.card-fa {
    text-align: right;
}

.card-en {
    text-align: left;
}

.card-footer {
    background-color: #ffffff;
}

.spacer {
    height: 50px;
}

footer {
    background-image: url("../images/banner-worldwide.png");
    /*width: 100%;*/
    /*display: flex;*/
    background-position: center;
    background-size: cover;
    /*height: max-content;*/
    /*background-repeat: no-repeat;*/
    display: flex;
    background-color: #37474F;
    align-items: center;
    position: relative;
}

.footer-nav {
    text-align: center;

    margin: 0;
    list-style: none;
}

.footer-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #CFD8DC;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: none;
}

.footer-item :hover.footer-link {
    color: #90A4AE !important;
}

.footer-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.section-title-box-absolute {
    top: 300px;
    background: #37474F;
    width: 73%;
    position: absolute;
}

#about-us-image {
    background-position: center;
    background-image: url("../images/15.png");
    width: 100%;
    height: 300px;
    background-size: cover;
}

#contact-us-image {
    background-position: center;
    background-image: url("../images/16.png");
    width: 100%;
    height: 300px;
    background-size: cover;
}

.section-content {
    text-align: center;
    color: #ECEFF1;
    margin-bottom: 24px;
}

.section-title-box {
    padding: 10px;
}

.section-subtitle-box {
    margin-bottom: 24px;
}

.section-text-box {
    margin-bottom: 24px;
}

.section-title {
    font-size: 32px;
    color: #ECEFF1;
}

.section-subtitle {
    font-size: 24px;
    color: #CFD8DC;
}

.section-text {
    color: #B0BEC5;
    font-size: 18px;
}

.dropdown-menu {
    background-color: #455A64;
    text-align: right;
}

.dropdown-item {
    color: #CFD8DC;
}

.dropdown-menu :hover.dropdown-item {
    color: #CFD8DC;
    text-decoration: none;
    background-color: #546E7A;
}

.input-box {
    margin-bottom: 24px;
}

.text-blue-100 {
    color: #CFD8DC !important;
}

input {
    border-radius: 15px !important;
    border: none !important;
    box-shadow: 0 0 5px 1px rgba(255, 255, 255, 1);
    background-color: #455A64 !important;
}

::placeholder {
    color: #CFD8DC !important;
}

form {
    text-align: center;
}

.box-shadow {


}

.submit-btn {
    background-color: #37474F;
    box-shadow: 0 0 5px 1px rgba(255, 255, 255, 1);
    color: #CFD8DC;
}

.name-input-box {
    margin-bottom: 24px;
}

.height-100px {
    height: 100px;
}