/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigation
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/



@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&amp;display=swap');






/*== Default Css ==*/
:root {
    --thm-font: "Outfit", sans-serif;
    --thm-font-2: "Cormorant Infant", serif;
    --thm-font-3: "Great Vibes", cursive;
    --thm-primary-color: #B59771;
    --thm-primary-color-rgb: 181, 151, 113;

    --thm-body-font-color: #666666;
    --thm-body-font-size: 16px;
    --thm-body-line-height: 26px;
    --thm-body-font-weight: 400;

    --thm-heading-font-color: #111111;
    --thm-white: #ffffff;
    --thm-black: #111111;
    --thm-black-bg: #111846;
    --thm-black-bg-2: #141b37;

    --thm-gray-bg: #EAF5FC;
    --thm-border-color: #e5e5e5;
    --thm-border-radius: 4px;
}



body {
    font-family: var(--thm-font);
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    line-height: var(--thm-body-line-height);
    font-weight: var(--thm-body-font-weight);
}

.body-bg-1 {
    background-color: #ffffff;
}


.body-bg-2 {
    background-color: #0a112e;
}



p {
    font-family: var(--thm-font);
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    line-height: var(--thm-body-line-height);
    font-weight: var(--thm-body-font-weight);
    margin: 0;
}

a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}

.auto-container {
    position: static;
    max-width: 1750px;
    padding: 0px 15px;
    margin: 0 auto;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

section {
    position: relative;
    display: block;
    z-index: 1;
}





body.locked {
    overflow: hidden;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-heading-font-color);
    font-family: var(--thm-font-2);
    font-weight: 700;
    margin: 0;
}



dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.fancybox-slide .fancybox-image-wrap {
    border-radius: 10px;
    overflow: hidden;
}



.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

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

ol,
li {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error {
    border-color: red;
}

#contact-form input[type="email"].error {
    border-color: red;
}

#contact-form select.error {
    border-color: red;
}

#contact-form textarea.error {
    border-color: red;
}

#contact-form label.error {
    display: none !important;
}













.rating-box-style1 {
    position: relative;
    display: block;
}

.rating-box-style1 ul {
    position: relative;
    display: flex;
}

.rating-box-style1 ul li {
    position: relative;
    display: block;
    line-height: 0;
}

.rating-box-style1 ul li+li {
    padding-left: 5px;
}

.rating-box-style1 ul li span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 16px;
    cursor: pointer;
}


/** Thm Social Link **/
.thm-social-link {
    position: relative;
    display: block;
    padding-top: 30px;
}

.thm-social-link ul {
    position: relative;
    display: block;
}

.thm-social-link ul li {
    position: relative;
    float: left;
    margin-right: 10px;
}

.thm-social-link ul li:last-child {
    margin-right: 0;
}

.thm-social-link ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: var(--thm-black);
    border-radius: 5px;
    color: var(--thm-white);
    font-size: 18px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.thm-social-link ul li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(var(--thm-primary-color-rgb), 1);
    border-radius: 5px;
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.thm-social-link ul li:hover a:before {
    opacity: 1;
    transform: scale(1);
}

.thm-social-link ul li:hover a {
    color: #ffffff;
}



/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
    position: fixed;
    top: 0;
    left: 0%;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    cursor: url(../images/icon/cross-out.html), pointer;
    z-index: 99999999;

    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: left right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.95;
    visibility: visible;
    right: 100%;
    background: var(--thm-black);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left center;
}


.xs-sidebar-widget {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    max-width: 460px;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    overflow-y: auto;

    transition-timing-function: ease-out;
    transition: 0.5s;

    visibility: hidden;
    opacity: 1;
    z-index: 999999999;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    transition-timing-function: ease-in;
    transition: 0.5s;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 300ms ease 100ms;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 900ms ease 500ms;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: 0;
    background-color: #000000;
}

.sidebar-textwidget {
    padding: 50px 45px;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--thm-black);
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}

.xs-sidebar-group .content-inner .logo a {
    position: relative;
    display: inline-block;
}

.xs-sidebar-group .content-inner h3 {
    color: var(--thm-black);
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--thm-font);
    margin-bottom: 22px;
}

.xs-sidebar-group .content-inner h3 span {
    color: var(--thm-base);
    font-size: 25px;
    font-weight: 900;
}

.xs-sidebar-group .content-inner .content-box {
    position: relative;
    display: block;
    padding-top: 33px;
    padding-bottom: 47px;
}

.xs-sidebar-group .content-inner .content-box .inner-text {
    position: relative;
    display: block;
}

.xs-sidebar-group .content-inner .content-box p {
    color: var(--thm-black);
}

.xs-sidebar-group .content-inner .sidebar-contact-info {
    position: relative;
    display: block;
}

.xs-sidebar-group .content-inner .sidebar-contact-info h3 {
    color: var(--thm-black);
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 27px;
}

.sidebar-contact-info ul {
    position: relative;
    display: block;
}

.sidebar-contact-info ul li {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.sidebar-contact-info ul li:last-child {
    margin-bottom: 0;
}

.sidebar-contact-info ul li .inner {
    position: relative;
    display: block;
    padding-left: 0;
}



/***
.sidebar-contact-info ul li .inner .icon {
    position: absolute;
    top: 0px;
    left: 0;
}
.sidebar-contact-info ul li .inner .icon span {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 27px;
    line-height: 27px;
    font-weight: 500;
}
.sidebar-contact-info ul li .inner .icon span.map-marker {
    color: var(--thm-base);
    position: relative;
    top: 8px;
    font-size: 32px;
}
**/


.sidebar-contact-info ul li .inner .text {
    position: relative;
    display: block;
}

.sidebar-contact-info ul li .inner .text p {
    color: var(--thm-black);
    line-height: 24px;
}

.sidebar-contact-info ul li .inner .text p a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-contact-info ul li .inner .text p a:hover {
    color: var(--thm-base);
    text-shadow: -0.45px -0.45px 0 var(--thm-base), 0.45px 0.45px var(--thm-base);
}

.xs-sidebar-group .content-inner .side-content-newsletter-box {
    position: relative;
    display: block;
    padding-top: 49px;
}

.xs-sidebar-group .content-inner .side-content-newsletter-box h3 {
    color: var(--thm-black);
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 24px;
}

.side-content-newsletter-box .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    background-color: rgb(248, 248, 248);
    border: 1px solid #e3dfdf;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 6px;
    font-family: var(--thm-font);
}

.side-content-newsletter-box .form-group button {
    margin-top: 30px;
}





/*== Review Css ======*/
.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 15px;
}

.review-box ul {
    display: block;
    overflow: hidden;
}

.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.review-box ul li:last-child {
    margin-right: 0px;
}

.review-box ul li i {
    color: #fbaf02;
    font-size: 15px;
}


/*== Section Title Css ======*/
.sec-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 59px;
}

.sec-title.withtext {
    padding-bottom: 52px;
}

.sec-title .sub-title {
    position: relative;
    display: inline-block;
}

.sec-title .sub-title h4 {
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 0px;
    z-index: 1;
}

.sec-title h2 {
    color: var(--thm-black);
    font-size: 60px;
    line-height: 1.0em;
    text-transform: capitalize;
    margin-top: 12px;
}

.sec-title.white h2 {
    color: var(--thm-white);
}

.sec-title .text {
    position: relative;
    display: block;
    padding-top: 13px;
}




/*== Btn One Css ======*/
.btn-box {
    position: relative;
    display: block;
}

.btn-one {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    background-color: transparent;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 40px;
    font-family: var(--thm-font);
    font-weight: 400;
    border-radius: 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}

.btn-one:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    transform: scaleX(1);
    transition-duration: 800ms;
    background-color: var(--thm-primary-color);
    z-index: -1;
}

.btn-one:hover:after {
    transform: scaleX(0);
    transition-duration: 1500ms;
}

.btn-one:before {
    position: absolute;
    top: 0px;
    left: -10px;
    bottom: 0;
    right: 100%;
    content: "";
    background: var(--thm-black);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 0%;
    transition-duration: 800ms;
    z-index: 1;
}

.btn-one:hover:before {
    right: 0px;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.btn-one .txt {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 1;
}

.btn-one:hover,
.btn-one:focus {
    color: #ffffff;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    -moz-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
}

.btn-one i {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-right: 9px;
    top: 0px;
    z-index: 1;
}




/*== Btn Two Css ======*/
.btn-two {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-base);
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: var(--thm-font-3);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.btn-two span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 18px;
    margin-left: 10px;
    transition: border-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.btn-two:hover span {
    color: #ffffff;
}

.btn-two span:after {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--thm-base);
    border-radius: 50%;
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    z-index: -1;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.btn-two:hover span:after {
    opacity: 1.0;
    transform: scale(1.0);
}

.btn-two:hover {
    color: var(--thm-base);
    letter-spacing: normal;
}


/*== Section Btn Css ======*/
.section-btn {
    position: relative;
    display: block;
    text-align: center;
    line-height: 0;
    margin-top: 40px;
    z-index: 1;
}

.section-btn::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--thm-border-color);
    z-index: -1;
}

.section-btn-inner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 21px;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    padding: 7px 25px 7px;
    z-index: 1;
}

.section-btn-inner p {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.section-btn-inner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-white);
    background-repeat: repeat;
    z-index: -1;
}

.section-btn-inner p a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    font-family: var(--thm-font-2);
    text-transform: uppercase;
    margin-left: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.section-btn-inner p a i {
    font-size: 14px;
    margin-right: 6px;
}

.section-btn-inner p a:hover {
    color: var(--thm-primary-color);
}




/*== Owl Dot Style One Css ======*/
.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 60px !important;
    display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: rgba(var(--thm-primary-color-rgb), 0.3);
    border: 0px solid;
    margin: 0px 6px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    transform-origin: left right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left right;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: none;
}



/*== Owl Dot Style Two Css ======*/
.owl-carousel.owl-dot-style2 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 30px !important;
    display: block;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 5px solid #ffffff;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    border: 1px solid var(--thm-base);
    border-radius: 50%;
    transform: scale(0);
    transition: all 500ms ease;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot.active {
    border: 5px solid #1a1c23;
    background-color: var(--thm-base);
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot.active:before {
    transform: scale(1);
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot span {
    display: none;
}






/*== Owl Nav Style One Css ======*/
.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 130px;
    margin: 0;
    z-index: 10;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 45px;
    background-color: var(--thm-gray-bg);
    border: 0px solid var(--thm-border-color);
    border-radius: 0;
    margin: 0 5px;
    padding: 0;
    transition: all 700ms ease 3s;
    z-index: 1;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
    border: 0px solid transparent;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: var(--thm-primary-color);
    border-radius: 0px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(0);
    transform: perspective(400px) rotateX(0deg) scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: -1;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover span {
    color: var(--thm-white);
}



/*== Scrool To Top Css ======*/
.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 50px;
    transform: rotate(180deg);
    z-index: 99999999999;
}

.scroll-to-top .visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
    opacity: 0;
    visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.scroll-to-top .scroll-bar {
    width: 50px;
    height: 4px;
    margin-right: 10px;
    position: relative;
    display: none;
}

.scroll-to-top .scroll-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--thm-primary-color);
    opacity: 1;
}

.scroll-to-top .scroll-bar .bar-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: var(--thm-secondary-color);
}

.scroll-to-top .scroll-bar-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--thm-white);
    border-radius: 0px;
    border: 0px solid #2f5154;
    color: var(--thm-black);
    font-size: 22px;
    cursor: pointer;
    transform: rotate(90deg);
    transition: all 500ms ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.scroll-to-top .scroll-bar-text:hover {
    color: var(--thm-white);
    transform: scale(1) rotate(90deg);
    background-color: var(--thm-primary-color);
}

.scroll-to-top.bg2 .scroll-bar-text {
    background: #0a3e56;
}



.scroll-to-top--style2 {
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0;
    transform: rotate(0deg);
}

.scroll-to-top--style2 .scroll-bar {
    display: none;
}

.scroll-to-top--style2 .scroll-bar-text {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    font-family: var(--thm-font-2);
    transition: all 500ms ease;
    width: auto;
    height: auto;
    background: transparent;
}

.scroll-to-top--style2 .scroll-bar-text p {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--thm-font-2);
}

.scroll-to-top--style2 .scroll-bar-text:hover p {
    color: var(--thm-primary-color);
}

.scroll-to-top--style2 .scroll-bar-text span {
    position: relative;
    top: 0;
    display: inline-block;
    padding-left: 10px;
    color: var(--thm-primary-color);
    font-size: 16px;
}




/*== Styled Pagination Css ======*/
.styled-pagination {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
}

.styled-pagination.pdtop60 {
    padding-top: 60px;
}

.styled-pagination.pdtop30 {
    padding-top: 30px;
}

.styled-pagination li {
    position: relative;
    display: block;
    float: left;
}

.styled-pagination li+li {
    margin-left: 10px;
}

.styled-pagination li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--thm-border-color);
    color: var(--thm-black);
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    font-family: var(--thm-font-2);
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease;
    z-index: 1;
}

.styled-pagination li a span:before {
    position: relative;
    top: 0px;
    color: var(--thm-black);
    font-size: 22px;
    transition: all 500ms ease;
}

.styled-pagination li a span {
    line-height: 0;
}

.styled-pagination li:hover a span::before,
.styled-pagination li.active a span::before {
    color: var(--thm-white);
}

.styled-pagination li.prev {
    transform: rotate(0deg);
}

.styled-pagination li.prev a span:before {
    position: relative;
    display: inline-block;
}

.styled-pagination li.next a span:before {
    position: relative;
    display: inline-block;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: var(--thm-white);
    border-color: var(--thm-primary-color);
    background: var(--thm-primary-color);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    width: 46px;
    height: 46px;
    background-color: transparent;
    border-color: var(--thm-border-color);
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
}





/*== checked Css Css ======*/
.checked-box1 {
    position: relative;
    display: block;
    min-height: 26px;
}

.checked-box1 input[type="checkbox"] {
    display: none;
}

.checked-box1 label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: var(--thm-body-font-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    font-family: var(--thm-font);
}

.checked-box1 input[type="checkbox"]+label span {
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #e3e4ea;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box1 label span:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--thm-primary-color);
    border-radius: 50%;
    margin: 2px auto 0px;
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box1 input[type="checkbox"]:checked+label span {
    border-color: #e3e4ea;
}

.checked-box1 input[type="checkbox"]:checked+label span:before {
    transform: scale(1.0);
}



/*== checked Css Css ======*/
.checked-box2 {
    position: relative;
    display: block;
    min-height: 28px;
}

.checked-box2 input[type="checkbox"] {
    display: none;
}

.checked-box2 label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: var(--thm-body-font-color);
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    cursor: pointer;
    font-family: var(--thm-font);
}

.checked-box2 input[type="checkbox"]+label span {
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box2 label span:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box2 input[type="checkbox"]:checked+label span {
    border-color: var(--thm-primary-color);
}

.checked-box2 input[type="checkbox"]:checked+label span:before {
    transform: scale(1.0);
}



/*== Star Rating Style1 Css ======*/
.star-rating-style1 {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    direction: rtl;
}

.star-rating-style1 input[type="radio"] {
    display: none;
}

.star-rating-style1 label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: var(--thm-primary-color);
    font-size: 24px;
    padding: 0 1px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.star-rating-style1 input[type="radio"]:checked~label {
    color: var(--thm-white);
}

.star-rating-style1 label:hover,
.star-rating-style1 label:hover~label {
    color: var(--thm-white);
}



/*== Accordion Box Style 1 Css ======*/
.accordion-box-style1 {
    position: relative;
    display: block;
}

.accordion-box-style1 .accordion {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.accordion-box-style1 .accordion:last-child {
    margin-bottom: 0;
}

.accordion-box-style1 .accordion .accord-btn {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 30px;
    border-radius: 0px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 3;
}

.accordion-box-style1 .accordion .accord-btn.active {
    -webkit-transition: all 0.9s linear;
    -o-transition: all 0.9s linear;
    transition: all 0.9s linear;
}

.accordion-box-style1 .accordion .accord-btn.active {
    border-left: 1px solid var(--thm-primary-color);
}

.accordion-box-style1 .accordion .accord-btn .left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 58px;
    background-color: transparent;
    border-right: 1px solid var(--thm-border-color);
    z-index: 1;
}

.accordion-box-style1 .accordion .accord-btn.active .left {
    border-color: var(--thm-primary-color);
}

.accordion-box-style1 .accordion .accord-btn.active .left::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 60px;
    background-color: var(--thm-primary-color);
    z-index: -1;
}

.accordion-box-style1 .accordion .accord-btn .left h4 {
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 28px;
}

.accordion-box-style1 .accordion .accord-btn.active .left h4 {
    color: var(--thm-white);
}

.accordion-box-style1 .accordion .accord-btn h3 {
    color: var(--thm-body-font-color);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-left: 20px;
}

.accordion-box-style1 .accordion .accord-btn.active h3 {
    color: var(--thm-black);
}

.accordion-box-style1 .accordion .accord-btn::after {
    font-family: 'icomoon' !important;
    position: absolute;
    content: "\e90e";
    top: 50%;
    right: 25px;
    color: var(--thm-black);
    font-size: 18px;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}

.accordion-box-style1 .accordion .accord-btn.active:after {
    color: var(--thm-primary-color);
    content: "\e901";
}

.accordion-box-style1 .accordion .accord-content {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid var(--thm-border-color);
    border-top: none;
    padding: 34px 30px 38px;
    display: none;
    z-index: 2;
}

.accordion-box-style1 .accordion .accord-content.collapsed {
    display: block;
}

.accordion-box-style1 .accordion .accord-content p {
    margin: 0;
}




/*== Accordion Box Css ======*/
.accordion-box {
    position: relative;
    display: block;
}

.accordion-box li+li {
    margin-top: 20px;
}

.accordion-box .block {
    position: relative;
    display: block;
    overflow: hidden;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    cursor: pointer;
    background: #F9F9F9;
    border: none;
    padding: 21px 30px 21px;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background: #F9F9F9;
}

.accordion-box .block .acc-btn h3 {
    color: var(--thm-black);
    font-size: 24px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h3 {
    color: var(--thm-primary-color);
}

.accordion-box .block .acc-btn::before {
    font-family: 'icomoon' !important;
    position: absolute;
    content: "\e935";
    top: 50%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 700;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}

.accordion-box .block .acc-btn.active::before {
    content: "\e936";
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    border: none;
    background-color: #F9F9F9;
    padding: 4px 30px 43px;
    padding-right: 70px;
}

.accordion-box .block .acc-content p {
    margin: 0;
}






/*== Search Popup Css ======*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    z-index: 9999;
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.search-popup__overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    height: 300px;
    background-color: var(--thm-primary-color);
    opacity: 1.0;
    cursor: pointer;
}

.search-popup__close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background-color: var(--thm-black);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    font-size: 24px;
}



.search-popup__content {
    width: 100%;
    max-width: 560px;
    background-color: #000000;
    padding: 10px;
    z-index: 10;
}

.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    background-color: #fff;
    color: var(--thm-black);
    font-size: 16px;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 80px;
}

.search-popup__content .thm-btn {
    position: absolute;
    top: 0;
    right: 0px;
    padding: 0;
    width: 60px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 0;
    background-color: var(--thm-black);
    border: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup__content .thm-btn i {
    background-color: transparent;
    margin-left: 0;
}

.search-popup__content .thm-btn:hover {
    color: #ffffff;
    background-color: var(--thm-primary-color);
}

/* Preloader */
.handle-preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 9999999;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto 45px auto;
    animation: spinner 1s infinite linear;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    position: relative;
    display: inline-block;
    font-family: var(--thm-font-3);
    font-weight: 700;
    letter-spacing: 15px;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.3s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 0.5s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 0.7s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    animation-delay: 0.8s;
}

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.7);
}

/* AnimaciĆĀ³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--thm-black);
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px;
    }
}




@-webkit-keyframes pulse10 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ee212b;
        box-shadow: 0 0 0 0 #ee212b;
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

@keyframes pulse10 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ee212b;
        box-shadow: 0 0 0 0 #ee212b;
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}





/*================================
    Yacht Tour Style1 Css
================================*/
.yacht-tour-style1 {
    background-color: var(--thm-black-bg);
    padding: 60px 0px 50px;
    z-index: 5;
}

.yacht-tour-style1__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.05;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -1;
}

.yacht-tour-style1__inner {
    position: relative;
    display: block;
    z-index: 9;
}

.yacht-tour-style1__tab {
    position: relative;
    display: block;
}

.yacht-tour-style1__tab-btn {
    position: relative;
    display: block;
    padding-bottom: 20px;
}

.yacht-tour-style1__tab-btn ul {
    position: relative;
    display: block;
}

.yacht-tour-style1__tab-btn ul li {
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border: 1px solid rgb(255, 255, 255, 0.2);
    padding: 9px 20px 9px;
    z-index: 1;
}

.yacht-tour-style1__tab-btn ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgb(255, 255, 255, 0.2);
    transform: translateY(30px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.yacht-tour-style1__tab-btn ul li:hover::before,
.yacht-tour-style1__tab-btn ul li.active-btn-item::before {
    opacity: 1;
    transform: translateY(0px);
}

.yacht-tour-style1__tab-btn ul li+li {
    margin-left: 10px;
}

.yacht-tour-style1__tab-btn ul li h4 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 30px;
    font-family: var(--thm-font);
    font-weight: 400;
}



.yacht-tour-style1__tab .tabs-content-box {
    position: relative;
    display: block;
}

.yacht-tour-style1__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.yacht-tour-style1__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.yacht-tour-style1__tab .tab-content-box-item .yacht-tour-style1-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.yacht-tour-style1__tab .tab-content-box-item.tab-content-box-item-active .yacht-tour-style1-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}

.single-yacht-tour-style1 {
    position: relative;
    display: block;
}

.yacht-tour-style1__form {
    position: relative;
    display: block;
}

.yacht-tour-style1__form form {
    position: relative;
    display: block;
}

.yacht-tour-style1__form form ul {
    position: relative;
    display: flex;
}

.yacht-tour-style1__form form ul li {
    position: relative;
    display: block;
    width: 270px;
}

.yacht-tour-style1__form form ul li.form-group {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 10px;
}

.yacht-tour-style1__form form ul li+li {
    margin-left: 10px;
}

.yacht-tour-style1__form form ul li.icon1::before {
    content: "\e916";
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    left: 20px;
    color: var(--thm-primary-color);
    font-size: 17px;
    line-height: 17px;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 1;
}

.yacht-tour-style1__form form ul li.icon2::before {
    content: "\e917";
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    left: 20px;
    color: var(--thm-primary-color);
    font-size: 17px;
    line-height: 17px;
    transform: translateY(-50%) rotate(0deg);
    z-index: 1;
}

.yacht-tour-style1__form form ul li.icon3::before {
    content: "\e917";
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    left: 20px;
    color: var(--thm-primary-color);
    font-size: 17px;
    line-height: 17px;
    transform: translateY(-50%) rotate(0deg);
    z-index: 1;
}

.yacht-tour-style1__form form ul li.icon4::before {
    content: "\e918";
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    left: 20px;
    color: var(--thm-primary-color);
    font-size: 17px;
    line-height: 17px;
    transform: translateY(-50%) rotate(0deg);
    z-index: 1;
}



.yacht-tour-style1__form form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    border: 1px solid rgb(255, 255, 255, 0.2);
    background-color: var(--thm-black-bg);
    font-size: 12px;
    color: var(--thm-white);
    font-family: var(--thm-font);
    padding-left: 58px;
    padding-right: 20px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.yacht-tour-style1__form form input[type="text"]:focus {
    border-color: var(--thm-primary-color);
}

.yacht-tour-style1__form form .nice-select {
    position: relative;
    display: block;
    border-radius: 0;
    background-color: var(--thm-black-bg);
    border: 1px solid rgb(255, 255, 255, 0.2);
    width: 100%;
    height: 64px;
    color: var(--thm-white);
    font-size: 12px;
    line-height: 62px;
    font-family: var(--thm-font);
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding-left: 58px;
    padding-right: 20px;
    transition: all 300ms ease;
}

.yacht-tour-style1__form form .nice-select:focus {
    border-color: var(--thm-primary-color);
}

.yacht-tour-style1__form form .nice-select::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    right: 20px;
    margin-top: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: 10;
}

.yacht-tour-style1__form form .nice-select .list {
    display: block;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0 0px;
    margin-top: 10px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.0) translateY(30px);
    -ms-transform: scale(1.0) translateY(30px);
    transform: scale(1.0) translateY(30px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: auto;
    width: 100%;
    right: 0 !important;
    left: auto !important;
    z-index: 100;
}

.yacht-tour-style1__form form .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: auto;
}

.yacht-tour-style1__form form .nice-select .option {
    color: var(--thm-black);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 40px;
    min-height: 40px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 0;
}

.yacht-tour-style1__form form .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.yacht-tour-style1__form form .nice-select .option:hover,
.yacht-tour-style1__form form .nice-select .option.focus,
.yacht-tour-style1__form form .nice-select .option.selected.focus {
    color: var(--thm-black) !important;
    background-color: var(--thm-primary-color);
}


.yacht-tour-style1__form form ul li.btn-box {
    width: 170px;
}

.yacht-tour-style1__form form ul li.btn-box button.btn-one {
    line-height: 44px;
    width: 100%;
    justify-content: center;
}



/*
================================
    Yacht Tour Style2 Css
================================
*/
.yacht-tour-style2 {
    background-color: var(--thm-white);
    z-index: 12;
}

.yacht-tour-style2 .auto-container {
    max-width: 1750px;
}

.yacht-tour-style2__inner {
    position: relative;
    display: block;
    background-color: #f7f7f7;
    padding: 60px 0 50px;
}

.yacht-tour-style2__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.08;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.yacht-tour-style2__inner .yacht-tour-style1__form form .nice-select {
    background-color: var(--thm-white);
    border: 1px solid #e5e5e5;
    color: var(--thm-black);
}

.yacht-tour-style2__inner .yacht-tour-style1__form form input[type="text"] {
    background-color: var(--thm-white);
    border: 1px solid #e5e5e5;
    color: var(--thm-black);
}

.yacht-tour-style2__inner .yacht-tour-style1__form form .nice-select::after {
    border-bottom: 2px solid var(--thm-black);
    border-right: 2px solid var(--thm-black);
}



/*
================================
    Yacht Tour Style1 Style3 Css
================================
*/
.yacht-tour-style1--style3 {
    position: relative;
}

.yacht-tour-style1--style3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, #192257 0%, #09112E 66%);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.04);
    z-index: -2;
}



/*================================
    Destinations Style1 Css
================================*/
.destinations-style1 {
    background-color: var(--thm-gray-bg);
    padding: 120px 0px 120px;
}

.destinations-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center;
    z-index: -2;
}

.destinations-style1__shape {
    position: absolute;
    right: 0;
    bottom: 120px;
    z-index: -1;
}

.destinations-style1 .row {
    --bs-gutter-x: 17px;
}

.single-destinations-style1 {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.single-destinations-style1 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-destinations-style1 .img-box::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgb(25, 29, 56);
    background: linear-gradient(0deg, rgba(25, 29, 56, 1) 0%, rgba(25, 29, 56, 0.14049369747899154) 50%);
    z-index: 1;
}

.single-destinations-style1 .img-box img {
    width: 100%;
    transform: scale(1.0);
}

.single-destinations-style1:hover .img-box img {
    transform: scale(1.10) rotate(0deg);
}


.single-destinations-style1 .img-box .overlay-btn {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    background: -webkit-linear-gradient(-90deg, rgba(17, 24, 70, 0.90), rgba(181, 151, 113, .90) 100%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 2;
}

.single-destinations-style1:hover .img-box .overlay-btn {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.single-destinations-style1 .img-box .overlay-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-black);
    font-size: 30px;
    width: 55px;
    height: 55px;
    border-radius: 0px;
    opacity: 0;
    transform: translateY(50px);
    background-color: var(--thm-white);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.single-destinations-style1:hover .img-box .overlay-btn a {
    opacity: 1;
    transform: translateY(0px);
}

.single-destinations-style1 .img-box .overlay-btn a:hover {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.destinations-style1__btn {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 40px;
}




/*
================================
    Destinations Style2 Css
================================
*/
.destinations-style2 {
    background-color: var(--thm-white);
}

.destinations-style2__inner {
    position: relative;
    display: block;
    background-color: var(--thm-gray-bg);
    padding: 120px 0px 90px;
}

.destinations-style2__inner::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    overflow: hidden;
    width: calc((100% - 37%) / 2);
    background-color: var(--thm-white);
}

.destinations-style2__img {
    position: relative;
    display: block;
    margin-left: -170px;
    margin-right: 50px;
}



.single-destinations-style2-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-destinations-style2-img .img {
    position: relative;
    display: block;
    overflow: hidden;
}


.single-destinations-style2-img .img img {
    width: 100%;
    transform: scale(1.0);
}

.single-destinations-style2-img:hover .img img {
    transform: scale(1.10) rotate(0deg);
}

.single-destinations-style2-img .img .overlay {
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 0;
    text-align: center;
    z-index: 5;
}

.single-destinations-style2-img .img .overlay .title {
    position: relative;
    display: block;
    min-height: 80px;
}

.single-destinations-style2-img .img .overlay .title h2 {
    color: rgb(255, 255, 255, 0.2);
    font-size: 80px;
    line-height: 1.0em;
    text-transform: uppercase;
}

.single-destinations-style2-img .img .overlay .title p {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}




.destinations-style2__content {
    position: relative;
    display: block;
    margin-left: 40px;
    padding-top: 75px;
}

.destinations-style2__content .sec-title {
    padding-bottom: 22px;
}

.destinations-style2__content .text {
    position: relative;
    display: block;
}

.destinations-style2__content .text p {
    margin: 0;
}

.destinations-style2__content .list-item {
    position: relative;
    display: block;
    padding-top: 32px;
}

.destinations-style2__content .list-item li {
    position: relative;
    display: flex;
    align-items: center;
}

.destinations-style2__content .list-item li+li {
    margin-top: 13px;
}

.destinations-style2__content .list-item li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgb(181, 151, 113, 0.2);
    color: #bd8865;
    font-size: 15px;
    line-height: 0;
    margin-right: 15px;
}

.destinations-style2__content .list-item li p {
    margin: 0;
    flex: 1;
}

.destinations-style2__content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 49px;
}




/*================================
       Yacht Style1 Css
================================*/
.yacht-style1 {
    background-color: #f9f9f9;
    padding: 120px 0px 90px;
}

.yacht-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 530px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -1;
}

.yacht-style1__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 7, 54);
    background: linear-gradient(0deg, rgba(0, 7, 54, 0.8995973389355743) 70%, rgba(0, 7, 54, 0.5914740896358543) 100%);
    z-index: 1;
}

.yacht-style1 .sec-title h2 {
    color: var(--thm-white);
}


.single-yacht-style1 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-yacht-style1 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-yacht-style1 .img-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(180deg, rgba(181, 151, 113, 0) 0%, rgba(181, 151, 113, 0.5298494397759104) 51%, rgba(181, 151, 113, 1) 80%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
}

.single-yacht-style1:hover .img-box::before {
    opacity: 1;
}

.single-yacht-style1 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-yacht-style1:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.single-yacht-style1 .content-box {
    position: relative;
    display: block;
}

.single-yacht-style1 .content-box .top-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--thm-primary-color);
    padding: 10px 30px 11px;
}

.single-yacht-style1 .content-box .top-box .title {
    position: relative;
    display: block;
}

.single-yacht-style1 .content-box .top-box .title h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
}

.single-yacht-style1 .content-box .top-box .title h3 a {
    color: var(--thm-white);
}

.single-yacht-style1 .content-box .top-box .title h3 a:hover {
    color: var(--thm-black);
}

.single-yacht-style1 .content-box .top-box .value {
    position: relative;
    display: block;
}

.single-yacht-style1 .content-box .top-box .value h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
}

.single-yacht-style1 .content-box .list-item {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.04);
    padding: 23px 30px 22px;
}

.single-yacht-style1 .content-box .list-item li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-yacht-style1 .content-box .list-item li+li {
    margin-top: 15px;
}

.single-yacht-style1 .content-box .list-item li .left {
    position: relative;
    display: block;
}

.single-yacht-style1 .content-box .list-item li .left h4 {
    font-size: 18px;
    line-height: 28px;
}

.single-yacht-style1 .content-box .list-item li .right {
    position: relative;
    display: block;
    text-align: right;
}

.single-yacht-style1 .content-box .list-item li .right p {
    margin: 0;
}

.yacht-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -115px;
    right: -5px;
}

.yacht-style1-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.yacht-style1-carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.yacht-style1-carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}



/*
================================
       Yacht Style2 Css
===============================
*/
.yacht-style2 {
    background-color: var(--thm-white);
    padding: 120px 0px 90px;
}

.yacht-style2.pdt0 {
    padding-top: 0;
}

.yacht-style2__shape1 {
    position: absolute;
    left: 0;
    bottom: 110px;
    opacity: 0.05;
}

.single-yacht-style2 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-yacht-style2 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-yacht-style2 .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.4%, rgba(0, 0, 0, 0.7) 100%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-yacht-style2:hover .img-box::before {
    opacity: 0;
}

.single-yacht-style2 .img-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.48%, #000000 100%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-yacht-style2:hover .img-box::after {
    opacity: 1;
}

.single-yacht-style2 .img-box img {
    width: 100%;
    transform: scale(1.0);
}

.single-yacht-style2:hover .img-box img {
    transform: scale(1.10) rotate(0deg);
}

.single-yacht-style2 .img-box .overlay-content {
    position: absolute;
    left: 30px;
    bottom: 23px;
    right: 30px;
    transform: translateY(72px);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 5;
}

.single-yacht-style2:hover .img-box .overlay-content {
    transform: translateY(0px);
}

.single-yacht-style2 .img-box .overlay-content .top-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 7px;
}

.single-yacht-style2 .img-box .overlay-content .top-box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 0%;
    background-color: rgb(255, 255, 255, 0.2);
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.single-yacht-style2:hover .img-box .overlay-content .top-box::before {
    width: 100%;
}

.single-yacht-style2 .img-box .overlay-content .top-box .title {
    position: relative;
    display: block;
}

.single-yacht-style2 .img-box .overlay-content .top-box .title h3 {
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
}

.single-yacht-style2 .img-box .overlay-content .top-box .title h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-yacht-style2 .img-box .overlay-content .top-box .title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-yacht-style2 .img-box .overlay-content .top-box .value {
    position: relative;
    display: block;
}

.single-yacht-style2 .img-box .overlay-content .top-box .value h3 {
    color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
}

.single-yacht-style2 .img-box .overlay-content .bottom-box {
    position: relative;
    display: block;
    padding-top: 8px;
}

.single-yacht-style2 .img-box .overlay-content .bottom-box ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-yacht-style2 .img-box .overlay-content .bottom-box ul li {
    position: relative;
    display: block;
}

.single-yacht-style2 .img-box .overlay-content .bottom-box ul li:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
}

.single-yacht-style2 .img-box .overlay-content .bottom-box ul li:nth-child(3) {
    margin-left: auto;
}

.single-yacht-style2 .img-box .overlay-content .bottom-box ul li span {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font);
    font-weight: 400;
}

.single-yacht-style2 .img-box .overlay-content .bottom-box ul li p {
    color: var(--thm-primary-color);
}

.yacht-style2-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -115px;
    right: -5px;
}

.yacht-style2-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
    margin-right: -315px;
}



.yacht-style2-carousel--style3.owl-nav-style-one.owl-theme .owl-nav {
    display: none;
}

.yacht-style2-carousel--style3.owl-nav-style-one.owl-theme .owl-stage-outer {
    margin-right: 0;
}



/*
================================
       Yacht Style3 Css
===============================
*/
.yacht-style3 {
    background-color: var(--thm-white);
    padding: 120px 0px 90px;
}

.yacht-style3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 390px;
    width: 100%;
    background-color: var(--thm-black-bg);
}

.yacht-style3 .shape1 {
    position: absolute;
    top: 55px;
    right: -90px;
}

.yacht-style3 .shape1 img {
    filter: drop-shadow(2px 4px 6px black);
    opacity: 0.20;
}

.yacht-style3__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 59px;
}

.yacht-style3__top .sec-title {
    padding-bottom: 0;
}

.yacht-style3__top .sec-title h2 {
    color: var(--thm-white);
}

.yacht-style3__top .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    top: -11px;
}

.yacht-style3__top .btn-box .btn-one {
    color: var(--thm-primary-color);
    padding-left: 30px;
    padding-right: 30px;
}

.yacht-style3__top .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.yacht-style3__top .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

.yacht-style3__top .btn-box .btn-one::after {
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
}

.yacht-style3__top .btn-box i {
    margin-right: 0;
    margin-left: 10px;
}



/*
================================
    Yacht Style4 Css
===============================
*/
.yacht-style4 {
    padding: 120px 0px 120px;
}

.yacht-style4__shape {
    position: absolute;
    top: 325px;
    left: 0;
    opacity: .03;
}

.single-yacht-style4 {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg-2);
    border: 1px solid var(--thm-black-bg-2);
    padding: 19px 19px 29px;
    margin-bottom: 40px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.single-yacht-style4:hover {
    border-color: transparent;
}

.single-yacht-style4::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 1px solid var(--thm-primary-color);
    opacity: 0;
    transform: perspective(400px) scaleX(0.7);
    transform-origin: center;
    z-index: -1;
}

.single-yacht-style4:hover::before {
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
    transition: border-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-yacht-style4 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-yacht-style4 .img-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(180deg, rgba(181, 151, 113, 0) 0%, rgba(181, 151, 113, 0.5298494397759104) 30%,
            rgba(181, 151, 113, 1) 80%);
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-yacht-style4:hover .img-box::before {
    opacity: 1;
}

.single-yacht-style4 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-yacht-style4:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}



.single-yacht-style4 .content-box {
    position: relative;
    display: block;
    padding: 34px 0px 0px;
}

.single-yacht-style4 .content-box h2 {
    font-size: 36px;
    line-height: 1.0em;
    margin-bottom: 4px;
}

.single-yacht-style4 .content-box h2 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-yacht-style4 .content-box h2 a:hover {
    color: var(--thm-primary-color);
}

.single-yacht-style4 .content-box h3 {
    color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 34px;
}

.yacht-style4__btn {
    position: relative;
    display: block;
    line-height: 0;
    text-align: center;
    padding-top: 20px;
}

.yacht-style4__btn .btn-one {
    color: var(--thm-primary-color);
}

.yacht-style4__btn .btn-one:hover {
    color: var(--thm-white);
}

.yacht-style4__btn .btn-one::after {
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
}

.yacht-style4__btn .btn-one::before {
    background-color: var(--thm-primary-color);
}



/*
================================
    Yacht Style4--Style2 Css
================================
*/
.yacht-style4--style2 {
    background-color: #f9f9f9;
}

.yacht-style4--style2__border-line {
    position: absolute;
    top: 0;
    left: 320px;
    right: 320px;
    height: 1px;
    opacity: 0.30;
    background: rgb(181, 151, 113);
    background: linear-gradient(90deg, rgba(181, 151, 113, 0.09567577030812324) 0%, rgba(181, 151, 113, 1) 20%,
            rgba(181, 151, 113, 1) 51%, rgba(181, 151, 113, 1) 80%, rgba(181, 151, 113, 0.10407913165266103) 100%);
}

.yacht-style4__shape2 {
    position: absolute;
    left: 0;
    bottom: 490px;
    opacity: .05;
}

.yacht-style4--style2__big-title {
    position: absolute;
    top: 350px;
    right: -30px;
    color: transparent;
    -webkit-text-stroke: 1px rgb(0, 0, 0, .12);
    font-size: 180px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}



.yacht-style4--style2 .single-yacht-style4 {
    background-color: var(--thm-white);
    border: 1px solid var(--thm-white);
}

.yacht-style4--style2 .single-yacht-style4 .content-box h2 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.yacht-style4--style2 .single-yacht-style4 .content-box h2 a:hover {
    color: var(--thm-primary-color);
}



/*================================
       Choose Style1 Css
================================*/
.choose-style1 {
    background-color: #f9f9f9;
    padding: 0px 0px 90px;
}

.choose-style1__shape1 {
    position: absolute;
    left: 0;
    bottom: 35px;
}

.choose-style1__shape2 {
    position: absolute;
    right: 0;
    bottom: 35px;
}

.single-choose-style1 {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.02);
    padding: 30px 30px 33px;
    margin-bottom: 30px;
}

.single-choose-style1 .icon-box {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 50px;
    line-height: 0;
    padding-top: 20px;
    padding-left: 20px;
}

.single-choose-style1 .icon-box .cercle {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 60px;
    height: 60px;
    opacity: 0.1;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
}

.single-choose-style1 .title {
    position: relative;
    display: block;
    padding-top: 34px;
}

.single-choose-style1 .title h3 {
    font-size: 28px;
    line-height: 38px;
}

.single-choose-style1 .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-choose-style1 .title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-choose-style1 .text {
    position: relative;
    display: block;
    padding-top: 7px;
}

.single-choose-style1 .text p {
    margin: 0;
}



/*
================================
   Choose Style1 In Style2 Css
================================
*/
.choose-style1--in-style2 {
    background-color: #ffffff;
    padding: 120px 0px 83px;
    z-index: 11;
}

.choose-style2__shape1 {
    position: absolute;
    left: 0;
    bottom: 25px;
    opacity: 0.1;
}

.choose-style2__shape2 {
    position: absolute;
    right: 0;
    bottom: 20px;
    opacity: 0.2;
}


.choose-style1--in-style2 .row {
    --bs-gutter-x: 100px;
}

.choose-style1--in-style2 .single-choose-style1 {
    box-shadow: none;
    padding: 0px 0px 0px;
    margin-bottom: 30px;
}


/*
==================================
   Choose Style1 In Style3 Css
==================================
*/
.choose-style1--style3 {
    position: relative;
}

.choose-style1--style3 .single-choose-style1 {
    text-align: center;
}

.choose-style1--style3 .single-choose-style1 .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    background-color: rgb(var(--thm-primary-color-rgb), .1);
    padding: 0;
    margin: 0 auto;
}

.choose-style1--style3 .single-choose-style1 .icon-box .cercle {
    display: none;
}




/*================================
       Choose Style3 Css
================================*/
.choose-style3 {
    padding: 120px 0px 80px;
}

.single-choose-style3 {
    position: relative;
    display: block;
    padding: 0px 25px 0px;
    margin-bottom: 33px;
}

.single-choose-style3 .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: var(--thm-black-bg-2);
    border: 1px solid rgb(255, 255, 255, .1);
    color: var(--thm-primary-color);
    font-size: 40px;
    line-height: 0;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-choose-style3:hover .icon-box {
    color: var(--thm-white);
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}

.single-choose-style3 .title-box {
    position: relative;
    display: block;
    padding-top: 24px;
}

.single-choose-style3 .title-box h3 {
    font-size: 28px;
    line-height: 31px;
}

.single-choose-style3 .title-box h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-choose-style3 .title-box h3 a:hover {
    color: var(--thm-primary-color);
}

.single-choose-style3 .text-box {
    position: relative;
    display: block;
    padding-top: 15px;
}

.single-choose-style3 .text-box p {
    color: rgb(255, 255, 255, .7);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-choose-style3:hover .text-box p {
    color: var(--thm-white);
}



/*
================================
    Video Style1 Css
================================
*/
.video-style1 {
    padding: 120px 0px 220px;
    background-color: var(--thm-white);
    z-index: 15;
}

.video-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -1;
}

.video-style1__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 7, 54, 0.7) 0%, #000736 100%);
}

.video-style1__content {
    position: relative;
    display: block;
}

.video-style1__content .video-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-primary-color);
    font-size: 25px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: var(--thm-white);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 5;
}

.video-style1__content .video-popup:hover {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.video-style1__content .video-popup::after,
.video-style1__content .video-popup::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}

.video-style1__content .video-popup::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.video-style1__content .title {
    position: relative;
    display: block;
    padding-top: 42px;
}

.video-style1__content .title h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.video-style1__content .title h2 span {
    color: var(--thm-primary-color);
}



/*
================================
  Video Style1 In Style2 Css
================================
*/
.video-style1--in-style2 {
    padding: 0 0 0;
}

.video-style1--in-style2 .auto-container {
    max-width: 1750px;
}

.video-style1--instyle2-inner {
    position: relative;
    display: block;
    padding: 170px 0 154px;
}



/*
================================
   Video Style1 In Style3 Css
================================
*/
.video-style1--in-style3 {
    padding: 170px 0px 171px;
    background-color: #000736;
}

.video-style1--in-style3 .video-style1__bg {
    opacity: .6;
}

.video-style1--in-style3 .video-style1__bg::before {
    display: none;
}



/*
================================
    Activities Style1 Css
================================
*/
.activities-style1 {
    background-color: var(--thm-white);
    padding: 120px 0px 120px;
}

.activities-style1 .shape1 {
    position: absolute;
    top: -300px;
    left: 0;
    opacity: 0.05;
    z-index: -1;
}

.activities-style1__big-title {
    position: absolute;
    top: -95px;
    right: -31px;
    color: transparent;
    -webkit-text-stroke: 1px rgb(0, 0, 0, 0.10);
    font-size: 180px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.single-activities-style1 {
    position: relative;
    display: block;
}

.single-activities-style1 .img-box {
    position: relative;
    display: block;
}

.single-activities-style1 .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-activities-style1 .img-box .inner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 55px;
    background-color: var(--thm-white);
    clip-path: polygon(25% 0, 100% 100%, 100% 100%, 0 100%, 0 40%);
    z-index: 2;
}

.single-activities-style1 .img-box .inner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(180deg, rgba(181, 151, 113, 0) 0%, rgba(181, 151, 113, 0.5298494397759104) 31%, rgba(181, 151, 113, 1) 80%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-activities-style1:hover .img-box .inner::after {
    opacity: 1;
}

.single-activities-style1 .img-box .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-activities-style1:hover .img-box .inner img {
    transform: scale(1.07) rotate(0deg);
}

.single-activities-style1 .content-box {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 2px 26px rgba(0, 0, 0, 0.06);
    padding: 0px 40px 39px;
}

.single-activities-style1 .content-box .icon {
    position: absolute;
    top: -55px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.30);
    color: var(--thm-white);
    font-size: 40px;
    line-height: 0;
    z-index: 5;
}

.single-activities-style1 .content-box .icon-1 {
    font-size: 30px;
}

.single-activities-style1 .content-box .title {
    position: relative;
    display: block;
    padding-bottom: 21px;
}

.single-activities-style1 .content-box .title h3 {
    font-size: 28px;
    line-height: 36px;
}

.single-activities-style1 .content-box .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-activities-style1 .content-box .title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-activities-style1 .content-box .btn-box {
    position: relative;
    display: block;
    padding-top: 0;
}

.single-activities-style1 .content-box .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font);
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-activities-style1 .content-box .btn-box a:hover {
    color: var(--thm-black);
}

.single-activities-style1 .content-box .btn-box a i {
    font-size: 26px;
    margin-right: 10px;
}


.activities-style1-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.activities-style1-carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.activities-style1-carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.activities-style1-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    margin-top: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}




/*
==================================
  Activities Style1--style2 Css
==================================
*/
.activities-style1--style2 {
    background-color: transparent;
    padding: 0px 0px 120px;
}

.activities-style1--style2 .shape2 {
    position: absolute;
    right: 0;
    bottom: 175px;
    opacity: .1;
}

.activities-style1--style2 .shape2 img {
    filter: drop-shadow(2px 4px 6px var(--thm-white));
}

.activities-style1--style2 .single-activities-style1 .img-box .inner::before {
    background-color: var(--thm-black-bg-2);
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.activities-style1--style2 .single-activities-style1:hover .img-box .inner::before {
    background-color: var(--thm-primary-color);
}

.activities-style1--style2 .single-activities-style1 .img-box .inner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2497373949579832) 0%, rgba(181, 151, 113, 0.8015581232492998) 39%, rgba(181, 151, 113, 1) 60%);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    z-index: 1;
}

.activities-style1--style2 .single-activities-style1:hover .img-box .inner::after {
    opacity: 1;
}

.activities-style1--style2 .single-activities-style1 .content-box {
    background-color: var(--thm-black-bg-2);
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.activities-style1--style2 .single-activities-style1:hover .content-box {
    background-color: var(--thm-primary-color);
}

.activities-style1--style2 .single-activities-style1 .content-box .title h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.activities-style1--style2 .single-activities-style1 .content-box .title h3 a:hover {
    color: var(--thm-black);
}

.activities-style1--style2 .single-activities-style1 .content-box .icon {
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.activities-style1--style2 .single-activities-style1:hover .content-box .icon {
    background-color: var(--thm-white);
    color: var(--thm-black);
}

.activities-style1--style2 .single-activities-style1:hover .content-box .btn-box a {
    color: var(--thm-white);
}

.activities-style1--style2 .single-activities-style1:hover .content-box .btn-box a:hover {
    color: var(--thm-black);
}




/*
================================
    Activities Style2 Css
================================
*/
.activities-style2 {
    background-color: var(--thm-white);
    padding: 120px 0px 90px;
}

.single-activities-style2 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-activities-style2 .img-box {
    position: relative;
    display: block;
}

.single-activities-style2 .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-activities-style2 .img-box .inner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgb(17, 24, 70);
    background: linear-gradient(180deg, rgba(17, 24, 70, 0) 0%, rgba(17, 24, 70, 0.5298494397759104) 31%,
            rgba(17, 24, 70, 1) 80%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-activities-style2:hover .img-box .inner::after {
    opacity: 1;
}

.single-activities-style2 .img-box .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-activities-style2:hover .img-box .inner img {
    transform: scale(1.07) rotate(0deg);
}

.single-activities-style2 .img-box .time {
    position: absolute;
    top: 30px;
    left: -12px;
    background-color: #2f5896;
    padding: 0px 30px 0px;
    padding-right: 20px;
    z-index: 3;
}

.single-activities-style2 .img-box .time::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 12px;
    height: 13px;
    background-color: #314871;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: -1;
}

.single-activities-style2 .img-box .time p {
    color: var(--thm-white);
    line-height: 30px;
}

.single-activities-style2 .icon {
    position: absolute;
    right: 40px;
    bottom: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.40);
    color: var(--thm-white);
    font-size: 40px;
    line-height: 0;
    z-index: 5;
}

.single-activities-style2 .icon.icon-1 {
    font-size: 30px;
}

.single-activities-style2 .content-box {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.04);
    padding: 30px 30px 30px;
}

.single-activities-style2 .content-box .title {
    position: relative;
    display: block;
    padding-bottom: 14px;
}

.single-activities-style2 .content-box .title h3 {
    font-size: 28px;
    line-height: 36px;
}

.single-activities-style2 .content-box .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-activities-style2 .content-box .title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-activities-style2 .content-box .text {
    position: relative;
    display: block;
}

.single-activities-style2 .content-box .text p {
    margin: 0;
}

.single-activities-style2 .content-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 23px;
}

.single-activities-style2 .content-box .btn-box .btn-one {
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.single-activities-style2 .content-box .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.single-activities-style2 .content-box .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

.single-activities-style2 .content-box .btn-box .btn-one::after {
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
}


/*
====================================
    Activities Style2--style2 Css
====================================
*/
.activities-style2--style2 {
    background-color: #f9f9f9;
}

.activities-style2--style2__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 549px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -1;
}

.activities-style2--style2__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 7, 54, 0.7) 0%, #000736 100%);
    z-index: -1;
}

.activities-style2--style2 .sec-title h2 {
    color: var(--thm-white);
}

.activities-style2--style2 .single-activities-style2 .icon {
    border: 5px solid var(--thm-white);
    box-shadow: none;
}


/*
================================
    Yacht Size Style1 Css
================================
*/
.yacht-size-style1 {
    background-color: var(--thm-white);
    padding: 120px 0px 80px;
}

.yacht-size-style1 .row {
    --bs-gutter-x: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}


li:nth-child(3) .single-yacht-size-style1 {
    margin-left: 15px;
}


li:last-child .single-yacht-size-style1 {
    float: right;
}


.single-yacht-size-style1 {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.single-yacht-size-style1 .img {
    position: relative;
    display: block;
}

.single-yacht-size-style1 .img img {
    width: auto;
}

.single-yacht-size-style1 .title {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 20px;
}

.single-yacht-size-style1 .title h3 {
    font-size: 28px;
    line-height: 38px;
}

.single-yacht-size-style1 .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-yacht-size-style1 .title h3 a:hover {
    color: var(--thm-primary-color);
    letter-spacing: 0.1em;
}


/*
================================
      Process Style1 Css
================================
*/
.process-style1 {
    background-color: var(--thm-white);
}

.process-style1__inner {
    position: relative;
    display: block;
    padding: 120px 0px 70px;
}

.process-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -1;
}

.process-style1__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 7, 54, 0.7) 0%, #000736 100%);
}

.process-style1 .sec-title h2 {
    color: var(--thm-white);
}


.process-style1 .row {
    --bs-gutter-x: 0px;
}


li:first-child .single-process-style1 {
    width: auto;
}

li:nth-child(2) .single-process-style1 {}

li:last-child .single-process-style1 {
    float: right;
}

.single-process-style1 {
    position: relative;
    display: block;
    padding-top: 40px;
    width: 320px;
    margin: 0 auto 50px;
}

.single-process-style1 .process-arrow {
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: 5px;
}

.single-process-style1 .process-arrow2 {
    position: absolute;
    top: 50%;
    right: -105px;
    transform: translateY(-50%);
    margin-top: 5px;
}

.single-process-style1__inner {
    position: relative;
    display: block;
    max-width: 320px;
}

.single-process-style1 .count-box {
    position: absolute;
    top: -25px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.single-process-style1 .count-box::before {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px dashed var(--thm-primary-color);
    z-index: -1;
}

.single-process-style1 .count-box span {
    color: var(--thm-white);
    font-size: 22px;
    line-height: 22px;
    font-family: var(--thm-font);
    font-weight: 400;
}

.single-process-style1 .count-box p {
    color: var(--thm-white);
    line-height: 22px;
}



.single-process-style1 .content-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    background-color: var(--thm-white);
}

.single-process-style1 .content-box .text {
    position: relative;
    display: block;
}

.single-process-style1 .content-box .text h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 17px;
}

.single-process-style1 .content-box .text p {
    font-size: 18px;
}


/*
====================================
      Process Style1--Style2 Css
====================================
*/
.process-style1--style2 {
    padding: 120px 0px 70px;
}

.process-style1--style2 .sec-title h2 {
    color: var(--thm-black);
}

.process-style1--style2 .single-process-style1 .content-box {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.07);
}



/*
================================
      Project Style1 Css
================================
*/
.project-style1 {
    background-color: var(--thm-white);
}

.project-style1 .container {
    max-width: 100%;
    padding: 0px;
}

.project-style1__inner {
    position: relative;
    display: flex;
}

.single-project-style1 {
    position: relative;
    display: block;
}

.single-project-style1 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-project-style1 .img-box::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    background-color: var(--thm-primary-color);
    opacity: 0;
    transform: perspective(400px) scaleX(0);
    transform-origin: center;
    transition: all 500ms ease;
    z-index: 1;
}

.single-project-style1:hover .img-box::before {
    opacity: .8;
    transform: perspective(400px) scaleX(1.0);
}

.single-project-style1 .img-box img {
    width: 100%;
    transform: scale(1.0);
}

.single-project-style1:hover .img-box img {
    transform: scale(1.05) rotate(0deg);
}

.single-project-style1 .img-box .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: perspective(400px) scale(0) translateY(-40px);
    transition: all 400ms ease;
    z-index: 5;
}

.single-project-style1:hover .img-box .overlay-icon {
    opacity: 1;
    transform: perspective(400px) scale(1.0) translateY(0px);
    transition-delay: 400ms;
}

.single-project-style1 .img-box .overlay-icon a {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 40px;
}



/*
================================
      Project Style2 Css
================================
*/
.project-style2 {
    position: relative;
}

.project-style2 .container {
    max-width: 100%;
    padding: 0;
}

.project-style2__inner {
    position: relative;
    display: block;
}

.single-project-style2 {
    position: relative;
    display: block;
}

.single-project-style2 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-project-style2 .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(0deg, rgba(181, 151, 113, 0.8015581232492998) 0%, rgba(181, 151, 113, 0.896796218487395) 38%, rgba(181, 151, 113, 1) 60%);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    z-index: 1;
}

.single-project-style2:hover .img-box::before {
    opacity: 1;
}

.single-project-style2 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-project-style2:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.single-project-style2 .img-box .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: perspective(400px) scale(1) translateY(-40px);
    transition: all 400ms ease;
    z-index: 5;
}

.single-project-style2:hover .img-box .overlay-icon {
    opacity: 1;
    transform: perspective(400px) scale(1.0) translateY(0px);
    transition-delay: 400ms;
}

.single-project-style2 .img-box .overlay-icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--thm-black-bg-2);
    color: var(--thm-white);
    font-size: 30px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-project-style2 .img-box .overlay-icon a:hover {
    color: var(--thm-primary-color);
    background-color: var(--thm-white);
}


.project-style2-carousel.owl-carousel .owl-stage-outer {
    position: relative;
}

.project-style2-carousel.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}




/*
====================================
    Fleet Style1 Css
====================================
*/
.fleet-style1 {
    background-color: var(--thm-white);
    padding: 0px 0px 90px;
}

.single-fleet-style1 {
    position: relative;
    display: block;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    padding: 25.65px 0px 31px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-style1:hover {
    border-color: var(--thm-white);
}

.single-fleet-style1::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: var(--thm-white);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.07);
    opacity: 0;
    transform: perspective(400px) scaleX(0);
    transform-origin: center;
    transition: all 500ms ease;
}

.single-fleet-style1:hover::before {
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}

.single-fleet-style1 .img-box {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-fleet-style1 .img-box img {
    width: auto !important;
    -webkit-transition: all 0.90s ease;
    -o-transition: all 0.90s ease;
    transition: all 0.90s ease;
}

.single-fleet-style1:hover .img-box img {
    transform: scale(1.02) translateX(10px);
}



.single-fleet-style1 .text-box {
    position: relative;
    display: block;
    padding-top: 8px;
}

.single-fleet-style1 .text-box p {
    font-weight: 500;
    line-height: 30px;
}

.single-fleet-style1 .text-box p a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-fleet-style1 .text-box p a:hover {
    color: var(--thm-primary-color);
}


.fleet-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    display: none;
}

.fleet-style1-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.fleet-style1-carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.fleet-style1-carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}


/*
====================================
    Fleet Style1 style2 Css
====================================
*/
.fleet-style1--style2 {
    position: relative;
}

.fleet-style1--style2 .shape1 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .2;
}

.fleet-style1--style2 .sec-title {
    padding-bottom: 49px;
}

.fleet-style1--style2 ul li:nth-child(1) {
    margin-top: 35px;
}

.fleet-style1--style2 ul li:nth-child(3) {
    margin-top: 35px;
}

.fleet-style1--style2 ul li:nth-child(5) {
    margin-top: 35px;
}

.single-fleet-style1--style2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border-color: transparent;
    background-color: var(--thm-white);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.07);
}

.single-fleet-style1--style2::before {
    display: none;
}



/*
====================================
    Fleet Route Css
====================================
*/
.fleet-route {
    background-color: var(--thm-white);
    padding: 120px 0px 155px;
}

.fleet-route.pdtop90 {
    padding-top: 90px;
}

.fleet-route__shape {
    position: absolute;
    top: 120px;
    left: 0;
    opacity: 0.2;
}

.fleet-route__big-title {
    position: absolute;
    top: 140px;
    right: -31px;
    color: transparent;
    -webkit-text-stroke: 1px rgb(0, 0, 0, 0.10);
    font-size: 180px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.fleet-route__border-line {
    position: absolute;
    left: 0;
    bottom: -155px;
    right: 0;
    height: 1px;
    background: rgb(229, 229, 229);
    background: linear-gradient(90deg, rgba(229, 229, 229, 0.09567577030812324) 0%, rgba(229, 229, 229, 1) 20%, rgba(229, 229, 229, 1) 51%, rgba(229, 229, 229, 1) 80%, rgba(229, 229, 229, 0.10407913165266103) 100%);
}


.fleet-route__inner {
    position: relative;
    display: block;
}

.fleet-route__inner-map {
    position: relative;
    display: block;
}


.single-fleet-route-box {
    position: absolute;
    z-index: 1;
}

.single-fleet-route-box.one {
    top: 37%;
    left: 170px;
}

.single-fleet-route-box .img-box {
    position: relative;
    display: block;
    width: 96px;
    height: 96px;
    background-color: var(--thm-white);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    padding: 6px;
    border-radius: 50%;
}

.single-fleet-route-box .overlay {
    position: absolute;
    left: 0;
    top: 90px;
    right: 0;
    text-align: center;
    background-color: var(--thm-black-bg);
    border-radius: 4px;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.single-fleet-route-box:hover .overlay {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
}

.single-fleet-route-box .overlay p {
    color: var(--thm-white);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.single-fleet-route-box .overlay p a {
    color: var(--thm-white);
}

.single-fleet-route-box .img-ship1 {
    position: relative;
    display: block;
}

.single-fleet-route-box .img-ship1 img {
    width: auto;
}

.single-fleet-route-box .img-ship2 {
    position: relative;
    display: block;
}

.single-fleet-route-box .img-ship2 img {
    width: auto;
}

.single-fleet-route-box .shape1 {
    position: relative;
    display: block;
}

.single-fleet-route-box .shape1 img {
    width: auto;
}

.single-fleet-route-box .shape2 {
    position: relative;
    display: block;
}

.single-fleet-route-box .shape2 img {
    width: auto;
}



/** Single Fleet Route Box One **/
.single-fleet-route-box .img-ship1.one {
    position: absolute;
    top: -88px;
    right: -260px;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-route-box:hover .img-ship1.one {
    opacity: 0;
}

.single-fleet-route-box .img-ship2.one {
    position: absolute;
    top: -88px;
    right: -260px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-route-box:hover .img-ship2.one {
    opacity: 1;
}

.single-fleet-route-box .shape1.one {
    position: absolute;
    top: -56px;
    right: -255px;
    opacity: .2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-route-box:hover .shape1.one {
    opacity: 0;
}

.single-fleet-route-box .overlay1 {
    position: absolute;
    top: -115px;
    right: -275px;
    text-align: center;
    background-color: var(--thm-black-bg);
    border-radius: 4px;
    transform: translateY(-10px);
    padding: 0px 10px 0px;
    transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden;
}

.single-fleet-route-box:hover .overlay1 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.single-fleet-route-box .overlay1 p {
    color: var(--thm-white);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.single-fleet-route-box .overlay1 p a {
    color: var(--thm-white);
}

.single-fleet-route-box .shape2.one {
    position: absolute;
    top: -56px;
    right: -255px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-route-box:hover .shape2.one {
    opacity: 1;
}



/** Single Fleet Route Box Two **/
.single-fleet-route-box.two {
    top: 32%;
    left: 475px;
}

.single-fleet-route-box .img-ship1.two {
    position: absolute;
    left: -225px;
    bottom: -160px;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-route-box:hover .img-ship1.two {
    opacity: 0;
}

.single-fleet-route-box .img-ship2.two {
    position: absolute;
    left: -225px;
    bottom: -160px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-route-box:hover .img-ship2.two {
    opacity: 1;
}

.single-fleet-route-box .shape1.two {
    position: absolute;
    top: 30px;
    left: -197px;
    opacity: .2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-fleet-route-box:hover .shape1.two {
    opacity: 0;
}

.single-fleet-route-box .shape2.two {
    position: absolute;
    top: 30px;
    left: -197px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-fleet-route-box:hover .shape2.two {
    opacity: 1;
}

.single-fleet-route-box .overlay2 {
    position: absolute;
    left: -230px;
    bottom: -130px;
    text-align: center;
    background-color: var(--thm-black-bg);
    border-radius: 4px;
    transform: translateY(-10px);
    opacity: 0;
    padding: 0px 10px 0px;
    transition: all 0.2s ease;
}

.single-fleet-route-box .overlay2 p {
    color: var(--thm-white);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.single-fleet-route-box .overlay2 p a {
    color: var(--thm-white);
}

.single-fleet-route-box:hover .overlay2 {
    opacity: 1;
    transform: translateY(0);
}



/** Single Fleet Route Box Three **/
.single-fleet-route-box.three {
    left: 50%;
    bottom: 170px;
}

.single-fleet-route-box .img-ship1.three {
    position: absolute;
    right: -275px;
    bottom: -160px;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-route-box:hover .img-ship1.three {
    opacity: 0;
}

.single-fleet-route-box .img-ship2.three {
    position: absolute;
    right: -275px;
    bottom: -160px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-fleet-route-box .img-ship2.three {
    opacity: 1;
}

.single-fleet-route-box .shape1.three {
    position: absolute;
    top: 10px;
    right: -255px;
    opacity: .2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-fleet-route-box:hover .shape1.three {
    opacity: 0;
}

.single-fleet-route-box .shape2.three {
    position: absolute;
    top: 10px;
    right: -255px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-fleet-route-box:hover .shape2.three {
    opacity: 1;
}

.single-fleet-route-box .overlay3 {
    position: absolute;
    right: -272px;
    bottom: -190px;
    text-align: center;
    background-color: var(--thm-black-bg);
    border-radius: 4px;
    transform: translateY(10px);
    opacity: 0;
    padding: 0px 10px 0px;
    transition: all 0.2s ease;
}

.single-fleet-route-box:hover .overlay3 {
    opacity: 1;
    transform: translateY(0);
}

.single-fleet-route-box .overlay3 p {
    color: var(--thm-white);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.single-fleet-route-box .overlay3 p a {
    color: var(--thm-white);
}



/** Single Fleet Route Box Four **/
.single-fleet-route-box.four {
    right: 22%;
    bottom: 22%;
}

.single-fleet-route-box .img-ship1.four {
    position: absolute;
    top: -102px;
    right: 47px;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-route-box:hover .img-ship1.four {
    opacity: 0;
}

.single-fleet-route-box .img-ship2.four {
    position: absolute;
    top: -102px;
    right: 47px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-route-box:hover .img-ship2.four {
    opacity: 1;
}

.single-fleet-route-box .shape1.four {
    position: absolute;
    top: -70px;
    left: -40px;
    opacity: .2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-fleet-route-box:hover .shape1.four {
    opacity: 0;
}

.single-fleet-route-box .shape2.four {
    position: absolute;
    top: -70px;
    left: -40px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-fleet-route-box:hover .shape2.four {
    opacity: 1;
}

.single-fleet-route-box .overlay4 {
    position: absolute;
    top: -100px;
    right: -70px;
    text-align: center;
    background-color: var(--thm-black-bg);
    border-radius: 4px;
    transform: translateY(-10px);
    opacity: 0;
    padding: 0px 10px 0px;
    transition: all 0.2s ease;
}

.single-fleet-route-box:hover .overlay4 {
    opacity: 1;
    transform: translateY(0);
}

.single-fleet-route-box .overlay4 p {
    color: var(--thm-white);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.single-fleet-route-box .overlay4 p a {
    color: var(--thm-white);
}



/*
====================================
    Fleet Route Style2 Css
====================================
*/
.fleet-route--style2 {
    background-color: transparent;
}

.fleet-route__shape2 {
    position: absolute;
    left: 0;
    bottom: 185px;
    opacity: .05;
}

.fleet-route--style2 .fleet-route__big-title {
    -webkit-text-stroke: 1px rgb(225, 225, 225, 0.10);
}

.fleet-route--style2 .single-fleet-route-box .img-box {
    background-color: transparent;
    padding: 0;
}

.fleet-route--style2 .single-fleet-route-box .overlay {
    background-color: var(--thm-primary-color);
}

.fleet-route--style2 .single-fleet-route-box .overlay1 {
    background-color: var(--thm-primary-color);
}

.fleet-route--style2 .single-fleet-route-box .overlay2 {
    background-color: var(--thm-primary-color);
}

.fleet-route--style2 .single-fleet-route-box .overlay3 {
    background-color: var(--thm-primary-color);
}

.fleet-route--style2 .single-fleet-route-box .overlay4 {
    background-color: var(--thm-primary-color);
}



/*
====================================
        Pricing Style1 Css
====================================
*/
.pricing-style1 {
    padding: 120px 0px 0px;
}

.single-pricing-style1 {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg-2);
    border: 1px solid var(--thm-black-bg-2);
    padding: 40px 49px 49px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.single-pricing-style1:hover {
    border-color: transparent;
}

.single-pricing-style1::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 1px solid var(--thm-primary-color);
    opacity: 0;
    transform: perspective(400px) scaleX(0.7);
    transform-origin: center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .4s;
    transition-property: all;
    z-index: -1;
}

.single-pricing-style1:hover::before,
.single-pricing-style1.active::before {
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
    transition: border-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-pricing-style1 .catagory {
    position: absolute;
    top: 30px;
    right: -12px;
    background-color: var(--thm-primary-color);
    padding: 0px 17px 0px;
}

.single-pricing-style1 .catagory::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -13px;
    width: 12px;
    height: 13px;
    background-color: #7c6241;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    z-index: -1;
}

.single-pricing-style1 .catagory p {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -2%;
    text-transform: uppercase;
}



.single-pricing-style1__top {
    position: relative;
    display: block;
    padding-bottom: 35px;
}

.single-pricing-style1__top .title {
    position: relative;
    display: block;
}

.single-pricing-style1__top .title h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
}

.single-pricing-style1__top .value-box {
    position: relative;
    display: block;
    margin-top: 19px;
}

.single-pricing-style1__top .value-box h2 {
    color: var(--thm-primary-color);
    font-size: 60px;
    line-height: 1.0em;
}

.single-pricing-style1__top .value-box h2 span {
    position: absolute;
    top: -5px;
    font-size: 32px;
    margin-left: -21px;
}

.single-pricing-style1__top .value-box p {
    color: var(--thm-white);
    font-size: 16px;
    line-height: 16px;
    font-family: var(--thm-font-2);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}



.single-pricing-style1__middle {
    position: relative;
    display: block;
}

.single-pricing-style1__middle li {
    position: relative;
    display: block;
}

.single-pricing-style1__middle li+li {
    margin-top: 26px;
}

.single-pricing-style1__middle li p {
    color: rgb(255, 255, 255, .7);
}



.single-pricing-style1__btn {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 33px;
}

.single-pricing-style1__btn .btn-one {
    display: block;
    width: 100%;
    text-align: center;
    color: var(--thm-primary-color);
}

.single-pricing-style1__btn .btn-one:hover {
    color: var(--thm-white);
}

.single-pricing-style1__btn .btn-one::after {
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
}

.single-pricing-style1__btn .btn-one::before {
    background-color: var(--thm-primary-color);
}



/*
====================================
    Cta Style1 Css
====================================
*/
.cta-style1 {
    padding: 0px 0px 50px;
}

.cta-style1__inner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--thm-black-bg-2);
    padding: 50px 50px 50px;
}

.cta-style1__bg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 108px;
    opacity: .03;
    background-size: cover;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: bottom center;
    animation: slide 50s linear infinite;
    -webkit-animation: slide 50s linear infinite;
}


@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

.cta-style1__title {
    position: relative;
    display: block;
}

.cta-style1__title h2 {
    color: var(--thm-white);
    font-size: 40px;
    line-height: 1.0em;
}

.cta-style1__title h2 span {
    color: var(--thm-primary-color);
}

.cta-style1__btn {
    position: relative;
    display: block;
    line-height: 0;
}

.cta-style1__btn .btn-one {
    line-height: 30px;
}

.cta-style1__btn .btn-one i {
    margin-left: 10px;
    margin-right: 0px;
}



/*
====================================
      Cta Style1--Style2 Css
====================================
*/
.cta-style1--style2 {
    padding: 0px 0px 0px;
}

.cta-style1--style2.gray-bg1 {
    background-color: #f9f9f9;
}

.cta-style1--style2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-color: #0a112e;
}

.cta-style1--style2 .cta-style1__inner {
    background-color: var(--thm-primary-color);
}

.cta-style1--style2 .cta-style1__bg {
    opacity: .07;
}

.cta-style1--style2 .cta-style1__title h2 span {
    color: var(--thm-white);
}

.cta-style1--style2 .cta-style1__btn .btn-one {
    color: var(--thm-primary-color);
}

.cta-style1--style2 .cta-style1__btn .btn-one:hover {
    color: var(--thm-white);
}

.cta-style1--style2 .cta-style1__btn .btn-one::before {
    background-color: var(--thm-black-bg);
}

.cta-style1--style2 .cta-style1__btn .btn-one::after {
    background-color: var(--thm-white);
}




/*================================
      Yacht List Style1 Css
================================*/
.yacht-list-style1 {
    padding: 120px 0px 120px;
}


/*==== Yacht List Style1 Sidebar Css =====*/
.yacht-list-style1__sidebar {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.04);
    padding-bottom: 60px;
    margin-right: 30px;
}

.single-yacht-list-style1-sidebar {
    position: relative;
    display: block;
    padding: 53px 40px 0px;
}

.single-yacht-list-style1-sidebar .inner-title {
    position: relative;
    display: block;
    padding-bottom: 23px;
}

.single-yacht-list-style1-sidebar .inner-title h3 {
    font-size: 28px;
    line-height: 32px;
}

.sidebar-search-box-three {
    position: relative;
    display: block;
}

.sidebar-search-box-three form.search-form {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar-search-box-three .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    border-radius: 0;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--thm-font);
    padding-left: 30px;
    padding-right: 80px;
    transition: all 500ms ease 0s;
}

.sidebar-search-box-three .search-form input[type="text"]:focus {
    border-color: var(--thm-primary-color);
}

.sidebar-search-box-three .search-form input::-webkit-input-placeholder {
    color: #6a6a6a;
}

.sidebar-search-box-three .search-form input:-moz-placeholder {
    color: #6a6a6a;
}

.sidebar-search-box-three .search-form input::-moz-placeholder {
    color: #6a6a6a;
}

.sidebar-search-box-three .search-form input:-ms-input-placeholder {
    color: #6a6a6a;
}

.sidebar-search-box-three .search-form button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 70px;
    height: 70px;
    background-color: #f4f4f4;
    border-radius: 0;
    color: #6a6a6a;
    font-size: 18px;
    transition: all 500ms ease 0s;
}

.sidebar-search-box-three .search-form button i {
    position: relative;
    top: 0px;
}

.sidebar-search-box-three .search-form input[type="text"]:focus+button,
.sidebar-search-box-three .search-form button:hover {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.single-yacht-list-style1-sidebar .border-bottom {
    border-bottom: 1px solid var(--thm-border-color) !important;
    padding-top: 50px;
}



.yacht-list-style1-sidebar__form {
    position: relative;
    display: block;
}

.yacht-list-style1-sidebar__form form {
    position: relative;
    display: block;
}

.yacht-list-style1-sidebar__form form ul {
    position: relative;
    display: block;
}

.yacht-list-style1-sidebar__form form ul li {
    position: relative;
    display: block;
}

.yacht-list-style1-sidebar__form form ul li+li {
    margin-top: 15px;
}

.yacht-list-style1-sidebar__form form ul li.form-group {
    position: relative;
    display: block;
}

.yacht-list-style1-sidebar__form form input[type="text"]:focus {
    border-color: var(--thm-primary-color);
}

.yacht-list-style1-sidebar__form form .nice-select {
    position: relative;
    display: block;
    border-radius: 0;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    width: 100%;
    height: 60px;
    color: #6a6a6a;
    font-size: 16px;
    line-height: 60px;
    font-family: var(--thm-font);
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    transition: all 300ms ease;
}

.yacht-list-style1-sidebar__form form .nice-select:focus {
    border-color: var(--thm-primary-color);
}

.yacht-list-style1-sidebar__form form .nice-select::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #6a6a6a;
    border-right: 2px solid #6a6a6a;
    right: 20px;
    margin-top: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: 10;
}

.yacht-list-style1-sidebar__form form .nice-select .list {
    display: block;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0 0px;
    margin-top: 10px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.0) translateY(30px);
    -ms-transform: scale(1.0) translateY(30px);
    transform: scale(1.0) translateY(30px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: auto;
    width: 100%;
    right: 0 !important;
    left: auto !important;
    z-index: 100;
}

.yacht-list-style1-sidebar__form form .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: auto;
}

.yacht-list-style1-sidebar__form form .nice-select .option {
    color: var(--thm-black);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 40px;
    min-height: 40px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 0;
}

.yacht-list-style1-sidebar__form form .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    margin-top: 0;
}

.yacht-list-style1-sidebar__form form .nice-select .option:hover,
.yacht-list-style1-sidebar__form form .nice-select .option.focus,
.yacht-list-style1-sidebar__form form .nice-select .option.selected.focus {
    color: var(--thm-black) !important;
    background-color: var(--thm-primary-color);
}

.yacht-list-style1-sidebar__form form ul li.btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.yacht-list-style1-sidebar__form form ul li.btn-box button.btn-one {
    width: 100%;
    justify-content: center;
}




.sidebar-price-range {
    position: relative;
    display: block;
    padding-top: 4px;
}

.sidebar-price-range .price-ranger {
    position: relative;
    display: block;
}

.sidebar-price-range .price-ranger .ui-widget-content {
    position: relative;
    display: block;
    background: #ddd0c0;
    border: none;
    height: 4px;
    border-radius: 0px;
}

.sidebar-price-range .price-ranger .ui-widget-header {
    border: 0px solid #e0dfdf;
    background: var(--thm-primary-color);
    margin-left: 0px;
    border-radius: 0 !important;
}

.sidebar-price-range .price-ranger .ui-slider-handle {
    position: absolute;
    top: -8px;
    width: 20px !important;
    height: 20px;
    border: 4px solid var(--thm-white);
    box-shadow: 3px 4px 18px rgba(0, 0, 0, 0.1);
    background: var(--thm-primary-color);
    border-radius: 50%;
    margin-left: 0px;
    outline: medium none;
    cursor: pointer;
    z-index: 2;
}

.sidebar-price-range .price-ranger span+span.ui-slider-handle.ui-state-default.ui-corner-all {
    margin-left: 0px;
}

.sidebar-price-range .price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 11px;
}

.sidebar-price-range .price-ranger .ranger-min-max-block .left {
    position: relative;
    display: block;
}

.sidebar-price-range .price-ranger .ranger-min-max-block span {
    position: relative;
    float: left;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--thm-font);
}


.sidebar-price-range .price-ranger .ranger-min-max-block input[type="text"] {
    position: relative;
    float: left;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--thm-font);
    text-align: center;
    border: none;
    width: 40px;
    padding: 0;
    background-color: transparent;
}

.sidebar-price-range .price-ranger .ranger-min-max-block input[type="text"].min {}

.sidebar-price-range .price-ranger .ranger-min-max-block input[type='text'].max {}


.sidebar-price-range .price-ranger .ranger-min-max-block span.hipen {
    color: var(--thm-body-font-color);
}

.sidebar-price-range .price-ranger .ranger-min-max-block input {
    display: inline-block;
}


.sidebar-price-range .price-ranger .ranger-min-max-block .right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 18px 0px 0px;
}

.sidebar-price-range .price-ranger .ranger-min-max-block input[type="submit"] {
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px;
    text-align: center;
    border: none;
    border-bottom: 1px solid var(--thm-black);
    border-radius: 0px;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
    font-family: var(--thm-font);
}

.sidebar-price-range .price-ranger .ranger-min-max-block input[type="submit"]:hover {}

.sidebar-price-range .price-ranger .ranger-min-max-block .right .btn-box {
    position: relative;
    display: block;
}

.sidebar-price-range .price-ranger .ranger-min-max-block .right .btn-box .btn-one span {
    color: var(--thm-white);
}



.person-capacity-select-box {
    position: relative;
    display: block;
}

.person-capacity-select-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.person-capacity-select-box ul li {
    position: relative;
    display: block;
}

.person-capacity-select-box ul li+li {
    margin-top: 30px;
}

.person-capacity-select-box ul li input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.person-capacity-select-box ul li label {
    position: relative;
    display: block;
    padding-left: 25px;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 16px;
    font-family: var(--thm-font);
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.person-capacity-select-box ul li input[type=radio]+label span {
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid var(--thm-border-color);
    border-radius: 0%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.person-capacity-select-box ul li label span:before {
    content: "\e92b";
    font-family: 'icomoon' !important;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    border-radius: 0%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.person-capacity-select-box ul li input[type=radio]:checked+label {
    color: var(--thm-primary-color);
}

.person-capacity-select-box ul li input[type=radio]:checked+label span {
    border-color: var(--thm-primary-color);
}

.person-capacity-select-box ul li input[type=radio]:checked+label span::before {
    opacity: 1.0;
}




.sidebar-rating-box {
    position: relative;
    display: block;
}

.sidebar-rating-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.sidebar-rating-box ul li {
    position: relative;
    display: block;
}

.sidebar-rating-box ul li+li {
    margin-top: 30px;
}

.sidebar-rating-box ul li input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.sidebar-rating-box ul li label {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #ffc009;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-rating-box ul li label span.gray {
    color: #dddbdb;
}

.sidebar-rating-box ul li input[type=radio]+label i {
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid var(--thm-border-color);
    border-radius: 0%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-rating-box ul li label i::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    transform: scale(0);
    background-color: var(--thm-primary-color);
    border-radius: 0%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-rating-box ul li input[type=radio]:checked+label {}

.sidebar-rating-box ul li input[type=radio]:checked+label i {
    border-color: var(--thm-primary-color);
}

.sidebar-rating-box ul li input[type=radio]:checked+label i::before {
    transform: scale(1.0);
}




/*====================================================*/
.yacht-list-style1__right {
    position: relative;
    display: block;
}

.single-yacht-list-style1 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.yacht-list-style1__img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 14px;
}

.yacht-list-style1__img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(180deg, rgba(181, 151, 113, 0) 0%,
            rgba(181, 151, 113, 0.5298494397759104) 51%, rgba(181, 151, 113, 1) 80%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
}

.single-yacht-list-style1:hover .yacht-list-style1__img::before {
    opacity: 1;
}

.yacht-list-style1__img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-yacht-list-style1:hover .yacht-list-style1__img img {
    transform: scale(1.07) rotate(0deg);
}

.yacht-list-style1__content {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border: 1px solid var(--thm-border-color);
    border-left: none;
    margin-left: -44px;
    padding: 27px 30px 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-yacht-list-style1:hover .yacht-list-style1__content {
    border-color: var(--thm-white);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}


.yacht-list-style1__content .top-box {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--thm-border-color);
    padding-bottom: 22px;
}

.yacht-list-style1__content .top-box .title-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yacht-list-style1__content .top-box .title-box .text {
    position: relative;
    display: block;
}

.yacht-list-style1__content .top-box .title-box .text h3 {
    font-size: 24px;
    line-height: 34px;
    font-family: var(--thm-font);
    font-weight: 500;
}

.yacht-list-style1__content .top-box .title-box .text h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.yacht-list-style1__content .top-box .title-box .text h3 a:hover {
    color: var(--thm-primary-color);
}

.yacht-list-style1__content .top-box .title-box .rating {
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 12px;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    padding: 0px 10px 0px;
}

.yacht-list-style1__content .top-box .title-box .rating .icon {
    position: relative;
    display: block;
    color: #FFBA07;
    font-size: 16px;
    line-height: 0;
    margin-right: 5px;
}

.yacht-list-style1__content .top-box .title-box .rating p {
    color: var(--thm-black);
    font-size: 14px;
}



.yacht-list-style1__content .top-box .value-box {
    position: relative;
    display: block;
    padding-top: 6px;
}

.yacht-list-style1__content .top-box .value-box h3 {
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 30px;
    font-family: var(--thm-font);
    font-weight: 500;
}

.yacht-list-style1__content .top-box .value-box h3 span {
    color: var(--thm-black);
    font-size: 14px;
}

.yacht-list-style1__content .bottom-box {
    position: relative;
    display: block;
    padding-top: 24px;
}

.yacht-list-style1__content .bottom-box .list-item {
    position: relative;
    display: block;
}

.yacht-list-style1__content .bottom-box .list-item ul {
    position: relative;
    display: flex;
    align-items: center;
}

.yacht-list-style1__content .bottom-box .list-item ul+ul {
    margin-top: 16px;
}

.yacht-list-style1__content .bottom-box .list-item ul li {
    position: relative;
    display: block;
}

.yacht-list-style1__content .bottom-box .list-item ul li+li {
    margin-left: 25px;
}

.yacht-list-style1__content .bottom-box .list-item ul li p {
    margin: 0;
}

.yacht-list-style1__content .bottom-box .list-item ul li p span {
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 500;
}

.yacht-list-style1__content .bottom-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 28px;
}

.yacht-list-style1__content .bottom-box .btn-box .btn-one {
    color: var(--thm-primary-color);
    line-height: 30px;
    padding-left: 35px;
    padding-right: 35px;
}

.yacht-list-style1__content .bottom-box .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.yacht-list-style1__content .bottom-box .btn-box .btn-one::after {
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
}

.yacht-list-style1__content .bottom-box .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}



/*================================
    Yacht Grid Style1 Css
================================*/
.yacht-grid-style1 {
    padding: 120px 0px 120px;
}

.yacht-grid-style1__content {
    position: relative;
    display: block;
}



/*
=============================================
    Yacht Details Style1 Css
=============================================
*/
.yacht-details-style1 {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
}

.yacht-details-style1__left {
    position: relative;
    display: block;
}

.yacht-details-style1__left-img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: -24px;
}

.yacht-details-style1__left-top {
    position: relative;
    display: block;
    padding-top: 29px;
}

.yacht-details-style1__left-top .location-rating {
    position: relative;
    display: flex;
    align-items: center;
}

.yacht-details-style1__left-top .location-rating .left {
    position: relative;
    display: flex;
    align-items: center;
}

.yacht-details-style1__left-top .location-rating .left .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 0;
    margin-right: 9px;
}

.yacht-details-style1__left-top .location-rating .left h6 {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.yacht-details-style1__left-top .location-rating .right {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.yacht-details-style1__left-top .location-rating .right .icon {
    color: #FFC107;
    font-size: 15px;
    line-height: 0;
    margin-right: 7px;
}

.yacht-details-style1__left-top .location-rating .right p {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 20px;
}

.yacht-details-style1__left-top .title-box {
    position: relative;
    display: block;
    padding-top: 21px;
}

.yacht-details-style1__left-top .title-box h2 {
    font-size: 48px;
    line-height: 1.0em;
}

.yacht-details-style1__left-top .list-item1 {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #F4F4F4;
    padding: 21px 45px 21px;
    margin-top: 21px;
}

.yacht-details-style1__left-top .list-item1 li {
    position: relative;
    display: flex;
    align-items: center;
}

.yacht-details-style1__left-top .list-item1 li+li {
    margin-left: 32px;
}

.yacht-details-style1__left-top .list-item1 li .text1 {
    position: relative;
    display: block;
}

.yacht-details-style1__left-top .list-item1 li .text1 p {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
}

.yacht-details-style1__left-top .list-item1 li .text2 {
    position: relative;
    display: block;
    margin-left: 7px;
}

.yacht-details-style1__left-top .list-item1 li .text2 p {
    margin: 0;
}



.yacht-details-style1__left .text-box1 {
    position: relative;
    display: block;
    padding-top: 50px;
}

.yacht-details-style1__left .text-box1 h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 12px;
}

.yacht-details-style1__left .text-box1 p {
    margin: 0;
}



.yacht-details-style1__left .text-box2 {
    position: relative;
    display: block;
    padding-top: 43px;
}

.yacht-details-style1__left .text-box2 h3 {
    font-size: 28px;
    line-height: 38px;
}

.yacht-details-style1__left .text-box2 ul {
    position: relative;
    display: block;
    margin-top: 18px;
}

.yacht-details-style1__left .text-box2 ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.yacht-details-style1__left .text-box2 ul li+li {
    margin-top: 16px;
}

.yacht-details-style1__left .text-box2 ul li .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 0;
    margin-right: 8px;
}

.yacht-details-style1__left .text-box2 ul li p {
    margin: 0;
}



.yacht-details-style1__left .text-box3 {
    position: relative;
    display: block;
    padding-top: 43px;
}

.yacht-details-style1__left .text-box3 h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 12px;
}

.yacht-details-style1__left .text-box3 p {
    margin: 0;
}

.yacht-details-style1__left .text-box3 ul {
    position: relative;
    display: block;
    margin-top: 25px;
}

.yacht-details-style1__left .text-box3 ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.yacht-details-style1__left .text-box3 ul li+li {
    margin-top: 16px;
}

.yacht-details-style1__left .text-box3 ul li .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 0;
    margin-right: 8px;
}

.yacht-details-style1__left .text-box3 ul li p {
    margin: 0;
}



.yacht-details-style1__left-form {
    position: relative;
    display: block;
    padding-top: 58px;
}

.yacht-details-style1__left-form .inner-title {
    position: relative;
    display: block;
}

.yacht-details-style1__left-form .inner-title h3 {
    font-size: 28px;
    line-height: 38px;
}

.yacht-details-style1__left-form form {
    position: relative;
    display: block;
    padding-top: 12px;
}

.yacht-details-style1__left-form form .rating-box {
    position: relative;
    display: block;
    padding-bottom: 23px;
}

.yacht-details-style1__left-form form .rating-box ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yacht-details-style1__left-form form .rating-box ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.yacht-details-style1__left-form form .rating-box ul li .text {
    position: relative;
    display: block;
}

.yacht-details-style1__left-form form .rating-box ul li .text p {
    color: var(--thm-black);
    font-weight: 500;
}

.yacht-details-style1__left-form form .rating-box ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 0;
    margin-left: 45px;
}

.yacht-details-style1__left-form form .rating-box ul li .icon i {
    position: relative;
    display: block;
    color: #CACACA;
    font-size: 15px;
    line-height: 15px;
    margin-left: 0;
}

.yacht-details-style1__left-form form .rating-box ul li .icon i.icon {
    color: #FFC844;
}

.yacht-details-style1__left-form form .rating-box ul li .icon i+i {
    margin-left: 8px;
}



.yacht-details-style1__left-form form .form-group {
    position: relative;
    display: block;
    padding-bottom: 30px;
}

.yacht-details-style1__left-form form .input-box {
    position: relative;
    display: block;
}

.yacht-details-style1__left-form form input[type="text"],
.yacht-details-style1__left-form form input[type="email"],
.yacht-details-style1__left-form form textarea {
    position: relative;
    display: block;
    border-radius: 0;
    border: 1px solid var(--thm-border-color);
    background-color: transparent;
    width: 100%;
    height: 50px;
    color: #6A6A6A;
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 500ms ease;
}

.yacht-details-style1__left-form form textarea {
    height: 170px;
    padding-top: 13px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.yacht-details-style1__left-form form input[type="text"]:focus,
.yacht-details-style1__left-form form input[type="email"]:focus,
.yacht-details-style1__left-form form textarea:focus {
    border-color: var(--thm-primary-color);
}

.yacht-details-style1__left-form form input[type="text"]::-webkit-input-placeholder {
    color: #6A6A6A;
}

.yacht-details-style1__left-form form input[type="text"]:-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style1__left-form form input[type="text"]::-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style1__left-form form input[type="text"]:-ms-input-placeholder {
    color: #6A6A6A;
}


.yacht-details-style1__left-form form input[type="email"]::-webkit-input-placeholder {
    color: #6A6A6A;
}

.yacht-details-style1__left-form form input[type="email"]:-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style1__left-form form input[type="email"]::-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style1__left-form form input[type="email"]:-ms-input-placeholder {
    color: #6A6A6A;
}



.yacht-details-style1__left-form form textarea::-webkit-input-placeholder {
    color: #6A6A6A;
}

.yacht-details-style1__left-form form textarea:-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style1__left-form form textarea::-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style1__left-form form textarea:-ms-input-placeholder {
    color: #6A6A6A;
}



.yacht-details-style1__left-form form .checked-box1 label {
    font-size: 16px;
    line-height: 26px;
}

.yacht-details-style1__left-form form .checked-box1 input[type="checkbox"]+label span {
    top: 6px;
    width: 15px;
    height: 15px;
    background-color: var(--thm-white);
    border: 1px solid #dddddd;
    border-radius: 2px;
}

.yacht-details-style1__left-form form .checked-box1 label span:before {
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    width: auto;
    height: auto;
    content: "";
    background: var(--thm-primary-color);
    border-radius: 0%;
    margin: 0px;
}

.yacht-details-style1__left-form form button {
    position: relative;
    margin-top: 23px;
}




.yacht-details-style1__right {
    position: relative;
    display: block;
}

.yacht-details-style1__right .row {
    --bs-gutter-x: 6px;
}

.yacht-details-style1__right-img {
    position: relative;
}

.yacht-details-style1__right-img li {
    position: relative;
    display: block;
}


.yacht-details-style1__right-img li .img-box {
    position: relative;
    display: block;
}

.yacht-details-style1__right-img li .img-box img {
    width: 100%;
}



.book-this-yacht-style1 {
    position: relative;
    display: block;
    background: var(--thm-white);
    box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.04);
    border-top: 3px solid var(--thm-primary-color);
    margin-top: 30px;
    padding: 22px 30px 35px;
}

.book-this-yacht-style1 .title-box {
    position: relative;
    display: block;
    padding-bottom: 20px;
}

.book-this-yacht-style1 .title-box h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
}

.book-this-yacht-style1__form {
    position: relative;
    display: block;
}

.book-this-yacht-style1__form form {
    position: relative;
    display: block;
}

.book-this-yacht-style1__form form .form-group {
    position: relative;
    display: block;
}


.book-this-yacht-style1__form form .form-group.icon1::before {
    content: "\e917";
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    left: 20px;
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 20px;
    transform: translateY(-50%) rotate(0deg);
    z-index: 1;
}

.book-this-yacht-style1__form form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    font-size: 16px;
    color: var(--thm-black);
    font-family: var(--thm-font);
    padding-left: 50px;
    padding-right: 20px;
    font-weight: 400;
    transition: all 500ms ease;
}

.book-this-yacht-style1__form form input[type="text"]:focus {
    border-color: var(--thm-primary-color);
}



.book-this-yacht-style1__top {
    position: relative;
    display: block;
    padding-top: 33px;
}

.book-this-yacht-style1__top li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--thm-border-color);
    padding-bottom: 23px;
    margin-bottom: 23px;
}

.book-this-yacht-style1__top li:last-child {
    margin-bottom: 0;
}

.book-this-yacht-style1__top li .time {
    position: relative;
    display: block;
}

.book-this-yacht-style1__top li .time p {
    color: var(--thm-black);
    font-weight: 500;
}

.book-this-yacht-style1__top li .text {
    position: relative;
    display: block;
}

.book-this-yacht-style1__top li .text p {
    margin: 0;
}



.book-this-yacht-style1__middle {
    position: relative;
    display: block;
    padding-top: 23px;
}

.book-this-yacht-style1__middle .title {
    position: relative;
    display: block;
}

.book-this-yacht-style1__middle .title p {
    color: var(--thm-black);
    font-weight: 500;
}

.book-this-yacht-style1__middle ul {
    position: relative;
    display: block;
    padding-top: 17px;
}

.book-this-yacht-style1__middle ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.book-this-yacht-style1__middle ul li+li {
    margin-top: 5px;
}

.book-this-yacht-style1__middle ul li .checked-box1 label {
    font-size: 16px;
    line-height: 26px;
}

.book-this-yacht-style1__middle ul li .checked-box1 input[type="checkbox"]+label span {
    top: 6px;
    width: 15px;
    height: 15px;
    background-color: var(--thm-white);
    border: 1px solid #dddddd;
    border-radius: 2px;
}


.book-this-yacht-style1__middle ul li .text {
    position: relative;
    display: block;
}

.book-this-yacht-style1__middle ul li .text p {
    margin: 0;
}



.book-this-yacht-style1__bottom {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--thm-border-color);
    padding: 18px 0px 23px;
}

.book-this-yacht-style1__bottom li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.book-this-yacht-style1__bottom li+li {
    margin-top: 6px;
}

.book-this-yacht-style1__bottom li p {
    margin: 0;
}

.book-this-yacht-style1__bottom li h4 {
    font-size: 16px;
    line-height: 26px;
}



.book-this-yacht-style1__total {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
}

.book-this-yacht-style1__total p {
    color: var(--thm-black);
    font-weight: 500;
}

.book-this-yacht-style1__total h4 {
    font-size: 16px;
    line-height: 26px;
}

.book-this-yacht-style1__btn {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 33px;
}

.book-this-yacht-style1__btn .btn-one {
    width: 100%;
    justify-content: center;
}



/*
=============================================
    Yacht Details Style2 Css
=============================================
*/
.yacht-details-style2 {
    padding: 120px 0px 120px;
}

.yacht-details-style2__left {
    position: relative;
    display: block;
    margin-right: 40px;
}

.yacht-details-style2-left__form {
    position: relative;
    display: block;
    background-color: #F9F9F9;
    border-top: 3px solid var(--thm-primary-color);
    padding: 29px 30px 40px;
}

.yacht-details-style2-left__form form {
    position: relative;
    display: block;
}

.yacht-details-style2-left__form form ul {
    position: relative;
    display: block;
}

.yacht-details-style2-left__form form ul .form-group {
    position: relative;
    display: block;
}

.yacht-details-style2-left__form form ul li+li {
    margin-top: 17px;
}

.yacht-details-style2-left__form form ul .form-group label {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 30px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    padding-bottom: 6px;
}

.yacht-details-style2-left__form form ul .form-group input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid var(--thm-white);
    background-color: var(--thm-white);
    font-size: 16px;
    color: #6a6a6a;
    font-family: var(--thm-font);
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 400;
    transition: all 500ms ease;
}

.yacht-details-style2-left__form form ul .form-group input[type="text"]:focus {
    border-color: var(--thm-primary-color);
}

.yacht-details-style2-left__form form ul .form-group .nice-select {
    position: relative;
    display: block;
    border-radius: 0;
    background-color: var(--thm-white);
    border: 1px solid var(--thm-white);
    width: 100%;
    height: 60px;
    color: #6A6A6A;
    font-size: 16px;
    line-height: 60px;
    font-family: var(--thm-font);
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    transition: all 300ms ease;
}

.yacht-details-style2-left__form form ul .form-group .nice-select:focus {
    border-color: var(--thm-primary-color);
}

.yacht-details-style2-left__form form ul .form-group .nice-select::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--thm-black);
    border-right: 2px solid var(--thm-black);
    right: 20px;
    margin-top: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: 10;
}

.yacht-details-style2-left__form form ul .form-group .nice-select .list {
    display: block;
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0 0px;
    margin-top: 10px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.0) translateY(30px);
    -ms-transform: scale(1.0) translateY(30px);
    transform: scale(1.0) translateY(30px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: auto;
    width: 100%;
    right: 0 !important;
    left: auto !important;
    z-index: 100;
}

.yacht-details-style2-left__form form ul .form-group .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: auto;
}

.yacht-details-style2-left__form form ul .form-group .nice-select .option {
    color: var(--thm-black);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 40px;
    min-height: 40px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 0;
}

.yacht-details-style2-left__form form ul .form-group .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    margin-top: 0;
}

.yacht-details-style2-left__form form ul .form-group .nice-select .option:hover,
.yacht-details-style2-left__form form ul .form-group .nice-select .option.focus,
.yacht-details-style2-left__form form ul .form-group .nice-select .option.selected.focus {
    color: var(--thm-black) !important;
    background-color: var(--thm-primary-color);
}

.yacht-details-style2-left__form form .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 40px;
}

.yacht-details-style2-left__form form .btn-box .btn-one {
    width: 100%;
    justify-content: center;
}



.yacht-details-style2__left-list {
    position: relative;
    display: block;
    background-color: #F9F9F9;
    border-top: 3px solid var(--thm-primary-color);
    padding: 23px 30px 33px;
    margin-top: 40px;
}

.yacht-details-style2__left-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--thm-border-color);
    padding: 0px 0px 20px;
}

.yacht-details-style2__left-top .title {
    position: relative;
    display: block;
}

.yacht-details-style2__left-top .title h3 {
    font-size: 24px;
    line-height: 34px;
}

.yacht-details-style2__left-list-item {
    position: relative;
    display: block;
    padding: 22px 0px 0px;
}

.yacht-details-style2__left-list-item li {
    position: relative;
    display: flex;
    align-items: center;
}

.yacht-details-style2__left-list-item li+li {
    margin-top: 15px;
}

.yacht-details-style2__left-list-item li .text1 {
    position: relative;
    display: block;
    max-width: 215px;
    width: 100%;
}

.yacht-details-style2__left-list-item li .text1 p {
    color: var(--thm-black);
    font-weight: 500;
}

.yacht-details-style2__left-list-item li .text2 {
    position: relative;
    display: block;
}

.yacht-details-style2__left-list-item li .text2 p {
    margin: 0;
}




.yacht-details-style2__right {
    position: relative;
    display: block;
}

.yacht-details-style2__right .img-box1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.yacht-details-style2__right .img-box1 img {
    width: 100%;
}

.yacht-details-style2__right .content-box1 {
    position: relative;
    display: block;
    padding: 31px 0px 53px;
}

.yacht-details-style2__right .content-box1 .title {
    position: relative;
    display: block;
}

.yacht-details-style2__right .content-box1 .title h2 {
    font-size: 48px;
    line-height: 1.0em;
}

.yacht-details-style2__right .content-box1 .text {
    position: relative;
    display: block;
    padding-top: 13px;
}

.yacht-details-style2__right .content-box1 .text p {
    margin: 0;
}

.yacht-details-style2__right .content-box1 .text p+p {
    margin-top: 30px;
}



.yacht-details-style2__right .img-box2 {
    position: relative;
    display: block;
    overflow: hidden;
}

.yacht-details-style2__right .img-box2 img {
    width: 100%;
}

.yacht-details-style2__right .content-box2 {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--thm-border-color);
    padding: 32px 0px 53px;
}

.yacht-details-style2__right .content-box2 .text {
    position: relative;
    display: block;
}

.yacht-details-style2__right .content-box2 .text p {
    margin: 0;
}

.yacht-details-style2__right .content-box2 .list-item {
    position: relative;
    display: block;
    padding-top: 33px;
}

.yacht-details-style2__right .content-box2 .list-item .title {
    position: relative;
    display: block;
}

.yacht-details-style2__right .content-box2 .list-item .title h3 {
    font-size: 28px;
    line-height: 38px;
}

.yacht-details-style2__right .content-box2 .list-item ul {
    position: relative;
    display: block;
    padding-top: 12px;
}

.yacht-details-style2__right .content-box2 .list-item ul li {
    position: relative;
    display: block;
    padding-left: 20px;
}

.yacht-details-style2__right .content-box2 .list-item ul li+li {
    margin-top: 10px;
}

.yacht-details-style2__right .content-box2 .list-item ul li .box {
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #6A6A6A;
}

.yacht-details-style2__right .content-box2 .list-item ul li p {
    margin: 0;
}



.yacht-details-style2__right-form {
    position: relative;
    display: block;
    padding-top: 91px;
}

.yacht-details-style2__right-form .inner-title {
    position: relative;
    display: block;
    padding-bottom: 31px;
}

.yacht-details-style2__right-form .inner-title h3 {
    font-size: 48px;
    line-height: 1.0em;
}

.yacht-details-style2__right-form form {
    position: relative;
    display: block;
}

.yacht-details-style2__right-form form .form-group {
    position: relative;
    display: block;
    padding-bottom: 30px;
}

.yacht-details-style2__right-form form .input-box {
    position: relative;
    display: block;
}

.yacht-details-style2__right-form form input[type="text"],
.yacht-details-style2__right-form form input[type="email"],
.yacht-details-style2__right-form form textarea {
    position: relative;
    display: block;
    border-radius: 0;
    border: 1px solid var(--thm-border-color);
    background-color: transparent;
    width: 100%;
    height: 50px;
    color: #6A6A6A;
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 500ms ease;
}

.yacht-details-style2__right-form form textarea {
    height: 170px;
    padding-top: 13px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.yacht-details-style2__right-form form input[type="text"]:focus,
.yacht-details-style2__right-form form input[type="email"]:focus,
.yacht-details-style2__right-form form textarea:focus {
    border-color: var(--thm-primary-color);
}

.yacht-details-style2__right-form form input[type="text"]::-webkit-input-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form input[type="text"]:-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form input[type="text"]::-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form input[type="text"]:-ms-input-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form input[type="email"]::-webkit-input-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form input[type="email"]:-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form input[type="email"]::-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form input[type="email"]:-ms-input-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form textarea::-webkit-input-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form textarea:-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form textarea::-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form textarea:-ms-input-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form button {
    position: relative;
    margin-top: 10px;
}



/*
=============================================
    Yacht Details Style3 Css
=============================================
*/
.yacht-details-style3 {
    padding: 120px 0px 120px;
}

.yacht-details-style3__img {
    position: relative;
    display: block;
}

.yacht-details-style3__img img {
    width: 100%;
}

.yacht-details-style3__img .overlay-content {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0px;
    bottom: 0px;
    background-color: var(--thm-white);
    box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.05);
    padding: 27px 30px 28px;
    z-index: 5;
}

.yacht-details-style3__img .overlay-content .left {
    position: relative;
    display: block;
}

.yacht-details-style3__img .overlay-content .left h2 {
    font-size: 40px;
    line-height: 1.0em;
    margin-bottom: 5px;
}

.yacht-details-style3__img .overlay-content .left p {
    color: var(--thm-black);
    text-transform: uppercase;
}

.yacht-details-style3__img .overlay-content .right {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 140px;
}

.yacht-details-style3__img .overlay-content .right .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 0;
    margin-right: 15px;
}

.yacht-details-style3__img .overlay-content .right h3 {
    font-size: 24px;
    line-height: 34px;
}



.yacht-details-style3__yacht-info {
    position: relative;
    display: block;
    padding-top: 52px;
}

.yacht-details-style3__yacht-info .inner-title {
    position: relative;
    display: block;
    padding-bottom: 23px;
}

.yacht-details-style3__yacht-info .inner-title h2 {
    font-size: 40px;
    line-height: 1.0em;
}

.yacht-details-style3__yacht-info-single {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--thm-border-color);
    padding: 15px 25px 15px;
    margin-bottom: 30px;
}

.yacht-details-style3__yacht-info-single .text {
    position: relative;
    display: block;
}

.yacht-details-style3__yacht-info-single .text p {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.yacht-details-style3__yacht-info-single p {
    color: var(--thm-black);
}



.yacht-details-style3__yacht-info .text-box {
    position: relative;
    display: block;
    padding-top: 2px;
}

.yacht-details-style3__yacht-info .text-box p {
    margin: 0;
}

.yacht-details-style3__yacht-info .text-box p+p {
    margin-top: 30px;
}



.yacht-details-style3__facilities {
    position: relative;
    display: block;
    padding-top: 45px;
}

.yacht-details-style3__facilities .inner-title {
    position: relative;
    display: block;
    padding-bottom: 23px;
}

.yacht-details-style3__facilities .inner-title h2 {
    font-size: 40px;
    line-height: 1.0em;
    margin-bottom: 10px;
}

.yacht-details-style3__facilities .inner-title p {
    margin: 0;
}

.yacht-details-style3__facilities-single {
    position: relative;
    display: block;
    padding-top: 30px;
}

.yacht-details-style3__facilities-single .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    color: var(--thm-white);
    font-size: 30px;
    line-height: 0;
    margin: 0 auto;
    z-index: 1;
}

.yacht-details-style3__facilities-single .content {
    position: relative;
    display: block;
    border: 1px solid var(--thm-border-color);
    padding: 44px 50px 23px;
    z-index: -1;
}

.yacht-details-style3__facilities-single .content h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 2px;
}

.yacht-details-style3__facilities-single .content p {
    margin: 0;
}

.yacht-details-style3__facilities .text-box {
    position: relative;
    display: block;
    padding-top: 22px;
}

.yacht-details-style3__facilities .text-box p {
    margin: 0;
}



/*** 
=============================================
    Tour Details Style1      
=============================================
***/
.tour-details-style1 {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.tour-details-style1__top {
    position: relative;
    display: block;
}

.tour-details-style1__top .row {
    --bs-gutter-x: 10px;
}

.tour-details-single-img-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.tour-details-single-img-box img {
    width: 100%;
}




.tour-details-style1__video {
    position: relative;
    display: block;
}

.tour-details-style1__video .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.tour-details-style1__video .inner img {
    width: 100%;
}

.tour-details-style1__video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.tour-details-style1__video .video-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    font-size: 25px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 5;
}

.tour-details-style1__video .video-popup:hover {
    color: var(--thm-white);
    background-color: var(--thm-black);
}

.tour-details-style1__video .video-popup::after,
.tour-details-style1__video .video-popup::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}

.tour-details-style1__video .video-popup::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}


.tour-details-style1__inner {
    position: relative;
    display: block;
}

.tour-details-style1__content {
    position: relative;
    display: block;
    padding-top: 18px;
}

.tour-details-style1__content .meta-box {
    position: relative;
    display: block;
}

.tour-details-style1__content .meta-box ul {
    position: relative;
    display: flex;
    align-items: center;
}

.tour-details-style1__content .meta-box ul li {
    position: relative;
    display: flex;
    align-items: center;
    color: #6a6a6a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: var(--thm-font);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tour-details-style1__content .meta-box ul li.color {
    color: var(--thm-black);
    font-weight: 400;
    letter-spacing: 0em;
    text-transform: capitalize;
}

.tour-details-style1__content .meta-box ul li.color span {
    color: #FFC107;
}

.tour-details-style1__content .meta-box ul li+li {
    margin-left: 40px;
}

.tour-details-style1__content .meta-box ul li span {
    font-size: 16px;
    margin-right: 6px;
}

.tour-details-style1__content .title-box {
    position: relative;
    display: block;
    padding-top: 21px;
}

.tour-details-style1__content .title-box h2 {
    font-size: 42px;
    line-height: 1.0em;
}



.tour-details-info-box {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.06);
    padding: 30px 25px 30px;
    margin-top: 22px;
}

.tour-details-info-box ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tour-details-info-box ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.tour-details-info-box ul li+li {
    margin-left: 0;
}

.tour-details-info-box ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-primary-color);
    font-size: 22px;
    width: 50px;
    height: 50px;
    background-color: #F9F9F9;
}

.tour-details-info-box ul li .text {
    position: relative;
    display: block;
    padding-left: 10px;
}

.tour-details-info-box ul li .text p {
    font-size: 14px;
    line-height: 14px;
}

.tour-details-info-box ul li .text h3 {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 24px;
    font-family: var(--thm-font);
    font-weight: 500;
    margin-top: 5px;
}



.tour-details-text-box1 {
    position: relative;
    display: block;
    padding-top: 34px;
}

.tour-details-text-box1 h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 16px;
}

.tour-details-text-box1 p {
    margin: 0;
}



.tour-details-text-box2 {
    position: relative;
    display: block;
    padding-top: 47px;
}

.tour-details-text-box2 .inner-title {
    position: relative;
    display: block;
}

.tour-details-text-box2 .inner-title h3 {
    font-size: 28px;
    line-height: 30px;
}

.tour-details-text-box2 .inner-content {
    position: relative;
    display: block;
    margin-top: 30px;
}

.tour-details-text-box2 .inner-content::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    bottom: 6px;
    width: 1px;
    background-color: var(--thm-border-color);
    margin-left: -85px;
}

.tour-details-text-box2 .inner-content .row {
    --bs-gutter-x: 0px;
}

.tour-details-text-box2 .inner-content .left-text {
    position: relative;
    display: block;
}

.tour-details-text-box2 .inner-content .left-text ul {
    position: relative;
    display: block;
}

.tour-details-text-box2 .inner-content .left-text ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.tour-details-text-box2 .inner-content .left-text ul li+li {
    margin-top: 18px;
}

.tour-details-text-box2 .inner-content .left-text ul li .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 0;
    margin-right: 8px;
}

.tour-details-text-box2 .inner-content .left-text.color ul li .icon {
    color: #FF1D26;
    font-size: 10px;
    margin-top: 1px;
}

.tour-details-text-box2 .inner-content .left-text ul li p {
    position: relative;
    flex: 1;
    margin: 0;
}



.tour-details-text-box3 {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--thm-border-color);
    padding: 53px 0px 58px;
}

.tour-details-text-box3 .inner-title {
    position: relative;
    display: block;
    padding-bottom: 12px;
}

.tour-details-text-box3 .inner-title h3 {
    font-size: 28px;
    line-height: 38px;
}

.tour-details-text-box3 .text {
    position: relative;
    display: block;
}

.tour-details-text-box3 .text p {
    position: relative;
    flex: 1;
    margin-top: 0;
}

.tour-details-text-box3 ul {
    position: relative;
    display: block;
    padding-top: 26px;
}

.tour-details-text-box3 ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.tour-details-text-box3 ul li+li {
    margin-top: 15px;
}

.tour-details-text-box3 ul li .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 0;
    margin-right: 8px;
}

.tour-details-text-box3 ul li p {
    margin: 0;
}



.tour-plans-box {
    position: relative;
    display: block;
    padding-top: 59px;
}

.tour-plans-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 24px;
}

.tour-plans-box .inner-title h3 {
    font-size: 28px;
    line-height: 30px;
}



.total-review-box {
    position: relative;
    display: block;
    border-top: 1px solid var(--thm-border-color);
    padding: 60px 0px 0px;
    margin: 60px 0px 0px;
}

.total-review-box .title {
    position: relative;
    display: block;
    padding-bottom: 30px;
}

.total-review-box .title h3 {
    font-size: 28px;
    line-height: 30px;
}

.total-review-box__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.06);
    padding: 32px 0px 33px;
    padding-right: 30px;
}

.total-review-box__inner .left-box {
    position: relative;
    display: block;
    max-width: 300px;
    width: 100%;
}

.total-review-box__inner .left-box .point {
    position: relative;
    display: block;
    padding-bottom: 3px;
}

.total-review-box__inner .left-box .point h2 {
    color: var(--thm-primary-color);
    font-size: 42px;
    line-height: 1.0em;
}

.total-review-box__inner .left-box .icon {
    position: relative;
    display: block;
    color: #FFC844;
    font-size: 20px;
    line-height: 0;
}

.total-review-box__inner .left-box .text {
    position: relative;
    display: block;
    padding-top: 9px;
}

.total-review-box__inner .left-box .text p {
    color: var(--thm-black);
    line-height: 30px;
}

.total-review-box__inner .left-box .text span {
    font-size: 20px;
}



.total-review-box__inner .right-box {
    position: relative;
    display: block;
    max-width: 490px;
    width: 100%;
}


.total-review-box__inner .right-box .progress-levels {
    margin-top: 0;
}

.total-review-box__inner .right-box .progress-levels .left {
    position: relative;
    display: block;
    max-width: 110px;
    width: 100%;
}

.total-review-box__inner .right-box .progress-levels .left p {
    margin: 0;
}

.total-review-box__inner .right-box .progress-levels li+li {
    margin-top: 10px;
}

.total-review-box__inner .right-box .progress-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 0;
}

.total-review-box__inner .right-box .progress-box .inner.count-box.counted {
    position: relative;
    display: block;
    max-width: 300px;
    width: 100%;
}

.total-review-box__inner .right-box .progress-box .bar {
    position: relative;
    display: block;
    max-width: 300px;
    width: 100%;
}

.total-review-box__inner .right-box .progress-box .bar .bar-innner {
    position: relative;
    max-width: 300px;
    width: 100%;
    height: 4px;
    background-color: #E2E2E2;
    border-radius: 2px;
}

.total-review-box__inner .right-box .progress-box .bar .bar-fill {
    position: absolute;
    top: 0%;
    left: 0px;
    bottom: 0%;
    width: 0px;
    height: 4px;
    border-radius: 4px;
    transition: all 2000ms ease 300ms;
    background: var(--thm-primary-color);
}


.total-review-box__inner .right-box .progress-levels .right {
    position: relative;
    display: block;
    max-width: 80px;
    width: 100%;
    text-align: right;
}

.total-review-box__inner .right-box .progress-levels .right p {
    margin: 0;
}




.add-review-box {
    position: relative;
    display: block;
    padding-top: 60px;
}

.single-add-review {
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 25px;
}

.single-add-review.style2 {
    margin-left: 110px;
}

.single-add-review__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.single-add-review__img img {
    width: 100%;
    border-radius: 50%;
}

.single-add-review__content {
    position: relative;
    display: block;
    border: 1px solid var(--thm-border-color);
    padding: 31px 29px 22px;
}

.single-add-review__content-top {
    position: relative;
    display: block;
}

.single-add-review__content-top .athor-box {
    position: relative;
    display: block;
}

.single-add-review__content-top .athor-box h3 {
    font-size: 20px;
    line-height: 30px;
}

.single-add-review__content-top .athor-box p {
    font-size: 14px;
}

.single-add-review__content-top .text {
    position: relative;
    display: block;
    padding-top: 14px;
}

.single-add-review__content-top .text p {
    margin: 0;
}

.single-add-review__content-top .replay {
    position: absolute;
    top: 0px;
    right: 0px;
}

.single-add-review__content-top .replay a {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color: var(--thm-primary-color);
    padding: 0px 20px 0px;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 40px;
    font-family: var(--thm-font);
    font-weight: 400;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-add-review__content-top .replay a:hover {
    border-radius: 4px;
}

.single-add-review__content-top .replay a i {
    margin-right: 10px;
    line-height: 0px;
}


.single-add-review__content-bottom {
    position: relative;
    display: block;
    border-top: 1px solid var(--thm-border-color);
    padding-top: 23px;
    margin-top: 22px;
}

.single-add-review__content-bottom ul {
    position: relative;
    display: flex;
    align-items: center;
}

.single-add-review__content-bottom ul+ul {
    margin-top: 12px;
}

.single-add-review__content-bottom ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.single-add-review__content-bottom ul li+li {
    margin-left: 50px;
}

.single-add-review__content-bottom ul li .text {
    position: relative;
    display: block;
}

.single-add-review__content-bottom ul li .text p {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.single-add-review__content-bottom ul li .rating {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.single-add-review__content-bottom ul li .rating i {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #FFC844;
    font-size: 14px;
    line-height: 14px;
}

.single-add-review__content-bottom ul li .rating i+i {
    margin-left: 5px;
}




.yacht-details-style1__left-form--style2 {
    border-top: 1px solid var(--thm-border-color);
    padding-top: 55px;
    margin-top: 60px;
}

.yacht-details-style1__left-form--style2 .inner-title {
    padding-bottom: 10px;
}

.yacht-details-style1__left-form form .rating-box1 ul {
    justify-content: normal;
}

.yacht-details-style1__left-form form .rating-box1 ul+ul {
    margin-top: 10px;
}



.tour-details-style1__sidebar {
    position: relative;
    display: block;
    margin-left: 20px;
}



/*** 
=============================================
    Tour Plan Style1     
=============================================
***/
.tour-plan-style1 {
    padding: 113px 0px 120px;
}

.tour-plan-style1__top {
    position: relative;
    display: block;
}

.tour-plan-style1__top .inner-title {
    position: relative;
    display: block;
    padding-bottom: 49px;
}

.tour-plan-style1__top .inner-title h2 {
    font-size: 60px;
    line-height: 1.0em;
}

.tour-plan-style1__top .yacht-tour-style1__tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

.tour-plan-style1__top .yacht-tour-style1__tab-btn ul li {
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
    padding: 9px 35px 9px;
}

.tour-plan-style1__top .yacht-tour-style1__tab-btn ul li:hover::before,
.tour-plan-style1__top .yacht-tour-style1__tab-btn ul li.active-btn-item::before {
    background: var(--thm-primary-color);
}

.tour-plan-style1__top .yacht-tour-style1__tab-btn ul li h4 {
    color: var(--thm-primary-color);
    text-transform: capitalize;
}

.tour-plan-style1__top .yacht-tour-style1__tab-btn ul li:hover h4,
.tour-plan-style1__top .yacht-tour-style1__tab-btn ul li.active-btn-item h4 {
    color: var(--thm-white) !important;
}



.yacht-tour-style1__form--style2 {
    position: relative;
    display: block;
}

.yacht-tour-style1__form--style2 form ul {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--thm-white);
    box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.08);
}

.yacht-tour-style1__form--style2 form ul li+li {
    margin-left: 0px;
}

.yacht-tour-style1__form--style2 form ul li.form-group {
    margin-bottom: 0px;
}

.yacht-tour-style1__form--style2 form input[type="text"] {
    border: 0px solid;
    border-left: 1px solid #efefef;
    background-color: var(--thm-white);
    color: var(--thm-black);
    height: 40px;
}

.yacht-tour-style1__form--style2 form input[type="text"]:focus {
    border-color: none;
}

.yacht-tour-style1__form--style2 form .nice-select {
    color: var(--thm-black);
    line-height: 38px;
    background-color: var(--thm-white);
    border: 0px solid;
    border-left: 1px solid #efefef;
    height: 40px;
}

.yacht-tour-style1__form--style2 form .nice-select:focus {
    border-color: none;
}

.yacht-tour-style1__form--style2 form .nice-select::after {
    border-bottom: 2px solid var(--thm-black);
    border-right: 2px solid var(--thm-black);
    opacity: 0.40;
}

.yacht-tour-style1__form--style2 form ul li.btn-box {
    width: 210px;
}

.yacht-tour-style1__form--style2 form ul li.btn-box button.btn-one {
    line-height: 70px;
}




.tour-plan-style1__inner {
    position: relative;
    display: block;
    padding-top: 40px;
}

.tour-plan-style1__sidebar {
    position: relative;
    display: block;
    margin-right: 30px;
}

.tour-plan__sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.tour-plan__sidebar-single .title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 20px;
}

.tour-plan__sidebar-single .title h3 {
    font-size: 28px;
    line-height: 38px;
}


.recommended-sidebar-content {
    position: relative;
    display: block;
}

.recommended-sidebar-content .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.recommended-sidebar-content .img-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(180deg, rgba(181, 151, 113, 0) 0%,
            rgba(181, 151, 113, 0.5298494397759104) 51%, rgba(181, 151, 113, 1) 80%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
}

.recommended-sidebar-content:hover .img-box::before {
    opacity: 1;
}

.recommended-sidebar-content .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.recommended-sidebar-content:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.recommended-sidebar-content .content-box {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.07);
    padding: 22px 30px 20px;
}

.recommended-sidebar-content .content-box .title1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recommended-sidebar-content .content-box .title1 h3 {
    font-size: 20px;
    line-height: 30px;
}

.recommended-sidebar-content .content-box .title1 h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.recommended-sidebar-content .content-box .title1 h3 a:hover {
    color: var(--thm-primary-color);
}

.recommended-sidebar-content .content-box .time {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 1px;
}

.recommended-sidebar-content .content-box .time .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 0;
    margin-right: 10px;
}

.recommended-sidebar-content .content-box .time p {
    margin: 0;
}





.top-attraction-sidebar-content {
    position: relative;
    display: block;
}

.top-attraction-sidebar-content .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.top-attraction-sidebar-content .img-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(180deg, rgba(181, 151, 113, 0) 0%,
            rgba(181, 151, 113, 0.5298494397759104) 51%, rgba(181, 151, 113, 1) 80%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
}

.top-attraction-sidebar-content:hover .img-box::before {
    opacity: 1;
}

.top-attraction-sidebar-content .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.top-attraction-sidebar-content:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.top-attraction-sidebar-content .content-box {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.07);
    padding: 22px 30px 20px;
}

.top-attraction-sidebar-content .content-box .title1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-attraction-sidebar-content .content-box .title1 h3 {
    font-size: 20px;
    line-height: 30px;
}

.top-attraction-sidebar-content .content-box .title1 h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.top-attraction-sidebar-content .content-box .title1 h3 a:hover {
    color: var(--thm-primary-color);
}

.top-attraction-sidebar-content .content-box .time {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 1px;
}

.top-attraction-sidebar-content .content-box .time .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 0;
    margin-right: 10px;
}

.top-attraction-sidebar-content .content-box .time p {
    margin: 0;
}



.tour-plan__sidebar-offer {
    position: relative;
    display: block;
}

.tour-plan__sidebar-offer .title {
    position: relative;
    display: block;
    padding-bottom: 25px;
}

.tour-plan__sidebar-offer .title h3 {
    font-size: 28px;
    line-height: 38px;
}

.tour-plan__sidebar-offer-single {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.tour-plan__sidebar-offer-single .img {
    position: relative;
    display: block;
    margin-right: 21px;
    z-index: 1;
}

.tour-plan__sidebar-offer-single .img .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.tour-plan__sidebar-offer-single .img .inner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(180deg, rgba(181, 151, 113, 0) 0%,
            rgba(181, 151, 113, 0.5298494397759104) 51%, rgba(181, 151, 113, 1) 80%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
}

.tour-plan__sidebar-offer-single:hover .img .inner::before {
    opacity: 1;
}

.tour-plan__sidebar-offer-single .img .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.tour-plan__sidebar-offer-single:hover .img .inner img {
    transform: scale(1.07) rotate(0deg);
}

.tour-plan__sidebar-offer-single .img .offer {
    position: absolute;
    top: 0;
    right: -12px;
    background-color: var(--thm-primary-color);
    padding: 0px 11px 0px;
    z-index: 3;
}

.tour-plan__sidebar-offer-single .img .offer::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    width: 12px;
    height: 12px;
    background-color: #7e6547;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.tour-plan__sidebar-offer-single .img .offer p {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 26px;
}



.tour-plan__sidebar-offer-single .content {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.07);
    margin-left: -51px;
    padding: 26px 30px 22px;
    padding-right: 30px;
}

.tour-plan__sidebar-offer-single .content h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}

.tour-plan__sidebar-offer-single .content h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.tour-plan__sidebar-offer-single .content h3 a:hover {
    color: var(--thm-primary-color);
}

.tour-plan__sidebar-offer-single .content .time {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 4px;
}

.tour-plan__sidebar-offer-single .content .time .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 0;
    margin-right: 10px;
}

.tour-plan__sidebar-offer-single .content .time p {
    margin: 0;
}

.tour-plan__sidebar-offer-single h4 {
    font-size: 16px;
    line-height: 26px;
}

.tour-plan__sidebar-offer-single h4 del {
    color: var(--thm-body-font-color);
}





.tour-plan-style1__content {
    position: relative;
    display: block;
    padding-top: 8px;
}

.tour-plan-style1__tab {
    position: relative;
    display: block;
}

.tour-plan-style1__tab-btn {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.tour-plan-style1__tab-btn ul {
    position: relative;
    display: block;
}

.tour-plan-style1__tab-btn ul li {
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
}

.tour-plan-style1__tab-btn ul li+li {
    margin-left: 10px;
}

.tour-plan-style1__tab-btn ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tour-plan-style1__tab-btn ul li:hover .icon,
.tour-plan-style1__tab-btn ul li.active-btn-item .icon {
    background-color: var(--thm-white);
    border-color: var(--thm-primary-color);
}

.tour-plan-style1__tab-btn ul li .icon img {
    width: auto;
}



.tour-plan-style1__tab .tabs-content-box {
    position: relative;
    display: block;
}

.tour-plan-style1__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.tour-plan-style1__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.tour-plan-style1__tab .tab-content-box-item .yacht-tour-style1-tab-content-box-item {
    opacity: 0;
}

.tour-plan-style1__tab .tab-content-box-item.tab-content-box-item-active .tour-plan-style1-tab-content-box-item {
    opacity: 1.0;
}



.single-tour-plan-style1 {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.single-tour-plan-style1 .img-box {
    position: relative;
    display: block;
}

.single-tour-plan-style1 .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-tour-plan-style1 .img-box .inner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(180deg, rgba(181, 151, 113, 0) 0%,
            rgba(181, 151, 113, 0.5298494397759104) 51%, rgba(181, 151, 113, 1) 80%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
}

.single-tour-plan-style1:hover .img-box .inner::before {
    opacity: 1;
}

.single-tour-plan-style1 .img-box .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-tour-plan-style1:hover .img-box .inner img {
    transform: scale(1.07) rotate(0deg);
}

.single-tour-plan-style1 .img-box .overlay-content {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    bottom: 0px;
    right: 0;
    max-width: 650px;
    width: 100%;
    margin: 0 auto auto;
    background-color: var(--thm-white);
    padding: 21px 30px 26px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 3;
}

.single-tour-plan-style1:hover .img-box .overlay-content,
.single-tour-plan-style1.active .img-box .overlay-content {
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.04);
}

.single-tour-plan-style1 .img-box .overlay-content .left-box {
    position: relative;
    display: block;
    padding-right: 80px;
}

.single-tour-plan-style1 .img-box .overlay-content .left-box h3 {
    font-size: 24px;
    line-height: 34px;
}

.single-tour-plan-style1 .img-box .overlay-content .left-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-tour-plan-style1 .img-box .overlay-content .left-box h3 a:hover {
    color: var(--thm-primary-color);
}

.single-tour-plan-style1 .img-box .overlay-content .left-box p {
    color: var(--thm-black);
}

.single-tour-plan-style1 .img-box .overlay-content .left-box .bottom {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 16px;
}

.single-tour-plan-style1 .img-box .overlay-content .left-box .bottom .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 25px;
    line-height: 0;
    margin-right: 10px;
}

.single-tour-plan-style1 .img-box .overlay-content .left-box .bottom h3 {
    font-size: 24px;
    line-height: 34px;
}



.single-tour-plan-style1 .img-box .overlay-content .right-box {
    position: relative;
    display: block;
    border-left: 1px solid var(--thm-border-color);
    padding-left: 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-tour-plan-style1:hover .img-box .overlay-content .right-box,
.single-tour-plan-style1.active .img-box .overlay-content .right-box {
    border-color: var(--thm-primary-color);
}

.single-tour-plan-style1 .img-box .overlay-content .right-box .rating {
    position: relative;
    display: flex;
    align-items: center;
}

.single-tour-plan-style1 .img-box .overlay-content .right-box .rating i {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 14px;
}

.single-tour-plan-style1 .img-box .overlay-content .right-box .rating i+i {
    margin-left: 5px;
}

.single-tour-plan-style1 .img-box .overlay-content .right-box .reviews-box {
    position: relative;
    display: block;
    padding-top: 7px;
}

.single-tour-plan-style1 .img-box .overlay-content .right-box .reviews-box p {
    margin: 0;
}

.single-tour-plan-style1 .img-box .overlay-content .right-box .reviews-box p span {
    color: var(--thm-black);
    font-size: 24px;
    line-height: 26px;
    font-family: var(--thm-font-2);
    font-weight: 700;
}

.single-tour-plan-style1 .img-box .overlay-content .right-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 9px;
}

.single-tour-plan-style1 .img-box .overlay-content .right-box .btn-box a {
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
    padding: 0px 20px 0px;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 38px;
    font-family: var(--thm-font);
    font-weight: 400;
    letter-spacing: -0.01em;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-tour-plan-style1 .img-box .overlay-content .right-box .btn-box a:hover {
    color: var(--thm-white);
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}



.single-list-tour-plan-style1 {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.single-list-tour-plan-style1 .row {
    --bs-gutter-x: 0px;
}

.single-list-tour-plan-style1 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: -24.2px;
    z-index: 1;
}

.single-list-tour-plan-style1 .img-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(180deg, rgba(181, 151, 113, 0) 0%,
            rgba(181, 151, 113, 0.5298494397759104) 51%, rgba(181, 151, 113, 1) 80%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
}

.single-list-tour-plan-style1:hover .img-box::before {
    opacity: 1;
}

.single-list-tour-plan-style1 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-list-tour-plan-style1:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}


.single-list-tour-plan-style1 .content-box {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.07);
    padding: 62px 30px 70px;
    margin-left: 25px;
    margin-right: -1px;
}

.single-list-tour-plan-style1 .content-box .top-box {
    position: relative;
    display: block;
    padding-bottom: 14px;
}

.single-list-tour-plan-style1 .content-box .top-box h3 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 9px;
}

.single-list-tour-plan-style1 .content-box .top-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-list-tour-plan-style1 .content-box .top-box h3 a:hover {
    color: var(--thm-primary-color);
}

.single-list-tour-plan-style1 .content-box .top-box p {
    color: var(--thm-black);
}

.single-list-tour-plan-style1 .content-box .top-box .bottom {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 26px;
}

.single-list-tour-plan-style1 .content-box .top-box .bottom .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 25px;
    line-height: 0;
    margin-right: 10px;
}

.single-list-tour-plan-style1 .content-box .top-box .bottom h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
}

.single-list-tour-plan-style1 .content-box .bottom-box {
    position: relative;
    display: block;
    border-top: 1px solid #6a6a6a;
    padding-top: 26px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-list-tour-plan-style1:hover .content-box .bottom-box,
.single-list-tour-plan-style1.active .content-box .bottom-box {
    border-color: var(--thm-border-color);
}

.single-list-tour-plan-style1 .content-box .bottom-box .rating {
    position: relative;
    display: flex;
    align-items: center;
}

.single-list-tour-plan-style1 .content-box .bottom-box .rating i {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 18px;
}

.single-list-tour-plan-style1 .content-box .bottom-box .rating i+i {
    margin-left: 5px;
}

.single-list-tour-plan-style1 .content-box .bottom-box .reviews-box {
    position: relative;
    display: block;
    padding-top: 14px;
}

.single-list-tour-plan-style1 .content-box .bottom-box .reviews-box p {
    margin: 0;
}

.single-list-tour-plan-style1 .content-box .bottom-box .reviews-box p span {
    color: var(--thm-black);
    font-size: 24px;
    line-height: 26px;
    font-family: var(--thm-font-2);
    font-weight: 700;
}

.single-list-tour-plan-style1 .content-box .bottom-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 29px;
}

.single-list-tour-plan-style1 .content-box .bottom-box .btn-box a {
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
    padding: 0px 30px 0px;
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 58px;
    font-family: var(--thm-font);
    font-weight: 400;
    letter-spacing: -0.01em;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-list-tour-plan-style1 .content-box .bottom-box .btn-box a:hover {
    color: var(--thm-white);
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}





/*** 
=============================================
            Faq Form Style1     
=============================================
***/
.faq-form-style1 {
    background-color: #f9f9f9;
    padding: 120px 0px 120px;
}

.faq-form-style1 .container {
    max-width: 880px;
}

.faq-form-style1 form {
    position: relative;
    display: block;
}

.faq-form-style1 form .form-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.faq-form-style1 form .input-box {
    position: relative;
    display: block;
}

.faq-form-style1 form input[type="text"],
.faq-form-style1 form input[type="email"],
.faq-form-style1 form textarea {
    position: relative;
    display: block;
    border-radius: 0;
    border: 1px solid var(--thm-border-color);
    background-color: var(--thm-white);
    width: 100%;
    height: 60px;
    color: #6A6A6A;
    font-size: 16px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding-left: 25px;
    padding-right: 25px;
    transition: all 500ms ease;
}

.faq-form-style1 form textarea {
    height: 195px;
    padding: 17px 25px 10px;
}

.faq-form-style1 form input[type="text"]:focus,
.faq-form-style1 form input[type="email"]:focus,
.faq-form-style1 form textarea:focus {
    border-color: var(--thm-primary-color);
}

.faq-form-style1 form input[type="text"]::-webkit-input-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form input[type="text"]:-moz-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form input[type="text"]::-moz-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form input[type="text"]:-ms-input-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form input[type="email"]::-webkit-input-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form input[type="email"]:-moz-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form input[type="email"]::-moz-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form input[type="email"]:-ms-input-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form textarea::-webkit-input-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form textarea:-moz-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form textarea::-moz-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form textarea:-ms-input-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
}



/*** 
===========================
    Faq Style2 Css     
===========================
***/
.faq-style2 {
    padding: 120px 0px 120px;
}



/*** 
===========================
    About Us Css     
===========================
***/

.fact-counter-style1--style1 {
    position: relative;
}

.fact-counter-style1--style1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-color: #f9f9f9;
}

.fact-counter-style1--style1 .fact-counter-style1__inner {
    background-color: var(--thm-primary-color);
    padding: 18.91px 0px 19.8px;
    box-shadow: none;
}

.fact-counter-style1--style1 .single-fact-counter-style1 .odometer-counting h2 {
    color: rgb(255, 255, 255, .15);
}

.fact-counter-style1--style1 .single-fact-counter-style1 .title h3 {
    color: var(--thm-white);
}

.fact-counter-style1--style1 .fact-counter-style1 ul li::before {
    background-color: rgb(255, 255, 255, .10);
}

.choose-style1--style1 {
    padding-top: 120px;
    z-index: 20;
}

.team-style1__shape4 {
    position: absolute;
    top: 135px;
    left: 0;
    opacity: .05;
}













































































































































/*** 
=============================================
    Coming Soon Page Style1      
=============================================
***/
.coming-soon-page-style1 {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}

.coming-soon-page-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
    z-index: -1;
}

.coming-soon-page-style1__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, #000000 5%, rgba(0, 0, 0, 0.5) 100%);
}

.coming-soon-page-style1__content {
    position: relative;
    display: block;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.coming-soon-page-style1__content .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.coming-soon-page-style1__content .big-title {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 80px;
    line-height: 1.1em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px var(--thm-white);
    word-spacing: 15px;
}

.timer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 57px 0 42px;
    z-index: 2;
}

.timer-box .countdown-timer li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 170px;
    height: 170px;
    margin: 0px 15px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background-color: var(--thm-base);
    border-radius: 50%;
}

.timer-box .countdown-timer li span.days,
.timer-box .countdown-timer li span.hours,
.timer-box .countdown-timer li span.minutes,
.timer-box .countdown-timer li span.seconds {
    color: #ffffff;
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
    font-family: var(--thm-font);
}

.timer-box .countdown-timer li span.timeRef {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 11px;
    font-family: var(--thm-font);
}

.coming-soon-page-style1__content .inner .text {
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.coming-soon-page-style1__content .inner .text p {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}



.subscribe-box-style1 {
    position: relative;
    display: block;
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
}

.subscribe-box-style1 form {
    position: relative;
    display: block;
    width: 100%;
}

.subscribe-box-style1 form input[type="email"] {
    position: relative;
    display: block;
    max-width: 560px;
    width: 100%;
    height: 70px;
    border-radius: 7px;
    background: #ffffff;
    border: 1px solid #ffffff !important;
    color: var(--thm-gray);
    font-size: 18px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 500ms ease 0s;
    font-family: var(--thm-font);
}

.subscribe-box-style1 form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 195px;
    background: var(--thm-primary-color);
    border-radius: 7px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
    border: 0px solid #e1e1e1 !important;
    transition: all 500ms ease 0s;
}

.subscribe-box-style1 form input[type="email"]:focus {
    color: var(--thm-black);
}

.subscribe-box-style1 form input[type="email"]:focus+button,
.subscribe-box-style1 form button:hover {
    color: var(--thm-black);
}

.subscribe-box-style1 form input::-webkit-input-placeholder {
    color: #444444;
}

.subscribe-box-style1 form input:-moz-placeholder {
    color: #444444;
}

.subscribe-box-style1 form input::-moz-placeholder {
    color: #444444;
}

.subscribe-box-style1 form input:-ms-input-placeholder {
    color: #444444;
}





/*** 
=============================================
    Error Page Css      
=============================================
***/
.error-page {
    padding: 72px 0px 120px;
}

.error-page__content {
    position: relative;
    display: block;
}

.error-page__content .big-title {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 263px;
    line-height: 1.0em;
    font-weight: 900;
    font-family: var(--thm-font-2);
}

.error-page__content .title {
    position: relative;
    display: block;
    padding-bottom: 32px;
}

.error-page__content .title h2 {
    font-size: 36px;
    line-height: 36px;
    font-family: var(--thm-font);
    font-weight: 500;
}

.error-page__content .text {
    position: relative;
    display: block;
}

.error-page__content .text p {
    margin: 0;
}

.error-page__content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 43px;
}










/*** 
==========================
    Faq Page One Css      
==========================
***/
.faq-page-one {
    background-color: var(--thm-white);
    padding: 140px 0px 120px;
}

.faq-page-one__tab {
    position: relative;
    display: block;
}

.faq-page-one__content {
    position: relative;
    display: block;
    top: -5px;
}

.faq-page-one__tab-btn {
    position: relative;
    display: block;
}

.faq-page-one__content .tabs-button-box {
    position: relative;
    display: block;
}

.faq-page-one__content .tabs-button-box li {
    position: relative;
    display: block;
}

.faq-page-one__content .tabs-button-box li+li {
    margin-top: 15px;
}

.faq-page-one__content .tabs-button-box li .title {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.faq-page-one__content .tabs-button-box li .title p {
    color: #a9a7a6;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-page-one__content .tabs-button-box li:hover .title p,
.faq-page-one__content .tabs-button-box li.active-btn-item .title p {
    color: var(--thm-black);
}

.faq-page-one__content .tabs-button-box li .title .icon {
    position: relative;
    display: block;
    opacity: 0;
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 0;
    margin-left: 10px;
    transform: translateX(-20px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.faq-page-one__content .tabs-button-box li:hover .title .icon,
.faq-page-one__content .tabs-button-box li.active-btn-item .title .icon {
    opacity: 1;
    transform: translateX(0px);
}



.faq-page-one__content .question-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    background-color: var(--thm-gray-bg);
    background: linear-gradient(90deg, rgba(245, 244, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 22px 25px 23px;
    padding-right: 0;
    margin-top: 51px;
}

.faq-page-one__content .question-box::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 4px;
    height: 70px;
    background-color: var(--thm-primary-color);
}

.faq-page-one__content .question-box .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 35px;
    line-height: 0px;
    top: 8px;
}

.faq-page-one__content .question-box .title {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.faq-page-one__content .question-box .title h5 {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}

.faq-page-one__content .question-box .title p {
    margin: 0;
}

.faq-page-one__content .question-box .title p a {
    color: var(--thm-body-font-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-page-one__content .question-box .title p a:hover {
    color: var(--thm-primary-color);
}



.faq-page-one__tab .tabs-content-box {
    position: relative;
    display: block;
    margin-left: 0px;
}

.faq-page-one__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.faq-page-one__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.faq-page-one__tab .tab-content-box-item .faq-page-one__content-tab-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.faq-page-one__tab .tab-content-box-item.tab-content-box-item-active .faq-page-one__content-tab-item {
    opacity: 1;
    transform: translateY(0px);
}




/*** 
===================================
    Project Page One Css      
===================================
***/
.project-page-one {
    background-color: var(--thm-white);
    padding: 120px 0 120px;
}

.project-page-one .row {
    --bs-gutter-x: 0px;
}

.project-page-one .img-box .overlay-icon {
    flex-direction: column;
    transform: perspective(400px) scale(1.0) translateY(-40px);
}

.single-project-style1 .overlay-content {
    position: relative;
    display: block;
    margin-top: 30px;
    opacity: 0;
    transform: scale(0);
    text-align: center;
    padding: 0px 10px 0px;
    transition: all 900ms ease;
    z-index: 5;
}

.single-project-style1:hover .overlay-content {
    opacity: 1;
    transform: scale(1);
}

.single-project-style1 .overlay-content h2 {
    font-size: 32px;
    line-height: 40px;
}

.single-project-style1 .overlay-content h2 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-project-style1 .overlay-content h2 a:hover {
    color: var(--thm-black);
}

.single-project-style1 .overlay-content .btn-box {
    position: relative;
    display: block;
    padding-top: 23px;
}

.single-project-style1 .overlay-content .btn-box a {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font);
    font-weight: 400;
    letter-spacing: -0.01em;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-project-style1 .overlay-content .btn-box a:hover {
    color: var(--thm-black);
}

.single-project-style1 .overlay-content .btn-box a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    right: 0;
    height: 1px;
    background-color: var(--thm-white);
}



/*** 
===================================
    Project Page Two Css      
===================================
***/
.project-page-two {
    background-color: var(--thm-white);
    padding: 120px 0 110px;
}

.project-page-two .row {
    --bs-gutter-x: 10px;
}

.project-page-two .img-box .overlay-icon {
    flex-direction: column;
    transform: perspective(400px) scale(1.0) translateY(-40px);
}

.project-page-two .single-project-style1 {
    margin-bottom: 10px;
}



/*** 
===================================
    Pricing Style1 Style2 Css      
===================================
***/
.pricing-style1--style2 {
    position: relative;
}

.single-pricing-style1--style2 {
    background-color: var(--thm-white);
    border: 1px solid var(--thm-border-color);
}

.single-pricing-style1--style2 .single-pricing-style1__top .title h3 {
    color: var(--thm-black);
}

.single-pricing-style1--style2 .single-pricing-style1__top .value-box p {
    color: var(--thm-black);
}



.single-pricing-style1--style2 .single-pricing-style1__middle li p {
    color: var(--thm-gray);
}






























/* Cursor */
.cursor {
    position: fixed;
    background-color: var(--thm-primary-color);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: none;
}

.cursor::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    border: 1px solid var(--thm-primary-color);
    border-radius: 50%;
}

.cursor.active {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.menu-active {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 1;
}

.cursor-follower {
    position: fixed;
    background-color: var(--thm-primary-color);
    opacity: 0.30;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    display: none;
}

.cursor-follower.active {
    opacity: 0.10;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.cursor-follower.menu-active {
    opacity: 1;
    -webkit-transform: scale(3);
    transform: scale(3);
}

.cursor-follower.hovered {
    opacity: 1;
}

/* Cursor End */






#ui-datepicker-div.ui-widget-content {
    background: var(--thm-white) none repeat scroll 0 0;
    border: 1px solid var(--thm-border-color);
    color: var(--thm-black);
    font-family: var(--thm-font-2);
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
    z-index: 999 !important;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: var(--thm-black) none repeat scroll 0 0;
    border: 2px solid var(--thm-primary-color);
    border-radius: 0;
    color: var(--thm-white);
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}


/*--------------------------------------------------
# End Css 
----------------------------------------------------*/

.ui-datepicker-prev, .ui-datepicker-next{
    background-color: var(--thm-primary-color) !important;
}