/* Generated by less 3.11.1 */

/*Reset css*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

a {
  transition: all ease 0.3s;
}

a:hover {
  text-decoration: none;
  color: #606060;
}

img {
  max-width: 100%;
}

.custom-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 15px;
}

header {
  padding: 3em 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .logo {
  margin-right: auto;
  width: 33%;
  text-align: center;
}

header nav {
  width: 33%;
}

header nav ul {
  display: flex;
}

header nav ul li.mobile-link {
  display: none;
}

header nav ul li a {
  color: #000;
  text-transform: uppercase;
  margin-right: 3em;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  font-weight: 500;
}

header nav ul li:last-child a {
  margin-right: 0px;
}

.perspective-section .row {
  align-items: flex-end;
}

.perspective-section .row .heading {
  text-align: right;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 1em;
}

.perspective-section .row .img-clm {
  line-height: 0;
}

.turn-idea-section .row {
  align-items: center;
}

.turn-idea-section .row .heading {
  font-size: 5.5em;
  font-weight: 500;
  letter-spacing: 2px;
}

.work-section {
  background: url(../assets/renders/cta-bg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  margin-top: 4em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-section .more-work {
  position: absolute;
  left: 40px;
  top: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 26px;
  color: #fff;
}

.work-section .click-me {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 36px;
  color: #fff;
}

.go-back {
  padding: 7em 15px;
  text-align: center;
}

.go-back a {
  font-size: 2em;
  color: #000;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px 30px;
}

footer p {
  font-weight: 500;
  font-size: 0.8em;
}

footer .copyright {
  width: 33%;
}

footer .address {
  width: 33%;
}

footer .social-icons {
  width: 33%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

footer .social-icons li a {
  align-items: center;
  margin-left: 20px;
  color: #000;
}

footer .social-icons li a:hover{
  color: #f01722;
}

footer .social-icons li:first-child a {
  margin-left: 0;
}

footer .mobile-text {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .custom-container {
    padding: 0px 0px;
  }

  header nav ul li {
    display: none;
  }

  header nav ul li.mobile-link {
    display: inline-block;
  }

  .turn-idea-section .row {
    margin: 0;
  }

  .perspective-section .row {
    margin: 0;
  }

  .turn-idea-section .row .heading {
    font-size: 3.5em;
  }

  .perspective-section .row .img-clm {
    padding-right: 0;
  }

  .turn-idea-section .row .img-clm {
    padding-left: 0;
  }

  footer .text-center {
    display: none;
  }

  footer .mobile-text {
    display: block;
  }

  footer .copyright {
    width: inherit;
  }
}

@media only screen and (max-width: 1023px) {
  .turn-idea-section .row .heading {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 767px) {
  header {
    padding: 20px 15px;
  }

  header .logo {
    width: 45%;
  }

  header nav ul li a {
    margin-right: 10px;
  }

  .perspective-section .row .heading {
    text-align: right;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 2px;
    padding-bottom: 15px;
  }

  .turn-idea-section .row .heading {
    font-size: 1.5em;
  }

  .work-section {
    min-height: 60vh;
    margin-top: 2em;
  }

  .work-section .more-work {
    left: 15px;
    top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
  }

  .work-section .click-me {
    font-size: 26px;
  }

  .go-back {
    padding: 3em 15px;
  }

  .go-back a {
    font-size: 1em;
  }

  footer {
    padding: 0px 15px 20px;
  }

  .turn-idea-section .row .img-clm {
    flex: 0 0 65%;
    max-width: 65%;
  }

  .turn-idea-section .row .text-clm {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .perspective-section .row .img-clm {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .perspective-section .row .text-clm {
    flex: 0 0 45%;
    max-width: 45%;
  }

  footer .social-icons li a {
    margin-left: 8px;
  }
}

@media only screen and (max-width: 575px) {
  .perspective-section .row .heading {
    font-size: 13px;
  }

  .turn-idea-section .row .heading {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 480px) {
  footer p {
    font-size: 0.5em;
  }
}
