/*Landing Page*/

/*Star HERO Image*/
.hero-section {
    height: 100vh;
}

.hero-section h2 {
    margin-bottom: 0px;
}

.hero-section .cat {
    position: absolute;
    width: 85%;
    bottom: 0em;
    right: 1em;
}

.hero-section .cat-mobile {
    display: none;
}

.hero-title {
    font-size: 4.5em;
    font-weight: 700;
    margin-top: 0.5em;
}

.cover-hero {
    margin-top: 3em;
}

.cover-footer {
    height: 6.5rem;
    padding: 0 4rem;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.footer-section {
    margin-top: 10em;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 60%, rgba(224, 224, 224, 0.5) 100%);
}

/* .cover-footer-inner {} */

.separator-hero {
    margin: 1em 0;
}

.cover-footer_arrow {
    margin-top: -0.1em;
    margin-left: 0.5em;
}

.cover-footer_text {
    vertical-align: top;
}

.cover-footer_logo {
    vertical-align: top;
    display: inline-block;
}

.cover-footer_undp {
    margin-top: 0.25em;
    max-width: 100px;
}

.cover-footer_garuda {
    margin-top: 0.25em;
    max-width: 90px;
}

.cover-footer_periplus {
    margin-left: 1em;
    margin-top: 0.25em;
    max-width: 125px;
}

.cover-footer_bca {
    margin-left: 1.25em;
    margin-top: 0.25em;
    max-width: 170px;
}

.cover-footer_kredivo {
    margin-left: 1.25em;
    margin-top: 0.25em;
    max-width: 70px;
}

.cover-footer_moritz {
    margin-left: 1.25em;
    margin-top: 0.25em;
    max-width: 110px;
}

#spin {
    color: #FFBC10;
}

#spin:after {
    content: "";
    animation: spin 5s linear infinite;
}

@keyframes spin {
    0% {
        content: "design";
    }

    15% {
        content: "creative content";
    }

    30% {
        content: "social media strategy";
    }

    45% {
        content: "web development";
    }

    60% {
        content: "mobile development";
    }

    75% {
        content: "digital advertising";
    }

    90% {
        content: "digital campaign";
    }

    100% {
        content: "influencer connect";
    }
}

/*End HERO*/


.feat-1[data-overlay]:hover:before {
    background: rgba(216, 118, 68, 0.3);
}

.feat-2[data-overlay]:hover:before {
    background: rgba(255, 206, 72, 0.3);
}

.feat-3[data-overlay]:hover:before {
    background: rgba(92, 193, 218, 0.3);
}

.right-service {
    padding-top: 4em !important;
}

.weare {
    height: 600px;
    margin-bottom: 0 !important;
}

.focus {
    height: 200px;
}

.bar .logo {
    max-height: 2.8em;
}

.menu-toggle i:hover {
    color: #ef0d33;
}

@media only screen and (max-width: 420px) {

    .hero-section .cat {
        display: none;
    }

    .hero-section .cat-mobile {
        display: block;
        position: absolute;
        width: 100vh;
        bottom: 0em;
        right: 1em;
    }

    .weare {
        height: 400px !important;
    }

    .headline {
        margin-bottom: 4em !important;
    }

    .cover-footer_left {
        display: none;
    }

    .cover-footer_garuda {
        margin-top: 0.25em;
        max-width: 70px !important;
    }

    .cover-footer_bca {
        margin-left: 1em;
        margin-top: 0.25em;
        max-width: 110px !important;
    }

    .cover-footer_kredivo {
        margin-top: 0.25em;
        max-width: 40px !important;
    }

    .cover-footer_undp,
    .cover-footer_periplus,
    .cover-footer_moritz {
        display: none !important;
    }

}


@media only screen and (max-width: 768px) {

    .hero-title {
        font-size: 3em !important;
        margin-top: -3em;
    }

    .hero-title>h2 {
        margin-top: 0px !important;
    }

    .cover-footer {
        height: 3rem;
        padding: 0 1em 0 1em !important;
    }

    .cover-footer-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .cover-footer-inner .col-xs-12 {
        padding-left: 0px;
    }

}

/* */

.top-center {
    margin-top: 50% !important;
    position: relative;
}

/*card services */

.card {
    flex: 1;
    flex-basis: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #fff;
    margin: 0.25em;
    padding: 2.5em;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(211, 218, 224, 0.50);
    -moz-box-shadow: 0px 0px 11px 0px rgba(211, 218, 224, 0.50);
    box-shadow: 0px 0px 11px 0px rgba(211, 218, 224, 0.50);
    transition: all 0.3s ease-in-out 0s;
    min-height: 475px;
}

.card:hover {
    -webkit-box-shadow: 0px 0px 28px 0px rgba(211, 218, 224, 0.75);
    -moz-box-shadow: 0px 0px 28px 0px rgba(211, 218, 224, 0.75);
    box-shadow: 0px 0px 28px 0px rgba(211, 218, 224, 0.75);
    transform: scale(1.02);
}

.card-inner.jumpstart>img {
    padding-left: 30%;
}

.card-inner.growth>img {
    padding-left: 20%;
}

.card-inner.content>img {
    padding-left: 20%;
}

.card-inner h3 {
    margin-top: -3em;
    font-size: 2em;
    line-height: 1.2em;
}

.card-inner ul {
    margin-top: -0.5em;
    font-weight: 500;
    list-style: none;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.5em;
}

.card-inner ul li:before {
    content: "\2022";
    font-weight: 700;
    margin-right: 10px
}

.card-inner.jumpstart ul li:before {
    color: #FFBC10;
}

.card-inner.growth ul li:before {
    color: #E12C2C;
}

.card-inner.content ul li:before {
    color: #744BB8;
}

/*end card services */


/* Partner */

.partner {
    display: flex;
}

.partner-mobile {
    display: none;
}

@media only screen and (max-width: 600px) {
    .partner-mobile {
        display: block;
    }

    .partner {
        display: none;
    }
}



/* Partner END */



/*Start Study Case*/
#icons {
    display: none;
}

.header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 4rem;
    z-index: 20;
}

.header-wrapper .header {
    position: relative;
    display: block;
    width: 100%;
    height: 6rem;
}

.header-wrapper .menu-txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5rem;
    text-transform: uppercase;
    cursor: pointer;
}

.header-wrapper .logo-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-wrapper .logo {
    display: block;
    font-weight: bold;
    margin-top: 12rem;
    line-height: 1;
    font-weight: 600;
}

.header-wrapper .logo span {
    display: block;
}

.number-wrapper {
    position: absolute;
    height: 100%;
    width: 12rem;
    z-index: 10;
}

.number-wrapper .number-count {
    position: relative;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.number-wrapper .number {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 12rem;
    color: #efefef;
    margin-left: -5rem;
    font-weight: 700;
}

.nav-wrapper {
    position: absolute;
    height: 100%;
    width: 12rem;
    padding: 0 4rem;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.nav-wrapper .nav-arrows {
    position: relative;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-wrapper .nav-up {
    opacity: 0;
}

.nav-wrapper .nav-up,
.nav-wrapper .nav-down {
    width: 2rem;
    height: 3rem;
    cursor: pointer;
}

.nav-wrapper .nav-up svg,
.nav-wrapper .nav-down svg {
    fill: #E85D0F;
    width: 100%;
    max-height: 100%;
}

.nav-wrapper .nav-up svg:hover,
.nav-wrapper .nav-down svg:hover {
    fill: #E85D0F;
}

.nav-wrapper .nav-up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav-wrapper .nav-line {
    width: 100%;
    height: 0.1rem;
    background: black;
    margin: 1rem 0;
    background: #666666;
}

.slider-content {
    border-radius: 30px;
    position: relative;
    max-width: 90rem;
    /*max-width: 112rem;*/
    min-width: 480px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 35px 20px rgba(79, 69, 66, 0.2);
}

.slider-content .slide {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slider-content .slide:after {
    content: "";
    display: table;
    clear: both;
}

.slider-content .slide:nth-child(odd) .img {
    margin-left: 50%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.slider-content .slide:nth-child(odd) .txt {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.slider-content .slide:nth-child(even) .img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.slider-content .slide:nth-child(even) .txt {
    margin-left: 50%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.slider-content .slide.active {
    position: absolute;
    z-index: 5;
}

.slider-content .slide.active .img,
.slider-content .slide.active .txt {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.slider-container {
    position: relative;
    /*height: 65rem;*/
    height: 50rem;
    overflow: hidden;
}

.slider-container:after {
    content: "";
    display: table;
    clear: both;
}

.slider-container .slide-content {
    position: absolute;
    display: block;
    /*width: 50%;*/
    width: 50%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.slider-container .slide-content.txt {
    display: table;
    padding: 8rem 14rem;
    background: white;
}

.slider-container .slide-content .txt-wrapper {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.slider-container .slide-content .txt-wrapper h2 {
    margin: 0;
    font-size: 4.3rem;
    margin-bottom: 4rem;
    line-height: 1;
    font-weight: 600;
}

.slider-container .slide-content .txt-wrapper h2 span {
    display: block;
}

.slider-container .slide-content .txt-wrapper h3 {
    margin: 0;
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 1;
    font-weight: 400;
}

.slider-container .slide-content .txt-wrapper h3 span {
    color: #ccc;
}

.slider-container .slide-content .txt-wrapper a {
    text-decoration: none;
    color: #AEACAB;
}

.slider-container .slide-content .txt-wrapper button {
    position: relative;
    padding: 0.5rem 3.5rem;
    color: white;
    text-align: center;
    display: block;
    border-radius: 6px;
    background: #E85D0F;
    text-transform: uppercase;
    border: none;
    font-size: 1rem;
    margin-top: 3rem;
    font-weight: bold;
    outline: none;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.3);
}

.slider-container .slide-content .txt-wrapper .phone {
    display: block;
    color: black;
    font-size: 1.9rem;
}


.slider-container .slide-content .txt-wrapper .subtitle {
    display: block;
    text-transform: uppercase;
    color: #AEACAB;
    font-weight: bold;
    letter-spacing: 0.3rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.slider-container .slide-content .txt-wrapper p.excerpt {
    margin: 0;
    margin-top: 3rem;
    color: #AEACAB;
    font-size: 1.2rem;
    line-height: 1.5;
}

.slider-container .slide-content .txt-wrapper span.view-all {
    color: #AEACAB;
}

.slider-container .slide-content .txt-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1.5rem;
}

.slider-container .slide-content .txt-wrapper ul li {
    position: relative;
    margin: 1.5rem 0;
    padding: 0;
}

.slider-container .slide-content .txt-wrapper ul li:after {
    content: "";
    display: table;
    clear: both;
}

.slider-container .slide-content .txt-wrapper .date-wrapper {
    width: 20%;
    float: left;
    color: #AEACAB;
    text-align: left;
}

.slider-container .slide-content .txt-wrapper .date-wrapper .date {
    font-size: 1.7rem;
}

.slider-container .slide-content .txt-wrapper .date-wrapper .month {
    font-size: 1rem;
}

.slider-container .slide-content .txt-wrapper .post-wrapper {
    width: 80%;
    float: left;
}

.slider-container .slide-content .txt-wrapper .post-wrapper .post-title {
    display: block;
    font-size: 1.4rem;
    line-height: 1.3;
}

.slider-container .slide-content .txt-wrapper .post-wrapper .post-title a {
    display: block;
    color: black;
    cursor: pointer;
}

.slider-container .slide-content .txt-wrapper .post-wrapper .post-title a:hover {
    text-decoration: underline;
}

.slider-container .slide-content .txt-wrapper .post-info {
    margin-top: 2rem;
    display: block;
    font-weight: 600;
    font-size: 1rem;
}

.slider-container .slide-content .txt-wrapper .post-info:after {
    content: "";
    display: table;
    clear: both;
}

.slider-container .slide-content .txt-wrapper .post-info ul {
    margin: 0;
}

.slider-container .slide-content .txt-wrapper .post-info li {
    float: left;
    margin: 0 0.5rem;
}

.slider-container .slide-content .txt-wrapper .post-info li:first-child {
    margin-left: 0;
}

.slider-container .slide-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {

    .number-wrapper {
        display: none;
    }

    .slider-container {
        height: 38em;
    }

    .slider-content {
        min-width: 190px;
    }

    .slider-container .slide-content.txt {
        padding: 2rem 2rem;
    }

    .slider-container .slide-content .txt-wrapper p.excerpt {
        margin: 0;
        margin-top: 1rem;
        color: #AEACAB;
        font-size: 1rem;
        line-height: 1.5;
    }

    .slider-container .slide-content .txt-wrapper button {
        padding: 0.5rem 3rem;
        color: white;
        text-align: center;
        display: block;
        border-radius: 6px;
        background: #E85D0F;
        text-transform: uppercase;
        border: none;
        font-size: 0.75rem;
        margin-top: 1rem;
        font-weight: bold;
        outline: none;
        box-shadow: 0 0 1rem 0 rgb(0 0 0 / 30%);
    }

    .slider-container .slide-content .txt-wrapper h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}

/*End Study Case */

/*End Landing Page*/

/* START PAGE STUDY CASE */
.bg--orange {
    background-color: #ff8731;
}

.bg--black {
    background-color: #0d0d0d;
}

.bg--maroon {
    background-color: #8b1e35;
}

.bg--green {
    background-color: #1d8669;
}

.bg--pink {
    background-color: #f41f52;
}

.hero-studycase {
    padding-bottom: 0;
}

.hero-studycase img {
    max-height: 700px;
}

.mockup {
    padding-bottom: 0;
}

.mockup img {
    max-height: 500px;
}

/* END PAGE STUDY CASE*/

/* BEGIN TESTIMONIAL SLIDER */


.Wallop-buttonPrevious,
.Wallop-buttonNext {
    background-color: transparent;
    border: none;
    width: 65px;
    padding: 20px;
    transition: opacity 200ms;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
    z-index: 2;
}

.Wallop-buttonPrevious,
.Wallop-buttonNext {
    height: auto;
}

button svg {
    fill: #E85D0F;
}

button:hover,
button:focus {
    opacity: 0.6;
}

.button--next {
    left: auto;
    right: 0;
    transform: translate3d(0, -50%, 0) rotate(180deg);
}

.testi-wrapper {
    min-height: 400px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide__list {
    width: calc(100vw - 40em);
    min-height: 300px;
    font-family: Lato, sans-serif;
}

@media only screen and (max-width: 1200px) {
    .slide__list {
        width: calc(140vw - 40em);
        min-height: 300px;
        font-family: Lato, sans-serif;
    }
}

.slide__list::before,
.slide__list::after {
    content: "";
    width: 180px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
}

.slide__list::before {
    left: 0;
}

.slide__list::after {
    right: 0;
}

.slide__item {
    width: 100%;
    height: 100%;
    padding: 40px 65px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.slide__item>* {
    width: 100%;
}

.slide__heading,
.slide__quote,
.slide__cite {
    opacity: 0;
    animation-timing-function: var(--originalCurve);
    width: calc(100% - 120px);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.slide__heading {
    --delay: 300ms;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
}

.slide__quote {
    --delay: 420ms;
    font-size: 1.1rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
}

.slide__cite {
    --delay: 540ms;
    display: block;
}

[data-carousel] {
    position: relative;
}

.Wallop-list {
    position: relative;
    overflow: hidden;
}

.Wallop-item {
    --x1: 0.1;
    --y1: 0.67;
    --x2: 0.29;
    --y2: 0.98;
    --originalCurve: cubic-bezier(var(--x1), var(--y1), var(--x2), var(--y2));
    --reversedCurve: cubic-bezier(calc(1 - var(--x2)), calc(1 - var(--y2)), calc(1 - var(--x1)), calc(1 - var(--y1)));
    --length: 1300ms;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.Wallop-item--current {
    visibility: visible;
    position: relative;
}

.Wallop-item--current .slide__heading,
.Wallop-item--current .slide__quote,
.Wallop-item--current .slide__cite {
    animation: slideIn var(--length) forwards var(--originalCurve);
}

.Wallop-item--showPrevious .slide__heading,
.Wallop-item--showPrevious .slide__quote,
.Wallop-item--showPrevious .slide__cite {
    animation: slideOut var(--length) var(--delay) forwards reverse var(--reversedCurve);
}

.Wallop-item--showNext .slide__heading,
.Wallop-item--showNext .slide__quote,
.Wallop-item--showNext .slide__cite {
    animation: slideIn var(--length) var(--delay) forwards var(--originalCurve);
}

.Wallop-item--hidePrevious,
.Wallop-item--hideNext {
    --length: 500ms;
    visibility: visible;
}

.Wallop-item--hidePrevious .slide__heading,
.Wallop-item--hidePrevious .slide__quote,
.Wallop-item--hidePrevious .slide__cite {
    animation: slideOut var(--length) forwards var(--originalCurve);
}

.Wallop-item--hideNext .slide__heading,
.Wallop-item--hideNext .slide__quote,
.Wallop-item--hideNext .slide__cite {
    animation: slideIn var(--length) forwards reverse var(--reversedCurve);
}

/* Custom keyframe animation */
@keyframes slideIn {
    0% {
        transform: translate3d(50%, 0, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideOut {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    100% {
        transform: translate3d(-50%, 0, 0);
        opacity: 0;
    }
}

@media only screen and (max-width: 600px) {

    .testi-wrapper {
        min-height: 350px;
    }

    .Wallop-buttonPrevious,
    .Wallop-buttonNext {
        width: 45px;
        padding: 15px;
    }

    .testi-wrapper p {
        font-size: 14px !important;
    }

    .slide__list {
        width: 100vw;
    }

    .slide__heading,
    .slide__quote,
    .slide__cite {
        width: calc(100% - 20px);
    }

}

/* END TESTIMONIAL SLIDER */

.text-separator {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    line-height: 64px;
}

.title-big {
    font-size: 5em;
}

.title-medium {
    font-size: 2.5em;
}

.title-small {
    font-size: 1.5em;
}

.title-orange {
    color: #d35400;
}

.text-white {
    color: #FFFFFF;
}

.text-thin {
    font-weight: 200;
}

.text-regular {
    font-weight: 400;
}

.text-bold {
    font-weight: 700;
}

.separator-40 {
    width: 40px;
}

.separator-120 {
    width: 120px;
}

.separator-primary {
    background: #ef0d33;
    height: 4px;
}

.separator-container {
    width: 10%;
    margin: 0 auto;
}

@media only screen and (max-width: 600px) {
    .separator-container {
        width: 20%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 414px) {
    .title-big {
        font-size: 3em;
    }

    .card {
        border-radius: 10px;
        background: #fff;
        margin-top: 1em;
        margin-bottom: 1.25em;
        padding: 1em;
        min-height: 400px;
    }

    .card-inner.jumpstart>img {
        padding-left: 20%;
    }

    .card-inner.growth>img {
        padding-left: 10%;
    }

    .card-inner.content>img {
        padding-left: 20%;
    }

    .card-inner h3 {
        margin-top: -3em;
        font-size: 2.5em;
        line-height: 1.2em;
    }

    .card-inner ul {
        margin-top: -0.5em;
        font-weight: 500;
        list-style: none;
        text-align: left;
        font-size: 1.2em;
        line-height: 1.5em;
    }

    .card-inner ul li:before {
        content: "\2022";
        font-weight: 700;
        margin-right: 10px
    }
}



/*BEGIN FOOTER*/
.weare-section {
    z-index: 0;
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(315deg, rgba(255, 206, 72, 0.2) 20%, #fafafa 0%);
}

/*END FOOTER*/


/*OTHER*/
.arrow-button a {
    color: #666666;
}

.arrow-button a:hover {
    text-decoration: none;
}

.arrow-button i {
    vertical-align: text-bottom;
    margin-bottom: 0.1em;
}

.margin-bottom-thin {
    margin-bottom: 0.25em !important;
}

.margin-bottom-medium {
    margin-bottom: 1em !important;
}

.space--lg {
    padding-top: 14.85714286em !important;
}


/*Service*/

.about-section {
    background-image: -webkit-linear-gradient(130deg, #f41f52 40%, #fafafa 0%);
}

/*Contact Us*/



/* .btn_pop-up {} */

.btn_pop-up a {
    margin-top: 0.5em !important;
    margin-bottom: 1em !important;
}


/*Showreel Section*/

.showreels .row {
    margin: 5em 0em -2em 0em;
}

.showreels .col-md-8 {
    height: 500px;
    text-align: center;
}

.showreels .col-md-8 img {
    vertical-align: middle !important;
}

.showreels {
    /* background-color: #fff3e58a; */
    background-image: url("https://dpanell.com/img/bubble.png");
    background-repeat: no-repeat;
    background-position: 15% 55%;
    margin-bottom: 3em;
}

.button-fancy {
    margin-top: 40%;
    vertical-align: middle;
    font-size: 5em;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;
    display: inline-block;
    padding: 30px 42px;
    text-decoration: none;
    position: relative;
}

@media only screen and (max-width: 800px) {
    .button-fancy {
        font-size: 3em;
        margin-top: 0px;
        padding: 0px 0px 40px 0px;
    }

    .showreels td {
        display: flex;
        flex-direction: column-reverse !important;
    }
}


.button-fancy>.arrow {
    background-color: transparent;
    color: #000000;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    /* border-style: solid; */
    border-width: 2px;
    width: 100%;
    height: 100%;
    z-index: 50;
    /* will-transform: translate; */
    transform: translate(50%, -50%);
    transition: transform 0.5s ease-in, right 0.5s ease-in-out, width 0.4s ease 0.3s, height 0.3s ease 0.3s, border-width 0.4s ease-in-out, background-color 0.2s ease-in, border-color 0.4s ease-in-out;
}

.button-fancy>.arrow:before,
.button-fancy>.arrow:after {
    background-color: transparent;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s;
    transition-delay: 0;
}

.button-fancy>.arrow:before {
    transform-origin: top right;
}

.button-fancy>.arrow:after {
    transform-origin: bottom right;
}

.button-fancy:hover.-white>.arrow {
    background-color: #E85D0F;
}

.button-fancy:hover.-white>.arrow:before,
.button-fancy:hover.-white>.arrow:after {
    background-color: #E85D0F;
}

.button-fancy:hover>.arrow {
    height: 2px;
    border-width: 0;
    border-color: transparent;
    width: 60px;
    right: 0;
    transform: translate(50%, -50%);
    transition: transform 0.5s ease-in, right 0.5s ease 0.2s, width 0.4s ease, height 0.3s ease-in-out, border-width 0.3s ease-in-out, background-color 0.2s ease-in 0.3s, border-color 0.3s ease-in-out;
}

.button-fancy:hover>.arrow:before,
.button-fancy:hover>.arrow:after {
    width: 8px;
    transition-delay: 0.4s;
}

.button-fancy:hover>.arrow:before {
    transform: rotate(40deg);
}

.button-fancy:hover>.arrow:after {
    transform: rotate(-40deg);
}

.button-fancy:hover>.text {
    color: #0d0d0d;
    text-decoration: none !important;
    transform: translateX(-42px);
    transition: transform 0.4s ease-in-out 0.2s;
}

.button-fancy>.text {
    margin-bottom: 15px;
    display: block;
    position: relative;
    z-index: 100;
    transition: transform 0.3s ease-in-out;
}

/*home youtube poup */

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

::-webkit-scrollbar-thumb {
    background: lightgray;
    border-radius: 5px;
}

.video {
    width: 100%;
    height: 400px;
    margin: auto;
    display: block;
    border: none;
}

.close-btn {
    width: 100px;
    height: 50px;
    display: block;
    margin: 50px auto;
    cursor: pointer;
    border: 2px solid black;
    background-color: white;
}

.popup-btn {
    text-align: center;
}

.video-popup {
    display: none;
    width: 100%;
    height: 100vh;
    margin: auto;
    position: fixed;
    transform: translate(-52%, 0%);
    z-index: 999;
    top: 0;
    box-shadow: 10px 10px 10px 10px black;
}

@media screen and (max-width: 600px) {
    .video-popup {
        transform: translate(-10%, 0%);
    }
}

@media screen and (max-width: 800px) {
    .video-popup {
        transform: translate(-5%, 0%);
    }
}

.popup-bg {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    position: absolute;
}

.popup-content {
    background: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
}

.popup-title {
    padding: 30px;
    margin: 0 auto;
    color: red;
    text-transform: uppercase;
}

/* end youtube popup*/

.lead-text {
    font-size: 1.5em !important;
}


.footer-cta {
    margin-top: -10em;
}

.footer-cta a {
    position: relative;
    /*color: #50DF8F;*/
    text-decoration: none;
    font-size: 3em;
}

.footer-cta a:before,
a:after {
    content: '';
    display: block;
    position: absolute;
    height: 4px;
    top: 58%;
    background: #50DF8F;
    border-radius: 4px;
    transition: all 0.3s;
}

.footer-cta a:before {
    width: 148px;
    right: 110%;
}

.footer-cta a:after {
    width: 0%;
    left: 108%;
}

.footer-cta a:hover:before {
    width: 0%;
}

.footer-cta a:hover:after {
    width: 55px;
}

.footer-cta a span {
    position: absolute;
    display: block;
    width: 60px;
    height: 100%;
    right: -30%;
    top: 6px;
}

.footer-cta a span:before,
a span:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    top: 0;
    right: 0;
    background: #50DF8F;
    border-radius: 4px;
    transform: rotate(45deg);
    transition: all 0.15s;
    transition-delay: 0.25s;
    opacity: 0;
}

.footer-cta a span:before {
    top: 30px;
    right: 0;
    transform: rotate(45deg);
}

.footer-cta a span:after {
    top: 14px;
    right: 0;
    transform: rotate(-45deg);
}

.footer-cta a:hover span:before {
    width: 24px;
    top: 14px;
    right: -4px;
    opacity: 1;
}

.footer-cta a:hover span:after {
    width: 24px;
    top: 30px;
    right: -4px;
    opacity: 1;
}

@media only screen and (max-width: 600px) {
    .footer-cta a {
        font-size: 2em;
    }

    .footer-cta a:before,
    a:after {
        height: 2px;
    }

    .footer-cta a:before {
        width: 148px;
        right: 110%;
    }

    .footer-cta a:after {
        width: 0%;
        left: 110%;
    }

    .footer-cta a:hover:before {
        width: 0%;
    }

    .footer-cta a:hover:after {
        width: 40px;
    }

    .footer-cta a span {
        position: absolute;
        display: block;
        width: 60px;
        height: 100%;
        right: -30%;
        top: 0px;
    }

    .footer-cta a span:before,
    a span:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 2px;
        top: 0;
        right: 0;
    }

}

/* ====== Member Gallery ======*/
.gallery {
    background: transparent;
}

.gallery-cell {
    width: 100%;
    height: 200px;
    margin-right: 10px;
    counter-increment: gallery-cell;
}

.gallery-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}