@charset "utf-8";
/* CSS Document */
.banner-wrapper{background-color: #000000 !important;}

.swiper-container {
    width: 100%;
    height: 630px;
}
.swiper-slide {
    background-color: #fcfcfc;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fcfcfc;
    font-size: 24px;
}
.swiper-slide > .swiper-slide-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    right: 0;
    background: transparent no-repeat 50% 50% /cover;
}

.swiper-slide {
    transform-origin: 50% 50%;
}

.swiper-scale-effect .swiper-slide-cover {
    transition-timing-function: linear;
    transition-duration: 20s;
    transform: scale(1);
}
.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
    transform: scale(1.3);
}
:root {
 --swiper-pagination-bottom: 40px;
 --swiper-theme-color: rgba(252, 252, 252, 0.85) !important;
}
.swiper-lazy-preloader-white {
 --swiper-preloader-color: #FCFCFC;
}
.swiper-lazy-preloader-black {
 --swiper-preloader-color: #262626;
}
.swiper-button-prev, .swiper-button-next {
    background: transparent;
    opacity: 0.55;
 --swiper-navigation-color: rgba(252, 252, 252, 0.85);
    transition: opacity 0.3s ease, color 0.3s ease;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background: transparent;
    opacity: 0.85;
 --swiper-navigation-color: #fcfcfc;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px)) !important;
    box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
    background: var(--swiper-pagination-bullet-inactive-color, rgba(252, 252, 252, 0.85)) !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.55) !important;
 --swiper-pagination-bullet-horizontal-gap: 6px;
}
.swiper-pagination-bullet-active {
    box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
    background: var(--swiper-pagination-bullet-active-color, rgba(252, 252, 252, 0.85)) !important;
    opacity: var(--swiper-pagination-bullet-active-opacity, 0.85) !important;
 --swiper-pagination-bullet-horizontal-gap: 10px;
}
/*-------------------------------------------*/

.wave {
    /*    float: left;*/
    animation: wave ease-in-out 1.3s infinite alternate;
    transform-origin: center -16px;
    margin:30px auto 30px;
}
.wave:hover {
    animation-play-state: paused;
    cursor: pointer;
}
.wave .photo {
    position: relative;
    width: 300px;
    height: 260px;
    border-radius: 30px;
    padding: 8px;
    margin: 0 auto;
    text-align: center;
}
.wave .photo:before {
    content: '';
    width: 40px;
    height: 30px;
    position: absolute;
    top: -25px;
    left: 0px;
}
.photo-item:nth-child(odd) .wave .photo:before { background-image: url("../images/photos/photo-bird-b.svg");}
.photo-item:nth-child(even) .wave .photo:before {background-image: url("../images/photos/photo-bird-p.svg");}

.photo-item:nth-of-type(6n+1) .wave .photo {background-color:#FE5A86;}    
.photo-item:nth-of-type(6n+2) .wave .photo {background-color:#7DBE48;}
.photo-item:nth-of-type(6n+3) .wave .photo {background-color:#f7973a;}
.photo-item:nth-of-type(6n+4) .wave .photo {background-color:#46bed3;}   
.photo-item:nth-of-type(6n+5) .wave .photo {background-color:#f6d744;}
.photo-item:nth-of-type(6n+6) .wave .photo {background-color:#7280db;}    
.lg-on {overflow: hidden;}
    
.wave .photo img {
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.p-border {
    border: 2px dashed rgba(255,255,255,0.5);
    padding: 5px;
}
.wave .photo span {
    position: absolute;
    bottom:8px;
    right: 8px;
    width: 40px;
    height:40px;
}
.wave figcaption {
    text-align: center;
    margin-top:4px;
    font-size: 18px; line-height: 30px; font-weight: 500; 
}
.wave:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1.5px solid #000;
    top: -10px;
    left: 50%;
    border-bottom: none;
    border-right: none;
    transform:translateX(-50%) rotate(45deg);
}
.wave:before {
    content: '';
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width:15px;
    height:16px;
    background-image: url(../images/photos/pin.png);
    /* background-size: 20px 20px; */
    background-repeat: no-repeat;
    z-index: 16;
}
 @keyframes wave {
 0% {
transform: rotate(2deg);
}
 100% {
transform: rotate(-2deg);
}
}

.banner-wrapper .prev-slide-button, .banner-wrapper .next-slide-button{display: none;}

/*------------light gallery--------------*/
.lg-show-in .lg-toolbar, .lg-show-in .lg-prev, .lg-show-in .lg-next, .lg-show-in .lg-pager-outer {
    opacity: 1;
    background: rgba(255, 255, 255, 0.1);
}