* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html,
body {
    font-family: "Roboto", sans-serif;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a {
    text-decoration: none;
    color: #081E2A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    text-rendering: optimizeLegibility;
    color: #081E2A;
}

p {
    margin: 0 0 10px;
    line-height: 30px;
    font-size: 16px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

label {
    margin: 0;
}


/*slider*/

nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
}

.navbar-brand h3 {
    margin-top: 10px;
    font-weight: 700;
}

#logo1 {
    width: 120px;
    margin-top: -18px;
}

.top-slider {
    position: relative;
}

header .item {
    height: 100vh;
    position: relative;
}

header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

header .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}

header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

header .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    /* color: var(--bd-white); */
    background-color: #0c9447;
    padding: 7px 15px;
    border-radius: 8px;
}

header .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}

header .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

header .owl-nav .owl-prev:focus {
    outline: 0;
}

header .owl-nav .owl-prev:hover {
    background: #000 !important;
}

header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

header .owl-nav .owl-next:focus {
    outline: 0;
}

header .owl-nav .owl-next:hover {
    background: #000 !important;
}

header:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

header:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.banner-booking-wrapper {
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px #00000026;
}

.banner-booking-wrapper h2 {
    margin-bottom: 0;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    background: #fff;
    border-radius: 15px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
    outline: none;
    background-color: transparent;
    height: 40px;
    width: 100%;
    font-size: 16px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: var(--bd-black);
    padding-inline-start: 25px;
    padding-inline-end: 25px;
}

.form-section {
    width: 500px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 9;
}

.floating-form-input {
    position: relative;
    margin-bottom: 10px;
}

.floating-form-input .floating-label {
    position: absolute;
    pointer-events: none;
    inset-inline-start: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s ease all;
}

.floating-form-input input:not(:focus):valid ~ .floating-label {
    top: 0;
    inset-inline-start: 20px;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    padding: 0px 4px;
}

.floating-form-input input {
    background-color: transparent;
}

.floating-form-input input:focus ~ .floating-label {
    top: 0;
    inset-inline-start: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    padding: 0px 4px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: #0c9447;
}

.bd-btn {
    background-color: #179bdc;
    color: #ffffff;
    z-index: 5;
}

.btn-style {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
    text-transform: capitalize;
}


/*slider*/

.section-subtitle {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    color: #d71e0b;
    letter-spacing: 2.88px;
}

.section-title {
    color: #000;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 36px;
}

.tour-wrapper {
    margin-bottom: 20px;
}

.p-relative {
    position: relative;
}

.image-overly {
    position: relative;
    overflow: hidden;
}

.tour-thumb img {
    width: 100%;
    height: 210px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.image-overly a::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    /* border-radius: 10px; */
    transition: all 0.3s ease-in-out;
    /* background: linear-gradient(180deg, rgba(28, 31, 57, 0) 17.61%, #0D1B2A 100%); */
}

.image-overly a::after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    /* border-radius: 10px; */
    transition: all 0.3s ease-in-out;
    /* background: linear-gradient(180deg, rgba(0, 108, 228, 0) 0%, rgb(34 45 45) 100%); */
}

.tour-favorite {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* width: 35px; */
    /* padding: 15px; */
    padding: 12px;
    height: 35px;
    background-color: #fff;
    color: #000;
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
}
.price-section {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: inline-flex
;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* width: 35px; */
    /* padding: 15px; */
    padding: 12px;
    height: 35px;
    background-color: #fff;
    color: #000;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
}
.tour-content {
    padding: 22px 22px 30px 22px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #eee;
    background-color: #fff;
}

.tour-title {
    margin-top: 0px;
}

.underline a {
    display: inline;
    background-image: linear-gradient (#0c9447, #0c9447), linear-gradient(#0c9447, #0c9447);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 83%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
    line-height: 1.4;
    padding: 2% 0;
    font-size: 20px;
        font-weight: 600;
    color: #0073b7;
}

.itnry {
    display: flex;
    margin-bottom: 15px;
    list-style-type: none;
    border-bottom: solid 1px #e3e3e3;
    border-top: 1px solid #e3e3e3;
    padding: 12px 0 0 0;
}

.itnry li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    width: 23%;
    text-align: center;
    font-size: 13px;
    color: #0f4174;
}

.itnry li figure img {
    width: 50px;
}

.itnry li figure,
.itnry li p {
    margin-bottom: 5px;
    color: #000;
    font-size: 11px;
    font-weight: 500;
}

.pkg-incusion {
    margin-bottom: 20px;
}

.pkg-incusion li {
    /* padding: 0 0 0 15px; */
    padding: 2px 0 0 0px;
    margin: 0 0 4px 0;
    /* list-style-type: none; */
    /* display: block; */
    /* position: relative; */
    /* background-image: url(../images/arrow-orng.png); */
    /* background-repeat: no-repeat; */
    /* background-position: left 6px; */
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.pkg-incusion li b {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    color: #000;
}

.pkg-incusion li i {
    color: #000;
}

.tour-meta {
    display: flex !important;
    /*justify-content: space-around !important;
    align-items: center !important;*/
}

.tour-btn {
    width: 49%;
    /* float: left; */
    display: inline-block;
    margin-right: 10px;
}

.btn-style {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    height: 45px;
    position: relative;
    overflow: hidden;
    padding: 0 0px;
    text-transform: capitalize;
}

.bd-btn span i {
    margin-left: 8px;
}

.bd-btn:hover {
    background: #f58414;
    color: #fff;
}

.section-space {
    padding-top: 80px;
    padding-bottom: 80px;
}

.bg-gray {
    background: #f3f3f3;
}

.wpbtn {
    background: linear-gradient(45deg, #4db051 8%, #4db051 100%);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.wppulse i {
    font-size: 30px;
    line-height: 60px;
    color: #fff;
}

.wppulse {
    position: relative;
    z-index: 500;
}

.wppulse::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: -moz-linear-gradient(45deg, #4db051 8%, #4db051 100%);
    background: -webkit-linear-gradient(45deg, #4db051 8%, #4db051 100%);
    background: linear-gradient(45deg, #4db051 8%, #4db051 100%);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0
    }
}

.cta__area {
    padding-top: 0;
}

.section-space {
    padding-top: 80px;
    padding-bottom: 80px;
}

.fix {
    overflow: hidden;
}

.cta-item {
    position: relative;
}

.cta-item .cta-thumb {
    margin-top: 0;
}

.cta-thumb {
    margin-top: 8px;
    text-align: end;
}

.cta-item .cta-thumb img {
    position: absolute;
    left: 0;
    border: 4px;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    margin-right: 0;
}

.cta-thumb img {
    position: relative;
    z-index: 5;
    margin-right: 70px;
}

.cta-item-box {
    display: grid;
    grid-template-columns: 560px auto;
    align-items: center;
    padding: 60px 60px 60px 60px;
    background-color: #000;
    border-radius: 8px;
    justify-content: space-between;
}

.p-relative {
    position: relative;
}

.z-index-11 {
    z-index: 11;
}

.cta-item-box.section-title,
.cta-item-box .section-subtitle,
.cta-item-box p {
    text-shadow: 1px 0px 1px #ccc, 0px 1px 1px #0000000d, 2px 1px 1px #00000040, 1px 2px 1px #0000000d, 3px 2px 1px #00000040, 2px 3px 1px #0000000d, 4px 3px 1px #00000040;
}

.white-text {
    color: #fff !important;
}

.icon-btn.bg-tertiary {
    background-color: #0c9447;
}

.margin-auto {
    margin: 0 auto;
}

.pulse-white {
    animation: pulse-white 2s infinite;
}

.icon-btn {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    animation: pulse 2s infinite;
    margin-bottom: 35px;
    color: #fff;
    font-size: 22px;
}

.cta-item .cta-icon i {
    font-size: 30px;
    color: #fff;
}

.cta-item .cta-content a {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 0px 1px #ccc, 0px 1px 1px #0000000d, 2px 1px 1px #00000040, 1px 2px 1px #0000000d, 3px 2px 1px #00000040, 2px 3px 1px #0000000d, 4px 3px 1px #00000040;
}

.pulse-white {
    animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.animate-play {
    position: relative;
    z-index: 5;
}

.animate-play::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    border: 1px solid rgb(134, 134, 134);
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    animation-name: popupBtn;
    animation-duration: 1.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: -1;
}

.animate-play::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    border: 1px solid rgb(134, 134, 134);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 0;
    animation-name: popupBtn;
    animation-duration: 1.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: -1;
}

@keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.4);
        opacity: 0.3;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.section-divider {
    border-bottom: 1px solid #E3E1E1;
}

.mb-25 {
    margin-bottom: 25px;
}

.contact .info i {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    background: #d71e0b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #0f394c;
}

.contact .info p.coninfo {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 15px;
    color: #000;
    font-weight: normal;
}

.footer-section {
    background: #323232;
    /*padding-bottom:70px;*/
}

.copyright-text {
    display: block;
    color: #fff;
    padding: 27px 0 16px;
    text-align: center;
}

.copyright-text a,
.footer-links li a {
    color: #fff;
}

.theme-bg-secondary {
    background-color: #09111a;
}

.footer-4-col-1 .footer-widget-content p {
    color: rgba(255, 255, 255, 0.7);
}

.footer-widget-title {
    margin-bottom: 22px;
    color: var(--bd-heading);
    font-size: 20px;
}

.footer-widget-links ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-widget-links.has-white ul li a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-widget-links ul li a {
    font-size: 16px;
    position: relative;
    color: var(--bd-text-meta);
}

.footer-widget-list-single-item:not(:last-child) {
    margin-bottom: 25px;
}

.footer-widget-list-single-item {
    display: grid;
    align-items: center;
    grid-template-columns: 40px auto;
}

.footer-widget-list-icon {
    font-size: 16px;
    color: #fff;
}

.footer-widget-list-text-top {
    color: rgba(255, 255, 255, 0.6);
    display: block;
}

.footer-widget-list-text a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .cta-item-box {
        grid-template-columns: auto;
        padding: 30px 30px;
        gap: 50px;
    }
    .form-section {
        width: 100%;
        position: inherit;
        top: 50%;
        right: 0px;
        transform: translateY(0%);
        z-index: 9;
    }
    header .item .cover .header-content h1 {
        font-size: 20px;
    }
    header .item .cover .header-content h2 {
        font-weight: 600;
        font-size: 18px;
    }
    .navbar-brand h3 {
        /* z-index: 9; */
        margin-top: 0px;
        font-weight: 700;
        font-size: 20px;
    }
    header .item {
        height: 30vh;
    }
    .btn-style {
        font-size: 14px;
    }
    #logo1 {
        width: 75px;
        margin-top: -16px;
    }
    header .item .cover .header-content {
        padding: 20px;
        left: -50px;
    }
    .section-title {
        font-size: 26px;
    }
}