@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

html {
    background-color: #0f1012;
}

body {
    background-color: #0f1012;
}

.container-xxl {
    max-width: 1680px !important;
}

/* navigation */

.nav {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.navbar {
    background-color: rgba(15, 16, 18, 0.8);
    height: 64px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.navbar-nav {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.navbar-nav>li {
    display: inline-block;
    float: none;
    margin: 5px 4px 0px 4px;
    padding-left: 12px;
    padding-right: 12px;
}

.nav-item a {
    font-size: 14px;
    font-family: 'Outfit', sans-serif;
    color: #ffffff !important;
}

/* .navbar-text {
    text-transform: uppercase;
    letter-spacing: 1px;
} */

.navbar-text a {
    text-decoration: none !important;
}

.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0px;
}

button:focus, button:active {
    outline: none;
    box-shadow: none;
    border: 0px;
}

.dropdown-menu {
    border: 0;
}

.dropdown-menu>li>a {
    padding: 10px 12px;
    color: #000 !important;
    border-bottom: 1px solid #eee;
}

/* main */

.main {
    padding-top: 170px;
    padding-bottom: 100px;
}

.portfolio{
    padding-bottom: 0px;
}

.privacy {
    padding-bottom: 0px;
}




.main h1 {
    width: 600px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: -.025em;
    margin: 0px 0px 24px;
}

.main p {
    width: 600px;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    margin: 0px 0px 32px;
    color: #A0AABA;
}

.main button {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    margin: 0px 0px 60px;
    padding: 12px 24px;
}

.small-title {
    margin-top: 100px;
    margin-bottom: 60px;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.small-link {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
}

/* content */

.content-item {
    margin-top: 150px;
    scroll-margin-top: 100px;
}

.content h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 44px;
    line-height: 48px;
    font-weight: 700;
}

.content p {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
    white-space: normal;
    color: #A0AABA;
}

.content ul {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
    white-space: normal;
    color: #A0AABA;
}

.content li {
    font-size: 18px;
}

.content a {
    padding: 12px 20px;
    border-radius: 100px;
    background-color: transparent;
    -webkit-transition: 150ms;
    transition: 150ms;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
    border-color: #566171;
}

.content img {
    border-radius: 8px;
}

.clients {
    margin-top: 100px;
}

.mobile-icon {
    text-align: center;
}

.mobile-icon img {
    height: 45px;
}

.banner {
    border-radius: 16px;
    background-color: #171c1f;
    /* height: 500px; */
    background-image: url("../images/about.png");
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 150px;
}

.banner button {
    padding: 12px 20px;
    border-radius: 100px;
    background-color: transparent;
    -webkit-transition: 150ms;
    transition: 150ms;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
    border-color: #566171;
}

.privacy h2 {
    margin-top: 30px;
    margin-bottom: 30px;
  
}


.privacy p {
    margin-bottom: 20px;
}

.footer {
    height: 44px;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0;
    color: #A0AABA;
}

.footer a, .footer span {
    text-decoration: none;
    color: #A0AABA;
}

/* portfolio */

.portfolio h1 {
    width: 800px;
}

.portfolio p {
    width: 800px;
}

/* XX-Large */

@media (max-width: 1679.98px) {}

/* X-Large */

@media (max-width: 1199.98px) {}

/* Large */

@media (max-width: 991.98px) {
    .content h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .content p {
        font-size: 16px;
    }
    .content li {
        font-size: 16px;
    }
    .small-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .clients {
        margin-top: 50px;
    }
    .clients img {
        transform: scale(0.60);
    }
    .mobile-icon {
        text-align: center;
    }
    .mobile-icon img {
        height: 30px;
    }
}

/* Large */

@media (max-width: 767.98px) {
    .main {
        padding-bottom: 40px;
    }
    .main h1 {
        width: 70%;
        font-size: 40px;
        line-height: 44px;
        letter-spacing: -.025em;
        margin: 0px 0px 24px;
    }
    .main p {
        width: 70%;
        font-size: 20px;
        line-height: 32px;
    }
    .navbar-nav {
        padding: 25px 10px;
        background-color: #fff;
        border-radius: 24px;
        margin-top: 10px;
    }
    .navbar-nav>li {
        display: block;
        float: none;
        text-align: left;
        margin-left: 5px;
        margin-right: 5px;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
    }
    .navbar-nav>li>a {
        color: #000 !important;
        border-bottom: 1px solid #eee;
    }
}

/* Small */

@media (max-width: 575.98px) {
    .main {
        padding-top: 120px;
    }
    .main h1 {
        width: 90%;
    }
    .main p {
        width: 90%;
        font-size: 20px;
        line-height: 32px;
    }
    .portfolio p {
        width: 99%;
    }
    .content-item {
        margin-top: 100px;
    }
    .content h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .content p {
        font-size: 16px;
    }
    .content li {
        font-size: 16px;
    }
    .clients img {
        transform: scale(0.65);
    }
    .mobile-icon {
        text-align: center;
    }
    .mobile-icon img {
        height: 35px;
    }
}