
@font-face {
    font-family: "Loverica";
    src:
		url("../fonts/Loverica DEMO.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: "Gordita";
    src:
		url("../fonts/Gordita-Regular.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Gordita";
    src:
		url("../fonts/Gordita-Bold.otf") format("opentype");
	font-weight: bold;
	font-style: normal;
}


body {
    font-family: "Loverica", serif;
    min-height: 100vh;
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background: url(../images/main_bg.jpg) no-repeat center / cover;
}
.wrapper {
    background-size: cover;
    background-position: 50% 50%;
    min-height: 100vh;
}
.svgmap {
    height: 85vh;
}
.svgmap svg {
	width: 100%;
	height: 100%;
}
.svgmap .trigger { cursor: pointer; }
.svgmap .trigger :last-child { fill: rgba(255,255,255,0); }
.tickles { position:absolute; bottom: 2rem; right: 5rem; max-width: 18rem;}
.hero-section {
    min-height: 80vh;
    padding: 5vh 0;
    background-size: cover;
    background-position: 50% 50%;
}
.hero-section .close { right: 5rem; top: 5rem; z-index: 5;}
.hero-top { margin-top: 5vh;}

.top-text {
    text-align: center;
}

.top-text h1 {
    font-size: 80px;
	line-height: 85px;
    color: #ffffff;
    
}

.top-text h2 {
    font-size: 30px;
    color: #ffffff;
    
    line-height: 3;
    margin-top: -50px;
}

.top-text h3 {
    font-size: 40px;
    letter-spacing: 8px;
    color: #ffffff;
    text-transform: uppercase;
    
}

.nav-item {
    margin-right: 15px;
}

.nav-link {
    
    color: #fff !important;
    font-size: 14px;
}

.btn-white {
    font-size: 14px;
    width: 121px;
    height: 41px;
    background-color: #fff;
    border-radius: 99px;
    color: #000;
    margin-left: 10px;
}

#muteButton {
    background: none;
    border: 0 none;
    height: 52px;
    width: 52px;
	padding: 0;
}

#audioPlayer {
    position: absolute;
    top: 0px;
    opacity: 0px;
    visibility: hidden;
}

.slide-title {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 10px 0 0 0;
    line-height: 1.4;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1;
    left: 4rem;
    top: 2rem;
}

.rotateslider {
    margin-top: 20px;
	margin-bottom: 20px;
    position: relative;
    margin-left: 2rem;
    margin-right: 2rem;
}
.nav-fontu {
        font-family: gordita;
}

.slider-caption,
.slide-count {
    font-family: 'Gordita', 'Helvetica', sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.trans3d {
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform-style: preserve-3d;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform-style: preserve-3d;
    -ms-transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
    transform: translate3d(0, 0, 0);
    /*-webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility:hidden;
  backface-visibility:hidden;*/
}

#contentContainer {
    position: absolute;
    /*margin-top: -500px;*/
    margin-left: -500px;
    left: 50%;
    top: 2rem;
    width: 1000px;
    height: 600px;
}

#carouselContainer {
    position: absolute;
    /*margin-left: -500px;*/
    /*margin-top: -500px;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.carouselItem {
    width: 400px;
    height: 512px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -155px;
    margin-top: -256px;
    visibility: hidden;
}
.social {
    text-align: center;
    justify-content: flex-end;
    padding: 0.15rem 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.social a {
    display: inline-flex;
    padding: 0.15rem 0.35rem;
}

.social a:hover,
.social a:focus {
    outline: none;
    box-shadow: none;
}

.social img {
    height: 26px;
}

.carouselItemInner {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
    color: #000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.carouselItemInner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.flipster__item--current .slide-title { opacity: 1; visibility: visible; }*/

.modal-content {
    border-radius: 0.5rem;
    border: 0px;
    background-color: #242424;
}
.modal-header { border-bottom: 0 none; color: white;}
.modal-header .modal-title { }
.modal-header small { }
.modal-header .btn-close { width: auto; height: auto; color: white; font-size: 16px;}
.modal-header .btn-close img { vertical-align: text-top;}

.slideModal-content {
    display: flex;
    /*align-items: flex-start;*/
}

.slideModal-content img {
    max-width: 420px;
}

/*.slideModal-content .slide-title {
    opacity: 1;
    visibility: visible;
}*/

.slideModal-text {
    padding: 40px 70px;
    color: #fff;
}

.slideModal-text h4 {
    font-family: 'Loverica', serif;
    font-size: 70px;
    position: relative;
    margin-bottom: 10px;
}

.slideModal-text h4:after {
    display: block;
    content: "";
    height: 160px;
    width: 1px;
    background-color: #fff;
}

.slideModal-text p {
    font-size: 14px;
    font-family: 'Gordita', 'Helvetica', sans-serif;
}

.slideModal-text h6 {
    font-size: 12px;
    line-height: 1.5;
}

.slideModal-text h6 span {
    color: #8e8e8e;
}

.aboutModal-text {
    color: #fff;
    padding: 40px;
    position: relative;
	font-size: 14px;
    font-family: 'Gordita', 'Helvetica', sans-serif;
}

.aboutModal-text h2 {
    color: #fff;
	font-size: 145px; line-height:1;
    font-family: 'Loverica', serif;
}
.aboutModal-text h3{
    font-size: 90px;
    line-height: 1;
	font-family: 'Loverica', serif;
}

.aboutModal-text p {
    font-size: 14px;
}
.audio-btn {
    background: none;
    border: 0 none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
    }

    /*.modal-lg,
    .modal-xl {
        max-width: 1150px;
    }*/
}

@media screen and (max-width: 991px) {
    .navbar-collapse.show {
        border-top: 1px solid #fff;
    }

    .navbar-nav {
        flex-direction: row;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .rotateslider {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .aboutModal-text {
        padding: 2rem 1rem;
    }
    .aboutModal-text h2,
	.aboutModal-text h3	{
        font-size: 72px;
		line-height: 1;
    }
    .aboutModal-text h2 span {
        font-size: 50px;
    }
	.svgmap{
		position: relative;
		align-items: center;
		flex-direction: column-reverse;
	}
	.tickles {
		position: static;
	}
	.hero-section .close {
		top: 2rem;
		right: 2rem;
	}
}
