.primary-btn {
    font-size: 16px;
    color:#fff !important;
    padding: 5px 26px !important;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 50px;
    font-weight: 500;
	margin-top: 15px;
	margin-left: 20px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border: none;
    background: linear-gradient(to right, #fc226a 0%, #8c52ff 100%);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);;
    z-index: 1;
}
.theme-btn {
    font-size: 16px;
    color: #fff !important;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
    padding: 15px 25px;
    transition: 0.5s;
    border-radius: 50px;
    overflow: hidden;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: linear-gradient(to right, #fc226a 0%, #8c52ff 100%);
    margin: 10px;
}

.theme-btn2 {
    background:#fff ;
    color: #FC226A !important;
}
.theme-btn2:hover{
    background:#FC226A;
    color: #FFF!important;
}
.primary-btn:hover{
	  color: #fff!important;
}
#mainmenu.dotted-separator li .sponsors:after {
	display:none;
}
.badge {
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 20px;
}
.btn-primary {
    background: #ff5e3a;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
}
.btn-outline-light {
    padding: 10px 20px;
    border-radius: 30px;
}
/*Hero section*/
 .hero-content {
  margin-top: 10px;
  height: 100%;
    background: #000000ab;
    padding: 20px;
    border-radius: 20px;
}

.hero-date{
  display: flex;
  align-items: center;
  gap: 15px;
}

.hero-date h1{
  color: #FC226A !important;
  font-size: 90px;
      text-align: left;
  font-weight: 700;
}

.hero-date .date-content span{
  color:#fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.hero-date .date-content p{
  color:#fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

 .hero-content .hero-title {
  color:#fff;
    text-align: left;
  font-size: 60px;
  font-weight: 700;
  margin: 20px 0;
  text-transform: uppercase;
}

.hero-content .hero-title span{
  color: #FC226A;
  font-weight: 500;
}

.hero-content .hero-sub-title {
  display: inline-block;
  color: #FC226A;
  font-size: 25px;
  letter-spacing: 6px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

 .hero-content p {
  color:#fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.hero-content .hero-btn {
  gap: 1rem;
  display: flex;
  margin-top: 35px;
  justify-content: start;
}

.badge {
    margin: 5px;
}

/*about us */
.about-area {
  position: relative;
  display: block;
}
.about-left {
    position: relative;
    display: block;
    margin-right: 50px;
}
.about-img {
    position: relative;
}
.about-img img{
  border-radius: 50%;
  border: 10px solid #fff;
  box-shadow: var(--box-shadow);
}
.about-img .img-1{
    width: 500px;
    height: 500px;
}
.about-img .img-2{
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 280px;
  box-shadow: none;
}

.about-img .img-3{
  position: absolute;
  right: -30px;
  top: -30px;
  width: 200px;
  box-shadow: none;
}

.about-right {
  /* position: relative; */
  /* display: block; */
  /* padding-left: 30px; */
}

.about-experience{
  background: linear-gradient(to right, #fc226a 0%, #8c52ff 100%);
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  position: absolute;
  left: -30px;
  bottom: 80px;
  padding: 40px 20px;
  border-radius: 10px;
  text-align: center;
}

.about-experience h5{
  color: #fff !important;
  font-size: 20px;
}

.about-experience span{
  color: #fff;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}

.about-list-wrap {
  position: relative;
  display: block;
  margin-top: 25px;
  margin-bottom: 35px;
}

.about-list {
  position: relative;
  display: block;
}

.about-list li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-info-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.about-list li:last-child{
  border-bottom: none;
}

.about-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-list li .icon i {
  font-size: 50px;
  color: #FC226A;
}

.about-list li .icon img{
  width: 50px;
}

.about-list li .about-item h4 span{
  color: #FC226A;
  margin-right: 10px;
}

.about-list li .about-item p {
  margin-top: 5px;
}

@media all and (max-width: 991px) {
  .about-right {
    margin-top: 90px;
  }
}

@media all and (max-width: 767px) {
  .about-right {
    padding-left: 0;
  }

  .about-title {
    font-size: 30px;
  }

  .about-left {
    margin-right: 0;
  }

  .about-left-content {
    bottom: -70px;
  }

  .about-img{
    width: 90%;
  }

  .about-experience{
    left: -7px;
    padding: 20px 10px;
  }

  .about-img .img-3{
    width: 140px;
  }

  .about-img .img-2{
    width: 150px;
    right: -10px;
  }
}
@media (max-width: 767px) {
    .about-img {
        width: 90%;
    }
    .about-img .img-1 {
        width: 300px;
    height: 300px;
    }
}
/*flow us footer section*/
.instagram-area .theme-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.instagram-img {
    overflow: hidden;
    border-radius: 15px;
}
.theme-btn:hover {
    color:#fff;
}
.instagram-img img {
    border-radius: 15px;
    width: 176px;
    height: 176px;
}

/*cta section */
.cta-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:  linear-gradient(to right, #fc226a 0%, #8c52ff 100%);
    opacity: .85;
    z-index: -1;
}
.cta-area {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.cta-content {
    text-align: center;
}
.cta-content h1 {
  
    color: #fff !important;
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.cta-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}
.cta-content .theme-btn {
    background: #FC226A;
    color: #fff;
}