/*
Theme Name: Dom kultue Visegrad
Theme URI: https://domkulturevgd.ba/
Author: Digitality
Author URI: https://digitality.ba/
Version: 1.0

* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

/*************** FONTS ***************/

/* cormorant-regular - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/cormorant-v21-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cormorant-italic - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/cormorant-v21-cyrillic_cyrillic-ext_latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cormorant-700 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/cormorant-v21-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* cormorant-sc-regular - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/cormorant-sc-v18-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cormorant-sc-700 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/cormorant-sc-v18-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/*************** ROOT ***************/

:root {
    --primary-font: 'Cormorant', serif;
    --secondary-font: 'Cormorant SC', serif;
    --primary-color: #d99578;
    --dark-color: #070707;
    --swiper-theme-color: #fff;
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff;
    --swiper-navigation-size: 25px !important;
}

/*************** PREDEFINED ***************/

body {    
    font-family: var(--primary-font);
    font-optical-sizing: auto;
    line-height: 1.2;
    background-color: #222;
    color: #fff;
    font-size: 19px;
}

.navbar-lang ul:first-child{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 5px;

    & li {
        display: flex;
    }

    & a{
        font-size: 16px;
        border: 1px solid #fff;
        text-transform: uppercase;
        font-family: var(--secondary-font);
        color: #fff;
        padding: 2px 5px !important;
        display: inline-block;
        text-decoration: none;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--secondary-font);
    line-height: 1;
    letter-spacing: 1.5px;
}

hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
	border-top: 4px solid #d99578;
    opacity: 1;
}
.hr-sm {
    width: 60px;
}

a {
    color: #fff;
}

.btn {
    font-family: var(--primary-font);
    letter-spacing: 1.5px;
    padding: 14px 24px;
    width: 220px;
    max-width: 100%;
    border-radius: 0;
    transition: all .3s;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.btn-primary {
    background: #FFFFFF;
    color: var(--dark-color);
    border: 1px solid #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background: var(--dark-color) !important;
    color: #FFFFFF !important;
    border: 1px solid var(--dark-color);
}

.btn-secondary {
    background: var(--dark-color);
    color: #FFFFFF;
    border: 1px solid var(--dark-color);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
    background: #FFFFFF !important;
    color: var(--dark-color) !important;
    border: 1px solid var(--dark-color);
}


/**********************************
        HEADER
**********************************/
.navbar {
	padding-top: 12px;
	padding-bottom: 12px;
	/* background: rgba(0,0,0,.6); */
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.00) 100%);
	transition: all 0.3s;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.navbar-nav .nav-item {
    padding: 0 0 20px;
}
.navbar-nav .nav-link {
    text-transform: uppercase;
    font-family: var(--secondary-font);
    color: #fff;
    padding: 2px 5px !important;
    display: inline-block;
    border-bottom: 1px solid transparent;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover
{
    color: #fff;
    border-bottom: 1px solid #fff;
}



.navbar-lang .nav-item {
    padding: 5px 5px;
}
.navbar-lang .nav-link {
    font-size: 16px;
    border: 1px solid #fff;
}
.navbar-lang .nav-link.active,
.navbar-lang .nav-link:hover
{
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
}

/**********************************
        FullPage
**********************************/
#fullpage .section {
    color: #fff;
    /*background: url(img/home1.jpg) no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
    background-position: center center;
}

#fullpage .section .intro {
    position: relative;
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px;
}
#fullpage .section .intro .slide-title {
	font-size: 42px;	    
}

#fullpage .section-down {
    position: absolute;
    left: 50%;
    margin-left: -19px;
    bottom: 40px;
    z-index: 3;
}
#fullpage .section-down img {
    width: 38px;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: bounce-arrow;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}
@keyframes bounce-arrow {
    0%   { transform: scale(1,1)      translateY(0); }
    10%  { transform: scale(1.1,.9)   translateY(0); }
    30%  { transform: scale(.9,1.1)   translateY(-20px); }
    50%  { transform: scale(1.05,.95) translateY(0); }
    57%  { transform: scale(1,1)      translateY(-7px); }
    64%  { transform: scale(1,1)      translateY(0); }
    100% { transform: scale(1,1)      translateY(0); }
}

#fullpage .section.overlay-full:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.6) !important;
    opacity: 1;
}

#fullpage .section.overlay-right, 
#fullpage .section.overlay-left {
    justify-content: end;
    padding-bottom: 100px;
}
#fullpage .section.overlay-right::before, 
#fullpage .section.overlay-left::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    background: linear-gradient(to bottom, transparent 20%, rgb(0, 0, 0) 100%) ;
}   

/* navigation */
#fp-nav.fp-right {
	right: 0;
}
#fp-nav ul li, .fp-slidesNav ul li {
	width: 15px;
	height: 15px;
	margin: 10px 4px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span, #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
	height: 15px;
	width: 15px;
	background: #fff;
	margin: 0;
    opacity: 0.4;
    left: 0;
    top: 0;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
	height: 15px;
	width: 15px;
	background: #fff;
	margin: 0;
    opacity: 1;
}


/**********************************
        PAGE
**********************************/
.page-cover {
    position: relative;
    color: #fff;
    /*background: url(img/home1.jpg) no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
    background-position: center center;
}
.page-cover::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 1;
	background: linear-gradient(to bottom, transparent 20%, #222 100%) !important;
}

.cover-img img {
	object-fit: cover;
	width: 100%;
	height: 350px;
    
}
.cover-title {
	position: absolute;
	top: 100px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	color: #fff;
}



.page-content blockquote {
	width: fit-content;
	padding: 10px;
	border-left: 5px solid var(--primary-color);
}
.page-content blockquote p:last-child {
    margin-bottom: 0;
}
.page-content p img,
.page-content img,
.page-content .wp-caption
{
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}
.page-content .wp-caption img {
    margin-bottom: 0;
}
.wp-caption-text {
    text-align: center;
    font-style: italic;
}


/******** SWIPPER ***********/
.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #fff;
}

.gtranslate_wrapper {
	display: flex;
	gap: 4px;
}
a.glink img {
	width: 30px;
}
a.glink.gt-current-lang {
	display: none;
}
/******** RESPONSIVE SM ***********/
@media (min-width: 576px) {

}

/******** RESPONSIVE MD ***********/
@media (min-width: 768px) {
}

/******** RESPONSIVE LG ***********/
@media (min-width: 992px) {
    body {
        font-size: 22px;
    }
    h1 {
        font-size: 3.5rem;
    }
    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 2rem;
    }
    #fullpage .section.overlay-right, 
    #fullpage .section.overlay-left {
        justify-content: center;
        padding-bottom: 0;
    }
    #fullpage .section.overlay-right:before {
        background: linear-gradient(to right, transparent 20%, rgb(0, 0, 0) 100%) !important;
    }
    #fullpage .section.overlay-left:before {
        background: linear-gradient(to left, transparent 20%, rgb(0, 0, 0) 100%) !important;
    } 
    
    #fullpage .section .intro {
        padding-left: 60px;
        padding-right: 60px;
    }
    #fullpage .section .intro .slide-title {
        font-size: 64px;	    
    }
    #fp-nav.fp-right {
        right: 17px;
    }
        
    
    .cover-img img {
        height: auto;
        aspect-ratio: 5/2;
    }
    
    
}

/******** RESPONSIVE XL ***********/
@media (min-width: 1200px) {
    .navbar-nav .nav-item {
        padding: 5px 15px;
    }
    .navbar-lang .nav-item {
        padding: 5px;
    }
}

/******** RESPONSIVE XXL ***********/
@media (min-width: 1400px) {
}

/******** RESPONSIVE CUSTOM ***********/
@media (min-width: 1600px) {}