/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1714417191
Updated: 2024-04-29 19:59:51

*/

/* DM Serif-Display em font */
h1 > em,
h2 > em,
h3 > em,
h4 > em,
h5 > em,
h6 > em,
p > em{
    font-weight: 400;
    padding: 0.1rem;
    position: relative;
    top: 0.1rem;
    margin-left: -0.1rem;
    margin-right: -0.1rem;
    margin-top: -0.1rem;
}

/* Team members */
.grid-team{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
   
}
.grid-team > .member{
    position: relative;
}
.grid-team .member__image{
    position: relative;
    width: 100%;
    height: 400px;
}
.grid-team .member img{
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.grid-team .member .member__info{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
}
.grid-team .member .member__name{
    color: white;
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 0;
}
.grid-team .member .member__position{
    color: white;
    font-size: 1.25rem;
    font-weight: 500;
}

/* Homepage services */
.homepage-services{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.homepage-services__services{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
}
.homepage-services__service{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #FFFFFFAD;
    padding: 2rem;
    position: relative;
    gap: 20px;
    cursor: pointer;
}
.homepage-services__service:after {
    display:block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left:0;
    content: '';
    border-bottom: solid 3px #CB5DFF;  
    transform: scaleX(0);  
    transition: transform 1000ms ease-in-out; 
    transform-origin:  0% 50%;
}
.homepage-services__service.active:after { transform: scaleX(1);}
.homepage-service__icon-holder{
    max-width: 90px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.homepage-service__icon-holder img{
    width: 100%;
    transform: scale(2);
}
.homepage-service__content-holder{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.homepage-service__content-holder h3{
    font-weight: 700;
    font-family: "proxima-nova";
    font-size: 1.5rem;
}
.homepage-service__content-holder p{
    max-height: 0;
    overflow: hidden;
    color: #5F5F5F;
    font-size: 1rem;
}
/*.homepage-services__service:hover p{
    max-height: 80px;
    overflow-x: visible;
    transition: all 250ms ease-in-out;
}*/
.text-overlay-all{
    background: -webkit-linear-gradient(45deg, #CB5DFF, #1D41BE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.homepage-service__image{
    width: 100%;
}

/* Referrals */
.grid-referrals{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.referral__content{
    padding: 1.5rem;
    padding-bottom: 0.5rem;
    background-color: white;
}
.referral__content > h3{
    font-size: 2.5em;
    font-family:"proxima-nova";
    font-weight: 700;
    margin: 0;
    color: #170B1DCC;
}
.referral__content > h4{
    font-family: "DM Serif Display" !important;
    font-style: italic;
    font-size: 1.75rem;
    margin: 0.5rem 0;
    font-weight: 400;
}
.referral__content > p{
    font-family: "proxima-nova";
    color: #5F5F5F;

}
.referral__link{
    text-align:center;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(45deg, #CB5DFF, #1D41BE);
    border-image-slice: 1;
    width: fit-content;
    padding: 0.5rem;
}
.referral__link span{
    padding: 0.25rem;
}
.homepage-works-random{
    display: flex;
    flex-direction: column;
    padding: 3rem 1.5rem;
    gap: 4rem;
}
.homepage-work-random-first-row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.homepage-work-random-second-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    padding: 2rem 0;
}
.homepage-work-random-third-row{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
}
.homepage-work-random-third-row .homepage-singlework-random:nth-of-type(1){
    position: relative;
    top: -6rem;
}
.homepage-singlework-random.flex-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    height: 352px;
}
.homepage-singlework-random.flex-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 465px;
    max-height: 900px;
}
.homepage-singlework-random__image{
    width: 465px;
    height: 352px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homepage-singlework-random__image video{
    height: 100%;
    width: unset!important;
    max-width: unset!important;
}
.homepage-singlework-random__image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.homepage-singlework-random__content{
    padding: 1.5rem 3rem;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 465px;
}
.homepage-singlework-random__content h3{
    font-size: 3rem;
    color: #170B1DCC;
    font-weight: 700;
    margin-bottom: 0;
}
.homepage-singlework-random__content h4{
    font-size: 2rem;
    font-family: "DM Serif Display"!important;
    font-style: italic;
    font-weight: 400;
    margin: 1rem 0;
}
.homepage-singlework-random__content .text-overlay-gradient{
    font-weight: 600;
    font-size: 1.25rem;
}
.homepage-singlework-random__content .homepage-singlework-random__link img{
    width: 13px;
    height: 13px;
    margin-left: 0.5rem;
}
.homepage-singlework-random__link{
    text-align:center;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(45deg, #CB5DFF, #1D41BE);
    border-image-slice: 1;
    width: fit-content;
    padding: 0.5rem;
}
.bottom-swiper .swiper-slide{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 950px;
}
.bottom-swiper .swiper-slide .video-holder{
    width: 950px;
    height: 100%;
    overflow: hidden;
    max-height: 527px;
}
.bottom-swiper .swiper-slide .video-holder video,
.bottom-swiper .swiper-slide .video-holder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom-swiper .bottom-referral-content{
    width: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.bottom-swiper .bottom-referral-content .title-holder{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.bottom-swiper .bottom-referral-content .title-holder h3{
    color: #170B1DCC;
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
}
.bottom-swiper .bottom-referral-content .title-holder h4{
    font-size: 2rem;
    font-family: "DM Serif Display"!important;
    font-style: italic;
    font-weight: 400;
    margin: 0;
}
.bottom-swiper .bottom-referral-content p{
    font-family: "proxima-nova";
    width: 100%;
    color: #5F5F5F;
    margin: 0;
    padding-right: 2rem;
    padding-left: 1rem;
}
.bottom-swiper .bottom-referral-content .bottom-referral-link{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-swiper .bottom-referral-content .bottom-referral-link a{
    text-align:center;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    border-image: linear-gradient(45deg, #CB5DFF, #1D41BE);
    border-image-slice: 1;
    width: fit-content;
    padding: 0.5rem;
}
.bottom-swiper .swiper-button-next,
.bottom-swiper .swiper-button-prev{
    color: #000000;
    opacity: 0.2;
}
.bottom-swiper .swiper-button-next{
    right: calc(50% - (950px / 2) - 0.5rem);
    top: 40%;
}
.bottom-swiper .swiper-button-prev{
    left: calc(50% - (950px / 2) - 0.5rem);
    top: 40%;
}
.bottom-swiper .swiper-button-next:after,
.bottom-swiper .swiper-button-prev:after{
    font-size: 18px;
}
.swiper-3d .swiper-slide-shadow-left{
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8))!important;
}
.swiper-3d .swiper-slide-shadow-right{
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8))!important;
}
.referral__image{
    height: 350px;
    overflow: hidden;
}
.referral__image video,
.referral__image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.services-down .swiper-slide{
    display: flex;
}
.services-down .swiper-slide .service-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 60%;
    padding-right: 4rem;
    gap: 1rem;
    margin-bottom: 4rem;
}
.services-down .swiper-slide .service-content .service-number{
    font-size: 2.5rem;
    font-family: "DM Serif Display";
    color: #170B1D;
    font-weight: 400;
    font-style: italic;
}
.services-down .swiper-button-prev,
.services-down .swiper-button-next{
    color: #2D3448;
    border: 1px solid #2D3448;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: unset;
    bottom: 0!important
}
.services-down .swiper-button-prev{
    left: 0;
}
.services-down .swiper-button-next{
    right: unset;
    left: 70px;
}   
.services-down .swiper-button-prev:after,
.services-down .swiper-button-next:after{
    font-size: 22px
}
.services-down .swiper-slide .service-content h3{
    font-size: 4rem;
    padding: 0;
    margin: 0;
    font-weight: 700;
    color: #170B1DCC;
    font-family: 'proxima-nova';
}
.services-down .swiper-slide .service-content h3 em{
    font-family: "DM Serif Display";
    font-weight: 400;
}
.services-down .swiper-slide .service-content p{
    font-size: 1.25rem;
    font-family: "proxima-nova";
    color: #131D40;
    margin: 0;
}
.services-down .swiper-slide .service-image-section{
    display: flex;
    flex-direction: column;
    width: 40%;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 6rem;
    margin: 1rem;
    border-radius: 2px;
    box-shadow: 0px 0px 10px #cb5efd48
}
.services-down .swiper-slide .service-image-section img{
    width: 170px;
}
.services-down .swiper-slide .service-image-section .icon-name{
    margin: 1rem 0;
    font-weight: 700;
    font-size: 2rem;
    font-family: "proxima-nova";
    text-align: center;
}
.services-down .swiper-slide .service-image-section .icon-description{
    font-size: 1.25rem;
    font-family: "proxima-nova";
    color: #131D40;
    text-align: center;
}
.pagination{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    font-family: "proxima-nova";
    color: #131D40;
    font-size: 1.25rem;
}
.pagination .pagination__link{
    font-family: "proxima-nova";
    color: #131D40;
    font-size: 1.25rem;
    border: 1px solid #131D40;
    padding: 0.5rem 1rem;
}
@media(max-width: 1700px){
    .homepage-singlework-random.flex-row{
        max-width: 700px;
        height: 352px;
    }
    .homepage-singlework-random.flex-col{
        max-width: 465px;
        max-height: 700px;
    }
}
@media(max-width: 1366px){
    .homepage-singlework-random.flex-row{
        max-width: 600px;
        height: 300px;
    }
    .referral__image{
        height: 300px
    }
    .homepage-singlework-random.flex-col{
        max-width: 400px;
        max-height: 600px;
    }
    .homepage-singlework-random__image{
        width: 400px;
        height: 300px;
    }
    .grid-team{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width: 1200px){
    .homepage-singlework-random.flex-row{
        max-width: 100%;
        height: 300px;
    }
    .referral__image{
        height: 250px
    }
    .grid-referrals{
        grid-template-columns: repeat(2, 1fr);
    }
    .homepage-singlework-random.flex-col{
        flex-direction: row;
        max-width: 100%;
        max-height: 300px;
    }
    .homepage-singlework-random__image{
        width: 500px;
        height: 300px;
    }
    .homepage-work-random-first-row,
    .homepage-work-random-second-row,
    .homepage-work-random-third-row{
        flex-direction: column;
        gap: 1rem;
    }
    .homepage-works-random{
        gap: 0;
    }
    .homepage-work-random-third-row .homepage-singlework-random:nth-of-type(1){
        position: relative;
        top: 0rem;
    }
    .homepage-singlework-random__content{
        width: 100%;
    }
}
@media(max-width: 1000px){
    .services-down .swiper-slide .service-image-section{
        padding: 2rem;
    }
}
@media(max-width: 767px){
    .services-down .swiper-slide{
        flex-direction: column;
    }
    .services-down .swiper-slide .service-content .service-number{
        display: none;
    }
    .services-down .swiper-slide .service-content h3{
        font-size: 2.5rem;
    }
    .services-down .swiper-slide .service-content p{
        font-size: 1rem;
    }
    .services-down .swiper-button-prev,
    .services-down .swiper-button-next{
        border: none;
        width: 30px;
        height: 30px;
        top: 70%;
        
    }
    .services-down .swiper-button-prev{
        left: 0;
    }
    .services-down .swiper-button-next{
        right: 0;
        left: unset;
    }   
    .services-down .swiper-button-prev:after,
    .services-down .swiper-button-next:after{
        font-size: 20px
    }
    .services-down .swiper-slide .service-content{
        width: 100%;
        padding-right: 0;
        margin-bottom: 0;
    }
    .services-down .swiper-slide .service-image-section{
        width: 100%;
        padding: 2rem;
        margin: 0;
        margin-top: 1rem;
    }
    .homepage-services{
        flex-direction: column-reverse;
    }
    .bottom-swiper .bottom-referral-content{
        flex-direction: column;
        align-items: flex-start;
    }
    .grid-team{
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-team .member__image{
        height: 270px;
    }
    .grid-team .member .member__name{
        font-size: 1.0rem;
    }
    .grid-team .member .member__position{
        font-size: 0.7rem;
        margin-bottom: 0;
    }
    .homepage-services__service{
        gap: 10px;
        padding: 1rem;
    }
    .homepage-service__content-holder h3{
        font-size: 1.25rem;
    }
    .homepage-service__content-holder p{
        font-size: 0.875rem;
        margin-bottom: 0;
    }   
    .homepage-singlework-random{
        flex-direction: column!important;
        height: unset!important;
        width: 100%;
    }
    .homepage-singlework-random__image{
        width: 100%;
    }
    .homepage-works-random{
        padding: 0;
    }
    .homepage-singlework-random__image video, 
    .homepage-singlework-random__image img{
        height: 100%;
        width: 100%;
        position: inherit;
        object-fit: cover;
    }
    .homepage-singlework-random.flex-col{
        max-width: unset!important;
        max-height: unset!important;
    }
    .homepage-singlework-random__content{
        padding: 1rem;
    }
    .bottom-swiper .bottom-referral-content p{
        padding-right: 0;
        padding-left: 0;
    }
    .bottom-swiper .swiper-slide .video-holder video,
    .bottom-swiper .swiper-slide .video-holder img{
        height: 300px;
        object-fit: cover;
    }
    .bottom-swiper .bottom-referral-content .bottom-referral-link{
        width: 100%;
        justify-content: flex-start
    }
}
@media(max-width: 700px){
    .grid-referrals{
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(min-width: 1920px){
    .bottom-swiper .swiper-button-next{
        right: calc(50% - (50vw / 2) - 0.5rem);
        top: 40%;
    }
    .bottom-swiper .swiper-button-prev{
        left: calc(50% - (50vw / 2) - 0.5rem);
        top: 40%;
    }
    .bottom-swiper .swiper-slide{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: unset;
    }
    .bottom-swiper .swiper-slide .video-holder{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}