:root {
    --purple: #D80C70;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #1C3A46;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    background: #000;
}

p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 31px;
}

a, a:hover, a:active, a:visited, a:focus {
    color: #fff;
}

a:hover {
    text-decoration: none !important;
    transition: 0.4s all;
}

h1 {
    color: #fff;
    font-size: 80px;
    line-height: 113%;
    letter-spacing: -3px;
    margin-bottom: 16px;
    font-family: 'Yeseva One', cursive;
}

h2 {
    text-align: left;
    font-size: 46px;
    line-height: 122%;
    letter-spacing: -1.1px;
    color: #fff;
    font-family: 'Yeseva One', cursive;
    margin-bottom: 40px;
}

h3 {
    color: #fff;
    font-size: 26px;
    line-height: 113%;
    letter-spacing: -0.3px;
    font-family: 'Yeseva One', cursive;
}

.hero {
    position: relative;
}

.hero h1 {
    max-width: 641px;
}

.hero .slide-2 h1 {
    max-width: 748px;
}

.hero p {
    margin: 37px 0px 66px 0px;
    max-width: 581px;
}

.hero .carousel-caption {
    margin-bottom: 120px;
}

.hero .btn-primary {
    font-size: 21px;
    padding: 23px 48px 25px 48px;
}

.hero::after {
    content: " ";
    color: #fff;
    height: 228px;
    width: 2px;
    position: absolute;
    right: 246px;
    font-size: 14px;
    z-index: 1;
    margin-top: -151px;
    background: url(../img/line_short.svg) no-repeat;
}

.scoll-span {
    font-size: 14px;
    color: #fff;
    transform: rotate(270deg);
    position: absolute;
    right: 235px;
    z-index: 1;
    margin-top: -23px;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.container-full {
    width: 100%;
    max-width: 1768px;
    margin: 0 auto;
}

.container-wide {
    width: 100%;
    max-width: 1242px;
    margin: 0 auto;
}

.main-carousel-indicators {
    display: none;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.btn-primary {
    border-radius: 50px;
    font-size: 21px;
    font-family: 'Yeseva One', cursive;
    border: 1px solid var(--purple);
    padding: 23px 54px 24px 54px;
    background-image: linear-gradient(90deg, var(--purple), #650836);
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
}

.btn-primary:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #650836, var(--purple));
    transition: opacity 0.5s ease-out;
    z-index: 2;
    opacity: 0;
    border-radius: 50px;
}

.btn-primary:hover:after {
  opacity: 1;
}

.btn-primary span {
  position: relative;
  z-index: 3;
}

.btn-primary:hover {
    border: 1px solid var(--purple);
}

.btn-secondary, .nav-link.btn-secondary {
    background: transparent;
    border: 1px solid var(--purple);
    border-radius: 50px;
    padding: 23px 49px 24px 51px;
    font-family: 'Yeseva One', cursive;
    font-size: 21px;
    transition: 0.6s all;
}

.btn-secondary:hover, .nav-link.btn-secondary:hover, .navbar-dark .navbar-nav .nav-link.btn-secondary:hover {
    background: var(--purple);
    border: 1px solid var(--purple);
    color: #fff;
}

.link-secondary-wrap {
    margin-top: 57px;
}

.link-secondary {
    color: #767676;
    text-decoration: underline;
    font-size: 14px;
}

.subcats a {
    color: #D3D3D3;
    font-size: 14px;
    text-decoration: underline;
    margin-right: 11px;
    margin-bottom: 8px;
    display: inline-block;
}

.center-vertical-horizontal {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fadeInEffect {
            animation: fadein 3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* 18+ Entry Modal Start */

#entryModal {
    display:none;
}

#entryModal .entry-logo {
    margin-bottom: 53px;
}

#entryModal p {
    font-size: 18px;
    line-height: 225%;
    margin-bottom: 79px;
}

.overlay::before,
.overlay .autopop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
}

.overlay .autopop {
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(../img/entry_bg.jpg) no-repeat #000;
    background-position: center center;
    background-size: cover;
    z-index: 99;
    transition: all 3s ease-in-out;
}

.overlay:target::before {
    display: none;
}

.overlay:target .autopop {
    display: none;
}

.autopop .a-content {
    height: 100%;
    overflow: auto;
    padding: 0 10px;
}

/* 18+ Entry Modal End */

/* Custom checkbox */

.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #555555;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .9em;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}

i.cr-icon.glyphicon.glyphicon-ok {
    background: #d80c70;
    width: 10px;
    height: 8px;
    top: 4px;
    left: 3px;
    border-radius: 1px;
    opacity: 1;
}

.checkbox label {
    margin-right: 1.2rem;
    margin-bottom: 1.4rem;
    cursor: pointer;    
}

/* Media Queries */

@media screen and (max-width: 1570px) {

.hero .carousel-caption {
    margin-bottom: 77px;
}

h1 {
    font-size: 72px;
}

.scoll-span {
    right: 185px;
}

.hero::after {
    right: 196px;
}

}

@media screen and (max-width: 1479px) {

.hero h1 {
    max-width: 494px;
}

.hero .slide-2 h1 {
    max-width: 616px;
}

h1 {
    font-size: 57px;
    letter-spacing: -2px;
}

.hero p {
    margin: 24px 0px 57px 0px;
    line-height: 28px;
}

}

@media screen and (max-width: 1199px) {

.scoll-span, .hero::after {
    display: none;
}

.hero h1, .hero .slide-2 h1 {
    max-width: 100%;
    text-align: center;
}

.hero p {
    text-align: center;
    max-width: 100%;
}

.hero .btn-primary-wrap {
    display: flex;
    justify-content: center;
}

.carousel-item {
    position: relative;
    min-height: 600px;
}

.carousel-item img {
    position: absolute;
    object-fit: cover;
    min-height: 600px;
}

.hero {
    position: relative;
    margin-top: -63px;
    z-index: 0;
}

}

@media screen and (max-width: 834px) {

h1 {
    font-size: 53px;
}

.hero p {
    margin: 24px 0px 29px 0px;
}

}

@media screen and (max-width: 723px) {

.hero .btn-primary {
    font-size: 19px;
    padding: 18px 42px 19px 43px;
}

.hero p {
    line-height: 25px;
}

h1 {
    font-size: 46px;
}

.carousel-item img {
    object-position: center right;
}

}

@media screen and (max-width: 625px) {

.hero {
    margin-top: -106px;
}

.carousel-control-next, .carousel-control-prev {
    display: none;
}

.carousel-indicators.main-carousel-indicators {
    display: flex;
    text-align: center;
    bottom: 39px;
}

.carousel-indicators.main-carousel-indicators li {
    width: 14px;
    height: 14px;
    background: #000;
    border: 1px solid #484848;
}

.carousel-indicators.main-carousel-indicators li.active {
    background: var(--purple);
}

.carousel-caption {
    right: 10%;
    left: 10%;
}

}

@media screen and (max-width: 552px) {

.carousel-caption {
    right: 5%;
    left: 5%;
}

.overlay .autopop {
    background-position: center right;
}

#entryModal p br {
    display: none;
}

#entryModal p {
    font-size: 16px;
    line-height: 219%;
}

.nav-item-tel, .nav-item-mail {
    display: none;
}

}

@media screen and (max-width: 490px) {

h1 {
    font-size: 42px;
}

}

@media screen and (max-width: 443px) {

h1 {
    font-size: 34px;
    letter-spacing: -1px;
    line-height: 40px;
}

.hero p {
    line-height: 22px;
    font-size: 12px;
    margin: 17px 0px 29px 0px;
}

.hero .btn-primary {
    font-size: 18px;
    padding: 14px 41px 15px 42px;
}

.carousel-item {
    min-height: 552px;
}

.carousel-item img {
    min-height: 553px;
}

}
