@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins", sans-serif;
}

body {
    color: #231F20;
    overflow-x: hidden;
}

p {
    font-size: 15px;
}

/*header*/
header {
    background: #881F5E;
    padding: 23px 0;
}

header .d-flex {
    justify-content: space-between;
    align-items: center;
}

header h1 {
    margin: 0;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
}

.theory-elemets {
    padding: 40px 0 50px;
    border-bottom: 2px solid #dddddd;
    margin: 0 0 50px;
}

.theory-elemets .h5-tag {
    font-size: 21px;
    color: #231F20;
    font-weight: 700;
    line-height: 20px;
}

.text-wrapper p {
    font-size: 12px;
    line-height: 18px;
}

.text-wrapper {
    padding-right: 5%;
}

.elements-tag {
  padding: 0 35px 0 0;
    display: flex
;
    flex-direction: column;
    gap: 25px;
    margin: 20px 0 0;
    align-items: flex-start;
}
.text-block-bar {
    padding-right: 60px;
}
.main-title-block p {
    font-size: 18px;
    width: 50%;
    line-height: 20px;
    padding: 7px 0 15px;
}
.elements-detail {
    font-size: 12px;
    font-weight: 700;
}

.elements-tag .icon {
    min-width: 40px;
}

.connector-line {
    stroke: #e6e7e9;
    stroke-width: 8;
    stroke-dasharray: 0;
    transition: none;
}

.accordion-collapse.collapse,
.accordion-collapse.collapsing {
    transition: none !important;
}

.accordion-item.hideIt {
    visibility: hidden;
}

.connector-line.active-highlight {
    opacity: 1;
    stroke: #faad19 !important;
}

.h4 {
    font-weight: 700;
}

/*canvas css*/
.canvas-wrapper .mt-6 {
    margin-top: 135px;
}

.canvas-wrapper .mt-9 {
    margin-top: 160px;
}

.identity-wrapper {
    background: #f3e9ef;
    padding: 15px;
    position: relative;
}

.accordion-item {
    border-radius: 0 !important;
    border: 0;
    margin: 0 0 5px;
}

.accordion-header {
    margin-bottom: 0;
    background: #871e5e;
    color: #fff;
    padding: 18px 12px;
    font-size: 12px;
    font-weight: 500;
    border: 0 !important;
    box-shadow: none !important;
}

.accordion-button {
    color: #fff;
    background: #871e5e;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    transition: none;
    border: 0 !important;
    box-shadow: none !important;
}

.accordion-wrapper {
    position: relative;
}

.accordion-wrapper button.accordion-button {
    position: absolute;
    top: calc(50% - 13px);
    width: auto;
    right: 5px;
    background: transparent !important;
}

.accordion-wrapper .accordion-header span {
    width: calc(100% - 26px);
    display: inline-block;
}

.accordion-wrapper .accordion-header {
    position: relative;
}

.accordion-header:hover,
.accordion-button:not(.collapsed),.accordion-button:hover {
    background-color: #871e5e;
    color: #fff;
}

body .highlight-element,
body .highlight-element.accordion-header:hover,
body .highlight-element .accordion-button:not(.collapsed) {
    background-color: #faad19 !important;
}

.accordion-button::after {
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 15px;
    background-position: center right;
    width: 26px;
    height: 26px;
    transition: none;
    background-image: url("image/arrow.svg") !important;
}

.accordion-button:not(.collapsed)::after {
    border-right: 1px solid #fff;
    border-left: 0;
    padding-left: 0;
    padding-right: 15px;
    background-position: center left;
}

.accordion-body {
    background: #e9e9e9;
    padding: 15px;
}

.accordion-body p {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.accordion-body ul {
    margin: 0;
    padding: 0 0 12px 19px;
    font-size: 14px;
    font-weight: 500;
}

.accordion-body p strong {
    display: block;
}

.accordion-body .read-more {
    color: #871e5e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin: 12px 0 0 auto;
}

.title-head {
    font-size: 12px;
    font-weight: 700;
}

.col-md.col-small {
    flex: 0 0 auto;
    width: 13%;
}

.col-md.col-large {
    flex: 0 0 auto;
    width: 20%;
}

.accordion-inner {
    background: #e9e9e9;
    padding: 10px 15px;
    position: relative;
}

.accordion-inner h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.container-fluid {
    padding: 0 40px;
    max-width: 1900px;
    margin: auto;
}

.title-tag h2 {
    color: #881F5E;
    font-size: 31px;
    font-weight: 700;
    line-height: 35px;
    margin: 0;
}

.title-tag {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 0 auto 15px;
    justify-content: center;
}

.title-tag svg {
    margin: auto;
}
.canvas-top-bar {
    position: absolute;
    right: 45px;
}
.canvas-top-bar h4 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    color: #881F5E;
    text-align: right;
    margin: 0;
}
.canvas-top-bar ul li {
    list-style: none;
    position: relative;
}
.canvas-top-bar ul li::after {
    content: "|";
    margin: 0;
    padding-left: 2px;
}

.canvas-top-bar ul {
    padding: 0;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}
.canvas-top-bar ul li:last-child::after{
    display: none;
}
.canvas-top-bar ul li a {
    color: #231F20;
    text-decoration: none;
}
.canvas-top-bar .accordion-header {
    background: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 0;
    display: inline-block;
    cursor: pointer;
}
.canvas-top-bar .accordion-header:hover {    
    text-decoration: underline;
}
.canvas-top-bar .accordion-header.highlight-element,
.canvas-top-bar .accordion-header.highlight-element:hover {
    background-color: transparent !important;
    color: #faad19;
}
.theme-wrapper .accordion-header {
    font-size: 20px;
    word-wrap: break-word;
}

.align-end{
    align-items: end;
}
.elements-tag .d-flex {
    gap: 10px;
}
.col-md-6 .text-wrapper{
    padding-right: 0;
}
.elements-tag p{
    margin-bottom: 0;
}
.elements-tag .icon img{
    width: 100%;
}
.align-center{
    align-self: center;
}
.elements-detail.highlight{
    color: #881F5E;
}
.head.icon {
    margin: 0 auto;
    width: auto;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    padding: 0;
    max-width: 33%;
    height: auto;
    text-align: center;
}
.canvas-wrapper {
    margin-top: 100px;
}

.elements-col {
    border-left: 1px solid #000;
    padding-left: 38px;
    padding-top:90px;
}
.canvas-top-textblock {
    gap: 16px;
    width: 320px;
    font-size: 12px;
        position: relative;
}
.canvas-top-textblock .arrow-tag-bottom::after {
    content: "";
    background: url(image/arrow-down.png);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: -19px;
    left: -5px;
    background-repeat: no-repeat;
}
.canvas-top-textblock .arrow-tag-bottom {
    width: 6px;
    background: #e5e6e7;
    position: absolute;
    bottom: -55px;
    height: 35px;
    left: 20%;
}

.col-root {
    position: relative;
}

.arrow-tag-right {
    width: 56%;
    background: #e5e6e7;
    position: absolute;
    bottom: auto;
    height: 6px;
    left: 64%;
    top: 22px;
}
.arrow-tag-right::after {
       content: "";
    background: url(image/arrow-down.png);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: -5px;
    left: auto;
    background-repeat: no-repeat;
    right: -19px;
    transform: rotate(270deg);
}
.canvas-top-textblock p {
    margin: 0;
    font-size: 12px;
}
.canvas-bottom-textblock p {
    margin: 0;
    font-size: 12px;
}
.canvas-top-textblock img {
    height: 50px;
    width: auto;
}
.canvas-bottom-textblock img{
    height: 65px;
    width: auto;
}


.canvas-bottom-textblock {
    gap: 16px;
    width: 320px;
    margin-left: auto;
    padding: 0 0 86px;
    position: relative;
}


.canvas-bottom-textblock  .arrow-tag-bottom::after {
    content: "";
    background: url(image/arrow-down.png);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: -19px;
    left: -5px;
    background-repeat: no-repeat;
}
.canvas-bottom-textblock .arrow-tag-bottom {
    width: 6px;
    background: #e5e6e7;
    position: absolute;
    bottom: auto;
    height: 70px;
    left: 49%;
    top: -109px;
}


@media only screen and (max-width:1600px) {
    .title-tag h2 {
        font-size: 26px;
        line-height: 30px;
    }

}

@media only screen and (max-width:1500px) {
    .accordion-header,
    .accordion-body {
        padding: 12px 8px;
    }

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

    .accordion-body ul,
    .accordion-body p {
        font-size: 13px;
    }

    /* .title-head {
        font-size: 15px;
    } */

    .text-wrapper {
        padding-right: 5%;
    }

    .elements-tag {
        padding: 0 20px 0 0;
        gap: 20px;
        margin: 18px 0 0;
    }
.canvas-bottom-textblock,.canvas-top-textblock {
  
    width: 280px;
    
}

.canvas-top-textblock img {
    height: 39px;
  
}
.canvas-bottom-textblock img {
    height: 50px;
    
}
}

@media only screen and (max-width:1330px) {
    .theory-elemets .col-md-4 {
        width: 50%;
    }

    .theory-elemets .h5-tag {
        font-size: 20px;
        line-height: 23px;
    }

    header {
        padding: 5px 0;
    }

    header h1 {
        font-size: 30px;
    }

    .title-tag {
        width: 100%;
    }

}

@media only screen and (max-width:1200px) {
    .title-tag h2 {
        font-size: 22px;
        line-height: 24px;
    }

    .canvas-wrapper .mt-6 {
        margin-top: 118px;
    }

}

@media only screen and (max-width:1199px) {
    .accordion-header,
    .accordion-body {
        padding: 8px;
        font-size: 12px;
    }

    .container-fluid {
        padding: 10px;
    }

    .connector-line {
        stroke-width: 5px;
    }

    .accordion-inner {
        padding: 5px;
    }

    .title-head {
        font-size: 12px;
        margin-bottom: 15px !important;
    }

    .accordion-inner h3 {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
    }

    .col-md.col-small {
        width: 15%;
    }

    .col-md.col-large {
        width: 18%;
    }

    .container-fluid .col-md-2 .col-md-10 {
        width: 95%;
    }

    .accordion-button {
        padding-right: 15px;
    }

    .accordion-button::after {
        border-left: 0;
        padding-left: 0;
        width: 15px;
        height: 15px;
        background-size: 13px;
        position: absolute;
        right: -7px;
    }
    .accordion-wrapper .accordion-button::after{
        right: 0;
    }
    .accordion-wrapper button.accordion-button{
        top: 22px;
    }
    .accordion-wrapper .accordion-header span {
        word-wrap: break-word;
    }

    .accordion-body ul,
    .accordion-body p {
        font-size: 12px;
        padding: 0;
    }

    .accordion-body ul li {
        list-style: none;
        position: relative;
        padding-left: 5px;
        word-break: break-word;
    }

    .accordion-body ul li:before {
        content: "";
        width: 5px;
        height: 5px;
        background: black;
        display: inline-block;
        border-radius: 100%;
        margin-left: 0;
        margin-right: 0;
        position: absolute;
        left: -3px;
        top: 8px;
    }

    .accordion-body .read-more {
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

    .accordion-button:not(.collapsed)::after {
        border-right: 0;
    }

    .text-block-bar {
    padding-right: 10px;
}
.elements-col {
    padding-left: 20px;
    
}
.canvas-bottom-textblock, .canvas-top-textblock {
        gap: 6px;
    }
.canvas-bottom-textblock .arrow-tag-bottom {

    left: 62%;
 
}

}

@media only screen and (max-width:1000px) {
        .title-tag h2 {
        font-size: 19px;
       
    }
    .theory-elemets .row {
    flex-wrap: wrap;
}
.text-block-bar {
    width: 100%;
}
.elements-col {
    width: 100%;
    padding: 10px;
}

}
@media only screen and (max-width:767px) {
    .canvas-top-bar {
            position: relative;
        right: 0;
        text-align: center;
        padding: 0 0 20px;
   
}
.canvas-top-bar ul li a {
  
    font-size: 13px;
}
.canvas-top-bar ul {

    gap:2px;
    justify-content: flex-end;
}
    .theory-elemets .col-md-4 {
        width: 100%;
    }

    .text-wrapper {
        padding-right: 0;
    }

    .elements-tag {
        padding: 0 0px 0 0;
    }

    header .d-flex {
        flex-direction: column;
        gap: 10px;
        justify-content: center;
    }

    header h1 {
        font-size: 26px;
    }

    .theory-elemets {
        padding: 30px 0;
        margin: 0 0 30px;
    }

    svg#connector-lines {
        display: none;
    }

    .canvas-wrapper .mt-6 {
        margin-top: 0px;
    }

    .canvas-wrapper .mt-9 {
        margin-top: 0;
        padding-top: 0 !important;
    }

    .title-tag h2 {
        text-align: center;
    }

    .container-fluid .col-md-2 .col-md-10 {
        width: 100%;
    }

    .title-head {
        font-size: 17px;
        margin-bottom: 19px !important;
        margin-top: 20px !important;
        padding-top: 0 !important;
    }

    .accordion-header,
    .accordion-body {
        padding: 12px;
        font-size: 14px;
    }

    .col-md-2.mt-5.pt-5 {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .col-md.col-large,
    .col-md.col-small {
        width: 100%;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .accordion-body ul,
    .accordion-body p,
    .accordion-button {
        font-size: 14px;
    }
    .arrow-tag-right{
        display: none;
    }
    .canvas-bottom-textblock, .canvas-top-textblock {
        width: 90%;
        margin: auto;
    }
    .canvas-wrapper {
    margin-top: 25px;
}
.canvas-bottom-textblock {
    padding: 58px 0 25px;
}
.canvas-bottom-textblock .arrow-tag-bottom {
        left: 49%;
        top: -8px;
        height: 37px;
    }
    .canvas-top-textblock {
    padding: 0 0 58px;
}
.canvas-top-textblock .arrow-tag-bottom {

    bottom: 0;
   
    left: 49%;
}
}