@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500;600;700;800;900&display=swap');

*
{
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

p
{
	font-weight: 300;
	color: #111;
}

.banner
{
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(img/backgrounds/bg.jpg);
	background-size: cover;
}

.banner .content
{
	max-width: 900px;
	text-align: center;
}

.banner .content h2
{
	font-size: 5em;
	color: #fff;
	text-transform: capitalize;
}

.banner .content p
{
	font-size: 1em;
	color: #fff;
}

.btn
{
	font-size: 1em;
	color: #fff;
	background: #217e8a;
	display: inline-block;
	padding: 10px 30px;
	margin-top: 20px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	transition: 0.5s;
}

.btn:hover
{
	letter-spacing: 6px;
}

.btnSecondary
{
	font-size: 0.8em;
	color: #ffffff;
	display: inline-block;
	padding: 5px 15px;
	margin-top: 10px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	transition: 0.5s;
}

.btnSecondary:hover
{
	letter-spacing: 6px;
}

header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px;
	z-index: 10000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.5s;
}

header.sticky
{
	background: #fff;
	padding: 10px 60px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

header .logo
{
	color: #fff;
	font-weight: 700;
	font-size: 2em;
	text-decoration: none;
}

header.sticky .logo
{
	color: #111;
}

header .navigation
{
	display: flex;
}

header .navigation li
{
	list-style: none;
	margin-left: 30px;
}

header .navigation li a
{
	text-decoration: none;
	color: #fff;
	font-weight: 400;
}

header.sticky .navigation li a
{
	color: #111;
}

header .navigation li a:hover
{
	color: #499e9e;
}

section
{
	padding: 100px;
}

.row
{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.row .col50
{
	position: relative;
	width: 48%;
}

.titleText
{
	color: #111;
	font-size: 2em;
	font-weight: 300;
}

.titleText span
{
	color: #217e8a;
	font-weight: 700;
	font-size: 1.5em;
}

.titleP {
	color: #222222;
	font-size: 1.5em;
	font-weight: 300;
}

.imgBx img
{
	max-width: 100%;
	width: 100%;
	height: auto;
}

.title
{
	text-align: center;
}

.centerDiv {
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;
}

.menu .content
{
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	margin-top: 40px;
}

.menu .content .box
{
	width: 340px;
	margin: 20px;
	border: 15px solid #fff;
	box-shadow: 0 5px 35px rgba(0,0,0,0.08);
}

.menu .content .box .imgBx
{
	position: relative;
	width: 100%;
	height: 300px;
}

.menu .content .box .imgBx img
{
	max-width: 100%;
	width: 100%;
	height: 100%;
}

.menu .content .box .text
{
	padding: 15px 0 5px;
}

.menu .content .box .text h3
{
	font-weight: 400;
	color: #111;
}


.testimonials
{
	background: url(img/backgrounds/bg2.jpg);
	background-size: cover;
}

.white .titleText,
.white p
{
	color: #fff;
}

.testimonials .content
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 40px;
}

.testimonials .content .box
{
	width: 340px;
	margin: 20px;
	padding: 40px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.testimonials .content .box .imgBx img
{
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonials .content .box .text p
{
	color: #666;
	font-style: italic;
}

.testimonials .content .box .text h3
{
	margin-top: 20px;
	color: #111;
	font-size: 1em;
	color: #217e8a;
	font-weight: 600;
}

.contact {
    position: relative;
    width: 100%;
    padding: 35px 0 15px 0;
}

.contact .contact-border {
    width: calc(100%);
	padding: 0% 15% 5% 0%;
	background-color: #a1cbce00;
	border-radius: 20px;
}

.contact .contact-information {
    min-height: 150px;
    margin: 0 0 30px 0;
    padding: 30px 5px 0 5px;
}

.contact .contact-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact .contact-text {
    position: relative;
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    padding-left: 75px;
}

.contact .contact-text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #217e8a;
}

.contact .contact-text p {
    margin: 0;
    font-size: 18px;
    color: #000000;
}

.copyrightText
{
	padding: 8px 40px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}

.copyrightText p
{
	color: #333;
}

.copyrightText a
{
	color: #499e9e;
	font-weight: 500;
	text-decoration: none;
}

.pt-05{
	padding-top: 3%;
}
.pt-1{
	padding-top: 5%;
}
.pt-2{
	padding-top: 10%;
}
.pt-3{
	padding-top: 15%;
}
.pt-4{
	padding-top: 20%;
}
.pt-5{
	padding-top: 25%;
}

.pb-1{
	padding-bottom: 5%;
}

.shadow {
	text-shadow: 3px 3px 20px rgb(0, 0, 0);
}

.containerShadow {
	box-shadow: 3px 3px 20px black;
}

iframe {
	width: 95%;
	height: 450px;
}

.menuImg {
	width: 100%;
	height: 100%;
}

.line {
	background-color: #177f83;
	width: 100%;
	padding: 2px;
	border-radius: 25px;
}

.nav-link {
	color: #217e8a;
}

.nav-pills {
	> li {

	  &.active > a {
		&,
		&:hover,
		&:focus {
		  background-color: #217e8a;
		}
	  }
	}
  }

.contact-background {
	background-color: #a1cbce56;
	border-radius: 20px;
}

.blue {
	background-color:#217e8a;
	color: white;
}

.middle {
		position: absolute;
		width: 300px;
		height: 200px;
		z-index: 15;
		top: 30%;
		left: 50%;
		margin: -100px 0 0 -150px;

}

.slideshow-container {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.slideshow-image {
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.photos {
    display: none;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
	top: 0%;
	display: flex;
	justify-content: center;
	align-items: center;
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    user-select: none;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
	height: 100%;
}

.prev:focus, .next:focus {
    outline: none;
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.prev:active, .next:active {
    background-color: transparent;
    color: white;
}

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
	padding-right: 30px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.modal-image {
    width: 100%;
    height: auto;
}

.modal-prev, .modal-next {
	cursor: pointer;
    position: absolute;
	top: 0%;
	display: flex;
	justify-content: center;
	align-items: center;
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    user-select: none;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
	height: 100%;
}

.modal-prev {
    left: 0;
}

.modal-next {
    right: 0;
}

.modal-prev:hover, .modal-next:hover {
    background-color: rgba(0,0,0,0.8);
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: white;
    font-size: 40px;
    cursor: pointer;
    transition: 0.3s;
}

.modal-close:hover {
    color: #bbb;
}

#cookie-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.cookie-card {
	background: white;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
	max-width: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/*-------- Tablet screen ------------*/
@media screen and (max-width:  991px)
{
	.contact .contact-text{
		width: 100%;
	}

	header,
	header.sticky
	{
		padding: 10px 20px;
	}

	header .navigation
	{
		display: none;
	}

	header .navigation.active
	{
		width: 100%;
		height: calc(100% - 68px);
		position: fixed;
		top: 68px;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background: #fff;
	}

	header .navigation li
	{
		margin-left: 0;
	}

	header .navigation li a
	{
		text-decoration: none;
		color: #111;
		font-size: 1.6em;
		font-weight: 300;
	}

	.menuToggle
	{
		position: relative;
		width: 40px;
		height: 40px;
		background: url(img/media/menu.png);
		background-size: 30px;
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
	}

	.menuToggle.active
	{
		background: url(img/media/close.png);
		background-size: 25px;
		background-repeat: no-repeat;
		background-position: center;
	}

	header.sticky .menuToggle
	{
		filter: invert(1);
	}

	section
	{
		padding: 20px;
	}

	.banner .content h2
	{
		font-size: 3em;
		color: #fff;
	}

	.row
	{
		flex-direction: column;
	}

	.row .col50
	{
		width: 100%;
	}

	.col50 .imgBx
	{
		margin-top: 30px;
	}

	.menu .content
	{
		margin-top: 20px;
	}

	.menu .content .box
	{
		margin: 10px;
	}

	.menu .content .box .imgBx
	{
		height: 260px;
	}

	.title
	{
		text-align: center;
	}

	.titleText
	{
		font-size: 1.8em;
		line-height: 1.5em;
		margin-bottom: 15px;
		font-weight: 300;
	}
	.menuImg {
		width: 100%;
		height: 100%;
	}
	
	.imgBx {
		padding-left: 10%;
	}

	.slideshow-container {
		padding-left: 4%;
	}
	
	.prev, .next {
		padding-left: 6%;
	}

	.prev:hover, .next:hover {
		background-color: transparent;
	}

	.modal{
		width: 104%;
	}
}
/*-------- Tablet screen ------------*/

/*--------- Mobile screen ----------*/
@media screen and (max-width: 440px)
{
	header.sticky
	{
		padding: 10px 20px;
	}

	.testimonials .content .box
	{
		margin: 10px;
		padding: 20px;
	}

	.contact .contact-text{
		width: 400%;
		margin-left: -70px;
		padding-right: 10px;
	}

	.col50, span {
		text-align: center;
		padding-left: 5%;
	}

	.titleP {
		font-size: 18px;
		text-align: center;
	}

	iframe {
		height: 300px;
	}

	.menuImg {
		width: 140%;
		height: 100%;
		padding-right: 0%;
		margin-left: -14%;
	}

	.smallImg {
		width: 160%;
		height: 150%;
	}

	.menu-text, span, h3{
		font-size: 17px;
	}

	nav, .nav-pills {
		padding-left: 13%;
	}

	.middle {
		position: absolute;
		width: 300px;
		height: 100px;
		z-index: 15;
		top: 20%;
		left: 50%;
	}
	.middle img {
		height: 270px;	
	}

	.imgBx {
		padding-left: 10%;
	}
	.slideshow-container {
		padding-left: 12%;
	}
	.prev, .next {
		padding-left: 14%;
	}
	.prev:hover, .next:hover {
		background-color: transparent;
	}

	.modal{
		width: 110%;
	}
	.modal-prev:hover, .modal-next:hover {
		background-color: transparent;
	}
}