@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');

html {
	height: 100%;
}

body {
	min-height: 100vh;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Poppins', sans-serif;
}

#wrapper {
  padding-top: 80px;
}

*:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

section {
	width: 100%;
}

a:hover {
	text-decoration: none;
}

.ny-loader {
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: #ffffff;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.ny-loader-icon {
	position: absolute;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -25px;
}

.ny-btn {
	font-size: 16px;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #0b1033;
	border-radius: 30px;
	text-transform: uppercase;
}

.ny-btn-solid {
	background-color: #0b1033;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}

.ny-btn-solid:hover {
	color: #fff;
	text-decoration: none;
}

.ny-input {
	width: 100%;
	font-size: 14px;
	color: #949494;
	font-weight: 400;
	border: 1px solid #0b1033;
	border-radius: 30px;
	height: 42px;
}

.ny-input:hover,
.ny-input:focus {
	border-color: #38a7df;
}

.ny-form-input {
	width: 100%;
	font-size: 17px;
	color: #949494;
	font-weight: 400;
	border: 1px solid #0b1033;
	border-radius: 20px;
	height: 40px;
}

.ny-form-input:hover,
.ny-form-input:focus {
	border-color: #38a7df;
}

.ny-textarea {
	width: 100%;
	font-size: 17px;
	color: #949494;
	font-weight: 400;
	border: 1px solid #0b1033;
	border-radius: 25px;
	padding: 1rem;
}

.ny-textarea:hover,
.ny-textarea:focus {
	border-color: #38a7df;
}

.ny-select {
	width: 100%;
	font-size: 12px;
	color: #949494;
	font-weight: 400;
	border: 1px solid #0b1033;
	border-radius: 30px;
}

.ny-select.open .list {
	width: 90%;
	border: 1px solid #0b1033;
	border-radius: 0;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	margin: 0 5%;
	overflow-y: scroll;
	overflow-x: hidden !important;
	max-height: 220px;
}

.ny-select.open .list .option {
	font-size: 12px;
	color: #949494;
	font-weight: 400;
	text-align: center;
}

.ny-select.open .list .option:not(:last-child) {
	border-bottom: 1px solid #0b1033;
}

.ny-select:hover {
	border-color: #38a7df;
}

.ny-select.first {
	margin-right: 15px;
}

.ny-navbar {
	background-color: #0b1033;
	height: 80px;
}

.ny-navbar .navbar-nav {
	width: 100%;
	justify-content: flex-end;
}

.ny-navbar .navbar-toggler {
	color: transparent;
	border-color: transparent;
}

.ny-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.ny-navbar .navbar-nav .nav-link {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	margin: 0 .2rem;
}

.ny-navbar .navbar-nav:last-child {
	margin-right: 0;
}

.ny-navbar .navbar-nav .active .nav-link {
	color: #38a7df;
}

.ny-footer {
	width: 100%;
	min-height: 300px;
	background-image: url(../img/footer-bg.jpg);
	background-size: 100% 100%;
  padding: 2.5rem 2.5rem 0rem 2.5rem;
	margin-top: 1rem;
}

.ny-footer-nav {
  margin: 2rem 0;
  padding: 0;
}

.ny-footer-nav .nav-item {
	display: inline-block;
}

.ny-footer-nav .nav-link {
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
}

.ny-footer-social {
  margin-bottom: 2rem;
  padding: 0;
}

.ny-footer-social .nav-item {
	display: inline-block;
	margin: 0 0.5rem;
}

.ny-footer-social .nav-item img {
	width: 40px;
	height: 40px;
}

.ny-footer-seperator {
	margin-bottom: 1em;
}

.ny-footer-seperator img {
  height: 20px;
}

.ny-footer-text {
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	margin: 1rem 0;
	text-align: center;
}

.ny-content {
	display: flex;
	flex-wrap: wrap;
  padding-top: 80px;
}

.ny-sidebar {
	position: relative;
	width: 100%;
	flex: 0 0 350px;
	max-width: 350px;
}

.ny-filters {
	top: 80px;
	padding: 2.5rem 2rem;
	background-color: #fff;
	box-shadow: 3px 0 10px -4px #0b1033;
}

.ny-filter-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
}

.ny-filter {
	width: 100%;
	flex: 1 1 50%;
}

.ny-filter-half {
	width: 50%;
}

.ny-filter-item {
	display: flex;
}

.ny-filter-key {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	color: #0b1033;
}

.ny-filter-value {
	display: flex;
}

.ny-filter-value-item {
	width: 50%;
}

.ny-filter-buttons {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-top: 2rem;
}

.ny-filter-buttons button {
	margin-bottom: 1rem;
}

.ny-list {
	padding: 0;
}

.ny-list-inner {
	padding: 2.5rem;
}

.ny-list-item {
	position: relative;
	display: grid;
	border: 0;
	margin: 0;
	padding: 0;
	border-radius: 30px;
	background: rgba(255, 0, 0, 0);
	-webkit-transition: background 0.6s ease;
	transition: background 0.6s ease;
	margin-bottom: 1rem;
}

.ny-list-item-overlay {
	z-index: 9999;
	background-color: #555555;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.ny-list-item-img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 30px;
}

.ny-list-item-top {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-webkit-transition: opacity 0.5s linear;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	text-align: center !important;
	color: #fff;
}

.ny-list-item-sub {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	text-align: center !important;
	margin: 0;
	line-height: 25px;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: all 0.5s ease-out !important;
	-moz-transition: all 0.5s ease-out !important;
	-webkit-transition: all 0.5s ease-out !important;
	-o-transition: all 0.5s ease-out !important;
	color: #fff;
	background: linear-gradient(180deg, rgb(0 0 0 / 0%), #000) !important;
}

.ny-list-item-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 10vh;
	transition: all 0.5s linear !important;
	-moz-transition: all 0.5s linear !important;
	-webkit-transition: all 0.5s linear !important;
	-o-transition: all 0.5s linear !important;
}

.ny-list-item-info.sold {
	height: 20vh;
}

.ny-list-item-info .sold-by{
  width: 100px;
  margin-bottom: 0.5rem;
  border: none;
}

.ny-list-item-info-mid {
	position: absolute;
	top: 12.5vh;
	left: 0;
	right: 0;
}

.ny-list-item-hoverlay {
	position: absolute;
	background: rgba(39, 42, 64, 0);
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transition: background 0.5s ease-out;
	-webkit-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}

.ny-list-item-name {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 5px;
}

.ny-list-item-price {
	font-size: 20px;
	font-weight: 500;
}
.ny-list-item-cabin {
	font-size: 16px;
	font-weight: 300;
}

.ny-list-item-img:hover > .ny-list-item-top {
	opacity: 1;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.ny-list-item-img:hover > .ny-list-item-sub {
	opacity: 0;
}

.ny-list-item-img:hover > .ny-list-item-hoverlay {
	-moz-transition: background 0.5s ease-out;
	-webkit-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
	background: rgba(12, 12, 12, 0.8);
}

.ny-banner {
	position: relative;
	width: 100%;
	height: calc(100vh - 80px);
	background-size: 100% 100%;
	background-color: #0b1033;
}

.ny-banner-xs {
	position: relative;
	width: 100%;
	height: 60vh;
	background-size: cover;
	background-color: #0b1033;
}

.ny-section {
	width: 100%;
	padding-bottom: 2.5rem;
}

.ny-section .breadcrumb {
	align-items: center;
	justify-content: center;
	margin: 0;
}

.ny-section .breadcrumb .breadcrumb-item,
.ny-section .breadcrumb a {
	font-size: 12px;
	color: #0b1033;
}

.ny-title {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 3px;
	text-align: center;
	color: #0b1033;
	margin-bottom: 0;
}

.ny-subtitle {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2px;
	text-align: center;
	color: #0b1033;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: center;
}

.ny-banner-info {
	position: absolute;
	bottom: 0;
	z-index: 1001;
	width: 1166px;
	left: calc(50% - 583px);
}

.ny-banner-center {
	position: absolute;
	top: calc(50% - 80px);
	width: 100%;
	text-align: center;
	z-index: 1001;
	width: 1000px;
	left: calc(50% - 500px);
}

.ny-banner-center-overlay {
	position: absolute;
	background: rgba(39, 42, 64, .5);
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transition: background 0.5s ease-out;
	-webkit-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}

.ny-banner-center-title {
	font-size: 60px;
	letter-spacing: 5px;
	font-weight: 600;
	color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-transform: uppercase;
	margin-bottom: 0;
}

.ny-banner-center-title.title-xs {
	font-size: 40px;
}

.ny-banner-center-goto {
	margin-top: 2rem;
}

.ny-banner-btn {
	width: 100%;
	font-size: 17px;
	border: none;
	letter-spacing: 3px;
}

.sold-by{
  color: #fff !important;
  background-color: rgb(92 78 3 / .65) !important;
}

.ny-banner-title {
	font-size: 30px;
	letter-spacing: 3px;
	font-weight: 300;
	text-align: center;
	color: #0b1033;
	background-color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	margin-bottom: 0;
}

.ny-specs {
	background-color: #0b1033;
	padding: 2.5rem 0;
	margin-bottom: 2.5rem;
}

.ny-spec-item {
	text-align: center;
	color: #fff;
}

.ny-spec-item-title {
	font-size: 12px;
	font-weight: 300 !important;
	color: #b1b1b1;
}

.ny-spec-item-value {
	font-size: 20px;
	font-weight: 500;
}

.ny-about {
	padding: 2.5rem;
	min-height: 350px;
	text-align: justify;
}

.ny-about.nb {
  border-radius: 0;
}

.ny-about.nh {
  min-height: auto;
  padding-top: 0;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
 
}

.ny-about-title {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #0b1033;
}

.ny-about-desc {
	font-size: 16px;
	font-weight: 300;
	color: #0b1033;
}

.ny-cover {
	border-bottom-right-radius: 100px;
	margin-bottom: 3rem;
}

.ny-gallery {
	padding-left: 0;
	list-style: none;
}

.ny-gallery li {
	padding: 5px;
	background: rgba(0, 0, 0, 0) !important;
	margin: 0;
}

.ny-gallery .ny-gallery-img {
	width: 100%;
	display: inline-block;
	height: auto;
}

.owl-nav {
	text-align: center;
	padding: 1.5rem 0;
}

.owl-nav img {
	width: 30px;
	height: 30px;
}

.owl-prev,
.owl-next {
	margin: 0 10px !important;
}

.ny-position {
	font-size: 17px;
	font-weight: 400;
	margin-top: 1rem;
}

.ny-fullname {
	font-size: 20px;
	font-weight: 600;
}

.ny-contact-list {
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.ny-contact {
	display: inline-block;
	margin-bottom: 1rem;
	vertical-align: middle;
	width: 100%;
}

.ny-contact-icon {
	background-color: #0b1033;
	width: 50px;
	height: 50px;
	margin-right: 1rem;
	text-align: center;
	border-radius: 30px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.ny-contact-icon img {
	margin-top: 15px;
	height: 20px;
	display: inline-block;
}

.ny-contact-text {
	font-size: 16px;
	color: #0b1033;
	font-weight: 500;
}

.ny-contact-inquiry {
	font-size: 14px;
	font-weight: 400;
	color: #0b1033;
	text-align: center;
}

.ny-form .btn {
	font-size: 20px;
	width: 300px;
}
