body {
    overflow-x: hidden;
}

.full-screen {
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--color-just-black);
}

#masthead {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
}

#masthead a {
    padding: 1rem 2rem;
}

#panels #panels-container {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    overflow: hidden;
    background-color: #ddd;
}

#panels #panels-container .panel {
    color: var(--color-just-black);
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
}

#panels #panels-container .panel img {
    max-width: 100%;
    height: auto;
    display: block;
}

#panels #panels-container .panel .panels-navigation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#panels #panels-container .panel .anchor-panel,
#panels #panels-container .panel .nav-panel {
    text-transform: uppercase;
    margin-right: 2rem;
}

#panels #panels-container .panels-navigation {
    position: absolute;
    width: 100%;
    bottom: 2rem;
    right: 2rem;
}

.swipe-section {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    max-height: 900px !important;
}

.swipe-section .panel {
    position: absolute;
    width: 100%;
    top: 0px;
    padding: 93px 0;
}


/* .panel:nth-child(1) {
    background-color: #F47421;
    background: url("../assets/bg-1.jpg") no-repeat;
    background-size: cover;
}

.panel:nth-child(2) {
    background-color: #7EB142;
    background: url("../assets/bg-2.jpg") no-repeat;
    background-size: cover;
}

.panel:nth-child(3) {
    background-color: #E55151;
    background: url("../assets/bg-3.jpg") no-repeat;
    background-size: cover;
}

.panel:nth-child(4) {
    background-color: #5D46D8;
    background: url("../assets/bg-4.jpg") no-repeat;
    background-size: cover;
}

.panel:nth-child(5) {
    background-color: #0077AC;
    background: url("../assets/bg-5.jpg") no-repeat;
    background-size: cover;
} */

.scrolled {
    animation: max .5s ease-in-out;
    animation-duration: 5s;
}

.newClass {
    animation: max .5s ease-in-out forwards;
    animation-duration: 3s;
}

@keyframes max {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

article.panel {
    position: relative;
    z-index: 1;
}

article.panel::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0.1;
    background: url("../assets/pattern-1.png") no-repeat;
    background-position: top right;
    animation: slidein 13s linear infinite;
    -webkit-animation: slidein 13s linear infinite;
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -512px -512px;
    }
}

@keyframes slidein {
    from {
        background-position: top;
        background-size: 3000px;
    }
    to {
        background-position: -100px 0px;
        background-size: 2750px;
    }
}


/* second end herer */

.panel.active .ComnTitle,
.panel.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.panel.active .locaton-item img {
    animation-name: slideInRight;
    animation-duration: 2s;
    animation-delay: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /* animation-iteration-count: infinite; */
}


/* .panel.active .map-container>img {
    animation-name: slideInUp;
    animation-duration: 2s;
    animation-delay: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
} */

.panel.active .LocationList ol li {
    animation-name: slideInUp;
    animation-duration: 1s;
}

.panel.active .LocationList ol li:nth-child(2) {
    animation-name: slideInUp;
    animation-duration: 2s;
}

.panel.active .LocationList ol li:nth-child(3) {
    animation-name: slideInUp;
    animation-duration: 3s;
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}


/* .panel.active .bounceInDown {
    animation-name: bounceInDown;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-iteration-count: infinite;
} */

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
}

#state img {
    width: auto;
    /* margin: auto; */
}

#state .owl-item .container {
    height: 100%;
}

#state .owl-item .row {
    height: 100%;
    align-items: center;
}

.loc_item {
    cursor: pointer;
}

.image-container {
    position: relative;
}

.image-container img {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    /* animation-name: multiple-image-crossfade; */
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}

.owl-item.active .slide_img {
    animation: fadeEffect 16s infinite;
}

.slideshow {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.slide_img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* animation: fadeEffect 16s infinite; */
}

.slide_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slideshow .slide_img:nth-child(1) {
    animation-delay: 0s;
}

.slideshow .slide_img:nth-child(2) {
    animation-delay: 4s;
}

.slideshow .slide_img:nth-child(3) {
    animation-delay: 8s;
}

.slideshow .slide_img:nth-child(4) {
    animation-delay: 12s;
}

@keyframes fadeEffect {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    33% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


/***====================================================================***/