
   #particles-js
  {
    height: 100%;
    background-image: url('../pics/home2.jpg');
    background-repeat:no-repeat;
    background-position: center;
    background-size: 100%;
    /* background-color: #b1adb4; */
  }
  .item3 { 
    grid-area: main;
  }

  .grid-container {
    display: grid;
    grid-template-areas:  ' main main main main main right'
    ' main main main main main right'  ;
    justify-content: center;
    grid-gap: 40px;
    padding:40px ;
  }
  iframe {
     width: 900px;;
    height: 100%;
    border-radius: 20px;
    grid-area: right; 
  }
  @media screen and (max-width:  500px) {
    #particles-js {
background-image: url('../pics/phone-logo.png');
background-repeat:no-repeat;
background-position: center;
background-size: 600px;
height: 80vh;
 }
 .screen {
  width:350px;
}
.grid-container {
  grid-template-areas:   ' main main main main main main'
  ' right right right right right right' ;
margin-left:0 ;
}
iframe {
  width: 80%;
  height: 100%;
  margin-left: 40px;
}

    
}

  .about {
    cursor: pointer;
    background-color: #6058A3;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .about h1 {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .about h2 {
    opacity: 0.8;
  }
  .about span {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: auto;
    border-radius: 50%;
    font-size: 40px;
    color: #ffffff;
    opacity: 0.7;
    background-color: #62c6eb;
    /* border: 2px solid #5F57A3; */
  
    webkit-transition: all 0.5s ease;
    moz-transition: all 0.5s ease;
    os-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .about-item:hover span {
    opacity: 1;
    border: 2px solid #3190d4;
    font-size: 42px;
    -webkit-transform: scale(1.1, 1.1) rotate(360deg);
    -moz-transform: scale(1.1, 1.1) rotate(360deg);
    -o-transform: scale(1.1, 1.1) rotate(360deg);
    transform: scale(1.1, 1.1) rotate(360deg);
  }
  .about-item:hover h2 {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .about .lead {
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
  }
  .screen {
    background: linear-gradient(90deg, #5d54a4, #7c78b8);
    position: relative;
    height: 600px;
    width:380px;
    box-shadow: 10px 10px 24px #5c5696;
    border-radius:20px; 
    }
  .screen__content {
    z-index: 1;
    position: relative;
    height: 100%;
    border-radius:20px; 

  }
  
  .screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    
  }
  
  .screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
  }
  
  .screen__background__shape1 {
    height: 520px;
    width: 520px;
    background: #fff;
    top: -50px;
    right: 120px;
    border-radius: 0 72px 0 0;
  }
  
  .screen__background__shape2 {
    height: 220px;
    width: 220px;
    background: #6c63ac;
    top: -172px;
    right: 0;
    border-radius: 32px;
  }
  
  .screen__background__shape3 {
    height: 540px;
    width: 190px;
    background: linear-gradient(270deg, #5d54a4, #6a679e);
    top: -24px;
    right: 0;
    border-radius: 32px;
  }
  
  .screen__background__shape4 {
    height: 400px;
    width: 200px;
    background: #7e7bb9;
    top: 420px;
    right: 50px;
    border-radius: 60px;
  }
  
  .login {
    width:400px;
    padding: 30px;
    padding-top: 120px;
  }

  .login__field {
    padding: 20px 0px;
    position: relative;
  }
  
  .login__icon {
    position: absolute;
    top: 30px;
    color: #7875b5;
  }
  
  .login__input {
    border: none;
    border-bottom: 2px solid #d1d1d4;
    background: none;
    padding: 10px;
    padding-left: 24px;
    font-weight: 700;
    width: 75%;
    transition: 0.2s;
  }
  
  .login__input:active,
  .login__input:focus,
  .login__input:hover {
    outline: none;
    border-bottom-color: #6a679e;
  }
  
  .login__submit {
    background: #fff;
    font-size: 14px;
    margin-top: 30px;
    padding: 16px 20px;
    border-radius: 26px;
    border: 1px solid #d4d3e8;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #4c489d;
    box-shadow: 0px 2px 2px #5c5696;
    cursor: pointer;
    transition: 0.2s;
  }
  
  .login__submit:active,
  .login__submit:focus,
  .login__submit:hover {
    border-color: #6a679e;
    outline: none;
  }
  
  .button__icon {
    font-size: 24px;
    margin-left: auto;
    color: #7875b5;
  }
  
  .social-login {
    position: absolute;
    height: 140px;
    width: 160px;
    text-align: center;
    bottom: 0px;
    right: 0px;
    color: #fff;
  }


  
  .sec-heading{
    margin-bottom: 50px;
}
.sec-heading h2 {
text-align: center;
font-family: allura;
font-size: 80px;
}
.clients{
    padding: 100px 0;
    /* background-image: url(../pics/88.jpg); */
}

.box {
display: grid;
align-items: center;
justify-items: center;
width: 60%;
height: auto;    
transition: transform .5s ease-in;
margin: 8px auto;
}

.box img {
max-width: 100%;
max-height: 100%;
width: 100%;
}

.box:hover {
transform: scale(1.2);
}
.sec-heading h1 {
  text-align: center;
  
}