@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");

:root {
    --red: red;
    --green: #51c569;
    --green2: #f4fff6;
    --gray1: #f0f5fd;
    --gray2: #b0b5b2;
    --pink: #f6ede9;
    --violet: #f8f1ff;
    --light-blue: #F0F5FD;
}

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 600px) {
    body{
         font-size: 13px;
    }



    .header{
        flex-direction: column;
        /* padding: 100px 0 !important; */
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .header .left h2{
        width: 100% !important;
    }

    .header .left p{
        width: 100% !important;
    }

    .header .right img{
        width: 60% !important;
    }

    .key-features {
        position: relative !important;
        margin-top: 0 !important;
    }


    .key-features .card-sec {
        flex-wrap: wrap;
    }

    .key-features .card-sec .card{
        min-width: 30%;
        margin: 10px 0;

    }

    .navbar{
        background-color: white !important;
    }

    .sec-1 h2{
        width: 100% !important;
    }

    .sec-1 .card-section{
        flex-direction: column !important;
    }

    .sec-1 .card-section .card{
width: 100% !important;
    }

    .sec-2{
        flex-direction: column;
    }

    .sec-2 .left{
        width: 100% !important;
    }

    .sec-2 .left .card{
        width: 100% !important;
    }

    .sec-2 .right{
    width: 100% !important;
    }

    .sec-3 .slider .slider-card{
        min-width: 100% !important;
    }

    .sec-3 .slider .slider-card .rating{
        width: 100% !important;
    }

    .sec-4 h2{
        width: 100% !important;
    }
}

@media only screen and (max-width: 1400px) {
    body{
         font-size: 15px;
    }
}


@media only screen and (max-width: 1200px) {
    body{
         font-size: 14px;
    }
}

h6 {
    font-size: 1.125em;
}

h2 {
    font-size: 2.125em;
    font-weight: 600;
}

.text-green {
    color: var(--green);
}


.bg-light-blue
{
    background-color: var(--light-blue);
}


.bg-pink
{
    background-color: var(--pink);
}

.bg-violet
{
    background-color: var(--violet);
}

/* NAVBAR */

.navbar{
    position: fixed;
    width: 100%;
    background-color: transparent;
    z-index: 200;
}

.nav-active{
    background-color: white;
}

.navbar-nav {
    margin-left: auto;
}

.navbar .container-fluid {
    padding: 0;
    width: 80%;
}


.nav-link{
    font-size: 1em;
    margin: 0 10px;
    font-weight: 500;
    color: var(--gray2) !important;
}

.nav-link.active{
    color: var(--green) !important;
}

/* Header */

.header {
    min-height: 0vh;
    /* padding-bottom: 300px ; */
    padding: 5% 10% 300px 10%;
    display: flex;
    background: url("./assets/Group\ 180.png");
    background-size: cover;
    /* background: linear-gradient(120deg, var(--green2), #ffffff); */
}

.header .left {
    flex: 0.5;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.header .left h6 {
    font-size: 1.125em;
    font-weight: 500;
}

.header .left h2 {
    font-size: 2.5em;
    width: 60%;
    font-weight: 600;
}

.header .left p {
    width: 40%;
    font-size: 1em;
    font-weight: 500;
    margin: 20px 0;
    color: var(--gray2);
}

.header .left img {
    width: 30%;
}

.header .right {
    flex: 0.5;
    display: flex;
}

.header .right img {
    margin-top: 50px !important;
    margin: auto;
    width: 50%;
}

/* Key  */

.key-features {
    padding: 0 10%;
    width: 100%;
    position: absolute;
    margin-top: -300px;
}

.container {
    display: inline-block;
    position: absolute;
    width: 100vw;
    z-index: -10;
    left: 0;
    padding-bottom: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.key-features h6 {
    font-size: 1.5em;
    font-weight: 700;
}

.key-features .card-sec {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.key-features .card-sec .card {
    background-color: var(--gray1);
    width: 13%;
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    border: 0px;
    /* height: 200px; */
}

.key-features .card-sec .card.active {
    background-color: var(--green);
    color: white;
    box-shadow: 6px 6px 12px -4px var(--green);
}

.key-features .card-sec .card img {
    width: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.key-features .card-sec .card p {
    text-align: center;
    margin: 0;
    font-size: 0.875em;
    font-weight: 500;
    margin-bottom: auto;
}

/* SEC_1 */

.sec-1 {
    padding: 50px 10%;
    flex-direction: column;
    text-align: center;
}

.sec-1 h2 {
    width: 30%;
    margin: auto;
    font-weight: 600;
}

.sec-1 .card-section {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.sec-1 .card-section .card {
    padding: 10px;
    width: 28%;
    display: flex;
    align-items: center;
    border: 0;
}

.sec-1 .card-section .card h6 {
    font-size: 1.25em;
    margin: 20px auto !important;
    width: 80%;
    margin: auto;
    font-weight: 600;
}

.sec-1 .card-section .card p {
    color: var(--gray2);
}

.sec-1 .card-section .card .img-sec {
    padding: 20px;
    /* background-color: #f7f7f7; */
    border-radius: 20px;
}

.sec-1 .card-section .card p {
    text-align: center;
}

/* SEC_2 */

.sec-2 {
    padding: 10% 10%;
    display: flex;
    /* height: 100vh; */
    align-items: center;
    background: url("./assets/Group\ 181.svg");
    background-size: cover;
}

.sec-2 .left,
.sec-2 .right {
    width: 50%;
}

.sec-2 .left h2{
    width: 60%;
}


.sec-2 .left .card 
{
    padding: 10px;
    width: 60%;
    border: 0;
    border-left: 4px solid transparent;
    margin: 40px 0;
    opacity: 0.7;
    background: transparent;
}

.sec-2 .left .card h2
{
    font-size: 1.5em;
}


.sec-2 .left .card p
{
    margin: 0;
} 


.sec-2 .left .card.active {
    opacity: 1;
    border-left: 4px solid var(--green);
}


.sec-2 .right{
    display: flex;
}

.sec-2 .right img {
    width: 50%;
    margin: auto;
}

/* SEC_3 */

.sec-3 {
    flex-direction: column;
    align-items: center;
    padding: 50px 10%;
    background: url("./assets/Group\ 182.svg");
}

.sec-3 .title h6,
.sec-3 .title h2 {
    text-align: center;
}


.sec-3 .slider-sec{
    display: flex;
    position: relative;
} 


.sec-3 .slider-sec .left {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: -50px;
}

.sec-3 .slider-sec .right {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    height: 100%;
    margin-right: -50px;
}

.sec-3 .slider-sec .left img{
    transform: rotate(180deg);
    width:100px;
    margin: auto;
}

.sec-3 .slider-sec .right img{
    width:100px;
    margin: auto;
}

.sec-3 .slider {
    display: flex;
    border: 2px solid var(--gray1);
    border-radius: 10px;
    overflow: scroll;
    margin-top: 60px;
}

.sec-3 .slider .slider-card {
    padding: 20px 50px;
    min-width: 50.5% ;
    border-right: 2px solid var(--gray1);
    -ms-overflow-style: none;
    scrollbar-width: none;
    text-align: center;
    background-color: white;
}


.sec-3 .slider .slider-card .rating{
    display: flex;
    align-items: center;
    width: 40%;
    justify-content: space-between;
    margin: 20px auto;
}

.sec-3 .slider .slider-card .rating img{
    width: 30px;

}



.sec-3 .slider .slider-card .round{

    height: 50px;
    width: 50px;
    border-radius: 50%;

    background-color: gray;
    margin: 20px auto;

}


.sec-3 .slider .slider-card p{

    width: 80%;
    margin: 10px auto;

}

.sec-3 .slider::-webkit-scrollbar {
    display: none;
}

/* SEC_4 */

.sec-4 {
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    padding: 50px 10%;
    justify-content: center;
    align-items: center;
}

.sec-4 h2{
    width: 40%;
    text-align: center;
    margin: auto;
    font-weight: 700;
    margin: 20px 0;
}

.sec-4 img {
    width: 20%;
}
.width100{
    width: 100%!important;;
}
