/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #212121;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
}

a{
  text-decoration: none;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}




/* Footer Color: #f04a39 */
/* Heading 1 Font Size: 70px, font-weight: 700*/
/* Link Size: 14px, #212121 */

/* Heading 2 Font Size: 50px */
/* Para Font Size: 14px; font-weight: 400 */

/* Block Heading Font Size: 33px, font-weight: 700, line-height: 35px */


/* Default CSS Starts */

.section-img_shadow {
  /* box-shadow: -15px 15px #003c71; */
}

.section-img img {
  transition: box-shadow 1s ease-in-out;
}

.color_white * {
  color: #fff !important;
}

.color_black * {
  color: #212121 !important;
}
h1 {
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 99%;
}
section {
  padding: 0em 2em;
}

h2 {
  font-size: 50px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
}

a {
  text-transform: uppercase;
  color: #212121;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.link {
  /* color: #fff; */
  text-decoration: none;
  /* letter-spacing: 0.15em; */
  
  display: inline-block;
  /* padding: 15px 20px; */
  position: relative;
}
.link:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: -5px;
  content: "";
  display: block;
  height: 2px;
  left: 0%;
  position: absolute;
  background: #fda085;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.link:hover:after { 
  width: 100%; 
  left: 0; 
}
.link, .link_dark {
  /* color: #fff; */
  text-decoration: none;
  /* letter-spacing: 0.15em; */
  
  display: inline-block;
  /* padding: 15px 20px; */
  position: relative;
}
.link:after, .link_dark::after {    
  background: none repeat scroll 0 0 transparent;
  bottom: -5px;
  content: "";
  display: block;
  height: 2px;
  left: 0%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.link:hover:after { 
  width: 100%; 
  left: 0; 
}

.lower-text{
  text-transform: capitalize;
}

.low-text{
  text-transform: lowercase;
}

.link_dark::after {
  background-color: #212121;
  bottom: 0px;
}

body {
  background: #dcdcdc;
  transition: all .35s ease-in;
}


.black-clr{
  color:#000 !important;
}
.black-bg{
  background: #000 !important;
}

/* Default CSS Ends */

/* Header Section Starts */

header {
  padding: 1em 2em;
  position: fixed;
  z-index: 999;
  width: 100%;
  transition: all .5s ease-in;
  top:0px;
}



header  h1 {
  text-decoration: none !important;
  text-transform: lowercase;
  margin: auto;
  color: #fff;
  font-size: 35px;
}

nav {
  display: grid;
  grid-template-columns: 1fr 2fr;
  position: relative;
}
.nav-item {
  color: #fff;
  text-transform:unset;
  text-decoration: unset;
  text-align: center;
}

.nav-right {
  margin: auto;
}

.nav-right-block {
  position: absolute;
  right: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 37px;
}

.nav-link {
    position: absolute;
    right: 2em;
    text-align: end;
    top: 18vh;
    color: #fff;
    display: grid;
}

/* .nav-left h1 {
 
} */
.nav-link a {
  text-decoration: none;
  color: #fff;
}
.nav-link h3 {
  font-weight: 400;
  font-size: 26px;
  margin: 5px auto;
}

#nav-icon3 {
  display: none;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 60px;
  height: 45px;
  position: absolute;
  right: 7px;
  top: 15px;
  transform: scale(0.65);
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4.5px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mobile-menu {
  height: 105vh;
  width: 100vw;
  background-color: #f04a39;
  display: none;
  transition: all .5s ease-in;
  width: 100%;
  z-index: 3;
  position: fixed;
  margin-top:-5vh;
}
.mobile-menu__link {
  position: absolute;
  right: 20px;
  top: 25vh;
  text-align: right;
}
.mobile-menu__link a {
  color: #fff;
  text-decoration: none;
}

.mobile-site-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: absolute;
  bottom: 5vh;
  float: right;
  width: 70%;
  text-align: center;
}

.mobile-site-nav a{
  color: #fff;
}
/* Header Section Ends */

/* Hero Section Starts */
.hero {
  position: relative;
  background-image: url('../img/hero_bg.jpg');
  background-size: cover;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  padding: 0em;
  
}

#heroVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.hero-content {
  position: absolute;
  padding: 0em 2em;
  top: 9vh;
  color: #fff;
}

.hero-position {
  font-size: 20px;
}
/* Hero Section Ends */


/* Section 2 Starts */
.section2 {
  min-height: 100vh;
  padding: 6em 2em;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-gap: 1.75em;
}

.link_dark_underlined::after { 
  width: 100%; 
  left: 0;
}
.section2-left img{
  width: 85%;
  margin: auto;
  float: right;
}

.section2-right h2 {
  margin: auto;
}

.section2-right p {
  font-size: 21px;
}
/* Section 2 Ends */

/* Section 3 Starts */
.section3 {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-gap: 1em;
  min-height: 100vh;
  padding: 4em 2em;
}
.section3-left h2 {
  width: 80%;
  margin: auto;
}


.section3-middle img{
  width: 100%;
}

.section3-right p {
  margin: auto;
  font-size: 21px;
}

.section3a {
  margin: 2em auto;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-gap: 1em; */
}

.section3a img {
  width: 100%;
}

.section3a__right {
  margin: auto;
}

.section3b, .section3d {
  margin: 2em auto;
  display: grid;
  grid-template-columns: 1fr;
}

.section3b p, .section3d {
  width: 65%;
  margin: auto;
}

.section3c {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 1fr 0.65fr;
  grid-gap: 1em;
  margin: 2em auto;
}

.section3c img {
  width: 100%;
}

.section3c__right {
  display: grid;
  align-content: end;
}

.section3e {
  display: grid;
  grid-template-columns: 1fr;
}
.section3e img{
  width: 60%;
  margin: auto;
  min-height: 100vh;
  margin: 10em auto;
}
/* Section 3 Ends */

/* Section 4 Starts */
.section4 {
  display: grid;
  grid-template-columns: 1.25fr .80fr;
  grid-gap: 2em;
  padding: 4em 2em;
  padding-top: 5em;
}

.section4 img {
  width: 100%;
}

.section4-right {
  display: grid;
  align-items: end;
  position: relative;
}

.section4-right h2 {
  margin: auto;
  position: absolute;
  top: -2em;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}

.section4-bottom {
  width: 60%;
  display: grid;
  margin: auto;
  font-size: 18px;
  transform: translateX(20vw);
}

.section4a {
  margin: 2em auto;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-gap: 1em;
}

.section4a img {
  width: 100%;
}

.section4a__right p{
  font-size: 21px;
}

.section4b {
  display: grid;
  grid-template-columns: 1fr;
  margin: 2em auto;
  min-height: 100vh;
}

.section4b img {
  width: 100%;
  max-height: 100vh;
  margin: 2em auto;
}

.section4b {
  display: grid;
  grid-template-columns: 1fr;
  margin: auto;
}

.section4b__1 {
  float: right;
}

.section4b__3--para {
  width: 40%;
  float: right;
}


.section4c {
  display: grid;
  grid-template-columns: 1fr;
}

.section4c__content {
  display: grid;
  grid-template-columns: 1fr .55fr;
  grid-gap: 2em;
  margin: 2em auto;
  width: 100%;
}


.section4c img {
  width: 100%;
}

.section4c__content___right {
  display: grid;
  grid-template-columns: 1fr;
}

.section4c__content___right--top h2{
  width: 50%;
  /* text-align: center; */
  margin: auto;
}

.section4c__content___right--bottom {
  display: grid;
  align-content: end;
}

.section4c__text p {
  width: 40%;
  margin: auto;
}

.section4d {
  display: grid;
  grid-template-columns: 1.25fr 2.75fr 1fr;
  min-height: 100vh;
  grid-gap: 1em;
  margin: 2em auto;
}

.section4d__left {
  display: grid;
  padding-left: 6vw;
}

.section4d img {
  width: 100%;
}

.section4d__left___bottom {
  display: grid;
  align-content: end;
}

.section4e {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
  min-height: 100vh;
  margin: 2em auto;
}

.section4e__left {
  padding-left: 6vw;
}

.section4e img{
  width: 100%;
}

.section4e__right {
  display: grid;
  grid-template-columns: 1fr;
}

.section4e__right___bottom {
  display: grid;
  align-content: end;
}
/* Section 4 Ends */


/* Section 5 Starts */
.section5 {
  min-height: 120vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
}


.section5-left img{
  height: 100%;
  width: auto;
}

.section5-right {
  display: grid;
  align-items: center;
}
/* Section 5 Ends */

/* Section 6 Starts */
.section6 {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 110vh;
}

.section6-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  margin: 2em auto;
  width: 80%;
  grid-gap: 1em;
}

.section6-content--left img{

  width: 100%;
  float: right;
}

.section6-para {
  width: 50%;
  margin: 2em auto;
}
/* Section 6 Ends*/

/* Section 2a Starts */
  .section2a {
    min-height: 170vh;
    display: grid;
    grid-template-columns: 1fr;
    margin: 2em auto;
  }

  .section2a__content {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    margin: 2em auto;
    grid-gap: 2em;
    width: 100%;
  }

  .section2a--left, .section2a--right {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 2em;
    align-content: start;
  }

  .section2a--left__bottomBlock {
    width: 100%;
  }

  .section2a--left__2 {
    width: 60%;
    float: right;
  }

  .section2a--left__1 {
    width: 100%;
  }

  .section2a--right__1 {
    width: 60%;
  }

  .section2a--right__2 {
    width: 85%;
  }
/* Section 2a Ends*/

/* Section 2b Starts  */
.section2b {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-gap: 2em;
  margin: 2em auto;
}

.section2b__left--left1 {
  width: 100%;
}

.section2b__right {
  display: grid;
  grid-template-columns: 1fr;
}

.section2b__right__bottom {
  display: grid;
  grid-template-columns: 1fr;
  align-content: end;
}
/* Section 2b ends  */

/* Section 2c starts */

.section2c {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-gap: 1em;
  margin: 2em auto;
  min-height: 100vh;
}

.section2c__middle img {
  width: 100%;
} 


.section2c__left {
  width: 100%;
  display: grid;
  align-content: end;
}

/* Section 2c ends */


/* Other Work Section Starts */

.other-work {
  padding: 4em 2em;
  padding-bottom:20em;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

.other-work--block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  grid-gap: 9em;
  width: 90%;
  float: right;
}

.other-work--block___col {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 6em;
  
}

.other-work--block___col1 {
  transform: translateY(15vh);
}

.other-work--block___col2 {
  transform: translateY(35vh);
}
.other-work--block___col3 {
  transform: translateY(-20vh);
}
.work-block {
  display: grid;
}
.work-block a {
  text-decoration: none;
}
.work-block img {
  width: 100%;
}

.work-block:hover{
  cursor: pointer;
}

/* 003c71 */

.work-block h3, .work-block p, .work-block a {
  margin-top: 1.5em;
}
/* Other Work Section Ends */

/* Footer Section Starts */

footer {
  padding:2em;
  min-height: 100vh;
  display: grid;
  
  /* background-color: #f04a39; */
  margin: auto;
  width: 100%;
  color: #fff;
}

footer h2 {
  text-transform: lowercase;
  font-size: 40px;
}

footer p {
  font-weight: 300;
}

.footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin: 5em auto;
  width: 100%;
}

footer h5 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
}

footer p {
  font-weight: 300;
  line-height: 1.1em !important;
}
footer p, footer h5 {
  line-height: 100%;
  margin: 7px auto;
}

.footer-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}


.footer-info--right p {
  float: right;
  margin: auto;
  display: block;
  line-height: 130%;
}

/* .bottom_logo:hover, .bottom_logo span{
  animation: color_change  1s ease-in infinite;
}


.nav-left h1:hover  .nav-left h1 span {
  animation: color_change  1s ease-in infinite;
} */



/* Footer Section Ends */



/* Responsive Media Queries Starts */


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
 
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  h2 {
    font-size: 40px;
  }
  /* .other-work--block {
    grid-template-columns: 1fr;
    grid-gap: 1em;
    width: 100%;
  }

  .section3, .section4 {
    grid-template-columns: 1fr;
    grid-gap: 1em;
  } */

  .section3-left h2 {
    width: 100%;
  }

  .section4-bottom {
    margin: 1em auto;
  }

  .section5-left img {
    height: auto;
    width: 100%;
  }
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 27px;
  }
  .other-work--block {
    /* grid-template-columns: 1fr; */
    grid-gap: 1em;
    width: 100%;
  }

 
  
}

@media (min-width: 280px) and (max-width: 767px) {

  .hero-content {
    padding: 0em 1em;
  }

  header h1{
    font-size: 28px;
  }

  header{
    position: absolute !important;
    top:0px;
  }

  #nav-icon3{
    position: fixed !important;
  }

  .mobile-menu__link___small h3 {
    font-size: 22px;
  }

  section {
    padding: 0em 0.5em;
  }

  header {
    padding: 1em;
  }
  .hero-name {
    font-size: 45px;
  }

  #nav-icon3 {
    transform: scale(0.5);
    margin-top:-8px !important; 
  }

  .hero-content {
    top: 15vh;
  }

  #nav-icon3 {
    display: block;
  }
  h2 {
    font-size: 30px;
  }

  .nav-right, .nav-link {
    display: none;
  }

  
  .section2 {
    padding: 0.5em .5em;
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }

  .section2-right h2 {
    margin: 1em auto;
  }

  .section2-left img {
    width: 100%;
  }



  .section3 {
    grid-template-columns: 1fr;
    grid-gap: 1em;
    padding: 3em 0.5em;
  }

  .section3-left h2 {
    margin: 0.75em auto;
    width: 100%;
  }

  .section3-left h2 br {
    display: none;
  }

  .section3-right p {
    margin: 1em auto;
  }

  .section4-bottom {
    width: 100%;
    transform: translateX(0vw);
  }

  .section4 {
    grid-template-columns: 1fr;
    grid-gap: 1em;
    padding: 3em .5em;
  }

  .section4-right h2 {
    position: relative;
    top: 0em;
    width: 100%;
    margin: 0.5em auto;
  }

  .section4-right h2 br {
    display: none;
  }

  .section4-bottom p {
    margin: 1em auto;
  }

  .section5, .section6, .section6-content {
    grid-template-columns: 1fr;
  }

  .section6-content {
    width: 100%;
  }

  .section6-content--right img, .section6-content--left img, .section6-para{
    width: 100%;
  }

  .section5-left  img, .section4-right img, .section6-content--left img {
    width: 100%;
    height: auto;
  }

  .other-work--block___col1 {
    transform: translateY(0vh);
  }
  
  .other-work--block___col2 {
    transform: translateY(0vh);
  }
  .other-work--block___col3 {
    transform: translateY(0vh);
  }

  .section5-right h2 br {
    display: none;
  }
  .other-work {
    padding: 0.5em;
  }
  .other-work--block {
    grid-template-columns: 1fr;
    grid-gap: 1em;
    width: 100%;
  }



  .work-block h3, .work-block p, .work-block a {
    margin-top: .5em;
  }
  footer {
    padding: 1em;
  }
  
  .footer-nav, .footer-info {
    grid-template-columns: 1fr;
    grid-gap: 2em;
  }

  .footer-info--right p {
    float: left;
  }

  .section-img_shadow {
    box-shadow: none;
  }

  .section4a,
  .section4b,
  .section4c__content,
  .section4d,
  .section4e,
  .section3a,
  .section3c,
  .section2a__content,
  .section2b,
  .section2c   {
    grid-template-columns: 1fr;
  }

  .section4d__left, .section4c__content___right, .section2b__right__bottom, .section2c__left {
    grid-gap: 1em;
  }

  .section4e__right {
    grid-area: 1;
  }

  .section4e__left, .section4d__left {
    padding-left: 0vw;
  }

  .section3d {
    width: 100%;
  }

  .section3e img {
    width: 100%;
  }

  .section4b__3--para,
  .section4c__text p,
  .section3b p,
  .section3d p {
    width: 90%;
  }

  .section2a--left__2,
  .section2a--right__1,
  .section2a--right__2,
  .section2c__left img,
  .section2c__middle {
    width: 100%;
  }

}


@media (min-width: 320px) and (max-width: 480px) {

  .hero-content {
    padding: 0em 1em;
  }

  .mobile-menu__link___small h3 {
    font-size: 22px;
  }

  section {
    padding: 0em 0.5em;
  }

  header {
    padding: 1em;
  }
  .hero-name {
    font-size: 45px;
  }

  #nav-icon3 {
    transform: scale(0.5);
  }

  .hero-content {
    top: 15vh;
  }

  #nav-icon3 {
    display: block;
  }
  h2 {
    font-size: 30px !important;
  }

  .nav-right, .nav-link {
    display: none;
  }

  
  .section2 {
    padding: 0.5em .5em;
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }

  .section2-right h2 {
    margin: 1em auto;
  }

  .section2-left img {
    width: 100%;
  }



  .section3 {
    grid-template-columns: 1fr;
    grid-gap: 1em;
    padding: 3em 0.5em;
  }

  .section3-left h2 {
    margin: 0.75em auto;
    width: 100%;
  }

  .section3-left h2 br {
    display: none;
  }

  .section3-right p {
    margin: 1em auto;
  }

  .section4-bottom {
    width: 100%;
    transform: translateX(0vw);
  }

  .section4 {
    grid-template-columns: 1fr;
    grid-gap: 1em;
    padding: 3em .5em;
  }

  .section4-right h2 {
    position: relative;
    top: 0em;
    width: 100%;
    margin: 0.5em auto;
  }

  .section4-right h2 br {
    display: none;
  }

  .section4-bottom p {
    margin: 1em auto;
  }

  .section5, .section6, .section6-content {
    grid-template-columns: 1fr;
  }

  .section6-content {
    width: 100%;
  }

  .section6-content--right img, .section6-content--left img, .section6-para{
    width: 100%;
  }

  .section5-left  img, .section4-right img, .section6-content--left img {
    width: 100%;
    height: auto;
  }

  .other-work--block___col1 {
    transform: translateY(0vh);
  }
  
  .other-work--block___col2 {
    transform: translateY(0vh);
  }
  .other-work--block___col3 {
    transform: translateY(0vh);
  }

  .section5-right h2 br {
    display: none;
  }
  .other-work {
    padding: 0.5em;
  }
  .other-work--block {
    grid-template-columns: 1fr;
    grid-gap: 1em;
    width: 100%;
  }

  .other-work h2 {
    margin: 1em auto;
  }

  .work-block h3, .work-block p, .work-block a {
    margin-top: .5em;
  }
/* 
  .work-block img {
    height: auto;
    margin: auto;
    width: auto;
    max-width: 400px;
    max-height: 400px;
  } */
  footer {
    padding: 1em;
  }
  
  .footer-nav, .footer-info {
    grid-template-columns: 1fr;
    grid-gap: 2em;
  }

  .footer-info--right p {
    float: left;
  }
  .container {
    padding-bottom: 10vh;
  }

  .section-img_shadow {
    box-shadow: none;
  }

  .section4a,
  .section4b,
  .section4c__content,
  .section4d,
  .section4e,
  .section3a,
  .section3c,
  .section2a__content,
  .section2b,
  .section2c   {
    grid-template-columns: 1fr;
  }

  .section4d__left, .section4c__content___right, .section2b__right__bottom, .section2c__left {
    grid-gap: 1em;
  }

  .section4e__right {
    grid-area: 1;
  }

  .section4e__left, .section4d__left {
    padding-left: 0vw;
  }

  .section3d {
    width: 100%;
  }

  .section3e img {
    width: 100%;
  }

  .section4b__3--para,
  .section4c__text p,
  .section3b p,
  .section3d p {
    width: 90%;
  }

  .section2a--left__2,
  .section2a--right__1,
  .section2a--right__2,
  .section2c__left img,
  .section2c__middle {
    width: 100%;
  }
  
}
/* Responsive Media Quesries Ends */