@font-face {
    font-family: 'Stolzl';
    src: url('./fonts//stolzl_regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Stolzl';
    src: url('./fonts/stolzl_medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Stolzl';
    src: url('./fonts/stolzl_bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Stolzl';
    src: url('./fonts/stolzl_light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

:root{
  --backColor : #3f51b5;
  --whiteColor: #fff;
  --weight: bold;
  --secondColor : #22AA80;
}
html{
    overflow-x: hidden;
}

body {
    font-family: 'Stolzl', Arial, sans-serif !important;
    font-weight: 400; /* Or any weight within the 100–900 range */
    font-style: normal; /* Or 'italic' if you're using italics */
    color: #000;
    overflow-x: hidden;
}


p{
    font-size: 16px;
}
button{
    font-size: 14px;
}

.mentor-home-banner{
    background-image: url(./images-new/mentor-home-banner.png);
    color: var(--whiteColor);
    background-size: cover;
    background-repeat: no-repeat;
}
.mentor-home-banner .mentor-button{
    background-color: transparent;
    border-radius: 100px;
    padding: 7px 45px;
    border: 0px;
    border: 1px solid var(--whiteColor);
    color: var(--whiteColor);
}
.mentor-home-banner p{
    font-size: 20px;
}
.wt-pit{
    position: relative;
}
.wt-pit h3{
    color: #000;
}
.wt-pit h3 span{
    color: #3D81ED;
}
.plot-tw h3 span{
    color: #F65F1F;
}
.plot-tw button.fill{
    background-color: #F65F1F;
    color: #fff;
    border: 1px solid #F65F1F;
    border-radius: 100px;
    padding: 7px 45px;
    margin-right: 10px;
}
.plot-tw button.border{
    background-color: transparent;
    color: #000;
    border: 1px solid #F65F1F !important;
    border-radius: 100px;
    padding: 7px 45px;
}
.mt-week h3 span{
    color: #1AAC7E;
}
.counter-list{
    background-image: url(./images-new/counter-list.png);
    color: var(--whiteColor);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px 10px;
    border-radius: 20px;
}

.sm-wait{
    margin: 0px 10px;
    border-radius: 20px;
    background-color: #1AAC7E;
    color: #fff;
}
.sm-wait button{
    border: 2px solid #fff;
    background: transparent;
    padding: 7px 45px;
    color: #fff;
    border-radius: 100px;
}

.faq-accor-mob .accordion-item {
    border: 0;
    border-bottom: 1px solid #E3E3E3;
}
.faq-accor-mob .accordion-button{
    color: #000 !important;
    background-color: #fff0 !important;
    box-shadow: none !important;
}
.faq-accor-mob .accordion-button::before {
    background-image: none !important;
    content: "+";
    color: #2B80E2;
    font-size: 35px;
    display: flex;
    align-items: center;
    margin-left: unset;
    margin-right: 20px;
}
.faq-accor-mob .accordion-button:not(.collapsed)::before {
    background-image: none !important;
    content: "-";
    color: #2B80E2;
    font-size: 35px;
    display: flex;
    align-items: center;
    margin-left: unset;
    margin-right: 20px;
}
.faq-accor-mob .accordion-button::after {
    display: none;
}
.faq-accor-mob .accordion-button:not(.collapsed)::after{
    display: none;
}
.faq-accor-mob .accordion-body{
    padding-top: 0px;
    color: #737376;
}

.owl-carousel .item {
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.owl-carousel .item {
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.owl-carousel .item p {
    margin-bottom: 0;
}

.owl-stage {
    display: flex;
}

.owl-item {
    display: flex;
}

.yellow{
    border: 1px solid #FFC300;
}
.green{
    border: 1px solid #1AAC7E;
}
.pink{
    border: 1px solid #FEA8D9;
}

button.button-set{
    border: 2px solid #3D81ED;
    background: transparent;
    padding: 7px 45px;
    color: #3D81ED;
    border-radius: 100px;
}
.footer-step{
    background-color: #3D81ED;
}
.footer-step p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.footer-step p a{
    color: #fff;
}

.wt-pit::before {
    content: "";
    background-image: url(./images-new/icon-1.svg);
    position: absolute;
    left: 0px;
    bottom: -10%;
    width: 160px;
    height: 75px;
    background-size: contain;
    background-repeat: no-repeat;
}
.plot-tw{
    position: relative;
}
.plot-tw::before {
    content: "";
    background-image: url(./images-new/icon-2.svg);
    position: absolute;
    right: 0px;
    bottom: 5%;
    width: 135px;
    height: 75px;
    background-size: contain;
    background-repeat: no-repeat;
}
.sm-wait{
    position: relative;
}
.sm-wait::before {
    content: "";
    background-image: url(./images-new/icon-3.svg);
    position: absolute;
    right: 0px;
    bottom: 30%;
    width: 250px;
    height: 75px;
    background-size: contain;
    background-repeat: no-repeat;
}
.hw-work.faq-accor-mob{
    position: relative;
}
.hw-work.faq-accor-mob::before {
    content: "";
    background-image: url(./images-new/icon-4.svg);
    position: absolute;
    right: 0px;
    top: 30%;
    width: 140px;
    height: 115px;
    background-size: contain;
    background-repeat: no-repeat;
}
.hw-work.faq-accor-mob::after {
    content: "";
    background-image: url(./images-new/icon-5.svg);
    position: absolute;
    left: 0px;
    bottom: 20%;
    width: 140px;
    height: 115px;
    background-size: contain;
    background-repeat: no-repeat;
}
.sm-wait2{
    position: relative;
}
.sm-wait2::before {
    content: "";
    background-image: url(./images-new/icon-7.svg);
    position: absolute;
    right: 0px;
    top: 30%;
    width: 140px;
    height: 115px;
    background-size: contain;
    background-repeat: no-repeat;
}
.sm-wait2::after {
    content: "";
    background-image: url(./images-new/icon-6.svg);
    position: absolute;
    left: 0px;
    top: 30%;
    width: 140px;
    height: 115px;
    background-size: contain;
    background-repeat: no-repeat;
}
.web-d-none{
    display: none !important;
}

@media (min-width: 1120px) {
    .hw-work .container.container-less{
        max-width: 760px !important;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1120px !important;
    }
}
@media screen and (max-width:1120px) {
    .sm-wait::before {
        display: none;
    }
    .hw-work.faq-accor-mob::before {
        display: none;
    }
    .hw-work.faq-accor-mob::after {
        display: none;
    }
    .sm-wait2::before {
        display: none;
    }
    .sm-wait2::after {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    button{
        width: 70%;
    }
    .wt-pit{
        text-align: center;
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .mentor-home-banner{
        text-align: center;
        /*background-position: bottom center;*/
        /*background-position: 74% center;*/
        /* height: 54vh; */
        background-size: cover;
        background-position: 57% 30%;
    }
    .mentor-home-banner .py-5{
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .plot-tw.my-5 {
        margin-bottom: 0px !important;
    }
    .plot-tw h3{
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
    .plot-tw p{
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .plot-tw img{
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .plot-tw .col-md-4{
        order: 2;
    }
    .plot-tw .col-md-8.my-auto{
        text-align: center;
        order: 1;
        position: relative;
    }
    .plot-tw::before {
        display: none;
    }
    .plot-tw .col-md-8::before {
        content: "";
        background-image: url(./images-new/icon-2.svg);
        position: absolute;
        right: 0px;
        bottom: 10%;
        width: 50px;
        height: 70px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .mt-week.my-5{
        margin-top: 0px !important;
        text-align: center;
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .counter-list{
        text-align: center;
        background-image: url(./images-new/counter-list-mob.png);
    }
    .counter-list .py-4.m-auto{
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .counter-list h1{
        font-size: 46px;
    }
    .hw-work.my-5{
        margin-bottom: 0px !important;
    }
    .hw-work img{
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }
    .web-d-none{
        display: block !important;
    }
    .mob-d-none{
        display: none !important;
    }
    .sm-wait.my-5{
        text-align: center;
        padding: 3rem !important;
        margin-top: 0px !important;
    }
    .sm-wait .text-center{
        width: auto !important;
    }
    .sm-wait button{
        width: 90%;
        margin-top: 20px;
    }
    .mt-say .owl-carousel .item{
        padding: 20px;
        gap: 2px;
    }
    .mt-say .owl-carousel .item h6{
        margin-bottom: 0px !important;
    }
    .mt-say .owl-carousel .owl-dots button{
        width: fit-content;
    }
    .mt-say .owl-carousel .owl-dots{
        display: flex;
        justify-content: center;
    }
    button.button-set {
        background: #3D81ED;
        color: #fff;
    }
    .web-d-none p.footer-sub{
        text-align: center !important;
    }
    .mentor-home-banner h1 {
        line-height: 45px;
        font-size: 38px;
    }
    .sm-wait.my-5 h1 {
        /* line-height: 45px;
        font-size: 38px; */
    }
    .mentor-home-banner{
        background-image: url(./images-new/mentor-home-banner-mob.png);
    }
    .plot-tw button.fill{
        margin-right: 0px;
    }
    .footer-step p {
        color: #fff;
        font-size: 10px;
        font-weight: 400;
    }
    footer.footer-step.p-5 {
        padding: 2rem 1rem !important;
    }
    section.mentor-home-banner .text-s{
        text-align: left !important;
    }
    section.mentor-home-banner .text-s img {
        height: 50px;
    }
}
