:root {
    --primary-color: #E6B80B;
    --btn-fill-color: #A38308;
    --read-more-btn-color: #D1A70A;
    --background-yellow: #FDF8E7;
    --background-yellow-2: #FBF4DA;
    --background-yellow-3: #FAF7E5;
    --background-blue: #CDEFF8;
    --white: #f2f2f2;
    --black: #313132;
    --gray: #646464;
    --gray-2: #808080;
    --border-gray: #DEDEDE;

}

body {
    font-family: "Open Sans";
}

ul {
    list-style-type: none;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color) !important;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--black) !important;
}

.outer {
    display: flex;
    align-items: center;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}

a {
    text-decoration: none !important;
}

.outline-btn {
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    color: var(--black);
    padding: 10px;
    border: 2px solid var(--black);
    text-align: center;
    width: 150px;
}

.fill-btn {
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    color: var(--white);
    background-color: var(--btn-fill-color);
    padding: 10px;
    text-align: center;
    width: 150px;
    border: 2px solid var(--btn-fill-color);
}

.fill-btn:hover {
    color: var(--white);
}

.accent-header {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}


.section-header {
    color: var(--black);
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 15px;
}

.description {
    font-size: 16px;
    color: var(--gray);
    line-height: 32px;
    font-weight: 400;
}

.description-margin-bottom {
    margin-bottom: 50px;
}

.read-more-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--read-more-btn-color);
}

.read-more-btn:hover {
    color: var(--read-more-btn-color);
}

.read-more-btn svg {
    margin-left: 10px;
}

.break {
    content: "";
    display: block;
    margin-bottom: 15px !important;
}

/* Start Header========================================================================================================== */
header {
    padding: 15px 0px;
}

header .logo {
    width: 100px;
}

.navbar {
    padding: 0px;
    width: fit-content;
}

.container-fluid {
    padding: 0px;
}

.nav-link {
    color: var(--black) !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding: 0px 10px 6px 10px;
}

.navbar-nav .active::after {
    content: '';
    background: var(--primary-color);
    width: 100%;
}

.navbar li:last-of-type {
    margin-right: 0px !important;
}

/* Search Modal============================================= */
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 999999;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: var(--white);
    background: transparent;
    border-top: none;
    border-bottom: 1px solid var(--primary-color);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
}

#search .close {
    position: fixed;
    top: 30px;
    right: 30px;
    opacity: 1;
    font-size: 27px;
    color: var(--primary-color);
}

#search .close:hover {
    color: var(--primary-color);
    cursor: pointer;
}

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

/* ===============================underline animation==================================================== */

.navbar-item:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: var(--primary-color);
    transition: width .3s;
}

.navbar-item:hover::after {
    width: 100%;
}

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

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

/* Profile===================================================================== */

.rev_slider {
    width: 100%;
}

.rev_slide {
    border-radius: 8px;
    background-color: var(--black);
    border: 4px solid var(--white);
    width: fit-content;
    height: fit-content;
}

.rev_slide img {
    width: 100%;
    border-radius: 8px;
}

.rev_slider .slick-list {
    padding-left: 20% !important;
    padding-right: 20% !important;
}

.rev_slider .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}

.rev_slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}

.slick-snext,
.slick-sprev {
    display: block;
}

.slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 0, 0);
    z-index: 2;
}

.slick-snext {
    opacity: 1;
    transform: translate3d(100%, 0, -80px);
}

.slick-snext img {
    opacity: 0.7;
}

.slick-sprev img {
    opacity: 0.7;
}

.slick-sprev {
    opacity: 1;
    transform: translate3d(-100%, 0, -80px);
}

.rev-slider-section {
    position: relative;
}

.background-overlay {
    padding: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 57%;
    height: 100%;
    background: linear-gradient(to bottom, #EECF5C 0%, #EECF5C 35%, #F7E8B0 35%, #F7E8B0 65%, #EECF5C 65%, #EECF5C 100%);
    text-align: left;
    border-radius: 0px 50px 50px 0px;
}

.profile-img-div {
    position: relative;
    margin-bottom: 60px;
}

.profile-img-div img {
    width: 135px;
}

.profile-img-div .overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 135px;
    height: 100%;
    background-color: var(--white);
    text-align: left;
    padding-left: 40px;
    padding-bottom: 40px;
    z-index: -1;
    border-radius: 8px;
    border: 5px solid var(--primary-color);
}

.rev-slider-section-right {
    /* padding: 100px 15px 100px 120px; */
}

.social-media {
    margin: 30px 0px;
}

.social-media a {
    margin-right: 25px;
}

.underline-text {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-gray);
}

.social-media a:last-of-type {
    margin-right: 0px;
}

/* .rev_slider .slick-prev::before {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
} */

/* .rev_slider .slick-next::before {
    content: url('../icon/rev-slider-right.png');
}

.rev_slider .slick-prev::before {
    content: url('../icon/rev-slider-left.png');
} */

.rev_slider .slick-next {
    top: 40%;
    right: 30px;
    z-index: 99;
}

.rev_slider .slick-prev {
    z-index: 99;
    top: 40%;
    left: -15px;
}

.slick-next:before,
.slick-prev:before {
    opacity: 1;
}

.a-group {
    height: fit-content;
}

.header-a-group {
    height: fit-content;
}

.a-group a {
    margin-right: 30px;
}

.header-a-group a {
    margin-right: 15px;
}

.a-group a:last-of-type {
    margin-right: 0px;
}

.header-a-group a:last-of-type {
    margin-right: 0px;
}

.experience-section {
    padding: 60px 0px;
    background-color: var(--background-yellow);
}

.experience-form-section {
    padding: 50px 0px;
}

/* Content Loading Animation========================================================================================= */

@media (prefers-reduced-motion: no-preference) {

    @layer animation.reveal {
        .subject {
            opacity: 0;
        }

        .reveal-up {
            animation: fade-in 660ms ease forwards,
                slide-up 1000ms cubic-bezier(0, 0, 0.1, 1) forwards;
        }

        .reveal-down {
            animation: fade-in 660ms ease forwards,
                slide-down 1000ms cubic-bezier(0, 0, 0.1, 1) forwards;
        }

        @keyframes fade-in {
            to {
                opacity: 1;
            }
        }

        @keyframes slide-up {
            from {
                transform: translateY(-100px);
            }
        }

        @keyframes slide-down {
            from {
                transform: translateY(100px);
            }
        }
    }
}

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

.special-container {
    /* max-width: calc(100% - 150px); */
}

.section-space {
    padding-top: 150px;
}

.section-space-margin {
    margin-top: 150px;
}

.services-slider {
    margin: 0px 0px 50px 0px;
}

.services-slider-item {
    margin: 15px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1) !important;
}

.services-slider-item .img-div {
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}

.services-slider-item img {
    width: 100%;
    transition: 0.3s;
}

.services-slider-item:hover img {
    transform: scale(1.1);
}

.center-section .description {
    /* width: 65%; */
}

.special-container-content {
    padding: 0px 15px;
}

/* .services-slider .slick-next::before {
    content: url('../icon/services-slider-right.png');
}

.services-slider .slick-prev::before {
    content: url('../icon/services-slider-left.png');
} */

.services-slider .slick-next {
    top: 20%;
    right: 30px;
    z-index: 99;
}

.services-slider .slick-prev {
    z-index: 99;
    top: 20%;
    left: -15px;
}

.card-title {
    font-size: 24px;
    line-height: 32px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 15px;
}

.card-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: var(--gray);
}

.card-description-margin-bottom {
    margin-bottom: 20px;
}

.why-choose-card svg {
    margin-bottom: 20px;
}

.card-content {
    padding: 30px;
}

.why-choose-card {
    padding: 30px;
    /* background-color: var(--background-yellow-2); */
    border-radius: 8px;
    margin-bottom: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-choose-section-right {
    /* padding-left: 140px; */
}

.faq-img-div {
    position: relative;
}

.faq-img-div img {
    width: 90%;
}

.faq-img-div .overlay {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 90%;
    height: 100%;
    background-color: white;
    text-align: left;
    padding-left: 40px;
    padding-bottom: 40px;
    z-index: -1;
    border-radius: 8px;
    border: 5px solid var(--primary-color);
}


.faq-section-left {
    padding-top: 82px;
    padding-left: 82px;
}

/* Accordion================================================= */

.accordion {
    margin-top: 50px;
}

.accordion-checkbox {
    display: none;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #F4F8F8;
    margin-bottom: 35px;
    padding-bottom: 5px;
}

.accordion-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: var(--black);
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
}

.accordion-content {
    max-height: 0;
    overflow: scroll;
    padding: 0px 0px 0px 100px;
    transition: max-height 0.5s ease, padding 0.5s ease;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: var(--gray);
    display: none;
}


.accordion-checkbox:checked+.accordion-header+.accordion-content {
    display: block;
    max-height: 200px;
    padding: 10px 0px 10px 100px;
}

.accordion-header .icon {
    margin-right: 15px;
}

.accordion-header .icon::before {
    content: url(../icon/plus.png);
    /* transition: transform 3s ease; */
}

.accordion-checkbox:checked+.accordion-header .icon::before {
    content: url(../icon/minus.png);
    /* transform: rotate(180deg); */
}

footer {
    padding: 100px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .logo {
    width: 120px;
    margin-bottom: 30px;
}

footer h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: var(--black);
    margin-bottom: 20px;
    margin-top: 25px;
}

.newsletter-div h5 {
    margin-top: 0px;
}

footer a {
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    font-weight: 300;
    margin-bottom: 10px;
    transition: color 1s;
}

footer a:hover {
    color: var(--read-more-btn-color);
}

footer .social-media a {
    margin-top: 15px;
    margin-right: 25px;
}

.newsletter-div {
    padding: 25px;
    border-radius: 8px;
    background-color: rgba(250, 247, 229, 0.96);
    width: 100%;
}

.newsletter-div p {
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
    font-weight: 100;
}

.newsletter-div input,
.newsletter-div span {
    border: none;
    font-size: 14px;
    line-height: 24px;
    padding: 18px;
}

.newsletter-div input::placeholder {
    color: var(--gray);
    font-weight: 300;
}

.newsletter-div input {
    border-radius: 8px 8px 8px 8px;
}

.newsletter-div span {
    color: var(--black);
    font-weight: 600;
    border-radius: 8px 8px 8px 8px;
    background-color: var(--background-blue);
}

.newsletter-div span:hover {
    cursor: pointer;
}

input:focus {
    box-shadow: none !important;
}

.newsletter-div span:focus {
    box-shadow: none;
}

.footer-bottom {
    padding: 15px 0px;
    background: linear-gradient(90deg, #000000 0%, #006457 50.5%, #000000 100%);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.2px;
    color: var(--white);
    text-align: center;
}

.footer-bottom a {
    color: #0CB7A0;
}

.testimonial-slider-item-content {
    padding: 0px 35px 35px 35px;
}

.testimonial-slider-item-content h6 {
    margin-top: 0px;
}

.testimonial-slider-item-content h5 {
    margin-bottom: 0px;
}

.testimonial-img {
    width: 100%;
    transition: 0.3s;
}

.testimonial-slider-item:hover .testimonial-img {
    transform: scale(1.1);
}

.testimonial-slider-item {
    margin: 30px;
    border-radius: 8px;
    border: none;
    box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.1) !important;
}

.testimonial-slider-item .img-div {
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
    position: relative;
    z-index: -8;
}

.avatar {
    width: 100px;
    margin-top: -17%;
    margin-bottom: 20px;
    border-radius: 100%;
}

.quote {
    width: 62px;
    height: 70px;
}

.testimonial-slider-item h6 {
    color: var(--gray-2);
}

.testimonial-slider-item .card-description {
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 12px;
}

/* .testimonial-slider .slick-next::before {
    content: url('../icon/testimonial-slider-right.png');
}

.testimonial-slider .slick-prev::before {
    content: url('../icon/testimonial-slider-left.png');
} */

.testimonial-slider .slick-next {
    top: 10%;
    right: 40px;
    z-index: 99;
}

.testimonial-slider .slick-prev {
    top: 10%;
    z-index: 99;
    left: -9px;
}

.main-slider-section {
    margin-top: 215px;
}

.main-slider-section .section-header {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

.main-slider-bg-img {
    width: 100%;
    padding-left: 100px;
}

.main-slider-img-div {
    position: relative;
}

.main-slider-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
}

.video-div {
    height: 380px;
    width: 200px;
    border-radius: 8px;
}

.video-div-1 {
    position: absolute;
    top: 120px;
}

.video-div-2 {
    position: absolute;
    top: -60px;
    /* left: 220px; */
}

.video-div-3 {
    position: absolute;
    /* left: 440px; */
    top: 50px;
}

/* Video================================================================================ */

.video-img {
    width: 100%;
    border-radius: 8px;
    border: 4px solid var(--background-yellow);
}

.wrapper {
    width: 100%;
    float: none !important;
    /* display: block; */
    margin: 0 auto !important;
    max-width: 100%;
}

.HomeVideoInner {
    width: 100%;
    height: 100%;
    position: relative;
}

.StoryVideo video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

#rightVideo-1,
#rightVideo-2,
#rightVideo-3 {
    border-bottom: 1px solid var(--white-text);
}

.HomeVideoTitleSection {
    background-color: var(--white-text);
}

.HomeVideoTitleSection .SectionTitle {
    width: 100%;
}

.HomeVideoTitleSection .SectionContent {
    width: 100%;
    padding-top: 240px;
}

.HomeVideoTitleSection:not(.animate_it) {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
}

.HomeVideoTitleSection.animate_it {
    /* animation: inView 2s; */
    -webkit-clip-path: circle(0% at 0% 50%);
    clip-path: circle(0% at 0% 50%);
}

.HomeVideoTitleSection.animate_reverse {
    /* animation: outView 2s; */
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
}

.StoryVideo video {
    width: 100%;
    height: 100%;
    position: absolute;
}

.Video-playbtn-1,
.Video-playbtn-2,
.Video-playbtn-3 {
    cursor: pointer;
    width: 89px;
    height: 89px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* @keyframes inView {
    0% {
        -webkit-clip-path: circle(100% at 50% 50%);
        clip-path: circle(100% at 50% 50%);
    }

    to {
        -webkit-clip-path: circle(0% at 0% 50%);
        clip-path: circle(0% at 0% 50%);
    }
}

@keyframes outView {
    0% {
        -webkit-clip-path: circle(0% at 0% 50%);
        clip-path: circle(0% at 0% 50%);

    }

    to {
        -webkit-clip-path: circle(100% at 50% 50%);
        clip-path: circle(100% at 50% 50%);
    }
} */
/* =================================================================================== */

.HomeVideoTitleSection {
    position: relative;
}

.HomeVideoTitleSection .overlay {
    padding: 20px 20px 30px 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: flex;
    align-items: end;
}

.HomeVideoTitleSection .overlay img {
    height: 45px;
    width: 45px;
    margin-right: 15px;
}

.HomeVideoTitleSection .overlay div p {
    background-color: var(--background-yellow);
    padding: 10px;
    border-radius: 0px 16px 16px 0px;
    color: var(--black);
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
}

.center-section .section-header,
.center-section .description,
.center-section .accent-header {
    text-align: center;
}

.center-card {
    text-align: center;
}

/* Sticky Header=========================================== */


header {
    /* position: relative; */
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: white;
}

header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    /* backdrop-filter: blur(10px); */
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Menu-Mobile============================================================================================ */

.menu {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: var(--white);
    display: none;
    text-align: left;
    padding: 20px 15px;
}

.nav-mobile-item-div {
    margin-top: 50px;
}

.nav-mobile-item {
    font-size: 20px;
    color: var(--black);
    display: block;
    transition: 0.3s;
    margin-top: 30px;
    overflow: hidden !important;
}

.menu a:hover {
    color: var(--primary-color) !important;
}

.menu .closebtn {
    font-size: 36px;
    border: none;
    background-color: transparent;
    color: var(--text-color);
}

.menu .dropdown {
    margin-left: 35px;
    margin-bottom: 20px;
}

.dropdown-toggle {
    font-size: 20px;
}

.show {
    background-color: transparent;
    color: var(--text-color);
    font-size: 24px;
    cursor: pointer;
    border: none;
}

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

.nav-web {
    display: none;
}

.main-section-right {
    display: none;
}

.rev_slider-div {
    display: none;
}

.nav-mobile .search svg {
    margin-right: 30px;
}

.a-group {
    margin-top: 50px;
}

.margin-top-for-mobile {
    margin-top: 50px;
}

.nav-mobile-item-div li {
    list-style-type: none;
}

.nav-mobile-item-div .active a {
    color: var(--primary-color);
}

.slick-next::before {
    content: url('../icon/arrow-right-mobile.png');
}

.slick-prev::before {
    content: url('../icon/arrow-left-mobile.png');
}

.nav-mobile .search svg {
    width: 25px !important;
}

/* Scroll Up Show Header=============================================================== */

.header {
    position: fixed;
    display: flex;
    align-items: center;
    height: 150px;
    transition: all .5s ease-in-out;

    &.scroll-up {
        top: -150px;
    }

    &.scroll-down {
        top: 0px;
    }
}

/* pre loader============================================================================== */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9999;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: white;
    color: white;
    box-shadow: 0 -18px 0 0 #A38308, 12.72984px -12.72984px 0 0 #A38308, 18px 0 0 0 #A38308, 12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), 0 18px 0 0 rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), -18px 0 0 0 rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 rgba(152, 128, 255, 0);
    animation: dotSpin 1s infinite linear;
}

@keyframes dotSpin {

    0%,
    100% {
        box-shadow: 0 -18px 0 0 #A38308, 12.72984px -12.72984px 0 0 #A38308, 18px 0 0 0 #A38308, 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    }

    12.5% {
        box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 0 #A38308, 18px 0 0 0 #A38308, 12.72984px 12.72984px 0 0 #A38308, 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    }

    25% {
        box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #A38308, 12.72984px 12.72984px 0 0 #A38308, 0 18px 0 0 #A38308, -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    }

    37.5% {
        box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 0 #A38308, 0 18px 0 0 #A38308, -12.72984px 12.72984px 0 0 #A38308, -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    }

    50% {
        box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #A38308, -12.72984px 12.72984px 0 0 #A38308, -18px 0 0 0 #A38308, -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    }

    62.5% {
        box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 #A38308, -18px 0 0 0 #A38308, -12.72984px -12.72984px 0 0 #A38308;
    }

    75% {
        box-shadow: 0 -18px 0 0 #A38308, 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #A38308, -12.72984px -12.72984px 0 0 #A38308;
    }

    87.5% {
        box-shadow: 0 -18px 0 0 #A38308, 12.72984px -12.72984px 0 0 #A38308, 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 #A38308;
    }
}