:root {
    --main-color: #B91419;
    --light-red-color: #DF3C63;
    --dark-gray-color: #36343B;
    /* --blue-dark-gray-color: #9590A1; */
    --blue-dark-gray-color: #616782;
    --blue-gray-color: #B8BED6;
    --light-blue-gray-color: #E2EAF8;
    --light-gray-color: #F3F6FE;
    --white-color: #FFFFFF;

    --green-color: #4eac25;
    --red-color: #c41d1d;

    --solus-trust-main-color: #F0BD3E;
    --dream-journey-main-color: #e21945;
    --bstro-main-color: #3ed5b7;
    --kayne-main-color: #485C2B;
    --ubc-efl-main-color: #493F5A;
    --kpu-main-color: #840029;
    --wye-print-main-color: #52A5DA;
    --sisu-main-color: #212464;
    --solgar-main-color: #c7a566;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', 'Open Sans', 'Arial', Sans-serif;
    scroll-behavior: smooth;
    scrollbar-color: var(--main-color) var(--white-color);
    scrollbar-width: thin;
}    

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    /* background: radial-gradient(50rem circle at -20px -20px, var(--white-color) 20%, transparent 81%), radial-gradient(30rem circle at 100% 10%, var(--blue-gray-color) 10%, transparent 91%), radial-gradient(6rem circle at 56% 3%, var(--light-red-color) 1%, transparent 100%), radial-gradient(9rem circle at 76% 7%, var(--light-red-color) 1%, transparent 100%), radial-gradient(30rem circle at 50% 9%, var(--light-blue-gray-color) 5%, transparent 96%), radial-gradient(30rem circle at -10% 31%, var(--light-red-color) 1%, transparent 100%), radial-gradient(30rem circle at 105% 57%, var(--white-color) 20%, transparent 81%), radial-gradient(30rem circle at -5% 60%, var(--blue-gray-color) 20%, transparent 81%), radial-gradient(15rem circle at 107% 88%, var(--light-red-color) 1%, transparent 100%), radial-gradient(30rem circle at 10% 92%, var(--white-color) 20%, transparent 81%), radial-gradient(80rem circle at 100% 100%, var(--light-blue-gray-color) 20%, transparent 81%); */
    /* background: radial-gradient(70rem circle at 50% -5%, var(--white-color) 20%, transparent 81%), radial-gradient(100rem circle at 50% 100%, var(--light-blue-gray-color) 10%, transparent 91%); */
    /* background-color: var(--light-gray-color); */
    background: radial-gradient(100rem circle at -50px -50px, var(--white-color) 20%, transparent 81%), linear-gradient(175deg, var(--light-gray-color) 10%, var(--light-blue-gray-color) 100%), radial-gradient(300rem circle at 100% 100%, var(--blue-dark-gray-color) 20%, transparent 81%);
    /* background: linear-gradient(175deg, var(--light-gray-color) 10%, var(--light-blue-gray-color) 100%);  */
    /* backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    -moz-backdrop-filter: blur(30px);
    -o-backdrop-filter: blur(30px); */
}

.preloader {
    background: linear-gradient(175deg, var(--light-gray-color) 10%, var(--light-blue-gray-color) 100%);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 2rem;
    transition: opacity 0.75s, visibility 0.75s;
}

.preloader img {
    width: 15%;
}

.preloader::after {
    content: "";
    width: 3rem;
    height: 3rem;
    border: .2rem solid var(--blue-gray-color);
    border-top-color: var(--main-color);
    border-radius: 50%;
    animation: loading 0.75s ease infinite;
}

.preloader_hidden {
    opacity: 0;
    visibility: hidden;
}

img {
    width: 100%;
    height: auto;
}

h1 {
    font-weight: 800;
    font-size: 4rem;
    line-height: 1.4;
}

h2 {
    font-weight: 800;
    font-size: 3.6rem;
    line-height: 1;
}

h3 {
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.2;
}

h4 {
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.2;
}

p {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--dark-gray-color);
    font-family: 'Open Sans', Arial, Sans-serif;
    font-weight: 300;
}

::selection {
    background: var(--main-color);
    color: var(--light-gray-color);
    -webkit-text-fill-color: var(--white-color);
    -moz-text-fill-color: var(--white-color);
    -o-text-fill-color: var(--white-color);
}

input:-internal-autofill-selected {
    background-color: var(--blue-gray-color) !important;
    color: var(--dark-gray-color) !important;
}

.hidden {
    display: none !important;
}

.invisible {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(100px);
    transition: all 1s;
}

.visible {
    opacity: 1!important;
    transform: translateY(0);
    filter: blur(0)!important;
}

.sneak_peak_card:nth-child(2) {
    transition-delay: 200ms;
}

.sneak_peak_card:nth-child(3) {
    transition-delay: 400ms;
}

.awards_card:nth-child(2) {
    transition-delay: 200ms;
}

.awards_card:nth-child(3) {
    transition-delay: 400ms;
}

.about_img {
    transition-delay: 200ms;
}

.about_quote {
    transition-delay: 400ms;
}

.cards_container .card_project:nth-child(2){
    transition-delay: 200ms;
}

.cards_container .card_project:nth-child(3){
    transition-delay: 400ms;
}

.cards_container .card_project:nth-child(4){
    transition-delay: 200ms;
}

.cards_container .card_project:nth-child(5){
    transition-delay: 400ms;
}

.cards_container .card_project:nth-child(6){
    transition-delay: 600ms;
}

.cards_container .card_project:nth-child(7){
    transition-delay: 200ms;
}

.cards_container .card_project:nth-child(8){
    transition-delay: 400ms;
}

.cards_container .card_project:nth-child(9){
    transition-delay: 600ms;
}

.contact_form {
    transition-delay: 200ms;
}

.email_me {
    transition-delay: 400ms;
}

.project_right {
    transition-delay: 200ms;
}

.stats_content:nth-child(2) {
    transition-delay: 200ms;
}

.stats_content:last-child {
    transition-delay: 400ms;
}

.similar_content:nth-child(2) {
    transition-delay: 200ms;
}

.similar_content:last-child {
    transition-delay: 400ms;
}

.clients_title {
    transition-delay: 200ms;
}

.hs_container {
    transition-delay: 400ms;
}

.project_img_highlights:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
}

.project_img_highlights:nth-child(3) {
    transition-delay: 200ms;
    grid-column: 2/3;
    grid-row: 2/3;
}

.project_img_highlights:nth-child(4) {
    transition-delay: 400ms;
    grid-column: 1/2;
    grid-row: 3/4;
}

.project_img_highlights:last-child {
    transition-delay: 600ms;
    grid-column: 2/3;
    grid-row: 3/4;
}

.tools_content:nth-child(2) {
    transition-delay: 200ms;
}

.tools_content:nth-child(3) {
    transition-delay: 400ms;
}

.tools_content:last-child {
    transition-delay: 600ms;
}

/* Navbar CSS */
.navbar {
    padding: 1rem 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8rem;
    position: fixed;
    top: 0;
    z-index: 999;
    background: transparent;
    width: 100%;
    transition: 0.6s;
    border-color: var(--light-blue-gray-color);
}

.sticky {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 50%);
    border: 5px solid var(--light-blue-gray-color);
    padding: 0 2rem;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    top: 1.5rem;
    right: 1.5rem;
    left: 1.5rem;
    border-radius: 100px;
    width: auto;
    transition: all .6s ease-in-out;
}

.sticky #navbar_logo img {
    width: 80%;
    transition: 0.6s;
}

.logo_white {
    display: none;
}

.navbar_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    /* padding: 0 4rem; */
}

#navbar_logo {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 5;
}

#navbar_logo img {
    width: 100%;
}

.navbar_menu {
    display: flex;
    column-gap: 2rem;
    align-items: center;
    list-style: none;
    text-align: center;
}

.navbar_item {
    height: 80px;
}

.navbar_links {
    color: var(--dark-gray-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    height: 100%;
    font-weight: 700;
}

.navbar_btn {
    font-weight: 700;
    text-transform: uppercase;
}

.button {
    display: flex;
    text-decoration: none;
    padding: 10px 20px;
    position: relative;
    border-radius: 6px;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.button:hover {
    color: var(--white-color);
}

.button::before {
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 50% 50% 0 0;
    z-index: -1;
    background: linear-gradient(120deg, var(--light-red-color) 0%, var(--main-color) 100%);
    transition: all 0.35s ease-in;
    -o-transition: all 0.35s ease-in;
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
}

.button:hover::before {
    height: 200%;
}

.navbar_btn>.navbar_links {
    display: flex;
    text-decoration: none;
    padding: 10px 20px;
    position: relative;
    border-radius: 6px;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.navbar_btn>.navbar_links:hover {
    color: var(--white-color);
}

.navbar_btn>.navbar_links::before {
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 50% 50% 0 0;
    z-index: -1;
    background: linear-gradient(120deg, var(--light-red-color) 0%, var(--main-color) 100%);
    transition: all 0.35s ease-in;
    -o-transition: all 0.35s ease-in;
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
}

.navbar_btn>.navbar_links:hover::before {
    height: 200%;
}

.navbar_btn>.active {
    height: 100%;
    width: 100%;
    background: linear-gradient(120deg, var(--light-red-color) 0%, var(--main-color) 100%)!important;
    color: var(--white-color);
}

.navbar_links:hover {
    color: var(--main-color);
    transition: all 0.35s ease-in;
    -o-transition: all 0.35s ease-in;
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
}

.active {
    color: var(--main-color);
}

#white .navbar_item .active {
    color: var(--light-blue-gray-color);
}

/* Menu White */

#white .navbar_links {
    color: var(--white-color);
}

.sticky #white .navbar_links:hover {
    color: var(--main-color);
} 

#white .navbar_btn>.navbar_links:hover {
    color: var(--white-color);
}

#white .navbar_links:hover {
    color: var(--light-blue-gray-color);
}

.sticky #white .navbar_links {
    color: var(--dark-gray-color);
}

.sticky #white .navbar_btn>.navbar_links {
    color: var(--main-color);
}

.sticky #white .navbar_btn>.navbar_links:hover {
    color: var(--white-color);
}

#white_socials .social_icon_link {
    color: var(--white-color);
}

#white_socials .social_icon_link:hover .fab {
    color: var(--light-blue-gray-color);
}

#white_logo #navbar_logo { 
    display: none; 
}

#white_logo #navbar_logo_white { 
    display: block; 
}

.sticky #white_logo #navbar_logo { 
    display: block; 
}

.sticky #white_logo #navbar_logo img { 
    width: 80%;
    transition: 0.6s;
}

.sticky #white_logo #navbar_logo_white {
    display: none;
}

.sticky #white .navbar_btn>.navbar_links.active {
    color: var(--white-color);
}

#white_socials .bar_long {
    background-color: var(--white-color);
}

.white_scroll_arrow {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
}

.white_scroll_arrow #scroll_down::before {
    background: var(--white-color);
}

.white_scroll_arrow .arrow_down::after {
    border-color: var(--white-color);
}

/* Hero Section CSS */
.hero {
    background: linear-gradient(180deg, transparent 63.8%, var(--white-color) 100%);
    padding-bottom: 1rem;
    margin-top: 15vh;
    /* position: relative; */
    /* overflow: hidden; */
}

.video_bg {
    width: auto;
    height: 100%;
    overflow: hidden;
    display: flex;
    object-fit: cover;
}

.hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    mix-blend-mode: overlay;
    transform: translate(-50%, -50%);
}

.hero video ::-webkit-media-controls {
    display:none !important;
}


.hero_container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    height: 75vh;
    row-gap: 3rem;
    justify-content: end;
    align-items: center;
}

.hero_content h4 {
    color: var(--dark-gray-color);
    font-weight: 800;
}

.hero_content h1 {
    font-size: 5rem;
    line-height: 1.2;
    font-weight: 400;
    color: var(--dark-gray-color);
    margin: 0 auto 1rem;
}

#name {
    color: var(--dark-gray-color) !important;
    margin-left: 70px;
    position: relative;
}

#name::before {
    content: '';
    position: absolute;
    left: -70px;
    top: 50%;
    height: 3px;
    width: 55px;
    background: var(--main-color);
}

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

.hero_content p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.0;
    margin: 0 auto;
    width: 100%;
    color: var(--dark-gray-color);
}

.hero_content p .colour-red {
    color: var(--main-color);
}

.inline {
    display: inline-block;
}

#tytewrite {
    margin: 0 auto 1rem;
}

.buttons_hero {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.btn_hero {
    cursor: pointer;
    white-space: nowrap;
    display: flex;
}

.hero_content .hero_btn {
    text-decoration: none;
    padding: 1rem 1.2rem;
    position: relative;
    border-radius: 6px;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
}

.hero_content .hero_btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 50% 50% 0 0;
    z-index: -1;
    background: linear-gradient(120deg, var(--light-red-color) 0%, var(--main-color) 100%);
    transition: all 0.35s ease-in;
    -o-transition: all 0.35s ease-in;
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
}

.hero_content .hero_btn:hover{
    color: var(--white-color);
}

.hero_content .hero_btn:hover::before {
    height: 200%;
}

.hero_btn:hover {
    color: var(--white-color);
}

.hero_btn:hover::after {
    width: 100%;
}

/* .projects_container {
    padding: 4rem 0;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
} */

/* .projects_content {  
    animation: 50s slide infinite linear;
} */

/* .hs_container:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 10rem;
    height: 100%;
    background: linear-gradient(to left, rgba(255,255,255,0), var(--white-color));
    z-index: 2;
}

.hs_container:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 10rem;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0), var(--white-color) 70%);
    z-index: 2;
} */

/* #projects_img .hs_img {
    margin: 0 2rem;
}

#projects_img {
    height: 20rem;
    width: 100%;
} */

.projects_container {
    display: flex;
    overflow-x: hidden;
    padding-left: 4rem;
    width: 100%;
    height: 100%;
}


.projects_container:hover #projects_img {
    animation-play-state: paused;
}

#projects_img {
    display: inline-flex;
    height: 100%;
    white-space: nowrap;
    place-items: center;
    gap: 0 2rem;
    animation: 24s slide infinite linear;
}

.projects_img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
}

.projects_img:nth-child(odd) {
    height: 85%;
}

.projects_img:nth-child(even) {
    height: 100%
}

.projects_1 {
    background-image: url(../images/hero/hero_brand.png);
    width: 500px;
}

.projects_2 {
    background-image: url(../images/hero/hero_ux_1.png);
    width: 400px;
}

.projects_3 {
    background-image: url(../images/hero/hero_web_1.png);
    width: 500px;
}

.projects_4 {
    background-image: url(../images/hero/hero_web_2.png);
    width: 400px;
}

.projects_5 {
    background-image: url(../images/hero/hero_web_3.png);
    width: 500px;
}

.projects_6 {
    background-image: url(../images/hero/hero_ux_2.png);
    width: 400px;
}

.projects_7 {
    background-image: url(../images/hero/hero_social.png);
    width: 500px;
}

.projects_8 {
    background-image: url(../images/hero/hero_email.png);
    width: 400px;
}

.hero_images {
    align-items: center;
    display: grid;
    grid-column-start: 3;
    grid-column-end: 6;
    height: 100vh;
    justify-content: center;
    position: relative;
}

.hero_image {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    margin: 5% 0 0;
    opacity: 0;
    animation-duration: 27s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

.hero_image img:first-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.hero_image img:nth-child(2) {
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 20;
    width: 20%;
    height: auto;
    animation: rotating 10s linear infinite;
}

.web_img {
    background-image: url(../images/hero/web_design_animation.gif);
    background-size: 100%;
}

.motion_img {
    background-image: url(../images/hero/motion_graphics_animation.gif);
    background-size: 100%;
}

/* .img_animated img {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: auto;
}

.img_animated img:nth-child(2) {
    z-index: 10;
} */

.hero_images .hero_image:nth-child(1) {
	animation-name: fadeInOut1;
}

.hero_images .hero_image:nth-child(2) {
	animation-name: fadeInOut2;
}

.hero_images .hero_image:nth-child(3) {
	animation-name: fadeInOut3;
}

.hero_images .hero_image:nth-child(4) {
	animation-name: fadeInOut4;
}

/* .hero_img_bg {
    background: linear-gradient(235deg, var(--light-red-color) 0%, var(--main-color) 50%);
    border-radius: 30px;
    height: 100%;
    position: absolute;
    content: '';
    right: 4rem;
    top: 0;
    left: 7rem;
    z-index: -10;
} */

.bottom_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    padding: 0 4rem;
    height: 10vh;
    width: 100%;
}

.social_content_mobile {
    display: none;
}

.social_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 130px;
    z-index: 30;
}

.bar_long {
    display: block;
    width: 50px;
    height: 2px;
    background-color: var(--blue-gray-color);
}

#mobile_background {
    display: none;
}

/* Arrow Effect */
.scroll_arrow_down {
    color: var(--blue-dark-gray-color);
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

#scroll_down {
    display: block;
    position: relative;
    padding-top: 10px;
    text-align:center;
    animation: bounce 5s infinite;
}

.arrow_down {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 1rem;
}

.arrow_down::after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    border-top: 2px solid var(--blue-dark-gray-color);
    border-right: 2px solid var(--blue-dark-gray-color);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#scroll_down::before {
    -webkit-animation: elasticus 5s cubic-bezier(1, 0, 0, 1) infinite;    
    -moz-animation: elasticus 5s cubic-bezier(1, 0, 0, 1) infinite;
    -o-animation: elasticus 5s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 5s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    height: 30px;
    background: var(--blue-dark-gray-color);
    content: ' ';
}

.scroll_arrow {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
}

.scroll_arrow a:hover #scroll_down::before {
    background: var(--main-color);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
}

.scroll_arrow a:hover .arrow_down::after {
    border-top: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
}

/* Sneak Peak CSS */
.sneak_peak {
    display: flex;
    flex-direction: column;
    max-width: 1300px;
    margin: 0rem auto 0;
    padding: 2rem 4rem 4rem;
}

.floating_sentence {
    width: 33.33%;
}

.sneak_peak_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    column-gap: 1rem;
}

.sneak_peak_card a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: var(--white-color);
    height: 100%;
    width: 100%;
    border-radius: 20px;
    padding: 2rem;
    text-decoration: none;
    box-shadow: 0px 70px 40px -60px var(--blue-gray-color);
    -webkit-box-shadow: 0px 70px 40px -60px var(--blue-gray-color); 
    -o-box-shadow: 0px 70px 40px -60px var(--blue-gray-color); 
    -moz-box-shadow: 0px 70px 40px -60px var(--blue-gray-color); 
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.triangle {
    position: absolute;
    background-color: var(--blue-dark-gray-color);
    text-align: left;
    right: -20px;
    top: -20px;
    box-sizing: border-box;
  }

  .triangle:before,
  .triangle:after {
    content: '';
    position: absolute;
    background: inherit;
    color: var(--white-color);
  }

  .triangle,
  .triangle:before,
  .triangle:after {
    width: 4rem;
    height: 4rem;
  }
  
  .triangle {
    transform: rotate(0deg) skewX(0deg) scale(.8,.8);
  }
  .triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
  }
  .triangle:after {
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
  }
  
  .plus {
    color: var(--white-color);
    position: absolute;
    right: 0.8rem;
    top: 0rem;
    font-size: 2.6rem;
    animation: rotation 2s infinite;
  }

.answer_box {
    background: var(--dark-gray-color);
    top: 70%;
    height: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    z-index: -6;
}

.sneak_peak_container .sneak_peak_card:first-child,
.sneak_peak_container .sneak_peak_card:nth-child(2) {
    position: relative;
}

.sneak_peak_card:hover .answer_box {
    height: 60%;
    width: 100%;
    padding: 3rem 1.5rem 1rem 1.5rem;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 50px 70px -30px var(--light-red-color);
    -webkit-box-shadow: 0px 50px 70px -30px var(--light-red-color);
    -o-box-shadow: 0px 50px 70px -30px var(--light-red-color);
    -moz-box-shadow: 0px 50px 70px -30px var(--light-red-color);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}

.sneak_peak_container .sneak_peak_card:first-child:hover a,
.sneak_peak_container .sneak_peak_card:nth-child(2):hover a {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -moz-box-shadow: none !important;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
}

.sneak_peak_card:hover a .triangle {
    background-color: var(--white-color);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.sneak_peak_card:hover a .plus {
    color:rgba(185, 20, 25, 1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.sneak_peak h4 {
    color: var(--blue-gray-color);
    margin: 2rem 0;
}

.sneak_peak_card h4 {
    color: var(--blue-dark-gray-color);
    margin: 0;
}

.sneak_peak_card p {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--dark-gray-color);
    width: 100%;
}

.sneak_peak_card p:before {
    content: "";
    border-bottom: 1px solid var(--blue-gray-color);
    width: 100%;
    display: block;
    margin: 1rem 0;
    box-sizing: border-box;
}

.answer_box span {
    font-size: .8rem;
    font-style: italic;
    font-weight: 400;
    color: var(--white-color);
    font-family: 'Open Sans', Arial, Sans-serif;
}

.sneak_peak_card:hover a {
    background: linear-gradient(117.03deg, var(--light-red-color) 1.82%, var(--main-color) 92.11%);
    transform: scale(1.025);
    -webkit-transform: scale(1.025);
    -o-transform: scale(1.025);
    -moz-transform: scale(1.025);
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    box-shadow: 0px 80px 70px -60px var(--light-red-color);
    -webkit-box-shadow: 0px 80px 70px -60px var(--light-red-color);
    -o-box-shadow: 0px 80px 70px -60px var(--light-red-color);
    -moz-box-shadow: 0px 80px 70px -60px var(--light-red-color);
} 

.sneak_peak_card:hover a .answer_box {
    box-shadow: 0px 80px 70px -80px var(--light-red-color);
    -webkit-box-shadow: 0px 80px 70px -80px var(--light-red-color);
    -o-box-shadow: 0px 80px 70px -80px var(--light-red-color);
    -moz-box-shadow: 0px 80px 70px -80px var(--light-red-color);
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
}

.sneak_peak_card:hover a h4, .sneak_peak_card:hover a p {
    color: var(--white-color);
}

/* Scroll to top */
#progress {
    position: fixed;
    display: grid;
    place-items: center;
    z-index: 1;
    bottom: 10rem;
    right: 1.5rem;
    grid-auto-flow: row;
    grid-auto-rows: 1fr 1fr;
}

.link_top {
    text-decoration: none;
    writing-mode: vertical-lr;
    white-space: nowrap;
    box-sizing: border-box;
    margin: 1rem 0;
    color: var(--blue-dark-gray-color);
    font-size: .8rem;
    letter-spacing: .01em;
    font-weight: 600;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}

.link_top:hover {
    color: var(--main-color);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
} 

#bar_scrolling {
    width: .1rem;
    height: 100%;
    background-color: var(--blue-gray-color);
    display: grid;
}

#progress_scrolling {
    background-color: var(--main-color);
    display: block;
}

/* About Section CSS */
.about_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1rem;
    justify-content: center;
    align-self: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 4rem;
}

.about_copy p {
    margin: 1rem 0;
}

.about_img {
    display: flex;
    width: 100%;
    min-height: 450px;
    position: relative;
    perspective: 1000px;
}

.about_img .img_can, .about_img .img_bra {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    backface-visibility: hidden;
}

/* .about_img .img_can {
    background-image: url(../images/about/liv_photo_can.png);
  animation: photo-slide-1 4s infinite;
} */

/* .about_img .img_bra {
    background-image: url(../images/about/liv_photo_bra.png);
  animation: photo-slide-2 4s 2s infinite;
} */

.about_img .img_bra {
    background-image: url(../images/about/liv_photo.png);
  /* animation: photo-slide-2 4s 2s infinite; */
}

.about_copy h2 {
    color: var(--dark-gray-color);
    margin: 0 0 2rem;
}

.about_copy a {
    color: var(--dark-gray-color);
    font-style: italic;
    text-decoration: underline;
    font-family: 'Open Sans', Arial, Sans-serif;
    font-weight: 700;
}

.about_copy a:hover {
    color: var(--main-color);
    transition: all 0.35s ease;
}

.about_quote {
    background-image: url(../images/about/quote.svg);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 4rem 0 0 4rem;
}

.about_quote h4 {
    margin: 1rem 0;
    color: var(--blue-dark-gray-color);
    font-style: italic;
    line-height: 1.1;
    font-size: 2.2rem;
}

.about_quote span {
    color: rgba(97, 103, 130, 0.8);
    /* color: rgba(149, 144, 161, 0.6); */
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
    font-family: 'Open Sans', Arial, Sans-serif;
}

/* Awards CSS */
.awards_section {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0rem auto 0;
    padding: 0 0 4rem;
}

#awards .floating_sentence {
    width: 100%;
    color: var(--main-color);
    text-align: center;
    margin: 0 0 4rem;
}

.awards_container {
    display: grid;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 4rem;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: column;
    column-gap: 1rem;
}
.awards_card > a,
.awards_content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: linear-gradient(117.03deg, var(--light-red-color) 1.82%, var(--main-color) 92.11%);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 2rem;
    text-decoration: none;
    box-shadow: 0px 70px 40px -60px var(--blue-dark-gray-color);
    -webkit-box-shadow: 0px 70px 40px -60px var(--blue-dark-gray-color);
    -o-box-shadow: 0px 70px 40px -60px var(--blue-dark-gray-color);
    -moz-box-shadow: 0px 70px 40px -60px var(--blue-dark-gray-color);
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
}

.awards_card:hover a {
    transform: translateY(-2rem);
    box-shadow: 0px 70px 40px -60px #550000;
    -webkit-box-shadow: 0px 70px 40px -60px #550000;
    -o-box-shadow: 0px 70px 40px -60px #550000;
    -moz-box-shadow: 0px 70px 40px -60px #550000;
} 

.awards_card .project_link {
    background: none;
    color: var(--blue-dark-gray-color);
    font-weight: 600;
    text-decoration: none;
    display: none;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
}

.awards_card:hover a+.project_link {
    display: block;
    padding: 0 1rem;
}

.project_link {
    display: none;
}

.awards_card h4 {
    color: var(--white-color);
    margin: 0;
}

.awards_card p {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--white-color);
    width: 100%;
}

.awards_card p:before {
    content: "";
    border-bottom: 1px solid var(--white-color);
    width: 100%;
    display: block;
    margin: 1rem 0;
    box-sizing: border-box;
}

.awards_container span {
    margin: 1rem 0;
    line-height: 1.2;
    color: var(--white-color);
}

.awards_card .triangle {
    background: var(--white-color);
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
}

.awards_card .plus {
    color: var(--main-color);
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
}

/* Clients Logos */
#clients {
    padding: 4rem 0;
}

#clients .hs_container {
    /* margin-bottom: 3rem;
    display: flex;
    overflow-x: hidden;
    overflow-x: hidden;
    margin: 4rem 0 0;
    width: 100%;
    display: flex; */
    padding: 3rem 0;
    position: relative;
    background: var(--white-color);
}

#clients h4{
    color: var(--blue-dark-gray-color);
    text-align: center;
    margin: 3rem 0;
}

#clients .hs_content {    
    /* display: inline-flex;
    white-space: nowrap;
    gap: 0 .5rem; */
    animation: 50s slide infinite linear;
}

#clients .hs_container:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 10rem;
    height: 100%;
    background: linear-gradient(to left, rgba(255,255,255,0), var(--white-color));
    z-index: 2;
}

#clients .hs_container:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 10rem;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0), var(--white-color) 70%);
    z-index: 2;
}

#clients .hs_container:hover .hs_content {
    animation-play-state: paused;
}

#clients_img .hs_img {
    /* background-size: contain;
    height: 100%;
    width: 140px; */
    margin: 0 1rem;
}

#clients_img {
    height: 5rem;
}

.clients_logo_1 {
    background-image: url(../images/clients/avene.svg);
    width: 135px !important;
}
.clients_logo_2 {
    background-image: url(../images/clients/british-council-ielts.svg);
    width: 299px !important;
}
.clients_logo_3 {
    background-image: url(../images/clients/clients-first.svg);
    width: 223px !important;
}
.clients_logo_4 {
    background-image: url(../images/clients/conversica.svg);
    width: 227px !important;
}
.clients_logo_5 {
    background-image: url(../images/clients/dr-scholls.png);
    width: 176px !important;
}
.clients_logo_6 {
    background-image: url(../images/clients/dream-journey.svg);
    width: 250px !important;
}
.clients_logo_7 {
    background-image: url(../images/clients/kpu.svg);
    width: 196px !important;
}
.clients_logo_8 {
    background-image: url(../images/clients/lancome.svg);
    width: 190px !important;
}
.clients_logo_9 {
    background-image: url(../images/clients/loreal.svg);
    width: 184px !important;
}
.clients_logo_10 {
    background-image: url(../images/clients/open-door.svg);
    width: 195px !important;
}
.clients_logo_11 {
    background-image: url(../images/clients/sisu.svg);
    width: 90px !important;
}
.clients_logo_12 {
    background-image: url(../images/clients/solgar.svg);
    width: 90px !important;
}
.clients_logo_13 {
    background-image: url(../images/clients/solus-trust.svg);
    width: 238px !important;
}
.clients_logo_14 {
    background-image: url(../images/clients/tecton.svg);
    width: 158px !important;
}
.clients_logo_15 {
    background-image: url(../images/clients/tradeparency.svg);
    width: 288px !important;
}
.clients_logo_16 {
    background-image: url(../images/clients/ubc.svg);
    width: 286px !important;
}
.clients_logo_17 {
    background-image: url(../images/clients/wye-print.svg);
    width: 185px !important;
}



/* Projects Section CSS */
#portfolio {
    padding: 4rem;
    margin: 0 auto;
}

.card_project {
    aspect-ratio: 10/7;
    width: calc(100% / 3 - 1rem);
    margin: .5rem;
}

.cards_container .card_project:first-child {
    display: flex;
    justify-content: flex-end;
    padding: 0 2rem;
}

.card_menu h2 {
    color: var(--dark-gray-color);
}

.card_menu ul {
    margin: 3rem 0;
}

.card_menu li {
    list-style: none;
    cursor: pointer;
    align-items: center;
    text-decoration: none;
    color: var(--dark-gray-color);
    line-height: 2;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    white-space: nowrap;
}

.card_menu .tags .scroll_right {
    padding-left: 0px;
    display: inline-flex;
    opacity: 0;
    margin-left: -20px;
    margin-bottom: 5px;
    animation: out .5s linear forwards;
}

.tags .arrow_right::after {
    border-top: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
}

.tags .scroll_right::before {
    background: var(--main-color);
}

.card_menu li:hover {
    display: inline-flex;
    align-items: center;
    color: var(--main-color);
    gap: 5px;
    font-style: italic;
    white-space: nowrap;
}

.card_menu .active {
    font-style: italic;
    color: var(--main-color);
    white-space: nowrap;
}

.card_menu .active .scroll_right {
    opacity: 1;
    margin-left: 0px;
    display: inline-flex;
    align-items: center;
    color: var(--main-color);
    animation: none;
}

.card_menu li:hover .scroll_right {
    animation: in .5s linear forwards;
}

.card_menu li:active .scroll_right{
    display: flex;
}

/* Arrow Right CSS */
.scroll_arrow_right {
    color: var(--blue-dark-gray-color);
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.scroll_right {
    display: block;
    position: relative;
    padding-top: 10px;
    text-align:center;
}

.arrow_right {
    display: block;
    margin: 0 auto;
    height: 20px;
    padding-right: 5px;
}

.arrow_right::after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    border-top: 3px solid var(--blue-dark-gray-color);
    border-right: 3px solid var(--blue-dark-gray-color);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.scroll_right::before {
    position: absolute;
    top: 50%;
    right: 5px;
    height: 2px;
    width: 15px;
    background: var(--blue-dark-gray-color);
    content: ' ';
}

.menu_arrow_right .scroll_right:hover {
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    animation: bounce-right 2s infinite;
}

.menu_arrow_right .tags:hover .scroll_right::before {
    background: var(--main-color);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
}

.menu_arrow_right .tag:hover .arrow_right::after {
    border-top: 3px solid var(--main-color);
    border-right: 3px solid var(--main-color);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
}

.project_block {
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 20px;
    box-sizing: border-box;
}

.project_block img {
    width: 100%;
    height: 100%;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
}

.project_block:hover img {
    transform: scale(1.1);
}

.project_block .project_layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.1), var(--main-color));
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    padding: 0 3rem 2rem;
    transform: translateY(100%);
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
}

.card_project:hover .project_layer {
    transform: translateY(0);
}

.project_link img {
    display: block;
    width: 50px;
    height: 50px;
}

.project_layer {
    color: var(--white-color);
}

.project_layer p {
    color: var(--white-color);
    font-style: italic;
    font-size: .8rem;
}

.winner {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 1.3rem 2rem;
    background: linear-gradient(to top, rgba(255,255,255,0.1), rgba(255,255,255,.8));
    border-radius: 0 0 0 1.5rem;
    color: var(--main-color);
    font-weight: bold;
    text-transform: uppercase;
    font-size: .8rem;
}

.winner i {
    margin-right: .3rem;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
    }

/* Honored Project Section */
#honored_projects {
    padding: 4rem;
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    place-items: center;
}

#honored_projects h4 {
    color: var(--blue-dark-gray-color);
    text-align: center;
    padding: 2rem 0;
}

#honored_projects ul {
    width: 100%;
}

#honored_projects li {
    list-style: none;
    color: var(--dark-gray-color);
    position: relative;
}

#honored_projects li:hover {
    background: var(--light-gray-color);
    padding: 0 2rem;
    transition: all 0.5s ease-in-out;
}

.link:hover span {
    font-style: italic;
}

#honored_projects ul li {
    border-bottom: 2px solid var(--blue-gray-color);
}

#honored_projects ul li .link {
    display: flex;
    padding: 2rem 0;
    justify-content: space-between;
}

#honored_projects ul li .link p {
    display: inline-block;
    font-weight: bold;
    color: var(--dark-gray-color);
}

#honored_projects li a {
    text-decoration: none;
    color: var(--dark-gray-color);
}

#honored_projects li a:hover {
    color: var(--main-color);
    font-weight: bold;
}

#honored_projects ul li .link .hover_reveal {
    position: absolute;
    width: 300px;
    height: auto;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    opacity: 0;
    /* display: none; */
    transform: scale(0);
    transition: all 1s ease-in-out;
    z-index: 10;
}

#honored_projects ul li:first-child .hover_reveal {
    width: 500px;
}

#honored_projects ul li:nth-child(2) .hover_reveal {
    width: 600px;
}

#honored_projects ul li:nth-child(3) .hover_reveal {
    width: 500px;
}

#honored_projects ul li:nth-child(4) .hover_reveal {
    width: 500px;
}

#honored_projects ul li:last-child .hover_reveal {
    width: 700px;
}

#honored_projects ul li .link .hover_reveal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
    transition: all .5s ease-in-out;
}

.honored_grid {
    display: none;
}


/* Skills Section CSS */
#skills {
    display: grid;
    max-width: 1300px;
    margin: 0 auto;
    padding: 4rem;
}

.skills_container {
    display: grid;
    grid-auto-flow: column;
    background: var(--white-color);
    border-radius: 20px;
    padding: 4rem;
    box-shadow: 0px 130px 60px -90px var(--blue-gray-color);
    -webkit-box-shadow: 0px 130px 60px -90px var(--blue-gray-color);
    -o-box-shadow: 0px 130px 60px -90px var(--blue-gray-color);
    -moz-box-shadow: 0px 130px 60px -90px var(--blue-gray-color);
}

.skills_container h3 {
    color:var(--dark-gray-color);
}

.skills_categories {
    margin: 2rem 0 0;
}

.skills_categories li {
    list-style: none;
    cursor: pointer;
    display: flex;
}

.skills_categories a {
    text-decoration: none;
    color: var(--dark-gray-color);
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
}

.skills_categories .tags .scroll_right {
    padding-left: 0px;
    display: inline-flex;
    opacity: 0;
    margin-left: -20px;
    margin-bottom: 2px;
    animation: out .5s linear forwards;
}

#skills .arrow_right {
    height: 17px;
    padding-bottom: 0;
}

#skills .arrow_right::after {
    width: 7px;
    height: 7px;
}

#skills .scroll_right::before {
    width: 13px;
}

.skills_categories a:hover {
    display: inline-flex;
    align-items: center;
    color: var(--main-color);
}

.skills_categories a:hover, .skills_categories a:active {
    font-style: italic;
}

.skills_categories .tags:hover .scroll_right {
    animation: in .5s linear forwards;
}

.skills_categories .tags:active .scroll_right {
    display: flex;
}

.skills_content {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.skills_content ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    gap: 5rem;
}

.skills_content li {
    text-decoration: none;
    line-height: 2;
    list-style: none;
    font-size: 1.2rem;
    font-weight: 700;
    white-space: nowrap;
    font-family: 'Open Sans', Arial, sans-serif !important;
}

.skills_content li::before {
    content:'—';
    color: var(--main-color);
    margin-right: 15px;
}

/* Software Knowledge */
#software {
    max-width: 1300px;
    margin: 0 auto;
    padding: 4rem;
}

.software_container {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(4, 1fr);
    background: var(--white-color);
    border-radius: 20px;
    padding: 4rem;
    gap: 3rem;
    box-shadow: 0px 130px 60px -90px var(--blue-gray-color);
    -webkit-box-shadow: 0px 130px 60px -90px var(--blue-gray-color);
    -o-box-shadow: 0px 130px 60px -90px var(--blue-gray-color);
    -moz-box-shadow: 0px 130px 60px -90px var(--blue-gray-color);
}

.software_container h3 {
    color: var(--dark-gray-color);
}

.software_menu p {
    margin: 2rem 0;
}

.software_categories {
    margin: 4rem 0 0;
}

.software_categories li {
    list-style: none;
    cursor: pointer;
    align-items: center;
    text-decoration: none;
    color: var(--dark-gray-color);
    line-height: 2;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
}

#software .arrow_right {
    height: 17px;
    padding-bottom: 0;
}

#software .arrow_right::after {
    width: 7px;
    height: 7px;
}

#software .scroll_right::before {
    width: 13px;
}

.software_categories .tags .scroll_right {
    padding-left: 0px;
    display: inline-flex;
    opacity: 0;
    margin-left: -20px;
    margin-bottom: 2px;
    animation: out .5s linear forwards;
}

.software_categories li:hover {
    font-style: italic;
    color: var(--main-color);
}

.software_categories .active {
    font-style: italic;
    color: var(--main-color);
}

.software_categories li:hover .scroll_right {
    animation: in .5s linear forwards;
}

.software_categories .active .scroll_right {
    opacity: 1;
    margin-left: 0px;
    display: inline-flex;
    align-items: center;
    color: var(--main-color);
    animation: none;
}

.software_content {
    grid-column-start: 2;
    grid-column-end: 5;
    justify-content: flex-end;
}

.software_block {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 34px);
    margin: 16px;
}

.software_icons, .percentage {
    color: var(--dark-gray-color);
}

.software_icons {
    border: 3px solid var(--main-color);
    border-radius: 23px;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 1.4rem;
    font-weight: 700;
}

.percentage {
    font-weight: 700;
    font-size: 2.4rem;
}

.software_name {
    font-size: 1rem;
}

.software_content .software_block:last-child .software_icons {
    padding-bottom: 4px;
}

.progress_bar {
    background: var(--light-blue-gray-color);
    border-radius: 50px;
    margin-bottom: 1rem;
    position: relative;
    height: 20px;
    background-clip: padding-box;
    box-sizing: border-box;
}

.progress_bar::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 7px;
    height: 8px;
    border-radius: 50px;
    background: linear-gradient(to right, var(--main-color) 30%, var(--light-red-color) 100%);
    z-index: 3;
    width: 94%;
}

.software_content .software_block:first-child .progress_bar::before {
    animation: progress1 2s linear forwards;
}

.software_content .software_block:nth-child(2) .progress_bar::before {
    animation: progress2 2s linear forwards;
}

.software_content .software_block:nth-child(3) .progress_bar::before {
    animation: progress3 2s linear forwards;
}

.software_content .software_block:nth-child(4) .progress_bar::before {
    animation: progress4 2s linear forwards;
}

.software_content .software_block:nth-child(5) .progress_bar::before {
    animation: progress5 2s linear forwards;
}

.software_content .software_block:nth-child(6) .progress_bar::before {
    animation: progress6 2s linear forwards;
}

.software_content .software_block:nth-child(7) .progress_bar::before {
    animation: progress7 2s linear forwards;
}

.software_content .software_block:nth-child(8) .progress_bar::before {
    animation: progress8 2s linear forwards;
}

.software_content .software_block:nth-child(9) .progress_bar::before {
    animation: progress9 2s linear forwards;
}

.software_content .software_block:nth-child(10) .progress_bar::before {
    animation: progress10 2s linear forwards;
}

.software_content .software_block:nth-child(11) .progress_bar::before {
    animation: progress11 2s linear forwards;
}

.software_content .software_block:last-child .progress_bar::before {
    animation: progress12 2s linear forwards;
}

/* Contact CSS */
.contact_container > .floating_sentence {
    width: 100%;
    margin: 5rem auto;
}

.contact_container h4 {
    color: var(--blue-dark-gray-color);
    text-align: center;
}

.contact_container h4:first-child {
    display: flex;
    justify-content: flex-start;
    margin-left: 20%;
}

.contact_container h4:last-child {
    display: flex;
    justify-content: flex-end;
    margin-right: 20%;
}

.contact_container {
    display: flex;
    flex-direction: column;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 4rem 4rem;
}

.contact_content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
}

.contact_copy h2 {
    color: var(--dark-gray-color);
    margin: 1rem 0;
    white-space: nowrap;
}

.email_me a {
    background-color: var(--light-red-color);
    background-image: linear-gradient(135deg, var(--light-red-color) 0%, var(--main-color) 100%);
    background-size: 100%;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 900;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.email_me a:hover {
    font-size: 2.1rem;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.contact_form {
    display: grid;
    gap: 2rem;
}

form {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    margin-top: 2rem;
}

.input_box input, textarea {
    background: var(--light-gray-color);
    border-radius: 10px;
    padding: 20px;
    border: 0;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: var(--dark-gray-color);
    border: var(--light-gray-color) 3px solid;
}

.input_box input:focus, textarea:focus {
    border: var(--light-blue-gray-color) 3px solid;
    background: var(--white-color);
    outline: none;
}

form .input_box {
    display: flex;
    gap: 1rem
}

.btn {
    display: flex;
    text-decoration: none;
    padding: 16px 20px;
    position: relative;
    border-radius: 6px;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    justify-content: center;
    max-width: 160px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
}

input:focus {
    outline: none;
}

.btn:hover {
    color: var(--white-color);
}

.btn::before {
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 50% 50% 0 0;
    z-index: -1;
    background: linear-gradient(120deg, var(--light-red-color) 0%, var(--main-color) 100%);
    transition: all 0.35s ease-in;
    -o-transition: all 0.35s ease-in;
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
}

.btn:hover::before {
    height: 200%;
}

#alert-success {
    z-index: 1;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--dark-gray-color);
    display: inline-flex;
    margin-top: 2rem;
    place-items: center;
}

#success_icon {
    margin-right: .5rem;
    width: 50px;
    height: auto;
    display: block;
}

#error_icon {
    margin-right: .5rem;
    width: 50px;
    height: auto;
    display: block;
}

#alert-error {
    z-index: 1;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--dark-gray-color);
    display: inline-flex;
    margin-top: 2rem;
    place-items: center;
}

/* Footer CSS */
.footer_container {
    padding: 0 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#footer_logo {
    color: white;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 2rem;
}

.footer_links {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
}

.footer_link_wrapper {
    display: flex;
}

.footer_link_items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 1rem;
    text-align: left;
    width: 160px;
    box-sizing: border-box;
}

.footer_link_items h2 {
    margin-bottom: 1rem;
}

.footer_link_items > h2 {
    color: white;
}

.footer_link_items a {
    color: white;
    text-decoration: none;
    margin-bottom: 0.5rem;
}

.footer_link_items a:hover {
    color: white;
    transition: 0.3s ease-out;
}

/* Social Icons */
.social_icon_link {
    color: var(--main-color);
    font-size: 1.4rem;
}

.social_icon_link:hover .fab {
    color: var(--dark-gray-color);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.social_media {
    padding: 0 5rem;
    width: 100%;
}

.social_media_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 4rem auto 0;
}

.social_icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1rem;
}

.social_logo {
    color: white;
    justify-self: flex-start;
    margin-left: 20px;
    cursor: pointer;
    text-decoration: none;
    font-size: 2rem;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.social_media_wrap img {
    width: 70%;
}

.website_rights {
    color: var(--blue-dark-gray-color);
    font-size: .8rem;
    font-weight: 400;
    font-style: italic;
}

.smallnote_link {
    color: var(--blue-dark-gray-color);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.smallnote_link:hover {
    color: var(--main-color);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

/* Projects Page */
.project_description {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1300px;
    margin: 6rem auto;
    padding: 0 4rem;
    gap: 3rem;
}

.project_left #date::before {
    content: "•";
    color: var(--main-color);
    padding-right: 10px;
}

.project_left #date {
    padding: 0;
    border: none;
    font-size: .9rem;
    padding-left: 5px;
}

.project_left span {
    font-weight: bold;
    text-transform: uppercase;
    font-size: .7rem;
    color: var(--blue-dark-gray-color);

    padding: 0.5rem 1rem;
    border: 2px solid var(--blue-gray-color);
    border-radius: 100px;
    display: inline-block;
    margin-bottom: .5rem;
}

.project_left h2 {
    color: var(--dark-gray-color);
}

.project_left p {
    margin: 1.25rem 0 0 0;
}

.project_task {
    margin: 3.5rem 0 2rem;
}

.project_right p {
    margin: .5rem 0 0 0;
}

.project_right span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    margin: 1.25rem 0 0 0;
    color: var(--dark-gray-color);
}

.quick_description_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.project_quick_description {
    border-top: 3px solid var(--blue-gray-color);
    padding: 1rem 0 0 0;
}

.project_gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0 4rem 4rem;
    max-width: 1300px;
    margin: 0 auto;
}

/* .hero .bottom_content {
    justify-content: none;
} */

.similar_projects {
    padding: 2rem 4rem;
    margin: 4rem auto 0;
    max-width: 1300px;
}

.similar_container {
    border-top: 1px solid var(--blue-gray-color);
    border-bottom: 1px solid var(--blue-gray-color);
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
}

.similar_projects h3 {
    padding: 2rem 0;
    color: var(--dark-gray-color);
}

.similar_content h5 {
    font-size: 1.25rem;
}

.similar_container_h_scroll {
    gap: 2rem;
    overflow-x: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    display: flex;
}

.similar_content {
    text-align: center;
    width: 45%;
    scroll-snap-align: start;
    display: flex;
    flex: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.similar_content a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.similar_img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    height: 75%;
}

.similar_img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
}

.similar_content .similar_layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: grid;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, rgba(255,255,255,0.1), var(--main-color));
    transform: translateY(100%);
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
}

.similar_icon>img {
    display: block;
    width: 80px;
    height: 80px;
}

.similar_content h5 {
    font-size: 1.5rem;
    margin: 1.25rem 0 0 0;
    color: var(--dark-gray-color);
}

.similar_content span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: .8rem;
    color: var(--blue-dark-gray-color);
    margin: 0.25rem 0;
}

.similar_content:hover img {
    transform: scale(1.1);
}

.similar_content:hover .similar_layer {
    transform: translateY(0);
}

.similar_content a:hover h5 {
    color: var(--main-color);
}

.title {
    max-width: 1300px;
    padding: 4rem 0;
    margin: 0 auto;
    color: var(--dark-gray-color);
}

.title_content {
    margin: 0 4rem;
    padding: 4rem 0 0;
    border-top: 3px solid var(--blue-gray-color);
}

.title span {
    font-size: 2rem;
}

.title a {
    display: block;
    margin: 1rem 0;
    background-color: var(--light-red-color);
    background-image: linear-gradient(135deg, var(--light-red-color) 0%, var(--main-color) 100%);
    background-size: 100%;
    text-decoration: none;
    font-size: 3rem;
    font-weight: 900;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.title a:hover {
    font-size: 3.2rem;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

/* Individual Projects */
/* Carretao */
#carretao_project .computer_mockup>img {
    background: url(/images/portfolio/projects/carretao/website.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    animation: scroll 30s infinite;
    border-radius: 6rem;
}

#carretao_hero {
    background-image: url(../images/portfolio/projects/carretao/carretao-mockup-hero.jpg);
    background-color: var(--dark-gray-color);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: grid;
    align-items: flex-end;
}

/* Solus Trust */
.st_hero {
    background-image: url(../images/portfolio/projects/solus-trust/st_hero.jpg);
    /* background-color: var(--dark-gray-color); */
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: grid;
    align-items: flex-end;
}

#st_project .computer_mockup>img {
    border-radius: 1.3rem;
}

#st_highlight {
    background: var(--solus-trust-main-color);
}

.project_highlight_container {
    display: grid;
    margin: 0 auto;
    max-width: 1300px;
    padding: 4rem;
    text-align: center;
    color: var(--dark-gray-color);
}

.project_screen {
    width: 100%;
    border-radius: 2rem;
    border: .5rem solid var(--dark-gray-color);
    animation: bounce-img 5s infinite;  
}

#st_highlight .project_screen {
    width: 100%;
    aspect-ratio: 77 / 49;
    background: url(../images/portfolio/projects/solus-trust/highlight/st-home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.project_screen:hover {
    animation: scroll 50s infinite;
}

.project_highlight_container p {
    font-style: italic;
    font-size: 1.3rem;
}

.project_highlight_container span {
    font-size: .9rem;
    font-style: italic;
    margin: 2rem 0 .5rem;
    opacity: .6;
}

.st_project_copy {
    grid-column: 1/2;
    margin: 4rem auto;
    color: var(--dark-gray-color);
}

.st_project_copy h4 {
    margin-bottom: 1rem;
}

.project_highlight_top {
    width: 100%;
    padding: 4rem 0;
    margin: 4rem auto 2rem;
}

.project_highlight_bottom {
    width: 100%;
    padding: 0;
    margin: 0 auto 2rem;
}

.mobile_snippets {
    max-width: 1300px;
    margin: 0 auto;
    padding: 2rem 4rem;
}

.mobile_snippets_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* gap: 1rem; */
}

.mobile_snippets_content img {
    width: 90%;
    height: auto;
    border: .5rem solid var(--dark-gray-color);
    border-radius: 1.3rem;
}

.mobile_snippets_content img:first-child,
.mobile_snippets_content img:nth-child(4) {
    margin: 0 auto;
}

.mobile_snippets_content img:nth-child(2),
.mobile_snippets_content img:nth-child(5) {
    margin: 3rem auto 0;
}

.mobile_snippets_content img:nth-child(3),
.mobile_snippets_content img:last-child {
    margin: 5rem auto 0;
}

.stats_highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    max-width: 1300px;
    padding: 0 4rem;
    margin: 0 auto;
}

.stats_content {
    background: var(--solus-trust-main-color);
    padding: 3rem 2rem 4rem;
    color: var(--dark-gray-color);
    border-radius: 1.3rem;
    text-align: center;
}

.stats_content span {
    font-weight: bold;
    font-size: 6rem;
}

.stats_content p {
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 400;
}

#tools_st {
    padding: 4rem;
    grid-row-gap: 3rem;
}

#tools_st .tools_content {
    padding: 0;
}

#tools_st .tools_content img {
    width: 25%;
    margin: 0;
    padding: 0.5rem;
}

#tools_st .tools_content:nth-child(5) img,
#tools_st .tools_content:nth-child(6) img {
    width: 60%;
    padding: 0;
}

#tools_st .tools_content:nth-child(7) img {
    width: 40%;
    padding: 0;
}

#tools_st .tools_content:nth-child(8) img {
    width: 90%;
    padding: 0;
}

/* Dream Journey Immigration */
.dji_hero {
    background-image: linear-gradient(to top, var(--dark-gray-color) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 90%, var(--dark-gray-color) 100%), url(../images/portfolio/projects/dream-journey/dji-hero.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: grid;
    align-items: flex-end;
}

.dji_hero .bottom_content {
    margin: 0;
    padding: 0 4rem;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

#dji_project .computer_mockup>img {
    border-radius: 1.3rem;
}

#dji_highlight {
    background: var(--dream-journey-main-color);
}

#dji_highlight .project_highlight_container {
    display: grid;
    margin: 0 auto;
    max-width: 1300px;
    padding: 4rem 4rem 0;
    text-align: center;
    color: var(--white-color);
}

#dji_highlight p {
    color: var(--white-color);
}

#dji_highlight .project_screen {
    aspect-ratio: 77 / 49;
    background: url(../images/portfolio/projects/dream-journey/highlight/dji_home.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
}

#dji_highlight .project_screen:hover {
    animation: scroll 50s infinite;
}

.dji_project_copy {
    grid-column: 1/2;
    margin: 4rem auto;
    color: var(--dark-gray-color);
}

.dji_project_copy h4 {
    margin-bottom: 1rem;
}

#dji_stats .stats_content {
    background: var(--dream-journey-main-color);
    padding: 3rem 2rem 4rem;
    color: var(--white-color);
    border-radius: 1.3rem;
    text-align: center;
}

#dji_stats .stats_content p {
    color: var(--white-color);
}

#tools_dji {
    padding: 4rem;
    grid-row-gap: 3rem;
}

#tools_dji .tools_content {
    padding: 0;
}

#tools_dji .tools_content img {
    width: 25%;
    margin: 0;
    padding: 0.5rem;
}

#tools_dji .tools_content:nth-child(5) img,
#tools_dji .tools_content:nth-child(6) img {
    width: 60%;
    padding: 0;
}

#tools_dji .tools_content:nth-child(7) img {
    width: 40%;
    padding: 0;
}

#tools_dji .tools_content:nth-child(8) img {
    width: 90%;
    padding: 0;
}

.project_quick_description a {
    display: block;
    margin-top: 0.5rem;
    color: #B91419;
    font-weight: bold;
    font-size: 1.1rem;
}

#dji_mobile_snippets {
    width: auto;
    margin-left: 15%;
    padding: 4rem 0 2rem 4rem;
}

#dji_mobile_snippets .mobile_snippets_content {
    gap: 2rem;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    display: inline-flex;
    width: 100%;
    padding-right: 4rem;
}

#dji_mobile_snippets .mobile_snippets_content::-webkit-scrollbar {
    width: 0;
}

#dji_mobile_snippets .mobile_snippets_content img {
    margin: 0;
    min-width: 320px;
    height: auto;
}

#dji_mobile_snippets .arrows_navigation {
    margin-bottom: 2rem;
}

/* BSTRO */
.bstro_hero {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0)90%, rgba(54,52,59,0.6) 100%), url(../images/portfolio/projects/bstro/bstro-hero.jpg);
    /* background-color: var(--dark-gray-color); */
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: grid;
    align-items: flex-end;
}

.bstro_hero .bottom_content {
    margin: 0;
    padding: 0 4rem;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

#bstro_project .computer_mockup>img {
    border-radius: 1.3rem;
}

#bstro_highlight {
    background: var(--bstro-main-color);
}

#bstro_highlight .project_highlight_container {
    display: grid;
    margin: 0 auto;
    max-width: 1300px;
    padding: 4rem 4rem 2rem;
    text-align: center;
    color: var(--dark-gray-color);
}

#bstro_highlight p {
    color: var(--dark-gray-color);
}

#bstro_highlight .project_screen {
    aspect-ratio: 77 / 49;
    background: url(../images/portfolio/projects/bstro/highlight/bstro-home.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
}

#bstro_highlight .project_screen:hover {
    animation: scroll 50s infinite;
}

.bstro_project_copy {
    grid-column: 1/2;
    margin: 4rem auto;
    color: var(--dark-gray-color);
}

.bstro_project_copy h4 {
    margin-bottom: 1rem;
}

#bstro_stats .stats_content {
    background: var(--bstro-main-color);
    padding: 3rem 2rem 4rem;
    color: var(--dark-gray-color);
    border-radius: 1.3rem;
    text-align: center;
}

#bstro_stats .stats_content p {
    color: var(--dark-gray-color);
}

#tools_bstro {
    padding: 4rem 4rem;
}

#tools_bstro .tools_content {
    padding: 0;
}

#tools_bstro .tools_content img {
    width: 25%;
    margin: 0;
    padding: 0.5rem;
}

#tools_bstro .tools_content:first-child img {
    width: 40%;
    padding: 0;
}

.project_quick_description a {
    display: block;
    margin-top: 0.5rem;
    color: #B91419;
    font-weight: bold;
    font-size: 1.1rem;
}

#bstro_monile_snippets {
    width: auto;
    margin-left: 15%;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    padding-left: 4rem;
}

#bstro_monile_snippets .mobile_snippets_content {
    gap: 2rem;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    display: flex;
    width: 100%;
    padding-right: 4rem;
}

#bstro_monile_snippets .arrows_navigation {
    margin-bottom: 2rem;
}

#bstro_mobile_snippets {
    max-width: 1300px;
    margin: 6rem auto 2rem;
    padding: 0 4rem;
}

#bstro_mobile_snippets .mobile_snippets_content {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
}

#bstro_mobile_snippets .mobile_snippets_content img {
    height: auto;
    margin: 0 auto;
    width: 100% !important;
}

/* Kayne Designs */
.kayne_hero {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0)90%, rgba(54,52,59,0.6) 100%), url(../images/portfolio/projects/kayne-designs/kayne-designs-hero.jpg);
    /* background-color: var(--dark-gray-color); */
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: grid;
    align-items: flex-end;
}

.kayne_hero .bottom_content {
    margin: 0;
    padding: 0 4rem;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

#kayne_project .computer_mockup>img {
    border-radius: 1.3rem;
}

#kayne_highlight {
    background: var(--kayne-main-color);
}

#kayne_highlight .project_highlight_container {
    display: grid;
    margin: 0 auto;
    max-width: 1300px;
    padding: 4rem 4rem 2rem;
    text-align: center;
    color: var(--white-color);
}

#kayne_highlight p {
    color: var(--white-color);
}

#kayne_highlight .project_screen {
    aspect-ratio: 77 / 49;
    background: url(../images/portfolio/projects/kayne-designs/highlight/kayne-designs-home.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
    border: .5rem solid var(--white-color);
}

#kayne_highlight .project_screen:hover {
    animation: scroll 50s infinite;
}

.kayne_project_copy {
    grid-column: 1/2;
    margin: 4rem auto;
    color: var(--dark-gray-color);
}

.kayne_project_copy h4 {
    margin-bottom: 1rem;
}

#kayne_stats .stats_content {
    background: var(--kayne-main-color);
    padding: 3rem 2rem 4rem;
    color: var(--white-color);
    border-radius: 1.3rem;
    text-align: center;
}

#kayne_stats .stats_content p {
    color: var(--white-color);
}

#tools_kayne {
    padding: 4rem 4rem;
}

#tools_kayne .tools_content {
    padding: 0;
}

#tools_kayne .tools_content img {
    width: 25%;
    margin: 0;
    padding: 0.5rem;
}

#tools_kayne .tools_content:first-child img {
    width: 40%;
    padding: 0;
}

.project_quick_description a {
    display: block;
    margin-top: 0.5rem;
    color: #B91419;
    font-weight: bold;
    font-size: 1.1rem;
}

#kayne_monile_snippets {
    width: auto;
    margin-left: 15%;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    padding-left: 4rem;
}

#kayne_monile_snippets .mobile_snippets_content {
    gap: 2rem;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    display: flex;
    width: 100%;
    padding-right: 4rem;
}

#kayne_monile_snippets .arrows_navigation {
    margin-bottom: 2rem;
}

#kayne_mobile_snippets {
    max-width: 1300px;
    margin: 6rem auto 2rem;
    padding: 0 4rem;
}

#kayne_mobile_snippets .mobile_snippets_content {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
}

#kayne_mobile_snippets .mobile_snippets_content img {
    height: auto;
    margin: 0 auto;
    width: 100% !important;
}

/* UBC Ensuring Full Literacy */
.ubc-efl_hero {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0)90%, rgba(54,52,59,0.6) 100%), url(../images/portfolio/projects/ubc-ensuring-full-literacy/ubc-ensuring-full-literacy-hero.jpg);
    /* background-color: var(--dark-gray-color); */
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: grid;
    align-items: flex-end;
}

.ubc-efl_hero .bottom_content {
    margin: 0;
    padding: 0 4rem;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

#ubc-efl_project .computer_mockup>img {
    border-radius: 1.3rem;
}

#ubc-efl_highlight {
    background: var(--ubc-efl-main-color);
}

#ubc-efl_highlight .project_highlight_container {
    display: grid;
    margin: 0 auto;
    max-width: 1300px;
    padding: 4rem 4rem 2rem;
    text-align: center;
    color: var(--white-color);
}

#ubc-efl_highlight p {
    color: var(--white-color);
}

#ubc-efl_highlight .project_screen {
    aspect-ratio: 77 / 49;
    background: url(../images/portfolio/projects/ubc-ensuring-full-literacy/highlight/ubc-ensuring-full-literacy-homepage.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
    border: .5rem solid var(--white-color);
}

#ubc-efl_highlight .project_screen:hover {
    animation: scroll 50s infinite;
}

.ubc-efl_project_copy {
    grid-column: 1/2;
    margin: 4rem auto;
    color: var(--dark-gray-color);
}

.ubc-efl_project_copy h4 {
    margin-bottom: 1rem;
}

#ubc-efl_stats .stats_content {
    background: var(--ubc-efl-main-color);
    padding: 3rem 2rem 4rem;
    color: var(--white-color);
    border-radius: 1.3rem;
    text-align: center;
}

#ubc-efl_stats .stats_content p {
    color: var(--white-color);
}

#tools_ubc-efl {
    padding: 4rem 4rem;
}

#tools_ubc-efl .tools_content {
    padding: 0;
}

#tools_ubc-efl .tools_content img {
    width: 25%;
    margin: 0;
    padding: 0.5rem;
}

#tools_ubc-efl .tools_content:first-child img {
    width: 40%;
    padding: 0;
}

.project_quick_description a {
    display: block;
    margin-top: 0.5rem;
    color: #B91419;
    font-weight: bold;
    font-size: 1.1rem;
}

#ubc-efl_logo_snippets {
    width: auto;
    margin-left: 15%;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    padding-left: 4rem;
}

#ubc-efl_logo_snippets .logo_snippets_content {
    gap: 2rem;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    display: flex;
    width: 100%;
    padding-right: 4rem;
}

#ubc-efl_monile_snippets .arrows_navigation {
    margin-bottom: 2rem;
}

#ubc-efl_logo_snippets {
    max-width: 1300px;
    margin: 6rem auto 2rem;
    padding: 0 4rem;
}

#ubc-efl_logo_snippets .logo_snippets_content {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
}

#ubc-efl_logo_snippets .logo_snippets_content img {
    height: auto;
    margin: 0 auto;
    width: 100% !important;
}

/* KPU Posters */
.kpu-posters_hero {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0)90%, rgba(0,0,0,0.6) 100%), url(../images/portfolio/projects/kpu-posters/kpu-posters-hero.jpg);
    /* background-color: var(--dark-gray-color); */
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: grid;
    align-items: flex-end;
}

.kpu-posters_hero .bottom_content {
    margin: 0;
    padding: 0 4rem;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

#kpu-posters_project .computer_mockup>img {
    border-radius: 1.3rem;
}

/* #kpu-posters_highlight {
    background: var(--kpu-main-color);
} */

#kpu-posters_highlight .project_highlight_container {
    display: grid;
    margin: 0 auto;
    max-width: 1300px;
    padding: 4rem 4rem 2rem;
    text-align: center;
    color: var(--white-color);
}

#kpu-posters_highlight p {
    color: var(--white-color);
}

/* #kpu-posters_highlight .project_screen {
    aspect-ratio: 77 / 49;
    background: url(../images/portfolio/projects/ubc-ensuring-full-literacy/highlight/ubc-ensuring-full-literacy-homepage.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
    border: .5rem solid var(--white-color);
} */

#kpu-posters_highlight .project_screen:hover {
    animation: scroll 50s infinite;
}

.kpu-posters_project_copy {
    grid-column: 1/2;
    margin: 4rem auto;
    color: var(--dark-gray-color);
}

.kpu-posters_project_copy h4 {
    margin-bottom: 1rem;
}

#kpu-posters_stats .stats_content {
    background: var(--kpu-main-color);
    padding: 3rem 2rem 4rem;
    color: var(--white-color);
    border-radius: 1.3rem;
    text-align: center;
}

#kpu-posters_stats .stats_content p {
    color: var(--white-color);
}

#tools_kpu-posters {
    padding: 4rem 4rem;
}

#tools_kpu-posters .tools_content {
    padding: 0;
}

#tools_kpu-posters .tools_content img {
    width: 25%;
    margin: 0;
    padding: 0.5rem;
}

.project_quick_description a {
    display: block;
    margin-top: 0.5rem;
    color: #B91419;
    font-weight: bold;
    font-size: 1.1rem;
}

#kpu-posters_logo_snippets {
    width: auto;
    margin-left: 15%;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    padding-left: 4rem;
}

#kpu-posters_logo_snippets .logo_snippets_content {
    gap: 2rem;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    display: flex;
    width: 100%;
    padding-right: 4rem;
}

#kpu-posters_monile_snippets .arrows_navigation {
    margin-bottom: 2rem;
}

#kpu-posters_logo_snippets {
    max-width: 1300px;
    margin: 6rem auto 2rem;
    padding: 0 4rem;
}

#kpu-posters_logo_snippets .logo_snippets_content {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
}

#kpu-posters_logo_snippets .logo_snippets_content img {
    height: auto;
    margin: 0 auto;
    width: 100% !important;
}

#kpu-posters_snippets {
    width: auto;
    margin-left: 15%;
    padding: 4rem 0 2rem 4rem;
}


#kpu-posters_snippets .arrows_navigation {
    margin-bottom: 2rem;
}

#kpu-posters_snippets .kpu-posters_snippets_content {
    gap: 2rem;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    display: inline-flex;
    width: 100%;
    padding-right: 4rem;
}

#kpu-posters_snippets .kpu-posters_snippets_content img {
    margin: 0;
    min-width: 320px;
    height: auto;
}

/* KPU Cube */
.kpu_cube_hero {
    background-image: url(../images/portfolio/projects/kpu-cube/cube_hero.gif);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: grid;
    align-items: flex-end;
}

#kpu_cube_highlight {
    background: var(--kpu-main-color);
}

#kpu_cube_highlight .project_highlight_container {
    display: grid;
    margin: 0 auto;
    max-width: 1300px;
    padding: 4rem 4rem;
    text-align: center;
    color: var(--white-color);
}

#kpu_cube_highlight p {
    color: var(--white-color);
    margin-top: 2rem;
}

#kpu_cube_highlight .project_screen {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /* aspect-ratio: 16 / 9; */
    border-color: var(--white-color);
}

#kpu_cube_highlight .project_screen video {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 23px;
    object-fit: cover;
}

#kpu_stats .stats_content {
    background: var(--kpu-main-color);
    padding: 3rem 2rem 4rem;
    color: var(--white-color);
    border-radius: 1.3rem;
    text-align: center;
}

#kpu_stats .stats_content p {
    color: var(--white-color);
}

/* #tools_kpu {
    padding: 4rem 4rem 2rem;
} */

#tools_kpu .tools_content {
    padding: 0;
}

#tools_kpu .tools_content:first-child img {
    width: 50%;
}

#tools_kpu .tools_content:nth-child(2) img,
#tools_kpu .tools_content:nth-child(3) img,
#tools_kpu .tools_content:last-child img {
    width: 30%;
    margin: 0;
    padding: 1rem;
}

#sisu_highlight .project_screen video {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 23px;
    object-fit: cover;
}

.handout_highlight {
    width: 100%;
    padding: 0;
}

#kpu_handout_snippets {
    max-width: 1300px;
    margin: 6rem auto 2rem;
    padding: 0 4rem;
}

.kpu_project_copy {
    grid-column: 1/2;
    margin: 4rem auto;
    color: var(--dark-gray-color);
}

.kpu_project_copy h4 {
    margin-bottom: 1rem;
}

#kpu_project .computer_mockup>img {
    border-radius: 1.3rem;
}

#kpu_handout_snippets .handout_snippets_content {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    display: grid;
}

#kpu_handout_snippets .handout_snippets_content img {
    height: auto;
    margin: 0 auto;
    width: 100% !important;
    border-radius: 1.3rem;
}


/* WYE Print */
.wye_hero {
    background-image: url(../images/portfolio/projects/wye-print/wye_print_hero.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: grid;
    align-items: flex-end;
}

.wye_project_copy {
    grid-column: 1/2;
    margin: 4rem auto;
    color: var(--dark-gray-color);
}

#wye_highlight {
    padding: 0;
    margin: 0;
}

#wye_project .computer_mockup>img {
    border-radius: 1.3rem;
}

#wye_stats .stats_content {
    background: var(--wye-print-main-color);
    padding: 3rem 2rem 4rem;
    color: var(--white-color);
    border-radius: 1.3rem;
    text-align: center;
}

#wye_stats .stats_content:nth-child(2) {
    background: #F6DA4A;
    color: #000000;
}

#wye_stats .stats_content:nth-child(2) p {
    color: #000000;
}

#wye_stats .stats_content:last-child {
    background: #D82E8A;
}

#wye_stats p {
    color: var(--white-color);
}

/* #wye_highlight .project_screen {
    width: 100%;
    aspect-ratio: 77 / 49;
    margin: 1rem auto;
    border-radius: 2rem;
    border: .5rem solid var(--dark-gray-color);
    background: url(../images/portfolio/projects/dream-journey/highlight/dji_home.jpg);
    background-repeat: no-repeat;
    background-size: 100%; 
    animation: bounce-img 5s infinite;   
} */

#wye_highlight .project_screen:hover {
    animation: scroll 50s infinite;
}

#wye_project {
    padding-top: 2rem;
}

.wye_project_copy {
    grid-column: 1/2;
    margin: 4rem auto;
    color: var(--dark-gray-color);
}

.wye_project_copy h4 {
    margin-bottom: 1rem;
}

#wye_stats .stats_content p {
    color: var(--white-color);
}

#tools_wye .tools_content {
    padding: 0;
}

#tools_wye .tools_content img {
    width: 25%;
    margin: 0;
    padding: 0.5rem;
}

.project_quick_description a {
    display: block;
    margin-top: 0.5rem;
    color: #B91419;
    font-weight: bold;
    font-size: 1.1rem;
}

#wye_snippets {
    width: auto;
    margin-left: 15%;
    padding: 4rem 0 2rem 4rem;
}


#wye_snippets .arrows_navigation {
    margin-bottom: 2rem;
}

#wye_snippets .wye_snippets_content {
    gap: 2rem;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    display: inline-flex;
    width: 100%;
    padding-right: 4rem;
}

#wye_snippets .wye_snippets_content img {
    margin: 0;
    min-width: 320px;
    height: auto;
}

/* Sisu */
.sisu_hero {
    background-image: url(../images/portfolio/projects/sisu/sisu_hero.gif);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: grid;
    align-items: flex-end;
}

#sisu_highlight {
    background: var(--sisu-main-color);
    margin-top: 2rem;
}

#sisu_highlight .project_highlight_container {
    display: grid;
    margin: 0 auto;
    max-width: 1300px;
    padding: 4rem 4rem;
    text-align: center;
    color: var(--white-color);
}

#sisu_highlight p {
    color: var(--white-color);
    margin-top: 2rem;
}

#sisu_highlight .project_screen {
    width: 50%;
    height: 100%;
    margin: 0 auto;
    aspect-ratio: 4 / 5;
    border-color: var(--white-color);
}

#sisu_project  {
    grid-template-columns: repeat(3, 1fr);
}

.sisu_project_copy {
    grid-column: 1/3;
    margin: 4rem auto;
    color: var(--dark-gray-color);
}

.sisu_project_copy h4 {
    margin-bottom: 1rem;
}

#sisu_project .project_img_highlights:last-child {
    grid-column: 3/4;
    grid-row: 2/3;
}

#sisu_stats .stats_content {
    background: var(--sisu-main-color);
    padding: 3rem 2rem 4rem;
    color: var(--white-color);
    border-radius: 1.3rem;
    text-align: center;
}

#sisu_stats .stats_content p {
    color: var(--white-color);
}

#sisu_stats .stats_highlights {
    padding: 2rem 4rem 4rem;
}

#tools_sisu .tools_content {
    padding: 0;
}

#tools_sisu .tools_content:first-child img,
#tools_sisu .tools_content:nth-child(3) img,
#tools_sisu .tools_content:last-child img {
    width: 20%;
    margin: 0;
    padding-right: 1rem;
}

#tools_sisu .tools_content:nth-child(2) img {
    width: 50%;
}

#sisu_videos_snippets {
    max-width: 1300px;
    margin: 0 auto;
    padding: 4rem 4rem 2rem;
}

.videos_snippets_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
}

.videos_snippets_content img:first-child {
    margin: 0 auto;
}

.videos_snippets_content img:nth-child(2) {
    margin: 3rem auto 0;
}

.videos_snippets_content .video_screen:last-child {
    aspect-ratio: 9 / 16;
}

.videos_snippets_content .video_screen video {
    width: 100%;
    height: auto;
    border: 0.5rem solid var(--dark-gray-color);
    border-radius: 1.3rem;
}

#sisu_videos_snippets p {
    font-style: italic;
    font-size: 1.3rem;
    margin-bottom: 2rem;
    text-align: center;
}

/* Solgar Emails Campaign */
.solgar_emails_hero {
    background-image: url(../images/portfolio/projects/solgar-emails/solgar_email_hero.gif);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: grid;
    align-items: flex-end;
}

#solgar_highlight {
    background: var(--solgar-main-color);
}

#solgar_highlight .project_highlight_container {
    display: grid;
    margin: 0 auto;
    max-width: 1300px;
    padding: 4rem 4rem .5rem;
    text-align: center;
    color: var(--white-color);
}

#solgar_highlight p {
    color: var(--white-color);
}

#solgar_highlight .project_screen {
    width: 50%;
    aspect-ratio: 4 / 8;
    margin: 0 auto;
    background: url(../images/portfolio/projects/solgar-emails/highlight/solgar_email_highlight_main.gif);
    background-repeat: no-repeat;
    background-size: cover; 
}

#solgar_highlight .project_screen:hover {
    animation: scroll 10s infinite;
}

#solgar_emails_project  {
    grid-template-columns: repeat(2, 1fr);
}

.solgar_emails_project_copy {
    grid-column: 1/2;
    margin: 4rem auto;
    color: var(--dark-gray-color);
}

.solgar_emails_project_copy h4 {
    margin-bottom: 1rem;
}

#solgar_emails_project .computer_mockup>img {
    border-radius: 1.3rem;
}

#tools_solgar {
    padding: 4rem 4rem;
}

#tools_solgar .tools_content {
    padding: 0;
}

#tools_solgar .tools_content:first-child img {
    width: 50%;
}

#tools_solgar .tools_content:nth-child(2) img {
    width: 50%;
}

#tools_solgar .tools_content:nth-child(3) img {
    width: 30%;
    margin: 0;
    padding: 1rem;
}

#tools_solgar .tools_content:last-child img {
    width: 40%;
}

#solgar_stats .stats_content {
    background: var(--solgar-main-color);
    padding: 3rem 2rem 4rem;
    color: var(--white-color);
    border-radius: 1.3rem;
    text-align: center;
}

#solgar_stats .stats_content p {
    color: var(--white-color);
}


/* Solgar Social Media */
.solgar_social_hero {
    background-image: linear-gradient(to top,rgba(255,255,255,0) 90%, var(--dark-gray-color) 100%), url(../images/portfolio/projects/solgar-social/solgar_social_hero.gif);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: grid;
    align-items: flex-end;
}

#tools_solgar_social {
    padding: 4rem 4rem;
}

#tools_solgar_social .tools_content {
    padding: 0;
}

#tools_solgar_social .tools_content:first-child img,
#tools_solgar_social .tools_content:last-child img  {
    width: 40%;
}

#tools_solgar_social .tools_content:nth-child(2) img,
#tools_solgar_social .tools_content:nth-child(3) img {
    width: 30%;
    margin: 0;
    padding: 1rem;
}

#solgar_highlight_social {
    background: var(--solgar-main-color);
}

#solgar_highlight_social .project_highlight_container {
    display: grid;
    margin: 0 auto;
    max-width: 1300px;
    padding: 4rem 4rem .5rem;
    text-align: center;
    color: var(--white-color);
}

#solgar_highlight_social p {
    color: var(--white-color);
}

#solgar_highlight_social .project_screen {
    width: 50%;
    aspect-ratio: 4 / 5;
    margin: 0 auto;
    background: url(../images/portfolio/projects/solgar-social/highlight/solgar_social_highlight_feed.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#solgar_highlight_social .project_screen:hover {
    animation: scroll 20s infinite;
}


#solgar_social_project  {
    grid-template-columns: repeat(2, 1fr);
}

.solgar_social_project_copy {
    grid-column: 1/2;
    margin: 4rem auto;
    color: var(--dark-gray-color);
}

.solgar_social_project_copy h4 {
    margin-bottom: 1rem;
}

#solgar_social_project .computer_mockup>img {
    border-radius: 1.3rem;
}

#reels_snippets p {
    font-style: italic;
    font-size: 1.3rem;
    margin-bottom: 2rem;
    text-align: center;
}

#solgar_social_project .project_img_highlights:last-child {
    transition-delay: 600ms;
    grid-column: 1 / 3;
    grid-row: 3 / 4;
}

#solgar_mobile {
    margin-bottom: 4rem;
}

#reels_snippets {
    width: auto;
    margin-left: 15%;
    padding: 2rem 0 2rem 4rem;
}

#reels_snippets .reels_snippets_content {
    gap: 2rem;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    display: inline-flex;
    width: 100%;
    padding-right: 4rem;
}

#reels_snippets .reels_snippets_content::-webkit-scrollbar {
    width: 0;
}

#reels_snippets .reels_snippets_content img {
    margin: 0;
    min-width: 320px;
    height: auto;
}

#reels_snippets .arrows_navigation {
    margin-bottom: 2rem;
}

#reels_snippets .reels_snippets_content {
    gap: 2rem;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    display: inline-flex;
    width: 100%;
    padding-right: 4rem;
}

#reels_snippets .reels_snippets_content video {
    margin: 0;
    width: 420px;
    height: 100%;
}

.reels_snippets_content video {
    width: 90%;
    height: auto;
    border: 0.5rem solid var(--dark-gray-color);
    border-radius: 1.3rem;
}

.audio_text {
    text-align: center;
    font-style: italic;
}

/* Snippets Pages */
.hs_container {
    overflow-x: hidden;
    margin: 4rem 0 0;
    width: 100%;
    display: flex;
}

.hs_content {
    display: inline-flex;
    white-space: nowrap;
    animation: 30s slide infinite linear;
    gap: 0 .5rem;
}

#project_imgs .hs_content {
    max-height: 25rem;
}

#project_imgs .hs_content img {
    width: auto;
    height: 100%;
}

.hs_img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 360px;
}

#dji_social {
    height: 360px;
}

#dji_social {
    height: 360px;
}

#solgar_social {
    height: 450px;
}

.hs_container:hover .hs_content {
    animation-play-state: paused;
}

.dji_social_1 {
    background-image: url(../images/portfolio/projects/dream-journey/social/social-2.jpg);
}
.dji_social_2 {
    background-image: url(../images/portfolio/projects/dream-journey/social/social-4.jpg);
}
.dji_social_3 {
    background-image: url(../images/portfolio/projects/dream-journey/social/social-5.jpg);
}
.dji_social_4 {
    background-image: url(../images/portfolio/projects/dream-journey/social/social-13.gif);
}
.dji_social_5 {
    background-image: url(../images/portfolio/projects/dream-journey/social/social-8.jpg);
}
.dji_social_6 {
    background-image: url(../images/portfolio/projects/dream-journey/social/social-9.jpg);
}
.dji_social_7 {
    background-image: url(../images/portfolio/projects/dream-journey/social/social-10.jpg);
}
.dji_social_8 {
    background-image: url(../images/portfolio/projects/dream-journey/social/social-16.gif);
}

.solgar_social_1 {
    background-image: url(../images/portfolio/projects/solgar-social/feed/solgar_feed_1.jpg);
}
.solgar_social_2 {
    background-image: url(../images/portfolio/projects/solgar-social/feed/solgar_feed_2.jpg);
}
.solgar_social_3 {
    background-image: url(../images/portfolio/projects/solgar-social/feed/solgar_feed_3.jpg);
}
.solgar_social_4 {
    background-image: url(../images/portfolio/projects/solgar-social/feed/solgar_feed_4.jpg);
}
.solgar_social_5 {
    background-image: url(../images/portfolio/projects/solgar-social/feed/solgar_feed_5.jpg);
}
.solgar_social_6 {
    background-image: url(../images/portfolio/projects/solgar-social/feed/solgar_feed_6.jpg);
}
.solgar_social_7 {
    background-image: url(../images/portfolio/projects/solgar-social/feed/solgar_feed_7.jpg);
}
.solgar_social_8 {
    background-image: url(../images/portfolio/projects/solgar-social/feed/solgar_feed_8.jpg);
}
.solgar_social_9 {
    background-image: url(../images/portfolio/projects/solgar-social/feed/solgar_feed_9.jpg);
}
.solgar_social_10 {
    background-image: url(../images/portfolio/projects/solgar-social/feed/solgar_feed_10.jpg);
}
.solgar_social_11 {
    background-image: url(../images/portfolio/projects/solgar-social/feed/solgar_feed_11.jpg);
}
.solgar_social_12 {
    background-image: url(../images/portfolio/projects/solgar-social/feed/solgar_feed_12.jpg);
}
.solgar_social_13 {
    background-image: url(../images/portfolio/projects/solgar-social/feed/solgar_feed_13.jpg);
}
.solgar_social_14 {
    background-image: url(../images/portfolio/projects/solgar-social/feed/solgar_feed_14.jpg);
}
.solgar_social_15 {
    background-image: url(../images/portfolio/projects/solgar-social/feed/solgar_feed_15.jpg);
}

/* Tools Used */
.tools_used {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1300px;
    padding: 4rem;
    margin: 0 auto;
}

.tools_content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.tools_content img {
    max-width: 70%;
}

.tools_content:nth-child(3) img {
    max-width: 50%;
    margin: 0 auto;
}

.tools_content:nth-child(4) img {
    max-width: 90%;
    margin: 0 auto;
}

/* Arrows */
.left::before {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    border-top: 3px solid var(--dark-gray-color);
    border-right: 3px solid var(--dark-gray-color);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.left {
    position: relative;
    cursor: pointer;
    border: none;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: rgba(241, 245, 253, 0);
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
}

.left::after {
    position: absolute;
    top: 45%;
    left: 0;
    margin-left: -2px;
    width: 30px;
    height: 3px;
    background: var(--dark-gray-color);
    content: ' ';
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.right::before {
    content: '';
    display: block;
    margin-left: 10px;
    padding: 0;
    width: 15px;
    height: 15px;
    border-top: 3px solid var(--dark-gray-color);
    border-right: 3px solid var(--dark-gray-color);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.right {
    position: relative;
    cursor: pointer;
    border: none;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background: rgba(241, 245, 253, 0);
}

.right::after {
    position: absolute;
    top: 45%;
    left: 0;
    margin-right: -2px;
    width: 30px;
    height: 3px;
    background: var(--dark-gray-color);
    content: ' ';
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    
}

.left:hover::before, .right:hover::before {
    border-top: 3px solid var(--main-color);
    border-right: 3px solid var(--main-color);
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
}

.left:hover::after, .right:hover::after {
    background:var(--main-color);
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
}



/* Animations CSS */
@keyframes loading {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}


@keyframes rotating {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}

@keyframes bounce {
    20%, 50%, 80%, to {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    70% {
        transform: translateY(-7px);
    }
    90% {
        transform: translateY(-3px);
    }
}

@keyframes bounce-left {
    20%, 50%, 80%, to {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-7px);
    }
    70% {
        transform: translateX(-3px);
    }
    90% {
        transform: translateX(-1px);
    }
}

@keyframes bounce-right {
    20%, 50%, 80%, to {
        transform: translateX(0);
    }
    40% {
        transform: translateX(7px);
    }
    70% {
        transform: translateX(3px);
    }
    90% {
        transform: translateX(1px);
    }
}

@keyframes bounce-img {
    0%, to {
        background-position: center top;
    }
    20% {
        background-position: center top;
    }
    40% {
        background-position: center -80px;
    }
    70% {
        background-position: center top;
    }
    90% {
        background-position: center -20px;
    }
}

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@keyframes in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
      font-style: italic;
      margin-left: 0px;
    }
  }
  
@keyframes out {
    from {
        opacity: 1;
        font-style: italic;
        margin-left: 0px;
    }
    to {
        opacity: 0;
    }
}


@keyframes progress1 {
    from {
      width: 0;
    }
    to {
      width: 92%;
    }
}

@keyframes progress2 {
    from {
      width: 0;
    }
    to {
      width: 91%;
    }
}

@keyframes progress3 {
    from {
      width: 0;
    }
    to {
      width: 87%;
    }
}

@keyframes progress4 {
    from {
      width: 0;
    }
    to {
      width: 90%;
    }
}

@keyframes progress5 {
    from {
      width: 0;
    }
    to {
      width: 84%;
    }
}

@keyframes progress6 {
    from {
      width: 0;
    }
    to {
      width: 81%;
    }
}

@keyframes progress7 {
    from {
      width: 0;
    }
    to {
      width: 74%;
    }
}

@keyframes progress8 {
    from {
      width: 0;
    }
    to {
      width: 67%;
    }
}

@keyframes progress9 {
    from {
      width: 0;
    }
    to {
      width: 87%;
    }
}

@keyframes progress10 {
    from {
      width: 0;
    }
    to {
      width: 70%;
    }
}

@keyframes progress11 {
    from {
      width: 0;
    }
    to {
      width: 82%;
    }
}

@keyframes progress12 {
    from {
      width: 0;
    }
    to {
      width: 74%;
    }
}

@keyframes scroll {
    from {
        background-position: top center;
    }
    to {
        background-position: bottom center;
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    30% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(0px - 50% - .25rem));
    }
}

@keyframes fadeInOut1 {
	0% {
		display: none;
		opacity: 0;
		top: -60px;
	}

	4.44%,
	17.78% {
		display: block;
		opacity: 1;
		top: 0;
	}

	22.22%,
	100% {
		display: none;
		opacity: 0;
		top: 100px;
	}

}

@keyframes fadeInOut2 {
	0%,
	22.22% {
		display: none;
		opacity: 0;
		top: -60px;
	}

	25.93%,
	37.04% {
		display: block;
		opacity: 1;
		top: 0;
	}

	40.74%,
	100% {
		display: none;
		opacity: 0;
		top: 100px;
	}

}

@keyframes fadeInOut3 {
	0%,
	40.74% {
		display: none;
		opacity: 0;
		top: -60px;
	}

	46.67%,
	64.44% {
		display: block;
		opacity: 1;
		top: 0;
	}

	70.37%,
	100% {
		display: none;
		opacity: 0;
		top: 100px;
	}

}

@keyframes fadeInOut4 {
	0%,
	70.37% {
		display: none;
		opacity: 0;
		top: -60px;
	}

	76.30%,
	94.07% {
		display: block;
		opacity: 1;
		top: 0;
	}

	100% {
		display: none;
		opacity: 0;
		top: 100px;
	}

}

@keyframes photo-slide-1 {
    0%, 40% { 
        opacity: 1; 
        transform: rotateY(0deg); 
    }
    50%, 90% { 
        opacity: 0; 
        transform: rotateY(90deg); 
    }
    100% { 
        opacity: 1; 
        transform: rotateY(0deg); 
    }
}

@keyframes photo-slide-2 {
    0%, 40% { 
        opacity: 1; 
        transform: rotateY(0deg); 
    }
    50%, 90% { 
        opacity: 0; 
        transform: rotateY(-90deg); 
    }
    100% { 
        opacity: 1; 
        transform: rotateY(0deg); 
    }
}

/* Responsive CSS */
@media screen and (max-width: 1460px) {
    /* .hero_image {
        margin: 10% 0 0;
    }

    .hero_image img:nth-child(2) {
        top: 35%;
    } */

    .card_menu ul {
        margin: 1rem 0;
    }
}

@media screen and (max-width: 1420px) {
    /* .hero_container {
        grid-template-columns: repeat(3, 1fr);
    }

    .hero_content {
        grid-column-end: 2;
    }

    .hero_images {
        grid-column-start: 2;
        grid-column-end: 4;
    }

    .hero_content h1 {
        font-size: 3.8rem;
    } */

    h2 {
        font-size: 3.4rem;
    }

    h3 {
        font-size: 2.6rem;
    }

    h4 {
        font-size: 1.6rem;
    }

    .percentage {
        font-size: 2rem;
    }

    .card_menu ul {
        margin: 0;
    }

    #honored_projects {
        padding: 0 4rem;
        width: 90%;
    }
}

@media screen and (max-width: 1420px) {
    .cards_container .card_project:first-child {
        justify-content: center;
    }
}

@media screen and (max-width: 1190px) {
    /* .hero_image {
        margin: 15% 0 0;
    }

    .hero_image img:nth-child(2) {
        top: 40%;
        left: 5%;
    } */

    .cards_container .card_project:first-child {
        padding: 0;
        justify-content: center;
    }

    /* .card_menu ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        -o-columns: 2;
    } */
}

@media screen and (max-width: 1240px) {
    .hero_content h1 {
        font-size: 3.8rem;
    }
}

@media screen and (max-width: 1080px) {
    h3 {
        font-size: 2.2rem;
    }

    p {
        font-size: 1rem;
    }

    .sneak_peak_card p {
        font-size: 1.1rem;
    }

    .about_container {
        /* grid-template-columns: repeat(2, 1fr); */
        gap: 2rem;
        padding: 0 4rem;
        align-items: flex-start;
    }

    .about_copy {
        display: grid;
        grid-column-start: 1;
        grid-column-end: 4;
    }

    .about_quote h4 {
        font-size: 2.6rem;
    }

    .about_quote {
        display: grid;
        grid-column-start: 2;
        grid-column-end: 4;
        padding: 4rem 4rem 0;
    }

    .navbar_container {
        height: 70px;
    }
    
    .floating_sentence {
        width: 66%;
    }

    .sneak_peak {
        padding: 4rem;
    }

    .about_copy {
        grid-column-start: 1;
        grid-column-end: 4;
    }

    .skills_content ul {
        gap: 0.5rem;
    }

    #clients {
        padding: 0;
    }

    .card_menu ul {
        margin: 0;
    }

    .cards_container .card_project:first-child {
        justify-content: flex-start;
    }

    .card_project {
        width: calc(100% / 2 - 1rem);
    }

    #honored_projects ul {
        display: grid;
    }
    
    .honored_grid {
        display: none;
    }

    #honored_projects {
        padding: 0 8rem;
    }

    /* Projects */
    .project_description {
        margin: 4rem auto;
    }

    .project_highlight_container,
    #dji_highlight .project_highlight_container,
    #kayne_highlight .project_highlight_container,
    #ubc-efl_highlight .project_highlight_container,
    #bstro_highlight .project_highlight_container,
    #kpu-posters_highlight .project_highlight_container,
    #kpu_cube_highlight .project_highlight_container {
        padding: 4rem;
    }

    .project_gallery {
        padding: 1rem 4rem;
    }

    .project_highlight_top {
        margin-top: 2rem;
    }

    .st_project_copy,
    .bstro_project_copy,
    .dji_project_copy,
    .kayne_project_copy,
    .ubc-efl_project_copy,
    .kpu_project_copy,
    .kpu-posters_project_copy,
    .wye_project_copy,
    .solgar_emails_project_copy,
    .solgar_social_project_copy {
        grid-column: 1/3;
        margin: 1rem auto;
    }

    .sisu_project_copy {
        grid-column: 1/4;
        margin: 1rem auto;
    }

    #bstro_mobile_snippets {
        margin: 4rem auto 4rem;
    }

    .hs_container {
        margin: 2rem 0 2rem;
    }

    .tools_used {
        gap: .5rem;
        padding: 2rem 4rem 4rem !important;
        grid-row-gap: 2rem !important;
    }

    .tools_content img {
        max-width: 90%;
    }

    .tools_content {
        padding: 0;
    }

    .mobile_snippets {
        margin: 0 auto;
    }

    #kayne_mobile_snippets {
        margin-left: 0%;
        padding: 2rem 0 3rem 4rem;
    }

    #kayne_mobile_snippets .mobile_snippets_content img {
        min-width: 220px;
    }

    #ubc-efl_mobile_snippets {
        margin-left: 0%;
        padding: 2rem 0 3rem 4rem;
    }

    #ubc-efl_mobile_snippets .mobile_snippets_content img {
        min-width: 220px;
    }

    #dji_mobile_snippets {
        margin-left: 0%;
        padding: 2rem 0 3rem 4rem;
    }

    #dji_mobile_snippets .mobile_snippets_content img {
        min-width: 220px;
    }

    .title {
        padding: 1rem 0;
    }

    .contact_container > .floating_sentence {
        margin: 3rem auto;
    }

    .social_media_wrap {
        margin: 0 auto;
    }

    #kpu_handout_snippets {
        margin: 4rem auto;
    }

    #kpu_handout_snippets .handout_snippets_content {
        gap: 1rem;
    }
}

/* @media screen and (max-width: 1040px) {
    .hero_content {
        place-items: flex-start;
        margin-top: 10rem;
    }

    .hero_content h1 {
        font-size: 4rem;
    }

    .hero_content h4 {
        font-size: 1.2rem;
    }

    .hero_content {
        margin-top: 7rem;
    }

    #tytewrite {
        margin: 0 auto .5rem;
    }

    .hero_image {
        margin: 10% 0 0;
    }

    .hero_image img:first-child {
        width: 90%;
    }

    .hero_image img:nth-child(2) {
        top: 35%;
    }

    .hero_content p {
        margin-top: .5rem;
        font-size: 1rem;
    }

    .btn_hero {
        margin-top: 1rem;
    }

    .floating_sentence {
        width: 35%;
    }
} */

/* iPad Pro */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    /* .hero {
        position: relative;
        overflow: hidden;
    } */

    /* .hero_container {
        height: 40vh;
    } */

    /* .hero_content {
        margin-top: 10rem;
    } */

    /* .hero_images {
        margin: 2rem 0 0;
    } */

    /* .hero_image img:nth-child(2) {
        top: 17%;
        left: 9%;
    } */

    #skills {
        padding: 0 4rem;
    }

    .sneak_peak {
        padding: 2rem 4rem 4rem;
    }

    .card_menu ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        -o-columns: 1;
    }

    .cards_container .card_project:first-child {
        justify-content: flex-end;
        padding: 0 2rem;
    }
}

/* iPad Mini */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 768px) 
  and (orientation: landscape) {
    .hero_content h1 {
        font-size: 3.4rem;
    }

    .navbar_menu {
        column-gap: 2rem;
        padding-bottom: 0;
    }

    .hero_content p {
        font-size: 1.2rem;
    }

    .hero_content .hero_btn {
        padding: .8rem 1rem;
    }

    .btn_hero {
        margin-top: 0;
    }

    #projects_img {
        height: 20rem;
    }

    .projects_1 {
        width: 320px;
    }

    .projects_2 {
        width: 256px;
    }

    .projects_3 {
        width: 320px;
    }

    .projects_4 {
        width: 256px;
    }

    .projects_5 {
        width: 320px;
    }

    .projects_6 {
        width: 256px;
    }

    .projects_7 {
        width: 320px;
    }

    .projects_8 {
        width: 256px;
    }
}

/* iPad Pro */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) {
    .preloader img {
        width: 30%;
    }

    .preloader::after {
        height: 5rem;
        width: 5rem;
    }

    .hero_copy {
        padding: 0 6rem;
    }

    .hero_content h1 {
        font-size: 5.5rem;
    }

    h4 {
        font-size: 2.4rem;
    }

    .hero_content p {
        font-size: 1.8rem;
    }

    .hero-description {
        display: block;
    }

    .btn_hero {
        margin-top: 2rem;
    }

    .about_img {
        min-height: 400px;
    }

    .awards_card {
        margin: 1rem 0;
    }

    .awards_container {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        padding: 0;
        gap: 3rem;
    }

    .social_media_wrap {
        gap: 2rem;
        text-align: center;
    }
}

/* iPad Air */
@media only screen 
  and (min-width: 820px) 
  and (max-height: 1180px) 
  and (orientation: portrait) {
    .navbar {
        padding: 1rem 2rem;
    }

    .about_img {
        min-height: 340px;
    }

    .about_container {
        gap: 0;
    }
  }

@media screen and (max-width: 992px) {
    h1 {
        font-size: 3.6rem;
    }
    
    h2 {
        font-size: 3.2rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 1.6rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.3;
    }

    body {
        background: radial-gradient(70rem circle at -50px -50px, var(--white-color) 20%, transparent 81%), linear-gradient(175deg, var(--light-gray-color) 10%, var(--light-blue-gray-color) 100%), radial-gradient(300rem circle at 100% 100%, var(--blue-dark-gray-color) 20%, transparent 81%);
    }

    /* .navbar {
        padding: 1rem 2rem;
    }

    .sticky {
        padding: 0 2rem !important;
        z-index: 100;
        top: 2rem;
        right: 2rem;
        left: 2rem;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 50%);
    }

    .navbar_container {
        display: flex;
        justify-content: space-between;
        height: 80px;
        z-index: 1;
        width: 100%;
        padding: 0;
    }

    .navbar_menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 1.5rem;
        margin: 0;
        width: 100%;
        position: absolute;
        top: -100%;
        bottom: 0;
        right: 0;
        opacity: 0;
        transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        height: 100hv;
        z-index: -1;
        font-size: 1.4rem;
    }

    .sticky #navbar_logo img {
        z-index: 100;
    }

    .navbar_menu.active {
        background: rgba(255, 255, 255, .9);
        backdrop-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 1;
        transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        z-index: 1;
        width: 100%;
        height: 100vh;
        font-size: 1.2rem;
        color: var(--white-color);
        border-radius: 50px;
    }

    .navbar_toggle .bar {
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.35s ease-in;
        -o-transition: all 0.35s ease-in;
        -webkit-transition: all 0.35s ease-in;
        -moz-transition: all 0.35s ease-in;
        background-color: var(--main-color);
        z-index: 5;
    }

    .navbar_toggle {
        z-index: 5;
    }

    .navbar_item {
        width: 100%;
        height: auto;
    }

    .navbar_links {
        color: var(--main-color);
        text-align: flex-start;
        justify-content: flex-start;
        padding-left: 4rem;
        width: 100%;
        display: flex;
    }

    .active {
        color: var(--dark-gray-color);
    }

    .sticky #mobile_menu {
        position: absolute;
        top: 5%;
        right: 5%;
        transform: translate(50%, 80%);
        -webkit-transform: translate(50%, 80%);
        -o-transform: translate(50%, 80%);
        -moz-transform: translate(50%, 80%);
    }

    .sticky .navbar_toggle {
        display: block;
    }

    .navbar_btn {
        padding: 1rem 4rem;
    }

    .button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: 80px;
        margin: 0 auto;
    }

    .navbar_toggle .bar {
        display: block;
        cursor: pointer;
    }

    #mobile_menu.is-active .bar:nth-child(2) {
        opacity: 0;
    }

    #mobile_menu.is-active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
        -webkit-transform: translateY(8px) rotate(45deg);
        -o-transform: translateY(8px) rotate(45deg);
        -moz-transform: translateY(8px) rotate(45deg);
        z-index: 5;
    }

    #mobile_menu.is-active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -o-transform: translateY(-8px) rotate(-45deg);
        -moz-transform: translateY(-8px) rotate(-45deg);
        z-index: 5;
    }

    .navbar_toggle.is-active {
        z-index: 5;
    }

    #white .navbar_links {
        color: var(--dark-gray-color);
    }

    #white .navbar_item {
        color: var(--dark-gray-color);
        font-size: 2rem;
    }

    #white .navbar_item .active {
        color: var(--main-color);
    }

    .navbar_btn>.navbar_links {
        font-size: 1rem;
        border: 2px solid var(--main-color);
        color: var(--main-color);
    } */

    /* .hero_container {
        padding: 0 4rem;
    }

    .hero_content {
        margin-top: 7rem;
    }

    .hero_images {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .hero_image {
        margin: 0;
    }

    .hero_image img:first-child {
        width: 80%;
        top: -10%;
    }

    .hero_image img:nth-child(2) {
        top: 20%;
        left: 30%;
        width: 15%;
    } */

    .hero_content {
        padding: 0 4rem;
    }

    .projects_1, .projects_3, .projects_5, .projects_7 {
        width: 475px;
        height: 380px;
    }
    
    .projects_2, .projects_4, .projects_6, .projects_8 {
        width: 380px;
        height: 475px;
    }

    br {
        display: none;
    }

    .bottom_content {
        padding: 0 4rem;
    }

    .sneak_peak_card:hover a, .sneak_peak_card:active a {
        background: linear-gradient(117.03deg, var(--light-red-color) 1.82%, var(--main-color) 92.11%);
        transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -o-transform: scale(1.025);
        -moz-transform: scale(1.025);
        transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        box-shadow: 0px 80px 70px -60px var(--light-red-color);
        -webkit-box-shadow: 0px 80px 70px -60px var(--light-red-color);
        -o-box-shadow: 0px 80px 70px -60px var(--light-red-color);
        -moz-box-shadow: 0px 80px 70px -60px var(--light-red-color);
    } 
    
    .sneak_peak_card:hover a .answer_box, .sneak_peak_card:active a .answer_box {
        box-shadow: 0px 80px 70px -80px var(--light-red-color);
        -webkit-box-shadow: 0px 80px 70px -80px var(--light-red-color);
        -o-box-shadow: 0px 80px 70px -80px var(--light-red-color);
        -moz-box-shadow: 0px 80px 70px -80px var(--light-red-color);
        transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
    }

    .floating_sentence {
        width: 50%;
    }
    
    .sneak_peak_card:active a h4, .sneak_peak_card:active a p {
        color: var(--white-color);
    }

    .floating_sentence {
        width: 60%;
    }

    .hero_content h1 {
        font-size: 3.6rem;
    }

    .hero_content h4 {
        line-height: 1.2;
        font-size: 1.6rem;
    }

    .bottom_content {
        padding: 0 4rem;
    }

    #progress {
        right: 1.25rem;
    }

    .link_top {
        font-size: .6rem;
    }

    .sneak_peak {
        padding: 4rem;
        margin: 0 auto;
        width: 100%;
    }

    .sneak_peak h4 {
        font-size: 1.6rem;
        margin: 1rem 0;
    }

    .sneak_peak_container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .sneak_peak_card {
        margin: 1.5rem 0;
    }

    .sneak_peak_card a {
        padding: 1.5rem 2rem;
    }

    .sneak_peak_card:active .answer_box {
        margin-bottom: 2rem;
    }

    .about_copy {
        grid-column-start: 1;
        grid-column-end: 4;
    }

    .about_quote {
        padding: 4rem 0 0 4rem;
    }

    .about_quote h4 {
        font-size: 1.8rem;
    }

    .awards_section {
        padding: 0 4rem;
    }

    .awards_card a {
        padding: 1.5rem 2rem;
    }

    .awards_card:active a {
        transform: translateY(-1.5rem);
    } 

    #awards .floating_sentence {
        margin: 0 0 1rem;
    }

    .awards_container {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        padding: 0;
        gap: 1rem;
        margin: 0;
    }

    .awards_card span {
        margin: .5rem 0 0;
    }

    .awards_card {
        margin: 1rem 0;
    }

    #skills {
        padding: 4rem;
    }

    .skills_container {
        grid-auto-flow: row;
        padding: 4rem;
        gap: 1rem;
    }

    .skills_content ul {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }

    .skills_content li {
        font-size: 1rem;
    }

    #software {
        padding: 4rem;
    }

    .software_container {
        padding: 4rem;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        gap: 0;
    }

    .software_menu p {
        margin: 1rem 0;
    }

    .software_categories {
        display: none;
    }

    .software_content {
        display: grid;
        grid-column-start: 1;
        grid-column-end: 2;
        width: 100%;
    }

    #clients {
        padding: 2rem 0;
    }

    #clients h4 {
        margin: 1rem 2rem;
    }

    #clients .hs_container {
        margin: 2rem 0 0;
        padding: 2rem 0;
    }

    #clients .hs_content img {
        height: 4rem;
        width: auto;
        margin: 0 36px;
    }

    #clients .hs_container:before, #clients .hs_container:after {
        width: 2rem;
    }

    #portfolio {
        padding: 2rem 4rem;
    }

    .cards_container .card_project:first-child {
        display: block;
        padding: 0;
        margin-right: 50%;
    }

    .cards_container .card_project:first-child {
        margin: 0;
        width: 100%;
    }

    .card_menu ul {
        margin: 1rem 0 0;
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
    }

    .card_project {
        width: calc(100% / 2 - 1rem);
        margin: .5rem;
    }

    .cards_container .card_project:nth-child(2),
    .cards_container .card_project:nth-child(3) {
        margin-top: 2rem;
    }

    .project_block .project_layer {
        padding: 0 2rem 1.5rem;
    }

    #honored_projects {
        padding: 0 8rem;
        margin-top: 1rem;
    }

    #honored_projects h4 {
        padding: 0;
    }

    #honored_projects ul {
        display: none;
    }

    .honored_grid {
        display: grid;
        grid-auto-flow: row;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2rem;
    }

    .honored_grid img {
        width: 100%;
        height: auto;
        margin-top: .5rem;
    }
    
    .honored_project {
        border-bottom: 2px solid var(--blue-gray-color);
        padding: 1rem 0;
    }

    .honored_project:nth-child(2) img {
        margin-top: 2rem;
    }
    
    .honored_project .link {
        display: flex;
        flex-direction: column;
        padding: .5rem 0;
    }
    
    .honored_project p {
        font-weight: bold;
        color: var(--dark-gray-color);
    }

    .honored_project span {
        margin: .25rem 0;
    }
    
    .honored_project a {
        text-decoration: none;
        color: var(--dark-gray-color);
    }

    .honored_project a span {
        text-decoration: underline;
        font-style: italic;
        font-weight: 400;
    }
    
    .honored_project a:active {
        color: var(--main-color);
        font-weight: bold;
    }

    .contact_container {
        padding: 2rem 4rem;
    }

    .contact_container > .floating_sentence {
        margin: 2rem 0;
        padding: 0 4rem;
    }

    .contact_container h4:first-child {
        margin-left: 0;
    }

    .contact_container h4:last-child {
        margin-right: 0;
    }

    .contact_content {
        grid-template-columns: 1fr;
    }

    form {
        margin-top: 0;
    }

    form .input_box {
        flex-direction: row;
    }

    .email_me a {
        font-size: 1.2rem;
    }

    .social_media {
        padding: 0 4rem;
    }

    .social_media_wrap {
        margin: 2rem auto 0;
        flex-direction: row;
        gap: 1rem;
    }

    .website_rights {
        font-size: .6rem;
    }

    /* Porjects */

    .project_description {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .project_task {
        margin: 2rem 0;
    }

    .project_gallery {
        padding: 2rem 4rem;
    }

    .project_highlight_container {
        padding: 4rem;
    }

    .st_project_copy, 
    .dji_project_copy, 
    .ubc-efl_project_copy, 
    .kpu-posters_project_copy, 
    .kayne_project_copy, 
    .bstro_project_copy,
    .kpu_project_copy {
        grid-column: 1/3;
        margin: 1rem 0;
    }

    .stats_highlights {
        padding: 1rem 10%;
    }

    .stats_content, 
    #dji_stats .stats_content, 
    #kayne_stats .stats_content,
    #kpu-posters_stats .stats_content,
    #bstro_stats .stats_content,
    #kpu_stats .stats_content {
        padding: 1rem 1rem 3rem;
    }

    .hs_container {
        margin: 2rem 0;
    }

    .tools_used {
        gap: 0;
    }

    .tools_content {
        padding: 0;
    }

    .tools_content img {
        max-width: 100%;
    }

    .card_project:first-child {
        aspect-ratio: auto;
    }

    .mobile_snippets {
        padding: 0 4rem;
    }

    .mobile_snippets_content {
        gap: 0;
    }

    .mobile_snippets_content img,
    #reels_snippets .reels_snippets_content video {
        width: 95%;
    }

    .mobile_snippets_content img:nth-child(4) {
        margin: 0 auto;
    }

    .title {
        padding: 0 0 2rem 0;
    }

    .title_content {
        padding: 2rem 0 0;
    }

    #ubc-efl_mobile_snippets,
    #reels_snippets {
        margin-left: 7%;
        padding: 1rem 0 2rem 0rem;
    }

    #kayne_mobile_snippets,
    #reels_snippets {
        margin-left: 7%;
        padding: 1rem 0 2rem 0rem;
    }

    #dji_mobile_snippets,
    #reels_snippets {
        margin-left: 7%;
        padding: 1rem 0 2rem 0rem;
    }

    #ubc-efl_mobile_snippets .mobile_snippets_content img,
    #reels_snippets .reels_snippets_content video {
        min-width: 220px;
    }

    #kayne_mobile_snippets .mobile_snippets_content img,
    #reels_snippets .reels_snippets_content video {
        min-width: 220px;
    }

    #dji_mobile_snippets .mobile_snippets_content img,
    #reels_snippets .reels_snippets_content video {
        min-width: 220px;
    }

    .bstro_hero {
        background-position: 47% center;
    }

    #bstro_mobile_snippets {
        margin: 4rem 0;
    }

    #kpu_handout_snippets {
        margin: 4rem auto;
    }

    #kpu_handout_snippets .handout_snippets_content {
        grid-template-columns: repeat(2, 1fr);
    }

    #kpu-posters_snippets {
        margin-left: 0%;
    }

    #wye_snippets {
        margin-left: 0%;
    }
}

@media screen and (max-width: 920px) {   
    .preloader img {
        width: 30%;
    }

    .preloader::after {
        height: 5rem;
        width: 5rem;
    }

    .hero_copy {
        padding: 0 2rem;
    }

    .hero_content h4 {
        font-size: 2rem;
    }

    .hero_content h1 {
        font-size: 5rem;
    }

    .hero-description {
        display: block;
    }

    .hero_content p {
        font-size: 1.8rem;
    }

    .btn_hero {
        margin-top: 2rem;
    }

    .hero_content .hero_btn {
        font-size: 1.2rem;
        padding: 1rem 1.4rem;
    }

    #portfolio {
        padding: 4rem;
    }

    .about_container {
        gap: 1rem;
    }

    .about_img {
        min-height: 360px;
    }

    .skills_content ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    /* .hero_content .hero_btn {
        font-size: .9rem;
        padding: .8rem 1rem;
    } */

    /* .hero_content {
        margin-top: 10rem;
    }

    .hero_image img:first-child {
        width: 100%;
        top: 0;
    }

    .hero_image img:nth-child(2) {
        top: 25%;
        left: 0;
        width: 25%;
    } */
}

@media screen and (max-width: 820px) {
    .hero_content h1 {
        font-size: 4.6rem;
    }

    .hero_content p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 820px) {
    /* .hero_images {
        width: 90%;
        margin: 0 auto;
    } */

    .hero-description {
        align-items: start;
        flex-direction: column;
    }

    .btn_hero {
        margin: 1rem 0 0;
    }

    .sneak_peak_card .answer_box {
        display: block;
        height: 60%;
        width: 100%;
        padding: 4rem 1.5rem 1rem 1.5rem;
        border-radius: 0 0 20px 20px;
        box-shadow: 0px 50px 70px -30px var(--light-red-color);
        -webkit-box-shadow: 0px 50px 70px -30px var(--light-red-color);
        -o-box-shadow: 0px 50px 70px -30px var(--light-red-color);
        -moz-box-shadow: 0px 50px 70px -30px var(--light-red-color);
    }

    .floating_sentence {
        width: 70%;
    }

    .sneak_peak_container {
        gap: 2rem;
    }

    #skills {
        padding: 4rem 4rem 1rem;
    }

    #software {
        padding: 4rem 4rem 1rem;
    }
}

@media screen and (max-width: 768px) {
    @keyframes fadeInOut1 {
        0% {
            display: none;
            opacity: 0;
        }
    
        4.44%,
        17.78% {
            display: block;
            opacity: 1;
        }
    
        22.22%,
        100% {
            display: none;
            opacity: 0;
        }
    
    }
    
    @keyframes fadeInOut2 {
        0%,
        22.22% {
            display: none;
            opacity: 0;
        }
    
        25.93%,
        37.04% {
            display: block;
            opacity: 1;
        }
    
        40.74%,
        100% {
            display: none;
            opacity: 0;
        }
    
    }
    
    @keyframes fadeInOut3 {
        0%,
        40.74% {
            display: none;
            opacity: 0;
        }
    
        46.67%,
        64.44% {
            display: block;
            opacity: 1;
        }
    
        70.37%,
        100% {
            display: none;
            opacity: 0;
        }
    
    }
    
    @keyframes fadeInOut4 {
        0%,
        70.37% {
            display: none;
            opacity: 0;
        }
    
        76.30%,
        94.07% {
            display: block;
            opacity: 1;
        }
    
        100% {
            display: none;
            opacity: 0;
        }
    }


    h1 {
        font-size: 3.4rem;
        line-height: 1.5;
    }
    
    h2 {
        font-size: 2rem;
        line-height: 1.4;
    }
    
    h3 {
        font-size: 1.6rem;
        line-height: 1.4;
    }
    
    h4 {
        font-size: 1.8rem;
        line-height: 1.4;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.4;
    }

    /* .sticky {
        top: 1rem;
        right: 1rem;
        left: 1rem;
    }

    .sticky #mobile_menu {
        right: 10%;
        z-index: 1001;
    } */

    .preloader img {
        width: 35%;
    }

    .navbar {
        padding: .5rem 1rem;
        background: rgba(255, 255, 255, .95);
        backdrop-filter: blur(8px);
    }

    .sticky {
        padding: 0 2rem !important;
        z-index: 100;
        top: 2rem;
        right: 2rem;
        left: 2rem;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 50%);
    }

    .navbar_container {
        display: flex;
        justify-content: space-between;
        /* height: 80px; */
        z-index: 1;
        width: 100%;
        padding: 0;
    }

    .navbar_menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 1rem;
        margin: 0;
        width: 100%;
        position: absolute;
        top: -100%;
        bottom: 0;
        right: 0;
        opacity: 0;
        transition: top 1s ease-out;
        -o-transition: top 1s ease-out;
        -webkit-transition: top 1s ease-out;
        -moz-transition: top 1s ease-out;
        height: 100vh;
        z-index: -1;
        font-size: 1.4rem;
    }

    .sticky #navbar_logo img {
        z-index: 100;
    }

    #white_logo #navbar_logo_white {
        display: none;
    }

    #white_logo #navbar_logo {
        display: block;
    }

    .navbar_menu.active {
        background: rgba(255, 255, 255, .95);
        backdrop-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 1;
        transition: top .5s ease-out;
        -o-transition: top .5s ease-out;
        -webkit-transition: top .5s ease-out;
        -moz-transition: top .5s ease-out;
        z-index: 1;
        width: 100%;
        height: 100vh;
        font-size: 1.2rem;
        color: var(--white-color);
    }

    .navbar_toggle .bar {
        width: 30px;
        height: 2px;
        margin: 6px auto;
        transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        background-color: var(--main-color);
        z-index: 5;
    }

    .navbar_btn.active .navbar_links {
        border: 2px solid var(--white-color);
        color: var(--white-color);
    }

    .navbar_toggle {
        z-index: 5;
    }

    .navbar_item {
        width: 100%;
        height: auto;
    }

    .navbar_links {
        color: var(--main-color);
        text-align: flex-start;
        justify-content: flex-start;
        padding-left: 4rem;
        width: 100%;
        display: flex;
    }

    .active {
        color: var(--dark-gray-color);
    }

    .sticky #mobile_menu {
        position: absolute;
        top: -4px;
        right: 50px;
        transform: translate(50%, 80%);
        -webkit-transform: translate(50%, 80%);
        -o-transform: translate(50%, 80%);
        -moz-transform: translate(50%, 80%);
    }

    /* .navbar .navbar_toggle {
        display: none;
    } */

    .sticky .navbar_toggle {
        display: block;
    }

    .navbar_btn {
        padding: 1rem 4rem;
    }

    .button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: 80px;
        margin: 0 auto;
    }

    .navbar_toggle .bar {
        display: block;
        cursor: pointer;
    }

    #mobile_menu.active .bar:nth-child(2) {
        opacity: 0;
    }

    #mobile_menu.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
        -webkit-transform: translateY(8px) rotate(45deg);
        -o-transform: translateY(8px) rotate(45deg);
        -moz-transform: translateY(8px) rotate(45deg);
        z-index: 5;
    }

    #mobile_menu.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -o-transform: translateY(-8px) rotate(-45deg);
        -moz-transform: translateY(-8px) rotate(-45deg);
        z-index: 5;
    }

    .navbar_toggle.active {
        z-index: 5;
    }

    #white .navbar_links {
        color: var(--dark-gray-color);
    }

    #white .navbar_item {
        color: var(--dark-gray-color);
        font-size: 1.2rem;
    }

    #white .navbar_item .active {
        color: var(--main-color);
    }

    .navbar_btn>.navbar_links {
        font-size: 1rem;
        /* border: 2px solid var(--main-color);
        color: var(--white-color); */
    }

    .hero_content h1 {
        font-size: 2.5rem;
    }

    .hero_content h4 {
        line-height: 1.2;
        font-size: 1.2rem;
    }

    .hero_content p {
        font-size: 1rem;
        line-height: 1.4;
    }

    .hero_content .hero_btn {
        font-size: .9rem;
        padding: .8rem 1.2rem;
    }

    .hero_images {
        margin-top: 1rem;
        width: 70%;
        margin: 0 auto;
    }

    .hero_image img:first-child {
        width: 100%;
        top: 0;
    }

    .hero_image img:nth-child(2) {
        top: 17%;
        left: 5%;
        width: 25%;
    }

    #mobile_background {
        width: auto;
        height: 100%;
        overflow: hidden;
        display: block;
    }

    #mobile_background img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        z-index: 0;
        object-fit: cover;
        mix-blend-mode: overlay;
        transform: translate(-50%, -50%);
    }

    .video_bg video {
        display: none;
    }

    .hero video ::-webkit-media-controls {
        display:none !important;
    }

    .bottom_content {
        padding: 0 2rem;
    }

    .social_content {
        display: none;
    }

    .social_content_mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 200px;
        z-index: 30;
        padding: 0 4rem;
        margin-top: 4rem;
        list-style-type: none
    }

    .social_content_mobile .social_icon_link {
        font-size: 1.8rem;
    }

    .bottom_content {
        grid-template-columns: 1fr;
        justify-content: space-between;
    }

    #progress {
        right: 1rem;
        bottom: 15rem;
    }

    .link_top {
        font-size: .6rem;
    }

    .sneak_peak {
        padding: 2rem 3rem 0 2rem;
        margin: 0 auto;
        width: 100%;
    }

    .floating_sentence {
        width: 100%;
    }

    .sneak_peak h4 {
        font-size: 1.4rem;
        margin: 1rem 0;
    }

    .sneak_peak_container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .sneak_peak_card {
        margin: 1.5rem 0;
    }

    .sneak_peak_card a {
        padding: 1.5rem 2rem;
    }

    .sneak_peak_card:active .answer_box {
        margin-bottom: 2rem;
    }

    .about_copy h2 {
        margin: 0;
    }

    .about_container {
        grid-template-columns: 1fr;
        padding: 2rem 3rem 2rem 2rem;
        column-gap: 0;
        row-gap: 1rem;
    }

    .about_copy {
        grid-column-start: auto;
        grid-column-end: auto;
    }

    .about_img {
        margin: 0 auto;
    }

    .about_quote {
        padding: 2rem 0 0 2rem;
        grid-column-start: auto;
        grid-column-end: auto;
        background-size: 40%;
    }

    .about_quote h4 {
        font-size: 1.8rem;
    }

    .awards_section {
        padding: 2rem 3rem 2rem 2rem;
    }

    .awards_card a {
        padding: 1.5rem 2rem;
    }

    .awards_card:active a {
        transform: translateY(-1.5rem);
    } 

    #awards .floating_sentence {
        margin: 0 0 1rem;
    }

    .awards_container {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        padding: 0;
        gap: 0;
    }

    .awards_card span {
        margin: .5rem 0 0;
    }

    .awards_card {
        margin: 1rem 0;
    }

    .honored_project:nth-child(2) img {
        margin-top: .5rem;
    }

    #skills {
        padding: 2rem 3rem 2rem 2rem;
    }

    .skills_container {
        grid-auto-flow: row;
        padding: 2rem;
        gap: 1rem;
    }

    .skills_content ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .skills_content li {
        font-size: 1rem;
    }

    #software {
        padding: 2rem 3rem 2rem 2rem;
    }

    .software_container {
        padding: 2rem;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        gap: 0;
    }

    .software_menu p {
        margin: 1rem 0;
    }

    .software_categories {
        display: none;
    }

    .software_block {
        width: 100%;
        margin: 1rem 0;
        flex-direction: row;
        gap: 0.5rem;
        justify-content: space-between;
        flex-flow: row wrap;
        align-items: center;
        display: flex;
    }

    .progress_bar {
        width: 100%;
        flex-grow: 4;
        margin-bottom: 0;
    }

    .software_icons {
        order: 2;
        width: 40px;
        height: 40px;
        font-size: 1rem;
        border-radius: 18px;
    }

    .percentage {
        order: 1;
        font-size: 2rem;
    }

    .software_name {
        order: 3;
        font-size: .8rem;
        width: 33%;
        text-align: right;
    }

    #clients {
        padding: 2rem 0;
    }

    #clients h4 {
        margin: 1rem 2rem;
    }

    #clients .hs_container {
        margin: 2rem 0 0;
        padding: 1rem 0;
    }

    #clients .hs_container:before, #clients .hs_container:after {
        width: 2rem;
    }

    #portfolio {
        padding: 2rem 3rem 2rem 2rem;
    }

    .cards_container .card_project:first-child {
        display: block;
        padding: 0;
    }

    .cards_container .card_project:nth-child(2),
    .cards_container .card_project:nth-child(3) {
        margin-top: 1rem;
    }

    .card_menu ul {
        margin: 1rem 0;
    }

    .card_project {
        width: 100%;
        margin: 1rem 0;
    }

    .project_block .project_layer {
        padding: 0 2rem 1.5rem;
    }

    #honored_projects {
        padding: 0 5rem 2rem 4rem;
    }

    #honored_projects h4 {
        padding: 0;
    }

    #honored_projects ul {
        display: none;
    }

    .honored_grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .honored_grid img {
        width: 100%;
        height: auto;
        margin-top: .5rem;
    }
    
    .honored_project {
        border-bottom: 2px solid var(--blue-gray-color);
        padding: 1rem 0;
    }
    
    .honored_project .link {
        display: flex;
        flex-direction: column;
        padding: .5rem 0;
    }
    
    .honored_project p {
        font-weight: bold;
        color: var(--dark-gray-color);
    }

    .honored_project span {
        margin: .25rem 0;
        font-size: .9rem;
    }
    
    .honored_project a {
        text-decoration: none;
        color: var(--dark-gray-color);
    }

    .honored_project a span {
        text-decoration: underline;
        font-style: italic;
        font-weight: 400;
        font-size: .9rem;
    }
    
    .honored_project a:active {
        color: var(--main-color);
        font-weight: bold;
    }

    .contact_container {
        padding: 0 4rem;
    }

    .contact_container > .floating_sentence {
        margin: 0;
        padding: 2rem 0 0;
    }

    .contact_container h4:first-child {
        margin-left: 0;
    }

    .contact_container h4:last-child {
        margin-right: 0;
    }

    .contact_content {
        grid-template-columns: 1fr;
    }

    form {
        margin-top: 0;
    }

    form .input_box {
        flex-direction: column;
    }

    .email_me a {
        font-size: 1.2rem;
    }

    .social_media {
        padding: 0 2rem;
    }

    .social_media_wrap {
        margin: 2rem auto 0;
        flex-direction: column;
        gap: 1rem;
    }

    .website_rights {
        font-size: .6rem;
        text-align: center;
    }

    .tools_used {
        grid-template-columns: repeat(3, 1fr);
    }

    #tools_st .tools_content:nth-child(8) img,
    #tools_kayne .tools_content:nth-child(8) img {
        width: 70%;
    }

    #tools_st .tools_content:nth-child(8) img,
    #tools_ubc-efl .tools_content:nth-child(8) img {
        width: 70%;
    }

    #tools_st .tools_content:nth-child(8) img,
    #tools_dji .tools_content:nth-child(8) img {
        width: 70%;
    }

    .tools_content:last-child {
        grid-column: 2 / 3;
    }

    /* Projects */
    .bstro_hero .bottom_content {
        padding: 0 2rem;
    }

    .project_description {
        margin: 3rem 0;
    }

    .project_highlight_bottom {
        margin: 2rem auto;
    }

    .project_highlight_container span {
        margin: 1rem 0 .5rem;
    }

    .tools_content p {
        font-size: .7rem;
    }

    #tools_solgar_social .tools_content:nth-child(2) img, #tools_solgar_social .tools_content:nth-child(3) img,
    #tools_solgar .tools_content:nth-child(3) img {
        padding: .4rem;
    }

    #solgar_mobile {
        margin-bottom: 2rem;
    }

    #sisu_highlight p {
        margin-top: 1rem;
    }

    .kpu-posters  {
        margin-top: 1rem;
    }

    #kpu-posters_snippets {
        padding: 3rem 0;
        margin-left: 8%;
    }

    .wye  {
        margin-top: 1rem;
    }

    #wye_snippets {
        padding: 3rem 0;
        margin-left: 8%;
    }

    /* .project_quick_description:last-child {
        grid-column: 2 / span 2;
    } */

    #st_highlight,
    #ubc-efl_highlight,
    #kayne_highlight,
    #kpu-posters_highlight,
    #dji_highlight,
    #bstro_highlight {
        margin: 2rem 0;
        padding: 2rem 0;
    }

    #st_highlight .project_highlight_container,
    #ubc-efl_highlight .project_highlight_container,
    #kayne_highlight .project_highlight_container,
    #dji_highlight .project_highlight_container,
    #kpu-posters_highlight .project_highlight_container,
    #bstro_highlight .project_highlight_container {
        padding: 1rem 3rem;
    }

    #st_highlight .project_screen,
    #ubc-efl_highlight .project_screen,
    #kpu-posters_highlight .project_screen,
    #kayne_highlight .project_screen,
    #dji_highlight .project_screen,
    #bstro_highlight .project_screen,
    #kpu_cube_highlight .project_screen,
    #solgar_highlight .project_screen,
    #sisu_highlight .project_screen,
    #solgar_highlight_social .project_screen {
        border-radius: 1rem;
        border-width: 0.25rem;
    }

    .project_gallery {
        grid-template-columns: 1fr;
        padding: 1rem 4rem;
        grid-row-gap: 1rem;
        grid-column-gap: 0;
    }

    .project_img_highlights:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }

    .project_img_highlights:nth-child(3) {
        grid-column: 1;
        grid-row: 3;
    }
    
    .project_img_highlights:nth-child(4) {
        grid-column: 1;
        grid-row: 4;
    }

    .project_img_highlights:last-child {
        grid-column: 1;
        grid-row: 5;
    }

    .stats_content span {
        font-size: 3rem;
    }

    .stats_content p {
        font-size: .8rem;
    }

    .stats_highlights {
        grid-template-columns: repeat(3, 1fr);
        padding: 1rem 4rem;
    }

    .stats_content, #dji_stats .stats_content, #bstro_stats .stats_content, #kpu_stats .stats_content, #wye_stats .stats_content, #kayne_stats .stats_content, #ubc-efl_stats .stats_content, #kpu-posters_stats .stats_content, #solgar_stats .stats_content, #sisu_stats .stats_content {
        padding: 1rem 1rem 2rem;
    }

    .hs_content img {
        max-height: 240px;
    }

    .mobile_snippets_content img,
    .reels_snippets_content video {
        border: 0.25rem solid var(--dark-gray-color);
        border-radius: 0.6rem;
    }

    .mobile_snippets_content img:nth-child(2), 
    .mobile_snippets_content img:nth-child(5) {
        margin: 1.5rem auto 0;
    }

    .mobile_snippets_content img:nth-child(3), 
    .mobile_snippets_content img:last-child {
        margin: 2.5rem auto 0;
    }

    .mobile_snippets {
        margin: 3rem auto;
    }

    #kayne_mobile_snippets .mobile_snippets_content,
    #reels_snippets .reels_snippets_content {
        gap: 1rem;
    }

    #ubc-efl_mobile_snippets .mobile_snippets_content,
    #reels_snippets .reels_snippets_content {
        gap: 1rem;
    }

    #dji_mobile_snippets .mobile_snippets_content,
    #reels_snippets .reels_snippets_content {
        gap: 1rem;
    }

    #kayne_mobile_snippets .mobile_snippets_content img,
    #reels_snippets .reels_snippets_content video {
        min-width: 160px;
    }

    #ubc-efl_mobile_snippets .mobile_snippets_content img,
    #reels_snippets .reels_snippets_content video {
        min-width: 160px;
    }

    #dji_mobile_snippets .mobile_snippets_content img,
    #reels_snippets .reels_snippets_content video {
        min-width: 160px;
    }

    #bstro_mobile_snippets .mobile_snippets_content {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }

    .title span {
        font-size: 1.2rem;
    }

    .title a {
        margin: 0;
        font-size: 2.5rem;
    }

    #kpu_handout_snippets {
        margin: 4rem auto;
    }

    #kpu_handout_snippets .handout_snippets_content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        display: grid;
    }

    .handout_highlight {
        margin-top: 0;
    }

    #sisu_project {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    #sisu_project .project_img_highlights:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
    }

    #sisu_project .project_img_highlights:last-child {
        grid-column: 1;
        grid-row: 3;
    }

    .videos_snippets_content .video_screen video {
        border: 0.25rem solid var(--dark-gray-color);
        border-radius: 0.6rem;
    }

    #sisu_videos_snippets {
        margin: 2rem auto;
        padding: 0rem 4rem;
    }

    .videos_snippets_content {
        gap: 1rem;
        grid-template-columns: 1fr;
    }

    .video_screen {
        width: 70%;
        margin: 0 auto;
    }

    #solgar_highlight,
    #kpu_cube_highlight,
    #sisu_highlight,
    #solgar_highlight_social {
        padding: 2rem 0;
        margin: 2rem 0;
    }

    #solgar_emails_project {
        grid-template-columns: 1fr;
    }

    #solgar_social_project {
        grid-template-columns: 1fr;
    }

    #solgar_social_project .project_img_highlights:last-child {
        grid-column: 1;
        grid-row: 4;
    }

    #solgar_highlight .project_highlight_container,
    #solgar_highlight_social .project_highlight_container,
    #kpu_cube_highlight .project_highlight_container,
    #sisu_highlight .project_highlight_container {
        padding: 1rem 3rem;
    }

    #sisu_highlight .project_screen {
        width: 70%;
    }

    .project_highlight_container p,
    #sisu_videos_snippets p {
        font-size: 1rem;
    }

    .tools_used {
        padding: 2rem 4rem !important;
    }

    .right::after {
        margin-right: 2px;
        left: 2px;
    }

    .left::after {
        margin-left: -2px;
        left: -2px;
    }

    #kpu_cube_highlight .project_screen video {
        border-radius: 12px;
    }

}    

@media only screen and (max-width: 720px) {
    /* .hero_container {
        grid-template-columns: 1fr 1fr;
    }

    .hero_images {
        width: 100%;
        grid-column-start: 2;
        grid-column-end: 3;
        margin: 6rem auto 0;
    } */

    .projects_1, .projects_3, .projects_5, .projects_7 {
        width: 375px;
        height: 300px;
    }
    
    .projects_2, .projects_4, .projects_6, .projects_8 {
        width: 300px;
        height: 375px;
    }
}

/* Surface Duo */
@media only screen 
  and (min-width: 720px) 
  and (max-height: 540px) 
  and (orientation: landscape) { 
    .preloader::after {
        height: 3rem;
        width: 3rem;
    }

    .navbar_menu {
        padding-bottom: 2rem;
        align-items: center;
        justify-content: end;
        gap: 0;
    }

    .navbar_menu.active {
        font-size: 1rem;
    }

    .navbar_item {
        margin: .3rem 0;
    }

    .navbar_links {
        justify-content: center;
        padding-left: 0;
    }

    .social_content_mobile {
        margin-top: 1rem;
    } 

    .hero {
        margin-top: 20vh;
    }

    .hero_container {
        height: 70vh;
    }

    .hero-description {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .hero_content h1 {
        margin: 0 auto 0.5rem;
    }

    .hero_content .hero_btn {
        font-size: .8rem;
        padding: .8rem 1rem;
    }

    .btn_hero {
        margin: 0;
    }

    .hero_content p {
        font-size: .9rem;
    }

    .hero_container {
        gap: 1rem;
    }

    .projects_1, .projects_3, .projects_5, .projects_7 {
        width: 220px;
    }

    .projects_2, .projects_4, .projects_6, .projects_8 {
        width: 190px;
    }

    #clients h4 {
        margin: 1rem 4rem;
    }

    .about_quote {
        background-size: 20%;
    }

    .about_quote h4 {
        font-size: 2rem;
    }

    .skills_content ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    
}

@media screen and (max-width: 650px) {
    /* .hero_images {
        width: 100%;
    } */

    .contact_container > .floating_sentence {
        margin-top: 2rem;
    }

    .about_quote {
        background-size: 50%;
    }
}

@media screen and (max-width: 588px) {
    .preloader::after {
        height: 3rem;
        width: 3rem;
    }

    .hero_copy {
        padding: 0;
    }

    .hero_content h1 {
        font-size: 3.6rem;
    }

    .hero_content p {
        font-size: 1.2rem;
    }

    .hero_content h4 {
        font-size: 1.6rem;
    }

    .card_menu ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    #progress {
        bottom: 5rem;
    }
}

@media screen and (max-width: 548px) {
    /* .hero_images {
        width: 75%;
    } */

    .hero_content h1 {
        font-size: 3rem;
    }

    .hero_content h4 {
        font-size: 1.4rem;
    }

    .hero_content p {
        font-size: 1rem;
    }

    .projects_1, .projects_3, .projects_5, .projects_7 {
        width: 300px;
        height: 240px;
    }
    
    .projects_2, .projects_4, .projects_6, .projects_8 {
        width: 240px;
        height: 300px;
    }

    .social_content {
        display: none;
    }

    .bottom_content {
        grid-template-columns: 1fr;
        justify-content: flex-end;
    }
}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 600px) 
  and (orientation: landscape) {
    .hero_container {
        justify-content: center;
    }

    .navbar_menu {
        column-gap: 2rem;
        padding-bottom: 0;
    }

    .hero_content h1 {
        font-size: 4rem;
    }

    .hero_content p {
        font-size: 1.4rem;
    }

    .projects_container {
        display: none;
    }

    .about_quote {
        background-size: 40%;
    }
}

@media only screen 
  and (min-width: 914px) 
  and (max-height: 412px) 
  and (orientation: landscape) {
    .navbar_menu {
        column-gap: 2rem;
        padding-bottom: 0;
    }

    .hero_container {
        justify-content: center;
    }

    .hero_content h1 {
        font-size: 3rem;
    }

    .projects_container {
        display: none;
    }

    .about_quote {
        background-size: 40%;
    }

}

@media screen and (max-width: 430px) {
    /* .hero {
        position: relative;
        overflow: hidden;
    } */

    .hero_content h1 {
        font-size: 2.4rem;
    }

    .hero_content {
        padding: 0 2rem;
    }

    .hero_content p {
        font-size: .85rem;
    }

    #projects_img {
        animation: 34s slide infinite linear;
    }

    .projects_1, .projects_3, .projects_5, .projects_7 {
        width: 500px;
    }

    .projects_2, .projects_4, .projects_6, .projects_8 {
        width: 400px;
    }

    .sneak_peak h4 {
        margin: 0;
    }

    .answer_box span {
        font-size: .75rem;
    }
    
    .hero_images {
        width: 80%;
        margin: 0.5rem auto;
    }

    .sneak_peak_card .answer_box {
        padding: 3rem 1rem 1rem;
    }

    .sneak_peak {
        padding: 2rem 3rem 0 2rem;
    }

    .sneak_peak_card:hover a, .sneak_peak_card:active a {
        transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -moz-transform: none;
    }

    .sneak_peak_card:hover .answer_box {
        height: 70%;
        padding: 3.5rem 1.5rem 1rem;
    }

    .tools_used {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 1rem !important;
        padding: 0rem 4rem !important;
    }

    .awards_section {
        padding: 1rem 3rem 1rem 2rem;
    }

    .awards_card:hover a {
        transform: none;
    }

    .awards_card:hover a+.project_link {
        display: none;
    }

    #skills {
        padding: 1rem 3rem 1rem 2rem;
    }

    #software {
        padding: 1rem 3rem 1rem 2rem;
    }

    #clients {
        padding: 1rem 0;
    }

    .card_menu ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    
    #honored_projects {
        padding: 0 5rem 0rem 4rem;
    }

    /* Projects */
    .dji_hero {
        background-position: 30% center;
    }

    .kayne_hero {
        background-position: 30% center;
    }

    .ubc-efl_hero {
        background-position: 30% center;
    }

    .quick_description_content {
        grid-template-columns: 1fr;
    }

    .project_quick_description:last-child {
        grid-column: 1;
    }

    .project_highlight_container span {
        font-size: .8rem;
    }

    .project_highlight_container p {
        font-size: 1rem;
    }

    .project_description {
        margin: 2rem 0;
        padding: 0 3rem;
    }

    .project_task {
        margin: 1.5rem 0;
    }

    .project_quick_description {
        padding: 0.7rem 0 0 0;
    }

    .quick_description_content {
        gap: 1.5rem;
    }

    br {
        display: none;
    }

    .stats_highlights {
        padding: 1rem 7rem;
        grid-template-columns: 1fr;
    }

    .project_gallery {
        padding: 0 3rem;
    }

    .hs_content img {
        max-height: 140px;
    }

    .clients_logo_1 {
        width: 85px !important;
    }
    .clients_logo_2 {
        width: 179px !important;
    }
    .clients_logo_3 {
        width: 153px !important;
    }
    .clients_logo_4 {
        width: 157px !important;
    }
    .clients_logo_5 {
        width: 106px !important;
    }
    .clients_logo_6 {
        width: 170px !important;
    }
    .clients_logo_7 {
        width: 126px !important;
    }
    .clients_logo_8 {
        width: 120px !important;
    }
    .clients_logo_9 {
        width: 114px !important;
    }
    .clients_logo_10 {
        width: 125px !important;
    }
    .clients_logo_11 {
        width: 55px !important;
    }
    .clients_logo_12 {
        width: 70px !important;
    }
    .clients_logo_13 {
        width: 150px !important;
    }
    .clients_logo_14 {
        width: 88px !important;
    }
    .clients_logo_15 {
        width: 178px !important;
    }
    .clients_logo_16 {
        width: 176px !important;
    }
    .clients_logo_17 {
        width: 115px !important;
    }

    #st_highlight .project_highlight_container, #dji_highlight .project_highlight_container, #kayne_highlight .project_highlight_container, #ubc-efl_highlight .project_highlight_container, #bstro_highlight .project_highlight_container, #kpu_cube_highlight .project_highlight_container, #solgar_highlight .project_highlight_container, #sisu_highlight .project_highlight_container, #solgar_highlight_social .project_highlight_container {
        padding: 0rem 2rem;
    }

    #tools_kpu .tools_content:nth-child(2) img, #tools_kpu .tools_content:nth-child(3) img, #tools_kpu .tools_content:last-child img {
        padding: 0.5rem;
    }

    #tools_st .tools_content img {
        width: 30%;
    }

    #ubc-efl_mobile_snippets {
        margin-left: 11%;
        padding: 0rem 0 2rem 0rem;
    }

    #ubc-efl_mobile_snippets .mobile_snippets_content img {
        min-width: 120px;
    }

    #ubc-efl_mobile_snippets .arrows_navigation {
        margin-bottom: 1rem;
    }

    #kayne_mobile_snippets {
        margin-left: 11%;
        padding: 0rem 0 2rem 0rem;
    }

    #kayne_mobile_snippets .mobile_snippets_content img {
        min-width: 120px;
    }

    #kayne_mobile_snippets .arrows_navigation {
        margin-bottom: 1rem;
    }


    #dji_mobile_snippets {
        margin-left: 11%;
        padding: 0rem 0 2rem 0rem;
    }

    #dji_mobile_snippets .mobile_snippets_content img {
        min-width: 120px;
    }

    #dji_mobile_snippets .arrows_navigation {
        margin-bottom: 1rem;
    }

    .left {
        margin-right: 5px;
    }

    .right {
        margin-left: 5px;
    }

    .left::after {
        margin-left: 2px;
    }

    .left::before,
    .right::before {
        width: 10px;
        height: 10px;
    }

    .left::after,
    .right::after {
        width: 20px;
    }

    .mobile_snippets {
        margin: 1rem auto;
    }

    .mobile_snippets {
        padding: 0 3rem 1rem;
    }

    #bstro_mobile_snippets {
        margin: 2rem 0;
        padding: 0 3rem;
    }

    .mobile_snippets_content {
        grid-column-gap: 0.5rem;
    }

    .title_content {
        padding: 1rem 0 0;
        margin: 0 3rem;
    }

    .title span {
        font-size: 1rem;
    }

    .title a {
        font-size: 1.5rem;
    }

    .contact_container {
        padding: 0 3rem 1rem;
    }

    .social_media_wrap {
        gap: .5rem;
    }

    .social_icon_link {
        padding: 0;
    }

    #sisu_project {
        grid-template-columns: 1fr;
        row-gap: 1rem;
        column-gap: 0;
    } 

    #sisu_project .project_img_highlights:nth-child(3) {
        grid-column: 1 !important;
        grid-row: 3 !important;
    }

    #sisu_project .project_img_highlights:last-child {
        grid-column: 1 !important;
        grid-row: 4 !important;
    }

    .project_highlight {
        margin-top: 0;
        margin-bottom: 0;
    }

    #tools_sisu .tools_content:first-child img, #tools_sisu .tools_content:nth-child(3) img, #tools_sisu .tools_content:last-child img {
        width: 25%;
        padding-right: 0.5rem;
    }

    #kpu_handout_snippets {
        margin: 3rem auto;
        padding: 0 3rem;
    }

    .audio_text {
        margin-top: 2rem;
    }

    #reels_snippets {
        padding: 1rem 0 0;
    }

    .title a:hover {
        font-size: 2.2rem;
    }

    .solgar_social_hero {
        background-image: linear-gradient(to top, var(--dark-gray-color) 0%, rgba(255, 255, 255, 0) 10%), url(../images/portfolio/projects/solgar-social/solgar_social_hero.gif);
    }

    .hs_img {
        width: 140px;
    }

    #solgar_social {
        height: 180px;
    }

    #dji_social {
        height: 140px;
    }
}

@media only screen 
  and (min-width: 932px) 
  and (max-height: 430px) 
  and (orientation: landscape) {
    .navbar {
        padding: 1rem 2rem;
    }
    
    .navbar_menu {
        column-gap: 2rem;
        padding-bottom: 0;
    }

    .projects_container {
        display: none;
    }

    .hero_container {
        justify-content: center;
    }

    .hero_container {
        height: 67vh;
    }

    .about_quote {
        background-size: 40%;
    }

    .about_quote {
        padding: 2rem 0 0 4rem;
    }

    .about_img {
        min-height: 370px;
    }
}

@media screen and (max-width: 412px) { 
    .projects_1, .projects_3, .projects_5, .projects_7 {
        width: 400px;
    }

    .projects_2, .projects_4, .projects_6, .projects_8 {
        width: 380px;
    }
}

@media screen and (max-width: 390px) {
    .hero_content h1 {
        margin: 0 auto 0.5rem;
    }

    .hero_content h4 {
        font-size: 1.2rem;
    }

    .hero_content p {
        font-size: .8rem;
    }
}

@media screen and (max-width: 378px) {
    .preloader img {
        width: 45%;
    }

    .hero_container {
        height: 85vh;
        gap: 0;
    }

    .hero_content h4 {
        font-size: 1rem;
    }

    .hero_content h1 {
        font-size: 2.2rem;
    }

    .hero_content p {
        font-size: .8rem;
    }

    .hero_content .hero_btn {
        font-size: .8rem;
    }

    .bottom_content {
        display: none;
    }

    .social_content {
        display: none;
    }

    .projects_1, .projects_3, .projects_5, .projects_7 {
        width: 300px;
    }

    .projects_2, .projects_4, .projects_6, .projects_8 {
        width: 275px;
    }

    /* #projects_img {
        height: 16rem;
    } */

    /* .hero_content {
        margin-top: 6rem;
    } */

    /* .hero_images {
        width: 90%;
        margin: 1rem auto;
    } */

    .hero_image img:nth-child(2) {
        top: 23%;
    }

    .sneak_peak_card .answer_box {
        height: 70%;
        padding: 3.5rem 1.5rem 1rem;
    }

    .card_project {
        margin: .5rem 0;
    }

    .skills_container {
        padding: 2rem;
    }

    .sneak_peak_container {
        gap: 3rem;
    }

    /* Projects */
    .st_hero {
        background-position: 52% center;
    }

    .stats_highlights {
        padding: 1rem 6rem;
    } 

    .stats_content, #dji_stats .stats_content, #ubc-efl_stats .stats_content, #kayne_stats .stats_content, #bstro_stats .stats_content {
        padding: 1rem 1rem 2rem;
    }

    .tools_used {
        grid-template-columns: repeat(2, 1fr);
    }

    .tools_content img {
        max-width: 70%;
    }

    .right::before {
        margin-left: 8px;
    }

    .left::after {
        margin-left: 0;
    }

    .stats_content span {
        font-size: 3rem;
    }

    .stats_content p {
        font-size: .8rem;
    }

    .kpu-poster_hero {
        background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 80%, var(--dark-gray-color) 100%), url(../images/portfolio/projects/kpu-posters/kpu-posters-hero.jpg);
    }

    .wye_hero {
        background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 80%, var(--dark-gray-color) 100%), url(../images/portfolio/projects/wye-print/wye_print_hero.jpg);
    }
}

@media only screen 
  and (min-width: 896px) 
  and (max-height: 414px) 
  and (orientation: landscape) {
    .navbar_menu {
        column-gap: 2rem;
        padding-bottom: 0;
    }

    .hero {
        margin-top: 25vh;
    }

    .projects_container {
        display: none;
    }

    .hero_copy {
        padding: 0;
    }

    .hero_container {
        justify-content: center;
    }

    .hero_content h1 {
        margin: 0 auto 1rem;
        font-size: 3rem;
    }

    .hero_content h4 {
        font-size: 1.6rem;
    }

    .hero_content p {
        font-size: 1.1rem;
    }

    .hero_content .hero_btn {
        font-size: 1rem;
    }

    .hero_container {
        height: 61vh;
    }

    .about_quote {
        padding: 2rem 0 0 4rem;
    }

    .about_quote {
        background-size: 35%;
    }
}

@media only screen 
  and (min-width: 844px) 
  and (max-height: 390px) 
  and (orientation: landscape) {
    .navbar_menu {
        column-gap: 2rem;
        padding-bottom: 0;
    } 

    .navbar {
        padding: 1rem 2rem;
    }

    .sticky {
        padding: .3rem 2rem;
    }

    .hero {
        margin-top: 25vh;
    }

    .hero_container {
        height: 62vh;
    }

    .hero_content h4 {
        font-size: 1.6rem;
    }

    .hero_content h1 {
        font-size: 3rem;
        margin: 0 auto 1rem;
    }

    .hero_content p {
        font-size: 1.2rem;
    }

    .bottom_content {
        padding: 0 2rem;
    }

    #progress {
        bottom: 3rem;
    }

    .projects_container {
        display: none;
    }

    .hero_container {
        justify-content: center;
    }

    .about_img {
        min-height: 340px;
    }

    .about_quote {
        background-size: 40%;
        padding: 2rem 0 0 4rem;
    }

    .social_media_wrap {
        gap: 3rem;
    }

    .website_rights {
        text-align: center;
    }
}

@media only screen 
  and (min-width: 740px) 
  and (max-height: 360px) 
  and (orientation: landscape) {
    .navbar_menu {
        padding-bottom: 2rem;
        align-items: center;
        justify-content: end;
        gap: 0;
    }

    .navbar_menu.active {
        font-size: 1rem;
    }

    .navbar_item {
        margin: .3rem 0;
    }

    .navbar_links {
        justify-content: center;
        padding-left: 0;
    }

    .social_content_mobile {
        margin-top: 1rem;
    } 

    .projects_container {
        display: none;
    }

    .hero_container {
        justify-content: center;
    }

    .hero {
        margin-top: 25vh;
    }

    .hero_container {
        height: 60vh;
    }

    .about_container {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 2rem;
        row-gap: 0;
    }

    .about_copy {
        grid-column-start: 1;
        grid-column-end: 4;
    }

    .about_img {
        min-height: 300px;
    }

    .about_quote {
        background-size: 40%;
        grid-column-start: 2;
        grid-column-end: 4;
    }

    #progress {
        bottom: 3rem;
    }
}

@media only screen 
  and (min-width: 667px) 
  and (max-height: 375px) 
  and (orientation: landscape) {
    .preloader img {
        width: 30%;
    }

    .preloader::after {
        height: 3rem;
        width: 3rem;
    }

    .hero {
        margin-top: 25vh;
    }

    .navbar_menu {
        padding-bottom: 2rem;
        align-items: center;
        justify-content: end;
        gap: 0;
    }

    .navbar_menu.active {
        font-size: 1rem;
    }

    .navbar_item {
        margin: .3rem 0;
    }

    .navbar_links {
        justify-content: center;
        padding-left: 0;
    }

    .social_content_mobile {
        margin-top: 1rem;
    }

    .hero_copy {
        padding: 0;
    }

    .projects_container {
        display: none;
    }

    .hero_container {
        justify-content: center;
    }

    .hero_container {
        height: 61vh;
    }

    #progress {
        bottom: 3rem;
    }

    .about_quote {
        background-size: 25%;
    }

    .skills_content ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

}

@media screen and (max-width: 344px) {
    .hero_content h1 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 300px) {
    .hero_content {
        padding: 1rem;
    }

    #progress {
        display: none !important;
    }

    .sneak_peak_card a {
        padding: 1rem;
    }

    .sneak_peak_card .answer_box {
        padding: 3.2rem 1.5rem 1rem;
    }

    .triangle {
        right: -35px;
        top: -35px;
    }

    .plus {
        right: 0.6rem;
        top: -.3rem;
        font-size: 2rem;
    }

    #sneak_peak,
    #software,
    #skills,
    #awards,
    #about,
    #portfolio,
    #honored_projects,
    #contact {
        padding: 1rem;
    }

    #clients h4 {
        margin: 1rem;
    }

    .card_menu ul {
        display: none;
    }

    .skills_content li {
        font-size: .8rem;
    }

    .email_me a {
        font-size: 1rem;
    }

}