
.ftco-section {
    padding: 2em 0 !important;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}


.descover-more-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.descover-more-container button {
    padding: 8px 20px;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 15px;
    border: none;
    color: #4A4A7E;
    background: rgb(226,162,44);
    background: linear-gradient(180deg, rgba(226,162,44,1) 0%, rgba(255,206,116,1) 100%);
}

.dalc-about-us-container {
    display: flex;
    justify-content: center;
}

.owl-carousel.home-slider {
    width: 600px; /* Set the desired width of the carousel */
    height: 600px; /* Set the desired height of the carousel */
    margin: 0; /* Center the carousel */
}
.owl-carousel.home-slider .item {
    width: 100%; /* Ensure each item takes full width of the carousel */
    height: 100%; /* Ensure each item takes full height of the carousel */
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.owl-carousel.home-slider .item img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 960px) {
    .owl-carousel.home-slider{
        width: 100%;
        padding: 20px;
    }
}

.heading-section h2 {
    max-width: max-content;
}


.subheading{
    color: #FFB93B;
    font-size: 35px;
    font-weight: 700;
    text-align: left;
}
#home-section h1{
    font-size: 70px;
    font-weight: 700;
    text-align: left;
    line-height: 70px;
}

#home-section h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}




@media (max-width: 1000px) {
    .dalc-about-us-container {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .dalc-about-us-container > img {
        max-width: 250px;
        height: auto;
        margin-bottom: 50px;
    }

    .heading-section h2 {
        max-width: 100%;
    }
}






.intro{
    padding-bottom: 50px;
}





/* Swiper Slider styles */
.swiper {
}

.swiper .swiper-wrapper {
  width: 100%;
  height: auto;
  min-height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1519px) {
    .swiper .swiper-wrapper {
        min-height: 1540px;
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Display two elements per row */
        gap: 20px; /* Adjust gap between elements as needed */
        justify-items: center; /* Center items horizontally within the grid */
    }
    .swiper .card {
        padding: 2rem 0rem;
    }
}

@media (max-width: 960px) {
    .swiper {
        display: none !important;
    }

    .swiper .swiper-wrapper {
        justify-content: flex-end;
    }

    .swiper .card {
        margin: 0 !important;
    }
}

/* Owl Carousel styles */
#owl-small {
    display: none; /* Hide Owl Carousel on larger screens */
}

@media (max-width: 960px) {
    #owl-small {
        display: block; /* Show Owl Carousel on smaller screens */
    }
}

.swiper .card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 2em;
  box-shadow: 0 0 2em rgba(0, 0, 0, .2);
  padding: 2em 1em;
  margin: 0 2.5em;
}

.swiper .swiper-slide {
    width: 390px !important;
    height: 660px !important;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.swiper .swiper-slide:hover {
    transform: translateY(-40px);
}

.swiper .swiper-slide.swiper-slide-active {
    background: rgb(116,116,175);
    background: linear-gradient(197deg, rgba(116,116,175,1) 0%, rgba(71,71,121,1) 100%);
    color: #fff;
}

.swiper .swiper-slide:not(.swiper-slide-active) {
    background-color: #F6F6FF;
    color: #7474AF;
}

.swiper .swiper-slide.swiper-slide-active .card__content .abonnment-action > a > button {
    background-color: #E2A22C;
    color: #fff;
}

.swiper .swiper-slide:not(.swiper-slide-active) .card__content .abonnment-action > a > button {
    background-color: #7474AF;
    color: #fff;
}

.swiper .card__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
}

.swiper .card__content > .abonnment-name > p {
    width: 235px;
    font-size: 2rem;
    text-align: center;
    line-height: 2.5rem;
    font-weight: bold;
    margin-bottom: 50px;
}

.swiper .card__content > .abonnment-pricing {
    width: 248px;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

#first-par-mois {
    width: 221px;
}

.swiper .card__content > .abonnment-pricing > .abonnment-pricing-price-container {
}

.swiper .card__content > .abonnment-pricing > .abonnment-pricing-price-container > p {
    margin-bottom: 0rem;
    font-size: 3rem;
}

.swiper .card__content > .abonnment-pricing > .abonnment-pricing-duration-container {
    text-align: end;
    color: #E2A22C;
}

.swiper .card__content > .abonnment-pricing > .abonnment-pricing-duration-container > p {
    margin-bottom: 0rem;
    font-size: 1.5rem;
}

.swiper .card__content .abonnment-description {
    margin-bottom: 30px;
}

.swiper .card__content .abonnment-action {
}

.swiper .card__content .abonnment-action > a {
}

.swiper .card__content .abonnment-action > a > button {
    padding: 10px 34px;
    font-weight: 600;
    font-size: 1.5rem;
    border-radius: 27px;
    border: none;
}

@media (max-width: 600px) {
    .swiper .swiper-3d {
        perspective: 200px !important;
    }
}





.owl-item {
    margin-top: 75px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.owl-item .card__content .abonnment-action > a > button {
    background-color: #E2A22C;
    color: #fff;
}

.owl-item:not(.swiper-slide-active) .card__content .abonnment-action > a > button {
    background-color: #7474AF;
    color: #fff;
}

.owl-item .card__content {
    border-radius: 2em;
    box-shadow: 0 0 2em rgba(0, 0, 0, .2);
    background-color: #F6F6FF;
    color: #7474AF;
    width: 390px !important;
    height: 660px !important;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;

    flex-direction: column;
}

.owl-item .card__content > .abonnment-name > p {
    width: 235px;
    font-size: 2rem;
    text-align: center;
    line-height: 2.5rem;
    font-weight: bold;
    margin-bottom: 50px;
}

.owl-item .card__content > .abonnment-pricing {
    width: 248px;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

#first-par-mois {
    width: 221px;
}

.owl-item .card__content > .abonnment-pricing > .abonnment-pricing-price-container {
}

.owl-item .card__content > .abonnment-pricing > .abonnment-pricing-price-container > p {
    margin-bottom: 0rem;
    font-size: 3rem;
}

.owl-item .card__content > .abonnment-pricing > .abonnment-pricing-duration-container {
    text-align: end;
    color: #E2A22C;
}

.owl-item .card__content > .abonnment-pricing > .abonnment-pricing-duration-container > p {
    margin-bottom: 0rem;
    font-size: 1.5rem;
}

.owl-item .card__content .abonnment-description {
    margin-bottom: 30px;
}

.owl-item .card__content .abonnment-action {
}

.owl-item .card__content .abonnment-action > a {
}

.owl-item .card__content .abonnment-action > a > button {
    padding: 10px 34px;
    font-weight: 600;
    font-size: 1.5rem;
    border-radius: 27px;
    border: none;
}

#owl-small .card {
    background-color: #00000000 !important;
    border: none !important;
}

/* Customize the Owl Carousel dots */
.owl-carousel .owl-dot.active {
    background-color: #7474AF !important; /* Active dot background color */
}
.owl-theme .owl-dots .owl-dot span{
    display: none;
}





/* crm */
.our-crm-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.our-crm-container > .crm-login {
    min-width: 400px;
}
#crm-login-form{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

#crm-login-form > input[type="email"]{
    width: 100%;
    border-radius: 8px;
    border: none;
    outline: none;
    height: 4rem;
    padding: 0 20px 0 10px;
    margin: 15px 0 0 0;
}
#crm-login-form > input[type="password"]{
    width: 100%;
    border-radius: 8px;
    border: none;
    outline: none;
    height: 4rem;
    padding: 0 20px 0 10px;
    margin: 15px 0 0 0;
}
#crm-login-form > input[type="submit"]{
    width: max-content;
    padding: 10px 34px;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 35px;
    border: none;
    background: rgb(255,206,116);
    background: linear-gradient(180deg, rgba(255,206,116,1) 0%, rgba(226,162,44,1) 100%);
    color: #7474AF;
    margin: 30px 0 0 0;
}
#crm-login-form > p{
    margin-bottom: 0px;
    text-align: center;
    margin: 30px 0 0 0; 
}
.crm-avatar > img {
    width: 500px;
}

@media (max-width: 1000px) {
    .our-crm-container{
        flex-flow: column nowrap;
        flex-direction: column-reverse;
    }
    #crm-login-form{
        margin-top: 30px;
    }
    #crm-login-form > p {
        margin: 10px 0 0 0;
    }
}
@media (max-width: 600px) {
    .crm-avatar > img {
        width: 100%;
    }
    .our-crm-container > .crm-login {
        min-width: 100%;
    }
}




/* programs */
.all-programs {
    width: 100%;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.all-programs > .program-container {
    max-width: 380px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
}
.all-programs > .program-container > .program-image {

}
.all-programs > .program-container > .program-image > img {
    width: 100%;

}
.all-programs > .program-container > .program-title-container {

}
.all-programs > .program-container > .program-title-container > a{
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: underline;
}
.all-programs > .program-container > .program-description-container {

}
.all-programs > .program-container > .program-description-container > p {
    font-weight:lighter;
    line-height: 1.19rem;
    color: #fff;
    min-height: 3.5rem;
}
.all-programs > .program-container > .program-action > a{
    
}
.all-programs > .program-container > .program-action > a > button{
    padding: 8px 20px;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 27px;
    border: none;
    background-color: #E1E1E1;
    color: #7474AF;
}

.raduis{
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: 230px !important;
}
.raduis > img {
    border-radius: 20px;
    width: 230px !important;
}










/* TEAM */
.all-team {
    
}
.all-team  .sub-team {
    
}
.all-team  .sub-team {
    margin-bottom: 70px;
}
.all-team  .last-sub-team{
    margin-bottom: 0px;
}
.all-team  .sub-team  .sub-team-title {
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.team-members {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.team-members  .memeber-container{
    width: 400px;
    min-height: 600px;
    margin: 0 20px;
}
.team-members  .memeber-container  .memeber-image-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.team-members  .memeber-container  .memeber-image-container  img {
    width: 100%;
    height: 100%;
    padding: 0 60px;
    z-index: 2;
}
.team-members  .memeber-container  .memeber-image-container  .memeber-image-decorator{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    height: 60px;
    border-radius: 70px;
}
.team-swiper-item:hover{
    transform: translateY(0px) !important;
}


.memeber-title-container {
    margin-bottom: 20px;
}
.memeber-title-container  span {
    border: none;
    outline: none;
    background-color: #ffffff;
    color: #474779;



    padding: 8px 20px;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 27px;
    border: none;
}
.memeber-description-container {

}
.memeber-description-container  p {
    font-weight: 400px;
    font-size: 20px;
    line-height: 24px;
    color: #E1E1E1;
}

/* slide */
.swiper-container {
}

.swiper-container .swiper-wrapper {
  width: auto;
  height: auto;
  min-height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container .card {
  width: 400px;
  height: auto;
  background-color: #fff;
  border-radius: 2em;
  box-shadow: 0 0 2em rgba(0, 0, 0, .2);
  padding: 2em 1em;
  margin: 0 2.5em;
}

.swiper-container .swiper-slide{
    width: 400px !important;
    height: auto !important;

    /* display: flex !important;
    flex-flow: row nowrap !important;
    justify-content: center !important;
    align-items: center !important; */
}



.team-members .swiper-wrapper {
    min-height: 0px !important;
}












/* blogs */
.all-blogs {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.all-blogs > .blog-container {
    width: 400px;
    margin: 10px 20px;
    margin-bottom: 40px;
}
.all-blogs > .blog-container > .blog-image {
    margin-bottom: 15px;
}
.all-blogs > .blog-container > .blog-image > img {
    width: 100%;

}
.all-blogs > .blog-container > .blog-title-container {

}
.all-blogs > .blog-container > .blog-title-container > a{
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: underline;
}
.all-blogs > .blog-container > .blog-description-container {
}
.all-blogs > .blog-container > .blog-description-container > p {
    font-weight:lighter;
    line-height: 1.19rem;
    color: #fff;
    min-height: 3.5rem;
}
.all-blogs > .blog-container > .blog-action > a{
    
}
.all-blogs > .blog-container > .blog-action > a > button{
    padding: 8px 20px;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 27px;
    border: none;
    background-color: #E1E1E1;
    color: #7474AF;
}

.raduis-blog{
    /*background-color: #fff;*/
    border-radius: 50px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: start;
    height: 225px !important;
}

.raduis-blog > img {
    width: 400px !important;
    height: 225px !important;
    border-radius: 40px;
}



#home-section{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    padding: 210px 10% 0 10%;
}

#home-section > .boostez {
    max-width: 500px;
    min-width: 50%;
}
#home-section > .slider-item{
    height: 100%;
    display: flex;
    padding: 50px;

    max-width: 600px;
    min-width: 100%;
    margin: 0 auto;
}
@media (max-width: 1520px) {
    .owl-carousel.home-slider {
        width: 400px; /* Set the desired width of the carousel */
        height: 400px; /* Set the desired height of the carousel */
        margin: 0; /* Center the carousel */
    }
}

#home-section > .slider-item img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1150px) {
    /*#home-section{*/
    /*    display: flex;*/
    /*    flex-flow: column wrap;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*    align-content: center;*/
    /*    flex-direction: column-reverse;*/
    /*}*/
    
    /*#home-section{*/
    /*    display: flex;*/
    /*    flex-flow: column wrap;*/
    /*    justify-content: center;*/
    /*    align-items: stretch;*/
    /*    flex-direction: row;*/
    /*}*/
    #home-section{
        display: flex;
        flex-flow: column wrap;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
    }
    
    
    #home-section > .boostez {
        margin-bottom: 50px;
    }
}



@media screen and (max-width: 1020px) {
    .btn.btn-primary{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 985px) {
    #home-section{
        /*padding: 0px 10% 0 10%;*/
        padding: 20px;
        display: flex;
        flex-flow: column wrap;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        align-content: stretch;
        flex-wrap: nowrap;
    }
}



.service1-icon{
    width: 300px !important;
}
@media screen and (max-width: 1400px) {
    .service1-icon{
        width: 100% !important;
    }
}



.form-group {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.form-group > p {
    text-align: center;
}
.form-group > input {
    width: 100%;
    font-weight: 600 !important;
    font-size: 16px;
}
.form-group  i {
    font-size: 20px;
    font-weight: 900;
    margin-right: 5px;
}
.form-group button {
    font-size: 18px;
    font-weight: 500;
    background: #27AE60;
    border: 1px solid #27AE60 !important;
    color: #fff !important;
    width: 100%;
    padding: 16px 48px;
    border-radius: 40px;
    outline: none;
}