/* custom menu */

.custom-nav {
    display: flex !important;
}

.sidebar .close {
    display: flex !important;
}

nav .menu-item svg {
    width: 10px;
	margin-top:-7px !important;
}

.button-menu {
    background: none !important;
    border-radius: 0px!important;
    padding: 0px 20px !important;
    margin: 0px 0px !important;
}

.button-menu svg {
    display: none !important;
}

.button-menu:hover {
    background-color: #2b3185;
}

.menu-btn {
    padding-left: 10px !important;
}

.menu-btn svg {
    margin-right: 10px;
}

nav .menu-item .sidebar {
    background-color: #cce1edd9;
    width: 240px !important;
    height: 370px !important;
    position: absolute;
    z-index: 99;
    top: 70px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: -5px 4px 12px rgb(0 0 0 / 21%);
    overflow-x: hidden;
 
}

.close {
    background-color: #006ba6 !important;
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    justify-content: center;
    display: none !important;
}

.close svg {
    transform: scale(1.2);
    margin-right: 20px;
    margin-left: 10px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(203deg) brightness(104%) contrast(103%) !important;
}

.close h4 {
    color: #fff;
    margin-bottom: 0px !important;
    font-size: 18px !important;
    line-height: 45px !important;
}

.sidebar .menu-item {
    background-color: transparent;
    color: #686fcf;
    font-size: 15px;
    padding: 5px 10px;
    font-weight: 600;
}

.sidebar .menu-item:last-child {
    margin-bottom: 10px !important;
}

.sidebar .menu-item a {
    width: 100%;
    text-align: left;
    padding: 2px 20px;
    font-size: 15px !important;
    text-align: center;
}

.sidebar .menu-item a {
    transition: none !important;
    color: #000 !important;
}

.sidebar .menu-item a:hover {
    background: #006ba6;
    border-radius: 10px;
    color: #fff !important;
}

.fade-enter-active,
.fade-leave-active {
    transition: all .5s ease-out;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}


/*
html[lang="en-US"] .carousel-item:nth-child(2) h5::after {
    content: 'Web Development' !important;
    font-size: 35px;
    letter-spacing: 3px !important;
}

html[lang="en-US"] .carousel-item:nth-child(3) h5::after {
    content: 'Digital Marketing' !important;
    font-size: 35px;
    letter-spacing: 3px !important;
}
*/
.bost{
	width:450px !important;
	text-align:left !important;
	background-color: #feead8eb;
    padding: 46px 60px 46px 60px;
    z-index: 9;
    position: absolute;
    bottom: -75px;
    display: flex;
    flex-direction: column;
	margin-left:auto !important;
	margin-right:auto !important;
	left:105px !important;
}
.bost h3{
	text-align:left !important;
	color:#b55310 !important;
	font-size:32px !important;
}

.bost p{
	font-size:16px !important;
}
.bost a{
	margin-top:20px !important;
	max-width:167px !important;
}
.hero-content{
	display:flex !important;
	gap:30px !important;
}
.hero-content hr {
    width: 115px !important;
    background: #976f41 !important;
    margin-top: 0px !important;
	margin-left:110px !important;
    margin-bottom: 40px !important;
}
.bost hr{
	margin-left:0px !important;
	margin-bottom: 25px !important;
}
.hero-content h1{
	padding-top:60px !important;
	padding-bottom:40px !important;
	color:#bd6a32 !important;
	font-size:50px !important;
	padding-left:110px !important;
}
.hero-content p{
	font-size:28px !important;
	padding-left:110px !important;
}

.hero-content a{
	font-size: 18px !important;
    margin-left: 110px !important;
    display: inline-flex;
    padding: 15px 20px;
    border: 1px solid #bd6a32;
    background-color: rgba(255, 255, 255, 0);
    color: #bd6a32;
}

.bost a{
	 margin-left: 0px !important;
}

.left-hero{
	width:50% !important;
	border-left: 2px solid #bd6a32;
	padding-right:30px !important;
}

.right-hero{
	width:50% !important;
}
.btn-home {
    color: #ffffff;
    background-color: #b89165 !important;
    border: 1px solid #b89165 !important;
    border-radius: 10px !important;
}

.btn-home:hover {
    background-color: #976f41 !important;
    border: 1px solid #976f41 !important;
}
.car_item h2,.car_item p, .home .add_to_cart_button{
	margin-left:55px !important;
	margin-right:55px !important;
}
.car_item h2{
	margin-top:35px !important;
	font-size:20px !important;
}
.car_item hr{
	width:115px !important;
	margin-left:55px !important;
	background:#b55310 !important;
	margin-top:5px !important;
	margin-bottom:25px !important;
}
.car_item{
	border-right: 1px solid #976f41;
}
/* cards */

  .slick-slider{
    margin-left: 35px !important;
    margin-right: 25px !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 0px;
    cursor: pointer;
  }

  .card_vue{
    background: linear-gradient(#fff5ec, #a0cdd3);
    padding: 190px 180px;
	 
    border-radius: 10px;
    width: 300px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-bottom:20px;
    background-size: cover;
    position: relative;
  }

  .card_vue .top{
	color:#3d6287 !important;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 100px 46px 79px 46px;
    text-align: center;
    font-size: 20px;
  }

 .card_vue .bottom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.15)), color-stop(75%, #6cafc1));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 35%, #6cafc1 75%);
    padding: 200px 46px 79px 46px;
    text-align: center;
    font-size: 20px;
	margin-bottom:0px !important;
  }
  .slick-next{
    background: #a71d54 !important;
    border-radius: 50% !important;
    color: #a71d54 !important;
    width: 40px;
    height: 40px; 
    background: url(/wp-content/uploads/2023/04/right.png) !important;
    background-size: 50% !important;
	background-repeat:no-repeat !important;
    border:3px solid #a71d54 !important;
	  background-position:center !important;
  }
  .slick-prev{
    background: #a71d54 !important;
    border-radius: 50% !important;
    color: #a71d54 !important;
    height: 40px;
    width: 40px;
    background: url(/wp-content/uploads/2023/04/left.png) !important;
    background-size: 50% !important;
	background-repeat:no-repeat !important;
    border:3px solid #a71d54 !important;
	  background-position:center !important;
  }
  .slick-prev::before{
    content: "";
  }
  .slick-next::before{
    content: "";
  }

.btn-add{
	background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
#slide0{
	background: url(/wp-content/uploads/2023/11/TAOS-RENDER-1-scaled.jpg) !important;
	background-size: cover !important;
	background-color:hsl(210deg 1.83% 57.25%) !important;
	background-position:center center !important;
}
#slide1{
	background-color:hsl(210deg 1.83% 57.25%) !important;
	background-image: url(/wp-content/uploads/2023/11/LIOGERMA_RENDER-scaled.jpg) !important;
	background-size: cover !important;
	background-position:center center !important;
	background-color:hsl(210deg 1.83% 57.25%) !important;
}
#slide2{
	background: url(/wp-content/uploads/2023/11/SAUVIGNON-IPA1-scaled.jpg) !important;
	background-size: cover !important;
	background-position:center center !important;
	background-color:hsl(210deg 1.83% 57.25%) !important;
}
#slide3{
	background: url(/wp-content/uploads/2023/11/TAOS-RENDER-1-scaled.jpg) !important;
	background-size: cover !important;
	background-color:hsl(210deg 1.83% 57.25%) !important;
	background-position:center center !important;
}

#slide4{
	background-color:hsl(210deg 1.83% 57.25%) !important;
	background-image: url(/wp-content/uploads/2023/11/LIOGERMA_RENDER-scaled.jpg) !important;
	background-size: cover !important;
	background-position:center center !important;
	background-color:hsl(210deg 1.83% 57.25%) !important;
}
#slide5{
	background: url(/wp-content/uploads/2023/11/SAUVIGNON-IPA1-scaled.jpg) !important;
	background-size: cover !important;
	background-position:center center !important;
	background-color:hsl(210deg 1.83% 57.25%) !important;
}

@media only screen and (max-width: 600px) {
#slide0, #slide1,#slide2,#slide3,#slide4,#slide5,#slide6,#slide7,#slide8,#slide9,#slide10,#slide11,#slide12{
	background-position:center !important;
}
    .card_vue{
      width: 400px !important;
      height: 500px !important;
      padding: 150px !important;
    }
	   .slick-slider{
		   margin-left:auto !important;
		   margin-right:auto !important;
	   }
	   .gnomes- .gb-inside-container{
		   padding-left:0px !important;
		   padding-right:0px !important;
	   }
  }
@media only screen and (max-width: 500px) {
	.card_vue{
      width: 350px !important;
      height: 450px !important;
      padding: 100px !important;
    }
	.card_vue .top {
		padding-top:50px !important;
	}
}
@media only screen and (max-width: 410px) {
	.card_vue{
      width: 300px !important;
      padding: 50px !important;
	  height:350px !important;
    }
	.card_vue .top {
		padding-top:35px !important;
	}
}
@media only screen and (max-width: 360px) {
	.card_vue{
      width: 280px !important;
    }
	.card_vue .top {
		padding-top:30px !important;
	}
	.small1 h1 {
		font-size: 20px !important;
	}
}
/* parallax */
.hero-header{
    padding: 50px;
	width:850px !important;
	margin-top:50px !important;
}
.button-r{
	display: flex;
    justify-content: center;
}
    
.small1{
  height: 850px;
  position: relative;
  background-size:cover ;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-size:cover !important;
  background-position:center center !important;
}
.small1 a{
	background-color: #4b9db3;
    color: var(--base-4);
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
	color:#fff !important;
}
    
.img{
  width: 300px;
  height: 300px;
}
.flex{
  display: flex;
  height: 850px;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.flex1{
  display: flex;
  height: 750px;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
.small1 h1{
  color: #ffc966;
  text-align:center;
  font-size: 45px;
  letter-spacing:2px !important;
  z-index: 9999;
  text-shadow: 5px 5px 10px rgb(48 48 48 / 88%);
}
.small1 p{
    text-align:center !important;
    font-size:30px !important;
	color: #fff;
	text-shadow: 5px 5px 10px rgb(48 48 48 / 88%);
	font-weight:300 !important;
}
/* 3d carousel */
.prev{
	background-image: url(/wp-content/uploads/2022/12/left.png);
    width: 40px!important;
    height: auto!important;
    display: inline-block!important;
    background-position: center;
    background-size: cover;
}
.prev span, .next span{
	opacity:0 !important;
}
.next{
	background-image: url(/wp-content/uploads/2022/12/right.png);
    width: 40px!important;
    height: auto!important;
    display: inline-block!important;
    background-position: center;
    background-size: cover;
}
.carousel_3d figure,
.carousel_3d img {
    height: 100%;
    object-fit: cover;
}
#app4, .carousel_3d{
	height:470px !important;
}
.carousel_3d {
	padding: 50px !important;
}
.carousel-3d-slide{
	border-radius:20px !important;
}
.carousel_3d figcaption {
    position: absolute;
    color: #000;
    bottom: 0;
    position: absolute;
    bottom: 0;
    padding: 15px;
    font-size: 20px;
	text-align:center;
    min-width: 100%;
    box-sizing: border-box;
    background-color: rgb(220 247 245 / 68%);
    backdrop-filter: blur(8px);
}

.carousel-3d-slide,
.carousel_3d figure,
.carousel_3d img {
    border-radius: 20px;
}

@media only screen and (max-width: 600px) {
	.hero-header{
		margin-top: 70px;
	} 
    #app4, .carousel_3d {
        height: 340px !important;
    }
    .carousel_3d {
        padding: 10px 50px !important;
    }
}

@media only screen and (max-width: 450px) {
	#app4, .carousel_3d{
		height:max-content !important;
	}
	.small1 h1 {
		font-size:25px !important;
	}
	.small1 p {
		font-size:15px !important;
	}
	.carousel_3d {
		padding: 10px 10px 10px 10px !important;
	}
}
@media only screen and (max-width: 360px) {
	.card_vue{
      width: 280px !important;
    }
	.card_vue .top {
		padding-top:30px !important;
	}
	.small1 h1 {
		font-size: 20px !important;
	}
	
}

.dis-n{
	display:none !important;
}
/* custom menu */

.custom-nav {
    display: flex !important;
}

.sidebar .close {
    display: flex !important;
}

nav .menu-item svg {
    width: 10px;
	margin-top:-7px !important;
}

.button-menu {
    background: none !important;
    border-radius: 0px!important;
    padding: 0px 20px !important;
    margin: 0px 0px !important;
}

.button-menu svg {
    display: none !important;
}

.button-menu:hover {
    background-color: #2b3185;
}

.menu-btn {
    padding-left: 10px !important;
}

.menu-btn svg {
    margin-right: 10px;
}

nav .menu-item .sidebar {
    background-color: #cce1edd9;
    width: 240px !important;
    height: 370px !important;
    position: absolute;
    z-index: 99;
    top: 70px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: -5px 4px 12px rgb(0 0 0 / 21%);
    overflow-x: hidden;
 
}

.close {
    background-color: #006ba6 !important;
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    justify-content: center;
    display: none !important;
}

.close svg {
    transform: scale(1.2);
    margin-right: 20px;
    margin-left: 10px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(203deg) brightness(104%) contrast(103%) !important;
}

.close h4 {
    color: #fff;
    margin-bottom: 0px !important;
    font-size: 18px !important;
    line-height: 45px !important;
}

.sidebar .menu-item {
    background-color: transparent;
    color: #686fcf;
    font-size: 15px;
    padding: 5px 10px;
    font-weight: 600;
}

.sidebar .menu-item:last-child {
    margin-bottom: 10px !important;
}

.sidebar .menu-item a {
    width: 100%;
    text-align: left;
    padding: 2px 20px;
    font-size: 15px !important;
    text-align: center;
}

.sidebar .menu-item a {
    transition: none !important;
    color: #000 !important;
}

.sidebar .menu-item a:hover {
    background: #006ba6;
    border-radius: 10px;
    color: #fff !important;
}

.fade-enter-active,
.fade-leave-active {
    transition: all .5s ease-out;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}


/* Carousel */



.hero-header h3 {
    text-align: left;
    font-size: 30px !important;
    color: #fff !important;
    line-height: 50px;
    font-family: 'PFBagueRoundPro-Thin' !important;
}

.hero-header strong {
    color: #00e8ff !important;
    font-family: 'PFBagueRoundPro-Regular' !important
}

#app1 {
    height: 650px !important;
}

.car-section {
    height: 650px !important;
}

.carousel {
    display: flex;
    justify-content: center;
    height: 650px !important;
    cursor: pointer !important;
}

.carousel-item img {
    height: 600px !important;
    width: 100%;
	border-radius:5px !important;
    object-fit: cover;
}

.carousel-item .wave {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 300px !important;
}

.carousel-inner {
    width: 100% !important;
    height: 650px !important;
    cursor: pointer !important;
}

.carousel-control {
    border: none;
    background: transparent;
    display: inline-block;
    position: absolute;
    top: 50%;
	width: 70px !important;
    height: 70px !important;
    font-size: 0px !important;
    background-color: #da8247e0!important;
    border: 1px solid #bd6a32 !important;
    z-index: 99 !important;
	border-radius:50% !important;
    cursor: pointer;
}
.carousel-control img{
	filter: invert(97%) sepia(100%) saturate(11%) hue-rotate(226deg) brightness(104%) contrast(103%);
}
#app1 .left{
	left: 50px !important;
}
#app1 .right{
	right: 50px !important;
}
.btn-outline {
    border: 2px solid black;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
    margin-right: 20px;
}

.buttons-outline {
    margin-top: 60px !important;
    display: flex !important;
}

.color-outline {
    border-color: #fff !important;
    color: #fff !important;
}

.color-outline:hover {
    background-color: #6d94c4 !important;
    color: #fff !important;
}

#app1 svg {
    width: 20px;
    filter: invert(100%) sepia(5%) saturate(7463%) hue-rotate(225deg) brightness(108%) contrast(101%);
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.carousel-indicators {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 9em;
}

.carousel-indicator-item {
	background:transparent !important;
	color:#343434 !important;
	font-weight: 600 !important;
    border: none;
    margin: 0.5em;
    cursor: pointer;
	font-weight:300 !important;
}
.carousel-indicator-item:hover{
	text-decoration: underline;
}
.carousel-indicators .active {
	text-decoration: underline;
    opacity: 1;
}

.slide-fade-enter-active {
    transition: all 0.3s ease-out;
}

.slide-fade-leave-active {
    transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter,
.slide-fade-leave-to {
    transform: translateY(-20px);
    opacity: 0;
}


/* */


/* contact */

.contact-flex {
    display: flex;
    z-index: 99;
    position: fixed;
    top: 50% !important;
    right: 0;
    transform: translate(0%, -50%);
    align-items: flex-end;
}

.contact-flex a {
    text-decoration: none;
}

.contact-help {
    width: 75px;
    height: 310px;
    background: #acbfc5f0;
    border-radius: 50px 50px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
}

.contact-help img {
    padding: 20px 5px;
    width: 65px;
}

.contact-help h3 {
    color: #fff;
    font-size: 20px;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 0px !important;
}

.contact-details {
    background:#313030e6;
    width: 300px;
    height: 260px;
    border-top: 3px solid #ACBFC5;
    border-bottom: 3px solid #ACBFC5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: -300px;
    transition-duration: 1s;
}

.contact-details a {
    display: flex !important;
    align-items: center;
}

.contact-details h3,
.contact-details a {
    color: #fff !important;
    line-height: 40px;
    font-size: 17px;
    text-decoration: none;
    text-align: left;
    margin-left: 10%;
    margin-bottom: 0px !important;
}

.contact-details h3 {
    font-size: 23px;
    font-weight: 600;
    line-height: 75px;
    margin-top: 6%;
    margin-left: 10%;
}

.contact-details a svg {
    margin-right: 20px;
    width: 20px !important;
    filter: invert(83%) sepia(9%) saturate(362%) hue-rotate(148deg) brightness(90%) contrast(91%);
}

.contact-details a:hover {
    color: #ACBFC5 !important;
}


/* dropdown*/

.dropdown {
    text-align: center;
}

.button-dropdown {
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.button-dropdown:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.button-dropdown:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.dropdown a:hover {
    color: #12608a !important;
}

.btLightSkin .menuHolder .menuPort ul li a:hover,
.btDarkSkin .btLightSkin .menuHolder .menuPort ul li a:hover {
    color: #12608a !important;
}

.button-dropdown svg {
    margin-left: 10px;
    width: 15px !important;
    filter: none !important;
}

.menu-item svg {
    width: 10px !important;
}

.menu-btn {
    padding-left: 10px !important;
}

.sidebar-drop {
    background-color: #c2e8f3e6;
    position: absolute;
    width: 350px !important;
    height: 320px !important;
    z-index: 99;
    box-shadow: -5px 4px 12px rgb(0 0 0 / 21%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 1% 0;
    overflow: scroll;
    overflow-x: hidden;
}

.sidebar-drop .menu-item1 {
    color: #686fcf;
    padding: 5px 40px;
    font-weight: 600;
}

.sidebar-drop .menu-item1 a {
    text-align: left;
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding-bottom: 5px;
    font-family: 'PFFuturaNeu-Light 1' !important;
    position: relative;
	font-size:14px !important;
}

.sidebar-drop .menu-item1 a:hover {
    color: #4682b4 !important;
}

.sidebar-drop .menu-item1 a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.sidebar-drop .menu-item1 a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.sidebar-drop.menu-item1:hover {
    background-color: #fff;
    color: #000;
}

.slide-up-enter-active,
.slide-up-leave-active {
    transition: all 0.7s ease-out;
}

.slide-up-enter,
.slide-up-leave-to {
    opacity: 0;
    transform: translateY(30px);
}

.custom-nav {
    margin-left: 0px !important;
}





@media only screen and (max-width: 767px) {
	.small1,#app1,.vue-responsive-videobg{
	  height: 650px !important;
	  max-height:650px !important;
	}
	#app1 .flex{
		  height: 650px !important;
	  max-height:650px !important;
	}
	.main-navigation .menu-bar-items{
		display:flex !important;
	}
	.small1 h1 {
		font-size:35px !important;
	}
	.small1 p{
		font-size:18px !important;
	}
    .contact-flex {
        display: none !important;
    }

    .hero-header h3 {
        text-align: center !important;
    }
    .buttons-outline {
        justify-content: center !important;
    }
    #app1 {
        height: 650px !important;
    }
    .car-section {
        height: 650px !important;
    }
    .carousel {
        height: 650px !important;
    }
    .carousel-item img {
        height: 650px !important;
    }
    .carousel-inner {
        height: 650px !important;
    }
	.small1{
	  height:650px;
	}
	/*.flex{
	  height: 650px;
	}
	.flex1{
	  height: 650px;
	}*/

}
@media only screen and (max-width: 600px) {
	.small1 h1 {
		font-size:30px !important;
	}
	.small1 p{
		font-size:17px !important;
	}
}
@media only screen and (max-width: 450px) {
    .contact-help {
        display: none !important;
    }
    .hero-header {
        margin-top:50px !important;
		width:100% !important;
    }
	.small1 h1 {
		font-size:25px !important;
	}
    #app1 {
        height: 600px !important;
    }
    .car-section {
        height: 600px !important;
    }
    .carousel {
        height: 600px !important;
    }
    .carousel-item img {
        height: 600px !important;
    }
    .carousel-inner {
        height: 600px !important;
    }
}

@media only screen and (max-width: 400px) {
    .contact-details h3 {
        font-size: 20px;
    }
    .contact-details a {
        font-size: 15px;
    }
    .contact-details {
        width: 230px !important;
        margin-right: -230px;
        transition-duration: 0.7s;
    }
    .contact-help {
        width: 60px;
    }
    .contact-help img {
        width: 60px;
        height: auto;
    }
    .carousel-item .wave {
        height: 150px !important;
    }
}
/* vue slick */

.slick-track[data-v-e4caeaf8] {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track.slick-center[data-v-e4caeaf8] {
    margin-left: auto;
    margin-right: auto
}

.slick-track[data-v-e4caeaf8]:after,
.slick-track[data-v-e4caeaf8]:before {
    display: table;
    content: ""
}

.slick-track[data-v-e4caeaf8]:after {
    clear: both
}

.slick-loading .slick-track[data-v-e4caeaf8] {
    visibility: hidden
}

.slick-slide[data-v-e4caeaf8] {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide[data-v-e4caeaf8] {
    float: right
}

.slick-slide img[data-v-e4caeaf8] {
    display: block
}

.slick-slide.slick-loading img[data-v-e4caeaf8] {
    display: none
}

.slick-slide.dragging img[data-v-e4caeaf8] {
    pointer-events: none
}

.slick-initialized .slick-slide[data-v-e4caeaf8] {
    display: block
}

.slick-loading .slick-slide[data-v-e4caeaf8] {
    visibility: hidden
}

.slick-vertical .slick-slide[data-v-e4caeaf8] {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden[data-v-21137603] {
    display: none
}

.slick-slider[data-v-3d1a4f76] {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list[data-v-3d1a4f76] {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-list[data-v-3d1a4f76]:focus {
    outline: none
}

.slick-list.dragging[data-v-3d1a4f76] {
    cursor: pointer;
    cursor: hand
}

@charset 'UTF-8';

/* Icons */

@font-face {
    font-family: 'slick';
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA0AAAAAB2wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE0AAAABoAAAAcdIcYB0dERUYAAAS0AAAAHAAAAB4AJwANT1MvMgAAAZwAAABRAAAAYFAQ/45jbWFwAAACAAAAAFcAAAFiIhFFt2dhc3AAAASsAAAACAAAAAj//wADZ2x5ZgAAAmgAAAE1AAACLD+btmBoZWFkAAABMAAAAC8AAAA2AAEx+2hoZWEAAAFgAAAAHAAAACQD5QIFaG10eAAAAfAAAAAQAAAAFgZKAEpsb2NhAAACWAAAABAAAAAQATYBoG1heHAAAAF8AAAAHQAAACAASwBHbmFtZQAAA6AAAADcAAABbgUngcJwb3N0AAAEfAAAAC4AAABFOXjBpHjaY2BkYGAA4vMGfuHx/DZfGbiZGEDgfGFFPZxWZVBlvM14G8jlYABLAwAT1QnNAHjaY2BkYGC8zcDAoMfEAAJANiMDKmABADBkAe942mNgZGBgYGdwYWBiAAEQycgAEnMA8xkACcgAkwAAAHjaY2BmYmCcwMDKwMDow5jGwMDgDqW/MkgytDAwMDGwcjKAQQNQCZBSYICCgDTXFAYHhkTFSYwP/j9g0GO8/f82A0QNA+NtsBIFBkYANHMN4wAAAHjaY2KAACYIVoVAAALCAJt42mNgYGBmgGAZBkYGEIgB8hjBfBYGByDNw8DBwARkMzAkKigpTlCc9P8/WB0S7/+i+4/uld4rgZoAB4xsDHAhRiYgwcSApoCBcsBMBTNYGGgGAEdEDyUAAAAAAAAAAAAAZgCKANABFnjadZBdToNAEMd3CrtAl5TQLtS0LCoN0A8SGkBI+mAfPET75B1896HppfQcvnII4w3cLYpW6k4ymdn9z8xvBwEKUQg11OgBIXAYWUEQR1uIZoFGpLGxKy3PqrIq8+waXIfJ+5mQSSvkvXwRqqocu1D39QMl2JgvN9zzhsyk1GRDz+OBfzMioCqx0rtdLYo0SiZTZttsOkmidBkveKibFF4Oep9SI46bqk3Twhp4iihUemrMWFPy2NRbthfqKkHi/PxlJLITZdAiSj6ouZ+tn9eZz78DuD9LZYB6bZ8rlCAUVuVdkULjxV4sIEysIc/KSyPmnJDdjhCOdQ0fCTliTX/tjH3ysWao+71qaNjHQjcQwrcuyl+WLZQthCMotJP/h+Xjazz+hfTeRWmG4zOiSyif/q1OtAAAAHjabY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV42mNgYkAGjAzogB0sysTgwtDOyMTIzJlYVJRfnpOaVsIFZhVlpmeUAABuKQkSAAAAAAAB//8AAnjaY2BkYGDgAWIxIGZiYARCNiBmAfMYAAPgADV42mNgYGBkAIKrS9Q5QPT5wop6GA0APf8GGAAA) format('woff');
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0px;
}

[dir='rtl'] .slick-prev {
    right: 5px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: 0px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 5px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
/*.menu-item-has-children .dropdown-menu-toggle{
	padding-right:0px !important;
}*/
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
}

/* liquid button */

.liquid-btn {
    position: relative;
    padding: 19px 36px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 40px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.liquid-btn span {
    position: relative;
    color: #fff;
    z-index: 1;
    font-size: 14px;
    letter-spacing: 4px;
	font-family: 'PFFuturaNeu-Light 1' !important;
}

.liquid-btn .liquid {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 200px;
    background:#4a9db3;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
    transition: .5s;
}

.liquid-btn .liquid::after,
.liquid-btn .liquid::before {
    content: '';
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
    background: #fff;
}

.liquid-btn .liquid::before {
    border-radius: 45%;
    background: rgb(96 96 96);
    animation: animate 5s linear infinite;
}

.liquid-btn .liquid::after {
    border-radius: 40%;
    background: rgba(20, 20, 20, .5);
    animation: animate 10s linear infinite;
}

.liquid-btn:hover .liquid {
    top: -120px;
}

@keyframes animate {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}

@media only screen and (max-width: 950px) {
	.main-navigation .main-nav ul li a{
		font-size:14px !important;
	}
	.slick-track{
		margin-left:0% !important;	
	}
	.slick-prev, .slick-next {
		background-color: #d9cbb0 !important;
	}
}

.slick-prev {
    background: #a71d54 !important;
    border-radius: 50% !important;
    color: #a71d54 !important;
    height: 40px;
    width: 40px;
    background: url(/wp-content/uploads/2023/11/left-1.png) !important;
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    border: 3px solid #a71d54 !important;
    background-position: center !important;
}
.slick-next {
    background: #a71d54 !important;
    border-radius: 50% !important;
    color: #a71d54 !important;
    width: 40px;
    height: 40px;
    background: url(/wp-content/uploads/2023/11/right-1.png) !important;
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    border: 3px solid #a71d54 !important;
    background-position: center !important;
}
.slick-next::before {
    content: "" !important;
}
.slick-prev::before {
    content: "" !important;
}
.slick-prev, .slick-next{
	width:70px !important;
	height:70px !important;
	font-size:0px !important;
	background-color:#bd6a32 !important;
	border:none !important;
	z-index:999999 !important;
	top:30% !important;
}
@media only screen and (max-width: 450px) {
	.slick-prev, .slick-next{
		width:50px !important;
		height:50px !important;
	}
}
@media only screen and (max-width: 400px) {
	.slick-prev, .slick-next{
		top:26% !important;
	}
}