@font-face {
    font-family: 'GT America';
    src: url('./fonts/GT-America-Light.eot');
    src: url('./fonts/GT-America-Light.eot?#iefix') format('embedded-opentype'),
         url('./fonts/GT-America-Light.woff2') format('woff2'),
         url('./fonts/GT-America-Light.woff') format('woff'),
         url('./fonts/GT-America-Light.ttf')  format('truetype'),
         url('./fonts/GT-America-Light.svg#GT America Light') format('svg');
         font-weight: 300;
}
@font-face {
    font-family: 'GT America';
    src: url('./fonts/GT-America-Standard-Bold.eot');
    src: url('./fonts/GT-America-Standard-Bold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/GT-America-Standard-Bold.woff2') format('woff2'),
         url('./fonts/GT-America-Standard-Bold.woff') format('woff'),
         url('./fonts/GT-America-Standard-Bold.ttf')  format('truetype'),
         url('./fonts/GT-America-Standard-Bold.svg#GT America') format('svg');
}
@font-face {
    font-family: 'GT America';
    src: url('./fonts/GT-America-Standard-Regular.eot');
    src: url('./fonts/GT-America-Standard-Regular.eot?#iefix') format('embedded-opentype'),
         url('./fonts/GT-America-Standard-Regular.woff2') format('woff2'),
         url('./fonts/GT-America-Standard-Regular.woff') format('woff'),
         url('./fonts/GT-America-Standard-Regular.ttf')  format('truetype'),
         url('./fonts/GT-America-Standard-Regular.svg#GT America') format('svg');
}

@font-face {
    font-family: 'Miller';
    src: url('./fonts/Miller-Display-Roman.eot');
    src: url('./fonts/Miller-Display-Roman.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Miller-Display-Roman.woff2') format('woff2'),
         url('./fonts/Miller-Display-Roman.woff') format('woff'),
         url('./fonts/Miller-Display-Roman.ttf')  format('truetype'),
         url('./fonts/Miller-Display-Roman.svg#Miller') format('svg');
}






@font-face {
    font-family: 'ethos_novabold';
    src: url('./fonts/ethosnova-bold-webfont.woff2') format('woff2'),
         url('./fonts/ethosnova-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ethos_novaheavy';
    src: url('./fonts/ethosnova-heavy-webfont.woff2') format('woff2'),
         url('./fonts/ethosnova-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ethos_novalight';
    src: url('./fonts/ethosnova-light-webfont.woff2') format('woff2'),
         url('./fonts/ethosnova-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ethos_novamedium';
    src: url('./fonts/ethosnova-medium-webfont.woff2') format('woff2'),
         url('./fonts/ethosnova-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ethos_novathin';
    src: url('./fonts/ethosnova-thin-webfont.woff2') format('woff2'),
         url('./fonts/ethosnova-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}














@media(min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1280px;
   }
 }

body{
    font-weight: 300;
   font-family: 'ethos_novamedium';
  color: #073937;
  background: #fffbf2;
  margin: 0;
  font-size: 18px;
    line-height: 1.55;
    letter-spacing: -.002em;
}

h1 {  font-size: 43px;
    line-height: 1.17;
    letter-spacing: -.0125em;
     font-family: 'ethos_novamedium';
     margin-bottom: 24px; }
h2 {
    font-size: 33px;
    line-height: 1.17;
    letter-spacing: -.0125em;
     font-family: 'ethos_novamedium';
     margin-bottom: 24px;
}
h3 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -.01em;
    font-family: 'ethos_novamedium';
}
h4 {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -.01em;
    font-family: 'ethos_novamedium';
}
h5 {
    font-size: 20px;
    line-height: 1.0;
    letter-spacing: -.01em;
    font-family: 'ethos_novamedium';
}
h6 {
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -.002em;
    font-family: 'ethos_novamedium';
}

a{
  text-decoration: none;
  color: #073937;
  cursor: pointer;
}
li{
  list-style: none;
}

ul.main-nav a {
    color: #073937;
    padding: 10px 16px;
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 50px;
}
ul.main-nav a:hover {
    background: #f3eadc;
}
ul.main-nav a strong {
    font-weight: 600;
}
a.btn {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  background: #073937;
  border: 1px solid #073937;
  border-radius: 1000px;
  color: #f7f3ea;
  height: 54px;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 32px;
}
.more-btn {
  text-align: center;
}
ul.main-nav {
  display: flex;
  align-items: center;
  padding: 0px;
  margin: 1px;
}
button.menu-toggle {
  display: none;
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

header {
    background: #fffbf2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    position: sticky;
    top: 0;
    z-index: 99;
}

.header-logo{
  width: 17.4%;
}
.header-logo img {
  max-width: 151px;
}
.navigation-main {
  display: flex;
}
.dropdownn-menu {
    position: relative;
    font-size: 16px;
}
button.dropdown-btn {
    border: none;
    background-color: transparent;
    vertical-align: middle;
    padding: 4px 16px;
    border-radius: 50px;
}
button.dropdown-btn:hover { 	background: #f3eadc; }
button.dropdown-btn span {
  background-color: #333;
  width: 20px;
  display: block;
  margin: 5px 0;
  height: 2px;
}
ul.dropdown-list {
    right: -10px;
    border-radius: 15px;
    border: thin solid rgba(0, 0, 0, .2);
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    cursor: default;
    background: #fcf5eb;
    position: absolute;
    top: 100%;
    z-index: 10;
    list-style: none;
    width: 180px;
    margin: 13px 0 0 0;
    padding: 16px 0px;
    overflow: hidden;
    display: none;
}
ul.dropdown-list a {
  padding-left: 20px;
  line-height: 31px;
  width: 100%;
  display: inline-block;
}
ul.dropdown-list li:hover a{
  background-color: #073937;
  color: #fff;
}
.dropdownn-menu.dropdown-open ul.dropdown-list {
  display: block;
}

.choice-section {
    padding-top: 25px;
    padding-bottom: 64px;
}
.choice-block.full-block img {
  border-radius: 0px 80px 0px 0px;
}
.more-choice .row {
  display: none;
}
.more-choice.choice-open .row {
  display: flex;
}
.more-choice.choice-open .more-btn {
  display: none;
}
.choice-block.full-block {
  height: 100%;
}
.choice-block.full-block a {
  display: inline-block;
  height: 100%;
}
.choice-pic {
   height: 290px;
  background-size: cover;
  overflow: hidden;
   
 -webkit-border-top-left-radius: 40px;
-webkit-border-bottom-right-radius: 40px;
-moz-border-radius-topleft: 40px;
-moz-border-radius-bottomright: 40px;
border-top-left-radius: 40px;
border-bottom-right-radius: 40px; 
}



.choice-block{
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}






.choice-pic img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout-section {
  position: relative;
  background-color: #eaece2;
  padding-top: 112px;
  padding-bottom: 75px;
}
.row.row-gap-48 {
  row-gap: 48px;
}
.checkout-column {
  display: flex;
  align-items: center;
  gap: 15px;
}
.checkout-column p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.app-block {
  display: flex;
  align-items: center;
  gap: 25px;
  max-width: 330px;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 50px;
}
.app-block img {
  max-width: 100%;
}
.FeaturedPress_icon {
  text-align: center;
  max-width: 220px;
}
.FeaturedPress {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
    gap: 180px;
}
.FeaturedPress_icon img {
  display: block;
  margin: 0 auto;
}
.FeaturedPress_icon span {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}
.checkout-section hr {
    width: 100%;
    margin-top: 48px;
    margin-bottom: 0;
    border-top: 1px solid #073937;
    opacity: 1;
}
.culture-pic {
  border-bottom-right-radius: 80px;
  overflow: hidden;
}
.culture-pic img {
  max-width: 100%;
}
.creative-culture .row {
  align-items: center;
}
.CollectionCard_price {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 3px;
    padding-bottom: 7px;
    padding-inline-start: 12px;
    padding-inline-end: 14px;
    background-color: #073937;
    border-bottom-left-radius: 15px;
    line-height: normal;
}
.CollectionCard_price p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #fff;
  text-align: center;
  line-height: 24px;
  display: inline-block;
}
.clture-slider-pic span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  display: block;
}
.choice-block  span {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .06em !important;
}
.creative-culture {
    padding: 80px 0 65px 0;
}
.creative-culture h2 {
    margin-bottom: 24px;
}
.creative-culture ul#pills-tab {
    display: flex;
    gap: 64px;
    border-bottom: 1px solid #07393782;
    margin: 0 !important;
    margin-top: 40px !important;
}
.creative-culture ul#pills-tab button {
    color: #073937;
    text-transform: none;
    letter-spacing: normal;
    background-color: transparent !important;
    border-radius: 0 !important;
    border-bottom: 3px solid transparent;
    padding: 8px 0;
}
.creative-culture ul#pills-tab button.active {
    border-color: #073937 !important;
    font-weight: 700;
}
div#pills-tabContent {
    padding-top: 32px;
}
.cultur-content {
    padding-left: 50px;
    font-size: 16px;
    line-height: 1.5;
    max-width: 430px;
    width: 100%;
}

.culture-location {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: .0075em;
    margin-bottom: 16px;
}
a.link-btn {
    text-decoration: underline;
}
.culture-slider span {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: .0075em;
}
.culture-slider h6 {
    margin: 9px 0 0 0;
}
.culture-slider {
    padding-top: 48px;
}
.creative-culture .more-btn {
    padding-top: 24px;
}
.more-btn a.fill-btn.btn {
    padding: 11px 50px;
    height: auto;
}

.hotel-formality video {
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
    top: 0;
    object-fit: cover;
    bottom: 0;
}
.hotel-formality {
    width: 100%;
    position: relative;
    height: calc(min(100vw, 1920px) / 2.35);
    max-height: max(500px, 100vh - 57px);
    overflow: hidden;
    display: flex;
    align-items: center;
}
.overlayvideos {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(89.6deg, #073937 16.07%, rgba(7, 57, 55, .2) 67.11%);
}
.hotel-formality .container {
    position: relative;
    color: #fff;
}
.hotel-formality h2 {
    margin-bottom: 24px;
}
.hotel-formality  a.fill-btn.btn {
    background: #e6b022;
    border: 1px solid #e6b022;
    color: #073937;
    padding: 12px 56px;
    margin-top: 10px;
}
.every-story {
    padding: 80px 0 64px 0;
}

.item h4 {
    line-height: 1.33;
    letter-spacing: -.0075em;
}

.every-story .item {
    padding: 48px 64px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.profile h6 {
    font-size: 16px;
    font-family: 'GT America';
    font-weight: 700;
    margin: 20px 0 3px 0;
}

.profile {
    margin-top: auto;
}
.profile p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
.owl-carousel.every-story-owl {
    width: 520px;
    margin: 0 auto;
}
.owl-carousel.every-story-owl .owl-stage {
    display: flex;
}
.owl-carousel.every-story-owl .owl-stage-outer {
    overflow: visible;
}
.oveflowslider {
    overflow: hidden;
    position: relative;
    margin-top: 48px;
}
.oveflowslider::Before, .oveflowslider::after {
    content: "";
    background: linear-gradient(to right, #fffbf2, rgba(255, 251, 242, 0));
    position: absolute;
    top: 0;
    z-index: 20;
    width: 100px;
    height: 100%;
}
.oveflowslider::after {
    left: auto;
    right: 0;
    background: linear-gradient(to left, #fffbf2, rgba(255, 251, 242, 0));
}
 .owl-theme .owl-dots .owl-dot span {
    height: 7px;
    width: 7px;
    border: 1px solid #073937;
    border-radius: 50%;
    cursor: pointer;
    background-color: transparent;
    margin: 0;
}
.oveflowslider .owl-dots ,
.main-owl .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px !important;
}
.Sonder-Stories {
    background-color: #fcf5eb;
    padding-top: 80px;
    padding-bottom: 64px;
}
.owl-carousel.culture-owl {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.sonder-strory-pic {
    margin-bottom: 15px;
}

footer {
    background: #073937;
    padding-top: 75px;
    padding-bottom: 60px;
    color: #fffbf2;
}
.footer-logo img {
    width: 125.48px;
    filter: invert(1) brightness(2.5);
}
.footer-logo {
    margin-bottom: 40px;
}
footer h6 {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
   /* font-family: 'GT America';*/
    font-weight: bold;
    opacity: .8;
    color: #fffbf2;
    margin-bottom: 15px;
}
footer ul {
    padding: 0;
    margin: 0;
}
footer ul li {
    display: inline-block;
    width: 100%;
    margin: 0;
}
footer ul li a {
    padding: 4px 0;
    min-height: 32px;
    font-size: 16px;
    line-height: 1.5;
    color: #fffbf2;
    display: inline-block;
    width: 100%;
}
.footer-grid {
    display: flex;
    gap: 16px;
}
.footer-cols {
    width: 164px;
}

.footer-col-first {
    width: 183px;
}

footer select {
    border: thin solid #fffbf2;
    background-color: transparent;
    color: #fffbf2;
    line-height: 1.5em;
    padding: .5em;
    background-repeat: no-repeat;
    background-image: linear-gradient(45deg, transparent 50%, gray 0), linear-gradient(135deg, gray 50%, transparent 0);
    background-position: calc(100% - 20px), calc(100% - 15px);
    background-size: 5px 5px, 5px 5px;
    border-radius: 60px;
    padding-inline-end: 1.5em;
    font-size: 16px;
    width: auto;
        margin-bottom: 24px;
}
footer  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
footer  select option { color: #000; }

.footersocial img {
    filter: invert(1);
    width: 24px;
}
.footersocial {
    display: flex;
    gap: 20px;
}

.copyright {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 15px ;
    width: 100%;
    font-size: 14px;
    opacity: .8;
}

.copyright a {
    color: #fffbf2;
    margin-left: 15px;
}
.copyright span {
    margin-right: auto;
}
.btn:hover {
    background-color: #156d51;
    color: #fff;
}
.hotel-formality a.fill-btn.btn:hover {
	background: #f9be25;
}

.filtergreen {
    filter: invert(15%) sepia(86%) saturate(400%) hue-rotate(129deg) brightness(98%) contrast(99%);
}
.mt-50 {
    margin-top: 50px;
}
.text-overform { display: none; }

.mobile-logo{
    display: none;
}

.button-container input {
    background: transparent;
    border: none;
    text-align: center;
    outline: none;
    width: 20px;
}
.datepick-field {
    display: flex;
    align-items: center;
}
label.datepicker-label {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.datepick-field input {
    background: transparent;
    outline: none;
    border: 0;
    margin: 0px 7px;
   
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div#ui-datepicker-div {
    background-color: #fcf5eb;
    border: thin solid rgba(0, 0, 0, .2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    border-radius: 15px;
    overflow: hidden;
 
}
.ui-datepicker-calendar thead th {
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: rgba(28,28,28,.75);
    line-height: 23px;
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 1px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    background-color: transparent !important;
    border-color: transparent !important;
}
.ui-datepicker-calendar tbody td a {
    display: block;
    transition: 0.3s all;
    text-decoration: none;
    color: #073937;
    font-size: 16px;
    line-height: 23px;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-color: transparent !important;
    color: #073937 !important;
    border-color: transparent !important;
}
.ui-datepicker-calendar tbody td a:hover, .ui-datepicker-calendar tbody td a.ui-state-active {	
    background-color: #073937 !important;
    color: #fff !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0;
    background: transparent;
    border: none;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
    background: transparent;
}
.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {	
	left: 0;	
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: 50%;
	transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}
.ui-datepicker-header a.ui-datepicker-next, .ui-datepicker-header a.ui-datepicker-prev {
    background-size: 14px;
    top: 5px;
}
.ui-datepicker-header a>span {
	display: none;
}
.ui-datepicker-title {
    text-align: center;
    line-height: 24px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 0px !important;
    color: #073937;
}
.ui-datepicker-week-col {
	color: #78909C;
	font-weight: 400;
	font-size: 0.75rem;
}
.ui-datepicker{
    width: auto !important;
}
div#select-dropdown {
    border-radius: 15px;
    border: thin solid rgba(0, 0, 0, .2);
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    cursor: default;
    background: #fcf5eb;
    padding: 20px 0px;
}
.custom-select a.list {
    padding-left: 20px;
    line-height: 31px;
    width: 100%;
    display: inline-block;
}
.custom-select a.list:hover {
    background-color: #073937;
    color: #fff;
}
label.serchlable.search-open .drop-input{
    background-color: #073937;
    color: #fff;
}
.select-dropdown input[type="radio"] {
    position: absolute;
    left: 0;
    opacity: 0;
}
label.serchlable .custom-select {
    display: none;
}
label.serchlable.search-open .custom-select {
    display: block;
}
label.serchlable.search-open svg {
    filter: invert(1);
}
.formunder-slide form label.serchlable.search-open input:hover {
    background-color: #073937;
}
.social-icons {
    display: none;
}
.video-phone {
    display: inline-block;
    width: 100%;
    position: relative;
}
.video-phone img {
    width: min(821.05px, 62vw - 120px);
    object-fit: contain;
    object-position: right center;
    position: relative;
    margin-left: -100px;
}
.video-phone video {
    --image-width: min(821.05px, 62vw - 120px);
    position: absolute;
    right: calc(var(--image-width)* 0.14);
    width: calc(var(--image-width)* .429);
    height: calc(var(--image-width)* .73* .956);
    top: 50%;
    transform: translateY(calc(-50% + var(--image-width)* .0158));
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
}
.choic-row {
    margin-top: 46px;
    flex-wrap: wrap;
    gap: 5%;

}
.choic-row .col-lg-4.col-md-6.col-sm-12 {
    width: calc(33.333% - 5.8%);
    padding: 0;
}
.choice-block.half-block {
    margin-bottom: 24px;
}
.cites-btn {
    margin-top: 30px;
    text-align: center;
    display: inline-block; width: 100%;
}
.row.show-onclick.shows {
    display: flex;
    row-gap: 24px;
    margin-top: 20px;
}
.main-owl .item { position: relative; }
.main-owl .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(90deg, rgba(255, 251, 246, .8) 23.33%, rgba(255, 251, 246, 0) 49.99%);
    z-index: 9;
}
.owl-carousel.main-owl .item {
    height: calc(min(100vw, 1920px)* 169 / 360);
    max-height: max(500px, 100vh - 120px);
}
.owl-carousel.main-owl .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
.bannerslider {
    position: relative;
}
.bannerslider .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}
.main-owl .owl-dots {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
}
.locaton-form {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: .0075em;
    margin-top: 80px;
}
.locaton-form strong {
    font-weight: bold;
    border-left: 1px solid;
    padding-left: 10px;
    margin-left: 6px;
    line-height: 13px;
    display: inline-block;
}

li.languageswicher img {
    width: 20px;
    height: 20px;
    -webkit-margin-end: 7px;
    margin-inline-end: 7px;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}
.big-dropdown {
    display: none;
}
ul.main-nav li {
    position: relative;
}
.big-dropdown {
    padding: 24px;
    border-radius: 15px;
    border: thin solid rgba(0, 0, 0, .2);
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    cursor: default;
    background: #fcf5eb;
    position: absolute;
    top: 100%;
    z-index: 10;
    margin-top: 13px;
    right: 0;
    min-width: 510px;
}
.big-dropdown p {
    font-size: 16px;
}
.big-dropdown ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
    column-gap: 16px;
}
.big-dropdown li a strong {
    margin-right: 10px;
}
.big-dropdown li {
    width: calc(50% - 8px);
}
.big-dropdown li  a {
    display: inline-block;
    vertical-align: middle;
}
.big-dropdown.activedp {
    display: block;
}
li.languageswicher .big-dropdown {
    min-width: 352px !important;
}

.formunder-slide {
    background-color: #fffbf2;
    padding: 24px;
    border-radius: 50px;
    margin-top: -40px;
    position: relative;
    z-index: 9;
    font-size: 16px;
}
.formunder-slide form {
    border: thin solid rgba(0, 0, 0, .2);
    border-radius: 1000px;
    height: 72px;
    background-color: #fcf5eb;
    width: 100%;
    display: flex;
}
.formunder-slide form label.serchlable input {
    background: #fcf5eb;
    border: 0;
    height: 70px;
    outline: none !important;
    font-size: 16px;
    font-weight: 400;
    font-family: 'GT America';
        width: 100%;
    padding: 0 0 0 50px;
   
    border-radius: 50px 0 0 50px;
}
label.datepicker-label {
    padding: 0px 15px;
}
.formunder-slide form label.serchlable input:hover ,
span.checkinout:hover {background: #f3eadc; cursor: pointer; }

.formunder-slide form label {
    position: relative;
    margin: 0;
    width: 100%;
}
.formunder-slide form label.serchlable svg.Icon_icon__qr5nN {
    position: absolute;
    left: 16px;
    top: 26px;
}
 

span.checkinout {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    padding: 0 10px;
      justify-content: center;
      position: relative;
}
span.qty-label {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 0 20px;
}
span.qty-label button {
    background-color: transparent;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    text-align: center;
    border: 0;
    padding: 0;
    overflow: hidden;
}
span.qty-label input[type="number"] {
    width: 40px;
    height: 30px;
    border: 0;
    background-color: transparent;
    outline: none !important;
    text-align: center;
    color: #777;
}
span.qty-label button:hover {
    background: #f3eadc;
}
svg.Icon_icon__qr5nN.margin-r {
    margin-right: 20px;
}
button.searchbtn {
    background: #e6b022;
    border: 1px solid #e6b022;
    border-radius: 1000px;
    padding: 14px 48px;
    margin: auto 0;
    color: #073937;
    margin-right: 8px;
}

label.datepicker-label::before ,
label.datepicker-label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transform: translateY(-50%);
    height: 24px;
    border-left: thin solid rgba(0, 0, 0, .2);
}
label.datepicker-label::after {
    left: auto;
    right: 0px;
}
button.minus {
    margin-left: 10px;
}

.big-dropdown p svg {
    display: none;
    position: absolute;
    left: 20px;
    top: 20px;
}
.Divider {
  display: none;
}
li.currencyswicher-li > a {
    font-size: 0;
    height: 40px;
    display: inline-block;
}
li.currencyswicher-li > a strong {
    font-weight: 300;
    font-size: 14px;
}

.close-btn-menu, li.currencyswicher-li svg, li.languageswicher svg{
    display: none;
}
.breadcrumb {
    margin-bottom: 80px;
    margin-top: 48px;
}
.breadcrumb span {
    font-size: 14px;
}
.breadcrumb a span{
    text-decoration: underline;
}
.enquiry-form label {
    font-size: 13px;
    color: #073937;
    font-weight: 400;
    margin-bottom: 12px;
}
.enquiry-form input, .enquiry-form select {
    border-radius: 10px;
    background-color: #fffbf2;
    border: thin solid rgba(0, 0, 0, .2);
    box-shadow: none;
    color: #073937;
    -webkit-appearance: none;
    width: 100%;
    height: 44px;
    font-size: 16px;
    padding: 0px 14px;
}
.form-btn input {
    width: auto;
    background-color: #073937;
    color: #fffbf2;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 0 0 1px var(--border-color, transparent);
    border-radius: 1000px;
    min-height: 48px;
    transition: all .12s ease-in-out;
    padding: 0px 24px;
}
.form-btn input:hover{
    background-color: #156d51;
}
.form-btn {
    text-align: right;
    margin-top: 40px;
}
.enquiry-form {
    padding-bottom: 80px;
}
.enquiry-form .fieldset {
    display: flex;
    align-items: baseline;
    gap: 15px;
}
.enquiry-form .field {
    margin-top: 18px;
}
.enquiry-form .fieldset .field {
    width: 100%;
}
.enquiry-form h6 {
    font-size: 16px;
    font-family: 'GT America';
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 0;
}
.enquiry-form h2 {
    margin-bottom: 16px;
}
.field.select-field svg {
    position: absolute;
    right: 7px;
    bottom: 10px;
}
.field.select-field {
    position: relative;
}

.card-scroll {
    overflow-y: auto;
    height: 70vh;
    overflow-x: hidden;
}
.tork-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.tork-filter svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.tork-filter h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'GT America';
    margin: 0;
}
.tork-filter input {
    min-height: 44px !important;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    background: #fcf5eb;
    border: none;
    text-overflow: ellipsis;
    color: #073937;
    font-size: 13px;
    border-radius: 1000px;
    padding: 3px 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.tork-filter span {
    font-size: 16px;
    margin-right: 7px;
}
.york-alert {
    display: flex;
    width: 100%;
    flex-direction: row;
    background-color: rgba(196, 196, 196, 0.15);
    z-index: 2;
    align-items: center;
    margin: 24px 16px 0px 0px;
    padding: 20px 40px;
    border-radius: 15px;
}
.york-alert svg{
    margin-right: 16px;
}
.york-alert span {
    font-size: 14px;
}
.york-alert span b {
    font-weight: 700;
    margin-right: 5px;
}
hr {
    width: calc(100% - 6px);
    border-width: 1px 0px 0px;
    border-color: rgba(0, 0, 0, 0.1);
    margin: 24px 0px 0px;
}
.york-city-card {
    border: 1px solid transparent;
    padding: 32px 40px;
    transition: background-color .2s ease-in-out;
}
.york-city-card:hover {
    background-color: #fcf5eb;
}
.card-top span {
    position: relative;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 15px;
    background-color: #eaece2;
    margin-block-start: 8px;
    margin-inline-end: 8px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}
.card-top ul {
    display: none;
    position: absolute;
    right: 0;
    top: 42px;
    margin: 0;
    padding: 8px 12px 8px 32px;
    border-radius: 15px;
    background-color: #eaece2;
    line-height: normal;
    text-align: justify;
    z-index: 2;
    min-width: 132px;

}
.card-top ul li {
    list-style: disc;
}
.card-top span:hover ul{
    display: inline-block;
}
.card-list li {
    display: flex;
    padding: 8px 0;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.card-list li:last-child{
    border-bottom: none;
}
.card-list p {
    font-size: 10px;
}
.card-list ul {
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
}
.right-btn {
    text-align: right;
}
.right-btn a.fill-btn.btn {
    background: #e6b022;
    border: 1px solid #e6b022;
    padding: 12px 24px;
    color: #000;
    height: 50px;
    font-weight: 300;
}
.card-anker {
    text-align: right;
}
.row.card-top {
    padding-bottom: 24px;
}
.card-pic img {
    max-width: 100%;
}
.card-pic {
    border-radius: 20px;
    overflow: hidden;
}
.map {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.map iframe {
    height: 100%;
    width: 100%;
}
.map li.active a, .map li.active span {
    background-color: #073937;
    color: #fffbf2;
}
.map li a {
    height: 32px;
    display: flex;
    align-items: center;
    width: auto;
    background-color: #fffbf2;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    padding: 1px 6px 3px;
}
.map li span{
    border-color: rgba(0, 0, 0, .2);
    border-style: solid;
    border-width: 0 1px 1px 0;
    -webkit-margin-start: 50%;
    margin-inline-start: 50%;
    background-color: #fffbf2;
    margin-top: -2px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg) translateX(-50%);
display: flex;
}

.mobile-view {
    display: none !important;
}
.listing-form {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 0px 20px 0px;
}
.listing-form label{
    position: relative;
}
.listing-form label.serchlable2 svg {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.listing-form label.serchlable2 input {
    padding-left: 35px;
}
.listing-form input, .listing-form span.qty-label, .listing-form label.datepicker-label, .filter a {
    min-height: 44px !important;
    max-height: 44px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    background: #fcf5eb;
    border: none;
    text-overflow: ellipsis;
    color: #073937;
    font-size: 13px;
    border-radius: 1000px;
    padding: 3px 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.listing-form span.qty-label input, .listing-form label.datepicker-label input {
    padding: 0;
    background: transparent;
    border: none;
}
.listing-form label.datepicker-label::before, .listing-form label.datepicker-label::after{
    display: none;
}
.listing-form .datepick-field input {
    width: 70px;
}
.listing-form .datepick-field {
    gap: 5px;
}
.filter a {
    align-items: center;
    justify-content: center;
    display: flex;
}
.filter{
    position: relative;
}
.filter.filter-open .filter-list {
    display: block;
}
.filter-list {
    border-radius: 15px;
    border: thin solid rgba(0, 0, 0, .2);
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    display: none;
    cursor: default;
    background: #fcf5eb;
    position: absolute;
    top: 60px;
    z-index: 10;
    padding: 32px;
    width: 650px;
    right: 0;
}
.filter-list ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.filter-list li {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    gap: 5px;
}
.filter-list label {
    font-size: 13px;
    margin: 0;
    display: inline-block;
}
.filter-list p {
    font-weight: 600;
    font-size: 16px;
}
.new-tork-destination div#select-dropdown {
    position: absolute;
    z-index: 9;
}
.filter .filter-list span.qty-label {
    background: transparent;
    border: none;
    padding: 0;
    min-width: 199px;
    justify-content: space-between;
}
.filter.filter-open a {
    background: #073937;
    border-color: #073937;
    color: #fffbf2;
}
.filter .under-range-bar-price input {
    background: transparent;
    border: none;
    padding: 0;
    outline: none;
    font-size: 13px;
    font-weight: 600;
}
.ui-slider-horizontal .ui-slider-range {
    background: #073937;
    height: 4px !important;
}
.ui-slider-horizontal .ui-slider-handle {
    width: 24px;
    height: 24px;
    border: 0px;
    background-color: #fffbf2;
    border-radius: 50%;
    border: 1px solid rgba(29, 29, 29, .5);
    top: -8px !important;
    opacity: 1 !important;
}
.under-range-bar-price {
    display: flex;
    margin-top: 40px;
}
div#slider-range {
    background: #c7c7c7;
    cursor: pointer;
    height: 4px;
    width: 100%;
}
.owl-nav button {
    background: rgb(252 245 235 / 60%) !important;
    display: flex !important;
    height: 45px;
    width: 45px;
    border-radius: 50% !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 9;
}
.card-slider:hover button {
    opacity: 1;
}
.owl-nav button.owl-next {
    right: 0px;
    left: auto;
}
.owl-nav button span {
    font-size: 50px;
    font-weight: 300;
    height: 45px;
    line-height: 33px;
    color: #073937;
}
.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    bottom: 0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 7px !important;
    height: 7px !important;
    opacity: 0.5;
    background: #fffbf2 !important;
    border-color: #fffbf2 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
}
.card-bottom {
    width: 100%;
    display: flex;
    padding: 24px;
    background-color: #eaece2;
}
.carh-half {
    width: 100%;
    text-align: center;

    padding: 0px 15px;
}
.carh-half:first-child {
    border-right: 1px solid rgba(0,0,0,.1);
}
.carh-half ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-top: 16px;
}
.carh-half li {
   float: left;
   width: 50%;
   font-size: 14px;
}
.carh-half li b{
    font-weight: 600;
}
.carh-half p {
    font-size: 16px;
    font-weight: 600;
    color: #073937;
    margin-bottom: 0;
}
.carh-half span {
    font-size: 14px;
    line-height: normal;
    display: inline-block;
}
