#hero {
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero span:hover {
  cursor: pointer;
  color: #67b5b8;
  background-color: #d8d8d805;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

#hero h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 25px;
}

#hero .landing-image-container {
  height: 91.1vh;
  width: 100%;
}

#hero .text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #67b5b8;
  border-color: #67b5b8;
  border-radius: 20px;
}

@media (max-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
  #hero h1 {
    font-size: 33px;
    font-weight: 700;
    line-height: 52px;
  }

  #hero h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
  }

  #hero .container {
    padding-top: 40px;
  }

  #hero h1 {
    font-size: 25px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 60px 0;
  background-color: #f2f2f2;
}

.about .content h3 {
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
}

.about .content p {
  margin-top: 10px;
  margin-bottom: 0;
}

.about .content a {
  transition: all 0.3s ease;
}

.about .content a:hover {
  color: #67b5b8;
}

.about .img-fluid {
  filter: drop-shadow(2px 2px 2px gray);
}

/* Arrow animation */

@keyframes animatedArrow {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 575px) {
  .about {
    padding: 40px 20px;
  }
}

.animated-arrow {
  display: inline-block;
  animation: animatedArrow 1s infinite;
}

/*--------------------------------------------------------------
# Product showcase section
--------------------------------------------------------------*/

.product-showcase {
  position: relative;
  padding: 60px 0;
}

.product-showcase p {
  font-size: 18px;
}

.product-showcase a {
  transition: all 0.3s ease;
}

.product-showcase a:hover {
  color: #67b5b8;
}

.product-showcase .image-container-pd img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.8);
  transition: transform 0.3s ease-in-out;
}

.product-showcase .image-container-pd:hover img {
  transform: rotateY(20deg);
}

.product-showcase .image-container-pd {
  perspective: 1000px;
}

.product-showcase .view-more-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 30px;
}

@media (max-width: 991.98px) {
  .product-showcase .image-container-pd {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .product-showcase .image-container-pd {
    margin-bottom: 20px;
    width: auto;
  }
}

@media (max-width: 575px) {
  .product-showcase .image-container-pd {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .product-showcase .image-container-pd img {
    height: 300px;
    width: 200px;
  }
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .product-showcase .order-lg-1,
  .product-showcase .order-lg-2 {
    order: 0;
  }
}

/*--------------------------------------------------------------
# Brands Section
--------------------------------------------------------------*/

.brands {
  position: relative;
  padding: 60px 0;
  background-color: #f2f2f2;
}

.brands p {
  font-size: 16px;
}

.brands .section-title span {
  color: #dfdfdf;
}

.brands .brands-img {
  padding: 0 20px;
  cursor: pointer;
}

.brands .brands-img img {
  transition: transform 0.3s ease-in-out;
}

.brands .brands-img:hover img {
  transform: scale(1.1);
}

.brands .brands-img {
  perspective: 1000px;
}

.brands .view-more-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 30px;
}

.brands a {
  transition: all 0.3s ease;
}

.brands a:hover {
  color: #67b5b8;
}

.brands .logo-smica {
  scale: 1.05;
}

.brands .logo-imperio {
  scale: 1.05;
}

@media (max-width: 991.98px) {
  .brands .brands-img {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .brands .brands-img {
    margin-bottom: 20px;
    width: auto;
  }
}

@media (max-width: 575px) {
  .brands .brands-img {
    padding: 0 30px;
  }
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .brands .order-lg-1,
  .brands .order-lg-2 {
    order: 0;
  }
}

/*--------------------------------------------------------------
# Panaromic Section
--------------------------------------------------------------*/

.panaromic {
  padding: 60px 0;
}

.panaromic h3 {
  font-weight: 800;
  font-size: 50px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}

.image-panaromic {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.image-panaromic img {
  margin: 0 auto;
  height: 400px;
  width: 250px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  filter: drop-shadow(2px 2px 8px gray);
}

.image-panaromic img:hover {
  cursor: pointer;
  opacity: 0.85;
  -webkit-transform: scale(1.1);
  transform: scale(1.05);
}

.panaromic .btn-panaromic {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: all 0.5s ease;
  background-color: transparent;
  border: 2px solid #67b5b8;
  color: #67b5b8;
  width: fit-content;
  border-radius: 20px;
}

.panaromic .btn-panaromic:hover {
  background: #67b5b8;
  border-color: #67b5b8;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .panaromic .order-lg-1,
  .panaromic .order-lg-2 {
    order: 1;
  }

  .panaromic .content {
    margin-top: 30px;
    text-align: center;
  }

  .panaromic .content h3 {
    margin-top: 0;
    font-size: 30px;
  }

  .panaromic .image-panaromic img {
    height: 300px;
    width: 200px;
  }

  .panaromic .btn-panaromic {
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Chat With US Section
--------------------------------------------------------------*/

.chat-with-us {
  padding: 60px 0;
}

.chat-with-us h3 {
  font-weight: 800;
  font-size: 50px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}

.image-whatsapp {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.image-whatsapp img {
  margin: 0 auto;
  height: 300px;
  width: 250px;
}

.chat-with-us .btn-whatsapp {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: all 0.5s ease;
  background-color: transparent;
  border: 2px solid #25d366;
  color: #25d366;
  width: fit-content;
  border-radius: 20px;
}

.chat-with-us .btn-whatsapp:hover {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .chat-with-us .order-lg-1,
  .chat-with-us .order-lg-2 {
    order: 1;
  }

  .chat-with-us .content {
    margin-top: 30px;
    text-align: center;
  }

  .chat-with-us .content h3 {
    margin-top: 0;
    font-size: 30px;
  }

  .chat-with-us .image-whatsapp img {
    height: 180px;
    width: 150px;
  }

  .chat-with-us .btn-whatsapp {
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Quote Section
--------------------------------------------------------------*/
.quote {
  background: linear-gradient(rgba(2, 2, 8, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/img/Landing/quote-bg-2.jpg") fixed center center;
  background-size: cover;
  padding: 50px 0;
}

.quote-icon {
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
}

.quote-text {
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 10px;
}

.quote-line {
  border: none;
  border-top: 2px solid #fff;
  width: 80px;
  margin: 0 auto 10px;
}

.quote-author {
  color: #fff;
  font-size: 18px;
}

/*--------------------------------------------------------------
# Contact section
--------------------------------------------------------------*/
.contact {
  padding: 60px 0;
  background-color: #f2f2f2;
}

.contact .section-title span {
  color: #dfdfdf;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
