@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/*==BASIC-SETUP==*/
body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    background: #fff;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

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

/* scroll-bar */
.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 100px 100px 0 0;
    background: #D96704;
    text-align: center;
    padding-top: 8px;
    font-size: 20px;
    color: #ffffff;
    position: fixed;
    right: 8px;
    bottom: 10px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

/*==THIS IS START==*/
.header-area {
    padding: 28px 0;
    background: #ffffff;
}

.logo-item img {
    max-width: 190px;
    height: auto;
}

.main-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    column-gap: 50px;
}

    .main-nav ul li a {
        font-weight: 500;
        font-size: 16px;
        color: #000000;
        transition: 0.2s all ease;
    }

        .main-nav ul li a span svg {
            margin-right: 10px;
        }

        .main-nav ul li a:hover {
            color: #D96704;
        }

            .main-nav ul li a:hover path {
                transition: 0.2s all ease;
            }

            .main-nav ul li a:hover path {
                fill: #D96704;
            }

/*==hero-section==*/
.hero-area {
    background: url('../img/hero-bg.png') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 139px 0 114px 0;
}

.hero-main {
    max-width: 825px;
    margin: auto;
    text-align: center;
}

    .hero-main h2 {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
        font-size: 48px;
        color: #ffffff;
        text-transform: uppercase;
    }

        .hero-main h2 br {
            display: none;
        }

    .hero-main p {
        font-weight: 400;
        font-size: 24px;
        color: #ffffff;
        margin-top: 5px;
    }

    .hero-main a {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
        font-size: 24px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 12px 28px;
        background: #008821;
        display: inline-block;
        margin-top: 44px;
        color: #ffffff;
        transition: 0.2s all ease;
    }

        .hero-main a:hover {
            opacity: 0.9;
        }

        .hero-main a img {
            max-width: 30px;
            margin-right: 10px;
        }

/*==features-section==*/
.features-area {
    padding: 130px 0 123px 0;
}

.features-main {
    margin-top: 26px;
}

.features-title h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: #303030;
    text-transform: uppercase;
}

.features-item {
    text-align: center;
    border: 0.5px solid rgba(48, 48, 48, 0.50);
    border-radius: 3px;
    margin-top: 30px;
    padding: 50px 25px;
    min-height: 434px;
    background: #ffffff;
}

.features-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(52deg, #008821 27.51%, #01FC01 91.99%);
    margin: auto;
}

    .features-img img {
        max-width: 100%;
    }

.features-item h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 23px;
    color: #303030;
    margin-top: 25px;
}

.features-item p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
}

/*==question-section==*/
.question-area {
    background: url('../img/question.png') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 178px 0 104px 0;
}

.question-main {
    text-align: center;
    max-width: 856px;
    margin: auto;
}

    .question-main p {
        font-weight: 400;
        font-size: 24px;
        color: #000;
    }

    .question-main a {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
        font-size: 24px;
        padding: 12px 27px;
        border-radius: 5px;
        background: #D96704;
        color: #ffffff;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 43px;
        transition: 0.2s all ease;
    }

        .question-main a:hover {
            opacity: 0.9;
        }

        .question-main a img {
            max-width: 24px;
            margin-right: 15px;
        }

/*==assessing-section==*/
.assessing-area {
    background: #ECF1F4;
    padding: 90px 0 191px 0;
}

.assessing-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    column-gap: 100px;
    row-gap: 110px;
    margin-top: 80px;
}

.assessing-title {
    max-width: 721px;
    margin: auto;
}

    .assessing-title h2 {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700;
        font-size: 50px;
        color: #303030;
        text-transform: uppercase;
    }

.assessing-item img {
    width: 100%;
    border-radius: 5px;
}

.assessing-item h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #000000;
}

.assessing-item p {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin-top: 20px;
}

/*==footer-section==*/
.footer-area {
    background: #303030;
    padding: 40px 0;
}

.footer-left {
    padding-right: 75px;
}

    .footer-left img {
        max-width: 193px;
    }

    .footer-left p {
        font-weight: 600;
        font-size: 14px;
        color: #ffffff;
        margin-top: 10px;
    }

.footer-right {
    text-align: right;
}

    .footer-right a {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
        font-size: 24px;
        color: #ffffff;
        border-radius: 5px;
        border: 2px solid #FFF;
        text-transform: uppercase;
        display: inline-block;
        padding: 10px 26px;
    }

        .footer-right a span img {
            max-width: 22px;
            margin-right: 15px;
        }
