.dt-sc-appointment-wrapper .dt-sc-title { margin-bottom: 30px; }
.dt-sc-appointment-wrapper .dt-sc-title h2 { margin: 0px; }
.dt-sc-appointment-wrapper .dt-sc-reservation-form.dt-appointment-form { 
display: grid; grid-template-columns: repeat(5, 1fr); align-items: end; gap: 20px; }
.dt-sc-appointment-wrapper .dt-sc-reservation-form.dt-appointment-form > div.dt-sc-room--field .frm-control.dt--guests {
display: -webkit-box; overflow: hidden; text-overflow: ellipsis; }
.dt-sc-appointment-wrapper .dt-sc-reservation-form.dt-appointment-form > div.dt-sc-room--field .dt-sc-button {
padding: 10px; min-height: 50px; margin: 0px; }
.wdt-dark-bg.dt-sc-appointment-wrapper .dt-sc-reservation-form.dt-appointment-form > div.dt-sc-room--field input[class*="dt-sc-button"]:focus,
.wdt-dark-bg.dt-sc-appointment-wrapper .dt-sc-reservation-form.dt-appointment-form > div.dt-sc-room--field input[class*="dt-sc-button"]:hover {
background-color: var(--wdt_Booking_AccentTxtColor); color: var(--wdt_Booking_HeadAltColor); }
.wdt-dark-bg.dt-sc-btn.dt-sc-appointment-wrapper .dt-sc-reservation-form.dt-appointment-form > div.dt-sc-room--field input[class*="dt-sc-button"] { 
background-color: var(--wdt_Booking_AccentTxtColor); color: var(--wdt_Booking_HeadAltColor); }
.wdt-dark-bg.dt-sc-btn.dt-sc-appointment-wrapper .dt-sc-reservation-form.dt-appointment-form > div.dt-sc-room--field input[class*="dt-sc-button"]:hover,
.wdt-dark-bg.dt-sc-btn.dt-sc-appointment-wrapper .dt-sc-reservation-form.dt-appointment-form > div.dt-sc-room--field input[class*="dt-sc-button"]:focus { 
background-color: var(--wdt_Booking_SecondaryColor); color: var(--wdt_Booking_AccentTxtColor); }
.dt-sc-appointment-wrapper .dt-sc-reservation-form.dt-appointment-form > div.dt-sc-room--field .dt-field-label label { 
margin: 0 0 6px; line-height: normal; display: block; font-family: var(--wdtFontTypo_Alt); font-weight: normal; 
font-size: clamp(1.375rem, 1.3173rem + 0.2564vw, 1.625rem); }
.dt-sc-appointment-wrapper .dt-sc-reservation-form.dt-appointment-form > div.dt-sc-room--field .dt-sc-guests-group,
.dt-sc-appointment-wrapper .dt-sc-reservation-form.dt-appointment-form > div.dt-sc-room--field .dt-sc-calendar-group { position: relative; }
.dt-sc-appointment-wrapper .dt-sc-reservation-form.dt-appointment-form > div.dt-sc-room--field .dt-sc-guests-group .dt-drop--down { 
background: currentColor; width: 1em; height: 1em; position: absolute; top: 50%; right: 15px; -webkit-transform: translateY(-50%); 
transform: translateY(-50%); pointer-events: none; -webkit-user-select: none; user-select: none; font-size: 15px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' xml:space='preserve'%3E%3Cpath d='M52.1,75.8c-1.1,1.1-3,1.1-4.2,0L1,28.8l5.5-5.5l41.5,41.5c1.1,1.1,3,1.1,4.2,0l41.5-41.5l5.5,5.5L52.1,75.8z'/%3E%3C/svg%3E%0A"); 
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' xml:space='preserve'%3E%3Cpath d='M52.1,75.8c-1.1,1.1-3,1.1-4.2,0L1,28.8l5.5-5.5l41.5,41.5c1.1,1.1,3,1.1,4.2,0l41.5-41.5l5.5,5.5L52.1,75.8z'/%3E%3C/svg%3E%0A");
-webkit-mask-position: center center; mask-position: center center; -webkit-mask-size: 90%; mask-size: 90%; 
-webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; }
.dt-sc-appointment-wrapper .dt-sc-reservation-form.dt-appointment-form > div.dt-sc-room--field .dt-sc-calendar-group .dt-icon-dt-calendar { 
width: 1em; height: 1em; position: absolute; top: 50%; right: 15px; -webkit-transform: translateY(-50%); 
transform: translateY(-50%); pointer-events: none; -webkit-user-select: none; user-select: none; font-size: 1.35rem; }
.dt-sc-appointment-wrapper .dt-sc-reservation-form.dt-appointment-form > div.dt-sc-room--field .dt-sc-calendar-group .dt-icon-dt-calendar i { display: flex; } .dt-sc-field-persons { width: 100%; position: absolute; z-index: 999; opacity: 0; visibility: hidden; 
color: var(--wdt_Booking_HeadAltColor); padding: 20px; margin-top: 10px; background-color: var(--wdt_Booking_TertiaryColor);
border: 1px solid var(--wdtBorderColor); -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.15); box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
-webkit-transition: var(--wdt_Booking_Ad-Transition); transition: var(--wdt_Booking_Ad-Transition); }
.dt-sc-field-persons.dt--opened { opacity: 1; visibility: visible; }
.dt-sc-field-persons .dt-sc-field-person .dt-sc-e-label { display: flex; flex-wrap: wrap; padding-right: 4px; }
.dt-sc-field-persons .dt-sc-field-person .dt-sc-e-label > span { flex: 0 0 100%; }
.dt-sc-field-persons .dt-sc-field-person .dt-sc-e-label > .dt-sc-e-label-text { 
font-family: var(--wdtFontTypo_Alt); font-weight: normal; font-size: 18px; }
.dt-sc-field-persons .dt-sc-field-person .dt-sc-e-label > .dt-sc-e-label-description { font-size: 80%; }
.dt-sc-field-persons .dt-sc-field-person > .dt-sc-button { padding: 10px; min-height: 50px; margin: 0px; }
.dt-sc-field-persons .dt-sc-field-person:not(.dt-sc--button) { display: grid; grid-template-columns: 1fr 64px; align-items: center; }
.dt-sc-field-persons .dt-sc-field-person:not(:last-child) { margin-bottom: 10px; }
.dt-sc-field-persons .dt-sc-field-person .select2-results__option, 
.dt-sc-field-persons .dt-sc-field-person .select2-container.select2-container--default .select2-selection--single, 
.dt-sc-field-persons .dt-sc-field-person .select2-container.select2-container--default .select2-selection--multiple { line-height: 34px; }
body:has(> .wrapper .dt-sc-field-persons .select2-container--open) .select2-search--dropdown { display: none; }
body:has(> .wrapper .dt-sc-field-persons.dt--opened) .select2-dropdown { padding: 0px !important; }
.dt-sc-field-persons .dt-sc-field-person .select2-container--default .select2-selection--single .select2-selection__arrow, 
.dt-sc-field-persons .dt-sc-field-person .select2-container--default .select2-selection--multiple .select2-selection__arrow { right: 6px !important; }
.dt-sc-field-persons .dt-sc-field-person .select2-container--default .select2-selection--single .select2-selection__arrow b { font-size: 10px; }
.dt-sc-field-persons .dt-sc-field-person .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered { 
padding-left: 10px; padding-right: 20px; font-size: 14px; } @media only screen and (max-width: 1024px) {
.dt-sc-appointment-wrapper .dt-sc-reservation-form.dt-appointment-form { grid-template-columns: repeat(2, 1fr); }
.dt-sc-appointment-wrapper .dt-sc-reservation-form.dt-appointment-form > div.dt-sc-room--field:has(> .dt-sc-full-width) { grid-column: 1/3; }
}
@media only screen and (max-width: 500px) {
.dt-sc-appointment-wrapper .dt-sc-reservation-form.dt-appointment-form { grid-template-columns: repeat(1, 1fr); }
.dt-sc-appointment-wrapper .dt-sc-reservation-form.dt-appointment-form > div.dt-sc-room--field:has(> .dt-sc-full-width) { grid-column: 1/2; }
} .wdt-dark-bg .select2-container--default.select2-container--open .select2-selection--single,
.wdt-dark-bg .select2-container--default.select2-container--focus .select2-selection--single,
.wdt-dark-bg.dt-sc-appointment-wrapper input[type="text"]:focus, 
.wdt-dark-bg.dt-sc-appointment-wrapper input[type="email"]:focus, 
.wdt-dark-bg.dt-sc-appointment-wrapper input[type="url"]:focus, 
.wdt-dark-bg.dt-sc-appointment-wrapper input[type="password"]:focus, 
.wdt-dark-bg.dt-sc-appointment-wrapper input[type="search"]:focus, 
.wdt-dark-bg.dt-sc-appointment-wrapper input[type="number"]:focus, 
.wdt-dark-bg.dt-sc-appointment-wrapper input[type="tel"]:focus, 
.wdt-dark-bg.dt-sc-appointment-wrapper input[type="date"]:focus, 
.wdt-dark-bg.dt-sc-appointment-wrapper input[type="month"]:focus, 
.wdt-dark-bg.dt-sc-appointment-wrapper input[type="week"]:focus, 
.wdt-dark-bg.dt-sc-appointment-wrapper input[type="time"]:focus, 
.wdt-dark-bg.dt-sc-appointment-wrapper input[type="datetime"]:focus, 
.wdt-dark-bg.dt-sc-appointment-wrapper input[type="datetime-local"]:focus, 
.wdt-dark-bg.dt-sc-appointment-wrapper input[type="color"]:focus { border-color: var(--wdtAccentTxtColor) !important; }
.wdt-dark-bg .dt-sc-field-persons.dt--opened .select2-container--default.select2-container--open .select2-selection--single,
.wdt-dark-bg .dt-sc-field-persons.dt--opened .select2-container--default.select2-container--focus .select2-selection--single { 
border-color: var(--wdtPrimaryColor) !important; }.dt-rooms-list .dt-sc-room-item .dt-sc-content-elements-group { display: grid; }
.dt-rooms-list .dt-sc-room-item .dt-sc-content-elements-group .dt-sc-room-list-image,
.dt-rooms-list .dt-sc-room-item .dt-sc-content-elements-group .dt-sc-room-price-item { grid-area: 1/-1;  }
.dt-rooms-list .dt-sc-room-item .dt-sc-content-elements-group .dt-sc-room-list-image img { width: 100%; height: 100%;
aspect-ratio: 12/9; object-fit: cover; object-position: center center; }
.dt-rooms-list .dt-sc-room-item .dt-sc-content-elements-group .dt-sc-room-price-item { place-self: end; padding: 10px 20px; line-height: normal;
margin: 12px; background: var(--wdt_Booking_PrimaryColor); color: var(--wdt_Booking_AccentTxtColor); font-family: var(--wdtFontTypo_Alt); 
font-weight: var(--wdtFontWeight_Alt, 600); font-size: clamp(1.125rem, 1.0962rem + 0.1282vw, 1.25rem); } .dt-sc-room-item.type1 { display: grid; grid-template-columns: 1fr 2fr; gap: clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem) ; }
.dt-sc-room-item.type1 .image-item { height: 100%; width: 100%; }
.dt-sc-room-item.type1 .image-item img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.dt-sc-room-item.type1 .room-details { margin: 0; padding: 14px 0px; }
.dt-sc-room-item.type1 .room-details .dt-sc-content-title-group { display: flex; flex-wrap: wrap; gap: 10px;
justify-content: space-between; align-items: center; margin-bottom: clamp(0.625rem, 0.4808rem + 0.641vw, 1.25rem) ; }
.dt-sc-room-item.type1 .room-details .dt-sc-content-title-group .dt-sc-room-price { font-size: var(--wdtFontSize_Ext, 12px);
letter-spacing: 0.15em; font-weight: normal; text-transform: uppercase; display: inline-flex; padding: 6px 10px;
background-color: var(--wdt_Booking_TertiaryColor); }
.dt-sc-room-item.type1 .room-details hr { margin: clamp(0.625rem, 0.4808rem + 0.641vw, 1.25rem) 0px; }
.dt-sc-room-item.type1 .room-details .dt-sc-room-amenities .dt-sc-room-amenity { display: inline-flex; 
font-size: clamp(1.5rem, 1.4135rem + 0.3846vw, 1.875rem) ; padding: 5px; 
margin: clamp(0.125rem, 0.0817rem + 0.1923vw, 0.3125rem) ; }
.dt-sc-room-item.type1 .room-details .dt-sc-room-amenities .dt-sc-room-amenity > i { display: inherit; }
@media only screen and (max-width: 1024px) {
.dt-sc-room-item.type1 { grid-template-columns: 1fr; }
.dt-sc-room-item.type1 .room-details { padding: 0px 0px 10px; }
.dt-sc-room-item.type1 .image-item img { aspect-ratio: 12/9; }
} .dt-sc-room-item.type2 { background-color: var(--wdt_Booking_PrimaryColor); padding: clamp(0.625rem, 0.4808rem + 0.641vw, 1.25rem) ;
border-radius: var(--wdt-Booking-Radius_Zero); border: none; color: var(--wdt_Booking_AccentTxtColor); }
.dt-sc-room-item.type2 .image-item img { width: 100%; height: 100%;
aspect-ratio: 12/9; object-fit: cover; object-position: center center; }
.dt-sc-room-item.type2 .room-details { padding: clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem) 0px 10px; text-align: center; }
.dt-sc-room-item.type2 .room-details div.dt-sc-rooms-meta-wrapper { justify-content: center; }
.dt-sc-room-item.type2 .room-details a.dt-sc-button.dt-sc-button-textual { margin: 0px; }
.dt-sc-room-item.type2 .room-details a { color: var(--wdt_Booking_AccentTxtColor); }
.dt-sc-room-item.type2 .room-details a:hover { color: var(--wdt_Booking_AccentTxtColor); opacity: 0.75; }
.dt-sc-room-item.type2 .room-details .dt-sc-room-amenities .dt-sc-room-amenity { display: inline-flex; 
font-size: clamp(1.5rem, 1.4135rem + 0.3846vw, 1.875rem) ; padding: 5px; 
margin: clamp(0.125rem, 0.0817rem + 0.1923vw, 0.3125rem) ; }
.dt-sc-room-item.type2 .room-details .dt-sc-room-amenities .dt-sc-room-amenity > i { display: inherit; } .dt-sc-room-items-container .dt-sc-room-item-type2 .dt-sc-room-item-form-wrapper { padding: 60px;
border-radius: var(--wdt-booking-Radius_Zero); border: none; background-color: var(--wdt_Booking_BodyBGColor);
height: fit-content; max-height: calc(100vh - 2*1.5em); position: relative; width: 100%; margin: auto; max-width: 620px; }
.dt-sc-room-items-container .dt-sc-room-item-type2 { position: fixed; top: 50%; left: 50%; 
-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 99999;
-webkit-transition: var(--wdt_Booking_Ad-Transition); transition: var(--wdt_Booking_Ad-Transition);
width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.18); display: flex; align-items: center; justify-content: center; }
.dt-sc-room-item-type2 .dt-sc-room-item-type2-close { display: block; clear: both; 
position: absolute; top: -22px; right: -22px; transition: var(--wdt_Booking_Ad-Transition);}
.dt-sc-room-item-type2 .dt-sc-room-item-type2-close span { position: relative; width: 45px; height: 45px;
background-color: var(--wdt_Booking_PrimaryColor); border-radius: var(--wdt_Booking_Radius_Zero); cursor: pointer;
border: 0 solid var(--wdt_Booking_BorderColor); display: flex; padding: 5px; align-items: center; justify-content: center;
-webkit-transition: var(--wdt_Booking_Ad-Transition); transition: var(--wdt_Booking_Ad-Transition); }
.dt-sc-room-item-type2 .dt-sc-room-item-type2-close span:hover { 
background-color: var(--wdt_Booking_SecondaryColor); border-color: var(--wdt_Booking_SecondaryColor); }
.dt-sc-room-item-type2 .dt-sc-room-item-type2-close i:after,
.dt-sc-room-item-type2 .dt-sc-room-item-type2-close i:before { content: "" !important; width: 20px; height: 1px;
background-color: var(--wdt_Booking_AccentTxtColor); position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;
-webkit-transition: var(--wdt_Booking_Ad-Transition); transition: var(--wdt_Booking_Ad-Transition); }
.dt-sc-room-item-type2 .dt-sc-room-item-type2-close i:before { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.dt-sc-room-item-type2 .dt-sc-room-item-type2-close i:after { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.dt-sc-room-item-type2 .dt-sc-room-item-type2-close span:hover i:before { 
-webkit-transform: rotate(-135deg); transform: rotate(-135deg); background-color: var(--wdt_Booking_AccentTxtColor); }
.dt-sc-room-item-type2 .dt-sc-room-item-type2-close span:hover i:after { 
-webkit-transform: rotate(135deg); transform: rotate(135deg); background-color: var(--wdt_Booking_AccentTxtColor); }@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}.wdt-heading-holder
{
-webkit-transition: var(--wdt-Ad-Transition);
transition: var(--wdt-Ad-Transition);
} .wdt-heading-holder
{
position: relative;
}
.wdt-heading-holder > *:not(:last-child) {
margin-bottom: clamp(0.875rem, 0.7885rem + 0.3846vw, 1.25rem) ;
}
.wdt-heading-holder > *:last-child
{
margin-bottom: 0;
}
.wdt-heading-holder .wdt-heading-title-wrapper
{
line-height: var(--wdtLineHeight_Alt, 1.2);
margin-top: 0;
}
.wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-title-item { margin: 0; }
.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-start,
.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-baseline,
.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-start .wdt-heading-title .wdt-heading-title-inner,
.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-baseline .wdt-heading-title .wdt-heading-title-inner
{
line-height: 1;
}
.wdt-heading-holder .wdt-heading-title-wrapper { text-transform: capitalize; }
.wdt-heading-holder .wdt-heading-subtitle-wrapper {
font-size: var(--wdtFontSize_Ext); font-weight: var(--wdtFontWeight_H6); letter-spacing: 0.15em; text-transform: uppercase; 
margin-bottom: clamp(0.375rem, 0.3173rem + 0.2564vw, 0.625rem) ;
}
.wdt-heading-holder .wdt-heading-icon-wrapper .wdt-content-icon-wrapper,
.wdt-heading-holder .wdt-heading-icon-wrapper .wdt-content-icon
{
line-height: 1;
} .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator
{
display: flex;
align-items: center;
}
.wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator .wdt-separator-line
{
width: 50px;
height: 2px;
}
.wdt-heading-holder .wdt-heading-separator-wrapper .wdt-heading-separator.with-line .wdt-separator-line[class*='-left-part']
{
margin-right: 5px;
}
.wdt-heading-holder .wdt-heading-separator-wrapper .wdt-heading-separator.with-line .wdt-separator-line[class*='-right-part']
{
margin-left: 5px;
}
.wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator .wdt-content-icon-wrapper
{
line-height: 0;
}
.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon
{
display: inline-block;
}
.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span
{
font-size: 1.125rem;
position: relative;
z-index: 0;
display: inline-block;
text-align: center;
vertical-align: middle;
}
.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span i
{
position: relative;
display: inline-flex;
width: 100%;
height: 100%;
margin: 0;
place-content: center;
place-items: center;
}
.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span svg
{
width: 1em;
height: 1em;
fill: currentColor;
}
.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span:before
{
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: auto;
height: auto;
content: '';
-webkit-border-radius: inherit;
border-radius: inherit;
} .wdt-heading-holder > .wdt-heading-deco-wrapper > span
{
display: flex;
align-items: center;
flex-wrap: wrap;
white-space: break-spaces;
}
.wdt-heading-holder > .wdt-heading-deco-wrapper > span .wdt-heading-deco-line
{
width: 50px;
height: 2px;
align-self: center;
}
.wdt-heading-holder .wdt-heading-deco-wrapper > span .wdt-heading-deco-inner
{
display: inline-flex;
align-items: baseline;
}
.wdt-heading-holder .wdt-heading-deco-wrapper > span .wdt-heading-deco-inner[class*='-left-part']
{
margin-right: 5px;
}
.wdt-heading-holder .wdt-heading-deco-wrapper > span .wdt-heading-deco-inner[class*='-right-part']
{
margin-left: 5px;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-icon,
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-icon span
{
display: inline-flex;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span
{
font-size: 1.125rem;
line-height: 1;
position: relative;
z-index: 0;
display: inline-block;
text-align: center;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span i
{
position: relative;
display: inline-flex;
width: 100%;
height: 100%;
margin: 0;
place-content: center;
place-items: center;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span svg
{
width: 1em;
height: 1em;
fill: currentColor;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span:before
{
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: auto;
height: auto;
content: '';
-webkit-border-radius: inherit;
border-radius: inherit;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-image
{
display: inline-flex;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-inner .wdt-heading-deco-image span
{
position: relative;
z-index: 0;
display: inline-block;
text-align: center;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-inner .wdt-heading-deco-image span img
{
display: inherit;
height: 100%;
object-fit: cover;
} .wdt-heading-holder .wdt-heading-background-text-wrapper {
line-height: 1;
margin-bottom: 0;
position: absolute;
top: 50%;
width: 100%;
z-index: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
user-select: none;
pointer-events: none;
}
.wdt-heading-holder .wdt-heading-background-text-wrapper .wdt-heading-background-text {
display: inline-block;
font-family: var(--wdtFontTypo_Alt);
font-size: 12.5em;
font-weight: 900;
letter-spacing: 0.075em;
line-height: 0.65;
opacity: 0.048;
margin-top: 5px;
margin-left: -5px;
} .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-separator-line,
.wdt-heading-holder > .wdt-heading-deco-wrapper > span .wdt-heading-deco-line
{
background-color: var(--wdt-elementor-color-primary);
}
.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-title .wdt-heading-colored-elements
{
color: var(--wdt-elementor-color-primary);
} .wdt-custom-slider-heading .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title { 
font-size: clamp(3.125rem, 2.4038rem + 3.2051vw, 6.25rem); }
.wdt-custom-h1-heading .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title { 
font-size: clamp(2.5rem, 2.0673rem + 1.9231vw, 4.375rem); }@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}