﻿body {
    padding-top: 0 !important;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent;  make scrollbar transparent 
}
.home-header{
    width:100%;
    height:calc(100dvh - 200px);
    position:relative;
}
    .home-header img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        position:absolute;
    }
    .home-header .img1, .home-header .img2 {
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        position:absolute;
    }
    .home-header .img1 {
        background-image: url('/img/home-bg1.jpg');
        background-size: cover;
        background-position: center;
    }
    .home-header .img2 {
        background-image: url(/img/joborderblack.png);
        background-repeat: no-repeat;
        background-size: cover;
        mix-blend-mode: multiply;
        background-position: center;
    }

#home-btn {
    margin-top: -50px;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    padding: 0 30px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    transition: all 0.2s;
}

    #home-btn.active {
        cursor: grabbing;
        cursor: -webkit-grabbing;
    }

#home-btn > div{
    width:max-content;
}

    #home-btn .btn {
        max-width: 300px;
        min-width: 300px;
        width: 300px;
        padding: 0;
        transition: all ease 0.6s;
        display: flex;
        margin: 0 1vw;
        background-size: cover;
        color: white;
        overflow:hidden;
    }

    #home-btn h2{
        /*font-size:1.5rem;*/
    }
    #home-btn p {
        /*font-size:0.9rem;*/
    }

    #home-btn div {
        width: 100%;
        padding: 20px;
        position: relative;
        background-color: rgba(0, 0, 0, 0.75);        
        mix-blend-mode: hard-light;
    }

    #home-btn .button-image1 {
        -webkit-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        transition: all 600ms ease;
        transition: all 600ms ease;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #home-btn .button-image2 {
        -webkit-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        transition: all 600ms ease;
        visibility: hidden;
        opacity: 0;
    }

    #home-btn a:hover .button-image1 {
        transform: scale(1.1,1.1);
        opacity: 1;
    }

    #home-btn a:hover .button-image2 {
        display: inline;
        visibility: visible;
        opacity: 1;
        transform: scale(1.1,1.1);
    }

#about {
    padding-top: 200px !important;
}

    #about h1{
        text-transform:capitalize;
        font-variant:small-caps;
    }
    #about img {
        max-width: 90%;
    }

    #about p {
    }
 
#tours {
   /* background: url(/img/Jordanc.jpg);
    background-attachment: fixed;
    background-size: cover;*/
}
#tours h1 {
    text-transform: capitalize;
    font-variant: small-caps;
}

    #tours img {
        max-width: 90%;
    }

#destinations {
    /*background: rgba(255, 255, 255, 0.2);*/
}
    #destinations h1 {
        text-transform: capitalize;
        font-variant: small-caps;
    }

#whyus {
}
    #whyus h1 {
        text-transform: capitalize;
        font-variant: small-caps;
    }
    #whyus h3 {
        text-transform: capitalize;
    }

    #whyus p {
        cursor: pointer;
    }

    #whyus img {
        max-width: 90%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.dist-inner {
    text-align: center;
    padding: 10px;
    color: #CFCFCF;
    border-radius: 20px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

    .dist-inner:hover {
        transform: scale(1.03,1.03);
        border: 1px solid #fff;
        color: white;
        background: #0d0d0d;
        box-shadow: 5px 5px 3px 3px #0b0b0b, -20px -20px 60px #0f0f0f;
    }

    .dist-inner > img {
        align-self: center;
    }

    .dist-inner > p {
        font-size: medium;
        padding-left: 10px;
    }

.carousel-box {
    margin-bottom: 2rem;
}

@media (max-width:768px) {

    #about img.shaking {
        max-width: 50%;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #tours img.shaking {
        max-width: 50%;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #whyus img.shaking {
        max-width: 50%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #home-btn{
        justify-content:flex-start;
    }
    #home-btn .btn {
        max-width: 250px;
        min-width:250px;
        width:250px;
        padding: 0;
    }

    #home-btn img {
        max-width: 50%
    }

    #home-btn p {
        font-size: 1rem;
    }
}

.jo-block-one {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .jo-block-one {
    margin-bottom: 0;
}

.jo-block-one .inner-box {
    position: relative;
    display: block;
    background: #060d0d;
    padding: 30px 30px 30px;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    color: white;
}

.jo-block-one .inner-box2 {
    position: relative;
    display: block;
    background: #10221B;
    border-radius: 8px;
    color: white;
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

    .inner-box2 .lower-content2 h4 {
        width: 100%;
        text-align: center;
        transition: all 0.2s ease-out;
    }
    .inner-box2 .lower-content2 a {
        cursor:pointer;
    }
.inner-box2 .image-box h4 {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    transform: translatey(-50%);
    color: white;
    transition: all 0.2s ease-out;
}


.jo-block-one .image-box {
    position: relative;

    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    opacity:1;
}

    .jo-block-one .image-box .price {
        position: absolute;
        left: 20px;
        top: 20px;
        line-height: 20px;
        padding: 10px 15px;
        background: #1DC5CE;
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        border-radius: 5px;
    }

    .jo-block-one .image-box .image {
        position: relative;
        background: #101010;
        border-radius: 8px;
        overflow: hidden;
    }

        .jo-block-one .image-box .image img {
            position: relative;
            width: 100%;
            border-radius: 8px;
            width: 100%;
            height: 250px;
            object-fit: inherit;
            -webkit-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            transition: all 600ms ease;
            opacity:0.4;
            object-fit:cover;
        }

.jo-block-one .inner-box:hover .image img {
    opacity: 0.75;
    transform: scale(1.05,1.05);
}

.jo-block-one .info {
    position: relative;
    padding: 14px 0px;
    line-height: 30px;
    margin: -29px 20px 0px;
    background: #EAF6F6;
    font-size: 14px;
    font-weight: 500;
    color: #505050;
    border-radius: 4px;
}

    .jo-block-one .info .icon {
        position: relative;
        padding-right: 5px;
    }

.jo-block-one h4 {
    position: relative;
    font-weight: 700;
    color: #10221B;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .jo-block-one h4 a {
        color: #1DC5CE;
        text-decoration: none;
    }

        .jo-block-one h4 a:hover {
            color: #fff;
        }

.jo-block-one .ratings {
    position: relative;
    line-height: 20px;
}

    .jo-block-one .ratings .stars {
        position: relative;
        float: left;
    }

        .jo-block-one .ratings .stars i {
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin-right: 3px;
            color: #FC8F00;
        }

            .jo-block-one .ratings .stars i.empty {
                color: #BFBFBF;
            }

    .jo-block-one .ratings .rev {
        position: relative;
        float: left;
        font-weight: 500;
        font-size: 14px;
        margin-left: 38px;
    }

        .jo-block-one .ratings .rev a {
            color: #505050;
        }

            .jo-block-one .ratings .rev a:hover {
                color: #1DC5CE;
            }

.jo-block-one .lower-content .text {
    position: relative;
}

.jo-block-one .lower-content2 {
    /*transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;*/
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0D1C1C;
    background-position: center center;
    border-radius: 8px;
    height: 100%;
    align-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
}

    .jo-block-one .lower-content2 .text {
        position: relative;
        font-size: 1.1rem;
    }
    .jo-block-one .lower-content2 .text:first-letter {
        text-transform:uppercase;
    }

.jo-block-one:hover h4 {
    background: none;
}

#destinations .jo-block-one:hover .lower-content2 h4 a {
    background: none;
    color: #1DC5CE;
}

#destinations .jo-block-one:hover .image-box {
    webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    border-radius: 8px;
    opacity: 0;
}
.jo-block-one:hover .lower-content2 {
    /*webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    border-radius: 8px;*/
}


#destinations .jo-block-one:hover .lower-content2 h4 a:hover {
    color: white;
}

.jo-block-one .bottom-box {
    position: relative;
    padding-top: 28px;
    margin-top: 30px;
    border-top: 1px dashed #CFCFCF;
}

    .jo-block-one .bottom-box .more-link {
        position: relative;
        float: left;
    }

        .jo-block-one .bottom-box .more-link a {
            color: #aaa;
            display: inline-block;
            vertical-align: top;
            line-height: 26px;
            text-decoration: none;
        }

        .jo-block-one .bottom-box .more-link i {
            position: relative;
            display: inline-block;
            top: 0;
            vertical-align: middle;
            padding-left: 10px;
            line-height: 26px;
            z-index: 1;
        }

            .jo-block-one .bottom-box .more-link i img {
                position: relative;
                top: -1px;
                max-height: 12px;
                -webkit-filter: brightness(0);
                -ms-filter: brightness(0);
                -moz-filter: brightness(0);
            }

        .jo-block-one .bottom-box .more-link a:hover i img {
            -webkit-filter: none;
            -ms-filter: none;
            -moz-filter: none;
        }

        .jo-block-one .bottom-box .more-link a:hover {
            color: #1DC5CE;
        }

    .jo-block-one .bottom-box .video-link {
        position: relative;
        float: right;
    }

        .jo-block-one .bottom-box .video-link a {
            color: #7D7D7D;
            display: inline-block;
            vertical-align: top;
            font-size: 22px;
            line-height: 26px;
        }

            .jo-block-one .bottom-box .video-link a:hover {
                color: #1DC5CE;
            }

.owl-theme .owl-nav {
    display: none;
}

.owl-theme .owl-nav {
    display: none;
}

.owl-theme .owl-dots {
    position: relative;
    text-align: center;
    padding-top: 60px;
}

    .owl-theme .owl-dots .owl-dot {
        position: relative;
        display: inline-block;
        margin: 0 3px;
    }

        .owl-theme .owl-dots .owl-dot span {
            position: relative;
            display: block;
            width: 28px;
            height: 7px;
            background: none;
            border: 1px solid #ffffff;
            margin: 0 2.5px;
            border-radius: 5px;
        }

.style-two .owl-theme .owl-dots .owl-dot span {
    border-color: #1DC5CE;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 42px;
    border-color: #ffffff;
    background: #ffffff;
}

.style-two .owl-theme .owl-dots .owl-dot.active span {
    border-color: #1DC5CE;
    background: #1DC5CE;
}

#social{
    list-style:none;
}
#social a{
    display:inline-block;
    margin:5px;
}