/*
Theme Name: Monkey Minds
Theme URI: https://mm.demoserver.co.in/
Author: Monkey Minds
Author URI: https://mm.demoserver.co.in/
Description: A custom theme created from scratch.
Version: 1.0
*/

@font-face {
    font-family: "kent-4f-printed";
    src: url("fonts/kent-4f-printed.ttf");
}
  
@font-face {
    font-family: "manrope-bold";
    src: url("fonts/Manrope-Bold.ttf");
}
  
@font-face {
    font-family: "manrope-semibold";
    src: url("fonts/Manrope-SemiBold.ttf");
}
  
@font-face {
    font-family: "manrope-medium";
    src: url("fonts/Manrope-Medium.ttf");
}
  
@font-face {
    font-family: "manrope-regular";
    src: url("fonts/Manrope-Regular.ttf");
}

:root {
    --yellow-primary: #f4e659;
    --yellow-secondary:#fff288;
    --blue-primary: #405565;
    --black-primary: #000000;
    --white-primary: #ffffff;
    --heading-font: "kent-4f-printed";
    --body-font: "manrope-regular";
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body{
    background: var(--yellow-primary);
    font-family: var(--body-font);
    overflow-x: hidden;
}

header{
    padding: 20px 0px;
}

header .logo{
    width: 160px;
}

header .menu-block ul{
    padding: 0;
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    margin-bottom: 0;
}

header .menu-block ul li a{
    color: var(--blue-primary);
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'manrope-semibold';
    padding: 6px 12px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

header .menu-block ul li a:hover{
    background: var(--blue-primary);
    color: var(--white-primary);
    padding: 6px 12px;
    border-radius: 10px;
}

  
.hero-section .main-title{
    font-family: var(--heading-font);
    font-size: 58px;
    line-height: 58px;
    color: var(--blue-primary);
}

  
.hero-section .sub-title{
    font-family: var(--heading-font);
    font-size: 28px;
    color: var(--blue-primary);
}

.hero-section .image-block{
    margin-top: -27%;
    z-index: -1;
    position: relative;
}

.blog-section{
    padding: 80px 0px 80px 0px;
    background: var(--yellow-primary);
}

.blog-section .main-title{
    font-family: var(--heading-font);
    font-size: 58px;
    line-height: 58px;
    color: var(--blue-primary);
    text-align: center;
    margin-bottom: 50px;
}


.blogcard {
    background: var(--white-primary);
    border-radius: 30px;
    padding: 20px 20px;
}

.blogcard i{
    background: var(--blue-primary);
    padding: 8px 8px;
    border-radius: 50%;
    color: var(--white-primary);
    margin-right: 5px;
}

.blogcard .author{
    margin-bottom: 5px;
    font-size: 12px;
}

.blogcard img{
    border-radius: 30px;
    height: 238px;
    object-fit: cover;
    margin-bottom: 16px;
}

.blogcard h3{
    font-family: var(--heading-font);
    color: var(--blue-primary);
    font-size: 24px;
    text-align: left;
    margin-bottom: 6px;
}

.blogcard p{
    font-family:var(--body-font);
    color: var(--black-primary);
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    margin-bottom: 8px;
}

.blogcard a{
    background: var(--blue-primary);
    padding: 12px 24px;
    border-radius: 60px;
    font-size: 16px;
    color: var(--white-primary);
    text-decoration: none;
    margin-top: 5px;
    display: inline-block;
}

.blogcard a:hover{
    background: var(--black-primary); 
}

.graph-section{
    padding: 80px 0px 80px 0px;
}

.graphimg{
    border-radius: 30px;
}

.graph-section .main-title{
    font-family: var(--heading-font);
    font-size: 58px;
    line-height: 58px;
    color: var(--blue-primary);
    text-align: center;
    margin-bottom: 50px;
}


.testimonial-section{
    padding: 80px 0px 80px 0px;
    background: var(--blue-primary);
}

.testimonial-section .main-title{
    font-family: var(--heading-font);
    font-size: 58px;
    line-height: 58px;
    color: var(--white-primary);
    text-align: center;
    margin-bottom: 50px;
}

.testimonial-card{
    border: 1px solid var(--white-primary);
    border-radius: 30px;
    padding: 5px;
    background: var(--white-primary);
}

.testimonial-card iframe{
    border-radius: 30px;
}

.testimonial-card h4{
    text-align: center;
    font-family: var(--body-font);
    color: var(--blue-primary);
}

.testimonial-card .d-flex{
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-card .image-block img{
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 2px solid var(--blue-primary);
    margin-right: 16px;
}

.testimonial-card .context h3{
    line-height: 32px;
    font-size: 28px;
    font-family: var(--heading-font);
    color: var(--blue-primary);
    margin-bottom: 0;
}

.testimonial-card .context h4{
    font-size: 18px;
    font-family: 'manrope-semibold';
    margin-bottom: 0;
    color: var(--black-primary);
}

.testimonial-card .context p{
    font-size: 16px;
    margin-bottom: 0;
    color: var(--black-primary);
}

.testimonial-section .slick-slide{
    margin: 0vw 0.4vw;
}
      
.testimonial-section  .slick-list{
    margin: 0vw -0.4vw 0vw -0.4vw;
}  

.framework-section{
    padding: 60px 0px;
}

.framework-section .main-title{
    font-family: var(--heading-font);
    font-size: 58px;
    line-height: 58px;
    color: var(--blue-primary);
    margin-bottom: 30px;
    text-align: center;
}


.framework-card{
    border: 1px solid var(--blue-primary);
    padding: 25px 25px;
    border-radius: 25px;
    margin-bottom: 36px;
    position:relative;
}

.framework-card::after{
    content:'';
    border: solid var(--blue-primary);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    position:absolute;
    left:48%;
    bottom:-20px;
    transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.framework-card:last-child::after{
    display: none;
}

.framework-card h3{
    font-family: var(--heading-font);
    font-size: 24px;
    margin-bottom: 5px;
    color: var(--blue-primary);
}

.framework-card p{
    font-family: var(--body-font);
    font-size: 14px;
    margin-bottom: 0px;
    color: var(--black-primary);
}


.case-studies-section{
    padding: 60px 0px;
    background: var(--blue-primary);
}

.case-studies-section .main-title{
    font-family: var(--heading-font);
    font-size: 58px;
    line-height: 58px;
    color: var(--white-primary);
    margin-bottom: 50px;
    text-align: center;
}



.case-studies-section .col-md-6:first-child{
    padding-right: 0!important;
}

.case-studies-section .context-box{
    background: var(--white-primary);
    padding: 40px 40px;
    border-radius: 20px 0px 0px 20px;
}

.case-studies-section .context-box h4{
    font-family: var(--heading-font);
    font-size: 24px;
    margin-bottom: 5px;
    color: var(--blue-primary);
}

.case-studies-section .context-box p{
    font-family: var(--body-font);
    font-size: 14px;
    margin-bottom: 16px;
    color: var(--black-primary);
}

.case-studies-section .context-box p:last-child{
    margin-bottom: 0;
}

.case-studies-section .image-box{
    background-size: cover;
    border-radius: 0px 20px 20px 0px;
}

.case-studies-section .inverse .context-box{
    border-radius: 0px 20px 20px 0px;
}

.mastermind-section{
    padding: 20px 0px;
}

.mastermind-section .main-title{
    font-family: var(--heading-font);
    font-size: 58px;
    line-height: 58px;
    color: var(--blue-primary);
    margin-bottom: 30px;
}

.mastermind-section .sub-title{
    font-family: var(--heading-font);
    font-size: 32px;
    color: var(--white-primary);
    margin-bottom: 20px;
}

.mastermind-section .desc{
    color: var(--white-primary);
}

.mastermind-section .content-block{
    background: var(--blue-primary);
    padding: 30px 30px;
    border-radius: 30px;
}


.supermind-section{
    padding: 60px 0px;
}

.supermind-section .main-title{
    font-family: var(--heading-font);
    font-size: 58px;
    line-height: 58px;
    color: var(--blue-primary);
    margin-bottom: 50px;
    text-align: center;
}

.supermind-card{
    background: var(--blue-primary);
    padding: 25px 25px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.supermind-card h4{
    font-family: var(--heading-font);
    font-size: 24px;
    margin-bottom: 5px;
    color: var(--white-primary);
}

.supermind-card h6{
    font-family: var(--heading-font);
    font-size: 16px;
    margin-bottom: 16px;
    color: var(--white-primary);
}

.supermind-card p{
    font-family: var(--body-font);
    font-size: 14px;
    margin-bottom: 0px;
    color: var(--white-primary);
}


.imagebox{
    background: transparent!important;
    padding: 0!important;
}

.imagebox img{
    width: 100%;
    margin-top: -90px;
}

.bellswhishlist{
    background:var(--blue-primary);
    padding: 80px 0px;
}

.bellswhishlist .main-title{
    font-family: var(--heading-font);
    font-size: 58px;
    line-height: 58px;
    color: var(--white-primary);
    margin-bottom: 50px;
    text-align: center;
}

.bellswhishlist .whisle-card{
    background: var(--yellow-primary);
    padding: 25px 25px;
    border-radius: 20px;
    height: 312px;
}


.bellswhishlist .whisle-card h4{
    font-family: var(--heading-font);
    font-size: 24px;
    margin-bottom: 16px;
    color: var(--blue-primary);
}

.bellswhishlist .whisle-card ul{
    padding-left: 16px;
    margin-bottom: 0;
}

.bellswhishlist .whisle-card ul li{
    font-family: var(--body-font);
    font-size: 14px;
    margin-bottom: 0px;
    color: var(--black-primary);
}


.bellswhishlist  .slick-slide{
    margin: 0vw 0.4vw;
}
      
.bellswhishlist   .slick-list{
    margin: 0vw -0.4vw 0vw -0.4vw;
} 


.story-section{
    background:var(--blue-primary);
    padding: 80px 0px;
    position: relative;
}

.story-section .element-image{
    width: 350px;
    height: 350px;
    position: absolute;
    right: 0;
    bottom: 0;
}



.story-section .main-title{
    font-family: var(--heading-font);
    font-size: 58px;
    line-height: 58px;
    color: var(--white-primary);
    margin-bottom: 50px;
    text-align: center;
}

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 6.8rem;
    width: max-content;
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem;
    width: 9rem;
}

.timeline-steps .timeline-content.up{
    margin-top: -6.8rem;
}

.timeline-steps .timeline-step:not(:last-child):after {
    content: "";
    display: block;
    border-top: .25rem solid var(--white-primary);
    width: 3.46rem;
    position: absolute;
    left: 7.5rem;
    top: .3125rem
}
.timeline-steps .timeline-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: .25rem solid var(--white-primary);
    width: 3.8125rem;
    position: absolute;
    right: 7.5rem;
    top: .3125rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem solid var(--white-primary);
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem solid var(--white-primary);
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.over-content{
    width: 100%;
    overflow-x: auto;
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--yellow-primary);
}

.timeline-steps .timeline-content.up .inner-circle{
    position: absolute;
    bottom: 90%;
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: var(--yellow-primary);
    display: inline-block;
    height: 2rem;
    width: 2rem;
    min-width: 2rem;
    border-radius: 6.25rem;
    opacity: .5
}

.timeline-step .year{
    font-size: 36px;
    line-height: 38px;
    font-family: var(--heading-font);
    color: var(--yellow-primary);
    margin-bottom: 0;
}

.timeline-step .context{
    font-size: 14px;
    line-height: 21px;
    font-family: var(--body-font);
    color: var(--white-primary);
    margin-bottom: 0;
}

.over-content::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}
  

/* Track */
.over-content::-webkit-scrollbar-track {
    background: var(--white-primary);
  }
   
/* Handle */
.over-content::-webkit-scrollbar-thumb {
    background: var(--yellow-primary); 
}
  
/* Handle on hover */
.over-content::-webkit-scrollbar-thumb:hover {
    background:var(--yellow-primary); 
}

.client-section{
    padding: 80px 0px;
}

.client-section .main-title{
    font-family: var(--heading-font);
    font-size: 58px;
    line-height: 58px;
    color: var(--blue-primary);
    text-align: center;
    margin-bottom: 50px;
}

.client-section .logo-card{
    background: var(--white-primary);
    padding: 10px 10px;
    border-radius: 20px;
    height: max-content;
    display: flex;
    align-items: center;
}

.client-section .logo-card img{
    width: 65%;
    margin: auto;
}

.client-section .logo-card{

}


.client-section .slick-slide{
    margin: 0vw 0.4vw;
}
      
.client-section  .slick-list{
    margin: 0vw -0.4vw 0vw -0.4vw;
}   

.profile_maincard{
    position: relative;
}

.overlay-content{
    background:#000000a2;
    padding: 35px 25px;
    border-radius: 25px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

.profile-card{
    position: relative;
}

.profile-card img{
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 25px;
}

.profile-card h4{
    font-family: var(--heading-font);
    margin-bottom: 0;
    font-size: 22px;
}

.profile-card p{
    color: var(--yellow-primary);
    margin-bottom: 0;
}

.profile-card .cardcontent{
    margin: 0;
    position: absolute;
    bottom: 0;
    width: max-content;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay-content .desg{
    background: var(--orange);
    padding: 5px 10px;
    border-radius: 6px;
    width: max-content;
    color: var(--white);
    font-weight: bold;
    margin-bottom: 30px;
}

.overlay-name{
    background: linear-gradient(to bottom, transparent, transparent, #0000009c);
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}



.contact-section{
    padding: 80px 0px 0px 0px;
}

.contact-section .main-title{
    font-family: var(--heading-font);
    font-size: 58px;
    line-height: 58px;
    color: var(--blue-primary);
    text-align: left;
    margin-bottom: 50px;
}

.contact-block{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--blue-primary);
}

.contact-block:last-child{
    border-bottom: 0;
}

.contact-block .icon{
    background: var(--blue-primary);
    border-radius: 10px;
    color: var(--white-primary);
    font-size: 24px;
    margin-right: 15px;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
}

.contact-block .content span{
    font-size: 18px;
    color: var(--blue-primary);
    font-family: var(--heading-font);
}

.contact-block .content a{
    font-size: 20px;
    color: var(--blue-primary);
    font-family: 'manrope-medium';
    text-decoration: none;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 25px;
    z-index: 99;
    font-size: 22px;
    border: none;
    outline: none;
    background:var(--red-primary);
    color: var(--white-primary);
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 0px;
  }
  
  #myBtn:hover {
    background-color:var(--grey-primary);
  }

  .slick-dots li{
    height: 16px;
    width: 16px;
  }

  .slick-dots li button{
    height: 16px;
    width: 16px;
  }

  .slick-dots li button:before{
    content: '';
    background: transparent;
    border: 2px solid var(--white-primary);
    border-radius: 50%;
    height: 16px;
    width: 16px;
    opacity: 1;
  }

  .slick-dots li.slick-active button:before{
    border: 2px solid var(--yellow-primary);
    background: var(--yellow-primary);
    opacity: 1;
  }


  .darkbullet  .slick-dots li button:before{
    content: '';
    background: transparent;
    border: 2px solid var(--blue-primary);
    border-radius: 50%;
    height: 16px;
    width: 16px;
    opacity: 1;
  }

  .darkbullet li.slick-active button:before{
    border: 2px solid var(--blue-primary);
    background: var(--blue-primary);
    opacity: 1;
  }


  .togglebtn{
    display: none;
  }

  @media (max-width:767px){


    header{
        padding: 10px 0px;
        box-shadow: 0 14px 28px rgb(0 0 0 / 6%), 0 10px 10px rgb(0 0 0 / 3%);
    }

    header .logo{
        width: 120px;
    }

    .togglebtn{
        position: absolute;
        right: 15px;
        top: 30px;
        display: block;
    }

    .togglebtn i{
        font-size: 20px;
        color: var(--blue-primary);
    }

    .togglebtn .fa-close{
        display: none;
    }

    .togglebtn .fa-bars{
        display: block;
    }

    .togglebtn.active .fa-close{
        display: block;
    }

    .togglebtn.active .fa-bars{
        display: none;
    }

    header .menu-block{
        display: none;
    }

    header .menu-block.active{
        display: block;
    }

    header .menu-block ul{
        display: block;
    }

    header .menu-block ul li{
        padding: 8px 0px;
    }

    .hero-section{
        padding-top: 60px;
    }

    .hero-section .image-block{
        margin-top: 0;
    }

    .hero-section .main-title{
        font-size: 48px;
        line-height: 48px;
    }

    .hero-section .sub-title{
        font-size: 24px;
    }

    .story-section{
        padding: 60px 0px 120px 0px;
    }

    .story-section .main-title{
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 30px;
        text-align: center;
    }

    .story-section .element-image{
        width: 250px;
        height: 250px;
    }

    .client-section{
        padding: 60px 0px;
    }

    .client-section .main-title{
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 30px;
        text-align: center; 
    }

    .mastermind-section .row{
        flex-flow: column-reverse;
    }

    .mastermind-section .image-block{
        text-align: center;
        margin-bottom: 30px;
    }

    .mastermind-section .image-block img{
        height: 300px;
        width: 300px;
        border-radius: 50%;
        border: 8px solid var(--blue-primary);
        object-fit: cover;
    }

    
    .mastermind-section .main-title{
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 30px;
        text-align: center; 
    }

    .supermind-section  .main-title{
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 30px;
    }

    .supermind-card.imagebox{
        display: none;
    }

    .bellswhishlist{
        padding: 60px 0px 60px 0px;
    }

    .bellswhishlist .main-title{
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 30px;
    }

    .case-studies-section .row{
        flex-flow: column-reverse;
    }

    .case-studies-section .col-md-6{
        min-height: 300px;
        border-radius: 20px!important;
        background-position: center!important;
    }

    .case-studies-section .col-md-6:first-child{
        padding-right: calc(var(--bs-gutter-x)* .5)!important;
    }

    .case-studies-section .context-box{
        border-radius: 20px;
        padding: 30px 30px;
        margin-top: -40px;
    }

    .graph-section{
        position: relative;
        padding: 60px 0px 80px 0px;
    }

    .graph-section .main-title{
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 30px;
    }

    .graph-section .element-image{
        position: absolute;
        width: 160px;
        height: auto;
        bottom: -20px;
        left: -40px;
    }

    .testimonial-section{
        padding: 60px 0px 60px 0px;
    }

    .testimonial-section .main-title{
        font-size: 48px;
        line-height: 48px;
    }

    .contact-section{
        padding: 60px 0px 0px 0px;
    }

    .contact-section .main-title{
        font-size: 48px;
        line-height: 48px;
    }

    .contact-block:last-child{
        margin-bottom: 0;
        padding-bottom: 0;
    }
  }
