/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 2rem;
    padding-bottom: 0;
    color: #303030;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.1rem;
  }
  
  :root {
    --theme-main-color: #b21111;
    --theme-secondary-color: #b21111;
    --theme-font-color: #303030;
  }
  
  /* TYPOGRAPHY */
  h1 {
    color: var(--theme-font-color);
    margin-bottom: 4rem;
  }
  h1 .hero-text {
    font-size: 4.4rem;
    font-weight: 700;
  }

  @media (max-width: 768px) {
    h1 .hero-text {
      font-size: 3.5rem;
      font-weight: 700;
    }
  }

  h2 {
    color: var(--theme-main-color);
    font-weight: 100;
    font-size: 2.4rem;
  }
  ul.thick {
    margin: 0;
    padding: 0.5rem;
  }
  ul.thick li {
    list-style: none;
    background-image: url(/images/svg/check.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    margin: 0.32rem 0;
  }
  ul.attachments {
    margin: 0;
    padding: 0.5rem;
  }
  ul.attachments li {
    list-style: none;
    background-image: url(/images/svg/pdf.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    margin: 0.32rem 0;
  }
  ul.attachments li a {
    text-decoration: none;
    color: var(--theme-font-color);
  }


  .navbar-brand img {
    max-width: 210px;
  }

  /* Logo */
  .web-logo {
    display: flex;
    justify-content: center;
    width: 240px;
    height: auto;
    margin: 0 auto;
    animation: hithere .7s ease;
    max-width: 100%;
  }
  @keyframes hithere {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
  }

  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  
  /* Carousel base class */
  .carousel {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 5rem;
    z-index: 10;
    font-size: 32px;
    padding: 2rem;
    font-weight: 700;
    color: var(--theme-main-color);
  }
  
  /* Declare heights because of positioning of img element */
  #front #myCarousel .carousel-item {
    height: 700px;
    max-height: 70vh;
  }
  #second #myCarousel .carousel-item {
    height: 450px;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .carousel-indicators button.active {
    background-color: var(--theme-main-color);
  }
  

  /*   NAVIGATION  */

  #main-navigation {
    background-color: rgb(0,0,0,0.95)!important;
    padding: 20px 0;
  }

  #main-navigation .nav-link.active {
    color: var(--theme-main-color);
    border-bottom: 3px solid var(--theme-main-color);
  }

  #main-navigation .container-fluid {
    width: 1320px;
    margin: 0 auto;
  }

  #navbarCollapse {
    flex-basis: unset;
    flex-grow: 0;
  }
  #main-navigation .nav-item .nav-link  {
    color: #fff;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    font-weight: 300;
  }
  #main-navigation .nav-item .nav-link.active,
  #main-navigation .nav-item .nav-link:hover  {

  }
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .marketing h2 {
    font-weight: 400;
  }
  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  /* rtl:end:ignore */
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
  }
  .feature-item {
    flex-direction: column;
    text-align: center;
  }
  
  
  /* 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;
    }
  
    .featurette-heading {
      font-size: 42px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
      margin-bottom: 2rem;
    }
  }

  /* FEATURES */

  .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
  
  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }
  
  .feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    fill: var(--theme-main-color);
    padding: 0.32rem;
  }
  
  .icon-link {
    display: inline-flex;
    align-items: center;
  }
  .icon-link > .bi {
    margin-top: .125rem;
    margin-left: .125rem;
    transition: transform .25s ease-in-out;
    fill: currentColor;
  }
  .icon-link:hover > .bi {
    transform: translate(.25rem);
  }
  
  .icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    font-size: 1.5rem;
    border-radius: .75rem;
  }
  
  .rounded-4 { border-radius: .5rem; }
  .rounded-5 { border-radius: 1rem; }
  
  .text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
  .text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
  .text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }
  
  .card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  
  /* REFERENCE GALLERY  */
  
  .reference-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-basis: 200px;
  }
  .reference-item--images {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .reference-item--images.right {
    display: flex;
    flex-direction: column;
  }
  .reference-item--images img:hover {
    filter: grayscale(1);
    transition: all 0.9s;
    cursor: pointer;
  }
  .reference-item--images .main-image {
    width: 411px;
    height: 274px;
  }

@media (max-width: 760px) {
  .reference-item--images .main-image {
    width: 100%;
    height: auto;
  }
}

  .reference-item--images .secondary-image {
    width: 200px;
    height: 133px;
  }
.reference-item h3 {
  font-size: 22px;
  color: var(--theme-main-color);
}
.reference-item h4 {
  font-size: 18px;
  margin-bottom: 2rem;
}

/* FOOTER */

footer {
  background-color: #001f26;
  color: #fff;
  font-weight: 100;
  width: 100%;
  margin-top: 5rem;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  font-weight: 400;
}
footer .tel {
  font-size: 1.7rem;
  color: #fff;
}
/* REFERENCE BLOCK */
.reference-wrapper {
  background-color: #f5f5f5;
  padding: 2rem 0;
  margin-top: 3rem; 
  background-image: url(../../../images/reference-bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}
@media(max-width:1400px) {
  .reference-wrapper {
    background-image: none!important;
  } 
}
.reference-block {
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.reference-block--item {
  padding: 3rem;
  background-color: #fff;
  flex-basis: 24%;
}
@media(max-width:1400px) {
  .reference-block--item {
    flex-basis: 50%;
  } 
}
@media(max-width:900px) {
  .reference-block--item {
    flex-basis: 100%;
  } 
}
.reference-block--headline {
  font-size: 24px;
  font-weight: 100;
  color: #000;
  margin-bottom: 2rem;
}
.reference-block--description {
  color: var(--theme-main-color);
}
.reference-block--btn {
  padding: 1rem 2rem;
  background-color: var(--theme-main-color);
  color: #fff;
  text-decoration: none;
  max-width: 200px;
  margin: 2rem auto;
  transition: all 0.5s;
}
.reference-block--btn:hover {
  color: #fff;
  filter: brightness(1.4);
  -webkit-box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.43); 
  box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.43);
}

/* CONTACT */
.tel {
  font-size: 2rem;
  font-weight: 400;
  color: var(--theme-main-color);
} 

/* SERVICES */

.services-wrapper {
  background-color: #f5f5f5;
}
.services {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.service-item h2 {
  font-size: 1.8rem;
}

.services-img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  filter: grayscale(0);
  transition: all 0.5s;
}
.services-img:hover {
  filter: grayscale(1);
}

/* PARTNERS LIST */

.partners-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.partners-list--logo {
  width: 140px;
  height: auto;
  filter: grayscale(0);
  transition: all 0.2s;
}
.partners-list--logo:hover {
  filter: grayscale(0);
}

.partners h2 {
  color: #6c757d;
  text-align: center;
  font-size: 2rem;
}

/* DOCUMENTS GALLERY */

.documents-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

/* MULTI-ITEM SLIDER  */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    max-width: 170px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
a.attachment-link {
  background-image: url(/images/svg/pdf.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  padding-left: 32px;
  color: var(--theme-font-color);
}