*{
    margin: 0px;
    padding: 0px;
        box-sizing: border-box;
  }
  p{
      font-family: 'DM Sans';
  }
a {
    color: #673de6;
}
  body {
      overflow-x: hidden;
      font-family: 'DM Sans';
      background-color: #f6f6f6;
  }
  .header_main .container-fuild, .main_banner .container-fuild {
      padding: 0px 113px;
      position: relative;
      z-index: 1;
  }
  .header_main {
      float: left;
      width: 100%;
      padding: 4px 0px;
      position: static;
      z-index: 9;
      left: 0px;
      min-height: auto;
  }
  .header_main.landing_navigaion{
      position: relative !important;
  }
  .center-align{
      align-items: center;
  }
.header_main .logo_area img {
    min-height: 52px;
    object-fit: contain;
    width: 100%;
    max-width: 185px;
}
  .header_main .nav_area ul {
      display: flex;
      list-style: none;
      justify-content: flex-end;
      align-items: center;
      margin: 0px;
      padding: 0px;
      min-height: 88px;
  }
  .nav_bar .appoint_area {
      display: flex;
  }
  .nav_bar .appoint_area a {
      font-size: 16px;
      font-weight: 700;
      font-family: 'DM Sans';
      padding: 7px 21px;
      color: #ffffff;
      border-radius: 5px;
      margin-right: 10px;
      background: #673de6;
      display: flex;
      align-items: center;
      border: #673de6 solid 2px;
  }
  .nav_bar .appoint_area a:nth-child(1) {
      /* font-size: 16px; */
      color: #252424;
      background: none;
      border: #252424 solid 2px;
  }
  
  .nav_bar .appoint_area a span {
      font-size: 27px;
      margin-right: 9px;
  }
  .header_main .nav_area ul li {
      margin: 0px 15px;
  }
.header_main .nav_area ul li a {
    color: #252525;
    font-size: 17px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    letter-spacing: -0.3px;
}
  .header_main .nav_area ul li a:focus {
      color: #c0915c;
  }
  .nav {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 99;
  }
  .nav_bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .nav_bar .appoint_area a{
      transition: all .3s;
  }
  .nav_bar .appoint_area a:hover{
      text-decoration: none;
  }
  .nav_bar .appoint_area a:nth-child(1):hover {
      background: #673de6;
      color: #fff;
      border: #673de6 solid 2px;
  }
  .nav_bar .appoint_area a:hover {
      background: #000;
      border: #000 solid 2px;
  }
  .hero {
      width: 100%;
      height: 622px;
      float: left;
  }
.hero h4 {
    font-family: 'DM Sans';
    color: #673de6;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    position: relative;
    font-style: italic;
    border-bottom: #673de6 solid 2px;
    display: inline-block;
}
.hero h1 {
    font-size: 52px;
    color: #2c2b2e;
    text-transform: capitalize;
    font-family: 'DM Sans';
    letter-spacing: -2px;
    line-height: 61px;
    margin-top: 11px;
    font-weight: 700;
    position: relative;
    font-family: "Ubuntu", serif;
}
  .hero h1:after {
      background: #673de6;
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      bottom: 11px;
      border-radius: 12px;
      margin: 0px 7px;
  }
.hero p {
    color: #444;
    font-size: 18px;
    line-height: 29px;
    font-family: 'DM Sans';
    padding: 12px 0px 20px 0px;
    font-weight: 500;
    position: relative;
}
  a.conta-b span {
      font-size: 22px;
      margin-right: 10px;
  }
  .hero .conta-b {
      background: #673de6 !important;
      color: #fff !important;
      margin-left: 13px;
  }
  .hero .content a span {
      font-size: 16px;
      padding-left: 7px;
      vertical-align: middle;
  }
.hero .content a {
    color: #2c2b2e;
    background: #fff;
    text-transform: capitalize;
    font-family: 'DM Sans';
    font-weight: 700;
    padding: 14px 33px;
    letter-spacing: -.3px;
    font-size: 16px;
    border-radius: 12px;
    display: inline-block;
}
  a{
      transition: all .3s;;
  }
  .hero .content a:hover, .hero .conta-b:hover {
      background: #222222 !important;
      color: #fff;
  }
  .read_more:hover, .btn-contain a:nth-child(2):hover{
      background: #222222 !important;
      color: #fff; 
  }
  .hero .content .cancel ul {
      display: flex;
      list-style: none;
      margin-top: 20px;
  }
  .hero .content .cancel ul li {
      padding: 12px 83px 0px 0px;
      font-family: 'DM Sans';
      color: #898989;
      font-size: 16px;
  }
  .hero .content .cancel ul li img{
      padding-right: 6px;
  }
  .btn-contain{
      display: flex;
      align-items: center;
  }
   .btn-grid {
      display: flex;
      max-width: 241px;
      padding: 10px;
      border-radius: 66px;
      position: relative;
      margin: 0 auto;
      align-items: center;
      display: grid;
      grid-template-columns: 1fr 10fr;
      gap: 17px;
      font-size: 17px;
      font-family: 'Open Sans';
      color: #00735a;
      font-weight: 700;
      margin-left: 29px;
  }
   .btn-grid i{
      font-size: 28px;
      color: #ffffff;
      background: #bb64f9;
      width: 65px;
      height: 65px;
      border-radius: 50%;
      text-align: center;
      line-height: 65px;
  }
   .btn-grid span{
      display: block;
      font-size: 14px;
      color: #46254d;
      font-size: 12px;
      letter-spacing: 1.2px;
      font-family: 'Open Sans';
  }
  .bg-mg{
      position: relative;
  }
  .bg-mg img{
      position: relative;
      max-width: 545px;
      z-index: 1;
      padding-right: 39px;
      top: -40px;
  }
  .hero .content {
      padding: 31px 0px 0px 0px;
  }
  .hero .row{
      margin-top: 100px;
  }
  .hero .content-img img {
      width: 574px;
      height: 460px;
      object-fit: cover;
  }
  .hero .content-img {
      position: relative;
      padding-left: 31px;
  }
  .hero .social_icon {
      position: absolute;
      top: 0px;
  }
  .hero .social_icon ul {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      width: 467px;
      height: 472px;
      position: absolute;
      top: 0px;
      left: 20px;
  }
  .hero .content-img .social_icon img {
      width: auto;
      height: auto;
  }
  .hero .social_icon li{
      position: absolute;
  }
  .hero .social_icon li:nth-child(1) {
      left: 135px;
      z-index: -1;
      top: -43px;
  }
  .hero .social_icon li:nth-child(2) {
      right: 0px;
      top: 20px;
  }
  .hero .social_icon li:nth-child(3) {
      right: 58px;
      bottom: -25px;
      z-index: -1;
  }
  .hero .social_icon li:nth-child(4){
      bottom: 0px;
      left: 0px;
      right: 0px;
      margin: auto;
      text-align: center;
  }
  .hero .social_icon li:nth-child(5) {
      bottom: 20px;
      left: -20px;
  }
  .hero .social_icon li:nth-child(5) img {
      width: 80px;
  }
  .hero .social_icon li:nth-child(6){
      top: 164px;
  }
  .hero .social_icon li:nth-child(7) {
      top: 22px;
      left: 39px;
  }
  
  .hero .social_icon li:nth-child(7) img{
      width: 71px;
  }
  
  .hero .social_icon li:nth-child(1) img {
      width: 90px;
  }
  .hero .banner_list {
      background-color: #fff;
      width: 159px;
      padding: 17px 10px;
      border-radius: 8px;
      position: absolute;
      right: 11px;
      top: 112px;
      box-shadow: 5px 10px 23px 2px #d7d7d7;
  }
  .hero .banner_list ul {
      list-style: none;
      margin-bottom: 0px;
  }
  .hero .banner_list ul li {
      font-family: 'DM Sans';
      font-size: 13px;
      color: #8d8d8d;
      font-weight: 500;
      padding: 4px 8px;
      border-radius: 6px;
      transition: all .3s;
  }
  .hero .banner_list ul li:hover {
      background: #673de6;
      color: #fff;
  }
  a:hover{
      text-decoration: none;
  }
  .hero .banner_list ul li:hover img {
      filter: invert(2) brightness(5);
  }
  .hero .banner_list ul li img {
      width: 15px;
      height: 25px;
      object-fit: contain;
      margin-right: 5px;
  }
  /* -------------clint_area------------ */
.clint_area {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
  .clint_area .item {
      background: #f6f6f6;
  }
.clint_area img {
    height: 48px;
    width: 132px !important;
    object-fit: contain;
    mix-blend-mode: multiply;
}
  /* ------about us----- */
  .about_section .btn-contain {
      gap: 16px;
  }
  .about_section{
      position: relative;
      float: left;
      width: 100%;
  }
  .about_section .col-md-6:nth-child(1){
      flex: 0 0 55%;
      max-width: 55%;
  }
  .about_section .col-md-6:nth-child(2){
      flex: 0 0 45%;
      max-width: 45%;
  }
.about_section img {
    max-width: 602px;
    min-height: 556px;
    object-fit: contain;
    width: 100%;
    object-position: bottom;
}
.about_section h2 {
    font-family: 'DM Sans';
    font-size: 45px;
    font-weight: 700;
    line-height: 37px;
    color: #111;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    margin-bottom: 23px;
    position: relative;
    font-family: "Ubuntu", serif;
}
.about_section p {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    padding-right: 0px;
    margin-bottom: 41px;
    color: #444;
}
.about_section .col-md-6:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
}
.about_section .col-md-6:nth-child(1) {
    flex: 0 0 50%;
    max-width: 50%;
}
  .read_more {
      color: #2c2b2e;
      background: #ebe4ff;
      text-transform: capitalize;
      font-family: 'DM Sans';
      font-weight: 700;
      padding: 14px 33px;
      letter-spacing: -.3px;
      font-size: 16px;
      border-radius: 12px;
      display: inline-block;
  }
  .read_more span {
      font-size: 16px;
      padding-left: 7px;
      vertical-align: middle;
  }
  .btn-contain a:nth-child(2){
      background: #673de6 !important;
      color: #fff !important;
  }
  /* ------------section.post_area---------- */
.post_area {
    padding: 0px 0px;
    background: #1f1346;
    float: left;
    width: 100%;
}
  .post_area .container {
      max-width: 790px;
      width: 100%;
  }
  .post_area .containe {
      text-align: center;
      max-width: 646px;
      width: 100%;
  }
  .post_area h4{
      font-family: 'DM Sans';
      letter-spacing: -.7px;
      font-size: 52.48px;
      line-height: 56px;
      margin-top: 11px;
      font-weight: 700;
      color: #fff;
  }
  .post_area h4 span {
      font-size: 16.4px;
      display: block;
      line-height: 26px;
      margin-top: 13px;
  }
  /* -------------need_area"----------- */
.need_area {
    padding: 88px 0px;
    float: left;
    width: 100%;
}
.heading h2 {
    font-family: 'DM Sans';
    letter-spacing: -1px;
    font-size: 44px;
    line-height: 57px;
    margin-top: 11px;
    font-weight: 700;
    color: #2c2b2e;
    font-family: "Ubuntu", serif;
    margin-bottom: 18px;
}
.heading p {
    color: #232323;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
}
.need_area p {
    font-family: 'DM Sans';
    font-size: 18px;
    line-height: 29px;
    color: #555555;
    max-width: 739px;
    margin: auto;
}
  .need_area .card .card-header .btn-header-link {
      background: #6138dc;
      display: block;
      text-align: left;
      color: #ffffff;
      font-size: 18px;
      font-family: 'DM SANS';
      font-weight: 700;
      padding: 18px 25px;
      border-radius: 0px;
      letter-spacing: -.7px;
  }
  .need_area .card .card-header .btn-header-link img {
      padding-right: 7px;
  }
  .need_area .card .card-header .btn.btn-header-link.collapsed.active img {
      filter: invert(1) brightness(33);
  }
  .need_area .card .card-header .btn.btn-header-link.collapsed.active .btn-header-link:after {
      color: #fff;
  }
  .need_area .card .card-header .btn.btn-header-link.collapsed {
      background: #ffffff !important;
      color: #3a3a3a !important;
  }
  .need_area .card .card-header .btn-header-link:after {
      font-size: 23px;
  }
  .need_area .card .card-header .btn-header-link.collapsed:after {
      content: "\e874";
      font-family: 'Linearicons-Free';
  }
  .need_area .card .card-header .btn-header-link:after {
      content: "\e873";
      font-family: 'Linearicons-Free';
      font-weight: 400;
      float: right;
      right: 29px;
      position: absolute;
      font-size: 18px;
      top: 24px;
      color: #6d6d6d;
  }
.need_area .card-body p {
    font-size: 18px;
    font-family: 'DM Sans';
    color: #ffffff;
    line-height: 30px;
    font-weight: 500;
    padding-left: 0px;
    margin-bottom: 20px;
}
  .need_area .card-header {
      padding: 0px;
  }
  .need_area .card-body {
      padding: 22px 29px;
      background: #673de6;
  }
  .need_area .btn.focus, .need_area .btn:focus {
      box-shadow: none !important;
  }
  .need_area .card .card-header .btn.btn-header-link.collapsed.active {
      background: #6138dc ! IMPORTANT;
      color: #fff !important;
  }
  .need_area .card .card-header .btn.btn-header-link.collapsed img{
      filter: invert(1) brightness(0);
  }
  .need_area .row {
      margin-top: 47px;
  }
  .need_area .card {
      margin-bottom: 20px;
      border: 0;
      background: none;
      border-radius: 12px !important;
  }
  /* -------------section.social_media_ai-------- */
section.social_media_ai {
    float: left;
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
}
  section.social_media_ai .content_img img {
      width: 514px;
      height: 609px;
      object-fit: contain;
  }
section.social_media_ai .flex_contet {
    display: flex
;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    margin-top: 7px;
}
section.social_media_ai .row {
    margin-top: 0;
}
section.social_media_ai .flex_contet .content {
    background-color: #ebe4ff;
    max-width: 23.5%;
    width: 100%;
    min-height: 187px;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    transition: all .3s;
}
section.social_media_ai .heading p {
    color: #707070;
    font-size: 18px;
}
section.social_media_ai .flex_contet .content:nth-child(2) {
    margin-top: 46px;
}
section.social_media_ai .flex_contet .content:nth-child(4) {
       margin-top: 46px;
}
  section.social_media_ai .flex_contet .content:hover{
      background-color: #673de6;
      color: #fff;
  }
  section.social_media_ai .flex_contet .content:hover img{
      filter: invert(0) brightness(5);
  }
  section.social_media_ai .flex_contet .content p {
      font-size: 18.54px;
      font-family: 'DM Sans';
      max-width: 132px;
      text-align: center;
      font-weight: 700;
      line-height: 25px;
      margin-top: 22px;
      margin-bottom: 0px;
  }
  section.Why_social_area {
      background: #1f1346;
      float: left;
      width: 100%;
      padding: 80px 0px;
  }
  section.Why_social_area h2 {
      color: #fff;
  }
  /* ---------------------- */
section.Why_social_area {
    background: #1f1346;
    float: left;
    width: 100%;
    padding: 80px 0px;
    margin-top: 0;
    z-index: 9;
    position: relative;
}
  section.Why_social_area .row {
      padding: 0px 55px;
  }
  section.Why_social_area .heading h2{
      color: #fff;
  }
section.Why_social_area .heading p {
    font-family: 'DM Sans';
    font-weight: 500;
    color: #fff;
    margin-bottom: 36px;
    margin-top: 13px;
    font-size: 18px;
    line-height: 30px;
}
section.Why_social_area .content {
    background: #2f1c6a;
    padding: 37PX 33px 11PX;
    border-radius: 10px;
    min-height: 286px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    /* justify-content: center; */
    text-align: left;
}
  section.Why_social_area .content h4 {
      font-weight: 700;
      font-family: 'DM Sans';
      font-size: 23px;
      color: #fff;
      margin-bottom: 0px;
      padding: 17px 0px 12px;
      letter-spacing: -.8px;
  }
  section.Why_social_area .content p{
      font-family: 'DM Sans';
      font-weight: 500;
      color: #fff;
      font-size: 16px;
  }
  section.Why_social_area .content img {
      background: #673de5;
      width: 63px;
      object-fit: contain;
      padding: 12px;
      height: 57px;
      border-radius: 8px;
  }
  section.social_media_ai .flex_contet .content img {
      width: 43px;
      height: 34px;
      object-fit: contain;
  }
  /* ----------- */
  section.comunity_area {
      float: left;
      width: 100%;
      padding: 70px 0px;
  }
  section.comunity_area .name_content {
      display: flex;
      background: #ebe4ff;
      justify-content: flex-start;
  }
section.comunity_area .name_content img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 61px;
}
  section.comunity_area .test_slider {
      margin-top: 55px;
  }
section.comunity_area .test_conent {
    border: #c3c3c3 solid 1px;
    min-height: 380px;
    border-radius: 10px;
}
  section.comunity_area .name_content {
      display: flex;
      background: #ebe4ff;
      justify-content: flex-start;
      padding: 16px 20px;
      align-items: center;
      gap: 20px;
      border-radius: 10px 10px 0px 0px;
  }
  section.comunity_area .name_content p {
      color: #232323;
      font-size: 19px;
      font-weight: 700;
      letter-spacing: -.8px;
      margin-bottom: 0px;
  }
  section.comunity_area .name_content p span {
      display: block;
      font-size: 14px;
      color: #616161;
      font-weight: 500;
      letter-spacing: 0px;
      padding: 4px 0px;
  }
  section.comunity_area .content {
      padding: 29px 34px;
  }
  section.comunity_area .content .star_icon {
      display: flex;
      gap: 4px;
      margin-bottom: 20px;
  }
  section.comunity_area .content img{
      width: 32px;
      height: 30px;
      object-fit: contain;
  }
  section.comunity_area .content p {
      font-size: 16px;
      color: #484747;
      font-weight: 500;
      line-height: 26px;
      font-family: 'DM Sans';
      min-height: 130px;
  }
  section.comunity_area .content a {
      color: #673de5;
      font-size: 17px;
      font-weight: 700;
      padding: 22px 0px 0px;
      display: inline-block;
  }
  section.comunity_area .content a:hover {
      color: #000;
  }
  section.sport_platarea{
      float: left;
      width: 100%;
      padding: 10px 0px 0px; 
  }
  section.sport_platarea .wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 26px;
  }
.sport_img img {
    width: 680px;
    height: 514px;
    margin-top: 49px;
}
  section.sport_platarea .sport_img {
      text-align: center;
  }
.need_area .social_media_img img {
    height: auto;
    width: 100%;
    object-fit: contain;
    background: #229af0;
    min-height: 434px;
    border-radius: 11px;
}
.social_work {
    background: #1f1346;
    float: left;
    width: 100%;
    padding: 60px 0px 70px;
    margin-top: -73px;
}
  .social_work .btn-contain {
      justify-content: center;
      gap: 18px;
  }
  .social_work .heading h2 {
      color: #fff;
  }
.social_work .heading p {
    font-family: 'DM Sans';
    font-weight: 500;
    color: #fff;
    margin-bottom: 36px;
    font-size: 18px;
}
  .social_work .btn-contain a.read_more{
      background-color: #fff;
  }
  .social_work .btn-contain a:nth-child(2) {
      background: #673de6 !important;
      color: #fff !important;
  }
  
  .social_work .cancel ul {
      display: flex;
      list-style: none;
      margin-top: 20px;
      justify-content: center;
  }
  .social_work .cancel ul li {
      padding: 12px 16px 0px 14px;
      font-family: 'DM Sans';
      color: #898989;
      font-size: 16px;
  }
  .social_work .cancel ul li img {
      padding-right: 6px;
  }
  .need_area .card .card-header .btn-header-link img {
      filter: invert(1) brightness(36.5);
  }
  
  .footer {
      float: left;
      width: 100%;
      padding: 80px 0px 0px;
  }
  .footer .footer_menu h4{
      color: #673de6;
      font-size: 18px;
      font-weight: 700;
      font-family: "DM Sans", sans-serif;
  }
  .footer .footer_menu ul li {
      list-style: none;
      line-height: 35px;
  }
.footer .footer_menu ul li a {
    color: #252525;
    font-size: 18px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
}
  .footer .footer_logo p {
      color: #252525;
      font-size: 16px;
      font-weight: 700;
      font-family: "DM Sans", sans-serif;
      margin: 26px 0px 18px;
  }
.footer .footer_logo ul {
    list-style: none;
    display: flex
;
    gap: 39px;
}
  .footer .footer_logo ul li a {
      color: #3e3e3e;
  }
  .footer .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 18.666667%;
      max-width: 18.666667%;
  }
  .footer .row {
      justify-content: center;
  }
  .footer .copy_right {
      padding: 38px 0px 21px;
      border-top: #d7d7d7 solid 1px;
      margin-top: 31px;
  }
  .footer .copy_right p{
      color: #3e3e3e;
      font-size: 16px;
      font-weight: 500;
      font-family: "DM Sans", sans-serif; 
  }
  .copy_right ul {
      list-style: none;
      margin-left: 28px;
      display: flex;
      gap: 23px;
  }
  .copy_right ul li {
      position: relative;
  }
  .copy_right ul li::after {
      content: "";
      position: absolute;
      width: 2px;
      height: 13px;
      background-color: #3e3e3e;
      right: -12px;
      bottom: 5px;
  }
  .copy_right ul li:last-child::after{
      display: none;
  }
  .copy_right ul li a{
      color: #3e3e3e;
      font-size: 16px;
      font-weight: 500;
      font-family: "DM Sans", sans-serif;
  }
  .social_work a.read_more:hover {
      background: #ebe4ff ! IMPORTANT;
      color: #000 !important;
  }
  .footer .footer_menu ul li a:hover, .copy_right ul li a:hover {
      color: #673de6;
  }
.footer .footer_logo img {
    width: 100%;
    max-width: 250px;
    object-fit: contain;
}
  .social_work p {
      max-width: 806px;
      margin: auto;
  }
  section.sport_platarea .wrapper img {
      width: 48px;
      height: 40px;
      object-fit: contain;
  }
  .need_area .card .card-header .btn-header-link::after {
      color: #333;
  }

   .need_area .card .card-header .btn-header-link[aria-expanded="true"]::after{
   	 color: #fff;
   }
  
  /*-- login and register --- */
  
  
.login_form h1 {
    text-align: center;
    font-size: 36px;
    color: #1f1e22;
    font-weight: 600 !important;
    letter-spacing: -2px;
    margin: 0px;
    font-family: 'ubuntu';
}
  
  .login_form  .social_icon_login ul {
      display: flex;
      list-style: none;
      justify-content: center;align-items: center;
      margin: 0px;
      gap:16px;
        margin: 45px 0px 35px;
  }
  
  
  .login_form  .social_icon_login ul img{
      width: 60px;
  }
  
  .login_form h3{
      text-align: center;
      font-size: 20px;
      color: #666666;
        font-family: 'DM Sans';
        letter-spacing: -0.5px;
        font-weight: 700;
        position: relative;
        margin: 0px;
  }
  
  .login_form h3::after {
      width: 115px;
      height: 1px;
      background: #dbdbdb;
      content: "";
      position: absolute;
      top: 11px;
      margin-left: 17px;
  }
  
  .login_form h3::before {
      width: 115px;
      height: 1px;
      background: #dbdbdb;
      content: "";
      position: absolute;
      top: 11px;
      margin-left: -133px;
  }
  
  .form_area{
      margin-top: 43px;
  }
  
.form_area .form_group input {
    width: 100%;
    background: #efefef;
    text-align: left;
    height: 50px;
    border-radius: 50px;
    font-family: 'DM Sans';
    font-weight: 500;
    border: 0px;
    font-size: 16px;
    color: #606060;
    transition: all 0.5s ease-in ease-out;
    outline: 0px;
    padding: 0px 40px;
}
  
  .form_area .form_group input:focus{
      border-bottom: 5px solid #ddd;
      outline: 0px;
  }
  
  .form_area .form_group input::placeholder{
      color: #999;
  }
  
.group_fom {
    display: flex;
    margin-top: 15px;
    justify-content: center;
}
  .form_area .form_group{
      margin-top: 25px;
      position: relative;
  }
  
  .form_area .group_check {
  font-size: 18px;
  color: #666666;
      font-family: 'DM Sans';
      font-weight: 500;
  
  }
  .form_area .group_check span{
          margin-left: 10px;
  }
  .form_area .group_fom .for_pass a{
      color: #666666;
      text-decoration: underline;
      letter-spacing: -0.5px;
        font-family: 'DM Sans';
      font-weight: 700;
  }
  
.form_area .form_group label {
    color: #333;
    font-family: 'DM Sans';
    font-weight: 700;
    text-align: left;
    margin: 0px;
    font-size: 16.9px;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.form_area .form_group button {
    width: 100%;
    border-radius: 50px;
    background: #673de5;
    font-family: 'DM Sans';
    font-weight: 700;
    padding: 13px 0px;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    border: 0px;
    font-size: 16px;
    text-transform: uppercase;
}
  
  .form_area .form_text p{    text-align: center;
      font-family: 'DM Sans';
      font-size: 18px;
      letter-spacing: -0.3px;
      font-weight: 500;
      margin-top: 22px;
      color: #666666;
  }
  
  .form_area .form_text p a{
        color: #666666;
        text-decoration: underline;
        font-weight: 700;
  }
  
  .login_back {
      background: url(../images/back1.jpg);
      background-size: cover;
      min-height: 100vh;
      position: relative;
      background-repeat: no-repeat;
      background-position: left;
      animation: infinite 5s alternate data;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .login_back img {
      position: relative;
      z-index: 99;
      max-width: 400px;
      margin: 0px auto 0px;
  }
  
  
  .form_area .form_group button:hover{
      background: #1f1346;
  }
  
  @keyframes data{
      0%{
           background: url(../images/back1.jpg); 
               background-repeat: no-repeat;
      background-position: left;
          background-size: cover;
      }
        50%{
           background: url(../images/back1.jpg); 
               background-repeat: no-repeat;
      background-position: left;
          background-size: cover;
      }
      100%{
           background: url(../images/back2.jpg); 
               background-repeat: no-repeat;
      background-position: left;
          background-size: cover;
      }
  }
  
   .login_back {
      background: url(../images/back3.jpg);
      background-size: cover;
      min-height: 100vh;
      position: relative;
      background-repeat: no-repeat;
      background-position: left;
      animation: infinite 5s alternate data;
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      left: 0;
      top: 0;
      width: 50%;
  }
  
  
  @keyframes data2{
      0%{
           background: url(../images/back3.jpg); 
               background-repeat: no-repeat;
      background-position: left;
          background-size: cover;
      }
        50%{
           background: url(../images/back3.jpg); 
               background-repeat: no-repeat;
      background-position: left;
          background-size: cover;
      }
      100%{
           background: url(../images/back2.jpg); 
               background-repeat: no-repeat;
      background-position: left;
          background-size: cover;
      }
  }
  
  
  .login_back::after {
      background: hsl(254deg 57% 17% / 80%);
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
  }
  
  .login_form .container-fluid{
      padding: 0px;
  }
.login_form {
    padding: 57px 70px;
    background: #fff;
    max-width: 627px;
    margin: 64px auto;
    border-radius: 11px;
}
  .login .row{
      align-items: center;
  }
  .login .col-md-6{
      padding: 0px;
  }
  
  .form_area .form_group span.lnr.lnr-eye {
      position: absolute;
      top: 53px;
      right: 30px;
      font-size: 21px;
  }
  .register .form_group button{
          background: #1f1346 !important;
  }
  .register .form_group button:hover{
      background: #673de6 !important;
  }
  .register  .login_back::after {
      background: hsl(254.91deg 79.31% 60.2% / 81%);
  }
.register .login_form {
    padding: 49px 70px;
}
.footer_menu ul {
    gap: 30px;
    min-height: 54px;
    display: flex;
    align-items: center;
    padding-bottom: 35px;
    justify-content: flex-end;
}
.footer_logo.social_ul {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: -22px;
}

.footer .footer_logo ul li a {
    color: #3e3e3e;
    font-size: 49px;
}
.pri_area ul, .pri_area ol {
padding-left: 18px;
}
.pri_area ul li, .pri_area ol li, .pri_area p{
  margin-bottom: 10px;
      color: #444;
    font-size: 18px;
    line-height: 29px;
    font-family: 'DM Sans';
    padding: 3px 0px 0px 0px;
    font-weight: 500;
    position: relative;
}

.pri_area h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 26px;
    padding-top: 25px;
    border-top: 1px solid #ccc;
}

.pri_area h2 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 26px;
    padding-bottom: 25px;
    border-bottom:  1px solid #ccc;
}

.hero {
    min-height: 622px !important;
    height: auto !important;
    background: url(../images/background.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 11px 0px 80px;
    position: relative;
}
.need_area {
    position: relative;
    background: #edededde;
}
.need_area .container{
	position: relative;z-index: 1;
}
.need_area::after{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 0;
	opacity: 0.5;
	background: url(../images/back.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.hero::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f6f6f6, transparent, #f6f6f6);
}
.hero .container{
	position: relative;
	z-index: 9;
}
.color_back {
    width: 155px;
    height: 155px;
    border-radius: 15px;
    margin: 0 auto;
    background: #eee;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 61px;
}
section.sport_platarea .wrapper img {
    width: 48px;
    height: 50px;
    object-fit: contain;
}
section.sport_platarea .container-fluid{
	padding: 0px;
}
.color_back.x_color {
    background: #000;
}
.color_back.x_color img{
	filter: invert(1);
}

.color_back.bus_color {
    background: #4285F4;
}
.color_back.bus_color img {
    filter: invert(1);
    width: 60px !important;
    height: 79px !important;
}
.color_back.facebook {
    background: #1877F2;
}
.color_back.google_color {
    background: #EA4335;
}
.color_back.ins_color {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.color_back.link_color {
    background: #0072b1;
}
.color_back.pin_color {
    background: #E60023;
}
.color_back.you_color {
    background: #FF0000;
}

.video_area video {
    mix-blend-mode: multiply;
    position: absolute;
    top: 68px;
    right: 74px;
    width: 222px;
    z-index: 1;
}
.about-img {
  position: relative;
}
.patner{
  position: relative;
}
.patner::after {
    width: 272px;
    height: 114%;
    position: absolute;
    content: "";
    top: -7px;
    left: 0px;
    background: linear-gradient(90deg, #f6f6f6, #00000000);
}

.patner::before {
    width: 272px;
    height: 114%;
    position: absolute;
    content: "";
    top: -7px;
    right: 0px;
    background: linear-gradient(-90deg, #f6f6f6, #00000000);
    z-index: 9;
}

.lap_top {
    float: left;
    width: 100%;
    padding-top: 94px;
}
.lap_top .content_lap{
max-width: 900px;
margin: 0px auto;
display: table;
}

.lap_top .content_lap img{
width: 100%;
}
.sport_img {
    margin: 0px auto;
    display: table;
}
.sec_img img {
    object-position: center;
 
}

.header_main .nav_area ul li {
    margin: 0px 15px;
}

.mega_menu {
    position: absolute;
    top: 110px;
    background: #fff;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
    background: #fff;
    width: 100%;
    left: 0px;
    border-radius: 14px;
   
}
.mega_menu .row{
	margin: 0px;
}
.header_main .container{
	position: relative;
}
.header_main .container .col-md-9{
position: inherit;
}
.header_main .nav_area ul li:hover .mega_menu{
	opacity: 1;
    visibility: visible;
     top: 89px;
}


.mega_menu ul {
    flex-direction: column;
    align-items: flex-start !important;
   
}
.mega_menu .col-1_area {
    width: 274px;
    background: #fff;
    max-width: 307px;
    padding:0px;
    border-radius: 13px;
    position: relative;
    padding:40px 0px 40px 40px;
}
.mega_menu .col-1_area.col-2_area{
	  padding:40px 0px 40px 0px;
}
.mega_menu::after {
    position: absolute;
    top: -19px;
    left: 339px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    content: "";
    z-index: 999;
}
.mega_menu .col-1_area li {
    margin: 0px 0px !important;
}
.mega_menu .col-1_area li a {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 7px 0px !important;
}
.mega_menu .col-1_area li a:hover {
    color: #673de6 !important;
    padding-left: 16px;
}
.header_main .nav_area ul li a:focus{
	color: #673de6 !important;
}
.header_main {
    position: relative;
    z-index: 999;
}

.header_main .mega_menu p {
    font-family: 'DM Sans';
    font-size: 12px;
    padding-right: 36px;
}
.mega_menu .col-1_area i{
	margin-right: 10px;
}
.mega_menu .back_menu {
    background: #ebe4ff !important;
    min-height: 519px;
    padding: 40px 0px 40px 15px;
}

.mega_menu .back_menu i {
    width: 30px;
    font-size: 23px !important;
}
.mega_menu .back_menu img{
    width: 30px;
    height: 18px;
    object-fit: contain;
    object-position: left;
}

.mega_menu .back_menu li {
    margin: 7px 15px !important;
    width: 80%;
    display: inline-block;
    padding-bottom: 14px;
    border-bottom: 1px solid #ffffff52;
}
.ai_back img{
    width: 100%;
    min-height: 504px;
    object-fit: contain;
}
.mega_menu .col-md-3.no-padding {
    padding: 0;
}

.header_main .nav_area ul li a {
    padding: 26px 0px;
}

.header_main .nav_area .mega_menu  ul li a {
    padding:0px 0px;
}
.password_area i{
    position: absolute;
    right: 19px;
    top: 50px;
    color: #7a7a7a;
    cursor: pointer;
}

section.plan_area {
    float: left;
    width: 100%;
    padding: 80px 0px;
    background: #f6f6f6;
}
.plan_area h2{
    text-align: center;
    font-family: "Ubuntu", serif;
    font-weight: 700;
    letter-spacing: -2px;
    font-size: 56px;
    margin:0px 0px 20px;
}

.plan_area .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 53px;
}

.plan_area .tab h4{
  font-family:'DM sans';
  font-size: 16px;
  font-weight: 400px;
  position: relative;
}
.plan_area .tab h4 span{
    display: block;
    font-family: 'Ubuntu';
    letter-spacing: -0.5px;
    color: #673de6;
    font-size: 15px;
    position: absolute;
    left: 0;
    width: 200px;
    top: 25px;
    left: -19px;
  }

.plan_area .prie_area {
    padding: 42px 39px 48px;
    background: #fff;
    border-radius: 40px;
    border-width: 3px;
    border-style: solid;
    position: relative;
    z-index: 1;
    border-color: #20E8C4;
}
.plan_area .prie_area h3{
  font-size: 64px;
    font-family: 'Ubuntu';
    font-weight: 700;
}
.plan_area .prie_area h5 {
    font-family: 'Ubuntu';
    letter-spacing: -0.5px;
    background: #20e8c4;
    padding: 5px 15px;
    border-radius: 10px;
    color: #fff;
    display: table;
    margin-bottom: 15px;
    font-size: 18px;
}
.plan_area .prie_area h6{
      font-size: 18px;
    font-family: 'Ubuntu';
    letter-spacing: -0.5px;
    color: #666;
    padding: 14px 0px 16px;
    margin-bottom: 0px;
  }

  .plan_area .prie_area .prie_title{
      padding: 0px 0px 16px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
  }

  .plan_area .prie_area h6 span{
     display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 7px;
}
  .plan_area .prie_area h4{
    font-family: 'Ubuntu';
    letter-spacing: -0.5px;
    font-weight: 600;
}
  .plan_area .prie_area a{
    width: 100%;
    background: #333;
    border-radius: 50px;
    padding: 15px 26px;
    font-family: 'DM Sans';
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .plan_area .prie_area a:hover{
    background: #673de6 !important;
  }
  
 .plan_area .prie_area a span{
      position: absolute;
    right: 8px;
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #333;
    justify-content: center;
}

.plan_area .prie_area ul {
    list-style: none;
    padding-left: 0;
}
.plan_area .prie_area ul li {
    font-family: 'DM Sans';
    font-size: 15px;
    padding: 15px 0px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}

.plan_area .prie_area ul li:last-child{
  padding-bottom: 0px !important;
  border: 0px !important;
}
.price_area .col-md-4:nth-child(2) .prie_area{
  border-color: #FFC736 !important;
}
.price_area .col-md-4:nth-child(3) .prie_area{
  border-color: #FF56BB !important;
}



.price_area .col-md-4:nth-child(2) h5 {
    background: #FFC736;
    color: #333 !important;
}

.price_area .col-md-4:nth-child(3) h5 {
    background: #FF56BB;
}
.tab_toggle {
    width: 67px;
    height: 36px;
    background: #333;
    border-radius: 50px;
    position: relative;
}

.tab_toggle::after {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    content: "";
    background: #fff;
    position: absolute;
    left: 4px;
    top: 3px;
    transition: all 0.5s;
}
.tab_toggle.active_c::after{
  left: 33px;
}

.mont{
    display: none;
}
.price_toggle .mont{
  display: block;
}
.price_toggle h3.yearly{
  display: none;
}

section.com_area {
    float: left;
    width: 100%;
    padding: 80px 0px;
    background: #fff;
}
section.com_area h2{
      text-align: center;
    font-family: "Ubuntu", serif;
    font-weight: 700;
    letter-spacing: -2px;
    font-size: 56px;
    margin: 0px 0px 20px;
}

.com_area table{
  width: 100%;
}

.com_area table th {
    width: 25%;
    font-family: 'Ubuntu';
    font-size: 17px;
    letter-spacing: -0.5px;
}
.com_area table th span {
    display: block;
    font-family: 'Ubuntu';
    letter-spacing: -0.5px;
    color: #673de6;
    font-size: 14px;
}

.com_area table th {
    padding: 11px 0px;
}

.com_area table td {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 18px;
    color: #333;
}

.com_area h3 {
    background: #ebe4ff;
    font-family: 'Ubuntu';
    font-weight: 700;
    letter-spacing: -1px;
    padding: 14px 30px;
    margin: 15px 0px;
    border-radius: 7px;
    font-size: 22px;
}
.com_area table tr:even{
  background: #f5f5f5 !important;
}
.com_area table th {
    padding: 10px 30px;
    border-radius: 0px;
}
.com_area table thead{
  position: sticky;
  top: 0px;
   border-radius: 7px;
}
.com_area table thead th {
    font-size: 26px;
    padding: 20px 16px 33px;
    background: #fff;

}

.com_area table thead th a {
    width: 100%;
    background: #333;
    border-radius: 50px;
    padding: 15px 26px;
    font-family: 'DM Sans';
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    position: relative;
    justify-content: center;
    margin-top: 14px;
}

.com_area table span {
    font-size: 24px;
}

.mod_body img {
    max-width: 259px;
    width: 100%;
}

.mod_body{

}

.modal_pop {
    background: #1f1346d6;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: 999;
    overflow-y: auto;
}


.modal_pop::-webkit-scrollbar {
  width: 1px;
}

/* Track */
.modal_pop::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.modal_pop::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.modal_pop::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.modal_pop .modal_content {
    background: #fff;
    max-width: 800px;
    margin: 39px auto;
    border-radius: 12px;
    position: relative;
  
}

.modal_img {
text-align:center;
}
.mod_body {
    padding: 41px 41px 20px;
}
.modal_text {
    text-align: center;
    margin-top: 33px;
}

.modal_text h2{
    font-family: 'Ubuntu';
    font-weight: 700;
    letter-spacing: -2px;
    font-size: 42px;
    color: #1f1346;
    margin-bottom: 14px;
}

.modal_text p {
    font-size: 18px;
    max-width: 601px;
    margin: 0px auto 15px;
    letter-spacing: -0.2px;
    font-weight: 500;
    color: #444;
}
.footer_area_modal {
    background: #673de6;
    padding: 54px 40px 60px;
    color: #fff;
    text-align: center;
    position: relative;
}

.footer_area_modal  h5 {
    font-family: 'Ubuntu';
    font-size: 22px;
    letter-spacing: -0.5px;
    font-weight: 700;
    line-height: 30px;
}

.footer_area_modal::after {
    width: 100%;
    height: 25px;
    background: url(../images/line.jpg);
    background-size: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: repeat-x;
}

.footer_area_modal form {
    max-width: 500px;
    margin: 22px auto 0px;
  position: relative;
}
.footer_area_modal form  input{
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 6px;
    padding: 0px 15px;
}
.footer_area_modal form  button{
    color: #fff;
    font-weight: 700;
    background: #1f1346;
    border-radius: 7px;
    padding: 14px 23px;
    position: absolute;
    right: 0;
border:0px;
}
.footer_area_modal form  button:hover{
background:#000 !important;
    color: #fff !important;
}

.modal_content span.lnr.lnr-cross{
    position: absolute;
    right: -15px;
    background: #673de6bd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -13px;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
cursor:pointer;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}




@media only screen and (max-width: 1199px) {
.plan_area h2, section.com_area h2 {
    font-size: 47px;
    margin: 0px 0px 26px;
}
.plan_area .prie_area h3 {
    font-size: 47px;
}
.plan_area .prie_area {
    padding: 36px 26px 28px;
}
.header_main .nav_area ul li {
    margin: 0px 11px;
}
.header_main .nav_area ul li a {
    font-size: 16px;
}
.hero .banner_list {
    right: -39px;
}
.hero h1 {
    font-size: 42px;
    line-height: 51px;
}
.hero .content a {
    padding: 14px 16px;
}
.hero .content .cancel ul li {
    padding: 12px 20px 0px 0px;
}
section.social_media_ai .flex_contet{
   justify-content: center;
}
section.social_media_ai .flex_contet .content {
    max-width: 23%;
}
section.Why_social_area .content {
    padding: 37PX 21px 11PX;
    min-height: 303px;
}
.footer .footer_logo ul li a {
    font-size: 36px;
}
.mega_menu .col-1_area {
    max-width: 252px;
    padding: 40px 0px 40px 21px;
}

}
@media only screen and (max-width: 1099px) {
.hero .banner_list {
        right: 0px;
        top: 135px;
    }
.hero .content-img img {
    width: 461px;
    height: 447px;
}
}

@media only screen and (max-width: 991px) {
.header_main .col-md-3{
        flex: 0 0 100%;
        max-width: 100%;
    }
.video_area video {
    top: 91px;
}
    .header_main .mega_menu .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
.plan_area .prie_area {
        padding: 28px 14px 24px;
    }
.plan_area .prie_area h3 {
        font-size: 34px;
    }
.plan_area .prie_area a {
    padding: 14px 11px;
}
.plan_area .prie_area a span {
    width: 33px;
    height: 33px;
}
.plan_area .prie_area h4 {
    font-size: 21px;
}
.plan_area .prie_area h6 span {
    min-height: 43px;
}
.plan_area .prie_area ul li {
    padding: 10px 0px;
}
.plan_area h2, section.com_area h2 {
        font-size: 39px;
    }
.com_area table th {
    padding: 10px 10px 10px 0px;
}
.com_area h3 {
    padding: 14px 16px;
}
.com_area table thead th {
    font-size: 21px;
}
.com_area table thead th a {
    padding: 15px 12px;
}
.header_main .nav_area ul li:hover .mega_menu {
    top: 137px;
}
.mega_menu::after {
    left: 78px;
}
.ai_back img {
    width: 100%;
    min-height: 518px;
    max-height: 304px;
}
.header_main .logo_area {
        text-align: center;
        padding: 15px 0px 0px;
    }
.header_main .container .col-md-9 {
   flex: 0 0 100%;
   max-width: 100%;
}
    .hero .content-img img {
        width: 423px;
        height: 411px;
    }
.hero .social_icon li:nth-child(2) {
        right: 0px;
        top: 20px;
    }
.hero .banner_list {
        width: 143px;
        padding: 10px 10px;
        right: -28px;
    }
.hero .banner_list ul li {
    font-size: 13px;
    padding: 2px 1px;
}
.hero .content-img {
    padding-left: 7px;
}
    .hero .social_icon li:nth-child(3) {
        right: 0px;
        bottom: 29px;
    }
.hero .social_icon li:nth-child(4) {
    bottom: 19px;
}
.hero h1 {
        font-size: 41px;
        line-height: 49px;
    }
.hero p {
    font-size: 17px;
    line-height: 28px;
    padding: 12px 0px 9px 0px;
}
    .hero .content a {
        padding: 14px 11px;
        font-size: 13px;
    }
.hero .content a span {
    font-size: 13px;
    padding-left: 4px;
}
.hero .conta-b {
    margin-left: 8px;
}
    .hero .content .cancel ul li img {
        padding-right: 0px;
        width: 22px;
        object-fit: contain;
        height: 15px;
    }
.hero .content .cancel ul li {
        padding: 13px 4px 0px 0px;
        font-size: 13px;
    }
.about_section h2 {
    font-size: 37px;
}
    .read_more {
        padding: 14px 14px;
        font-size: 14px;
    }
.need_area .card .card-header .btn-header-link {
    padding: 18px 17px;
}
.need_area .card-body {
    padding: 11px 20px;
}
section.social_media_ai .flex_contet {
    gap: 14px;
}
    section.social_media_ai .flex_contet .content {
        max-width: 23.4%;
    }
section.Why_social_area .row {
    padding: 0px 0px;
}
section.Why_social_area .content {
        padding: 24PX 14px 11PX;
        min-height: 335px;
    }
section.Why_social_area .content h4 {
    font-size: 21px;
}
.heading h2 {
    font-size: 39px;
    line-height: 40px;
}
footer .footer_logo img {
    max-width: 169px;
}
.color_back {
    width: 135px;
    height: 116px;
}
.need_area .card .card-header .btn-header-link {
    font-size: 16px;
}
.footer .footer_logo img {
    width: 100%;
    max-width: 177px;
}
.hero .social_icon ul {
    width: 391px;
}
.modal_pop .modal_content {
    max-width: 699px;
}
.about_section p {
    margin-bottom: 18px;
}
section.comunity_area .owl-theme .owl-nav button span {
        background: #673de5 ! IMPORTANT;
        color: #fff !important;
        font-size: 21px;
        padding: 7px;
        border-radius: 6px;
    }
section.comunity_area .owl-theme .owl-nav {
    margin-top: 22px;
}
.about_section p {
    font-size: 17px;
}
.hero .content {
    padding: 0px 0px 0px 0px;
}
.hero .row {
    margin-top: 62px;
}
.clint_area {
    padding: 2px 0px 21px;
}
}
@media only screen and (max-width: 767px) {
.login.register .login_form {
    padding: 49px 40px;
    max-width: 100%;
    margin: 64px 12px;
}
  .plan_area .prie_area {
        padding: 36px 30px 24px;
        margin-bottom: 20px;
    }
    .plan_area .prie_area a {
        padding: 14px 22px;
    }
 .com_area table th {
        white-space: nowrap;
    }
section.com_area .row {
    overflow-x: auto;
    margin: 0px 0px;
}
.footer_logo {
        text-align: center;
    }
.copy_right ul {
    margin: 0px;
}
.footer_logo {
    padding-bottom: 21px;
}
.footer_logo.social_ul {
    justify-content: center;
}
.footer_menu ul {
    justify-content: center;
}
.color_back {
     width: 117px;
     height: 99px;
    }

element.style {
    opacity: 1;
}
section.sport_platarea .wrapper img {
    width: 48px;
    height: 50px;
    object-fit: contain;
}
section.sport_platarea .wrapper img {
    width: 48px;
    height: 40px;
    object-fit: contain;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.color_back.bus_color img {
    filter: invert(1);
    width: 44px !important;
    height: 40px !important;
}
.color_back{
font-size: 45px;
}
section.sport_platarea .wrapper img {
    width: 33px;
    height: 31px;
}
    section.Why_social_area .content {
        padding: 26PX 31px 14PX;
        min-height: auto;
        margin-bottom: 20px;
    }
.sport_img img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 10px 31px 0px;
}
section.social_media_ai .flex_contet .content:nth-child(4) {
    margin-top: 0px;
}
section.social_media_ai .flex_contet .content:nth-child(4) {
    margin-top: 0px;
}
.nav_area {
    display: none;
}
.nav_bar .appoint_area {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
}
.nav_bar .appoint_area a:nth-child(1) {
        width: 50%;
        text-align: center;
        justify-content: center;
        background: #1f1346;
        color: #fff;
        border: none;
    }
.nav_bar .appoint_area a{
    width: 50%;
    margin: 0px;
    text-align: center;
    justify-content: center;
    border-radius: 0px;
}
.hero .content {
    padding: 0px 0px 51px 0px;
}
.about_section .col-md-6:nth-child(1), .about_section .col-md-6:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
}

.owl-carousel .owl-item img {
    display: block;
    width: 98%;
}

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
    }

.about_section img {
    max-width: 377px;
    min-height: 170px;
}
.about-cont {
    padding: 31px 0px 58px;
}
.modal_pop .modal_content {
    margin: 39px 24px;
}
.modal_text h2 {
    font-size: 37px;
}
.hero h1 {
    font-size: 36px;
    line-height: 45px;
    }
.need_area {
    padding: 58px 0px;
}
    section.social_media_ai .flex_contet .content {
        max-width: 48%;
        margin: 0px !important;
    }
    .heading h2 {
        font-size: 36px;
    }
section.Why_social_area {
    padding: 58px 0px;
}
section.comunity_area {
    padding: 49px 0px;
}
section.comunity_area .test_conent {
    min-height: auto;
}
section.comunity_area .content p {
    min-height: auto;
}
.footer {
    padding: 69px 0px 44px;
}
.social_work {
    padding: 48px 0px 56px;
}
.need_area .social_media_img img {
    min-height: auto;
}
.social_work {
    margin-top: -19px;
}
.footer .copy_right {
    padding: 29px 0px 26px;
    margin-top: 0px;
}
.hero .content-img {
        padding-left: 0px;
    }
.hero .social_icon li:nth-child(7) {
    top: -7px;
    left: 0px;
}
.hero .social_icon li:nth-child(1) img {
    width: 71px;
}
.hero .social_icon li:nth-child(1) {
    top: -16px;
}
.hero .social_icon li:nth-child(6) {   
    left: -35px;
}
.hero .content-img .social_icon img {
    width: 50px;
}
.hero .social_icon ul{
    height: 420px;
}
.hero .social_icon li:nth-child(7) img {
    width: 41px;
}
.hero .social_icon li:nth-child(5) img {
    width: 49px;
}
    .hero .social_icon li:nth-child(3) {
        right: 28px;
        bottom: 0px;
    }
.hero .social_icon li:nth-child(6) img {
    width: 33px;
}
.hero .social_icon li:nth-child(2) {
        right: 29px;
        top: 31px;
    }
.hero .row {
    margin-top: 30px;
}
.video_area video {
    top: 1px;
    right: 100px;
}
.hero .content a {
        padding: 14px 12px;
        font-size: 15px;
    }
    .video_area video {
        display: none;
    }
.need_area .row {
    margin-top: 30px;
}
section.comunity_area .test_slider {
    margin-top: 28px;
}
.header_main .logo_area {
        text-align: left;
    }
}

@media only screen and (max-width: 580px) {
.mod_body {
    padding: 26px 16px 20px;
}
    .modal_text h2 {
        font-size: 31px;
    }
.footer_area_modal {
    padding: 45px 16px 31px;
}
.footer_area_modal h5 {
    font-size: 19px;
    line-height: 28px;
}
.modal_text p {
    font-size: 17px;
    margin: 0px auto 10px;
}
.footer_menu ul {
    gap: 19px;
    flex-wrap: wrap;
}
.footer .copy_right {
    margin-top: 0px;
}
section.Why_social_area .content {
        padding: 26PX 19px 16PX;
    }
      .hero .banner_list {
        width: 130px;
        padding: 10px 9px;
        right: 0px;
    }
section.plan_area {
    padding: 50px 0px;
}
section.com_area {
    padding: 50px 0px;
}
.patner::before, .patner::after {
    width: 63px;
}
.login_form {
    padding: 42px 20px;
}

}
@media only screen and (max-width: 480px) {

    .plan_area .prie_area {
        padding: 31px 15px 18px;
    }
.plan_area .tab h4 span{
    left: -10px;
}
    .plan_area h2, section.com_area h2 {
        font-size: 35px;
    }
.footer_menu ul {
        gap: 0px;
    }
.footer .footer_menu ul li {
    line-height: 30px;
    padding: 5px 21px;
    border: #ccc solid 1px;
    margin: 0px 3px 7px;
    width: 47%;
    text-align: center;
}
.hero .social_icon ul {
    max-width: 372px;
    }
.hero .social_icon li:nth-child(1) img {
    width: 67px;
}
.hero .social_icon li:nth-child(7) {
    top: 8px;
    left: 0px;
}
.hero .social_icon li:nth-child(6) {
    top: 117px;
    left: 0px;
}
.hero .social_icon ul{
   height: 400px;
}
.hero .social_icon li:nth-child(7) {
        top: 29px;
        left: 6px;
    }
.hero .social_icon li:nth-child(1) img {
    width: 63px;
}
.hero .social_icon li:nth-child(1) {
    left: 135px;
    z-index: -1;
    top: -21px;
}
    .hero .social_icon li:nth-child(4) {
        bottom: 0px;
    }
.hero .social_icon li:nth-child(3) {
        right: 0px;
        bottom: -25px;
    }
.heading h2 {
    font-size: 34px;
    line-height: 39px;
    }
section.comunity_area .test_slider {
    margin-top: 26px;
}
.hero .content-img img {
        width: 100%;
    }
.hero .banner_list {
        width: 129px;
        padding: 10px 10px;
        top: 187px;
    }
    .need_area {
        padding: 43px 0px;
    }
section.Why_social_area .heading p {
    margin-bottom: 25px;
}
.lap_top {
    padding-top: 55px;
}
section.social_media_ai .flex_contet .content p {
    margin-top: 13px;
}
section.social_media_ai .flex_contet .content {
    min-height: 149px;
}
.clint_area {
    padding: 20px 0px 36px;
}
.hero .social_icon li:nth-child(4) img {
    width: 63px;
}
section.comunity_area .content {
    padding: 23px 16px;
}
.footer {
        padding: 53px 0px 44px;
    }
.color_back {
     width: 91px;
     height: 87px;
}
.footer_area_modal form button{
    padding: 14px 10px;
}
.video_area video {
        top: -34px;
        right: 30px;
    }
.login_form h3::after, .login_form h3::before {
    width: 60px;
}
.login_form h3::before {
  margin-left: -76px;
}
.social_work .heading p {
    margin-bottom: 21px;
}
section.comunity_area {
        padding: 49px 0px 30px;
    }
}

@media only screen and (max-width: 428px) {

    .hero .content-img img {
        height: auto;
    }
.hero .social_icon {
    width: 100%;
}
.hero .social_icon ul {
        max-width: 372px;
        left: 12px;
        right: 12px;
        margin: auto;
        width: 100% !important;
        height: 330px;
    }
    .hero .social_icon li:nth-child(5) img {
        width: 34px;
    }
.hero .banner_list {
     display: none;
    }
.hero .banner_list ul li {
        font-size: 13px;
        padding: 2px 1px;
        border-bottom: #f4f4f4 solid 1px;
        border-radius: 0px;
    }
.hero .social_icon li:nth-child(3) {
        bottom: 0px;
        right: 48px;
    }
.hero .content-img .social_icon img {
        width: 37px;
    }
.hero .social_icon li:nth-child(5) {
    bottom: 51px;
    left: 0px;
}
.footer .footer_logo ul li a {
        font-size: 29px;
    }
.pri_area h3 {
    font-size: 23px;
}

}

@media only screen and (max-width: 380px) {
section.social_media_ai .flex_contet .content {
        max-width: 100%;
        margin: 0px !important;
    }
.hero .social_icon ul {
        height: 296px;
    }
    .hero .social_icon li:nth-child(1) img {
        width: 46px;
    }
    .hero .social_icon li:nth-child(6) {
        left: -0px;
    }
.hero .social_icon li:nth-child(6) img {
        width: 26px;
    }
    .hero .content-img img {
        height: 286px;
    }
.footer .footer_logo ul {
    gap: 33px;
}
.footer_area_modal form button {
        padding: 17px 10px;
        font-size: 13px;
    }
.footer_area_modal {
        padding: 45px 14px 31px;
    }

}
@media only screen and (max-width: 360px){

.btn-contain {
    flex-wrap: wrap;
}
.read_more {
        padding: 14px 14px;
        width: 100%;
        text-align: center;
        font-size: 15px;
    }
.hero .content a {
        font-size: 14px;
    }
}



@media screen and (min-width: 767px) {
  
  .content {
   
  }
  
  .toggler {
    display: none;
  }
}
@media screen and (max-width: 767px) {

.toggler {
    right: 8px !important;
}
.header_main .nav_area ul {
    display: block;
}
    .nav_area {
        max-width: 100%;
        background: #673de6;
        width: 100%;
        padding: 24px 15px;
        border-radius: 0px 0px 7px 7px;
    }
 .header_main .nav_area ul li a{
    color: #fff;
}
.header_main .nav_area ul li {
        margin: 0px 11px;
        padding: 10px 0px;
        border-bottom: #794dff solid 1px;
    }
.header_main .nav_area .mega_menu ul li a {
    color: #252525;
}
.header_main .nav_area ul li a:focus {
    color: #ffffff !important;
}
.header_main .mega_menu .col-md-3:nth-child(3), .header_main .mega_menu .col-md-3:nth-child(4) {
    display: none;
}
    .header_main .mega_menu .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
.mega_menu .col-1_area {
        max-width: 252px;
        padding: 30px 0px 6px 12px;
        max-width: 100%;
        width: 100%;
    }
.mega_menu .col-1_area.col-2_area {
    padding: 3px 0px 0px 12px;
}
    .header_main .nav_area .mega_menu ul li {
        margin: 0px 11px;
        padding: 5px 0px;
        border-bottom: #f4f0ff solid 1px;
    }
.mega_menu::after {
    top: -11px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 12px solid #fff;
}
.header_main .nav_area ul .mega_menu {
        width: 94%;
        margin: 0px 16px !important;
    }
.header_main .nav_area ul li span {
    font-size: 12px;
    margin-left: 4px;
}
.header_main .nav_area .mega_menu ul li a:focus {
        color: #673de6 !important;
    }
.header_main .nav_area ul li:last-child {
    border: none;
    padding: 13px 0px 0px;
}
.toggler:hover {
    color: #000;
}
.header_main .nav_area ul li .mega_menu{
 visibility: hidden !important;
}
    .header_main .nav_area ul li .mega_menu.open {
        visibility: visible !important;
    }
}
@media only screen and (max-width: 480px) {
.toggler {
    right: 11px !important;
}
    .mega_menu .col-1_area {
        padding: 18px 0px 6px 0px;
    }
.mega_menu .col-1_area.col-2_area {
        padding: 0px 0px 0px 0px;
    }
    .header_main .nav_area ul .mega_menu {
        width: 94%;
        margin: 0px 14px !important;
    }
.header_main .mega_menu p {
    padding-right: 0px;
}
.hero h1:after {
    height: 12px;
    width: 12px;
    margin: 0px 2px;
}
.header_main .nav_area ul li {
        margin: 0px 3px;
}

}
@media only screen and (max-width: 390px) {
.header_main .nav_area ul .mega_menu {
        width: 93%;
        margin: 0px 12px !important;
    }
}

.toggler {
    color: #673de6;
    cursor: pointer;
    position: absolute;
    top: 21px;
    right: 0px;
}
.toggler i {
    font-weight: 100;
    font-size: 29px;
}

