/*
* LUXURY - Landing page for Real Estate
* Build Date: March 2019
* Last Update: March 2019
* Author: Alessio Frugoni
* Copyright (C) 2019 Alessio Frugoni
* This is a premium product available exclusively here : https://alessiofrugoni.com
*/
/*    STRUCTURE TREE

=>SETTINGS
=>GENERAL
=>BUTTONS
=>NAVBAR
=>MENU OVERLAY
=>FOOTER
=>HERO
=>PRE SECOND SLIDE
=>SECOND SLIDE
=>ABOUT
=>CALL TO ACTION
=>THIRD SLIDE
=>MESSAGE
=>MEDIA QUERIES

*/
/*
* LUXURY - Landing page for Real Estate
* Build Date: March 2019
* Last Update: March 2019
* Author: Alessio Frugoni
* Copyright (C) 2019 Alessio Frugoni
* This is a premium product available exclusively here : https://alessiofrugoni.com
*/
@import url("https://fonts.googleapis.com/css?family=Nunito:200,300,400,700");
/*******************************************************************************
Color Button
*******************************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

/* * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* * Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0; }

/* * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
* Known issue:no IE 6 support. */
[hidden] {
  display: none; }

/* ==========================================================================
SETTINGS
========================================================================== */
/* * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevents iOS text size adjust after orientation change, without disabling
*    user zoom. */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

html, html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

/* * Addresses `font-family` inconsistency between `textarea` and other form
* elements. */
html, button, input, select, textarea {
  font-family: 'Nunito', sans-serif; }

/* * Addresses margins handled incorrectly in IE 6/7. */
body {
  margin: 0;
  overflow-x: hidden !important;
  font-family: 'Nunito', sans-serif;
  padding: 0;
  --color-text: #000;
  --color-bg: #fff;
  --color-link: #333;
  --color-link-hover: #000;
  --color-info: #000;
  --color-grid: #f3f3f3;
  --color-slide-alt: #fff;
  --color-slide-text-bg: #000; }

/* ==========================================================================
Links
========================================================================== */
/* * Addresses `outline` inconsistency between Chrome and other browsers. */
a {
  text-decoration: none;
  color: var(--color-link);
  outline: none; }

a:hover,
a:focus {
  color: var(--color-link-hover);
  outline: none; }

/* ==========================================================================
Typography
========================================================================== */
/* * Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. */
h1 {
  font-size: 4em;
  font-weight: bold;
  color: #323643; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em;
  font-weight: bold;
  text-transform: uppercase;
  color: white; }

h4 {
  font-size: 1em;
  color: white; }

h5 {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 2; }

h6 {
  font-size: 0.75em; }

/* * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted; }

/* * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/* * Addresses styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic; }

/* * Addresses styling not present in IE 6/7/8/9. */
mark {
  background: #ff0;
  color: #000; }

/* * Addresses margins set differently in IE 6/7. */
p, pre {
  margin: 1em 0;
  color: #747a87;
  font-size: 1.2em; }

/* * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* * Improves readability of pre-formatted text in all browsers. */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* * Addresses CSS quotes not supported in IE 6/7. */
q {
  quotes: none; }

/* * Addresses `quotes` property not supported in Safari 4. */
q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/* * Prevents `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
Lists
========================================================================== */
/* * Addresses margins set differently in IE 6/7. */
dl, menu, ol, ul {
  margin: 0em 0; }

dd {
  margin: 0 0 0 40px; }

/* * Addresses paddings set differently in IE 6/7. */
menu, ol, ul {
  padding: 0 0 0 0; }

/* * Corrects list images handled incorrectly in IE 7. */
nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
Embedded content
========================================================================== */
/* * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7. */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/* * Corrects overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
Figures
========================================================================== */
/* * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
figure {
  margin: 0; }

/* ==========================================================================
Forms
========================================================================== */
/* * Corrects margin displayed oddly in IE 6/7. */
form {
  margin: 0; }

/* * Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* * 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7. */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/* * 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome.
* 3. Improves appearance and consistency in all browsers. */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/* * Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet. */
button, input {
  line-height: normal; }

/* * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*    Known issue:inner spacing remains in IE 6. */
button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/* * Re-set default cursor for disabled elements. */
button[disabled], input[disabled] {
  cursor: default; }

/* * 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
*    Known issue:excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/* * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof). */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/* * Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* * Removes inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* * 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers. */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

button:focus {
  outline: 0; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

/*******************************************************************************
GENERAL
*******************************************************************************/
.bbb {
  border: solid red 1px; }

.bg-light {
  background: rgba(255, 255, 255, 0.5) !important; }

.fa, .fas {
  font-weight: 900;
  color: grey; }

.container {
  max-width: 1100px; }

.section-padding {
  padding: 7%; }

.subtitle-creative h5 {
  text-transform: uppercase;
  font-weight: 400;
  color: #8c8c8c; }

.text-centerd-cont {
  text-align: center; }

.margin-bot {
  margin-bottom: 50px; }

.margin-top {
  margin-top: 50px; }

.subtitle-creative h1 {
  color: black;
  font-size: 4rem; }

.subtitle-creative h5 {
  color: black;
  font-size: 1rem;
  font-weight: 400; }

.subtitle-creative-white h1 {
  color: white;
  font-size: 4rem; }

.subtitle-creative-white h5 {
  color: white;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase; }

.line-work-width {
  width: 40px; }

/*******************************************************************************
BUTTONS
*******************************************************************************/
.btn-about {
  color: #212529;
  background-color: #fdfdfd00;
  border-color: #656565; }

.btnabout {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #484848;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  text-transform: uppercase; }

.btn-about:hover {
  color: #ffffff;
  background-color: #e8e8e8;
  border-color: #ffffff; }

/*******************************************************************************
NAVBAR
*******************************************************************************/
.navbar-default {
  -webkit-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  background: trasparent;
  height: 110px; }

.navbar-default.scrolled {
  background: rgba(255, 255, 255, 0); }

.navbar-brand {
  background: url(../img/logo-luxury.png) no-repeat center center;
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  margin-left: 6rem;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 200px;
  height: 150px; }

.navbar-light .navbar-nav .active > .nav-link {
  color: #d6d6d6;
  margin-right: 45px; }

.navbar-light .navbar-nav .active > .nav-link:hover {
  color: white; }

.navbar-light .navbar-nav .nav-link {
  color: #d6d6d6;
  margin-right: 45px; }

.navbar-light .navbar-nav .nav-link:hover {
  color: white; }

.navbar-light .navbar-nav .nav-link.active {
  color: white; }

.nav-pills .nav-link {
  border-radius: 1.25rem; }

.nav-pills .nav-link.active {
  color: #fff;
  background-color: #e8e8e8 !important; }

.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-transform: uppercase; }

.navbar-light .navbar-toggler-icon {
  background-image: url(../img/menu-button.svg); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0); }

.collapse:not(.show) {
  display: contents; }

/*******************************************************************************
MENU OVERLAY
*******************************************************************************/
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  background-color: white;
  overflow-y: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px; }

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.overlay a:hover, .overlay a:focus {
  color: black; }

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px; }

.overlay:before {
  background-color: rgba(113, 113, 113, 0) !important; }

@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto; }
  .overlay a {
    font-size: 20px; }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px; } }

/*******************************************************************************
FOOTER
*******************************************************************************/
footer {
  background-color: #e8e8e8;
  background-size: cover;
  padding-top: 30px; }

.footer-brand {
  background: url(../img/logo-luxury.png) no-repeat center center;
  display: inline-block;
  line-height: inherit;
  white-space: nowrap;
  margin-left: 6rem;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 150px;
  height: 70px; }

.footer-menu {
  text-align: center; }

.footer-menu ul li {
  display: inline;
  text-decoration: none;
  margin-left: 9%; }

.fa-facebook {
  color: white; }

.fa-dribbble-square {
  color: white; }

.footer-menu-social {
  text-align: center; }

.footer-menu-social ul li {
  display: inline;
  text-decoration: none;
  margin-left: 5%; }

.footer-second-content {
  height: 40%; }

.footer-info-1 {
  padding-bottom: 35px; }

.footer-info-1 h4 {
  color: black;
  text-transform: uppercase;
  font-size: 1rem; }

.footer-info-1 p {
  color: black;
  font-size: 0.8rem; }

.footer-info-2 h4 {
  color: black;
  text-transform: uppercase;
  font-size: 1rem; }

.footer-info-2 p {
  color: black;
  font-size: 0.8rem; }

.footer-info-sx {
  padding: 1% 0 1% 8%; }

.footer-info-dx {
  background-color: white;
  display: inline; }

.text-box-1 h4 {
  color: black;
  text-transform: uppercase;
  font-size: 1rem; }

.text-box-2 h4 {
  color: black;
  font-size: 1rem; }

.text-box {
  padding: 7%; }

.copyright-text {
  color: black;
  font-size: 12px;
  text-align: center; }

.copyright-text a {
  color: black;
  font-size: 14px; }

.copyright-text a:hover {
  color: black;
  font-size: 14px;
  text-decoration: none; }

.copyright-text p {
  color: black;
  font-size: 14px; }

/*******************************************************************************
HERO
*******************************************************************************/
.hero-bg {
  background: url(../img/slide-1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh; }

.hero-text-black {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.hero-text-black div h1 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13em;
  font-weight: 800;
  margin: 0; }

/*******************************************************************************
PRE SECOND SLIDE
*******************************************************************************/
.bg-pre-slide-second {
  background-color: #e8e8e8;
  padding: 5% 0 5% 0; }

.call-sec-text-box {
  padding: 100px 0 100px 0; }

.call-text-black h5 {
  color: black;
  text-transform: inherit;
  line-height: 50px;
  font-size: 20px;
  font-weight: 100; }

.call-text-black h1 {
  color: black;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-bottom: 58%;
  border-bottom: solid 1px;
  width: 150px; }

/*******************************************************************************
SECOND SLIDE
*******************************************************************************/
.bg-second {
  padding-top: 70px; }

/* Icons */
.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor; }

main {
  position: relative;
  width: 100%; }

/* Header */
.info {
  display: block;
  max-width: 260px;
  margin: 1rem auto;
  color: var(--color-info); }

/* Top Navigation Style */
.slideshow {
  position: relative;
  width: 100%;
  margin-top: 1rem; }

.slide {
  width: 100%;
  top: 0;
  position: absolute;
  pointer-events: none; }

.slide--current {
  position: relative; }

.js .slide__img-wrap,
.js .slide__title,
.js .slide__subtitle,
.js .slide__quote,
.js .slide__side,
.js .slide__number,
.js .slide__explore {
  opacity: 0;
  pointer-events: none; }

.slide--current.slide--visible .slide__img-wrap,
.slide--current.slide--visible .slide__title,
.slide--current.slide--visible .slide__subtitle,
.slide--current.slide--visible .slide__quote,
.slide--current.slide--visible .slide__number,
.slide--current.slide--visible .slide__explore {
  opacity: 1; }

.slide--current.slide--visible .slide__explore {
  pointer-events: auto;
  display: none; }

.slide__img-wrap {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative; }

.slide--current .slide__img-wrap {
  cursor: default; }

.slide--left,
.slide--right {
  z-index: 100; }

.slide--left .slide__img-wrap,
.slide--right .slide__img-wrap {
  opacity: 1;
  width: 25vw;
  pointer-events: auto;
  cursor: pointer; }

.slide--right .slide__img-wrap {
  margin-left: auto; }

.slide__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none; }

.slide--current .slide__img::after {
  content: '';
  background: rgba(57, 71, 72, 0.27);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slide__img-reveal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  pointer-events: none; }

.slide__title-wrap,
.slide__number {
  display: block;
  text-align: center;
  pointer-events: none; }

.slide__number {
  padding: 0;
  display: none; }

.slide__explore {
  margin: 2rem 0 0 0;
  cursor: pointer;
  background: var(--color-slide-text-bg);
  color: #fff;
  padding: 0.15rem 0.25rem; }

.slide__explore:hover {
  color: #fff; }

/*******************************************************************************
ABOUT
*******************************************************************************/
.firstcharacter {
  color: black;
  float: left;
  font-size: 55px;
  line-height: 56px;
  padding-top: 0;
  padding-right: 8px;
  padding-left: 3px; }

.quote-comment p {
  font-size: 1.3rem;
  color: black; }

.comment-apexes {
  font-size: 2rem;
  color: black; }

.autor-text {
  font-weight: 500; }

.are-title h1 {
  font-weight: 300;
  color: black; }

.are-title p {
  color: black; }

.text-bg-blue {
  background: #e8e8e8;
  color: white; }

/*******************************************************************************
CALL TO ACTION
*******************************************************************************/
.call-sec {
  background: url(../img/call-action.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 600px;
  padding: 5% 0 5% 0; }

.call-text-white h5 {
  color: white;
  text-transform: inherit;
  line-height: 50px;
  font-size: 20px;
  font-weight: 100; }

.call-text-white h1 {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-bottom: 58%;
  border-bottom: solid 1px;
  width: 150px; }

/*******************************************************************************
THIRD SLIDE
*******************************************************************************/
.bg-third {
  background-color: #e8e8e8;
  margin: 5% 20% 140px 20%; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  margin: 0 0% -200px 0%; }

.owl-carousel .owl-item h2 {
  margin-top: 10px;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 100; }

.owl-nav {
  display: none; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  padding-top: 20px; }

.third-title h2 {
  text-align: center;
  padding-top: 9%;
  font-weight: 300;
  letter-spacing: 20px; }

.third-title img {
  width: 20px;
  height: 30px; }

.owl-theme .owl-nav {
  margin-top: 0;
  width: 100%; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(255, 255, 255, 0) !important;
  color: #FFF;
  text-decoration: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border: 1px solid black; }

.owl-carousel .owl-item h2 {
  margin-top: 10px;
  margin-top: 20px;
  margin-left: 20px; }

.third-box-text {
  padding: 1%; }

.third-vertical {
  margin-top: 15px; }

.third-vertical img {
  height: 30px;
  width: 100%; }

.slide__quote {
  color: white; }

/*******************************************************************************
MESSAGE
*******************************************************************************/
.message {
  padding: 100px 0 70px 0; }

.messsage-box {
  margin-left: 6px; }

.messsage-box h5 {
  color: black;
  font-size: 1.1rem;
  text-transform: none; }

/*******************************************************************************
MEDIA QUERIES
*******************************************************************************/
@media (min-width: 688px) and (max-width: 991px) {
  .navbar-brand {
    margin-left: 1rem; }
  .work-margin-bot {
    margin-bottom: 30px; }
  .work-butt {
    margin-bottom: 40px; }
  .slide__title-wrap, .slide__number {
    display: none; }
  .slide__info {
    display: none; }
  .slide__category {
    display: none; } }

@media (min-width: 530px) and (max-width: 687px) {
  .navbar-brand {
    margin-left: 1rem; }
  .work-margin-bot {
    margin-bottom: 30px; }
  .copyright-text {
    padding-left: 1rem; }
  .footer-social-link ul {
    padding: 0;
    float: left; }
  .footer-social-link {
    margin: 0;
    padding: 0; }
  .footer-social-link ul li {
    padding: 10px; }
  .slide__title-wrap, .slide__number {
    display: none; }
  .slide__info {
    display: none; }
  .slide__category {
    display: none; }
  .hero-text-black div h1 {
    font-size: 5em;
    font-weight: 800;
    margin: 0; } }

@media (min-width: 250px) and (max-width: 529px) {
  .contact-cont h1 {
    font-size: 4em; }
  .subtitle-creative h1 {
    color: black;
    font-size: 3rem; }
  .subtitle-creative-white h1 {
    color: white;
    font-size: 3rem; }
  .work-butt {
    margin-bottom: 40px; }
  .work-margin-bot {
    margin-bottom: 30px; }
  .copyright-text {
    padding-left: 1rem; }
  .footer-menu-social {
    margin-bottom: 25px; }
  .footer-menu {
    margin-bottom: 20px; }
  .footer-social-link ul {
    padding: 0; }
  .footer-social-link {
    margin: 0;
    padding: 0; }
  .footer-social-link ul li {
    padding: 10px; }
  .navbar-collapse {
    background: rgba(255, 255, 255, 0);
    margin-top: 24px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 8%;
    text-align: center; }
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0; }
  .navbar-brand {
    margin-left: 1rem;
    width: 30%; }
  .call-text {
    height: auto; }
  .call-text h1 {
    width: 38%; }
  .slide__title-wrap, .slide__number {
    display: none; }
  .slide__info {
    display: none; }
  .slide__category {
    display: none; }
  .bg-pre-slide-second {
    padding: 5% 0 15% 0; }
  .bg-second {
    padding-top: 70px; }
  .footer-brand {
    margin-left: 0; }
  .third-vertical {
    margin-top: 0px; }
  .hero-text-black div h1 {
    font-size: 3em;
    font-weight: 800;
    margin: 0; }
  .third-title h2 {
    padding-top: 9%;
    font-weight: 300;
    letter-spacing: 0px;
    text-align: center; } }

/*******************************************************************************
MEDIA QUERIES SECOND SLIDE
*******************************************************************************/
@media screen and (min-width: 53em) {
  .info {
    max-width: 16rem;
    margin: 0; }
  .slideshow {
    overflow: hidden;
    margin: 0;
    height: 100vh;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10% 15% 50% 15% 10%;
    grid-template-columns: 10% 50% 10%;
    grid-column-gap: 15%;
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
    grid-template-areas: 'preview-left current-slide preview-right'; }
  .slide {
    color: var(--color-slide-alt); }
  .slide::after {
    content: '+';
    position: absolute;
    left: 0;
    color: #000;
    font-size: 1.75rem;
    bottom: 70vh;
    margin: 0.5rem; }
  .slide--current::after {
    display: none; }
  .slide--right::after {
    bottom: 80vh;
    left: auto;
    right: 0; }
  .slide__img-wrap {
    height: 100%;
    position: absolute; }
  .slide__img {
    background-position: 50% 0%; }
  .slide--visible .slide__img-wrap,
  .slide--visible .slide__title,
  .slide--current.slide--visible .slide__side,
  .slide--current.slide--visible .slide__quote {
    opacity: 1; }
  .slide--visible .slide__img-wrap {
    pointer-events: auto; }
  .slide--current,
  .slide--left,
  .slide--right {
    position: relative;
    pointer-events: auto; }
  .slide--current {
    grid-area: current-slide; }
  .slide--left .slide__img-wrap,
  .slide--right .slide__img-wrap {
    height: 50%;
    width: 100%;
    top: 20%;
    position: relative; }
  .slide--left .slide__img-wrap {
    top: 30%; }
  .slide--left {
    border-right: 1px solid var(--color-grid);
    grid-area: preview-left; }
  .slide--right {
    border-left: 1px solid var(--color-grid);
    grid-area: preview-right; }
  .slide__side {
    position: absolute;
    right: 0.25rem;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .slide__category {
    font-size: 2rem;
    margin: 0;
    font-weight: normal;
    line-height: 1;
    padding: 1.5rem 0;
    display: inline-block; }
  .slide__category::before {
    content: '\2022';
    font-size: 2.5rem;
    padding: 0 0 1rem; }
  .slide__number {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0.5rem 1rem; }
  .slide__number::before {
    content: '#'; }
  .slide--current .slide__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 400px;
    position: absolute;
    top: 35%;
    right: 50%; }
  .slide--current .slide__title,
  .slide__subtitle {
    font-size: 5vw;
    margin: 0 0 0.2rem;
    padding: 0 0.5rem;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    overflow: hidden; }
  .slide--current .slide__title {
    padding: 0.35rem 0.25rem 0.15rem; }
  .slide--current .slide__title .slide__box,
  .slide__subtitle .slide__box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color-slide-text-bg); }
  .slide__title-inner,
  .slide__subtitle-inner {
    position: relative;
    display: inline-block; }
  .slide--left .slide__title,
  .slide--right .slide__title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    font-size: 1rem;
    right: 0;
    top: 80vh;
    text-align: right;
    color: var(--color-text);
    margin: 1rem 0 0;
    font-weight: normal; }
  .slide--right .slide__title {
    left: 0;
    right: auto;
    top: 70vh; }
  .slide__subtitle {
    font-size: 2.5vw;
    line-height: 1.5; }
  .slide__quote {
    max-width: 25vw;
    text-align: right; } }
@media screen and (min-width: 53em){
  .slide--current {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
  .slide--left {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .slide--right {
    -ms-grid-row: 1;
    -ms-grid-column: 5; } }
