@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap');

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: 'Afacad', sans-serif;
}

a {
  text-decoration: none !important;
}

:root {
  --var-dark-blue: #072358;
}

/* FONT STYLES */

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.fs-40 {
  font-size: 40px;
}

.fs-24 {
  font-size: 24px;
}

.fs-20 {
  font-size: 20px;
}

.h1 {
  letter-spacing: 0.10rem;
}

.nav-item {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.10rem;
  margin-left: 30px;
}

.fa-brands {
  color: var(--var-dark-blue);
}

.social-icons {
  margin-bottom: 1.25rem;
  margin-left: 30px !important;
}

.plasztik-logo-text {
  letter-spacing: 1px;
  margin-left: -1.25em;
  font-style: italic;
  color: var(--var-dark-blue);
}

.product-type-title {
  padding-left: 20px;
}

/* BUTTON STYLES */

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 999;
  background-color: var(--bs-black);
  border-color: var(--bs-white);
}

.filled-btn {
  color: var(--bs-white);
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 300% 100%;

  background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #031669);
  box-shadow: 0 2px 5px 0 var(--var-dark-blue);

  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  /*transition: all .4s ease-in-out;*/
}

.filled-btn:hover {
  color: var(--bs-white);
  background-position: 100% 0;

  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  /*transition: all .4s ease-in-out;*/
}

.filled-btn:focus {
  outline: none;
}

.outlined-btn {
  border-color: var(--bs-black);
}

.outlined-btn:hover {
  border: 2px solid var(--var-dark-blue);
  color: var(--var-dark-blue);
  font-weight: 600;
}


/** CARD EFFECT **/

.card {
  border: none;
}

.container .card .face {
  width: 300px;
  height: 200px;
  transition: 0.5s;
}

.container .card .face.face1 {
  position: relative;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}

.container .card:hover .face.face1 {
  background: linear-gradient(150deg, rgba(2, 0, 36, 1) 50%, rgba(1, 24, 69, 1) 100%);
  transform: translateY(0);
}

.container .card .face.face1 .content {
  transition: 0.5s;
}

.container .card:hover .face.face1 .content {
  opacity: 1;
}

.container .card .face.face1 .content img {
  max-width: 100px;
}

.container .card .face.face1 .content h3 {
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.container .card .face.face2 {
  position: relative;
  background: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  transform: translateY(-100px);
}

.container .card:hover .face.face2 {
  transform: translateY(0);
}

.container .card .face.face2 .content p {
  margin: 0;
  padding: 0;
}

.container .card .face.face2 .content a {
  margin: 15px 0 0;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  color: #fff;
  padding: 5px;
  border: 1px solid var(--var-dark-blue);
}

.container .card .face.face2 .content a:hover {
  background: #333;
  color: #fff;
}

.card-effect-products {
  transition: border-color 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0);
  min-height: 8rem;
}

.card-effect-products:hover .card-title {
  color: var(--var-dark-blue) !important;
}

.card-effect-products:hover .card-title:after {
  background-color: var(--var-dark-blue) !important;
}

.card-effect-products:hover {
  border-color: var(--var-dark-blue);

}

.bg-dark {
  background-color: var(--bs-black) !important;
}

.landing-container {
  min-height: 705px;
}

.landing-padding {
  padding-left: 30%;
  padding-top: 30%;
}

.black-divider {
  height: 150px;
  background-color: var(--bs-black);
}

.white-horizontal-line {
  width: 150px;
}

.card-title {
  position: relative;
}

.card-a:hover {
  text-decoration: none !important;
}

.card-effect:hover .card-title {
  color: #fff;
}

.card-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: black;
}

.card-effect:hover .card-title:after {
  background-color: #fff;
}


#images-section .col {
  height: 300px;
}

#images-section .col:first-child {
  background-image: url('/static/img/products/halnevelo2.png');
  background-position: bottom;
  background-size: cover;
}

#images-section .col:nth-child(2) {
  background-image: url('/static/img/products/esoviz1.png');
  background-position: center;
  background-size: cover;
}

#images-section .col:nth-child(3) {
  background-image: url('/static/img/products/medence1.png');
  background-position: center;
  background-size: cover;
}

#services-section {
  background: rgb(2, 0, 36);
  background: linear-gradient(150deg, rgba(2, 0, 36, 1) 60%, rgba(1, 24, 69, 1) 100%);
}

footer a {
  color: var(--bs-white);
}

.footer-logo {
  width: 150px;
  top: -20px;
  right: 0px;
}

/* MARQUEE */
#marquee {
  font-size: x-large;
  background: linear-gradient(150deg, rgba(2, 0, 36, 1) 60%, rgba(1, 24, 69, 1) 100%);
  color: var(--bs-white);
}


/* MEDIA QUERIES */
@media screen and (max-width: 575px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-horizontal-line {
    display: none;
  }

  .footer-logo {
    float: right;
    width: 25%;
  }
  .desktop-products {
    display: none;
  }

  .mobile-products {
    display: block !important;
  }

  .landing-padding {
    padding-left: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px;
  }

  #images-section {
    display: none;
  }

}

@media screen and (max-width: 991px) {
  .landing-padding {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .landing-img {
    display: none;
  }

  .landing-description {
    font-size: 20px !important;
  }

  .service-description {
    font-size: 16px;
  }

  .service-text {
    font-size: 14px !important;
  }
  
  .black-divider {
    display: none;
  }
}


@media screen and (max-width: 767px) {
  .social-icons {
    padding: 0;
  }
  
}
