@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;

}
nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 0px 0px 10px 0px;
    transition: .5s;
    z-index: 100;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
nav .logo{
    float: left;
    background: #fff;
}
nav .logo img{
    height: 94px;
    transition: .5s;
    padding: 12px;
}
nav ul{
    float: right;
    margin: 0;
    padding: 0;
    display: flex;
}
nav ul li{
    list-style: none;
    
}
nav.white{
    background: rgb(255, 255, 255);
    z-index: 10000;
}
nav ul li a{
    line-height: 80px;
    color: #825cda;;
    padding: 3px 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
nav ul li a:hover{
    color:#fff;
    background: #825cda;
}

.sec1{
    width: 100%;
    height: 100vh;
    background: url(../image/maxresdefault.jpg);
    background-size: cover;

}

.responsive-bar{
    display: none;
}
@media (max-width:1286px){
    .responsive-bar{
        display: block;
        width: 100%;
        height: 75px;
        position: fixed;
        top: 0;
        left: 0;
        padding: 5px 20px;
        box-sizing: border-box;
        z-index: 1000000;
        background: rgb(255, 255, 255);
    }
    .responsive-bar .logo img{
        float: left;
        height: 66px;
    }
    .responsive-bar .menu img{
        float: right;
        margin: 29px 11px 0px 11px;
        padding: 0;
        width: 40px;
        height: 30px;
        cursor: pointer;
        filter:invert(1);
    }
    nav,
    nav.white{
        background: #ffffff;
        height: 100px;
        padding: 0;
        /* z-index: 0; */
    }
    nav .logo{
        display: none;
    }
    nav ul{
        position: absolute;
        width: 100%;
        top: 75px;
        left: 0;
        background: #fff;
        float: none;
        display: none;
    }
    nav ul.active{
        display: block;
    }
    nav ul li{
        width: 100%;

    }
    nav ul li a{
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        /* line-height: 30px !important; */
        line-height: 45px;
    }
    section{
        margin-top: 6pc;
    }

}


/* section design */
.patti{
    background: #8259e2;
}
.slidercolor{
 background: url(../image/slider/aboutusbg.jpg);
 background-position: center; 
 position: relative;
/* padding: 23px; */
height: 516px;
}

.intendLink{
    display: flex;
    padding: 12px;
}
.intendLink li{
    list-style: none;
    color: white;
    margin: 0 6px;
}
.intendLink li a{
    text-decoration: none;
    color: #fff;
}
.container2{
    display: flex;
    justify-content: center;
    padding: 6pc 0 0 0;
}
.upheading{
    color: white;
    font-weight: bolder;
}


/* section part design */

.mainAbout{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px;
    /* flex-wrap: wrap; */
}
.mainAboutContent{
    width: 50%;
}
.mainAboutImage{
    width: 50%;
    box-shadow:  13px 14px #8259e2;
}
.mainAboutImage img{
    width: 100%;
}
.mainAboutImage .founder{
  text-align: center;
}
@media (max-width:990px) {
    .mainAbout{
        flex-direction: column;
    }
    .mainAboutContent{
        width: 100%;
    }
    .mainAboutImage{
        width: 100%;
        box-shadow: none;
    }
}



.mainsmallvision{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 23px;
}
.mainsmallvision .vision{
    text-align: center;
    margin: 20px;
    box-shadow: 0px 2px 9px rgb(0 0 0 / 30%);
    padding: 13px;

}
.mainsmallvision .vision .fas{
    font-size: 45px;
    color: #381da9;
    margin-bottom: 20px;
}
.mainsmallvision .vision h3{
    color: red;
    font-weight: 600;

}

@media (max-width:552px) {
    .mainsmallvision{
        flex-wrap: wrap;
    }
}




  /* footer design */

  footer{
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 100px;
    background: #825FD3;
  }
  footer .container4{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  footer .container4 .sec h2{
    position: relative;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
  }
  footer .container4 .sec h2::before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #f8f9fa;
  }
  .sec ul li a{
    color: #fff;
    text-decoration: none;
  }
  .sec ul li{
    list-style: none;
  }
  .sec ul{
    padding: 0;
  }
  .sci2{
    margin-top: 20px;
    display: grid;
  }
  .sci2 li{
    list-style: none;
  }
  .sci2 li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #8259e2;
    display: grid;
    align-items: center;
    justify-content: center;
  }
  .aboutus img{
    background: white;
    padding: 12px;
    width: 7pc;
  }
  .sci2 li:hover a {
    color: #ff3838;
    background: white !important;
  }
  .sci2{
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 50px);
    
  }
  .copyright{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background: #6341b3;
    color: white;
    text-align: center;
    flex-wrap: wrap;
  }
  
 
  @media only screen and (max-width: 1500px) {
    nav {
      margin: 0px;
    }
  }
  /* card responsive */
  
  @media (max-width:412px) {
    .box-container {
      padding: 19px 0px;
    }
    .box-container .box {
      margin: 7px 0px;
    }
  }
  
  /* footer responsive */
  @media (max-width:1052px){
    footer{
      padding: 40px;
    }
    footer .container4{   
      grid-template-columns: repeat(2, 1fr);
    }
    nav{
      margin: 0px;
    }
  }
  @media (max-width:656px){
    footer .container4{   
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
