/*.main-header {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    border-bottom: 1px solid #d7d7d7;*/
/*    padding-bottom: 5px;*/
/*    !*box-shadow: 1px 4px 9px #8a8a8a;*!*/
/*    !* z-index: 10; *!*/
/*    !* position: fixed; *!*/
/*    !* top: 0; *!*/
/*    !* background-color: white; *!*/
/*    !* left: 0; *!*/
/*    !* width: 100%;*!*/
/*}*
/
 */

.main-header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 12px;
    left: 0;
    top: 0;
    z-index: 5;
    background-color: #ffffff;
    width: 100%;
}

.slider-box {
    padding: 0px !important;
    margin-top: 10px;
}

.main-menu ul li a {
    color: #70193d;
    font-size: 18px;
}

.main-menu ul li a:hover {
    border-radius: 7px;
    color: #70193d;
    background-color: #70193d45;
}

.main-menu ul li a {
    font-size: 17px;
    transition: 0.7s;
    text-decoration: none;
    padding: 5px 17px 5px 17px;
    border-bottom: 3px solid;
    border-color: transparent;
}

.mod-menu__sub {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    min-width: 210px;
    /* background-color: #70193d; */
    z-index: 1;
    text-align: right;
    padding-right: 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-left: 1px solid #70193d;
    border-right: 1px solid #70193d;
    border-bottom: 1px solid #70193d;
    color: white;
}

.mod-menu__sub li {
    padding: 5px 0px 5px 0px;
    background-color: #70193d;
}

.mod-menu__sub li a {
    border: 0 !important;
    color: white !important;
    font-size: 13px !important;
}

.slider-image img {
    width: 100%;
    max-height: 400px;
    border-radius: 7px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.slider-main-title {
    margin-right: 20px;
    margin-top: 30px;
    text-align: center;
}

.slider-main-title h1 {
    font-size: 25px;
    font-weight: bold;
}

.slider-intro {
    height: fit-content;
}

.mod-menu__sub li a:hover > .main-menu ul li.parent a {
    border-color: #70193d !important;
    border-radius: 7px !important;
    color: #70193d !important;
    background-color: #70193d45 !important;
}

.mod-menu__sub li:hover {
    background-color: dimgrey;
}

.main-menu ul li.parent {
    position: relative;
}

.main-menu ul li.parent:hover > .mod-menu__sub {
    display: block;

}


.logo {
    margin-left: 50px;
    margin-top: 10px;
}

.main-menu ul li {
}

.main-menu {
    margin-top: 30px;
    margin-right: 10px;
}

.banner-horizontal-item img {
    width: 100%;
    border-radius: 7px;
    min-height: 276px;
    max-height: 276px;
}

.banner-vertical-item {
    display: flex;
    flex-direction: column;
}

.arrow-button {
    width: 35px;
}


.footer {
    display: flex;
    background-color: #450307;
    padding: 0px;
    color: white;
    width: 100%;
    margin: 0;
}

.footer a {
    color: white;
}

.footer-logo .footer-logo-link {
    background-color: white;
    border-radius: 7px;
    padding: 0px 5px 0px 5px;
    margin-top: 15px;
}

.social-media a {
    font-size: 30px;
}


.footer-logo img {
    width: 150px;
}

.footer-logo {
    text-align: center;
    /* margin-top: 15px; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card
{
    border: none;
}
.slider-title {
    position: absolute;
    left: 0;
    background-color: #00000070;
    width: 100%;
    bottom: 0px;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    height: 75px;
    max-height: 75px;
    overflow-y: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.horizontal-banner-title h3 {
    font-size: 20px;
    font-weight: bold;
}

.banner-horizontal-description p {
    font-size: 15px;
}

.slider-title h3 {
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.banner-title {
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #00000082;
    width: 100%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    color: white;
    text-align: center;
    padding: 7px;
    height: 80px;
    max-height: 80px;
    overflow-y: hidden;
}

.banner-title h3 {
    font-size: 15px;
    margin: 0;
    font-weight: bold;
}

.banner-vertical-image {
    position: relative;
}

.banner-horizontal-image {
    position: relative;
}

.banner-vertical-description {
    margin-top: 5px;
}
.banner-vertical-description p {
    margin: 5px;
}

.mod-menu__sub .mod-menu__sub {
    position: absolute;
    right: 100%;
    top: 0;
    width: max-content;
}

.banner-horizontal-item a{
    text-decoration: none;
    color: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #e3e3e3;
    padding: 10px;
    border-radius: 7px;
}

.banner-box-vertical {
    margin: 0;
    padding: 10px;
    width: 100%;
}

.banner-vertical-item img {
    width: 100%;
    border-radius: 7px;
    min-height: 276px;
    max-height: 276px;
}

.banner-box {
    margin: 0;
    padding: 10px;
}

.banner-horizontal-item {
    text-decoration: none !important;
    color: black !important;
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 7px;
}

body {
    direction: rtl;
    text-align: right;
    font-family: IRANSansMobile-fa, IRANSansMobile-en, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    padding-top: 95px;
}

body * {
    font-family: IRANSansMobile-fa, IRANSansMobile-en, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.social-media {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}


/*.main-slider*/
/*{*/
/*    width: 100% !important;*/
/*}*/
/*.slider-box {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    margin-top: 10px*/
/*}*/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/

.footer {
    display: flex !important;
}

.slider-items {
    display: flex;
    width: calc(100% - 10px);
    padding: 10px;
    /*background-color: #f1f1f1;*/
    border-radius: 7px;
}

.slider-items div {
    border-radius: 7px;
}

.slider-item:hover {
    cursor: pointer;
}

.company-logo img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    /*margin-top: 60px;*/
    border: 4px solid #ffffff;
    padding: 5px;
}

.company-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.intro-description p {
    display: block;
    text-align: center;
}

.intro-image1 img {
    width: 100%;
    border-radius: 10px;
}

.intro-description p {
    padding-right: 0px !important;
}

.intro {
    margin-top: 110px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.intro-description {*/
/*    margin-top: 75px;*/
/*}*/

.intro-image2 img {
    width: 100%;
    border-radius: 10px;
}

/*.intro-image1 {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

.play-control img {
    width: 100%;
    background-color: #ffffff8a;
    border-radius: 50%;
}

.play-control img:hover {
    background-color: #0234858c !important;
    cursor: pointer;
}

.video-player-box {
    display: none;
    position: fixed;
    width: 65vw;
    background-color: white;
    z-index: 990;
    left: calc(50% - 32.5vw);
    height: 80vh;
    top: 100px;
    border: 1px solid #c1bdbd;
    border-radius: 10px;
    padding: 8px;
    box-shadow: 1px 4px 15px #aaaaaa;
}

.video-player-box video {
    width: 100%;
    height: 100%;
}

.close-box {
    position: absolute;
    left: 20px;
    top: 20px;
}

.close-box a {
    background-color: #023485;
    color: white;
    padding: 5px;
    border-radius: 10px;
}


/*.image-box {*/
/*    display: none;*/
/*    position: fixed;*/
/*    width: 50vw;*/
/*    background-color: white;*/
/*    z-index: 990;*/
/*    left: calc(50% - 25vw);*/
/*    height: 90vh;*/
/*    top: 40px;*/
/*    border: 1px solid #c1bdbd;*/
/*    border-radius: 10px;*/
/*    padding: 8px;*/
/*    box-shadow: 1px 4px 15px #aaaaaa;*/
/*}*/

.image-box img {
    width: 100%;
    height: 100%;
}

.close-image-box {
    position: absolute;
    left: 20px;
    top: 20px;
}

.close-image-box a {
    background-color: #023485;
    color: white;
    padding: 5px;
    border-radius: 10px;
}

.play-control {
    width: 90px;
    position: absolute;
    top: 160px;
    left: calc(50% - 45px);
}


/*************************************************************/
/*************************************************************/
/*************************************************************/
.main-menu-mobile
{
    display: none;
}
.page-header {
    margin-right: 30px;
    margin-top: 20px;
}

.page-header h1 {
    font-size: 25px;
    font-weight: bold;
}

.com-content-article {
    padding: 10px;
}

.com-content-article__body {
    padding-right: 20px;
}

.banner-box-horizontal {
    margin: 0;
    padding: 0px 17px 15px 17px;
}

figure.item-image img {
    border-radius: 7px;
    width: 100%;
}

.about-box {
    padding: 30px 10px 0px 10px;
    margin-bottom: 10px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-qatar-image {
    width: 35%;
}



.main-menu-mobile-btn
{
    display: none;
}
.about-qatar {
    text-align: center;
    margin: 20px 0px 20px 0px;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
}

.about-qatar-image img {
    width: 100%;
    border-radius: 7px;
}

.link_items a:hover {
    color: #450307;
}

.link_items a {
    padding: 5px 12px 5px 12px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.7s;
    text-align: center;
}

.contact-info div {
    margin-bottom: 5px;
}

.link_items {
    gap: 15px;
    margin-top: 50px;
    justify-content: left;
    padding-left: 40px;
}

.contact-info a {
    text-decoration: none;
    padding: 0px 6px 0px 6px;
    transition: 0.7s;
}

.contact-info a:hover {
    background-color: #ffffff;
    border-radius: 7px;
    color: #450307;
}

.contact-info {
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.main-menu ul li .mod-menu__sub a:hover {
    border-radius: 7px;
    color: #70193d;
    background: none !important;
}

.timer-counter {
    display: flex;
    /* justify-content: space-evenly; */
    /* padding: 20px; */
    margin-top: 30px;
    margin-bottom: 40px;
    border-radius: 7px;
    flex-wrap: wrap;
    position: relative;
    width: 60%;
    border: 1px solid;
}

.timer-counter-start-field {
    display: flex;
    justify-content: start;
    /* align-items: center; */
    width: calc(100% - 122px);
    /* margin-bottom: 10px; */
    border-left: 1px solid;
    padding: 6px;
}

.timer-counter-start {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid;
}

.timer-counter-start-label {
    margin-left: 10px;
    padding-right: 18px;
    font-size: 13px;
}

.timer-counter-end-field {
    display: flex;
    justify-content: start;
    /* align-items: center; */
    width: calc(100% - 122px);
    /* margin-bottom: 10px; */
    border-left: 1px solid;
    padding: 6px;
}

.timer-counter-end {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid;
}

.timer-counter-end-label {
    margin-left: 10px;
    padding-right: 18px;
    font-size: 13px;
}

.form-main-field {
    display: flex;
    gap: 10px;
}

.timer-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 70px;
    border: 1px solid #c4c0c0;
    padding: 5px;
    border-radius: 7px;
    background-color: #ffffff87;
    color: #450307;
    font-weight: bold;
    font-size: 13px;
    margin-left: 5px;
}
.slider-box-vertical {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0px 15px 10px 15px;
}



.timer-contact-form {
    padding: 5px;
    position: relative;
    display: block;
}

.timer-contact-form-title {
    font-size: 17px;
    text-align: right;
    font-weight: bold;
    border-bottom: 3px solid #450307;
    color: #450307;
    padding-bottom: 11px;
}

.form-lbl {
    background-color: #450307;
    color: white;
    /* border-radius: 5px; */
    font-size: 12px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    text-align: center;
    line-height: 20px;
}


.form-btn {
    border: 1px solid #450307;
    background-color: #450307;
    color: white;
    padding: 10px 30px 10px 30px;
    border-radius: 7px;
    transition: 0.7s;
    width: 100%;
    font-size: 13px;
}

.form-btn:hover {
    color: #450307;
    background: white;
}

.form-input {
    border-color: #450307;
    font-size: 0.8rem;
}

.timer-counter-start.deActive .timer-item {
    /*color: #cccccc;*/
    /*border-color: #ececec;*/
}

.timer-counter-start.deActive {
    /*color: #cccccc;*/
}


/*.timer-counter-end.deActive .timer-item {*/
/*    color: #cccccc;*/
/*    border-color: #ececec;*/
/*}*/

/*.timer-counter-end.deActive {*/
/*    color: #cccccc;*/
/*}*/


.btn-mini:hover {
    color: #450307;
    background: white;
}


.btn-mini {
    border: 1px solid #450307;
    background-color: #450307;
    color: white;
    padding: 2px 10px 2px 10px;
    border-radius: 7px;
    transition: 0.7s;
    position: absolute;
    left: 45px;
    top: -20px;
    font-size: 15px;
}
.horizontal-banner-title {
    width: 100%;
    text-align: center;
}


.link_items a {
    width: 75px;
}

.footer-link-img {
    width: 100%;
    border-radius: 50%;
}

.timer-counter-box {
    display: flex;
    justify-content: center;
}


.mod-menu__sub .mod-menu__sub li
{
    padding-top: 7px;
}