/* 
Theme Name: Hello Elementor Child
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child

*/

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz@12..96&display=swap');

::placeholder{
	color: #0A1633;
}

:root {
	--owl-item-width: 0px; 
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFEAE2 inset;
}

a{
	transition: all 0.3s ease-in-out;
}

body{
	padding-top: 120px !important;
}

.g-fade-up{
	opacity: 0;
    transform: translateY(50px);
}

.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.flip-card {
    opacity: 0;
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(800px) rotate3d(1, 0, 0, -90deg);
		transform: perspective(800px) rotate3d(1, 0, 0, -90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}
	50% {
		-webkit-transform: perspective(800px) rotate3d(1, 0, 0, 15deg);
		transform: perspective(800px) rotate3d(1, 0, 0, 15deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(800px);
		transform: perspective(800px);
		opacity: 1;
	}
}
@keyframes flipInX {
	0% {
		-webkit-transform: perspective(800px) rotate3d(1, 0, 0, -90deg);
		transform: perspective(800px) rotate3d(1, 0, 0, -90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}
	50% {
		-webkit-transform: perspective(800px) rotate3d(1, 0, 0, 15deg);
		transform: perspective(800px) rotate3d(1, 0, 0, 15deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(800px);
		transform: perspective(800px);
		opacity: 1;
	}
}

.reveal-card {
	width: 500px;
	height: 250px;
	padding: 40px;
	margin: 30px auto;
	background: #3498db;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	opacity: 0;
	transform: translateY(20px) scale(0.9);
}

/* Keyframes */
@keyframes revealUp {
	0% {
		opacity: 0;
		transform: translateY(20px) scale(0.9);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.animate-reveal-card {
	animation: revealUp 0.6s ease forwards;
}

.title-fade-up {
    opacity: 0 !important;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out !important;
    will-change: transform, opacity;
    display: inline-block;
}

.title-fade-up.visible {
    transform: translateY(0) !important;
    opacity: 1 !important;
}


/* Header */
#site-header {
    padding: 36px 0;
    width: 100%;
    z-index: 999;
    background: #fff;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
	transition: transform 0.5s ease;
}

#site-header.hidden {
    transform: translateY(-100%); 
  }

#site-header .header-inner {
    max-width: 1356px;
    padding: 0 30px;
	overflow: hidden;
}

#site-header .header-inner ul#menu-main-menu, #site-header .header-inner ul#menu-main-menu-1 {
    display: flex;
	align-items: center;
    gap: 51px;
	list-style: none;
}

#site-header .header-inner ul#menu-main-menu li a, #site-header .header-inner ul#menu-main-menu-1 li a {
    padding: 0;
    color: #0A1633;
    text-align: center;
    font-family: "Bricolage Grotesque";
/* 	font-family: "Space Mono", monospace; */
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
	white-space: nowrap;
}

#site-header .header-inner ul#menu-main-menu li:last-child a, #site-header .header-inner ul#menu-main-menu-1 li:last-child a {
    font-weight: 700;
    border-radius: 50px;
    border: 2px solid #0A1633;
    padding: 8px 35px;
	white-space: nowrap;
}

#site-header .header-inner ul#menu-main-menu li:last-child a:hover, #site-header .header-inner ul#menu-main-menu-1 li:last-child a:hover {
    background: #0A1633;
    color: #fff;
}

/* Footer */
#site-footer {
    background: #0A1633;
}

#site-footer .footer-container {
    max-width: 1356px;
    padding: 122px 30px;
    margin: 0 auto;
}

footer .footer-main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
	margin-bottom: 86px;
	gap: 50px;
}

footer .footer-main figure {
    margin: 0;
}

footer .footer-main .footer-2 {
    padding-right: 50px;
}

footer .footer-main .footer-2 .wp-block-heading {
    color: #FCFCFC;
    font-family: "Bricolage Grotesque";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
    margin: 0 0 10px;
}

footer .footer-main .footer-2 p {
    color: #FCFCFC;
    font-family: "Bricolage Grotesque";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
}

footer .footer-main .footer-2 p a {
    color: #FCFCFC;
    font-family: "Bricolage Grotesque";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: 3px;
    text-underline-position: from-font;
    transition: 0.3s;
}

footer .footer-main .footer-2 p a:hover {
    opacity: 0.8;
}

footer .footer-main .footer-3 {
    padding-left: 50px;
}

footer .footer-main .footer-3 ul {
    list-style: none;
    padding: 0;
}

footer .footer-main .footer-3 ul li a {
    color: #FCFCFC;
    text-align: center;
    font-family: "Bricolage Grotesque";
/* 	font-family: "Space Mono", monospace; */
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
	white-space: nowrap;
}

footer .footer-main .footer-4 svg {
    fill: #fff;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}

footer .footer-main .footer-4 ul {
    list-style: none;
    padding: 0;
    gap: 20px;
    align-items: flex-end;
}

footer .footer-main .footer-4 a {
    height: 100%;
    display: flex;
}

footer .footer-main .footer-4 a:hover svg {
    opacity: 0.8;
}

footer .footer-secondary {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

footer .footer-secondary p {
    color: #FCFCFC;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
}

footer .footer-secondary .footer-6 {
    position: relative;
    right: 132px;
}

/* Homepage */
/* div[data-elementor-type="wp-page"]{
	margin-top: 120px;
} */

.elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item:last-child summary {
    border: none !important;
}

.geoff-carousel .owl-stage {
    padding-left: 0 !important;
}

.geoff-newsletter > p {
    display: flex;
    gap: 17px;
    flex-wrap: nowrap;
}

.geoff-newsletter br {
    display: none;
}

.geoff-newsletter  input.wpcf7-submit {
    border-radius: 80px;
    background: #0A1633;
    color: #FCFCFC;
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 18px 66px;
    border: 2px solid #0A1633;
}

.geoff-newsletter label.sub-btn {
    position: relative;
}

.geoff-newsletter input[type=text], .geoff-newsletter input[type=email] {
    border-radius: 80px;
    border: 2px solid #0A1633;
    background: transparent;
    padding: 18px 27px;
    color: #0A1633;
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wpcf7-spinner {
    position: absolute;
    right: 112px;
    top: 20px;
    margin: 0;
    background: #0A1633;
}

.wpcf7-spinner:before {
    background: #fff;
}

form.submitting .geoff-newsletter input.wpcf7-submit {
    opacity: 0;
}

.geoff-newsletter span.wpcf7-not-valid-tip {
    font-family: 'Bricolage Grotesque';
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}

.geoff-newsletter ~ .wpcf7-response-output {
    font-family: 'Bricolage Grotesque';
    max-width: max-content;
    margin: 30px auto 0 !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    font-size: 100px !important;
    position: absolute;
    top: 250px;
}
button.owl-next {
    position: absolute;
    right: 0px;
}

/*#geoff-trusts img:hover {
  animation: tilt-n-move-shaking 1s infinite;
}*/

@keyframes tilt-n-move-shaking {
  0% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(5px, 5px) rotate(5deg); }
  50% { transform: translate(0, 0) rotate(0eg); }
  75% { transform: translate(-5px, 5px) rotate(-5deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}

.panel {
  position: sticky !important;
  top: 125px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.panel:nth-child(1) {
  z-index: 1;
}

.panel:nth-child(2) {
  z-index: 2;
}

.panel:nth-child(3) {
  z-index: 3;
}

.panel:nth-child(4) {
  z-index: 4;
}

.panel:nth-child(5) {
  z-index: 5;
}

/*.scroll-section {
	position: relative !important;
	height: 500vh !important;
}

.stage {
	position: sticky !important;
	top: 50px !important;
	height: 100vh !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden !important;
}

.panel {
	position: absolute !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	opacity: 0 !important;
}

.panel.active {
	opacity: 1 !important;
	z-index: 5 !important;
}

.panel .text-block {
	transform: translateY(10px);
	opacity: 0;
	transition: transform 1s ease, opacity 1s ease;
}
.panel.active .text-block {
	opacity: 1;
	transform: translateY(0);
}

.panel .thumb img {
	transform: rotateY(90deg);
	transition: transform 1s ease;
	backface-visibility: hidden;
}

.panel.active .thumb img { 
	transform: rotateY(0); 
}*/

#site-footer{
	padding: 0;
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon span > svg{
    transition: transform .4s cubic-bezier(0.22, 1, 0.36, 1);
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon span > svg {
    transform: rotate(45deg);
}


/********************************************************************************** Responsive **********************************************************************************/
@media screen and (min-width: 1024px){
	.owl-stage-outer:before {
		content: '';
		width: var(--owl-item-width);
		height: 100%;
		display: block;
		position: absolute;
		background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
		z-index: 999;
		left: -5px;
		top: 0;
		border-radius: 35px;
	}

	.owl-stage-outer:after{
		content: '';
		width: var(--owl-item-width);
		height: 100%;
		display: block;
		position: absolute;
		background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
		z-index: 999;
		right: -5px;
		top: 0;
		border-radius: 0px;
	}
}
@media screen and (max-width: 1366px){
	footer .footer-main .footer-2 {
    	padding-right: 0;
	}
	
	footer .footer-main .footer-3 {
    	padding-left: 0;
	}
}

@media screen and (max-width: 1200px){
	footer .footer-main {
    	display: grid;
    	grid-template-columns: repeat(5, 1fr);
	}
	
	footer .footer-main .footer-2 {
    	grid-column: span 2;
	}
}

@media screen and (max-width: 1024px){
	footer .footer-main {
    	grid-template-columns: repeat(2, 1fr);
	}
	
	footer .footer-main .footer-2 {
        grid-column: unset;
    }
	
	footer .footer-main .footer-2 p, footer .footer-main .footer-2 p a{
		font-size: 21px;
	}
	
	footer .footer-main{
		column-gap: 20px;
		row-gap: 26px;
		margin-bottom: 34px;
	}
	
	footer .footer-secondary .footer-6 {
		position: unset;
	}

	footer .footer-secondary .f-block {
		flex: 1;
	}

	footer .footer-secondary {
		column-gap: 20px;
	}
	
	body .site-navigation-toggle-holder{
		padding: 0;
	}
	
	body .site-navigation-toggle-holder .site-navigation-toggle {
		padding: 0;
		background: #fff;
		color: #0A1633;
		outline: none;
	}
	
	body .site-navigation-toggle-holder .site-navigation-toggle-icon:after, body .site-navigation-toggle-holder .site-navigation-toggle-icon:before {
    	height: 2px;
    	border-radius: 0;
	}
	
	body .site-navigation-toggle-holder .site-navigation-toggle-icon:before{
		box-shadow: 0 0.32rem 0 #0A1633;
	}
	
	body .site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:before {
    	box-shadow: none;
    	transform: translateY(.32rem) rotate(45deg);
	}

	.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:after {
    	transform: translateY(-.32rem) rotate(-45deg);
	}
	
	body .site-navigation-dropdown ul.menu li a {
		color: #0A1633;
		font-family: "Bricolage Grotesque";
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		padding-left: 53px;
		box-shadow: none;
	}
	
	body .site-navigation-dropdown ul.menu li:last-child a{
		border-radius: 50px;
        border: 2px solid #0A1633;
        color: #0A1633;
        font-family: "Bricolage Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: max-content;
        padding: 10px 36px;
        margin-left: 53px;
	}
	
	body .site-navigation-dropdown ul.menu li:last-child a:hover{
		background: #0A1633;
		color: #fff;
	}
	
	body .site-navigation-dropdown ul.menu {
    	padding-bottom: 30px;
	}
	
	.geoff-newsletter > p {
		flex-direction: column;
		max-width: 422px;
	}

	.geoff-newsletter input.wpcf7-submit {
		width: 100%;
	}
	
	.geoff-newsletter label.sub-btn {
    	width: max-content;
    	margin: 0 auto;
	}
	
	footer .footer-main .f-block.footer-1 {
		order: 1;
	}

	footer .footer-main .f-block.footer-4 {
		order: 2;
		justify-self: end;
	}

	footer .footer-main .f-block.footer-2 {
		order: 3;
	}

	footer .footer-main .f-block.footer-3 {
		order: 4;
		justify-self: end;
	}

	#site-footer .footer-container {
		padding: 60px 53px;
	}
	
	footer .footer-main .f-block.footer-3 ul li {
    	text-align: right;
	}
	
	footer .footer-secondary .f-block.footer-6 {
    	flex: 0 170px;
    	text-align: right;
	}
	
	#site-header .header-inner {
    	padding: 0 20px;
	}
	
	.travelHead {
    	position: relative !important;
	}
}


@media screen and (max-width: 991px){
	#site-header .header-inner ul#menu-main-menu-1{
		flex-direction: column;
        align-items: flex-start;
        background: #fff;
        row-gap: 0;
        padding: 0 32px 32px;
	}
	
	.site-navigation-dropdown{
		top: 110px;
	}
	
	#site-header .header-inner ul#menu-main-menu-1 li a {
    	padding: 10px 0;
    	display: block;
	}
	
	#site-header .header-inner ul#menu-main-menu-1 li:last-child a {
    	margin-top: 10px;
	}
}
@media screen and (max-width: 767px){
	#site-header .header-inner {
    	padding: 0 30px;
	}
	
	body .site-navigation-dropdown ul.menu li a {
    	padding-left: 30px;
	}
	
	body .site-navigation-dropdown ul.menu li:last-child a{
	    margin-left: 30px;
	}
	
	.geoff-newsletter label.sub-btn {
    	width: 100%;
	}
	
	#site-footer .footer-container {
    	padding: 54px;
	}
	
	footer .footer-main {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
		margin-bottom: 16px;
	}

	footer .footer-secondary {
		flex-direction: column;
		justify-content: flex-end;
		row-gap: 20px;
	}

	footer .footer-secondary .f-block {
		width: 100%;
	}
	
	.wpcf7-spinner {
    	right: 48%;
	}
	
	#message-cards {
		position: relative;
		perspective: 1000px;
		height: 400px;
	}

	.mesage-card-item {
		position: absolute !important;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 12px;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.4rem;
        text-align: center;
        opacity: 0 !important;
        transform: translateY(100%) !important;
        transition: all 3s ease !important;
	}

	.mesage-card-item.active {
		opacity: 1 !important;
		transform: translateY(0) !important;
		z-index: 2 !important;
	}

	.mesage-card-item.exit {
		opacity: 0 !important;
		transform: translateY(-280%) !important;
		z-index: 1 !important;
	}
	
	.geoff-newsletter input[type=text], .geoff-newsletter input[type=email] {
		font-size: 16px;
		padding: 10px 26px;
	}

	.geoff-newsletter input.wpcf7-submit {
		font-size: 16px;
		padding: 10px 26px;
	}

	footer .footer-main .f-block.footer-2 {
		order: 2;
	}

	footer .footer-main .f-block.footer-3 {
		order: 3;
	}

	footer .footer-main .f-block.footer-4 {
		order: 4;
	}

	footer .footer-main .f-block {
		justify-self: center;
		text-align: center;
		width: 100%;
	}

	footer .footer-main .f-block.footer-3 ul li {
		text-align: center;
		line-height: 16px;
	}

	footer .footer-main .footer-4 ul {
		justify-content: center;
	}
		
	footer .footer-secondary .f-block.footer-6 {
		flex: 1;
	}
	
	footer .footer-main figure {
    	max-width: 116px;
    	margin: 0 auto;
	}

	footer .footer-main .footer-2 .wp-block-heading {
		font-size: 18px;
		line-height: 20px;
	}

	footer .footer-main .footer-2 p, footer .footer-main .footer-2 p a {
		font-size: 12px;
	}

	footer .footer-main .footer-3 ul li a {
		font-size: 12px;
	}

	footer .footer-main .footer-4 svg {
		width: 30px;
		height: 30px;
	}

	footer .footer-main .footer-4 ul {
		gap: 15px;
		margin-top: 33px;
	}
	
	footer .footer-main .f-block.footer-5 {
    	order: 3;
	}
	
	footer .footer-main .f-block.footer-5 p {
		font-weight: 300;
		font-size: 12px;
		line-height: 105%;
		color: #fff;
		font-family: 'Bricolage Grotesque';
	}
	
	footer .footer-secondary p {
		text-align: center;
		font-size: 12px;
		line-height: 105%;
	}
	
	.travelGrid .elementor-icon-box-icon {
    	transform: rotate(90deg);
	}
}