*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;   
}
body{
    background-color: dimgray;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal; 
}
.body-unselectable-security{
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-select: unset;
    
}
/*-------------------------Navigation bar----------------------------*/

.nav-bar{
    display: flex;
    position: fixed;
    background-color: #511D43;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    width: 100%;
    z-index: 9000;
    top: 0;

}
.nav-left{
    display: flex;
    width: 45%;
    height: 100px ;
    align-items: center;
}
.logo{
    max-width: 120px;
    max-height: 110px;
    margin-left: 20px;
}
.brand-name{
    margin-left: 15px;
    font-size: 25px;
    color: whitesmoke;
}
.nav-right{
    display: flex;
    justify-content: right;
    width: 70%;
    height: 100px;

}
.abrir-menu, .cerrar-menu{
    display: none;
}
.links-menu{
    display: flex;
    width: 90%;
    height: 100px;
    justify-content: right;
    align-items: center;
    margin-right: 20px;
}
ul li{
    display: inline-block;
    list-style: none;
}
.links{
    margin-left: 25px;
    text-decoration: none;
    font-size: 20px;
    color: whitesmoke;
}
.dropdown-menu{ 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
    height: 90px;
    margin-right: 10px;
    margin-top: 10px;
}

.dropdown-btn{
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.dropdown-content{
    display: flex;
    display: none;
    position: absolute;
    background-color: #0C134F;
    width: 190px;
    height: 160px;
    margin-top: 270px;
    margin-right: 100px;
    box-shadow: -5px 5px 30px -5px #000000;
    z-index: 90000;

}
.image-text-content{
   
    display: flex;
    display: block;
    align-items: center;
    width: 190px;
    height: 200px;
    cursor: pointer;
   
}
.flag-text-1, .flag-text-2{
    display: flex; 
    display: inline-block;
    width: 190px;
    height: 50px;
    margin-top: 20px;
}
.flag-text-1 p{
    padding: 20px;
}
.flag{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-left: -20px;
}
.lang-a{
    color:  whitesmoke;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    float: center;
    margin-left: 20px;
}
.show{
    display: block;
}
.flag-text-1 p{
    color: whitesmoke;
}
.popup {
  display: none; /* Oculto por defecto */
  position: absolute;
  bottom: 100%; /* Posiciona el popup encima del texto */
  margin-left: 50%;
  transform: translateX(-43%); /* Centra el popup horizontalmente */
  background-color: #511D43;
  top:70px;
  z-index: 1; /* Asegura que el popup esté encima */
  height: 150px;
  width: 300px;
  justify-content: center;
  align-items: center;
 box-shadow: -5px 5px 30px -5px #000000;
}
.dropdown-menu:hover .popup {
  display: flex; /* Muestra el popup al pasar el cursor */
}


/*-------------------------Site info----------------------------*/
.main-content{
    display: flex; 
    display: block;
    width: 100%;
    height: 650vh;top: 0;
}
.banner-1{
  display: flex;
  width: 100%;
  height: 99.99vh;
  background-image: url(../Images/image-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 90px;
}
.text-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 99.99vh;
    background-color: rgba(0, 0, 0, 0.379);
    position: relative;
}
.text-container h1{
    color: whitesmoke;
    text-shadow:  -10px 5px   3px   #511D43; /* Desplazamiento horizontal de 2px, desplazamiento vertical de 2px, desenfoque de 4px, color negro */


}
.aboutus-container{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 700px;
}
.div{
    width: 70%;
    height: 150px;
}
.bg-container{
    display: flex;
    display: block;
    width: 50%;
    height: 700px;
    background-color: rgba(0, 0, 0, 0.605);
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
   position: absolute;
}
.bg-container h1{
    text-align: center;
    color: whitesmoke;
}
.bg-container p{
    color: whitesmoke;
    font-size: 25px;
    margin-left: 20px;
    white-space: pre-line;
}
.img-container{
    display: flex;
    width: 100%;
    height: 700px;
    margin-left: auto;
    background-image: url(../Images/john-FlPc9_VocJ4-unsplash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center;
}
.servpricing-container{
    display: flex;
    width: 100%;
    height: 175vh;
    background-image: url(../Images/hero1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.servpric-text-container{
   display: flex;
   display: block;
   align-items: center;
   width: 100%;
   height: 600px;
}
.servpric-text-container h1{
    text-align: center;
    color: whitesmoke;
}
.boxes-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 500px;
    flex-wrap: wrap;
    margin-top: 50px;
   
}
.box-left, .box-center, .box-right{
    display: flex;
    display: block;
    width: 30%;
    height: 300px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 25px;
}

.box-left h2, .box-center h2, .box-right h2{
    color: whitesmoke;
    text-align: center;
}
.box-left p, .box-center p, .box-right p{
    color: whitesmoke;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 20px;
    font-size: 20px;
}
.box-left img, .box-center img, .box-right img{
    width: 50%;
    height: 125px;
    margin-left: 20%;
}
.bx-button{
    background: none;
    border: none;
    outline: none;
    justify-content: center;
    width: 100%;
    height: 50px;
    background-color: #511D43;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
     font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    position: relative;
    bottom: 0;

}
.bx-a{
    text-decoration: none;
    color: whitesmoke;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
}
.portfolio-container{
    display: flex;
    width: 100%;
    height: 700px;
    background-image: url(../Images/image-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center center;
    align-items: center;
}
.portfolio-content{
    display: flex;
    display: block;
    width: 100%;
    height: 600px;
}
.portfolio-content h1{
  text-align: center;
  color: whitesmoke;
}
.cards-container{
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
   height: 400px;
}
.card{
   display: flex;
   display: block;
   width: 30%;
   height: 350px;
   margin-left: 20px;
   margin-right: 20px;
   background-color: #511d43db;
   border-top-left-radius: 25px;
   border-top-right-radius: 25px;
   border-bottom-left-radius: 25px;
   border-bottom-right-radius: 25px;

}
.card img{
    width: 100%;
    height: 150px;
    border-top-left-radius:25px;
    border-top-right-radius: 25px;
}
.card h3{
    text-align: justify;
    margin: 10px;
    color: whitesmoke;
    white-space: pre-line;
    letter-spacing: -0.02em;
}
.card a{
    text-decoration: none;
    font-size: 18px;
    color: deepskyblue;
}
.testimonials-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 160vh;
    position: relative;
}
.testimonial-content{
    display: flex;
    width: 100%;
    height: 99.99vh;
    display: block;
    margin-top: -300px;
}
.testiomonials-text{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 10vh;
}
.testiomonials-text p{
    margin-top: 10px;
    font-size: 28px;
    font-weight: 900;
    color: whitesmoke;
}
.carousel{
    display: flex;
    width: 100%;
    height: 94%;
    margin-right: auto;
}
.wrapper{
    background-color: #511d43d1;
    width: 80vw;
    max-width: 41em;
    min-height: 28em;
    margin-top: 20.3%;
    border-radius: 0.6em;
    transform: translate(-50%, -50%);
    margin-left: 50%;
    box-shadow: 0 1.8em 3em rgba(1, 17, 39, 0.15);
    display: flex;
}
.testimonial-container {
    width: 85%;
    height: 100%;
    position: relative;
    margin: auto;
    padding: 1.8em 1.2em;
    margin-top: 50px;
}
.wrapper button {
    font-size: 1.8em;
    height: 2.2em;
    width: 2.2em;
    background-color: #511d43a9;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border: none;
    color: whitesmoke;
    box-shadow: 0 0 1em rgba(1, 17, 39, 0.25);
    cursor: pointer;
    border-radius: 50%;
}
button#next {
    right: -1.1em;
}
button#prev {
    left: -1.1em;
}
.testimonial-container p {
    color: whitesmoke;
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 0.02em;
    text-align: justify;
}
.testimonial-container img {
    display: block;
    margin: 1.8em auto 1.25em auto;
    border-radius: 50%;
    width: 4.4em;
}
.testimonial-container h3 {
    color: whitesmoke;
    font-size: 1em;
    text-align: center;
   
}
.testimonial-container h6 {
    color: whitesmoke;
    font-size: 0.9em;
    letter-spacing: 0.03em;
    font-weight: 400;
    text-align: center;
}


/*-----------------------------Footer-----------------------------*/

.footer{
    display: flex;
    display: block;
    width: 100%;
    height: 550px;
    margin-top: 35%;
    background-color: #511D43;
}
.footer-boxes-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 450px;
    margin: 0;
}
.footer-boxes{
    display: flex;
    display: block;
    width: 45%;
    height: 300px;
    margin-left: 20px;
    margin-right: 20px;
}
.footer-boxes h1{
   color: whitesmoke;
   font-size: 25px;
}
.footer-boxes p{
    color: whitesmoke;
    text-align: justify;
    font-size: 15px;
    margin-top: 30px;
    white-space: pre-line;
}
.footer-boxes a{
    text-decoration: none;
    color: deepskyblue;
    font-size: 15px;
}
.copyrights-container{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 80px;
   
}
.copyrights-container p{
    text-align: center;
    color: whitesmoke;
    white-space: pre-line;
}
.button-up{
	display: none;
    align-items: center;
    height: 50px; 
    width: 54px;
    background-color: #511D43;
	cursor:pointer;
	position: fixed;
	bottom: 100px;
	right: 15px;
    border: none;
    border-radius: 100%;
    font-size: 35px;
    color: whitesmoke;
    font-weight: 800;
     box-shadow: -5px 5px 30px -5px #000000;
    float: right;
}
/*---- responsive-------*/
@media all and (max-width:900px){
   
    .nav-bar{
        display: flex;
        display: block;
        width: 100%;
        height: 100px;
        position: fixed important!;
        z-index: 9000;
        top: 0;
        bottom: 0;

    }
    .nav-left{
        display: flex;
        width: 100%;
        height: 100px;
    }
    .brand-name{
        font-weight: 700;
        font-size: 25px;
    }
     .nav-right{
        display: flex;
        display: block;
        width: 100%;
        height: 1500px; 
        background-color:#511D43;
        position: absolute;
        z-index: 9000;
        top: 0;
        left: 0;
        transform: translateX(-900px);
    }
    .abrir-menu{
        display: flex; 
        background: none;
        border: none;
        justify-content: right;
        align-items: center;
        width: 10%;
        color: whitesmoke;
        font-size: 35px;
        margin-left: 90px;
    }
    
    .nav-right.visible {
        visibility: visible;
        transition: all .40s ease;
        transform: translateX(0%);
        transform: translateY(0%);
    }
    
    .cerrar-menu{
        display: flex; 
        background: none;
        border: none;
        justify-content: right;
        align-items: center;
        height: 50px;
        width: 100%;
        color: whitesmoke;
        font-size: 45px;
        margin-top: 20px;
       
    }
    .links-menu{
       display: flex;
       display: block;
       width: 100%;
       height: 300px;
       margin-top: 50px;
    }
    
    
    ul li{
        display: flex;
        flex-direction: column;
        display: block;
        margin-top: 25px;
        padding-top: 30px;

    }
    .links{
        font-size: 30px;
    }
    .button{
        text-decoration: none;
        width: 100%;
        font-size: 25px;
        margin: 50px;
        margin-left: -3px;
    }
    .dropdown-menu{
        display: flex;
        width: 10%;
        height: 90px;
        margin-top: 100px;
        margin-left: 35px;
    }
    .dropdown-btn{
        width: 60px;
        height: 60px;
       
    }
    .popup{
        margin-top: 20px;
       transform:  translateX(80px);
    }
    .main-content{
        display: flex;
        display: block;
        width: 500px;
        height: 950vh;
    }
    .banner-1{
        display: flex;
        width: 500px;
        height: 900px;  
        background-position: center center;
    }
    .text-container{
        display: flex;
        justify-content: center;
        width: 100%;
        height: 900px;
        background-position: center center;

    }
    .text-container h1{
        white-space: wrap;
        font-size: 35px;
        margin: 45px;
    }
    .aboutus-container{
        display: flex;
        display: block;
        width: 500px;
        height: 900px;
        background-position: center center;
        background-color: aqua;

    }
    .bg-container{
        display: flex;
        display: block;
        width: 400px;
        height: 800px;
        position: absolute;
    }
    .bg-container h1{
        font-size: 35px;
        text-align: left;
    }
    .bg-container p{
        font-size: 25px;
        margin-top: 70px;
       margin: 10px;
    }
    .img-container{
        display: flex;
        width: 100%;
        height: 900px;
        margin: 0;
        background-position: center center center;
    }
    .servpricing-container{
        display: flex;
        display: block;
        width: 500px;
        height: 370vh;
        background-position: center center;
        margin-top: -100px;
    }
    .servpric-text-container{
        display: flex;
        display: block;
        width: 100%;
        height: 295vh;
    }
    .boxes-content{
        display: flex;
        width: 500px;
        min-height: 190vh;
        display: block;
        position: relative;
        margin-top: 100px;
    }
    .box-left, .box-center, .box-right{
        display: flex;
        display: block;
        width: 100%;
        height: 500px;
        margin: 0;
        margin-bottom: 50px;
    }
    .box-left h2, .box-center h2, .box-right h2{
        font-size: 30px;
    }
    .box-left p, .box-center p, .box-right p{
        font-size: 25px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .box-left img, .box-center img, .box-right img{
        width: 300px;
        height: 300px;
    }
    .portfolio-container{
        display: flex;
        width: 500px;
        height: 200vh;
        background-position: center center;
    }
    .portfolio-content{
        display: flex;
        display: block;
        width: 100%;
        height: 500px;
        margin-top: -1000px;
    }
    .cards-container{
        display: flex;
        display: block;
        width: 500px;
        height: 1200px;
      
    }
    .card{
        display: flex;
        display: block;
        width: 90%;
        height: 350px;
        margin: 20px;
    }
    .testimonials-container{
        display: flex;
        width: 500px;
        height: 800px;
        margin-top: 300px;
    }
    .carousel{
        display: flex;
        width: 100%;
        height: 500px;
        margin-top: 100px;
    }
    .wrapper{
        margin-top: 300px;
        min-width: 90%;
        min-height: 600px;
    }
    .footer{
        display: flex;
        display: block;
        width: 500px;
        height: 230vh;
    }
    .footer-boxes-content{
        display: flex;
        display: block;
        width: 500px;
        height: 1600px;
    }
    .footer-boxes{
        display: flex;
        display: block;
         width: 500px;
        margin: 0;
        margin-bottom: 10px;
        height: 400px;
       
    }
    .footer-boxes h1{
        font-size: 25px;
         margin-left: 20px;
    }
    .footer-boxes p{
        font-size: 20px;
        margin-left: 20px;
    }
    .footer-boxes a{
         font-size: 20px;
    }
    .copyrights-container p{
        font-size: 20px;
    }
    .button-up{
        width: 80px;
        height: 80px;
        bottom: 70px;
    }
}