/* 
@media (max-width: 1880px) {}
@media (max-width: 1480px) {}
@media (max-width: 1329px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 889px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 480px) {}
@media (max-width: 382px) {}
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
#main {
  min-width: 360px;
}

body {
  background: #F1F1F1;
  color: #000000;

  /* font-family: "Poppins", helvetica; */
  /* font-weight: 300; */
  /* letter-spacing: 0.02em; */

  font-family: "Fira Code", monospace;
  font-weight: 300;
  letter-spacing: 0;

  font-size: 15px;
  line-height: 20px;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

a,
.portfolio-p a,
h4.gslide-title a {
  color: #292929;
  text-decoration: underline dotted;
  transition: all 0.5s ease-in-out 0s;
}

a:hover,
.portfolio-p a:hover,
h4.gslide-title a:hover {
  color: #292929;
  text-decoration: none;
  background: #dcc9af;
  transition: all 0.5s ease-in-out 0s;
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #333;
  line-height: 28px;
}

p.brand-desc {
  line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #fff;
  margin: 0;

  font-family: "Poppins", helvetica;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #fff;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
  background: none;
  color: #fff;
}

h4 {
  font-size: 18px;
  font-weight: 500;
}

/* Main titles settings */
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  padding: 0 5px;
  background-color: #b8a07e;
}

h3.label {
  font-size: 14px;
  color: #333;
  margin: 8px 0;
}

h3.label span {
  padding: 3px 7px;
  background: #fff;
  line-height: 20px;
  font-weight: 500;
}

.sub-color {
  color: #666;
  text-transform: none;
  font-weight: 100;
  padding: 0 5px;
  background-color: #dcc9af;
}

.nowrap {
  white-space: nowrap;
}

.brand-name {
  max-width: 50%;
  min-width: 285px;
  min-height: 50px;
}

::-moz-selection {
  background: #b8a07e;
  color: #fff;
}

::selection {
  background: #b8a07e;
  color: #fff;
}

.source-txt,
.brand-txt {
  color: #999;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
}

.source-txt a,
.brand-txt a {
  color: #666;
}


.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn:hover,
.btn:focus {
  color: #fff;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
  /*text-transform: uppercase;*/
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paddsections {
  padding-top: 100px;
  padding-bottom: 100px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #b8a07e;
}

.mb-30 {
  margin-bottom: 30px;
}

.main-content {
  padding-top: 140px;
}

.separator {
  margin-top: 100px;
}

/* 
@media (max-width: 1880px) {}
@media (max-width: 1480px) {}
@media (max-width: 1329px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 889px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 480px) {}
@media (max-width: 382px) {}
*/

@media (max-width: 1480px) {
  h2 {
    font-size: 28px;
  }
}

@media (max-width: 1329px) {
  h2 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 20px;
  }

  .source-txt {
    text-align: center;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 16px;
    font-weight: 500;
  }
}

@media (max-width: 382px) {

  .paddsection,
  .paddsections {
    padding-top: 0;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #b8a07e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #c6b398;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* 
@media (max-width: 1880px) {}
@media (max-width: 1480px) {}
@media (max-width: 1329px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 889px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 480px) {}
@media (max-width: 382px) {}
*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background-color: #F1F1F1;
  top: -100%;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  display: none;
}

#header.header-scrolled,
#header.header-inner-pages {
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
}

#header .logo a {
  color: #898989;
}

#header .logo img {
  max-height: 40px;
}

/* 
@media (max-width: 1880px) {}
@media (max-width: 1480px) {}
@media (max-width: 1329px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 889px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 480px) {}
@media (max-width: 382px) {}
*/

@media (max-width: 767px) {
  #header {
    border: 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #7e7d7d;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #b8a07e;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #b8a07e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #4b4a4a;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(49, 49, 49, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #4b4a4a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #b8a07e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #b8a07e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/* 
@media (max-width: 1880px) {}
@media (max-width: 1480px) {}
@media (max-width: 1329px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 889px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 480px) {}
@media (max-width: 382px) {}
*/

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
#hero {
  height: 100vh;
  width: 100%;
}

.bg-1 {
  background: url("../img/home-bg-1.jpg") repeat scroll bottom left/cover;
}

.bg-2 {
  background: url("../img/home-bg-2.jpg") repeat scroll center right/cover;
}

.bg-3 {
  background: url("../img/home-bg-3.jpg") repeat scroll bottom left/cover;
}

#hero .hero-content {
  height: 50vh;
  /* 100 = centralized */
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hero-content h1 {
  font-size: 40px;
  /* font-weight: 700; */
  /*margin-bottom: 10px;*/
  text-transform: uppercase;
  color: #fff;
}

.hero-content p {
  font-size: 13px;
  /*letter-spacing: 3px;*/
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #fff;
  /* font-weight: 500; */
}

.hero-content .list-social li {
  float: left;
  margin-right: 20px;
}

.hero-content .list-social a:hover {
  background: none;
}

.hero-content .list-social li i {
  /*color: #fff;*/
  font-size: 15px;
}

.custom-1 li i {
  color: #ccc;
}

.custom-2 li i {
  color: #fff;
}

/* 
@media (max-width: 1880px) {}
@media (max-width: 1480px) {}
@media (max-width: 1329px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 889px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 480px) {}
@media (max-width: 382px) {}
*/

@media (max-width: 575px) {

  #hero .hero-content {
    padding-left: 50px;
  }
}

@media (max-width: 382px) {
  #hero .hero-content {
    padding-left: 28px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 120px 0 0 0;
  background-color: white;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

/* 
@media (max-width: 1880px) {}
@media (max-width: 1480px) {}
@media (max-width: 1329px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 889px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 480px) {}
@media (max-width: 382px) {}
*/

@media (max-width: 991px) {
  .breadcrumbs {
    padding-top: 100px;
  }

  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  About
/*-----------------------------------------------------------------------------------*/
#about {
  width: 100%;
  height: auto;
  background-color: transparent;
  padding-top: 120px;
}

#about .div-img-bg {
  padding-bottom: 30px;
  border: 20px solid #b8a07e;
}

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  margin-top: -60px;
  margin-left: 40px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

#about .section-about {
  padding: 0 200px;
}

#about .section-about .separator {
  max-width: 80%;
  margin-bottom: 0;
  text-align: left;
}

/* 
@media (max-width: 1880px) {}
@media (max-width: 1480px) {}
@media (max-width: 1329px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 889px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 480px) {}
@media (max-width: 382px) {}
*/

@media (max-width: 1480px) {
  #about .section-about {
    padding: 0 180px;
  }
}

@media (max-width: 1329px) {
  #about .section-about {
    padding: 0 150px;
  }
}

@media (max-width: 991px) {
  #about {
    padding-top: 90px;
  }

  #about .section-about {
    padding: 0 120px;
  }

  #about .div-img-bg {
    padding: 0;
    margin-bottom: 50px;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  .head-info .header-content .cmaster h1 {
    font-size: 32px;
  }

  .section-about .separator {
    max-width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  #about {
    padding-top: 65px;
  }

  #about .section-about {
    padding: 0 100px;
  }

  #about .section-about .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  .head-info .header-content h1 {
    font-size: 32px;
  }

  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }
}

@media (max-width: 575px) {
  #about {
    padding-top: 40px;
  }

  #about .section-about {
    padding: 0 50px;
  }

  .head-info .header-content h1 {
    font-size: 32px;
  }

  #about .div-img-bg {
    display: none;
  }

  #about .section-about .separator {
    max-width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 382px) {
  #about {
    padding-top: 0;
  }

  #about .section-about {
    padding: 50px 50px;
  }

  #about .section-about .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
#testimonials {
  background-color: transparent;
}

#testimonials .people {
  padding: 0;
}

#testimonials .testimonials-block {
  background-color: transparent;
}

.testimonials-block h4 {
  margin: 10px 0 0 0;
  position: relative;
  /*font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;*/
  display: block;
}

.testimonials-block .separator {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.testimonials-block blockquote {
  position: relative;
  padding: 20px 40px 0 40px;
  font-style: italic;
  color: #666;
  /* text-indent: 23px; */
}

.testimonials-block blockquote:before {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  top: 25px;
  left: -35px;
  font-size: 50px;
  font-style: normal;
  color: #d1d1d1;
  margin-left: 45px;
}

.testimonials-slider .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  /* background-color: #fff;
  opacity: 1;
  border: 1px solid #b8a07e; */
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b8a07e;
}

.testimonial-avatar {
  width: 180px;
  border-radius: 50%;
  margin-bottom: 40px;
}

/* 
@media (max-width: 1880px) {}
@media (max-width: 1480px) {}
@media (max-width: 1329px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 889px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 480px) {}
@media (max-width: 382px) {}
*/

@media (max-width: 575px) {
  #testimonials .people {
    padding: 0 50px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  Works
/*-----------------------------------------------------------------------------------*/

#works {
  background-color: transparent;
}

#works .row {
  background-color: #e7e7e7;
}

.section-works {
  padding: 100px 100px;
}

.section-works.right {
  padding-right: 200px;
}

.section-works.left {
  padding-left: 200px;
}

.section-works h3 {
  padding-top: 0;
  font-size: 80px;
  line-height: 1.2;
}

.section-works h3 span {
  background-color: transparent;
}

.section-works .separator {
  max-width: 80%;
  margin-bottom: 0;
  text-align: left;
}

.works-img {
  display: flex;
  height: 100vh;
  min-height: 850px;
}

.works-img-1 {
  background: url("../img/works/work1.jpg") repeat scroll top left/cover;
}

.works-img-2 {
  background: url("../img/works/work2.jpg") repeat scroll center left/cover;
}

.works-img-3-1 {
  background: url("../img/works/work3-1.jpg") repeat scroll top left/cover;
}

.works-img-3-2 {
  background: url("../img/works/work3-2.jpg") repeat scroll top right/cover;
}

.works-img-3-3 {
  background: url("../img/works/work3-3.jpg") repeat scroll center right/cover;
}

.works-img-3-4 {
  background: url("../img/works/work3-4.jpg") repeat scroll center right/cover;
}

.works-img-3-5 {
  background: url("../img/works/work3-5.jpg") repeat scroll top right/cover;
}

.works-img-3-6 {
  background: url("../img/works/work3-6.jpg") repeat scroll top left/cover;
}

.works-img-3-7 {
  background: url("../img/works/work3-7.jpg") repeat scroll top center/cover;
}

.works-img-3-8 {
  background: url("../img/works/work3-8.jpg") repeat scroll center left/cover;
}

.works-img-3-9 {
  background: url("../img/works/work3-9.jpg") repeat scroll top center/cover;
}

.works-img-3-10 {
  background: url("../img/works/work3-10.jpg") repeat scroll bottom left/cover;
}

.works-img-3-11 {
  background: url("../img/works/work3-11.jpg") repeat scroll center center/cover;
}

.works-img-3-12 {
  background: url("../img/works/work3-12.jpg") repeat scroll center right/cover;
}

#works .source-txt {
  /* In this case for low res, always NOT centralized! */
  text-align: left;
}

/* 
@media (max-width: 1880px) {}
@media (max-width: 1480px) {}
@media (max-width: 1329px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 889px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 480px) {}
@media (max-width: 382px) {}
*/

@media (max-width: 1880px) {
  .section-works h3 {
    font-size: 70px;
  }
}

@media (max-width: 1480px) {
  .section-works.right {
    padding-right: 180px;
  }

  .section-works.left {
    padding-left: 180px;
  }

  .section-works h3 {
    font-size: 60px;
  }

  .works-img {
    height: auto;
  }
}

@media (max-width: 1329px) {

  .section-works.right {
    padding-right: 150px;
  }

  .section-works.left {
    padding-left: 150px;
  }

  .section-works h3 {
    font-size: 55px;
  }
}

@media (max-width: 1199px) {

  .section-works h3 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {

  .section-works.right {
    padding-right: 120px;
  }

  .section-works.left {
    padding-left: 120px;
  }

  #works .txt-to-hide-low-res {
    /* 'Cause the image is almost out of screen to show this text */
    display: none;
  }
}

@media (max-width: 889px) {
  .section-works h3 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {

  .section-works.right {
    padding-right: 100px;
  }

  .section-works.left {
    padding-left: 100px;
  }

  .section-works h3 {
    font-size: 60px;
  }

  .works-img {
    display: none;
  }
}

@media (max-width: 575px) {
  .section-works {
    padding: 50px 50px;
  }

  .section-works.right {
    padding-right: 50px;
  }

  .section-works.left {
    padding-left: 50px;
  }

  .section-works h3 {
    font-size: 50px;
  }

  .section-works .separator {
    max-width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .section-works h3 {
    font-size: 40px;
  }
}

/* 
@media (max-width: 382px) {
}*/

/*-----------------------------------------------------------------------------------*/
/*  Portfolio (brands)
/*-----------------------------------------------------------------------------------*/

#portfolio {
  background-color: transparent;
}

#portfolio #portfolio-filters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

#portfolio #portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-filters li:hover,
#portfolio #portfolio-filters li.filter-active {
  color: #b8a07e;
}

#portfolio #portfolio-filters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio-item a:hover {
  /* It fixes a 'bug' in brand thumb cursor hover */
  background: none !important;
}

#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

#portfolio .portfolio-item .portfolio-info p {
  color: #999;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #b8a07e;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #cab89f;
}

#portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

h3 i {
  cursor: pointer;
  color: #b8a07e;
}

.portfolio-p {
  line-height: 20px;
  margin: 0;
}

.portfolio-region {
  font-family: "Poppins", helvetica;
  color: #666;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  background: #dcc9af;
}

.portfolio-brand {
  font-family: "Poppins", helvetica;
  font-weight: 600;
  margin-bottom: 18px;
}

.portfolio-desc {
  text-transform: initial;
}

.portfolio-role {
  text-transform: capitalize;
}

.portfolio-url {
  text-transform: capitalize;
}

.portfolio-url a {
  text-transform: lowercase;
}

/* .portfolio-url a:hover {
  text-decoration: none !important;
  background: #dcc9af;
} */

.brand-logo {
  width: auto;
}

.portfolio-details {
  padding-top: 40px;
}

/* .portfolio-details .portfolio-details-slider img {
  width: 100%;
} */

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #b8a07e;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b8a07e;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(75, 74, 74, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* 
@media (max-width: 1880px) {}
@media (max-width: 1480px) {}
@media (max-width: 1329px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 889px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 480px) {}
@media (max-width: 382px) {}
*/

@media (max-width: 767px) {
  .portfolio-item {
    width: 33.33%;
  }
}

@media (max-width: 575px) {
  .portfolio-item {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Career
--------------------------------------------------------------*/
#career {
  background-color: transparent;
}

.milestone {
  padding: 15px 15px;
  border-radius: 50%;
  background-color: #b8a07e;
  /* color: #fff; */
  max-height: 50px;
  z-index: 2;
  position: relative;
}

.career.row {
  position: relative;
  z-index: 2;
}

.career.row .col-2 {
  align-self: stretch;
}

.career.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}

.career.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}

.career.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}

.career h2 {
  text-transform: none;
  color: #000;
  font-size: 14px;
}

.timeline .col-1 {
  display: flex;
  overflow: hidden;
}

.corner {
  border: 2px solid #ccc;
  width: 100%;
  position: relative;
  border-radius: 10px;
}

.corner.top-right {
  left: calc(50% - 1px);
  top: calc(-50% + 1px);
  min-width: 100px;
}

.corner.left-bottom {
  left: calc(-50% + 1px);
  top: calc(50% - 1px);
  min-width: 100px;
}

.corner.top-left {
  left: calc(-50% + 1px);
  top: calc(-50% + 1px);
}

.corner.right-bottom {
  left: calc(50% - 1px);
  top: calc(50% - 1px);
  min-width: 100px;
}

.connector-v {
  border-left: 2px solid #ccc;
  position: absolute;
  z-index: 1;
  flex: 0 0 auto;
}

.connector-v.up {
  /* if a timeline starts just from the upper half of the circle */
  height: 50%;
  bottom: 50%;
}

.connector-v.down {
  /* if a timeline starts just from the lower half of the circle */
  height: 50%;
  top: 50%;
}

.connector-v.full {
  height: 100%;
}

.connector-v.full.standalone {
  /* To be used only in horizontal connector (row)'s columns */
  position: relative;
  left: calc(50% - 1px);
}

/* Horizontal connector line segments */
.connector-h {
  position: relative;
  margin: 25px 0;
  display: flex;
}

.connector-h-intersection {
  border-top: 2px solid #ccc;
  position: relative;
  right: 50%;
  margin: 25px 0;
  /* display: flex; */
}

.connector-h.visible {
  border-top: 2px solid #ccc;
  z-index: 1;
  align-items: center;
}

/* 
@media (max-width: 1880px) {}
@media (max-width: 1480px) {}
@media (max-width: 1329px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 889px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 480px) {}
@media (max-width: 382px) {}
*/

@media (max-width: 1199px) {
  .corner.top-left {
    left: calc(-120% + 1px);
    min-width: 50px;
  }
}

@media (max-width: 991px) {
  .connector-h-intersection {
    right: 118%;
    min-width: 25px;
  }

  .corner.top-left {
    left: -130%;
    min-width: 30px;
  }
}

@media (max-width: 767px) {
  .connector-h-intersection {
    right: 387%;
  }

  .corner.top-left {
    left: calc(-448% + 1px);
    min-width: 30px;
  }
}

@media (max-width: 575px) {
  #career .container.timeline-low-res {
    /* Forces timeline to get the min res (for 360px) since 575px res */
    width: 300px;
  }

  #career .txt-to-hide-low-res {
    /* 'Cause the space is minimum */
    display: none;
  }

  .milestone {
    padding: 10px 10px;
  }

  .corner.top-left {
    left: -2291%;
    min-width: 25px;
  }

  .connector-h-intersection {
    right: 1477%;
    min-width: 15px;
  }
}

/* Don't use these lower res for .corner stuff once the minimal res for timeline
is 575px (more detail in ".timeline-low-res")
@media (max-width: 425px) {}
@media (max-width: 360px) {} */

/*--------------------------------------------------------------
# skills & tech stacks
--------------------------------------------------------------*/

#stacks ul,
#skills ul {
  margin: 0 0 90px 0;
}

#stacks ul ul,
#skills ul ul {
  margin: 0 0 0 0;
}

#stacks ul li,
#skills ul li {
  line-height: 30px;
}

#stacks ul li span,
#skills ul li span {
  background-color: #e7e7e7;
  text-transform: uppercase;
  font-size: 11px;
}

#stacks ul li .not-yet,
#skills ul li .not-yet {
  text-decoration: line-through;
}

/* 
@media (max-width: 1880px) {}
@media (max-width: 1480px) {}
@media (max-width: 1329px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 889px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 480px) {}
@media (max-width: 382px) {}
*/

@media (max-width: 767px) {

  .section-stacks,
  .section-skills {
    padding: 0 100px;
  }
}

@media (max-width: 575px) {

  .section-stacks,
  .section-skills {
    padding: 0 70px;
  }
}

@media (max-width: 480px) {

  .section-stacks,
  .section-skills {
    padding: 0 50px;
  }
}

/*--------------------------------------------------------------
# Journal
--------------------------------------------------------------*/
/* #journal,
#journal-blog {
  height: auto;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 60px;
  position: relative;
}

#journal-blog {
  background: #fff;
  padding-bottom: 30px;
}

#journal .journal-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#journal .journal-block .journal-info {
  position: relative;
}

.journal-block .journal-info img {
  max-width: 100%;
}

.journal-block .journal-info .journal-txt {
  padding: 25px 0px;
  position: relative;
}

.journal-block .journal-info .journal-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt h4 a:hover {
  color: #b8a07e;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
} */

/*--------------------------------------------------------------
# Talk
--------------------------------------------------------------*/
#talk {
  height: auto;
  width: 100%;
}

.talk-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.talk-details li {
  padding-bottom: 10px;
}

#talk input,
#talk textarea {
  width: 100%;
  margin-bottom: 5px;
}

#talk textarea {
  min-height: 160px;
}

/* .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
} */

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* 
@media (max-width: 1880px) {}
@media (max-width: 1480px) {}
@media (max-width: 1329px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 889px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}
@media (max-width: 480px) {}
@media (max-width: 382px) {}
*/

@media (max-width: 575px) {
  .talk-contact {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/*  Navbar fixd page */
.subpage-nav {
  display: block !important;
}

/*-----------------------------------------------------------------------------------*/
/*  /* Single page */
/*-----------------------------------------------------------------------------------*/
#journal-blog {
  padding-top: 140px;
}

/* main content */
.main-content {
  background: #f7f7f7;
}

.main-content .container-main {
  display: inline-block;
  width: 100%;
}

.main-content .container-main .block-main {
  margin-bottom: 30px;
  overflow: hidden;
}

.container-main .block-main .content-main {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  width: 100%;
}

.journal-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #292929;
  transition: all 0.5s ease-in-out 0s;
}

.journal-txt h4 a:hover {
  color: #b8a07e;
  transition: all 0.5s ease-in-out 0s;
}

.post-meta ul li {
  font-size: 12px;
  font-weight: normal;
  margin-left: 8px;
  margin-right: 8px;
  text-transform: capitalize;
  display: inline-block;
  float: none;
}

.content-main .post-meta a {
  color: #a2a2a2;
  margin-left: 5px;
}

/* Commonts */
.comments {
  background: #fff;
}

.entry-comments h6 {
  margin-right: 10px;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.entry-comments-item {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;
}

.entry-comments-avatar {
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.entry-comments-body {
  padding-left: 86px;
}

.entry-comments-author {
  margin-right: 10px;
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.rep {
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: capitalize;
}

.entry-comments span a {
  font-size: 13px;
  color: #999;
}

.entry-comments-reply {
  padding-left: 10%;
}

/* Commonts form */
.cmt {
  background: #fff;
}

/* blockquote {
  padding: 0 60px;
  margin: 0;
  border: none;
} */

.talk-custom {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .socials-media ul li a {
  font-size: 24px;
  color: #999;
  letter-spacing: 0.1em;
  /* font-weight: 500; */
  background: transparent;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: #b8a07e;
  transition: all 0.5s ease-in-out 0s;
}

#footer p {
  font-size: 12px;
  letter-spacing: 0.1em;
  /* font-weight: 500; */
  margin-top: 0;
  text-transform: uppercase;
}

.credits {
  font-size: 13px;
}

.credits span {
  /* The copyright symbol doesn't work well w/ FiraCode in that size */
  font-family: sans-serif;
}

@media (min-width: 768px) and (max-width: 991px) {

  /* Navbar */
  nav {
    padding: 10px 15px;
  }

  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }

  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }

  /* works */

  .section-works .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
    display: inline-block;
  }

  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }

  /* Contact */
  .talk-contact {
    margin-bottom: 30px;
  }

  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}

/** Width between 767px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 767px) {

  /* Navbar */
  nav {
    padding: 20px 15px;
  }

  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }

  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }

  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }

  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  #about .section-about .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  /* works */

  .section-works .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
    display: inline-block;
  }

  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }

  /* Contact */
  .talk-contact {
    margin-bottom: 30px;
  }

  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}

/** Width between 600px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 600px) {

  /* Navbar */
  nav {
    padding: 20px 15px;
  }

  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }

  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }

  /* works */

  .section-works .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 10px;
    display: inline-block;
  }

  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }

  /* Contact */
  .talk-contact {
    margin-bottom: 30px;
  }

  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}

/** Width between 480px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 480px) {

  /* Navbar */
  nav {
    padding: 20px 15px;
  }

  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }

  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }

  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
  }

  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }

  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}