body {
    font-family: "Inter", sans-serif;
    color: #0d0d0a !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "IBM Plex Sans", sans-serif;
	font-weight: 700;
    line-height: 1;
}

h1, .h1 {
    font-size: 7em;
	font-weight: bolder;
}
h2, .h2 {
	font-size: 4.5em;
}

.lead {
    font-weight: normal;
}

.jumbotron {
    position: relative;
    background: white;
    padding-top: 8em;
    padding-bottom: 8em;
}
    .jumbotron > .container {
        position: relative;
        z-index: 1;
    }
	
.title-block {
	margin-bottom: 5em;
}

.magic-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    margin: auto;
    transform: translate3d(0,0,0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1); /* use GPU */
    filter: blur(64px);
    overflow: clip;
}
    .magic {
        position: absolute;
        inset: 0;
        z-index: 0;
        background-image: linear-gradient(hsl(50deg, 83%, 56%), #ffffff1a);
        transition: clip-path 3.5s ease-in-out;
        clip-path: polygon(80% 43%, 97% 92%, 1% 59%, 64% 68%, 75% 41%, 10% 28%, 67% 45%, 35% 79%, 48% 65%, 72% 28%, 20% 32%, 52% 90%, 64% 70%, 10% 60%, 13% 11%, 33% 44%);
		transform: scale(1.2);
    }
	
.jumbotron .contacts {
	margin-top: 4em;
}
.contact-icons {
    display: inline;
}
	.contact-icons > a, .contacts > a {
		color: black;
		text-decoration: none !important;
	}
	.bi.bi-telephone {
		transform: scale(0.94);
	}
.contact {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 1em;
}
.contacts .contact-icons a {
    padding-left: 0.15em;
    padding-right: 0.15em;
}

.card {
    border-radius: 1.5em;
    overflow: clip;
    max-width: 348px;
}
    .card-body {
        padding: 0.9em 1.25em;
    }
    .card-title {
        line-height: 1.2;
        font-weight: 700;
        font-size: 1.5em;
        margin-bottom: 0.33em;
    }
    .card-price {
        font-weight: 600;
    }
    
    .card:hover {
        border-color: #ffcc00;
    }

footer {
    margin-top: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 1px solid #e9e9e9;
    position: relative;
    opacity: 0.8;
    overflow: clip;
}
    footer > .container {
        position: relative;
        z-index: 1;
    }

.justify-content-center {
    display: flex;
}

@media screen and (max-width: 992px) {
    h1, .h1 {
        font-size: 5.5em;
    }
    h2, .h2 {
        font-size: 4em;
    }
}

@media screen and (max-width: 768px) {
    h1, .h1 {
        font-size: 4.3em;
    }
    h2, .h2 {
        font-size: 3.5em;
    }
    .title-block {
        margin-bottom: 2em;
    }
}

@media screen and (max-width: 576px) {
    h1, .h1 {
        font-size: 12vw;
    }
    h2, .h2 {
        font-size: 9vw;
    }
}


.portfolio .card {
    border-radius: 0;
    box-shadow: none !important;
    border: none;
}
    .portfolio .card-body {
        padding: 0;
        text-align: center;
    }
    .portfolio .card img {
        border-radius: 0.3em;
    }
    .portfolio .card-title {
        font-weight: 500;
        font-size: 1em;
        margin-top: 0.3em;
    }

.back {
    position: fixed;
    top: 2em;
    left: 2em;
    border-bottom: 1px solid #e2e3e4;
    color: currentColor !important;
}
    .back:hover {
        text-decoration: none;
        border-color: #b2b3b4;
    }