a.bg-gradient-pink {
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.bg-gradient-pink:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.bg-gradient-pink {
    background-image: linear-gradient(to right, rgba(226, 0, 116, 1), rgba(235, 1, 158, 1), rgba(235, 1, 158, 1), rgba(235, 1, 158, 1));
}

.hero-shadow {
    box-shadow: 0 0 30px 5px rgb(255, 255, 255, .3);
    position: relative;
}

.hero-outline {
    position: relative;
}

.hero-outline:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: -20px;
    bottom: -20px;
    z-index: -1;
    border: #fff 1px solid;
    box-shadow: 0 0 30px 5px rgb(255, 255, 255, .3);
    border-radius: 2rem;
}

.h-\[24rem\] {
    height: 24rem;
}

.h-\[25rem\] {
    height: 25rem;
}

.w-\[25rem\] {
    height: 25rem;
}

.leading-normal {
    line-height: 1;
}

@media(min-width:1440px) {
    .full-pill>div {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0
    }

    .full-pill>div>div {
        border-radius: 0
    }

    .full-t>div {
        margin: 0 auto;
        border-radius: 0
    }

    .full-t {
        padding: 0;
    }

    .vet-full {
        margin: 0 auto;
        padding: 0
    }

    .vet-full>div {
        border-radius: 0
    }

}

.cta-btn {
    border-radius: 3px;
}

.interior-jobs {
    padding: 5rem 8rem;
}

.circle-social-icons {
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


a.text-pink:hover {
    color: #861b54;
}

.underline {
    text-decoration: underline;
}

.legal_list {
    list-style: disc;
    padding: revert !important;
}


/* @media (min-width: 1440px){
  .xxl\:px-\[0\]{
    padding-left: 0;
    padding-right: 0;
  }
.xxl:mx-[0]{
  margin-right: 0;
  margin-left: 0;
}

  .xxl:max-w-full{
   width: 100% ;
  }
  .xxl:max-w-full .md:mx-[5rem]{
    margin: 0;
  }
} */

.your-time_img img {
    position: relative;
    object-position: top;
}

@media (min-width: 1024px) {
    .lg\:after\:w-1\/4:after {
        content: var(--tw-content);
        width: 20%;
    }

    .your-time_img img {
        right: 80px;
    }

    .lg\:line-break {
        display: block;
    }

    .lg\:flex {
        display: flex
    }

    .lg\:flex-wrap {
        flex-wrap: wrap
    }

    .lg\:w-\[30\%\] {
        width: 30%
    }
}

.video-wall__item {
    position: relative;

}

.video-wall__item:after {
    content: '';
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 1.2rem;
    position: absolute;
    background: linear-gradient(to right, rgba(226, 0, 116, 1), rgba(249, 0, 227, 1));
    z-index: -3;
    top: -3px;
    left: -3px;
}

.video-button {
    background: linear-gradient(to right, rgba(226, 0, 116, 1), rgba(249, 0, 227, 1), rgba(249, 0, 227, 1), rgba(249, 0, 227, 1));
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
    border-radius: 50%;
    padding: .5rem;
}


.video-wall__item-button {
    position: absolute;
    top: -2rem;
    left: -2rem;
    transition: ease-out all 0.3s;
    z-index: 2;
    opacity: 1;
    transform: translateY(0);
    height: 40px;
    width: 40px;
}

.video-wall__item img {
    height: 100%;
    max-height: 400px;
    width: 100%;
}

@media screen and (max-width: 450px) {
    .video-wall__item img {
        height: 375px;
    }
}

@media screen and (min-width: 1024px) {
    .video-wall__item img {
        height: 100%;
        max-height: 260px;
        width: 100%;
    }

    .md\:px-\[2rem\] {
        padding-left: 2rem;
        padding-right: 2rem;
    }

}

.video-wall__item:hover>.video-button {

    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

@media screen and (min-width: 1024px) {
    /* .video-wall__item-button {
    opacity: 0;
    transform: translateY(50%);
  } */

}


/* /* Popup video */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}




.img-carousel_arrow {
    height: fit-content;
    position: absolute;
    z-index: 100;
    bottom: 10px;
    color: #FFF !important;
    --tw-bg-opacity: 1;
    background-color: rgb(134 27 84 / var(--tw-bg-opacity))
}

.img-carousel_arrow:hover {
    color: rgb(226 0 116 / var(--tw-text-opacity)) !important
}

.custom-prev.img-carousel_arrow {
    left: 30px
}

.custom-next.img-carousel_arrow {
    right: 30px
}


.faq-section {

    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
}

.faq-accordion {
    width: -webkit-fill-available;
    display: flex;
    gap: 2rem;
    flex-direction: column;
}

.faq-accordion button {
    width: 100%;
    padding: 15px;
    background-color: #ffffff33;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    outline: none;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-accordion button:hover {
    background-color: #ffffffcc;
    color: #000;
}

@media (max-width: 1023px) {
    .faq-section {
        flex-direction: column;
    }
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background-color: white;
    padding: 20px;
    width: 100%;
    max-width: 800px;
    margin: 60px 20px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #fff;
    color: #fff;
    background: #000;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.slider {
    display: flex;
    padding-bottom: 22px;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    display: none;
    transition: opacity 0.5s ease-in-out;
}

.slide.active {
    display: block;
}

.slide h2 {
    margin: 10px 0;
}

.slide p {
    margin: 20px 0;
    line-height: 1.6;
}


.our-strength__carousel .slick-list {
    padding-top: 40px !important;
}

.our-strength__carousel .slick-list .slick-track>div {
    margin-left: 12px;
    margin-right: 12px
}

.navigation {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.img-carousel_arrow.prev {
    left: 10px
}

.img-carousel_arrow.next {
    right: 10px
}


.awards-socials {
    bottom: 120px;
    left: calc(50% - (320px / 2));
}

.awards-socials i {
    font-size: 4rem;
}

@media (max-width: 768px) {
    .awards-socials {
        top: 95px;
        left: calc(50% - (230px / 2));
    }

    .awards-socials i {
        font-size: 3rem;
    }
}

.video-titles {
    bottom: 15px;
    left: 30px;
    right: 10px;
    padding: 2px 10px 2px 30px;

}

.video-titles img {
    width: 40px;
    filter: hue-rotate(0deg) saturate(0%) brightness(1000%);
    position: absolute;
    left: -20px;
    height: inherit;
}

.pt\-\[10rem\] {
    padding-top: 10rem
}
