*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}




/*----background image start---*/
section{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    overflow: hidden;
    /* https://lh3.googleusercontent.com/ka_5IYJDRkXZnbptxq64LPuggGL5FM8gnpJlsuSiOQh4b39kMkiRbVfX8iK8bjMg5SLkdfoix09P60wyFjN2=w681-h614 */
    /* background: url("https://i.postimg.cc/c1Q3njM0/bg2.jpg"); */
/*   background-color:black; */
z-index: -1;
    animation: animateBg 50s linear infinite;
}

@keyframes animateBg{
    0%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
}

span{
    position: absolute;
    top:50%;
    left:50%;
    width: 4px;
    height: 4px;
    background: #ffffffa7;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255,255,255,0.1),0 0 0 8px rgba(255,255,255,0.1),0 0 20px rgba(255,255,255,0.1);
    animation: animate 6s linear infinite;
}
span::before{
    content:'';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 1px;
    background: linear-gradient(90deg,#ffffffa9,transparent);
}
@keyframes animate
{
    0%
    {
        transform: rotate(315deg) translateX(0);
        opacity: 1;
    }
    70%
    {
        opacity: 1;
    }
    100%
    {
        transform: rotate(315deg) translateX(-1000px);
        opacity: 0;
    }
}
/* span:nth-child(1){
    top: 0;
    right: 0;
    left: initial;
    animation-delay: 0s;
    animation-duration: 1s;
} */
span:nth-child(2){
    top: 0;
    right: 80px;
    left: initial;
    animation-delay: 0.2s;
    animation-duration: 3s;
}
span:nth-child(3){
    top: 80;
    right: 0px;
    left: initial;
    animation-delay: 0.4s;
    animation-duration: 2s;
}
span:nth-child(4){
    top: 0;
    right: 180px;
    left: initial;
    animation-delay: 0.6s;
    animation-duration: 1.5s;
}
span:nth-child(5){
    top: 0;
    right: 400px;
    left: initial;
    animation-delay: 0.8s;
    animation-duration: 2.5s;
}
span:nth-child(6){
    top: 0;
    right: 600px;
    left: initial;
    animation-delay: 1s;
    animation-duration: 3s;
}
span:nth-child(7){
    top: 300px;
    right: 0px;
    left: initial;
    animation-delay: 1.2s;
    animation-duration: 1.75s;
}
span:nth-child(8){
    top: 0px;
    right: 700px;
    left: initial;
    animation-delay: 1.4s;
    animation-duration: 1.25s;
}
span:nth-child(9){
    top: 0px;
    right: 1000px;
    left: initial;
    animation-delay: 0.75s;
    animation-duration: 2.25s;
}

/*---background image close---*/

/*---------about us part start----------*/
.aboutus{
    height: 300px;
    width: 100%;
    background-image: url(/images/17373\ [Converted]-01.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
 #canvas {
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index:1;
    pointer-events: none;
}
.aboutus .like{
    height: inherit;
    width: inherit;
    background:rgba(60, 60, 60, 0.76);
    position: relative;
   
    padding: 200px 0 0 30px;
    z-index: 10;
}

.aboutus .like ul li{
    list-style: none;
}
.aboutus .like ul li a{
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: 400;
}
.aboutus .like h1{
    font-size: 50px;
    font-family: Savate,sans-serif;

}

@media screen and (max-width:479px){
    .aboutus{
    height: 200px;
}
.aboutus .like{
    padding: 100px 0 0 30px;
}
.aboutus .like h1{
    font-size: 45px;
}
}
/*---------about us part close----------*/


/*------------------about page start-------------------*/
.about-page{
    /* border: 1px solid white; */
    padding: 100px 200px 30px 210px;
    display: flex;
    gap:5px;
}
.about-page .about-inner{
    height: 400px;
    width: 24%;
    border: 2px dotted #f5bc02;
    box-shadow: 0 0 40px rgba(204, 198, 37, 0.519);
}
.about-page .about-inner img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.text-about{
    background: rgba(0, 0, 0, 0.619);
    color: rgb(170, 170, 170);
    text-align: justify;
    padding: 40px 200px 40px 200px;
}
.text-about p{
    font-size: 15px;
    margin-top: 10px;
    letter-spacing: 1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
@media screen and (max-width:990px){
    .text-about{
    color: rgb(170, 170, 170);
    text-align: justify;
    padding: 40px 20px 40px 20px;
}
.about-page{
    /* border: 1px solid white; */
    padding: 100px 50px 30px 50px;
    display: flex;
    gap:5px;
}
}
@media screen and (max-width:479px){
    .about-page{
    /* border: 1px solid white; */
    padding: 40px 10px 10px 14px;
    display: flex;
    gap:3px;
}
    .about-page .about-inner{
    height: 180px;
    width: 24%;
    border: 2px dotted #f5bc02;
    box-shadow: 0 0 20px rgba(63, 211, 216, 0.571);
}
    .text-about{
        color: rgb(170, 170, 170);
        text-align: justify;
        padding: 40px 20px 40px 20px;
    }
}
/* Small Laptops / Desktop (1025px to 1366px) */
@media (min-width: 1025px) and (max-width: 1366px) {
    .about-page{
        /* border: 1px solid white; */
        padding: 100px 100px 30px 110px;
    }
    .text-about{
        background: rgba(0, 0, 0, 0.619);
        color: rgb(170, 170, 170);
        text-align: justify;
        padding: 40px  110px 40px 100px;
    }
}
/*------------------about page close-------------------*/



/*-------------------Our team start-------------------*/

.our-team{
    color: rgb(170, 170, 170);
    /* border: 1px solid white; */
    text-align: center;
    font-family: Savate,sans-serif;
    padding: 30px 0 30px 0;
}
.our-team h1{
    font-weight: 450;
    letter-spacing: 2px;
    font-size: 50px;
    color: #81C5C4;
    display: inline-block;
    border-bottom: 2px solid #81C5C4;
}

.team{
    /* border: 1px solid white; */
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 60px 130px 40px 170px;
}
.team .team1{
    height: 320px;
    width: 30%;
    background: black;
    border: 2px dotted #f5bc02;
    text-align: center;
    padding: 0 30px 0 30px;
}



.team .team1 .shape-container {
  position: relative;
  width: 180px;
  height: 180px;
  border: 3px dotted rgb(170, 170, 170);
  border-radius: 50%;
  perspective: 600px;
  margin:20px auto;
  box-shadow: 0 0 20px #81C5C4;
}

/* Circle */
.team .team1 .shape-container .circle {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: white;
  font-family: sans-serif;
  font-size: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team .team1 .shape-container .circle.depth {
  animation: depth-animation 1.5s ease-in-out infinite alternate;
  /* background: #f09c1fb0; */
}
.team .team1 .shape-container .circle.depth img{
    height: 150px;
    width : 150px;
    border-radius: 50%;
    object-fit: cover;
}


@keyframes depth-animation {
  from {
    transform: translate3d(0, 0, 100px);
  }
  to {
    transform: translate3d(0, 0, -200px);
  }
}
.team .team1 h2{
	color: #81C5C4;
	font-family: Savate,sans-serif;
    font-size: 23px;
    font-weight: 600;
	letter-spacing: 3px;
    font-style: italic;
    margin-top: 30px;
}
.team .team1 p{
	font-family: "Montserrat", sans-serif;
	font-weight:300;
	font-size: 12.5px;
	letter-spacing: 1px;
	margin-top: 10px;
    color: rgb(170, 170, 170);
	text-align:center;
}



@media screen and (max-width:990px){
    .team{
        gap: 10px;
        padding: 60px 200px 40px 200px;
    }
    .team .team1{
        height: 320px;
        width: 100%;
    }

}
@media screen and (max-width:479px){
    .our-team h1{
        font-weight: 450;
        letter-spacing: 2px;
        font-size: 35px;
        color: #81C5C4;
        display: inline-block;
        border-bottom: 2px solid #81C5C4;
    }
      .team{
        gap: 10px;
        padding: 40px 0px 40px 0px;
    }
}
/* Small Laptops / Desktop (1025px to 1366px) */
@media (min-width: 1025px) and (max-width: 1366px) {
    .team{
        gap: 10px;
        padding: 60px 50px 40px 100px;
    }
}
/*-------------------Our team close-------------------*/