/*
OMAA.net
*/
#back {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#btn-back {
  display: block;
  position: fixed;
  top: 5px;
  left: 5px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: red;
  z-index: 10000;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: white;
}

#btn-back:hover {
  background-color: black;
  cursor: pointer;
}

.mode-1 {
  z-index: -1;
}
.mode-1 #back {
  z-index: -1;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.mode-1 body {
  background-image: linear-gradient(to right, rgba(147, 237, 199, 0.5) 0%, rgba(28, 216, 210, 0.5) 100%);
}
.mode-1 body.empty {
  background: white;
}
.mode-1 #footer {
  background-color: rgba(232, 234, 235, 0.85);
}

.mode-2 {
  background-image: linear-gradient(to right, #fff 0%, #e2ebf0 100%);
}
.mode-2 body {
  background-color: transparent;
}
.mode-2 #footer {
  background-color: rgba(232, 234, 235, 0.85);
}

.imageAbout {
  box-shadow: 0 0 10px 0 rgba(36, 50, 93, 0.3);
  width: 90%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.drop-shadow-6 {
  box-shadow: 0 0 6px 0 rgba(36, 50, 93, 0.3);
}

.features .title.big {
  font-size: 24px;
}

@media (min-width: 768px) {
  .features2 .icon-box + .icon-box {
    text-align: right;
  }
  .features2 .icon-box + .icon-box + .icon-box {
    text-align: left;
  }
}
#features {
  background-color: rgb(247, 247, 247);
}

#features.features2 {
  background-color: inherit;
}

.text-shadow {
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.85);
}

.text-shadow2 {
  text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black;
}

.text-shadow3 {
  text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black;
}

.neonText {
  color: #fff;
  text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0fa, 0 0 82px #0fa, 0 0 92px #0fa, 0 0 102px #0fa, 0 0 151px #0fa;
}

/* Flickering animation */
@keyframes flicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    text-shadow: 0 0 4px #fff, 0 0 11px #fff, 0 0 19px #fff, 0 0 40px #0fa, 0 0 80px #0fa, 0 0 90px #0fa, 0 0 100px #0fa, 0 0 150px #0fa;
  }
  20%, 24%, 55% {
    text-shadow: none;
  }
}
.flicker {
  animation: flicker 1.5s infinite alternate;
}

@keyframes pulsate {
  100% {
    /* Larger blur radius */
    text-shadow: 0 0 4px #fff, 0 0 11px #fff, 0 0 19px #fff, 0 0 40px #0fa, 0 0 80px #0fa, 0 0 90px #0fa, 0 0 100px #0fa, 0 0 150px #0fa;
  }
  0% {
    /* Smaller blur radius */
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 10px #0fa, 0 0 45px #0fa, 0 0 55px #0fa, 0 0 70px #0fa, 0 0 80px #0fa;
  }
}
.pulsate {
  animation: pulsate 2.5s infinite alternate;
}

/* https://getcssscan.com/css-box-shadow-examples */
.carousel-caption-glass {
  border-radius: 0 20px;
  background-color: rgba(0, 0, 0, 0.25);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset; */
  /* box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.carousel-caption h5 {
  font-size: calc(1.45rem + 0.9vw);
  font-weight: 700;
  letter-spacing: 1px;
}

.carousel-caption p {
  text-transform: uppercase;
  font-size: calc(0.85rem + 0.5vw);
  font-weight: 600;
}

/* #hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: transparent;
    color: white;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.75);
    color: black;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: inherit;
    color: rgba(255, 255, 255, .65);
} */
.contact-us .info p {
  color: inherit;
}

#hero .carousel-indicators li {
  border: 1px solid rgba(124, 32, 32, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  opacity: inherit;
}

#hero .carousel-indicators li:hover {
  border-color: rgb(244, 67, 67);
  background-color: rgba(255, 255, 255, 0.75);
}

#hero .carousel-indicators li.active {
  background-color: rgb(244, 67, 67);
}

#header .logo a,
#header .logo span {
  color: hsl(9, 100%, 31%);
}

#header .logo,
#header .logo a,
#header .logo a:hover {
  font-weight: 400;
}

#header .logo a:hover {
  color: black;
}

#header .logo a:hover span {
  color: black;
}

#header .logo span {
  font-weight: 600;
}

.breadcrumbs {
  padding: 15px 0;
  background: #f5f7fb;
  min-height: 40px;
  margin: 90px auto 0 auto;
  background: #e8eaeb;
  background: none;
}
.breadcrumbs .section-title h2 {
  font-size: 1.75rem;
  font-weight: 400;
}
.breadcrumbs .section-title h2 > span {
  color: #444;
  font-weight: 300;
}

.recent-photos {
  text-align: center;
}

.footer-subtext {
  line-height: 36px;
  vertical-align: middle;
}

.links .active,
.links .active:focus {
  font-weight: bold;
  cursor: default;
}

.gallery .gallery-item {
  margin-bottom: 30px;
}
.gallery .gallery-item .description {
  color: #999;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.gallery .gallery-item:hover .description {
  color: hsl(9, 100%, 41%);
}
.gallery #gallery-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.gallery #gallery-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.gallery #gallery-flters li:hover, .gallery #gallery-flters li.filter-active {
  color: #006fbe;
}
.gallery #gallery-flters li:last-child {
  margin-right: 0;
}
.gallery .gallery-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: transparent;
  border-radius: 7px;
  width: 360px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery .gallery-wrap img {
  border-radius: 7px;
}
.gallery .gallery-wrap::before {
  content: "";
  background: hsla(9, 50%, 11%, 0.4);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.gallery .gallery-wrap .gallery-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gallery .gallery-wrap .gallery-info::before, .gallery .gallery-wrap .gallery-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.gallery .gallery-wrap .gallery-info::before {
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}
.gallery .gallery-wrap .gallery-info::after {
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.gallery .gallery-wrap .gallery-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.gallery .gallery-wrap .gallery-info p {
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.gallery .gallery-wrap .gallery-links {
  text-align: center;
  z-index: 4;
}
.gallery .gallery-wrap .gallery-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.gallery .gallery-wrap .gallery-links a:hover {
  color: #25a4ff;
}
.gallery .gallery-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.gallery .gallery-wrap:hover .gallery-info {
  opacity: 1;
}
.gallery .gallery-wrap:hover .gallery-info::before {
  top: 15px;
  left: 15px;
}
.gallery .gallery-wrap:hover .gallery-info::after {
  bottom: 15px;
  right: 15px;
}

.contact-us .info .email > i,
.contact-us .info .address > i,
.contact-us .info .phone > i {
  border: 1px solid transparent;
  color: #ffffff;
  background: hsl(9, 100%, 31%);
}

.contact-us .info .email:hover > i,
.contact-us .info .address:hover i,
.contact-us .info .phone:hover i {
  border: 1px solid hsl(9, 100%, 31%);
  background: white;
  color: hsl(9, 100%, 31%);
}

#footer .social-links a:hover {
  background: #fff;
  text-decoration: none;
}

#footer .social-links a:hover i {
  color: hsl(9, 100%, 31%);
  text-decoration: none;
}

/* */
.border-width-1 {
  border-width: 1px;
  border-style: solid;
}

.border-width-2 {
  border-width: 2px;
  border-style: solid;
}

.border-width-3 {
  border-width: 3px;
  border-style: solid;
}

.border-width-5 {
  border-width: 5px;
  border-style: solid;
}

.theme-color-border,
.recent-photos .swiper-pagination .swiper-pagination-bullet {
  border-color: hsl(9, 100%, 31%);
}

.theme-color-text,
.navbar a.theme-color-text,
.navbar a.theme-color-text:focus .navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a,
.features .icon i,
.text-dark h6,
.theme-color-icon {
  color: hsl(9, 100%, 31%);
}

.text-white i {
  color: white;
}

.theme-color-bk,
.section-title h2::after,
.features .title::after,
.recent-photos .swiper-pagination .swiper-pagination-bullet-active,
.back-to-top {
  background-color: hsl(9, 100%, 31%);
  color: white;
}

.back-to-top:hover {
  background-color: white;
  border: 2px solid hsl(9, 100%, 31%);
}

.back-to-top:hover i {
  color: hsl(9, 100%, 31%);
}

.text-justify {
  text-align: justify;
}

.links .contacts div {
  /* display: inline-block; */
  margin: auto;
}

.links .contacts div p {
  text-align: left;
}

.links i {
  font-size: 1.25rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}

#footer section {
  padding: 0;
}

#footer hr {
  width: 60px;
  background-color: rgba(33, 37, 41, 0.2);
  height: 2px;
  opacity: inherit;
}

/*
Paolo
*/
.sized {
  max-height: 75px;
}
.sized + img:not(.sized) {
  max-height: 35px;
}

#features3 {
  background: rgb(232, 234, 235);
}
#features3 section {
  padding: 25px 0;
}
#features3 img {
  height: 80px;
}

.icon-box h4 {
  color: hsl(9, 100%, 31%);
}

.cta {
  background: linear-gradient(rgba(232, 234, 235, 0.8), rgba(232, 234, 235, 0.8)), url("/images/parallax/dsc_0132.jpg?20211208a") fixed center bottom no-repeat;
  background-size: cover;
  padding: 120px 0;
}

#cta section {
  padding: 25px 0;
}
#cta img {
  height: 80px;
}

.imageAbout {
  width: 100%;
  height: auto;
  -o-object-position: 20% 50%;
     object-position: 20% 50%;
}

#linenne {
  position: fixed;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  background-color: red;
  overflow: hidden;
  z-index: 99;
}

/*
OMAA.net
*/
.parallax {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.parallax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url("/images/parallax/our-work.jpg");
  background-attachment: fixed;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: -1;
  transform: translateZ(-100px) scale(1.05);
}

@media (max-width: 992px) {
  html,
  body {
    font-size: 0.85rem;
  }
  .sized {
    max-height: 48px;
    margin-left: -5px;
  }
  .sized + img {
    max-height: 21px;
  }
  #hero {
    margin-top: 30px;
    height: 25vh;
  }
  section {
    padding: 10px 0 30px 0;
  }
  .section-title {
    padding-bottom: 0;
  }
  section.pb-5 {
    padding-bottom: 0 !important;
  }
  .section-title h2,
  .breadcrumbs .section-title h2 {
    font-size: calc(1.325rem + 0.9vw);
    padding-bottom: 15px;
  }
  .contact-us .info h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
  .contact-us .info p {
    font-size: calc(0.75rem + 0.3vw);
  }
  #story-intro {
    padding-top: 0;
  }
  #footer > section.justify-content-between {
    justify-content: center !important;
  }
  .features .description {
    font-size: inherit;
    line-height: 1.5rem;
    text-align: justify;
  }
  .features .icon-box {
    margin-bottom: 5px;
  }
  #ourwork .description,
  #ourwork li {
    font-size: inherit;
    line-height: 1.5rem;
    text-align: justify;
  }
  .cta {
    padding: 5vw 0;
  }
  #cta img {
    height: 15vw;
  }
  .gallery #gallery-flters li {
    padding: 0.5rem;
    line-height: normal;
    margin: auto;
  }
  .breadcrumbs {
    margin-top: 58px;
    padding: 0 0 1.5rem 0;
  }
  #footer .useful-links p {
    display: inline-block;
    margin: 0;
    padding: 0.5rem 0.75rem;
  }
  #footer hr {
    display: block !important;
  }
}
.fs-7 {
  font-size: 1em;
}

.btn-themed {
  background-color: hsl(9, 100%, 28%);
  color: #fff;
  border-color: hsl(9, 100%, 28%);
}
.btn-themed:hover {
  color: #fff;
  background-color: hsl(9, 100%, 36%);
  border-color: hsl(9, 100%, 36%);
}
.btn-themed:focus, .btn-themed:active, .btn-themed:not(.btn-check):active {
  color: #fff;
  background-color: hsl(9, 100%, 23%);
  border-color: hsl(9, 100%, 23%);
  box-shadow: none;
}
.btn-themed:disabled {
  background-color: hsl(9, 100%, 50%);
  border-color: hsl(9, 100%, 50%);
  opacity: 0.65;
}

.card-img-top {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-img-top.auto-fit {
  height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 rgba(36, 50, 93, 0.3);
}

.quotation h1 {
  font-style: italic;
  text-transform: lowercase;
  font-weight: 300;
  line-height: normal;
  font-size: 2rem;
  letter-spacing: 0.15rem;
}
.quotation h1 span {
  color: hsl(9, 100%, 31%);
  font-weight: 600;
}

.line-top-right,
.line-bottom-left {
  position: relative;
}

.line-top-right:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20%;
  right: -25px;
  border-top: 2px solid hsl(9, 100%, 31%);
}

.line-bottom-left:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10%;
  right: -25px;
  border-top: 1px solid hsl(9, 100%, 31%);
}

.glightbox-clean .gslide-desc {
  text-align: center;
}

a.login {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: normal;
}
a.login:hover {
  font-weight: 400;
}