html
{
    scroll-behavior: smooth;
    height: 100%;
}

body
{
    height: 100%;
    margin: 0;
    font-family: "Lato", sans-serif;
    color: #1d1d1d;
    padding: 0;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}

.alert {
    width: fit-content;
    margin: auto;
    background: #f8dbdb;
    color: #1d1d1d;
    border: 1px solid #e9acac;
    border-radius: 32px;
    padding: 24px 32px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 150%;
}

.full-content
{
    flex: 1 0 auto;
}

.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  height: 95px;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li
{
    padding: 2px 0px;
    
}

.header li a {
  display: block;
  background: #904B75;
  overflow: hidden;
  color: white;
  font-style: normal;
  text-align: left;
  font-size: 18px;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}



.header li a:hover,
.header .menu-btn:hover {
  background-color: #A77191;
}

.header .logo {
  display: block;
  float: left;
  padding: 10px 5px;
  text-decoration: none;
}

.header .logo img
{
    height: 75px;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  filter: drop-shadow(8px 4px 4px rgba(0, 0, 0, 0.55));
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 100vh;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.FB-mobilemenu
{
    display: flex;
    text-align: left;
    justify-content: center;
    align-items: center;
}

.FB-mobilemenu p
{
    float: left;
    color: #904B75;
    font-weight: bolder;
    font-family: "Roboto", sans-serif;
    
}

.FB-mobilemenu img
{
    float: left;
    padding-right: 20px;
    width: 48px;
   
}

.card {
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
	text-align: center;
}

.card #close {
	position: absolute;
	color: white;
	top: 15px;
	right: 5%;
	font-size: 25px;
	cursor: pointer;
	padding: 10px 15px;
	border-radius: 8px;
	background: rgba(0,0,0,0.3);
	border: none;
	margin: 0;
}

.card #close:hover {
	background: rgba(0,0,0,0.95);
}

.card img {
	width: 90%;
	height: auto;
	margin: 50px auto;
	}

@media (min-width: 1000px) {
    .header .menu
    {
        filter: none;
    }
	
		.card img {
		height: 90%;
		width: auto;
	}

    .img--ad {
        width: 50%;
        margin: 32px 25%;
    }
	    
    .header li {
        float: left;
        padding: 0px;
        margin: 0px;
        overflow: hidden;
        filter: none;
    }
    
    .header li a {
        color: #904B75;
        background: white;
        padding: 0px 35px;
        height: 95px;
        display: flex;
        align-items: center;
        filter: none;
    }
    
    .header li a:hover
    {
        background: #f4f4f4;
    }
    
    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    
    .header .menu-icon {
        display: none;
    }
    
    .header #active {
        background: #904B75;
        color: white;
    }
    
    .FB-mobilemenu {
        display: none;
    }
}

h3
{
    font-family: "Lato", sans-serif;
    font-size: 16px;
}

.banner {

    background-image: url(img/test-background.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 300px;
    max-height: 400px;
    height: 55vh;
}

#overlay
{
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    min-height: 300px;
    max-height: 400px;
    height: 55vh;
}

.place-holder
{
    width:100%;
    float: left;
    margin-bottom: 35px;
}

#header {
    font-family: "Lato", sans-serif;
    padding: 70px 0 0 0;
    text-align: center;
    margin: auto;
    font-weight: 300;
    color: white;
    font-size: 32px;
}

#addres
{
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    color: white;
    font-size: 18px;
    padding: 15px;
    line-height: 25px;
    margin-bottom: 5vh;
}

.banner a 
{
    margin: 0 auto;
    width: 200px;
    color: white;
    align-self: center;
    background-color: #E8367F;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    display: block;
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.4);
}

.content 
{
    margin: 0 10vh;
    font-family: "Lato", sans-serif;
}

.main-list
{
    margin: 5px;
    list-style: none;
    font-family: "Lato", sans-serif;
}

.main-list h2
{
    font-weight: 600;
    font-size: 16px;
}

.first-step
{
    font-weight: 300;
    list-style: disc;
}

.second-step
{
    list-style: circle;
}

.container
{
    width: 100%;
}

.text-block
{
    margin-top: 25px;
    width: 100%;
    padding: 15px 0px;
}

#about
{
    float: left;
    width: 55%;
    margin-right: 3vw;
}

#hours
{
    float: right;
    width: 35%;
}

#open-hours
{
    width: 90%;
    margin: 0 5%;
}

#open-hours #row
{
    width: 100%;
    margin: 10px 2px;
    padding: 10px 0px;

}

#open-hours #day
{
    float: left;
    width: 50%;
    margin: 2px 0px;
}

#open-hours #hour
{
    font-weight: bolder;
    color: #904B75;
    float: right;
    text-align: end;
    width: 50%;
    margin: 2px 0px;
}

#hours h2
{
    text-align: center;
}

#prices
{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}


h1
{
    margin-left: 8px;
    color: #904B75;
    font-size: 20px;
    font-weight: 700;
}

hr
{
    background-color: #E8367F;
    height: 2px; 
    border-color: rgba(0,0,0,0);
}

#minigallery
{
    display: none;
}
.mini-gallery
{    
    display: none;
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
}

.photo img
{
    
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-height: 600px;
}
    
.photo
{
    top: 0;
    margin-bottom: 10px;
    display: none;
}
    
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next 
{
    right: 0px;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover 
{
    background-color: rgba(0,0,0,0.8);
    color: white;
}

#dots
{
    text-align: center;
}

.dot 
{

    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #E8367F;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover 
{
    background-color: #904B75;
    
}

.fade 
{
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade 
{
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade 
{
    from {opacity: .4}
    to {opacity: 1}
}


.contact
{
    margin-bottom: 20px;
}

.contact-info
{
    float: right;
    width: 40%;
    height: 345px;
    margin-right: 7vw;
}

.row
{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding: 20px 5px;
}

#rowp
{
    border-bottom: 1px solid #DDDADC;
}

.row img
{
    width: 48px;
    padding: 5px;
    float: left;
}


.row p
{
    color: black;
    margin-left: 80px;
}

.row a
{
    color: black;
    text-decoration: none;
    margin-top: 50px;
    margin-left: 22px;
}

.row .link
{
   margin-top: 20px; 
}

.map
{
    float: left;
    width: 50%;
    height: 375px;
}

footer
{
    float: left;
    background: rgba(53, 53, 53, 0.8);;
    margin-top: 50px;
    width: 100%;
    height: 100px;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer #logo
{
    float: none;
    margin-left: 5px;
}

footer #logo img
{
    margin-top: 8px;
    float: left;
    height: 70%;
}

footer .logo-text
{
    width: 180px;
    float: right;
    margin-left: 16px;
    color: white;
    line-height: 32px;

}

footer #logo p
{
    float: left;
    width: 100%;
    margin: 2px;
}

#name
{
    font-family: 'Chathura', sans-serif;
    font-size: 32px;
    letter-spacing: 8px;
    border-bottom: 1px solid white;
    font-weight: 500;
}

#owner
{
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 100;
}

#footer-info
{
    width: 35%;
    height: 80%;
    font-family: "Roboto", sans-serif;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0px 2vw;
    background: rgba(77, 77, 77, 0.5);;
}

#footer-info p
{
    line-height: 10px;
}

#fb-footer
{
    height: 55%;
    margin-right: 8px;
    margin-top: 8px;
}

#fb-footer img
{
    float:left;
    height: 90%;
}

#fb-footer a
{
    float: right;
    margin-top: 8px;
    margin-left: 16px;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-decoration: none;
}

.space
{
    height: 95px;
}


.table
{
    width: 94%;
    margin: 0 auto;
}
.table #text
{
    margin-left: 5%;
    margin-bottom: 25px;
}

.table-header
{
    display: flex;
    margin: auto;
    background: #904B75;
    width: 90%;

    
}

.table-header h1
{
    color: white;
    font-size: 20px;
    padding: 10px;
    margin-left: 3%;
    max-height: 60px;

}

.table-row
{
    margin: auto;
    background: #FCFCFC;
    width: 90%;
    border-bottom: 1px solid rgba(232, 54, 127, 0.5);
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    align-items: center;
}

.table-row #last
{
    border-bottom: none;
}

.table-row .option
{
    margin-left: 20px;
}

.table-row .price
{
    margin-right: 20px;
    font-weight: bold;
}

#last
{
    border-bottom: 0px;
}

.gallery-container
{
    width: 90vw;
    margin: auto;
    height: auto;
}

.thumbnail
{
    float: left;
    padding: 5px;
}

.thumbnail img
{
    height: 150px;
    width: 150px;
    object-fit: cover;
    object-position: 35% 30%;
}

.gallery-module {
    display: none;
    position: fixed;
    z-index: 5;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.gallery-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 900px;
}

.gallery-module .prev, .gallery-module .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.2);
}

/* Position the "next button" to the right */
.gallery-module .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.close {
    color: white;
    position: absolute;
    top: 10px;
    left: 25px;
    font-size: 45px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
    border: 10px solid white;
    box-shadow: 5px 5px 10px black;
        text-align: center;
}

.mySlides img
{
    max-width: 100%;
    max-height: 100%;
}

.mySlides #poz {
    max-width: 56%;
    align-self: center;

}

.cursor {
  cursor: pointer;
}

.gallery-module .prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.question-box
{
    width: 80%;
    padding: 2%;
}

.question
{
    font-size: 20px;
    color: #904B75;
}

.answer
{
    font-size: 14px;
    color: #1d1d1d;
}

#faq-hr
{
    width: 100%;
    background:radial-gradient(ellipse at 50% -50% , #816074 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 35px auto;
    border: 0;
}



.line
{
    display: flex;
    justify-content: space-around;
    align-items: center;
    float: left;
    width: 100%;
}


.line #vert img
{
    padding: 10px 100px; 
    height: 605px;
    width: auto
}

.line img
{
    padding: 45px 50px; 
    width: 605px;
    height: auto; 
}

.eq-name
{
    font-size: 48px;
    font-weight: bold;
}

#info-eq
{
    font-size: 16px;
    width: 85%;
    padding: 5px 15px;
}

#eq
{
    padding: 25px 20px 15px;
    font-size: 20px;
}

.list-header
{
    color: 542d45;
}

#list-text
{
    margin-bottom: 50px;
}

#text-left
{
    padding: 15px;
}

#myVideo
{
    width: 60vw;
    height: auto;
    padding: 50px;
}

@media screen and (max-width: 1000px) 
{
    .banner 
    {
        min-height: 340px;
        height: 40vh;
    }

    .img--ad {
        width: 100%;
    }
    
    #overlay
    {
        min-height: 340px;
        height: 40vh;
    }
    
    #header
    {
        font-size: 24px;
    }
    
    .content 
    {
        margin: 16px;
    }
    
    #about 
    {
        width: 100%;
    }
    
    #hours
    {
        width: 100%;
        float: left;
    }
    
    .map
    {
        float: none;
        height: 200px;
        width: 100%;
        margin: 20px 0px;
    }
    
    .contact-info
    {
        width: 100%;
        float: none;
    }
    
    footer #logo
    {
        height: 45%;
    }
    
    #footer-info
    {
        width: 60%;
        font-size: 12px;
    }
    
    .table-row{
        font-size: 16px;
    }
    
    #fb-footer
    {
        height: 50%;
        margin-right: 4px;
    }
    
    #fb-footer a
    {
        display: none;
    }
    
    footer .logo-text
    {
        display: none;
    }
    
    .line
    {
        width: 90vw;
        flex-flow: wrap-reverse;
    }
    
    .line img
    {
        width: 90vw;
        height: auto;
        padding: 0;
    }
    
    .line #vert img
    {
        width: 90vw;
        height: auto;
        padding: 0;

    }
    
    .line #list-text
    {
        width: 90vw;
        padding: 0;
    }
    
    .line .text-eq
    {
        width: 90vw;
    }
    
    .eq-name
    {
        font-size: 36px;
    }
    
}