@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap);
.about-prices h1 {
    font-family: "Josefin Sans";
    margin-bottom: 30px;
}
.about-prices .prices {
    margin-bottom: 115px;
}
.prices-intro,
.quotation {
    color: #fbfdfd;
}
.prices-intro p {
    line-height: 1.7em;
}
.prices-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px;
}
.prices-cards p,
.prices-intro p {
    margin-bottom: 30px;
}
.price-card {
    width: 30%;
    height: auto;
    background-color: #292929;
    border-radius: 10px;
    padding: 30px;
    line-height: 1.7em;
    color: #fbfdfd;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
}
.price-card strong {
    font-size: 40px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 50px;
}
.card:hover,
.price-card:hover {
    -webkit-animation: hoverCard 0.3s ease forwards;
    animation: hoverCard 0.3s ease forwards;
}
.card,
.price-card {
    -webkit-animation: notHoverCard 0.3s ease backwards;
    animation: notHoverCard 0.3s ease backwards;
}
.card:hover .iconify,
.price-card:hover .prices-card-title .iconify {
    -webkit-animation: hoverCardIcon 0.3s ease forwards;
    animation: hoverCardIcon 0.3s ease forwards;
}
.card .iconify,
.price-title .prices-card-title .iconify {
    -webkit-animation: notHoverCardIcon 0.3s ease backwards;
    animation: notHoverCardIcon 0.3s ease backwards;
}
@-webkit-keyframes hoverCard {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        background-color: #fbfdfd;
        color: #17191b;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
@keyframes hoverCard {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        background-color: #fbfdfd;
        color: #17191b;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
@-webkit-keyframes notHoverCard {
    0% {
        background-color: #fbfdfd;
        color: #17191b;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes notHoverCard {
    0% {
        background-color: #fbfdfd;
        color: #17191b;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes hoverCardIcon {
    0% {
    }
    100% {
        background-color: #14dad8;
        color: #fbfdfd;
    }
}
@keyframes hoverCardIcon {
    0% {
    }
    100% {
        background-color: #14dad8;
        color: #fbfdfd;
    }
}
@-webkit-keyframes notHoverCardIcon {
    0% {
        background-color: #14dad8;
        color: #fbfdfd;
    }
    100% {
    }
}
@keyframes notHoverCardIcon {
    0% {
        background-color: #14dad8;
        color: #fbfdfd;
    }
    100% {
    }
}
.price-card h3 {
    padding: 30px 0;
    line-height: 40px;
}
.prices-card-title .iconify {
    background-color: #fbfdfd;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    color: #17191b;
}
.prices ul li {
    padding-bottom: 20px;
}
.prices ul li svg {
    margin-right: 20px;
    vertical-align: -2px;
}
.contact-prices {
    display: block;
    margin-bottom: 20px;
    font-size: 1.5em;
}
.about {
    color: #fbfdfd;
}
.about .container {
    padding-top: 115px;
}
.paragraph div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.left-second-paragraph,
.right-first-paragraph {
    width: 50%;
    position: relative;
}
.illu {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    padding: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.paragraph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 115px;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}
.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 115px;
}
.contact-text {
    margin-right: 50px;
    width: 50vw;
}
.contact-text h4 {
    color: #fbfdfd;
}
.contact-text span {
    background-color: #fbfdfd;
    color: #17191b;
}
.contact-page h1 {
    margin-bottom: 80px;
}
form {
    background-color: #292929;
    border-radius: 10px;
    -webkit-box-flex: 125%;
    -ms-flex: 125%;
    flex: 125%;
}
form .title {
    position: relative;
    background-color: #14dad8;
    color: #17191b;
    font-size: 24px;
    border-radius: 10px 10px 0 0;
    padding: 15px 50px 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}
form .iconify--fluent {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
form .title span {
    padding-left: 45px;
}
.form-group label {
    display: block;
}
.form-group label input,
.form-group label textarea {
    display: block;
    margin-top: 10px;
    width: 100%;
    border-radius: 10px;
    border: none;
}
.form-group label input {
    height: 45px;
    padding: 1em;
}
select {
    cursor: pointer;
}
.form-group label textarea {
    resize: none;
    padding: 1em;
}
form input,
form select,
form textarea {
    background-color: #fbfdfd;
    border-radius: 5px;
    border: none;
}
.alert {
    right: 50%;
    position: fixed;
    bottom: 30px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    padding: 30px 50px;
    z-index: 9;
    font-weight: 700;
    border-radius: 10px;
    position: fixed;
}
.alert-success {
    background: rgb(0, 85, 0);
}
.alert-danger {
    background: rgb(135, 0, 0);
}
.alert div svg {
    vertical-align: middle;
    height: 25px;
    width: 25px;
    margin-left: 20px;
}
.close-modal-alert{
    position: absolute;
    top: 10px;
    right: 10px;
}
.form-check,
.form-group {
    color: #fbfdfd;
    position: relative;
}
.form-group {
    margin: 50px;
}
.form-check {
    margin: 20px 50px;
}
.form-group textarea {
    padding-top: 15px;
}
#inputsujets {
    height: 60px;
    padding: 0 0 0 20px;
}
.inputSubject label {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    width: auto;
}
.form-group textarea {
    height: 180px;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    position: relative;
    background-color: #fbfdfd;
}
.form-check label,
.inputSubject label {
    color: #fbfdfd;
}
#inputnotice {
    width: auto;
}
.form-check {
    margin: none;
}
.form-check-label {
    margin-left: 30px;
    background: 0 0 !important;
    padding: 0 !important;
}
form.go-bottom .form-check-label {
    top: 0;
}
form {
    width: 320px;
}
form > div {
    position: relative;
    overflow: hidden;
}
form input,
form textarea {
    width: 100%;
    border: 2px solid #292929;
    background-color: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 8px 12px;
    outline: 0;
}
form input:valid,
form textarea:valid {
    background: #fbfdfd;
}
form input:focus,
form textarea:focus {
    border-color: #14dad8;
}
form input:focus + label,
form textarea:focus + label {
    background-color: #14dad8;
    z-index: 2;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 2px 25px;
}
form label {
    -webkit-transition: color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
    transition: color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
    position: absolute;
    bottom: 0;
    color: #292929;
}
form textarea {
    display: block;
    resize: vertical;
}
.form-group label {
    border-radius: 0 0 5px 5px;
}
.form-group input {
    font-size: 18px;
    height: 65px;
    height: 60px;
}
.form-group select,
.form-group textarea {
    font-size: 18px;
}
form.go-bottom input,
form.go-bottom textarea {
    padding: 20px 12px 20px 20px;
}
form.go-bottom label {
    color: #fff;
    font-size: 18px;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: -30px;
}
form.go-bottom input:focus {
    padding: 0 0 20px 20px;
}
form.go-bottom input:focus + label,
form.go-bottom textarea:focus + label {
    top: 100%;
    margin-top: -25px;
}
form.go-bottom .form-check input:focus + label {
    top: 0;
    margin-top: 0;
    padding: 0 0 0 20px;
}
footer a:hover {
    text-decoration: underline;
}
footer {
    color: #fbfdfd;
    background-color: #1d1f21;
}
footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
}
.other-links,
.sitemap {
    line-height: 2em;
}
.logo-footer {
    width: 70px;
    height: 70px;
    margin: auto 0;
}
.copyright {
    background-color: #292929;
    text-align: center;
    padding: 20px;
}
.copyright p {
    font-weight: 700;
}
footer .other-links,
footer .sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-social-links {
    font-size: 2em;
    letter-spacing: 1em;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    scroll-behavior: smooth;
    scroll-padding-top: var(--scroll-padding, 100px);
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
ol,
p,
textarea,
ul {
    margin: 0;
    padding: 0;
    font-weight: 400;
}
ol,
ul {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: unset;
}
body {
    background: linear-gradient(225deg, #292929 0, #0c0d0f 100%);
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    padding-top: 200px;
}
body.home {
    padding-top: 0;
}
body.home header {
    padding-top: 200px;
}
.footer-font {
    margin-top: auto;
}
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap");
h1 {
    font-size: 4em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.875em;
}
h5 {
    font-size: 1.125em;
    text-decoration: underline;
    font-weight: 700;
}
ol,
p,
ul {
    font-size: 1.125em;
}
input,
small,
textarea {
    font-size: 14px;
    font-weight: lighter;
}
body {
    margin-top: 0;
}
body,
input,
select,
textarea {
    font-family: Montserrat, sans-serif;
    color: #17191b;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
input:focus-visible {
    outline: 0;
}
h3 svg {
    vertical-align: middle;
}
.about-me header,
.about-prices header,
.contact-page header,
.legal header {
    background: 0 0;
}
header {
    position: relative;
    z-index: 0;
    background: #0c0d0f;
    background: linear-gradient(225deg, #292929 0, #0c0d0f 100%);
    width: 100%;
    color: #fbfdfd;
}
.hero-inside {
    background-repeat: no-repeat;
    background-size: auto 68%;
    background-position: bottom right;
}
.screen-height-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.left-side {
    max-width: 45%;
}
.left-side h2 {
    display: inline-block;
    margin-bottom: 50px;
}
.left-side h2 span {
    background-color: #fbfdfd;
    color: #17191b;
}
.left-side p {
    line-height: 1.7em;
}
.left-side button {
    margin: 50px 0;
}
.right-side {
    height: 100%;
    width: 50%;
}
.close {
    display: none;
}
.nav input {
    display: none;
}
.logo {
    font-family: "Josefin Sans";
}
.logo img {
    width: 50px;
}
nav .logo a {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}
.nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav a {
    color: #fbfdfd;
    text-decoration: none;
    display: inline-block;
    width: 150px;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    margin-left: 20px;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.nav a:hover {
    font-weight: 700;
    text-decoration: underline;
    background-color: #14dad8;
    color: #17191b;
}
.logo > a {
    background: 0 0 !important;
}
.active .nav-bg {
    background-color: #fbfdfd;
}
.nav-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #17191b;
}
.nav.active a {
    color: #17191b;
}
.nav.active .container {
    padding: 5px 0;
}
.current {
    border: 3px solid #14dad8;
}
#nav-icon3 {
    display: none;
}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hero h1 {
    font-family: "Josefin Sans";
    margin-bottom: 30px;
}
.hero p {
    font-size: 20px;
    letter-spacing: 1px;
}
.hero-inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.second-part-header .title span {
    color: #17191b;
    background-color: #fbfdfd;
}
.align-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 115px 0;
}
.right-align-box {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.right-align-box .title {
    margin-left: 30px;
    width: 70%;
    word-break: break-word;
}
.left-align-box {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.left-align-box .title {
    margin-right: 30px;
}
.cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    word-wrap: anywhere;
}
.card {
    width: 30%;
    height: auto;
    background-color: #292929;
    border-radius: 10px;
    padding: 30px;
    line-height: 1.7em;
}
.card-intro {
    font-weight: 700;
    padding-bottom: 10px;
    display: inline-block;
}
.card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: row;
    -ms-flex-pack: row;
    justify-content: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
}
.card-title h3 {
    padding-left: 20px;
    font-size: 25px;
}
.cards .iconify {
    background-color: #fbfdfd;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    color: #17191b;
    padding: 10px;
}
.stats-section {
    margin-bottom: 115px;
}
.stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: auto;
}
.stat {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    text-align: center;
}
.stat > span {
    font-size: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0.6em;
    color: #17191b;
}
.stat-nbr-one {
    background-image: url(../images/Pastille_1.png);
}
.stat-nbr-two {
    background-image: url(../images/Pastille_2.png);
}
.stat-nbr-three {
    background-image: url(../images/Pastille_3.png);
}
.stat p {
    margin-top: 50px;
    padding: 0 20px;
    line-height: 1.7em;
    text-align: center;
}
header small {
    display: block;
    text-align: right;
    margin-top: 50px;
}
.triangle {
    display: block;
    width: 100%;
    object-fit: none;
    height: 35px;
}
.cut {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.legal-content {
    margin-bottom: 115px;
}
.legal {
    color: #fbfdfd;
}
.legal h1 {
    font-family: "Josefin Sans";
    margin-bottom: 30px;
}
.legal h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    margin-top: 30px;
}
.legal h3 {
    margin-bottom: 20px;
    margin-top: 30px;
}
.legal p,
.legal ul {
    line-height: 1.7em;
}
.legal-cgu h2 {
    margin-bottom: 5px;
}
.me {
    margin-bottom: 115px;
}
.about-me {
    color: #fbfdfd;
}
.about-me h1 {
    font-family: "Josefin Sans";
}
.about-me h2 {
    margin-top: 30px;
}
.bio {
    margin-top: 20px;
    line-height: 1.7em;
}
.me.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.me.container .side {
    width: 50%;
}
.img-me {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #14dad8;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.right-side-me {
    padding: 50px;
}
.content {
    background-color: #1d1f21;
    color: #fbfdfd;
    padding-top: 200px;
}
.contact-content {
    color: #fbfdfd;
}
.about h3,
.content h3 {
    margin-bottom: 10px;
    color: #14dad8;
}
.about h4,
.contact-page h4,
.content h4 {
    margin-bottom: 30px;
    font-size: 30px;
}
.about p,
.contact-page p,
.content p {
    line-height: 30px;
    letter-spacing: 1.2px;
}
.about h4 span {
    background-color: #fbfdfd;
    color: #17191b;
}
.portfolio {
    margin: 80px 0;
}
.follow-me {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 115px;
}
.follow-me span:first-child {
    font-size: 22px;
}
.links {
    display: inline;
    font-size: 35px;
    vertical-align: middle;
}
.links svg {
    margin-left: 35px;
    cursor: pointer;
}
.footer-social-links svg:hover,
.links svg:hover {
    color: #14dad8;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.portfolio .container {
    min-height: 100vh;
    place-items: center;
    max-width: 1200px;
    margin: auto;
}
.portfolio .image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    overflow: hidden;
}
.image-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 28%;
    flex: 1 0 28%;
    min-width: 250px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.image-item img {
    height: auto;
    padding: unset;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.modal__image {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
}
.image-item:is(:hover, :focus) img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.image-container button {
    height: 250px;
    background-color: #292929;
}
.portfolio .image-container .image-item img {
    max-height: 80%;
}
button {
    position: relative;
    font-size: 20px;
    background-color: #14dad8;
    border-radius: 10px;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.alert button {
    background-color: none;
    background: 0 0;
    display: inline;
    color: #fbfdfd;
    padding: 0;
}
.home .alert button:hover {
    background: 0 0;
}
.alert div svg {
    margin: 5px;
}
button:hover {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
button input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
}
.about-prices button:hover,
.contact-page button:hover,
.home button:hover {
    color: #fbfdfd;
    background-color: #292929;
}
.contact form button:hover,
.contact-page button:hover .arrow,
.home form button:hover {
    background-color: #17191b;
    color: #14dad8;
}
.paragraph button {
    margin-top: 30px;
    position: relative;
}
.quotation button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.me button p,
.quotation button p {
    margin: auto 0;
}
.buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 80px;
}
.buttons button {
    margin-right: 20px;
    background-color: #fbfdfd;
}
.buttons button:hover {
    background-color: #14dad8;
    color: #292929;
}
.about-prices button:hover .arrow,
.buttons button:hover .arrow,
.contact-page button:hover .arrow,
.home button:hover .arrow {
    display: none;
}
.about-prices button .arrow-hover,
.buttons button .arrow-hover,
.contact-page button .arrow-hover,
.home button .arrow-hover {
    display: none;
}
.about-prices button:hover .arrow-hover,
.buttons button:hover .arrow-hover,
.contact-page button:hover .arrow-hover,
.home button:hover .arrow-hover {
    display: inline;
}
button img {
    height: 20px;
    padding-left: 15px;
    display: inline;
    margin: auto;
}
form button {
    display: block;
    margin: 50px auto 50px;
}
form button img {
    height: 25px;
    vertical-align: middle;
}
.reveal-loaded .reveal [class*="reveal-"] {
    opacity: 0 !important;
    -webkit-transform: translateY(30px) !important;
    transform: translateY(30px) !important;
    -webkit-transition: 0s !important;
    transition: 0s !important;
}
.reveal-loaded [class*="reveal-"] {
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease !important;
    transition: opacity 1s ease, -webkit-transform 1s ease !important;
    transition: opacity 1s ease, transform 1s ease !important;
    transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease !important;
}
.reveal-loaded .reveal-2 {
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}
.reveal-loaded .reveal-3 {
    -webkit-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
}
.reveal-loaded .reveal-4 {
    -webkit-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
}
@media (prefers-reduced-motion: reduce) {
    .reveal [class*="reveal-"] {
        opacity: 1 !important;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
    [class*="reveal-"] {
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
        -webkit-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }
}
#nav-icon3 span:nth-child(1) {
    top: 0;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 15px;
}
#nav-icon3 span:nth-child(4) {
    top: 30px;
}
#nav-icon3.closeIcon span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%;
}
#nav-icon3.closeIcon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon3.closeIcon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon3.closeIcon span:nth-child(4) {
    top: 30px;
    width: 0%;
    left: 50%;
}
#nav-icon3 {
    width: 40px;
    height: 35px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    cursor: pointer;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    right: 0;
}
.active #nav-icon3 span {
    background: #17191b;
}
.active #nav-icon3 {
    top: 15px;
}
.active #checkBurger.open + .nav-links {
    background: #fbfdfd;
    top: 50px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fbfdfd;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.nav-links {
    -webkit-transition: 0.3s ease top;
    transition: 0.3s ease top;
}
.active .nav-links {
    -webkit-transition: 0.3s ease top;
    transition: 0.3s ease top;
}
@media (max-width: 1500px) {
    .stat > span {
        font-size: 4.4vw;
    }
    .container {
        width: 80%;
    }
    .links svg:first-child {
        margin-left: 30px;
    }
    .card-three h3 {
        font-size: 21px;
    }
}
@media (max-width: 1280px) {
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 2.25em;
    }
    h3 {
        font-size: 1.75em;
    }
    h4 {
        font-size: 1.5em;
    }
    h5 {
        font-size: 1em;
    }
    .hero p {
        font-size: 18px;
    }
    ol,
    p,
    ul {
        font-size: 1em;
    }
    .stat > span {
        font-size: 4vw;
    }
    .card {
        padding: 20px;
    }
    .card-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }
    .card-title h3 {
        padding-left: 0;
        margin-top: 20px;
    }
    .right-align-box img {
        width: 30%;
    }
    .price-card {
        padding: 20px;
        width: 32%;
    }
}
@media (max-width: 992px) {
    .form-check,
    .form-group {
        margin: 50px 20px;
    }
    .me.container .side {
        width: 100%;
    }
    .stat > span {
        font-size: 5vw;
    }
    #nav-icon3 {
        display: block;
    }
    .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    nav .container {
        position: relative;
    }
    .nav a {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .nav input {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: absolute;
        right: 0;
        z-index: 2;
        visibility: hidden;
    }
    .nav-links {
        text-transform: uppercase;
        visibility: hidden;
        width: 0;
        height: 0;
    }
    #checkBurger:checked + .nav-links {
        background: #17191b;
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        right: -1em;
        line-height: 3em;
        padding: 2em;
        border-radius: 5px;
        position: absolute;
        visibility: visible;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        width: auto;
        height: auto;
        -webkit-transform-origin: top right;
        transform-origin: top right;
        top: 70px;
    }
    .active #checkBurger:checked + .nav-links {
        background: #fbfdfd;
    }
    .paragraph {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .left-second-paragraph,
    .right-first-paragraph {
        margin: auto;
        height: 350px;
        width: auto;
    }
    .left-second-paragraph {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .illu {
        position: relative;
        padding: 50px 0;
        height: 100%;
    }
    .right-side-me {
        padding: 4em;
    }
    .cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card {
        width: 100%;
        margin-bottom: 30px;
    }
    .prices-cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .price-card {
        width: 100%;
        padding: 30px;
        margin-bottom: 50px;
    }
    .me.container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .right-align-box img,
    .left-align-box img {
        display: none;
    }
    .left-align-box .title,
    .right-align-box .title {
        margin-right: auto;
    }
    form .title {
        padding: 15px 20px 15px;
    }
    .links svg:first-child {
        margin-left: 0;
    }
    .follow-me span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .stat > span {
        font-size: 6vw;
    }
    .sitemap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .other-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .container div {
        margin-top: 50px;
    }
    .hero-inside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .left-side {
        max-width: 100%;
    }
    .right-side {
        width: 70%;
    }
    .stats {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .stat {
        margin: 30px 0;
    }
    .contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact-text {
        width: 100%;
    }
    #contactForm {
        width: 100%;
        margin-top: 50px;
    }
    .about h4 {
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .illu {
        max-height: 300px;
    }
    .right-side {
        width: 100%;
    }
    .links svg {
        margin: 0;
    }
    .form-check-label {
        width: auto;
    }
    h1 {
        font-size: 2.5em;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.75em;
    }
    h4 {
        font-size: 1.225em;
    }
    h5 {
        font-size: 1em;
    }
    .hero p {
        font-size: 18px;
    }
    ol,
    p,
    ul {
        font-size: 16px;
    }
    .stat > span {
        font-size: 3em;
    }
}
