@import url("bootstrap.min.css");
@import url("aos.css");
@import url("magnific-popup.css");
@import url("owl.carousel.min.css");

html {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@font-face {
  font-family: "Braven";
  src: url(css/BravenRegular.otf) format("otf"),
    url(css/BravenRegular.ttf) format("ttf"),
    url(css/BravenRegular.woff) format("woff"),
    url(css/BravenRegular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 1rem;
  line-height: 1.625em;
  color: #000000;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #8a5e42;
}

::selection {
  background-color: #8a5e42;
  color: #fff;
}

-webkit-::selection {
  background-color: #8a5e42;
  color: #fff;
}

::-moz-selection {
  background-color: #8a5e42;
  color: #fff;
}

/* 1.2 Typography */

h1,
.h1 {
  position: relative;
  font-family: "Braven", sans-serif;
  font-size: 4.125rem;
  font-weight: 700;
  line-height: 1.05;
  color: #000000;
}

h1 .mark,
.h1 .mark {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #000000;
  transform: rotate(-0.5deg);
  padding: 0;
  background: none;
}

h1 .mark:before,
.h1 .mark:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0.4rem;
  left: 0rem;
  right: 0;
  background-color: #000000;
  transform: rotate(-0.5deg);
}

h1 .mark span,
.h1 .mark span {
  position: relative;
}

h2,
.h2 {
  position: relative;
  font-family: "Braven", sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.2;
  color: #000000;
  margin: 2rem 0;
}

h2 .mark,
.h2 .mark {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 0;
  background: none;
}

h2 .mark:before,
.h2 .mark:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0.4rem;
  left: 0rem;
  right: 0rem;
  background-color: #000000;
  transform: rotate(-0.5deg);
}

h2 .mark span,
.h2 .mark span {
  position: relative;
}

h3,
.h3 {
  font-family: "Braven", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  color: #000000;
  margin: 1.5rem 0;
}

h4,
.h4 {
  font-family: "Braven", sans-serif;
  font-weight: 600;
  font-size: 1.325rem;
  line-height: 1.2;
  color: #000000;
  margin: 1.5rem 0;
}

h5,
.h5 {
  font-family: "Braven", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #000000;
  margin: 1.2rem 0;
}

h6,
.h6 {
  font-family: "Braven", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #000000;
  margin: 1rem 0;
  /* text-transform: uppercase; */
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 1rem;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  color: #8a5e42;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

a:hover,
a:focus {
  color: #8a5e42;
  outline: none;
}

a:focus {
  text-decoration: none;
}

.lead {
  line-height: 1.9;
  font-size: 1.125rem;
}

/* 1.3 Fields */

.form-control,
textarea.form-control {
  font-size: 1em;
  height: 3.625em;
  border-radius: 0;
  padding-left: 22px;
  color: #000000;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c3c3c3;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

textarea.form-control {
  height: 7.9em;
  padding-top: 1.1em;
  resize: none;
}

.form-control:focus {
  border-color: #8a5e42;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #000000;
}

.form-control::-webkit-input-placeholder {
  color: #000000;
}

label.error {
  border-color: #8a5e42;
  padding: 9px 0 0 22px;
  font-size: 0.9rem;
}

.mc-label {
  padding: 9px 0 0 22px;
  font-size: 0.9rem;
  color: #fff;
}

.input-group .form-control {
  background-color: #fff;
  border-radius: 30px 0 0 30px;
}

/* 1.4 Buttons */

.btn {
  font-family: "Braven", sans-serif;
  position: relative;
  display: inline-block;
  border: 0.2em solid #8a5e42;
  border-radius: 30px;
  padding: 1.2em 2.4em 1.15em;
  font-size: 0.875em;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #8a5e42;
  border-width: 1px;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
}

.btn:hover,
.btn:focus,
.btn:active {
  color: #000;
  background-color: transparent;
  border-color: #8a5e42;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #000000;
}

.btn-white:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-b-white {
  background-color: transparent;
  border-color: #fff;
}

.btn-b-white:hover {
  background-color: #fff;
  color: #000;
}

.btn-bg-dark:hover,
.btn-bg-dark:focus {
  color: #fff;
  border-color: #fff;
}

/* 1.5 Icons */

ion-icon {
  color: #8a5e42;
  font-size: 3.8rem;
  --ionicon-stroke-width: 17px;
}

.icon-video-play {
  position: relative;
  display: inline-block;
  width: 5.15rem;
  height: 5.15rem;
  background-color: #8a5e42;
  border-color: #8a5e42;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.icon-video-play:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -5px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
}

.icon-video-play:hover {
  border: 1px solid #8a5e42;
  color: #000000;
  background-color: transparent;
}

.icon-video-play:hover:before {
  border-color: transparent transparent transparent #8a5e42;
}

/* 1.6 Loader */

.loader {
  position: absolute;
  z-index: 10;
  z-index: 100;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: #fff;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #8a5e42;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* 1.7 Backgrounds */

.bg-light {
  background: #ffffff !important;
}

.bg-dark {
  background: rgb(32 14 2) !important;
  color: #86878a;
}

.bg-dark .row-experience:nth-child(even) {
  background-color: #000000;
}

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

.bg-primary {
  background: #8a5e42 !important;
  color: #fff;
}

.bg-dark .progress {
  background: #000000;
}

/* 1.8 Colors */

.text-dark {
  color: #000000 !important;
  text-align: end;
}

.text-white {
  color: #fff !important;
}

.text-gray {
  color: #000000 !important;
}

.text-primary {
  color: #8a5e42 !important;
}

/*-------------------------------------------------------------------------------
  2. Navbar
-------------------------------------------------------------------------------*/

.navbar {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 0 3rem;
  border-bottom: 1px solid rgba(52, 52, 52, 0.1);
  height: 4.7rem;
}

.navbar {
  padding: 0 1.5rem;
}

@media (min-width: 992px) {
  .navbar {
    padding: 0 3rem;
  }
}

.navbar,
.navbar a,
.navbar a:hover,
.navbar a:focus {
  color: #000000;
}

.toggler {
  width: 2rem;
  height: 2rem;
  padding: 0;
  background: none;
  border: 0;
}

.toggler:focus {
  outline: none;
}

.toggler-icon {
  display: block;
  border-top: 2px solid #000000;
  margin-top: 0.5rem;
}

.toggler-icon:first-child {
  margin-top: 0;
}

.navbar-brand {
  float: left;
  font-family: "Braven", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  margin-right: 4rem;
  padding: 0;
  line-height: 1;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #fff;
}

.navbar ul {
  margin-bottom: 0;
  font-family: "Braven", sans-serif;
  color: #8a5e42;
}

.navbar-desctop .social-icons {
  margin: 0.38rem 0 0 -1.5rem;
}

.navbar-desctop .phone {
  position: relative;
  top: 0.3rem;
  margin-left: 4rem;
}

.social-icons {
  margin-left: -1.5rem;
}

.social-icons li {
  float: left;
  margin-left: 1.5rem;
}

.social-icons ion-icon {
  display: block;
  font-size: 1.2rem;
  color: #000000;
  transition: all 0.3s ease;
}

.social-icons ion-icon:hover {
  color: #8a5e42;
}

/* 2.1 Navbar Desctop */

.navbar-desctop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  transition: all 0.3s ease;
}

.navbar-nav-desctop {
  font-family: "Braven", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 0.3rem;
}

.nav-link {
  padding: 0;
}

.navbar-nav-desctop li a {
  color: #000000;
  transition: all 0.3s;
  font-weight: 600;
}

.navbar-nav-desctop li a:hover {
  text-decoration: none;
}

.navbar-nav-desctop>li {
  position: relative;
  float: left;
  margin-right: 2.1rem;
}

.navbar-nav-desctop>li>a {
  display: flex;
  align-items: center;
}

.navbar-nav-desctop>li>.active,
.navbar-nav-desctop>li:hover>a {
  color: #8a5e42;
  font-weight: 600;
}

.navbar-nav-desctop li ul {
  opacity: 0;
  visibility: hidden;
  padding: 0.7rem 1.8rem;
  position: absolute;
  top: 85%;
  background: #1a1c26;
  color: #000;
  min-width: 12rem;
  margin-left: -1.5rem;
  transition: all 0.3s linear;
}

.navbar-nav-desctop li:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav-desctop li ul li {
  margin: 1rem 0;
}

.navbar-nav-desctop li ul li a {
  opacity: 0.5;
  display: block;
}

.navbar-nav-desctop li ul .active a,
.navbar-nav-desctop li ul li:hover a {
  opacity: 1;
}

/* 2.2 Navbar Mobile */

.click-capture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.5s;
}

.navbar-mobile {
  display: block;
  align-items: baseline;
  flex-wrap: unset;
  padding: 1.5rem 2.6rem 1.3rem;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #fff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.navbar-mobile .social-icons {
  margin-top: 0;
}

.navbar-mobile .close {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  font-size: 3rem;
  color: #000000;
  transition: all 0.3s ease;
  cursor: pointer;
}

.navbar-mobile .close:hover {
  opacity: 1;
}

@media (min-width: 576px) {
  .navbar-mobile {
    width: 50%;
    max-width: 32rem;
  }
}

.navbar-mobile-footer {
  margin-top: auto;
}

.navbar-nav-mobile {
  display: block;
  font-size: 22px;
  margin-top: 8vh;
  font-weight: 600;
}

.navbar-nav-mobile li {
  margin-bottom: 5vmin;
}

.navbar-nav-mobile li a {
  color: #8a5e42;
}

.navbar-nav-mobile li .active,
.navbar-nav-mobile li a:hover {
  color: #000000;
}

.menu-is-open {
  overflow: hidden;
}

.menu-is-open .navbar-mobile {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.menu-is-open .click-capture {
  visibility: visible;
  opacity: 1;
}

/* 2.3 Navbar Fixed */

.navbar.fixed {
  position: fixed;
  z-index: 10;
  top: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.navbar.fixed:before {
  height: 100%;
}

/* 2.4 Navbar White */

.navbar-white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-white:not(.fixed) .phone,
.navbar-white:not(.fixed) a,
.navbar-white:not(.fixed) a:hover {
  color: #fff;
}

.navbar-white:not(.fixed) .navbar-nav-desctop li a {
  color: #fff;
}

.navbar-white:not(.fixed) .navbar-nav-desctop>.active>a,
.navbar-white:not(.fixed) .navbar-nav-desctop>li>.active,
.navbar-white:not(.fixed) .navbar-nav-desctop>li:hover>a {
  color: #8a5e42;
}

.navbar-white:not(.fixed) .social-icons ion-icon {
  color: #fff;
}

.navbar-white:not(.fixed) .social-icons ion-icon:hover {
  color: #8a5e42;
}

.navbar-white:not(.fixed) .toggler-icon {
  border-color: #fff;
}

/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/

/* 3.1 Masthead */

.masthead {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 9rem 0 5rem 0;
  background-position: left top;
  background-size: cover;
}

.opener {
  position: relative;
  z-index: 1;
  width: 100%;
}

.opener .modal-content {
  background-color: rgba(255, 255, 255, 0.9);
}

/* 3.2 Sections */

.section {
  position: relative;
  padding: 50px 0;
}

.section-sm {
  padding: 6rem 0;
}

.pp-section {
  background: #fff;
  background-position: 50%;
  background-size: cover;
  padding: 8rem 0 6rem;
}

.section:not(#home) .intro {
  opacity: 0;
  transform: translateY(130px);
  transition: all 1.3s;
}

.section:not(#home) .intro.animate {
  opacity: 1;
  transform: translateY(0);
}

.pp-scrollable {
  padding: 0;
  overflow-x: hidden;
}

.pp-scrollable .intro {
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.pp-scrollable .intro:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}

.pp-scrollable .scroll-wrap {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 8rem 0 6rem;
  white-space: normal;
}

.intro .h1 {
  font-size: 4.125rem;
}

.intro h2 {
  font-size: 2.92325rem;
}

#pp-nav li,
.pp-slidesNav li {
  margin: 14px;
}

#pp-nav span,
.pp-slidesNav span {
  border: 0;
  background-color: #000000;
}

#pp-nav.pp-nav-white span,
.pp-slidesNav span {
  background-color: #fff;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
  background-color: #8a5e42 !important;
}

.section h2 {
  margin-top: 0;
}

.bg-responsive {
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0;
}

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

.masked:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 52, 52, 0.35);
}

@media (max-width: 767px) {
  .masked-sm:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 52, 52, 0.35);
  }
}

.jarallax {
  position: relative;
  z-index: 0;
}

.bg-responsive.jarallax {
  position: absolute !important;
}

.jarallax>.jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* 3.3 About */

.experience {
  font-family: "Braven", sans-serif;
  font-weight: 600;
}

.experience-number {
  display: inline-block;
  font-size: 10rem;
  line-height: 1;
}

.experience-number.v2 {
  position: relative;
  top: -1.4rem;
  color: #fff;
  padding: 0 0.4rem;
  font-weight: 500;
}

.experience-number.v2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0.7rem;
  bottom: 0.6rem;
  background-color: #8a5e42;
}

.text-parallax {
  background: url(../img/bg/text-parallax.webp) 50% 50% no-repeat;
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-parallax2 {
  background: url(../img/bg/text-parallax.webp) 50% 50% no-repeat;
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.row-experience {
  padding: 25px 0;
}

.row-experience:nth-child(even) {
  background: #b97a5112;
  border-color: transparent;
}

.row-experience p {
  margin-bottom: 0;
}

.progress {
  height: 0.5rem;
  background-color: #f2f2f2;
}

.progress-bar {
  position: relative;
  background-color: transparent;
}

.progress-bar:before {
  background: #8a5e42;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.progress-bar[data-aos="width"]:before {
  width: 0;
}

.aos-animate.progress-bar[data-aos="width"]:before {
  width: 100%;
}

/* 3.4 Projects */

.project-item figure {
  margin: 0;
}

.project-item figcaption {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}

.project-item figcaption p {
  margin-bottom: 0;
}

.project-item h3 {
  color: #fff;
  display: inline-block;
  background: #000000;
  padding: 0.2rem 0.5rem;
}

.zoom-anim-dialog {
  position: relative;
  background: #fff;
  padding: 2.2rem;
  margin: 2rem auto;
}

.project-features {
  margin-top: 4rem;
}

.project-features li {
  display: flex;
  align-items: center !important;
  overflow: hidden;
  padding-bottom: 0.7rem;
  margin-bottom: 0.7rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*
* Fade-zoom animation for first dialog
*/
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #000;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1170px;
}

/* 3.5 Testimonials */

.testimonials {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.col-testimonial {
  position: relative;
  padding: 6.2em 3.75em 0 3em;
}

.col-testimonial .quiote {
  position: absolute;
  left: 0rem;
  top: 4rem;
  font-size: 6rem;
  opacity: 0.11;
}

.testimonials-2 .col-testimonial {
  padding-top: 2rem;
}

.owl-dots {
  position: absolute;
  width: 100%;
  margin-top: 0.5rem;
  text-align: center;
}

.owl-dot {
  display: inline-block;
  margin: 0 0.35rem;
}

.owl-dot:focus {
  outline: none;
}

.owl-dots span {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #d6d6d6;
}

.owl-dot.active span {
  background-color: #8a5e42;
}

.owl-nav {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  font-size: 10rem;
  transform: translateY(-50%);
}

.owl-prev {
  position: absolute;
  left: -10rem;
  opacity: 0.15;
  transition: all 0.3s;
}

.owl-next {
  position: absolute;
  right: -10rem;
  opacity: 0.15;
  transition: all 0.3s;
}

.owl-prev:focus,
.owl-next:focus {
  outline: none;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 1 !important;
}

.carousel-project-2 .owl-nav button.owl-prev {
  left: 1rem;
  color: #fff;
  opacity: 0.5;
}

.carousel-project-2 .owl-nav button.owl-next {
  right: 1rem;
  color: #fff;
  opacity: 0.5;
}

/* 3.6 News */

.row-news {
  margin-top: -30px;
}

.col-news {
  margin-top: 30px;
}

.col-news figure {
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  margin: 0;
}

.col-news figure a img {
  transition: all 0.3s ease;
}

.col-news figure a:hover img {
  opacity: 0.7;
}

.col-news figure .date {
  position: absolute;
  left: 1.1rem;
  bottom: 0;
  background-color: #8a5e42;
  color: #fff;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  font-size: 0.9rem;
  letter-spacing: 1;
}

.col-news figcaption {
  padding: 1.8rem 1.1rem 2rem;
}

.col-news figcaption h5 {
  margin: 0 0 1rem 0;
}

/* 3.7 Partners */

.row-partner {
  margin: 0 -4rem;
}

.col-partner {
  padding: 0 4rem;
  text-align: center;
}

.col-partner img {
  max-width: 100%;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.col-partner img:hover {
  opacity: 1;
}

/*-------------------------------------------------------------------------------
  4. Footer
-------------------------------------------------------------------------------*/

footer {
  color: #f5f5f5;
}

footer a {
  color: #fff;
}

footer a:hover {
  fill: #8a5e42 !important;
  text-decoration: none;
}

footer ul {
  font-family: "Braven", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

footer ul li {
  margin-bottom: 0.5rem;
}

footer .social-icons ion-icon {
  color: #fff;
}

.footer-copy {
  padding: 1rem 0;
  background-color: #2f1c11;
  font-size: 0.8rem;
  color: #000000;
}

/*-------------------------------------------------------------------------------
  4. Modal
-------------------------------------------------------------------------------*/

.modal-content {
  border-radius: 30px;
}

.modal-header,
.modal-body,
.modal-footer {
  padding: 1.7rem;
  border: 0;
}

.modal-header {
  padding-bottom: 1.2rem;
}

.modal-header .close:focus {
  outline: none;
}

.modal-body {
  padding-top: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 400px;
  }
}

.message {
  margin-bottom: 1rem;
  display: none;
  color: #8a5e42;
}

.col-md-4 p {
  text-align: justify !important;
  text-justify: inter-word !important;
  hyphens: auto !important;
}

/* publications */


/* Authors  */

.authorcontainer {
  display: flex;
  gap: 20px;
  max-width: 1260px;
  margin: 60px auto;
  flex-wrap: wrap;
}

.authorblock {
  position: relative;
  flex: 1;
  min-width: 300px;
  background: #b97a5112;
  padding: 20px;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
}

.authorlogo {
  position: absolute;

  width: 40px;
  height: 40px;
  cursor: pointer;
  overflow: visible;
}

.authorlogo:hover svg {
  transform: scale(1.1);
}

@keyframes ripple-effect {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

h3 {
  margin-top: 60px;
  color: #333;
}

p {
  color: #000000;
  line-height: 1.5;
}

em {
  color: #8a5e42;
}

@media (max-width: 480px) {
  .authorcontainer h3 {
    font-size: 22px;
  }
}

#footerimage {
  width: 250px;
  padding-right: 50px;
}

#authhori {
  border: none;

  background-color: black;
  margin: -10px 0px 20px 0px;

  height: 0.01vw;
  /* On large screens, can be < 1px */
}

#nikaljesircontent01 {
  text-align: justify !important;
  text-justify: inter-word !important;
  hyphens: auto !important;
}

@media screen and (max-width: 768px) {
  #nikaljesircontent01 {
    padding: 55px 15px 15px 15px;
    text-align: justify !important;
    letter-spacing: normal !important;
    text-align: justify !important;
    text-justify: inter-word !important;
    hyphens: auto !important;
  }

  .row-experience {
    padding: 1rem 0;
  }
}




/* Responsive behavior: stack on small screens */


/* Media */
.media-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.media-container {
  width: 360px;
  position: relative;
  border: 3px solid #8a5e42;
  background: #000;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.media-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.media-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  border-radius: 5px 5px 0 0;
}

.media-caption {
  padding: 10px;
  background: #fff;
  color: #333;
  font-weight: 600;
  text-align: center;
  border-top: 1px solid #ddd;
  user-select: none;
}

@media (max-width: 768px) {
  .media-row {
    flex-direction: column;
    align-items: center;
  }

  .media-container {
    width: 100%;
    max-width: 100%;
  }
}

.w-media h2 {
  margin-left: 150px;
}

/* Timeline CSS */

.timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
  width: 1100px;
  /* Fixed width */
}

/* timeline__event base */
.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  align-self: center;
  width: 100%;
  /* Use full container width */
}

/* timeline__event odd children (1,3,5...) */
.timeline__event:nth-child(2n + 1) {
  flex-direction: row-reverse;
}

/* timeline__event odd children date */
.timeline__event:nth-child(2n + 1) .timeline__event__date {
  border-radius: 0 6px 6px 0;
}

/* timeline__event odd children content */
.timeline__event:nth-child(2n + 1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}

/* timeline__event odd children icon */
.timeline__event:nth-child(2n + 1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #8a5e42;
  /* $color2 */
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
  animation: fillTop 2s forwards 4s ease-in-out;
}

.timeline__event:nth-child(2n + 1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #8a5e42;
  /* $color2 */
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  animation: fillLeft 2s forwards 4s ease-in-out;
}

/* timeline__event title */
.timeline__event__title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #8a5e42;
  /* $color1 */
  letter-spacing: 1.5px;
  font-family: "Braven", sans-serif;
}

/* timeline__event content */
.timeline__event__content {
  padding: 18px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
    0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: calc(100% - 124px);
  /* Adjust for date and icon */
  border-radius: 0 6px 6px 0;
}

/* timeline__event date */
.timeline__event__date {
  color: #ffffff;
  /* $color2 */
  font-size: 1.5rem;
  font-weight: 600;
  background: #8a5e42;
  /* $color1 */
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 60px;
  border-radius: 6px 0 0 6px;
  width: 60px;
  font-family: "Braven", sans-serif;
}

/* timeline__event icon */
.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  /* $color1 */
  margin: 0 20px;
  background: #ffffff;
  /* $color2 */
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: relative;
  border: #8a5e42 solid 2px;
  padding: 40px;
  /* Keep as in original */
}

/* icon font size */
.timeline__event__icon i {
  font-size: 32px;
}

/* timeline__event icon pseudo elements */
.timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #8a5e42;
  /* $color2 */
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  animation: fillTop 2s forwards 4s ease-in-out;
}

.timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #8a5e42;
  /* $color2 */
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  animation: fillLeftOdd 2s forwards 4s ease-in-out;
}

/* timeline__event description */
.timeline__event__description {
  flex-basis: 60%;
}

/* Remove icon :before on last event */
.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}

/* Responsive - max-width 950px */
@media (max-width: 950px) {
  .timeline {
    width: 90vw;
    /* Responsive width */
  }

  .timeline__event__content {
    width: calc(100% - 124px);
  }
}

/* Responsive - max-width 786px */
@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
    align-self: center;
    width: 90vw;
    /* Make timeline events take most of the screen width */
  }

  .timeline__event__content {
    width: 100%;
  }

  .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
    padding: 30px;
    /* Reduced padding for smaller screens */
  }

  .timeline__event__icon:before,
  .timeline__event__icon:after {
    display: none;
  }

  .timeline__event__date {
    border-radius: 0;
    padding: 15px 20px;
    text-align: center;
    width: auto;
  }

  /* For odd timeline events */
  .timeline__event:nth-child(2n + 1) {
    flex-direction: column;
    align-self: center;
    width: 90vw;
  }

  .timeline__event:nth-child(2n + 1) .timeline__event__date {
    border-radius: 0;
    padding: 15px 20px;
    text-align: center;
    width: auto;
  }

  .timeline__event:nth-child(2n + 1) .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    margin: 0;
    width: 100%;
    padding: 30px;
    /* Consistent padding */
  }
}

/* Animations */
@keyframes fillLeft {
  100% {
    right: 100%;
  }
}

@keyframes fillTop {
  100% {
    top: 100%;
  }
}

@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}

/* Media */

.media-row3 {
  grid-row: 3;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.media-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: #8a5e42;
}

.media-thumbnail {
  max-width: 100%;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.media-video {
  width: 100%;
  height: 200px;
}

.media-captionS {
  text-align: center;
  font-size: 1em;
  background-color: #8a5e42;
  padding: 5px 0px 10px 0px;
  color: #ffffff;
}

/* Mobile view */
@media (max-width: 768px) {
  .media-row3 {
    flex-direction: column;
    align-items: center;
  }

  .media-item {
    width: 90%;
    margin-bottom: 20px;
  }

  .media-video {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}


.publicationspace {
  padding: 20px;
}

.milestonespace {
  padding: 22px;
}

.mediaspace {
  padding: 35px;
}

@media (max-width: 768px) {


  .mt-5,
  .my-5 {
    margin-top: 0rem !important;
  }

  .publicationspace {
    padding: 2px;
  }

  .milestonespace {
    padding: 0px;
  }

  .mediaspace {
    padding: 5px;
  }
}

/* text-align: justify !important;
    text-justify: inter-word !important;
    hyphens: auto !important; */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .nikaljeslide {
    scroll-snap-align: start;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 650px;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 25px;
  }
}

/* publications */
/* Swiper container */
#pubtitle {
  font-size: 18px;
  font-family: "Braven", sans-serif;
  font-weight: 700;
  color: #8a5e42;


}

.pubblock p {
  text-align: justify !important;
  word-spacing: -2px;
  text-justify: inter-word !important;
  hyphens: auto !important;
}

/* Slides wrapper */
.pubswiper-wrapper {
  display: flex;
  transition-timing-function: ease;
  will-change: transform;
}

/* Slide with flex for blocks */
.pubswiper-slide {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
}

/* Each block styling */

/* Responsive text inside blocks */
.pubblock p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

/* Hide scrollbars */
.pubswiper::-webkit-scrollbar {
  display: none;
}

.pubswiper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* On smaller devices adjust layout stack */
@media screen and (max-width: 767px) {
  .pubswiper-slide {
    flex-direction: column;
  }

  .pubblock {
    min-height: auto;
    margin-bottom: 20px;
  }

  .pubblock:last-child {
    margin-bottom: 0;
  }

  /* Make the swiper scrollable on mobile */
  .pubswiper {
    overflow-x: hidden;
    min-height: auto;
  }

  .pubswiper-wrapper {
    flex-direction: column;
    width: auto !important;
  }

  .pubswiper-slide {
    width: auto !important;
    flex-shrink: 1;
    flex-direction: column;
    gap: 0;
  }

  .pubswiper-slide:not(:last-child) {
    margin-bottom: 20px;
  }
}









