/* ============ Full Page Slider ================= */
.creative-showcase--slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding: 0px 0;
}

.creative-showcase--slider .swiper-slide .slide-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.creative-showcase--slider .swiper-slide .overlay-dark:before {
    opacity: .5;
    background: #1d1d1d;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.creative-showcase--slider .swiper-slide .video-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.creative-showcase--slider .swiper-slide .video-container video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.swiper-slide .slide-bg .slide-container {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 7;
    padding-left: 15px;
    padding-right: 15px;
}

.slide-bg .slide-container .slide-row {
    display: flex;
    flex-wrap: wrap;
}

.slide-container .slide-row .slider-content {
    flex: 0 0 auto;
    width: 91.66666667%;
    margin-left: 8.33333333%;
    padding-left: 15px;
    padding-right: 15px;
}

.slider-content .slide-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-top: 0px;
}

.slider-content .slide-heading span {
    font-size: 80px;
    color: #fff;
    margin: 0px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: .2rem;
}

.slider-content .slide-heading a {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.slider-content .slide-heading a span {
    display: inline-block;
}

.overlay-light .slider-content .slide-heading a {
    color: #000;
}

.overlay-light .slider-content .slide-subtitle {
    color: #000;
}

.creative-showcase--slider .creative-button--wrapper .swiper-button-prev,
.creative-showcase--slider .creative-button--wrapper .swiper-button-next {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: auto;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    width: auto;
    bottom: 30px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: normal;
}

.creative-showcase--slider .creative-button--wrapper .swiper-button-next {
    right: 120px;
}

.creative-showcase--slider .creative-button--wrapper .swiper-button-prev {
    left: 120px;
}

.creative-showcase--slider .creative-button--wrapper .swiper-button-next:after,
.creative-showcase--slider .creative-button--wrapper .swiper-button-prev:after {
    display: none;
}

.creative-showcase--slider .creative-button--wrapper .swiper-button-prev i {
    margin-right: 25px;
}

.creative-showcase--slider .creative-button--wrapper .swiper-button-next i {
    margin-left: 25px;
}

.creative-showcase--slider .banner-horizental .swiper-pagination {
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}

.creative-showcase--slider .banner-horizental .swiper-pagination-bullet {
    background: transparent;
    margin: 0 10px !important;
}

.creative-showcase--slider .banner-horizental .path {
    display: none;
}

.creative-showcase--slider .banner-horizental .swiper-pagination-bullet-active .path {
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    -webkit-animation: dash linear 10s;
    animation: dash linear 10s;
    -webkit-animation-iteration-count: unset;
    animation-iteration-count: unset;
}

.splide__slide .offices-img {
    background: #fff;
    padding: 5px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

div#offices-slider .splide__list,
.offices-details.container {
    /* align-items: center; */
    /* display: flex
; */
    height: calc(100% - 52px);
    margin: 0 auto;
    padding: 0 15px;
}

div#offices-slider .splide__list .splide__slide {
    height: 100%;
}

div#offices-slider .splide__list {
    height: calc(100vh - 72px);
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.flip_box_area {
    background: #fff;
}

.flip_box_area .main-section-title h2 {
    color: #fff;
}

.flip_box_area .box_item {
    position: relative;
    margin: 10px auto;
}

.flip_box_area .box_item .flip_box {
    transform-style: preserve-3d;
    perspective: 1000px
}

.flip_box_area .box_item .flip_box .flip_box_back,
.flip_box_area .box_item .flip_box .flip_box_front {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 250px;
    transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    backface-visibility: hidden
}

.flip_box_area .box_item .flip_box .flip_box_front::before

/* .flip_box_area .box_item .flip_box .flip_box_back::before  */
    {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.3);*/
    z-index: 1
}

.flip_box_area .box_item .flip_box .flip_box_front,
.flip_box_area .box_item .flip_box:hover .flip_box_back {
    transform: rotateY(0);
    transform-style: preserve-3d
}

.flip_box_area .box_item .flip_box:hover .flip_box_front {
    transform: rotateY(-180deg);
    transform-style: preserve-3d
}

.flip_box_area .box_item .flip_box .flip_box_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotateY(180deg);
    transform-style: preserve-3d
}

.flip_box_area .box_item .flip_box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 30px;
    outline: transparent solid 1px;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
    text-align: center
}

.flip_box_area .box_item .flip_box .inner h4 {
    color: #ffffff;
    line-height: 1.5;
    font-size: 20px;
    text-transform: uppercase;
}

.flip_box_area .box_item .flip_box .flip_box_back .inner h4 {
    color: #fbca46;
    margin-bottom: 15px;
}

.flip_box_area .box_item .flip_box .inner p {
    line-height: 1.5;
}

.flip_box_area .box_item .flip_box .flip_box_back .inner p {
    color: #ffffff;
}

.footer_area .logo {
    width: 250px;
}

.footer_area .address-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ty_area>* {
    position: relative;
    z-index: 1;
}

.ty_area {
    position: relative;
    height: 100vh;
    display: flex;
    align-content: center;
    justify-content: center;
    background-image: url(../img/banner.jpg);
    background-size: cover;
}

.ty_area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

.ty_area .container {
    display: flex;
    align-content: center;
    justify-content: center;
}

.ty_area img {
    width: 200px;
}

.ty_area h2 {
    color: #000000;
    text-transform: capitalize;
}

.ty_area p {
    color: #000000;
    text-transform: capitalize;
    font-weight: 600;
}

.flip_box_slider .owl-dots {
    position: absolute;
    left: 15px;
    bottom: 50%;
    display: flex;
    flex-direction: column;
}

.flip_box_slider .owl-dots .owl-dot span {
    width: 20px !important;
    height: 3px !important;
    opacity: 1;
}

.flip_box_slider .owl-dots .owl-dot.active span {
    width: 40px !important;
    background: #fbca46 !important;
}

section.star {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* https://lh3.googleusercontent.com/ka_5IYJDRkXZnbptxq64LPuggGL5FM8gnpJlsuSiOQh4b39kMkiRbVfX8iK8bjMg5SLkdfoix09P60wyFjN2=w681-h614 */
    background: url("https://i.postimg.cc/c1Q3njM0/bg2.jpg");
    /*   background-color:black; */
    background-size: cover;
    animation: animateBg 50s linear infinite;
}

@keyframes animateBg {

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

    50% {
        transform: scale(1.2);
    }
}

.star span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1), 0 0 0 8px rgba(255, 255, 255, 0.1), 0 0 20px rgba(255, 255, 255, 0.1);
    animation: animate 3s linear infinite;
}

.star span::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 1px;
    background: linear-gradient(90deg, #fff, transparent);
}

@keyframes animate {
    0% {
        transform: rotate(315deg) translateX(0);
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        transform: rotate(315deg) translateX(-1000px);
        opacity: 0;
    }
}

.star span:nth-child(1) {
    top: 0;
    right: 0;
    left: initial;
    animation-delay: 0s;
    animation-duration: 1s;
}

.star span:nth-child(2) {
    top: 0;
    right: 80px;
    left: initial;
    animation-delay: 0.2s;
    animation-duration: 3s;
}

.star span:nth-child(3) {
    top: 80;
    right: 0px;
    left: initial;
    animation-delay: 0.4s;
    animation-duration: 2s;
}

.star span:nth-child(4) {
    top: 0;
    right: 180px;
    left: initial;
    animation-delay: 0.6s;
    animation-duration: 1.5s;
}

.star span:nth-child(5) {
    top: 0;
    right: 400px;
    left: initial;
    animation-delay: 0.8s;
    animation-duration: 2.5s;
}

.star span:nth-child(6) {
    top: 0;
    right: 600px;
    left: initial;
    animation-delay: 1s;
    animation-duration: 3s;
}

.star span:nth-child(7) {
    top: 300px;
    right: 0px;
    left: initial;
    animation-delay: 1.2s;
    animation-duration: 1.75s;
}

.star span:nth-child(8) {
    top: 0px;
    right: 700px;
    left: initial;
    animation-delay: 1.4s;
    animation-duration: 1.25s;
}

.star span:nth-child(9) {
    top: 0px;
    right: 1000px;
    left: initial;
    animation-delay: 0.75s;
    animation-duration: 2.25s;
}

.star span:nth-child(9) {
    top: 0px;
    right: 450px;
    left: initial;
    animation-delay: 2.75s;
    animation-duration: 2.75s;
}

.main-default-btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #fff;
    color: #cca962;
    border: none;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
}

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

.flip_box_back p {
    font-size: 14px;
}

.flip_box_front h3 {
    font-size: 22px;
}

.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    border-top: 1px solid #e5e7eb;
}

.title {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.description {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
}

.badge a {
    font-size: 18px;
    letter-spacing: 2px;
    white-space: nowrap;
    color: #fff;
}

.versions {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    letter-spacing: 1px;
}

.badge a span {
    top: 8px;
    position: relative;
    left: 8px;

}


.swiper-container {
    width: 100%;
    height: calc(100vh - 52px);
    position: relative;
}

.swiper-container .slider {
    min-height: 50vh;
}

.swiper-container .slider .swiper-slide {
    background: #ccc;
    overflow: hidden;
    position: relative;
    height: 100%;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container .slider .swiper-slide .slide-inner {
    position: absolute;
    width: 100%;
    height: calc(100vh - 52px);
    left: 0;
    top: 0;
}

.swiper-container .slider .swiper-slide .slide-inner img.slid-bg-img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.listed-points li {
    display: flex;
}

ul.listed-points li span {
    border: 1px solid #c7a15a;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    margin-right: 20px;
}

#section-offices ul.listed-points li::before {
    display: none;
}

ul.listed-points li img {
    width: 30px;
    /* padding-right: 20px; */
    margin: 0 auto;
    padding-top: 9px;
}

.swiper-container .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0);
}

.swiper-container .swiper-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 7em;
    position: absolute;
    z-index: 3;
    right: 0;
}

.swiper-container .swiper-pagination span {
    margin-bottom: 3em;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.07em;
    color: #fff;
}

.swiper-container .swiper-pagination span:focus {
    outline: none;
}

.listed-points li {
    display: flex;
    align-items: center;
    padding: 0;
}

.item .badge a span {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all;
}

.item:hover .badge a span {
    visibility: visible;
    opacity: 1;
    margin-right: 20px;

}

#section-offices .slide-inner h4 {
    text-align: left;
}

#section-offices .slide-inner .row-offices {
    width: 100%;
    height: 100%;
}

#section-offices .theme-secound-bg-after::after {
    background: #040A21;
    background: linear-gradient(270deg, rgba(4, 10, 33, 1) 0%, rgba(237, 221, 83, 0) 100%);
    opacity: 0.7;
}

.location-list-1 {
    display: flex;
    gap: 20px;
}

section#environment section.star {
    height: 100%;
}

/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
    .slide-container .slide-row .slider-content {
        flex: 0 0 auto;
        width: 100%;
        margin-left: 0px;
    }

    .slider-content .slide-heading {
        font-size: 72px;
    }

    .creative-showcase--slider .banner-horizental .swiper-pagination {
        display: none;
    }

    .creative-showcase--slider .creative-button--wrapper .swiper-button-prev {
        left: 15px;
    }

    .creative-showcase--slider .creative-button--wrapper .swiper-button-next {
        right: 15px;
    }

    .slider-content .slide-heading {
        font-size: 30px;
    }

    .slider-content .slide-heading span {
        font-size: 30px;
    }

    .creative-showcase--slider .slide-container img {
        width: 120px !important;
        padding-bottom: 10px !important;
    }

    #section-offices .slide-inner .row-offices {
        padding: 30px 30px;
    }

    .item {
        gap: 20px;
    }

    .swiper-container .slider .swiper-slide .slide-inner img.slid-bg-img {
        object-fit: cover;
        height: 100%;
    }

    .location-list-1 {
        flex-direction: column;
    }

    .creative-showcase--slider .swiper-slide {
        min-height: 500px;
    }

    .swiper-container .slider .swiper-slide .slide-inner {
        min-height: 500px !important;
    }

    form#enquiryForm {
        padding-bottom: 50px;
    }

    section#section-contact .section-title h2 {
        padding-bottom: 30px;
    }

    .swiper-container .swiper-pagination {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;

        width: 100%;
        padding-right: 30px;
        bottom: 20px;
        gap: 10px;
    }
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
    .slide-container .slide-row .slider-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .slider-content .slide-heading {
        font-size: 40px;
    }

    .slider-content .slide-subtitle {
        margin-bottom: 15px;
    }

    .title {
        font-size: 18px;
    }

    .item {
        flex-direction: column;
        align-items: flex-start;
    }

    .theme-logo img {
        height: 25px;
    }

}

#section-location .listed-points li::before {
    display: none;
}

#section-location ul.listed-points li span {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

#section-location ul.listed-points li img {
    width: 28px;
    /* padding-right: 20px; */
    margin: 0 auto;
    padding-top: 4px;
}


/* Hide arrows by default (desktop) */
.swiper-button-prev,
.swiper-button-next {
    display: none;
}

/* Show arrows on screens 991px and below */


.mobile-only {
    bottom: 2%;
    top: auto;
    font-size: 20px;
    height: auto;
}

.swiper-button-next.mobile-only {
    left: 15%;
}

.swiper-button-prev.mobile-only svg {
    left: 5%;
    transform: scaleX(-1);
}

.mobile-only:after {
    font-size: 20px;
    display: none;
    ;
}

.mobile-only svg {
    stroke: #ffffff;
}

.copyright-style-area {
    z-index: 2;
    position: relative;
}


.cstm_card_scrolling .pinWrapper {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 11;
}

.scrollmagic-pin-spacer {
    position: absolute !important;
    clip: rect(auto, auto, auto, auto);
}

.cstm_card_scrolling .scrolling_section {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 100px);
    z-index: 1;
}

.cstm_card_scrolling .scrolling_section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cstm_card_scrolling .scrolling_section .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cstm_card_scrolling .scrolling_section:nth-child(1) {
    background-image: url('../img/rappture-office.jpg');
}

.cstm_card_scrolling .scrolling_section:nth-child(2) {
    background-image: url('../img/retail3.jpg');
}

.cstm_card_scrolling .scrolling_section:nth-child(3) {
    background-image: url('../img/lobby-new.jpg');
}



.cstm_card_scrolling .scrolling_section:nth-child(1) .image {
    background-image: url('../img/rappture-office.jpg');
    top: 50%;
}

.cstm_card_scrolling .scrolling_section:nth-child(2) .image {
    background-image: url('../img/retail3.jpg');
}

.cstm_card_scrolling .scrolling_section:nth-child(3) .image {
    background-image: url('../img/lobby-new.jpg');
}



.cstm_card_scrolling .scrolling_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cstm_card_scrolling .scrolling_section:before {
    background-color: rgba(0, 0, 0, 0.6);
}

.cstm_card_scrolling .image {
    position: absolute;
    top: -50%;
    width: 500px;
    height: 400px;
    right: 100px;
    transform: translate(0%, -50%);
}

.cstm_card_scrolling .pinWrapper .text {
    top: -50%;
    left: 0;
    position: absolute;
    transform: translate(100px, -50%);
    -webkit-transform: translate(100px, -50%);
    width: 43%;
}

.cstm_card_scrolling #section1 .pinWrapper .text {
    top: 50%;
}

.cstm_card_scrolling .pinWrapper .text p {
    font-size: 16px;
    color: #fff;
}

.d-none {
    display: none !important;
}

@media screen and (max-width: 1200px) {
    .cstm_card_scrolling .image {
        width: 400px;
        height: 300px;
        ;
    }
}

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

    .swiper-button-prev,
    .swiper-button-next {
        display: block;
    }

    .cstm_card_scrolling .pinWrapper .text {
        transform: translate(50px, -50%);
        -webkit-transform: translate(50px, -50%);
        width: 50%;
    }

    .cstm_card_scrolling .image {
        width: 250px;
        height: 220px;
    }

    ul.listed-points li img {
        width: 16px;
        padding-top: 5px;
    }

    ul.listed-points li span {
        height: 30px;
        width: 30px;
    }
}

@media (max-width: 767px) {
    .cstm_card_scrolling .scrolling_section .image {
        display: none;
    }

    @media screen and (max-width: 991px) {
        .cstm_card_scrolling .pinWrapper .text {
            width: 80%;
        }
    }
}