@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@font-face {
    font-family: Sans;
    src: url(../assets/DM_Sans/DMSans-VariableFont_opsz\,wght.ttf);
}
html {
    scrollbar-width: thin;
    scroll-behavior: smooth;
    /* change to auto to give js full controll over scrolling effects */
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

body {
    background: #FFF;
    width: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.slider {
    width: 100%;
    height: 100%;
    height: 75vh;
    padding: 3rem 2rem;
}
.slide {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
}
.slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    filter: brightness(70%);
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
}
.overlay h4 {
    width: fit-content;
    font-family: "Sans";
    font-size: 14px;
    font-weight: 500;
    color: #111;
    background: #d9d9d9;
    padding: 10px 30px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 1rem;
    user-select: none;
}
.overlay h2 {
    width: 80%;
    font-family: "Sans", sans-serif;
    font-size: 8vh;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1.2px;
    color: white;
    /* color: var(--color-primary); */
    text-transform: capitalize;
    margin-bottom: 3rem;
}
.overlay p {
    width: 50%;
    font-family: "inter", sans-serif;
    font-size: 14px;
    color: white;
    text-transform: capitalize;
}

.body_mock {
    width: 100%;
    display: grid;
    height: fit-content;
    grid-template-columns: 1fr 4fr;
    gap: 2rem;
    padding: 4rem 2rem;
    position: relative;
    scroll-behavior: auto;
}
.body_mock_sidenav {
    width: 100%;
    position: sticky;
    display: grid;
    top: 6rem;
    height: fit-content;
    gap: 1rem;
}
.body_mock_sidenav > a {
    font-family: Sans;
    text-decoration: none;
    color: #111;
    cursor: pointer;
}
.contact_row {
    width: 100%;
    display: grid;
    padding: 1rem;
    margin-top: 2rem;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 10px;
}
.contact_row > img {
    width: 100%;
    height: 20vh;
    object-fit: cover;
    object-position: center;
    margin-bottom: 1rem;
    border-radius: 5px;
}
.contact_row > a {
    font-family: Sans;
    text-decoration: none;
    color: #111;
}
.body_mock_body {
    width: 100%;
    display: grid;
    height: 100%;
}
#last_case {
    margin-bottom: 0;
}

.service_intro {
    width: 100%;
}
.service_intro h4 {
    width: fit-content;
    font-family: "Sans";
    font-size: 16px;
    font-weight: 500;
    color: #111;
    background: #d9d9d9;
    padding: 10px 30px;
    border-radius: 30px;
    text-align: start;
}
.service_intro h2 {
    width: 60%;
    font-family: Sans;
    font-display: swap;
    font-size: 9vh;
    color: black;
    line-height: 1.4;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 2rem;
    text-align: start;
}
.service_intro p {
    width: 90%;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: black;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 2rem;
    text-align: start;
}

.service_sect {
    margin-top: 4rem;
}
.service_sect > h4 {
    width: fit-content;
    font-family: "Sans";
    font-size: 16px;
    font-weight: 500;
    color: #111;
    background: #d9d9d9;
    padding: 10px 30px;
    border-radius: 30px;
    text-align: start;
    display: none;
}
.service_sect h2 {
    width: 75%;
    font-family: Sans;
    font-display: swap;
    /* font-size: 9vh; */
    color: black;
    line-height: 1.4;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 2rem;
    text-align: start;
}
.service_sect h2 > span {
    padding: 10px;
    background: #11111117;
    color: transparent;
    -webkit-text-stroke: 1px #111;
}

.service_container {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.service_box {
    width: 100%;
    padding: 1rem;
    border: 1px solid #111;
}
.service_box > span {
    font-family: Sans;
    font-size: 6vh;
    color: #333;
}
.service_box > h3 {
    font-family: Sans;
    color: #111;
}
.service_box > p {
    font-family: "Inter", sans-serif;
    color: #333;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.service_box > a {
    font-family: Sans;
    font-size: 14px;
    text-decoration: none;
    color: #111;
    font-weight: 600;
}

.case_studies {
    margin-top: 8rem;
    margin-bottom: 8rem;
    padding: 2rem;
    background: #111;
}
.case_studies > h2 {
    font-size: 20px;
    color: white;
}
.case_studies > h4 {
    width: fit-content;
    font-family: "Sans";
    font-size: 16px;
    font-weight: 500;
    color: #111;
    background: #d9d9d9;
    padding: 10px 30px;
    border-radius: 2px;
    text-align: start;
}
.updates_container {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}
.update {
    flex: 50%;
    width: 50%;
}
.update_image_container {
    width: 100%;
    height: 30vh;
    position: relative;
}
.update_image_container > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.update_info {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 5px 10px;
    background: white;
    border-radius: 30px;
    display: flex;
    gap: 1rem;
    align-items: center;
}
.update_info > p {
    font-family: Sans;
    font-size: 14px;
}
.update_info > span {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    border: 2px solid #111;
}
.update_body {
    padding: 1rem;
}
.update_body > h2 {
    font-family: Sans;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    color: white;
    margin-bottom: 2rem;
    width: 100%;
}
.update_body > a {
    font-family: Sans;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    color: white;
    position: relative;
}
.update_body > a::after {
    content: '';
    width: 0%;
    height: 2px;
    background: white;
    position: absolute;
    bottom: -10px;
    right: 0;
    transition: .6s ease;
}
.update_body > a:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}

.industries {
    width: 100%;
    padding: 4rem 2rem;
}
.industries h4 {
    width: fit-content;
    font-family: "Sans";
    font-size: 16px;
    font-weight: 500;
    color: #111;
    background: #d9d9d9;
    padding: 10px 30px;
    border-radius: 30px;
    text-align: start;
}
.industries h2 {
    width: 75%;
    font-family: Sans;
    font-display: swap;
    font-size: 9vh;
    color: black;
    line-height: 1.4;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 2rem;
    text-align: start;
}
.industries p {
    width: 60%;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: black;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 2rem;
    text-align: start;
}
.industry_container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}
.industry_card {
    width: 100%;
    display: grid;
    /* border: 1px solid #333; */
    background: #3333331e;
}
.industry_card > h2 {
    font-family: Sans;
    font-display: swap;
    font-size: 18px;
    color: black;
    line-height: 1.4;
    font-weight: 550;
    position: relative;
    padding-left: 1rem;
}
.industry_card > h2::after {
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 5px;
    border-radius: 60px;
    background: #111;
    position: absolute;
}
.industry_image {
    width: 100%;
    height: 40vh;
    margin-top: 1rem;
}
.industry_image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(75%);
}
.industry_card > a {
    width: fit-content;
    font-family: Sans;
    font-display: swap;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #333;
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-decoration: none;
    position: relative;
    margin-left: 1rem;
}
.industry_card > a::after {
    content: '';
    width: 30%;
    height: 2px;
    background: #333;
    bottom: -6px;
    left: 0;
    position: absolute;
}