*{
   box-sizing: border-box;
   padding: 0;
   margin: 0;
}

body{
    font-family: 'arial';
}

.navbar{
    background-color: black;
    padding: 1rem;
    height: 150px;
    position: sticky;
    top: 0;
    box-shadow: 10px 0px 10px #2c2c2c;
    z-index: 99;
}

.navbar>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.wordpress1 img{
    width: 720px;
    height: 400px;
}

.wordpress2 img{
    width: 720px;
    height: 400px;
}

.wordpress3 img{
    width: 720px;
    height: 400px;
}

img{ 
    border: 5px solid #00FFFF; 
    border-radius: 1px 10px;
}

.link:hover{
    color: blue;
}

.logo{
    color: white;
}

nav ul{
    display: flex;
    list-style: none;
    align-items: center;
}

.nav-icon-container{
    display: flex;
    align-items: center;
}

.nav-icon-container img{
    width: 30px;
    cursor: pointer;
}

.nav-icon-container img:first-child{
    margin-right: 1rem;
}

nav ul li{
    color: white;
    margin-right: 1.5rem;
    cursor: pointer;
}

nav ul li:hover{
    transform: translateY(-5px);
    transition: all 0.2s;
    font-weight: bold;
}

.menu-button{
    display: none;
}

/* Header*/

header{
    background-image: linear-gradient( to bottom, blue,#00FFFF ) ;
}

.home{
    width: 100%;
    height: 61vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10%;
}

.home-text{
    max-width: 37rem;
}

.home-text .text-h4{
    font-size: 1.5rem;
    color: var(--red);
    margin-bottom: 1rem;
    color: white;
}

.home-text .text-h1{
    font-size: 4rem;
    margin-bottom: 1rem;
    line-height: 4rem;
    color: white ;
}

.header-bottom-side-left h2{
   font-size: 3.2rem;
   margin-bottom: 1.5rem;
}

.header-bottom-side-left p{
   line-height: 1.5rem;
   margin-bottom: 1.5rem;
}

.home-btn{
   background-image: linear-gradient(to top, orange, red, #fc0fc0, purple) ;
   border: solid 2px red;
   cursor: pointer;
   padding: 0.8rem 3.8rem;
   border-radius: 9999px;
   color: white;
   font-weight: 500;
   font-size: 1rem;
   transition: all 0.2s;
   text-decoration: none;
} 

.home-btn:hover{
    background-image: linear-gradient( to right,orange,red, #fc0fc0, purple) ;     
} 

.home-btn:active{
    scale: 0.75;
}

.header-bottom-side-left button{
   background-image: linear-gradient( to bottom, blue,#00FFFF );
   border: none;
   cursor: pointer;
   padding: 0.8rem 3.8rem;
   border-radius: 9999px;
   color: black;
   font-weight: 500;
   font-size: 1rem;
   transition: all 0.2s;
}

.header-bottom-side-left button:hover{
    background-image: linear-gradient( to bottom,#00FFFF,blue); 
}

.header-bottom-side-left button:active{
    scale: 0.75;
}

.header-bottom-side-right{
    flex-basis: 50%;
    display: flex;
    align-items: right;
}

.header-bottom-side-right img{
  width: 115%;
}

.txt-leads{
    text-align: center;
}

.txt-leads h1{
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
}

.txt-leads h1 span{
    font-size: 2em;
    font-weight: 700;
}

.txt-leads img{
    width: 320px;
    margin: 60px 0;
}

.txt-leads p{
    color: #fff;
    font-size: 1.3em;
}

.txt-leads p span{
    font-size: 1.6em;
    font-weight: 600;
}

form{
    width: 100%;
    background-color: #00000055;
    border-radius: 20px;
    padding: 40px;
    align-content: center;
}

form h4{
    text-align: center;
    font-size: 2em;
    color: #fff;
    line-height: 20px;
    margin-bottom: 60px;
}

form h4 span{
    font-size: 0.5em;
}

.info{
    text-align: center;
    font-size: 1px;
}

.input-box{
    margin-bottom: 20px;
}

.input-box label{
    display: block;
    color: #fff;
}

.input-box input{
    width: 100%;
    padding: 10px;
    outline: none;
    border-radius: 10px;
    border: none;
}

.btn-enviar{
    text-align: center;
    margin-top: 40px;
}

.btn-enviar:active{
   scale: 0.75;
}

.btn-enviar input{
    width: 140px;
    height: 50px;
    border: 0;
    background-color: black;
    color: #00FFFF;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
}

.mypicture img{
    width: 430px;
    height: 576px;
    margin-left: 15px;
    justify-content: center;
}

.ads{
  text-align: center;
}

.ads img{
  width: 480px;
  height: 360px;
  border: 0px;
  border-radius: 1px 1px;
}

/* Media Queries*/
@media(max-width: 800px){
    .logo{
        font-size: 1.2rem;
    }

    .mypicture img{
        width: 215px;
        height: 288px;
        margin-left: 5px;
        margin-bottom: 10px;
        justify-content: center;
    }

    .wordpress1 img{
        width: 480px;
        height: 220px;
    }
    
    .wordpress2 img{
        width: 480px;
        height: 220px;
    }
    
    .wordpress3 img{
        width: 480px;
        height: 220px;
    }

    .menu-button{
        display: block;
    }

    .header-bottom-side{
        flex-direction: column;
        text-align: center;
        padding-top: 4rem;
    }

    nav{
        position: absolute;
        background-color: purple;
        width: 100%;
        top: 45px;
        display: none;
    }

    .show-menu nav{
        display: block;
    }

    nav ul{
        flex-direction: column;
    }
    
    nav ul li{
        text-align: center;
        padding: 0.8rem;
        font-size: 1rem;
    }

    form h4{
        text-align: center;
        font-size: 1em;
        color: #fff;
        line-height: 20px;
        margin-bottom: 60px;
    }
    
    form h4 span{
        font-size: 0.4em;
    }
}

@media(max-width: 600px){
    .mypicture img{
        width: 90%;
        height: 90%;
        margin-left: 5px;
        margin-bottom: 10px;
        justify-content: center;
    }

    .wordpress1 img{
        width: 85%;
        height: 85%;
    }
    
    .wordpress2 img{
        width: 85%;
        height: 85%;
    }
    
    .wordpress3 img{
        width: 85%;
        height: 85%;
    }

    .ads img{
        width: 90%;
        height: 90%;
    }
}

/* Header */

/* Main Content */
main{
    background-color: #c7c7c7;
     
}

.gray-background{
    background-color: #2c2c2c;
    color: white;
}

.page-inner-content{
    max-width: 1280px;
    margin: 0 auto;
}

.cols{
    display: grid;
    align-items: space-evenly;
    padding: 4rem 1rem;
}

.cols-3{
    grid-template-columns: repeat(3,1fr);
    gap: 3rem;
}

.cols-3 img{
    max-width: 100%;
}

.cols-4 img{
    max-width: 100%;
}

.cols-4{
    grid-template-columns: repeat(4,1fr);
    gap: 1rem;
}

.cols>*{
    cursor: pointer;
    transition: all 0.2s;
}

.cols>*:hover{
    transform: translateY(-5px);
}

.cyan-border{
    background-color: #00FFFF;
    width: 100%;
    height: 3px;     
}

.section-title{
    text-align: center;
    margin-top: 4rem;
    font-size: 1.8rem;
}

.section-underline{
    width: 100px;
    height: 5px;
    background: purple;
    border-radius: 9999px;
    margin: 8px auto 0 auto;
}

.product{
    color: #2c2c2c;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

.product-name{
    font-weight: 600;
    margin-top: 0.4rem;
}

.rate{
    color: yellow;
    font-size: 1.3rem;
}

.product-price span{
    font-weight: 600;
}

.exclisive-container{
    color: white;
    flex-direction: row-reverse;
    padding: 5rem 1rem;
}

.exclisive-container img{
    max-width: 500px;
}

/* Media queries*/

@media (max-width: 800px){
    .section-title{
        font-size: 1rem;
    }

    .cols-3{
        grid-template-columns: repeat(1, 1fr);
    }

    .cols-4{
        grid-template-columns: repeat(2, 1fr);
    }

    .product-name, .product-price, .rate{
        max-height: 1rem ;
        overflow: hidden;
        font-size: 0.8rem;
    }

    .exclisive-container{
        flex-direction: column-reverse;
    }

    .flex-container img{
        margin-bottom: 4rem;
    }

}

/* Main Content */

/* Footer */
.footer-content{
    display: flex;
    align-items: center;
    color: #afafaf;
    padding: 4rem 1rem;
    gap: 2rem;
}

.download-options>p:first-child{
    font-weight: bold;
    color:#fff;
}

.download-options>div{
    display: flex;
}

.download-options>div img{
    width: 180px;
}

.logo-footer{
    text-align: center;
}

.links-footer h3{
    color: #fff;
    margin-bottom: 0.8rem;
}

.links-footer ul{
    list-style: none;
}

.links-footer ul li{
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.copyright{
    color: #fff;
    padding: 2rem 0;
    text-align: center;
}

/* Media queries*/

@media(max-width: 800px){
    .footer-content{
        display: inline;
        font-size: 0.8rem;
    }

    .footer-content>div{
        padding: 1rem;
    }

    .download-options>div{
        display: inline;
    }

    .download-options>div img{
        width: 120px;
    }

    .copyright{
        font-size: 0.8rem;
    }
}


/* Footer */
