/*--------------------------------------------------------------
>>> 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');




.h-100{
		height: 100vh !important
	}		
	
	.fs45{
		font-size: 4.5rem;
	}
.dropdown-toggle::after{
		display: none !important;
	}


/* -- botão default --  */
.btnCta {
  background-color: black;
  color: white;
  padding: 18px 32px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.btnCta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20%;        
  width: 40%;       
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.28),
    transparent
  );
  opacity: 0;
  transition: 
    left 0.9s ease,  
    opacity 0.3s ease;
}

.btnCta:hover {
  transform: scale(1.04);
	color: white;
}

.btnCta:hover::before {
  left: 120%;         
  opacity: 1;
}

.btnCtaWhite {
  background-color: white;
  color: black;
  padding: 18px 32px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.btnCtaWhite::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(0, 0, 0, 0.18),
    transparent
  );
  opacity: 0;
  transition:
    left 0.9s ease,
    opacity 0.3s ease;
}

.btnCtaWhite:hover {
  transform: scale(1.04);
	color: black;
}

.btnCtaWhite:hover::before {
  left: 120%;
  opacity: 1;
}


.btnCta,
.btnCtaWhite {
  display: inline-block;
}

	

  #sideMenu ul.menu-principal {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #sideMenu ul.menu-principal > li {
    margin-bottom: 2rem;
  }

  #sideMenu ul.menu-principal > li > a,
  #sideMenu .dropdown-toggle {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 500;
    display: block;
    cursor: pointer;
  }

  /* Seta */
  .arrow {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 10px;
    transition: transform 0.3s 
ease;
    transform: rotate(45deg);
    position: relative;
    top: -5px;
  }

  .has-dropdown.active .arrow {
    transform: rotate(-135deg);
  }

  /* Submenu */
  .submenu {
    list-style: none;
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    margin-top: 10px;
  }

  .has-dropdown.active .submenu {
    max-height: 400px; /* valor bem alto para caber todos os itens */
  }

  .submenu li {
    margin: 12px 0;
  }

  .submenu a {
    color: #cccccc;
    font-size: 1.6rem;
    transition: color 0.3s;
  }

  .submenu a:hover {
    color: #ffffff;
  }
	.form-contato{
			display: grid;
    		gap: 1rem;
		}
		
		.cardForm{
			display: grid;
    padding: 2rem;
    background: #fff;
    border-radius: 0.75rem;
		}
		
.c_input {
    width: 100%;
    padding: 20px 12px 8px 12px;
    border: 1px solid #d2d2d7;
    border-radius: 12px;
    outline: none;
    font-size: 16px;
    background-color: #f4f4f4;
}

.input-wrapper label {
	position: absolute;
	top: 16px;
	left: 12px;
	color: #888;
	font-size: 16px;
	pointer-events: none;
	transition: all 0.2s ease;
}

.c_input:focus + label,
.c_input:not(:placeholder-shown) + label {
	top: 6px;
	font-size: 12px;
	color: #555;
}
.solucaoCard{
		background: #068041;
		color: #fff;
		padding: 1rem;
		border-radius: 1rem;
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		margin-bottom: 2rem;
		margin-top: 2rem;
	}
textarea.c_input {
	resize: vertical;
	min-height: 100px;
}
	
.input-wrapper {
	position: relative;
}

.c_input.invalid {
	border-color: #d9534f;
}

.error-message {
	display: none;
	color: #d9534f;
	font-size: 16px;
	margin-top: 4px;
	padding-left: 4px;
}
.pr5{
	padding-right: 5px
}
.btn-form{
	cursor: pointer;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	font-size: 17px;
	line-height: 1.17648;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	min-width: 28px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	border-radius: 12px;
	background: #25a571;
	color: #fff;
	border: none;
}

		
		.section-img-split {
    position: relative;
    overflow: hidden;
    min-height: 550px; 
}

.section-img-split .side-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50vw; 
    height: 100%;
    background-image: url('sua-imagem.jpg');
    background-size: cover;
    background-position: center;
}

.section-img-split .container {
    position: relative;
    z-index: 2;
}

.section-img-split .row {
    min-height: 550px;
    display: flex;
    align-items: center;
}

.iSobre {
		font-size: 50px;
		border: 1px solid;
		width: 100px;
		height: 100px;
		align-items: center;
		display: flex;
		justify-content: center;
		border-radius: 50%;
		transition: all 0.3s ease;
	}

	.cardSobre {
		background: #fff;
		padding: 1rem 1rem;
		border-radius: 0.5rem;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		cursor: pointer;
		position: relative;
		overflow: hidden;
		min-height: 200px;
		transition: all 0.3s ease;
	}

	.cardSobre a {
		text-decoration: none;
		color: inherit;
		display: block;
	}

	.card-content {
		position: relative;
		z-index: 2;
        padding-bottom: 25px;
        height: 0;
        transition: 400ms
	}

	.cardSobre h3 {
		font-size: 20px;
		color: #2c3e50;
		margin-top: 15px;
		margin-bottom: 0;
		font-weight: 600;
		transition: all 0.3s ease;
	}

	.cardSobre p {
		font-size: 14px;
		color: #fff;
		line-height: 1.6;
		margin-top: 15px;
		margin-bottom: 0;
		opacity: 0;
		transform: translateY(20px);
		transition: all 0.4s ease;
	}

	.card-overlay {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.85);
		height: 0;
		transition: height 0.4s ease;
		z-index: 1;
	}
    .cardSobre:hover .card-content{
        height: 280px
    }
	.cardSobre:hover h3{
		color: #25a571;
	}
	
	.cardSobre:hover i{
		color: #25a571;
		border: 2px solid #fff
	}
	.arrow-btn {
		position: absolute;
		bottom: 15px;
		right: 15px;
		background: #fff;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0;
		transform: scale(0.8);
		transition: all 0.3s ease 0.1s;
		z-index: 3;
	}

	.arrow-btn i {
		color: #2c3e50;
		font-size: 18px;
	}

	.cardSobre:hover .card-overlay {
		height: 100%;
	}

	.cardSobre:hover p {
		opacity: 1;
		transform: translateY(0);
		transition-delay: 0.2s;
	}

	.cardSobre:hover .arrow-btn {
		opacity: 1;
		transform: scale(1);
		transition-delay: 0.3s;
	}

	@media (max-width: 768px) {
		.container {
			grid-template-columns: 1fr;
		}
	}
	.bgAzul{
		background-color: #010d2a !important
	}

.cardDiferenciais {
    display: grid;
    background-color: #fff;
    align-content: space-around;
    gap: 1.5rem;
    padding: 2rem;
    height: 100%;
    justify-items: start;
}
	
	.cardDiferenciais p{
		color: #000;
    	font-weight: 500;
	}
	
	.cardDiferenciais h5{
		font-size: 26px;
		text-align: left
	}
	
	.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	  
	  .cardDiferenciais i{
	  font-size: 50px;
    	color: #111111;
	  }
 #menuButton{
		width: 30px;
		height: 25px;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		z-index: 99;
		position: relative;
         right: 14px;
	  }

	  #menuButton div{
		z-index: 9999999;
		position: relative;
		width: 100%;
		height: 3px;
		background-color: white; 
		transition: transform 0.3s ease, opacity 0.3s ease;
	  }
	  #menuButton.active div:nth-child(1){
		transform: translateY(10px) rotate(45deg);
	  }
	  #menuButton.active div:nth-child(2){
		opacity: 0;
	  }
	  #menuButton.active div:nth-child(3){
		transform: translateY(-10px) rotate(-45deg);
	  }
	  #sideMenu{
		top: 0;
		width: 25vw;
		position: fixed;
		height: 100vh;
		background-color: rgb(150, 150, 150); 
		background: linear-gradient(
			to bottom, 
			rgb(128, 128, 128), 
			rgb(88, 88, 88) 
		);
		z-index: 98;
		right: -25vw;
		transition: 300ms;
	  }
	  #sideMenu.active{
		right: 0 !important;
	  }
	  #overlayMenu{
		position: absolute;
		top: 0;
		height: 100vh;
		width: 100vw;
		background-color: #000;
		opacity: 0.4;
		left: 100%;
		z-index: 96;
		transition: 0.8s;
	  }
	  #overlayMenu2{
		position: absolute;
		top: 0;
		height: 100vh;
		width: 100vw;
    background-color: #000;
		opacity: 0.6;
		left: 100%;
		z-index: 97;
		transition: 1.4s;
	  }
	  #overlayMenu.active, #overlayMenu2.active{
		left: 0;
	  }
	  #sideMenu div{
		padding: 30px;
	  }
	  #sideMenu img{
		max-width: 250px;
	  }
	  #sideMenu ul{
		color: white;
	  }
	  #sideMenu li {
		font-size: 23px;
		padding-bottom: 8px;
		margin-bottom: 18px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.455);
	}



/*== Default Css ==*/
:root {
    --thm-font: "Outfit", sans-serif;
    --thm-font-2: "Outfit", sans-serif;
    --thm-font-3: "Great Vibes", cursive;
    --thm-primary-color: #25a571;
    --thm-primary-color-rgb: 181, 151, 113;

    --thm-body-font-color: #908d8d;
    --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);
}



p {
    font-family: var(--thm-font);
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    line-height: 22px;
    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: 500;
    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: #25a571;
    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;
}


/*== Section Title Css ======*/
.sec-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 52px;
}

@media (max-width: 767px) {
    .sec-title {
        padding-bottom: 32px !important;
    }
}



.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: 35px;
    line-height: 1.0em;
    margin-top: 12px;
}

.sec-title.white h2 {
    color: #000f33;
}

.sec-title .text {
    position: relative;
    display: block;
    padding-top: 13px;
}




/*== Btn One Css ======*/
.btn-box {
    position: relative;
    display: block;
}

.btn-one {
	width: fit-content;
    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;
    -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: #6e6c65;
    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;
}



/*== 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;
    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;
    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);
}








/*== 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;
}

.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;
}


.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: 80px 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;
}



/*
================================
      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 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 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;
    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;
    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;
}




.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;
}


.tour-details-style1__sidebar {
    position: relative;
    display: block;
    margin-left: 20px;
}



/*** 
=============================================
    Tour Plan Style1     
=============================================
***/
.tour-plan-style1 {
    padding: 113px 0px 120px;
}

.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;
}


/*** 
==========================
    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__tab-btn {
    position: relative;
    display: block;
}



.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);
}







/* 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;
}




/*--------------------------------------------------
# End Css 
----------------------------------------------------*/