@charset "UTF-8";
/*!
 * CREO site dedicated styles
 * 
 */
/* image gallery styles */
#CREOgallery img {
  display: block;
  margin: 5px 0;
  height: 75vw;
  object-fit: cover;
  opacity: 0.7;
  border-radius: 30px 30px 30px 30px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
@media (min-width: 576px) {
  #CREOgallery img {
    height: 35vw;
  }
}
@media (min-width: 992px) {
  #CREOgallery img {
    height: 18vw;
  }
}
#CREOgallery img:hover {
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0 0 2px 1px rgba(211, 211, 211, 0.5);
  opacity: 1;
  filter: grayscale(0%);
  cursor: zoom-in;
}

.carousel-item {
  position: relative;
}
.carousel-item img {
  height: 60vw;
  object-fit: contain;
}
@media (min-width: 576px) {
  .carousel-item img {
    height: 350px;
  }
}

.carousel-caption {
  position: static;
  bottom: 0px;
  background-color: black;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 0.1;
}

.carousel-control-prev, .carousel-control-next {
  font-size: 2em;
  top: auto;
  opacity: 1;
  bottom: -52px;
}
@media (min-width: 768px) {
  .carousel-control-prev, .carousel-control-next {
    top: 0;
    opacity: 0.5;
    bottom: 0;
  }
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  height: 30px;
  width: 30px;
}

@media (min-width: 768px) {
  .carousel-control-prev {
    left: -90px;
  }
}

@media (min-width: 768px) {
  .carousel-control-next {
    right: -90px;
  }
}

* {
  transition: 0.3s;
}

#CREOgallery.custom {
  padding: 0 15px;
}
#CREOgallery.custom img {
  display: block;
  margin: 15px 0;
  border-radius: 300px 30px 300px 300px;
}
#CREOgallery.custom img:hover {
  border-radius: 30px 90px 30px 30px;
}

#galleryModal.custom .modal-content {
  background: white;
  border: none;
}
#galleryModal.custom .modal-header {
  border: none;
}
#galleryModal.custom .modal-header button {
  background: white;
  border-radius: 100px 100px 0 0;
  padding: 5px 10px;
  opacity: 1;
  position: relative;
  top: 3px;
  border: solid 2px white;
}
@media (min-width: 992px) {
  #galleryModal.custom .modal-header button {
    top: 15px;
  }
}
#galleryModal.custom .modal-header button:hover {
  top: 3px;
}
#galleryModal.custom .modal-header span {
  color: black;
}
#galleryModal.custom .modal-body {
  padding: 0;
  border: none;
  position: relative;
}
#galleryModal.custom .modal-body::before, #galleryModal.custom .modal-body::after {
  content: "";
  height: 50px;
  width: 50px;
  display: block;
  position: absolute;
  background: white;
  border-radius: 3px 10px;
}
@media (min-width: 768px) {
  #galleryModal.custom .modal-body::before, #galleryModal.custom .modal-body::after {
    border-radius: 3px 30px;
    height: 100px;
    width: 100px;
  }
}
#galleryModal.custom .modal-body::before {
  top: -5px;
  left: -5px;
}
@media (min-width: 768px) {
  #galleryModal.custom .modal-body::before {
    top: -15px;
    left: -15px;
  }
}
#galleryModal.custom .modal-body::after {
  bottom: -5px;
  right: -5px;
  z-index: -1;
}
@media (min-width: 768px) {
  #galleryModal.custom .modal-body::after {
    bottom: -15px;
    right: -15px;
  }
}
#galleryModal.custom .modal-footer {
  border: none;
  margin-top: 60px;
}
@media (min-width: 992px) {
  #galleryModal.custom .modal-footer {
    margin-top: 40px;
  }
}
#galleryModal.custom .modal-footer .btn {
  margin: auto;
  border: solid 2px white;
  background: none;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 0.2em 0.7em;
}
#galleryModal.custom .modal-footer .btn:hover {
  background: white;
  color: black;
}
#galleryModal.custom .carousel-control-prev, #galleryModal.custom .carousel-control-next {
  font-size: 2em;
  top: auto;
  opacity: 1;
  bottom: -52px;
}
@media (min-width: 768px) {
  #galleryModal.custom .carousel-control-prev, #galleryModal.custom .carousel-control-next {
    top: 0;
    opacity: 0.5;
    bottom: 0;
  }
}
#galleryModal.custom .carousel-control-next-icon, #galleryModal.custom .carousel-control-prev-icon {
  height: 30px;
  width: 30px;
}
@media (min-width: 768px) {
  #galleryModal.custom .carousel-control-prev {
    left: -90px;
  }
}
@media (min-width: 768px) {
  #galleryModal.custom .carousel-control-next {
    right: -90px;
  }
}
#galleryModal.custom .carousel-indicators {
  bottom: -60px;
}
@media (min-width: 992px) {
  #galleryModal.custom .carousel-indicators {
    bottom: -30px;
  }
}
#galleryModal.custom .carousel-indicators li {
  height: 30px;
  border-radius: 100px;
  background: none;
  border: solid 2px white;
}
@media (min-width: 992px) {
  #galleryModal.custom .carousel-indicators li {
    height: 10px;
  }
}
#galleryModal.custom .carousel-indicators li:hover {
  background: white;
}
#galleryModal.custom .carousel-indicators li.active {
  background: white;
}

/* Project Portfolio FILTERS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Style the buttons */
.portfolioBtn {
  text-align: center;
  margin-bottom: 2rem;
  border: none;
  border-radius: 10px;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

/* Add a grey background color on mouse-over */
.portfolioBtn:hover {
  background-color: #ddd;
}

/* Add a dark background color to the active button */
.portfolioBtn.active {
  background-color: #666;
  color: white;
}

/* display: none; Hide items by default */
.portfolio-item {
  display: none;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* -------- END FILTER ---------------------- */
/* Catalogue section styles */
.arrow-container {
  width: 100%;
  height: 600px;
  position: relative;
  background-color: lightblue;
}

.text-arrow-container-left {
  float: left;
  width: 30%;
  padding: 20px;
  background-color: white;
}

.text-arrow-container-left > hr {
  width: 20%;
  text-align: left;
  margin-right: 80%;
  height: 5px;
  background-color: green;
  border-width: 0px;
}

.arrow-to-right {
  float: left;
  width: 70%;
  padding: 0px;
  border-left: 250px solid white;
  border-top: 300px solid transparent;
  border-bottom: 300px solid transparent;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-arrow-container-right {
  float: right;
  width: 30%;
  text-align: right;
  padding: 20px;
  background-color: white;
}

.text-arrow-container-right > hr {
  width: 20%;
  text-align: right;
  margin-left: 80%;
  height: 5px;
  background-color: green;
  border-width: 0px;
}

.arrow-to-left {
  float: left;
  width: 70%;
  padding: 0px;
  border-right: 250px solid white;
  border-top: 300px solid transparent;
  border-bottom: 300px solid transparent;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-arrow-container span {
  position: absolute;
  top: 35px;
  width: 100px;
  left: 5px;
  text-align: center;
  font-size: 16px;
  font-family: arial;
  transform: rotate(-45deg);
  display: block;
}

@media only screen and (max-width: 620px) {
  /* For mobile phones: */
  .text-arrow-container-left, .text-arrow-container-right {
    width: 100%;
  }
  .arrow-to-right, .arrow-to-left {
    display: none;
  }
  .arrow-container {
    width: 100%;
    height: 200px;
    position: relative;
    background-color: lightblue;
  }
}
/*  DROPDOWN MENU*/
.dropdown-menu {
  width: 750px;
  height: max-content;
}

/*# sourceMappingURL=creo.css.map */