@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  color: #0c0c0c;
  background-color: rgba(131, 82, 165, 0.01);
  overflow-x: hidden;
}   

h1,h2,h3,h4,h5,h6 {
    font-family: "Source Sans 3", sans-serif;
}

.layout_padding {
  padding: 40px 0;
}

.layout_margin {
  margin: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
}

.heading_container h2 span {
  color: #8352A5;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #8352A5;
  border-radius: 0 0 0px 0;
}

.sub_page .hero_area {
  min-height: auto;
  border-radius: 0 0 45px 0;
}

.header_section {
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 10px 0;
    background-color:  #8352A5;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
}

.navbar-brand img {
    height: 45px;
}


.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
 font-family: "Poppins" !important;
 font-size: 13px;
  padding: 7px 25px;
  min-width: 120px;
  margin-left: 5px;
  color: #ccc;
  text-align: center;
  text-transform: none;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #000000;
  background-color: #BB9FD1;
}


.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 26px;
  height: 2.5px;
  background-color: #ffffff;
  margin: 5px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -8px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 8px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #000000;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #f8842b;
}

.quote_btn-container .quote_btn {
  display: inline-block;
  padding: 10px 30px;
  background-color: #9AC342;
  color: #ffffff;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  
}

.quote_btn-container .quote_btn:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  text-align: center;
  color: #ffffff;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px;
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 185px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 12px 15px;
  background-color: #5a2a8f;
  color: #ffffff;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #5a2a8f;
}

.slider_section .detail-box .btn-box .btn1:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 23px;
  height: 23px;
  background-color: #9AC342;
}


.slider_gaming_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0;
}

.slider_gaming_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_gaming_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_gaming_section .detail-box {
  text-align: center;
  color: #ffffff;
}

.slider_gaming_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

.slider_gaming_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px;
  margin-top: 45px;
}

.slider_gaming_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 185px;
}

.slider_gaming_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 12px 15px;
  background-color: #5a2a8f;
  color: #ffffff;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #5a2a8f;
}

.slider_gaming_section .detail-box .btn-box .btn1:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.slider_gaming_section .img-box img {
   display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 25px 0px 0px 25px;
}

.slider_gaming_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.slider_gaming_section .carousel-indicators li {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 1;
}

.slider_gaming_section .carousel-indicators li.active {
  width: 23px;
  height: 23px;
  background-color: #9AC342;
}



.service_section {
  text-align: center;
}

.service_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box {
  margin-top: 25px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box::before {
  content: "";
  width: 275px;
  height: 275px;
  position: absolute;
  right: -137.5px;
  bottom: -137.5px;
  background-color: #faf8fd;
  z-index: -1;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 125px;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  
  padding: 15px;
}

.service_section .box .img-box img {
  height: 80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  position: relative;
}

.service_section .box .detail-box p{
    padding: 5px;
}

.service_section .box .detail-box a {
  color: inherit;
  display: block;
  padding: 7px 0px;
  background-color: #BB9FD1;
}

.service_section .box:hover {
  color: #ffffff;
}

.service_section .box:hover::before {
  -webkit-transform: scale(5);
          transform: scale(5);
  background-color: #8352A5;
}

.service_section .box:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #8352A5;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #8352A5;
}

.service_section .btn-box a:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}


.company_section {
  background-color:#ffffff;
  color: #000000;
  border-radius:0px 0 0px 0;
}

.company_section .heading_container {
    margin: 0px 0 20px 0;
}


.company_section .heading_container {
    margin: 0px 0 20px 0;
}

.shadow-box {
    padding: 20px;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15) !important;
}


.company_game_section {
  background-color:#ffffff;
  color: #000000;
  border-radius:0px 0 0px 0;
}

.company_game_section .heading_container {
    margin: 0px 0 20px 0;
}


.company_game_section .heading_container {
    margin: 0px 0 20px 0;
}



.company_game_section .game-box {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 30px;
}

.company_game_section .game-box .detail-box {
    padding: 20px;
}

.company_game_section .game-box .detail-box p {
    color: #666;
}


.company_game_section .game-box .detail-box .item-card {
    padding: 10px 5px;
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.company_game_section .game-box .detail-box .item-card h4 {
    font-size: 18px;
    color: #444;
}


.company_game_section .game-box .detail-box .item-card p {
    margin-left: 5px;
    color: #888
}


.company_game_section .game-box .detail-box p {
    margin-left: 5px;
    color: #777
}


.company_game_section .game-box .detail-box .item-card ul li {
    color: #666;
    font-size: 14px;
}


.company_game_section .game-box .detail-box .item-card-footer {
    margin-top: 20px;
}


.company_game_section .game-box .detail-box .item-card-footer a {
    width: 100%;
}


.team_section {
  background-color:#ffffff;
  color: #000000;
  border-radius:0px 0 0px 0;
}

.team_section .heading_container {
    margin: 0px 0 20px 0;
}


.team_section .heading_container {
    margin: 0px 0 20px 0;
}

.team_section .img-box {
    margin: 0px 0 20px 0;
}

.team_section .img-box img {
    width: 100%;
}

.team_section .img-box-label {
    text-align: center;
    background-color: #BB9FD1;
    padding: 10px 0 10px 0;
}

.team_section .img-box-fonction {
    padding: 0;
    margin: 0;
    font-style: italic;
}
.team_section .img-box-social {
    padding: 0 10px;
    margin: 0 10px;
    border-left: 1px solid #E5D8EF;
}

.team_section .img-box-social a{
    color: #000;
    font-size: 18px
}

.team_section h3 {
    text-align: center;
    margin: 0px 0px 20px 0 ;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
}

.team_section h4 {
    text-align: center;
    margin: 20px 0px 30px 0 ;
    width: 100%;
}

.faq_section {
    margin: 40px 0 20px  0;
}

.faq_section h3 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
}


.faq_section .detail-box {
  background-color: rgba(131, 82, 165, .1);
  padding: 25px;
  color: #000000;
  border-radius:40px;
}



.faq_section .accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.faq_section .accordion__item {
    border: 1px solid rgba(131, 82, 165, .2);;
    border-radius: 10px;
    overflow: hidden;
}

.faq_section .accordion__header {
padding: 15px 25px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.faq_section .accordion__header::after {
    content: '';
    background: url(https://www.svgrepo.com/show/357035/angle-down.svg) no-repeat center;
    width: 20px;
    height: 20px;
    transition: .4s;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.faq_section .accordion__header.active {
    background: rgba(131, 82, 165, .2);;
}

.faq_section .accordion__header.active::after {
    transform: rotateX(180deg);
}

.faq_section .accordion__item .accordion__content {
    padding: 0px 25px;
    margin-top: 10px;
    max-height: 0;
    transition: .5s;
    overflow: hidden;
    font-size: 14px;
    text-align: justify;
}


.help_section {
    margin-bottom: 30px
}

.help_section h3 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
}

.help_section .detail-box {
  background-color: rgba(131, 82, 165, .1);
  padding: 25px;
  color: #000000;
  border-radius:40px;
}

.help_section ul.topics {
    padding: 0;
    margin: 20px 0;
    list-style-type: none;
} 

.help_section ul.topics li {
    display: block;
    cursor: pointer;
    padding: 10px;
}

.help_section ul.topics li a{
    display:block;
    color: #000;
    font-weight: bold;
}

.help_section ul.topics li a i{
    padding: 8px;
    border-radius: 20px;
    background-color: #E5D8EF;
    color: #8352A5;
}

.help_section ul.topics li i.fa-angle-right{
    float: right !important;
    margin: -20px 0 0 0 !important; 
}

.help_section ul.topics li:hover{
    background-color: rgba(131, 82, 165, .2);
    border-radius: 10px;
}

.help_section ul.sub-topics li {
    list-style-type: none;
    cursor: pointer;
    padding: 0px;
}

.help_section ul.sub-topics  li a{
    display: block;
    padding: 2px 0;
    color: #5a2a8f;
    font-weight: normal;
    font-size: 14px;
}

.help_section ul.sub-topics-trynow li:hover,
.help_section ul.sub-topics li:hover{
    background-color: transparent;
}

.help_section ul.sub-topics-trynow {
    list-style-type: disc !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

.help_section ul.sub-topics-trynow li {
    display: inline-block;
    list-style-type: disc !important;
    padding: 2px 0;
}

.help_section ul.sub-topics-trynow  li a{
    color: #5a2a8f;
    font-weight: normal;
    display: block;
    font-size: 14px;
}

.help_section ul.sub-topics-trynow  li a i{
    font-size: 6px;
    float: left;
    margin: -1px 10px 0 0px;
}


.help_section a.more{
    border: 1px solid #8352A5;
    padding: 10px 30px;
    color: #fff;
    background-color: #8352A5;
    border-radius: 30px;
}

.help_section a.more:hover{
    background-color: rgba(131, 82, 165, .7);
}




.download_section {
    margin-bottom: 30px
}

.download_section h3 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
}

.download_section .detail-box {
  background-color: rgba(131, 82, 165, .6);
  padding: 25px;
  color: #000000;
  border-radius:40px;
}

.download_section .download-box {
  background-color: rgba(229, 216, 239, .9);
  padding: 10px 20px;
  color: #333;
  border-radius:20px;
  margin-bottom: 20px;
}

.download_section .download-box .device-title {
    color: #333;
}

.download_section .download-box h4 {
    font-size: 1.6em;
}

.download_section .download-box p {
    font-size: 0.9em;
}



.chat_section {
    margin-bottom: 30px;
}

.chat_section h3 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
}

.chat_section .detail-box {
  background-color: rgba(131, 82, 165, .1);
  padding: 25px;
  color: #000000;
  border-radius:40px;
}

.chat_section .detail-box a.help-box {
  border: 2px solid transparent;
  background-color: rgba(131, 82, 165, .2);
  display: block;
  border-radius: 20px;
  padding: 25px;
  font-size: 15px;
  color: #000000;
}

.chat_section .detail-box a.help-box:hover {
  border: 2px solid rgba(131, 82, 165, .2);
  background-color: rgba(255, 255, 255, .9);
}

.chat_section .detail-box .help-box p{
    margin: 0;
    font-size: 48px;
}





.helpseek_section {
    margin-bottom: 30px;
}

.helpseek_section h3 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
}

.helpseek_section .detail-box {
  padding: 15px;
  color: #000000;
  border-radius:40px;
}

.helpseek_section .detail-box a.help-box {
  border: 2px solid transparent;
  background-color: rgba(131, 82, 165, .2);
  display: block;
  border-radius: 20px;
  padding: 25px;
  font-size: 15px;
  color: #000000;
  margin: 0px 0 20px 0;
}

.helpseek_section .detail-box a.help-box:hover {
  border: 2px solid rgba(131, 82, 165, .2);
  background-color: rgba(255, 255, 255, .9);
}

.helpseek_section .detail-box .help-box strong{
    font-weight: bold;
    font-size: 18px;
    font-family: "Source Sans 3", sans-serif;
}


.helpseek_section .detail-box .help-box p{
    color: #666;
}



.helpseek_section .detail-box .help-box p i{
    margin: 0;
    font-size: 64px;
    color: #8352A5;
}


.case_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.case_section .box {
  margin-top: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  border-radius: 25px;
}

.case_section .box .img-box {
  position: relative;
}

.case_section .box .img-box img {
 border-radius: 25px 25px 0px 0px;
  width: 100%;
}

.case_section .box .detail-box {
  padding: 25px;
}

.case_section .box .detail-box h5 {
  font-weight: bold;
  margin: 10px 0;
}

.case_section .box .detail-box p {
  font-size: 15px;
}

.case_section .box .detail-box a {
  color: #8352A5;
}


.case_section .box .detail-box  i{
  color: rgba(154, 195, 66, 0.8);
}

.case_section .box .detail-box  i.crowdfunding{
  color: rgba(255, 102, 153, 0.9);
}


.business_section {
    margin-bottom: 30px;
}

.business_section .detail-box {
  background-color: rgba(255, 255, 255, .2);
  padding: 25px;
  color: #000000;
  border-radius:40px;
  text-align: left !important;
}

.business_section .detail-box .footer {
    margin: 20px 0;
}

.business_section .detail-box a.help-box {
  border: 2px solid transparent;
  background-color: rgba(131, 82, 165, .2);
  display: block;
  border-radius: 20px;
  padding: 25px;
  font-size: 15px;
  color: #000000;
}

.business_section .detail-box a.help-box:hover {
  border: 2px solid rgba(131, 82, 165, .2);
  background-color: rgba(255, 255, 255, .9);
}

.business_section .detail-box .help-box p{
    margin: 0;
    font-size: 48px;
}





.about_section {
  background-color: #8352A5;
  color: #ffffff;
  border-radius:0px 0 0px 0;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  text-align: right;
}

.about_section .img-box img {
  width: 100%;
  border-radius: 30px;
  
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.15);
          box-shadow: 5px 5px 20px 20px rgba(255, 255, 255, 0.2);
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #5a2a8f;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #5a2a8f;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}


.menu_section {
    background-color: rgba(131, 82, 165, .9);
    color: #ffffff;
    border-radius:0px 0 0px 0;
    padding: 50px 0;
}

.menu_section .detail-box {
}

.menu_section .detail-box ul {
    margin: 0;
    padding: 0;
}


.menu_section .detail-box ul li {
    display: inline-block;
}


.menu_section .detail-box ul li a {
    min-width: 180px;
    padding: 5px 30px;
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #e0e0e0;
    border-bottom: 4px solid transparent;
}


.menu_section .detail-box ul li a.active,
.menu_section .detail-box ul li a:hover{
    border-bottom: 4px solid #9AC342;
}


.menu_section .detail-box .heading_container {
}

.menu_section .detail-box .heading_container h2{
    margin-bottom: 25px;
    text-align: center !important;
    font-weight: 500;
    width: 100%;
}

.simple_menu_section {
    background-color: #fff;
    color: #000;
    border-radius:0px 0 0px 0;
    padding: 30px 0 20px 0;
}


.product_section {
  background-color: rgba(131, 82, 165, .9);
  color: #ffffff;
  border-radius:0px 0 0px 0;
}

.product_section .detail-box .logo-product {
    margin-bottom: 15px;
}

.product_section .detail-box .logo-product img{
    height: 100px;
}


.product_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_section .img-box {
  position: relative;
  text-align: right;
}

.product_section .img-box img {
    width:60%;
}

.product_section .detail-box p {
  margin-top: 15px;
}

.product_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #9AC342;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #9AC342;
  margin-top: 15px;
  border-radius: 30px;
}

.product_section .detail-box a:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}


.crowdfunding_section {
  background-color: rgba(131, 82, 165, .9);
  color: #ffffff;
  border-radius:0px 0 0px 0;
}

.crowdfunding_section .detail-box .logo-product {
    margin-bottom: 15px;
}

.crowdfunding_section .detail-box .logo-product img{
    height: 100px;
}


.crowdfunding_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.crowdfunding_section .img-box {
  position: relative;
  text-align: right;
}

.crowdfunding_section .img-box img {
  height: 300px;
}

.crowdfunding_section .detail-box p {
  margin-top: 15px;
}

.crowdfunding_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #FF6699;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #FF6699;
  margin-top: 15px;
  border-radius: 30px;
}

.crowdfunding_section .detail-box a:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}


.end_section  {
}

.end_section .detail-box {
    text-align: center;
}

.end_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #9AC342;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #9AC342;
  margin-top: 15px;
  border-radius: 30px;
}


.end_section .detail-box a.crowdfunding {
  display: inline-block;
  padding: 10px 45px;
  background-color: #FF6699;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #FF6699;
  margin-top: 15px;
  border-radius: 30px;
}

.end_section .detail-box a:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}


.support_section {
  background-color: #E5D8EF;
  color: #000;
  border-radius:0px 0 0px 0;
  padding: 15px 0;
}


.support_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support_section .heading_container .img-box img {
    height: 100px;
    border-radius: 20px;
}

.support_section .heading_container h2 a {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    color: #FF6699;
}

.support_section .heading_container h2 a:hover{
    text-decoration: underline;
}

.support_section .heading_container .link-box {
    margin: 10px 0;
}

.support_section .heading_container a {
    display: block;
}

.support_section .heading_container .link-box a.readmore {
    background-color: #FF6699;
    padding: 5px 20px;
    color: #fff;
    border-radius: 20px;
}

.support_section .heading_container .link-box a.readmore:hover {
    background-color: #BB9FD1;
}




.news_header_section {
    background-color: #f6f1fa;
    color: #000;
    border-radius:0px 0 0px 0;
    padding: 15px 0;
    border-radius: 30px;
}


.news_header_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_header_section .heading_container .img-box img {
    height: 250px;
    border-radius: 10px;
}

.news_header_section .heading_container h2 a {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
}

.news_header_section .heading_container h2 a:hover{
    text-decoration: underline;
}

.news_header_section .heading_container .link-box {
    margin: 10px 0;
}

.news_header_section .heading_container a {
    display: block;
}

.news_header_section .heading_container .link-box a.readmore {
    background-color: #8352A5;
    padding: 5px 20px;
    color: #fff;
    border-radius: 20px;
}

.news_header_section .heading_container .link-box a.readmore:hover {
    background-color: #BB9FD1;
}






.news_content_section {
    color: #000;
    border-radius:0px 0 0px 0;
    padding: 15px 0;
    border-radius: 30px;
}


.news_content_section .heading_container {
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
.news_content_section .heading_container .img-box img {
    height: 450px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.news_content_section .heading_container h2 a {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
}

.news_content_section .heading_container h2 a:hover{
    text-decoration: underline;
}

.news_content_section .heading_container .link-box {
    margin: 10px 0;
}

.news_content_section .heading_container a {
    display: block;
}
 
.business_section  .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.business_section  .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.business_section  .box {
  margin-top: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  cursor: pointer;
}


.business_section  .box:hover {
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.45);
          box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.45);
}



.business_section  .box .detail-box {
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 0px 10px;
}

.business_section  .box .detail-box .link-box,
.business_section  .box .detail-box .img-box {
    display: flex;
    align-items: center;
}

.business_section  .box .detail-box  .img-box img {
    max-width: 70px;
    height: auto;
}

.business_section  .box .detail-box .text-box  {
    padding: 10px;
    flex: 1;
}

.business_section  .box .detail-box .text-box h5 {
  font-weight: bold;
 font-size: 18px;
  margin: 10px 0;
}


.business_section  .box .detail-box .eventplus h5{
    color: #BF1E50 !important;
}

.business_section  .box .detail-box .remindme h5{
    color: #EB574F !important;
}


.business_section  .box .detail-box .text-box p {
  font-size: 14px;
}

.business_section  .box .detail-box .text-box  a {
  color: #8352A5;
}

.business_section  .box .detail-box .link-box i {
    margin: 5px;
    color: #9AC342
}

.business_section  .box .detail-box .eventplus i {
    color: #BF1E50 !important;
}

.business_section  .box .detail-box .remindme i {
    color: #EB574F !important;
}


@media (max-width: 768px) {
  .business_section .box .detail-box {
    flex-direction: column;
    text-align: center !important;
    padding: 15px !important;
    gap: 15px;
  }
  
  .business_section .box .detail-box .img-box {
    order: 1;
  }
  
  .business_section .box .detail-box .text-box {
    order: 2;
    padding: 10px 0;
    width: 100%;
    
    border-bottom: 1px solid #E5D8EF;
  }
  
  .business_section .box .detail-box .link-box {
    order: 3;
    padding: 0px 30px;
    width: auto;
  }
  
  
  .business_section .box .detail-box .link-box i {
    font-size: 22px !important;
  }
  
  
  .business_section .box .detail-box h5 {
    font-size: 22px  !important;
  }
  
  .business_section .box .detail-box .img-box img {
    max-width: 110px !important;
  }
}

.contact-support {
    background-color: #E5D8EF;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    margin: 20px 0;
}

.contact-support h3 {
    margin-bottom: 15px;
    color: #3b4a54;
}

.contact-support p {
    margin-bottom: 20px;
    color: #667781;
}

.contact-btn {
    display: inline-block;
    background-color: #8352A5;
    color: white;
    padding: 12px 25px;
    border-radius: 24px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s;
}

.contact-btn:hover {
    background-color: #BB9FD1;
}



.business_section  .box .detail-box  i{
  color: rgba(154, 195, 66, 0.8);
}

.business_section  .box .detail-box  i.crowdfunding{
  color: rgba(255, 102, 153, 0.9);
}



.news_related_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_related_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}



.news_related_section .box {
  margin-top: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  cursor: pointer;
}

.news_related_section .box .news-box {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
    flex-direction: row; /* Assure l'alignement horizontal */
}

.news_related_section .box .news-box .detail-box {
    flex: 1;
    padding: 25px;
    width: 60%;
}

.news_related_section .box .news-box .img-box {
    flex-shrink: 0;
    width: 40%;
}

.news_related_section .box .news-box .img-box img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0px 25px 25px 0px;
}


.news_related_section .box .news-box .detail-box h5 {
  font-weight: bold;
  margin: 10px 0;
}


.news_related_section .box .news-box .detail-box p {
  font-size: 15px;
}

.news_related_section .box .detail-box .publishdate {
    color: #999;
    font-style: italic;
}



.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px 0;
  text-align: center;
}

.client_section .box .img-box {
  width: 100px;
  height: 100px;
  min-width: 100px;
  position: relative;
  margin-bottom: -50px;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
  border: 0px solid #8352A5;
}

.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  margin-bottom: 0;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #8352A5;
  font-weight: normal;
  font-size: 15px;
}

.client_section .box .client_info i {
  font-size: 24px;
}

.client_section .box p {
  margin-top: 15px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  border: 8px solid #8352A5;
  color: #333;
  border-radius: 25px;
  padding: 85px 45px 15px 45px;
}

.client_section .box .detail-box-2 {
  background-color: #ffffff;
  border: 8px solid #9AC342;
  color: #333;
  border-radius: 500px 500px 100px 100px;
  padding: 85px 45px 15px 45px;
}

.client_section .carousel-indicators {
  position: unset;
  margin: 20px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .carousel-indicators li {
  background-color: #8352A5;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #9AC342;
}

.contact_section {
  position: relative;
}

.contact_section form {
  margin-top: 45px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: transparent;
  outline: none;
  color: #000000;
  border: 1px solid #a5a5a5;
}

.contact_section input::-webkit-input-placeholder {
  color: #1c1b1b;
}

.contact_section input:-ms-input-placeholder {
  color: #1c1b1b;
}

.contact_section input::-ms-input-placeholder {
  color: #1c1b1b;
}

.contact_section input::placeholder {
  color: #1c1b1b;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding: 10px 65px;
  background-color: #8352A5;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #8352A5;
  color: #fff;
  margin-top: 10px;
}

.contact_section button:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.contact_section .map_container {
  height: 100%;
  min-height: 325px;
  overflow: hidden;
  margin-left: 45px;
}

.contact_section .map_container .map {
  height: 100%;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.footer_container {
  background-color: #8352A5;
  color: #ffffff;
  border-radius: 0px 0 0 0;
  padding-top: 45px;
}

/* info section */
.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section  h4 {
    font-size: 16px;
    font-weight: normal;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #9AC342;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #9AC342;
}


  .info_section .language label {
    display: block;
    font-size: 14px;
    color: #e0e0e0;
    font-weight: normal;
    margin: 20px 0 5px 5px;
  }
  
  .info_section .language select {
    font-size: 14px;
    padding: 4px 10px !important;
    border-radius: 5px;
    height: 38px !important;
    width: 100%;
  }

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #9AC342;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #9AC342;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #9AC342;
  margin-top: 15px;
}

.info_section form button:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* end info section */
/* footer section*/
.footer_section {
  border-top: 1px solid #BB9FD1;
  padding: 20px 0 10px 0;
  margin: 10px 0 0px 0;
  position: relative;
  text-align: center;
  font-size:14px;
}

.footer_section p {
  padding: 0px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}

.footer_section p.location {
    font-size:14px;
}

.footer_section a  {
  color: #fff;
}

.footer_section a:hover{
    text-decoration: underline;
}


.footer_section a i {
  font-size: 20px;
}



/*-------------------------------------       
        9.  Counter
--------------------------------------*/
.statistics{
    position:relative;
    align-items: center;
    background-color: #8352A5;
    background-position:center;
    background-size:cover;
    padding:50px 0 50px;
    margin: 30px 0;
    color: #ffffff;
}
.statistics-asso{
    position:relative;
    align-items: center;
    background-color: #9AC342;
    background-position:center;
    background-size:cover;
    padding:50px 0 50px;
    margin: 30px 0;
    color: #ffffff;
}

.statistics-crowd{
    position:relative;
    align-items: center;
    background-color: #FF6699;
    background-position:center;
    background-size:cover;
    padding:50px 0 50px;
    margin: 30px 0;
    color: #ffffff;
}
/* single-ststistics-box */
.single-ststistics-box {
    text-align: center;
    margin-bottom:30px;
    margin-top: 20px;
}
/* single-ststistics-box */
.statistics-content{
    display: flex;
    justify-content: center;
    color:#fff;
    font-size:40px;
}
.statistics-content span {
    margin-left: 5px;
}
.single-ststistics-box h3{
    color:#fff;
    font-size:24px;
    text-transform:capitalize;
    font-weight: 500;
}

.modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
    border-radius: 20px;
}
 

.btn-primary {
  color: #fff !important;
  background-color: #8352A5 ;
  border-color: #8352A5;
  border-radius: 20px;
  width: 140px
}


.btn-primary:hover {
  background-color: #BB9FD1;
  border-color: #8352A5;
}


.btn-secondary {
  color: #fff;
  background-color: #9AC342 ;
  border-color: #9AC342;
  border-radius: 20px;
  width: 140px
}


.btn-secondary:hover {
    background-color: #cad5b2;
  border-color: #cad5b2;
}



.dialog_section {
    margin-bottom: 30px
}

.dialog_section h3 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
}

.dialog_section .detail-box {
  padding: 25px;
  color: #000000;
}

.dialog_section ul.topics {
    margin: 0;
    padding: 0;
} 

.dialog_section ul.topics li {
    list-style-type: none;
    display: block;
    cursor: pointer;
    padding: 20px 10px;
    border-bottom: 1px solid #f0f0f0;
}


.dialog_section ul.topics li:first-child {
    border-top: 1px solid #f0f0f0;
}

.dialog_section ul.topics li a{
    color: #000;
    font-size: 16px;
}

.dialog_section ul.topics li i.next{
    float: right !important;
    margin: -20px 0 0 0 !important; 
}

.dialog_section ul.topics li i.icon{
    font-size: 32px;
    margin-right: 10px;
    margin-top: -5px;
    color: #9AC342;
    float: left;
}

.dialog_section ul.topics li:hover{
    background-color: rgba(131, 82, 165, .2);
    border-radius: 10px;
}
label {
    text-align: left;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    margin: 0px 0 5px 5px;
}
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="text"] {
    border-radius: 10px;
    padding: 0px 0px 0 15px;
    height: 50px !important;
}

textarea {
    border-radius: 20px !important;
    padding: 10px 0px 5px 15px !important;
    min-height: 80px !important;
    margin: 0px 0;
    resize: none;
}

select {
    border-radius: 10px !important;
    padding: 0px 0px 0 15px;
    height: 50px !important;
}



input::-webkit-input-placeholder {
  color: #bbb !important;
  font-size: 15px !important;
}

input:-ms-input-placeholder {
  color: #bbb !important;
  font-size: 15px !important;
}

input::-ms-input-placeholder {
  color: #bbb !important;
  font-size: 15px !important;
}

textarea::placeholder,
input::placeholder {
  color: #bbb !important;
  font-size: 15px !important;
}




/*** CAPTCHA****/

.captcha{
	height: 30px;
	width:170px;
	margin: 15px 0;
}
.captcha span{
	float:right;
	line-height: 30px;
	font-size:13pt;
	font-weight: bolder;
        margin-left: 35px;
        color:#777;
}
.captcha .check{
	border-radius: 3px;
	width:30px;
	height: 30px;
	border: 1px solid #777;
	display:inline;
	position: absolute;
  cursor: pointer;
}

/*Styles for check animation*/
.check .wrapper {
  width: 25px;
  display: inline;
  margin: 4em auto 0;
}

.check .checkmark {
  stroke: #5a2a8f;
  stroke-dashoffset: 745.74853515625;
  stroke-dasharray: 745.74853515625;
  -webkit-animation: dash 2s ease-out forwards;
          animation: dash 2s ease-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/*End check animation*/


.g-recaptcha {
    text-align: center;
    margin: 10px auto;
}


.form-control:focus {
    border-color: #2575fc;
    box-shadow: 0 0 0 0.25rem rgba(37, 117, 252, 0.25);
}

.success-message {
    color: #27ae60;
    padding: 10px;
    background-color: rgba(39, 174, 96, 0.1);
    border-radius: 4px;
    margin-top: 15px;
    text-align: center;
    display: none;
}
.error-message {
    color: #e74c3c;
    padding: 10px;
    background-color: rgba(231, 76, 60, 0.1);
    border-radius: 4px;
    margin-top: 15px;
    text-align: center;
    display: none;
}

.terms_section h1 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}

.terms_section .subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
}

.terms_section h2 {
    color: #333;
    margin: 2rem 0 1rem;
    font-size: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid  #e5e5e5;
}

.terms_section h3 {
    color: #333;
    margin: 1.5rem 0 0.5rem;
}

.terms_section p {
    margin-bottom: 1rem;
    text-align: justify;
}

.terms_section ul, ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.terms_section li {
    margin-bottom: 0.5rem;
}

.terms_section .highlight {
    background-color: rgba(131, 82, 165, 0.1);
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    font-weight: 500;
}

.terms_section .definition-list {
    background-color: #f5f5f5;
    padding: 1.5rem;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

.terms_section .definition-item {
    margin-bottom: 0.8rem;
}

.terms_section .definition-term {
    font-weight: bold;
    color: #111;
}

.terms_section .important-note {
    background-color: rgba(231, 76, 60, 0.1);
    border-left: 4px solid #8352A5;
    padding: 1rem;
    margin: 1.5rem 0;
    border-radius: 0 5px 5px 0;
}

.terms_section .last-update {
    font-style: italic;
    text-align: right;
    margin-bottom: 1rem;
    color: #6c757d;
}

@media (max-width: 768px) {
    .navbar-brand-box  {
        width: 100%;
        display: flex;
    }
    
    .slider_section .detail-box .btn-box .btn1 img {
        height: 75px;
    }
    .business_section  .box .detail-box {
        padding: 0px 10px;
    }
    .business_section  .box .detail-box .link-box,
    .business_section  .box .detail-box .img-box {
        display: flex;
        align-items: center;
    }

    .business_section  .box .detail-box  .img-box img {
        max-width: 70px;
        height: auto;
    }

    .business_section  .box .detail-box .text-box h5 {
      font-weight: bold;
      font-size: 17px;
      margin: 10px 0;
    }

    .business_section  .box .detail-box .text-box p {
      font-size: 14px;
    }

    .business_section  .box .detail-box .text-box  a {
      color: #8352A5;
    }

    .business_section  .box .detail-box .link-box i {
        margin: 5px;
        font-size: 20px;
        color: #9AC342
    }
    
    .news_related_section .box .news-box {
        flex-direction: column; /* Empiler sur mobile */
    }
    
    .news_related_section .box .news-box .detail-box,
    .news_related_section .box .news-box .img-box {
        width: 100%; /* Pleine largeur sur mobile */
    }
    
    .news_related_section .box .news-box .img-box img {
        border-radius: 0 0 15px 15px;
    }
     
    .crowdfunding_section .img-box {
      position: relative;
      text-align: center;
    }

    .crowdfunding_section .img-box img {
      height: 300px;
    }

    .crowdfunding_section .detail-box  {
        text-align: center;
    }
    
    
    .crowdfunding_section ul  {
        text-align: left;
    }
    
    .slider_gaming_section .img-box img {
        display: block;
         width: 100%;
         height: 300px;
         object-fit: cover;
         border-radius: 25px 25px 0px 0px;
     }

}















 :root {
    --primary-color: #8352A5;
    --secondary-color: #6c757d;
    --success-color: #1cc88a;
    --warning-color: #f6c23e;
    --danger-color: #e74a3b;
    --light-color: #f8f9fc;
    --dark-color: #5a5c69;
}


.success-message, .error-message {
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
    display: none;
}

.success-message {
    background-color: rgba(28, 200, 138, 0.1);
    color: var(--success-color);
    border: 1px solid var(--success-color);
}

.success-message.show {
    opacity: 1;
    transform: translateY(0);
}

/* Animation de confirmation */
.confirmation-animation {
    text-align: center;
    padding: 20px;
}

.confirmation-check {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #28a745;
    margin: 0 auto 20px;
    position: relative;
    animation: scaleIn 0.5s ease;
}

.confirmation-check::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 30px;
    width: 20px;
    height: 10px;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    transform: rotate(-45deg);
}

@keyframes scaleIn {
    0% { transform: scale(0); opacity: 0; }
    70% { transform: scale(1.1); }
    100% { transform: scale(1); opacity: 1; }
}

/* Fade in/out pour le modal */
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
}

/* Styles pour la scrollbar */
.modal-dialog-scrollable .modal-content {
    max-height: calc(90vh - 3.5rem);
}

/* Ajustement pour les écrans mobiles */
@media (max-height: 600px) {
    .modal-dialog-scrollable .modal-content {
        max-height: 85vh;
    }
}

.step-indicator {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}

.step-indicator::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e0e0e0;
    z-index: 1;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.step.active .step-circle {
    background-color: var(--primary-color);
    color: white;
}

.step.completed .step-circle {
    background-color: var(--success-color);
    color: white;
}

.step-label {
    font-size: 12px;
    color: #999;
    text-align: center;
}

.step.active .step-label {
    color: var(--primary-color);
    font-weight: bold;
}

.step-content {
    display: none;
}

.step-content.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.otp-inputs {
    text-align: center;
}

.otp-input {
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border: 2px solid #ced4da;
    border-radius: 8px;
    margin: 0 5px;
    background-color: #f8f9fa;
    transition: all 0.2s ease-in-out;
  }

  /* Effet au survol et au clic */
  .otp-input:focus {
    border-color: #0d6efd; /* Bleu Bootstrap */
    background-color: #fff;
    box-shadow: 0 0 8px rgba(13, 110, 253, 0.25);
    outline: none;
  }

.resend-otp {
    text-align: center;
    margin-top: 15px;
}

.resend-otp a {
    color: var(--primary-color);
    text-decoration: none;
}

.error-message {
    background-color: rgba(231, 74, 59, 0.1);
    color: var(--danger-color);
    border: 1px solid var(--danger-color);
}


.btn-next, .btn-prev {
    min-width: 100px;
}

.btn-prev {
    margin-right: auto;
}

.verification-options {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.verification-option {
    flex: 1;
    text-align: center;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.verification-option.active {
    border-color: var(--primary-color);
    background-color: rgba(78, 115, 223, 0.05);
}

.verification-option i {
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.verification-form {
    display: none;
}

.verification-form.active {
    display: block;
}

.countdown {
    color: var(--danger-color);
    font-weight: bold;
}