body{
    margin: 0;
    padding: 0;    
}

.main-box{   
    width: 90%;
    height: auto;
    padding: 10px;    
    margin-top: 100px;
    margin-left: 60px; 
    margin-bottom: 70px; 
    border-radius: 4px;
    z-index: 1;   
}

.main-box::before {
    background-color: rgba(16, 14, 14, 0.3);
    content: '';
    margin-top: 50px;
    height: auto;
    backdrop-filter: blur(5px);    
    position: absolute;
    inset: 3%;
    z-index: -1;
  }

/*  */
.logo{
    width: 15%;
    border-radius: 30px;
    height: auto;
}
.first-text{
    color: #9a0e80;
    font-size: 40px;
    margin-left: 20px;
}
.second-text{
    font-size: 20px;
    margin-top: 20px;
}
.third-text{
    font-size: 20px;
}
.head-text{
    color: #9a0e80;
    margin: 20px;
}
.icon1{
    float: right;
    padding: 5px;
    width: 9%;
    height: 9vh;
    text-align: center;
    border-radius: 50px;  
    z-index: 5;  
}

.labels2{
    display: flex;

    justify-content: space-evenly;
}
.labels{
    display: flex;
    flex-grow: 2;
    width: 100%;
    height: auto;
    justify-content: space-evenly;
    align-items: center;
    margin: 30px;
    z-index: 2;
}

/* .wrapper .button
{    
    width:70px;
    height:70px;
    margin:0 7px;
    background: #fff;
    float:left;
    justify-content: center;
    border-radius: 50px;
    box-shadow: 0 10px 10px 10px rgba(0,0,0,0.1);
    cursor:pointer;
    overflow:hidden;
    transition:width .5s ease-in-out;    
} */
 @media (max-width:640px){
    .wrapper .button
    {    
        width:70px;
        height:70px;
        margin:0 7px;
        background: #fff;
        float:center !;
        justify-content: center;
        border-radius: 50px;
        box-shadow: 0 10px 10px 10px rgba(0,0,0,0.1);
        cursor:pointer;
        overflow:hidden;
        transition:width .5s ease-in-out;    
    } 
 }

@media (min-width:768px){

    .wrapper .button
{    
    width:70px;
    height:70px;
    margin:0 7px;
    background: #fff;
    float:left;
    justify-content: center;
    border-radius: 50px;
    box-shadow: 0 10px 10px 10px rgba(0,0,0,0.1);
    cursor:pointer;
    overflow:hidden;
    transition:width .5s ease-in-out;    
}
    .wrapper .button:hover
    {
        width:210px;
        height: 76px;
    }
    .wrapper .button:nth-child(1):hover .icon{background: #49cb5a;color:#fff;}
    .wrapper .button:nth-child(2):hover .icon{background: #4267B2;color:#fff;}
    
    .wrapper .button:nth-child(3):hover .icon{background:#1DA1F2;color:#fff;}
    
    .wrapper .button:nth-child(4):hover .icon{background:#E1306C;color:#fff;}
    
    .wrapper .button:nth-child(5):hover .icon{background:#333;color:#fff;}
    
    .wrapper .button:nth-child(6):hover .icon{background:#FF0000;color:#fff;}
    
    
    .wrapper .button:nth-child(1):hover span{color:#42b24f}
    .wrapper .button:nth-child(2):hover span{color:#4267B2}
    .wrapper .button:nth-child(3):hover span{color:#1DA1F2}
    .wrapper .button:nth-child(4):hover span{color:#E1306C}
    .wrapper .button:nth-child(5):hover span{color:#333}
    .wrapper .button:nth-child(6):hover span{color:#FF0000}
    .wrapper .button .icon{
      
        display:inline-block;
        border-radius: 50px;
        height:60px;
        width:60px;
        margin: 8px 6px 0px 6px;
        text-align: center;
    }

    .wrapper .button .icon i 
{
    font-size:38px;
     margin: 10px;
    transition:all .2s ease-in-out;
}
.wrapper .button span
{
    font-size:27px;
    font-weight: 500;
    /* line-height: 5px; */

}
}





/* 2nd wrapper */
.labels3{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-evenly;
    margin: 20px;
    z-index: 2;
}
@media (min-width:640px) {
    .wrapper2 .button
{    
    width:70px;
    height:70px;
    margin:0 5px;
    background: #fff;
    float:left;
    justify-content: space-evenly;
    border-radius: 50px;
    box-shadow: 0 10px 10px 10px rgba(0,0,0,0.1);
    cursor:pointer;
    overflow:hidden;
    transition:width .5s ease-in-out;
    
}
.wrapper2 .button:hover
{
    width:200px;
}

.wrapper2 .button:nth-child(1):hover .icon{background:#FF0000;color:#fff;}
.wrapper2 .button:nth-child(2):hover .icon{background:#0c0c0c;color:#fff;}
.wrapper2 .button:nth-child(3):hover .icon{background:#c26666;color:#fff;}
.wrapper2 .button:nth-child(4):hover .icon{background:#e600ff;color:#fff;}
.wrapper2 .button:nth-child(5):hover .icon{background:#efef3f;color:#fff;}


.wrapper2 .button:nth-child(1):hover span{color:#FF0000}
.wrapper2 .button:nth-child(3):hover span{color:#c26666}
.wrapper2 .button:nth-child(4):hover span{color:#e600ff}
.wrapper2 .button:nth-child(5):hover span{color:#efef3f}
.wrapper2 .button .icon{
  
    display:inline-block;
    border-radius: 50px;
    height:60px;
    width:60px;
    margin: 6px;
    text-align: center;
}
.wrapper2 .button .icon i 
{
    font-size:38px;
    margin: 10px;
    transition:all .2s ease-in-out;
}
.wrapper2 .button span
{
    font-size:27px;
    font-weight: 500;
    line-height: 5px;
}
    
}


/* bg  animation */

.area{
    width: 0px;
    height:0;
    
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    overflow: hidden;
    z-index: -1;
    
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #9b51df;
    animation: animate 35s linear infinite;
    bottom: -90px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}


@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 90%;
    }

}

@media  (max-width:350px) {

    .labels{
        display: flex; 
        width: 90%;
        justify-content: space-evenly;     
        align-items: center;
        margin: 30px;       
    }
   
    .labels3{
        display: flex;
        width: 90%;
        justify-content: space-evenly;
        align-items: center;
        margin: 30px; 
                 
    }      

    .wrapper2 .button
    {   margin: 10px;  
        justify-content: space-evenly;
        align-items: center;              
    }
    
    .wrapper .button
    {   margin: 10px;                
        justify-content: space-evenly;
        align-items: center;             
    }
    #Pinterest{
        position: absolute;
        margin-top: -95px;
        margin-left: 145px;
    }
    /* #labels-icon::before{
        margin-left: 100px;
    } */
    
}




@media screen and (min-width:355px)  and (max-width:500px){

    .labels{
        display: flex; 
        width: 100%;
        justify-content: space-evenly;     
        align-items: center;
        margin: 10px;       
    }
   
    .labels3{
        display: flex;
        width: 80%;
        justify-content: space-evenly;
        align-items: center;
        margin: 40px;
              
    }      

    .wrapper2 .button
    {   margin-top: 10px;  
        margin-left: 10px;
        justify-content: space-evenly;
        align-items: center;              
    }
    
    .wrapper .button
    {   margin-top: 15px;        
        margin-left: 10px;   
        justify-content: space-between;
        align-items: center;             
    }
    #Pinterest{
        position: absolute;
        margin-top: -95px;
        margin-left: 125px;
    }      
    
}



@media screen and (min-width:405px)  and (max-width:500px){

    .labels{
        display: flex; 
        width: 100%;
        height: auto;
        justify-content: center;     
        align-items: center;
        margin: 10px;       
    }
   
    .labels3{
        display: flex;
        width: 80%;
        justify-content: center;
        margin: 30px;
        /* margin-top: -30px;
        margin-left: 0px; */
    }
              
  
    #Pinterest{
        position: absolute;
        margin-top: -95px;
        margin-left: 115px;
    }   
    
    
   
}



@media  (max-width:400px) {
    .main-box{   
        width: 90%;
        height: auto;
        padding: 10px;
        margin-top: 10px;
        margin-left: 0px; 
        margin-bottom: 70px; 
        border-radius: 4px;
        z-index: 1;       
       
    }
    
    .main-box::before {
        background-color: rgba(16, 14, 14, 0.3);
        content: '';
        margin-top: 5px;
        margin-left: 0px;
        width: 95%;
        height: auto;
        backdrop-filter: blur(5px);    
        position: absolute;
        inset: 3%;
        z-index: -1;
      }
    

    .logo{
        width: 30%;      
    }   
    .first-text{
        color: #9a0e80;
        font-size: 30px;      
    }
    .icon1{
        float: right;
        padding: 5px;
        width: 8%;
        height: 8vh;
        margin-right: 30px;
        text-align: center;
        border-radius: 50px;        
    }    
    
    .circles{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70%;
        overflow: hidden;
        z-index: -1;
        
    }    
    
    .circles li{
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 10px;
        background: #9b51df;
        animation: animate 35s linear infinite;
        bottom: -50px;
    }   
    
@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-2000px) rotate(720deg);
        opacity: 0;
        border-radius: 90%;
    }

}
}

@media (max-width:640px){

    .main-box{   
        width: 90%;
        height: auto;
        padding: 10px;
        margin-top: 40px;
        margin-left: 0px; 
        margin-bottom: 70px; 
        border-radius: 4px;
        z-index: 1;      
        }
     
    .main-box::before {
        background-color: rgba(16, 14, 14, 0.3);
        content: '';
        margin-top: 0px;
        margin-left: 0px;
        width: 95%;
        height: auto;
        backdrop-filter: blur(5px);    
        position: absolute;
        inset: 3%;
        z-index: -1;
      }
         
      .wrapper .button
      {    
          width:55px;
          height:auto;
          margin:8 0px;
          background: #fff;
          float:left;
          justify-content: space-evenly;
          align-items: center;
          border-radius: 50px;
          box-shadow: 0 10px 10px 10px rgba(0,0,0,0.1);
          cursor:pointer;
          overflow:hidden;
          transition:width .5s ease-in-out;    
      }    
               
          .wrapper .button .icon i 
        {
          font-size:36px;
          width: auto;
          height: auto;
           margin: 10px;
          transition:all .2s ease-in-out;
      }
      .wrapper .button span
      {
        display: none;
          font-size:27px;
          font-weight: 500;
          line-height: 5px;
      
      }
      /*  */

      .wrapper2 .button
      {    
          width:55px;
          height:auto;
          margin:0 7px;
          background: #fff;
          float:left;
          justify-content: space-evenly;
          align-items: center;
          border-radius: 50px;
          box-shadow: 0 10px 10px 10px rgba(0,0,0,0.1);
          cursor:pointer;
          overflow:hidden;
          transition:width .5s ease-in-out;    
      }    
               
          .wrapper2 .button .icon i 
        {
          font-size:36px;
          width: auto;
          height: auto;
           margin: 10px;
          transition:all .2s ease-in-out;
      }
      .wrapper2 .button span
      {
        display: none;
          font-size:27px;
          font-weight: 500;
          line-height: 5px;
      
      }
     
}
@media (min-width:700px) {

    .main-box{   
        width: 90%;
        height: 100vh;
        padding: 10px;
        margin-top: 40px;
        margin-left: 40px; 
        margin-bottom: 70px; 
        border-radius: 4px;
        z-index: 1;      
        }
    
    .main-box::before {
        background-color: rgba(16, 14, 14, 0.3);
        content: '';
        margin-top: 5px;
        margin-left: 0px;
        width: 95%;
        height: 100vh;
        backdrop-filter: blur(5px);    
        position: absolute;
        inset: 3%;
        z-index: -1;
      }
      .head-text {
        color: #9a0e80;
        margin-left: 20px;
    }  
        
}

@media screen and (max-width:1200px) and (min-width:1300px) {

    .main-box{   
        width: 90%;
        height: auto;
        padding: 10px;
        margin-top: 40px;
        margin-left: 40px; 
        margin-bottom: 70px; 
        border-radius: 4px;
        z-index: 1;      
        }
    
    .main-box::before {
        background-color: rgba(16, 14, 14, 0.3);
        content: '';
        margin-top: 5px;
        margin-left: 0px;
        width: 95%;
        height: 200vh;
        backdrop-filter: blur(5px);    
        position: absolute;
        inset: 3%;
        z-index: -1;
      }
    
}


/* new design section!!!!!!!!!!!!!!!*/

.icon-wrper{
   display: flex;
   column-count: 5;
 
}

.icon_container{
    position: relative;
    display: flex;
    justify-content: center !important;
    align-items: center;
    background-color: white;
    padding: 5px 16px ;
    border-radius: 50%;
}
.icon_holder .icon{
    font-size: 40px;
    padding: 7px;
   
}
.icon_holder span{
    display: none;
   font-size: 30px;
   text-align: center;

}
.icon_holder:hover span{
  display: block;
}
.icon_holder:hover .icon{
      background-color: #49cb5a;
      color: white;
      padding: 5px 8px;
      margin: 5px 8px;
      border-radius: 50%;
}
.icon_holder:hover{
    position: relative;
    display: flex;
    justify-content: center !important;
    align-items: center;
    background-color: white;
    padding: 10px 0px;
    border-radius: 50%;
    width: 240px;
}

.mob-links{
    display: none;
}
.large-screen{
    display: block;
}
@media (max-width:640px){
    .mob-links{
        display: block;
    }
    .large-screen{
        display: none;
    }
}