@font-face {
    font-family: 'corbel';
    src: url(fonts/CORBEL.TTF);
}

*{
    font-family: 'corbel';
}

html{
    overflow-x: hidden;
    scroll-behavior: unset !important;
}

*::selection{
    background-color: #ffd0009d;
}
.whatzapp-fixed {
    position: fixed;
    right: 15px;
    bottom: 40px;
    background: transparent;
    z-index: 999;
    border-radius:10%;
    transition: .5s;
}

.whatzapp-fixed:hover {
 
    padding: 2px;
    transition: .5s;
    background: #0d7b00;
}


.whatzapp-fixed img {
    height: 100%;
    background-color: transparent;
    border-radius: 10px;
    width: 50px;
}

body::-webkit-scrollbar {
    width: 12px;
}
  
body::-webkit-scrollbar-track {
    background: white;
}
  
body::-webkit-scrollbar-thumb {
    background-color: #FFD000; 
    border-radius: 20px;
}

.social-media-image img{
    width: 30px;
}
.social-media{
    height: 40px;
    background-color: #FFD000;
}



nav{ 
    height: 100px;
}


nav ul li a{
    color: black;
    text-decoration: none;
    font-weight: bold;
}

nav ul{
    display: flex;
    flex-direction: row !important;
    align-items: center !important;
    gap: 5;
}

.btnf{
    padding: 10px 10px;
    border-radius: 8px;
    background-color: #f5c906;
}

nav ul li button{
    color: white !important;
}

.close-menu{
    display: none;
    cursor: pointer;
}

.open-menu{
    display: none;
    cursor: pointer;
}

ul .btn{
    background-color: #FFD000;
}

ul .btn:hover{
    background-color: #f5c906;
}

header{
    background-image: url(img/backgrounds/Header-Background.png);
    background-size: cover;
    background-position: center;
    box-shadow: inset 10px 10px 20px 20px rgba(0, 0, 0, 0.096);
    padding-top: 100px;
    padding-bottom: 200px;
}

header .line{
    width: 20%;
    height: 1px;
    background-color: white;
}

header .header-content h1{
    font-size: 60px;
}

.header-buttons{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.header-buttons button:hover{
    color: black;
}

.wrapper-about-img{
    width: 100%;
}

.wrapper-header-img{
    width: 40%;
}

.about-us-line{
    height: 1px;
    background-color: black;
    width: 25%;
    margin-bottom: 1.25rem;
}

.services-line{
    height: 1px;
    background-color: black;
    width: 10%;
}

.solar-stripe{
    background-image: url(img/sections-images/solar-tarja.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.services{
    margin-top: 200px;
    margin-bottom: 200px;
}


.services-card {
    height: 300px;
    box-shadow: 1px 1px 30px 15px rgba(63, 63, 63, 0.082);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-card .line{
    height: 1px;
    background-color: black;
    width: 50%;
}

.services-cards-image-wrapper{
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.services-cards-image-wrapper img{
    width: 70%;
}



.social-medias{
    flex-direction: row;
    gap: 10px;
}




.glide__slides img{
    width: 100%;
    transition: 0.2s;
}


.glide__slide {
    display: flex;
    gap: 10px;
}

.glide__slides img:hover{
    width: 99%;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.226);
    transition: 0.2s;
}


.glide__bullets{
    position: absolute;
    top: 110%;
}


.contact{
    background-image: url(img/backgrounds/contact-background.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-content{
    background-image: url(img/sections-images/Contact-Stripe.png);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact-content .line{
    height: 80%;
    background-color: white;
    width: 4px;
}


footer{
    background-color: #070F12;
    height: 31.25rem;
}


@media (max-width:992px) {
    nav ul{
        height: 100%;
        width: 100%;
        position: fixed;
        flex-direction: column !important;
        align-items: start !important;
        top: -100%;
        opacity: 0;
        left: 0%;
        z-index: 999;
        background-color: #FFD000;
        transition: 1s;
    }
    
.btnf{
    margin-left: 1.875rem;
}

    .close-menu{
        display: flex;
        position: relative;
        left: 80%;
        top: 10%;
    }

    nav ul.open{
        top: 0%;
        opacity: 1;
        transition: 0.5s;
    }

    nav ul li{
        margin-left: 30px;
        margin-top: 30px;
    }
    nav ul li button{
        background-color: white !important; 
        color: black !important;
    }
    nav img{
        width: 70%;
    }

    .open-menu{
        display: flex;
    }

    .social-medias{
        flex-direction: column;
    } 
    .social-image{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
        margin-right: 10px;
    }

    header .header-content h1{
        font-size: 25px;
    }
}
/*---------------------STYLE DO PARAGRAFO--------------*/
.responsive-paragraph {
    color: aliceblue;
    font-size: 2.8rem; 
    font-weight: bolder;
    text-align: center;
  }
  
  
  @media (max-width: 768px) { 
    .responsive-paragraph {
      font-size: 1.5rem; 
    }
  }
  /*---------------------STYLE DO PARAGRAFO--------------*/
/*---------------Style do Botão embaixo do paragrafo--------------------*/
.custom-button {
    background-color: #ffc107; /* Cor de fundo inicial (bg-warning) */
    font-weight: bolder; /* Peso da fonte */
    font-size: 1.25rem; /* Tamanho da fonte (fs-5) */
    border: none; /* Remover a borda padrão */
    padding: 0.5rem 1rem; /* Preenchimento */
    display: inline-flex; /* Alinhar ícone e texto */
    align-items: center; /* Alinhar verticalmente ícone e texto */
    cursor: pointer; /* Cursor ao passar o mouse */
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; /* Transição suave */
  }
  
  .custom-button img {
    width: 30px; /* Tamanho do ícone */
    margin-right: 8px; /* Espaço entre o ícone e o texto */
  }
  
  /* Efeito de hover */
  .custom-button:hover {
    background-color: #e0a800; /* Cor de fundo mais escura ao passar o mouse */
    transform: scale(1.05); /* Leve aumento no tamanho */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Adiciona uma sombra ao redor do botão */
    color: #fff; /* Muda a cor do texto para branco */
  }
  
  /* Centralizar o botão */
  .button-container {
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Alinha verticalmente, se necessário */
  }
  
  /*---------------Style do Botão embaixo do paragrafo--------------------*/
@media (max-width:340px) {
    .header-buttons{
        flex-direction: column !important;
    }
    .wrapper-header-img{
        width: 300px;
    }
}