@charset "utf-8";
/* CSS Document */


/** Layout **/

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: white;
    color: #151515;
    font-family: "Rubik", "Myriad Pro", Arial, "sans-serif";
}

header {
    margin-top: 2%;
}

    .header-index {
        padding: 13% 0 18% 0;
        margin-bottom: -5%;
    }
    
    .hero {
        position: relative;
        padding: 0 5% 0 5%;
        margin-top: -5%;
    }
    
    .hero img {
        position: relative;
        float: right;
    }

    .hero-img {
        position: relative;
        margin-top: -39%;
        -webkit-filter: drop-shadow( 5px 5px 20px rgba(0, 0, 0, 0.2));
        filter: drop-shadow( 5px 5px 20px rgba(0, 0, 0, 0.2));
    }

    .hero-tagline {
		margin-top: -4%;
		width: 60%;
	}

nav {
	padding: 1% 2% 1% 2% !important;
}

main {
	margin: auto;
}

	main section {
		padding: 2.5% 5% 3% 5%;
	}

    section section {
        padding: 0;
    }

footer {
	padding: 3%;
	background-color: #2b2b2b;
	color: white;
}

	footer div section div {
        float: right;
	}

img {
    border-radius: 15px;
    overflow: hidden;
}

form input, textarea {
	width: 100%;
	margin-bottom: 3%;
	padding: 2%;
	box-sizing: border-box;
	border: 2px solid transparent;
	border-radius: 5px;

	color: #4a4a49;
	font-size: 18px;
	font-family: "Rubik", sans-serif;
}

hr {
    background: linear-gradient(to right, #f48084, #f8b675);
	margin-bottom: 4%;
	padding: 0;
    height: 10px;
	border: 0;
    border-radius: 15px;
    opacity: 1;
}

.contact {
	padding: 5% !important;
}

    .contact-icon {
        padding-right: 4%;
        border-radius: 0 !important;
    }

    .calendar {
        width: 60% !important;
    }

    .calendar img {
        width: 100% !important;
    }

.carousel-flex .carousel-item-next, .carousel-flex .carousel-item-prev, .carousel-flex .active {
    display: flex !important;
}

.carousel-control-prev, .carousel-control-next {
    width: 4% !important;
}

#carouselQuotes button span {
    font-size: 80px;
    color: black;
    text-decoration: none;
}

.tools-slide {
    border-radius: 100px;
    overflow: hidden;
    margin: 0 5% 0 5%;
    margin-bottom: 5%;
    --bs-gutter-x: 0 !important;
}

    .tools-slide:hover {
        background: #a9d6ff;
    }

.partnerlogo {
    padding: 5% 8% 0 0;
}

    .partnerlogo img {
        border-radius: 0 !important;
    }

.approach {
    position: relative;
    background: #f16f73;
    border-radius: 30px;
    border: 3px solid white;
    margin: 1%;
}

.container-circle {
    background-color: white;
    box-shadow: 2px 2px 10px rgb(1, 1, 1, 0.5);
    border-radius: 50%;
    width: 30vh;
    height: 30vh;
    padding: 3%;

    overflow: hidden;
    text-align: center;
}

.container-square {
    background-color: white;
    box-shadow: 2px 2px 10px rgb(1, 1, 1, 0.5);
    border-radius: 15px;
    padding: 3%;

    overflow: hidden;
    text-align: center;
}

.step-box {
    border-radius: 15px;
    box-shadow: 2px 2px 10px rgb(1, 1, 1, 0.5);
}

    .step-box-blue {
        border-radius: 10px 0 0 10px;
    }

    .step-box-number {
        display: inline-block;
        background: #a9d6ff;
        border-radius: 50%;
        width: 10vh;
        height: 10vh;
        padding: 3%;
        margin-top: -4vh;
        overflow: hidden;

        font-family: "Rubik SemiBold", sans-serif;
        font-size: 50px;
        text-align: center;
        line-height: 0;
        color: white;
    }


/** Alignment **/

.paddingbottom-5 {
    padding-bottom: 5% !important;
}

.paddingbottom-10 {
    padding-bottom: 10% !important;
}

.paddingleft-5 {
    padding-left: 3%;
}

.paddingright-5 {
    padding-right: 5%;
}

.marginbottom {
    margin-bottom: 3% !important;
}

.marginright-10 {
    margin-right: 10% !important;
}

.nomargin {
	margin: 0 !important;
}

.nopadding {
	padding: 0 !important;
}



/** Backgrounds **/

.bg-gradient {
    background: linear-gradient(to right, #f16f73, #f7ae66) !important;
}

.bg-gradient-header {
    background: url("images/bg-gradient-header.svg") no-repeat bottom;
    background-size: cover;
    position: relative;
    padding: 5% 0 10% 0;
	z-index: 0;
}

.bg-gradient-up {
    background: url("images/bg-gradient-up.svg") no-repeat top;
    background-size: cover;
    position: relative;
    padding: 5% 0 3% 0;
	z-index: 0;
}

.bg-gradient-down {
    background: url("images/bg-gradient-down.svg") no-repeat bottom;
    background-size: cover;
    position: relative;
    padding: 3% 0 0 0;
	margin-bottom: 2%;
	z-index: 0;
}

.bg-gradient-block {
    background: linear-gradient(to right, #f48084, #f8b675);
    position: absolute;
    margin-top: 13.5%;
    width: 100%;
    height: 20%;
	z-index: -1;
}

.bg-diagonal {
    background: black;
    position: absolute;
    transform: skewY(-4deg);
    width: 100%;
    height: 40%;
	bottom: 15%;
    opacity: 30%;
	z-index: -1;
}

.bg-waves {
    background: linear-gradient(to right, #f16f73, #f7ae66);
    mask-image: url("images/bg-waves.svg");
    mask-size: cover;
    position: relative;
    padding: 5% 0 0 0;
    color: white;
    text-shadow: 2px 2px 5px rgb(1, 1, 1, 0.4);
    z-index: 0;
}

.bg-blue {
    background-color: #a9d6ff;
}

    .bg-blue:hover a {
        background: linear-gradient(to right, #f16f73, #f7ae66);
        border-radius: inherit;
    }

.bg-lightblue {
    background-color: #ddedf5;
}

.bg-hover {
    display: inline-block;
}

    .bg-hover:hover {
        background-color: #a9d6ff;
        border-radius: 25px;
        overflow: hidden;
    }



/** Text **/

h1 {
    font-family: "Rubik Bold", sans-serif;
    font-size: 80px;
}

h2, .h2 {
	font-family: "Rubik SemiBold", sans-serif;
    font-size: 40px;
    padding-bottom: 3%;
}

    .hero-tagline h2 {
		background: linear-gradient(to right, #f16f73, #f7ae66);
        background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

    .h2-subline {
        display: inline-block;
        font-family: "Rubik", sans-serif !important;
        font-size: 20px !important;
        line-height: 28px !important;
        margin-top: 5%;
    }

h3, .h3 {
	font-family: "Rubik SemiBold", sans-serif;
    font-size: 30px;
    padding-bottom: 3%;
}

    .bg-gradient h3, .bg-gradient .h3 {
        font-family: "Rubik", sans-serif;
        color: white !important;
        text-shadow: 2px 2px 4px rgb(1, 1, 1, 0.75);
    }

    .approach h3 {
        color: white;
    }

    h3 sub {
        font-family: "Rubik", sans-serif;
        font-size: 16px;
    }

h4, .h4 {
    font-family: "Rubik SemiBold", sans-serif;
	font-size: 18px;
}

h5 {
	font-family: "Rubik Light-Italic", sans-serif;
	font-size: 20px;
}

p {
	font-family: "Rubik Light", sans-serif;
    font-size: 20px;
    line-height: 28px;
}

    .bg-gradient p {
        font-family: "Rubik", sans-serif;
    }

	.contact p, .approach p {
		font-family: "Rubik", sans-serif;
        color: white;
	}

	footer p {
		font-size: 15px;
		line-height: 24px;
	}

    .step-box p, .step-box li {
        font-size: 18px;
    }

.h404 {
    font-family: "Rubik SemiBold", sans-serif;
    font-size: 160px;
    color: #ef4a50;
}

a {
    text-decoration: none;
    color: inherit;
}

	nav a {
		text-transform: uppercase;
		color: #111111;
	}
	
        .a-pink:hover {
            background-color: #d1246f;
            text-decoration: none;
            color: white;
        }

        .a-orange:hover {
            background-color: #e95b40;
            text-decoration: none;
            color: white;
        }

        .a-yellow:hover {
            background-color: #f7aa2b;
            text-decoration: none;
            color: white;
        }
    
    main a {
        font-family: inherit;
        color: inherit;
    }
    
        .a-inline {
            font-family: "Rubik SemiBold", sans-serif !important;
            color: inherit;
        }
        
        .a-inherit {
            font-family: inherit;
            font-weight: inherit;
            font-style: inherit;
            text-decoration: inherit;
            color: inherit;
        }

        p a:hover, h2 a:hover {
            background: linear-gradient(to right, #f16f73, #f7ae66);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        strong a {
            font-family: "Rubik SemiBold", sans-serif;
            color: inherit;
        }

        .contact a {
            font-family: "Rubik", sans-serif;
        }

ul {
	padding-left: 7%;
}

li {
	font-family: "Rubik Light", sans-serif;
	font-size: 20px;
	padding-left: 0%;
}

	li b, li strong {
		font-family: "Rubik SemiBold";
		font-weight: normal;
		padding-right: 2%;
	}

.red {
    color: #f16f73 !important;
}

.gradient {
    background: linear-gradient(to right, #f16f73, #f7ae66);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.small {
    font-family: "Rubik Light", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #f16f73;
}
    .small .contact-icon {
        padding-right: 0.6% !important;
    }

.bold {
    font-family: "Rubik SemiBold", sans-serif;
}

.quote {
	font-size: 30px;
	font-family: "Rubik Light-Italic", sans-serif;
	line-height: 48px;
}

.partnername {
	font-size: 24px;
	font-family: "Rubik", sans-serif;
}



/** Buttons **/

.button-contact {
    background: linear-gradient(to right, #f16f73, #f7ae66);
	border: 2px solid white;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    margin-top: 3%;
    padding: 2% 5% 2% 5%;
    text-align: center;
    font-size: 24px;
    color: white;
}

	.button-contact:hover {
		background: linear-gradient(to right, #f16f73, #f7ae66);
        background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		border: 2px inset #f7ae66;
        font-weight: bold;
        cursor: pointer;
	}

.button-calendar {
    border-radius: 30px;
    border: 5px solid white;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 3%;

    font-family: "Rubik", sans-serif;
    font-size: 36px;
	font-weight: bold;
    text-align: center;
    line-height: normal;
    color: white;
}

    .contact .button-calendar {
        padding: 6%;
    }

	.contact .button-calendar:hover {
		border: 5px solid #111111;
		color: #111111;
	}

.button-grw {
    background: linear-gradient(to right, #f16f73, #f7ae66);
    border-radius: 30px;
    border: 5px solid white;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 5%;

    font-family: "Rubik", sans-serif;
    font-size: 36px;
	font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 5px rgb(1, 1, 1, 0.4);
    line-height: normal;
    color: white;
}

	.button-grw:hover {
        background: linear-gradient(to right, #f16f73, #f7ae66);
        background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		border: 5px inset #f7ae66;
        font-weight: bold;
        text-shadow: none;
        cursor: pointer;
	}

.button-white {
    background-color: rgb(1, 1, 1, 0.1);
    border-radius: 50px;
    border: 5px solid white;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 6%;

    font-family: "Rubik", sans-serif;
    font-size: 36px;
	font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 5px rgb(1, 1, 1, 0.4);
    line-height: normal;
    color: white;
}

	.button-white:hover {
        background-color: rgb(1, 1, 1, 0.25);
	}

.button-otherwork {
    /*background: url("images/ventures-posticu.webp") no-repeat top;*/
    background: #ddedf5;
    background-size: cover;
    border-radius: 15px;
    padding: 10%;
}

    .button-otherwork:hover {
        background: #a9d6ff;
    }

    .button-otherwork p {
        font-weight: bold;
    }


.nav-link {
    padding: 5%;
    margin-left: 1.5rem;
    text-transform: uppercase;
    border-radius: 10px;
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
    color: #111111;
    white-space: nowrap;
}

.navbar-nav {
    width: 100%;
}



/** Fonts **/

@font-face {
	font-family: "Rubik";
	font-display: swap;
	src: url("fonts/Rubik-Regular.ttf");
}

@font-face {
	font-family: "Rubik SemiBold";
	font-display: swap;
	src: url("fonts/Rubik-SemiBold.ttf");
}

@font-face {
	font-family: "Rubik Bold";
	font-display: swap;
	src: url("fonts/Rubik-Bold.ttf");
}

@font-face {
	font-family: "Rubik Light";
	font-display: swap;
	src: url("fonts/Rubik-Light.ttf");
}

@font-face {
	font-family: "Rubik Light-Italic";
	font-display: swap;
	src: url("fonts/Rubik-LightItalic.ttf");
}

@font-face {
	font-family: "Rubik Italic";
	font-display: swap;
	src: url("fonts/Rubik-Italic.ttf");
}