@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

p {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

P:not(:last-of-type) {
    margin-bottom: 15px;
}

a {
    outline: none;
    text-decoration: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1440px;
}

.book-header .header-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 0px;
}

.book-header .header-wrapper .logo-box {
    background-color: #BD7926;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

.book-header .header-wrapper .logo-box img {
    max-height: 55px;
}

.main-banner-book {
    position: relative;
    background-color: #3E1910;
    padding: 60px 0px 0px;
    z-index: 1;
}

.main-banner-book .banner-content .tag-line {
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.main-banner-book .banner-content h1 {
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 40px;
}

.main-banner-book .banner-content {
    margin-bottom: 55px;
}

.main-banner-book .banner-image img {
    width: 100%;
}

.main-banner-book .dec-img {
    position: absolute;
    top: -90px;
    right: 0;
    z-index: -1;
    max-width: 350px;
}

.section-title span {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #3E1910;
}

.section-title h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #3E1910;
}

.section-top-border {
    background: url('../busines_playbook/section-top-border.png');
    height: 100px;
    background-size: cover;
    margin-top: -8px;
    margin-bottom: 50px;
}

.introduction-info-text {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.introduction-info-text img {
    max-height: 290px;
    margin-top: -40px;
    margin-left: 15px;
}

.text-bg {
    background: url('../busines_playbook/text-bg.png');
    max-width: 1221px;
    height: 218px;
    color: #FFFFFF;
    padding: 50px 80px;
    margin-top: 60px;
    background-size: 100% 100%;
}

.text-bg .text-wrape {
    display: flex;
    align-items: center;
    gap: 25px;
}

.introduction {
    position: relative;
}

.introduction .dec-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.introduction .flower-left {
    position: absolute;
    left: -80px;
}

.introduction .container {
    position: relative;
}

.introduction .center-bg {
    position: absolute;
    left: 0px;
    right: 0;
}

.section-top-border.bg-two {
    margin-top: 0;
    background-image: url('../busines_playbook/section-top-border-2.png');
}

.key-steps-wrapper {
    display: flex;
}

.key-steps-wrapper .left-side {
    position: relative;
    max-width: 600px;
    width: 100%;
    background-color: #F2E4D4;
    background: url('../busines_playbook/light-shape.png');
    padding: 50px;
    margin-top: -220px;
    background-size: 100% 100%;
    padding-top: 210px;
    z-index: -1;
}

.key-steps-wrapper .title-box {
    margin-top: 25px;
    margin-bottom: 25px;
}

.key-steps-wrapper .title-box span {
    color: #BD7926;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 22px;
}

.key-steps-wrapper .title-box h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #BD7926;
}

.key-steps-wrapper .right-side {
    flex: 1;
    padding-left: 50px;
    padding-right: 50px;
}

.title-sm {
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #BD7926;
    gap: 15px;
    margin-bottom: 20px;
}

.title-sm img {
    max-height: 50px;
}

.cust-list {
    list-style: none;
    flex: 1;
}

.cust-list li {
    position: relative;
    padding-left: 20px;
}

.cust-list li:not(:last-of-type) {
    margin-bottom: 15px;
}

.cust-list li::before {
    content: '★';
    position: absolute;
    left: 0;
}

.cust-list ul {
    list-style: none;
    margin-top: 15px;
}

.cust-list ul li {
    margin: 0 !important;
}

.key-steps-wrapper .right-side .text-bg {
    margin-left: -100px;
    z-index: 1;
    position: relative;
}

.key-steps-wrapper .right-side {
    position: relative;
    display: flex;
    flex-direction: column;
}

.key-steps-wrapper .right-side .bg-img {
    position: absolute;
    top: 0;
    right: 0;
}

.playbook-videos {
    background-color: #BD7926;
    overflow: hidden;
    color: #FFFFFF;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

.playbook-videos .section-title {
    margin-bottom: 40px;
}

.playbook-videos .section-title h2 {
    color: #FFFFFF;
}

.video-card-body {
    position: relative;
    background: #E6D8B5;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.video-card-body img {
    max-height: 387px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 30px;
}

.video-card-body::after {
    content: '';
    position: absolute;
    left: -10px;
    bottom: -10px;
    background: url('../busines_playbook/shape-left-btm.png');
    width: 45px;
    height: 46px;
    z-index: 1;
}

.video-card-body::before {
    content: '';
    position: absolute;
    right: -10px;
    top: -10px;
    background: url('../busines_playbook/shape-top_1.png');
    width: 45px;
    height: 46px;
    z-index: 1;
}

.playbook-videos .mandal {
    position: absolute;
    bottom: -100px;
    right: -100px;
    max-height: 320px;
    animation: mandal 5s linear infinite;
    z-index: -1;
}

@keyframes mandal {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.left-side.bg-two {
    background-image: url('../busines_playbook/shape-bg.png');
}

.left-side.bg-two,
.left-side.bg-two .title-box span,
.left-side.bg-two .title-box h2 {
    color: #FFFFFF !important;
}

.left-side .ml-img {
    margin-left: -48px;
    margin-top: 60px;
}

.key-steps.step-3 .ml-img {
    max-height: 450px;
    margin-left: auto;
    display: block;
    margin-right: -70px;
}

.key-steps-wrapper .left-side {
    overflow: hidden;
}

.text-bg-color {
    padding: 50px;
    background-color: #FBF7F0;
    border-radius: 30px;
    margin-left: -50px;
}

.text-bg-color h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #BD792A;
    margin-top: 15px;
}

ul li {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.text-bg-color ul {
    padding: 0;
}

.access-info .text-bg-color {
    padding-left: 0;
    padding-right: 0;
}

.access-info .text-bg-color {
    border-radius: 0;
    margin-left: 0;
}

.more-info {
    margin-top: 50px;
}

.more-info h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #BD792A;
    margin-bottom: 15px;
}

.access-info .text-bg {
    height: auto;
    padding-bottom: 30px;
}

.title-width-icon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.title-width-icon h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #BD792A;
    margin: 0;
}

.title-width-icon h2 b {
    font-weight: bold;
}

.text-bg.h-auto-cuct {
    height: auto;
    padding-bottom: 30px;
}

.tools-resources {
    background: #FBF7F0;
    padding-top: 50px;
    position: relative;
    z-index: 1;
}

.tools-resources .bg-text {
    background: #DEBB92;
    border-radius: 20px;
    padding: 15px;
    height: 100%;
    text-align: right;
    margin-left: -50px;
    z-index: -1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #BD792A;
    text-decoration: underline;
    font-style: italic;
    gap: 15px;
}

.tools-resources .text-bg {
    padding: 40px 80px 20px;
}

.tools-resources-row {
    position: relative;
}

img.right-dec-l {
    position: absolute;
    right: 10%;
    bottom: 125px;
    max-width: 190px;
}

.conclusion .image-info {
    margin-top: 25px;
    position: relative;
}

.conclusion .image-info .text-bg {
    margin-top: -20px;
    z-index: 1;
    position: relative;
    right: -100px;
}

.container-fluid {
    padding: 0 50px;
}

.title-width-icon img {
    max-height: 60px;
}

.dec-bg-warpe {
    position: relative;
    height: 100%;
    background-color: #F2E4D3;
    overflow: hidden;
}

.dec-bg-warpe .btm-img {
    margin: auto;
    display: block;
    margin-bottom: -130px;
}

.image-info .main-mg {
    max-height: 450px;
    margin-left: auto;
    display: block;
}

.image-info .mandal-sm {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0.6;
    max-width: 260px;
}

.spotlight-info {
    margin-top: 40px;
    padding: 40px 0px;
    background-color: #F2E4D3;
}

.spotlight-info .title-text {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.spotlight-info .title-text h3 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    color: #BD792A;
    margin-bottom: 15px;
}

.the-impact {
    position: relative;
    margin-top: -50px;
}

.the-impact .section-top-border {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
}

.impact-img {
    height: 100%;
    background-color: #3D1A12;
    position: relative;
    z-index: -1;
    padding-bottom: 100px;
    background: url('../busines_playbook/demo.png');
    background-size: 100% 100%;
    padding: 0 40px 80px;
}

.impact-img img {
    margin-top: 100px;
}

.impact-img img:nth-child(2) {
    margin-top: 100px;
}

.impact-img::after {
    content: '';
    background: url('../busines_playbook/impact-bt-shape.png');
}

.ml-img.h-small {
    max-height: 350px;
}

.list-ifo-wrape h6 {
    color: #BD792A;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.list-ifo-wrape h6+p {
    margin-bottom: 15px;
}

.list-info-wrape-box {
    background: url('../busines_playbook/box-bg-new.png');
    background-size: 100% 100%;
    color: #FFFFFF;
    padding: 50px 20px 50px 50px;
    min-height: 292px;
    position: relative;
}

.insight-block {
    display: flex;
    flex-direction: column;
}

.insight-block .list-ifo-wrape {
    flex: 1;
}

.insight-block:not(:last-of-type) .list-info-wrape-box {
    width: calc(100% + 30px);
}

.list-info-wrape-box.box-2 {
    background-image: url('../busines_playbook/box-2.png');
}

.list-info-wrape-box.box-3 {
    background-image: url('../busines_playbook/box-3.png');
}

.list-info-wrape-box img {
    position: absolute;
    max-width: 90px;
    left: -50px;
    top: 30px;
}

.insight-block .rose-dec {
    max-width: 130px;
    margin-left: auto;
}

.list-info-wrape-box::before {
    content: '';
    position: absolute;
    right: 18px;
    top: 10px;
    background: url("../busines_playbook/shape-top_1.png");
    width: 45px;
    height: 46px;
    z-index: 1;
}

.list-info-wrape-box::after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: url('../busines_playbook/shape-left-btm.png');
    width: 45px;
    height: 46px;
    z-index: 1;
}

.tools-resources-row.tools-resources-two {
    margin-top: 50px;
}

.case-studies {
    position: relative;
    z-index: 1;
}

.case-studies .center-dec {
    position: absolute;
    top: 50px;
    right: 0;
    max-width: 1000px;
    z-index: -1;
}

.book-footer {
    background: url('../busines_playbook/footer-bg.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 50px;
    padding-top: 50px;
}

.book-footer-dec {
    display: flex;
    align-items: flex-end;
    gap: 100px;
    justify-content: space-between;
}

.book-footer-dec img:nth-child(2) {
    max-width: 600px;
}
.key-steps{
    overflow: hidden;
}
#videoModal .btn-close{
    position: absolute;
    top: -30px;
    right: -30px;
    background-color: #DEBB92;
    opacity: 1;
    border-radius: 50%;
}
#videoModal .modal-body{
    padding-top: 60%;
}
#videoModal  #videoIframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* 
    font-family: "Montserrat", sans-serif;
*/


/* Responsive */
@media screen and (max-width:1440px) {
    .playbook-videos .container{
        padding: 0 30px;
    }
    .book-footer-dec img:nth-child(2) {
        max-width: 500px;
    }
}

@media screen and (max-width:1024px) {
    .text-bg{
        height: auto;
        padding: 40px 50px;
    }
    .container-fluid {
        padding: 0 15px;
    }
    .key-steps-wrapper .left-side{
        max-width: 50%;
    }
    .key-steps-wrapper .right-side {
        padding-left: 20px;
        padding-right: 0;
    }
 
    .text-bg .text-wrape p br{
        display: none;
    }
    .key-steps.step-3 .key-steps-wrapper .left-side{
        padding-bottom: 0;
    }
    .key-steps.step-3 .ml-img{
        max-height: 500px; 
        margin-right: -50px;
        margin-top: 130px;
    }
    .tools-resources .bg-text{
        margin-left: -10px;
    }
    img.right-dec-l{
        right: 10px;
    bottom: 155px;
    }
    .the-impact .row{
        align-items: flex-start !important;
    }
    .the-impact .title-width-icon{
        padding-top: 160px;
    }
    .list-info-wrape-box img{
        left: 0;
        top: -40px;
    }
    .list-info-wrape-box{
        margin-top: 40px;
    }
    .insight-block .rose-dec{
        margin-bottom: -50px;
    }
}

@media screen and (max-width:991px) {
    .conclusion .image-info .text-bg{
        right: 0;
    }
    .insight-block:not(:last-of-type) .list-info-wrape-box {
        width: 100%;
    }
    .key-steps-wrapper{
        flex-wrap: wrap;
    }
    .key-steps-wrapper .right-side{
        width: 100%;
    }
    .key-steps-wrapper .left-side {
        max-width: 100%;
    }

    .key-steps-wrapper .right-side .text-bg{
        margin-left: 0;
    }
    .left-side .ml-img{
        margin-left: 0;
    }
    .key-steps.step-3 .ml-img {
        max-height: 500px;
        margin-right: 0;
        margin-top: 60px;
        margin-bottom: 45px;
    }
    .text-bg-color{
        margin-left: 0;
    }
    .tools-resources .bg-text {
        margin-left: 0;
    }
    section{
        overflow-x: hidden;
    }
    .book-footer-dec img:nth-child(2) {
        max-width: 370px;
    }
   

  
    .playbook-videos{
        margin-top: 40px;
    }

    .insight-block:not(:last-of-type){
        margin-bottom: 40px;
    }
    .tools-resources .bg-text{
        justify-content: flex-start;
        text-align: left;
    }
    
}

@media screen and (max-width:767px) {
    .book-footer-dec img:nth-child(2),
    .book-footer-dec img{
        max-width: 25%;
    }
    .main-banner-book .banner-content h1{
        font-size: 30px;
    }
    .main-banner-book .banner-content h1 br{
        display: none;
    }
    .main-banner-book .banner-content .tag-line{
        font-size: 16px;
    margin-bottom: 15px;
    }
    .introduction-info-text{
        flex-direction: column;
    }
    .section-top-border {
        height: 70px;
        margin-bottom: 20px;
    }
    .section-title span,
    .section-title h2{
        font-size: 25px;
    }
    p{
        font-size: 14px;
    }
    .introduction-info-text img {
        max-height: 290px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .text-bg {
        height: auto;
        padding: 30px 10px;
    }
    .key-steps-wrapper .right-side {
        padding-left: 0;
        padding-right: 0;
    }
    .cust-list{
        padding: 0;
    }
    .key-steps-wrapper .title-box h2{
        font-size: 25px;
    }
    .key-steps-wrapper .title-box span{
        font-size: 18px;
    }
    .key-steps-wrapper .title-box h2 br{
        display: none;
    }
    .key-steps-wrapper .left-side p br{
        display: none;
    }
    .key-steps.step-3 .ml-img{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    ul li{
        font-size: 14px;
    }
    .text-bg-color{
        border-radius: 10px;
        padding: 15px;
    }
    .title-width-icon{
        flex-direction: column;
        align-items: flex-start;
    }
    .title-width-icon h2{
        font-size: 25px;
    }
    .title-width-icon h2 br{
        display: none;
    }
    .spotlight-info .title-text{
        flex-direction: column;
    }
    .text-bg{
        margin-top: 20px;
        background: #BD7926;
    }
    .tools-resources .text-bg {
        padding: 30px 10px;
    }
    .playbook-videos .mandal{
        max-height: 190px;
    }
    .key-steps-wrapper .left-side{
        margin-bottom: 25px;
    }
    .more-info {
        margin-top: 40px;
    }
    .tools-resources .bg-text{
        border-radius: 0;
    }
    #videoModal .btn-close{
        top: -40px;
        right: 0;
    }
    #videoModal .modal-body {
        padding-top: 100%;
    }
}
