@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body{background-color:#000; font-family: "Manrope", sans-serif;}

h1{font-size:48px;background-image: linear-gradient(to right, #AE63F9, #6CCEFC, #AE63F9);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family: "Wix Madefor Display", sans-serif;line-height: 1.1;}
h2{font-size:40px;background-image: linear-gradient(to right, #AE63F9, #6CCEFC, #AE63F9);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family: "Wix Madefor Display", sans-serif;line-height: 1.1;}
h3{font-size:33px;background-image: linear-gradient(to right, #AE63F9, #6CCEFC, #AE63F9);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family: "Wix Madefor Display", sans-serif; }
h4{font-size:28px;background-image: linear-gradient(to right, #AE63F9, #6CCEFC, #AE63F9);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family: "Wix Madefor Display", sans-serif;line-height: 1.1;}
h5{font-size:23px;background-image: linear-gradient(to right, #AE63F9, #6CCEFC, #AE63F9);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family: "Wix Madefor Display", sans-serif;line-height: 1.1;}
h6{font-size:19px;}

p{font-size:15px; font-family: "Manrope", sans-serif;}

.gradient-text {background-image: linear-gradient(to right, #AE63F9, #6CCEFC, #AE63F9);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
 
.head-ctrl{display: inline-flex;}

.head-ctrl li{margin: 5px;}

	    .btn-01 {
    background: #e7e6e6;
    color: #343a40;
    border-radius: 50px;
    padding: 7px 16px 7px 16px;
    font-size: 12px;
    margin-right: -4px !important;
    margin-left: 22px;
    /* margin-top: 13px; */
    position: relative!important;
    top: 3px!important;
}

.get-btn{background: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
	color:#000;
	}
	
.sign-btn{border:1px solid #fff; padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
	color:#fff;
	 transition: background 0.8s;
	}
	
.sign-btn:hover{border:1px solid #fff; padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;color:#4B12ED; 
	background: #fff;
}
	
.sign-btn:active {  background-color: #047ab6;
  background-size: 100%;
  transition: background 0s;
}


#section-one{background-image: url('../images/banner-img-1.png');
 background-size: cover; 
 background-position: center;
 background-repeat: no-repeat;}
  
#section-two{ padding-top:0px;padding-bottom:0px;}

#section-three{ padding-top:80px;padding-bottom:0px;}

#section-four{padding-top:0px;padding-bottom:0px;}

#section-five{margin-top:0px;padding-bottom:0px;}

#section-six{padding-top:80px;padding-bottom:0px;}

#section-seaven{padding-top:40px;padding-bottom:0px;}
 
 #section-eight{padding-top:80px;padding-bottom:0px;}
 
 #section-nine{ background-image: url(../images/bg-03.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 350px;
 }
 #section-ten{padding-top:80px;padding-bottom:0px;} 
 
 #section-eleven{padding-top:80px;padding-bottom:0px;}
 
 #section-twelve{padding-top:80px;padding-bottom:0px;}
 
 #section-tirteen{padding-top:80px;padding-bottom:0px;} 
 #section-fourteen{padding-top:80px;padding-bottom:0px;} 
 
 #section-fifteen{padding-top:80px;padding-bottom:0px;} 
 
 #section-sixteen{padding-top:80px;padding-bottom:0px;}
 
 #footer-sec{margin-top:80px;margin-bottom:30px;}
 
	
	.white-text{color:#fff;}
	
	.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 10.25rem;
    left: 4%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--bs-carousel-caption-color);
    text-align:left;
}
	
	
 .overlay {
      width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
   
    top: 0;
    left: 0;
    z-index: 999;
}
 
 .pdtb{     padding-top: 170px;
    padding-bottom: 55px;}


@media (max-width: 768px) {
  .menu-main li {
    display: block;       
    width: 100%; 
  }
  
}
.btn-ctrl-01 {
    display: block;
    /* margin: 50px auto; */
    overflow: hidden;
    position: relative;
    /* width: 180px; */
    /* padding: 20px 0; */
    border-radius: 30px;
    cursor: pointer;
    /* font-size: 1.1em; */
    /* font-weight: bold; */
    border: none;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    color: #000000;
    box-shadow: inset 0px 0px 3px #ffffff;
    padding: 10px 18px;
    background: #fff;
	 font-family: "Manrope", sans-serif;
}
.btn-ctrl-01:before {
  content: "";
  display: inline-block;
  transform: translateY(50%);
  left: 0;
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #9C27B0;
  z-index: -1;
  transition: transform ease 1s;
   font-family: "Manrope", sans-serif;
}
.btn-ctrl-01:hover {
  color: white;
  transition: color 0.1s ease;
  transition-delay: 0.2s;
   font-family: "Manrope", sans-serif;
}
.btn-ctrl-01:hover:before {
  transform: translateY(-45%);
   font-family: "Manrope", sans-serif;
}

.btn-ctrl-02 {
    display: block;
    /* margin: 50px auto; */
    overflow: hidden;
    position: relative;
    /* width: 180px; */
    /* padding: 20px 0; */
    border-radius: 30px;
    cursor: pointer;
    /* font-size: 1.1em; */
    /* font-weight: bold; */
    border: none;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    color: #ffffff;
    box-shadow: inset 0px 0px 3px #ffffff;
    padding: 10px 18px;
	 font-family: "Manrope", sans-serif;
    
}
.btn-ctrl-02:before {
  content: "";
  display: inline-block;
  transform: translateY(50%);
  left: 0;
  position: absolute;
  width: 100%;
  height: 180px;
  border-radius: 50%;
  background-color: #9C27B0;
  z-index: -1;
  transition: transform ease 1s;
   font-family: "Manrope", sans-serif;
}
.btn-ctrl-02:hover {
  color: white;
  transition: color 0.1s ease;
  transition-delay: 0.2s;
   font-family: "Manrope", sans-serif;
}
.btn-ctrl-02:hover:before {
  transform: translateY(-45%);
   font-family: "Manrope", sans-serif;
}

 

.button-control li {
  display: inline-block;    
  margin-left: 0;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .button-control{
    display: none;
  }
}
.button-control2 {
  display: none;

}
 button-control2 li {
  display: inline-block;    
  margin-left: 0;
  margin-right: 10px;

}
	
@media (max-width: 768px) {
  .button-control2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 80px;
  }
 
}

	
	 
.fs-01{font-size: 70px;}


.circle-ctrl{max-width: 50%;
    text-align: center;
    margin: 0 auto;
    display: block;}
	
	
.mrgt-50{margin-top:50px}

.logo-ctrl li{display: inline-block;
    margin: 0px 35px;}
	
	.purpule-text{color:#B365F9;}

.grey-text{color:#CDCECE;}

.mrgtop80{    margin-top: 80px;}


    .main-wrapper {
      background: #2b2542;
      padding: 40px 40px 40px 40px;
      border-radius: 100px;
      position: relative;
      text-align: center;
      
      width: 100%;
	  box-shadow: inset 0 0 0px 40px #241f33;
    }

    .main-wrapper h1 {
      font-size: 36px;
      background: linear-gradient(90deg, #5d7eff, #b65eff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 12px;
    }

    .main-wrapper p {
      font-size: 16px;
      color: #cfcfcf;
    }

    .profile {
      position: absolute;
      width: 150px;
      text-align: center;
    }

    .profile img {
    font-size: 7px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    padding: 12px;
    margin: 31px;
    /* position: absolute; */
}

    .tag1 {
    position: absolute;
    bottom: 34px;
    right: 53%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 4px 14px;
    border-radius: 10px;
    font-size: 13px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}

    .tag1 span {
      display: block;
      font-size: 11px;
     color: #fff;
    }
	
	
	
	 .tag2 {
    position: absolute;
    bottom: 34px;
    left: 98%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 4px 14px;
    border-radius: 10px;
    font-size: 13px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}

    .tag2 span {
      display: block;
      font-size: 11px;
     color: #fff;
    }
	
	
	 .tag3 {
     position: absolute;
     bottom: 26px;
     left: -23%;
     transform: translateX(-50%);
     background: #433a69;
     padding: 4px 14px;
     border-radius: 10px;
     font-size: 13px;
     width: 108px;
     color: #fff;
     border: 1px solid #fff;
    }

    .tag3 span {
      display: block;
      font-size: 11px;
     color: #fff;
    }
	
	
	
	 .tag4 {
     position: absolute;
     bottom: -26px;
     left: 37%;
     transform: translateX(-50%);
     background: #433a69;
     padding: 4px 14px;
     border-radius: 10px;
     font-size: 13px;
     width: 108px;
     color: #fff;
     border: 1px solid #fff;
    }

    .tag4 span {
      display: block;
      font-size: 11px;
     color: #fff;
    }
	
	
	 .tag5 {
     position: absolute;
     bottom: 31px;
     left: 99%;
     transform: translateX(-50%);
     background: #433a69;
     padding: 4px 14px;
     border-radius: 10px;
     font-size: 13px;
     width: 108px;
     color: #fff;
     border: 1px solid #fff;
    }

    .tag5 span {
      display: block;
      font-size: 11px;
     color: #fff;
    }
	
	
	
	.tag6 {
    position: absolute;
    bottom: 31px;
    left: -10%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 4px 14px;
    border-radius: 10px;
    font-size: 13px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}

    .tag6 span {
      display: block;
      font-size: 11px;
     color: #fff;
    }
	
	
		.tag7 {
    position: absolute;
    bottom: 33px;
    right: -68%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 4px 14px;
    border-radius: 10px;
    font-size: 13px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}

    .tag7 span {
      display: block;
      font-size: 11px;
     color: #fff;
    }
	
	
		.tag8 {
    position: absolute;
    bottom: 30px;
    left: 100%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 4px 14px;
    border-radius: 10px;
    font-size: 13px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}

    .tag8 span {
      display: block;
      font-size: 11px;
     color: #fff;
    }
	
		.tag9 {
    position: absolute;
    bottom: 36px;
    left: 100%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 4px 14px;
    border-radius: 10px;
    font-size: 13px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}

    .tag9 span {
      display: block;
      font-size: 11px;
     color: #fff;
    }
	
	

    .telugu {
      top: -70px;
      left: 24%;
      transform: translateX(-50%);
    }

 .kannada {
    top: -71px;
    right: 16%;
}
   .marathi {
    bottom: -72PX;
    left: 17%;
}

    .bengali {
    bottom: -72px;
    left: 52%;
    transform: translateX(-50%);
}

    .tamil {
     bottom: -73px;
     right: 11%;
    }
	
	.hindi {
    bottom: 30%;
    right: 3%;
}
	
	.english {
    top: -68px;
    right: 16%;
    /* text-align: center; */
    /* margin: 0 auto; */
    /* display: block; */
}
	
	.arabic {
    bottom: -73px;
    right: 16%;
}
	 .spanish {
     bottom: 30%;
     left: 6%;
    }
	
	
	
#recorder {
  position: relative;
  width: 7rem;
  height: 7rem;
  border-radius: 7rem;
  background: #38383d;
  border: 1px solid #f9f9fa33;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
  transition: 0.2s ease;
  background-image: url(../images/img-03.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#recorder #record {
  width: 25%;
  height: 25%;
  top: 39%;
  left: 39%;
  position: absolute;
  transition: inherit;
}
#recorder #arrow {
  width: 50%;
  height: 50%;
  top: 30%;
  left: 25%;
  position: absolute;
  transition: inherit;
  opacity: 0;
}
#recorder:active {
  border-color: transparent;
}
#recorder:active #record {
  width: 55%;
  height: 55%;
  top: 23%;
  left: 23%;
}
#recorder.recording {
  box-shadow: 0 0 0 1px #45a1ff, 0 0 0 4px rgba(69, 161, 255, 0.3);
}
#recorder.recording #record {
  animation: recording 0.7s ease infinite;
}
#recorder.download #record {
  height: 40%;
  width: 40%;
  top: 15%;
  left: 30%;
  animation: none;
}
#recorder.download #arrow {
  animation: download 0.5s ease infinite;
}
#recorder.out #record {
  /* animation: out 0.8s ease, in 0.2s 0.8s ease; */
}









#recorder1 {
  position: relative;
  width: 7rem;
  height: 7rem;
  border-radius: 7rem;
  background: #38383d;
  border: 1px solid #f9f9fa33;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
  transition: 0.2s ease;
  background-image: url(../images/img-04.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#recorder1 #record1 {
  width: 25%;
  height: 25%;
  top: 39%;
  left: 39%;
  position: absolute;
  transition: inherit;
}
#recorder1 #arrow1 {
  width: 50%;
  height: 50%;
  top: 30%;
  left: 25%;
  position: absolute;
  transition: inherit;
  opacity: 0;
}
#recorder1:active {
  border-color: transparent;
}
#recorder1:active #record1 {
  width: 55%;
  height: 55%;
  top: 23%;
  left: 23%;
}
#recorder1.recording {
  box-shadow: 0 0 0 1px #45a1ff, 0 0 0 4px rgba(69, 161, 255, 0.3);
}
#recorder1.recording #record1 {
  animation: recording 0.7s ease infinite;
}
#recorder1.download #record1 {
  height: 40%;
  width: 40%;
  top: 15%;
  left: 30%;
  animation: none;
}
#recorder1.download #arrow1 {
  animation: download 0.5s ease infinite;
}
#recorder1.out #record1 {
  /* animation: out 0.8s ease, in 0.2s 0.8s ease; */
}







#recorder2 {
  position: relative;
  width: 7rem;
  height: 7rem;
  border-radius: 7rem;
  background: #38383d;
  border: 1px solid #f9f9fa33;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
  transition: 0.2s ease;
  background-image: url(../images/img-06.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#recorder2 #record2 {
  width: 25%;
  height: 25%;
  top: 39%;
  left: 39%;
  position: absolute;
  transition: inherit;
}
#recorder2 #arrow2 {
  width: 50%;
  height: 50%;
  top: 30%;
  left: 25%;
  position: absolute;
  transition: inherit;
  opacity: 0;
}
#recorder2:active {
  border-color: transparent;
}
#recorder2:active #record2 {
  width: 55%;
  height: 55%;
  top: 23%;
  left: 23%;
}
#recorder2.recording {
  box-shadow: 0 0 0 1px #45a1ff, 0 0 0 4px rgba(69, 161, 255, 0.3);
}
#recorder2.recording #record2 {
  animation: recording 0.7s ease infinite;
}
#recorder2.download #record2 {
  height: 40%;
  width: 40%;
  top: 15%;
  left: 30%;
  animation: none;
}
#recorder2.download #arrow2 {
  animation: download 0.5s ease infinite;
}
#recorder2.out #record2 {
  /* animation: out 0.8s ease, in 0.2s 0.8s ease; */
}



#recorder3 {
  position: relative;
  width: 7rem;
  height: 7rem;
  border-radius: 7rem;
  background: #38383d;
  border: 1px solid #f9f9fa33;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
  transition: 0.2s ease;
  background-image: url(../images/img-05.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#recorder3 #record3 {
  width: 25%;
  height: 25%;
  top: 39%;
  left: 39%;
  position: absolute;
  transition: inherit;
}
#recorder3 #arrow3 {
  width: 50%;
  height: 50%;
  top: 30%;
  left: 25%;
  position: absolute;
  transition: inherit;
  opacity: 0;
}
#recorder3:active {
  border-color: transparent;
}
#recorder3:active #record3 {
  width: 55%;
  height: 55%;
  top: 23%;
  left: 23%;
}
#recorder3.recording {
  box-shadow: 0 0 0 1px #45a1ff, 0 0 0 4px rgba(69, 161, 255, 0.3);
}
#recorder3.recording #record3 {
  animation: recording 0.7s ease infinite;
}
#recorder3.download #record3 {
  height: 40%;
  width: 40%;
  top: 15%;
  left: 30%;
  animation: none;
}
#recorder3.download #arrow3 {
  animation: download 0.5s ease infinite;
}
#recorder3.out #record3 {
  /* animation: out 0.8s ease, in 0.2s 0.8s ease; */
}


#recorder4 {
  position: relative;
  width: 7rem;
  height: 7rem;
  border-radius: 7rem;
  background: #38383d;
  border: 1px solid #f9f9fa33;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
  transition: 0.2s ease;
  background-image: url(../images/img-07.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#recorder4 #record4 {
  width: 25%;
  height: 25%;
  top: 39%;
  left: 39%;
  position: absolute;
  transition: inherit;
}
#recorder4 #arrow4 {
  width: 50%;
  height: 50%;
  top: 30%;
  left: 25%;
  position: absolute;
  transition: inherit;
  opacity: 0;
}
#recorder4:active {
  border-color: transparent;
}
#recorder4:active #record4 {
  width: 55%;
  height: 55%;
  top: 23%;
  left: 23%;
}
#recorder4.recording {
  box-shadow: 0 0 0 1px #45a1ff, 0 0 0 4px rgba(69, 161, 255, 0.3);
}
#recorder4.recording #record4 {
  animation: recording 0.7s ease infinite;
}
#recorder4.download #record4 {
  height: 40%;
  width: 40%;
  top: 15%;
  left: 30%;
  animation: none;
}
#recorder4.download #arrow4 {
  animation: download 0.5s ease infinite;
}
#recorder4.out #record4 {
  /* animation: out 0.8s ease, in 0.2s 0.8s ease; */
}











#recorder5 {
  position: relative;
  width: 7rem;
  height: 7rem;
  border-radius: 7rem;
  background: #38383d;
  border: 1px solid #f9f9fa33;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
  transition: 0.2s ease;
  background-image: url(../images/img-26.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#recorder5 #record5 {
  width: 25%;
  height: 25%;
  top: 39%;
  left: 39%;
  position: absolute;
  transition: inherit;
}
#recorder5 #arrow5 {
  width: 50%;
  height: 50%;
  top: 30%;
  left: 25%;
  position: absolute;
  transition: inherit;
  opacity: 0;
}
#recorder5:active {
  border-color: transparent;
}
#recorder5:active #record5 {
  width: 55%;
  height: 55%;
  top: 23%;
  left: 23%;
}
#recorder5.recording {
  box-shadow: 0 0 0 1px #45a1ff, 0 0 0 4px rgba(69, 161, 255, 0.3);
}
#recorder5.recording #record5 {
  animation: recording 0.7s ease infinite;
}
#recorder5.download #record5 {
  height: 40%;
  width: 40%;
  top: 15%;
  left: 30%;
  animation: none;
}
#recorder5.download #arrow5 {
  animation: download 0.5s ease infinite;
}
#recorder5.out #record5 {
  /* animation: out 0.8s ease, in 0.2s 0.8s ease; */
}





#recorder6{
  position: relative;
  width: 7rem;
  height: 7rem;
  border-radius: 7rem;
  background: #38383d;
  border: 1px solid #f9f9fa33;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
  transition: 0.2s ease;
  background-image: url(../images/img-07.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#recorder6 #record6 {
  width: 25%;
  height: 25%;
  top: 39%;
  left: 39%;
  position: absolute;
  transition: inherit;
}
#recorder6 #arrow6 {
  width: 50%;
  height: 50%;
  top: 30%;
  left: 25%;
  position: absolute;
  transition: inherit;
  opacity: 0;
}
#recorder6:active {
  border-color: transparent;
}
#recorder6:active #record6 {
  width: 55%;
  height: 55%;
  top: 23%;
  left: 23%;
}
#recorder6.recording {
  box-shadow: 0 0 0 1px #45a1ff, 0 0 0 4px rgba(69, 161, 255, 0.3);
}
#recorder6.recording #record6 {
  animation: recording 0.7s ease infinite;
}
#recorder6.download #record6 {
  height: 40%;
  width: 40%;
  top: 15%;
  left: 30%;
  animation: none;
}
#recorder6.download #arrow6 {
  animation: download 0.5s ease infinite;
}
#recorder6.out #record6 {
  /* animation: out 0.8s ease, in 0.2s 0.8s ease; */
}




#recorder7 {
  position: relative;
  width: 7rem;
  height: 7rem;
  border-radius: 7rem;
  background: #38383d;
  border: 1px solid #f9f9fa33;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
  transition: 0.2s ease;
  background-image: url(../images/img-25.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#recorder7 #record7 {
  width: 25%;
  height: 25%;
  top: 39%;
  left: 39%;
  position: absolute;
  transition: inherit;
}
#recorder7 #arrow7 {
  width: 50%;
  height: 50%;
  top: 30%;
  left: 25%;
  position: absolute;
  transition: inherit;
  opacity: 0;
}
#recorder7:active {
  border-color: transparent;
}
#recorder7:active #record7{
  width: 55%;
  height: 55%;
  top: 23%;
  left: 23%;
}
#recorder7.recording {
  box-shadow: 0 0 0 1px #45a1ff, 0 0 0 4px rgba(69, 161, 255, 0.3);
}
#recorder7.recording #record7 {
  animation: recording 0.7s ease infinite;
}
#recorder7.download #record7 {
  height: 40%;
  width: 40%;
  top: 15%;
  left: 30%;
  animation: none;
}
#recorder7.download #arrow7 {
  animation: download 0.5s ease infinite;
}
#recorder7.out #record7 {
  /* animation: out 0.8s ease, in 0.2s 0.8s ease; */
}





#recorder8 {
  position: relative;
  width: 7rem;
  height: 7rem;
  border-radius: 7rem;
  background: #38383d;
  border: 1px solid #f9f9fa33;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
  transition: 0.2s ease;
  background-image: url(../images/img-27.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#recorder8 #record8 {
  width: 25%;
  height: 25%;
  top: 39%;
  left: 39%;
  position: absolute;
  transition: inherit;
}
#recorder8 #arrow8 {
  width: 50%;
  height: 50%;
  top: 30%;
  left: 25%;
  position: absolute;
  transition: inherit;
  opacity: 0;
}
#recorder8:active {
  border-color: transparent;
}
#recorder8:active #record8 {
  width: 55%;
  height: 55%;
  top: 23%;
  left: 23%;
}
#recorder8.recording {
  box-shadow: 0 0 0 1px #45a1ff, 0 0 0 4px rgba(69, 161, 255, 0.3);
}
#recorder8.recording #record8 {
  animation: recording 0.7s ease infinite;
}
#recorder8.download #record8 {
  height: 40%;
  width: 40%;
  top: 15%;
  left: 30%;
  animation: none;
}
#recorder8.download #arrow8 {
  animation: download 0.5s ease infinite;
}
#recorder8.out #record8 {
  /* animation: out 0.8s ease, in 0.2s 0.8s ease; */
}








#recorder9 {
  position: relative;
  width: 7rem;
  height: 7rem;
  border-radius: 7rem;
  background: #38383d;
  border: 1px solid #f9f9fa33;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
  transition: 0.2s ease;
  background-image: url(../images/img-24.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#recorder9 #record9 {
  width: 25%;
  height: 25%;
  top: 39%;
  left: 39%;
  position: absolute;
  transition: inherit;
}
#recorder9 #arrow9 {
  width: 50%;
  height: 50%;
  top: 30%;
  left: 25%;
  position: absolute;
  transition: inherit;
  opacity: 0;
}
#recorder9:active {
  border-color: transparent;
}
#recorder9:active #record9 {
  width: 55%;
  height: 55%;
  top: 23%;
  left: 23%;
}
#recorder9.recording {
  box-shadow: 0 0 0 1px #45a1ff, 0 0 0 4px rgba(69, 161, 255, 0.3);
}
#recorder9.recording #record9 {
  animation: recording 0.7s ease infinite;
}
#recorder9.download #record9 {
  height: 40%;
  width: 40%;
  top: 15%;
  left: 30%;
  animation: none;
}
#recorder9.download #arrow9 {
  animation: download 0.5s ease infinite;
}
#recorder9.out #record9 {
  /* animation: out 0.8s ease, in 0.2s 0.8s ease; */
}

@keyframes in {
  from {
    height: 0%;
    top: 60%;
  }
}
@keyframes recording {
  from, to {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
@keyframes download {
  0% {
    top: 30%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 55%;
    opacity: 0;
  }
}
@keyframes out {
  0% {
    top: 15%;
    height: 40%;
  }
  20% {
    top: 8%;
  }
  75%, 100% {
    top: 100%;
    opacity: 0;
    height: 0px;
  }
}
 
/* SVG Curved Border Lines */
.curve-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* Optional animation: curved line drawing effect */
.curve-lines path {
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation: drawCurve 2s ease forwards;
}

@keyframes drawCurve {
  to {
    stroke-dashoffset: 0;
  }
}
 
 
 .main-container {
      position: relative;
      min-height: 100vh;
      padding: 5rem 1rem;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }

    .ai-center {
      width: 250px;
      height: 250px;
      border-radius: 50%;
      overflow: hidden;
      border: 1.5px dashed #fff;
      z-index: 10;
    }

    .ai-center img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .info-box {
      position: absolute;
      width: 345px;
      padding: 15px;
      border-radius: 15px;
      font-size: 0.9rem;
	  border: 1px dashed #fff;
    }

    .info-dot {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      margin-bottom: 10px;
    }

    .purple { background-color: #b24eff; box-shadow: 0 0 15px #b24eff; }
    .green  { background-color: #20e07d; box-shadow: 0 0 15px #20e07d; }
    .yellow { background-color: #ffcd38; box-shadow: 0 0 15px #ffcd38; }
    .blue   { background-color: #3ac9f2; box-shadow: 0 0 15px #3ac9f2; }

    .top-left     { top: 5%; left: 0%; }
    .bottom-left  { bottom: 10%; left: 0%; }
    .top-right    { top: 5%; right: 0%; }
    .bottom-right { bottom: 10%; right: 0%; }

    .circle-outline {
      position: absolute;
      width: 500px;
      height: 500px;
      border: 1.5px dashed #fff;
      border-radius: 50%;
      z-index: 1;
    }
	
	
	
	.gradient-heading{background-image: linear-gradient(to right, #AE63F9, #6CCEFC, #AE63F9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Wix Madefor Display", sans-serif;
    line-height: 1.1;}
	
	
	
	
	
	.count{
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 40px;
   
}
 
.counter-wrapper:after{
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: rgba(0,0,0,.5);
}
.counter-inner{
  position:relative;
  z-index:2;
}
.count-icon{
  font-size: 48px;
}

	
.full {
    border-style: solid;
    border-width: 2px;
     
    background-image: url(../images/bg-01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
}
	
	
 
	
	.border {
  position: relative;
	border: 2px solid transparent;
  
  background-clip: padding-box;
  
  border-radius: 10px;
	
	 
	padding: 14px;
		
  
}

.border::after {
  content: '';
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(to bottom right, #B365F9, #4ACFEB);
  z-index: -1;
  border-radius: 10px;
}


.full1 {
    border-style: solid;
    border-width: 2px;
	background: #000000;
    border-radius: 20px;
}
	
	
 
	
	.border1 {
  position: relative;
	border: 2px solid transparent;
  
  background-clip: padding-box;
  
  border-radius: 10px;
	
	 
	padding: 13px;
		
   
}

.border1::after {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(to bottom right, #B365F9, #4ACFEB);
  z-index: -1;
  border-radius: 10px;
}
	
	
	
	.full2 {
       border-style: solid;
    border-width: 2px;
     
    background-image: url(../images/bg-01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
}
	
	
 
	
	.border2 {
  position: relative;
	border: 2px solid transparent;
  
  background-clip: padding-box;
  
  border-radius: 10px;
	
	 
	padding: 30px;
		
   
}

.border2::after {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(to bottom right, #B365F9, #4ACFEB);
  z-index: -1;
  border-radius: 10px;
}
	
	
	
.call-buton .cc-calto-action-ripple {
	z-index: 1;
	position: relative;
	right: 0rem;
	bottom: -6rem;
	background: #fff;
	width: 7rem;
    height: 7rem;
    padding: 37px;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #B365F9;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; 
	margin: 0 auto;
	}
	
	
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; 
	  
	  }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(179, 101, 249, 0.2), 0 0 0 0 rgba(179, 101, 249, 0.2), 0 0 0 5px rgba(179, 101, 249, 0.2), 0 0 0 10px rgba(179, 101, 249, 0.2);
	  box-shadow: 0 4px 10px rgba(179, 101, 249, 0.2), 0 0 0 0 rgba(179, 101, 249, 0.2), 0 0 0 5px rgba(179, 101, 249, 0.2), 0 0 0 10px rgba(179, 101, 249, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(179, 101, 249, 0.2), 0 0 0 5px rgba(179, 101, 249, 0.2), 0 0 0 10px rgba(179, 101, 249, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(179, 101, 249, 0.2), 0 0 0 5px rgba(179, 101, 249, 0.2), 0 0 0 10px rgba(179, 101, 249, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(179, 101, 249, 0.2), 0 0 0 0 rgba(179, 101, 249, 0.2), 0 0 0 5px rgba(179, 101, 249, 0.2), 0 0 0 10px rgba(179, 101, 249, 0.2);
	  box-shadow: 0 4px 10px rgba(179, 101, 249, 0.2), 0 0 0 0 rgba(179, 101, 249, 0.2), 0 0 0 5px rgba(179, 101, 249, 0.2), 0 0 0 10px rgba(179, 101, 249, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(179, 101, 249, 0.2), 0 0 0 5px rgba(179, 101, 249, 0.2), 0 0 0 10px rgba(179, 101, 249, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(179, 101, 249, 0.2), 0 0 0 5px rgba(179, 101, 249, 0.2), 0 0 0 10px rgba(179, 101, 249, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

	span.num{
		position: absolute;
    color: #fff;
   left: -5%;
    bottom: -45%;
	}
	
	
	
	
	
	
	
	
	
	.circle-wrapper {
  position: relative;
  width: 500px;
  height: 500px;
  margin: 0 auto;
}

.circle-border, .circle-border.outer {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #ffffff;
    /* background: linear-gradient(90deg, #B365F9, #4ACFEB); */
    background-clip: border-box;
    z-index: 0;
}

.circle-border {
  width: 360px;
  height: 360px;
}

.circle-border.outer {
  width: 460px;
  height: 460px;
  opacity: 0.4;
}

.circle-container {
  position: relative;
  width: 500px;
  height: 500px;
  z-index: 1;
}

.center-icon {
      position: absolute;
    top: 28%;
    left: 28%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 220px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
    box-shadow: 0 0 20px rgba(180, 101, 249, 0.6);
    animation: pulse 2s infinite;
}

.circle-item {
  position: absolute;
  width: 120px;
  text-align: center;
  font-size: 14px;
  animation: float 3s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.circle-item i {
  display: block;
  font-size: 26px;
  margin-bottom: 6px;
  color: #a29bfe;
  transition: color 0.3s ease;
}

.circle-item:hover {
  transform: scale(1.1);
}

.circle-item:hover i {
  color: #4ACFEB;
}

/* Positioning */
.item1 {top: 39px;left: 38%; transform: translate(-50%, 0); }
.item2 { top: 100px; right: -3px; transform: translate(0, -50%); }
.item3 { bottom: 112px;right: 29px; transform: translate(0, 50%); }
.item4 {bottom: -12px;left: 38%;transform: translate(-50%, 0); }
.item5 {bottom: 114px;left: 41px;transform: translate(0, 50%); }
.item6 { top: 100px; left: -7px; transform: translate(0, -50%); }

/* Animation keyframes */
@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 20px rgba(180, 101, 249, 0.6);
  }
  50% {
    box-shadow: 0 0 30px rgba(74, 207, 235, 0.8);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}



.mrgtop1{margin-top: 13%;}

.list-btn-ctrl{display: inline-flex;}

.list-btn-ctrl li{color: #B365F9;
    font-size: 16px;
    border: 1px solid #B365F9;
    margin: 0px 10px 0px 0px;
    padding: 3px 20px;
    border-radius: 50px;}
	
	.record-ctrl{    position: absolute;
    right: 0;padding: 0 !important;
	    border: none !important;
	}
	
.loader-container {
    position: relative;
   height: 9px;
    width: 59px;
    margin: 0px auto 0;
}

.loader-container > div {
	position: relative;
	display: inline-block;
	background: #03A9F4;
	height: 100%;
	width: 1px;
	margin: 0;
	-webkit-animation: load 3s ease-in-out infinite;
	animation: load 3s ease-in-out infinite;
}

.loader-container .rectangle-2 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.loader-container .rectangle-3 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.loader-container .rectangle-4 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.loader-container .rectangle-5 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.loader-container .rectangle-6 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

@-moz-keyframes load {
	0%,
	100% {
		-moz-transform: scaleY(1);
		background: #03A9F4;
	}
	16.67% {
		-moz-transform: scaleY(3);
		background: #FF5722;
	}
	33.33% {
		-moz-transform: scaleY(1);
		background: #FF5252;
	}
	50% {
		-moz-transform: scaleY(3);
		background: #E91E63;
	}
	66.67% {
		-moz-transform: scaleY(1);
		background: #9C27B0;
	}
	83.34% {
		-moz-transform: scaleY(3);
		background: #673AB7;
	}
} 

@-webkit-keyframes load {
	0%,
	100% {
		-webkit-transform: scaleY(1);
		background: #03A9F4;
	}
	16.67% {
		-webkit-transform: scaleY(3);
		background: #FF5722;
	}
	33.33% {
		-webkit-transform: scaleY(1);
		background: #FF5252;
	}
	50% {
		-webkit-transform: scaleY(3);
		background: #E91E63;
	}
	66.67% {
		-webkit-transform: scaleY(1);
		background: #9C27B0;
	}
	83.34% {
		-webkit-transform: scaleY(3);
		background: #673AB7;
	}
} 

@keyframes load {
	0%,
	100% {
		transform: scaleY(1);
		background: #03A9F4;
	}
	16.67% {
		transform: scaleY(3);
		background: #FF5722;
	}
	33.33% {
		transform: scaleY(1);
		background: #FF5252;
	}
	50% {
		transform: scaleY(3);
		background: #E91E63;
	}
	66.67% {
		transform: scaleY(1);
		background: #9C27B0;
	}
	83.34% {
		transform: scaleY(3);
		background: #673AB7;
	}
} 



    .slider-wrapper {
         margin: 0 auto;
         padding: 0px 0px 0px 0px;
    }

    .slider-title {
      font-size: 2.8rem;
      font-weight: 700;
      background: linear-gradient(45deg, #B365F9, #4ACFEB);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 40px;
    }

    .slider-container {
      position: relative;
      overflow: hidden;
      border-radius: 20px;
    }

    .slider-track {
      display: flex;
      transition: transform 0.8s ease-in-out;
    }

    .slide {
      flex: 0 0 50%;
      display: flex;
      flex-direction: row;
      padding: 20px 6px 20px 0px;
      box-sizing: border-box;
      margin: 0px;
      /* column-gap: 54px; */
    }

    .slide .img-box {
      flex: 1;
      padding-right: 0px;
    }

    .slide .img-box img {
      width: 100%;
      border-radius: 10px;
    }

    .slide .content-box {
      flex: 1;
      background: #111;
      border: 1px solid #4ACFEB;
      border-radius: 20px;
      padding: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .content-box h2 {
      font-size: 1.8rem;
      margin-bottom: 15px;
    }

    .content-box p {
      font-size: 1rem;
      margin-bottom: 20px;
    }

    .content-box a {
      color: #B365F9;
      text-decoration: none;
      font-weight: 600;
    }

    .nav-buttons {
   gap: 10px;
    margin-top: 82px;
  
    text-align: right;
}

    .nav-buttons button {
      background: #111;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 30px;
      padding: 4px 30px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .nav-buttons button.active {
      background: #B365F9;
      border-color: #B365F9;
    }

    .dots {
      display: flex;
      justify-content: center;
      margin-top: 20px;
    }

    .dot {
      width: 12px;
      height: 12px;
      background: #000;
      border-radius: 50%;
      margin: 0 6px;
      cursor: pointer;
	  border:1px solid #673AB7 !important
    }

    .dot.active {
      background: #B365F9;
      border: 2px solid #fff;
    }



.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
    width: 38px;
    height: 12px;
    border-radius: 50px;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #b365f9;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
 
.owl-nav button:focus {
    outline: none;
}


 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: 1px solid #673AB7 !important;
    padding: 34!important;
    font: inherit;
    width: 12px!important;
    /* height: 40px!important; */
    /* font-size: 61px!important;*/
    background: #243d9036;
}




.owl-carousel .owl-item img {
    display: block!important;
     
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 20%;
    text-align: center;
    margin: 0 auto;
    height: auto;
}

.star-ctrl{	display: inline-flex;}

.star-ctrl li{color:#B365F9;    margin-right: 6px;}



.wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #000000;
    display: inline-block;
    background: #b365f9;

}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
        
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}


.video-bg{ background-image: url(../images/video-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
      min-height: 460px;
    border-radius: 5px;
  }
  
  
 .faq-item {
  font-family: "Wix Madefor Display", sans-serif;
  color: white;
  width: 100%;            /* full column width */
  padding: 20px 0;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
}

.faq-question {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.faq-number {
  color: #A38BFD; /* purple-blue shade */
  margin-right: 8px;
}

.faq-title {
  color: #ffffff;
  font-family: "Wix Madefor Display", sans-serif;
}

.faq-answer {
font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    font-family: "Manrope", sans-serif;
}
.plan-ctrl li{display: inline-flex
}

.fs-18{font-size:18px;}

.divider {
    height: 1px;
    /* background: rgb(255 255 255 / 26%); */
    margin: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
  
  .feature {
    display: flex;
    align-items: center;
    margin: 12px 0;
    opacity: 0.9;
    font-size: 0.95rem;
}


.img-transition{transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;}
	
	
	.img-transition:hover{webkit-box-shadow: 0px 0px 24px 6px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 24px 6px rgba(0,0,0,0.10);
     
	moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-10px);
     
    -ms-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.20);
    -o-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.20);
	 
	}
	
	.best-value{    background: #B365F9;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 11px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;}
	
	
	
	.toggle-container {
     display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    }

    .toggle-label {
      color: #fff;
      font-size: 14px;
    }

    .toggle-label.yearly {
      color: #B365F9;
      font-weight: bold;
    }

    .switch {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 26px;
    }

    .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }

    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #B365F9;
      transition: 0.4s;
      border-radius: 34px;
    }

    .slider:before {
      position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      left: 3px;
      bottom: 3px;
      background-color: white;
      transition: 0.4s;
      border-radius: 50%;
    }

    input:checked + .slider:before {
      transform: translateX(24px);
    }
	
	.email-form {
  display: flex;
  align-items: center;
  background: #000;
  border-radius: 999px;
  overflow: hidden;
  width: fit-content;
  box-shadow: 0 0 0 1px #555;
  margin-top: 25px;
}

.email-form input {
  border: none;
  outline: none;
  padding: 12px 16px;
  background: transparent;
  color: white;
  font-size: 14px;
  width: 200px;
}

.email-form button {
  background-color: #B365F9;
  border: none;
  color: white;
     padding: 9px 39px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.email-form button:hover {
  background-color: #9c52db;
}

.email-form .arrow {
  font-size: 18px;
  font-weight: bold;
}
.tr{text-align:right;}

.max-w-ctrl{max-width: 65%;}











.play-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #b365f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    transition: transform 0.3s ease;
}

    .play-btn:hover {
      transform: scale(1.1);
    }

    .waves1 {
      display: none;
    width: 77px;
    height: 37px;
    position: relative;
    }

    .bar {
      position: absolute;
      bottom: 20px;
      width: 2px;
      background: #B365F9;
      animation: wave 1s infinite ease-in-out;
    }

    .bar:nth-child(1) {
      left: 34px;
      height: 10px;
      animation-delay: 0s;
    }

    .bar:nth-child(2) {
      left: 42px;
      height: 15px;
      animation-delay: 0.2s;
    }

    .bar:nth-child(3) {
      left: 50px;
      height: 20px;
      animation-delay: 0.4s;
    }

    .bar:nth-child(4) {
      left: 58px;
      height: 15px;
      animation-delay: 0.2s;
    }

    .bar:nth-child(5) {
      left: 66px;
      height: 10px;
      animation-delay: 0s;
    }

    @keyframes wave {
      0%, 100% {
        transform: scaleY(1);
      }
      50% {
        transform: scaleY(1.8);
      }
    }


svg {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translatex(-50%);
}

svg g {
  transform-origin: center;
  transform-box: fill-box;
}

#a {
  animation: clockwise 8s linear infinite;

}

#b {
  animation: clockwise 10s linear infinite;
}

#d {
  animation: clockwise 12s linear infinite;
}

#f {
  animation: clockwise 9s linear infinite;
}

#c {
  animation: anticlockwise 9s linear infinite;
}

#e {
  animation: anticlockwise 11s linear infinite;
}


/* for 0 to 360deg rotation */
@keyframes clockwise {
  from {
    transform: rotatez(0deg);

  }

  to {
    transform: rotatez(360deg);
  }
}

/* for 0 to -360deg rotation */
@keyframes anticlockwise {
  from {
    transform: rotatez(0deg);

  }

  to {
    transform: rotatez(-360deg);
  }
}

.mic-container {
      position: relative;
      width: 250px;   
      height: 250px;
      cursor: pointer;
	    margin: 0 auto;
		  /* top: 40px; */
    }
@media (max-width: 768px) {
  .mic-container {
    width: 180px;
    height: 180px;
  }
  }
    .glow-ring {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: radial-gradient(circle at center, #00000094 10%, transparent 70%);
      box-shadow: 0 0 20px #00f, 0 0 40px #0ff, 0 0 60px #0ff;
      animation: pulse 2s infinite;
      transition: all 0.3s ease-in-out;
    }

    .mic-container.listening .glow-ring {
      animation: pulse-strong 1.5s infinite;
    }

    .mic-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -60%);
      font-size: 60px;
      color: #0ff;
      text-align: center;
      pointer-events: none;
    }

    .mic-icon svg {
      width: 80px;
      height: 80px;
      fill: url(#micGradient);
    }

    .text {
      position: absolute;
    bottom: 61px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    transition: color 0.3s;
    pointer-events: none;
    }

    .mic-container.listening .text {
      color: #0ff;
    }

    @keyframes pulse {
      0% {
        box-shadow: 0 0 5px #00f, 0 0 10px #0ff, 0 0 20px #0ff;
        transform: scale(1);
      }
      50% {
        box-shadow: 0 0 20px #00f, 0 0 40px #0ff, 0 0 80px #0ff;
        transform: scale(1.05);
      }
      100% {
        box-shadow: 0 0 5px #00f, 0 0 10px #0ff, 0 0 20px #0ff;
        transform: scale(1);
      }
    }

    @keyframes pulse-strong {
      0% {
        box-shadow: 0 0 10px #00f, 0 0 20px #0ff, 0 0 30px #0ff;
        transform: scale(1);
      }
      50% {
        box-shadow: 0 0 30px #00f, 0 0 60px #0ff, 0 0 120px #0ff;
        transform: scale(1.08);
      }
      100% {
        box-shadow: 0 0 10px #00f, 0 0 20px #0ff, 0 0 30px #0ff;
        transform: scale(1);
      }
    }
	
	 .text-ctrl-01{font-size: 14px;
    /* position: absolute; */
    display: block;}
	#micIcon.hidden{display:none;}
	#stopIcon.hidden{display:none;}
	
	
	
	
	.voice-c{color: #fff;
    border: none;
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
    display: block;
    top: 10%;
    padding-top: 30%;
    background: none;}
	
	.footer-ctrl li{    display: inline-flex;
    margin: 10px 20px;}
	
	.footer-ctrl li a{ color:#fff;}
	
	.footer-ctrl li :hover{ color:#ffa300;}

 	


#voice-ctrl-01{}

.main-spanish-bg{
    background-image: url(../images/img-25.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 50px;
	    text-align: center;
    margin: 0 auto;
	}
  

	
	
	#voice-ctrl-02{}

.main-hindi-bg{
    background-image: url(../images/img-26.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 50px;
	    text-align: center;
    margin: 0 auto;
	}
  
   
	
	
	#voice-ctrl-03{}

.main-telugu-bg{
    background-image: url(../images/img-03.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 50px;
	    text-align: center;
    margin: 0 auto;
	}	
	
	
	#voice-ctrl-04{}

.main-english-bg{
    background-image: url(../images/img-24.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 50px;
	    text-align: center;
    margin: 0 auto;
	}	
	
	#voice-ctrl-05{}

.main-marathi-bg{
    background-image: url(../images/img-06.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 50px;
	    text-align: center;
    margin: 0 auto;
	}	
	
	#voice-ctrl-06{}

.main-bengali-bg{
    background-image: url(../images/img-05.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 50px;
	    text-align: center;
    margin: 0 auto;
	}
	
	#voice-ctrl-07{}

.main-arabic-bg{
    background-image: url(../images/img-27.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 50px;
	    text-align: center;
    margin: 0 auto;
	}
	
	
	
  
    .head-01{    background: #433a69;
     padding: 4px 14px;  
    border-radius: 10px;
    font-size: 13px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
	    text-align: center;
    margin: 0 auto;
	}
	
	.voice img {font-size: 7px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    padding: 12px;
    margin: 26px;}
	
	.mob-mt{margin-top:20px;}


@media (max-width: 1050px) {
	
 


	.mrgtop1 {
    margin-top: 0%;
}

.slide {
    flex: 0 0 100%;
    display: flex;
    flex-direction: row;
    padding: 20px;
    box-sizing: border-box;
}
.nav-buttons {
    gap: 10px;
    margin-top: 0px; 
    position: relative;
    /* right: 0; */
    /* left: 0; */
    /* margin-right: 13px; */
    text-align: center;
}
 .tr {
    text-align: center;
}
.profile img {
    font-size: 7px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    padding: 12px;
    margin: 30px;
    /* position: absolute; */
    top: 19px;
}
.header .menu > ul > li {
    display: inline-block;
    line-height: 50px;
    margin-left: 38px;
}
}

@media (max-width: 990px) {
	
	
	
}

	
	@media (max-width: 768px) {
	
	
 h1 {
    font-size: 39px;
    background-image: linear-gradient(to right, #AE63F9, #6CCEFC, #AE63F9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
	
	.clr-01{color:#e02323;}
	
 
 
.font-14{font-size:14px;}

 
.mrgtmob{ margin-top: 30px;}

	.mrgt-50{margin-top:30px;}
	
	.pdtb {
    padding-top: 100px;
    padding-bottom: 50px;
}

.tc{text-align:center;}

.logo-ctrl li {
    display: inline-flex;
    margin: 8px 0px 20px 11px;
    text-align: center;
}

.mrgtop80 {
    margin-top: 0px;
}

.profile {
    position: relative;
    width: 100%;
    text-align: center;
}


 


.info-box {
        position: static;
        margin-top: 3px;
        text-align: center;
		width: 100%;
    }

      .main-container {
        flex-direction: column;
        gap: 1.5rem;
      }

      .circle-outline {
        display: none;
      }
	  
	 
	  
	  
	  .mrgtop1 {
    margin-top: 0%;
}
	  
	.call-buton .cc-calto-action-ripple {
    z-index: 1;
     
}

 .slide {
        flex-direction: column;
      }

      .slide .img-box {
        padding-right: 0;
        margin-bottom: 20px;
      }

      .content-box {
        text-align: center;
      }

      .nav-buttons {
        justify-content: center;
      }  
	  
	  .slide {
    flex: 0 0 100%;
    display: flex;
    flex-direction: row;
    padding: 20px;
    box-sizing: border-box;
}
	  .nav-buttons {
    gap: 10px;
    margin-top: 0px; 
    position: relative;
    /* right: 0; */
    /* left: 0; */
    /* margin-right: 13px; */
    text-align: center;
}

.video-bg{ background-image: url(../images/video-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
      min-height: 250px;
    border-radius: 5px;
  }
 .tr {
    text-align: center;
}

 #section-two {
    padding-top: 0px;
    padding-bottom: 0px;
}

	  
#section-four{padding-top:50px;padding-bottom: 0px;}

#section-five{padding-top: 0px;padding-bottom:30px;}

#section-twelve {
    padding-top: 10px;
    padding-bottom: 0px;
}

#section-ten {
    padding-top: 0px;
    padding-bottom: 30px;
}

#section-seaven {
    padding-top: 10px;
    padding-bottom: 30px;
}

.max-w-ctrl {
    max-width: 100%;
}
.profile img {
    font-size: 7px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    padding: 12px;
    margin: 6px;
    /* position: absolute; */
}
.voice-c {
    color: #fff;
    border: none;
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
    display: block;
    top: 10%;
    padding-top: 26%;
    background: none;
}

   #recorder {
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 7rem;
  background: #38383d;
  border: 1px solid #f9f9fa33;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
  transition: 0.2s ease;
  background-image: url(../images/img-03.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 0%;
}






#recorder1 {
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 7rem;
    background: #38383d;
    border: 1px solid #f9f9fa33;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
    transition: 0.2s ease;
    background-image: url(../images/img-04.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: -75%;
}




#recorder2 {
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 7rem;
    background: #38383d;
    border: 1px solid #f9f9fa33;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
    transition: 0.2s ease;
    background-image: url(../images/img-06.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	left: 0%;
}



#recorder3 {
            position: relative;
        width: 4rem;
        height: 4rem;
        border-radius: 7rem;
        background: #38383d;
        border: 1px solid #f9f9fa33;
        cursor: pointer;
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
        transition: 0.2s ease;
        background-image: url(../images/img-05.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0%;
}




#recorder4 {
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 7rem;
    background: #38383d;
    border: 1px solid #f9f9fa33;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
    transition: 0.2s ease;
    background-image: url(../images/img-07.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 76%;
}




    #recorder5 {
        position: relative;
        width: 4rem;
        height: 4rem;
        border-radius: 7rem;
        background: #38383d;
        border: 1px solid #f9f9fa33;
        cursor: pointer;
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
        transition: 0.2s ease;
        background-image: url(../images/img-26.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0%;
        margin-top: -64px;
		top: 0px;
    }
#recorder6 {
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 7rem;
    background: #38383d;
    border: 1px solid #f9f9fa33;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
    transition: 0.2s ease;
    background-image: url(../images/img-26.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#recorder7 {
        position: relative;
        width: 4rem;
        height: 4rem;
        border-radius: 7rem;
        background: #38383d;
        border: 1px solid #f9f9fa33;
        cursor: pointer;
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
        transition: 0.2s ease;
        background-image: url(../images/img-25.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        top: 78px;
        left: 0%;
    }
#recorder8 {
        position: relative;
        width: 4rem;
        height: 4rem;
        border-radius: 7rem;
        background: #38383d;
        border: 1px solid #f9f9fa33;
        cursor: pointer;
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
        transition: 0.2s ease;
        background-image: url(../images/img-27.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0%;
        top: 23px;
    }
#recorder9 {
        position: relative;
        width: 4rem;
        height: 4rem;
        border-radius: 7rem;
        background: #38383d;
        border: 1px solid #f9f9fa33;
        cursor: pointer;
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
        transition: 0.2s ease;
        background-image: url(../images/img-24.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0%;
        /* margin-top: 10px; */
        top: 45px;
    }



.tag1 {
        position: absolute;
        bottom: -36px;
        left: 10%;
        transform: translateX(-50%);
        background: #433a69;
        padding: 1px 14px;
        border-radius: 10px;
        font-size: 11px;
        width: 108px;
        color: #fff;
        border: 1px solid #fff;
    }


.tag2 {
    position: absolute;
    bottom: -36px;
    left: 87%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 1px 14px;
    border-radius: 10px;
    font-size: 11px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}

.tag3 {
    position: absolute;
    bottom: -36px;
    left: 17%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 1px 14px;
    border-radius: 10px;
    font-size: 11px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}


    .tag4 {
        position: absolute;
        bottom: -36px;
        left: 16%;
        transform: translateX(-50%);
        background: #433a69;
        padding: 1px 14px;
        border-radius: 10px;
        font-size: 11px;
        width: 108px;
        color: #fff;
        border: 1px solid #fff;
    }

.tag5 {
    position: absolute;
    bottom: -36px;
    left: 87%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 1px 14px;
    border-radius: 10px;
    font-size: 11px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}


    .tag6 {
        position: absolute;
        bottom: -36px;
        left: 5%;
        transform: translateX(-50%);
        background: #433a69;
        padding: 1px 14px;
        border-radius: 10px;
        font-size: 11px;
        width: 108px;
        color: #fff;
        border: 1px solid #fff;
    }

.tag7 {
    position: absolute;
    bottom: -114px;
    right: 79%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 1px 14px;
    border-radius: 10px;
    font-size: 11px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}

.tag8 {
    position: absolute;
    bottom: -58px;
    left: 17%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 1px 14px;
    border-radius: 10px;
    font-size: 11px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}

.tag9 {
    position: absolute;
    bottom: -80px;
    left: 11%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 1px 14px;
    border-radius: 10px;
    font-size: 11px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}




      .telugu {
        top: -62px;
        transform: translateX(-50%);
        left: 114%;
        z-index: 9999;
    }


.kannada {
    top: -70px;
	z-index: 999;
    
}



       .marathi {
        bottom: -20px;
        z-index: 999;
        left: 115%;
    }

       .bengali {
        bottom: 0px; 
        transform: translateX(-50%);
        left: 175%;
        z-index: 999;
    }


.tamil {
    bottom: 10px;
     z-index: 999;
}

        .hindi {
        bottom: -58px;
        right: -6%;
        z-index: 999;
    }
        .english {
        top: -108px;
        right: -7%;
        z-index: 9999;
    }
      .spanish {
        /* bottom: 0px; */
        left: 6%;
        z-index: 999;
        top: -210%;
    }


   .arabic {
        bottom: 274px;
        right: -20%;
        z-index: 999;
    }

}



 






@media (max-width: 480px) {
	
	
 h1 {
    font-size: 39px;
    background-image: linear-gradient(to right, #AE63F9, #6CCEFC, #AE63F9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
	
	.clr-01{color:#e02323;}
	
 
 
.font-14{font-size:14px;}

 
.mrgtmob{ margin-top: 30px;}

	.mrgt-50{margin-top:30px;}
	
	.pdtb {
    padding-top: 100px;
    padding-bottom: 50px;
}

.tc{text-align:center;}

.logo-ctrl li {
    display: inline-flex;
    margin: 8px 0px 20px 11px;
    text-align: center;
}

.mrgtop80 {
    margin-top: 0px;
}

.profile {
    position: relative;
    width: 100%;
    text-align: center;
}



 

 


.info-box {
        position: static;
        margin-top: 3px;
        text-align: center;
		width: 100%;
    }

      .main-container {
        flex-direction: column;
        gap: 1.5rem;
      }

      .circle-outline {
        display: none;
      }
	  
	  

.call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: relative;
	right: 0rem;
	bottom: -6rem;
	background: #fff;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #B365F9;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; 
	margin: 0 auto;
	}
span.num {
    position: absolute;
    color: #fff;
    left: -45%;
    bottom: -71%;
}
.circle-wrapper {
    width: 100%;
    height: 300px;
  }

  .circle-border {
    width: 220px;
    height: 220px;
  }

  .circle-border.outer {
    width: 270px;
    height: 270px;
  }

  .circle-container {
    width: 100%;
    height: 300px;
  }

  .center-icon {
    width: 80px;
    height: 80px;
    font-size: 28px;
  }

  .circle-item {
    width: 80px;
    font-size: 11px;
  }

  .circle-item i {
    font-size: 18px;
  }
  
  .item1 {top: 0px;left: 41%;transform: translate(-50%, 0);}
.item2 {top: 61px;right: 29px;transform: translate(0, -50%);}
.item3 {bottom: 48px;right: 32px;transform: translate(0, 50%);}
.item4 {bottom: -12px;left: 41%;transform: translate(-50%, 0);}
.item5 {bottom: 50px;left: 34px;transform: translate(0, 50%);}
.item6 {top: 63px;left: 32px;transform: translate(0, -50%);}

.mrgtop1 {
    margin-top: 0%;
}
.call-buton .cc-calto-action-ripple {
    z-index: 1;
     
}
 .slide {
        flex-direction: column;
      }

      .slide .img-box {
        padding-right: 0;
        margin-bottom: 20px;
      }

      .content-box {
        text-align: center;
      }

      .nav-buttons {
        justify-content: center;
      }
	  
	  .slide {
    flex: 0 0 100%;
    display: flex;
    flex-direction: row;
    padding: 20px;
    box-sizing: border-box;
}
.nav-buttons {
    gap: 10px;
    margin-top: 0px; 
    position: relative;
    /* right: 0; */
    /* left: 0; */
    /* margin-right: 13px; */
    text-align: center;
}
	.video-bg{ background-image: url(../images/video-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
      min-height: 250px;
    border-radius: 5px;
  }  
  
   .tr {
    text-align: center;
}

 .main-container {
    position: relative;
    min-height: 100vh;
    padding: 0rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

	  #section-two {
    padding-top: 0px;
    padding-bottom: 0px;
}

#section-three {
    padding-top: 30px;
    padding-bottom: 0px;
}

	  
	  #section-four{padding-top:50px;padding-bottom: 0px;}

#section-five{margin-top: 0px!important; padding-bottom:30px;}

#section-nine {
    background-image: url(../images/bg-02.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 350px;
}

#section-twelve {
    padding-top: 10px;
    padding-bottom: 0px;
}

#section-ten {
    padding-top: 0px;
    padding-bottom: 30px;
}

#section-seaven {
    padding-top: 10px;
    padding-bottom: 30px;
}

#section-six {
    padding-top: 15px;
    padding-bottom: 0px;
}

#section-eight {
    padding-top: 30px;
    padding-bottom: 0px;
}

#section-eleven {
    padding-top: 30px;
    padding-bottom: 0px;
}
    #section-twelve {
        padding-top: 30px;
        padding-bottom: 0px;
    }
	
	#section-tirteen {
    padding-top: 40px;
    padding-bottom: 0px;
}

#section-fourteen {
    padding-top: 40px;
    padding-bottom: 0px;
}

#section-fifteen {
    padding-top: 40px;
    padding-bottom: 0px;
}
#section-sixteen {
    padding-top: 40px;
    padding-bottom: 0px;
}

h3 {
    font-size: 20px;
    background-image: linear-gradient(to right, #AE63F9, #6CCEFC, #AE63F9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Wix Madefor Display", sans-serif;
    line-height: 1.1;
}


    .nav-buttons {
        /* gap: 10px; */
        margin-top: 0px;
        position: relative;
        /* right: 0; */
        /* left: 0; */
        /* margin-right: 13px; */
        text-align: center;
        margin: 0 auto;
        margin-top: 15px;
    }

.max-w-ctrl {
    max-width: 100%;
}

.center-icon {
    position: absolute;
    top: 37%;
    left: 41%;
     
}

.profile img {
    font-size: 7px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    padding: 12px;
    margin: 6px;
    /* position: absolute; */
}

.voice-c {
    color: #fff;
    border: none;
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
    display: block;
    top: 10%;
    padding-top: 26%;
    background: none;
}
 
#recorder {
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 7rem;
  background: #38383d;
  border: 1px solid #f9f9fa33;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
  transition: 0.2s ease;
  background-image: url(../images/img-03.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 0%;
}






#recorder1 {
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 7rem;
    background: #38383d;
    border: 1px solid #f9f9fa33;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
    transition: 0.2s ease;
    background-image: url(../images/img-04.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: -75%;
}




#recorder2 {
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 7rem;
    background: #38383d;
    border: 1px solid #f9f9fa33;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
    transition: 0.2s ease;
    background-image: url(../images/img-06.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	left: 0%;
}



#recorder3 {
            position: relative;
        width: 4rem;
        height: 4rem;
        border-radius: 7rem;
        background: #38383d;
        border: 1px solid #f9f9fa33;
        cursor: pointer;
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
        transition: 0.2s ease;
        background-image: url(../images/img-05.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0%;
}




#recorder4 {
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 7rem;
    background: #38383d;
    border: 1px solid #f9f9fa33;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
    transition: 0.2s ease;
    background-image: url(../images/img-07.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 76%;
}




    #recorder5 {
        position: relative;
        width: 4rem;
        height: 4rem;
        border-radius: 7rem;
        background: #38383d;
        border: 1px solid #f9f9fa33;
        cursor: pointer;
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
        transition: 0.2s ease;
        background-image: url(../images/img-26.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0%;
        margin-top: -64px;
		top: 0px;
    }
#recorder6 {
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 7rem;
    background: #38383d;
    border: 1px solid #f9f9fa33;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
    transition: 0.2s ease;
    background-image: url(../images/img-26.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#recorder7 {
        position: relative;
        width: 4rem;
        height: 4rem;
        border-radius: 7rem;
        background: #38383d;
        border: 1px solid #f9f9fa33;
        cursor: pointer;
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
        transition: 0.2s ease;
        background-image: url(../images/img-25.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        top: 78px;
        left: 0%;
    }
#recorder8 {
        position: relative;
        width: 4rem;
        height: 4rem;
        border-radius: 7rem;
        background: #38383d;
        border: 1px solid #f9f9fa33;
        cursor: pointer;
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
        transition: 0.2s ease;
        background-image: url(../images/img-27.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0%;
        top: 23px;
    }
#recorder9 {
        position: relative;
        width: 4rem;
        height: 4rem;
        border-radius: 7rem;
        background: #38383d;
        border: 1px solid #f9f9fa33;
        cursor: pointer;
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
        transition: 0.2s ease;
        background-image: url(../images/img-24.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0%;
        /* margin-top: 10px; */
        top: 45px;
    }



.tag1 {
        position: absolute;
        bottom: -36px;
        left: 19%;
        transform: translateX(-50%);
        background: #433a69;
        padding: 1px 14px;
        border-radius: 10px;
        font-size: 11px;
        width: 108px;
        color: #fff;
        border: 1px solid #fff;
    }


.tag2 {
    position: absolute;
    bottom: -36px;
    left: 87%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 1px 14px;
    border-radius: 10px;
    font-size: 11px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}

.tag3 {
    position: absolute;
    bottom: -36px;
    left: 19%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 1px 14px;
    border-radius: 10px;
    font-size: 11px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}


    .tag4 {
        position: absolute;
        bottom: -36px;
        left: 19%;
        transform: translateX(-50%);
        background: #433a69;
        padding: 1px 14px;
        border-radius: 10px;
        font-size: 11px;
        width: 108px;
        color: #fff;
        border: 1px solid #fff;
    }

.tag5 {
    position: absolute;
    bottom: -36px;
    left: 87%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 1px 14px;
    border-radius: 10px;
    font-size: 11px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}


    .tag6 {
        position: absolute;
        bottom: -36px;
        left: 19%;
        transform: translateX(-50%);
        background: #433a69;
        padding: 1px 14px;
        border-radius: 10px;
        font-size: 11px;
        width: 108px;
        color: #fff;
        border: 1px solid #fff;
    }

.tag7 {
    position: absolute;
    bottom: -114px;
    right: 19%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 1px 14px;
    border-radius: 10px;
    font-size: 11px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}

.tag8 {
    position: absolute;
    bottom: -58px;
    left: 19%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 1px 14px;
    border-radius: 10px;
    font-size: 11px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}

.tag9 {
    position: absolute;
    bottom: -80px;
    left: 19%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 1px 14px;
    border-radius: 10px;
    font-size: 11px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}




      .telugu {
        top: -68px;
        transform: translateX(-50%);
        left: 72%;
        z-index: 9999;
    }


.kannada {
    top: -70px;
	z-index: 999;
    
}



       .marathi {
        bottom: -100px;
        z-index: 999;
        left: 43%;
    }

       .bengali {
        bottom: 15px;
        transform: translateX(-50%);
        left: 80%;
        z-index: 999;
    }


.tamil {
    bottom: 10px;
     z-index: 999;
}

        .hindi {
        bottom: -38px;
        right: -24%;
        z-index: 999;
    }
        .english {
        top: -108px;
        right: -29%;
        z-index: 9999;
    }
      .spanish {
        /* bottom: 0px; */
        left: 81%;
        z-index: 999;
        top: -210%;
    }


   .arabic {
        bottom: -14px;
        right: -140%;
        z-index: 999;
    }
}


@media (max-width: 380px) {
	
  h1 {
    font-size: 39px;
    background-image: linear-gradient(to right, #AE63F9, #6CCEFC, #AE63F9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
	
	.clr-01{color:#e02323;}
	
 
 
.font-14{font-size:14px;}

 
.mrgtmob{ margin-top: 30px;}

	.mrgt-50{margin-top:30px;}
	
	.pdtb {
    padding-top: 100px;
    padding-bottom: 50px;
}

.tc{text-align:center;}

.logo-ctrl li {
    display: inline-flex;
    margin: 8px 0px 20px 11px;
    text-align: center;
}

.mrgtop80 {
    margin-top: 0px;
}


.profile {
    position: relative;
    width: 100%;
    text-align: center;
}





.info-box {
        position: static;
        margin-top: 3px;
        text-align: center;
	   width: 100%;
    }

      .main-container {
        flex-direction: column;
        gap: 1.5rem;
      }

      .circle-outline {
        display: none;
      }
	  


.call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: relative;
	right: 0rem;
	bottom: -6rem;
	background: #fff;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #B365F9;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; 
	margin: 0 auto;
	}
	
	span.num {
    position: absolute;
    color: #fff;
    left: -45%;
    bottom: -71%;
}
.circle-wrapper {
    width: 100%;
    height: 300px;
  }

  .circle-border {
    width: 220px;
    height: 220px;
  }

  .circle-border.outer {
    width: 270px;
    height: 270px;
  }

  .circle-container {
    width: 100%;
    height: 300px;
  }

  .center-icon {
    width: 80px;
    height: 80px;
    font-size: 28px;
  }

  .circle-item {
    width: 80px;
    font-size: 11px;
  }

  .circle-item i {
    font-size: 18px;
  }
  
  .item1 {top: 0px;left: 39%;transform: translate(-50%, 0);}
.item2 {top: 61px;right: 29px;transform: translate(0, -50%);}
.item3 {bottom: 48px;right: 32px;transform: translate(0, 50%);}
.item4 {bottom: -12px;left: 39%;transform: translate(-50%, 0);}
.item5 {bottom: 50px;left: 34px;transform: translate(0, 50%);}
.item6 {top: 63px;left: 32px;transform: translate(0, -50%);}
  
  .mrgtop1 {
    margin-top: 0%;
}

.call-buton .cc-calto-action-ripple {
    z-index: 1;
     
}

 .slide {
        flex-direction: column;
      }

      .slide .img-box {
        padding-right: 0;
        margin-bottom: 20px;
      }

      .content-box {
        text-align: center;
      }

      .nav-buttons {
        justify-content: center;
      }
.slide {
    flex: 0 0 100%;
    display: flex;
    flex-direction: row;
    padding: 20px;
    box-sizing: border-box;
}
    .nav-buttons {
        /* gap: 10px; */
        margin-top: 0px;
        position: relative;
        /* right: 0; */
        /* left: 0; */
        /* margin-right: 13px; */
        text-align: center;
        margin: 0 auto;
        margin-top: 15px;
    }

.video-bg{ background-image: url(../images/video-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
      min-height: 250px;
    border-radius: 5px;
  }
  
   .tr {
    text-align: center;
}

.main-container {
    position: relative;
    min-height: 100vh;
    padding: 0rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

	  #section-two {
    padding-top: 0px;
    padding-bottom: 0px;
}

#section-three {
    padding-top: 30px;
    padding-bottom: 0px;
}

	  
	  #section-four{padding-top:50px;padding-bottom: 0px;}

#section-five{margin-top: 0px!important; padding-bottom:30px;}

#section-nine {
    background-image: url(../images/bg-02.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 350px;
}

#section-twelve {
    padding-top: 10px;
    padding-bottom: 0px;
}

#section-ten {
    padding-top: 0px;
    padding-bottom: 30px;
}

#section-seaven {
    padding-top: 10px;
    padding-bottom: 30px;
}

#section-six {
    padding-top: 15px;
    padding-bottom: 0px;
}

#section-eight {
    padding-top: 30px;
    padding-bottom: 0px;
}

#section-eleven {
    padding-top: 30px;
    padding-bottom: 0px;
}
    #section-twelve {
        padding-top: 30px;
        padding-bottom: 0px;
    }
	
	#section-tirteen {
    padding-top: 40px;
    padding-bottom: 0px;
}

#section-fourteen {
    padding-top: 40px;
    padding-bottom: 0px;
}

#section-fifteen {
    padding-top: 40px;
    padding-bottom: 0px;
}
#section-sixteen {
    padding-top: 40px;
    padding-bottom: 0px;
}

h3 {
    font-size: 20px;
    background-image: linear-gradient(to right, #AE63F9, #6CCEFC, #AE63F9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Wix Madefor Display", sans-serif;
    line-height: 1.1;
}

.btn-ctrl-02 {
    display: block;
    /* margin: 50px auto; */
    overflow: hidden;
    position: relative;
    /* width: 180px; */
    /* padding: 20px 0; */
    border-radius: 30px;
    cursor: pointer;
    /* font-size: 1.1em; */
    /* font-weight: bold; */
    border: none;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    color: #ffffff;
    box-shadow: inset 0px 0px 3px #ffffff;
    padding: 10px 8px;
    font-family: "Manrope", sans-serif;
}

.max-w-ctrl {
    max-width: 100%;
}

.mic-container {
    position: relative;
    width: 190px;
    height: 190px;
    cursor: pointer;
    margin: 0 auto;
    top: 40px;
}


.mic-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    font-size: 40px;
    color: #0ff;
    text-align: center;
    pointer-events: none;
}

.text {
    position: absolute;
    bottom: 48px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    transition: color 0.3s;
    pointer-events: none;
}

.center-icon {
    position: absolute;
    top: 37%;
    left: 39%;
     
}


.profile img {
    font-size: 7px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    padding: 12px;
    margin: 6px;
    /* position: absolute; */
}

.voice-c {
    color: #fff;
    border: none;
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
    display: block;
    top: 10%;
    padding-top: 20%;
    background: none;
}


#recorder {
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 7rem;
  background: #38383d;
  border: 1px solid #f9f9fa33;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
  transition: 0.2s ease;
  background-image: url(../images/img-03.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 0%;
}






#recorder1 {
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 7rem;
    background: #38383d;
    border: 1px solid #f9f9fa33;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
    transition: 0.2s ease;
    background-image: url(../images/img-04.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: -75%;
}




#recorder2 {
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 7rem;
    background: #38383d;
    border: 1px solid #f9f9fa33;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
    transition: 0.2s ease;
    background-image: url(../images/img-06.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	left: 0%;
}



#recorder3 {
            position: relative;
        width: 4rem;
        height: 4rem;
        border-radius: 7rem;
        background: #38383d;
        border: 1px solid #f9f9fa33;
        cursor: pointer;
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
        transition: 0.2s ease;
        background-image: url(../images/img-05.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0%;
}




#recorder4 {
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 7rem;
    background: #38383d;
    border: 1px solid #f9f9fa33;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
    transition: 0.2s ease;
    background-image: url(../images/img-07.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 76%;
}




    #recorder5 {
        position: relative;
        width: 4rem;
        height: 4rem;
        border-radius: 7rem;
        background: #38383d;
        border: 1px solid #f9f9fa33;
        cursor: pointer;
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
        transition: 0.2s ease;
        background-image: url(../images/img-26.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0%;
        margin-top: -64px;
		top: 0px;
    }
#recorder6 {
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 7rem;
    background: #38383d;
    border: 1px solid #f9f9fa33;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
    transition: 0.2s ease;
    background-image: url(../images/img-26.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#recorder7 {
        position: relative;
        width: 4rem;
        height: 4rem;
        border-radius: 7rem;
        background: #38383d;
        border: 1px solid #f9f9fa33;
        cursor: pointer;
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
        transition: 0.2s ease;
        background-image: url(../images/img-25.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        top: 78px;
        left: 0%;
    }
#recorder8 {
        position: relative;
        width: 4rem;
        height: 4rem;
        border-radius: 7rem;
        background: #38383d;
        border: 1px solid #f9f9fa33;
        cursor: pointer;
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
        transition: 0.2s ease;
        background-image: url(../images/img-27.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0%;
        top: 23px;
    }
#recorder9 {
        position: relative;
        width: 4rem;
        height: 4rem;
        border-radius: 7rem;
        background: #38383d;
        border: 1px solid #f9f9fa33;
        cursor: pointer;
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
        transition: 0.2s ease;
        background-image: url(../images/img-24.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0%;
        /* margin-top: 10px; */
        top: 45px;
    }



.tag1 {
        position: absolute;
        bottom: -36px;
        left: 27%;
        transform: translateX(-50%);
        background: #433a69;
        padding: 1px 14px;
        border-radius: 10px;
        font-size: 11px;
        width: 108px;
        color: #fff;
        border: 1px solid #fff;
    }


.tag2 {
    position: absolute;
    bottom: -36px;
    left: 87%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 1px 14px;
    border-radius: 10px;
    font-size: 11px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}

.tag3 {
    position: absolute;
    bottom: -36px;
    left: 22%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 1px 14px;
    border-radius: 10px;
    font-size: 11px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}


    .tag4 {
        position: absolute;
        bottom: -36px;
        left: 26%;
        transform: translateX(-50%);
        background: #433a69;
        padding: 1px 14px;
        border-radius: 10px;
        font-size: 11px;
        width: 108px;
        color: #fff;
        border: 1px solid #fff;
    }

.tag5 {
    position: absolute;
    bottom: -36px;
    left: 87%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 1px 14px;
    border-radius: 10px;
    font-size: 11px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}


.tag6 {
    position: absolute;
    bottom: -36px;
    left: 26%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 1px 14px;
    border-radius: 10px;
    font-size: 11px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}

.tag7 {
    position: absolute;
    bottom: -114px;
    right: -9%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 1px 14px;
    border-radius: 10px;
    font-size: 11px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}

.tag8 {
    position: absolute;
    bottom: -58px;
    left: 26%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 1px 14px;
    border-radius: 10px;
    font-size: 11px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}

.tag9 {
    position: absolute;
    bottom: -80px;
    left: 26%;
    transform: translateX(-50%);
    background: #433a69;
    padding: 1px 14px;
    border-radius: 10px;
    font-size: 11px;
    width: 108px;
    color: #fff;
    border: 1px solid #fff;
}




      .telugu {
        top: -68px;
        transform: translateX(-50%);
        left: 48%;
        z-index: 9999;
    }


.kannada {
    top: -70px;
	z-index: 999;
    
}



       .marathi {
        bottom: -100px;
        z-index: 999;
        left: 43%;
    }

       .bengali {
        bottom: 15px;
        transform: translateX(-50%);
        left: 80%;
        z-index: 999;
    }


.tamil {
    bottom: 10px;
     z-index: 999;
}

        .hindi {
        bottom: -56px;
        right: -1%;
        z-index: 999;
    }
        .english {
        top: -108px;
        right: -38%;
        z-index: 999;
    }
      .spanish {
        /* bottom: 0px; */
        left: 81%;
        z-index: 999;
        top: -210%;
    }


   .arabic {
        bottom: -14px;
        right: -140%;
        z-index: 999;
    }
}


