/*body {*/
/*    line-height:1.5;*/
/*    font-family: "Futura Book", sans-serif !important;*/
/*    font-size: 1.25rem!important;*/
/*}*/
 /* public/style.css */
p {
    /*font-family: "Poppins", sans-serif;*/
    /*font-size: 16px;*/
   /* line-height: 22px;*/
}
 
.top-area {
    width: 100%;
    background: #333;
    padding: 5px 0 10px 0;
    text-align: center;
    background-size: cover;
}

.top-area p {
    color: #fff;
    padding-top: 5px;
}

.top-area i {
    color: #c1aa7f;
}

.logo-bg {
    width: 100%;
    background: #c1aa7f;
    padding: 20px 0 20px 0;
    background-size: cover;
}

.logo-area {}

.logo-area p {
    text-align: right;
    color: #fff;
    font-family: "Kadwa", serif;
}

.logo-area strong {
    font-size: 20px;
}

/* .menu-bg {
    width: 100%;
    background: transparent !important;
    background: #333;
    background-size: cover;
} */

.menu-bg {
    width: 100%;
    background: transparent;
    background: #333;
    background-size: cover;
}

.menu-p {
    text-align: right;
}

.menu-btn {
    background: #fff;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    border-radius: 5px;
}

.contact-s {
    padding: 25px 0 20px 30px !important;
}

.contact-s i {
    width: 80px;
    height: 80px;
    border: 3px #000 dotted;
    line-height: 75px;
    font-size: 50px;
    border-radius: 50px;
    text-align: center;
    color: #b2893d;
}

.contact-map {
    border: 1px #b3b3b3 solid;
    padding: 10px 10px;
}

.contact-form {
    background: #efefef;
    padding: 40px 30px;
}

.submit {
    background: #b2893d;
    padding: 10px 20px;
    border: none;
    color: #fff;
    font-weight: 500;
}

.contact-form input {
    margin-bottom: 15px;
}

.contact-form textarea {
    margin-bottom: 15px;
}

.wedding {}

.wedding p {
    text-align: justify;
}

.wedding h3 {
    margin-top: 15px;
}

.dropdown-item {
    color: #ffffff !important;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid #fff;
    border-radius: 0.25rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #000 !important;
}

.navbar-toggler {
    color: #fff;
}

.dropdown-menu {
    background: #333 !important;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
}

.dropend .dropdown-toggle {
    color: #fff !important;
    margin-left: 1em;
}

.dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
}

.dropdown-item:hover {
    background-color: #b2893d;
    color: #fff;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

.text-video {
    position: absolute;
    top: 55%;
    text-align: center;
    left: 30%;
}

.text-video h1 {
    font-size: 80px;
    color: #fff;
    font-family: "Kadwa", serif;
}

.text-video p {
    font-size: 20px;
    color: #fff;
}

.trips-bg {
    padding: 50px 0 30px 0;
}

.trips-text {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

.trips-text h1 {
    font-family: "Kadwa", serif;
    font-size: 40px;
    margin-bottom: 30px;
}

/*.trips-text p {*/
/*    font-family: "Kadwa", serif;*/
/*    font-size: 19px;*/
/*}*/

.trips-slider {
    margin-bottom: 50px;
}

.trips-slider h4 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 10%;
}

.trips-slider .owl-item:nth-child(odd) {
    margin-top: 80px;
}

.owl-dots {
    display: none;
}

.owl-prev {
    background: #fff !important;
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    color: #333;
    font-size: 50px !important;
    line-height: 50px;
    position: absolute;
    left: 0;
    bottom: 40%;
}

.owl-next {
    background: #fff !important;
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    color: #333;
    font-size: 50px !important;
    line-height: 45px;
    position: absolute;
    right: 0;
    bottom: 40% !important;
}

.owl-next:hover {
    color: #b2893d !important;
}

.owl-prev:hover {
    color: #b2893d !important;
}

.client-logo-bg {
    background-color: #000000;
    padding: 40px 0 50px 0;
}

.client-logo-area {}

.client-logo-area img {
    width: 190px;
    margin-right: 22px;
    margin-bottom: 40px;
}

.client-text {}

.client-text h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.box {
    background-color: rgb(229, 148, 43);
    font-family: "Raleway", sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.box img {
    width: 100%;
    height: auto;
    transform-origin: top left;
    transform: scale(1.3);
    transition: all 0.6s ease-out 0s;
}

.box:hover img {
    opacity: 0.7;
    transform-origin: bottom right;
}

.box-content {
    color: #fff;
    background-color: rgba(229, 148, 43, 0.9);
    padding: 20px;
    opacity: 0;
    position: absolute;
    bottom: -50%;
    right: -50%;
    z-index: 2;
    transition: all 0.6s ease-out;
}

.box:hover .box-content {
    opacity: 1;
    bottom: 0;
    right: 0;
}

.box .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 3px;
}

.box .post {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.box .post a {
    color: #fff;
    text-decoration: none;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    transform-origin: right center;
    transform: scaleY(0);
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.6s ease 0.2s;
}

.box-content h3 {
    color: #fff !important;
}

@media only screen and (max-width: 990px) {
    .box {
        margin: 0 0 30px;
    }
}

.text-effect {
    color: #333;
    font-family: "Kadwa", serif;
    font-size: 60px;
    color: #198754;
    margin-bottom: 30px;
}

.text-effect span {
    display: inline-block;
    opacity: 0;
    transform: translatex(0);
    animation: moveLetters 2.4s infinite ease-in-out;
}

.text-effect span:nth-child(1) {
    animation-delay: 0.1s;
}

.text-effect span:nth-child(2) {
    animation-delay: 0.2s;
}

.text-effect span:nth-child(3) {
    animation-delay: 0.3s;
}

.text-effect span:nth-child(4) {
    animation-delay: 0.4s;
}

.text-effect span:nth-child(5) {
    animation-delay: 0.5s;
}

.text-effect span:nth-child(6) {
    animation-delay: 0.6s;
}

.text-effect span:nth-child(7) {
    animation-delay: 0.7s;
}

.text-effect span:nth-child(8) {
    animation-delay: 0.8s;
}

.text-effect span:nth-child(9) {
    animation-delay: 0.9s;
}

.text-effect span:nth-child(10) {
    animation-delay: 1s;
}

.pakage {
    padding: 50px 0;
}

.pakage-text {
    background: #fff;
    padding: 20px 30px;
    margin-left: 50px;
    margin-right: 50px;
    position: relative;
    bottom: 50px;
    margin-top: -50px;
    z-index: 100;
    font-family: "Kadwa", serif;
}

.pakage-text h1 {
    font-family: "Kadwa", serif;
    text-align: center;
    font-size: 32px;
}

.pakage-text h4 {
    font-family: "Kadwa", serif;
    text-align: center;
    font-size: 21px;
    line-height: 33px;
}

.pakage-text p {
    text-align: center;
    color: #c1aa7f;
}

.why-choose {}

.why-choose img {
    width: 200px;
}

.why-choose h1 {
    font-family: "Kadwa", serif;
    font-size: 45px;
    margin-bottom: 40px;
}

.why-choose h3 {
    font-family: "Kadwa", serif;
    margin-bottom: 35px;
}

.why-choose p {
    font-family: "Kadwa", serif;
    font-size: 18px;
    margin-bottom: 35px;
}

.adventure {
    background: #f9f8f3;
    padding: 60px 0;
    font-family: "Kadwa", serif;
}

.adventure h3 {
    font-family: "Kadwa", serif;
    font-size: 45px;
    margin-bottom: 20px;
}

.adventure h5 {
    font-family: "Kadwa", serif;
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 30px;
}

.adventure a {
    background: #b2893d;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    letter-spacing: 3px;
}

.footer {
    background: #393732;
    padding: 45px 0 30px 0;
}

.footer-area {
    border: 1px #535049 solid;
}

.footer-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-area ul li {
    line-height: 30px;
    font-size: 15px;
}

.footer-area ul li a {
    color: #e0ded7;
    text-decoration: none;
}

.footer-area ul li a:before {
    content: "\f0a9";
    font-size: 14px;
    font-family: "FontAwesome";
    color: #c1aa7f;
    padding-right: 7px;
}

.footer h4 {
    font-size: 16px;
    color: #c1aa7f;
}

.footer-left-border {
    border-left: 1px #535049 solid;
}

.footer-box {
    padding-top: 20px;
}

.footer-box p {
    color: #e0ded7;
}

.footer-box a {
    color: #6c6c6c;
}

.footer-box a:hover {
    color: #b2893d;
}

.copywrite {
    background: #393732;
    padding: 10px 0 10px 0;
    border-top: 1px #535049 solid;
    color: #e0ded7;
    text-align: center;
}

.copywrite a {
    color: #e0ded7;
    text-decoration: none;
    font-weight: bold;
}

.copywrite a:hover {
    color: #b2893d;
    text-decoration: none;
    font-weight: bold;
}

.testi_section {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f9f8f3;
}

.testi_main_box {
    text-align: center;
}

.star_box i {
    background: #b2893d;
    color: #fff;
    padding: 10px;
}

.testi_main_box h4 {
    font-size: 30px;
    line-height: 38px;
    margin-top: 40px;
}

.star_box {
    margin-top: 23px;
    padding-bottom: 30px;
}

.testi_main_box p {
    font-size: 16px;
    line-height: 26px;
    padding: 0px 178px;
}

.testi_desination h5 {
    font-size: 20px;
    padding-top: 4px;
}

.testi_desination p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #8a8a8a;
}

.no-padding {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.trips-tittle {}

.trips-tittle h1 {
    color: #b2893d;
    font-family: "Kadwa", serif;
    text-transform: uppercase;
    font-weight: 600;
}

.trips-tittle p {
    font-family: "Kadwa", serif;
    font-size: 20px;
    text-align: justify;
}

.include {}

.include h2 {
    color: #b2893d;
    font-family: "Kadwa", serif;
}

.include h3 {
    color: #b2893d;
    font-family: "Kadwa", serif;
}

.include ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.include ul li {
    line-height: 27px;
}

.include i {
    font-size: 17px;
    margin-right: 8px;
    color: #b2893d;
}

:root {
    --main-color: #5557b4;
}

.serviceBox {
    color: #333;
    padding: 10px 10px 10px 15px;
    border: 3px solid #c1aa7f;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.serviceBox:before,
.serviceBox:after {
    content: "";
    background: #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    box-shadow: 0 0 10px rgb(193 170 127);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.serviceBox:after {
    background: #e5dac6;
    width: 50%;
    height: 100%;
    box-shadow: none;
    transform: translateX(0) translateY(0);
    top: 0;
    left: auto;
    right: 0;
    z-index: -2;
}

.title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Kadwa", serif;
    font-size: 22px;
    color: #b2893d;
}

.serviceBox .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 10px 10px;
    font-family: "Kadwa", serif;
    font-size: 22px;
    color: #b2893d;
}

.serviceBox .description {
    margin: 0 15px 15px 15px;
    text-align: justify;
}

.inspired_section {
    padding: 60px 0px;
}

.inspired_box {
    background-color: #efefef;
    color: #fff;
    cursor: pointer;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.inspired_box::before {
    background: linear-gradient(-180deg,
            rgba(0, 0, 0, 0) 50%,
            rgba(0, 0, 0, 0.85) 100%);
    content: "";
    opacity: 0.9;
    position: absolute;
    z-index: 1;
    display: block;
    height: 100%;
    width: 100%;
}

.inspired_box:after {
    content: "";
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    z-index: 1;
    border: 1px solid #c1aa7f;
}

.inspired_box .content {
    padding: 0 35px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    bottom: 30px;
}

.inspired_box .content p {
    margin-top: 20px;
}

.inspired_box .content h3 {
    font-size: 27px;
    line-height: 35px;
}

p.desination_text {
    font-size: 1.375rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #dedede;
    color: #b2893d;
    margin-left: 100px;
}

/* Tabs */
.tabs {
    width: 100%;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    display: flex;
}

ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
    width: 50%;
    padding-top: 50px;
}

#tabs-content {
    width: 50%;
}

ul#tabs-nav li {
    font-size: 36px;
    margin-right: 2px;
    padding: 7px 100px;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: block;
    line-height: 39px;
}

#tabs-nav li a {
    text-decoration: none;
    color: #888;
    font-family: "Kadwa", serif;
}

#tabs-nav li a:hover {
    color: #000;
}

.slider_tab .tab-content {
    padding: 0px;
    border: 0px solid #09f;
    background-color: #fff;
}

.slider_tab img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

@media only screen and (max-width: 1199px) {
    .serviceBox {
        margin: 0 0 40px;
    }
}

@keyframes moveLetters {
    0% {
        opacity: 0;
        transform: translateX(-15vw);
    }

    33.3%,
    66% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(15vw);
    }
}

@media only screen and (max-width: 990px) {
    .text-effect {
        font-size: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .text-effect {
        font-size: 60px;
    }
}

@media only screen and (max-width: 576px) {
    .text-effect {
        font-size: 40px;
    }
}

@media screen and (min-width: 769px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}

.border_line1 {
    margin: 0 auto 3.75rem;
    position: relative;
    width: 350px;
}

.border_line1 span {
    background-color: #000;
    padding: 8px 15px;
    position: relative;
    z-index: 5;
    display: block;
    font-size: 20px;
}

.border_line1:before {
    width: calc(100vw - 40px);
    max-width: 80rem;
    height: 1px;
    content: "";
    background-color: #c1aa7f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
}

.fa-facebook-square {
    font-size: 25px !important;
    margin-right: 10px;
    color: #e0ded7;
}

.fa-instagram {
    font-size: 25px !important;
    margin-right: 10px;
    color: #e0ded7;
}

.fa-twitter {
    font-size: 25px !important;
    margin-right: 10px;
    color: #e0ded7;
}

.fa-linkedin-square {
    font-size: 25px !important;
    margin-right: 10px;
    color: #e0ded7;
}

/*testimonial style*/
.testi-qute i {
    color: #b2893d;
    font-size: 25px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    ul#tabs-nav {
        width: 100%;
    }

    body {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    #tabs-content {
        width: 100%;
    }

    .slider_tab img {
        height: auto;
    }

    .tabs {
        display: block;
    }

    ul#tabs-nav li {
        font-size: 24px;
        padding: 0px 20px;
        line-height: 31px;
    }

    ul#tabs-nav {
        padding-top: 20px;
    }

    p.desination_text {
        padding-bottom: 14px;
        margin-left: 20px;
    }

    .testi_main_box p {
        font-size: 14px;
        line-height: 26px;
        padding: 0px 15px !important;
    }

    .testi_section .owl-theme .owl-nav {
        margin-top: 10px;
        margin-top: -60px !important;
        padding-bottom: 20px;
    }

    .testi_section .owl-prev {
        background: #fff !important;
        height: auto;
        width: auto;
        border-radius: 100% !important;
        color: #333;
        font-size: 42px !important;
        position: relative;
        left: 0;
        bottom: 0;
    }

    .testi_section .owl-next {
        background: #fff !important;
        width: auto;
        height: auto;
        border-radius: 100% !important;
        color: #333;
        font-size: 42px !important;
        line-height: 45px;
        position: relative;
        right: 0;
        bottom: 0px !important;
    }

    .text-video {
        position: absolute;
        top: 30%;
        text-align: center;
        left: 0%;
    }

    .trips-text {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
    }

    /*.trips-text p {*/
    /*    font-family: "Kadwa", serif;*/
        
    /*}*/

    .text-video h1 {
        font-size: 34px;
        color: #fff;
        font-family: "Kadwa", serif;
    }

    .text-video p {
        font-size: 16px;
        color: #fff;
        padding-left: 15px;
        padding-right: 15px;
    }

    .trips-text h1 {
        font-family: "Kadwa", serif;
        font-size: 26px;
        margin-bottom: 30px;
    }

    .text-effect {
        font-size: 30px !important;
    }

    span.navbar-toggler-icon i {
        color: #fff;
        padding-top: 5px;
    }

    .menu-bg {
        position: relative;
        z-index: 9;
    }

    .logo-bg img {
        width: 210px;
    }

    .logo-bg {
        padding: 15px 10px 5px 0;
    }

    .logo-area strong {
        font-size: 14px;
    }

    .trips-slider .owl-item:nth-child(odd) {
        margin-top: 30px;
    }

    .why-choose h1 {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .why-choose h3 {
        margin-bottom: 5px;
        font-size: 20px;
    }

    .why-choose img {
        width: 100px;
    }

    .why-choose p {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .adventure h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .adventure h5 {
        font-size: 18px;
        margin-bottom: 26px;
        line-height: 22px;
    }

    .adventure {
        padding: 25px 0;
    }

    .adventure a {
        padding: 7px 11px;
        letter-spacing: 2px;
    }

    .pakage-text h1 {
        font-size: 25px;
    }

    .pakage-text h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .pakage-text {
        background: #fff;
        padding: 14px 7px;
        margin-left: 10px;
        margin-right: 10px;
        position: relative;
        bottom: 19px;
        margin-top: -31px;
        z-index: 100;
        font-family: "Kadwa", serif;
    }

    .testi_main_box h4 {
        font-size: 25px;
        margin-top: 30px;
    }

    .footer-left-border {
        border-left: 1px #535049 solid;
        border-top: 1px #535049 solid;
        padding-bottom: 20px;
    }

    .footer {
        padding: 45px 0 0px 0;
    }

    .trips-bg {
        padding: 10px 0 30px 0;
    }

    .serviceBox .title {
        text-transform: uppercase;
        margin: 15px 10px 10px;
        font-size: 18px;
    }

    .trips-tittle h1 {
        font-size: 25px;
    }

    .trips-tittle p {
        font-size: 17px;
    }

    .carousel-inner img {
        height: 250px;
    }

    .serviceBox .description {
        margin: 0 10px 15px 10px;
    }

    .include h2 {
        font-size: 22px;
    }

    .include h3 {
        font-size: 22px;
    }

    .trips-tittle h1 {
        font-size: 20px;
    }

    .wedding h3 {
        font-size: 20px;
        margin-top: 0px;
    }

    .serviceBox {
        margin: 0 0 15px;
    }

    .play-icon {
        width: 100px;
        position: absolute;
        top: 200px;
    }
}