/* Prismatic LMS */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --pris-primary-color: #175884;
    --pris-secondary-color: #DBE9FF;
    --accent-color: #F5A700;
    --background-color: #FFFFFF;
    --text-color: #2B2B2B;
    --hover-state: #FFCB5C;
    --button-bg: #A0A0A0;
    --testimonial-bg: #F4FBFD;

}

body {
    font-family: "Proxima Nova", sans-serif;
}

.custom-nav-links .csm-nav-link {
    font-size: 1.1rem;
    line-height: 1.375rem;
    font-weight: 500;
    margin-right: 40px;
    color: var(--text-color) !important;
    text-decoration: none;
    position: relative;
    padding-bottom: 10px;
}

.pris-contact-btn:hover {
    background-color: var(--accent-color);
    border: 1px solid var(--accent-color);
    color: var(--testimonial-bg);
}

.custom-nav-links .csm-nav-link:hover::after {
    content: " ";
    position: absolute;
    background-color: var(--pris-primary-color);
    width: 90%;
    height: 4px;
    bottom: 0;
    left: 6%;
}

.prismatic-logo {
    width: 200px;
}

.custom-nav-links .csm-nav-link:hover {
    color: var(--pris-primary-color) !important;
}
.top-nav__bar-wrap {
    flex-grow: 1;
}

.pris-contact-btn {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: var(--pris-primary-color);
    border: 1px solid var(--pris-primary-color);
    border-radius: 10px;

}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: unset;
}

/* Offcanvas Start */
.humburger img {
    width: 24px !important;
    height: auto !important;
    display: none;
}

.pri-head-logo {
    height: 60px;
}
.custom-offcanvas {
    background-color: #DBE9FF;
}
.top-nav__bar-wrap {
    flex-grow: 1;
}

.custom-nav-links {
    text-align: center;
    gap: 30px;
}

.custom-offcanvas li a {
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.8rem !important;
    color: var(--pris-primary-color);
}

.pris-logo {
    height: 60px;
    padding: 10px 0px;
}

.custom-offcanvas a i {
    background-color: var(--pris-primary-color) !important;
    border: none !important;
    font-size: 1rem;
    margin-right: 10px;
}

.custom-offcanvas a {
    text-decoration: none;
    color: var(--pris-primary-color);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.466rem;
    margin-left: 15px;
}
.custom-offcanvas a.nav-link:hover {
    color: var(--accent-color);
}
.custom-offcanvas .social-icons a i:hover {
    background-color: var(--accent-color)!important;
    transition: all ease-in !important;
    border-color: var(--accent-color)!important;
}

/* Offcanvas End */

/*Hexa Section start by bilal*/
    .hexagon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5px;
        transition: .2s all ease;
        position: relative;
        height: 170px;
        width: 150px;
        background: #1f1763;
        -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
        clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    }
    .inner-data {
        color: #fff;
        text-decoration: none;
    }
      .inner-data:hover {
        color: #F5A700!important;
    }
    .inner-data h2 {
        margin: 0;
        font-size: 16px;
        text-align: center;
        font-family: arial;
        line-height: 1.5;
    }
    .hexa-wrap{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }
    .hexa-wrap .hexagon:nth-child(6), .hexa-wrap .hexagon:nth-child(7), .hexa-wrap .hexagon:nth-child(8),.hexa-wrap .hexagon:nth-child(9) {
        margin-top: -30px;
    }
    .hexagon.purple{
        background-color: #7334B1 !important;
    }
    .hexagon.light-purple{
        background-color: #A670DB !important;
    }
    .hexagon.pink{
        background-color: #DA70C8 !important;
    }
    .hexagon.sea-green{
        background-color: #1F96AD !important;
    }
    .hexagon.light-sea-green{
        background-color: #48BAD1 !important;
    }
/*Hexa Section END by bilal*/
.section {
    padding: 50px 0px 50px 0px;
}
.lms-hero {
    background-color: var(--pris-secondary-color);
    margin: 0px 48px 0px 48px;
    border-radius: 50px;
    margin-top: 20px;
}
.custom-margin-lg {
    margin-left: 28px;
}

.lms-hero h1 {
    font-size: 50px;
    line-height: 65px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--pris-primary-color);
}

.lms-h-clr {
    color: var(--accent-color);
}

.lms-hero p {
    font-size: 22px;
    line-height: 35px;
    color: var(--text-color);
    font-weight: 400;
}

.lms-hero img {
    width: 983px;
}

.lms-register {
    background-color: #F5A700;
    color: #ffff;
    font-weight: 500;
    font-size: 22px;
    line-height: 23px;
    text-align: center;
    border-radius: 10px;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lms-register:hover {
    background-color: var(--pris-primary-color);
    color: var(--background-color) !important;
}

/* testimonial section  */
div#clients {
    background-color: #F1F0F1;
    margin: 0px 48px 0px 48px;
    border-radius: 50px;
    margin-top: 50px;
    position: relative;
}
.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: unset !important;
}

.hrm-clients {
    margin: 0 auto;
}
.hrm-clients-section img {
    width: 125px !important;
    height: auto;
}
  .hrm-clients-section {
    padding: 15px 50px;
    box-shadow: 8px 4px 14.1px 0px #00000040;
    /* margin-top: -40px; */
    border-radius: 10px;
    z-index: 1;
  }

.lms-h {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    color: var(--pris-primary-color);
    text-transform: uppercase;
}

.adm-portal {
    background-color: #FDFDFD;
    padding: 15px 30px;
    border: 1px solid #E4E4E4;
   /* box-shadow: 5px 4px 9.4px 0px #00000040;*/
    border-radius: 40px;
    height: 100%;
}

.adm-portal h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 56px;
    color: var(--pris-primary-color);
    text-align: left;
}

.adm-portal p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    color: var(--text-color);
    text-align: left;
}

.adm-img-2 {
    width: 418px;
    margin-top: -27%;
    margin-left: 40%;
}
/* logo swiper */
.logo-swiper {
    width: 100%!important;
    height: 100% !important;
}
.logo-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    height: 100%!important;
    justify-content: center;
    align-items: center;
    align-self: center;
}
/* swiper */
    .swiper {
      width: 100%;
      height: 100vh;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

/*    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }*/
.scroll-wrap{
  position: relative;
  height: 100%;
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

/* swipper end */ 
.mySwiper-mob{
    display: none;
}
.learn-mg {
    position: relative;
    background-color: #1A3F68;
    overflow: hidden;
    border-radius: 50px;
    margin: 0px 48px 0px 48px;
}

.learn-mg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    background-image: url("assets/learn-mg-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
    background-position: top;
}

.learn-mg>* {
    position: relative;
    z-index: 2;
}

.lms-explore-btn {
    width: 100% !important;
    font-size: 22px !important;
    line-height: 26px !important;
    max-width: 200px !important;
    align-self: center;
    margin-top: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.learn-mg h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    color: var(--pris-secondary-color);
}

.learn-mg p {
    color: #ffff;
    padding: 0px 100px;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
}

.learn-mg img {
    width: 734px;
    align-self: center;
}

.how-it-works {
    background-color: var(--pris-secondary-color);
    margin-top: 50px;
}

.data-wrapper {
    width: 247px;
    height: 100%;
}

.data-wrapper img {
    width: 90px;
    align-self: center;
}
.data-wrapper h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 50px;
    color: var(--pris-primary-color);
}

.data-wrapper p {
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    color: var(--pris-primary-color);
}

.FAQs-sec {
    background-color: #F1F0F1;
}

.FAQs-h {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    color: #000000;
}

.FAQs-sec .accordion-button {
    background-color: #F1F0F1 !important;
    border-bottom: 1px solid #D7D7D7;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.pris-footer {
    background-color: #1F4168;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.pris-footer img {
    width: 310px;
}

.pris-footer p {
    color: var(--background-color);
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "Montserrat", sans-serif;
}

.pris-footer a {
    text-decoration: none;
    color: var(--background-color);
    font-size: 1.125rem;
    line-height: 1.466rem;
    margin-left: 15px;
    font-family: "Montserrat", sans-serif;
}

.pris-footer .footer-logo {
    color: var(--accent-color);
    font-size: 1.2rem;
}

.pris-footer a:hover {
    color: var(--accent-color);
    transition: 0.3s all ease-in-out;
}

.pris-footer h2 {
    color: var(--accent-color);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.footer-list a {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.75rem;
    margin-left: 0px;
}

.social-icons a {
    text-decoration: none;
}

.testimonial-wrapper {
    width: 864px;
    background-color: #fff;
    box-shadow: 0px 20px 60px 0px #2E213D14;
    border-radius: 10px;
}
.testimonial-img img {
    width: 406px;
    margin-top: -60px;
    border-radius: 20px;
}
.testimonial-data img {
    width: 96px;
    margin-bottom: 14px;
}
.testimonial-data h5 {
    margin-bottom: 16px;
    font-size: 30px;
    color: #175884;
    line-height: 32px;
    font-weight: 700;
}

.testimonial-data p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0px;
    box-sizing: border-box;
    padding: 0px;
    margin-bottom: 0px;
}

.slick-list:focus {
    outline: none;
}
.slick-next:before,
.slick-prev:before {
    color: #000 !important;
}
.slick-prev {
    right: 135px;
}

.slick-next {
    right: 71px;
}

.accordion-body {
    background-color: #F1F0F1;
    padding: 1rem 1.25rem;
}
.admin-portal-img{
    margin: 0;
    text-align: start;
    display: block;
}
.hex2::before {
    content: "\2B22";
    display:block;
    color: magenta;
    font-size:135px;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .testimonial-vid{
    height: 500px;
    
  }
  .testimonial-vid video {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.test-vid-btn {
    width: 50px;
    background: linear-gradient(0deg, rgb(211 159 121) 0%, rgba(87, 84, 87, 0.6811099439775911) 50%);
    border: 2px solid #fff;
    border-radius: 15px;
    position: absolute;
    padding: 14px;
    bottom: 5%;
    right: 30%;
    cursor: pointer;
}
.testimonial-data {
    padding-right: 75px;
}

.custom-acordian-card{
    background-color: transparent !important;
    border: none !important;
}
.custom-acordian-card .card-header {
    background-color: transparent !important;
    padding: 0px;
}
.accordian__button{
    background-color: #F1F0F1 !important;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 1rem 1.25rem 1rem 0px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    white-space: normal;
}
.accordian__button:focus{
    text-decoration: none;
}
.accordian__button:hover{
    background-color: #F1F0F1 !important;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 1rem 1.25rem 1rem 0px;
    width: 100%;
    text-align: left;
    text-decoration: none;
}
.accordian-arrow{
    font-size: 26px;
    transition: 0.3s all ease-in-out;
    transform: rotate(0deg) !important;
}
.accordian-arrow-rotate{
    rotate: 180deg;
}
.accordian__button.collapsed + i.fa.fa-angle-down.accordian-arrow {
    transform: rotate(180deg) !important;
}
@media(min-width:1400px){
    .container{
        max-width: 1320px;
    }
}
@media (max-width: 1400px) {
    .custom-nav-links .csm-nav-link {
        font-size: 1rem;
        margin-right: 0px;
    }

    .lms-hero h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .lms-hero p {
        font-size: 19px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .custom-nav-links .csm-nav-link {
        font-size: 1rem;
        margin-right: 0px;
    }

    .lms-hero h1 {
        font-size: 33px;
        line-height: 48px;
    }

    .lms-hero p {
        font-size: 16px;
        line-height: 29px;
    }

    .hrm-clients-section {
        padding: 10px 49px;
        margin-top: -30px;
    }
    .lms-h {
        font-size: 30px;
        line-height: 45px;
    }
    .adm-portal h3 {
        font-size: 28px;
        line-height: 45px;
    }

    .adm-img-2 {
        display: none;
    }
    .learn-mg img {
        width: 630px;
    }
    .learn-mg h1 {
        font-size: 30px;
        line-height: 48px;
    }
    .learn-mg p {
        font-size: 18px;
        line-height: 30px;
    }
    .data-wrapper img {
        width: 80px;
    }
    .data-wrapper p {
        font-size: 18px;
    }
    .data-wrapper h4 {
        font-size: 24px;
        font-weight: 700;
        line-height: 40px;
    }
    .testimonial-data {
        width: 100%;
        padding-left: 35px;
    }
    .testimonial-data p {
        font-size: 18px;
        line-height: 30px;
    }
    .testimonial-data {
        width: 100%;
        padding-left: 20px;
    }
    .testimonial-data {
        padding-right: 30px;
    }
    .testimonial-data img {
        width: 75px;
    }
    .testimonial-data h5 {
        font-size: 26px;
        line-height: 28px;
    }
    .test-vid-btn {
        right: 22%;
    }

}

@media(max-width:991px) {

    /* .container,
    .container-lg {
        max-width: 900px;
    } */
    .humburger img {
        display: block;
    }
    #myswiper{
        display: none;
    }
    .mySwiper-mob{
        display: block; 
        margin-top: 20px;
     }
    .swiper {
      height: 100%;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 25px !important;
        color: #175884 !important;
        font-weight: 700;
    }
    .testimonial-data {
        display: none!important;
     }
     .test-vid-btn {
        right: 36%;
    }
}
@media(max-width: 920px){
    .hexa-wrap .hexagon:nth-child(6), .hexa-wrap .hexagon:nth-child(7), .hexa-wrap .hexagon:nth-child(8), .hexa-wrap .hexagon:nth-child(9) {
        margin-top: 0;
    }
    .hexagon {
        margin-top: 25px !important;
    }  
    .testimonial-vid {
        height: 530px!important;
        box-shadow: 0px!important; 
    }
     
}
@media(max-width:768px) {
    .lms-hero {
        margin: 0px 16px 0px 16px;
        margin-top: 30px;
    }
    .lms-hero h1 {
        font-size: 30px;
        line-height: 45px;
    }
    .hrm-clients-section {
        padding: 10px 45px;
        margin-top: 30px;
        box-shadow: 0px 0px 5px 0px #00000040;
    }
    .lms-h {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    div#clients {
        margin: 40px 16px 0px 16px;
    }
    .testimonial-data {
        width: 100%;
    }
    .testimonial-data h5 {
        font-size: 24px;
        line-height: 25px;
        text-align: center;
    }
    .testimonial-data p {
        font-size: 16px;
        line-height: 35px;
        text-align: center;
    }
    .testimonial-vid {
        text-align: center;
    }
    .testimonial-data img {
        margin-bottom: 14px!important;
        margin: auto;
    }
    .FAQs-sec {
        margin-bottom: 70px;
    }
    .FAQs-h {
        font-size: 30px;
        line-height: 40px;
    }
    .FAQs-sec .accordion-button {
        font-size: 18px;
        line-height: 24px;
    }
    .pris-footer {
        padding: 0px 30px;
    }
    .admin-portal-img {
        margin: 0 auto !important;
    }
    .learn-mg {
        margin: 0px 20px 0px 20px;
    }
    .pris-footer img {
        width: 250px!important;
    }
    .testimonial-data {
       display: none!important;
    }
    .testimonial-vid video {
        object-fit: contain;
    }
    .test-vid-btn {
        right: 33%;
    }
    

}

@media (max-width:575px) {
    .lms-h {
        font-size: 22px!important;
        line-height: 36px;
    }
     .mySwiper-mob{
        display: block;
       
     }
     #myswiper{
        display: none;
     }
     .swiper {
        width: 100%;
        height: unset; 
    }
    .hrm-clients-section img {
        width: 82px !important;
        height: auto;
    }
    .section {
        padding: 30px 0px 30px 0px;
    }
    .lms-hero {
        margin: 20px 16px 0px 16px;
        border-radius: 20px;
    }
    .prismatic-logo {
        width: 150px;
    }
    .lms-hero h1 {
        font-size: 22px;
        line-height: 37px;
    }

    .adm-img-2 {
        display: none;
    }
    .admin-portal-img {
        margin: 0 auto;
    }
   
    .lms-hero p {
        font-size: 14px;
        line-height: 28px;
    }

    .lms-register {
        font-size: 18px;
        line-height: 22px;
        width: 160px;
    }

    .slide {
        text-align: -webkit-center;
    }

    .lms-h {
        font-size: 24px;
        line-height: 36px;
    }

    .adm-portal h3 {
        font-size: 20px;
        line-height: 35px;
    }

    .adm-portal p {
        font-size: 14px;
        line-height: 25px;
    }

    .learn-mg {
        margin: 0px 16px 0px 16px;
    }
   
    .learn-mg h1 {
        font-size: 24px;
        line-height: 35px;
    }

    .learn-mg p {
        padding: 0px 10px;
        font-size: 14px;
        line-height: 30px;
    }

    .lms-explore-btn {
        font-size: 18px !important;
    }

    .data-wrapper img {
        width: 50px;
        align-self: center;
    }

    .data-wrapper h4 {
        font-size: 20px;
        line-height: 45px;
    }

    .data-wrapper p {
        font-size: 14px;
        line-height: 30px;
    }

    .data-wrapper {
        width: 300px;
    }

    .FAQs-h {
        font-size: 24px;
        line-height: 36px;
    }
    .pris-footer img {
        width: 200px!important;
    }
    .pris-footer h2 {
        font-size: 1.2rem !important;
    }
    .FAQs-sec .accordion-button {
        font-size: 16px;
        line-height: 26px;
    }
    .pris-footer p {
        font-size: 14px;
    }
    .pris-footer a {
        font-size: 15px;
    }
    .adm-portal {
     box-shadow: unset; 
       
    }
    .mySwiper-mob .swiper-slide{
        height: auto;
    }
    .hexagon {
        height: 170px;
        width: 50%;
        margin: 0px;
        margin-top: -20px !important;
        border-right: 5px solid #2F5076;
        border-left: 5px solid #2F5076;
    }
    .hexagon:first-child{
        margin-left: 0.1rem;
        margin-top: 20px !important;
    }
    .hexagon:nth-child(4), .hexagon:nth-child(7){
        margin-left: 0.1rem;
    }
    .hexa-wrap{
        margin-bottom: 20px;
    }
    a.btn.lms-register.mb-setting {
        width: 200px;
        padding: 10px;
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
    }
    .learn-mg,.adm-portal{
        border-radius: 20px !important;
    }
    .custom-margin-lg {
        margin-left: 0px !important;
        padding: 20px !important;
    }
  .FAQs-sec {
    margin-bottom: 50px!important;
   }
   .pris-footer {
    padding: 0px 16px!important;
   }
   .pris-footer {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
div#clients {
    margin: 25px 10px 0px 10px;
    border-radius: 10px;
    padding: 30px 14px;
}
.testimonial-data h5 {
    font-size: 20px;
}
.testimonial-data {
    width: 100%;
}
.testimonial-data p {
    font-size: 14px;
    line-height: 30px;
}
.testimonial-data img {
    margin-bottom: 14px!important;
    margin: auto;
}
.test-vid-btn {
    right: 10%;
}
.accordian__button {
    font-size: 16px;
    padding: 1rem 10px 1rem 0px;
}
.accordian__button:hover {
    font-size: 16px;
    padding: 1rem 10px 1rem 0px;
}

}
@media(max-width:376px){
    .custom-margin-lg {
        margin-left: 0 !important;
        padding: 0px 12px !important;
    }
}