
/* ===================================
                About
   =================================== */

.about-card {
    position: relative;
    padding: 0 15px 15px 15px;
}


.about-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    border: 3px solid black;
    border-top: none;
    pointer-events: none;
    border-radius: 0 0 8px 8px;
}


.heading-sub {
    font-size: 24px;
    font-weight: 500;
    color: #36a837;
    text-align: center;
}

.heading-about {
    visibility: visible;
    animation-delay: 0.9s;
    animation-name: fadeInUp;
    font-weight: 600;
    color: #000000;
    text-align: center;
    width: 90%;
    margin: auto;
    padding-top: 10px;
}

.image-about {
    padding-top: 60px;
    margin: auto;
}

.about .about-card span {
    color: #000000;
    font-size: 49px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.about .about-card:hover span {
    transform: translateY(-15px);
    color: #36a837;
}

.about .about-card:hover .about-heading {
    color: #36a837;
}

.about .about-card .text {
    margin-top: 10px;
    padding: 10px 21px;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    color: #888888;
    font-size: 22px;
    font-weight: 500;
}

.about .about-card .about-heading {
    font-size: 18px;
    color: #000000;
    margin-top: 25px;
    font-weight: bold;
}

.image-about img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.image-sobre img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.image-sobre {
    border-radius: 20px;
    max-width: 48%;
    height: inherit;
    overflow: hidden;
    width: inherit;
}

.image-sobre:hover img {
    transform: scale(1.1);
  }
  

.subtitle-sobre {
    font-size: 50px;
    font-weight: bold;
    margin: 0;
}

.text-sobre {
    margin: 0 !important;
    color: #888888;
    font-size: 22px;
    text-align: justify;
}

.container-sobre-main {
    max-width: 1600px;
}


.about2 {
    flex-direction: row-reverse;
    justify-content: space-between;
}




/* ===================================
          Table of Contents
   =================================== */
/*
01 body
02 Custom Classes
   02-1 short codes
   02-2 loader
03 navigation
04 owl & revolution
05 Page header
06 detail page
07 contact us
08 Footer
09 Media Queries

/*Table Of Contents ends */

/*IMPORT GOOGLE FONT */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700|Raleway:400&display=swap');

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background-color: #edf2f4;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ced4da !important;
}

/*=================================
        Custom css
===================================*/


.page1, .page2, .page3, .page4, .page5, .page6 {
    height: 100vh; 
    display: flex;
    position: sticky;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start; 
}

.page1 {
    background-color: #edf2f4;
}

.page2 {
    background-color:#edf2f4;
}

.page3 {
    background-color: #edf2f4;
}

.page4 {
    background-color: #edf2f4;
    padding-top: 53px;
}

.page5 {
    background-color: #edf2f4;
    padding-top: unset;
}


.page6 {
    background-color: #edf2f4;
    height: unset !important;
}




.opacity-5 {
    opacity: .5;
}


.opacity-7 {
    opacity: .7;
}

.heading-area {
    position: relative;
    
    z-index: 11;
    width: 95%;
}

.heading-area.long-area {
    transform: translate(124%, 47%);
    width: min-content;
}

.heading {
    font-size: 55px;
    font-weight: 700;
    color: #000000;
}

.text {
    font-weight: 500;
    color: #888888;
    font-size: 22px;
    text-align: justify;
}

.btn-main {
    position: relative;
    padding: 8px 30px;
    color: #000000;
    border: solid 1px #000000;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    transition: .5s ease;
    z-index: 11;
}

.btn-main {
    color: #ffffff !important;
    background-color: #000000;
    border-radius: 8px !important;
}

.btn-main-inverse {
    position: relative;
    padding: 8px 30px;
    color: #ffffff;
    background-color: #000000;
    border: solid 1px #000000;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    transition: .5s ease;
    z-index: 11;
}

.btn-main-inverse:hover {
    color: #fff;
    background-color: #ec3737;
    border: solid 1px #ec3737;
}

.white-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.white-overlay2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 152px;
    bottom: 114px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.black-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.position-relative {
    position: relative;
}

.anim-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#ec3737), color-stop(50%, #ec3737), color-stop(50%, #000000));
    background-image: linear-gradient(to right, #ec3737, #ec3737 50%, #000000 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.anim-text-white {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#ec3737), color-stop(50%, #ec3737), color-stop(50%, #FFFFFF));
    background-image: linear-gradient(to right, #ec3737, #ec3737 50%, #FFFFFF 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.anim-text:hover,
.anim-text-white:hover {
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
}

.padding-top {
    padding-top: 86px;
}


.padding-bottom {
    padding-bottom: 120px;
}

.padding-bottom-half {
    padding-bottom: 80px;
}

.padding-top-half {
    padding-top: 80px;
}


.video-gerador {
    height: 487px;
    max-width: 694px;
}

.container-video {
    padding: 34px 0 34px 0;
}

.container-video:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}



/* ===================================
        Preloader
====================================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #ffffff;
    /*background:linear-gradient(45deg, rgb(53, 13, 130) 0%, rgba(128, 33, 181, 1) 50%);*/
    z-index: 999;
}

.dot-container {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    filter: url('#goo');
    animation: rotate-move 2s ease-in-out infinite;
}

.dot {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.dot-3 {
    background-color: #000000;
    animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}

.dot-2 {
    background-color: #000000;
    animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}

.dot-1 {
    background-color: #000000;
    animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}

@keyframes dot-3-move {
    20% {
        transform: scale(1)
    }

    45% {
        transform: translateY(-18px) scale(.45)
    }

    60% {
        transform: translateY(-90px) scale(.45)
    }

    80% {
        transform: translateY(-90px) scale(.45)
    }

    100% {
        transform: translateY(0px) scale(1)
    }
}

@keyframes dot-2-move {
    20% {
        transform: scale(1)
    }

    45% {
        transform: translate(-16px, 12px) scale(.45)
    }

    60% {
        transform: translate(-80px, 60px) scale(.45)
    }

    80% {
        transform: translate(-80px, 60px) scale(.45)
    }

    100% {
        transform: translateY(0px) scale(1)
    }
}

@keyframes dot-1-move {
    20% {
        transform: scale(1)
    }

    45% {
        transform: translate(16px, 12px) scale(.45)
    }

    60% {
        transform: translate(80px, 60px) scale(.45)
    }

    80% {
        transform: translate(80px, 60px) scale(.45)
    }

    100% {
        transform: translateY(0px) scale(1)
    }
}

@keyframes rotate-move {
    55% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    80% {
        transform: translate(-50%, -50%) rotate(360deg)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes index {

    0%,
    100% {
        z-index: 3
    }

    33.3% {
        z-index: 2
    }

    66.6% {
        z-index: 1
    }
}


/* ===================================
    menu-line
====================================== */
.menu-line i {
    transform: rotate(-10deg);
    display: inline-block;
}

.menu-line {
    position: absolute;
    left: -50px;
    /*font-size: 2.6rem;*/
    /*color: #888686;*/
    /*top: 25px;*/
    font-size: 3.6rem;
    font-weight: bolder;
    color: #c5c5c5;
    top: 32px;
    display: block;
    text-align: center;
    width: auto;
    height: 75px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}

.navbar-nav .nav-link:nth-child(1).active~.menu-line {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(2).active~.menu-line {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(3).active~.menu-line {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(4).active~.menu-line {
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(5).active~.menu-line {
    -webkit-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(6).active~.menu-line {
    -webkit-transform: translate3d(0, 500%, 0);
    transform: translate3d(0, 500%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(7).active~.menu-line {
    -webkit-transform: translate3d(0, 600%, 0);
    transform: translate3d(0, 600%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(1):hover~.menu-line {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(2):hover~.menu-line {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(3):hover~.menu-line {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(4):hover~.menu-line {
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(5):hover~.menu-line {
    -webkit-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(6):hover~.menu-line {
    -webkit-transform: translate3d(0, 500%, 0);
    transform: translate3d(0, 500%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(7):hover~.menu-line {
    -webkit-transform: translate3d(0, 600%, 0);
    transform: translate3d(0, 600%, 0);
}

/*=================================
        header css
===================================*/
header .header-appear .sidemenu_btn {
    position: fixed;
    left: 30px;
    top: 30px;
    z-index: 11;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

header .inner-header {
    padding: 10px 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 111;
    background-color: #edf2f4;
}

header .navbar-brand {
    margin-right: 0;
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 38px;
    padding: 6px;
    margin-left: .5rem;
    margin-top: .4rem;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #000000;
    display: block;
    margin: auto;
    transition: .5s ease;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
    width: 70%;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}


/*side menu css*/


/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 45%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    /*background: rgba(247, 28, 82, 0.6);*/
    background-color: #202020;
    z-index: 2032;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    overflow: hidden;
}

.side-menu-opacity {
    opacity: 0;
}

.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 31px;
    left: 40px;
    cursor: pointer;
    border: solid 1px #fff;
}

.header-appear~.side-menu .btn-close {
    top: 50px;
}

.side-menu.before-side .btn-close {
    display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
    left: 23px;
    content: ' ';
    height: 33px;
    width: 2px;
    background: #fff;
    top: 8px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .navbar-nav {
    margin-bottom: 30px;
    display: block;
}

.side-menu-inner-content .side-menu-footer {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 28px;
    z-index: 1;
}

.side-menu-inner-content .copywrite,
.side-menu-inner-content .social-icons a i {
    color: #FFFFFF;
    opacity: 1;
}

.side-menu-inner-content .social-icons a:hover {
    background-color: #ffffff;
}

.side-menu-inner-content .social-icons a:hover i {
    color: #000000;
}

.side-menu-inner-content .navbar-nav {
    transform: translateY(0);
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*=================================
        header appear css
===================================*/


/*=================================
        slide nav css
===================================*/
.navbar-nav {
    transform: translateX(50%);
    position: relative;
    z-index: 11;
}

.navbar-nav .nav-link {
    min-height: 75px;
    text-align: left;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 60px;
    color: #000000;
    font-weight: 700;
}

.sidenav-bottom {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    z-index: 11;
    transition: .3s ease;
}

.sidenav-bottom-fixed {
    position: fixed;
    bottom: 14%;
    left: 1%;
    right: 77%;
    z-index: 11;
    /*opacity: 1;*/
    transition: 0s;
    animation: 1s fadeIn;
}


.social-icons,
.copywrite {
    width: 50%;
    float: left;
}

.copywrite {
    padding-right: 30px;
    font-size: 13px;
    color: #000;
    opacity: .6;
}

.social-icons span a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    transition: .5s ease;

}

.social-icons span a:hover {
    background-color: #000000;
}

.social-icons span a:hover i {
    color: #ffffff;
}

.social-icons span i {
    font-size: 15px;
    color: #000000;
}

/*=================================
        main banner css
===================================*/
.main {
    height: 98vh;
}

.main .img-area {
    height: 98vh;
    overflow: hidden;
}

.banner-mobile-title {
    top: 41px;
    width: 100%;
}

.banner-mobile-title h4 {
    font-size: 27px;
}

.btn-services {
    position: absolute;
    bottom: 42%;
    right: 50%;
    translate: 50%;
    max-width: max-content;
}

.banner-mobile-subtitle {
    top: 9%;
    width: 100%;
    text-align: left;
}

.banner-mobile {
  display: none;
}

.main .slider-img img {
    width: 100%;
    height: 100%;
}

.main .slider-img .white-overlay {
    right: 78%;
}

.image-holder .white-overlay {
    right: 78%;
}

/* ===================================
    whatsapp button
   =================================== */

.botao-whatsapp {
    position: fixed;
    z-index: 400;
    margin: 10px;
    cursor: pointer;
    bottom: 2px;
    right: 15px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;

}

.botao-whatsapp:hover .text-pop-up-left {
    display: inline;
    -webkit-animation: text-pop-up-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: text-pop-up-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes text-pop-up-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 40% 40%;
        transform-origin: 50% 50%;
        text-shadow: none;
    }

    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        -webkit-transform-origin: 40% 40%;
        transform-origin: 50% 50%;

    }
}

@keyframes text-pop-up-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 40% 40%;
        transform-origin: 40% 40%;
        text-shadow: none;
    }

    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        -webkit-transform-origin: 20% 20%;
        transform-origin: 20% 20%;

    }
}


.text-pop-up-left {
    display: none;
}




.botao-whatsapp i {
    font-size: 48px;
    color: green;
}

/*=================================
        services section css
===================================*/

.services-sec .services-boxes {
    display: block;
    padding-top: 60px;
}

.container-sobre {
   position: relative;
    gap: 20px;
    display: flex;
    justify-content: left;
    flex-flow: wrap;
    max-width: 38%;
    padding: 0 15px 15px 15px;
}


.container-sobre::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    border: 3px solid black;
    border-top: none;
    pointer-events: none;
    border-radius: 0 0 8px 8px;
}


.services-sec .services-boxes .service-card {
    width: 100%;
    float: left;
    gap: 48px;
    max-width: 88%;
    display: flex;
    align-items: center;
    margin: 0 50px 44px 50px;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    /* Transição suave da sombra */
}



.services-sec .services-boxes .service-card:first-child {
    margin-top: 0;
}

.services-sec .services-boxes .service-card .icon-holder {
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    color: #000000;
    transition: .5s ease;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#ec3737), color-stop(50%, #ec3737), color-stop(50%, #000000));
    background-image: linear-gradient(to right, #ec3737, #ec3737 50%, #000000 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.services-sec .services-boxes .service-card:hover .icon-holder {
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
}

.services-sec .services-boxes .service-card.right:hover .icon-holder {
    -webkit-transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
    background-position: 0%;
}

.services-sec .services-boxes .service-card .icon-holder i {
    font-size: 100px;
}

.services-sec .services-boxes .service-card.left.icon-right {
    width: 52%;
}

.services-sec .services-boxes .service-card.left {
    float: left;
    clear: left;
}

.services-sec .services-boxes .service-card.right {
    margin-top: 50px;
    margin-bottom: 50px;
    float: right;
    clear: right;
}

.services-sec .services-boxes .service-card .text {
    margin-bottom: 0;
}

.services-sec .services-boxes .service-card.right .icon-holder {
    margin-bottom: 20px;
}

/*=================================
        Portfolio sec css
===================================*/

ul {
    list-style: none;
}

.heading-area-sobre {
    position: relative;
    z-index: 11;
    width: 95%;
    left: 171px;
}

.item-portfolio:hover,
.image-testimonial:hover {
    cursor: grab;
}

.item-portfolio:active,
.image-testimonial:active {
    cursor: grabbing;
}

.image-holder i {
    font-size: 20px;
    color: #ec3737;
    font-weight: bold;
    margin-right: 5px;
}

.image-holder-main {
    padding-left: 0 !important;
}

.item-portifolio1 {
    display: inline-grid;
}

.portfolio-img1 {
    max-width: 57%;
    float: left;
}

.text-portfolio {
    display: flex;
    padding-left: 15px;
    line-height: 20px;
}

.portfolio-sec .portfolio-carousel .work-detail {
    margin-top: 14px;
}

.portfolio-sec .portfolio-carousel .work-detail .work-heading {
    font-weight: 500;
}

.portfolio-sec .work-navigation {
    position: absolute;
    left: -80px;
    top: 87%;
}

.portfolio-sec .work-navigation a {
    text-decoration: none;
    display: block;
    transition: .8s ease;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#ec3737), color-stop(50%, #ec3737), color-stop(50%, #000000));
    background-image: linear-gradient(to right, #ec3737, #ec3737 50%, #000000 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.portfolio-sec .work-navigation a:hover {
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
}

.portfolio-sec .work-navigation a i {
    font-size: 34px;
    /*color: #000000;*/
}

.portfolio-sec .work-navigation a.portfolio-right-arr {
    margin-top: 0;
    margin-left: 41px;
}

.portfolio-sec .work-detail .work-btn {
    margin-right: 3px;
}

/*=================================
        Testimonial sec css
===================================*/

.testimonial-sec .heading-area {
    position: absolute;
    transform: translate(58%, 80%);
    z-index: 11;
    left: 0;
    width: auto;
}


.testimonial-sec .item {
    width: 38%;
    margin-left: auto;
}

.testimonial-sec .review-detail {
    display: block;
    margin-top: 50px;
    transform: translateX(-25%);
}

.testimonial-sec .user-detail {
    position: absolute;
    left: 30%;
    top: 50%;
    z-index: 11;
}

.testimonial-sec .user-detail .user-name {
    font-size: 20px;
    font-weight: 500;
}

.testimonial-sec .user-detail .user-loc {
    font-size: 18px;
    font-weight: 300;
}

.testimonial-sec .review-detail .text {
    width: 74%;
}

.testimonial-sec .review-detail .quote-icon {
    position: absolute;
    right: 0;
    bottom: 50%;
    font-size: 20px;
}

/*=================================
        Contact us sec
===================================*/
.loading {
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.fa,
.far,
.fas {
    display: inline-block;
}

.contact-sec .heading-area {
    transform: translate(75%, 132%);
    width: 100%;
}

.contact-sec .contact-inner {
    border: solid 10px #b5bdc3;
    padding: 80px;
}

.contact-sec .contact-inner .contact-details ul {
    padding-left: 0;
}

.contact-sec .contact-inner .contact-details ul li {
    list-style: none;
    display: inline-block;
    margin-right: 50px;
    font-size: 18px;
    color: #202020;
    font-weight: 300;
}

.contact-sec .contact-inner .contact-details ul li i {
    color: #000000;
    font-size: 26px;
    margin-right: 10px;
}

.contact-sec .contact-form-sec {
    width: 50%;
    margin: auto;
}

.contact-sec .contact-form .form-control {
    margin-bottom: 30px;
}

.contact-sec .contact-form input {
    border: none;
    border-bottom: solid 1px #e6e6e6;
}

.contact-sec .contact-form textarea {
    border: none;
    border-bottom: solid 1px #e6e6e6;
}

.contact-sec .btn-main-inverse {
    margin-top: 30px;
    margin-bottom: 30px;
    margin: 0 15px 0 15px;
}

/* ===================================
   Footer
====================================== */

.footer-style-1 {
    padding: 5rem 0;
    padding-top: 0;
}

.footer-style-1 .footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-style-1 .footer-social li {
    display: inline-block;
}

.footer-style-1 .footer-social a {
    color: #000000;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-style-1 .footer-social li:nth-last-child(1) a {
    margin-right: 0;
}

.footer-style-1 .footer-social li a:hover {
    background-color: #0596a1;
    color: #ffffff;
}

.footer-style-1 .company-about {
    font-size: 14px;
}

.footer-style-1 .contact-pot {
    transform: translateY(-50px);
}

.footer-style-1 .contact-pot img {
    width: 60%;
}


/*=================================
        Media Queries
===================================*/

@media (max-width: 520px) {
  .img-banner {
    display: none;
  }

  .about {
    gap: 76px;
  }

  .banner-mobile {
    display: block;
    width: 100%;
    height: 80vh;
  }
}

@media (min-width: 2100px) {
    .white-overlay2 {
        display: none;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1301px) and (max-width: 1700px) {
    .owl-item .item-portfolio {
        width: 932.25px !important;
        margin-right: 10px !important;
    }


    .contact-sec .long-area-contact {
        transform: translate(75%, 132%) !important;
    }

    .heading-area.long-area {
        transform: translate(98%, 47%);
        width: min-content;
    }

    .white-overlay2 {
        bottom: 144px;
    }
}

@media (min-width: 1701px) and (max-width: 2080px) {
    .owl-item .item-portfolio {
        width: 1157.25px;
        margin-right: 10px;
    }


    .white-overlay2 {
        bottom: 84px;
    }


}


/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1599px) {
    .navbar-nav .nav-link {
        font-size: 56px;
    }

    .container {
        max-width: 1140px !important;
    }

    .contact-sec .long-area-contact {
        transform: translate(50%, 132%) !important;
    }

    .heading-area.long-area {
        transform: translate(94%, 35%);
        width: min-content;
    }


    .white-overlay2 {
        bottom: 86px;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .heading-area.long-area {
        transform: translate(0);
        width: min-content;
    }

    .image-holder-main {
        padding-left: 15px !important;
    }

    .heading-area {
        transform: translate(0);
        left: unset;
    }

    .white-overlay {
        display: none;
    }

    .white-overlay2 {
        display: none;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

    .white-overlay {
        display: none;
    }

    .about {
        gap: 76px;
    }

    .image-holder-main {
        padding-left: 15px !important;
    }

    .image-testimonial {
        width: 50%;
        margin: auto;
    }


    .white-overlay2 {
        display: none;
    }


    header .header-appear .sidemenu_btn {
        position: relative;
        left: auto;
        top: auto;
    }

    header .inner-header.header-appear {
        position: fixed;
        -webkit-animation-name: animationFade;
        animation-name: animationFade;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    }

    .main .slider-img {
        margin-top: 90px;
    }

    .main .slider-img .white-overlay {
        display: none;
    }

    .heading-area {
        transform: translate(0);
        margin: auto;
        margin-bottom: 18px;
        width: 60%;
        left: unset;
    }

    .heading-area.long-area {
        transform: translate(0);
        width: 100%;
    }

    .main {
        height: auto;
    }

    .main .img-area {
        height: auto;
    }

    .heading {
        font-size: 50px;
        text-align: center;
    }

 

 

    .services-sec .services-boxes .service-card.right {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 0;
    }

    .services-sec .services-boxes .service-card.left.icon-right {
        width: 100%;
        display: grid;
    }

    .services-sec .services-boxes .service-card .icon-holder {
        margin-bottom: 20px;
    }

    .testimonial-sec .heading-area {
        position: relative;
        transform: translate(0);
        width: 100%;
        z-index: 1;
    }

    .testimonial-sec .item {
        width: 100%;
    }

    .testimonial-sec .user-detail {
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
        padding-top: 18px;
    }

    .testimonial-sec .review-detail {
        transform: translateX(0);
        margin-top: 80px;
    }

    .testimonial-sec .review-detail .text {
        width: 100%;
        text-align: center;
    }

    .testimonial-sec .review-detail .quote-icon {
        position: absolute;
        right: 50%;
        top: -37%;
        bottom: auto;
        transform: translateX(-50%);
        font-size: 20px;
    }

    .contact-sec .contact-inner {
        padding: 80px 20px;
    }

    .contact-sec .contact-inner .contact-details ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 40px;
        font-size: 18px;
        text-align: center;
    }

    .contact-sec .contact-inner .contact-details ul li i {
        margin-right: 0;
        display: block;
        margin-bottom: 8px;
    }

    .contact-sec .contact-form-sec {
        width: 100%;
        margin: auto;
    }

    .side-menu {
        width: 100%;
    }

    .side-menu .inner-wrapper {
        padding: 3.5rem 4rem;
    }

    .navbar-nav .nav-link {
        font-size: 50px;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

    .white-overlay2 {
        display: none;
    }



    .about-card {
        margin-top: 30px;
    }

    .image-holder-main {
        padding-left: 15px !important;
    }

    .image-sobre {
        max-width: 100%;
    }

    .heading-about {
    font-size: 36px;
    }

    .subtitle-sobre {
        font-size: 36px;
    }

    .services-sec .services-boxes .service-card {
        margin: unset;
        max-width: 100%;
    }

    .container-sobre {
        justify-content: center;
        max-width: 100%;
        padding-top: 23px;
    }

    .white-overlay {
        display: none;
    }


    .item-portifolio1 {
        display: inline-grid;
    }

    .portfolio-img1 {
        max-width: 100%;
        float: unset;
        margin-bottom: 8px;
    }

    .text-portfolio {
        padding-left: unset;
        font-size: 16px;
    }


    .heading-area {
        width: 100%;
        left: unset;
    }

    .services-sec .services-boxes {
        width: 100%;
    }

    header .navbar-brand img {
        max-width: 70%;
        margin: auto;
    }

    header .btn-main {
        padding: 8px 16px;
        font-size: 13px;
    }

    .navbar-nav .nav-link {
        font-size: 37px;
    }

    .main {
        height: auto;
    }

    .main .img-area {
        height: auto;
    }

    .heading {
        font-size: 1.75rem;
        text-align: center;
    }

    .services-sec .services-boxes {
        padding: 33px;
    }

    .image-about {
        padding-top: 33px;
    }

    .services-sec .services-boxes .service-card {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 80px;
    }

    .services-sec .services-boxes .service-card.right {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 0;
    }

    .services-sec .services-boxes .service-card.left.icon-right {
        width: 100%;
        display: grid;
    }

    .services-sec .services-boxes .service-card .icon-holder {
        margin-bottom: 20px;
    }

    .testimonial-sec .review-detail .quote-icon {
        position: absolute;
        right: 50%;
        top: -16%;
    }

}

@media (min-width: 390px) and (max-width: 960px) {
    .page3 {
        height: unset;
    }

    .page4 {
        height: unset;
    }

}

/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 421px) and (max-width: 440px) {
    .portfolio-sec .work-navigation a.portfolio-right-arr {
        position: relative;
        bottom: 44px;
        margin-left: 0 !important;
        left: 365px;
        backdrop-filter: contrast(0.3);
        -webkit-backdrop-filter: contrast(0.3);
        display: flex;
        padding: 5px 0 5px 0;
    }

    .image-holder-main {
        padding-left: 15px !important;
    }
  

    .portfolio-sec .work-navigation a.portfolio-left-arr {
        margin-left: 0 !important;
        padding: 5px 0 5px 0;
        border-radius: 5px;
        backdrop-filter: contrast(0.3);
        -webkit-backdrop-filter: contrast(0.3);
        display: flex;
    }

    .portfolio-sec .work-navigation {
        z-index: 3;
        top: 11%;
        position: absolute;
        left: unset;

    }
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 393px) and (max-width: 420px) {
    .portfolio-sec .work-navigation a.portfolio-right-arr {
        position: relative;
        bottom: 43px;
        margin-left: 0 !important;
        left: 347px;
        backdrop-filter: contrast(0.3);
        -webkit-backdrop-filter: contrast(0.3);
        display: flex;
        padding: 5px 0 5px 0;
    }

    .image-holder-main {
        padding-left: 15px !important;
    }

    .portfolio-sec .work-navigation a.portfolio-left-arr {
        margin-left: 0 !important;
        padding: 5px 0 5px 0;
        border-radius: 5px;
        backdrop-filter: contrast(0.3);
        -webkit-backdrop-filter: contrast(0.3);
        display: flex;
    }

    .portfolio-sec .work-navigation {
        z-index: 3;
        top: 11%;
        position: absolute;
        left: unset;

    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 381px) and (max-width: 392px) {
    .portfolio-sec .work-navigation a.portfolio-right-arr {
        position: relative;
        bottom: 44px;
        margin-left: 0 !important;
        left: 325px;
        backdrop-filter: contrast(0.3);
        -webkit-backdrop-filter: contrast(0.3);
        display: flex;
        padding: 5px 0 5px 0;
    }

    .image-holder-main {
        padding-left: 15px !important;
    }

    .portfolio-sec .work-navigation a.portfolio-left-arr {
        margin-left: 0 !important;
        padding: 5px 0 5px 0;
        border-radius: 5px;
        backdrop-filter: contrast(0.3);
        -webkit-backdrop-filter: contrast(0.3);
        display: flex;
    }

    .portfolio-sec .work-navigation {
        z-index: 3;
        top: 11%;
        position: absolute;
        left: unset;

    }
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 361px) and (max-width: 380px) {
    .portfolio-sec .work-navigation a.portfolio-right-arr {
        position: relative;
        bottom: 45px;
        margin-left: 0 !important;
        left: 309px;
        backdrop-filter: contrast(0.3);
        -webkit-backdrop-filter: contrast(0.3);
        display: flex;
        padding: 5px 0 5px 0;
    }

    .image-holder-main {
        padding-left: 15px !important;
    }

    .portfolio-sec .work-navigation a.portfolio-left-arr {
        margin-left: 0 !important;
        padding: 5px 0 5px 0;
        border-radius: 5px;
        backdrop-filter: contrast(0.3);
        -webkit-backdrop-filter: contrast(0.3);
        display: flex;
    }

    .portfolio-sec .work-navigation {
        z-index: 3;
        top: 11%;
        position: absolute;
        left: unset;

    }
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 341px) and (max-width: 360px) {
    .portfolio-sec .work-navigation a.portfolio-right-arr {
        position: relative;
        bottom: 44px;
        margin-left: 0 !important;
        left: 295px;
        backdrop-filter: contrast(0.3);
        -webkit-backdrop-filter: contrast(0.3);
        display: flex;
        padding: 5px 0 5px 0;
    }

    .portfolio-sec .work-navigation a.portfolio-left-arr {
        margin-left: 0 !important;
        padding: 5px 0 5px 0;
        border-radius: 5px;
        backdrop-filter: contrast(0.3);
        -webkit-backdrop-filter: contrast(0.3);
        display: flex;
    }

    .image-holder-main {
        padding-left: 15px !important;
    }

    .portfolio-sec .work-navigation {
        z-index: 3;
        top: 9%;
        position: absolute;
        left: unset;

    }
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 316px) and (max-width: 340px) {
    .portfolio-sec .work-navigation a.portfolio-right-arr {
        position: relative;
        bottom: 47px;
        margin-left: 0 !important;
        left: 255px;
        padding: 5px 0 5px 0;
        border-radius: 5px;
        backdrop-filter: contrast(0.3);
        -webkit-backdrop-filter: contrast(0.3);
        display: flex;
        justify-content: center;
    }

    .image-holder-main {
        padding-left: 15px !important;
    }

    .portfolio-sec .work-navigation a.portfolio-left-arr {
        margin-left: 0 !important;
        padding: 5px 0 5px 0;
        border-radius: 5px;
        backdrop-filter: contrast(0.3);
        -webkit-backdrop-filter: contrast(0.3);
    }

    .portfolio-sec .work-navigation {
        z-index: 3;
        top: 9%;
        position: absolute;
        left: unset;

    }
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 273px) and (max-width: 315.98px) {
    .portfolio-sec .work-navigation a.portfolio-right-arr {
        position: relative;
        bottom: 49px;
        margin-left: 0 !important;
        left: 215px;
        padding: 5px 0 5px 0;
        border-radius: 5px;
        backdrop-filter: contrast(0.3);
        -webkit-backdrop-filter: contrast(0.3);
        display: flex;
        justify-content: center;
    }

    .image-holder-main {
        padding-left: 15px !important;
    }

    .portfolio-sec .work-navigation a.portfolio-left-arr {
        margin-left: 0 !important;
        padding: 5px 0 5px 0;
        border-radius: 5px;
        backdrop-filter: contrast(0.3);
        -webkit-backdrop-filter: contrast(0.3);
    }

    .portfolio-sec .work-navigation {
        z-index: 3;
        top: 11%;
        position: absolute;
        left: unset;
        top: 56px;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 272.98px) {
    .portfolio-sec .work-navigation a.portfolio-right-arr {
        position: relative;
        bottom: 49px;
        margin-left: 0 !important;
        left: 204px;
        padding: 5px 0 5px 0;
        border-radius: 5px;
        backdrop-filter: contrast(0.3);
        -webkit-backdrop-filter: contrast(0.3);
        display: flex;
    }

    .image-holder-main {
        padding-left: 15px !important;
    }

    .portfolio-sec .work-navigation a.portfolio-left-arr {
        margin-left: 0 !important;
        padding: 5px 0 5px 0;
        border-radius: 5px;
        backdrop-filter: contrast(0.3);
        -webkit-backdrop-filter: contrast(0.3);
    }

    .portfolio-sec .work-navigation {
        z-index: 3;
        top: 7%;
        position: absolute;
        left: unset;

    }

}



/* ===================================
   GERASUL 2 - MODERN SOLID GLASSMORPHISM
   =================================== */

:root {
    /* Solid Colors Palette */
    --bg-color: #0F172A;
    /* Deep Blue/Slate Background */
    --primary-color: #3B82F6;
    /* Bright Blue */
    --secondary-color: #8B5CF6;
    /* Violet */
    --accent-color: #F43F5E;
    /* Rose/Coral for accents */

    --text-white: #FFFFFF;
    --text-gray: #94A3B8;

    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);

    --font-main: 'Outfit', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-main);
    background-color: var(--bg-color);
    color: var(--text-white);
    line-height: 1.6;
    overflow-x: hidden;
}

/* ===================================
   TYPOGRAPHY
   =================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
}

h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, #fff, #94A3B8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

p {
    color: var(--text-gray);
    margin-bottom: 1.5rem;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sub-heading {
    color: var(--primary-color);
    font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    display: block;
}

/* ===================================
   BUTTONS
   =================================== */
.btn-primary {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    border: 2px solid var(--primary-color);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.btn-primary:hover {
    background-color: transparent;
    color: var(--primary-color);
    transform: translateY(-3px);
}

.btn-secondary {
    display: inline-block;
    background-color: transparent;
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.2);
    margin-left: 15px;
}

.btn-secondary:hover {
    border-color: var(--white);
    background-color: rgba(255, 255, 255, 0.1);
}

/* ===================================
   NAVIGATION
   =================================== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(10px);
    padding: 15px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 40px;
}

.nav-links {
    display: flex;
    gap: 30px;
}

.nav-links a {
    font-weight: 500;
    font-size: 1rem;
    color: var(--text-gray);
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--primary-color);
}

.menu-btn {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
}

/* ===================================
   HERO SECTION
   =================================== */
.hero {
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

/* Background Abstract Shapes */
.hero::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2) 0%, rgba(15, 23, 42, 0) 70%);
    border-radius: 50%;
    z-index: -1;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.15) 0%, rgba(15, 23, 42, 0) 70%);
    border-radius: 50%;
    z-index: -1;
}

.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.hero-content {
    flex: 1;
    padding-right: 50px;
}

.hero-image {
    flex: 1;
    position: relative;
}

.hero-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    border: 1px solid var(--glass-border);
}

/* Glass Cards in Hero */
.hero-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

.glass-card {
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
}

.glass-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.icon-box {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: white;
}

.glass-card h3 {
    margin-bottom: 10px;
    font-size: 1.25rem;
}

.glass-card p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* ===================================
   ABOUT SECTION
   =================================== */
.section {
    padding: 100px 0;
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-img {
    position: relative;
}

.about-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.experience-badge {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: var(--bg-color);
    border: 1px solid var(--glass-border);
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.experience-badge .years {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1;
}

.experience-badge .text {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
}

.features-list {
    margin-top: 30px;
}

.feature-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.feature-item i {
    color: var(--primary-color);
    font-size: 1.2rem;
    margin-top: 5px;
}

.feature-item h5 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.feature-item p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* ===================================
   SERVICES SECTION
   =================================== */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.service-box {
    background: #1E293B;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.service-box:hover {
    transform: translateY(-10px);
    border-color: var(--primary-color);
}

.service-img {
    height: 200px;
    overflow: hidden;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-box:hover .service-img img {
    transform: scale(1.1);
}

.service-content {
    padding: 25px;
}

.service-content h3 {
    margin-bottom: 10px;
}

.link-btn {
    color: var(--primary-color);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.link-btn:hover {
    gap: 12px;
}

/* ===================================
   PORTFOLIO SECTION
   =================================== */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.product-card {
    background: var(--glass-bg);
    border-radius: 20px;
    padding: 20px;
    border: 1px solid var(--glass-border);
    transition: all 0.3s ease;
}

.product-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-image img {
    width: 100%;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.product-card:hover .overlay {
    opacity: 1;
}

.btn-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transform: scale(0);
    transition: all 0.3s ease 0.1s;
}

.product-card:hover .btn-icon {
    transform: scale(1);
}

.specs {
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
}

.specs li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--text-gray);
    margin-bottom: 8px;
}

.specs i {
    color: var(--primary-color);
}

/* ===================================
   VIDEO SECTION
   =================================== */
.video-section {
    background: linear-gradient(rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.9)), url('assets/images/img/gerasul-sede.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.video-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.video-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    border: 1px solid var(--glass-border);
}

/* ===================================
   TESTIMONIALS SECTION
   =================================== */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.testimonial-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    padding: 30px;
    border-radius: 20px;
    position: relative;
}

.quote-icon {
    font-size: 2rem;
    color: var(--primary-color);
    opacity: 0.3;
    margin-bottom: 20px;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.client-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.client-info h5 {
    font-size: 1rem;
    margin-bottom: 2px;
}

.client-info span {
    font-size: 0.8rem;
    color: var(--text-gray);
}

/* ===================================
   CONTACT SECTION
   =================================== */
.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.info-item .icon {
    width: 50px;
    height: 50px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 1.2rem;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}

.social-links a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--glass-border);
}

.social-links a:hover {
    background: var(--primary-color);
    color: white;
}

.contact-form-wrapper {
    background: var(--glass-bg);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid var(--glass-border);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid var(--glass-border);
    padding: 15px;
    border-radius: 10px;
    color: white;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

/* ===================================
   FOOTER
   =================================== */
footer {
    padding: 30px 0;
    border-top: 1px solid var(--glass-border);
    margin-top: 50px;
    color: var(--text-gray);
    font-size: 0.9rem;
}

/* ===================================
   WHATSAPP BUTTON
   =================================== */
.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

/* ===================================
   RESPONSIVE
   =================================== */
@media (max-width: 991px) {
    h1 {
        font-size: 2.5rem;
    }

    .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-content {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .hero-btns {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .btn-secondary {
        margin-left: 0;
    }

    .hero-cards {
        grid-template-columns: 1fr;
        margin-top: 50px;
    }

    .about-container,
    .video-wrapper,
    .contact-container {
        grid-template-columns: 1fr;
    }

    .services-grid,
    .portfolio-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100vw;
        height: 100vh;
        width: 70%;
        max-width: 300px;
        background: #0F172A;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: 0.3s ease;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
        overflow-x: hidden;
    }

    .nav-links.active {
        right: 0;
    }

    .menu-btn {
        display: block;
    }

    .navbar .btn-primary {
        display: none;
    }
}



/* ===================================
   COOKIE POPUP
   =================================== */


.cookie-popup {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background-color: #6c757d;
    /* Dark gray matching the image */
    color: white;
    padding: 20px;
    border-radius: 5px;
    width: 90%;
    max-width: 600px;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: none;
    /* Hidden by default */
    animation: slideUpFade 0.5s ease forwards;
}

.cookie-popup p {
    color: white;
    font-size: 0.95rem;
    margin-bottom: 15px;
    line-height: 1.5;
}

.cookie-popup a {
    color: white;
    font-weight: 700;
    text-decoration: underline;
}

.cookie-popup .accept-btn {
    background-color: #007bff;
    /* Blue button matching the image */
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cookie-popup .accept-btn:hover {
    background-color: #0056b3;
}

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===================================
   OWL CAROUSEL CUSTOM STYLES
   =================================== */
.owl-carousel .item {
    padding: 10px;
}

.owl-theme .owl-dots {
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
    transform: scale(1.2);
}

.owl-theme .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: white;
    font-size: 2rem;
    background: rgba(59, 130, 246, 0.3);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: 0 10px;
    border: 2px solid rgba(59, 130, 246, 0.5);
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: var(--primary-color);
    color: white;
    transform: scale(1.1);
    border-color: var(--primary-color);
}

/* Fix para o spinner do formulário */
.loading.d-none {
    display: none !important;
}

.loading {
    margin-right: 8px;
}
