@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;900&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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*,
::after,
::before {
    box-sizing: border-box;
}

:root {
    /* Color styles */
    --secondary---green: #8CC6AB;
    --secondary--yellow: #F5DFBA;
    --secondary--blue: #98A6EF;
    --secondary--froze: #64BEE1;
    --secondary--red: #FC9BA1;
    --secondary--gray: #A9B9CA;
    --secondary--teel: #8CB2C6;
    --secondary--purple: #BB80E0;
    --c-t-a--green: #42C6A5;
    --c-t-a--light: #F3F3F3;
    --text--dark: #000000;
    --text--light: #969696;
    --primary--dark: #33354E;
    --primary--green: #42C6A5;
    --primary--light-green: #DDF4E9;
    --primary---extra-light: #EBF3EF;

    /* Text-size styles */
    --paragraph: 18px;
    --placeholder: 23px;
    --h4: 36px;
    --heading---h1: 70px;
    --heading---h2: 60px;
    --heading---h3: 24px;
    --mobile---h1: 50px;
    --mobile---h2: 42px;
    --mobile---h3: 30px;
    --mobile---h4: 20px;
    --mobile---paragraph: 16px;
}

*,
::after,
::before {
    box-sizing: border-box;
}

body {

    font-family: 'Poppins', sans-serif;
    color: var(--primary--dark);
}

.img {
    width: 100%;
    display: block;
    object-fit: cover;
}

ul,
li {
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
}

a {
    text-decoration: none;
    list-style-type: none;


}


p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}


h4 {
    font-size: 26px;
}

@media (min-width:1600px) {
    h4 {
        font-size: 36px;
    }
}

button {
    background-color: transparent;
    border: none;
    outline: none;
}

.btn {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
}

.btn:hover {
    color: inherit;
}

.btn-1 {
    color: white !important;
    width: min(100%, 300px);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 20px;
    border-radius: 10px;

}

.btn-primary:hover {
    color: white !important;
}

.btn-1:hover {
    color: white !important;
}

.btn-primary:focus {
    color: inherit !important;
}

.btn-secondary:hover {
    color: inherit !important;
}

@media (min-width:1400px) {
    .btn-1 {
        color: white !important;
        width: min(100%, 350px);
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
        font-size: 30px;
        border-radius: 10px;

    }
}

.btn-grey {
    background-color: #B7B7B7;
    color: #000000;
}

.btn-grey:hover {
    background-color: #c0bebe;
    color: #000000;
}

input {
    outline: none;
    border: none;
}

.mt-45 {
    margin-top: 2rem;
}

.mb-45 {
    margin-bottom: 2rem;
}

.text-xxs {
    font-size: 0.625rem;
    /* 10px */
    line-height: 15px;

}

.text-xs {
    font-size: 0.75rem;
    /* 12px */
    line-height: 1rem;
    /* 16px */
}

.text-sm {
    font-size: 0.875rem;
    /* 14px */
    line-height: 1.25rem;
    /* 20px */
}

.text-base {
    font-size: 1rem;
    /* 16px */
    line-height: 1.5rem;
    /* 24px */
}

.text-lg {
    font-size: 1.125rem;
    /* 18px */
    line-height: 1.75rem;
    /* 28px */
}

.text-xl {
    font-size: 1.25rem;
    /* 20px */
    line-height: 1.75rem;
    /* 28px */
}

.text-2xl {
    font-size: 1.5rem;
    /* 24px */
    line-height: 2rem;
    /* 32px */
}

.fw-medium {
    font-weight: 500;
}

@media (min-width:1600px) {
    .text-sm {
        font-size: 18px;

    }

    .text-base {
        font-size: 22px;



    }

    .text-lg {
        font-size: 24px;


    }

    .text-xl {
        font-size: 28px;


    }

    .text-2xl {
        font-size: 32px;


    }
}

.btn-none {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-none:focus {
    box-shadow: 0 !important;
}

.w-fit {
    width: fit-content;
}

.bg-beige {
    background-color: #F1D6A8;
}

.bg-blue {
    background-color: #98A6EF
}

.bg-turquoise {
    background-color: #64BEE1;
}

.bg-pink {
    background-color: #FC9BA1;
}

.bg-purple {
    background-color: #BB80E0;
}

.bg-orange {
    background-color: #FFB198;
}

.bg-primary-dark {
    background-color: #33354E;
}

.bg-green-light {
    background-color: #DDF4E9;
}

.bg-green-secondary {
    background-color: #8CC6AB;
}

.bg-grey-100 {
    background-color: #FBFBFB;
}

.bg-grey-150 {
    background-color: #FCFCFC;
}

.bg-grey-300 {
    background-color: #D8D8D8;
}

.text-primary-dark {
    color: #33354E;
}


.text-grey-400 {
    color: #C4C4C4;
}

.text-grey-500 {
    color: #929292;
}

.text-grey-550 {
    color: #969696;
}


.text-grey-600 {
    color: #616161;
}

.text-grey-640 {
    color: #6B6B6B;
}

.text-grey-645 {
    color: #757575;
}

.text-grey-660 {
    color: #767676;
}

.text-grey-660 {
    color: #767676;
}

.text-grey-700 {
    color: #525252
}

.text-grey-800 {
    color: #404040
}

.text-grey-900 {
    color: #444444
}

.text-grey-990 {
    color: #1C1C1C
}

.text-grey-300 {
    color: #A7A7A7;
}

.text-green-secondary {
    color: #8CC6AB;
}

.text-yellow {
    color: #FFF620;
}

.text-red {
    color: #FF1D1D;
}

.bottom-navs {
    max-width: 550px;
    margin: 0 auto;


}

.bottom-navs li {
    border-bottom: 6px solid transparent;


}

.bottom-navs li.active {
    border-bottom: 6px solid #42c6a5;
}



@media (max-width:350px) {
    .bottom-navs {
        padding: 0.5rem 1rem 0rem 1rem !important;
    }
}


.dashboard-nav li .notifs {
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    background-color: #DE3A3A;
    color: white;
    font-size: 14px;
    font-weight: 600;
    transform: translate(80%, -50%);
}

@media (min-width:1600px) {
    .dashboard-nav li .notifs {
        width: 32px;
        height: 32px;

        padding: 2px;

        top: 0;
        right: 0;
        border-radius: 50%;

        font-size: 24px;
        font-weight: 600;
        transform: translate(80%, -50%);
    }
}

.rounded-2px {
    border-radius: 2px;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-center {
    display: grid;
    place-content: center;
}


.custom-container {

    padding-left: 3vw;
    padding-right: 3vw;

}

@media (min-width:1200px) {
    .custom-container {
        padding-left: 6vw;
        padding-right: 6vw;

    }
}

.custom-margin-top {
    margin-top: max(6rem, 8vw);
}

.custom-margin-bottom {
    margin-bottom: max(6rem, 8vw);
}

h1,
h2 {
    font-size: 60px;
    color: var(--primary--dark);
    font-weight: 700;

    line-height: 80px;
    margin-bottom: 0 !important;
}

h2 {
    font-size: 40px;
    line-height: 50px;
}

@media (min-width:1500px) {
    h1 {
        font-size: 70px;
        color: var(--primary--dark);
        font-weight: 700;

        line-height: 90px;
    }

    h2 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width:768px) {
    h1 {
        line-height: 1.2 !important;
    }

    h2 {

        line-height: 1.2 !important;
    }
}

@media (max-width:450px) {
    h1 {
        font-size: 40px !important;


        line-height: 50px !important;
    }

    h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}


.btn-primary:hover,
.btn-primary:focus {
    color: white !important;
}