@charset "utf-8";

@font-face {
    font-family: 'Metropolis2';
    src: url('../fonts/Metropolis-Black.woff2') format('woff2');
    font-weight: 900;
}
@font-face {
    font-family: 'Metropolis2';
    src: url('../fonts/Metropolis-ExtraBold.woff2') format('woff2');
    font-weight: 800;
}
@font-face {
    font-family: 'Metropolis2';
    src: url('../fonts/Metropolis-Bold.woff2') format('woff2');
    font-weight: 700;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    font-family: 'Inter', sans-serif;
    color: #000;

    overflow: visible; /* To Hide Scrollbar */
}

.preload {
    transition: 0s;
    -webkit-transition: 0s !important;
    -moz-transition: 0s !important;
    -ms-transition: 0s !important;
    -o-transition: 0s !important;
}

_:-ms-fullscreen, :root .ie-only { display: block; }
_:-ms-fullscreen, :root body { overflow: hidden; }

.ie-only {
    width: 100vw;
    height: 100vh;
    background-color: red;
    display: none;
    z-index: 99;
    position: absolute;
    color: black;
    margin: auto;
    text-align: center;
}

/* ----- FOOTER ----- */


footer  {
	padding: 30px;
    background-color: #fff;
    color: #000;
}

.footer-background {
    background-color: #f8f8f8;
    height: 250px;
    padding: 0px 60px;
}

.footer-section {
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 1400px;
    margin: auto;
}

.footer-left {
    display: flex;
    width: 50%;
    align-items: center;
}

.footer-right {
    display: flex;
    width: 50%;
    align-items: center;
}

.footer-zigzag-left {
    width: 20%;
    text-align: center;
}

.footer-zigzag-right {
    width: 50%;
    text-align: right;
    /*! padding-right: 50px; */
}

.footer-section img {
    width: 40px;
}

.footer-details-left {
    width: 28%;
    margin-left: 12%;
}

.footer-details-right {
    width: calc(50% - 70px);
    margin-left: 70px;
}

.footer-section h2 {
    margin: 0;
    font-family: libre baskerville;
    font-style: italic;
    font-weight: 400;
    color: #000;
    font-size: 12px;
    /*! padding-left: 33%; */
    padding-bottom: 10px;
}

.footerBtn {
    color: #000;
    display: inline-block;
    font-family: 'Metropolis', 'Metropolis2', sans-serif;
    font-weight: 900;
    text-decoration: none;
    /*! margin-left: 33%; */
    font-size: 24px;
    white-space: nowrap;
}

.footer-socials {
}

.footer-socials img {
    height: 22px;
    width: 30px;
    padding-right: 7px;
    padding-top: 2px;
}

/* --- HEADER --- */

header {
    height: 90px;
	background-color: black;
}
.header {
	display: flex;
    align-items: center;
	height: 90px;
	margin: 0px 95px;
}
.nav__links {
    list-style: none;
    display: flex;
}
.arrow {
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 8px;
  margin-bottom: 3px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.logoBtn {
    font-family: 'Merienda One', sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding-top: 0px;
}
.navBtn {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .8px;
    /*! margin-left: auto; */
    padding: 15px;
}
.contactBtn {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .8px;
  padding: 10px 25px;
  border-radius: 36px;
  background-color: #121212;
  margin-left: 35px;
}

/* ----- NAV DROPDOWN ----- */

.dropbtn {
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .8px;
    padding: 15px 20px 25px;
    font-family: 'Inter', sans-serif;
  }
  
.dropdown {
    position: relative;
    display: inline-block;
    /*! padding-bottom: 10px; */
    margin-left: auto;
    margin-top: 10px;
}
  
.dropdown-content {
    position: absolute;
    background-color: #f1f1f1;
    min-width: 140px;
    box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.2);
    z-index: 1;
    /*! margin-top: 10px; */
    visibility: hidden;
    opacity: 0;
    transition: all ease-out .05s;
    transition-delay: .3s;
    border-radius: 10px;
}
  
.dropdown-content a {
    color: black;
    padding: 10px 20px;
    text-decoration: none;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    align-items: center;
}
  
.dropdown-content a:hover {
      /*! background-color: #ddd; */
      color: #a4253b;
}
  
.dropdown:hover .dropdown-content {
      opacity: 1;
      visibility: visible;
      transition-delay: 0s;
      transition: all ease-out .15s;
}
  
.dropdown:hover .dropbtn {
      color: #cecece;
      cursor: pointer;
}

.dropdown:hover .down {
    
}

.dropdown:hover .arrow {
    border-color: #cecece;
    transition: all ease-in-out .2s;
}

.dropdown-content img {
    height: 12px;
    width: 12px;
}


/* ----- MAIN STYLES ----- */

/* ----- VIDEO WORK ----- */

.main {
    background-color: white;
    margin: 0;
    padding: 20px 0px;
}

.background {
    background-color: #eee; 
    margin-bottom: 40px;
}

.subnav {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}

.subnav a {
    color: #7b7b7b;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 30px;
    margin: 0px 20px;
    border-radius: 5px;
}

.subnav a:hover {
    background-color: #999;
    color: white;
}

.work-section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 50px 0px;
}
.work {
}
.work-section h2 {
    color: gray;
    font-size: 12px;
    margin: 0;
}
.work-section h1 {
    font-weight: 600;
    color: #222;
    font-size: 24px;
    margin: 10px 0px 5px;
}
.work-section img {
    width: 100%;
}
.title{
    padding: 60px 0px 0px;
    max-width: 1200px;
    margin: 0px auto;
    font-weight: 700;
    color: #222;
    font-family: 'Metropolis', 'Metropolis2', sans-serif;
    font-size: 30px;
}

/* ----- WEB WORK ----- */

.work-section-web {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 50px 0px;
    flex-direction: column;
    /*! align-items: center; */
}
.work-section-web h2 {
    color: gray;
    font-size: 12px;
    margin: 20px 0px;
}
.work-section-web h1 {
    font-weight: 600;
    color: #222;
    font-size: 24px;
    margin: 30px 0px 0px;
}
.work-section-web img {
    width: 60%;
}
.work-section-web a {
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 5px;
    color: white;
    background-color: black;
    width: 200px;
    text-decoration: none;
    text-align: center;
    margin: 20px 0px;
}

/* ----- CONTACT STYLES ----- */

.contact {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 440px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact h1 {
    font-family: 'Metropolis', 'Metropolis2', sans-serif;
    font-size: 58px;
    font-weight: 700;
    margin: 0;
}

.contact h2 {
    font-weight: 500;
    margin: 0;
    padding: 12px 5px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .8px;
}

.contact a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .8px;
    padding: 10px 25px;
    border-radius: 50px;
    background-color: #121212;
    margin: 10px 0px;
    text-align: center;
    width: 100px;
}