@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//turquoiserestaurant.ro/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Dancing Script", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 12px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,198,246);
	--wd-alternative-color: rgb(91,91,91);
	--btn-default-bgcolor: rgb(0,198,246);
	--btn-default-bgcolor-hover: rgba(0,198,246,0.9);
	--btn-accented-bgcolor: rgb(0,198,246);
	--btn-accented-bgcolor-hover: rgba(0,198,246,0.9);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgba(0,198,246,.7);
	--wd-link-color-hover: rgb(0,198,246);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
}
.wd-footer {
	background-color: #ffffff;
	background-image: url();
	background-size: cover;
	background-position: center bottom;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1280px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1280px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.btn-style-default {
	overflow: hidden;
	box-shadow: 0 2px 16px rgba(0,198,246,.3) !important;
	transition: all .2s;
	background: var(--btn-default-bgcolor);
	color: white;
}

.btn-style-default:hover {
	box-shadow: 0 4px 24px rgba(0,198,246,.4);
	transform: scale(1.02, 1.02);
	background: var(--btn-default-bgcolor-hover);
	color: white;
}

.btn-style-default::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg,transparent,hsla(0,0%,100%,.15) 50%,transparent);
	transform: translateX(-250%) skewX(-25deg);
	transition: transform .6s ease-out;
}

.btn-style-default:hover::after {
	transform: translateX(350%) skewX(-25deg);
}

header .wd-nav-main > li .woodmart-nav-link {
	letter-spacing: .12em;
}

header.whb-sticked .whb-sticky-row {
	background: rgba(247, 250, 252, 0.96) !important;
}

header.whb-sticked .whb-sticky-row .woodmart-nav-link, header.whb-sticked .whb-sticky-row .wd-tools-icon {
	color: var(--wd-link-color) !important;
}

header.whb-sticked .whb-sticky-row .woodmart-nav-link:hover {
	color: var(--wd-link-color-hover) !important;
}

header .gtranslate_wrapper {
	margin-bottom: 4px !important;
}

header .gtranslate_wrapper > a {
	color: gray;
	padding: 4px 8px;
	font-size: 12px;
	font-weight: 400 !important;
	position: relative;
}

header .gtranslate_wrapper > a:hover {
	color: var(--btn-default-bgcolor);
}

header .gtranslate_wrapper > a:not(:last-of-type)::after {
	content: "";
	top: 6px;
	bottom: 6px;
	right: -4px;
	position: absolute;
	border: 0.5px solid var(--btn-default-bgcolor);
}

header .gtranslate_wrapper > a.gt-current-lang {
	color: var(--btn-default-bgcolor);
	border-radius: 4px;
	border-bottom: 2px solid var(--btn-default-bgcolor);
}

.gtranslate_mobile {
	padding: 0;
}

.widgetarea-mobile {
	padding: 0 !important;
}

.wd-close-side-opened {
	backdrop-filter: blur(4px);
}

.mobile-nav:not(.wd-opened) {
	transform: translateY(calc(100% + 16px)) !important;
}

.mobile-nav {
	right: 0 !important;
	left: 0 !important;
	top: unset !important;
	margin: 16px !important;
	width: auto !important;
	height: 540px;
	border-radius: 16px;
	background: hsla(0,0%,100%,.9);
}

.mobile-nav .btn.btn-style-default {
	padding: 20px;
}

.mobile-nav .close-button {
	background: rgba(0, 198, 246, 0.04);
	color: var(--btn-default-bgcolor);
	border: 1px solid rgba(0, 198, 246, 0.2);
	border-radius: 16px;
	padding: 12px;
	text-align: center;
	font-size: 12px;
}

.mobile-nav .header .close-side-widget {
	background: rgba(0, 198, 246, 0.1);
	border-radius: 50%;
	color: var(--btn-default-bgcolor);
	border: 1px solid rgba(0, 198, 246, 0.2);
	font-size: 12px;
	text-align: center;
	line-height: 34px;
	width: 36px;
	height: 36px;
}

.mobile-nav .header .gtranslate_wrapper {
	background: white;
	border-radius: 24px;
	height: 36px;
	overflow: hidden;
	outline: 1px solid rgba(0, 0, 0, 0.075);
}

.mobile-nav .header .gtranslate_wrapper > a {
	height: 36px !important;
	line-height: 34px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 12px;
}

.mobile-nav .header .gtranslate_wrapper > a.gt-current-lang {
	background: var(--btn-default-bgcolor);
	color: white;
}

.mobile-nav .wd-menu {
	max-height: 274px;
	overflow: auto;
}

.mobile-nav .wd-menu li, .mobile-nav .wd-menu > ul {
	border: 0 !important;
	gap: 2px;
}

.mobile-nav .wd-menu li a {
	color: var(--btn-default-bgcolor);
	font-weight: normal;
	letter-spacing: 0.14em;
}

.mobile-nav .wd-menu li a::after {
	content: "\f113";
	font-family: woodmart-font;
	position: absolute;
	right: 16px;
	font-size: 10px;
}

.mobile-nav .wd-menu li.current_page_item a,
.mobile-nav .wd-menu li:hover a
{
	background: rgba(0, 198, 246, 0.1) !important;
	border-radius: 16px !important;
}

.wd-header-main-nav li {
	position: relative;
}

.wd-header-main-nav li.current_page_item::after,
.wd-header-main-nav li:hover::after {
	right: 0;
}

.wd-header-main-nav li:after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	top: calc(100% - 2px);
	background: linear-gradient(to right,rgb(0, 198, 246),rgba(0, 198, 246, 0.5));
	transform: translateY(-4px); 
	transition: right .3s;
}

.video, .video video {
	height: 100vh !important;
}

.video-icon {
	animation: arrow_bounce 4s infinite ease-in-out;
}

@keyframes arrow_bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
}


@media screen and (max-width: 1024px) {
  .home .cards .card {
  position: relative !important;
  border-radius: 16px !important;
  overflow: hidden;
}

.home .cards .card .title h1 {
  font-family: 'CeraStencil';
  font-weight: 500;
  font-size: 32px;
  color: var(--wd-primary-color);
  text-transform: uppercase;
}

.home .cards .card .text {
  max-width: 24ch;
  color: rgba(215,242,255,.8);
}

.home .cards .card .btn {
  border-radius: 64px !important;
  background: none;
  box-shadow: none !important;
  border: 1px solid var(--wd-primary-color);
    backdrop-filter: blur(4px);
  color: white;
  padding: 16px 48px;
}

.home .cards .card .btn:after {
  position: unset;
	background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22rgba(0%2C%200%2C%200%2C%200.65)%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22lucide%20lucide-arrow-up-right%22%20style%3D%22width%3A14px%3Bheight%3A14px%22%3E%3Cpath%20d%3D%22M7%207h10v10%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M7%2017%2017%207%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-size: 14px;
	width: 14px;
	height: 14px;
	transform: none;
  filter: invert(1);
}

.home .cards .card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
}
}

.home .preview .preview-cropped {
  max-height: 700px !important;
}


.home .preview h1 {
  color: white;
  text-transform: uppercase;
  font-family: 'CeraStencil';
  font-size: clamp(1.45rem, 6.5vw, 3.2rem);
  text-shadow: rgba(10, 30, 50, 0.4) 0px 2px 32px, rgba(10, 30, 50, 0.3) 0px 1px 8px;
}

.home .preview p {
  color: white;
  font-size: clamp(15px, 1.8vw, 18px);
}


.font-cerastencil * {
	font-family: 'CeraStencil' !important;
}

.home .open-page .btn {
  border: none !important;
  width: 160px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.home .open-page .btn:hover {
    width: 168px;
}

.home .open-page .btn .wd-btn-icon {
  transform: translateY(2px);
}

.home .contact .wd-social-icons .wd-social-icon {
  color: rgba(22,48,66,.5);
  border: 1px solid rgba(22,48,66,.5);
}

.home .contact .wd-social-icons .wd-social-icon:hover {
  background: rgba(0,198,246,.08);
  color: var(--btn-default-bgcolor-hover);
  border-color: var(--btn-default-bgcolor-hover);
}

footer .bg {
	pointer-events: none;
}

footer .wd-social-icon {
  width: 48px !important;
  height: 48px !important;
  border: 1px solid rgba(0, 0, 0, 0.35) !important;
  background: rgba(0, 0, 0, 0.06) !important;
  margin: 0 8px;
}

footer .wd-social-icon:hover {
  transform: scale(1.1, 1.1);
}

.wd-page-title-bg {
	filter: blur(4px) opacity(50%);
}

.rtb-modification-toggle {
	display: none;
}


.rtb-booking-form {
  max-width: 720px;
  margin: auto;
}

.rtb-booking-form legend {
  margin: auto;
  font-family: 'CeraStencil';
  color: var(--wd-primary-color);
  font-size: 32px;
  text-align: center;
}

.rtb-message {
	padding: 32px;
}

.rtb-message p {
	margin: 0;
  font-weight: 600;
}

.rtb-booking-form fieldset:not(.rtb-form-footer), .rtb-message {
  border: 1px solid rgba(150, 225, 252, 0.55);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(230, 245, 252, 0.7) 100%);
  box-shadow: rgba(8, 40, 90, 0.08) 0px 8px 40px, rgba(8, 40, 90, 0.04) 0px 2px 8px;
  border-radius: 1rem;
}

.rtb-booking-form .rtb-form-footer {
  border: none;
  padding: 0;
}

.rtb-booking-form label {
  color: hsla(0, 3.3%, 30%, 0.6);
  font-weight: 600;
  font-family: 'Inter';
  font-size: 14px;
  text-transform: uppercase;
}

.rtb-booking-form input, .rtb-booking-form select, .rtb-booking-form textarea {
  border: 1px solid silver;
  background-color: white;
  border-radius: .75rem;
  width: 100% !important;
  max-width: none !important;
}

.rtb-booking-form button::before {
  content: '\f116';
  font-family: 'woodmart-font';
  margin: 8px;
}

.rtb-booking-form button, .rtb-booking-form button:hover {
  border-radius: .75rem;
  background: hsl(0, 3.3%, 30%);
  color: white;
  width: 100%;
}

.bg-video {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.15;
}

.bg-video video {
  object-fit: contain;
}

.wd-page-title {
  z-index: 1;
}

@keyframes initImage {
  from {
    transform: translateY(-20px) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.home .video-elements img {
  opacity: 0;
  animation-name: initImage;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 1s;
}


@keyframes initSlideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.home .video-elements .btn {
  opacity: 0;
  animation-name: initSlideUp;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 2s;  
}
@media (min-width: 1025px) {
	.gtranslate_wrapper {
  margin: 0 24px;
}


.home .cards .card {
  position: relative !important;
  border-radius: 16px !important;
  overflow: hidden;
}

.home .cards .card .title h1 {
  font-family: 'CeraStencil';
  font-weight: 500;
  font-size: 48px;
  color: var(--wd-primary-color);
  text-transform: uppercase;
}

.home .cards .card .text {
  max-width: 24ch;
}

.home .cards .card .btn {
  border-radius: 64px !important;
  background: white;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.65);
  padding: 16px 48px;
}

.home .cards .card .btn:after {
  position: unset;
	background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22rgba(0%2C%200%2C%200%2C%200.65)%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22lucide%20lucide-arrow-up-right%22%20style%3D%22width%3A14px%3Bheight%3A14px%22%3E%3Cpath%20d%3D%22M7%207h10v10%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M7%2017%2017%207%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-size: 14px;
	width: 14px;
	height: 14px;
	transform: none;
}

.home .cards .card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, rgba(245, 248, 250, 0.84) 45%, rgba(220, 230, 238, 0.88) 75%, rgba(190, 210, 222, 0.9) 100%);
}

.home .cards .card {
  box-shadow: 0px 20px 30px 2px rgba(200, 210, 218, 0.95);
}

.home .cards .card:hover {
  transform: translateY(-8px) scale(1.01);
}

.home .cards .card:hover:before {
  background: rgba(0, 0, 0, 0.25);
}

.home .cards .card:hover .title h1 {
  color: white;
}

.home .cards .card:hover .text p {
  color: rgba(215,242,255,.8);
}

.home .cards .card:hover .btn:after {
  filter: invert(1);
}

.home .cards .card:hover .btn {
    background: none;
    border-color: var(--wd-primary-color);
    color: white;
  backdrop-filter: blur(4px);
  padding: 18px 50px;
}


}

