/*mobile*/

/*BODY*/
* {
	margin: 0;

	padding: 0;
	box-sizing: border-box;
}
:root {
	--light-green: #88e8b5;

	--green: #19ae7f;
}

html,
body {
	width: auto !important;
}
body {
	font-family: "Lora", serif;
}
section {
	margin: 5rem 2rem 0 2rem;
}
.prevent-select {
	user-select: none;
}
.scrollup {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	text-align: center;
	padding: 10px;
	z-index: 100;
	display: block;
}

/* ----- typography ---------- */
h1 {
	font-family: "Lora", serif;
	-webkit-text-stroke: 1px rgb(52, 51, 51);
	margin: 0;
}
li::marker {
	color: var(--green);
}
h3,
h2 {
	width: 100%;
	padding: 0 1rem;
	color: var(--green);
}
h4 {
	font-size: 20px;
	color: var(--green);
}

p {
	font-family: "Lora", serif;
	color: #6a6a6a;
	line-height: 2rem;
}
li {
	font-family: "Lora", serif;
	color: #6a6a6a;
}
.atractions-section li {
	font-family: "Lora", serif;
	color: #6a6a6a;
	line-height: 2rem;
}
.gastro-section li {
	font-family: "Lora", serif;
	color: #6a6a6a;
	line-height: 2rem;
}
small {
	padding-left: 1rem;
}

.hero-title {
	font-size: 20px;
	color: white;
	-webkit-text-stroke: 0;
	text-transform: uppercase;
}
.unit-title {
	text-shadow: 2px 1px #1a251f;
}
.welcome-text {
	text-align: center;
	font-size: 22px;
}

hr {
	border-color: var(--green);
	border-width: 3px;
}
.icon {
	width: 15px;
	margin-right: 0.5rem;
	color: #e69484;
}
strong {
	color: var(--green);
}
/*-------------buttons---------------*/

button {
	cursor: pointer;
	margin-left: 1rem;
}

.swiper-content button {
	color: white;
	background: var(--green);
}
.swiper-content button:hover {
	background: var(--light-green);
	color: black;
}
.intro-section-container button {
	background: var(--green);
	color: white;
	margin-bottom: 1.5rem;
}
.intro-section-container button:hover {
	background: var(--light-green);
	color: black;
}
.swiper-btn {
	position: absolute;
	top: 65%;
	left: 44%;
	color: white;
	background: var(--green);
}
.swiper-btn:hover {
	background: var(--light-green);
}
.btn-reservation {
	background: var(--green);
	color: white;
	margin-bottom: 1.5rem;
}
.btn-reservation:hover {
	background: var(--light-green);
	color: black;
}
.btn-reservation-footer {
	background: var(--green);
	color: white;
}
.btn-reservation-footer:hover {
	background: var(--light-green);
	color: black;
}
.btn-booking {
	color: white;
	background: #e69484;
}
.btn-booking:hover {
	background: #915549;
	color: white;
}
.swiper-btn /*responsive*/ {
	left: 30%;
}
.btn-wraper {
	display: flex;
	width: 100%;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	position: absolute;
	top: 10rem;
	height: 3rem;
}
.swiper-button-next {
	display: none;
}
.swiper-button-prev {
	display: none;
}

/*NAV*/

nav {
	height: 4rem;
}

.navbar {
	height: 5rem;

	background-color: white;

	box-shadow: 5px 5px 10px #00000082;
}
.navbar-nav .dropdown-menu {
	background-color: var(--green);
	width: 60%;
	padding-top: 1rem;
}
ul.dropdown-menu.show {
	width: 100%;
	position: absolute;
	background-color: var(--light-green);
}
.navbar-collapse {
	background-color: none;
}
ul.navbar-nav {
	background-color: var(--green);
	width: 85%;
	margin-top: 0.5rem;
	margin-right: -0.7rem;
}
.navbar-brand img {
	width: 150px;

	margin-left: 2rem;
}
.navbar-toggler {
	background: white;
}
.navbar-toggler:focus {
	box-shadow: none;
	border: 3px solid var(--green);
}
button.navbar-toggler {
	margin-right: 1rem;
}
.dropdown-toggle::after {
	color: #ffffffbd;
}

.navbar-collapse {
	line-height: 2.2rem;
}
.dropdown-menu {
	background-color: var(--green);
}

.dropdown-item {
	color: #6a6a6a;

	font-size: 14px;
}
a.dropdown-item:hover {
	background-color: var(--green);
	color: white;
}

.nav-link {
	height: 2rem;
	border-bottom: 1px solid rgba(250, 250, 250, 0.2) !important;
}
a.nav-link.dropdown-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
}
a.nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-item {
	background-color: var(--green);
	height: 2.4rem;
	border-style: none !important;
	box-shadow: none !important;
}
li.nav-item:hover {
	background-color: var(--light-green);
}

.nav-item:last-child {
	border-bottom: none;
}
.dropdown-item {
	border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}

.nav-link {
	font-family: "Lora", serif;
	color: #ffffffbd;
	font-weight: 700;
	font-size: 12px;
}

.nav-link:hover {
	color: #6a6a6a;
	font-weight: 700;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: #ffffffbd;
}

.country-flag {
	margin-right: 1rem;
	width: 1.5rem;
}

/*swipers*/
.swiper-slide img {
	object-fit: cover;
	height: 60vh;
	width: 100%;
}
#slider-1 {
	margin: 0;
}
#swiper-1 {
	width: 100%;
	height: 90vh;
}
#swiper-1 .swiper-pagination-bullet {
	display: none;
}
#swiper-1 .swiper-slide img {
	height: 90vh;
}
#swiper-1 .swiper-pagination {
	bottom: 2rem;
}

.swiper-content {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 45%;
	width: 100%;
}
.swiper-caption {
	color: white;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 20px;
}

/*second slider*/
.container-wide {
	max-width: 90%;
	height: 60vh;
}
#slider-2 {
	margin: 2rem;
	margin-top: 2rem;
}

.swiper-slide figure {
	margin: 0;

	position: relative;
}
.figure-one:hover {
	filter: brightness(0.7);
}

.fig-1-sl-2 {
	display: flex;
	justify-items: center;
	flex-direction: column;
	align-content: center;

	height: 380px;
}
#swiper-2 {
	width: 100%;
}
.swiper-slide-sl2 img {
	width: 300px;
	height: 400px;
	background: var(--green);
	object-fit: cover;
}

.swiper-slide figcaption {
	height: 10%;
	width: 80%;
	position: absolute;
	bottom: 50%;
	left: 50%;
	font-size: 16px;
	color: white;
	line-height: 29px;
	background-color: #00000094;
	display: flex;
	justify-content: center;
	gap: 0.5rem;

	padding: 0.5rem 2rem;

	transform: translate3d(-50%, 100%, 0);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.swiper-slide-active figcaption {
	transform: translate3d(-50%, 0);
	opacity: 1;
}

.swiper-custom-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	padding: 0 2rem;
	display: none;
	justify-content: space-between;
	z-index: 10;
}
.swiper-custom-nav {
	cursor: pointer;
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
}
.swiper-custom-nav svg:hover {
	opacity: 0.4;
}

/*swiper-3*/
#slider-3 {
	margin-left: 0;
	margin-right: 0;
}
.gallery-top {
	height: 40vh;
	width: 90%;
	object-fit: cover;
}
.gallery-top img {
	height: 50vh;
}

.gallery-thumbs {
	height: 10vh;
	box-sizing: border-box;
	padding: 10px 0;
	width: 90%;
	object-fit: cover;
}

.gallery-thumbs img {
	height: 10vh;
}
.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper4-galery-top {
	width: 90%;
}

.swiper4-galery-top img {
	height: 40vh;
}
/*end swipers*/
/*FOOTER*/
/*foooter*/
.section-footer {
	margin: 1rem;
}
.footer-container {
	line-height: 2rem;
	border-top: 2px solid var(--green);
}
.acomodation {
	text-decoration: none;
	color: rgba(33, 27, 41, 1);
	padding-left: 1rem;
}

.acomodation:hover {
	color: rgba(33, 27, 41, 0.7);
}
.footer-action {
	display: flex;
	flex-direction: row;
	height: 12vh;
	align-items: center;
	gap: 1rem;
	justify-content: flex-start;
}
.copiright-row {
	border-top: 2px solid var(--green);
}
img.icon.facebook-icon:hover {
	transform: scale(1.5);
	filter: brightness(0.6);
}
/*INDEX*/

/*----------intro section------------*/
.intro-section-container {
	justify-content: center;
}
.intro-section-row {
	align-items: center;
	justify-content: space-evenly;
}
.intro-img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.intro-column {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.intro-link {
	transform: scale(0.9);
}
.intro-link:hover {
	filter: brightness(0.7);
}
.card-img-overlay {
	color: white;
	font-weight: bold;

	display: flex;
	width: 100%;
	text-align: center;
}
.card-img-overlay:hover {
	display: flex;
	color: white !important;
}
label {
	padding-left: 1rem;
}
/*polaroid*/

.polaroid-album {
	flex-direction: column;
	display: flex;

	margin-top: 2rem;
	margin-bottom: 3rem;
}
.polaroid {
	width: 250px;
	height: 250px;
	position: relative;
}
.polaroid-album-2 {
	display: flex;

	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
}
.polaroid-2 {
	width: 200px;
	height: 200px;
	position: relative;
	box-shadow: 13px 8px 24px -1px rgb(67, 66, 66);
	&:hover {
		transition: all 0.5s ease-in-out;
		transform: scale(1.6);
		z-index: 1;
	}
}

.img2 {
	/*transform: rotate(34deg);*/
	border-radius: 100%;
	object-fit: cover;
	width: 150px;
	height: 150px;

	box-shadow: 13px 8px 24px -1px rgb(67, 66, 66);
}

/*--------form---------*/
.contact-section {
	background-image: url("./assets/water.jpg");
	margin-top: 3rem;
	width: 100%;

	object-fit: cover;
	background-repeat: no-repeat;
}
.form-invalid {
	outline: 5px solid red !important;
}
.section-check-availability {
	margin-top: 8rem;
}
.availability-frame {
	border-width: 1rem;
	border-color: var(--green);
	border-style: double;
	border-width: 0;
	width: 100%;
	height: 60vh;
}
.availability-frame-modal {
	width: 100%;
	height: 50vh;
}

/* ------hero------ */

.container-inside {
	display: flex;
	max-width: 100%;
	position: absolute;
	top: 50%;
	align-items: center;
	justify-content: center;
	color: white;
}

.hero {
	height: 30vh;
	width: 100%;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.blank {
	background-color: var(--green);

	width: 100%;
	height: 6vh;
	position: absolute;
	top: 40vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--green);
	box-shadow: 7px 5px 15px 1px #4f4d4d;
}

/*ABOUTUS*/

.aboutus-img {
	max-width: 300px;
	width: 50%;
	max-height: 77px;
	object-fit: cover;
	box-shadow: 2px 2px 10px 10px #d6d6d6;
}
.aboutus-img-dup {
	max-width: 300px;
	width: 50%;
	max-height: 77px;
	object-fit: cover;
	box-shadow: 2px 2px 10px 10px #d6d6d6;
}
.aboutus-img-lc {
	width: 50%;

	object-fit: cover;
	box-shadow: 2px 2px 10px 10px #d6d6d6;
	max-height: 100%;
}

.nearby-headline {
	height: 2rem;
	gap: 1rem;
}
.nearby-headline h5 {
	color: var(--green);
}

.nearby-card {
	box-shadow: 5px 5px 15px 5px lightgrey;
	border-radius: 10px;
}
.nearby-list {
	height: 2rem;
	font-size: 14px;
	margin-left: 3rem;
}
.nearby-row {
	row-gap: 2rem;
}
.narby h3 {
	color: var(--green);
}
.nearby h5 {
	text-decoration: underline;
}

.img-stack-container {
	column-gap: 1rem;

	height: 100%;
}
/*APARTMENTS*/
.content-list {
	display: flex;

	gap: 0.7rem;
}
.contents-headline {
	display: flex;
	height: 2rem;

	gap: 1rem;
	align-items: center;
	justify-content: flex-start;
	margin-left: 1rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid #4d6f5d;
}
.contents-card {
	box-shadow: 7px 5px 15px 1px #c6c6c6;
	border-radius: 20px;
	padding: 2rem 1rem;
}
.apartment-contents-group {
	line-height: 1.5;
	font-size: 14px;
}
.list-group-item {
	border: none;
}

.contents-container {
	width: 100%;
}

.section-apartment-contents {
	margin-top: 5rem;
	margin-bottom: 4rem;
}
.table {
	width: 90%;
	margin-top: 1rem;
}

.icons-column p {
	font-size: 12px;
}
.links-column {
	display: flex;
	margin: 2rem 0;
	justify-content: center;
}
.links-column button {
	font-size: 12px;
}
.btn-outline-success {
	border: 1px solid var(--green);
	color: var(--green);
	font-size: 10px;
}
.btn-outline-success:hover {
	background: var(--green);
	color: white;
}

.apartments-display-row {
	box-shadow: 6px 4px 24px lightgray;

	border-radius: 10px;
}

/*----modal-----*/
.modal-title {
	padding-left: 1rem;
	color: var(--green);
}

.spec {
	color: var(--green);
}
.about-unit {
	border: 3px solid var(--green);
	border-style: double;
	margin-bottom: 2rem;
	padding: 0 1rem;
}
.about-unit h5 {
	padding-left: 1rem;
	padding-bottom: 0;
}
.about-unit p {
	padding-top: 0;
}
.modal h5 {
	color: var(--green);
	text-align: center;
	padding: 1rem 0;
}
.modal h6 {
	color: var(--green);
}

.unit-details-list {
	padding: 1rem;
}

.table-bordered {
	border: 3px solid var(--green);
}
th {
	background: var(--green) !important;
	color: white !important;
}
.modal-footer {
	justify-content: center;
}
.modal-btn-1 {
	background-color: var(--green);
	color: white;
}
.modal-btn-1:hover {
	background-color: var(--light-green);
	color: black;
}
.modal-btn-2 {
	background-color: #e69484;
	color: white;
}
.modal-btn-2:hover {
	background-color: #915549;
	color: white;
}
/*REVIEWS*/

.review-call-to-action button {
	margin-left: 0rem;
}
.review-small {
	padding-left: 0;
}

/*review swiper*/
.mySwiper {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.comments-swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;

	border: 2px solid var(--green);
	border-radius: 10px;
	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
	filter: blur(2px);
}

.swiper-slide-active {
	filter: blur(0px);
}

.swiper-slide img {
	display: block;
	width: 100%;
}

.swiper-wraper {
	display: flex;
}

.body-review-part {
	height: 245px;
	overflow: auto;
	font-style: italic;
}

.body-review-part p {
	font-size: 14px;
	color: black;
}

.owner-replied {
	position: relative;
	background-color: white;
	width: 100%;
}

.owner-replied h6 {
	color: var(--green);
}

.top-part-unit p {
	font-size: 14px;
	color: white;
}

.top-part-date p {
	font-size: 14px;
	color: white;
}

.footer-part-nickname-country p {
	font-size: 14px;
	font-weight: bold;
}

.top-review-part {
	background-color: var(--green);
}

.footer-part-rating p {
	font-size: 14px;
	font-weight: bolder;
	color: white;
	margin: 0;
	padding: 0.2rem;
}
.footer-review-part {
	height: 2rem;
}

/*SIGHTS*/

.sights-brodarica-text {
	margin-top: 2rem;
}

.brodarica-img {
	max-width: 300px;
}

.beach-headline {
	column-gap: 1rem;
	color: var(--green);
}
.brodarica-beach-text {
	font-size: 14px;
}
.beach-headline h5 {
	font-size: 18px;
}

.visit-hedline {
	font-size: 20px;
}

.fortresses-section-row h4 {
	color: var(--green);
	font-size: 20px;
}
.fortress-img-col {
	display: flex;
	flex-direction: column;

	align-items: center;
}
/*INFO-CONTACT*/

.section-pricing-table {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 6rem;
}

.section-house-rules {
	margin-top: 2rem;
	padding: 0 1rem;
}
.section-google-maps {
	display: flex;

	height: 80vh;
	flex-direction: column;
	align-items: center;
	margin-bottom: 4rem;
}
.section-info-contact {
	display: flex;

	flex-direction: column;
	align-items: center;
}
.contact-form-lg {
	width: 60%;
	border: 1px solid var(--green);

	background-image: url("./assets/water.jpg");
	padding: 2rem;
	border-radius: 10px;
}

.contact-form-info {
	width: 90%;
}

/*breakpoints*/

@media only screen and (min-width: 1314px) {
	/*typography*/
	h3 {
		color: var(--green);

		padding-left: 0 1rem;
		font-size: 25px;
	}

	p {
		font-size: 18px;
		padding: 0 1rem;
	}

	/* NAV */

	.navbar {
		height: 6rem;
		background-color: white;
	}
	ul.navbar-nav {
		width: 80%;
		justify-content: space-evenly;
	}

	.navbar-nav .dropdown-menu {
		width: 100%;
	}

	.navbar-expand-lg .navbar-nav {
		box-shadow: 5px 5px 10px #00000082;
	}
	.navbar-brand img {
		width: 200px;
	}

	.navbar-content {
		margin: 0 8rem;
	}
	.nav-item {
		border: 1px solid var(--green);
		height: auto;
	}
	ul.dropdown-menu.show ul.navbar-nav {
		border: 1px solid var(--green);

		box-shadow: 15px 10px 10px 0px rgba(0, 0, 0, 0.5);
	}
	.nav-link {
		color: #ffffffbd;
		text-transform: uppercase;

		border-right: 1px solid rgba(255, 255, 255, 0.183);
	}
	.nav-link:hover {
		background-color: var(--light-green);
		color: #6a6a6a;
	}

	.language {
		border: none;
	}
	.dropdown-toggle::after {
		color: #ffffffbd;
	}
	ul.dropdown-menu.show {
		width: 300px;
	}
	.navbar-nav .nav-link.active,
	.navbar-nav .nav-link.show {
		color: #ffffffbd;
	}
	a.dropdown-item:hover {
		background-color: var(--green);
	}
	.last {
		border-bottom: none;
	}
	/* FOOTER */

	.copyright {
		margin-left: 7rem;
		padding-bottom: 2rem;
	}
	/* index*/

	.polaroid-album {
		flex-direction: row;
		width: 100%;
		justify-content: space-around;
	}
	.polaroid {
		width: 300px;
		height: 300px;
	}
	.img2 {
		width: 200px;
		height: 200px;
	}
	/* SWIPERS */
	#swiper-1 {
		height: 87vh;
	}
	#swiper-1 .swiper-pagination {
		display: flex;
		justify-content: center;
	}
	#swiper-1 .swiper-pagination-bullet {
		opacity: 1;
		background-color: white;
		border: 1px solid rgb(68, 67, 67);
		width: 0.75rem;
		height: 0.75rem;
		margin: 0 0.375rem;
		display: flex;
		justify-content: center;
	}

	#swiper-1 .swiper-pagination-bullet-active {
		background-color: var(--green);
		display: flex;
	}

	.swiper-slide img {
		display: block;
		width: 100%;
		height: 100vh;
		object-fit: cover;
	}
	.swiper-button-next {
		display: flex;
		color: white;
	}
	.swiper-button-prev {
		display: flex;
		color: white;
	}
	.swiper-slide-sl2 {
		width: 450px !important;
	}
	.swiper-content {
		top: 50%;
	}
	.swiper-content button {
		padding: 1rem;
		margin-bottom: 2rem;
	}
	.swiper-caption {
		font-size: 40px;
	}
	.figure-link {
		display: block;
		width: 526.08px;
	}
	.swiper-slide figcaption {
		width: 45%;
		height: 10%;
		font-size: 17px;
	}

	.gallery-top {
		width: 60%;
		height: 50vh;
	}

	.gallery-thumbs {
		height: 30vh;
		width: 60%;
	}

	#slider-3 h3 {
		text-align: center;
	}

	.gallery-thumbs img {
		width: 100%;

		background-size: cover;
		height: 7rem;
	}
	#slider-2 {
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		/* width: 60%; */
		flex-direction: column;
		padding-bottom: 1rem;
	}
	#swiper-2 {
		height: 100%;
		display: flex;
		align-items: center;
		width: 60%;
		padding-top: 2rem;
	}
	.swiper-slide-active figcaption {
		transform: translate3d(-50%, 0, 0);
	}
	.swiper-custom-nav {
		display: flex;
	}
	.swiper-slide figcaption {
		width: 60%;
		height: 60px;
		align-items: center;
		left: 40%;
		top: 40%;
	}

	.fig-1-sl-2 {
		height: 60vh;
	}
	.swiper-index-2 {
		width: 375px;
		height: 50%;
	}
	.swiper-index-2 img {
		object-fit: cover;
		object-position: center;

		width: 400px;
		height: 400px;

		width: 400px;
		box-shadow: 10px 10px 20px 10px #000000d9;
	}
	#swiper-2 .swiper-slide {
		align-self: center;
	}
	.swiper-slide-sl2 img {
		object-fit: cover;
	}
	.swiper4-galery-top {
		border: 1px solid black;
		background-color: var(--green);
		width: 100%;
		height: 60vh;
	}
	.swiper4-galery-top img {
		height: 60vh;
		object-fit: contain;
	}
	.swiper4-galery-thumbs {
		width: 100%;
		height: 6rem;
	}
	.swiper4-galery-thumbs img {
		height: 6rem;
		object-fit: cover;
	}

	/*hero*/
	.hero {
		height: 50vh;
	}
	.hero-title {
		font-size: 30px;
	}
	.blank {
		height: 10vh;
		top: 62vh;
		background-color: var(--green);
	}

	/*ABOUTUS*/

	.aboutus-section {
		margin-top: 9rem;
	}

	.img-stack-container {
		column-gap: 2rem;
	}
	.img-stack-container img:hover {
		transform: scale(1.5);
		transition: all 0.5s ease-in-out;
	}
	.isc-1 {
		margin-left: 7rem;
	}
	.isc-2 {
		margin-right: 7rem;
	}
	.aboutus-img {
		max-height: 200px;
		max-width: 200px;
	}
	.aboutus-img-dup {
		max-height: 200px;
		max-width: 150px;
		object-fit: cover;
		box-shadow: 2px 2px 10px 10px #d6d6d6;
	}
	.aboutus-img-lc {
		max-height: 300px;
		max-width: 180px;
		object-fit: cover;
		box-shadow: 2px 2px 10px 10px #d6d6d6;
	}
	.nearby {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
	.nearby-row {
		column-gap: 3rem;
	}

	.intro-link:hover {
		transform: scale(1.3);
		transition: all 0.5s ease-in-out;
	}
	.card-img-overlay {
		color: transparent;
	}
	.card-img-overlay:hover {
		color: white;
	}
	#about-th img {
		object-fit: cover;
	}
	#about-top {
		height: 60vh;
	}
	#about-top img {
		width: 100%;
		object-fit: contain;
		height: 60vh;
		background-color: var(--green);
	}

	/* APARTMENTS */

	/* INFO CONTACT */
	.section-pricing-table {
		margin-top: 10rem;
	}
	.table {
		width: 60%;
		margin-top: 1rem;
	}
	.table-modal {
		width: 90%;
	}
	.mapouter {
		max-width: 100%;
	}
	.mapouter-info {
		width: 70%;
	}

	.contact-form-info {
		width: 70%;
	}
	.section-google-maps {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.section-check-availability {
		margin-top: 0;
		.availability-frame {
			width: 600px;
			height: 400px;
		}
	}
	/*APARTMENTS*/

	.section-apartment-contents {
		margin-top: 8rem;
	}
	.contents-card {
		&:hover {
			transition: all 0.5s ease-in-out;
			transform: scale(1.05);
		}
	}

	.btn-outline-success {
		font-size: 12px;
	}

	/*MODAL*/
	.modal-title {
		margin-left: 7rem;
	}
	.modal h5 {
		margin-bottom: 2rem;
	}
	.about-unit {
		padding-top: 1rem;
	}

	.modal-footer {
		padding: 1rem;
	}

	/*SIGHTS*/
	.section-brodarica {
		margin-top: 10rem;
	}

	.brodarica-section-row {
		justify-content: center;
		align-content: center;
		align-items: top;
		column-gap: 1rem;
	}
	.brodarica-section-row img {
		width: 100%;
		object-fit: contain;
	}
	.beaches-container {
		width: 70%;
	}

	.brodarica-img {
		max-width: 2000px;
	}
	.brodarica-section-row-beaches {
		column-gap: 3rem;
	}
	.visit-hedline {
		font-size: 28px;
		width: 80%;
	}

	.sights-brodarica-text {
		margin-top: 0;
		text-align: left;
		font-size: 18px;
		color: #6a6a6a;
	}
	.sights-brodarica-text-left {
		text-align: left;
		font-size: 18px;
		color: #6a6a6a;

		padding-left: 1rem;
		border-left: 3px solid var(--green);
	}

	.fortresses-section-row h4 {
		color: var(--green);
	}

	.fortress-img-col img {
		max-width: 400px;
		width: 400px;
	}

	.brodarica-beach-text {
		font-size: 16px;
	}

	.visit-headline {
		width: 80%;
	}

	.sib-img {
		width: 100% !important;
		height: 50vh;
		margin-left: 0;
	}

	/*REVIEWS*/
	.review-call-to-action {
		display: flex;
		justify-content: flex-start;
	}

	.review-call-to-action button {
		margin-top: 0rem;
		margin-left: 2rem;
		padding-left: 1rem;
	}
	.comments-swiper-slide {
		width: 500px;
		height: none;
	}
}
@media screen and (min-width: 765px) and (max-width: 990px) {
	ul.navbar-nav {
		width: 55%;
	}

	.aboutus-gallery-top {
		height: 50vh;
	}
	.aboutus-gallery-thumbs {
		height: 12vh;
	}
	.gallery-top4 {
		height: 50vh;
	}
	.gallery-top4 img {
		height: 50vh;
	}
	.gallery-thumbs4 {
		height: 12vh;
	}
	.swiper4-galery-top {
		height: 50vh;
	}
	.swiper4-galery-top img {
		height: 50vh;
	}
	.swiper4-galery-thumbs {
		height: 12vh;
	}
	.icons-column {
		column-gap: 2rem;
	}
}
