
/* General */

body {font-family: 'Plus Jakarta Sans', 'Segoe UI', 'Open Sans', Helvetica, sans-serif; margin: 0; padding: 0; color: #1D1D1D;}

.home_container {max-width: 1080px; margin: auto; padding: 0px 40px;}

.container {max-width: 1080px; margin: auto; padding: 0px 40px; margin-bottom: 15vw;}

.about_container {max-width: 1080px; margin: auto; padding: 0px 40px; margin-bottom: 7vw;}

.copyright_container { margin: auto; padding: 20px 40px; background: #f8f8f8; text-align: center;}

.no_margin {margin: 0px;}

.no_padding {padding: 0px;}

.padding_bottom20vw {padding-bottom: 20vw}

.padding_bottom10vw {padding-bottom: 10vw}

.padding_bottom8vw {padding-bottom: 8vw}

.padding_bottom6vw {padding-bottom: 6vw}

.padding_top6vw {padding-top: 6vw}

.line {border-top: solid .5px #1d1d1d}

.resume_btn {background-color: #ffffff; border: 1px solid #1d1d1d; color: #1d1d1d; padding: 10px 20px; border-radius: 50px; cursor: pointer; font-size: 15px; width: intrinsic; max-width: 200px; text-align: center}

.resume_btn:hover {transition: all .2s ease-in-out; background-color: #1d1d1d; border: 1px solid #1d1d1d; color: #ffffff;}

.email {font-size: 20px; color: #1d1d1d;}

.email:hover {font-size: 21px; transition: all .3s ease-in-out; font-weight: normal}


@media (max-width: 469px) {
	
.hide {display: none;}

.email {font-size: 4.25vw;}

.email:hover {font-size: 4.5vw;}
	
}

@media (max-width: 730px) {
	
.hide {display: none;}
	
}

.fade_in {animation: fadeIn .65s ease-in-out;}

@keyframes fadeIn {
	
   0% {opacity: 0;}
    
   100% {opacity: 1;}
    
}



/* Text */

h1 {font-size: 64px; font-weight: 500; line-height: 74px; text-align: center; padding: 0px 0px 20px 0px; margin: 0;}

h2 {font-size: 40px; font-weight: 500; line-height: 50px;text-align: center; padding: 0px 0px 5px 0px; margin: 0;}

h3 {font-size: 30px; font-weight: 400; line-height: 40px; margin: 0px}

.h3_padding {padding: 0px 0px 15px 0px}

h4 {font-size: 20px; font-weight: 400; line-height: 30px; text-align: center; padding: 0px 0px 10px 0px; margin: 0;}

p {font-size: 16px; font-weight: 300; line-height: 28px;}

p.copyright {font-size: 11px !important}

p.instruction_text {font-style: italic; font-size: 12px; line-height: 18px;}

.line_height25 {line-height: 25px;}

a {text-decoration: none; color: #1D1D1D; transition: all .3s ease-in-out;}

.center_550 {text-align: center; margin: auto; max-width: 550px;}

.center_800 {text-align: center; margin: auto; max-width: 800px;}

.experience_company {font-size: 22px; line-height: 30px; margin-bottom: 5px}

.experience_date {font-size: 14px; line-height: 24px;}

@media (max-width: 469px) {
	
	 h1 {font-size: 11vw; line-height: 12.5vw;}
	
	 h2 {font-size: 8vw; line-height: 9.5vw;}
	 
	 h3 {font-size: 6.5vw; line-height: 8vw;}
	 
	 h4 {font-size: 5vw; line-height: 7.5vw;}
	 
	 p {font-size: 3.5vw; line-height: 5.5vw;}
	 
	 p.copyright {font-size: 3vw;}
	 
/*
	 .experience_company {font-size: 5vw; line-height: 7vw;}

	 .experience_date {font-size: 14px; line-height: 24px;}
*/
}



/* Main Navigation*/

 nav {color: #1d1d1d; display: flex; justify-content: space-between; align-items: center; max-width: 1360px; margin: auto; padding: 30px;}
 
 .nav-background {background: rgb(239, 239, 239); /* Fallback for browsers without RGBA support */ background: rgba(239, 239, 239, 0.95); position: fixed; width: 100%; z-index: 1;}
 
 .title {font-weight: 100}
  
 .logo {font-size: 20px; cursor: pointer}
  
 ul { display: flex; list-style: none; padding: 0px 0px 0px 40px; margin: 0;}
 
 ul li {margin-right: 40px;}
  
 ul li a {color: #1d1d1d; font-size: 14px; font-weight: 100; text-decoration: none; text-transform: uppercase; transition: all .3s ease-in-out;}
 
 ul li .active, a:hover {font-weight: 500;}
 
 .default_list {list-style: disc; display: block; padding-left: 25px;}
 
 .default_list li {padding-bottom: 10px; font-size: 16px;}
  
.checkbtn {font-size: 25px; color: #1d1d1d; cursor: pointer; display: none;}
  
#check {display: none;}

@media (max-width: 899px) {
	
	 .logo {font-size: 18px;}
	 
      ul li a {font-size: 12px;}
      
      ul li {margin-right: 30px;}
    
}
  
@media (max-width: 768px) {
	
	.checkbtn {display: block; order: 1; margin-right: 20px; padding: 0px 0px 0px 10px}
  

    ul {position: fixed; padding: 0px; top: 92px; right: -100%; background: rgb(29, 29, 29); background: rgba(29, 29, 29, 0.95); width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; transition: all 0.3s; }  
       
    ul li {margin: 20px 0px; }

  
    ul li a {font-size: 16px; color: #ffffff}
  
    #check:checked ~ ul {right: 0; }
    
    .default_list {position: relative; padding: 0px 0px 0px 25px; top: 0px; right: 0%; background: rgba(255, 255, 255, 1); background: rgba(255, 255, 255, 1); width: 100%; height: 100%; display: block; flex-direction: none; justify-content: none; align-items: center; transition: none;}
    
    .default_list li {margin: 0px;}
    
}
 
@media (max-width: 469px) {
	
	ul {top: 65px;}
	 
	nav {padding: 15px 30px;}
	 
	.logo {font-size: 16px;}
	
    
}
 
@media (max-width: 324px) {
	
	ul {top: 70px;}
	
	.default_list li {font-size: 4vw;}

}

@media (max-width: 283px) {
	
	.title {display:none;}

}
 
 
 
/*  Homepage Snap Scroll */

.parent {overflow: scroll;  height: 100vh; scroll-snap-points-y: repeat(100vh); scroll-snap-type: y mandatory;}

section {height: 100vh; min-height: 1250px; scroll-snap-align: start; position: relative; display: flex; flex-wrap: wrap; align-items : center;}

.hero {display: block; margin-left: auto; margin-right: auto; width: 100%; max-width: 925px; min-width: 225px; transition: all .3s ease-in-out;}

.hero:hover {transform: scale(1.025); transition: all .3s ease-in-out; }

.go_icon {display: block; margin-left: auto; margin-right: auto; width: 35px;}


 
@media (max-width: 469px) {

	section {padding: 0px; min-height: 480px;}
	
}

@media (max-width: 324px) {
	
	.go_icon {width: 25px;}

}



/* Landing Pages */

.landing_hero {display: block; margin-left: auto; margin-right: auto; width: 100%; max-width: 1080px; min-width: 225px;}

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

.row:after { display: table; clear: both;}

.about_row {display: flex;}

.about_row2 {display: flex;}

.column {float: left; width: 50%;}

.column310 {float: left; width: 100%; max-width: 310px; margin-right: 20px;}

.column380 {float: left; width: 100%; max-width: 380px; margin-right: 60px;}

.column560 {float: left; width: 100%; max-width: 560px;}

.about_image {width: 380px}




@media (max-width: 899px) {
	
	.about_row {display:block }
	
	.column380 { width: 100%; margin-right: 0px; padding-bottom: 4vw !important;}
    
}



@media (max-width: 768px) {
	
  .column { width: 100%; padding: 0px 0px 20px 0px !important;}
  
  .about_row2 {display: block;}
  
  .margin_bottom10vw {margin-bottom: 10vw;}
  
  
  
  
 
     
}



@media (max-width: 469px) {

	.about_image {width: 100%; max-width: 380px}
	
	
}



* {box-sizing: border-box;}

.tools {float: left; padding-right: 7px}

.tools img {max-width: 30px}

@media (max-width: 324px) {
	
	.tools img {max-width: 25px;}

}



/* Approach Section */

.approach_section {background: #f8f8f8; max-width: 100%; padding: 100px 40px;}

.approach_steps, .approach_block {display: flex; justify-content: center;}

.approach_icons {margin: 0px 30px; width: 150px;}

.approach_icons img {display: block; margin-left: auto; margin-right: auto; width: 50px}


@media (max-width: 860px) {

	.approach_icons {margin: 0px 5vw; width: auto;}

}

@media (max-width: 550px) {
	
	.approach_steps {display: block;}
	
	.approach_block {margin-bottom: 30px;}
	
	.approach_icons {width: 150px;}	

}

@media (max-width: 469px) {
	
	.approach_section {padding: 20vw 40px;}
	
	.approach_icons img {width: 10vw;}
	 
}



/* Carousel */

.carousel-container {position: relative; width: 100%; margin: 0 auto; height: 60vw; max-height: 750px; overflow: hidden; touch-action: pan-y; box-shadow: 1px 5px 10px 1px #ededed; -webkit-overflow-scrolling: touch;
  touch-action: pan-y;}

/* .carousel {cursor: pointer; display: -webkit-box;  transition: transform 0.5s ease; align-items:flex-start;} */

.carousel {
  cursor: pointer;
  transition: transform 0.5s ease;
  align-items: flex-start;
}

/* Firefox fallback */
.firefox .carousel {
  display: -webkit-box;  /* fallback for Firefox */
}

/* Safari and Chrome */
.safari .carousel,
.chrome .carousel {
  display: flex;
}

/* For all other browsers fallback to flex */
.other-browser .carousel {
  display: flex;
}


.carousel img {width: 100%; height: 100%; display: block; object-fit: contain;}

.carousel-button {position: absolute; top: 50%; transform: translateY(-50%); background-color: rgba(0, 0, 0, 0.5); color: #ffffff; padding: 15px; border: none; cursor: pointer; font-size: 18px;}

.carousel-button.left {left: 10px;}

.carousel-button.right {right: 10px;}

.carousel-button:hover {background: rgb(29, 29, 29); /* Fallback for browsers without RGBA support */ background: rgba(29, 29, 29, 0.8);}
 
.dots {display: flex; justify-content: center; padding: 10px;}

.dot {height: 10px; width: 10px; margin: 0 5px; border: solid 1px #757575; border-radius: 50%; display: inline-block; transition: background-color 0.3s ease; cursor: pointer;}

.dot.active {background-color: #757575;}

@media (max-width: 469px) {
	
	.carousel-button {padding: 10px; font-size: 14px;}
	
	.carousel-button.left {left: 0px;}

	.carousel-button.right {right: 0px;}
	 
}



/* Lightbox */

.lightbox {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgb(29, 29, 29); /* Fallback for browsers without RGBA support */ background: rgba(29, 29, 29, 0.95); display: none; justify-content: center; align-items: center; z-index: 1000; overflow: scroll;}

.lightbox-content {position: relative; max-width: 100%; max-height:100%; display: flex; justify-content: center; align-items: flex-start; }

.lightbox img {width: 90%; height: auto;}

.lightbox-close {position: fixed; top: 10px; right: 25px;  color: white; font-size: 24px; cursor: pointer;}

@media (max-width: 469px) {
	
	.lightbox-close {right: 15px; background: rgb(29, 29, 29); /* Fallback for browsers without RGBA support */ background: rgba(29, 29, 29, 0.95); padding: 0 5px;}
	 
}



/* Other Case Studies */

.other_cases {background: #f8f8f8; max-width: 100%; padding: 100px 40px;}

.other_cases_rows, .other_cases_block {display: flex; justify-content: center;}

.other_cases_items {margin: 0px 30px; width: 300px;}

.other_cases_items img {display: block; margin-left: auto; margin-right: auto; width: 300px; transition: all .3s ease-in-out;}

.other_cases_items img:hover {transform: scale(1.025); transition: all .3s ease-in-out; }


@media (max-width: 860px) {

	.other_cases_items {margin: 0px 5vw; width: auto;}

}

@media (max-width: 645px) {
	
	.other_cases_rows {display: block;}
	
	.other_cases_block {margin-bottom: 100px;}

}





