*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: black;
    font-family: League Spartan;
}

.cover{
    background-image: url("we.png");
    background-position: center;
    background-size: cover;
    margin-top: 20px;
}

.container .btn{
    display: none;
}

.content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem;
    background-color: rgba(255, 0, 255, 0.615);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.613);
    backdrop-filter: blur(5px);
    width: 90%;
    margin-left: 4%;
   
}

.content h1{
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    line-height: 3rem;
}

r{
    font-size: 3rem;
    font-weight: 800;
    color: rgb(255, 0, 0);
    margin-bottom: 20px;
    line-height: 3rem; 
}

.content p{
    color: #fff;
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.content h2{
    background-color: #4A4A4A;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 22px;
    padding: 1.1rem;
    text-align: center;
    line-height: 1.3rem;
}

.content .content-img{
    width: 120%;
    height: 100vh;
    margin-right: 3rem;
}

.content .content-img img{
    width: 100%;
    height: 100vh;
    border-top-right-radius: 12px;
    border: solid 4px #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.613);
}

.content-text .btn{
    padding: 2rem;
    color: #fff;
    background-color: black;
}

.content-text{
    padding: 2rem;
}

.compo{
    display: flex;
    margin-top: 1rem;
    padding: 1.9rem;
    align-items: center;
    flex-direction: row;
}

.compo-text{
    padding: 2rem 0.9rem 2rem 2rem;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.461);
    backdrop-filter: blur(5px);
    border-radius: 0.2rem;
    margin-right: 12px;
    height: 100vh;
    align-items: center;
}

.compo-text p{
    font-size: 1.7rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.compo-text h1{
    font-size: 1.7rem;
    margin-bottom: 2rem;
}

.compo-text2{
    padding: 2rem 0.9rem 2rem 2rem;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.461);
    backdrop-filter: blur(5px);
    border-radius: 0.2rem;
}

.compo-text2 p{
    font-size: 1.7rem;
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 50px;
}

.compo-text2 h1{
    font-size: 1.7rem;
    margin-bottom: 2rem;
}

.compo-text2 .btn{
    padding: 2rem;
    color: #fff;
    background-color: black;
}

.tes-text h1{
    font-size: 4rem;
}

.tes-text{
    margin-top: 2rem;
    width: 60%;
    padding: 2rem;
    align-items: center;
    position: relative;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    margin-left: 15rem;
    border-radius: 2rem;
}

.tes-img{
    border-radius: 2rem;
    margin-top: 1rem;
    width: 60%;
    padding: 2rem;
    align-items: center;
    position: absolute;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    margin-left: 15rem;
}


.tes-img img{
    width: 30rem;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.461);
    margin-left: 7rem;
    margin-top: 2rem;
}

.footer{
    margin-top: 430em;
}



.footer__container {
    text-align: center;
  }
  
  .footer__socials {
    margin-block: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  
  .footer__socials a {
    padding: 2px 8px;
    font-size: 1.5rem;
    color: #fff;
    background-color: var(--text-dark);
    border-radius: 100%;
    transition: 0.3s;
  }
  
  .footer__socials a:hover {
    background-color: #4A4A4A;
  }
  
  .footer__links {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
  }
  
  .footer__links a {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--text-dark);
    transition: 0.3s;
  }
  
  .footer__links a:hover {
    color: var(--primary-color);
  }
  
  .footer__bar {
    padding: 1rem;
    font-size: 1.4rem;
    color: var(--text-dark);
    text-align: center;
    border-top: 1px solid #fff;
    color: #fff;
  }


  .section__header h2{
    font-size: 4rem;
    color: #fff;
  }




/*-----mobile devices-----*/
@media (width < 540px){
    .body{
        padding: 0;
        margin: 0;
        overflow: hidden;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }
    .cover{
        padding: 0;
    }
    .content{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 20px;
        margin-top: 90px;
        padding: 1px;
    }

   .container .btn{
    display: block;
    padding: 10px;
    font-size: 0.8rem;
    float: right;
    background-color: #4A4A4A;
    border: solid 2px #fff;
    border-radius: 3px;
    color: #fff;
    font-family: League spartan;
    font-weight: 800;
   }

    .content .content-img{
        width:  100%;
        height: 50%;
        background-color: #fff;
        padding: 1px;
        position: absolute;
        margin-top: 70rem;
        margin-left: 50px;
    }

    .content .content-img img{
        width:  90%;
        height: 30rem;
        margin-left: 0.1rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-radius: 12px;
        border: none;
    }

    .content h1{
        font-size: 1.7rem;
        line-height: 2rem;
    }
    r{
        font-size: 2rem;
        color: pink;
    }

    .logo-container h3{
        margin-top: 1px;
    }


    .compo{
        display: flex;
        flex-direction: column;
    }

    .compo-text{
        width: 25rem;
        margin-bottom: 20px;
        margin-left: 20px;
        height: 50%;
        margin-top: 20rem;

    }

    .compo-text2{
        width: 25rem;
        margin-bottom: 9px;
        margin-left: 5px;
    }

    .content-text .btn{
        font-size: 1rem;
    }

    .compo-text p{
        font-size: 1.9rem;
        margin-bottom: 2rem;
        line-height: 2.5rem;
    }

    .compo-text2 p{
        font-size: 1.9rem;
        margin-bottom: 2rem;
        line-height: 2.5rem;
    }

    .compo-text h1{
        font-size: 1.9rem;
        margin-bottom: 2rem;
        line-height: 2.5rem;
    }

    .compo-text2 h1{
        font-size: 1.9rem;
        margin-bottom: 2rem;
        line-height: 2.5rem;
    }


    .compo-text2 .btn{
        font-size: 1.7rem;
        padding: 0.9rem;
        margin-left: 1px;
    }
    .tes-text h1{
        font-size: 2rem;
        background: #fff;
        padding: 12px;
        border-radius: 7px;
        color: black;
        
    }
    
    .tes-text{
        margin-top: 2rem;
        width: 10px;
        align-items: center;
        position: relative;
        background-color: #4A4A4A;
        backdrop-filter: blur(5px);
        margin-left: 1rem;
        border-radius: 0.2rem;
        width: 100%;
    }
    
    .tes-img{
        border-radius: 0.2rem;
        margin-top: 1rem;
        width: 15rem;
        padding-top: 0;
        position: absolute;
        background-color: magenta;
        backdrop-filter: blur(5px);
        margin-left: 1rem;
    }
    
    
    .tes-img img{
        width: 20rem;
        box-shadow: 5px 5px 10px black;
        margin-top: 0.3rem;
        border-radius: 3px;
        border: solid 5px #000;
        margin-left: 7px;
    }


    .footer{
        margin-top: 280em;
    }
    
    
    
    .footer__container {
        text-align: center;
      }
      
      .footer__socials {
        margin-block: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
      }
      
      .footer__socials a {
        padding: 2px 8px;
        font-size: 2rem;
        color: #fff;
        background-color: #4A4A4A;
        border-radius: 1%;
        transition: 0.4s;
      }
      
      .footer__socials a:hover {
        background-color: #fff;
        color: #4A4A4A;
      }
      
      .footer__links {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        flex-wrap: wrap;
      }
      
      .footer__links a {
        font-size: 2rem;
        font-weight: 500;
        color: var(--text-dark);
        transition: 0.3s;
      }
      
      .footer__links a:hover {
        color: #4A4A4A;
      }
      
      .footer__bar {
        padding: 1rem;
        font-size: 1.4rem;
        color: var(--text-dark);
        text-align: center;
        border-top: 1px solid #fff;
        color: #fff;
      }
    
    
      .section__header h2{
        font-size: 3rem;
        color: #fff;
      }
}



@media screen and (min-width: 768px){
    .body{
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    
    .content{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 90px;
        margin-top: 60px;
    }

   .container .btn{
    display: block;
    padding: 10px;
    font-size: 1.5rem;
    float: right;
    background-color: #4A4A4A;
    border: solid 2px #fff;
    border-radius: 3px;
    color: #fff;
    font-family: League spartan;
    font-weight: 800;
   }

    .content .content-img{
        width:  100%;
        height: 50%;
        background-color: #fff;
        padding: 1px;
        position: absolute;
        margin-top: 90rem;
        margin-left: 50px;
    }

    .content .content-img img{
        width:  90%;
        height: 60rem;
        margin-left: 2.5rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-radius: 12px;
        border: none;
    }

    .content h1{
        font-size: 4rem;
        line-height: 4rem;
    }
    r{
        font-size: 4rem;
        color: pink;
    }

    .logo-container h3{
        margin-top: 1px;
        font-size: 2rem;
    }


    .compo{
        display: flex;
        flex-direction: column;
    }

    .compo-text{
        width: 54rem;
        margin-bottom: 20px;
        margin-left: 99px;
        margin-top: 20rem;
        height: 50vh;
    }

    .compo-text2{
        width: 54rem;
        margin-bottom: 9px;
        margin-left: 90px;
    }

    .content-text .btn{
        font-size: 1rem;
    }

    .compo-text p{
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }

    .compo-text2 p{
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }

    .compo-text h1{
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .compo-text2 h1{
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .compo-text2 .btn{
        font-size: 2rem;
        padding: 0.9rem;
    }
    .tes-text h1{
        font-size: 3rem;
        background: #fff;
        width: 30rem;
        padding: 16px;
        border-radius: 6px;
        color: black;
        margin-left: 7rem;
    }
    
    .tes-text{
        margin-top: 2rem;
        width: 20rem;
        align-items: center;
        position: relative;
        background-color: #4A4A4A;
        backdrop-filter: blur(5px);
        margin-left: 1rem;
        border-radius: 0.2rem;
    }
    
    .tes-img{
        border-radius: 0.2rem;
        margin-top: 1rem;
        width: 30rem;
        padding-top: 0;
        position: absolute;
        background-color: magenta;
        backdrop-filter: blur(5px);
        margin-left: 10rem;
    }
    
    
    .tes-img img{
        width: 30rem;
        box-shadow: 5px 5px 10px black;
        margin-top: 0.3rem;
        border-radius: 3px;
        border: solid 5px #000;
        margin-left: 12px;
    }


    .footer{
        margin-top: 410em;
    }
    
    
    
    .footer__container {
        text-align: center;
      }
      
      .footer__socials {
        margin-block: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
      }
      
      .footer__socials a {
        padding: 2px 8px;
        font-size: 2rem;
        color: #fff;
        background-color: #4A4A4A;
        border-radius: 1%;
        transition: 0.4s;
      }
      
      .footer__socials a:hover {
        background-color: #fff;
        color: #4A4A4A;
      }
      
      .footer__links {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        flex-wrap: wrap;
      }
      
      .footer__links a {
        font-size: 2rem;
        font-weight: 500;
        color: var(--text-dark);
        transition: 0.3s;
      }
      
      .footer__links a:hover {
        color: #4A4A4A;
      }
      
      .footer__bar {
        padding: 1rem;
        font-size: 1.4rem;
        color: var(--text-dark);
        text-align: center;
        border-top: 1px solid #fff;
        color: #fff;
      }
    
    
      .section__header h2{
        font-size: 4rem;
        color: #fff;
      }

      .content-text .btn{
        margin-left: 2rem;
        font-size: 2.5rem;
        margin-bottom: 90px;
      }

      .content-text h2{
        font-size: 1.9rem;
        line-height: 2.5rem;
      }
}



@media screen and (min-width: 1024px){
    .body{
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .cover{
        padding: 12px;
    }
    .content{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        width: 90%;
        margin-left: 50px;
        margin-top: 60px;
    }

   .container .btn{
    display: block;
    padding: 10px;
    font-size: 1.5rem;
    float: right;
    background-color: #4A4A4A;
    border: solid 2px #fff;
    border-radius: 3px;
    color: #fff;
    font-family: League spartan;
    font-weight: 800;
   }

    .content .content-img{
        width:  100%;
        height: 50%;
        background-color: #fff;
        padding: 1px;
        position: absolute;
        margin-top: 65rem;
        margin-left: 55px;
    }

    .content .content-img img{
        width:  90%;
        height: 60rem;
        margin-left: 2.5rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-radius: 12px;
        border: none;
    }

    .content h1{
        font-size: 4rem;
        line-height: 4rem;
    }
    r{
        font-size: 4rem;
        color: pink;
    }

    .logo-container h3{
        margin-top: 1px;
        font-size: 2rem;
    }


    .compo{
        display: flex;
        flex-direction: column;
    }

    .compo-text{
        width: 100%;
        margin-bottom: 20px;
        margin-left: 30px;
        height: 50%;
        margin-top: 20rem;
    }

    .compo-text2{
        width: 100%;
        margin-bottom: 9px;
        margin-left: 10px;
    }

    .content-text .btn{
        font-size: 1rem;
    }

    .compo-text p{
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }

    .compo-text2 p{
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }

    .compo-text h1{
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .compo-text2 h1{
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .compo-text2 .btn{
        font-size: 2rem;
        padding: 0.9rem;
    }
    .tes-text h1{
        font-size: 3rem;
        background: #fff;
        width: 30rem;
        padding: 16px;
        border-radius: 6px;
        color: black;
        margin-left: 7rem;
    }
    
    .tes-text{
        margin-top: 2rem;
        width: 20rem;
        align-items: center;
        position: relative;
        background-color: #4A4A4A;
        backdrop-filter: blur(5px);
        margin-left: 10rem;
        border-radius: 0.2rem;
    }
    
    .tes-img{
        border-radius: 0.2rem;
        margin-top: 1rem;
        width: 30rem;
        padding-top: 0;
        position: absolute;
        background-color: magenta;
        backdrop-filter: blur(5px);
        margin-left: 15rem;
    }
    
    
    .tes-img img{
        width: 30rem;
        box-shadow: 5px 5px 10px black;
        margin-top: 0.3rem;
        border-radius: 3px;
        border: solid 5px #000;
        margin-left: 12px;
    }


    .footer{
        margin-top: 410em;
    }
    
    
    
    .footer__container {
        text-align: center;
      }
      
      .footer__socials {
        margin-block: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
      }
      
      .footer__socials a {
        padding: 2px 8px;
        font-size: 2rem;
        color: #fff;
        background-color: #4A4A4A;
        border-radius: 1%;
        transition: 0.4s;
      }
      
      .footer__socials a:hover {
        background-color: #fff;
        color: #4A4A4A;
      }
      
      .footer__links {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        flex-wrap: wrap;
      }
      
      .footer__links a {
        font-size: 2rem;
        font-weight: 500;
        color: var(--text-dark);
        transition: 0.3s;
      }
      
      .footer__links a:hover {
        color: #4A4A4A;
      }
      
      .footer__bar {
        padding: 1rem;
        font-size: 1.4rem;
        color: var(--text-dark);
        text-align: center;
        border-top: 1px solid #fff;
        color: #fff;
      }
    
    
      .section__header h2{
        font-size: 4rem;
        color: #fff;
      }

      .content-text .btn{
        margin-left: 5rem;
        font-size: 2.5rem;
        margin-bottom: 90px;
      }

      .content-text h2{
        font-size: 1.9rem;
        line-height: 2.5rem;
      }
}