body {
    font-family: 'Lato', sans-serif;
}


/* Basic */

body {
    overflow-x: hidden;
    background: turquoise;
    color: white;
}

input,
select,
textarea {
    outline: none;
}

a,
a:hover {
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

h4 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.25px;
}

img {
    width: 100%;
    overflow: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul li {
    display: inline-block;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.container {
    margin: 0 auto;
}

.main-nav {
    text-align: center;
}

.main-nav li:last-child a {
    border-bottom: 2px solid #fff;
}

.main-nav li {
    display: block;
}

.main-nav li a {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    transition: all 0.5s;
    border-top: 2px solid #fff;
}

.main-nav li.active a {
    background: #fff;
}

.main-nav li:hover a {
    background: #4a00857a
}


/* Sidebar Menu */

.menu .image {
    margin-top: 40px;
}

.menu .image img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
}

.menu .author-content {
    margin: 10px 0px 15px 0px;
}

.menu .author-content h4 {
    margin-bottom: 0px;
}

.menu .author-content span {
    font-size: 13px;
    font-style: italic;
    color: #fff;
}

.menu .social-network {
    margin-top: 20px;
}

.menu .social-network ul li {
    margin: 0 3px;
}

.menu .social-network ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    box-shadow: -1px 1px 2px 0px #64f6b0;
}

.menu .social-network ul li a:hover {
    background-color: #fff;
    color: #29f090;
}

.menu .copyright-text {
    position: relative;
    margin-top: 5px;
    margin-bottom: 15px;
}

.menu .copyright-text p {
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
}

.menu:before,
.menu:after {
    content: "";
    display: table;
}

.menu:after {
    clear: both;
}

.menu a {
    text-decoration: none;
    color: inherit;
}

.menu {
    text-align: center;
}

.menu::-webkit-scrollbar {
    display: none;
}

.menu {
    left: 10%;
    -webkit-transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    height: 98vh;
    max-height: 100vh !important;
    max-width: 80vw !important;
    min-width: 45px !important;
    outline: none;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 0;
    position: fixed !important;
    top: calc(0px);
    width: 20%;
    will-change: transform;
    z-index: 11 !important;
    margin: 10px 0;
    box-shadow: 0px 0px 4px 2px #adb5bd;
    scrollbar-width: none;
    background-color: rgb(0 200 148 / 24%);
}

.menu-toggle {
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    position: fixed;
    right: 25px;
    top: 25px;
}

#menu-toggle {
    z-index: 11 !important;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    color: #29f090;
    background-color: rgb(255 255 255 / 60%);
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}
.menu-close {
    cursor: pointer;
}

#menu-close {
    cursor: pointer;
    text-align: right;
    color: #29f090;
    background-color: #fff;
    width: 100%;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}


/* Section */

.section {
    color: #fff;
    width: 55%;
    right: 10%;
    left: 35%;
    position: relative;
    padding-bottom: 50px;
    /* background: #d9d9d980; */
    /* z-index: 500; */
    background-color: rgb(0 200 148 / 24%);
    box-shadow: inset 0px -3px 4px 2px #adb5bd;
    margin-bottom: 10px;
    padding-top: 13px;
}

.high-index {
    z-index: 10 !important;
    position: sticky !important;
}

.low-index {
    z-index: -10 !important;
    position: sticky !important;
    pointer-events: none !important;;
}

.section-heading {
    text-align: center;
    padding: 35px 40px !important;
}

.section-heading h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

.line-dec {
    width: 30%;
    height: 3px;
    background-color: #29f090;
    margin: 10px auto;
}

.section-heading span {
    margin-top: 5px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.5px;
}


/* Buttons */

.white-button a {
    display: inline-block;
    padding: 12px 20px;
    background-color: #fff;
    color: #a43f49;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.white-button a:hover {
    background-color: #a43f49;
    color: #fff;
}

button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #a43f49;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.5s;
    border: none;
    outline: none;
    cursor: pointer;
}

button:hover {
    outline: none;
    background-color: #a43f49;
    color: #fff;
}


/* Left & Right Post */

.right-image-post {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 2px solid rgba(250, 250, 250, 0.1);
}

.my-work {
    min-height: unset !important;
}

.left-image-first {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-top: 60px;
}

.sidepanel-image {
    box-shadow: 0px 0px 4px 2px #adb5bd;
    margin: 20px 15px 5px 15px;
}

.left-image img,
.right-image img {
    border-radius: 5px;
}

.right-image-post h4,
.left-image-post h4 {
    margin-top: 5px;
}

.right-image-post p,
.left-image-post p {
    margin-top: 20px;
}

.right-image-post .white-button,
.left-image-post .white-button {
    margin-top: 30px;
}


/* Services */

.my-services .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.service-item {
    margin-bottom: 10px;
    padding: 20px;
    background-color: rgba(250, 250, 250, 0.5);
    transition: all 0.5s;
    min-height: 380px;
}

.service-item h4 {
    transition: all 0.5s;
}

.service-item p {
    transition: all 0.5s;
}

.service-item:hover {
    background-color: rgba(250, 250, 250, 0.8);
}

.service-item:hover h4 {
    color: #292b30;
}

.service-item:hover p {
    color: #4a4a4a;
}

.service-item .service-icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.service-item .first-service-icon {
    background-image: url(../images/first-white-icon.png);
}

.service-item:hover .first-service-icon {
    background-image: url(../images/first-main-icon.png);
}

.service-item .second-service-icon {
    background-image: url(../images/second-white-icon.png);
}

.service-item:hover .second-service-icon {
    background-image: url(../images/second-main-icon.png);
}

.service-item .third-service-icon {
    background-image: url(../images/third-white-icon.png);
}

.service-item:hover .third-service-icon {
    background-image: url(../images/third-main-icon.png);
}

.service-item .fourth-service-icon {
    background-image: url(../images/fourth-white-icon.png);
}

.service-item:hover .fourth-service-icon {
    background-image: url(../images/fourth-main-icon.png);
}


/* My Work */

section.my-work .section-heading {
    text-align: center;
    padding: 30px;
    margin-bottom: 15px;
}

.isotope-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
}

.isotope-toolbar input[type="radio"] {
    display: none;
}

.isotope-toolbar span {
    text-transform: capitalize;
    display: inline-block;
    margin-right: 15px;
    padding-bottom: 3px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    transform: ease-in-out 0.5s;
    cursor: pointer;
}

.isotope-toolbar input[type="radio"]:checked+span {
    color: #a43f49;
    border-bottom: 2px solid #a43f49;
}

.isotope-box {
    position: relative;
    width: 100%;
}

.isotope-toolbar {
    text-align: center;
    margin: 10px;
}

.isotope-toolbar p {
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.isotope-toolbar a {
    color: #fff;
}

.isotope-item {
    position: relative;
    display: inline-block;
    width: 48%;
    margin: 5px auto;
    border-bottom: 2px solid rgba(250, 250, 250, 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.isotope-item img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.lazyload {
    background: #f7f7f7;
}

.lazyloading {
    background: #f7f7f7 url(//afarkas.github.io/lazysizes/assets/imgs/loader.gif) no-repeat center;
    min-height: 60px;
}

figure.snip1321 {
    overflow: hidden;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
}

figure.snip1321 * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

figure.snip1321 figcaption {
    top: 50%;
    left: 20px;
    right: 20px;
    position: absolute;
    opacity: 0;
    z-index: 1;
    text-shadow: none;
}

figure.snip1321 h4 {
    margin-top: 15px;
    margin-bottom: 5px;
    color: #232323;
}

figure.snip1321 span {
    font-size: 16px;
    display: block;
    color: #1d3350;
    font-weight: bold;
}

figure.snip1321 i {
    position: relative !important;
    font-size: 18px;
    background-color: #05533aa1;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
}

figure.snip1321:after {
    background-color: #ffffff;
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
}

figure.snip1321 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

figure.snip1321:hover figcaption,
figure.snip1321.hover figcaption {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

figure.snip1321:hover:after,
figure.snip1321.hover:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0.9;
}


/* Contact Me */
.contact-me {
    height: 95vh;
}

section.contact-me {
    border-bottom: none;
    margin-bottom: 10px;
}

#contact input {
    background-color: rgba(250, 250, 250, 0.1);
    border: 1px solid rgba(250, 250, 250, 1);
    border-radius: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-left: 15px;
}

#contact input:focus {
    outline: none;
    box-shadow: none;
}

#contact textarea {
    background-color: rgba(250, 250, 250, 0.1);
    border: 1px solid rgba(250, 250, 250, 1);
    border-radius: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    height: 180px;
    max-height: 220px;
    line-height: 40px;
    width: 100%;
    padding-left: 15px;
}

#contact textarea:focus {
    outline: none;
    box-shadow: none;
}

#contact {
    text-align: center;
}

.contact-section-bottom {
    position: absolute;
    bottom: 50px;
}

.background-image-contact {
    background-image: url(../images/website-build-contact.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 0px 0px 3px 0px #029b7f, inset 0px 0px 2px 3px #ffffff;
    position: relative;
    overflow: hidden;
}

.tm-call-to-action-text {
    padding: 50px 60px;
    min-height: 360px;
    width: calc(100% - 250px);
    justify-self: center;
    left: 0;
    right: 0;
}

.btn-contact {
    position: absolute !important;
    bottom: 20px;
    right: 40px;
}

.btn-contact button {
    background: #fff;
    color: #08682f;
    text-align: center;
    line-height: 35px;
    padding: 4px 15px;
    width: auto !important;
}

.tm-call-to-action-description {
    margin-top: 85px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, .9), 3px 2px 3px rgba(0, 0, 0, .9);
    color: white;
    font-size: larger;
    line-height: unset;
    padding: 5px;
    border-radius: 3px;
}

.my-services .row {
    display: flex;
    flex-wrap: wrap;
}

.my-services .row>div {
    display: flex;
}

.row-service {
    margin: auto !important;
}

#page {
    /* background: #595859b0; */
    padding-top: 10px;
}

#container-contact {
    justify-items: center;
}

#recaptcha-wrapper {
    text-align: center;
        margin-bottom: 15px;
}

@media screen and (max-width: 1680px) {
    .menu {
        left: 5%;
    }

    .section {
        color: #fff;
        width: 65%;
        right: 5%;
        left: 30%;
    }
}

@media screen and (max-width: 1680px) and (min-width: 846px) {
    .menu .social-network ul li a {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .menu .social-network ul li {
        margin: 0 1px;
    }

    .menu .image {
        margin-top: 60px;
    }
}

@media screen and (max-width: 1280px) {
    .menu {
        left: 0%;
    }

    .right-image-post h4,
    .left-image-post h4 {
        margin-top: 0px;
    }

    .right-image-post p,
    .left-image-post p {
        margin-top: 15px;
    }

    .right-image-post .white-button,
    .left-image-post .white-button {
        margin-top: 25px;
    }
    .contact-section-bottom
 {
    position: static !important;
}
}

.menu .container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
}

@media screen and (max-width: 1280px) and (min-width: 846px) {
    .menu {
        width: 25%;
    }

    .col-md-6 {
        -ms-flex: none !important;
        flex: none !important;
        max-width: none !important;
    }

    .right-image {
        margin: 5px;
    }

    .left-image {
        margin: 5px;
    }

    .section {
        min-height: unset;
        padding-bottom: 60px;
    }

    .service-item {
        min-height: unset;
    }
}

#menu-toggle,
#menu-close {
    display: none;
}

@media screen and (max-width: 846px) and (min-width: 768px) {
    .service-item {
        min-height: 460px;
    }
}

@media screen and (max-width: 845px) {

    #menu-toggle,
    #menu-close {
        display: inline-block;
    }

    .menu {
        width: 320px;
        -webkit-transform: translateX(-100%) !important;
        transform: translateX(-100%) !important;
        transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
        transition: transform 233ms cubic-bezier(0, 0, 0.21, 1);
        transition: transform 233ms cubic-bezier(0, 0, 0.21, 1), -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
        background-color: #020f09cf;
    }

    .menu .image {
        margin-top: 40px;
    }

    .menu .image img {
        width: 120px;
        height: 120px;
    }

    .menu .author-content {
        margin: 20px 0px 40px 0px;
    }

    .menu .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .menu.open {
        display: inline-block;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    .responsive-nav {
        display: inline-block;
    }

    .section {
        width: 94%;
        right: 3%;
        left: 3%;
    }

    .isotope-item {
        width: 94%;
        margin: 3%;
    }

    .left-image-post img {
        margin-bottom: 30px;
    }

    .right-image-post img {
        margin-top: 30px;
    }

    .isotope-item {
        border-bottom: none;
        text-align: center;
    }

    .isotope-toolbar {
        margin-bottom: 20px;
    }
}

.cb-slideshow-text-container {
    height: 100vh;
    display: flex;
    align-items: center;
}

.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.cb-slideshow li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 76s linear infinite 0s;
    -moz-animation: imageAnimation 76s linear infinite 0s;
    -o-animation: imageAnimation 76s linear infinite 0s;
    -ms-animation: imageAnimation 76s linear infinite 0s;
    animation: imageAnimation 76s linear infinite 0s;
    will-change: opacity, transform;
}

.cb-slideshow li:nth-child(1) {
    background-image: image-set(url(../img/background-1.webp) type("image/webp"), url(../img/background-1.jpg) type("image/jpeg"));
}

.cb-slideshow li:nth-child(2) {
    background-image: image-set(url(../img/background-4.webp) type("image/webp"), url(../img/background-4.jpg) type("image/jpeg"));
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.cb-slideshow li:nth-child(3) {
    background-image: image-set(url(../img/background-3.webp) type("image/webp"), url(../img/background-3.jpg) type("image/jpeg"));
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.cb-slideshow li:nth-child(4) {
    background-image: image-set(url(../img/background-2.webp) type("image/webp"), url(../img/background-2.jpg) type("image/jpeg"));
    -webkit-animation-delay: 33s;
    -moz-animation-delay: 33s;
    -o-animation-delay: 33s;
    -ms-animation-delay: 33s;
    animation-delay: 33s;
}

.cb-slideshow li:nth-child(5) {
    background-image: image-set(url(../img/background-1.webp) type("image/webp"), url(../img/background-1.jpg) type("image/jpeg"));
    animation-delay: 44s;
}

.cb-slideshow li:nth-child(6) {
    background-image: image-set(url(../img/background-4.webp) type("image/webp"), url(../img/background-4.jpg) type("image/jpeg"));
    animation-delay: 54s;
}

.cb-slideshow li:nth-child(7) {
    background-image: image-set(url(../img/background-2a.webp) type("image/webp"), url(../img/background-2a.jpg) type("image/jpeg"));
    animation-delay: 66s;
}

.cb-slideshow li:nth-child(8) {
    background-image: image-set(url(../img/background-4.webp) type("image/webp"), url(../img/background-4.jpg) type("image/jpeg"));
    animation-delay: 70s;
}

.cb-slideshow li:nth-child(9) {
    background-image: image-set(url(../img/background-1.webp) type("image/webp"), url(../img/background-1.jpg) type("image/jpeg"));
    animation-delay: 76s;
}



@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        transform: scale(1.15);
        animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        transform: scale(1.20);
    }

    25% {
        opacity: 0;
        transform: scale(1.40);
    }

    100% {
        opacity: 0
    }
}

@media screen and (max-width: 1280px) {

    .tm-call-to-action-text {
        width: calc(100% - 50px);
    }

    .contact-me {
        min-height: 105vh;
    }
}

@media screen and (max-width: 1140px) {
    .cb-slideshow li div h3 {
        font-size: 140px
    }

}

@media screen and (max-width: 600px) {
    .cb-slideshow li div h3 {
        font-size: 80px
    }

    .tm-content {
        margin-top: 80px;
    }

    .tm-call-to-action-text {
        width: 95%;
    }

    .contact-me {
        min-height: 115vh;
    }

    .tm-call-to-action-description {
        margin-top: 20px;
        font-size: medium;
    }
}

@media screen and (max-width: 992px) {
    .contact-me {
        min-height: auto;
        height: auto;
    }

    #container-contact {
        display: grid;
        gap: 14px;
    }

    #recaptcha-wrapper,
    #recaptcha-hint,
    #contact-container {
        width: 100%;
    }

    #recaptcha-hint {
        margin: 0 0 8px;
        text-align: center;
        display: block;
    }

    .background-image-contact {
        margin-top: 14px;
        padding: 20px 18px 26px;
    }

    .tm-call-to-action-text {
        position: static;
        width: 100%;
        min-height: auto;
        padding: 22px 18px;
    }

    .btn-contact {
        position: static;
        margin-top: 14px;
        display: inline-flex;
    }

    .tm-call-to-action-description {
        margin-top: 12px;
        font-size: 16px;
    }
}

@media screen and (max-width: 576px) {
    .cb-slideshow li div h3 {
        font-size: 80px
    }

    .tm-btn-subscribe {
        margin-top: 20px;
    }

    .contact-me {
        min-height: auto;
        height: auto;
    }
}

@media screen and (max-width: 476px) {
    section.my-work .section-heading {
        padding: 10px;
    }

    .service-item {
        text-align: center;
    }

    .my-work {
        padding-bottom: 15px !important;
    }

    .about-me {
        text-align: center;
    }

    .section-heading {
        padding: 60px 5px;
    }

    .email-adress {
        font-size: 14px;
    }

    figure.snip1321 span {
        font-size: 14px;
    }

    figure.snip1321:after {
        left: 5px;
        right: 5px;
        bottom: 5px;
    }

    .small-h4 {
        font-size: 16px;
    }

    .contact-me {
        min-height: auto;
        height: auto;
    }
}
@media screen and (max-width: 476px) and (orientation: landscape) {
    .contact-me {
        min-height: auto;
        height: auto;
    }
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1 !important;
    pointer-events: painted;
    width: 100%;
    height: 99%;
}

.back-color {
    background-color: rgba(250, 250, 250, 0.1);
    margin: auto;
    max-width: fit-content;
    padding: 2px 5px;
    border-radius: 5px;
}

.text-shadow {
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, -1px 1px 0px #bbb, 0 5px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3);
    text-shadow: 0 1px 5px #686868, 0 2px 0 #8c7e95;
}

.text-shadow-text {
    text-shadow: -1px 2px 8px rgba(0, 0, 0, 1), 1px 1px 3px rgba(0, 0, 0, 1), -1px 1px 1px #ffffff;
}

/* .text-shadow-name {
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 2px 0 #aaa, 0 5px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3);
} */

.text-shadow-menu {
    text-shadow: 0 1px 0 #747474, 0 1px 0 #c9c9c9, 0 1px 2px #aaa, 0 0px 2px rgba(0, 0, 0, 0.8);
    letter-spacing: 1px;
}

.back-color-text {
    background-color: rgba(255, 255, 255, 0.8);
    margin: auto;
    max-width: fit-content;
    padding: 17px;
    border-radius: 5px;
    font-weight: bold;
    color: white !important;
}

.contact-row i {
    width: 55px;
    font-size: 30px;
    display: block;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact-row {
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid #29f090;
    border-radius: 10px;
    padding: 30px;
    font-weight: 900;
    text-shadow: none;
    color: white;
    box-shadow: inset 2px -2px 2px 0px white;
    background: #29f0901c;
}

.contact-box {
    text-align: left;
}

.btn {
    background: #fff;
    color: #29f090;
    text-align: center;
    line-height: 52px;
    padding: 0 35px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid transparent;
    border-radius: 10px;
    width: 100%;
}

.input-field {
    margin-bottom: 15px;
}

.form-control {
    height: 50px;
    color: #000000;
    border: none;
    background: #f8f9fa;
    border: 1px solid #adb5bd;
    border-radius: 10px;
    padding: 4px 22px;
    font-size: 14px;
    margin-bottom: 30px;
}

textarea.form-control {
    height: 123px;
    padding-top: 15px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:hover,
.btn:focus {
    color: #fff;
    border-color: #fff;
    background: none;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.contact-margin {
    margin-bottom: 30px;
}

.passion-margin {
    margin-bottom: 20px
}

.title-margin {
    margin-bottom: 10px;
}

.margin-line {
    border-bottom: 1px solid rgba(250, 250, 250, 0.1);
    padding-bottom: 5px;
}

#recaptcha {
    padding: 20px;
}

.g-recaptcha {
    margin-top: 5px;
}