@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,900&display=swap&subset=latin-ext');

:root {
    --swiper-navigation-size: 30px;
    --swiper-theme-color: #000;
    --swiper-pagination-bottom: -30px;
    --swiper-navigation-sides-offset: 20px;
}

body,h1,h2,h3,h4,h5,h6,p,a,span,label,input,li,ul,ol,div{
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    font-size: 14px;
}

body{
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: opacity 0.5s;
}

::selection {
  background: #ac2d49; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #ac2d49; /* Gecko Browsers */
  color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(172, 45, 73, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(172, 45, 73, 0.6);
  outline: 0 none;
}

strong{
	font-weight: 900;
}

.swiper-wrapper {
    align-items: center;
}

.content-width{
    max-width: 1320px;
    margin: 0 auto;
}

.no-padding {
    padding: 0;
    margin: 0;
}

h1{
    font-size: 36px;
    color: #000;
    font-weight: 900;
	text-align: center;
}

h2,
h3{
    font-size: 36px;
    color: #000;
    font-weight: 900;
	text-align: center;
	margin: 40px 0;
	text-transform: uppercase;
}

#about-us h2,
#contact h2,
#gallery h2{
	text-align: left;
}

p{
    font-weight: 400;
    font-size: 16px;
}

ul,li{
    font-weight: 400;
    font-size: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.clear{
    clear: both;
}

.bg{
	background-size: cover !important;
	background-position: center 0% !important;
	background-repeat: no-repeat !important;
}

.mc{
    display: flex;
    align-items: center;
    justify-content: center
}

section{
	padding: 80px 0;
}


/* NAVBAR */

header .navbar{
	background: #000;
	border: none;
	border-radius: 0;
}

header .navbar .navbar-nav .nav-item,
header .navbar .navbar-nav .nav-link{
	color: #fff !important;
    text-transform: uppercase;
}

header .navbar .navbar-nav{
	width: 100%;
}


header .navbar .navbar-brand{
	color: #fff;
	font-weight: 900;
	letter-spacing: 2px;
	font-size: 35px;
}

header .navbar .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .navbar-collapse .navbar-brand {
    display: none;
}

@media (min-width: 992px){
    header .navbar .header {
        display: none;
    }

    header .navbar-collapse .navbar-brand {
        display: block;
    }
}

header .navbar .header img {
    height: 30px;
    filter: invert(1);
}

.open-sidebar {
    width: 28px;
    height: 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.open-sidebar .hb {
    border-bottom: 3px solid white;
    border-radius: 99px;
    transition: all 0.45s;
}

.profile-navbar .open-sidebar .hb {
    border-color: white;
}

.open-sidebar .hb1,
.open-sidebar .hb2 {
    width: 26px;
}

.open-sidebar .hb3 {
    width: 13px;
    margin-left: 12px;
}

.open-sidebar.closed .hb1 {
    transform: rotate(-45deg) translate(-6px, 6px);
    width: 30px;
}

.open-sidebar.closed .hb2 {
    margin-right: -100%;
    opacity: 0;
}

.open-sidebar.closed .hb3 {
    transform: rotate(45deg) translate(-6px, -6px);
    width: 30px;
    margin-left: 0;
}

/* HOMEPAGE */

#homepage{
	height: 768px;
    position: relative;
    margin-top: 80px;
    padding-top: 0;
}

#homepage .bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1440px;
    height: 100%;
    z-index: -1;
    object-fit: contain;
    object-position: bottom;
}

/* ABOUT US */

#about-us .image{
	padding-left: 0;
}

#about-us h2{
	margin-top: 0;
}

/* SHOWS

#shows{
	background: #efefef;
}

#shows .swiper-slide .content{
	border: 1px solid black;
	width: 330px;
	height: 330px;
	border-radius: 330px;
	padding: 35px;
}
#shows .swiper-slide:nth-child(odd) .content{
	background: #000;
}

#shows .swiper-slide .content h3{
	font-weight: 900;
	font-size: 20px;
	margin-bottom: 20px;
}

#shows .swiper-slide .content h4{
	font-weight: 900;
	font-size: 14px;
}

#shows .swiper-slide .content p{
	font-size: 13px;
}

#shows .swiper-slide:nth-child(odd) .content h3,
#shows .swiper-slide:nth-child(odd) .content h4,
#shows .swiper-slide:nth-child(odd) .content p{
	color: #fff;
}

#shows .next{
	
}

#shows .prev{
	
}

*/

#shows{
    background: #efefef;
    padding-bottom: 0;
    padding-top: 30px;
}

#shows h2{
    margin-bottom: 60px;
}

#shows .item{
    padding: 0 5px !important;
}

#shows .item .inner{
    height: 400px;
}

#shows .item .layer{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    transition: all 0.25s;
    opacity: 0;
    padding: 30px;
}

#shows .item:hover .layer{
    opacity: 1;
}


#shows .item h3{
    color: #fff;
    font-size: 25px !important;
}

/* GALLERY */

#gallery .row {
    margin: 0 !important;
    justify-content: center;
}

#gallery .gallery-item{
	padding: 3px;
}

#gallery .gallery-item .inner{
    width: 80px;
	height: 80px;
    object-fit: cover;
	filter: grayscale(100%);
	transition: all 0.25s;
}

#gallery .gallery-item .inner:hover,
#gallery .gallery-item .inner:focus{
	filter: grayscale(0%);
}

#gallery .videos .item{
    padding: 0 5px 5px;
    margin-bottom: 5px;
}

#gallery iframe {
    pointer-events: none;
}

/* REFERENCIES */

#referencies{
	background: #efefef;
}

#referencies .content{
	background: #fff;
	padding: 45px 70px;
}

#referencies h3{
	font-weight: 900;
	z-index: 23;
	padding: 3px 10px 0px;
	background: #fff;
	font-size: 18px;
	letter-spacing: 1px;
    margin-bottom: 0px;
}

#referencies .desc{
	padding-top: 10px;
}

#referencies .desc p{
	font-size: 16px;
	letter-spacing: 2;
}

/* CONTACT */

#contact ul{
	margin-top: -10px;
}

#contact ul li,
#contact ul li a,
#contact ul li a:hover,
#contact ul li a:focus{
	font-size: 28px;
	font-weight: 900;
	line-height: 2;
	text-decoration: none;
	color: #000;
}

#contact ul li i{
	width: 28px;
	margin-right: 10px;
}

#contact .form-control{
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
}

#contact .form-control::-webkit-input-placeholder { 
  color: #000;
}

#contact .form-control:-ms-input-placeholder{
  color: #000;
}

#contact .form-control::placeholder {
  color: #000;
}


#contact .btn-primary{
	background: #000;
	color: #fff;
	font-weight: 900;
	border: 2px solid #000;
	border-radius: 0;
	width: 150px;
}

@media (max-width: 767px){

    :root {
        --swiper-navigation-size: 20px;
        --swiper-navigation-sides-offset: 13px;
    }

    h2 {
        margin-top: 0;
        margin-bottom: 30px;
    }
    p {
        font-size: 0.875rem;
    }
    
    section {
        padding: 40px 0;
    }

    #homepage {
        margin-top: 40px;
        height: 400px;
    }
	
    #homepage h2 {
        margin-top: 40px;
    }

	/* #about-us .image{
		padding-left: 15px;
		padding-right: 15px !important;
	} */
	
	#about-us h2,
	#contact h2,
	#gallery h2{
		text-align: center;
	}

    #shows h2 {
        margin-bottom: 40px;
    }

    #shows .item .inner{
        height: 240px;
        margin-bottom: 15px;
    }

    #shows .item h3{
        font-size: 16px !important;
    }

    #contact ul li,
    #contact ul li a,
    #contact ul li a:hover,
    #contact ul li a:focus{
        font-size: 20px;
    }

    #referencies {
        padding: 40px 0 70px;
    }

    #referencies .content{
        padding: 25px 40px;
    }
}

@media (min-width: 768px) and (max-width: 992px){

}

@media (min-width: 993px) and (max-width: 1200px){

}

@media (min-width: 1201px) and (max-width: 1366px){
    
}

@media (min-width: 1367px){
  
}

