html {
    scroll-behavior: smooth;
}

/* Font start  */
@font-face {
    font-family: proxima;
    src: url(../fonts/proxima-n-w01.ttf);
}

/* Font end  */

/* header start  */

header {
    padding: 10px 0;
}

.nav-link {
    font-family: proxima;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.nav-link:hover {
    color: #3AAFA9;
}

.nav-btn {
    background-color: #3AAFA9;
    color: #fff;
    text-decoration: none;
    font-family: "Space Grotesk", serif;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 6px;
    transition: 0.3s;
}

.nav-btn:hover {
    background-color: #29658A;
}

/* header end  */

/* hero start  */

.hero {
    padding-top: 80px;
    padding-bottom: 30px;
}

.hero h1 {
    margin-bottom: 10px;
    font-family: "Space Grotesk", serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 60px;
    letter-spacing: 2px;
    color: #3AAFA9;
}

.hero p {
    font-family: proxima;
    font-weight: 400;
    font-size: 30px;
}

.hero-btn-wrapper {
    margin-top: 40px;
}

.hero-btn-wrapper a {
    text-decoration: none;
    font-family: "Space Grotesk", serif;
    font-weight: 700;
    font-size: 16px;
    background-color: #3AAFA9;
    color: #fff;
    padding: 14px 25px;
    border-radius: 6px;
    transition: 0.3s;
}

.hero-btn-wrapper a:hover {
    background-color: #29658A;
}

.hero-icon-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-name p {
    margin-left: 8px;
    font-size: 15px;
    line-height: 18px;
}

/* hero end  */

/* career start  */

.career {
    background-color: #29658A;
    padding: 150px 0 100px;
    clip-path: polygon(0 0, 100% 11%, 100% 100%, 0% 100%);
}

.career h1 {
    margin: 0;
    font-family: "Space Grotesk", serif;
    font-size: 46px;
    color: #fff;
    font-weight: 600;
}

.career p {
    font-family: proxima;
    font-weight: 400;
    font-size: 26px;
    color: #fff;
}


/* career end  */

/* how-it-work start  */

.how-it-work {
    padding: 100px 0;
}

.title-wrapper {
    margin-bottom: 50px;
}

.title-wrapper h1 {
    font-family: "Space Grotesk", serif;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 20px;
}

.title-wrapper p {
    font-family: proxima;
    font-weight: 400;
    font-size: 24px;
}

.single-work {
    text-align: center;
}

.single-work h2 {
    font-family: "Space Grotesk", serif;
    font-weight: 700;
    font-size: 24px;
}

.single-work p {
    font-family: proxima;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}

/* how-it-work end  */

/* unique start  */

.unique {
    background-color: #3AAFA9;
    padding: 50px 0;
}

.unique h1{
    font-family: "Space Grotesk", serif;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 20px;
}


.unique-list {
    max-width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.unique-list-icon {
    width: 15%;
}

.unique-list-desc {
    width: 80%;
}

.unique-list-desc p {
    font-size: 18px;
    font-family: proxima;
    font-weight: 500;
    margin-bottom: 0;
}

.unique-btn-wrapper a {
    text-decoration: none;
    font-family: "Space Grotesk", serif;
    font-weight: 700;
    font-size: 16px;
    background-color: #000;
    color: #fff;
    padding: 14px 25px;
    border-radius: 6px;
    transition: 0.3s;
}

.unique-btn-wrapper a:hover {
    background-color: #29658A;
}

/* unique end  */

/* guide start  */

.guide {
    padding: 100px 0;
}

.single-guide {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border: 4px solid #29658A;
    border-radius: 10px;
}

.single-guide h2 {
    margin-bottom: 20px;
    min-height: 60px;
    font-family: "Space Grotesk", serif;
    font-weight: 700;
    font-size: 24px;
    color: #3AAFA9;
}

.single-guide p {
    min-height: 190px;
    font-size: 20px;
    font-family: proxima;
    font-weight: 500;
    margin-bottom: 0;
}

/* guide end  */

/* about start  */

.about {
    background-color: #E8E6E6;
    padding: 150px 0 100px;
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
}

.about h1 {
    margin-bottom: 30px;
    font-family: "Space Grotesk", serif;
    font-weight: 400;
    font-size: 46px;
    color: #000;
}

.about p {
    font-size: 20px;
    font-family: proxima;
    font-weight: 500;
    margin-bottom: 0;
}

/* about end  */

/* cta start  */

.cta {
    padding: 100px 0px 0px 0px;
}

.cta-btn-wrapper a{
    text-decoration: none;
    font-family: "Space Grotesk", serif;
    font-weight: 700;
    font-size: 16px;
    background-color: #000;
    color: #fff;
    padding: 14px 25px;
    border-radius: 6px;
    transition: 0.3s;
}

.cta-btn-wrapper a:hover{
    background-color: #29658A;
}

/* cta end  */

/* footer start  */

footer {
    padding: 100px 0 50px 0;
    background-color: #3AAFA9;
}

footer h1 {
    font-family: "Space Grotesk", serif;
    font-weight: 600;
    font-size: 30px;
    color: #000;
}

footer p {
    margin-bottom: 0;
    font-size: 18px;
    font-family: proxima;
    font-weight: 500;
}

footer a {
    color: #000;
    text-underline-offset: 5px;
}

/* footer end  */