/* global */
body{
	background-color: #F5F1EE;
}
h1{
	color: white;
	font-family: 'Playfair Display';
	font-weight: 500 !important;
	text-shadow: 0px 3px 8px #0000003B;
}
h2{
	font-family: 'Playfair Display';
	font-weight: 500 !important;
}
h3{
	font-family: 'Manrope';	
}
p{
	font-family: 'Manrope';	
}
.btn-1{
	border: 1px solid #292929;
	border-radius: 42px;
	text-decoration: none;
	color: #292929;
	padding: 9px 30px;
	font-weight: 500;
    font-family: 'Manrope';
}
.btn-1:hover{
	background-color: #292929;
	color: white;
}
.btn-2{
	border: 1px solid white;
	border-radius: 42px;
	background-color: transparent;
	text-decoration: none;
	color: white;
	padding: 9px 30px;
	font-weight: 500;
    font-family: 'Manrope';
}
.btn-2:hover{
	background-color: white;
	color: #292929;
}
.bg-grey{
	background-color: #EBE5E5;
}
.caption-text{
	font-weight: 500 !important; 
	font-family: 'Playfair Display';
}
.section-panel{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 70vh;
	cursor: pointer;
}
.animated-section-panel{
	width: 40%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.5s;
	height: 70vh;
	cursor: pointer;
}
.panel-active{
	width: 120% !important;
	transition: 0.5s;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-family: unset;
}
.swiper-button-prev:after {
	content: url('/wp-content/themes/hollytour/assets/img/icon/left-carousel-arrow.svg');
}
.swiper-button-prev:hover:after {
	content: url('/wp-content/themes/hollytour/assets/img/icon/black-right-arrow.svg');
	transform: rotatey(180deg);
}
.swiper-button-next:after{
	content: url('/wp-content/themes/hollytour/assets/img/icon/left-carousel-arrow.svg');
	transform: rotatey(180deg);
}
.swiper-button-next:hover:after {
	content: url('/wp-content/themes/hollytour/assets/img/icon/black-right-arrow.svg');
	transform: rotatey(0);
}
.form-custom-input{
	width: 100%;
	color: white;
	background: transparent;
	border: unset;
	border-bottom: 1px solid white;
	padding: 4px 5px;
	font-family: 'Manrope';
	outline: unset !important;
}
.form-custom-textarea{
	width: 100%;
	color: white;
	background: transparent;
	border: 1px solid white;
	padding: 4px 5px;
	font-family: 'Manrope';
	outline: unset !important;
}
.form-custom-checkbox{
	appearance: unset;
	position: relative;
	background: transparent;
	border: 1px solid white;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	cursor: pointer;
}
.form-custom-checkbox:checked{
	background-color: white;
}
.form-custom-checkbox:checked:after {
    position: absolute;
    top: -5px;
    right: 0;
    content: "\2713";
    color: black;
}
.wpcf7-list-item-label{
	font-size: 14px;
	color: white;
}
.wpcf7-list-item{
	margin: 0 0 0 0 !important;
}
.request-form-container{
	height: 100vh;
	background-image: linear-gradient(90deg, rgba(1, 1, 9, 0.10) 0%, rgba(1, 1, 9, 0.10) 100%), url(/wp-content/themes/hollytour/assets/img/desktop/request/request-background.webp); 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center;
}
.contact-banner-section{
	height: 100vh;
	background-image: linear-gradient(90deg, rgba(1, 1, 9, 0.10) 0%, rgba(1, 1, 9, 0.10) 100%), url(/wp-content/themes/hollytour/assets/img/desktop/homepage/contact-form.webp); 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  	color: white;
  	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: white;
}
.teamleader-link{
	color: rgb(33, 37, 41);
	margin-left: 5px;
	text-decoration: unset;
}
.teamleader-link:hover{
	text-decoration: underline;
}
/* navbar */
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.animated-icon3 span {
  background: #f8f9facf;
  box-shadow: 0px 1px 3px #0000008F;
}
.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}
.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}
.navbar-mobile-menu{
	height: 100vh; 
	overflow-y: hidden;
	overflow-x: hidden;
	background: #29292954 0% 0% no-repeat padding-box;
	backdrop-filter: blur(30px);
	opacity: 0;
	transition: opacity 0.5s, top 0s 0.5s;
	position: fixed;
	top: 100vh;
	width: 100%;
}
.navbar-open{
	top: 0;
	opacity: 1;
	z-index: 1000;
	transition: opacity 0.5s, top 0s 0s;
}
.navbar-link-wrapper{
	border-bottom: 2px solid white;
}
.navbar-link-wrapper > div{
	padding: 10px 0;
}
.navbar-link-wrapper > div > div{
	padding: 10px 0 0 5%;
}
.navbar-link-wrapper a{
	font-family: 'Playfair Display';
	font-size: 56px;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 4px;
}
.navbar-link-wrapper a:hover{
	border-bottom: 2px solid white;
}
.navbar-link-wrapper .mobile-navbar-subvoices{
	font-size: 36px !important;
}
.mobile-navbar-subvoices{
	font-size: 36px !important;
	font-family: 'Playfair Display';
	color: #FFFFFF;
	text-decoration: none;
}
/* footer */
.footerlink-wrapper a{
	color: #292929;
	text-decoration: none;
	font-family: 'Manrope';
	font-size: 14px;
	padding-bottom: 4px;
}
.footerlink-wrapper a:before{
	display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.footerlink-wrapper a:hover{
	font-weight: bold;
	border-bottom: 2px solid #292929;
}
.footerlink-contact-wrapper a{
	color: #292929;
	text-decoration: none;
	font-family: 'Manrope';
	font-size: 14px;
}
.footerlink-contact-wrapper a:hover{
	text-decoration: underline;
}
.permaunderlined-link{
	color: #292929;
}
.permaunderlined-link:hover {
	text-decoration: none;
}
/* homepage */
.homepage-entry{
	height: 100vh;
    overflow: hidden;	
}
/* services */
.services-text-boxes{
	bottom: 0;
    left: 0;
    width: 100%;
	height: 20%;
    background-color: #52212100;
    backdrop-filter: blur(41px);
    -webkit-backdrop-filter: blur(41px);
	transition: height 0.5s;
}
.services-text-boxes.boxes-active {
	height: 100%;
	transition: height 0.5s;
}
.services-button{
	cursor: pointer;
	width: 6%;
    bottom: 7%;
    right: 10%;
	z-index: 1;
}
.services-text-boxes .caption-text{
	padding-top: 0;
	transition: 0.5s;
}
.services-text-boxes.boxes-active .caption-text{
	padding-top: 60%;	
}
.services-text-boxes .boxes-text-box{
	opacity: 0;
	color: white;
	transition: 0.5s;
}
.services-text-boxes.boxes-active .boxes-text-box{
	opacity: 1;
	margin-top: 5%
}
.services-banner{
	height: 100vh;
	background-image: linear-gradient(90deg, rgba(1, 1, 9, 0.10) 0%, rgba(1, 1, 9, 0.10) 100%), url(/wp-content/themes/hollytour/assets/img/desktop/services/service-banner.webp);
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center;
}
.proposals-banner{
	height: 100vh;
	background-image: linear-gradient(90deg, rgba(1, 1, 9, 0.10) 0%, rgba(1, 1, 9, 0.10) 100%), url('/wp-content/themes/hollytour/assets/img/desktop/food & wine - proposal/banner-background.webp');
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center;
}
.custom-display-1{
	font-size: calc(0.70rem + 1.5vw);	
}