* {
    margin: 0;
    box-sizing: border-box;
}

body {
    position: relative;
}

nav {
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    border-bottom: 1px solid #EEF1F8;
    background-color: white;
    position: fixed;
    width: 100%;
    z-index: 50;
}

.curacel__nav {
    display: flex;
    justify-content: space-between;

}

.curacel__nav-logo {
    width: 106.33px;
    height: 24px;
    margin-right: 80px;
    /* padding-bottom: 32px; */
}

.curacel__nav-logo a img {
    width: 100%;
    height: 100%;
}

.curacel__nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.curacel__nav-links a {
    margin-right: 40px;
    text-decoration: none;
    color: #5E626A;
    font-size: 16px;
    font-family: 'Outfit';
    font-weight: 300;
    padding-bottom: 24px;
}

.home {
    color: #030124 !important;
    border-bottom: 1px solid #1A1AFF;
}

.curacel__search {
    position: relative;
}

.curacel__search input {
    border: 1px solid #EDEFF5;
    border-radius: 8px;
    padding: 8px 40px;
    font-size: 16px;
    color: #5E626A;
    font-family: 'Outfit';
    font-weight: 400;
}

.curacel__search input::placeholder {
    color: #5E626A;
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 16px;
}

.curacel__search input:focus {
    outline: none;
}

.curacel__search span {
    position: absolute;
    left: 10px;
    top: 13px;
}

.curacel__search span i {
    color: #5E626A;
    font-size: 14px;
}

.curacel_body {
    background: #F1F7FF;
    padding: 120px 160px;
    min-height: 100vh;
}

.curacel__api {
    padding: 64px;
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(151, 143, 175, 0.08);
    border-radius: 16px;
}

.api__div {
    width: 514px;
}

.api__div h1 {
    width: 422px;
    font-size: 48px;
    font-family: "Outfit";
    font-weight: 700;
    line-height: 60.48px;
    color: #030124;
}

.api__div p {
    margin-top: 8px;
    font-size: 16px;
    color: #5E626A;
    line-height: 24px;
    font-family: 'Outfit';
    font-weight: 400;
}

.api__div button {
    margin-top: 40px;
    width: 160px;
    height: 56px;
    background: #1A1AFF;
    border-radius: 8px;
    color: white;
    border: none;
    font-size: 16px;
    letter-spacing: -0.4px;
    font-family: 'Outfit';
    cursor: pointer;
}

.curacel__docs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 92px;
    margin-bottom: 60px;
}

.doc {
    width: 357px;
    height: 268px;
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(151, 143, 175, 0.08);
    border-radius: 16px;
    padding: 32px 24px;
    margin-right: 24px;
}

.last__doc {
    margin-right: 0px !important;
}

.curacel__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
}

.curacel__icon img {
    width: 100%;
    height: 100%;
}

.doc h2 {
    font-size: 16px;
    font-family: 'Outfit';
    font-weight: 500;
}

.doc p {
    margin-top: 8px;
    color: #5E626A;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Outfit';
    min-height: 80px;
}

.curacel__link {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.curacel__link a {
    text-decoration: none;
    color: #1A1AFF;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Outfit';
    margin-right: 9px;
}

.curacel__link img {
    width: 16px;
    height: 16px;
}

.curacel__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E4E6EB;
    padding-top: 40px;
}

.curacel__footer__logo {
    width: 106.33px;
    height: 24px;
}

.curacel__footer__logo img {
    width: 100%;
    height: 100%;
}

.footer__text {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    color: #5E626A;
    margin-top: 24px;
    width: 360px;
}

.curacel__footer a {
    color: #5E626A;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
}

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

.social a {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #424755;
}

.social a span i {
    font-size: 12px;
}

.twitter {
    margin-left: 28.75;
    margin-right: 28.75;
}

@media screen and (max-width: 990px) {

    .curacel__nav-links,
    .curacel__search {
        display: none;
    }

    .curacel__docs {
        display: block;
    }

    .curacel__footer {
        display: block;
    }

    .api__div {
        width: 100%;
    }

    .api__div h1 {
        width: 100%;
        font-size: 30px;
        line-height: 41.48px;
    }

    .curacel_body {
        padding: 80px 30px;
    }

    .curacel__api {
        padding: 20px;
    }

    .doc {
        margin-right: 0;
        width: 100%;
    }

    .doc:not(:first-child) {
        margin-top: 20px;
    }

    .social {
        margin-top: 20px;
    }
}