body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background-color: rgb(255, 255, 255);
    font-family: 'Montserrat', sans-serif;
}
 /* NAVBAR  */

.container-fluid{
    padding: 0;
}
.navbarMargin{
    margin-bottom: -20px;
    margin-top: -20px;
}
.logo {
    width: 150px;
    height: 150px;
}
.logoA{
    margin-left: 40px;
}
.upperLink {
    display: flex;
    align-items: center;
}
.startApp {
    margin-right: 16px;
    color: black;
    font-weight: 300;
    font-size: 16px;
}
.startApp:hover {
    color: #470577;
}
.phone772 {
    border-radius: 30px 0 0 30px;
    padding: 8px 12px 0 12px;
    display: flex;
    background-image: linear-gradient(to right, #470577, #a83ac9);
    color: #ffffff;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.phone772>h4 {
    font-size: 26px;
}
.phone {
    margin-right: 8px;
}

.nav-link {
    color: black;
    font-size: 22px;
    font-weight: 500;
    margin: 0 8px;
    font-family: "Karla", sans-serif;
}
.nav-link:hover {
    color: #470577;
    text-shadow: rgb(71, 5, 119, 0.35) 0px 5px 15px;
}
.dropdown-item {
    font-family: "Karla", sans-serif;
}


/* INTRO */
.intro {
    background-image: url(https://cdn.glitch.global/f7d84ed3-4e1d-4692-a2b5-0a0ebd5bc6e7/miami-2-min.jpg?v=1725391288791);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    padding: 150px 130px;
    background-attachment: fixed;
}
.flexible-main {
    font-size: 74px;
    font-weight: 500;
    color: #e9e3ff;
    line-height: 86px;
    margin-right: 100px;
}
.color {
    background-color: #470577;
    background-image: linear-gradient(to right, #470577, #a83ac9);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.intro-small-text {
    margin: 20px 0;
    font-size: 24px;
    color: #e9e3ff;
}
.btn-beginning {
    border-radius: 5px 20px;
    padding: 10px 24px;
    border: 1px solid #ffff;
    color: #470577;
    font-weight: 500;
    font-size: 24px;
    background-color: white;
    margin-top: 20px;
}
.btn-beginning:hover {
    background-color: #470577;
    color: #e9e3ff ;
    transition: all 0.5s ease-in;
    border: 1px solid #470577;
}
.btn-solution, .btn-start, .btn-submit, .btn-constr, .btn-dental, .btn-medical{
    border-radius: 5px 20px;
    padding: 8px 22px;
    border: 1px solid #470577;
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
    background-color: #470577;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.btn-solution:hover, .btn-start:hover, .btn-submit:hover, .btn-constr:hover, .btn-dental:hover, .btn-medical:hover{
    background-color: #e9e3ff;
    color: #470577;
    border: 1px solid rgb(71, 5, 119);
    transition: all 1s ease-in;
}

/* ABOUT US */

.about-bck {
    background-image: url(https://cdn.glitch.global/d29a56fb-b4ce-4070-98ac-060e853aa7d0/Background.png?v=1726506946837);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0px;
    border: transparent 1px solid;
}
.about {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 100px;
}
.about-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-subtitle {
    font-size: 22px;
    border-radius: 20px 90px;
    background-color: #e9e3ff;
    font-weight: 500;
}
.about-text>h2 {
    font-size: 44px;
    margin: 10px 0 30px 0;
    font-weight: 500;
}
.about-text>h6 {
    font-size: 22px;
    font-family: "Karla", sans-serif;
    font-weight: 300;
    margin: 15px 0;
}
.about-img {
    margin-left: 10px;
}
.color-purple {
    color: #470577;
    font-weight: 500;
}
.about-numbers {
    display: flex;
    align-items: center;
    margin: 100px 80px 50px 80px;
}
.about-numbers>div{
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
}
.numbers {
    font-size: 34px;
    font-weight: 600;
    text-shadow: rgb(71, 5, 119, 0.35) 0px 5px 15px;
    text-align: center;
}
.n-text {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

/* OUR PROCESS */

.process {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right, #b7a0d3, #e29ffe);
    padding: 80px 80px 120px 80px;
}
.pr-p  {
    font-size: 22px;
    font-weight: 500;
}
.process>h2 {
    font-size: 46px;
    margin: 10px 0;
}
.process>h2>span{
    border-radius: 20px 90px;
    background-color: #ffff;
}
.process>h6 {
    font-size: 24px;
    margin: 10px 0 80px 0;
    font-family: "Karla", sans-serif;
    font-weight: 300;
}
.process-pics {
    display: flex;
}
.process-box {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
}
.process-box>p {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}
.process-box>h5 {
    font-weight: 600;
}
.upp{
    position: relative;
    top: -40px;
}
.down {
    position: relative;
    top: 80px;
}

    /*INDUSTRIES*/
.slider-container{
    height: 100vh;
    position: relative;
}
.slider-container .list-slider .item-slider {
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}
.slider-container .list-slider .item-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-container .list-slider .item-slider::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #470577 5%, transparent);
}
.slider-container .list-slider .item-slider .content {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 800px;
    max-width: 80%;
    z-index: 1;
    color: #ffffff;
}
.slider-container .list-slider .item-slider .content p:nth-child(1) {
    font-size: 30px;
    font-family: "Karla", sans-serif;
    font-weight: 300;
}
.slider-container .list-slider .item-slider .content h2 {
    font-size: 50px;
    margin: 0 0 20px 0;
    font-weight: 500;
}
.solutions-industries{
    font-size: 26px;
    color: #b7a0d3;
    font-weight: 500;
}
.slider-container .list-slider .item-slider .content ul li{
    font-family: "Karla", sans-serif;
    font-size: 20px;
}
.industries-list {
    display: flex;
    gap: 20px;
}
.item-slider>div>p>span{
    border-radius: 20px 90px;
    background-color: #b7a0d3;
}
.slider-container .list-slider .active {
    opacity: 1;
    z-index: 10;
}
@keyframes showContent {
    to {
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}
.slider-container .list-slider .item-slider.active p:nth-child(1),
.slider-container .list-slider .item-slider.active h2,
.slider-container .list-slider .item-slider.active p:nth-child(3),
.slider-container .list-slider .item-slider.active div:nth-child(4){
    transform: translateY(30px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s .7s ease-in-out 1 forwards;
}
.slider-container .list-slider .item-slider.active h2 {
    animation-delay: 1s;
}
.slider-container .list-slider .item-slider.active p:nth-child(3) {
    animation-delay: 1.3s;
}
.slider-container .list-slider .item-slider.active div:nth-child(4){
    animation-delay: 1.5s;
}

.arrows {
    position: absolute;
    top: 30%;
    right: 100px;
    z-index: 100;
}
.arrows button {
    background-color: #e9e3ff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: x-large;
    color: #470577;
    transition: .5s;
}
.arrows button:hover {
    background-color: #b7a0d3;
    color: #470577;
}
.thumbnail-industries {
    position: absolute;
    bottom: 50px;
    z-index: 11;
    display: flex;
    gap: 10px;
    width: 100%;
    height: 250px;
    padding: 0 50px;
    box-sizing: border-box;
    overflow: auto;
    justify-content: center;
}
.thumbnail-industries::-webkit-scrollbar{
    width: 0;
}
.thumbnail-industries .item-slider {
    width: 150px;
    height: 220px;
    filter: brightness(.5);
    transition: .5s;
    flex-shrink: 0;
}
.thumbnail-industries .item-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.thumbnail-industries .item-slider img:hover{
    cursor: pointer;
}
.thumbnail-industries .item-slider.active {
    filter: brightness(1.5);
}
.thumbnail-industries .item-slider .content {
    position: absolute;
    inset: auto 10px 10px 10px;
    color: #ffffff;
}

/* TESTIMONIALS */
.testimonials-text>p{
    font-family: "Karla", sans-serif;
    font-size: 26px;
    font-weight: 300;
}
.testimonials-text>p>span{
    border-radius: 20px 90px;
    background-color: #e9e3ff;
}
.testimonials-text>h2{
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 50px;
}

.site {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://cdn.glitch.global/d29a56fb-b4ce-4070-98ac-060e853aa7d0/Background.png?v=1726506946837);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.container-t {
    max-width: 1300px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}
.testi {
    max-width: 1000px;
    margin: 0 auto;
}
.testi .head {
    text-align: center;
    margin-bottom: 60px;
}
.testi .head h3 {
    font-size: 34px;
    font-weight: 800;
}
.testi .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding: 30px 0;
}
.testi .thumbnail {
    width: 150px;
    height: 150px;
    position: relative;
    flex-shrink: 0;
}
.testi .thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(2);
    transition: transform .5s;
}
.testi .swiper-slide-active .thumbnail img{
    transform: scale(1);
}
.testi .thumbnail::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 30px);
    height: calc(100% + 10px);
    background-color: #470577;
    border-radius: 50%;
    z-index: -1;
    box-shadow: rgb(0 0 2 / 35%) 0px 20px 30px -10px;
    transition: border-radius .5s .3s;
}
.testi .swiper-slide-active .thumbnail::before {
    border-radius: 33% 67% 50% 50% / 50% 14% 86% 50%;
}
.testi .aside {
    position: relative;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
}
.testi .aside > p {
    position: relative;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateX(10%);
    transition: transform 1s, opacity 1s;
    font-family: "Karla", sans-serif;
    font-weight: 300;
}
.testi .swiper-slide-active .aside > p {
    transform: translateX(0);
    opacity: 1;
}
.testi .aside > p::before,
.testi .aside > p::after {
    font-family: serif;
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
    position: absolute;
    color: #e9e3ff;
    height: 40px;
    z-index: -1;
}
.testi .aside > p::before {
    content: open-quote;
    top: -40px;
    left: 10px;
}
.testi .aside > p::after {
    content: close-quote;
    right: 0;
}
.testi .aside .name {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: fit-content;
    line-height: 1;
    opacity: 0;
    transform: translateX(30px);
    transition: transform 1s .2s, opacity 1s .3s;
}
.testi .swiper-slide-active .name{
    opacity: 1;
    transform: translateX(0);
}
.testi .aside .name h4 {
    font-size: 26px;
    font-weight: 800;
    color: #470577;
    opacity: .8;
}
.testi .aside .name p {
    font-size: 18px;
    text-align: right;
}

/* slider*/
.testi :is(.swiper-button-next, .swiper-button-prev) {
    background-color: #e9e3ff;
    top: 35%;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    transition: background-color .3s;
    box-shadow: rgb(0 0 2 / 35%) 0px 20px 30px -10px;
    color: #470577;
}
.testi :is(.swiper-button-next, .swiper-button-prev):hover {
    background-color: #470577;
    color: #e9e3ff;
}
.testi :is(.swiper-button-next, .swiper-button-prev)::after {
    font-size: 16px;
    font-weight: 800;
    color: var(--white-color);
}
.testi .swiper-pagination{
    position: relative;
}
.testi .swiper-pagination span{
    background-color: #e9e3ff;
    transition: width .3s;
    opacity: 1;
}
.testi .swiper-pagination .swiper-pagination-bullet-active {
    width: 26px;
    border-radius: 4px;
    background-color: #470577;
}

@media screen and (min-width: 768px) {
    .testi .wrapper {
        flex-direction: row;
        padding: 30px 100px;
    }
    .testi .thumbnail  {
        width: 200px;
        height: 200px;
    }
    .testi :is(.swiper-button-next, .swiper-button-prev) {
        top: 50%;
    }
    .testi .swiper-slide-active .name {
        transform: translateX(-50px);
    }
}

/* CONTACT US */

.contact-us-bck {
    background-image: url(https://cdn.glitch.global/d29a56fb-b4ce-4070-98ac-060e853aa7d0/business-min.png?v=1726507003285);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px;
    color: #ffffff;
    background-attachment: fixed;
}
.contact-us-bck h2{
    font-size: 50px;
    font-weight: 500;
}
.contact-us-bck p{
    font-size: 24px;
    font-weight: 300;
}

.contact-fields{
    display: flex;
    justify-content: center;
    margin: 50px 100px;
}
.field {
    flex: 1;
    border-radius: 10px;
    background-color: #e9e3ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
    padding: 10px;
}
.field img {
    margin-bottom: 10px;
}
.field h6{
    font-size: 20px;
    font-weight: 500;
}
.field p{
    font-size: 16px;
    text-align: center;
    font-family: "Karla", sans-serif;
}
.field a{
    font-size: 16px;
    text-align: center;
    font-family: "Karla", sans-serif;
    color: black;
    text-decoration: none;
}
.field a:hover{
    color: #470577;
    text-shadow: #47057759 0px 5px 15px;
}
.form{
    display: flex;
    justify-content: space-evenly;
    margin: 50px 100px;
    gap: 30px;
}
.form-img img {
    width: auto;
    height: 600px;
    border-radius: 10px;
}
.form-contacts{
    background-color: #e9e3ff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 40px;
}
.form-contacts h4{
    font-size: 30px;
    font-weight: 500;
}
.form-contacts h4 span{
    background-color: #b7a0d3;
    border-radius: 20px 90px;
}
.form-contacts p{
    font-family: "Karla", sans-serif;
    font-size: 20px;
    font-weight: 200;
}
.form-style{
    display: flex;
    flex-direction: column;
}
.label{
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

.input{
    background-color: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 10px;
}
.form-button{
    align-self: center;
}
.map{
    margin-bottom: 0;
}
.map-map{
    width: 100%;
    height: 500px;
}

/* FOOTER */
.footer{
    background-image: linear-gradient(to right, #470577, #a83ac9);
}
.footer-main {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.social-icons>p {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}
.social-icons>a {
    padding: 3px;
}
.copyright {
    color: #ffffff;
    font-family: "Karla", sans-serif;
    display: flex;
    justify-content: center;
    margin: 10px 0 0 0;
    font-size: 12px;
}



@media all and (min-width: 992px) and (max-width: 1200px){
    .logoA{
        margin-left: 0;
    }
    .logo {
        width: 170px;
        height: 170px;
    }
    .startApp{
        display: none;
    }
    .nav-link {
        font-size: 20px;
    }
    .phone772>h4 {
        font-size: 24px;
    }

} 


@media all and (max-width: 991px) {
    /* NAVBAR  */
    .container-fluid{
        padding: 0;
    }
    .startApp, .phone772{
        display: none;
    }
    .logo {
        width: 170px;
        height: 170px;
    }
    .logo-in-navbar{
        order: 0;
    }
    .navbar-toggler{
        order: 1;
        margin-right: 40px;
    }
    .navbar>.container-fluid{
        justify-content: space-between;
    }

    /* INTRO */
    .intro{
        padding: 100px;
    }
    .flexible-main {
        font-size: 56px;
        line-height: 72px;
        margin-right: 0;
    }
    /* ABOUT US */
    .about{
        flex-direction: column;
    }
    .about-img {
        display: none;
    }

    /* OUR PROCESS */
    .process>h2{
        text-align: center;
    }
    .process>h6 {
        text-align: center;
    }
    .process-pics {
        flex-direction: column;
    }
    .process-box {
        margin-top: 20px;
    }
    .upp{
        top: 0;
        right: 60px;
    }
    .down {
        top: 0;
        left: 60px;
    }
    /*TESTIMONIALS*/
    .site {
        background-image: url(https://cdn.glitch.global/d29a56fb-b4ce-4070-98ac-060e853aa7d0/Background-phone.png?v=1726507031363);
    }
        /*INDUSTRIES*/
        .slider-container{
            height: 100vh;
        }
        .slider-container .list-slider .item-slider .content p:nth-child(1) {
            font-size: 28px;
        }
        .slider-container .list-slider .item-slider .content h2 {
            font-size: 40px;
        }
        .solutions-industries{
            font-size: 24px;
        }
        .slider-container .list-slider .item-slider .content ul li{
            font-size: 18px;
        }
        .arrows {
            right: 50px;
        }
        .thumbnail-industries {
            bottom: 20px;
            height: 230px;
        }
        .thumbnail-industries .item-slider {
            width: 140px;
            height: 200px;
        }
/* CONTACT US */
.contact-us-bck {
    padding: 80px;
}
.contact-fields{
    display: flex;
    flex-direction: column;
    margin: 50px 130px;
}
.form-img {
    display: none;
}
.form {
    margin: 50px ;
}
}


@media all and (max-width: 600px) {
    /* NAVBAR */
    .navbarMargin{
        margin-bottom: 0;
        margin-top: 0;
    }
    .logo {
        width: 140px;
        height: 140px;
    }
    .logoA{
        margin-left: 20px;
    }
    .upperLink {
        flex-direction: column;
    }
    .startApp{
        order: 1;
        margin-right: 0;
        font-size: 14px;
        margin-top: 10px;
    }
    .phone772>h4 {
        font-size: 20px;
    }
    .nav-link {
        font-size: 20px;
    }
    .phone {
        width: 24px;
        height: 24px;
    }
    /* INTRO */

    .intro{
        padding: 50px 30px;
        background-attachment: scroll;
    }
    .flexible-main {
        font-size: 42px;
        line-height: 48px;
    }
    .intro-small-text {
        font-size: 20px;
    }
    .btn-beginning, .btn-solution, .btn-start, .btn-submit, .btn-constr, .btn-dental, .btn-medical{
        font-size: 18px;
    }
    /* ABOUT US */
    .about-bck {
        background-image: url(https://cdn.glitch.global/d29a56fb-b4ce-4070-98ac-060e853aa7d0/Background-phone.png?v=1726507031363);
        display: flex;
        flex-direction: column;
    }
    .about-numbers {
        align-items: center;
        margin: 40px 10px 10px 10px;
    }
    .about-numbers>div{
        align-self: center;
    }
    .numbers {
        font-size: 24px;
    }
    .n-text {
        font-size: 16px;
    }
    .about-numbers>div>img{
        width: 40px;
    }
    .about{
        margin: 50px 30px;
        order: 1;
    }
    .about-text {
        justify-content: center;
        align-items: center;
    }
    .about-subtitle {
        font-size: 18px;
    }
    .about-text>h2 {
        font-size: 30px;
        margin: 10px 0 20px 0;
    }
    .about-text>h6 {
        font-size: 20px;
    }
    .about-img {
        display: block;
        margin: 40px 0 0 0;
    }
    .about-pic {
        width: 200px;
        margin: 40px 0 0 0;
    }
    /* OUR PROCESS */
    .process {
        padding: 40px 30px;
    }
    .pr-p  {
        font-size: 18px;
    }
    .process>h2 {
        font-size: 30px;
    }
    .process>h6 {
        font-size: 20px;
        margin: 10px 0;
    }
    .process-box>img{
        width: 100px;
    }
    .process-box {
        margin-top: 10px;
    }
    .process-box>p {
        font-size: 16px;
        margin: 0 70px;
    }
    /*INDUSTRIES*/
    .slider-container{
        height: 85vh;
    }
    .thumbnail-industries{
        justify-content: start;
    }
    .slider-container .list-slider .item-slider .content p:nth-child(1) {
        font-size: 26px;
    }
    .slider-container .list-slider .item-slider .content h2 {
        font-size: 30px;
    }
    .solutions-industries{
        font-size: 22px;
    }
    .slider-container .list-slider .item-slider .content ul li{
        font-size: 16px;
    }
    .arrows {
        top: 10%;
    }
      .arrows button {
        width: 30px;
        height: 40px;
        font-size: 20px;
    }
    .thumbnail-industries {
        height: 200px;
    }
    .thumbnail-industries .item-slider {
        width: 130px;
        height: 180px;
    }
  .thumbnail-industries .item-slider .content {
    display: none;
}

    /* TESTIMONIALS */
    .testimonials-text>p{
        font-size: 20px;
    }
    .testimonials-text>h2{
        font-size: 28px;
    }
    .testi .aside > p {
        font-size: 20px;
        top: 20px;
    }
    .testi .aside .name h4 {
        font-size: 20px;
        margin-top: 10px;
    }
    .testi .aside .name p {
        font-size: 16px;
    }
    .testi .aside > p::after {
        right: 40px;
    }
    .testi .thumbnail{
        width: 120px;
        height: 120px;
    }

    /* CONTACT US */
    .contact-us-bck {
        padding: 60px;
        text-align: center;
        background-attachment: scroll;
    }
    .contact-us-bck h2 {
        font-size: 30px;
    }
    .contact-us-bck p {
        font-size: 18px;
    }
    .contact-fields {
        margin: 30px;
    }
    .field img {
        width: 50px;
        height: 50px;
    }
    .form {
        margin: 30px;
    }
    .form-contacts p {
        font-size: 18px;
    }
    .map-map{
        height: 300px;
    }
    /* FOOTER */
    .footer-main>div>img{
        width: 120px;
    }
    .icon>img{
        width: 25px;
        height: 25px;
    }
    .social-icons>a {
        padding: 2px;
    }
    .copyright {
        text-align: center;
        margin: 10px 30px 0 30px;
        font-size: 10px;
    }
}


@media all and (max-height: 750px) {
    .slider-container{
        height: 110vh;
    }
      .thumbnail-industries {
        bottom: 10px;
    }
      .site {
        height: 130vh;
    }
}