/*
Theme Name: Matt Russell
Theme URI: None
Description: None
Version: 1
Author: Matt Russell
Author URI: mattrussell.work
License: NA
License URI: NA
Text Domain: NA
*/

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

html {scroll-behavior:smooth;}

*, *:before, *:after {box-sizing: border-box;}

body {
  padding:0;margin:0; 
  background: color(srgb 0.0902 0.0902 0.0902);
}

#page, .page {
  padding-left: 8vw;
}

a {text-decoration: none; color:inherit;}

li {list-style-type: none;}

strong {font-weight: 600;}

.flex {
  display: flex;
}

.flex.center {
  align-items: center;
}

.gap-small {
  gap: 5px;
}

#new-header {
padding: 6vh 0;
z-index: 2;
position: fixed;
width: 8vw;
height: 100vh;
background: color(srgb 0.0902 0.0902 0.0902);
border-right: 1px solid rgb(51, 51, 51);
}

#header-bg {
background-size: cover;
height: 16vh;
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: space-between;
background-image: url(images/calf.jpg);
background-position: center;
margin-bottom: 50px;
}

#bio-text {
  font-size: 3rem;
  color: white;
  font-family: "Clash Display";
  margin-bottom: -0.8rem;
}

#logo-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  color: white;
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
}

#logo-top a {
  opacity: 0.5;
}

#logo-top a:hover {
  opacity: 1;
}

#logo-mobile {display: none;}

#logo-mobile img { width:150px; filter: invert();}

#logo img {height:150px; filter: invert();}

.mob-nav {display: none;}

#top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding-top: 6vh;
  padding-bottom: 0;
}

#top .proj-title {
  display: grid;
}

.proj-title a{
  color: gray;
}

.proj-title a:hover {
  color: white;
}

#top:hover > i {
  opacity: 1;
}

#line-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

#line {
  border-bottom: 1px solid gray;
  width: 100%;
}

.num {color: black;}

#header2 {margin:0 auto; height:40px;display: flex; width: 65%;}

#nav2 {display:flex; justify-content: center; align-items: center; flex-grow: 1;}

#nav2 li {list-style-type: none; font-family: "Roboto"; flex-grow: 1; text-align: center; font-size:13px;}

#nav2 a {color:#ffffffd6;}

#nav2 a:hover {color:white;}

.section {
  text-align: left; 
  padding: 5vw;
}

.last {
  padding: 6vh 5vw;
}

.title p, .section p {
  font-size: 3rem; 
  font-family: 'Clash Display', sans-serif;
  line-height: 3rem;
}

.text {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.fixed {height:400px;display: table;}

.wrap {
  display: flex;
  flex-direction: column;
}

.section h1 {
  margin:0 0 1.5rem 0; 
  color:color(display-p3 0.949 0.3412 0.1647);
  font-size: 1.2rem;
  font-family: "Funnel Display", sans-serif;
  font-weight: 100;
  letter-spacing: -0.02rem;
  }

.large {font-size:40px;}

.section h2 {
  text-transform: capitalize; 
  font-size: 16px; 
  font-weight: 200; 
  letter-spacing: -0.4px; 
  margin:0 0 20px 0;
}

.section p {
  margin:0 0 20px; 
  color:white;}

.section p:last-child {
  margin-bottom: 0;
}

.section ul {
  color: white;
  font-family: "Clash Display";
  padding-left: 20px;
}

.section li {
  list-style-type: circle;
}

button {
  all: unset;
}

.button {
  padding: 15px 0; 
  border: 1px solid rgb(51, 51, 51);
  text-align: center; 
  border-radius: 7px; 
  cursor: pointer; 
  width:100%; 
  font-family: "Clash Display";
  color:white;
}

.button:hover {
  background: rgb(242,87,42);
  color: black;
}

.arrow-btn {
  opacity: 0.3;
}

.arrow-btn:hover {
  opacity: 1;
}

.white {background:white;}

.colms {
  display:grid; 
  grid-template-columns: 1fr 1fr; 
  gap:4rem;
}

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

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

.colms > div {
  height: 480px;
  border-radius: 3px;
}

.port-image-bg {
  height: 420px;
  position: relative;
  border-radius: 3px;
}

.port-image-bg:hover > .glass {
  display: flex;
}

.port-text {
  height: 40px;
  margin-top: 20px;
  color: white;
}

.port-text i {
  font-size: 12px;
}

.port-text h3 {
  font-family: 'Clash Display', sans-serif;
  font-size: 1rem;
  margin: 0;
  font-weight: 100;
  margin-bottom: 5px;
}

.port-text p {
  font-size: 1rem;
  opacity: 0.5;
  line-height: 1rem;
}

.colms-pres {
  display:grid; 
  grid-template-columns: 1fr; 
  gap:5vw;
  padding-top: 5vh;
}

.project > div {
  margin-bottom: 4rem;
}

.glass {
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.splide {
  height: 450px;
  background: black;
  border-radius: 7px;
}

.splide__slide {
  display: flex;
  align-items: center;
  cursor: grab;
}

.progress, .my-carousel-progress {
  background: rgb(51, 51,51);
}

.progress-bar, .my-carousel-progress-bar-two {
  background: white;
  height: 2px;
  transition: width 400ms ease;
  width: 0;
}

#market-img.colms {height:400px;}

.left, .right {flex-basis: 50%; box-sizing: border-box;}

.black {background:#1b1b1b;}

.black h1 {color:white;}

.black h2 {color:#ffffffcf;}

.black a {color:white;}

.black p {color:rgb(143, 143, 143)}

#clients {
  padding-top: 1vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

#clients-mob {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  gap: 10%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: auto;
}

.client {
  filter: invert(); 
  display: flex;
  align-items: flex-end;
  height: 90px;
  justify-content: center;
}

#clients-mob img {
  width: 100%;
}

#brand-img .one {background: url('images/brand/leaf.jpg') no-repeat center; background-size: cover;}

#brand-img .two {background: url('images/brand/soul1.jpg') no-repeat center; background-size: cover;}

#brand-img .three {background: url('images/brand/soul-02.jpg') no-repeat center; background-size: cover;}

#brand-img .four {background: url('images/brand/bag.jpg') no-repeat center; background-size: cover;}

#brand-img .five {background: url('images/brand/rec.jpg') no-repeat center; background-size: cover;}

#brand-img .six {background: url('images/brand/bill1.jpg') no-repeat center; background-size: cover;}

#brand-img .seven {background: url('images/brand/box.jpg') no-repeat center; background-size: cover;}

#brand-img .eight {background: url('images/brand/bag1.jpg') no-repeat center; background-size: cover;}

#brand-img .nine {background: url('images/brand/truck.jpg') no-repeat center; background-size: cover;}

#brand-img .ten {background: url('images/brand/paper.jpg') no-repeat center; background-size: cover;}


#brand-two .one {background: url('images/brand/card.jpg') no-repeat center; background-size: cover;}

#brand-two .two {background: url('images/brand/create-logo.jpg') no-repeat center; background-size: cover;}

#brand-two .three {background: url('images/brand/create-phone.jpg') no-repeat center; background-size: cover;}

#brand-two .four {background: url('images/brand/create-pc.jpg') no-repeat center; background-size: cover;}

#brand-two .five {background: url('images/brand/bus.jpg') no-repeat center; background-size: cover;}

#brand-two .six {background: url('images/brand/bill-2.jpg') no-repeat center; background-size: cover;}

#brand-two .seven {background: url('images/brand/station.jpg') no-repeat center; background-size: cover;}

#brand-two .eight {background: url('images/brand/card2.jpg') no-repeat center; background-size: cover;}

#brand-two .nine {background: url('images/brand/window.jpg') no-repeat center; background-size: cover;}

#brand-two .ten {background: url('images/brand/create-3.jpg') no-repeat center; background-size: cover;}


#int-img .one {background: url('images/web/website-design-app-development-London-UK.jpg') no-repeat center; background-size: cover;}

#int-img .two {background: url('images/web/website-design-London-UK.jpg') no-repeat center; background-size: cover; background-position-y: 32%;}

#int-img .three {background: url('images/web/UX-UI-design-app-development-London-UK.jpg') no-repeat center; background-size: cover;}

#int-img .four {background: url('images/web/app-development-design-London.jpg') no-repeat center; background-size: cover;}

#int-img .five {background: url('images/web/website-blog-design-London-UK.jpg') no-repeat center; background-size: cover;}

#int-img .six {background: url('images/web/website-blog-design-development-London-UK.jpg') no-repeat center; background-size: cover;}

#int-img .seven {background: url('images/web/create-site-01.jpg') no-repeat center; background-size: cover;}

#int-img .eight {background: url('images/web/create-site-02.jpg') no-repeat center; background-size: cover;}

#int-img .nine {background: url('images/web/zed-01.jpg') no-repeat center; background-size: cover;}

#int-img .ten {background: url('images/web/zed-02.jpg') no-repeat center; background-size: cover;}


#photography #photo-img {padding-bottom:6vh;}

#photo-img .one {background: url('images/photo/scarf.jpg') no-repeat center; background-size: cover;}

#photo-img .two {background: url('images/photo/fashion-photography-London.jpg') no-repeat center 25%; background-size: cover;}

#photo-img .three {background: url('images/photo/wall.jpg') no-repeat center; background-size: cover;}

#photo-img .four {background: url('images/photo/social-media-creator-content-photography.jpg') no-repeat center 15%; background-size: cover;}

#photo-img .five {background: url('images/photo/chair.jpg') no-repeat center; background-size: cover;}

#photo-img .six {background: url('images/photo/fashion-photography-Instagram-social-media.jpg') no-repeat; background-size: cover;}

#photo-img .seven {background: url('images/photo/eyes.jpg') no-repeat center; background-size: cover;}

#photo-img .eight {background: url('images/photo/york.jpg') no-repeat center; background-size: cover;}

#photo-img .nine {background: url('images/photo/fashion-lookbook-photography-studio.jpg') no-repeat center; background-size: cover;}

#photo-img .ten {background: url('images/photo/pink.jpg') no-repeat center; background-size: cover;}


#photo-two-img .one {background: url('images/photo/3-2.jpg') no-repeat center; background-size: cover; background-position-y: 75%;}

#photo-two-img .two {background: url('images/photo/3-3.jpg') no-repeat center; background-size: cover; background-size: 194%; background-position-y: 74%;}

#photo-two-img .three {background: url('images/photo/3-6.jpg') no-repeat center; background-size: cover;}

#photo-two-img .four {background: url('images/photo/3-7.jpg') no-repeat center 15%; background-size: cover;}

#photo-two-img .five {background: url('images/photo/3-9.jpg') no-repeat center; background-size: cover;}

#photo-two-img .six {background: url('images/photo/3-4.jpg') no-repeat center; background-size: cover; background-position-y: 80%;}

#photo-two-img .seven {background: url('images/photo/3-5.jpg') no-repeat center; background-size: cover;}

#photo-two-img .eight {background: url('images/photo/38-2.jpg') no-repeat center; background-size: cover;}

#photo-two-img .nine {background: url('images/photo/38.jpg') no-repeat center; background-size: cover; background-position-y: 80%;}

#photo-two-img .ten {background: url('images/photo/3-10.jpg') no-repeat center; background-size: cover;}


#nord .one {background: url('images/photo/15.jpg') no-repeat center; background-size: cover; background-position-y: 68%;}

#nord .two {background: url('images/photo/15-2.jpg') no-repeat center; background-size: cover; background-position-y: 74%;}

#nord .three {background: url('images/photo/10.jpg') no-repeat center; background-size: cover; background-position-y: 80%;}

#nord .four {background: url('images/photo/food-02.jpg') no-repeat center 15%; background-size: cover; background-position-y: 50%;}

#nord .five {background: url('images/photo/20-3.jpg') no-repeat center; background-size: cover;}

#nord .six {background: url('images/photo/21.jpg') no-repeat center; background-size: cover; background-position-y: 75%;}

#nord .seven {background: url('images/photo/14-2.jpg') no-repeat center; background-size: cover;}

#nord .eight {background: url('images/photo/14-3.jpg') no-repeat center; background-size: cover;}

#nord .nine {background: url('images/photo/25-2.jpg') no-repeat center; background-size: cover; background-position-y: 60%;}

#nord .ten {background: url('images/photo/23-2.jpg') no-repeat center; background-size: cover;}


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

#bite-img .one {background: url('images/photo/cake.jpg') no-repeat center; background-size: cover; background-position-y: 54%;}

#bite-img .two {background: url('images/photo/bite.jpg') no-repeat center; background-size: cover; background-position-y: 56%;}

#bite-img .three {background: url('images/photo/cup.jpg') no-repeat center; background-size: cover; background-position-y: 63%;}

#bite-img .four {background: url('images/photo/bite1.jpg') no-repeat center; background-size: cover; background-position-y: 63%;}

#bite-img .five {background: url('images/photo/shells.jpg') no-repeat center; background-size: cover;}

#bite-img .six {background: url('images/photo/shells1.jpg') no-repeat center; background-size: cover; background-position-y: 57%;}

#bite-img .seven {background: url('images/photo/cake1.jpg') no-repeat center; background-size: cover; background-position-y: 60%;}

#bite-img .eight {background: url('images/photo/cup1.jpg') no-repeat center; background-size: cover;}

#bite-img .nine {background: url('images/photo/bite5.jpg') no-repeat center; background-size: cover; background-position-y: 56%;}

#bite-img .ten {background: url('images/photo/pink.jpg') no-repeat center; background-size: cover;}


#biblical .one {background: url('images/art/eve.jpg') no-repeat; background-size: cover; background-position: center;}

#biblical .two {background: url('images/art/sarah.jpg') no-repeat; background-size: cover; background-position: right;}

#biblical .three {background: url('images/art/ark.jpg') no-repeat; background-size: cover; background-position: center;}

#biblical .four {background: url('images/art/priest.jpg') no-repeat; background-size: cover; background-position: right;}

#biblical .five {background: url('images/art/john.jpg') no-repeat; background-size: cover; background-position: center;}

#biblical .six {background: url('images/art/abraham.jpg') no-repeat; background-size: cover; background-position: right;}

#biblical .seven {background: url('images/art/baby-moses.jpg') no-repeat; background-size: cover; background-position: center;}

#biblical .eight {background: url('images/art/moses.jpg') no-repeat; background-size: cover; background-position: left;}

#biblical .nine {background: url('images/art/pharao.jpg') no-repeat; background-size: cover; background-position: left;}

#biblical .ten {background: url('images/art/chalise.jpg') no-repeat; background-size: cover; background-position: right;}


#ether .one {background: url('images/brand/text.jpg') no-repeat; background-size: cover; background-position: center;}

#ether .two {background: url('images/photo/ether2.jpg') no-repeat; background-size: cover; background-position: right;}

#ether .three {background: url('images/brand/ether1.jpg') no-repeat; background-size: cover; background-position: center;}

#ether .four {background: url('images/brand/ether4.jpg') no-repeat; background-size: cover; background-position: center;}

#ether .five {background: url('images/brand/ether5.jpg') no-repeat; background-size: cover; background-position: center;}

#ether .six {background: url('images/brand/ether3.jpg') no-repeat; background-size: cover; background-position: center;}

#ether .seven {background: url('images/brand/ether6.jpg') no-repeat; background-size: cover; background-position: center;}

#ether .eight {background: url('images/brand/ether7.jpg') no-repeat; background-size: cover; background-position: left;}

#ether .nine {background: url('images/brand/ether8.jpg') no-repeat; background-size: cover; background-position: left;}

#ether .ten {background: url('images/brand/ether9.jpg') no-repeat; background-size: cover; background-position: right;}


#profiles .one {background: url('images/art/face1.jpg') no-repeat; background-size: cover; background-position: center;}

#profiles .two {background: url('images/art/face2.jpg') no-repeat; background-size: cover; background-position: center;}

#profiles .three {background: url('images/art/face3.jpg') no-repeat; background-size: cover; background-position: center;}

#profiles .four {background: url('images/art/face4.jpg') no-repeat; background-size: cover; background-position: center;}

#profiles .five {background: url('images/art/face5.jpg') no-repeat; background-size: cover; background-position: center;}

#profiles .six {background: url('images/art/face6.jpg') no-repeat; background-size: cover; background-position: center;}

#profiles .seven {background: url('images/art/face7.jpg') no-repeat; background-size: cover; background-position: center;}

#profiles .eight {background: url('images/art/face8.jpg') no-repeat; background-size: cover; background-position: center;}

#profiles .nine {background: url('images/art/faces9.jpg') no-repeat; background-size: cover; background-position: center;}

#profiles .ten {background: url('images/art/faces10.jpg') no-repeat; background-size: cover; background-position: center;}


#como .one {background: url('images/brand/ch1.jpg') no-repeat; background-size: cover; background-position: center;}

#como .two {background: url('images/brand/como6.jpg') no-repeat; background-size: cover; background-position: center;}

#como .three {background: url('images/brand/como3.png') no-repeat; background-size: cover; background-position: center;}

#como .four {background: url('images/brand/como5.jpg') no-repeat; background-size: cover; background-position: center;}

#como .five {background: url('images/brand/como8.jpg') no-repeat; background-size: cover; background-position: center;}

#como .six {background: url('images/brand/como7.jpg') no-repeat; background-size: cover; background-position: center;}

#como .seven {background: url('images/brand/como10.jpg') no-repeat; background-size: cover; background-position: center;}

#como .eight {background: url('images/brand/como11.jpg') no-repeat; background-size: cover; background-position: center;}

#como .nine {background: url('images/brand/como9.jpg') no-repeat; background-size: cover; background-position: center;}

#como .ten {background: url('images/brand/como12.jpg') no-repeat; background-size: cover; background-position: center;}


#illu-img .one {background: url('images/art/eve.jpg') no-repeat; background-size: cover; background-position: top;}

#illu-img .two {background: url('images/photo/wall.jpg') no-repeat; background-size: cover; background-position:center;}

#illu-img .three {background: url('images/brand/leaf.jpg') no-repeat; background-size: cover; background-position:center}

#illu-img .four {background: url('images/photo/cake.jpg') no-repeat center; background-size: cover; background-position-y:65%;}

#illu-img .five {background: url('images/photo/3-6.jpg') no-repeat center; background-size: cover;}

#illu-img .six {background: url('images/brand/create-logo.jpg') no-repeat center; background-size: cover;}

#illu-img .seven {background: url('images/photo/15.jpg') no-repeat center; background-size: cover; background-position-y: 73%;}

#illu-img .eight {background: url('images/brand/ether5.jpg') no-repeat center; background-size: cover;}

#illu-img .nine {background: url('images/art/face4.jpg') no-repeat center; background-size: cover;}

#illu-img .ten {background: url('images/brand/como6.jpg') no-repeat center; background-size: cover;}


.icon-con {display: flex; justify-content: space-between; margin: 0 auto; }

#marketing {position: absolute; z-index: 1; width: 100%; bottom: 0; left:0; padding-bottom: 6vh;}

#marketing h1 {
  color: yellow;
  font-size: 1rem;
  font-family: Andale Mono;
  font-weight: 500;
  letter-spacing: -0.02rem;
  line-height: 4rem;
  background: black;
  margin: 0;
  display: initial;
}

#marketing p {  color: yellow;
  font-size: 1rem;
  font-family: Andale Mono;
  font-weight: 500;
  letter-spacing: -0.02rem;
  line-height: 4rem;
  background: black;
  margin: 0;
  display: initial;}

#marketing .icon {flex-basis: 20%;}

#marketing .wrap {text-align: left; padding-bottom: 50px;
  padding-left: 50px;}

.icon img {width:100%; filter: invert();}

#clients .center {display: table-cell; vertical-align: middle;}

/*FORM*/

form {
  display: grid;
  margin: 10vh 0;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2vw;
}

form h1 {
  grid-column: 1/4; 
  margin-top: 30px !important;
}

.text-input{
  all: unset;
  color: white;
  padding: 15px 0; 
  border: 1px solid rgb(51, 51, 51);
  text-align: center; 
  border-radius: 7px; 
  width:100%; 
  font-family: "Clash Display";
  box-sizing: border-box;
}

.check-input {
  color: white;
  padding: 15px 0; 
  border: 1px solid rgb(51, 51, 51);
  text-align: center; 
  border-radius: 7px; 
  width:100%; 
  font-family: "Clash Display";
  cursor: pointer;
}

label {
  cursor: pointer;
}

.select {
  appearance: none;
  display: none;
}

.submit {
  grid-column: 1/4;
}

.background-active {
  background: rgb(242,87,42) !important;
  color: black;
}

.message {
  grid-column: 1/4;
  height: 90px;
}

/*input::placeholder {
  margin-left: -10px;
}*/

#successMessage {
  color:color(display-p3 0.949 0.3412 0.1647);
  font-size: 1.2rem;
  font-family: "Krona One", sans-serif;
  font-weight: 100;
  letter-spacing: -0.02rem;
  margin-top: 10vh;
  display: none;
}

.form-text-hide {
  margin-left: 2px;
}

#register-buttons {
  display: grid; 
  margin-top: 35pt; 
  grid-template-columns: 1fr 1fr; 
  gap:2vw;}

#register-buttons a{
  display: flex;
  justify-content: center;
  align-items: center;

}

#register-buttons i {
  color: white;
  margin-right: 10px;
}

#register-buttons a:hover > i {
  color: black;
}

/*FOOTER*/

#footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#copyright a:hover {
  color: white;
}

#copyright {
  margin: 0;
  font-family: 'Clash Display';
  font-size: 1rem;
  letter-spacing: 0.02px;
  color:rgb(77, 77, 77);
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  align-items: flex-end;
}

.footer-links h1 {
  margin: 0;
}

.footer-links a {
  color:rgb(77, 77, 77);
}

.footer-links a:hover {
  color: white;
}

/*BLOG*/

#posts {
  display:grid; 
  grid-template-columns: 1fr 1fr; 
  gap:4rem;
  padding-top: 5vh;
}

.post-grid {
    display:grid; 
    grid-template-columns: 1fr 1fr; 
    gap:4rem;
    padding-top: 5vh;
    align-items: center;
}

.blog-top {
  padding-bottom: 0;
  padding-top: 6vh;
}

.blog-top h1 {
  margin-bottom: 10px;
}

.blog-top time, .blog-top span, .date {
  font-family: 'Clash Display';
  font-size: 1.1rem;
  color: white;
  opacity: 0.3;
  letter-spacing: 0.2px;
}

.thumb {
  border-bottom: 1px solid rgb(51, 51, 51);
  height: 420px;
}

.blog-img {
  height: 70%;
  border-radius: 3px;
  margin-bottom: 20px;
}

#posts.section h1{
  margin-bottom: 10px;
}

.date{
  margin-bottom: 10px;
}

#posts.section p {
  margin-bottom: 0;
}

.blog-hero {
  display:grid; 
  grid-template-columns: 1fr; 
  height: 420px;
  margin-bottom: 5vw;
}

#posts .one {background: url('images/blog/visual-storytelling-digital-design-content-instagram.jpg') no-repeat center; background-size: cover; background-position-y: 70%;}

#posts .two {background: url('images/blog/top-10-design-tools-every-digital-creator-should-know-about-in-2025.jpg') no-repeat center; background-size: cover; background-position-y: center;}

#posts .three {background: url('images/brand/beauty-makeup-product-design-signage-shop.jpg') no-repeat center; background-size: cover;}

#posts .four {background: url('images/brand/beauty-makeup-product-branding.jpg') no-repeat center; background-size: cover;}

.blog-post p {
  font-size: 1.5rem;
  font-family: 'Clash Display';
  margin-bottom: 0;
}

.blog-post h1 {
  margin-top: 0;
}

.blog-post span {
  opacity: 0.5;
}

.blog-post i {
  color: white;
  margin-left: 5px;
}

.content-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 3px;
  height: 300px;
}

.full-width {
  grid-column: 1/3;
}

.subscribe {
  grid-template-columns: 1fr 1fr;
}

.subscribe .submit {
  grid-column: 1/3;
}

#privacy p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.redbull img{
  width: 75% !important;
}

.hsbc img{
  width: 70% !important;
}

.all {
  margin-top: auto !important;
}

.about-pic {
  height: auto;
  width: auto;
  background-image:url('/images/team2.jpg'); 
  background-size: cover; 
  background-position: center;
  border-radius: 3px;
}

.colms-matt {
  grid-template-columns: 1fr 1fr;
  display:grid; 
  gap:4rem;
}

  #footer img {
    width: 200px;
  }

  .footer-links h1 {
    margin-top: auto;
  }


/*@media only screen and (max-width: 1400px) {

  .colms-matt {
  grid-template-columns: 1fr 3fr;
  }

}

@media only screen and (max-width: 1200px) {

  .colms-matt {
  grid-template-columns: 1fr 2fr;
  }

}*/

@media only screen and (min-width: 1475px) {

  .colms > div {
    height: 540px;
  }

  .port-image-bg {
    height: 480px;
  }

}

@media only screen and (max-width: 1024px) {

    .colms-matt {
  grid-template-columns: 1fr;
  gap: 2rem;
  }

  .about-pic {
    height: 450px;
  }

  .main p {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  #logo {display: none;}

  #logo-mobile {display: block;}

  #new-header {
    padding: 0 7vw;
    width: 100vw;
    height: 12vh;
    border-bottom: 1px solid rgb(51, 51, 51);
    border-right: 0;
  }

  #header-bg {
    background-position: center;
    padding: 4vh 7vw;
    min-height: unset;
  }

  #logo-top {
    margin-bottom: 5rem;
  }

  .top-nav {flex-flow: row-reverse !important;}

  #top {
    grid-template-columns: 1fr;
  }

  .all {
    margin-top: 10vh !important;
  }

  #page, .page {
    padding-left: 0;
    padding-top: 12vh;
  }

  #scroll-text {
    font-size: 5vw !important;
  }

  .icon-con {flex-flow: row wrap; width:100%; }

  #marketing .icon-con {margin-left: -38px;}

  #marketing .icon {flex-basis: 50%;}

  #clients {
    padding-top: 5vh;
    scroll-margin: 12vh;
    grid-template-columns: 1fr;
  }

  #clients-mob {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .client {
    padding: 18%;
    border-radius: 10px;
    border: 1px solid rgb(175, 175, 175);
    align-items: center;
  }

  #clients-mob img {
    width: 80%;
  }

  .redbull img{
    width: 65% !important;
  }

  .hsbc img{
    width: 60% !important;
  }

  .title {
    margin-bottom: 0 !important;
    padding-bottom: 2vh !important;
    padding-top: 18vh !important;
  }

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

  #bio-text {
    font-size: 2rem;
    margin-bottom: 0.6rem;
  }

  #nav a {font-size: 13.5px;}

  #header2 {display: none;}

  .section {padding:7vh 7vw; text-align: left;}

  .section p {width: 100%;}

  .large {font-size: 150%; letter-spacing:-1px;}

  .section h2 {display: none;}


   .colms, .colms1, .colms2 {
    grid-template-columns: 1fr;
    gap: 2rem;
   }

   .colms1{
    grid-template-rows: calc(100vw/2) 1fr;
   }


   .colms2{
    grid-template-rows: 1fr calc(100vw/2);
   }

   .colms1 .one, .colms1 .nine, .colms2 .six {
    height: auto;
   }

   .project > div {
    margin-bottom: 2em;
   }

   .port-image-bg {
  height: 450px;
}

  .colms > div {
    height: 510px;
  }

#contact .colms > div {
  height: 450px;
}

   .colms-pres {
    gap: 2rem;
   }

  #brand-img .six { 
    background-position-x: 65%;
  }

   form {
    grid-template-columns: 1fr 1fr;
  }

  form h1 {
    margin-top: 8vh !important;
  }

  .text-input, form h1, .submit {
    grid-column: 1/3;
  }

  .form-text-hide {
    display: none;
  }

  #register-buttons {
    width:100%; 
    grid-template-columns: 1fr;
    gap: 2rem;}

  #footer {
    padding: 6vh 7vw;
    gap: 20px;
  }

  #footer img {
    width: 160px;
  }

  .footer-links {
    flex-direction: column;
    gap: 0;
  }

  .footer-links .all-proj{
    margin-top: 0;
  }

  /*BLOG*/

  #posts {
    grid-template-columns: 1fr;
  }

  .post-grid {
    grid-template-columns: 1fr; 
    padding-top: 0;
}

  .full-width {
    grid-column: 1/2;
  }

  .blog-top {
    padding: 7vw;
  }

  .blog-top h1 {
    margin-bottom: 15px;
  }

  .blog-top time {
    font-size: 1rem;
    letter-spacing: 0.4px;
  }

  #attention {
    grid-row-start: 5;
  }

  #emotion {
    grid-row-start: 9;
  }

}
