@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


body {
    font-family: "Rubik", sans-serif;

}

.hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(270deg, #F1EFFE 0%, #FFF1EF 100%),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);

}

.hero-section .heading {
    font-size: 38px;
    font-weight: 700;
}

.orange-font {
    color: #FF5551;
}

.registration {
    background: linear-gradient(180deg, rgba(255, 85, 81, 0) 0%, rgba(255, 85, 81, 0.07) 100%);

}

.login-container {
    /* padding: 100px; */
}

.login-container {
    padding-block: -50px;
    border-radius: 25px;
    box-shadow: 10px 10px 10px #d3d7e838;
}


.network-section .socialimg {
    position: absolute;
    left: 0;
    margin-top: 20px;
}

.network-section .networkimg {
    position: absolute;
    right: 0;
    margin-top: 300px;
}

.network-section .arrowimg {
    position: absolute;
    right: 0;
    margin: 40px;
}

.network-section .dotsimg {
    position: absolute;
    left: 0;
    margin-top: 300px;
}



.tool-section,
.communicate-features {
    background: linear-gradient(-90deg, #F1EFFE 0%, #FFF1EF 100%);
}

.bold-font {
    font-weight: 800;
    line-height: 1.2;
}

.desc-text {
    font-size: 16px;
    color: #6F7584;
}

.communicate .white_arrow {
    position: absolute;
    right: 0;
    margin-top: 270px;
    margin-right: 140px;
}

.communicate .red_arrow {
    position: absolute;
    left: 0;
    margin-top: 270px;
    margin-left: 140px;
}

.communicate .multidots1 {
    position: absolute;
    z-index: 1;
    height: 70px;
    margin-top: 50px;
    margin-left: 60px;
}

.communicate .multidots2 {
    position: absolute;
    margin-top: 290px;
    margin-left: 420px;
    z-index: 1;
    height: 70px;
}

.video-play-icon {
    position: absolute;
    height: 30px;
    margin: 10px;
}

.latest-review .col .card1 {
    height: 100%;
    width: 250px;
    padding: 20px;
    box-shadow: 1px 1px 100px #3b7af715;
}

.broadcast-info {
    overflow-x: hidden;
    background-color: #2B2E34;
}

.broadcast-info .container {
    color: white;
}

.broadcast-info .container p {
    color: #B0B5BF;
    margin-block: 10px;
}

.broadcast-info .line-img {
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1;
}

.broadcast-info col .container {
    padding: 50px;
}

.right-column {
    background-image: url('https://motioon.com/public/assets_v3/img/index/application_avis_temoignage_client_video_motioon-min.jpg');
    object-fit: cover;
    background-position: 50% 50%;
    float: right;
    width: 50%;
    padding: 10px;
    align-items: center;
    vertical-align: center;
    height: 50vh;
    background-clip: border-box;
    background-size: cover;
    /* Should be removed. Only for demonstration */
}

.section-1 {
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    position: absolute;
    top: 100px;
    color: white;
}

.bg-1 {
    width: 100%;
    height: 580px;
    position: relative;
    object-fit: cover;
    background-size: cover;
    filter: brightness(70%);
}

.s-1 .find-pro-sec {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 20vw;
    margin-right: 20vw;
    bottom: 0;
    background-color: #00000070;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-1 .find-pro-sec form {
    padding: 50px;
}

.section-2 .card:hover {
    box-shadow: 2px 2px 10px #9bc3ff49;
}

.has-icon .form-control {
    padding-left: 2.175rem;
}

.has-icon .form-control-icon {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
    width: 2.375rem;
    height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #000;
}

.s-1 .find-pro-sec .form button {
    background-color: #ff5551;
    border: none;
    border-radius: 10px;
    height: 100%;
    width: 130px;
    color: white;
}

.section-1 .large-text {
    font-size: 4.1vw;
    font-weight: 700;
}

.section-4 {
    padding: 25px;
}

.section-4 img {
    height: 300px;
    width: 300px;
    object-fit: cover;
    filter: brightness(70%);
    border-radius: 20px;
}

.section-4 .content {
    position: absolute;
    margin-top: -300px;
    color: rgb(255, 255, 255);
    width: 250px;
    height: 300px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .section-4 .content:hover {
    transition: all.2s;
} */

.section-4 .content span {
    font-size: 3rem;
    font-weight: 600;
}

.section-5 {
    background-color: #ff5551;
    color: white;
}

.light-btn {
    width: 110%;
    padding: 10px;
    background-color: white;
    border: none;
    border-radius: 10px;
}

.light-btn:hover {
    box-shadow: 1px 1px 10px #00000083;
}

.section-6 .textoverimg {
    position: absolute;
    color: #FFFFFF;
    margin-top: 120px;
    padding: 15px;
    width: 260px;
}

.section-7 {
    padding: 25px;
    background-color: #2B2E34;
    color: white;
}

.section-7 img {
    height: 230px;
    width: 291px;
    object-fit: cover;
    border-radius: 15px;
    filter: brightness(60%);
}

.section-7 .line-img {
    z-index: -1;
    justify-content: center;
    position: absolute;
    transform: rotateX(180deg);
    margin-top: 50px;
    margin-left: -25px;
}

.section-7 .content {
    position: absolute;
    margin-top: -230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 240px;
    padding: 10px;
    width: 250px;
}

.section-7 .content .arrow {
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-7 .content .arrow i {
    color: #FF5551;
    font-size: 22px;
}

.link-style {
    text-decoration: none;
    color: white;
}

.link-style:hover {
    text-decoration: none;
    color: #fff;
}

.link-style img {
    transition: all .3s;
}

.link-style:hover img {
    transition: all .3s;
    transform: scale(1.02);
}

.hover-text:hover {
    color: #b5b5b5;
}

.section-6 .card img {
    border-radius: 15px;
    filter: brightness(60%);
    transition: all .5s;

}

.section-6 .card:hover img {
    transform: scale(1.02);
    filter: brightness(80%);
    cursor: pointer;
    transition: all .5s;
}

form .bi-eye-slash {
    position: absolute;
    right: 0;
    margin-right: 10px;
    cursor: pointer;
    margin-top: -32px;
}

.s-1 .find-pro-sec .btn {
    margin-top: -8px;
}

.illustrator-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.illustrator-img img {
    object-fit: cover;
}

.output-video-size {
    width: 60%;
}

.all-conseiller .card {
    border-radius: 20px;
    box-shadow: 5px 5px 10px #f6f6f6;
    border: 1px solid #e7e6e6;
    transition: all .3s;
    cursor: pointer;
}

.conseiller .form {
    position: absolute;
    top: 190px;
    background-color: white;
    padding-top: 30px;
    padding-inline: 50px;
    border-radius: 20px;
}

.all-conseiller .card:hover {
    transform: translatey(-5px);
    transition: all .3s;
    box-shadow: 5px 5px 50px #e7e7e7;

}

.all-conseiller a {
    text-decoration: none;
    color: #000;
}

.all-conseiller .card-cover-image {
    height: 100px;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

.all-conseiller .card-profile-image {
    position: absolute;
    height: 80px;
    width: 80px;
    object-fit: cover;
    border: 2px solid white;
    border-radius: 50%;
    top: 60px;
    left: 10px;
}

.fa-solid.fa-user.card-profile-image {
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f6f6f6;
    color: #b5b5b5;
}

.all-conseiller .card-body {
    margin-top: 30px;
}

.truncate-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    max-height: 9em;
}

.all-conseiller .card-body i {
    font-size: 15px;
    background-color: #f3e9e9;
    color: #ff5551;
    padding: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.view-conseiller .contact-details i {
    font-size: 15px;
    background-color: #f3e9e9;
    color: #ff5551;
    padding: 5px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.view-conseiller .contact-details a {
    text-decoration: none;
    color: #000;
}

.view-conseiller .contact-details {
    font-size: 15px;
    font-weight: 600;
}

.view-conseiller .profile-image {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border: 2px solid white;
}

.view-conseiller .card {
    border-radius: 20px;
}

.view-conseiller .profile_img {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 100px;
    left: 25px;
    border: 2px solid #fff;
}

.view-conseiller .username {
    font-size: 18px;
    font-weight: 700;
    margin-top: 60px;
    margin-left: 25px;
}

.social-icon-group {
    position: absolute;
    margin-top: 150px;
    right: 20px;
}

.social-icon-group i {
    font-size: 14px;
    border-radius: 50%;
    height: 27px;
    width: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff5551;
    color: #fff;
    padding: 3px;
    transition: all .3s;
    cursor: pointer;

}

.social-icon-group span {
    margin-top: 8px;
    padding: 8px;
    background-color: #f6f6f6;
    border-radius: 10px;
}

.social-icon-group {
    gap: 10px;
}

.social-icon-group .fa-linkedin-in {
    background-color: #007ab9;
}

.social-icon-group .fa-youtube {
    background-color: #ff0000;
}

.social-icon-group .fa-instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 70%);
    border-radius: 10px;
    font-size: 20px;
}

.social-icon-group .fa-facebook-f {
    background-color: #3a559f;
}

.index-conseiller .conseiller-skeleton {
    margin-top: 50px;
}

@media (max-width: 1092px) {

    .find-pro-sec form div {
        flex-wrap: wrap;
    }

    .s-1 .find-pro-sec form {
        padding: 15px;
    }

    .s-1 .find-pro-sec .has-icon {
        width: 100%;
    }

    .s-1 .find-pro-sec .btn {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .s-1 .find-pro-sec {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: 10vw;
        margin-right: 10vw;
        bottom: 0;
        background-color: #00000070;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .general-conditions{
        margin-top: 20px !important;
    }
    .index-conseiller .all-conseiller {
        margin-top: 30px !important;
    }

    .index-conseiller .conseiller-skeleton {
        margin-top: -50px;
    }

    .social-icon-group i {
        font-size: 12px;
        border-radius: 50%;
        height: 24px;
        width: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ff5551;
        color: #fff;
        padding: 5px;
        transition: all .3s;
        cursor: pointer;
    }

    .social-icon-group span {
        margin-top: 8px;
        padding: 5px;
        background-color: #f6f6f6;
        border-radius: 10px;
    }

    .social-icon-group .fa-instagram {
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 70%);
        border-radius: 10px;
        font-size: 18px;
    }

    .social-icon-group {
        gap: 5px;
    }

    .all-conseiller {
        margin-top: 70px !important;
    }

    .conseiller .form .row {
        gap: 10px;
    }

    .output-video-size {
        width: 70%;
    }

    .right-column {
        width: 100%;
        /* Should be removed. Only for demonstration */
    }

    .line-img {
        display: none;
    }

    .large-text {
        font-size: 30px !important;
        margin-bottom: 25px;
    }

    .network-section .socialimg {
        display: none;
    }

    .network-section .networkimg {
        display: none;
    }

    .network-section .arrowimg {
        display: none;
    }

    .network-section .dotsimg {
        display: none;
    }

    .communicate .vector-r {
        display: none;
    }

    .communicate .white_arrow {
        display: none;
    }

    .communicate .red_arrow {
        display: none;
    }

    .communicate .multidots1 {
        margin-left: -50px !important;

    }

    .communicate .multidots2 {
        margin-left: 120px !important;

    }

    .communicate .row img {
        height: 50%;
    }
}


.fa-solid.fa-user.profile_img {
    position: absolute;
    height: 100px;
    width: 100px;
    border: 2px solid white;
    border-radius: 50%;
    top: 100px;
    left: 25px;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
    color: #b5b5b5;
}

.review-stars {
    width: 100%;
    font-size: 15px;
    display: flex;
    justify-content: end;
}

.fa-star,
.fa-star-half-stroke {
    color: #F1B823;
    font-size: 15px;
}

.review-card:hover {
    transform: translateY(-5px);
    transition: all .3s;
    box-shadow: 5px 5px 50px #d8d7d7 !important;
}

.review-card {
    cursor: pointer;
    transition: all .3s;
    border: none;
    box-shadow: 5px 5px 10px #e7e7e7;
}

.index-show-more-0 {
    position: absolute;
    width: 100%;
    bottom: -80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-show-more-0 button {
    border: 0px;
    background-color: #ff5551;
    color: white;
    padding: 10px;
    border-radius: 10px;
    transition: .3s all;
}

.index-show-more-0 button:hover {
    transition: .3s all;
    box-shadow: 2px 2px 5px #00000080;
}


.index-show-more {
    margin-top: -30px;
    position: absolute;
    padding: 50px;
    padding-bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-show-more button {
    border: 0px;
    background-color: #ff5551;
    color: white;
    padding: 10px;
    border-radius: 10px;
    transition: .3s all;
}

.index-show-more button:hover {
    transition: .3s all;
    box-shadow: 2px 2px 5px #00000080;
}


.register-success {
    height: 150px;
    width: 150px;
    background-color: #f6f6f6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-success i {
    font-size: 77px;
    color: #ff5551;
}

.social-links {
    display: flex;
    gap: 20px;
    text-decoration: none;
}

.social-links img {
    height: 35px;
    width: 35px;
    transition: all .3s;
}

.social-links img:hover {
    transform: scale(1.09);
    transition: all .3s;
}
.general-conditions{
    margin-top: 50px;
}




.select2-container{
    width: 100% !important;
}
.select2-container .selection .select2-selection {
    height: 45px !important;
    display: flex;
    align-items: center;
    width: 100% !important;
    border: 1px solid #ced4da;
}
.select2-selection__arrow{
    display: flex;
    height: 100%;
    margin-top: 10px;
}


.section-rate-info {
    background-Color: #343131;
}

@media (max-width:600px) {
    .section-rate-info .item1 {
        flex-direction: column;
    }
}

.section-rate-opinion {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    background-color: white;
}

@media screen and (max-width:320px) {
    .section-rate-opinion {
        font-size: 20px;
    }
}

@media screen and (min-width:320px) and (max-width:768px) {
    .section-rate-opinion {
        font-size: 25px;
    }
}

.offers {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.whether {
    /* padding-inline: 380px; */
    color: #6F7584;
    text-align: center;
}

@media screen and (max-width:520px) {
    .rate-plans {
        max-width: 960px;
    }

    .grid-system {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 30px;
    }
}

@media screen and (min-width:520px) and (max-width:994px) {
    .grid-system {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 40px;
    }

}

@media (min-width:994px) {
    .rate-plans {
        max-width: 1320px;
        margin-inline: auto;
    }

    .grid-system {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 40px;

    }
}

@media screen and (max-width:786px) {
    .item1 {
        flex-direction: column;
    }
}

.right-column1 {
    
    /* background-image: url('https://motioon.test/public/assets_v3/img/index/video.png'); */
    object-fit: cover;
    background-position: 50% 50%;
    float: right;
    height: auto !important;
    display: flex;
    width: 50%;
    /* padding: 10px; */
    align-items: center;
    vertical-align: center;
    height: 50vh;
    background-clip: border-box;
    background-size: cover;
    
    /* Should be removed. Only for demonstration */
}

.communicate-features1 {
    background: linear-gradient(-90deg, #F1EFFE 0%, #FFF1EF 100%);
}


@media screen and (max-width :320px) {
    .learn_more_section_1 {
        padding: 10px;
       
        
    }
}

@media screen and (min-width:320px) and (max-width:768px) {}

@media screen and (min-width :768px) {
    .learn_more_section_1 {
        padding: 50px;
    }
}

@media screen and (max-width :528px) {
    .learn_more_section_2 .right-column1 {
        height: 100% !important;
        width: 100%;
        
    }
}
@media screen and (max-width :528px) {
    .register_button {
        display: flex;
        justify-content: center;
        
    }
}
@media screen and (min-width :768px) {
    .register_button{
        display: flex;
        justify-content: start;
    }
}
@media screen and (max-width :528px) {
    .yash {
        padding-bottom: 50px;
        
    }
}



.learn-more-container {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  color: black;
}

.learn-more-bg-light {
  background-color: #fff;
}

.learn-more-bg-dark {
  background-color: #fff;
  box-shadow: 0px 0px 20px #dee9fc;
  border-radius: 20px;
}

.learn-more-col-2 {
  width: 100%;
}

.learn-more-box, .learn-more-sub-box {
  padding: 15px;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.learn-more-small-box {
  width: 22% !important;
}
.learn-more-flex-col-main {
  width: 73% !important;
}

.learn-more-flex-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 767px) {
  .learn-more-col-2, .learn-more-small-box {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .learn-more-col-2 {
    width: 48%;
  }
}
.learn-main-txt{
  font-weight: bold;
}
.learn-sub-txt{
  font-weight: normal;
  color: #6F7584;
}
.learn-img{
  height:10px;
  width: 10px;
}
.main-learn-img{
  height: 380px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  /* border-radius: nycpL8geXhO06xpvlO1tbbywU2U67Wkci1SFCXMaZXY0uPJSDUqEpzvdY5hMGtR2NQWZVub85TVRqVQd2px; */
}
.learn-position-relative{
    position: relative;
}
.learn-line-img{
    position: absolute;
    right: 0;
}
.learn-multi-dots{
    position: absolute;
    left: 20px;
    bottom: 50px;
}
.learn-position-relative .card{
    box-shadow: 0px 0px 40px #cdd6ff9a;
}
/* .group-blue{
    position: absolute;
    right: 80px;
    top: 50px;
}
.group-red{
    position: absolute;
    left: 80px;
    bottom: 50px;
} */
.sqaure-1{
    position: absolute;
    left: 20%;
    top: 10%;
}
.sqaure-2{
    position: absolute;
    left: 50%;
    bottom: 50%;
}
.sqaure-3{
    position: absolute;
    right: 10%;
    bottom: 40%;
}
.sqaure-4{
    position: absolute;
    left: 50%;
    bottom: 50px;
}
@media (min-width: 768px) {
    .group-blue{
        position: absolute;
        right: 80px;
        top: 50px;
    }
    .group-red{
        position: absolute;
        left: 80px;
        bottom: 50px;
    }
  }


  @media (max-width: 600px) {
    .group-blue{
        display: none;
        
    }
    .group-red{
        display: none;
    }
  }
  @media (min-width: 601px) and (max-width:768px){
    .group-blue{
        position: absolute;
        right: 60px;
        top: 50px;
    }
    .group-red{
        position: absolute;
        left: 60px;
        bottom: 50px;
    }
  }




    @media (min-width: 768px) and (max-width: 991px) {
    
        
        .learn-more-col-2.learn-more-bg-light.learn-more-box.learn-more-small-box {
        padding: 10px; 
        }
    
        .main-learn-img {
        width: 100%; 
        height: auto; 
        }
    
        
        .learn-more-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        }
    
        .learn-more-col-2 {
        width: 100%; 
        margin-bottom: 15px; 
        }
    
        .learn-main-txt {
        font-size: 18px; 
        }
    
        .learn-sub-txt {
        font-size: 14px; 
        line-height: 1.6;
        }
    
        
        .learn-more-col-2 img {
        width: 40px; 
        height: 40px;
        }
    
        
        .more-btn {
        padding: 12px 20px; 
        font-size: 16px; 
        }
    
    
        .learn-more-container > div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        }
    
        .learn-more-box {
        padding: 15px;
        width: 45%; 
        box-sizing: border-box;
        }
    
        .learn-more-col-2.learn-more-bg-dark {
        padding: 15px; 
        border-radius: 8px; 
        }
  
  }
  

  @media (max-width:1400px){
    .learn_more_section_1 .item1{
        display: flex;
        flex-direction: column;
    }
  }

  @media (min-width:530px){
    .learn_more_section_1 .item1{
        padding: 40px;
    }
  }