

*{
    margin: 0;
    padding: 0;
  /*  background: url(1.jpg )  no-repeat;
    background-size: contain;*/

}
body{
  background: rgb(31 41 55);   
/* background:linear-gradient(45deg, #ff8a00, #da1b60  ); */
}


.main{
    width: 100%;
  /*  background: rgb(31 41 55) ;
   /* background: linear-gradient(to top, rgba(0,0,0,0.5)50%,rgba(0,0,0,0.5)50%);
    /* url(1.jpg); */
    background-position: center;
    background-size: cover;
    height: 100vh;
    padding-bottom: 20px;
}


.navbar{
    width: 1200px;
    height: 75px;
    margin: auto;
}

.icon{
    width: 200px;
    float: left;
    height: 70px;
}

.logo{
    color: blueviolet;
    font-size: 35px;
    font-family: Arial;
    padding-left: 20px;
    float: left;
    padding-top: 10px;
    margin-top: 5px;
}

.menu{
    width: 400px;
    float: left;
    height: 70px;
}

ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul li{
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;
}

ul li a{
    text-decoration: none;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}

ul li a:hover{
    color:blueviolet;
    text-decoration: underline;
    font-size: 1rem;
}

.search{
    width: 330px;
    float: left;
    margin-left: 270px;
}

.srch{
    font-family: 'Times New Roman';
    width: 200px;
    height: 40px;
    background: transparent;
    border: 1px solid blueviolet;
    margin-top: 13px;
    color: #fff;
    border-right: none;
    font-size: 16px;
    float: left;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.btn{
    width: 100px;
    height: 40px;
    background: blueviolet;
    border: 2px solid blueviolet;
    margin-top: 13px;
    color: #fff;
    font-size: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.2s ease;
    cursor: pointer;
}
.btn:hover{
    color: white;
    background: #000;
   
}

.btn:focus{
    outline: none;
}

.topic{
    color: blueviolet;
    font-size: 27px;
    margin-top: 20px; 
}
.topic .fa-solid{
    padding-left: 1rem;
    cursor: pointer;
}
.topic .fa-solid:hover{
    color: white;
}

.srch:focus{
    outline: none;
}

.content{
    width: 1200px;
    height: auto;
    margin: auto;
    color: #fff;
    position: relative;
}

.content .par{
    padding-left: 20px;
    padding-bottom: 25px;
    font-family: Arial;
    letter-spacing: 1.2px;
    line-height: 30px;
}

.content h1{
    font-family: 'Times New Roman';
    font-size: 50px;
    padding-left: 20px;
    margin-top: 9%;
    letter-spacing: 2px;
}

.content .cn{
    width: 160px;
    height: 40px;
    background: blueviolet;
    border: none;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: .4s ease;
    
}

.content .cn:hover{
    animation: glowing 1.5s infinite alternate;
    border: 3px solid black;

}
.content .cn a{
    text-decoration: none;
    color: #000;
    transition: .3s ease;
}

.cn:hover{
    background-color: #fff;
}

.content span{
    color: blueviolet;
    font-size: 65px
}

.form{
    width: 250px;
    height: 450px;
    background: linear-gradient(to top, rgba(0,0,0,0.8)50%,rgba(0,0,0,0.8)50%);
    position: absolute;
    top: -20px;
    left: 870px;
    transform: translate(0%,-5%);
    border-radius: 10px;
    padding: 25px;
}

.form h2{
    width: 220px;
    font-family: sans-serif;
    text-align: center;
    color: blueviolet;
    font-size: 22px;
    background-color: #fff;
    border-radius: 10px;
    margin: 2px;
    padding: 8px;
}

.form input{
    width: 240px;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid blueviolet;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
    font-family: sans-serif;
}

.form input:focus{
    outline: none;
}

::placeholder{
    color: #fff;
    font-family: Arial;
}

.btnn{
    width: 240px;
    height: 40px;
    background: blueviolet;
    border: none;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    transition: 0.4s ease;
}
.btnn:hover{
    background: #fff;
    color: blueviolet;
    animation: glowing 1.5s infinite alternate;
    border: 3px solid black;

}
.btnn a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.form .link{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding-top: 20px;
    text-align: center;
}
.form .link a{
    text-decoration: none;
    color: blueviolet;
}
.liw{
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}
.icons a{
    text-decoration: none;
    color: #fff;
}
.icons ion-icon{
    color: #fff;
    font-size: 30px;
    padding-left: 14px;
    padding-top: 5px;
    transition: 0.3s ease;
}
.icons ion-icon:hover{
    color: blueviolet;

}


/* about us css starts from here */
.about{
    width: 100%;
    height: 70vh;
    padding: 70px 0;

}

.about .about_main{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.about .about_main .image img{
    width: 600px;
    position: relative;
    top: 60px;
    margin-left: 150px;
}

.about .about_main .about_text h1 span{
    color:blueviolet;
    margin-right: 15px;
    font-family: mv boli;
}

.about .about_main .about_text h1{
    font-size: 55px;
    color: white;
    position: relative;
    bottom: 50px;
}

.about .about_main .about_text h3{
    font-size: 30px;
    margin: 0 0 50px 0;
    color: white;
}

.about .about_main .about_text p{
    width: 650px;
    text-align: justify;
    color: white;
    margin-right: 30px;
    line-height: 22px;
}

.about .about_btn{
    background: blueviolet;
    padding: 12px 25px;
    text-decoration: none;
    color: #fff;
    position: relative;
    left: 55%;
    border-radius:8px;
    bottom: 30px;
    cursor: pointer;
}
.about .about_btn:hover{
    animation: glowing 1.5s infinite alternate;
    background-color: white;
    color: black;
    font-size: 1.2rem;
    border: 3px solid black;

}
/*Abouts us css ends from here */





/*Team css start from here*/

.team{
    width: 100%;
    height: 90vh;
   padding-top: -10px;
    background-size: cover;
    background-position: center;
}
.teamintro{
    color: white;
      margin-left: 50px;
      text-align: justify;
      margin-right: 50px;
}

.team h1{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    margin-bottom: 30px;
    color: white;
}

.team h1 span{
    color: blueviolet;  /* color of our team */
    margin-left: 15px;
    
}

.team h1 span::after{
    content: '';
    width: 100%;
    height: 2px;
    background: blueviolet;
    display: block;
    position: relative;
    bottom: 15px;
}

.team .team_box{
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 13%;
}
.Tbtn{
    width: 100px;
    height: 30px;
    background:blueviolet;
    border: 2px solid blueviolet;
    margin-top: 13px;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    transition: 0.2s ease;
    cursor: pointer;
}
.Tbtn:hover{
    animation: glowing 1.5s infinite alternate;
    background-color: #fff;
    color: #000;
    border: 2px solid black;

}

.team .team_box .profile{
    width: 320px;
    height: 320px;
    border-radius: 50%;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    transition: 0.4s;
}

.team .team_box .profile:hover{
    border-radius: 20px;
    height: 320px;
    animation: glowing 1.5s infinite alternate;
    border: 3px solid black;
    background: white;

}

.team .team_box .profile img{
    width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;




    cursor: pointer;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    z-index: 2;
    transition: 0.4s;
}

.team .team_box .profile:hover img{
    border-radius: 20px;
    margin-top: -230px;
}

.team .team_box .profile .info{
    position: absolute;
    text-align: center;
    top: 25%;
    transition: 0.4s;
}

.team .team_box .profile:hover .info{
    top: 60%;
}

.team .team_box .profile .info .name{
    color: blueviolet;
    margin-bottom: -10px;
}

.team .team_box .profile .info .bio{
    width: 70%;
    text-align: center;
    margin: 0 auto 10px auto;
    color: white;
}

.team .team_box .profile .info .team_icon i{
    margin: 10px 5px 5px 0;
    cursor: pointer;
    font-size: 25px;
    transition: 0.3s;
}

.team .team_box .profile .info .team_icon i:hover{
    color: blueviolet;
}

/* css for team ends here*/



/*footer style ends from here*/


footer {
    background-color: rgb(31 41 55);
    color: white;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
  }
  footer * {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    border: none;
    outline: none;
  }
  .row {
    padding: 1em 1em;
  }
  .row.primary {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr 2fr;
    align-items: stretch;
  }
  .column {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 2em;
    min-height: auto;
  }
  h3 {
    width: 100%;
    text-align: left;
    color: white;
    font-size: 1.4em;
    white-space: nowrap;
  }
  
  */
  .aboutF p {
    text-align: justify;
    line-height: 2;
    margin: 0;
  }
 .foot input{
    font-size: 1em;
    padding: 1em;
    width: 100%;
    height: 34px;
    border-radius: 5px;
    margin-bottom: 12px;
  }
  .buttonF {
    background-color: blueviolet;
    color: #ffffff;
    font-size: 1em;
    width: 100%;
    height: 34px;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer; 

  }
  .buttonF:hover {
    animation: glowing 1.5s infinite alternate;
    background-color: white;
    color: #000;
    border: 3px solid black;

  }
  div.social {
    display: flex;
    justify-content: space-around;
    font-size: 2.4em;
    flex-direction: row;
    margin-top: 0.5em;
    cursor: pointer;
  }
  .social i {
    color: blueviolet;
  }

  .social i:hover {
    color: white;
  }
  
  
  
  
  .privacy span{
  cursor: pointer;
  }

  @keyframes glowing {
    0% {
      box-shadow: 0 0 10px #3498db, 0 0 20px #3498db, 0 0 30px #3498db;
    }
    100% {
      box-shadow: 0 0 20px #3498db, 0 0 30px #3498db, 0 0 40px #3498db;
    }
  }










  ::-webkit-scrollbar{
    width: 8px;
}

::-webkit-scrollbar-track{
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb{
    background: blueviolet;
    border-radius: 10px;
}