@charset "utf-8";

/* CSS Document */
html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    color: #000000;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: normal;
    padding: 0px;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    color: #13312f;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
}

h1 {
    font-size: 68px;
}

h2 {
    font-size: 64px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 22px;
}

hr {
    margin: 10px 0px;
    border: 0px;
    border-bottom: 1px dashed #828282;
}

p,
ul,
ol {
    margin: 0px;
    line-height: 30px;
    padding: 0px;
}

ul *,
ol * {
    margin: 0px;
    padding: 0px;
}

ol,
ul {
    padding-left: 25px;
}

ul {
    display: block;
    list-style: none;
}

ul li {
    line-height: 30px;
}

a img {
    border: 0px;
}

p,
ul,
ol {
    margin-bottom: 18px;
}

.clr {
    display: block;
    float: none;
    clear: both;
}

.c {
    overflow: hidden;
    float: none;
}

.underline {
    text-decoration: underline;
}

.left,
.flot_left {
    float: left;
}

.right,
.flot_right {
    float: right;
}

.a_left {
    text-align: left;
}

.a_center {
    text-align: center;
}

.a_right {
    text-align: right;
}

a {
    text-decoration: none;
}

.hidden {
    display: none;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
}

input[type="text"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
    background: #d9d9d9;
    border: 0px solid #e0e0e0;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    resize: vertical;
    width: 100%;
    font-weight: 400;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

textarea {
    width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {}

select {
    padding: 12px;
    width: 100%;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
.primary-button,
.btn {
    background: #000 none repeat scroll 0 0;
    border: 0px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    min-width: 120px;
    padding: 12px 15px;
    text-transform: uppercase;
    vertical-align: top;
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    -webkit-transition: all linear .2s;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.primary-button:hover,
.btn:hover,
.primary-button:focus,
.btn:focus {
    background-color: #af202c;
    color: #fff;
}

.form-control {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0 0 0;
    height: auto;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a {
    color: #000;
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    -webkit-transition: all linear .2s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

.cfx::after {
    clear: both;
    content: "+";
    display: block;
    height: 0;
    visibility: hidden;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
}



/*-------------------------*/
.top-section {
    background: #13312f;
    padding: 25px 0px;
    position: sticky;
    top: 0;
    z-index: 9995;
}

.top-section ul,
.top-section ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-section ul {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.top-section ul li a {
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 3px 2px;
    position: relative;
    letter-spacing: 1px;
}

.top-section ul li a::after {
    content: ".";
}

.top-section ul li a::before {
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all linear .2s;
}

.top-section ul li:hover>a::before {
    width: 100%;
}

.top-section ul li:hover>a {
    color: #eb6737;
}

.top-section .mob-menu {
    display: none;
    line-height: 0;
}

#container-boxs {
    position: relative;
}

.home-page-section {
    overflow-x: hidden;
}

.about-section {
    background: #f5eee6;
    padding: 60px 0px;
    padding-left: 100px;
    overflow: visible !important;
    padding-bottom: 0;
    position: relative;
}

.about-section .right-box .wpb_single_image {
    margin-right: -15px;
    position: relative;
    margin-top: -120px;
    z-index: 9;
    margin-bottom: 0;
}

h2.line {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

h2.line::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #b78644;
    position: absolute;
    bottom: 0;
}

h2.line::after {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #b78644;
    content: "";
    right: 0;
    bottom: -3px;
    transform: rotate(45deg);
}

.service-section {
    background: #fff;
    padding: 60px 0px;
    padding-right: 100px;
    overflow: visible !important;
    padding-bottom: 0;
    position: relative;
}

.service-section .right-box {
    text-align: right;
}

.service-section .wpb_text_column {
    text-align: left;
}

.service-section .left-box .wpb_single_image {
    margin-left: -15px;
    position: relative;
    margin-top: -220px;
    z-index: 9;
    margin-bottom: 0;
}
.service-section .right-box .onwheels-btn {
    padding: 10px 0;
}

.service-section .right-box .onwheels-btn a {
    color: #ff6b35;
    font-size: 30px;
    font-family: 'Playfair Display';
    padding: 20px 40px;
    border: 3px solid #ff6b35;
}
.service-section .right-box .onwheels-btn a:hover {
    color: #ff6b35;
    border: 3px solid #ff6b35;
	background:transparent;
}
.service-section .right-box .onwheels-text p {
    color: #FFF;
	text-align:center;
}

.mix-section {
    background-color: #000;
    background-image: url(../images/mix-bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 200px 0px;
    color: #fff;
    padding-left: 100px;
}

.mix-section h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #3e9690;
    margin-bottom: -20px;
    letter-spacing: 2px;
}

.mix-section h2 {
    color: #b78644;
    font-size: 96px;
}

.mix-section h2::before {
    background: #eb6737;
}

.mix-section h2::after {
    background: #eb6737;
}

.future-section {
    background: #eb6737;
    padding: 60px 0px;
    padding-top: 80px;
    padding-right: 100px;
    overflow: visible !important;
    padding-bottom: 0;
    position: relative;
    color: #fff;
}

.future-section .left-box .wpb_single_image {
    margin-left: -15px;
    position: relative;
    z-index: 9;
    margin-bottom: 0;
}

.future-section h4 {
    font-size: 96px;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: -20px;
}

.future-section h2 {
    font-size: 96px;
    color: #fff;
}

.future-section h2::before,
.future-section h2::after {
    background: #13312f;
}

.connect-section {
    background-color: #010000;
}

.connect-section h4 {
    color: #3e9690;
}

.connect-section h2::before,
.connect-section h2::after {
    background: #b78644;
}

.footer-section {
    background-color: #13312f;
    text-align: center;
    padding: 20px 0;
}

.testimonial-section {
    background-image: none;
    background-color: #fff;
}

.testimonial-section {
    padding: 40px 0px !important;
}

.testi-content .test-box {
    border: 4px solid #b78644;
    padding: 20px 50px;
    margin: 0;
}

.test-box .testi-text h2 {
    color: #3e9690;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

.test-box .testi-text h3 {
    color: #000;
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 2px;
}

.test-box .testi-text h4 {
    color: #b78644;
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.test-box .testi-text p {
    margin-bottom: 5px;
}

.test-box .testi-text {
    padding-top: 60px;
    padding-left: 20px;
}

#testi-slider .owl-controls .owl-nav .owl-prev {
    left: -40px;
    background-image: url(../images/left-arow.png);
}

#testi-slider .owl-controls .owl-nav .owl-prev,
#testi-slider .owl-controls .owl-nav .owl-next {
    position: absolute;
    content: "";
    width: 21px;
    height: 26px;
    top: 50%;

}

#testi-slider .owl-controls .owl-nav .owl-next {
    right: -40px;
    background-image: url(../images/right-arow.png);
}

.testi-content {
    padding: 0 0 100px;
}
.booking-form-box {
    max-width: 750px;
    margin: 0px auto;
    margin-bottom: 40px;
}

.booking-form-box p {
    margin: 0;
}

.booking-form-box .f-label {
    font-size: 16px;
}

.booking-form-box .f-item+.f-item {
    margin-top: 18px;
}
.pack-section ul {
    list-style: disc;
}

/*--------------------------------------*/

@media only screen and (min-width:1260px) and (max-width:1390px) {
    .container {
        width: 1200px;
    }


}

@media only screen and (min-width:992px) and (max-width:1260px) {
    .container {
        width: 960px;
    }


}

@media only screen and (min-width:768px) and (max-width:991px) {}

@media only screen and (max-width:1390px) {

    .future-section h2 {
        font-size: 80px;
    }
}

@media only screen and (max-width:1260px) {
    .top-section ul {
        gap: 22px;
    }

    h1,
    h2 {
        font-size: 50px;
    }

    .about-section {
        padding-left: 40px;
    }

    .service-section {
        padding-right: 40px;
    }

    .mix-section {
        padding-left: 40px;
    }

    .mix-section h2 {
        font-size: 50px;
    }

    .mix-section h4 {
        margin-bottom: 0px;
    }

    .future-section {
        padding-right: 40px;
    }

    .future-section h2 {
        font-size: 50px;
    }

    .future-section h4 {
        margin-bottom: 0px;
    }

}

@media only screen and (max-width:991px) {

    h1,
    h2 {
        font-size: 40px;
    }

    .top-section ul {
        gap: 15px;
        flex-wrap: wrap;
        display: none;
    }

    .top-section .mob-menu {
        display: block;
    }

    .top-section {
        padding: 10px 0px;
        text-align: right;
    }

    .about-section {
        padding-left: 0px;
    }

    .service-section {
        padding-right: 0px;
    }

    .mix-section {
        padding-left: 0px;
    }

    .mix-section h2 {
        font-size: 40px;
    }

    .future-section {
        padding-right: 0px;
    }

    .future-section h2 {
        font-size: 40px;
    }

    body {
        font-size: 16px;
    }


}

@media only screen and (max-width:767px) {

    .about-section {
        padding-top: 30px;
        text-align: center;
    }

    .about-section .right-box .wpb_single_image figure.wpb_wrapper.vc_figure {
        max-width: 150px;
    }

    .about-section .right-box .wpb_single_image {
        margin-top: 0;
        z-index: -2;
    }

    .about-section .right-box {
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: .5;
    }

    .about-section .left-box {
        position: relative;
        z-index: 9;
    }

    .service-section {
        padding-top: 30px;
        text-align: center;
    }

    .service-section .left-box .wpb_single_image figure.wpb_wrapper.vc_figure {
        max-width: 150px;
    }

    .service-section .left-box .wpb_single_image {
        margin-top: 0;
        z-index: -2;
    }

    .service-section .left-box {
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: .5;
    }

    .service-section .right-box {
        position: relative;
        z-index: 9;
        text-align: center;
    }

    .service-section .wpb_text_column {
        text-align: center;
    }

    .mix-section {
        padding-top: 40px;
        padding-bottom: 80px;
        background-size: 250px;
        text-align: center;
    }

    .mix-section h4 {
        text-align: center !important;
    }

    .future-section h4 {
        text-align: center !important;
    }

    .future-section {
        text-align: center;
        padding-top: 40px;
    }

    .future-section .left-box {
        max-width: 300px;
    }

    .testimonial-section h2 {
        text-align: center !important;
    }

    .test-box .testi-img {
        text-align: center;
        max-width: 190px;
        margin: 0px auto;
        margin-bottom: 15px;
    }

    .test-box .testi-text {
        padding-top: 10px;
        padding-left: 0;
        text-align: center;
    }

    .testi-content {
        padding: 0 0 50px;
    }

    .testi-content .test-box {
        padding: 20px 10px;
    }


}

@media only screen and (max-width:640px) {}


@media only screen and (max-width:550px) {}

@media only screen and (max-width:480px) {
    .future-section h2 {
        font-size: 30px;
    }

}

@media only screen and (max-width:380px) {}

/*User Bookings*/
.user-info {
    margin: 20px 0;
    padding: 15px;
    font-size: 16px;
    color: #13312f;
    background-color: #efefef;
    border-radius: 6px;
    text-align: right;
}

.bookings {
    padding: 15px;
    border: #dedede 1px solid;
    border-radius: 6px;
    margin: 40px 0;
}

.all-bookings .single-booking {
    display: flex;
    flex-wrap: wrap;
}

.all-bookings .single-booking .book-list {
    margin: 10px;
    width: calc(33.33% - 20px);
    padding: 5px;
    background-color: #fff;
    border: #efefef solid 1px;
    font-size: 13px;
}

.all-bookings .single-booking .book-list .pkg {
    padding: 5px 0;
    color: #af202c;
    margin-left: 15px;
}

.all-bookings .single-booking .book-list .pkg span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

.all-bookings .single-booking .book-list .pkg a {
    display: inline-block;
    background-color: #13312f;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
}



.booking-details .detail-rows .detail {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.booking-details .detail-rows .detail.error {
    color: #C00;
}

.booking-details .detail-rows .detail.quote {
    color: #13312f;
}

.booking-details .detail-rows .detail span {
    font-weight: 400;
    color: #13312f;
}

.booking-details .detail-rows .detail.up-btn a {
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
    padding: 8px 15px;
    background-color: #13312f;
}

.booking-summary {
    padding: 120px 0;
    text-align: center;
    min-height: 80vh;
}

.booking-summary .thank-you {
    font-size: 24px;
    color: #13312f;
    padding: 30px 0;
}

.booking-summary .thank-note {
    font-size: 16px;
    color: #000;
}

@media only screen and (max-width:991px) {
    .all-bookings .single-booking .book-list {
        margin: 10px;
        width: calc(50% - 20px);
        padding: 5px;
        background-color: #fff;
        border: #efefef solid 1px;
        font-size: 14px;
    }
}

@media only screen and (max-width:640px) {
    .all-bookings .single-booking .book-list {
        margin: 10px;
        width: calc(100% - 20px);
        padding: 5px;
        background-color: #fff;
        border: #efefef solid 1px;
        font-size: 14px;
    }
}