/* TYPOGRAPHY
-------------------------------------------------- */

/* @font-face { font-family: Verlag; font-weight: 300 400 500; src: url('../fonts/verlag-book.otf') format("opentype")} 
@font-face { font-family: Verlag; font-weight: 600 700; src: url('../fonts/verlag-bold.otf') format("opentype")}
@font-face { font-family: Verlag; font-weight: 700; src: url('../fonts/verlag-black.otf') format("opentype")} */

/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600;700&display=swap');


strong, .font-weight-bold { font-weight: 600 !important; }
.font-weight-black { font-weight: 700; }
.lining-numbers { font-variant-numeric: lining-nums; }


h1, h2.display-3 {
  letter-spacing: -2px; 
}
h3, h4,
.display-3, .display-4 {
  letter-spacing: -1px;
}
.display-5{
  letter-spacing: -1px;
}
.display-3 {
  font-size: 4.3rem;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header * {
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}

/* footer * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */
header, footer {
  font-size: 16px;
}

/* GLOBAL STYLES
-------------------------------------------------- */

:root {
  /* --bs-primary:  #de5c5b; */
  --bs-primary:  #f15e5d;
  --bs-grey: #eeeeee;
  --base-font-size: 14px;
}
.contact-us ::placeholder { 
  color: var(--bs-primary) !important; opacity: 1; 
}
.contact-us :-ms-input-placeholder { 
  color: var(--bs-primary) !important; 
}
.contact-us ::-ms-input-placeholder { 
  color: var(--bs-primary) !important;
}


body { 
  /* font-family: "Verlag", "Roboto", "Helvetica Neue", sans-serif; */
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: var(--base-font-size);
  letter-spacing: -1px;
}
footer {
  letter-spacing: initial;
}

.lead {
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 400;
}
.text-primary {
  color: var(--bs-primary) !important;
}
.bg-primary {
  background-color: var(--bs-primary) !important;
}
.i-primary {
  fill: var(--bs-primary);
}
a {
color: var(--bs-primary);
text-decoration: none;
background-color: transparent;
}
footer a {
  color: #fff !important;
  }

.btn-primary {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn {
  border-radius: unset;
  letter-spacing: 2px;
  font-size: 0.8em;
  font-weight: 700;
  padding: 1.1em 2.2em 1em;
  line-height: 1;
}
.form-control {
  border-radius: unset;
  border: 2px solid var(--bs-primary);
}

.hero .text-shadow {
  text-shadow: 2px 2px 5px #333;
}

header nav {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1em;
  box-shadow: 0 0px 10px #333;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,0.9);
  font-weight: 700;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,1);
}
nav .nav-item {
  margin-right: 1.8em;
}

.navbar-brand img {
  max-width: 7em;
}

.subtitle {
  font-size: 2.8rem;
  letter-spacing: 1px;
}

.quoterow h4 {
  line-height: 1.4;
  font-size: 2em;
  letter-spacing: 0.03rem;
}

.quoterow .author {
    letter-spacing: 0.12em;
    font-weight: 600;
    font-size: 1em;
}

.w-80 {
  max-width: 78%
}

@media (min-width: 768px) { 
  .footer-brand {text-align: center} 
}
.footer-brand img {
  max-width: 12em;
}

.footer-menu {
  list-style: none;
  font-size: 1.3em;
  font-weight: 600;
  padding-left: 1.8em;
  margin-right: -1.8em
}

@media (max-width: 576px) {
  .contacts,
  .footer-menu {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .contacts {
    padding-top: 2em;
  }
}

.footer-menu a {
  color: #ffffff
}

.ft-address .company {
  text-transform: uppercase;
}

.footer-top {
  padding-top: 2em;
  justify-content: start;
}

.img-resize {
  max-width: 100%;
}

.container-flex {
  margin: auto;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-item {
  height: 100vh;
  min-height: 48em;
}
.hero .carousel-item > img {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 115%;
  min-height: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}

.hero .carousel-item > img.top{
  bottom: unset;
  top: 0;
}

.global h1 {
  font-size: 2.1rem;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  letter-spacing: 0.05em;

  border: 0.2em solid #fff;
  width: min-content;
  line-height: 1.4;
}

.global {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: unset
}

.global .carousel-caption {
  position: relative;
  left: unset;
  right: unset;
  top: 0;
}

.global .carousel-indicators {
  position: relative
}

/* CUSTOMIZE THE CAROUSEL 2
-------------------------------------------------- */

#cmntCarousel {
  width: 85%
}

#cmntCarousel .carousel-inner {
max-width: 73%;
margin: auto;
}

#cmntCarousel .container,
#cmntCarousel .caption {
  height: 100%;
  display: flex;
  align-items: center;
}

#cmntCarousel .caption h3 {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 2.3em;
}

#cmntCarousel .author {
  margin-top: 3em;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 1em;
}

#cmntCarousel .carousel-item {
  background-color: transparent;
  height: auto;
  max-height: unset;
  min-height: 120px;

}@media (max-width: 767px) {
  #cmntCarousel .carousel-item {
    min-height: 120px;
  }
}

#cmntCarousel .carousel-control-next-icon {
  background-image: url(./img/right-icon.png);
}
#cmntCarousel .carousel-control-prev-icon {
  background-image: url(./img/left-icon.png);
}

#cmntCarousel .carousel-indicators {
  justify-content: flex-start;  
  bottom: -5em;
  margin-left: 12.5%;
}

#cmntCarousel .carousel-indicators li.active {
  background-color: var(--bs-primary);
}
#cmntCarousel .carousel-indicators li {
  border-color: var(--bs-primary);
}
#cmntCarousel .carousel-control-next-icon,
#cmntCarousel .carousel-control-prev-icon {
  width: 2.5rem;
  height: 2.5rem;
}

#cmntCarousel .carousel-control-next,
#cmntCarousel .carousel-control-prev {
  opacity: 1;
  margin-bottom: 5em;
}

@media (max-width: 991px) {
  #cmntCarousel {
    width: 100%
  }
  #cmntCarousel .caption h3 {
    font-size: 1.6em;
  }
  #cmntCarousel .carousel-inner {
    max-width: 75%;
  }
  #cmntCarousel .container-flex {
    padding: 0 1em
  }
  #cmntCarousel .carousel-indicators {
    bottom: -3em;
  }
}

/* Carousel indicator li style
------------------------- */

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.8em;
  margin-left: 0.8em;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  background-clip: unset;
  border-top: unset;
  border-bottom: unset;
  opacity: 1;
  transition: opacity .6s ease;
  border-radius: 50%;
  border: 2px solid #fff;
}
.carousel-indicators .active {
  background-color: #fff;
}


/* Featurettes
------------------------- */
.featurette h2 {
  font-weight: 600;
}
.featurette-divider {
  margin: 5rem 0;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media (min-width: 992px) {
  .masterplan {
    margin-top: 4em;
    margin-left: 5em;
  }

.w-lg-75 {
  max-width: 75%;
  }

.w-lg-85 {
  max-width: 85%;
  }

footer > .container{
  max-width: 100% !important;
}

.contacts p {
  opacity: 0.9;
  line-height: 1.4em;
  letter-spacing: 0.03em;
}
}

@media (min-width: 768px) and (max-width: 991px) { 
  .w-text {
    max-width: 50%;
    margin-left: 4em !important;
  }
}

@media (max-width: 991px) {
  .global.container h1{
    font-size: 2rem;
  }

  .w-sm-75 {
    max-width: 85%;
    }

  .display-3 {
    font-size: 3.5rem;
  }
  .masterplan .display-3 {
    font-size: calc(2.5em + 2vw);
  }

  .display-4 {
    font-size: 2.8rem;
  }

  .container-flex:not(footer) {
    padding: 0 3rem;
  }
  
  .img-fluid {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-toggler .navbar-toggler-icon{ display: none}
  .navbar-toggler .navbar-toggler-icon-x { display: inline-block}
  .navbar-toggler.collapsed .navbar-toggler-icon{ display: inline-block}
  .navbar-toggler.collapsed .navbar-toggler-icon-x { display: none}
  .navbar-dark .navbar-toggler { border: 0; outline: none;}
  .navbar-toggler { padding: 1rem 2.5rem; }

  .navbar-toggler-icon-x { height: 1.4em; width: auto; }

  header nav {
    font-size: 1.8em;
  }

  .collapse-fullscreen {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    height: 100vh;
    align-items: center;
    margin-left: 2em;
}
  .collapse-fullscreen li {
    margin-bottom: 0.4em;
  }


  footer > .container{
      max-width: 100% !important;
    }


  .masterplan {
    margin-top: 2em;
    margin-left: 2em ;
  }
}

.copyright {
  max-width: 90% !important;
  margin: auto;
}


@media (max-width: 768px) {
  .contacts p {
    font-size: 1.3em;
  }
  .masterplan {
    margin-top: 1em;
    margin-left: 1em;
  }
}

@media (min-width: 1200px) {
  .contacts {
    padding-left: 2em;
  }
}

.contacts img {
  max-width: 7em;
  padding-bottom: 1em;
}

/* EXTRA
-------------------------------------------------- */

.marginbottomit {
  margin-bottom: -5rem
}

.carousel {
  font-size: 1rem;
}


@media (max-width: 991px) {
  .marginbottomit {
    margin-bottom: 0
  } 
  .res-br {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .oversized {
    width: 120%;
  };
}
@media (min-width: 992px) and (max-width: 1200px) {
  .oversized {
    font-size: 3.5em;
  };
}
@media (max-width: 991px) {
  .oversized {
    font-size: 3.0rem;
  }
  .lead{
      max-width:100%!important;
  }
}

/* Readjust font sizes */
html { font-size: calc(0.6em + 0.5vw); }
/* @media (max-width: 991px) { 
  html { font-size: calc(0.8em + 0.5vw); }
} */


/* Edit mobile view */

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
}

@media (max-width: 991px) {
  .navbar-toggler {
    padding: 0.5rem 2.5rem;
  }
  .quoterow h4 {
    line-height: 1.4;
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}

@media (max-width: 575px) {
  .footer-menu-wrap {
    display: none !important;
  }
  
  .w-sm-75 {
    max-width: 100%;
  }
}