@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #ac6835;
    --secondary-color: #231f20;
    --text-color: #c8c8c8;
    --bg-color: #015a01;
}

a {
    text-decoration: none;
}


ul,li {
    list-style-type: none;
}

html {
    scroll-padding-top: 80px; /* Ajusta este valor según tus necesidades */
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #231F20;
}

body, p, h1, h2, h3, h5 {
    color: white;
}

main {
    overflow-x: hidden;
}

.mySlides {
    display: none
}

.slideshow-container {
    position: relative;
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #b3b3b3;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    margin-top: 20px;
  }
  
  /* Fading animation */

  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }

  
.swiper {
    width: 1200px;
    height: 440px;
}
.slider_container .container {
    padding: 0 15px;
    max-width: 1230px;
    margin: 0 auto;
}

.swiper-slide {
    overflow: hidden;
}
.swiper-slide a {
    z-index: 30;
}


.img_box img {
    max-width: 100%;
    width: 100%;
    height: 400px;
    border-radius: 15px;
    object-fit: cover;
}

.slider_container {
    padding: 50px 0;
}

nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 15px;
}
nav ul  li a{
    color: white;
    font-size: 15.5px;
}
nav ul li a:hover {
    color: var(--primary-color);
    transition: 100ms;
}

/* header section  */

header {
    /* background: linear-gradient(0deg, rgba(199, 213, 208, 0.304) 0%, rgba(174, 181, 179, 0.615) 100%),
    url('./imgs/web_hurt_portada.mp4') center/cover no-repeat; */
    height: 100vh;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5;
}

.capa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c1c1d;
    opacity: 0.5;
    mix-blend-mode: overlay;
    z-index: 5;
}

#yes {
    position: relative;
    z-index: 20;
}


.hamburger {
    display: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
}



.button {
    border: none;
    background-color: var(--primary-color);
    border-radius: 8px;
    padding: 16px 35px;
    font-weight: bold;
    transition: .4s;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.button:hover {
        transform:scale(1.1);
        transition: all 0.3s ease-in;
}
button a {
    color: white;
    font-size: 15px;
}

.nav__bar__div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
    font-size: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav__bar__div img {
    width: 110px;
}






.nav__bar__div h3 {
    font-weight: 100;
    font-size: 15px;
    margin-top: -5px;
}

nav {
    position: relative;
    top: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10%;
    padding-right: 10%;
    flex-wrap: wrap;
    background-color: rgb(0 0 0 / 10%);
    backdrop-filter: blur(5px);
    border-bottom: 2px solid rgba(255,255,255, 0.2);
    z-index: 30;
    transition: opacity 0.5s ease; /* Efecto suave de fade-out */
}

nav.fixed {
    position: fixed;
  }
  
  nav.fade-out {
    opacity: 0; /* Desaparece suavemente */
    pointer-events: none; /* Evita interacción */
  }

.nav__bar {
    display: flex;
    justify-content: space-between;
}

.nav__icon__section {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    gap: 10px;
}

.nav__icon__section i,p {
    color: white;
}

.nav__icon {
    color: var(--primary-color);
    margin-right: 10px;
}

.ri-phone-line {
    margin-top: 3px;
    margin-right: -5px;
}

nav h2 {
    font-weight: 400;
    font-size: 23px;
}

nav h2 span {
    font-weight: 500;
    font-size: 23px;
}

.hero__main-1 {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#dot:hover {
    .hero__main-2 {
        display: block;
    }
}


.hero__section-2 img {
    object-fit: cover;
}



.hero__section {
    font-family: "Oswald", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.hero__section h1 {
    font-size:50px;
    font-weight: 400;
    color: #f1e7dd;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
    padding: 5px;
}

.hero__button {
    justify-content: center;
}
.hero__section h1 span {
    color: var(--primary-color);
    
}

.hero__future {
    font-size: 80px;
}

.hero__section p {
    text-transform: uppercase;
    color: #444343;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 18px;
}



/* main section  */

.icon {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 3px;
}

.information__line {
    width: 1px;
    height: 150px;
    background-color: var(--primary-color);
    opacity: 0.5;
}

.information__section {
    width: 100%;
    height: 350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}


.information__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.information__inner p {
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.information__inner h4 {
    font-size: 11px;
    font-weight: 300;
    width: 250px;
    text-align: center;
}

.ri-arrow-right-line {
    color: var(--primary-color);
    font-size: 40px;
    margin-left: 25px;
}



.about__section {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    width: 100%;
    height: 100%;
    margin-bottom: 100px;
    gap: 40px;
    font-family: "Poppins", sans-serif;
    padding-left: 40px;
    justify-content: center;
}

.about__section img {
    width: 100%;
    height: 430px;
    border-radius: 15px;
    object-fit: cover;
    margin-bottom: 30px;
}

.about__inner_1 a {
    color: var(--primary-color);
    font-size: 20px;
}

.about__button {
    margin-top: 20px;
}

.inner__1 h5 {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 50px;
    color: #dedede;
}

.inner__inner_1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.about__inner_2 {
    width: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inner__inner_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 36px;
}

.about__inner_2 p {
    width: 100%;
    color: var(--text-color);
    font-weight: 200;
    justify-items: center;
}

.content a  {
    color: white;
}
.ri-map-pin-line {
    color: white;
}



/* QUILLARI  */

.our__project__section {
    padding: 1px;
    height: auto;
    margin-top: 100px;
}

.project__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 30px;
}


.project__inner a {
    color: white;
    font-size: 25px;
    margin-left: 3px;
}

.project__inner__2 h6 {
    font-size: 40px;
    font-weight: 500;
    color: var(--primary-color);
}

.project__inner__2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .swiper-scrollbar {
    background: var(--primary-color);
    color: white;
    margin-top: 50px;
}

.container .swiper-button-next, .container .swiper-button-prev {
    color: var(--primary-color);
}

.whychooseus__section {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 90px;
    padding-bottom: 90px;
    font-family: "Poppins", sans-serif;
    gap: 30px;
    background-color: #f2f2f2;
    padding-left: 40px;
    justify-content: center;
    align-items: center ;
}



.whychooseus__inner-left {
    width: 600px;
}

.whychooseus__left a {
    font-size:20px;
}

.whychooseus__left a {
    color: var(--primary-color);
}



.whychooseus__left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.inner__left {
    margin-top: 30px;
}

.inner__left h5 {
    font-size: 35px;
    color: var(--primary-color);
}

.inner__left p {
    width: auto;
    padding: 20px;
    margin-bottom: 20px;
    color: var(--secondary-color);
}
.whychooseus__inner-right {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.inner__right__1 {
    width: 400px;
    height: 360px;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inner__right__1 h5 {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 20px;
    color: black !important;
}

footer .footer__left .footer__title__left + u {
    color: white;
}

.why__icon {
    font-size: 40px;
}

.ri-eye-line {
    color: black;
}


.inner__right__2 {
    width: 400px;
    height: 370px;
    padding: 30px 30px;
    border-radius: 15px;
    color: white;
    background-color: var(--primary-color);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inner__right__2 p {
    color: white;
}

.inner__right__2 h5 {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 20px;
}

/* QUILLARI SECTION  */










.projects__section  {
    display: grid;
    grid-template-columns: repeat(3, 350px);
    grid-template-rows: 180px 250px;
    padding: 30px 50px 30px 50px;
    gap: 20px;
    color: white;
    justify-content: center;
}

.project__element {
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column; 
    position: relative; /* Necesario para posicionar el ícono de forma absoluta */  
}

.project__element h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}

.project__element i {
    font-size: 20px;
}

.content {
    margin-bottom: auto;
    cursor: pointer;
    width: auto;
}

.project__element i {
    position: absolute;
    bottom: 10px; 
}

/* ecostenibilidad  */


.quillari__section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 20px;
}

.quillari_div_1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.quillari__101  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.quillari_div_1 img {
    width: 500px;
    height: 360px;
    object-fit: cover;
    border-radius: 15px;
    margin-left: -1px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}


.quillari_div_2 p {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
}

.quillari_div_2 h1 {
    font-size: 32px;
    color: var(--primary-color);
    margin-bottom: 9px;
}

.quillari_div_2 h2 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
    width: 515px;
    color: #dedede;
}

.ucicacion__section {
    display: grid;
    grid-template-columns: 550px 530px;
    gap: 20px;
    margin-bottom: 60px;
}

.ubicacion_div_2 iframe {
    width: 530px;
    height: 400px;
    object-fit: cover;
}


.ubicacion_div_1 {
    padding-left: 40px;
}


.first__image {
    grid-area: n1;
}

.second__image {
    grid-area: n2;
}

.last__image {
    grid-area: n3;
}

.last__image img {
    width: 300px;
    height: 100%;
}

.ucicacion__section img {
    border-radius: 20px;
}



.our__project__section {
    padding: 1px;
    height: auto;
    margin-top: 50px;
}

.project__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 30px;
    margin-right: 25px;

}


.project__inner a {
    color: white;
    font-size: 25px;
    margin-left: 3px;
}

.project__inner__2 h6 {
    font-size: 40px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 50px;
    margin-left: 0px;

}

.project__inner__2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .swiper-scrollbar {
    background: var(--primary-color);
    color: white;
    margin-top: 50px;
}

.container .swiper-button-next, .container .swiper-button-prev {
    color: var(--primary-color);
}



/* QUILLARI end section  */

/* contact us section  */
.contact__us {
    width: 100%;
    height: 650px;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.contact__left a {
    color:black;
}

.contact__us__left{
    margin-bottom: 50px;
}
.contact__us__inner-1 h4 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact__us__inner-1 p {
    font-weight: 100;
    color: var(--text-color);
}

form {
    opacity: 0.6;
}

.input-group {
    position: relative;
    margin: 20px 0;
}


.input-group label {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 16px;
    color: white;
    padding: 0 5px;
    pointer-events: none;
    transition: .5s;
}

.input-group input {
    width: 590px;
    height: 50px;
    font-size: 16px;
    color: black;
    padding: 0 10px;
    background: transparent;
    border: 1.2px solid black;
    outline: none;
    border-radius: 5px;
    border-color: var(--primary-color);
}

.input-group input:focus~label,
.input-group input:valid~label {
    top: 0;
    font-size: 12px;
    background: var(--secondary-color);
}

.contact__button a {
    font-weight: 600;
    padding: 0 227px;
}



.contact__us__inner-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 90px;
}

.contact__us__inner-2 h4 {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 400;
}

.contact__us__inner-2 u {
    font-size: 34px;
    display: inline-block;
    cursor: pointer;
    animation-duration: 2s;
    animation-delay: 1.5s;
    color: wheat;
}


.contact__us__img {
    width: 100%;
    height: 300px;
}
.input-group .mensaje {
    height: 80px;
}

/* contact us end section  */


/* footer section */

footer {
    width: 100%;
    height: auto;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color:
    white;
    /* flex-wrap: wrap; */
}

footer img {
    width: 300px;
}

.footer__inner-2 p {
    width: 600px;
    text-align: center;
    /* margin-top: -30px; */
}

footer .footer__inner-1 {
    display: flex;
    flex-direction: column;
    width: 1300px;
    gap: 190px;
    padding: 110px 30px 20px 30px;

}

footer .footer__left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    gap: 50px;
}

footer .footer__left .footer__title__left {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 18px;
}

.footer__inner-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 50px;
    /* eliminar padding al mobile  */
}

.siguenos {
    display: flex;
    gap: 30px;
    color: white;
}

.footer__title__left + u {
    color: black;
}

.siguenos {
    font-size: 20px;
    cursor: pointer;
    display: flex;
    transition: all 0.2s ease-out;
}

.footer_icon {
    color: black;
}

.siguenos .youtube:hover {
    transform: all 0.2s ease-in;
    color: white;
}
.siguenos .insta:hover {
    transform: all 0.2s ease-in;
        color: pink;
}

.siguenos .face:hover {
    transform: all 0.2s ease-in;
    color: blue;
}
/* footer  end section */



/* BLOG section  */



/* BLOG  end section  */


.inner__right__1 p {
    color: black ;
}

.footer_icon {
    color: white;
}




/* media queries  */

@media (width > 1700px) {
    .quillari_div_1 {
        align-items: center;
    }

    .quillari_div_2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .quillari_div_2 p {
        font-size: 20px;
    }
    .quillari_div_2 h1 {
        font-size: 38px;
    }

    .quillari_div_2 h2 {
        font-size: 19px;
        text-align: center;
    }
    .quillari__section {
        gap: 100px;
        margin-bottom: 80px;
    }
    .quillari__section {
        gap: 30px;
    }

    .our__project__section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .quillari_div_2 h2 {
        width: 820px;
    }
    .quillari_div_1 img {
        width: 719px;
        height: 460px;
    }
    nav ul li a {
        font-size: 22px;
    }
    .information__section {
        margin-bottom: 50px;
    }

    .inner__right__2 h5 {
        font-size: 29px;
    }

    .about__section {
        padding-left: 0;
    }

    .about__inner_2 p {
        font-size: 25px;
        text-align: center;
        width: 920px;
    }

    .inner__inner_2 {
        margin-left: 0;
    }

    .information__inner h4 {
        font-size: 18px;
        width: 350px;
    }

    .information__inner i {
        font-size: 60px;
    }

    .information__inner p {
        font-size: 29px;
    }

    .nav__icon {
        font-size: 23px;
    }

    nav ul li {
        font-size: 23px;
    }
    .nav__bar__div img {
        width: 150px;
    }

    .button  {
        padding: 26px 60px;
    }

    button a {
        font-size: 20px;
    }

    .hero__section h1  {
        font-size: 70px;
        width: 1500px;
    }
    .inner_2 {
        display: none;
    }
    .inner_1 h5 {
        margin-bottom: 0;
    }
    .inner__left {
        display: flex;
        justify-content: center;
        place-items: center;
        flex-direction: column;
    }
    .inner__left h5 {
        text-align: center;
        font-size: 55px;
    }
    .footer__inner-2 p {
        width: 700px;
        font-size: 23px;
        margin-bottom: 50px;
    }

    .inner__left p {
        text-align: center;
    }
    
    .contact__us__inner-1 h4 {
        font-size: 40px;
    }

    .contact__us__inner-1 p {
        font-size: 20px;
    }
    .whychooseus__left i {
        font-size: 30px;
    }
    form {
        margin-bottom: 15px;
    }
    .whychooseus__left a {
        font-size: 33px;
    }

    .contact__us__form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contact__us__form {
        margin-bottom: 40px;
    }

    footer .footer__left .footer__title__left {
        font-size: 30px;
    }
    footer .footer__left .footer__title__left + p {
        font-size: 23px;
    }
    footer .footer__left .footer__title__left + u {
        font-size: 23px;
        color: white;
    }

    .copy {
        font-size: 23px;
    }

    footer img {
        width: 400px;
    }

    .siguenos {
        font-size: 30px;
    }

    .footer_icon {
        color: white;
    }
    
    .about__section {
        gap: 100px;
    }
    .whychooseus__section {
        padding-top: 150px;
        padding-bottom: 150px;
        gap: 60px;
    }

    .inner__left p {
        width: 1100px;
        font-size: 30px;
    }

    .inner__right__1 h5  {
        font-size: 32px;
    }
    .inner__right__2 h5  {
        font-size: 32px;
    }
    .inner__right__1 {
        height: 520px;
    }
    .inner__right__1 p {
        font-size: 23px;
    }

    .inner__right__2 {
        height: 520px;
    }
    .inner__right__2 p {
        font-size: 22px;
    }
    .inner__left p {
        margin-bottom: 0;
    }
}

@media (width < 1500px) {
    .inner__1 h5 {
        margin-bottom: 1px;
    }

    .about__inner_2 p {
        text-align: center;
    }
    .whychooseus__section {
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer {
        margin-top: 50px;
    }

}


@media (width < 1200px) {

    nav {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 0;
        padding-top: 0;
    }

    
    .about__section {
        padding-left: 0;
    }

    .about__inner_1 p {
        width: 100%;
    }
    .inner_2 {
        display: none;
    }
    .inner__1 h5 {
        margin-bottom: 0;
    }
    .inner__inner_2 {
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left:  7px;
    }
    .whychooseus__inner-right {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .inner__left p {
        text-align: center;
        margin-bottom: 0;
    }
    .inner__left h5 {
        text-align: center;
    }
    .contact__us__img {
        margin-bottom: 20px;
    }
    .inner__left {
        display: flex;
        flex-direction: column;
    }

    .projects__section  {
        grid-template-columns: repeat(3, 200px);
        margin-bottom: 40px;
    }

    .element-4 {
        grid-column: 1/4;
    }
}


@media (width > 1000px) {
    nav {
    padding-left: 23px;
    padding-right: 30px;
    }
}

@media (width < 1000px) {
    footer {
        flex-direction: column;
    }
    footer .footer__inner-1 {
        width: auto;
    }

    .copy p {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .footer__inner-2 p {
        width: 500px;
        margin-bottom: 20px;
    }
    .project__inner h6 {
        text-align: center;
    }

    .about__section img {
        width: 500px;
        height: auto;
    }
    .hamburger {
        display: block;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    nav {
        margin-bottom: 30px;
    }

    .nav__list {
        position: fixed;
        left: -100%;
        top: 70px;
        gap: 0;
        flex-direction: column;
        background-color: transparent;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        z-index: 10;
    }

    .nav__list.active {
        left: 0;
    }

    .nav__list li {
        margin: 16px 0;
    }

    .nav__button {
        display: none;
    }
    .about__inner_2 p {
        width: 750px;
    }
    .footer__inner-2 {
        padding-right: 0;
    }
    footer .footer__inner-1 {
        gap: 100px;
    }

    .projects__section  {
        grid-template-columns: repeat(3,250px);
        grid-template-rows: 200px 200px;
    }
}

@media (width < 769px) {

    .projects__section  {
        grid-template-columns: 200px 200px 200px;
        grid-template-rows: 200px 200px;
    }

    .contact__us {
        margin-top: 0;
    }
    footer .footer__inner-1 {
        gap: 100px;
        padding: 50px 30px 20px 30px;
    }
    .footer__inner-2 {
        display: none;
    }
    .hamburger {
        display: block;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    nav {
        margin-bottom: 30px;
    }

    .nav__list {
        position: fixed;
        left: -100%;
        top: 90px;
        gap: 0;
        flex-direction: column;
        background-color: rgba(255, 255, 255, 0.177);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        z-index: 10;
        margin-top: 20px;
    }

    .nav__list.active {
        left: 0;
    }

    .nav__list li {
        margin: 16px 0;
    }

    .nav__button {
        display: none;
    }

    .about__section {
        padding-left: 0;
    }

    .hero__section p {
        color: rgb(16, 16, 16);
    }

    .inner__1 h5 {
        margin-left: 20px;
    }
    .about__inner_2 p {
        width: 95%;
        text-align: center;
    }
    /* .about__section img {
        padding-left: 20px;
        padding-right: 20px;
    } */
    .about__section img {
        width: 450px;
        height: auto;
    }
    .inner__left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .whychooseus__section {
        padding-top: 50px;
    }


    .project__inner__2 h6 {
        text-align: center;
    }
    #container .swiper-button-next, .container .swiper-button-prev {
        display: none ;
    }
    #container .swiper-scrollbar {
        left: 0;
    }
    .contact__us {
        margin-top: 100px;
        justify-content: center;
        align-items: center;
    }
    .whychooseus__left {
        justify-content: center;
        margin-right: 30px;
    }
    .contact__us__inner-1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contact__us__form {
        width: 460px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contact__us__inner-1 h4 {
        text-align: center;
    }
    .contact__us__inner-1 p {
        text-align: center;
    }
    .project__inner {
        margin-right: 30px;
    }
    .input-group input {
        width: 350px,
    }
}

@media (width < 600px) {

    .footer__inner-2 {
        padding-right: 0;
    }

    .nav__button {
        display: none;
    }
    .contact__us__form {
        width: 460px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .input-group input {
        width: 350px;
    }
    .contact__button {
        border: none;
    background-color: var(--primary-color);
    border-radius: 8px;
    padding: 16px 40px;
    font-weight: bold;
    transition: .4s;
    text-transform: uppercase;
    cursor: pointer;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .img_box img {
        width: 500px;
    }
    .contact__us__img {
        margin-bottom: 70px;
    }

    .projects__section {
        margin-bottom: 0;
    }
    
    
}


@media (width < 500px) {
    .inner__1 h5 {
        font-size: 30px;
    }
    .img_box-1::after,
    .img_box-2::after,
    .img_box-3::after,
    .img_box-4::after,
    .img_box-5::after,
    .img_box-6::after,
    .img_box-7::after,
    .img_box-8::after,
    .img_box-9::after{
        width: 33.5%;
    }

    .information__section {
        margin-top: 40px;
        margin-bottom: 80px;
        height: auto;
        justify-content: center;
        gap: 50px;
    }

    .information__line {
        display: none;
    }

    footer .footer__inner-1 {
        gap: 80px;
    }

    .footer__inner-2 {
        display: none;
    }

    footer img {
        width: 100%;
    }

    .footer__inner-2 {
        padding-right: 0;
    }

    footer {
        margin-top: 50px;
    }

    .footer__inner-2 p {
        width: 300px;
    }
    footer .footer__left {
        grid-template-columns: 1fr;
    }
    .inner__right__1 {
        width: 340px;
        height: 400px;
    }
    .inner__right__2 {
        width: 340px;
        height: 420px;
    }
    .contact__left {
        width: 400px;
        text-align: center;
        margin-bottom: -80px;

    }
    .contact__us__img {
        margin-bottom: 70px;
        padding: 10px;
    }
    .contact__us__inner-2 u {
        font-size: 23px;
    }
    .nav__bar__div .nav__button {
        display: none;
    }
    .about__section img {
        width: 340px;
        height: auto;
    }
    .contact__us__form {
        width: 460px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .input-group input {
        width: 320px;
    }
    .contact__button {
        border: none;
    background-color: var(--primary-color);
    border-radius: 8px;
    padding: 16px 40px;
    font-weight: bold;
    transition: .4s;
    text-transform: uppercase;
    cursor: pointer;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .contact__us__inner-1 {
        margin-top: 50px;
    }
    .img_box img {
        width: 400px;
    }
    
    .projects__section  {
        grid-template-columns: 380px;
        grid-template-rows: 200px 200px 200px 200px;
    }

    .element-4 {
        grid-column: 1;
        grid-row: 4;
    }

    .contact__us {
        margin-top: 0;
    }

    .inner__left p {
        width: 410px;
    } 

    .hero__section h1  {
        font-size: 56px;
    }

    .whychooseus__inner-left {
        width: 430px;
    }

    .quillari__section {
        grid-template-columns: 1fr;
    }

    .quillari_div_2 {
        text-align: center;
    }
    .quillari_div_2 {
        width: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
    .quillari_div_2 h2 {
        width: 372px;
    }
    .quillari_div_1 img {
        width: 350px;
        height: 320px;
    }

}


@media (width < 415px) {
    .quillari_div_2 {
        width: 415px;
    }
    .whychooseus__section {
        flex-wrap: nowrap;
    }
    .img_box img {
        width: 379px;
    }
    .img_box-1::after,
    .img_box-2::after,
    .img_box-3::after,
    .img_box-4::after,
    .img_box-5::after,
    .img_box-6::after,
    .img_box-7::after,
    .img_box-8::after,
    .img_box-9::after{
        width: 31.8%;
    }

    .projects__section  {
        grid-template-columns: 340px;
        grid-template-rows: 200px 200px 200px 200px;
    }

    .element-4 {
        grid-column: 1;
        grid-row: 4;
    }

    .contact__us {
        margin-top: 0;
    }
    .inner__1 h5 {
        margin-left: 0;
        text-align: center;
    }
    .contact__us__inner-2 u {
        font-size: 21px;
    }
    .contact__us__img {
        margin-bottom: 0;
    }
    .inner__left p {
        width: 400px;
    } 

    .whychooseus__inner-left {
        width: 412px;
    } 

    .inner__left {
        margin-top: 0;
    }
    
}

@media (width <  380px) {

    .quillari_div_1 img {
        width: 350px;
    }
    .quillari_div_2 {
        width: 380px;
    }

    .inner__left p {
        width: 345px;
    } 
    .inner__right__1 {
        height: 400px;
    }
    .inner__right__2 {
        height: 420px;
    }
}

@media (width <  350px) {

    .contact__us__img {
        margin-top: 20px;
        height: 180px;
    }
    .quillari_div_1 img {
        width: 300px;
    }

    .quillari_div_2 h2 {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .quillari_div_2 {
        width: 340px;
    }
    .img_box img {
        width: 300px;
    }
    main {
        overflow-x: hidden;
    }
    .inner__right__1 {
        width: 300px;
        height: 450px;
    }
    .inner__right__2 {
        width: 300px;
        height: 490px;
    }
    .information__section {
        margin-bottom: 100px;
    }
    .contact__us__inner-2 u {
        font-size: 23px;
        font-size: 17px;
    }
    .about__section img {
        width: 300px;
        height: auto;
    }
    .hero__section h1 span {
        font-size: 3.4rem;
    }

    .img_box img {
        width: 310px;
    }

    .img_box-1::after,
    .img_box-2::after,
    .img_box-3::after,
    .img_box-4::after,
    .img_box-5::after,
    .img_box-6::after,
    .img_box-7::after,
    .img_box-8::after,
    .img_box-9::after{
        width: 26%;
    }

    .inner__left p {
        width: 330px;
    }

    .projects__section  {
        grid-template-columns: 320px;
    }
    .hero__main-1 {
        padding: 10px;
    }

    .hero__section h1 {
        font-size: 39px;
    }
}

/* PROYECTS  */



/* header 2 section  */


.logo__container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_2 img {
    width: 350px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.hero__container__1 {
    color: ghostwhite;
}
.hero__container__1 h1 {
    width: 600px;
    margin-bottom: 50px;
    font-size: 37px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero__container__1 p {
    font-size: 20px;
}

.container__1__inner {
    display: grid;
    place-items: center;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 50px;
    
}

.container__1__inner div {
    width: auto;
    height: auto;
    background-color: rgba(63, 168, 59, 0.975);
    border-radius: 20px;
    padding: 25px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 18px;
}

.hero__2__icon {
    font-size: 50px;
}

.hero__b {
    font-size: 23px;
}

.hero__container-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    flex-wrap: wrap;
}

.hero__inner-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(63, 163, 60, 0.985);
    width: 530px;
    height: 400px;
    padding: 240px 20px;
    border-radius: 20px;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.hero__inner-2 h2 {
    text-align: center;
    margin-bottom: 10px;
    width: 440px;
    color: ghostwhite;
}

.hero__2__button {
    background-color: ghostwhite;
}
.hero__2__button a {
    color: #363739;
}
.input-group-2 {
    margin: 0;
}

.input-group-2 label {
        position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 16px;
    color: black;
    padding: 0 5px;
    pointer-events: none;
    transition: .5s;
}

.contact__button a {
    font-weight: 600;
    padding: 0 227px;
}

.uu {
    background-color: ghostwhite;
    color: black;
    margin-top: 10px;
}

.uu a  {
    color: #363739;
}

.input-group-2 {
    position: relative;
    margin: 20px 0;
}


.input-group-2 input {
    width: 450px;
    height: 50px;
    font-size: 16px;
    color: black;
    padding: 0 10px;
    background: transparent;
    border: 1.2px solid white;
    outline: none;
    border-radius: 5px;
    border-color: rgb(61, 61, 61);
}

.input-group-2 input:focus~label,
.input-group-2 input:valid~label {
    top: 0;
    font-size: 12px;
    background:  rgba(63, 163, 60, 0.887);
}

@media (width < 440px) {

    .header_2 img {
        margin-bottom: 0;
    }

    .hero__container-2 {
        flex-wrap: wrap-reverse;
        gap: 0;
    }
    .container__1__inner {
        display: grid;
        grid-template-columns: 109px 105px 105px 109px;
        grid-template-rows: 1fr;
        place-items: center;
        gap: 0;
        
    }
    .hero__container__1 h1 {
        width: 400px;
        letter-spacing: 0;
        display: none;
    }

    .input-group-2 input {
        width: 300px;
    }
    .hero__inner-2 {
        width: 380px;
        margin-bottom: 78px;
    }
    

    .hero__inner-2 h2 {
        width: 400px;
    }

    .hero__container__1 > p {
        display: none;
    }

    .container__1__inner div {
        padding: 15px 10px;
        flex-direction: column;
        border-radius: 0;
        gap: 10px;
    }

    .hero__2__icon {
        font-size: 40px;
    }
    .hero__container__1 p {
        font-size: 13px;
        width: 90px;
    }

    .hero__b {
        font-size: 20px;
    }
}