::selection{color:#000000;background:#ffffff}
body{
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
   /* background:#8b1f82; */
   background-blend-mode: screen;
      color: #ffffff;
   margin: 0;
}
.client{width:70%;display:block;margin:auto}
.container{
    background: url('img/moon\ lines\ banner.jpg');
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
}
.logo{
    border: 2px solid #6e6e70;
    border-radius: 100%;
    height: 20vh;
    margin-bottom:-10vh;
    z-index: 2;
}
.comp0{
    position: absolute;
    width: 5rem;
    border: 1px solid grey;
    border-radius: 100%;
    bottom: -6vh;
    left: 40%;
}
.slare{
    width: 1.5vw;
} 
h1,h2{
    text-align: center;
}
h1{
    margin: 15vh 0 1vh 0;
}
h2{
    text-transform: capitalize;
    font-size:1.5em ;
    margin-top: 0;
    font-weight: 300;
}
h3{
    padding:0 20%;
    line-height: 150%;
    margin-bottom: 0vh;
    text-align: justify;
    text-align-last: center;
}
.buttons{
   display: flex;
  justify-content: center;
  align-items: center;
}
.row1,.row2{
    display: flex;
    flex-direction: column;
    margin: 1vh 1vw;
}
.link{
    width: 8vw;
   
    margin-top: 5vh;
    padding: 2vh;
    

}

.row1 .link{
    border-top-left-radius:  50px;
    border-bottom-left-radius:50px;
    background: linear-gradient(to right,rgb(255, 255, 255),rgba(255, 255, 255, 0));
    display: flex;
    justify-content: start;
    transform-origin: right;
}
.row2 .link{
     border-top-right-radius:  50px;
    border-bottom-right-radius:50px; 
    background: linear-gradient(to left,rgb(255, 255, 255),rgba(255, 255, 255, 0));

    display: flex;
    justify-content: end;
    transform-origin: left;
}
.link i{
    color: #8b1f82;
    font-size: 3rem;
}
footer{
    width: 100%;
    position: relative;
    margin-top: 10vh;
    text-align: center;
}
.moonlinks{
    font-size: 1rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.moonlinks:hover{
    color: white;
    text-decoration: none;
}
.swiper-wrapper{align-items: center;}
.view{display: block;margin: auto;color: #8b1f82;
text-decoration: none;
padding: 1.5%;
width: fit-content;
font-weight: 900;
font-size: 25px;
border-top-right-radius:  50px;
    border-bottom-right-radius:50px; 
    background: linear-gradient(to left,rgb(255, 255, 255),rgba(255, 255, 255, 0));

    display: flex;
    justify-content: end;
    transform-origin: left;
}
.swiper{width: 30%;}
@media only screen and (max-width: 1580px) {
    footer{
        margin-top: 3vh;
    }
     .swiper{width: 50%;}
    .comp0{
        left: 35%;
    }
    }
    @media only screen and (max-width: 992px) {
        .link{
            width: 20vw;
        }
        .slare{
            width: 3vw;
        }
    .comp0{
        bottom:-4vh;
        left: 20%;
    }
        .link i{
           
            font-size: 3rem;
        }
        footer{
            margin-top: 15vh;
        }
         .swiper{width: 80%;}
        .view{padding: 4%;}
       
    }
    @media only screen and (max-width: 600px) {
        .link{
            width: 20vw;
            margin-top: 2.5vh;
        }
        .comp0{
          
            left: 10%;
            width: 3rem;
        }
        h1{
            font-size: 30px;
            margin: 12vh 0 1vh 0;
        }
    h3{
        font-size: .9em;
        padding:0 10%;
    }
        .link i{
           
            font-size: 1.5rem;
        }
        footer{
            margin-top: 7vh;
            }
            .slare{
                width: 5vw;
            }
            .logo{
             
                margin-bottom:-10vh;
            }
            .container{
                background: url('img/moon\ lines\ banner.jpg');
                background-repeat: no-repeat;
                background-size: cover;
                height: 20vh;
            }
             .swiper{width: 100%;}
        .view{padding: 5%;font-size: 15px;margin: 5vh auto 0;}
        }