@import url(bootstrap.css);
@import url(base.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.0/css/font-awesome.min.css);
@import url(//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(flexslider.css);
@import url(wow.css);
@import url(magnific-popup.css);
@import url(fonts.css);
@import url(https://fonts.googleapis.com/css?family=Nunito:400,600%7cPermanent+Marker);

.block-top,
.hero-content {
    color: #fff;
    text-align: center
}

.block-teaser,
.main-nav li {
    text-transform: uppercase
}

.loader {
    background: #141414;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000
}

.block-top,
.wrapper {
    background: #000
}

.loader-inner {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.loading-spinner {
    animation: 2s ease-in-out infinite spinner-rotate;
    -webkit-animation: 2s ease-in-out infinite spinner-rotate;
    -moz-animation: 2s ease-in-out infinite spinner-rotate;
    -ms-animation: spinner-rotate 2s ease-in-out infinite;
    -o-animation: 2s ease-in-out infinite spinner-rotate
}

.spinner {
    animation: 8s ease-in-out infinite spinner-color, 2s ease-in-out infinite spinner-dash;
    -webkit-animation: 8s ease-in-out infinite spinner-color, 2s ease-in-out infinite spinner-dash;
    -moz-animation: 8s ease-in-out infinite spinner-color, 2s ease-in-out infinite spinner-dash;
    -ms-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -o-animation: 8s ease-in-out infinite spinner-color, 2s ease-in-out infinite spinner-dash;
    stroke-linecap: round
}

@keyframes spinner-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: trotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@keyframes spinner-color {

    0%,
    100% {
        stroke: #ffffff
    }
}

@keyframes spinner-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -125px
    }
}

.header,
.wrapper {
    margin: 0 auto;
    max-width: 1600px;
    position: relative
}

.block-top:not(.active) {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    pointer-events: none
}

.block-top {
    position: fixed;
    width: 3.2rem;
    height: 3.2rem !important;
    right: 2.875rem;
    bottom: 3.6875rem;
    padding-top: .6rem;
    z-index: 100;
    border-radius: 50%
}

.background-img,
.header {
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%
}

.block-top i {
    font-size: 1.2rem
}

.background-img img,
.block-tab li,
.block-tab li .block-video,
.block-tweets .slides .user [data-scribe="element:name"],
.block-tweets .slides .user a img,
.block-tweets .slides .user a span,
.block-tweets .slides p.interact,
.slick-slide.slick-loading img {
    display: none
}

.background-img {
    height: 50% !important;
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position: 50% 50% !important;
    background-repeat: repeat;
    background-size: cover !important;
    position: absolute;
    z-index: 0
}

.overlay:before {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .5) 55%, #000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .5) 55%, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .5) 55%, #000 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 2
}

.slider .slides li {
    background-size: cover;
    height: 1050px;
}
.flex-control-paging{display: none;}
.header {
    right: 0;
    z-index: 999
}
.sticky-nav {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

.header .logo {
    display: inline-block;
    height: 80px;
    margin-top: 1rem
}

.header .logo img {
    max-height: 100%
}

.block-filter li a.active,
.block-tabs li.active,
.header .logo:hover img,
.video-play-ico:hover {
    opacity: 1
}
.toggle-mobile-but {
    padding: 19px;
    background: #fff;
}
.mobile-but {
    height: 1.5rem;
    position: absolute;
    left: 45px;
    top: 15px;
    z-index: 1000;
    display: none
}

.mobile-but .lines {
    transform: translate(0, 10px) rotate(0);
    -webkit-transform: translate(0, 10px) rotate(0);
    -ms-transform: translate(0, 10px) rotate(0);
    -moz-transform: translate(0, 10px) rotate(0)
}

.mobile-but .lines,
.mobile-but .lines:after,
.mobile-but .lines:before {
    height: .125rem;
    width: 1.5625rem;
    border-radius: 3px
}

.mobile-but .lines:after,
.mobile-but .lines:before {
    content: " ";
    display: block;
    background: #5a0a1b;
}

.mobile-but .lines:after {
    transform: translate(0, 4px) rotate(0);
    -webkit-transform: translate(0, 4px) rotate(0);
    -ms-transform: translate(0, 4px) rotate(0);
    -moz-transform: translate(0, 4px) rotate(0)
}

.mobile-but .lines:before {
    transform: translate(0, -4px) rotate(0);
    -webkit-transform: translate(0, -4px) rotate(0);
    -ms-transform: translate(0, -4px) rotate(0);
    -moz-transform: translate(0, -4px) rotate(0)
}

.toggle-mobile-but.active .mobile-but .lines:after {
    transform: translate(0, -1px) rotate(45deg);
    -webkit-transform: translate(0, -1px) rotate(45deg);
    -ms-transform: translate(0, -1px) rotate(45deg);
    -moz-transform: translate(0, -1px) rotate(45deg)
}

.toggle-mobile-but.active .mobile-but .lines:before {
    transform: translate(0, 1px) rotate(-45deg);
    -webkit-transform: translate(0, 1px) rotate(-45deg);
    -ms-transform: translate(0, 1px) rotate(-45deg);
    -moz-transform: translate(0, 1px) rotate(-45deg)
}

.main-nav li {
    display: inline-block;
    font-size: .65rem;
    margin-left: 1.9625rem;
    font-weight: 600
}

.main-menu li a,
.main-nav li span {
    color: #000;
    position: relative;
    padding: 1.2rem 0
}

.main-nav li span.search-ico {
    cursor: pointer;
    color: #ff5252
}

.hero-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 40
}

h1.large {
    font-size: 4.5rem;
    line-height: 1.3;
    font-family: 'Permanent Marker', cursive
}

.video-play-but {
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    height: 5.3125rem;
    width: 5.3125rem;
    position: relative
}

.video-play-but:after {
    border-color: transparent transparent transparent #000;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    content: "";
    height: 0;
    margin-left: -.375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.video-play-but:hover {
    background-color: transparent;
    border: 2px solid #fff
}

.video-play-but:hover:after {
    border-color: transparent transparent transparent #fff
}

ul.block-images li:first-child {
    padding-right: 10px
}

ul.block-images li:last-child {
    padding-left: 10px
}

.block-tracklist .audiojs {
    background-image: none;
    background-color: #1a1a1a;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 7.3rem;
    display: none
}

.block-tracklist .audiojs .play-pause {
    border-right: 0
}

.block-tracklist .block-lyrics {
    display: none;
    margin: 0 auto
}

.block-tracklist .block-lyrics p,
.card.block-info p,
.footer p {
    color: #ccc
}

.block-tracklist .playlist {
    border: 1px solid #444;
    border-radius: 3px
}

.block-tracklist .playlist li {
    padding: 1rem 1.5rem 1rem 2.5rem;
    cursor: pointer;
    position: relative
}

.block-tracklist .playlist li:not(:last-child) {
    border-bottom: 1px solid #444
}

.block-tour:before,
.block-tracklist .playlist li:before {
    background: #121212;
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: .45s;
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -ms-transition: .45s
}

.block-tour:hover:before,
.block-tracklist .playlist li.playing:before,
.block-tracklist .playlist li:hover:before {
    width: 100%;
    left: 0
}

.block-tracklist .playlist li:after {
    content: "\e8d4";
    font-family: fontello;
    position: absolute;
    left: 1.75rem;
    top: 1.5rem;
    font-size: .5625rem;
    color: #000;
    background: #444;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    text-align: center;
    line-height: 30px
}

.block-tracklist .playlist li.playing:after {
    content: "\e8d8";
    background: #fff
}

.block-tracklist .playlist li.playing.pause:after {
    content: "\e8d4";
    background: #fff
}

a.selected,
span.selected,
t-white {
    color: #fff !important
}

.block-album {
    border-radius: 3px;
    border: 1px solid #444;
    overflow: hidden
}

.block-teaser p {
    font-weight: 700;
    font-size: 1.5rem;
    padding-bottom: .5rem
}

.block-filter li,
.block-tabs li {
    margin: 0 .78125rem;
    cursor: pointer;
    padding: 0 .25rem
}

.countdown {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: .34rem
}

.block-tabs li {
    position: relative;
    color: #fff;
    opacity: .5
}

.block-tab {
    border: 1px solid #444;
    border-bottom: 0;
    border-radius: 3px;
    position: relative;
    border-left: 0;
    border-right: 0
}

.block-tab:after,
.block-tab:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 93.5%;
    background: #444;
    top: 0;
    z-index: 10
}

.block-tab:after {
    left: 22.9%
}

.block-tab:before {
    left: 73.3%
}

.block-tour {
    border-bottom: 1px solid #444;
    padding: 1rem 1.5rem 1rem 0
}

.block-tour .col-lg-3 h3 {
    position: relative;
    top: 10px
}

.block-tour .col-lg-4 a,
ol.playlist .col-lg-6 a {
    position: relative;
    top: 8px
}

.block-tab li.active,
.block-tab li.active .block-video {
    display: block
}

.block-video {
    background: #000;
    position: relative;
    overflow: hidden
}

.video-play-ico {
    position: absolute;
    top: 50%;
    left: 105%;
    z-index: 2;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: .7
}

.block-email-form,
.block-filter li,
.block-tweets,
.card-gallery > *,
.single-team .thumb {
    position: relative
}

.video-play-ico i {
    font-size: 20px
}

.block-email-form .email-form input[type=email],
.block-email-form .email-form input[type=number],
.block-email-form .email-form input[type=text] {
    border: none;
    background: rgba(255, 255, 255, .4);
    border-radius: 25px;
    padding-left: 30px
}

.block-email-form .email-form button[type=submit] {
    position: absolute;
    right: 0;
    border-radius: 25px;
    background: rgba(255, 255, 255, .4);
    border: none;
    padding: .76rem 1.9rem;
    color: #fff
}

.block-filter li a {
    color: #fff;
    opacity: .5
}

.block-card {
    margin-bottom: 30px
}

.disable:before {
    opacity: .7;
    background: #141414;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.card-gallery.image-gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.card-gallery > * {
    width: 100%;
    z-index: 2
}

.btn-absolute {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%
}

.block-instafeed li {
    width: 20%;
    margin-right: .5rem !important;
    margin-left: .5rem
}

.block-instafeed li:nth-last-of-type(-n+4) img,
.block-tweets .slides p {
    margin-bottom: 0
}

.block-tweets .tweet {
    margin-top: 1rem;
    font-size: 1rem
}

.block-tweets .slides p a {
    text-decoration: underline;
    color: #999
}

.close-yu,
.footer p em {
    color: #fff
}

.block-tweets .slides p a:hover {
    text-decoration: none
}

.block-tweets .slides p.timePosted a {
    margin-top: 1rem;
    display: inline-block;
    font-size: .9375rem
}

.block-tweets .slides .user [data-scribe="element:screen_name"] {
    display: block;
    font-size: .9375rem;
    line-height: 1.68421053rem;
    font-weight: 400
}

.block-tweets .slides .user img {
    display: inline-block;
    clear: both;
    margin-bottom: .92857143rem;
    border-radius: 50%
}

.block-social.colored li {
    margin: 0
}

.block-social.colored li a {
    font-size: 2rem;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    border: 0;
    line-height: 2.4;
    opacity: 1;
    color: #fff;
    margin: 0 1.5rem
}

.block-social.colored li:first-child a {
    background: #175f9f
}

.block-social.colored li:nth-child(2) a {
    background: #00c6f8
}

.block-social.colored li:nth-child(3) a {
    background: #df0006
}

.block-social.colored li:nth-child(4) a {
    background: #ee322a
}

.block-social.colored li:last-child a {
    background: #3c59ef
}

@media all and (max-width:990px) {
    .header {
        padding: 5px 0
    }

    .header .logo {
        margin-top: .5rem
    }

    .mobile-but {
        display: block
    }

    .main-nav ul {
        display: none;
        text-align: left
    }

    .main-nav li,
    .main-nav li:first-child {
        float: none;
        display: block;
        margin-left: 0
    }

    .main-menu li a {
        display: inline-block;
        padding: .5rem 0
    }

    h1.large {
        font-size: 4rem
    }

    .alt-font {
        font-size: 3rem
    }

    ul.block-images li:first-child {
        padding-right: 15px
    }

    ul.block-images li:last-child {
        padding-left: 15px
    }

    .block-album-info {
        margin-top: 3rem
    }

    .pattern-center,
    .pattern-right {
        width: 70%
    }

    .sing {
        width: 45%
    }

    ul.block-tab .block-content.pl-5 {
        padding-left: 1rem !important
    }

    .block-tab::after {
        left: 22.9%
    }

    ul.block-tab .block-content.pr-4 {
        padding-right: 0 !important
    }

    .block-tab:before {
        left: 66.3%
    }

    .video-play-ico {
        left: 90%
    }

    .block-tab::after,
    .block-tab::before {
        height: 91.4%
    }

    section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(3),
    section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(4) {
        margin-top: 2rem
    }
}

@media only screen and (min-device-width:720px) and (max-device-width:1280px) and (orientation:portrait) {

    input,
    textarea {
        -webkit-appearance: none
    }

    .alt-font {
        font-size: 2.8rem
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (orientation:landscape) {

    .pattern-center,
    .pattern-right {
        width: 60%
    }

    .pattern-right {
        right: 40px
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (orientation:portrait) {

    .pattern-center,
    .pattern-right {
        width: 70%
    }

    .pattern-right {
        right: 40px
    }

    .block-social li:last-child a {
        margin-top: .4rem
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {

    input,
    textarea {
        -webkit-appearance: none
    }

    section.divider {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    section.main {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    h1.large {
        font-size: 4rem
    }

    .h1,
    h1 {
        font-size: 2rem
    }

    .h4,
    h4 {
        font-size: .9375rem
    }

    .alt-font {
        font-size: 2.5rem
    }

    ul.block-images li img {
        width: 215px
    }

    .block-social li:first-child {
        margin-bottom: .4rem
    }

    .sing {
        max-width: 40%
    }

    .pattern-center,
    .pattern-right {
        width: 70%
    }

    .pattern-right {
        right: 40px
    }

    ul.block-tab .block-content.pl-5 {
        padding-left: 1rem !important
    }

    .block-tab:before {
        left: 70.3%
    }

    .block-tab::after {
        left: 22.9%
    }

    .video-play-ico {
        left: 99%
    }

    .big-icon {
        font-size: 5rem
    }
}

@media only screen and (min-width:768px) and (max-width:960px) {

    input,
    textarea {
        -webkit-appearance: none
    }

    section.divider {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    h1.large {
        font-size: 4rem
    }

    .h1,
    h1 {
        font-size: 2rem
    }

    .h4,
    h4 {
        font-size: .9375rem
    }

    .sing {
        max-width: 50%
    }

    .alt-font {
        font-size: 2.5rem
    }

    .block-album-info {
        margin-top: 3rem
    }

    .block-member img.pl-3 {
        padding-left: 0 !important
    }

    .block-member img.pr-3,
    ul.block-tab .block-content.pr-4 {
        padding-right: 0 !important
    }

    .block-instafeed li {
        width: 22%
    }

    ul.block-tab .block-content.pl-5 {
        padding-left: 1rem !important
    }

    .video-play-ico {
        left: 90%
    }

    .block-tab:before {
        left: 66.3%
    }

    .block-tab::after,
    .block-tab::before {
        height: 91.4%
    }

    .pattern-center,
    .pattern-right {
        width: 80%
    }

    .pattern-right {
        right: 40px
    }

    section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(3),
    section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(4) {
        margin-top: 2rem
    }

    .big-icon {
        font-size: 5rem
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {

    input,
    textarea {
        -webkit-appearance: none
    }

    .slider .slides li {
        height: 800px
    }

    section.divider {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    section.main {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .btn {
        font-size: .68125rem
    }

    .video-play-but {
        width: 4.3125rem;
        height: 4.3125rem
    }

    h1.large {
        font-size: 3.5rem;
        line-height: 1;
        margin-bottom: .5rem !important
    }

    .h1,
    h1 {
        font-size: 1.7rem
    }

    h2 {
        font-size: 1.2625rem
    }

    .h2 {
        font-size: 1.45rem
    }

    .h3,
    h3 {
        font-size: 1rem
    }

    .h4,
    h4 {
        font-size: .9375rem
    }

    .h5,
    h5 {
        font-size: .9rem
    }

    .h6,
    h6 {
        font-size: .75rem
    }

    .alt-font,
    .countdown {
        font-size: 2.5rem
    }

    .block-tweets .slides .user[data-scribe="element:screen_name"],
    .block-tweets .slides p.timePosted a,
    .p,
    p {
        font-size: .875rem
    }

    .w-95 {
        width: 85%
    }

    section.about .container .row .col-md-5.offset-md-1 .block-content {
        margin-top: 3rem
    }

    .block-album-info {
        margin-top: 3rem !important
    }

    .sing {
        margin-bottom: 3rem !important;
        max-width: 25%
    }

    .block-tour,
    .block-tracklist .playlist li {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .block-tracklist .playlist li:after {
        left: 2.4rem;
        top: 2.1rem
    }

    .block-instafeed li {
        width: 44%
    }

    .block-instafeed li:nth-last-of-type(-n+4) img,
    .block-tab .col-lg-5.col-md-5 span {
        margin-bottom: 1rem
    }

    .block-tab:after,
    .block-tab:before,
    .pattern-center,
    .pattern-right {
        display: none
    }

    .block-member {
        margin-top: 0 !important;
        margin-bottom: 3rem
    }

    .block-social.colored li:last-child,
    section.band .col-md-4.col-lg-4:last-child .block-member,
    section.blog .col-md-4:last-child .card,
    section.discography .col-md-6.col-lg-3:last-child .block-album {
        margin-bottom: 0
    }

    section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(3),
    section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(4) {
        margin-top: 0
    }

    ul.block-tab .block-content.pl-5 {
        padding-left: 0 !important
    }

    .block-tab .block-content .col-lg-3.col-md-3.text-center {
        text-align: left !important
    }

    .block-tour .col-lg-3 h3 {
        top: 0
    }

    .block-tour {
        padding-left: 2rem
    }

    .block-email-form .email-form button[type=submit] {
        padding: .84rem 1.9rem
    }

    .card-gallery.image-gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .video-play-ico {
        left: 90%
    }

    .block-album,
    section.about .col-lg-3.col-md-4:nth-child(2) .block-content,
    section.blog .col-md-4 .card {
        margin-bottom: 3rem
    }

    .block-social.colored li {
        margin-right: 0;
        margin-bottom: 1rem
    }

    .block-social.colored li a {
        width: 65px;
        height: 65px;
        font-size: 1.6rem;
        line-height: 2.5;
        margin: 0 1rem
    }

    .big-icon {
        font-size: 4rem
    }
}

@media only screen and (max-width:479px) {

    input,
    textarea {
        -webkit-appearance: none
    }

    .slider .slides li {
        height: 800px
    }

    section.divider {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    section.main {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .btn {
        font-size: .68125rem
    }

    .video-play-but {
        width: 4.3125rem;
        height: 4.3125rem
    }

    .video-play-ico {
        left: 90%
    }

    h1.large {
        font-size: 3.5rem;
        line-height: 1;
        margin-bottom: .5rem !important
    }

    .h1,
    h1 {
        font-size: 1.7rem
    }

    h2 {
        font-size: 1.2625rem
    }

    .h2 {
        font-size: 1.45rem
    }

    .h3,
    h3 {
        font-size: 1rem
    }

    .block-tweets .tweet,
    .h4,
    h4 {
        font-size: .9375rem
    }

    .h5,
    h5 {
        font-size: .9rem
    }

    .h6,
    h6 {
        font-size: .75rem
    }

    .alt-font,
    .countdown {
        font-size: 2.5rem
    }

    .block-tweets .slides .user[data-scribe="element:screen_name"],
    .block-tweets .slides p.timePosted a,
    .p,
    p {
        font-size: .875rem
    }

    section.about .container .row .col-md-5.offset-md-1 .block-content {
        margin-top: 3rem
    }

    ul.block-images li:first-child {
        padding-right: 15px
    }

    ul.block-images li:last-child {
        padding-left: 15px
    }

    .block-album-info {
        margin-top: 3rem !important
    }

    .sing {
        margin-bottom: 3rem !important;
        max-width: 40%
    }

    .block-tour,
    .block-tracklist .playlist li {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .block-tracklist .playlist li:after {
        left: 2.4rem;
        top: 2.1rem
    }

    .block-instafeed li {
        width: 44%
    }

    .block-instafeed li:nth-last-of-type(-n+4) img,
    .block-tab .col-lg-5.col-md-5 span {
        margin-bottom: 1rem
    }

    .block-tab:after,
    .block-tab:before,
    .pattern-center,
    .pattern-right {
        display: none
    }

    .block-member {
        margin-top: 0 !important;
        margin-bottom: 3rem
    }

    .block-social.colored li:last-child,
    section.band .col-md-4.col-lg-4:last-child .block-member,
    section.blog .col-md-4:last-child .card,
    section.discography .col-md-6.col-lg-3:last-child .block-album {
        margin-bottom: 0
    }

    section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(3),
    section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(4) {
        margin-top: 0
    }

    ul.block-tab .block-content.pl-5 {
        padding-left: 0 !important
    }

    .block-tab .block-content .col-lg-3.col-md-3.text-center {
        text-align: left !important
    }

    .block-tour .col-lg-3 h3 {
        top: 0
    }

    .block-tour {
        padding-left: 2rem
    }

    .block-email-form .email-form button[type=submit] {
        padding: .84rem 1.9rem
    }

    .card-gallery.image-gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .block-album,
    section.about .col-lg-3.col-md-4:nth-child(2) .block-content,
    section.blog .col-md-4 .card {
        margin-bottom: 3rem
    }

    .block-social.colored li {
        margin-right: 0;
        margin-bottom: 2rem
    }

    .block-social.colored li a {
        width: 65px;
        height: 65px;
        font-size: 1.6rem;
        line-height: 2.5
    }

    .big-icon {
        font-size: 4rem
    }
}

@media (max-width:575.98px) {
    .modal-fullscreen {
        padding: 0 !important
    }

    .modal-fullscreen .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-sm {
        padding: 0 !important
    }

    .modal-fullscreen-sm .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm .modal-body {
        overflow-y: auto
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-md {
        padding: 0 !important
    }

    .modal-fullscreen-md .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md .modal-body {
        overflow-y: auto
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-lg {
        padding: 0 !important
    }

    .modal-fullscreen-lg .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg .modal-body {
        overflow-y: auto
    }
}

.modal-fullscreen-xl {
    padding: 0 !important
}

.modal-fullscreen-xl .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen-xl .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen-xl .modal-body {
    overflow-y: auto
}

.modal-dialog-yu {
    width: 100%;
    height: 100%;
    margin: 30px auto
}

.modal-body-yu {
    position: relative;
    padding: 0
}

.close-yu {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    opacity: 1
}

#goog-gt-tt,
.goog-logo-link,
.goog-te-balloon-frame,
.goog-te-banner-frame {
    display: none !important
}

.goog-te-gadget {
    color: transparent !important;
    margin-top: 10px;
    padding: 10px
}

.goog-text-highlight {
    background: 0 0 !important;
    box-shadow: none !important
}

#google_translate_element select {
 background:#fdcf00;
 color:#5a0a1b;
 border: none;
 border-radius:3px;
 padding:6px 8px
 }
    
#google_translate_element
        {
           position: absolute; top: 0px; right: 0px;
        }
#google_translate_element a {
  display: none;
}

.slick-slide {
    margin: 0 20px
}

.logo-carousel {
    overflow: inherit;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535
}

.media-left,
.row-sp,
.single-team {
    overflow: hidden
}

.single-team .thumb img,
.slick-slide img {
    width: 100%
}

.slick-track::after,
.slick-track::before {
    display: table;
    content: ''
}

.slick-track::after {
    clear: both
}

.slick-track {
    padding: 1rem 0
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-arrow {
    position: absolute;
    top: 50%;
    background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
    color: #fff;
    filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
    border: none;
    width: 2rem;
    height: 1.5rem;
    text-indent: -10000px;
    margin-top: -16px;
    z-index: 99
}

.bc-bl,
.bc-blw {
    padding: 10px;
    border-radius: 10px
}

.slick-arrow.slick-next {
    right: -40px;
    transform: rotate(180deg)
}

.slick-arrow.slick-prev {
    left: -40px
}

@media (max-width:768px) {
    .slick-arrow {
        width: 1rem;
        height: 1rem
    }
}

.logo-carousel {
    margin-top: 32px
}

.loading-spinner {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(0);
    top: 50%;
    width: 90px;
    height: 90px;
    z-index: 1;
    background: url(../image/brand/logo.jpg) center/contain no-repeat
}

.loading-spinner:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 100%;
    margin: -15px;
    box-shadow: 0 4px 0 0 #fff;
    transition: 1s linear;
    animation: 1s linear infinite lds-eclipse
}

@keyframes lds-eclipse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.testimonial-section .item {
    padding: 30px 0
}

.testimonial-section .client-details {
    position: relative;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 58, 115, .08);
    box-shadow: 0 0 50px 0 rgba(0, 58, 115, .08);
    padding: 28px 30px 12px 65px;
    margin-right: 20px;
    margin-left: 50px;
    background: #fff
}

.testimonial-section .client-details .media-left {
    position: absolute;
    top: 50%;
    left: -46px;
    margin-top: -45px;
    width: auto !important;
    border-radius: 50%
}

.single-team .team-social .social-icon.facebook,
.testimonial-section .client-details .media-body {
    padding-left: 12px
}

.testimonial-section .client-details .media-body .content {
    margin-bottom: 22px
}

.testimonial-section .client-details .media-body .author {
    display: inline-block
}

.testimonial-section .client-details .media-body .media-heading {
    margin-bottom: 5px
}

.testimonial-section .client-details .media-body .designation {
    font-size: 12px
}

.testimonial-section .client-details .media-body .rating {
    float: right;
    font-size: 18px;
    color: #3199de
}

.testimonial-slider .owl-dots {
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-top: 35px;
    margin-left: -25px
}

.testimonial-slider .owl-dots .owl-dot span {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    font-size: 32px;
    background: #e1e1e1;
    margin: 0 5px
}

.testimonial-slider .owl-dots .owl-dot span:hover,
.testimonial-slider .owl-dots .owl-dot.active span {
    background: #ffab00
}

@media all and (max-width:991px) {
    .testimonial-slider .owl-dots {
        margin-left: -55px
    }

    .testimonial-three-slider .thumb:after {
        margin-top: -40px !important
    }

    .single-team {
        margin-bottom: 30px
    }

    .team-page .mg-bottom-30 {
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    .testimonial-section .client-details {
        padding: 0;
        margin-right: 9px;
        margin-left: 9px;
        display: inherit;
        text-align: center
    }

    .testimonial-section .client-details .media-left {
        position: inherit;
        left: 50%;
        margin-top: -15px;
        padding-top: 25px;
        padding-bottom: 15px;
        margin-left: -45px
    }

    .testimonial-slider .owl-dots {
        margin-left: -67px
    }

    .testimonial-section .client-details .media-body {
        padding: 0 16px
    }
}

.testimonial-section.dark .client-details {
    background: #2b2b2b
}

.single-team .team-details p,
.testimonial-section.dark .client-details .author p {
    color: #a1a1a1
}

.media-left img {
    width: 100%;
    -webkit-transition: .5s;
    -webkit-transform: scale(1);
    -ms-transition: .5s;
    -ms-transform: scale(1);
    -moz-transition: .5s;
    -moz-transform: scale(1);
    -o-transition: .5s;
    transition: .5s;
    transform: scale(1)
}

.single-team {
    -webkit-box-shadow: 1.5px 2.598px 20px 0 rgba(8, 24, 39, .1);
    box-shadow: 1.5px 2.598px 20px 0 rgba(8, 24, 39, .1)
}

.single-team .thumb:after {
    background-color: rgba(2, 13, 24, .8);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.single-team .team-social {
    position: absolute;
    left: 30px;
    top: 47px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.single-team .team-social .social-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
    padding: 0 5px 0 9px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffab00;
    margin-bottom: 10px;
    border-radius: 2px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    color: #fff;
    line-height: 32px;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px)
}

.single-team .team-social .social-icon i {
    line-height: 32px
}

.single-team .team-social .social-icon .target-title {
    padding-left: 14px;
    color: #fff
}

.single-team .team-social .social-icon:hover {
    width: 122px
}

.single-team .team-details {
    padding: 21px 8px 9px
}

.single-team .team-details h4 {
    margin-bottom: 1px
}

.single-team:hover .team-social,
.single-team:hover .thumb:after {
    visibility: visible;
    opacity: 1
}

.single-team:hover .social-icon:first-child {
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.single-team:hover .social-icon:nth-child(2) {
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.single-team:hover .social-icon:nth-child(3) {
    -webkit-transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.single-team:hover .social-icon:nth-child(4) {
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.team-section.dark .single-team {
    background: #4d4d4d
}

.team-section.dark .team-details h4 a {
    color: #ddd
}

.blog-page {
    height: 250px;
    background: url(blo.JPG) center center/cover no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.blog-page2 {
    background: url(../image/blo2.JPG) center center/cover no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.blog-page3 {
    background: url(../image/blo3.JPG) center center/cover no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.blog-page4 {
    background: url(../image/update1/fgh65.jpg) center center/cover no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.blog-page5 {
    background: url(../image/update1/jnbff.webp) center center/cover no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.bc-p {
    height: 350px;
    background: url(../image/update2/ab5.png) center center/cover no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.bc-ab,
.bc-c,
.bc-ev,
.bc-ex,
.bc-fa {
    height: 250px
}

.bc-c {
    background: url(../image/update2/ab3.png) center center/cover no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.bc-ab {
    background: url(../image/update1/IMG_8883.jpg) center center/cover no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.bc-ev {
    background: url(../image/update1/IMG_8768.jpg) center center/cover no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.bc-fa {
    background: url(../image/update2/ab1.png) center center/cover no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.bc-ex {
    background: url(../image/update2/ab4.png) center center/cover no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.bc-bl {
    background: #000
}

.bc-blw {
    background: #a83e01
}

.dropdown-toggle {
    background-color: transparent;
    border-color: #fff;
    border-style: solid;
    border-top: none;
    border-right: none;
    border-left: none
}

.dropdown-menu,
.sponsor-feature {
    background-color: #fff
}

.dropdown-menu > li > a {
    color: #000
}

.sponsor-feature {
    padding: 20px;
    border-radius: 5px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0
}

#id-sponsors .carousel {
    margin-bottom: 20px
}

#id-sponsors .item {
    padding-bottom: 20px
}

#id-sponsors .carousel-indicators {
    bottom: -25px
}

ol.style_1 {
    counter-reset: li;
    padding: .25rem 0 .25rem 2.75rem
}

ol.style_1 small {
    opacity: .3
}

ol.style_1 ol,
ol.style_1 ul {
    padding: .75rem 0 0 1.5rem
}

ol.style_1 li {
    margin-bottom: .375rem
}

ol.style_1 > li {
    position: relative;
    counter-increment: li;
    min-height: 2rem;
    padding-top: .5rem;
    list-style: none
}

ol.style_1 > li::after,
ol.style_1 > li::before {
    position: absolute;
    display: flex;
    opacity: .35
}

ol.style_1 > li::before {
    content: counter(li);
    left: -2.75rem;
    top: 0;
    height: calc(2rem - 1px);
    width: calc(2rem - 1px);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid currentcolor
}

ol.style_1 > li::after {
    content: "";
    left: -1.75rem;
    top: calc(2rem + 1px);
    height: calc(100% - 2.5rem);
    border-left: 1px solid currentcolor
}

b-white {
    background-color: #fff !important
}

t-black {
    color: #000 !important
}

b-black {
    background-color: #000 !important
}
.m-auto{margin:auto;}
.m-auto-0{margin:0 auto;}
    body{overflow-x: hidden; font-family: "Century", cursive;}
h1,h2,h3,h4,h5,h6,b,strong{font-family: 'Lucida Calligraphy', cursive;}
    .circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.photo-container {
  font-size: 1.5em;
  background-color: #fdcf00;
  color: white;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-container {
  margin: 10px;
  display: grid;
  width: 100%;
  background-color: #5a0a1b;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  line-height: 1.75em;
}
.info-container {
  padding: 20px;
  grid-area: info;
}
.event-name {
  font-weight: bold;
  padding-bottom: 5px;
}
.event-location {
  font-weight: 300;
}
.day {
  font-weight: 300;
}
.month {
  font-weight: 600;
}

@media( max-width: 600px ) {
  .card-container {
    width: 90%;
  }
}
/* number of images*/
.gallery {
  --d: 40s;
  /* duration */
  display: grid;
  overflow: hidden;
  width: 100%;
  -webkit-mask: linear-gradient(90deg, #0000, #000 10% 90%, #0000);
}

.gallery > img {
  grid-area: 1/1;
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  animation: r var(--d) linear infinite;
}

.gallery > img:nth-child(2) {
  animation-delay: calc(-0.1*var(--d));
}

.gallery > img:nth-child(3) {
  animation-delay: calc(-0.2*var(--d));
}

.gallery > img:nth-child(4) {
  animation-delay: calc(-0.3*var(--d));
}

.gallery > img:nth-child(5) {
  animation-delay: calc(-0.4*var(--d));
}

.gallery > img:nth-child(6) {
  animation-delay: calc(-0.5*var(--d));
}

.gallery > img:nth-child(7) {
  animation-delay: calc(-0.6*var(--d));
}

.gallery > img:nth-child(8) {
  animation-delay: calc(-0.7*var(--d));
}

.gallery > img:nth-child(9) {
  animation-delay: calc(-0.8*var(--d));
}

.gallery > img:nth-child(10) {
  animation-delay: calc(-0.9*var(--d));
}

@keyframes r {
  90% {
    transform: translate(-900%);
  }
  90.01% {
    transform: translate(100%);
  }
}

/* number of images*/
.gallery2 {
  --d: 40s;
  /* duration */
  display: grid;
  width: 75%;
}

.gallery2 > img {
  grid-area: 1/1;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 10px solid #f2f2f2;
  box-shadow: 0 0 4px #0007;
  z-index: 2;
  animation: slide var(--d) infinite, z-order var(--d) infinite steps(1);
}

.gallery2 img:last-child {
  animation-name: slide, z-order-last;
}

.gallery2 > img:nth-child(1) {
  animation-delay: calc(0*var(--d));
  --r: 19deg;
}

.gallery2 > img:nth-child(2) {
  animation-delay: calc(-0.0769230769*var(--d));
  --r: -12deg;
}

.gallery2 > img:nth-child(3) {
  animation-delay: calc(-0.1538461538*var(--d));
  --r: -6deg;
}

.gallery2 > img:nth-child(4) {
  animation-delay: calc(-0.2307692308*var(--d));
  --r: 1deg;
}

.gallery2 > img:nth-child(5) {
  animation-delay: calc(-0.3076923077*var(--d));
  --r: -15deg;
}

.gallery2 > img:nth-child(6) {
  animation-delay: calc(-0.3846153846*var(--d));
  --r: -7deg;
}

.gallery2 > img:nth-child(7) {
  animation-delay: calc(-0.4615384615*var(--d));
  --r: 20deg;
}

.gallery2 > img:nth-child(8) {
  animation-delay: calc(-0.5384615385*var(--d));
  --r: 19deg;
}

.gallery2 > img:nth-child(9) {
  animation-delay: calc(-0.6153846154*var(--d));
  --r: 9deg;
}

.gallery2 > img:nth-child(10) {
  animation-delay: calc(-0.6923076923*var(--d));
  --r: 19deg;
}

.gallery2 > img:nth-child(11) {
  animation-delay: calc(-0.7692307692*var(--d));
  --r: -2deg;
}

.gallery2 > img:nth-child(12) {
  animation-delay: calc(-0.8461538462*var(--d));
  --r: -8deg;
}

.gallery2 > img:nth-child(13) {
  animation-delay: calc(-0.9230769231*var(--d));
  --r: -19deg;
}

@keyframes slide {
  3.8461538462% {
    transform: translateX(120%) rotate(var(--r));
  }
  0%, 100%, 7.6923076923% {
    transform: translateX(0%) rotate(var(--r));
  }
}
@keyframes z-order {
  3.8461538462%, 7.6923076923% {
    z-index: 1;
  }
  92.3076923077% {
    z-index: 2;
  }
}
@keyframes z-order-last {
  3.8461538462%, 7.6923076923% {
    z-index: 1;
  }
  96.1538461538% {
    z-index: 2;
  }
}
.carousel-wrapper1 {
  width: 520px;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);
  border-radius: 20px;
  margin: 100px auto 20px;
}

.carousel-container1 {
  width: 400px;
  height: 250px;
  overflow: hidden;
  margin: 0 auto;
}

.carousel1 {
  display: flex;
  width: 1200px;
  animation: sliding 12s infinite;
}
.carousel1 div {
  width: 400px;
  height: 250px;
  background-size: cover;
  background-position: center;
}
.carousel1:hover {
  animation-play-state: paused;
}
.carousel1 .image-one {
  background-image: url("../aug/AFF2023_bymorris_MGS8103_WEBcc.jpg");
}
.carousel1 .image-two {
  background-image: url("../aug/AFF2023_bymorris_MGS8095_WEBcc.jpg");
}
.carousel1 .image-three {
  background-image: url("../aug/AFF2023_bymorris_MGS8156_WEBcc.jpg");
}

@keyframes sliding {
  30% {
    transform: translateX(0);
  }
  35% {
    transform: translateX(-400px);
  }
  65% {
    transform: translateX(-400px);
  }
  70% {
    transform: translateX(-800px);
  }
  98% {
    transform: translateX(-800px);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .carousel-wrapper1 {
    width: 312px;
    height: 210px;
  }

  .carousel-container1 {
    width: 240px;
    height: 150px;
  }

  .carousel1 {
    width: 720px;
  }
  .carousel1 > div {
    width: 240px;
    height: 150px;
  }

  @keyframes sliding {
    30% {
      transform: translateX(0);
    }
    35% {
      transform: translateX(-240px);
    }
    65% {
      transform: translateX(-240px);
    }
    70% {
      transform: translateX(-480px);
    }
    98% {
      transform: translateX(-480px);
    }
    100% {
      transform: translateX(0);
    }
  }
}