@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100;200;300;400;500;600;700;800;900&family=Rubik+80s+Fade&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    width: 100%;
    font-family: 'Alexandria', sans-serif;
}
.contenar{
    width: 95%;
    margin: auto;
}
/************************************************/
.nav{
    width: 100%;
    background-color: black;
    position: fixed;
    z-index: 999;
}
.content-nav{
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.content-nav h1{
    font-size: 30px;
    color: white;
    font-family: 'Rubik 80s Fade', cursive;
}
.feak{
    width: 100%;
    height: 76px;
    background: #52c234;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #061700, #52c234);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #061700, #52c234); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/************************************************/
.page{
    width: 100%;
    background: #52c234;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #061700, #52c234);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #061700, #52c234); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.content-page{
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 100px 0;
}
.box1{
   padding-top: 100px;
}
.box1 h2{
    color: white;
    margin-bottom: 50px;
    font-size: 20px;
}
.box1 p{
    color: white;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}
.box1 p i{
    margin-left: 10px;
    font-size: 25px;
}
.box1 a{
    background-color: white;
    padding: 20px 30px;
    border-radius: 5px;
    text-decoration: none;
    color: black;
    font-weight: 800;
    transition: 0.4s;
}
.box1 a i{
    font-size: 25px;
    margin-right: 7px;
}
.box1 a:hover{
    background-color: #276815;
    color: white;
}
.box2{
    width: 50%;
    text-align: end;
}
.box2 img{
    width: 70%;
}
.content-page2{
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-bottom: 70px;
}
.box3{
    width: 50%;
}
.contanr{
    width: 100%;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper{
    width: 100%;
    height: fit-content;
}
.swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center; 
    border-radius: 5px;
    overflow: hidden;
}
.swiper-slide img{
    width: 100%;
}
.swiper-button-prev,.swiper-button-next{
    color: black;
}
.box4{
   padding-top: 70px;
   text-align: center;
}
.box4 h2{
    color: white;
    margin-bottom: 50px;
    font-size: 20px;
}
.box4 p{
    color: white;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box4 p i{
    margin-left: 10px;
    font-size: 25px;
}
.box4 a{
    background-color: white;
    padding: 20px 30px;
    border-radius: 5px;
    text-decoration: none;
    color: black;
    font-weight: 800;
    transition: 0.4s;
}
.box4 a i{
    font-size: 25px;
    margin-right: 7px;
}
.box4 a:hover{
    background-color: #276815;
    color: white;
}
/************************************************/
.end{
    text-align: center;
    padding: 20px 0;
    background-color: black;
    color: white;
}
/************************************************/
.button-w{
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
}
.button-w img{
    width: 55px;
}
/************************************************/
@media (max-width:1000px){
    .content-page{
        flex-direction: column;
        padding: 60px 0;
    }
    .box1{
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }
    .box2{
        width: 100%;
        text-align: start;
    }
    .box2 img{
        width: 40%;
    }
    .content-page2{
        flex-direction: column-reverse;
    }
    .box4{
        padding: 0;
        text-align: start;
        margin-bottom: 60px;
        width: 100%;
    }
    .box4 p{
        justify-content: start;
    }
}
@media (max-width:750px){
    .box2{
        text-align: center;
    }
    .box2 img{
        width: 60%;
    }
    .box3{
        margin: auto;
        width: 70%;
    }
    .content-page2{
        padding-bottom: 40px;
    }
}
@media (max-width:650px){
    .box1{
        text-align: center;
    }
    .box1 p{
        justify-content: center;
        line-height: 30px;
    }
    .box4{
        text-align: center;
    }
    .box4 p{
        justify-content: center;
        line-height: 30px;
    }
}
@media (max-width:500px){
    .box2 img{
        width: 90%;
    }
    .box3{
        width: 90%;
    }
    .box1 h2{
        font-size: 18px;
    }
    .box4 h2{
        font-size: 18px;
    }
}
@media (max-width:450px){
    .box2 img{
        width: 95%;
    }
    .box3{
        width: 100%;
    }
}