@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: Inter, sans-serif;
    margin: 0;
    padding: 0;
    background: #FCFFFF;
    color: #21262A;
}

.container {
    max-width:1920px;
    padding: 0px 48px;
}

h1, h2, p {
    margin: 0;
    font-weight:300;
}
h1 {
    font-size: 112px;
    line-height: 112px;
}

h2 {
    font-size: 64px;
    line-height: 70px;
}

h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    font-weight: 700;
    color:#21262A;
    line-height: 28px;
}

.body-x-large {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.4px;
}

.body-large {
    font-size: 28px;
    line-height: 40px;
}

ul.list-inline {
    padding-left: 0;
    list-style: none;
}

ul.list-inline li {
    display: inline;
    margin-right: 10px;
}

.section-bg-black {
    background-color: #21262A;
    color: #F2F7F7 !important;
    border-bottom: 1px solid #5D686F
    ;
}

.section-bg-gray {
    background: #F2F7F7;
}

.section-bg-gray p {
    color:#3C4348;
    margin-bottom: 48px;
}

.section-bg-gray a {
    color: #055AFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.description {
    border-bottom: 2px solid white;
}

/*  
.intro p {
    font-size: 28px;
    line-height: 40px;
}
*/

.intro ul {
    padding-left: 0px;
    padding-right: 40px;
    margin-bottom: 0px;
    list-style: none;
}

.intro ul li {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}

.intro ul li:last-child {
    margin-bottom: 0px;
}

.text .row {
    padding: 40px 0;
}

.text h3 {
    font-size: 2em;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    width:100%;
    border-radius: 48px;
}

header p {
    font-size: 20px;
}

header .list-inline-item a {
    padding:16px;
    border-radius: 48px;
    background: #055AFF;
    line-height: 28px;
    font-size: 20px;
    color: #F2F7F7;
    text-decoration: none;
    display: inline-block;
}

header .list-inline-item a:hover {
    background: #F2F7F7;
    color: #055AFF;
}

.featured-work-container .work-item {
    padding-right: 20px;
    padding-bottom: 80px;
}

.featured-work-container .work-item img {
    margin: 0px;
}

section p {
    font-size: 20px;
    line-height: 28px;
}


.featured-work-container .work-item p {
    font-size: 28px;
    margin-top: 40px;
}

.featured-work-container .work-item p.sub-item {
    margin-top: 24px;
    margin-bottom: 24px;
}

.sub-item {
    font-size: 20px !important;
    margin-top: 24px;
    line-height: 28px;
}

.featured-work-container .work-item a {
    font-size: 20px;
    color: #409CFF;
    font-weight: 700;
    line-height: 28px;
}

.color-secondary {
    color: #3C4348;
}

.color-link {
    color:#055AFF;
    font-weight: 700;
}

.color-primary {
    color: #21262A;
}
 
.px-3 {
    padding-left: 24px !important;
    padding-right: 24px !important; 
}

.px-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.py-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.px-5 {
    padding-left: 48px !important;
    padding-right: 48px !important;
}

.fw-bolder {
    font-weight: 700;
}

.bordered {
    border-bottom: 1px solid rgba(33, 38, 42, 0.24); /* #21262A */ 
}

.stroked {
    border: 1px solid rgba(33, 38, 42, 0.12); /* #21262A */ 
}


.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.mt-4 {
    margin-top: 48px !important;
}

.padding-y-md {
    padding-top: 16px;
    padding-bottom: 16px;
}

/* RESPONSIVE */

@media screen and (max-width:1200px) {
    h1 {
        font-size: 56px;
        line-height: 62px;
        letter-spacing: -1.12px;
    }

    section-title {
        font-size: 32px;
        line-height: 38px;
    }

    h2 {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: -0.4px;
    }
    
    h3, .body-x-large {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.32px;
    }
    
    p, section p {
        font-size: 18px;
        line-height: 25px;
    }
    
    .body-large {
        font-size: 24px;
        line-height: 34px;
    }
    
     .px-3 {
        padding-left: 24px !important;
        padding-right: 24px !important; 
    }
    
    .px-4 {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    
    .py-4 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
    
    .px-5 {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    
    .container {
        padding: 0px 32px;
    }

    header p {
        font-size: 18px;
        line-height: 25px;
    }

    .featured-work-container .work-item .content-title, .intro p {
        font-size: 24px;
        line-height: 34px;
    }

    .sub-item {
        font-size: 18px !important;
        line-height: 25px;
    }
    
    .section-bg-gray a {
        font-size: 18px;
        line-height: 25px;
    }
}

@media screen and (max-width:991px) {
    nav {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .intro ul {
        margin-left: 0px;
    }
    header .list-inline-item a {
        padding:12px;
        border-radius: 40px;
        background: #055AFF;
        line-height: 25px;
        font-size: 18px;
        color: #F2F7F7;
        text-decoration: none;
        display: inline-block;
    }

    header .list-inline-item a:hover {
        background: #F2F7F7;
        color: #055AFF;
    }
    
    img {
        max-width: 100%;
        height: auto;
        display: block;
        width:100%;
        border-radius: 40px;
    }
    

    .featured-work-container .work-item {
        padding-right: 16px;
        padding-bottom: 64px;
    }

    .featured-work-container .work-item p {
        font-size: 24px;
        margin-top: 0;
    }

    .blog-content {
        padding: 32px 24px;
    }
}

@media screen and (max-width:576px) {
    .px-3 {
        padding-left: 24px !important;
        padding-right: 24px !important; 
    }
    
    .px-4 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
        
    .pyt-4 {
        padding-top: 32px !important;
        padding-bottom: 0px !important;
    }
    .px-5 {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }
    
    .content-title {
        font-size: 24px;
        line-height: 34px;
        padding-right: 32px;
    }
  /*  .section-bg-gray p {
        margin-bottom: 32px;
        font-size: 18px;
        line-height: 25px;
    }*/
    .body-large {
        font-size: 24px;
        line-height: 34px;
    }
    .body-x-large {
        font-size: 32px;
        line-height: 38px;

    }
    h3 {
        font-size: 32px;
        line-height: 38px;
        font-weight: 700;
    }
    h2 {
        font-size: 40px;
        line-height: 44px;
    }
    h1 {
        font-size: 56px;
        line-height: 62px;
    }
}