@font-face {
    font-family: 'Mikhak';
    src: url('../../../assets/all-fonts/Mikhak/Mikhak-Bold.eot');
    src: url('../../../assets/all-fonts/Mikhak/Mikhak-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../../assets/all-fonts/Mikhak/Mikhak-Bold.woff2') format('woff2'),
    url('../../../assets/all-fonts/Mikhak/Mikhak-Bold.woff') format('woff'),
    url('../../../assets/all-fonts/Mikhak/Mikhak-Bold.ttf') format('truetype'),
    url('../../../assets/all-fonts/Mikhak/Mikhak-Bold.svg#Mikhak-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: iransans;
    src: url("../../../assets/all-fonts/iransansdn/IRANSansDNFaNum.ttf"),
    url("../../../assets/all-fonts/iransansdn/IRANSansDNFaNum.woff2"),
    url("../../../assets/all-fonts/iransansdn/IRANSansDNFaNum.eot"),
    url("../../../assets/all-fonts/iransansdn/IRANSansDNFaNum.woff")
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    font-family: "Font Awesome 6 Pro" !important;
}
:root {
    --mainColor: #33568c;
    --secondColor: #4c7cc4;
    --radius: 5px;
    --border-radius: 5px;
    --tra: all .3s;
    --box: 0 5px 6px #0002;
}

body, html {
    font-family: iransans, sans-serif !important;
    overflow-x: hidden;
    direction: rtl;
    background: #fff;
}

.titel {
    font-family: Mikhak, sans-serif !important;
    text-align: center;
    font-size: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.titel::after {
    content: "";
    width: 100px;
    height: 4px;
    border-radius: 1rem;
    background: var(--mainColor);
    display: flex;
    margin-top: 1.5rem;

}

main {
    min-height: 100vh
}


.button {
    z-index: 1;
    position: relative;
    overflow: hidden;
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 5px;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: transparent;
    height: 40px;
}

.button::before {
    content: '';
    margin: auto;
    height: 0;
    width: 0;
    position: absolute;
    background-color: var(--secondColor);
    z-index: -1;
    border-radius: 50%;
    transition: all .5s;
}


.button:hover {
    color: #fff;
    text-decoration: none;
}

.button:hover:before {
    height: 350px;
    width: 350px;
}


.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

.owl-dot {
    background-color: #888888 !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0.1rem;
    opacity: .5;
}

.owl-dot.active {
    background: var(--secondColor) !important;
    width: 12px;
    height: 12px;
    opacity: 1;
}


/*********************/

.best {
    background: #f8f8f8;
    padding: 1rem 0;
}

.best_main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cart_best {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 25px 0;
    /*min-height: 100px; */
    padding-left: 50px; 
}

.cart_best_i {
    font-size: 35px;
    color: var(--secondColor);
    margin-left: 10px;
}

.cart_best:hover .cart_best_i {
    animation: bounce linear 1s;
}

@keyframes bounce {
    from, 20%, 53%, 80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.cart_best_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.cart_best_titel {
    font-size: 20px;
    font-family: Mikhak, sans-serif !important;
    color: #333;
}


.cart_best_span {
    text-align: right;
    font-size: 15px;
    color: #555;
}

.Flight_sec {
    margin: 2rem 0;
}

.Flight_sec .titel {
    margin-bottom: 2rem;
}

.Flight_box {
    border: 1px solid #ccc;
    border-radius: var(--radius);
    padding: 10px;
}

.Flight_box > h5 {
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    color: #333;
    padding-top: 5px;
    margin-bottom: 10px;
}

.Flight_box > h5 > span {
    color: var(--mainColor)
}

.Flight_box > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.Flight_box > ul > li {
    width: 50%;
    display: flex;
}

.Flight_box > ul > li > a {
    transition: all .3s;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid #ccc;
    border-radius: var(--radius);
    margin: 5px;
    color: #555;
    font-size: 13px;
}

.Flight_box > ul > li > a > i.fa-plane {
    transform: rotate(-45deg);
    font-size: 15px;
    transition: all .3s;
    color: var(--secondColor);
}

.Flight_box > ul > li > a > i.fa-user {
    font-size: 12px;
}

.Flight_box > ul > li > a:hover i{
    color: #fff;
}
.Flight_box > ul > li > a:hover {
    text-decoration: none !important;
    background: var(--secondColor);
    cursor: pointer;
    color: #fff !important;
}

.Flight_sec_Owl .item {
    padding: 1px
}

.navbarStatic{
    top: -150px;
}

.articles {
    background-image: url("../images/apptextur.png");
    background-color: #f8f8f8;
    background-size: 250px;
    background-repeat: repeat;
    padding: 2rem 0;
    margin-bottom: 1rem;
}

.article_Box > .article_a {
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 350px;
}

.article_Box > .article_a > .article_img {
    width: 100%; /*! box-shadow: 0 40px 40px #3339; */
    overflow: hidden;
    border-radius: var(--radius)
}

.article_Box > .article_a > .article_img > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
    transition: var(--tra);
    filter: brightness(.5);
}

.article_Box > .article_a > .article_text {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 10px;
    border-radius: 5px 0 5px 5px;
    margin: 0 15px;
    position: relative;
    margin-top: -70px;
    box-shadow: 0 0px 10px #3339;
    width: -webkit-fill-available;
    width: -moz-available;
}

.article_Box > .article_a > .article_text > .article_box_star {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.article_Box > .article_a > .article_text > .article_description {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    margin: 0;
    font-size: 13px;
    margin-top: 5px;
}

.article_Box > .article_a > .article_text > .article_i::after {
    width: 100%;
    height: 6px;
    background-color: var(--secondColor);
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    clip-path: polygon(100% 0, 0px 0, 50% 100%);
}

.article_Box > .article_a > .article_text > .article_i::before {
    position: absolute;
    content: '';
    top: 3px;
    left: 100%;
    border-radius: 0 8px 0 0;
    -webkit-border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    -ms-border-radius: 0 8px 0 0;
    -o-border-radius: 0 8px 0 0;
    width: 7px;
    height: 7px;
    background-color: #001e83;
}

.article_Box > .article_a > .article_text > .article_i {
    display: flex;
    position: absolute;
    top: -10px;
    padding: 5px 10px;
    background: var(--secondColor);
    color: #fff;
    font-style: normal;
    font-size: 12px;
    border-radius: 5px 5px 0 0;
    left: 0;
}

.article_Box > .article_a > .article_text > .article_titel {
    display: flex;
    font-size: 15px;
    margin: 6px 0;
    color: var(--secondColor);
    font-weight: 800;
    text-align: right;
}

.article_Box > .article_a .article_box_span {
    font-size: 12px;
    margin-right: 10px;
}

.article_box_starMain > .fa-star {
    color: #e5b700;
    font-size: 13px;
}

.article_Box > .article_a:hover {
    text-decoration: none;
}

.article_Box > .article_a:hover .article_img > img {
    transform: scale(1.1);
}


.about {
}

.about > .about_main {
    display: flex;
    flex-wrap: wrap;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.about > .about_main > .about_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.about > .about_main > .about_text > .about_p {
    text-align: justify;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 1rem 0;
}

.about > .about_main .about_images > img {
    width: 400px;
    height: 400px;
    border-radius: 100%;
    object-fit: cover;
}

.about > .about_main .about_images {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
}

.about > .about_main .about_images::after {
    content: "";
    position: absolute;
    background: radial-gradient(#e0e0e0 67%, #ededed 20%);
    width: 450px;
    height: 450px;
    z-index: -5;
    border-radius: 100%;
}


.news_main {
    min-height: 300px;
    background-image: url(../images/rpolomp.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: darken;
    background-color: #0009;
    background-position: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem;
}

.news_text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news_main form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
}

.news_main form .button {
    color: #fff;
    border: 1px solid #fff;
}

.news_main form > label {
    display: flex;
    flex-direction: column;
}

.news_main form > label span {
    color: #fff;
    text-align: justify;
    margin-bottom: 5px;
    font-size: 13px;
}

.news_main form > label input {
    height: 40px;
    border-radius: 5px;
    border: none;
    padding: 1rem;
    font-size: 13px;
}

.mb-2-5 {
    margin-bottom: 8px;
}


.weather_main{
    min-height: 100px;
    padding: 25px 0;
    background: var(--mainColor);
    border-radius: var(--radius);
    display: flex;
}
.weather_main > div {
    border-right: 1px solid #3e175b;
}
.weather_main > div:last-child {
    border-right: none;
}
.title_weather{
    font-family: Mikhak, sans-serif !important;
    font-size: 20px;
    color: var(--secondColor);
    font-weight: bold;
    line-height: 1.4;
    display: flex;
}
.title2_weather{
    font-size: 30px;
    color:#fff;
    margin: 0;
    font-weight: bold;
    font-family: Mikhak, sans-serif !important;
    display: flex;
}
.weather_main .select2-selection__rendered::before {
    content: '\f0ac';
}
.img_weather{
    width: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_weather,
.img_weather > span {
    font-family: Mikhak, sans-serif !important;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    line-height: 2;
    display: flex;
}
.temperature_main > div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.high_temperature{
    background: #cf1c01;
    padding: 10px 20px;
    border-radius: var(--radius);
    border: 1px solid #cf1c01;
    color: #fff;
}
.low_temperature{
    background: #378bd5;
    padding: 10px 20px;
    border-radius: var(--radius);
    border: 1px solid #378bd5;
    color: #fff;
}
.angle_right_weather{
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondColor);
    color: var(--mainColor);
    transition: all .3s;
    border-radius: 100%;
}
.angle_right_weather:hover{
    background: #fff;
    color: var(--mainColor);
}

.statistic_site_main{
    min-height: 240px;
    padding: 25px 0;
    background: var(--mainColor);
    border-radius: var(--radius);
    display: flex;
}
.statistic_site_main > div{
    border-right: 1px solid #3e175b;
}
.statistic_site_main > div:last-child {
    border-right: none;
}



@media (max-width: 768px) {
    .about > .about_main .about_images::after {
        display: none;
    }

    .about > .about_main .about_images > img {
        width: 100%;
        border-radius: 5px;
        margin-top: 10px
    }
}



@media (max-width: 418px) {
    .buttonfa-headset{display: none !important;}
    .navbarStatic{
        top: 0;
    }
}




#bishtar_bekhanim {
    font-weight: 70;
}

.fa-star-half {
    transform: rotateX(360deg) rotateY(180deg);

}