body {
	margin: 0;
	padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Mulish', sans-serif;
	color: #060606;
}

img {
	width: 100%;
	height: auto;
}

h1,h2, h3,h4,h5,h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
    font-weight: 300;
    font-family: 'Mulish', sans-serif;
}

h2 {
    font-size:50px;
}

p,li,a,label, button {
	font-size: 13px;
    font-weight: 300;
    font-family: 'Playfair Display', serif;
}

.font-weight-normal {
    font-weight: 300!important;
}

strong {
    font-weight: 700;
}

ul {
	list-style-type: none;
	padding-left: 0;
}

a:hover, a:focus {
	border-bottom: 0;
	text-decoration: none;
    color: inherit;
    cursor: pointer;
}

i {
	vertical-align: middle;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

button:focus {
    outline: none;
}

.btn-primary {
    padding: 5px 40px!important;
    line-height: 35px;
    background-color: #000;
    color: #fff;
    border-radius: 0px!important;
    vertical-align: middle;
    font-size: 13px;
    border: none;
    text-transform: uppercase;
    font-family: 'Mulish', sans-serif;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #000;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    border-color: #000;
    background-color: inherit;
}

.btn-primary.outline {
    padding: 5px 40px!important;
    line-height: 35px;
    background-color: transparent;
    color: #000;
    border-radius: 0px!important;
    vertical-align: middle;
    font-size: 15px;
    border: 2px solid #000;
    text-transform: uppercase;
    font-weight: 700;
}

.nav-link ion-icon {
    display: inline-block;
    width: 3em;
    height: 3em;
    contain: strict;
    fill: currentcolor;
    box-sizing: content-box !important;
    padding-top: 8px;
}

.dropdown-toggle::after {
    display: none;
}

.scrollable-section {
    max-height: 300px;
    overflow: hidden;
    max-width: none;
    overflow-y: scroll;
    padding-right: 10px;
    text-align: justify;
}

.commercial-page .carousel-inner {
    position: relative;
    max-height: 623px;
}

.scrollable-section::-webkit-scrollbar {
    width: 0.4em;
    border-radius: 50px;
    border-radius: 13px;
}
 
.scrollable-section::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    width: 0.4em;
    background-color: #fff;
    border-radius: 13px;
}
 
.scrollable-section::-webkit-scrollbar-thumb {
    border-radius: 13px;
    background-color: #060606;
    outline: none;
    width: 0.4em;
    display: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    background-color: transparent;
    display: block;
    z-index: 999;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    display: inline-block;
}

.mega-menu {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999999999999999999;
    display: none;
    border: 0;
    padding-top: 25px;
}

.close-icon {
    position: absolute;
    left: 15px;
    top: 0;
    display: inline-block;
}

.close-icon:hover {
    cursor: pointer;
}

.menu-links {
    padding: 15% 15%;
}

.menu-head h3 {
    padding-left: 20px;
    display: inline-block;
    line-height: 30px;
    font-weight: 300;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 30px;
}

.menu-links a {
    font-size: 30px;
    color: #060606;
    line-height: 60px;
    font-family: 'Mulish', sans-serif;
    vertical-align: middle;
    padding: 0 25px;
}

.menu-links span {
    font-size: 60px;
    color: #060606;
    line-height: normal;
    font-family: 'Playfair Display', serif;
    vertical-align: middle;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}

.close-icon ion-icon {
    display: inline-block;
    width: 2em;
    height: 2em;
    contain: strict;
    fill: currentcolor;
    box-sizing: content-box !important;
    vertical-align: middle;
}

.close-icon span {
    font-size: 30px;
    text-transform: uppercase;
}

/* Fade out after 5 seconds */
.home-page {
    /* position: relative;
    z-index: 100; */
    /* min-height: 100vh; */
}

.page-intro {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; 
    bottom: 0;
    background-color: #fff;
    z-index: 200;
    height: 100%;
}

.page-intro img {
    width: 30%;
}

.page-intro p {
    text-align: center!important;
}

.text-fade {
    -webkit-animation: firstseconds 2.5s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 2.5s;
    -webkit-transition-duration: 2.5s;
    animation: firstseconds 2.5s forwards;
    animation-delay: 2.5s;
    transition-duration: 2.5s;
    transition-timing-function: ease-in;
    transition: ease-in-out 2.5s; 
}

.fadeOut {
    -webkit-animation: seconds 5s forwards;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-delay: 5s;
    -webkit-transition-duration: 5s;
    animation: seconds 5s forwards;
    animation-delay: 5s;
    transition-duration: 5s;
    transition-timing-function: ease-in;
    transition: ease-in-out 5s; 
}

@-webkit-keyframes firstseconds {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        z-index: -200;
        transition: transform 0.5s ease-in-out 3s; 
    }
}

@keyframes firstseconds {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        z-index: -200;
        transition: transform 0.5s ease-in-out 3s; 
    }
}

@-webkit-keyframes seconds {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        z-index: -200;
        transition: transform 2s ease-in-out 5s; 
    }
}

@keyframes seconds {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        z-index: -200;
        transition: transform 2s ease-in-out 5s; 
    }
}

/* Page content */
.frontend-page-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-attachment: fixed;
}

.popover .arrow {
    border: 0;
    display: none!important;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 300px;
    border-radius: 0;
    font-family: gotham-book;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 13px;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.5)!important;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    color: #fff;
    max-height: 130px;
}

.popover-body {
    padding: 10px 15px;
    color: #fff;
}

body.animation { 
    opacity: 0; 
    transition: opacity ease-in-out 3s;
    transition-timing-function: ease-in;
} 

.gallery-icon ion-icon {
    display: inline-block;
    width: 2em;
    height: 4em;
    contain: strict;
    fill: currentcolor;
    box-sizing: content-box !important;
    color: #000000;
    font-weight: 100;
}

.gallery-icon ion-icon:hover, .gallery-icon ion-icon:focus {
    cursor: pointer;
}

hr {
    height: 100px;
    border: none;
}

.gallery {
    max-height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.gallery::-webkit-scrollbar {
    width: 0.4em;
    border-radius: 50px;
    border-radius: 13px;
    display: none;
}
 
.gallery::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    width: 0.4em;
    background-color: #fff;
    border-radius: 13px;
}
 
.gallery::-webkit-scrollbar-thumb {
    border-radius: 13px;
    background-color: #060606;
    outline: none;
    width: 0.4em;
}

.gallery-page {
    margin-top: 40px;
}

/* .gallery-page {
    margin-top: -5px;
} */

/* .gallery-icon {
    z-index:99999;
    position: absolute;
    right: 5%;
} */

/* .carousel-item {
    min-height: 80vh;
} */

textarea.form-control {
    height: 200px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.error {
    margin-top: 15px;
    padding: 10px;
    background-color: #C0352C;
    color: #fff;
    display: none;
}

.output {
    margin-top: 15px;
    padding: 10px;
    background-color: #6cedbc;
    color: #fff;
    display: none;
}

#email2 {
    display: none;
}

.fancybox-slide--iframe .fancybox-content {
    width: 1000px;
    height: 600px;
    max-width: 80%;
    max-height: 80%;
    margin: 0;
}

/* Footer */
footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    padding-top: 20px;
    z-index: 99999999999999999;
}

.copyright-section {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.copyright-section a, .copyright-section p {
    color: #6c757d;
    font-size: 11px;
    font-family: 'Mulish', sans-serif;
}