@import '../blog//blog.css';

.wrapper {
    overflow: hidden;
}

.customerCard {
    padding: 30px;
    background: #fff;
    box-shadow: -4px 20px 42px #0000000d;
}

/* CUSTOMER  */
.customer {
    padding: 0 0 68px;
}


.customerSlider {
    text-align: center;
}

/* HOW WORKS START */

.how-work {
    padding: 68px 0;
}

/****** ANIMATION *****/
@-webkit-keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

/*********/
.stepWorks {
    display: flex;
    list-style: none;
    margin: 0 -11px;
    padding: 0;
    position: relative;
    z-index: 1;
    width: 100%;
}

.stepWorks li {
    margin: 0 11px;
    flex: 0 0 228px;
    max-width: 228px;
}

.cardWork {
    text-align: center;
}

.cardWork i {
    display: block;
    text-align: right;
    margin-bottom: -20px;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

.cardWork .imgBox {
    margin-bottom: -50px;
    display: block;
    text-align: center;
    position: relative;
}

.cardWork .imgBox .imgIcon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

.cardWork .imgBox {
    display: inline-block;
    position: relative;
    z-index: 5;
}

.cardWork .imgBox .shadowImg {
    position: relative;
    top: 12px;
}

.cardWork p {
    font-size: 30px;
    text-align: right;
    color: #fd8265;
    margin: 0;
}


.stepWorks li:nth-child(even) {
    margin-top: 124px;
}

.stepwrapper {
    position: relative;
    max-width: 1488px;
    margin: 0 auto;
}

.bgStep {
    max-width: 1390px;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
}

.text-yellow {
    color: #febf69 !important;
}

.text-green {
    color: #49c790 !important;
}

.text-blue {
    color: #6574fd !important;
}

.text-red {
    color: #fd8265 !important;
}

/* SELECTED PROJECT */
.selected-project {
    padding: 243px 0 224px;
    position: relative;
}

.selected-project .row {
    margin-bottom: 40px;
}

.selected-project .title {
    margin-bottom: 37px;
}


.selected-project .img-holder {
    position: relative;
}

.selected-project .img-holder img {
    width: 100%;
}

.selected-project .content {
    max-width: 744px;
}

.selected-project .btn {
    margin-top: 150px;
    background: #fff;
    border: 1px solid #fff;
}

.selected-project .btn:hover {
    color: #fff;
    /* border: 1px solid #fd8265; */
}

.selected-project .btn i {
    margin-right: 15px;
}

.selected-project .container {
    position: relative;
    z-index: 5;
}

.selected-project .imgBefore {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.selected-project .imgAfter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.selected-project .img-holder .img-fluid {
    position: relative;
    z-index: 5;
}

.selected-project .img-holder .shape1 {
    position: absolute;
    bottom: -104px;
    right: -96px;
    max-width: 350px;
}

.selected-project .img-holder .shape2 {
    position: absolute;
    top: 107px;
    left: -87px;
    max-width: 350px;
}


/* OUR BLOGS */

.our-blogs {
    padding: 97px 0;
}

.our-blogs .row [class*="col-"] {
    position: relative;
}

.our-blogs .row [class*="col-"]:nth-child(2):after {
    content: "";
    width: 100px;
    background: transparent radial-gradient(closest-side at 50% 50%, #ececec 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
    opacity: 0.72;
    position: absolute;
    height: calc(100% - 64px);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}

.our-blogs .row [class*="col-"]:nth-child(2):before {
    content: "";
    width: 100px;
    background: transparent radial-gradient(closest-side at 50% 50%, #ececec 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
    opacity: 0.72;
    position: absolute;
    height: calc(100% - 64px);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.our-blogs .btn {
    margin-top: 80px;
}

.expert-main .swiper {
    padding: 20px 35px 100px 35px;
}

.cardExpert {
    box-shadow: -4px 20px 42px #0000000d;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    height: 400px;
    transition: all 0.5s ease-in-out;
    padding: 0 36px 36px;
}

/* .cardExpert:hover {
    box-shadow: 0px 15px 30px #0000000d;
    padding: 0 36px 80px;
    transition: all 0.5s ease-in-out;
    height: 400px; */
/* } */

/* .cardExpert:hover:hover .cardExpert-hover {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
} */

.cardExpert-normal {
    transition: all 0.5s ease-in-out;
}

/* .cardExpert:hover:hover .cardExpert-normal {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
} */

/* .cardExpert-hover {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
}

.cardExpert .cardExpert-hover .icon {
    border-radius: 50%;
}

.cardExpert .cardExpert-hover p {
    min-height: 200px;
} */

.cardExpert .icon {
    width: 109px;
    height: 109px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.cardExpert h4 {
    font-size: 25px;
    text-align: center;
    color: #3c3c3c;
    font-weight: normal;
}

.cardExpert p {
    font-size: 23px;
    line-height: 33px;
    text-align: center;
    color: #3c3c3c;
    opacity: 0.5;
    max-width: 300px;
    margin: 0 auto;
    min-height: 99px;
    font-weight: 300;
}

.expert-main {
    padding: 110px 0 20px;
}

.cardExpert .bgRed {
    background: #fff1ee;
}

.cardExpert .bgYellow {
    background: #ffefd9;
}

.cardExpert .bgGreen {
    background: #e5fff2;
}

.cardExpert .bgBlue {
    background: #e9f4ff;
}

.expert-main .icon {
    margin-top: -54px;
}

.expertSlider .swiper-wrapper .swiper-slide:before {
    content: "";
    width: 85px;
    height: 100%;
    background: transparent radial-gradient(closest-side at 50% 50%, #ececec 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
    opacity: 0.72;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.expertSlider .swiper-wrapper .swiper-slide:last-child:before {
    content: none;
}

.customerCard-main {
    position: relative;
}

.customerCard-main::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85px;
    height: 222px;
    background: transparent radial-gradient(closest-side at 50% 50%, #ececec 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
    opacity: 0.72;
}

.customerCard {
    text-align: center;
    border-radius: 30px;
    padding: 54px 36px 64px;
    position: relative;
    background-color: #fff;
    z-index: 10;
}

.customerCard .qu1 {
    position: absolute;
    top: 0;
    right: 0;
}

.customerCard .qu2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.customerCard .avatar {
    width: 109px;
    height: 109px;
    border-radius: 54.5px;
    background: #fff1ee;
    margin: -54px auto 17px;
}

.customerCard h4 {
    font-size: 25px;
    text-align: center;
    color: #3c3c3c;
    margin-bottom: 16px;
}

.customerCard p {
    font-size: 23px;
    line-height: 33px;
    text-align: center;
    color: #3c3c3c;
    opacity: 0.5;
    margin: auto;
}

.customer-main {
    overflow: hidden;
}

.customerApplaud {
    position: relative !important;
    /* padding-bottom: 120px !important; */
}

.customerApplaud, .customerApplaud > *, .customerApplaud > * > *, .customerApplaud > * > * > * {
    overflow: visible !important;
}

.customerApplaud .swiper-slide {
    height: auto;
}

.customerApplaud .swiper-slide .customerCard-main {
    height: 100%;
    position: unset;
}

.customerApplaud .swiper-slide .customerCard {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.customerApplaud::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 120%;
    top: -10%;
    left: -80px;
    bottom: 0;
    z-index: 5;
    background: transparent linear-gradient(270deg, #ffffff00 0%, #ffffff 33%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

.customerApplaud::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 120%;
    top: -10%;
    right: -80px;
    bottom: 0;
    z-index: 5;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    background: transparent linear-gradient(270deg, #ffffff00 0%, #ffffff 33%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

.customerApplaud .swiper-button-next:after,
.customerApplaud .swiper-button-prev:after {
    content: "";
}

.customerApplaud .swiper-button-next {
    left: 82px;
}

.customerApplaud .swiper-button-prev {
    right: 82px;
}

.customerApplaud .swiper-button-next,
.customerApplaud .swiper-button-prev {
    font-size: 24px;
    color: #fd8265;
}

.customer-main {
    padding: 0;
}

.customer-main .container {
    padding-bottom: 120px;
}


.contact {
    padding: 90px 0;
    overflow: hidden;
}

.contact form {
    max-width: 611px;
    margin-right: auto;
}

.contact .btn {
    margin-top: 21px;
}


.contact .img-holder {
    position: relative;
}

.contact .img-holder .img-fluid {
    position: relative;
    z-index: 5;
}

.contact .img-holder .pattern {
    position: absolute;
    top: -60px;
    left: -134px;
}


.abImg {
    position: relative;
    right: -95px;
}

.contact-main {
    padding-bottom: 95px !important;
}

.interested {
    padding: 75px 0;
}


.swiper-pagination {
    justify-content: center;
    margin: 44px 0 0;
    position: relative !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #fde3dd !important;;
    background-color: #fde3dd !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #fd8265 !important;
}

.expertSlider .swiper-slide {
    padding-top: 54px;
}

.content-inner p {
    margin: 0;
}


.brandMob {
    display: none;
}

.brand img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}


.bgStep svw {
    max-width: 100%;
    width: 100%;
}

#Group_332,
#Group_331,
#Group_329 {
    -webkit-animation: fadein 1s ease-in alternate infinite;
    -moz-animation: fadein 1s ease-in alternate infinite;
    animation: fadein 1s ease-in alternate infinite;
}


#Group_329-4,
#Group_331-4,
#Group_332-4 {
    -webkit-animation: fadein 1.5s ease-in alternate infinite;
    -moz-animation: fadein 1.5s ease-in alternate infinite;
    animation: fadein 1.5s ease-in alternate infinite
}




#Group_329-3,
#Group_331-3,
#Group_332-4 {
    -webkit-animation: fadein 2s ease-in alternate infinite;
    -moz-animation: fadein 2s ease-in alternate infinite;
    animation: fadein 2s ease-in alternate infinite
}

#Group_329-5,
#Group_331-5,
#Group_332-5 {
    -webkit-animation: fadein 2.5s ease-in alternate infinite;
    -moz-animation: fadein 2.5s ease-in alternate infinite;
    animation: fadein 2.5s ease-in alternate infinite
}

#Group_329-6,
#Group_331-6,
#Group_332-6 {
    -webkit-animation: fadein 3s ease-in alternate infinite;
    -moz-animation: fadein 3s ease-in alternate infinite;
    animation: fadein 3s ease-in alternate infinite
}

#Group_329-2,
#Group_331-2,
#Group_332-2 {
    -webkit-animation: fadein 1s ease-in alternate infinite;
    -moz-animation: fadein 1s ease-in alternate infinite;
    animation: fadein 1s ease-in alternate infinite
}


@keyframes fadein {
    from {
        opacity: 0.1;
    }

    to {
        opacity: 0.8;
    }
}



#button {
    display: none;
    width: 0;
    height: 0;
}

/* Banner */
 
/* HERO MAIN */
.hero-main {
    padding: 100px 0 199px;
    background-size: cover;
    background-position: bottom;
max-height: 110vh;
    position: relative;
    background-image: url(../../assets/images/bg-hero.svg);
    position: relative;
}

.ellipse1 {
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation-name: bounce2;
    -webkit-animation-duration: 3s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out(0.5, 0.05, 1, 0.5);
    -webkit-animation-iteration-count: infinite;
}

.ellipse2 {
    position: absolute;
    top: 40%;
    left: 0;
    transform: translate(-50%, 0);
    -webkit-animation-name: bounce3;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out(0.5, 0.05, 1, 0.5);
    -webkit-animation-iteration-count: infinite;
}

.ellipse3 {
    position: absolute;
    bottom: -150px;
    left: 10%;
    transform: translate(-50%, -50%);
    -webkit-animation-name: bounce4;
    -webkit-animation-duration: 4s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out(0.5, 0.05, 1, 0.5);
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce2 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(-100px, -150px, 0);
        transform: translate3d(-100px, -150px, 0);
    }
}

@-webkit-keyframes bounce3 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, -150px, 0);
        transform: translate3d(0, -150px, 0);
    }
}

@-webkit-keyframes bounce4 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
    }
}

.hero-main .container {
    position: relative;
    z-index: 5;
}

.bgHero {
    position: absolute;
    inset: 0;
}

.hero-text h1 {
    font: normal normal bold 60px/64px Rubik;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 80px;
    margin-bottom: 16px;
}

.hero-text h1 span {
    font-weight: 400;
}

.hero-text p {
    font-weight: 400;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 30px;
    font-size: 24px;
}

.hero-main .form-control {
    background: #ffffff4d 0% 0% no-repeat padding-box;
    border: 1px solid #FD8265;
    border-radius: 44px;
    font-size: 21px/25px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 300;
    padding: 0 25px;
}

.formMain {
    position: relative;
	bottom: 0;
    transform: translateY(-50%);
    margin: auto;
    z-index: 9;
    width: 83%;
}

.hero-main img {
    margin-bottom: 9px;
}

.hero-main img.bgHero {
    width: 100%;
    object-fit: cover;
    object-position: bottom left;
}

.hero-main h1 {
    margin-bottom: 16px;
	white-space: nowrap;
}

/* Contact Us */
.mainWrapper form {
    max-width: 611px;
    margin-right: auto;
}

.mainWrapper form .btn {
    font-weight: 500;
    font-size: 25px;
    border-color: #fd8265;
    height: 65px;
    margin-top: 21px;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.16);
}

form h4 {
    font-weight: 300;
    font-size: 30px;
    text-align: right;
    color: #3c3c3c;
    margin-bottom: 45px;
}

label {
    font-weight: 300;
    font-size: 21px;
    text-align: right;
    color: #000;
    margin-bottom: 11px;
}

.formMain .form-control.secondary {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.3);
}

.invalid-feedback{
    position: absolute;
}
.formMain .form-control:focus {
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #fd8265;
    color: #000;
}

@media (min-width:768px) {
    .expertSlider .swiper-wrapper {
        display: flex;
        gap: 2rem;
        justify-content: space-between;
        flex-direction: row;
    }

    .expertSlider .swiper-wrapper .swiper-slide {
        flex-shrink: unset;
        width: unset;
        height: unset;
        position: unset;
        transition-property: unset;
    }
}

@media (max-width:768px) {
    .cardExpert {
        opacity: 1 !important;
    }
    
    .formMain {
        width: 100%;
        transform: unset;
        transform: unset;
        position: static;
        margin-top: 2rem;
    }

    .formMain .lead-form {
        width: 100%;
        border: unset;
        padding: 0;
        box-shadow: unset;
        background-color: rgba(255, 255, 255, .1);
    }
}

/* Animations */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFade {
    opacity: 0
}

/* Fade In Up */
@keyframes fadeInUp {
    from {
        transform: translate3d(0,100%,0);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,100%,0);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

/* Fade In Down */
@keyframes fadeInDown {
    from {
        transform: translate3d(0,-100%,0);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown {
    from {
        transform: translate3d(0,-100%,0);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.fadeInDown {
    opacity: 0;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
}

.title {
    opacity: 0;
}

.customer-main > .container {
	overflow: hidden;
}

.lp .hero-text h1 {
	white-space: pre-wrap !important;
}

.lp .whatsapp-chat {
    display: none !important;
}

.lp .navbar-toggler {
    display: none !important;
}

.lp .contact {
    padding-bottom: 10rem !important;
}

@media (min-width:1000px) {
    .lp .hero-main .img-holder img {
        max-width: 580px !important;
    }
}

#stickyLeadForm {
    transform: translateY(100%);
}

#stickyLeadForm.sticky-bottom-visible {
     transform: translateY(0);
}