.vimeoPlayer{
    width: 100%;
    height: 650px
}
.pt-120{padding-top: 120px;}
.h1,
    body h1{
        position: relative;
        z-index: 9;
        font-family: DM Serif Display !important;
        font-size: 130px !important;
        font-weight: normal;
        text-transform: capitalize;
        letter-spacing: -0.5px !important;
    }
    body h2{
        font-family:  DM Serif Display  !important;
        font-size: 80px !important;
        font-weight: normal !important;
            letter-spacing: -4px !important;
        line-height: 1;
    }

    body .h2{
        font-family:  "Inter"  !important;
    }
body p{
        font-size: 18px !important;
        font-weight: normal;
        letter-spacing: 0px;
        line-height: 1.7 !important;
    }
.inter,
body{
    font-family: Inter !important;

}
.btn2{
    padding: 10px 25px !important;
}
.section-mod{
    padding: 210px 0;
}
.p0{padding: 0 !important}
.mb-20{margin-bottom: 20px;}
.mb-10{margin-bottom: 10px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-70{margin-bottom: 70px;}
.mb-80{margin-bottom: 80px;}
.mb-100{margin-bottom: 100px;}
.mb-110{margin-bottom: 110px;}
.mb-120{margin-bottom: 120px;}
.mb-140{margin-bottom: 140px;}
.mb-220{margin-bottom: 220px;}


.boxcontainer{
    position: relative;
    display: flex;
    height: 17rem;
    overflow: hidden;
    width: 100%;
    padding-top: 15px;
}
.boxcontainer .scrolling{
    width: 100%;;
    position: absolute;
    transition-duration: 9s;

}
.boxcontainer .thebg{
    position: absolute;
    top: 0;
    z-index: 9999
}

.boxcontainer:hover .scrolling {
    transform: translate3d(0,-1500px,0);
}
.responsiveness {
    height: 46.5rem;
}
.responsiveness .xxl {
    width: 50rem;
}
.responsiveness .xxl {
    position: absolute;
    left: 50%;
    width: 56rem;
    bottom: 0;
    transform: translateX(-50%);
}
.responsiveness .xl {
    position: absolute;
    left: 0%;
    width: 32rem;
    bottom: 0;
}
.responsiveness .md {
    position: absolute;
    width: 21rem;
    right: 0%;
    bottom: 0;
}
.responsiveness .sm {
    width: 6rem;
    right: 31%;
    bottom: 0;
    position: absolute;
}
.videoplay{
    width: 100%;
    display: flex;
    height: 100%;
}
.col-center{
    margin: auto;float: none;
}
.subscribe-wrapper .subscribe-input {
    width: 100%;
    border: 0;
    font-size: 20px;
    outline: 0;
    font-weight: 300;
    background: center;
    line-height: 1.6em;
    color: #7a7a84;
    padding: 5px 0;
    border-bottom: 1px solid;
    letter-spacing: 2px;
}
.subscribe-wrapper .subscribe-input-send {
    position: absolute;
    width: auto;
    right: 15px;
    bottom: 5px;
    border: 0;
    background: 0 0;
    padding-right: 0;
    cursor: pointer;
    font-size: 25px;
    text-transform: capitalize;
    color: #7a7a84;
    letter-spacing: .05em;
}
.videoplay100{
    background-color: #000;
        height: auto;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        width: auto;
        z-index: -3;
}

 .ddd_1{
     line-height: 1 !important;
     margin-bottom: 0 !important;
     position: absolute;
     color: transparent;
     -webkit-text-stroke: 2px #7a7a84;
     font-size: 130px;
     left:140px;

     transform: translate(0px, 0px);
     transition-duration: 1s;

 }
 .boxrotator{
    min-height: 420px;
     position: relative;
     overflow: hidden;
     background:white;padding:40px
 }
 .rotator_text{

     height: 20vh;

 }
 .col-md-4.e:hover .ddd_1{
     transition-duration: 4s;
    transform: translate3d(-420px,0px, 0px);
 }

 .col-md-4.e:hover .boxrotator{
     background-color: #3b3d44;
 }
.col-md-4.e a:hover h6,
.col-md-4.e:hover h6,
.col-md-4.e:hover p{
    color: #fff !important;
}

.col-md-4.e a h6,
.col-md-4.e h6,
.col-md-4.e p{
    color: #000 !important;
}
.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay:before{
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.45);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlay{
    position: relative;
}

.listBox:before{
    content:"";
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: black;
    bottom: -40px;
}
.listBox{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.listBox li:before{
    content: "";
    height: 35px;
    width: 1px;
    background-color: black;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 1px);
}
.listBox.d19 li{max-width: 19%;}
.listBox li{
    background-color: white;
    position: relative;
    width: 20%;
    height: 28vh;
    padding: 85px 20px 0px 20px;
}

.panel-title{
    font-size: 1rem !important;
    padding-bottom: 20px;
}
.panel-heading{position: relative;}
.panel-heading:after {
    transform: scaleX(0);
    transform-origin: right;
    background: #3b3d44;
}
/*.panel-heading:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}*/
.panel-heading:after{
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    content: '';
    position: absolute;
    transition: transform .75s ease-out;
}
.accordion-style1 .panel-heading i {
    font-size: 35px;
    color: #626262;
}
.mb-120{
    margin-bottom: 120px;
}

.swiper-slider-clients .swiper-slide {
    padding: 5px;
}
.whitebars{position: relative;}
.whitebars:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: white;
}
.whitebars:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: white;
}
.bubble.S:before{
    content: "S";
    right: -22px;
    top: -23px;
    background-color: #7f73e4;
}

.bubble.F:before{
    content: "F";
    left: -22px;
    bottom: -23px;
    background-color: #aee473;
}

.bubble.L:before{
    content: "L";
    left: -22px;
    bottom: -23px;
    background-color: #e47373;
}

.bubble.M:before{
    content: "M";
    right: -22px;
    top: -23px;
    background-color: #d873e4;
}
.bubble:before{
    content: "";
    position: absolute;
    width: 53px;
    height: 53px;

    color: white;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    font-size: 20px !important;

}
.bubble{
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 2px 2px 8px 0px #d0d0d0;
    position: relative;
    margin-bottom: 40px;
}
.mb-0P{
    width: 80%;
    margin: auto;
    list-style: none;
}
.mb-0P li:before{
    content: "";
    left: -15px;
    position: absolute;
    top: 9px;
    width: 8px;
    height: 8px;
    background-color: #FF783C;
    border-radius: 100px;
}
.mb-0P li{margin-bottom: 20px;position: relative;}
.mb-0P p{margin-bottom: 0;}

.video_frame small, .minletter small{
    position: absolute;
    z-index: 9;
    color: white;
    /*background: #00000052;*/
    bottom: 30px;
    right: 30px;
    font-size: 14px;
    width: 50%;
    line-height: 1.4;
    padding: 20px 60px;
    text-align: right;
    max-width: 500px;
}
.bg-white{background: white;}
.video_frame {
    height: 100%;
    width: 90%;
    overflow: hidden;
    position: relative;
    float: right;
    z-index: 3;
}
.video_frame:before{
    content: "";
    background-image: url(../images/ptn2.png);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.mayita:before{
    content: "";
    background-image: url(../images/ptn2.png);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.video_frame video {
    background-color: #000;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: auto;
    z-index: -3;
}
.planvisit input,
.planvisit select,
.relative{position: relative;}

/*.bgchange1,
.bgchange{
    transition-delay: 0.6s !important;
}*/

.bgchange1,
.bgchange,
.lineBox,
.social_media_v li a,
.info_event p,
.circular-button span,
.mov,
.seg{-webkit-transition: all !important;-webkit-transition-timing-function: ease-out !important;-webkit-transition-duration: 500ms !important;-moz-transition: all !important;-moz-transition-timing-function: ease-out !important;-moz-transition-duration: 500ms !important;}

.panel-heading{
    border-bottom: 1px solid #3b3d44 !important;
}
.panel-heading.active-accordion:after {
    transform: scaleX(1) !important;
    transform-origin: left center;
}
.separator{
    display: block;
    width: 100%;
    height: 40px;
    float: left;

}
.alioth-seperator {
    display: block;
    width: 0%;
    height: 1px;
    opacity: 0.6;
    background: #fff;
    float: left;
    margin-bottom: 40px;
    z-index: 9;
    position: relative;
    -webkit-transition: all !important;
    -webkit-transition-timing-function: ease-out !important;
    -webkit-transition-duration: 800ms !important;
    -moz-transition: all !important;
    -moz-transition-timing-function: ease-out !important;
    -moz-transition-duration: 800ms !important;
    transition-delay: 0.6s !important;
}
body p.lead{
        position: relative;
        z-index: 9;
        font-size: 30px !important;
        line-height: 1.1 !important;
        font-weight: 700 !important;
        letter-spacing: -1px;
    }
    .parallax{
        background-position-x: 0 !important;
    }
    .height-100{height: 100vh !important}
    .height-90{height: 90vh}
    .height-60{height: 60vh}
    .height-50{height: 50vh}
    .bg-noiseW,
    .bg-noise3{position: relative;overflow: hidden !important;}
    .bg-noise2{position: relative;overflow: hidden !important;}
    .bg-noise{position: relative;overflow: hidden !important;}
    .noise_{position: relative;overflow-x: hidden;}
    .noise_:before{
        top: -70rem !important;
        min-height: 15000vh;

        position: fixed;
        content: '';
        left: -10rem;
        width: calc(100% + 20rem);
        height: 950vh;
        z-index: -1;
        pointer-events: none;
        background-image: url(../images/bg-noise.png);
        background-color: #E6E5E2;
        background-position: 50%;
        animation: BgNoise 1s steps(2) infinite;
    }
    .bg-noise:before {
        position: absolute;
        content: '';
        top: -10rem;
        left: -10rem;
        width: calc(100% + 20rem);
        height: 950vh;
        z-index: -1;
        pointer-events: none;
        background-image: url(../images/bg-noise.png);
        background-color: #E6E5E2;
        background-position: 50%;
        animation: BgNoise 1s steps(2) infinite;
    }

    .bg-noise3:before {
        position: absolute;
        content: '';
        top: -10rem;
        left: -10rem;
        width: calc(100% + 20rem);
        height: 250vh;
        z-index: -1;
        pointer-events: none;
        background-image: url(../images/bg-noise.png);
        background-color: #A33E2D;
        background-position: 50%;
        animation: BgNoise 1s steps(2) infinite;
    }
    .bg-noiseW:before {
        position: absolute;
        content: '';
        top: -10rem;
        left: -10rem;
        width: calc(100% + 20rem);
        height: 250vh;
        z-index: -1;
        pointer-events: none;
        background-image: url(../images/bg-noise.png);
        background-color: #fff;
        background-position: 50%;
        animation: BgNoise 1s steps(2) infinite;
    }

    .bg-noise2:before {
        position: absolute;
        content: '';
        top: -10rem;
        left: -10rem;
        width: calc(100% + 20rem);
        height: 950vh;
        z-index: 0;
        pointer-events: none;
        background-image: url(../images/bg-noise.png);
        background-color: #191b1d;
        background-position: 50%;
        animation: BgNoise 1s steps(2) infinite;
    }
    @keyframes BgNoise {
        0% { transform: translate3d(0, 9rem, 0) }
        10% { transform: translate3d(-1rem, -4rem, 0) }
        20% { transform: translate3d(-8rem, 2rem, 0) }
        30% { transform: translate3d(9rem, -9rem, 0) }
        40% { transform: translate3d(-2rem, 7rem, 0) }
        50% { transform: translate3d(-9rem, -4rem, 0) }
        60% { transform: translate3d(2rem, 6rem, 0) }
        70% { transform: translate3d(7rem, -8rem, 0) }
        80% { transform: translate3d(-9rem, 1rem, 0) }
        90% { transform: translate3d(6rem, -5rem, 0) }
        to { transform: translate3d(-7rem, 0, 0) }
    }

    body h6{
        position: relative;
        z-index: 9;
        font-weight: bold;
        line-height: 1 !important;
        margin-bottom: 5px !important;
        font-size: 30px !important;
    }

    .hyperlink{text-decoration: underline;}
    footer ul {
        list-style: none;
        margin: 0;
        padding: 0
    }
    footer{ background: #131313;padding: 100px 0 15px 0}
    footer p{font-size: 14px !important;margin-bottom: 30px !important}


    footer ul li a:hover{opacity: 0.4;}
    footer ul li a {
        color: #191b1d;
        text-decoration: none;
    }

     footer ul li a {
        color: #fff
    }

    footer li {
        font-size: 14px;
        padding-bottom: 16px;
    }
    .fa-heart {
        animation: heartbeat 3s infinite;
        width: 11px;
    }

    @keyframes  heartbeat {
        0% {
            transform: scale( .75);
        }
        20% {
            transform: scale( 1.3);
        }
        40% {
            transform: scale( .75);
        }
        60% {
            transform: scale( 1.3);
        }
        100% {
            transform: scale( .75);
        }
    }

    .footer-menu ul{
        display: flex;
        align-items: center;
        justify-content: right;
    }

    .footer-menu li{
        margin-left: 20px;
    }
    .footer-menu a{
        display: block;
    }

    .cta{position: relative;height: 650px}
    .cta::after {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        background: rgb(16, 16, 16);
        z-index: -1;
        width: 100%;
        height: 100%;
        transition: height 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) 0s;
    }
    .cta:hover::after {
        height: 0%;
    }

    .test img {
        transform: scale(1);
        transition: all 1s ease-out;
    }


    .scroll-notice {
        position: absolute;
            display: inline-block;
            width: auto;
            transform: rotate(90deg);
            cursor: pointer;
            bottom: 45px;
            left: 50px;
    }
    .scroll-notice span { display: block; position: relative; width: auto; white-space: nowrap; font-size: 12px; font-weight: 600; color: rgb(255, 255, 255); }
    .scroll-notice span::before { content: ""; display: block; position: absolute; top: 50%; background: rgb(255, 255, 255); width: 0px; height: 1px; right: 120%; transform: translateY(-50%); }
    .scroll-notice span::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        background: rgba(255, 255, 255, 1);
        width: 40px;
        height: 1px;
        left: -105%;
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        transform: translatey(-43%);
        float: left;

        -webkit-animation: mymoveDos 3s infinite;
            animation: mymoveDos 3s infinite;
    }

    @-webkit-keyframes mymoveDos {
        0%,
        100% {
            width: 20px;
        }
        50% {
            width: 40px;
        }
    }


    .panel-body{
        padding:  60px 0 !important;
    }
    .panel-title{
        line-height: 1;
        position: relative;
        z-index: 9;
        font-weight: bold;
        font-size: 80px !important;
        letter-spacing: -3px !important;
        margin-bottom: 0 !important;
        text-transform: capitalize !important;
    }



.ai-image-carousel{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
}
.cta {
    filter: grayscale(100%) !important;
}
.ai-image {
    display: block;
    margin-right: 30px;
    -ms-flex-preferred-size: 40vw;
    flex-basis: 40vw;
    min-width: 36vw;
    position: relative;
}

.ai-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.editedw .panel-heading:after {
    transform: scaleX(0);
    transform-origin: right;
    background: #fff;
}
.editedw .panel-heading {
    border-bottom: 1px solid rgba(255,255,255,.4) !important;
}
.editedw .text-white i{color: white;}


.asideItems h6 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 40px;
}
.asideItems .col-md-3>div{overflow: hidden;position: relative;}
.asideItems .col-md-3>div:before {
    content: "";
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 0%;
    background: rgb(6 54 134 / 80%);
    -webkit-transition: height .8s cubic-bezier(.25, .74, .22, .99);
    -o-transition: height .8s cubic-bezier(.25, .74, .22, .99);
    transition: height .8s cubic-bezier(.25, .74, .22, .99);
}
.asideItems .col-md-3>div:hover:before {
    height: 100%;
}
.justify-space-between{
    justify-content: space-between;
}
.parasmall small {
    position: absolute;
    z-index: 9;
    color: white;
    /* background: #00000052; */
    bottom: 30px;
    right: 30px;
    font-size: 14px;
    width: 40%;
    line-height: 1.4;
    padding: 20px 60px;
    text-align: right;
    max-width: 380px;
}
.video_embed{
    height: 707px;
    width: 100%;
}
article {
    border-bottom: 1px solid white;
    margin-bottom: 60px;
    padding-bottom: 60px;
}
article p.link{font-size: 14px !important;}
article small{display: block;}
article small span{
    display: inline-block;
    width:  30px;
    margin:  5px 10px;
    height: 1px;
    background-color: white;
}


/*---*/

.box_3 li a:hover:before{
    left: 0%;
}
.box_3 li a:before{
    content: "";
    width: 100%;
    background: #4A96BE ;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    z-index: 0;
}
.box_3 li a span{position: relative;z-index: 3;font-weight: bold;}
    .box_3 li a{display: block;text-align: center;color: white !important;padding: 35px 0px;text-decoration: none;letter-spacing: 2px;position: relative;overflow: hidden;}
    .box_3 li{
        width: 33.3%;
        border-top: 1px solid white;
    }
    .box_3 li:nth-child(2){
        border-left: 1px solid white;
        border-right: 1px solid white;
    }
    .box_3{
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
    }
    .Joinus{
        position: absolute;
        width: 80%;
        top: 0;
        right: 0;
        animation-name: ju;
        animation-duration: 120s;
    }
    @keyframes ju {
      0%   {right:-20%; top:0px;}
      90%  {right:80%; top:0px;opacity: 0;}
      100%  {opacity: 0;}
    }


    .box_n .a span{
        border-left: 1px solid  #000;
        width: 50px;
        text-align: center;
    }
    .box_n .a{
        display: flex;
        justify-content: space-between;
        padding-left: 40px;
        border-top: 1px solid  #000;
        font-weight: bold;
        text-transform: uppercase;
        align-items: center;
    }
    .box_n aside{
        padding:40px 20px;
    }
    .box_n:hover a{color: #4A96BE !important}
    .box_n:hover a,
    .box_n:hover span,
    .box_n:hover{
        border-color: #4A96BE !important
    }
    .box_n h4{color: #4A96BE}
    .box_n p{min-height: 119px;letter-spacing: 0;font-size: 18px;}
    .box_n p,
    .box_n a{color: black !important;}
    .box_n,
    .a p,
    .a div,
    .a aside{
        text-decoration: none !important;
    }
    .box_n{
        display: block;
        overflow: hidden;
        position: relative;
        background: #efefef;
        border: 1px solid  #000;
    }
    .box_n:hover:after, .box_n:hover:before {
        transform: scaleX(1);
        transition: transform .3s cubic-bezier(.5,.15,.5,.85) .1s;
    }
    .box_n:after, .box_n:before {
        box-sizing: inherit;
        content: "";
        height: calc(100% + 2px);
        left: -1px;
        position: absolute;
        top: -1px;
        transform-origin: center;
        width: calc(100% + 2px);
        z-index: 98;
    }
    .box_n:hover .card-display__icon {
        transform: rotate(0deg );
    }

    .box_n:after {
        border-left: 2px solid #4A96BE;
        border-right: 2px solid #4A96BE;
        transform: scaleY(0);
    }
    .box_n:before {
        border-bottom: 2px solid #4A96BE;
        transform: scaleX(0);
        border-top: 2px solid #4A96BE;
    }
    .card-display__icon {
        width: 45px;
        transform: rotate(-45deg );
        transition: transform .2s cubic-bezier(.5,.15,.5,.85) .1s;
    }
    .container-fluid a{text-decoration: none;}
    .colx5{display: flex;}
    .colx5>div{
        flex: 0 0 20%;
        max-width: 20%;
        margin-bottom: 40px;
    }

.fz-35{font-size: 35px !important;}

.m4 {display: flex;justify-content: space-between;}
.m4 a{
    color: black;
    font-size: 12px;
}
.gradient-animator {
    background: linear-gradient(134deg, #063686, #4a96be);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 15%}
    50%{background-position:100% 86%}
    100%{background-position:0% 15%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 15%}
    50%{background-position:100% 86%}
    100%{background-position:0% 15%}
}
@keyframes AnimationName {
    0%{background-position:0% 15%}
    50%{background-position:100% 86%}
    100%{background-position:0% 15%}
}
.modal-sm {
    max-width: 340px !important;
}
.modal-dialog {
    margin: 6.75rem auto 0 !important
}
.close.cus-opa1{
    position: absolute;
    right: 12px;
    top: 4px;
}
.modal-title.text-center.title{
    display: block;
    width: 100%;
    color: black;
}
.p-40{padding: 40px !important}
.p-20{padding: 20px !important}
.block{display: block;}
.justify-space-90 .col-md-6 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}

.infoserie{
    position: relative;
    width: 100%;
    list-style: none;
}
.infoserie p{color: white;text-transform: capitalize;}
.infoserie span{
    width: 100%;
    display: block;
    height: 1px;
    background: rgba(255,255,255, .4);
    margin-bottom: 10px !important;
}
.infoserie ul{
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
}
.infoserie ul li:last-child{
    text-align: right;
    max-width: 19%;
}
.infoserie ul li:first-child{
    max-width: 33%;
    margin-left: 0;
    padding-left: 0;
}
.infoserie ul li{
    padding-top: 15px;
    width: 50%;
}
.infoserie ul p{
    color: white;
    margin:  10px 0 0 0 !important;
    display: block;
    width: 100%;
    font-size: 18px;
}
.anim_line{overflow: initial !important}


.pt-190{padding-top: 190px ;}
.floating{
    position: absolute;
}
.circular-button:hover span{
    color: black !important;

}
.serif{font-family: DM Serif Display !important;}
.inter{font-family: "Inter"  !important;}
.circular-button {
    height: 90px;
    padding: 0;
    width: 90px;
    left: auto;
    right: 0px;
    bottom: 4px;
    background: #C6C6C6;
    border-radius: 0;
    font-family: DM Serif Display !important;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: right;
    z-index: 999999999999999999;
    position: absolute;
    bottom: 0;
    right: 0;
}
.circular-button span {
    color: white !important;
    text-align: right;
    padding: 20px;
    display: block;
    position: relative;
    opacity: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 999;
}
a.circular-button:hover::after {
    width: 100%;
    height: 100%;
}
a.circular-button::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    background: #ebebeb;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    z-index: 1;
}

.portfolio-item-thumbnail{
overflow: hidden;
display: block;
}
.portfolio-item-thumbnail img {
width: 100%;
height: auto;
display: block;
transition: all .2s ease; -webkit-transition: all .6s ease; -moz-transition: all .6s ease;
}
.portfolio-item-thumbnail:hover img{
-webkit-transform: scale(1.1,1.1);
}


.fz-170{font-size: 170px;font-family: 'Inter', sans-serif !important;}
h1.linkedt {
    font-size: 124px !important;
    letter-spacing: -4px !important;
    text-transform: initial !important;
}

.text-linked{overflow: hidden;position: relative;    display: block;}
.text-linked span{
    display: block;
    -webkit-transition: all !important;-webkit-transition-timing-function: ease-out !important;-webkit-transition-duration: 300ms !important;-moz-transition: all !important;-moz-transition-timing-function: ease-out !important;-moz-transition-duration: 300ms !important;
}
.text-linked:hover span{
    transform: translate(0px, -150%);

}
.text-linked:hover:before{
    transform: translate(0px, 0%);
}
.text-linked::before {
    content: attr(data-target);
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    font-weight: bold;
    color: #4A96BE !important;
    transform: translate(0px, 143px);

    white-space: nowrap;

    -webkit-transition: all !important;-webkit-transition-timing-function: ease-out !important;-webkit-transition-duration: 300ms !important;-moz-transition: all !important;-moz-transition-timing-function: ease-out !important;-moz-transition-duration: 300ms !important;
}
.vimeoPlayerHome {
    width: 100%;
    height: 550px;
}



.ns {display: flex;list-style: none}
.nx:hover li{opacity: .3;}
.ns li{position: relative;}
.ns li:hover{
    opacity: 1;
}
.ns li:last-child:before{display: none;}
.ns li:before{
    content: "/";
    opacity: 1;
    margin: 0 30px;
    color: #ADA02B;
    font-size: 125px;
    font-weight: 700;
    position: absolute;
    right: -63px
}
.ns a{
    font-size: 125px;
    font-weight: 700;
    padding:  0 40px;
    letter-spacing: -0.07em;
    line-height: 125px;
    overflow: visible;
    color: white;
}
.ml-300{margin-left: -300px;}


.wall-images {
    position: fixed;
    top: 70%;
    left: 50%;
    width: 30%;
    height: 622px;
    z-index: -2;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    overflow: hidden;
}
.wall-images img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 771px;
        transform: translate(0px, 0px);
}
.wall-image-fix {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    transform:  rotate(5deg);
    visibility: hidden;
    -webkit-transition: all !important;-webkit-transition-timing-function: ease-out !important;-webkit-transition-duration: 500ms !important;-moz-transition: all !important;-moz-transition-timing-function: ease-out !important;-moz-transition-duration: 500ms !important;
}
.moving{
    transform:  rotate(0deg);
    opacity: 1 !important;
    visibility: visible !important;
}

.navbar-top{
    top: 0 !important;
    background-color: #151719;
}


.cover-background >img {
    width: 120%;
    height: 120%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    transform: rotate(5deg) scale(1.7);
    -webkit-transition: all !important;
    -webkit-transition-timing-function: ease-out !important;
    -webkit-transition-duration: 700ms !important;
    -moz-transition: all !important;
    -moz-transition-timing-function: ease-out !important;
    -moz-transition-duration: 700ms !important;
}
.swiper-slide-active >img{
    transform: rotate(0deg) scale(1);
}

.swiper-next-style2 i, .swiper-prev-style2 i {
    color: white;

}
.swiper-next-style2, .swiper-prev-style2 {
    position: absolute;
    bottom: 0px;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 999999;
    color: white;
}
.fz-60{
    font-size: 60px !important;
    line-height: 1.3;
}


.swiper-container-horizontal .swiper-scrollbar {
    position: absolute;
    left: 23%;
    bottom: 9px;
    z-index: 50;
    height: 2px;
    width: 55%;
    background: rgb(255 255 255 / 20%);
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(255,255,255,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.pagination_custom{
    position: relative;
    width: 226px;
    height: 40px;
    right: 100px;
    bottom: 0;
    z-index: 9999;
}
.swiper-prev-style2 {
    left: 0%;
}
.swiper-next-style2 {
    right: 0%;
}

.pagination_custom .text-small{
    text-transform: initial;
    font-weight: bold;
    font-size: 16px;
}


.a-plus-button::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.a-plus-button::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 50px;
    background: #fff;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}
.a-plus-button a > span {
    display: inline-block;
    position: absolute;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    overflow: hidden;
}
.a-plus-button a {
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    color: #191b1d;
    font-size: 12px;
    overflow: hidden;
    font-weight: 600;
}
.a-plus-button a > span > span {
    display: block;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .3s ease .3s;
    transition: -webkit-transform .3s ease .3s;
    -o-transition: transform .3s ease .3s;
    transition: transform .3s ease .3s;
    transition: transform .3s ease .3s, -webkit-transform .3s ease .3s;
    color: white;
    font-size: 12px;
}
.a-plus-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.showcase-footer {
    position: absolute;
    bottom: 7.5%;
    width: 83%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.a-plus-button:hover::after {
    -webkit-transform: translateX(-50%) rotate(270deg);
    -ms-transform: translateX(-50%) rotate(270deg);
    transform: translateX(-50%) rotate(270deg);
}
.a-plus-button:hover a > span > span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

