@charset "utf-8";
/* CSS Document */


.mail-link{
		font-size: 16px;
	}

.footer-logo{
		width:200px;
	}

.social img{
	width: 32px;
}

a{
	color: #3d9aa1;
}

a:hover{
	color: #3d9aa1;
	text-decoration: none;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #555555;
}

.nav-link{
	text-transform: uppercase;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background:#3e9ba1;
	border: 1px solid #3e9ba1;
}

.nav-pills .nav-link{
	border: 1px solid #3e9ba1;
	color: #3e9ba1;
	background:#e4eced;
}

.banner-wrapper-features{
	position: relative;
	height: 300px;
	background: #f7941d;
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
}

.banner-features{
	position: absolute;
	height: 100%;
	width: 100%;
	max-width: 1393px;
    top: 0;
	background: url("../img/banner4.jpg");
	background-repeat: no-repeat;
    background-position: top center;
	background-size: cover;
}

.banner-wrapper-features2{
	position: relative;
	height: 300px;
	background: #138bba;
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
}

.banner-features2{
	position: absolute;
	height: 100%;
	width: 100%;
	max-width: 1393px;
    top: 0;
	background: url("../img/banner7.jpg");
	background-repeat: no-repeat;
    background-position: top center;
	background-size: cover;
}

.banner-wrapper-prices{
	position: relative;
	height: 300px;
	background: #6e648b;
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
}

.banner-prices{
	position: absolute;
	height: 100%;
	width: 100%;
	max-width: 1393px;
    top: 0;
	background: url("../img/banner5.jpg");
	background-repeat: no-repeat;
    background-position: top center;
	background-size: cover;
}

.banner-wrapper-summer{
	position: relative;
	height: 300px;
	background: #ffb400;
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
}

.banner-summer{
	position: absolute;
	height: 100%;
	width: 100%;
	max-width: 1393px;
    top: 0;
	background: url("../img/banner-summer.jpg");
	background-repeat: no-repeat;
    background-position: top center;
	background-size: cover;
}

.banner-wrapper{
	position: relative;
	height: 300px;
	background: #3d9aa1;
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
}

.banner{
	position: absolute;
	height: 100%;
	width: 100%;
	max-width: 1393px;
    top: 0;
	background: url("../img/banner1.jpg");
	background-repeat: no-repeat;
    background-position: top center;
	background-size: cover;
}

.banner-wrapper-party{
	position: relative;
	height: 300px;
	background: #181c24;
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
}

.banner-party{
	position: absolute;
	height: 100%;
	width: 100%;
    top: 0;
	background: url("../img/banner8.jpg");
	background-repeat: no-repeat;
    background-position: top center;
	background-size: cover;
}

.banner::after{
	background: rgba(0,0,0,0.5);
	width:100%;
	height: 100%;
}

.banner-contact{
	position: absolute;
	height: 100%;
	width: 100%;
	max-width: 1393px;
    top: 0;
	background: url("../img/banner3.jpg");
	background-repeat: no-repeat;
    background-position: top center;
	background-size: cover;
}

.banner-wrapper-rentals{
	position: relative;
	height: 300px;
	background: #7f0000;
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
}

.banner-rentals{
	position: absolute;
	height: 100%;
	width: 100%;
	max-width: 1393px;
    top: 0;
	background: url("../img/banner6.jpg");
	background-repeat: no-repeat;
    background-position: top center;
	background-size: cover;
}

/*
.banner {
  position: absolute;
	height: 100%;
	width: 100%;
  top: 0;
  left: 0;
  animation: swap-image 12s infinite normal;
}

 @keyframes swap-image {
      0% {
        background: url("../img/banner1.jpg");
        background-repeat: no-repeat;
        background-position: top center;
		  background-size: cover!important;
      }
      35% {
        background: url("../img/banner2.jpg");
        background-repeat: no-repeat;
        background-position: top center;
		  background-size: cover!important;
      }
      70% {
        background: url("../img/banner3.jpg");
        background-repeat: no-repeat;
        background-position: top center;
		  background-size: cover!important;
      }
	 
	 100% {
        background: url("../img/banner1.jpg");
        background-repeat: no-repeat;
        background-position: top center;
		 background-size: cover!important;
      }
    }
*/

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color: #3d9aa1;
	font-weight: 600;
}

h1{
	font-family: 'Handlee', cursive;
	font-size: 34px;
	color: #3d9aa1;
}

h3{
	font-weight: 700;
	font-size: 30px;
}

.btn-list{
	display: inline-block;
	font-size: 18px;
	padding: 5px 10px;
	border-radius: 2px;
	margin: 4px 1px;
}

.purple{
	background: rgba(110, 101, 140, 0.3);
	color: #6e658c;
}

.yellow{
	background: rgba(247, 147, 30, 0.3);
	color: #f7931e;
}

.blue{
	background: rgba(61, 154, 161, 0.3);
	color: #3d9aa1;
}

.btn-sm{
	font-size: 14px;
	padding: 2px 7px;
}

.number{
	position: absolute;
	font-size: 150px;
	top: -50px;
	color: #6e658c;
	font-weight: 800;
	opacity: 0.3;
	left: 0px;
	z-index: 1;
}


.button{
	padding: 15px 40px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 25px;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-main{
 background: #3e9ba1; 
	
}

.btn-main:hover,
.btn-main:focus{
	text-decoration: none;
	background: #6e648b;
	color: #ffffff;
}


.btn-yellow{
	background: #f7941d;
}

.btn-yellow:hover{
	background: #3e9ba1;
	color: #ffffff;
}


.nav-link {
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.nav-link:hover {
  color: #000;
}

.nav-link::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #3e9ba1;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.nav-link:hover::before {
  transform: scaleX(1);
}

.footer-wrapper{
	background: #3e9ba1;
	color: #ffffff;
}

.footer-wrapper a{
	color: #d8fbfd;
	font-weight: 500;
	text-decoration: none;
}


.price{
	color: #f7941d;
	font-weight: 700;
	font-size: 30px;
	border: 1px solid #f7941d;
	border-radius: 25px;
	display: block;
	padding: 5px 15% 5px 15%;
	background: #ffffff;
	text-align: center;
}

.price-title{
	color: #3e9ba1;
	font-weight: 800;
	font-size: 22px;
	margin-bottom: 10px;
}

.form-title{
	color: #3e9ba1;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#reused_form{
	line-height: 1.7em;
}

.list-group-item{
	background-color:transparent;
	background: none;
}

.price-bg{
	background: #ffffff;
	border: 1px solid #cecece;
	border-radius:10px;
	padding: 20px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.label{
	margin: 3px 0;
	color:#000000;
}

.form-control{
	
	margin-bottom: 15px;
	display: block;
width: 100%;
height: 44px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.helper{
	border-radius: 50%;
	height: 20px;
	width: 20px;
	line-height: 20px;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	margin-left: 5px;
	margin-bottom: 2px;
}

.navbar-brand img{
	width: 100%;
	max-width:160px;
}

#Album h1{
		font-family: 'Handlee', cursive!important;
		font-size: 12px!important;
	}

.fade-in {
            opacity: 0;
			transform: translateY(8px); 
            transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
        }

        .fade-in.active {
            opacity: 1;
			transform: translateY(0);
        }
	
.fade-up {
            opacity: 0;
			transform: translateY(-8px); 
            transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
        }

        .fade-up.active {
            opacity: 1;
			transform: translateY(0);
        }


.video-background {
  top: 0; right: 0; bottom: 0; left: 0;
  position:relative;
  height:300px;
}
#video-foreground, .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.video-wrapper{
	height:300px;
}

.mytooltip{display: inline;position: relative;z-index: 999}
	
.mytooltip .tooltip-item{cursor: pointer;display: inline-block;}
	
.mytooltip .tooltip-content{position: absolute;z-index: 9999;left: -100%;bottom: 100%;opacity: 0;cursor: default;pointer-events: none}
	
.mytooltip .tooltip-content::after{content: '';top: 100%;left: -100%;height: 0;width: 0;position: absolute;pointer-events: none;}
	
.mytooltip .tooltip-content img{position: relative;height: 140px;display: block;float: left;}
	
.mytooltip .tooltip-item::after{content: '';position: absolute;width: 180px;height: 20px;bottom: 100%;left: 50%;pointer-events: none;-webkit-transform: translateX(-50%);transform: translateX(-50%)}

.mytooltip:hover .tooltip-item::after{pointer-events: auto}

.mytooltip:hover .tooltip-content{pointer-events: auto;opacity: 1;-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg)}



/*AUDIO GUESTBOOK*/

   .header {
            text-align: center;
            margin-bottom: 30px;
            padding: 20px;
        }

        .audio-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            border: none;
            margin-bottom: 20px;

        }
        .audio-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.08);
        }
        .audio-icon {
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-size: 2.5rem;
            background: #3E9BA1;
background: -webkit-linear-gradient(82deg, rgba(62, 155, 161, 1) 10%, rgba(128, 119, 163, 1) 94%);
background: -o-linear-gradient(82deg, rgba(62, 155, 161, 1) 10%, rgba(128, 119, 163, 1) 94%);
background: linear-gradient(172deg, rgba(62, 155, 161, 1) 10%, rgba(128, 119, 163, 1) 94%);
        }
        .audio-title {
            font-weight: 500;
            padding: 15px 15px 5px;
            margin: 0;
            color: #212529;
            text-align: center;
            font-size: 1.1rem;
        }
        .audio-player {
            padding: 10px 15px 20px;
            width: 100%;
        }
        audio {
            width: 100%;
            border-radius: 20px;
            background: #f8f9fa;
        }
        audio::-webkit-media-controls-panel {
            background: #f8f9fa;
            border-radius: 20px;
        }

@media(max-width:767px) {
	
	.footwer-wrapper{
		text-align: center!important;
	}
	
	.nav-link{
		padding-left: 5px;
	}
}



@media(min-width:768px) {
	
	h3{
		font-size: 40px;
	}
	
	.mail-link{
		font-size: 18px;
	}
	
	.footer-logo{
		width: 300px;
	}
	
	.social img{
		width: 48px;
	}
	
	.banner-wrapper-features,
	.banner-wrapper-features2,
	.banner-wrapper-summer,
	.banner-wrapper-prices,
	.banner-wrapper-rentals,
	.banner-wrapper-party,
	.banner-wrapper{
	 	height: 566px;
	}
	
	.banner-features,
	.banner-features2,
	.banner-prices,
	.banner-contact,
	.banner-summer,
	.banner-rentals,
	.banner-party,
	.banner{
		background-size: auto;
	}
	
	.number{
		left: -40px;
	}

	
	
		.video-wrapper{
		height:500px;
	}
	
	.video-background{
		height:500px;
	}
	
	.price{
		display: inline-block;
	}
}	

@media(min-width:992px) {
	
	h1{
		font-size: 50px;
	}
	
	.btn-list{
		font-size: 20px;
		padding: 7px 15px;
	}
	
		.video-wrapper{
		height:600px;
	}
	
	.video-background{
		height:600px;
	}
	
	
	
}

@media(min-width:1200px) {
	
	.navbar-expand-lg .navbar-nav .nav-link{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.nav-link {
	  font-size: 16px;
	}
	
		 .video-wrapper{
		height:800px;
	}
	
	.video-background{
		height:800px;
	}
	
	.navbar-brand img{
		width: 100%;
		max-width:228px;
	}
	
}