﻿body {
    overflow-x: hidden;
}


/* cyrillic-ext */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/plusjakartasans/v3/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU79QB_VIKg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: "Plus Jakarta Sans light";
    src: url("../fonts/PlusJakartaSans-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Plus Jakarta Sans Regular";
    src: url("../fonts/PlusJakartaSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Plus Jakarta Sans Bold";
    src: url("../fonts/PlusJakartaSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

.mobl{
    justify-content:center;
}
/* latin */
@font-face {
    font-family: 'Satisfy';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/satisfy/v17/rP2Hp2yn6lkG50LoCZOIHQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.hero-head {
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: left;
    color: #1A202C;
    font-family: "Plus Jakarta Sans Bold";
}

.hero-para {
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #1A202C;
    font-family: "Plus Jakarta Sans light";
}


.btn {
    font-size: 16px;
    font-weight: lighter;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    pointer-events: all;
}

.buy-btn {
    background-color: #F85757;
    padding: 9px 12px;
    color: white;
    border-radius: 7px;
}

    .buy-btn:hover {
        color: white;
    }

.valute-btn {
    border-radius: 7px;
    border: 1px solid #F85757;
    padding: 9px 12px;
    color: #F85757;
}

    .valute-btn:hover {
        background-color: #F85757;
        color: white;
    }


@media screen and (max-width:768px) {
    .hero-head {
        font-size: 25px;
        font-weight: 700;
        line-height: 26px;
    }

    .hero-para {
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
    }

    .buy-btn, .valute-btn {
        padding: 9px 9px;
        font-size: 12px;
    }

    .no-line {
        display: none;
    }

    .mobile-image {
        width: 75%;
    }

    .imageremove{
        background-color:white !important;
    }
    .mobl {
        justify-content: center;
        margin-left:2rem;
    }
}

.mobile-image {
    border-radius: 16px;
    filter: drop-shadow(40px 40px 30px rgba(0,0,0,.4)) !important;
    transition: filter .1s ease-in-out;
    transition: transform 0.2s ease-in-out;
    pointer-events: all;
    image-rendering: pixelated !important;
}

    .mobile-image:hover {
        transform: scale(1.1) !important;
        filter: drop-shadow(40px 40px 30px rgba(0,0,0,.8)) !important;
    }

@media screen and (max-width:768px) {
    .mobile-image {
        margin-right: 0 !important;
        width: 250px;
        height: 500px;
    }
}

@media screen and (min-width:1400px) {
    .hero-container {
        max-width: 1328px !important;
        left: 71px;
    }

}

@media screen and (max-width:992px) {
    .hero-container {
        padding-top: 0rem !important;
    }
}

@media screen and (min-width:1400px) {
    .hero-head {
        max-width: 600px !important;
    }
}

@media screen and (min-width:1200px) {
    .hero-head {
        max-width: 700px !important;
    }
    .hero-container {
        max-width: 1270px !important;
       /* left: 100px;*/
    }
    .fixingwidth {
        margin-left: -33px !important;
    }
}


@media screen and (max-width:992px) {
    .hero-section {
        min-height: 746px !important;
    }
}

@media screen and (max-width:768px) {
    .hero-section {
        min-height: 825px !important;
    }
}

@media screen and (max-width:420px) {
    .hero-section {
        min-height: 900px !important;
    }
}


@media screen and (min-width:1400px) {
    .cards-width {
        max-width: 1150px !important;
    }
}

@media (max-width: 576px) {
    .cards-width {
        max-width: calc(100vw - 20px) !important;
    }
}


.shape {
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, #F85757 32%, white 31%);
}

.shap {
    clip-path: polygon(100% 0, -23% 100%, 100% 100%);
    background-color: #F85757;
    position: absolute;
    height: 100%;
    top: -99%;
    width: 100%;
    z-index: 0;
}

@media screen and (max-width:768px) {
    .shap {
        clip-path: polygon(100% 53%, -23% 100%, 100% 100%) !important;
    }
}


.two-pill-buttons li a {
    background-color: transparent;
    color: rgba(248, 87, 87, 1);
    border: 1px solid rgba(248, 87, 87, 1);
    padding: 10px 15px;
    border-radius: 6px;
    margin-right: 15px;
    font-family: "Plus Jakarta Sans light";
}

    .two-pill-buttons li a:hover {
        background-color: rgba(248, 87, 87, 1);
        color: white;
    }

.two-pill-buttons li .active {
    background-color: rgba(248, 87, 87, 1);
    color: white;
}

@media screen and (max-width:400px) {
    .two-pill-buttons li a {
        padding: 10px 10px;
    }
}

.card {
    border: none;
    border-radius: 0;
    height: auto;
}

.card-head {
    font-family: "Plus Jakarta Sans Bold";
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    width:100%;
   
    
}
.content-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start; /* Aligns items to the start of the container */
}





@media screen and (max-width:600px) {
    .card-head {
        font-size: 30px;
        font-weight: 600;
        line-height: 35px
    }

    .card-para {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
    }
}

.card-para {
    font-family: "Plus Jakarta Sans light";
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    width:100%;
    
}


/*Buttons Carousel*/

.carousel-indicators li {
    height: 100%;
    width: 100%;
    text-indent: 0;
    margin: 0 12px;
    transition: transform 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
}

.carouse-btn {
    padding: 4px 6px;
    background-color: white;
    color: #F85757;
    border: 2px solid #F85757;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    margin-bottom: 2rem;
}

.carousel-indicators .active > .carouse-btn {
    background-color: #F85757;
    color: white;
}

.carousel-indicators li:hover {
    opacity: 1;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

    .carousel-indicators li:hover > .carouse-btn {
        background-color: #F85757;
        color: white;
    }

/*.carousel-inner .carousel-item img {
    border-radius: 12px;
    
}*/


@media (min-width: 1200px) {
    .carousel-indicators {
        max-width: 1250px;
        padding: 2rem 0 !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}
/*lessthan-992px button carousel*/

.carouse-btn1 {
    padding: 20px;
    background-color: white;
    color: #F85757;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    margin-bottom: 1rem;
}

    .carouse-btn1:hover {
        background-color: #F85757;
        color: white;
    }

.carousel-indicators .active > .carouse-btn1 {
    background-color: #F85757;
    color: white;
}

.carousel-indicators div {
    margin: 0 8px;
}
/*Buttons Carousel*/
@media screen and (max-width:1200px) {
    .mobile-card {
        width: 300px !important;
    }
}


@media only screen and (max-width:993px) {
    .greater-than-992px {
        display: none;
    }
}

@media only screen and (min-width:991px) {
    .lessthan-992px {
        display: none;
    }
}


/*cards*/




/*cards*/


@media screen and (min-width:1000px) {
    .mutln-text {
        max-width: 650px !important;
    }
}

@media screen and (min-width:1000px) {
    .mutln-text1 {
        max-width: 900px !important;
    }
}

@media screen and (min-width:1200px) {
    .card-max-width {
        max-width: 1200px !important;
    }
}

@media screen and (max-width:1200px) {
    .card-max-width {
        max-width: calc(100vw - 20px) !important;
    }
}

.two-color-back {
    background: rgba(249, 97, 97, 1) !important;
    width: 100%;
}

@media screen and (min-width:1200px) {
    .two-color-back {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .carousel-content {
        max-width: 1400px;

    }
}

@media screen and (max-width:1199px) {


    .carousel-content {
        max-width: 1100px;
    }
}

@media screen and (max-width:800px) {


    .carousel-content {
        max-width: 800px;
    }
}



/*testimonial carousel*/
.testimonial-para {
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.testimonial-data {
    font-family: 'Plus Jakarta Sans light';
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
}


section {
    width: 100%;
    margin: auto;
}

.owl .item {
    background: white;
    border-radius: 25px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
}

.item {
    padding: 2.5rem 2rem;
    opacity: 0.4;
    transition: .4s ease all;
    margin: 0 20px;
    transform: scale(1);
}

.active .item {
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width:500px) {

    .item {
        padding: 1.5rem;
    }
}



.owl-carousel .owl-stage-outer {
    overflow: inherit !important;
}



.owl-controls {
    position: absolute;
    margin-top: 300px;
}

.fa-star.checked {
    color: rgba(248, 87, 87, 1);
}

.owl-prev, .owl-next {
    width: 60px !important;
    height: 60px !important;
    background-color: white !important;
    border-radius: 50%;
    color: black !important;
    font-size: 30px !important;
}

.owl-nav {
    position: relative;
    top: 87%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.item
/*owl navs can be positioned */
/*
    :root {
    --margin-width: calc(var(--curtain-width) + var(--curtain-offset) + var(--colGap));
    --curtain-width: calc(100% - var(--card-width));
    --card-width: clamp(65vw, 64rem,70vw);
    --curtain-offset: calc(-0.45 * var(--curtain-width));
    --colGap: 1.6rem;
}

.owl-next {
    width: 60px !important;
    height: 60px !important;
    background-color: rgba(249, 97, 97, 1) !important;
    border-radius: 50%;
    color: white !important;
    font-size: 30px !important;
    right: var(--margin-width);
    position: absolute;
}

.owl-prev {
    width: 60px !important;
    height: 60px !important;
    background-color: rgba(249, 97, 97, 1) !important;
    border-radius: 50%;
    color: white !important;
    font-size: 30px !important;
    left: var(--margin-width);
    position: absolute;
}

.owl-nav {
    position: relative;
}

@media screen and (min-width:1200px) {
    .owl-nav {
        max-width: 1400px !important;
    }
}



*/
/*testimonial carousel*/
.span-sty {
    font-family: 'Plus Jakarta Sans light';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #1A202C;
    text-transform: none;
}

/*dragable progress-bar*/
#myinput {
    border-radius: 8px;
    height: 7px;
    width: 100%;
    max-width: unset;
    outline: none;
    -webkit-appearance: none;
}

#myinput1 {
    border-radius: 8px;
    height: 7px;
    width: 100%;
    max-width: unset;
    outline: none;
    -webkit-appearance: none;
}

#myinput2 {
    border-radius: 8px;
    height: 7px;
    width: 100%;
    max-width: unset;
    outline: none;
    -webkit-appearance: none;
}

#myinput::-webkit-slider-thumb {
    width: 12px;
    -webkit-appearance: none;
    height: 12px;
    background: white;
    border: 3.5px solid #F85757;
    border-radius: 50%;
}

#myinput1::-webkit-slider-thumb {
    width: 12px;
    -webkit-appearance: none;
    height: 12px;
    background: white;
    border: 3.5px solid #F85757;
    border-radius: 50%;
}

#myinput2::-webkit-slider-thumb {
    width: 12px;
    -webkit-appearance: none;
    height: 12px;
    background: white;
    border: 3.5px solid #F85757;
    border-radius: 50%;
}


/*dragable progress-bar*/


@media screen and (min-width:1000px) {
    .cal-width {
        max-width: 1350px !important;
    }
}

@media screen and (min-width:1000px) {
    .para-width {
        max-width: 940px !important;
    }
}

@media screen and (min-width:1400px) {
    .card-carousel {
        max-width: 1350px !important;
    }
}

@media screen and (max-width:576px) {
    .straight-line {
        display: none !important;
    }
}

@media screen and (min-width:576px) {
    .straight-line1 {
        display: none !important;
    }
}

.bac-col {
    background-color: rgba(250, 234, 234, 1);
    padding: 10px 20px;
    border-radius: 12px;
}



/*card-carousel*/


.prev-arrow, .next-arrow {
    height: 40px !important;
    width: 40px !important;
    background-color: rgba(26, 32, 44, 0.4) !important;
    color: white !important;
    opacity: 1 !important;
    top: 44%;
    border-radius: 50%;
    margin: 0 10px;
}

    .prev-arrow:hover, .next-arrow:hover {
        background-color: red !important;
        color: white !important;
    }

.dot-indicators {
    padding: 0 !important;
}

    .dot-indicators li {
        height: 2px !important;
        width: 2px !important;
        text-indent: 0 !important;
        margin: 0 1px !important;
        background-color: transparent;
        border: 2px solid white;
        opacity: 1;
    }

        .dot-indicators li.active {
            background-color: white;
        }


@media screen and (max-width:992px) {
    .disapear-card-carousel-2 {
        display: none !important;
    }
}

@media screen and (max-width:572px) {
    .disapear-card-carousel-1 {
        display: none !important;
    }
    .carousel-mobile {
        display:none !important;
    }
}


/*card-carousel*/



@media screen and (min-width:1400px) {
    .daigonal-card-width {
        max-width: 1200px !important;
    }
}

@media screen and (min-width:992px) {
    .daigonal-head {
        max-width: 500px !important;
    }
}

@media screen and (min-width:992px) {
    .daigonal-para {
        max-width: 366px !important;
        margin-right: 8rem;
    }

    .coming-mobile {
        width: 100% !important;
    }

    .carousel-mobile {
        width: 93% !important;
    }
}



@media screen and (min-width:1100px) {
    .smal-cards {
        max-width: 50.3% !important;
    }
}




.skew-div {
    padding: 10px 8px !important;
    margin: 10px;
    border-radius: 12px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 1);
    transition: box-shadow 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
}

    .skew-div:hover {
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
        transform: scale(1.03);
    }

.skew-div1 {
    transform: skew(0, 6deg);
    padding: 15px 10px;
}


@media screen and (max-width:766px) {
    .skew-div {
        margin: 10px 0 !important;
    }
}

@media screen and (max-width:992px) {
    .skew-div1 {
        transform: none !important;
    }

    .row-skew {
        transform: none !important;
    }
}


@media screen and (max-width:992px) {
    .mobile-margin {
        margin: 5rem 0 15rem 0 !important;
    }
}

.mobile-shape {
    background-color: rgba(248, 87, 87, 1);
    clip-path: polygon(100% 0%, 100% 60%, 0 79%, 0 20%);
    height: 60rem;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: -45px;
}

.card-on-mobile {
    position: absolute;
    background-color: rgba(250, 234, 234, 1);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}


@media screen and (min-width:992px) {
    .card-not-mobile {
        display: none;
    }
}

@media screen and (max-width:992px) {
    .card-on-mobile {
        display: none;
    }
}

@media screen and (max-width:786px) {
    .nocard {
        display: none !important;
    }
}

@media screen and (min-width:786px) {
    .nocard1 {
        display: none !important;
    }
}

@media screen and (max-width:786px) {
    .no-image3 {
        max-width: 100% !important;
        flex: 0 0 100%;
        flex: 0 0 100%;
    }
}


@media screen and (min-width:1100px) {
    .main {
        max-width: 1100px;
        margin: 0 auto;
    }
}


/*lessthan 767px styling*/
@media screen and (max-width:768px) {
    .work-part {
        margin-top: 1rem !important;
    }

    .head {
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 25px !important;
    }

    .para {
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 19px !important;
    }

    .indicat-btns {
        padding: 1rem 0 !important;
    }

    .head-1 {
        font-size: 20px !important;
        line-height: 25px !important;
    }

    .para-1 {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .smal-pad {
        padding-top: 5rem !important;
    }

    .smal-pad-1 {
        padding: 2rem 0 1rem 0 !important;
    }

    .smal-pad-2 {
        padding-top: 2.5rem !important;
    }

    .cal-width {
        margin-top: 4rem !important;
    }

    .daigonal-card-width {
        margin-top: 4rem !important;
    }
}
/*lessthan 767px styling*/

@media screen and (max-width:466px) {
    .carouse-btn1 {
        padding: 12px 8px !important;
        font-size: 18px;
        line-height: 22px;
        border-radius: 6px;
    }

    .carousel-indicators div {
        margin: 0 4px !important;
    }
}


/*hover effects*/
.card-hover {

    background-color: white;
    border-radius: 12px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    pointer-events: all;
}

    .card-hover:hover {
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
        transform: scale(1.05);
    }

.image-hover {
    transition: transform 0.1s ease-in-out;
}

    .image-hover:hover {
        transform: scale(1.05);
    }


.card-hover1 {
    background-color: white;
    border-radius: 12px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
}

    .card-hover1:hover {
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
        transform: scale(1.05);
    }

.card-hover2 {
    height: 100%;
    background-color: white;
    border-radius: 12px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
}

    .card-hover2:hover {
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
        transform: scale(1.03);
    }
/*hover effects*/

/*red progress bar*/
.red-progress {
    border-radius: 30px;
    display: block;
    height: 4px;
}

    .red-progress::-webkit-progress-bar {
        background-color: rgba(217, 217, 217, 1);
        border-radius: 30px;
    }

    .red-progress::-webkit-progress-value {
        background-color: rgba(248, 87, 87, 1);
        border-radius: 30px;
    }

    .red-progress::-moz-progress-bar {
        /* style rules */
    }
.row.d-flex.align-items-center.justify-content-center.flex-nowrap {
    display: flex;
    align-items: stretch;
}

/*red progress bar*/

@media screen and (max-width:850px) {
    .carous-bottom {
        display: none !important;
    }
}

@media screen and (min-width:850px) {
    .carous-bottom1 {
        display: none !important;
    }
}

/*chartscss styling*/
canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#myChart {
    height: 100% !important;
    width: 100% !important;
}

@media screen and (max-width:992px) {


    .three-carousels {
        padding: 2rem 0 !important;
    }
}

@media screen and (max-width:425px) {
    .chart-height {
        height: 250px !important;
    }
}

/*chartscss styling*/

@media screen and (min-width:557px) {
    .index-head {
        max-width: 510px !important;
    }

    .index-para {
        max-width: 550px !important;
    }
}
.col-lg {
    display: flex;
    flex-direction: column;
}



/*.carousel-inner img {
    height: 200px ;
    width: 100%;
    object-fit: cover;*/ /* This will cover the whole container without distortion */
    /*display: block;
}*/

