
/*  ===========================
      ==== goolge fonts ====
    ============================ */
    @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


    *, ::before, ::after {
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
    }
    
    html {
        overflow-x: hidden;
        scroll-behavior: smooth;
    }
    
    body {
        font-family: "Jost", sans-serif;
        color: rgb(255, 255, 255);
        overflow-x: hidden;
        color: #00c382;
        color: #1c1e1f;
    }
    
    a {
        text-decoration: none !important;
        color: inherit;
    }
    
    ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    
    section {
        padding: 80px 0px;
    }
    
    p {
        color: rgb(54, 67, 68);
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        margin: 0px;
    }
    h1, h2, h3, h4, h5, h6 {
        margin: 0px;
        color: #191919;
    }
    
    img {
        max-width: 100%;
        max-height: 100%;
        display: block;
    }
    
    /*  ===========================
        ======== header area ======== 
        ============================ */
    .header {
    padding: 13px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
}
        .scroll-header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
            background-color: #fff;
            animation: stuckMoveDown .6s;
            opacity: .9;
            z-index: 9999;
        }
    .nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    a.logo img {
        width: 146px;
    }
    .hamburger-menu {
        font-size: 35px;
        color: #191919;
        cursor: pointer;
        position: relative;
        z-index: 1500;
    }
    .hamburger-menu .fa-times{
       display: none;
    }
    .nav-list {
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
       height: 100vh;
       background-color: #fff;
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
       z-index: 1400;
       opacity: 0;
       transform: scale(0);
       transition: opacity .5s;
    }
    .menu-open.nav-list{
       opacity: 1;
       transform: scale(1);
    }
    .menu-open .fa-times {
        display: block;
        color: rgb(10 10 10 / 85%);
    }
    .menu-open .fa-bars{
       display: none;
    }
    .nav-link {
        display: block;
        font-weight: 400;
        font-size: 18px;
        text-transform: capitalize;
        letter-spacing: initial;
        padding: 8px 20px 8px 20px;
        color: rgb(10 10 10 / 85%);
        transition: all .3s;
    }
    .nav-link:hover{
       color: #e6e2e2;
    }
    svg {
        width: 27px;
        fill: rgb(255, 210, 49);
    }
    svg text {
        fill: #FFFFFF;
        font: normal normal normal 90px/112px montserrat,sans-serif;
        text-decoration: none;
        font-size: 50px;
    }
    .svg-link{
        display: inline-block;
    }
    .nav-right-logo .nav-link{
       font-family: 'Montserrat', sans-serif;
       font-size: 16px;
       font-weight: 500;
       text-transform: capitalize;
    }
    .nav-item.nav-right-logo {
        text-align: center;
    }
    .nav-right-logo i{
        font-size: 28px;
        margin-right: 8px;
    }
    a.social-btn {
        display: inline-block;
        color: #06466b;
        transition: all .3s;
    }
    a.social-btn:hover{
        color: #0a5682;
    }
    .social-mobile-view{
        display: none;
    }
    /*  ===========================
        ======== hero area ======== 
        ============================ */
        .hero {
            display: flex;
            align-items: center;
            justify-content: center;
            background: url("img/hero-bg.png") no-repeat;
            background-size: cover;
            background-position: center;
            height: 100vh;
            padding: 0px;
        }
        
        .position-relative {
            position: relative !important;
        }
        
        h1.hero-title {
            font-size: 62px;
            font-weight: 700;
            line-height: 72px;
            color: rgb(255, 255, 255);
        }
        
        .hero-text-box p {
            color: rgb(255, 255, 255);
        }
        
        a.btn {
            background-color: #0a5682;
            padding: 15px 30px;
            font-size: 20px;
            line-height: 24px;
            color: rgb(255, 255, 255);
            font-weight: 500;
            display: inline-block;
            transition: 0.3s;
            border: none;
            text-transform: uppercase;
            border-radius: 8px;
        }
        a.btn-color-y {
            background: rgba(245,168,60,1);
            padding: 15px 30px;
            font-size: 20px;
            line-height: 24px;
            color: rgb(255, 255, 255);
            font-weight: 500;
            display: inline-block;
            transition: 0.3s;
            border: none;
            text-transform: uppercase;
            border-radius: 8px;
        }
        a.btn-color-y:hover{
            background-color: rgb(233, 146, 46);
            color: rgb(255, 255, 255);
        }
        a.btn:hover {
            background-color: #06466b;
            color: rgb(255, 255, 255);
        }
        
        .btn.focus, .btn:focus {
            outline: 0px;
            box-shadow: none;
        }
    
        .ebook-wrap {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .leader-ship {
            flex: 1;
        }
        
        .breaking-boundaries {
            flex: 1;
        }
        a.amazon {
            display: flex;
            align-items: center;
            color: #fff;
            font-weight: 500;
            font-size: 20px;
            justify-content: center;
            margin-top: 15px;
        }
        
        a.amazon img {
            width: 100px;
            margin-top: 13px;
        }
        /*  ===========================
    ==== author area ======
=========================== */
section.author-area {
}
section.author-area, .about-the-book-area{
    /* background: rgba(217, 246, 254, 0.562); */
    background-color: #fff;
}

.author-img {
    margin-right:0px;
}
.author-img img {
    box-shadow: -12px 10px 0px 0px #00c382;
    border-radius: 12px;
    position: relative;
    z-index: 1;
}
.author-title {
    color: #191919;
    font-size: 38px;
    font-weight: 700;
}
span.author-name {
    color: #00c382;
    font-style: italic;
    font-size: 26px;
    display: inline-block;
    line-height: 36px;
    margin-bottom: 14px;
    font-weight: 400;
}
.socail-icon ul li {
    display: inline-block;
    position: relative;
}
.socail-icon ul li a {
    font-size: 24px;
    margin: 0px 10px;
    z-index: 1;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.socail-icon ul li:after {
    content: "";
    width: 40px;
    height: 40px;
    background: #00c382;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 15px;
    bottom: 0;
    border-radius: 100%;
}
.socail-icon.py-4 {
    text-align: center;
}
.author-description {
    background: #f0fcf7;
    padding: 25px 25px 25px 50px;
    margin-left: -125px;
    border-radius: 12px;
}
/*  ===========================
        ==== certificate area ====
    ============================ */
    section.certificate-area {
        padding: 0px;
    }
    .data-area {
        padding-top: 0px;
    }
    .section-title {
        font-size: 44px;
        line-height: 54px;
        color: rgb(25, 25, 25);
        font-weight: 700;
        margin-bottom: 4px;
    }
.sb_underline {
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
}
.section-title-box {
    padding: 0px 66px;
}
.wrapper {
    width: 90%;
    max-width: 1536px;
    margin-inline: auto;
    position: relative;
    height: 180px;
    margin-top: 42px;
    overflow: hidden;
    mask-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 1) 20%,
      rgba(0, 0, 0, 1) 80%,
      rgba(0, 0, 0, 0)
    );
}
  
  @keyframes scrollLeft {
    to {
      left: -200px;
    }
  }
  
  .item {
    position: absolute;
    left: max(calc(160px * 9), 100%);
    animation-name: scrollLeft;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  
  .item1 {
    animation-delay: calc(30s / 8 * (8 - 1) * -1);
  }
  
  .item2 {
    animation-delay: calc(30s / 8 * (8 - 2) * -1);
  }
  
  .item3 {
    animation-delay: calc(30s / 8 * (8 - 3) * -1);
  }
  
  .item4 {
    animation-delay: calc(30s / 8 * (8 - 4) * -1);
  }
  
  .item5 {
    animation-delay: calc(30s / 8 * (8 - 5) * -1);
  }
  
  .item6 {
    animation-delay: calc(30s / 8 * (8 - 6) * -1);
  }
  
  .item7 {
    animation-delay: calc(30s / 8 * (8 - 7) * -1);
  }
  
  .item8 {
    animation-delay: calc(30s / 8 * (8 - 8) * -1);
  }

    /*  ===========================
          ==== features area ====
        ============================ */
        section.aws-area {
            padding: 0px;
        }
        h2.features-title {
            font-size: 38px;
            line-height: 48px;
            font-weight: 700;
            color: #191919;
        }
  .features-list ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.features-list ul li img {
    width: 30px;
}
.m-right-20{
    margin-right: 20px;
}
.featured-img img {
    border-radius: 14px;
}
/*  ===========================
      ==== testimonials area ====
    ============================ */
    .testimonials {
        padding: 180px 0px;
        background: url(img/testimonials.png)center center no-repeat;
        background-size: cover;
    }
    .shape-relative{
        position: relative;
    }
    h6.testi-items-name {
        font-size: 24px;
    }

    .section-text-box.text-center.shape-relative p {
        padding: 0px 101px;
    }
    .fa-star{
        color: rgb(243, 183, 18);
    }
    .profile {
        display: flex;
        align-items: center;
    }
    .owl-carousel .owl-item .profile img {
        width: 60px;
        border-radius: 8px;
    }
    .title {
        margin-left: 12px;
    }
    .title h5 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 2px;
    }
    .title p {
        margin-bottom: 0;
    }
    .testimonial-box {
        width: 100%;
        height: 100%;
        height: min-content;
        box-shadow: 0 8px 30px -7px #f8f8f8;
        padding: 24px 40px;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: nowrap;
        gap: 24px;
        background-color: #fff;
    }
    /*owl class*/
    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: block;
    }
      /*next prev style*/
      .testimonial-wrap .owl-nav .owl-next {
        right: 0px;
    }
    .testimonial-wrap .owl-nav .owl-prev {
        left: 0px;
    }
    
    
    .testimonial-wrap .owl-nav div {
        position: absolute;
        top: 20%;
        
    }
    .testimonial-wrap .owl-nav i {
        color: #191919;
        font-size: 22px;
    }
    .testimonial-wrap .owl-nav div {
        width: 39px;
        height: 39px;
        text-align: center;
        font-size: 25px;
        color: rgb(224, 215, 215);
    }
    .testimonial-wrap .owl-nav div {
        position: absolute;
        top: 50%;
        background: #fff;
        border-radius: 50px;
    }
    .testimonial-wrap .owl-nav .owl-next {
        right: -50px;
    }
    .testimonial-wrap .owl-nav .owl-prev {
        left: -50px;
    }
    /*  ===========================
          ==== entrepreneurial area codes ====
        ============================ */
    section.entrepreneurial-area .row {
        background: #fff;
        padding: 35px;
        border-radius: 14px;
        box-shadow: 0px 0px 25px 11px #9b9b9b36;
        transition: .2s;
    }
    .skyhigh-img img {
        width: 300px;
    }
    .skyhigh-description .sb_underline {
        margin-bottom: 0;
    }
    /*  ===========================
          ==== ebook section ====
        ============================ */
    .btn-ebook-wrap {
        text-align: center;
    }
    /*  ===========================
          ==== book buy -area ====
        ============================ */

    .leader-ship-book-area{
        padding: 0px;
    }
    .leader-ship-img img {
        height: 600px;
    }
    /*  ===========================
          ==== youtube carousel ====
        ============================ */
        section.youtube-sign {
            padding-top: 0px;
        }
.player{
    aspect-ratio: 16 / 9;
    width: 100%;

}
          
      /*next prev style*/
      .youtube-carousel .owl-nav .owl-next {
        right: 0px;
    }
    .youtube-carousel .owl-nav .owl-prev {
        left: 0px;
    }
    
    
    .youtube-carousel .owl-nav div {
        position: absolute;
        top: 20%;
        
    }
    .youtube-carousel .owl-nav i {
        color: #191919;
        font-size: 22px;
    }
    .youtube-carousel .owl-nav div {
        width: 39px;
        height: 39px;
        text-align: center;
        font-size: 25px;
        color: rgb(224, 215, 215);
    }
    .youtube-carousel .owl-nav div {
        position: absolute;
        top: 50%;
        background: #fff;
        border-radius: 50px;
    }
    .youtube-carousel .owl-nav .owl-next {
        right: -50px;
    }
    .youtube-carousel .owl-nav .owl-prev {
        left: -50px;
    }

    /*  ===========================
    ==== Footer area ======
=========================== */
.footer-area {
    padding-top: 200px;
    padding-bottom: 30px;
    position: relative;
    background: url(img/footer-bg.png)center center no-repeat;
    background-size: cover;
}
.footer-bottom {
    padding: 30px 0px 20px 0px;
    background: rgba(217, 246, 254, 0.561);
}
.social-info-box {
    display: flex;
    flex-direction: row;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
}
.social-info-container {
    display: flex;
    flex-direction: column;
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    margin-top: 26px;
}
h4.social-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.social-icon-img {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #67dbb3;
    border-radius: 50px;
    border: 2px solid #00c382;
    font-size: 25px;
    color: #fff;
}
.social-link i {
    font-size: 40px;
    margin-right: 8px;
}
.btn-footer .btn-box {
    margin-bottom: 20px;
}
.copyright span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #191919;
}
.social-info-box p {
    font-size: 18px;
    color: #191919;
    font-weight: 400;
}
/*Scroll to top*/
.back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #09A370;
    margin: 0px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 999;
    text-decoration: none;
    color: rgb(14, 23, 41);
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease 0s;
    animation: sumaiya 2s infinite;
}

.back-to-top.active {
    bottom: 32px;
    pointer-events: auto;
    opacity: 1;
}

.back-to-top i {
    font-size: 20px;
    color: rgb(255, 255, 255);
    transition: all 200ms ease 0s;
}

.back-to-top:hover i {
    top: 6px;
}
@keyframes sumaiya{
    0%{
        box-shadow: 0 0 0 0px rgba(0, 194, 129, 0.938);
    }
    70%{
        box-shadow: 0 0 0 2rem rgba(253, 87, 191, 0);
    }
    100%{
        box-shadow: 0 0 0 20px rgba(253, 87, 191,  0);
    }
}
    /*  ===========================
          ==== All Responsive codes ====
        ============================ */
    /*Mobile menu do here*/
    @media(min-width: 992px){
        .header {
          padding: 13px 0px;
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          background: #fff;
          z-index: 99;
      }
           .hamburger-menu{
               display: none;
           }
      
           .nav-list{
               position: inherit;
               width: inherit;
               height: inherit;
               background-color: transparent;
               flex-direction: row;
               justify-content: inherit;
               opacity: 1;
               transform: scale(1);
           }
           .nav-link{
            text-transform: capitalize;
            letter-spacing: 0.05em;
            font-size: 20px;
            font-weight: 400;
            line-height: 26px;
            color: #191919;
            transition: all .3s;
           }
           .nav-link:hover{
               color: #1c1e1f;
           }
      }
    /*Md devices*/
    @media (min-width: 768px)  and (max-width:  998px) {
        header.header.sticky {
            background-color: #fff;
            padding: 12px 0px;
        }
        .nav {
            padding: 0px 10px;
        }
        .social-desktop-view{
            display: none;
           }
           .social-mobile-view{
            display: block;
        }
        .nav-link {
            padding: 8px 0px 8px 0px;
        }
        .hero {
            height: initial;
            padding: 140px 0px;
        }
        h1.hero-title {
            font-size: 38px;
            line-height: 48px;
        }
        a.amazon {
            font-size: 15px;
            margin-top: 15px;
        }
        a.amazon img {
            width: 70px;
            margin-top: 13px;
        }
        section.author-area {
            padding-top: 0;
            padding-bottom: 0px;
        }
        .author-description {
            background: #f0fcf7;
            padding: 25px 15px 25px 42px;
            margin-left: -15px;
        }
        .author-img {
            position: relative;
            z-index: 1;
        }
        section.certificate-area {
            padding: 30px 0px;
        }
        .section-title {
            font-size: 34px;
            line-height: 44px;
        }
        .leader-ship-img img {
            height: initial;
        }
        h2.features-title {
            font-size: 30px;
            line-height: 40px;
        }
        .author-title {
            font-size: 32px;
        }
    }
    
    /* small  mobile :320-767px.   */
    @media (max-width: 767px)   {
        .social-desktop-view{
            display: none;
           }
           .social-mobile-view{
            display: block;
        }
        .nav-link {
            padding: 8px 0px 8px 0px;
        }
        section {
            padding: 40px 0px;
        }
        .hero .row {
            flex-direction: column-reverse;
        }
        .hero {
            height: initial;
            padding: 140px 0px;
        }
        h1.hero-title {
            font-size: 38px;
            line-height: 48px;
        }
        a.amazon {
            font-size: 16px;
            margin-top: 15px;
        }
        a.amazon img {
            width: 70px;
            margin-top: 13px;
        }
        section.author-area {
            padding-top: 0;
            padding-bottom: 0px;
        }
        .author-description {
            background: #f0fcf7;
            padding: 100px 25px 35px 25px;
            margin-left: 0px;
            border-radius: 12px;
            bottom: 94px;
            position: relative;
        }
        .author-img {
            position: relative;
            z-index: 1;
        }
        .section-title-box {
            padding: 0px 0px;
        }
        .section-title {
            font-size: 34px;
            line-height: 44px;
        }
        section.certificate-area {
            padding: 0px;
            bottom: 40px;
            position: relative;
        }
        h2.features-title {
            font-size: 30px;
            line-height: 40px;
        }
        .author-title {
            font-size: 32px;
        }
        section.ai-area .row {
            flex-direction: column-reverse;
        }
        .blockchain-area .row {
            flex-direction: column-reverse;
        }
        .testimonial-wrap .owl-nav .owl-prev {
            left: -15px;
        }.testimonial-wrap .owl-nav .owl-next {
            right: -15px;
        }
        .testimonial-box {
            padding: 24px 30px;
        }
        .testimonials {
            padding: 100px 0px;
        }
        section.entrepreneurial-area .row {
            padding: 30px 0px 30px 0px;
        }
        .leader-ship-img img {
            height: initial;
        }
        .breaking-boundaries-area .row{
            flex-direction: column-reverse;
        }
        .youtube-carousel .owl-nav .owl-prev {
            left: -15px;
        }
        .youtube-carousel .owl-nav .owl-next {
            right: -15px;
        }
        section.youtube-sign {
            padding-bottom: 0px;
        }
        .footer-area {
            padding-top: 130px;
        }
    }