/* .mtop{
  margin-top: 20px;
}



  a,p,h1,h2,h3,h4,ul {
    margin: 0;
    padding: 0;
  }

  
  .section-services {
    padding-top: 110px;
    padding-bottom: 120px;
    font-family: "Poppins", sans-serif;
  

  }

  .section-services .header-section {
    margin-bottom: 35px;

  }
  
  .section-services .header-section .title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .section-services .header-section .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 1px;
    background-color: #f70037;
  }
  
  .section-services .header-section .title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    background-color: #f70037;
  }
  .part-1,.part-2{
    color: rgb(73, 73, 73);
  }
  
 
  .section-services .header-section .description {
    color: #ffffff;
  }
  
  .section-services .single-service {
    margin-top: 40px;
    background-color: #f7f7f7;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
  }
  .none_display{
 
  }
  .section-services .single-service .part-1 {
    padding: 25px;
    width: 100%;


    height: 200px;
    border-bottom: 2px solid #dddddd;

  }


  
  
  .section-services .single-service .part-1 i {
    margin-bottom: 25px;
    font-size: 50px;
    color: #cc9a33;
  }
  
  .section-services .single-service .part-1 .title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.8em;
  }
  
  .section-services .single-service .part-2 {
    padding: 20px 30px;
    height:200px;
    overflow: scroll;
  }
  
  .section-services .single-service .part-2 .description {
    margin-bottom: 22px;
    color: #6f6f71;
    font-size: 14px;
    line-height: 1.8em;
  }
  
  .section-services .single-service .part-2 a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }
  
  .section-services .single-service .part-2 a i {
    margin-right: 10px;
    color: #f70037;
  }

  @media (min-width: 992px){
  .col-lg-4 {

      max-width: 25%;
  }}
  @media (min-width: 1200px){
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 85%;
} */

@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: 'Roboto', sans-serif;
}


.card h1{
  color: #cc9a33;
  position: absolute;
  font-size: 20px;
  top: 260px;
  left: 24px;
  border-bottom: 2px solid #cc9a33;
}
.card .up-icon{
  position: absolute;
  font-size: 25px;
  top: 290px;
  left: 130px;
  color: #cc9a33;
}


/* .content{
  margin-top: 20px;
} */

.card.carddesign.whyattend{
    height: 150px;
}

.container .card {
    
  position: relative;
  padding: 20px;
  height: 310px;
  display: flex;
    align-items: center;
    justify-content: center;
  margin-bottom: 12%;
  top: 0%;
  /*width: 280px;*/
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(225, 225, 225, 0.5);
  border-left: 1px solid rgba(225, 225, 225, 0.5);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  z-index: 1;

  /* backdrop-filter: blur(5px); */
}


 .part-1 i {
  margin-bottom: 25px;
  font-size: 50px;
  color: rgb(204,154,51,0.9);
}
 .title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 25px;
  text-transform: capitalize;
  font-size: 20px;
  color: rgb(54, 54, 54);

}
 .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 1px;
  background-color: #cc9a33;
}
 .title:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 3px;
  background-color: #cc9a33;
}


.container .card .content {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: rgb(70, 70, 70);
  text-align: center;
  transform: translateY(50px);
  opacity: 0;
  transition: 0.5s linear;
  border-bottom: 2px solid rgb(184, 184, 184);
}

.container .card:hover .content {
  transform: translateY(0px);
  opacity: 1;

}
.container .card:hover h1{
display: none;

}
.container .card:hover .up-icon{
  display: none;
  }
.container .card:hover .bgimg img{
  display: none;
}

.container .card .content h4{
  position: absolute;
  top: -50px;
  right: 0;
  color: rgba(117, 117, 117, 0.1);
  font-size: 24px;
}

.about_con p {
  font-size: 14px;
}

.container .card .content h3 {
  font-size: 1.8em;
  margin: 5px;
}

.container .card .content a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: black;
  text-decoration: none;
  border-radius: 10px;
  height: 30px;
  width: 120px;
  margin: 15px;
}



  @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap');

body{
    margin:0;
  }
  .mazi-container{
    width:100vw;
    height:100%;
    background: #F2ECFD;
    background-image:url('./Exports/how-it-works-bg.png');
    background-size:cover;
    background-position:center center;
    padding:0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .Sec-title{
    max-width:100%;
    display:flex;
    align-items: center;
    justify-content: center;    
    margin:auto;
    font-size: 35px;
    color: #16003B;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
  }

  .mazi-wrapper{
    max-width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    margin:auto;
  }
  
  .sec-md-35{
    width:35%;
    margin-top: 0;
  }
  
  .sec-md-30{
    width:30%;
    text-align:center;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
    z-index: 3;
  }

  .cards{
    position: relative;
    margin: auto;
    margin-top:220px;
  }

  .cards .card{
    width:75%;
    height: 150px;
    background:#fff;
    padding:30px;
    margin-Top: 20px;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px; 
  }

  .cards .card h2{
    margin-top: 0;
  }

  .left-t{
    margin-left: 15%;
    opacity: 0;
    animation: 1s ease-out forwards 1 slideInFromLeft;
    animation-delay: 1s;
  }

  .left-b{
    margin-left: 45%;
    opacity: 0;
    animation: 1s ease-out forwards 1 slideInFromLeft;
    animation-delay: 3s;
  } 

  @keyframes slideInFromLeft{
    0% {
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  .right-t{
    margin-left: -4%;
    opacity: 0;
    animation: 1s ease-out forwards 1 slideInFromRight;
    animation-delay: 2s;
  }

  .right-b{
    margin-left: -32%;
    opacity: 0;
    animation: 1s ease-out forwards 1 slideInFromRight;
    animation-delay: 4s;
  }

  @keyframes slideInFromRight{
    0% {
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  .all-path{
    stroke-dasharray: 1000;
    stroke-dashoffset: 100;
  }

  .all-path .no1, .all-path .no2, .all-path .no3, .all-path .no4{
    animation: 4s ease-out forwards 1 draw;
    opacity: 0;
  }

  .all-path .no2{
    animation-delay: 1s;
  }
  
  .all-path .no3{
    animation-delay: 2s;
  }
  
  .all-path .no4{
    animation-delay: 3s;
  }

  
  @keyframes draw{
    0% {
      stroke-dashoffset: 1000;
      opacity: 0;
    }
    100% {
      opacity: 1;
      stroke-dashoffset: 0 ;
    }
  }


