/* ==========================================================================
    Base Styles and Bootstrap Modifications
   ========================================================================== */
/*
 * Droid Arabic Kufi (Arabic) http://www.google.com/fonts/earlyaccess
 */

@font-face {
    font-family: 'Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DroidKufi-Regular.eot);
    src: url(../fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
        url(../fonts/DroidKufi-Regular.woff2) format('woff2'),
        url(../fonts/DroidKufi-Regular.woff) format('woff'),
        url(../fonts/DroidKufi-Regular.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Kufi Bold';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DroidKufi-Bold.eot);
    src: url(../fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
        url(../fonts/DroidKufi-Bold.woff2) format('woff2'),
        url(../fonts/DroidKufi-Bold.woff) format('woff'),
        url(../fonts/DroidKufi-Bold.ttf) format('truetype');
    font-display: swap;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    /* font-family: "Lato"; */
    font-family: 'Kufi', Tahoma;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.col-md-4 {
    padding-bottom: 20px;
}

.row {
    margin-right: 0px;
    margin-left: -15px;
}

.modal-header {
    background: #3498db;
}

.modal-header h4 {
    color: white;
}

.modal-footer {
    background: #2b2b2b;
}


.navbar-default {
    border-color: transparent;
    background-color: #dadada;
}


.navbar-toggle {
    border-color: transparent;
    border: 0px solid transparent;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: #16a085;
    color: white;
}



hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #ccc;
}

a img {
    background: white;
}

.odd a img {
    background: #f5f5f5;
}

/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
    /*    font-family: "Raleway"; */
    font-family: 'Kufi Bold', Tahoma;
    font-weight: 700;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.panel-body p {
    line-height: 24px;
    margin-bottom: 15px;
}

.centered {
    text-align: center;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */
a {
    color: #3498db;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}



/* ==========================================================================
   Wrap Sections
   ========================================================================== */
.navbar-fixed-top {

    background-color: #2b2b2b;
}

#footerwrap {
    background: #2b2b2b;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

#footerwrap h4 {
    color: white;
}



.carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 40%;
    /* transform: translateY(-70%);	*/
    /* right: 10%; */
    max-width: 50%;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    height: 230px;

}

.bg-center {
    background-position: center;
}

.bg-left {
    background-position: left;
}

.bg-right {
    background-position: right;
}

/* #################################################### */
/* #################################################### */
/* Packages */
.caption {
    height: 250px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.caption-city {
    color: #0084FF;
    font-weight: bold;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.details {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
    border: 1px solid #A1D7FF;
    background: #EEF8FF;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

.caption p {
    font-size: 1em;
    line-height: 1.5em;
}

/* #################################################### */
/* ##################### Jump to top ################### */
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;

}

.whatsapp-call {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: none;
    background: #25D366;
    border-color: #097C34;
    /*
	width:40px;
	height: 40px;
*/
}

/* #################################################### */
/* small fonts, white color */
.sm {
    color: #FFF;
    font-size: 0.5em;
}

.lg {
    color: #FFF;
    font-size: 0.9em;
}

.contacts {
    margin-top: 60px;
}

#contact {
    margin-top: 60px;
}

.contacts-bg {
    background-color: #EAEAEA;
    padding-right: 60px;
    padding-left: 60px;
    margin-top: 25px;
}

.book-msg {
    margin: 40px auto 0px;
    padding-right: 40px;
}

.trips {
    margin-top: 60px;
}

.offer,
.offer-g {
    position: absolute;
    overflow: visible;
    top: 0px;
    padding: 3px;
    color: #FFFFFF;
    font-size: 15px;
    background-color: rgba(255, 0, 4, 0.8);
    border-radius: 5px;
}

.offer-g {
    background-color: rgba(27, 109, 24, 0.8);
}

.offer1 {
    position: absolute;
    overflow: visible;
    top: 0px;
    padding: 3px;
    color: #FFFFFF;
    font-size: 15px;
    background-color: rgba(0, 88, 144, 0.80);
    border-radius: 5px;
}

.offer2 {
    position: absolute;
    overflow: visible;
    top: 0px;
    padding: 3px;
    color: #FFFFFF;
    font-size: 15px;
    background-color: rgba(135, 0, 122, 0.80);
    border-radius: 5px;
}

.offer3 {
    position: absolute;
    overflow: visible;
    top: 0px;
    padding: 3px;
    color: #FFFFFF;
    font-size: 15px;
    background-color: rgba(9, 135, 0, 0.80);
    border-radius: 5px;
}

.offer4 {
    position: absolute;
    overflow: visible;
    top: 0px;
    padding: 3px;
    color: #FFFFFF;
    font-size: 15px;
    background-color: rgba(255, 174, 0, 0.80);
    border-radius: 5px;
}

.offer5 {
    position: absolute;
    overflow: visible;
    top: 30px;
    padding: 3px;
    color: #FFFFFF;
    font-size: 15px;
    background-color: rgba(135, 0, 0, 0.80);
    border-radius: 5px;
}

/* change text , icon color */
.red {
    color: #FC0036;
}

/* Full Button width */
.full {
    width: 100%;
}

.half {
    width: 60%;
    margin-right: 20%;
    margin-bottom: 5%;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #007FFF;
    color: #FFF;
}

/* Start Testimonials */
.testimonials {
    position: relative;
    background-image: url("../images/testimonials/europe.jpg");
    background-size: cover;
    padding: 0;
    /*    height: 650px;*/
    color: #fff;
}

.testimonials .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 2;
}

.testimonials .container {
    position: relative;
    padding: 0;
    z-index: 3;
}

.testimonials .container h2,
.testimonials .container h3,
.testimonials .container p {
    text-align: center;
    color: #fff;

}

.testimonials .container h2 {
    color: #ff5a79;
    padding: 30px 5px 5px 5px;
    font-size: 22px;

}

.testimonials .carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    filter: none !important;
}

.testimonials .carousel-control {
    top: -150px;
}

.testimonials .carousel .item {
    /*	border:1px solid #fff;*/
    height: 500px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.testimonials .carousel .item img {
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.testimonials .carousel .item h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    color: #5aadff;
}

.testimonials .carousel .item span {
    font-size: 14px;
    color: #cdcdcd !important;
}

.testimonials .carousel .item p {
    margin-top: 10px;
    font-size: 17px;
    font-weight: normal;
    padding: 10px;
}

/* End Testimonials */

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media screen and (min-device-width:1200px) {
    .carousel-caption h2 {
        color: #FFFFFF;
        font-size: 3.5em;
    }

    .carousel-caption h3 {
        color: #FFFFFF;
        font-size: 2.0em;
    }
}

@media screen and (max-width:1200px),
screen and (max-device-width:1200px) {
    body .header {
        background-attachment: scroll;
    }

    .carousel-caption h2 {
        color: #FFFFFF;
        font-size: 2.5em;
    }

    .carousel-caption h3 {
        color: #FFFFFF;
        font-size: 1.5em;
    }

}


/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .header {
        background-attachment: scroll;
    }

    .carousel-caption h2 {
        color: #FFFFFF;
        font-size: 2.7em;
    }

    .carousel-caption h3 {
        color: #FFFFFF;
        font-size: 1.3em;
    }
}

@media screen and (max-width:769px) {
    #headerwrap h1 {
        font-size: 80px;
    }

    #headerwrap p {
        font-size: 30px;
        line-height: 38px;
    }

    .carousel-caption h2 {
        color: #FFFFFF;
        font-size: 1.5em;
    }

    .carousel-caption h3 {
        color: #FFFFFF;
        font-size: 1em;
    }

    .thumbnail .offer {
        font-size: 13px;
    }

    .testimonials .container h2 {
        font-size: 18px;
    }

    .testimonials .carousel .item img {
        margin-top: 10px;
    }

    .testimonials .carousel .item h3 {
        font-size: 16px;
    }

    .testimonials .carousel .item span {
        font-size: 12px;
    }

    .testimonials .carousel .item p {
        font-size: 14px;
        padding: 0px;
        line-height: 1.4;
    }

}

/* #################################################### */
/* #################################################### */