@charset "UTF-8";

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    src: url(../fonts/Poppins-Regular.ttf) format("ttf")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-stretch: normal;
    font-weight: 500;
    src: url(../fonts/Poppins-Medium.ttf) format("ttf")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-stretch: normal;
    font-weight: 600;
    src: url(../fonts/Poppins-SemiBold.ttf) format("ttf")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700;
    src: url(../fonts/Poppins-Bold.ttf) format("ttf")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-stretch: normal;
    font-weight: 800;
    src: url(../fonts/Poppins-ExtraBold.ttf) format("ttf")
}

:root {
  --bcs-font: Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  --bodybg:#FFFFFF;
  --selectionbg:#F5F5F5;
  --selectioncolor:#000000;
  --text-black: #000000;
  --gray-border:#DBDBDB80;
}

/*! main.css v1.0 | © Branforge.com */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

article,aside,footer,header,main,nav,section {
    display: block
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border:none;
    outline:none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*,:after,:before {
    box-sizing: inherit
}

html {
    -ms-scroll-chaining: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
    font-family: var(--bcs-font);
    font-size: 10px;
    font-weight: 300;
    overscroll-behavior: none
}

@media screen and (min-width: 1920px) {
    html {
        font-size:16px
    }
}

body {
    -ms-scroll-chaining: none;
    background:var(--bodybg);
    color: var(--text-black);
    overscroll-behavior: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

::-moz-selection {
    background: var(--selection-bg);
    color: var(--selection-color);
    text-shadow: none
}

::selection {
    background: var(--selection-bg);
    color: var(--selection-color);
    text-shadow: none
}

canvas {
    display: block
}

a {
    color: var(--text-black);
    text-decoration: none;
    font-size:18px;
}

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

li {
    line-height: 2
}

p{
    font-size:16px;
    line-height:30px;
}

h1{
    font-weight: 700;
    font-size: 88px;
    max-width: 800px;
    line-height: 88px;
    letter-spacing: -4px;
}
h2{
    font-weight:600;
    font-size:32px;
    line-height:36px;
    margin-bottom: 40px;
}
h3{
    font-weight:500;
    font-size:24px;
    line-height:36px;
}
.cover{
    width: 100%;
    background:transparent;
}
.container{
    margin:0 auto;
}

/*  Adjustments */

.d-block{
    display:block;
}
.d-none{
    display:none;
}
.pad-030{
    padding-left: 30px;
    padding-right: 30px;
}

/*  General */
.fullwidth-border-bt{
    border-bottom: 1px dashed var(--gray-border);
    width:100%;
    padding-bottom: 20px;
}
.section-nav a{
    display:block;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid var(--gray-border);
    border-bottom: 1px solid var(--gray-border);
}
.section-nav a:hover{
    background:var(--selectionbg);
}
.column-split{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.section-item-left{
    max-width:40%;
    margin-right: 40px;
}
.sub-title{
    font-weight:500;
    font-size:20px;
    margin-bottom:30px;
}
.description{
    margin-top: 30px;
}
.nav-with-icon{
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
.nav-with-icon span{
     margin-right: 8px;
}
.nav-with-icon span img{
    padding:8px;
    box-shadow: 1px 3px 3px var(--gray-border);
    border-radius: 8px;
}
.d-s-none{display:none;}

/*  Header  */

header .nav-items{
    display: inline-block;
    position: relative;
}

header .nav-items{
    margin-left: 20px;
}
/*  main   */

section{
    padding:80px 0;
}
footer{
    padding:20px 0;
}
/*  Hero    */

/*  Clients */

#clients h3{
    max-width: 280px;
    margin-right: 40px;
}
.clients-list{
    border: 1px solid var(--gray-border);
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(2,160px);
    width: 100%;
}
.clients-list figure{
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0!important;
    outline: 1px solid var(--gray-border);
    overflow: hidden;
}

/*  Services    */

.services-list{
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(4,60px);
    width: 80%;
}
.service-item{
    
}
.service-item a{
    font-size:20px;
}

/*  cta    */


/*  capabilities    */


/*  Works   */

.works-list{
    display:grid;
    gap: 1px;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,460px);
    width: 100%;
}

/*  profile */

#profile span, #profile h2{
    max-width:40%;
}

@media (min-width: 1280px){
    
}
@media (min-width: 768px){
    .container{
        max-width: 1279px;
    }
}
@media (max-width: 767px){
    .d-lg-none{
        display:none;
    }
    h1{
        font-size:60px;
        line-height:68px;
        max-width:760px;
    }
    .container{
        max-width:767px;
    }
    header .cover{
        padding:20px 0;
    }
    .column-split{
        display:block;
    }
    #clients h3{
        max-width:100%;
    }
    .clients-list{
        margin-top: 40px;
        grid-template-columns: repeat(2,1fr);
    }
    .services-list{
        width:100%;
        grid-template-columns:repeat(1,1fr);
        grid-template-rows:repeat(8,60px);
    }
    .section-item-left{
        max-width:100%;
    }
    .section-item-right img{
        width:100%;
        margin-top:30px;
    }
    .works-list{
        grid-template-columns:repeat(1,1fr);
        grid-template-rows:repeat(4,460px);
    }
    .work-item img{
        width:100%;
    }
    .work-item .description{margin-top: 10px}
}

/*  footer  */

.foot-nav-list{
    display:grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.foo-nav-social ul{
    display:grid;
    grid-gap: 36px;
    grid-auto-flow: column; 
}
.foo-bottom-line{
    margin-top:30px;
}
.foo-bottom-line p{
    font-size: 14px;
    line-height: 24px;
}
.foo-bottom-line a{
    font-size:14px;
}