@charset "utf-8";

/*طراحی شده توسط تیم توسعه ویبان - تمامی حقوق برای شبدیز محفوظ می باشد - 1398-2019 - http://viban.ae/ */

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none !important;
}

.clear {
    clear: both;
}


/*-----------------------SLIDESHOW--------------------*/

#slideshow {
    margin-top: 0px;
}

.swiper-container {
    width: 100%;
    height: 600px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-slide h1 {
    position: relative;
    z-index: 1;
    color: #fff;
    direction: rtl;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 60px;
    padding: 8px 15px;
    text-align: center;
    word-spacing: 5px !important;
    max-width: 600px;
    text-align: left;
    right: 280px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    line-height: 80px !important;
    top: 50px !important;
}

.slide-bt {
    position: relative;
    z-index: 1;
    color: #fff;
    direction: rtl;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    font-size: 20px;
    padding: 8px 15px;
    text-align: center;
    word-spacing: 5px !important;
    max-width: 600px;
    text-align: left;
    left: 50px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    line-height: 80px !important;
    top: -10px;
    background-color: #26272a;
    display: none;
}

.swiper-slide a {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #fff !important;
    padding: 30px 30px !important;
    color: #c99f55;
    display: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 30px !important;
}


/*-----------------------searchBox--------------------*/

.nav-link:hover {
    background-color: #fff !important;
}

#searchBox {
    width: 100%;
    height: 600px;
    margin-top: 0px;
    background: url(../images/s01.jpg);
    background-size: cover;
    padding-top: 150px;
}

.tab-content {
    background-color: #f8f7f9;
    padding: 30px;
    box-shadow: 2px 2px 40px 0 rgba(0, 0, 0, .20) !important;
    border-radius: 10px;
}

#searchBox .nav-tabs>.nav-item>.nav-link.active {
    border: none !important;
    border-radius: 0px;
    background-color: #fff;
    margin-bottom: -20px;
}

.nav-tabs {
    padding: 0px !important;
}

.nav-tabs>.nav-item>.nav-link {
    color: #888;
    margin: 0;
    margin-right: 0px;
    margin-right: 5px;
    background-color: rgba(255, 255, 255, 0.75);
    border: 0px solid transparent;
    border-radius: 0px;
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5;
}


/*-----------------------partner--------------------*/

.partner-form-container {
    background-color: #fff;
    padding: 20px;
    padding-bottom: 0px;
}

.partner-form-container h1 {
    margin-bottom: 20px !important;
}

.partner-form-container label {
    margin-left: 12px !important;
}

.partner-btn {
    background-color: #25d366 !important;
    height: 40px;
    margin-top: 15px;
}

.title-divide {
    width: 100px;
    height: 3px;
    background-color: #ff5959;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 10px;
}


/*-----------------------SERVICES--------------------*/

.content-services-h1 {
    color: #ff5959;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    padding: 0px;
    font-family: 'Poppins', sans-serif !important;
    margin-top: 0px !important;
    text-align: center;
}

.content-services-divide {
    width: 100px;
    height: 3px;
    background-color: #d8d8d8;
    margin: 0 auto !important;
    margin-top: -20px !important;
    margin-bottom: 0px !important;
}

#services {
    margin-top: 0px !important;
    overflow: visible !important;
    padding-bottom: 70px;
    padding-top: 70px;
}

.services-container {
    float: right !important;
}

.services {
    min-height: 250px;
    padding: 15px;
    direction: rtl;
    text-align: center;
    transition: .3s;
    width: 100%;
}

.services2 {
    min-height: 100px !important;
}

.services:hover {
    transition: .3s;
}

.services h2 {
    font-size: 23px;
    font-weight: 300;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif !important;
    text-align: center;
    padding: 10px;
}

.services p {
    font-size: 14px;
    line-height: 25px;
    color: #4b4b50;
    margin-bottom: 0px;
    direction: ltr;
    text-align: left;
}

.services-img-container {
    width: auto;
    height: 400px;
    text-align: center;
    margin-bottom: 0px;
    overflow: hidden;
}

.services img {
    margin: 0 auto;
    margin-top: 5px;
}

.slick-prev:before {
    content: "\f105" !important;
    font-family: 'FontAwesome';
    font-size: 50px;
    color: #cecece;
}

.slick-next:before {
    content: "\f104" !important;
    font-family: 'FontAwesome';
    font-size: 50px;
    color: #cecece;
}


/*-----------------------INTRO--------------------*/

.intro-container {
    padding: 24px;
    margin-top: -50px;
}

.intro {
    height: auto;
    background-color: #FFFFFF;
}

.intro-pic-container,
.intro-text-container {
    padding-bottom: 15px;
    padding-top: 15px;
}

.intro-text {
    min-height: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    direction: ltr;
    margin-top: 50px;
}

.intro-text h1 {
    color: #ff5959;
    font-size: 35px;
    font-weight: 700;
    display: block;
    line-height: 40px;
    padding: 0px;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 40px;
}

.intro-text p {
    text-align: justify;
    font-size: 14px;
    color: #939494;
    line-height: 25px;
    margin-top: 20px;
}

.intro-pic {
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50px;
    background: #e0e0e0;
    box-shadow: 27px 27px 54px #d0d0d0, -27px -27px 54px #f0f0f0;
}

.intro-divide {
    width: 60px;
    height: 3px;
    background-color: #d8d8d8;
    margin-top: -20px;
    margin-bottom: 20px;
}

.intro-more {
    display: block;
    background-color: #ff5959;
    color: #FFFFFF;
    padding: 10px 30px;
    width: 250px;
    border-radius: 50px;
    text-align: center;
    margin-top: 15px;
    transition: .3s ease;
}

.intro-more:hover {
    color: #FFFFFF;
    opacity: .8;
    transition: .3s ease;
}

.intro-box-container {
    margin-top: -240px;
}

@media (max-width: 1260px) {
    .intro-box-container {
        margin-top: -185px;
    }
}

@media (max-width: 1200px) {
    .intro-box-container {
        margin-top: -100px;
    }
    .intro-text {
        margin-top: 0px;
    }
}

@media (max-width: 992px) {
    .intro-box-container {
        display: none;
    }
}

.intro-box {
    height: 180px;
    border-radius: 30px;
    background: #e0e0e0;
    box-shadow: 27px 27px 54px #d0d0d0, -27px -27px 54px #f0f0f0;
}

.intro-box img {
    border-radius: 30px !important;
}


/*-----------------------CONTENT-SLIDESHOW--------------------*/

.swiper-container2 {
    margin-bottom: 60px;
}

.content-slide-container {
    overflow: hidden !important;
}

.content-slider-h1 {
    color: #062053;
    font-size: 30px;
    font-weight: 900;
    display: block;
    line-height: 40px;
    padding: 0px;
    font-family: 'Poppins', sans-serif !important;
    margin-top: 90px !important;
    text-align: center;
}

.content-slider-divide {
    width: 100px;
    height: 5px;
    background-color: #30cab2;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 20px;
}

#P_masterslider {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    margin-top: -20px !important;
}

.slide-content-heading-h1 {
    color: #000;
    direction: ltr;
    font-weight: 900 !important;
    margin-top: 20px;
    font-size: 25px;
    background-color: #fff;
    display: block !important;
    width: 100% !important;
}

.slide-content-heading-p {
    color: #000;
    direction: ltr;
    font-weight: 500;
    margin-top: 20px;
    font-size: 14px;
    background-color: #fff;
    width: 100% !important;
    display: block !important;
    box-sizing: padding-box !important;
}

.ms-info {
    position: absolute;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    direction: ltr;
    width: 100%;
    display: block;
}

.ms-info h4 {
    font-weight: 500;
    color: #fff;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 8px;
    padding: 0 15px;
    font-size: 20px !important;
}

.swiper-pagination {
    z-index: 99999999 !important;
    margin-top: 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: inherit !important;
}


/*-----------------LAST-CONTENTS-----------------*/

#last-contents {
    margin-top: 0px;
    padding-top: 110px;
    padding-bottom: 100px;
    direction: ltr;
    background-color: #F3F3F3;
}

.last-content-header {
    color: #102a4e;
    font-size: 35px;
    font-weight: 700;
    display: block;
    line-height: 40px;
    padding: 0px;
    font-family: 'Poppins', sans-serif !important;
    margin-top: 90px !important;
    text-align: center;
}

.last-content-divide {
    width: 100px;
    height: 5px;
    background-color: #c99f55;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 40px;
}

.last-contents-header h2 {
    text-align: center;
    color: #102a4e;
    font-weight: 500 !important;
}

.last-contents-container {
    background-color: #FFFFFF;
}

.last-contents-container-pic {
    background-color: #FFFFFF;
    padding: 0px !important;
}

.last-contents-text {
    height: 250px;
    background-color: #FFFFFF;
}

.last-contents-text h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 15px;
    color: #102a4e;
    margin-bottom: 15px;
}

.last-contents-text p {
    font-size: 13px;
    text-align: justify;
    line-height: 25px;
    color: #939494;
}

.last-contents-container-pic {
    overflow: hidden;
}

.last-contents-pic img {
    height: 250px !important;
    max-width: none !important;
    transform: scale(1);
    transition: all 10s;
}

.last-contents-pic img:hover {
    transform: scale(1.5);
    transition: all 20s;
}

.last-contents-more {
    color: #062053;
    font-size: 12px;
    padding-bottom: 5px;
}

.last-contents-more:hover {
    color: #062053;
}

.arrow-left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 45%;
    right: 0;
    margin-right: -20px;
    z-index: 99999;
}

.arrow-right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 15px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 45%;
    left: 0;
    margin-left: -20px;
    z-index: 99999;
}


/*----------------------LAST-PRODUCTS---------------------*/

#last-tours {
    padding-top: 70px;
    padding-bottom: 70px;
    direction: ltr;
    background-color: #f9f9f9;
}

.tour-divide {
    width: 100px;
    height: 3px;
    background-color: #d8d8d8;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 20px;
}

.last-tours-header h2 {
    color: #ff5959;
    font-size: 35px;
    font-weight: 700;
    display: block;
    line-height: 40px;
    padding: 0px;
    font-family: 'Poppins', sans-serif !important;
    margin-top: 0px !important;
    text-align: center;
}

.last-tour {
    background-color: #fff;
    transition: all .3s ease;
    margin-bottom: 30px;
    padding-bottom: 15px;
    margin: 0px -2.6px;
    width: 100% !important;
    direction: ltr !important;
    border: 1px solid #f1f1f1;
}

.tour-pic-container {
    width: 100%;
    height: 180px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-bottom: -10px !important;
}

.last-tour img {
    width: 100%;
}

.last-tour-name {
    height: 60px;
    width: 100%;
    position: relative;
}

.last-tour h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #102a4e;
    line-height: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.last-tour-price {
    text-align: center;
    font-size: 13px;
    color: #43a15d;
    margin-top: 0px;
    font-weight: 500;
    direction: rtl;
    margin-top: 20px;
}

.tour-buy,
.tour-buy:focus,
.tour-buy:active {
    width: 90%;
    display: block;
    color: #647081;
    border: 1px solid #d0d3d7;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    padding: 5px 0px;
    font-weight: 500;
    border-radius: 30px;
    transition: .3s;
}

.tour-buy:hover {
    background-color: #102a4e;
    color: #fff;
    transition: .3s;
}


/*-------------------SLOGAN----------------*/

#slogan {
    overflow: hidden;
    background-color: #000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    margin-top: 0px;
    z-index: -999 !important;
    position: relative !important;
    background: url(../images/sbg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.codes {
    z-index: 99999999 !important;
    position: relative;
    margin-top: 55px;
}

#slogan h2 {
    color: #102a4e;
    background-color: rgba(255, 255, 255, .9);
    padding: 20px 30px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 130px !important;
    max-width: 810px;
    display: block;
    border: 8px solid #c99f55;
}

.hidden {
    display: none;
}

.slogan-container {
    direction: ltr;
}


/*-----------------------OUR-CUSTOMERS--------------------*/

#customers {
    padding-bottom: 20px;
}

.customer {
    height: 100px;
    margin: 15px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer img {
    filter: opacity(.5) grayscale(1);
}

#P_masterslider3 .ms-info {
    background-color: #FFFFFF !important;
}

#P_masterslider3 .ms-info h3 {
    color: #c99f55;
    font-weight: 700;
    font-size: 18px;
}

.dot {
    width: 9px;
    height: 9px;
    display: inline-block;
    background-color: #ff5959;
    border-radius: 100%;
    margin-right: 8px;
}


/*-----------------------Modal--------------------*/

.modal-body h2 {
    font-size: 22px;
    text-align: center;
    color: #ff5959;
}

.room-container {
    border-top: 1px solid #cfcfcf;
    padding-top: 5px;
}

.room-container h3 {
    font-size: 16px;
    color: #fff;
    background-color: #d42c2c;
    width: 80px;
    text-align: center;
}

#Child11,
#Child11title,
#Child21,
#Child21title {
    display: none;
}

#Child12,
#Child12title,
#Child22,
#Child22title {
    display: none;
}

#Child13,
#Child13title,
#Child23,
#Child23title {
    display: none;
}

#Child14,
#Child14title,
#Child24,
#Child24title {
    display: none;
}

#Child15,
#Child15title,
#Child25,
#Child25title {
    display: none;
}

.red-dot {
    display: inline;
}

.room-container h3 {
    margin-top: 0px !important;
}