* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Amiko", sans-serif;
}
body {
  background-color: #131416;
  cursor: default;
}

.less-dark {
  background-color: #19191a;
}
h1 {
  font-family: "Audiowide", cursive;
  font-size: 50px;
  line-height: 1;
  color: #e07f45;
  padding: 2% 3%;
}
h2 {
  font-size: 38px;
  line-height: 1;
  color: #dedede;
  padding: 2% 3%;
  font-weight: 600;
}
b {
  font-weight: 700;
}
.flex {
  display: flex;
}
button {
  border: 0;
  border-radius: 50px;
  padding: 10px 20px;
  background-color: #e07f45;
  color: #fafafa;
  margin: 0 3%;
}
button:hover {
  cursor: pointer;
  background-color: #fafafa;
  transition: 0.6s;
  color: #000;
}
.container {
  margin: 3% 5%;
}

/* banner */

.banner-container {
  height: 40vw;
  background-image: url(../components/images/viktor-theo-jh8T0oqzcZo-unsplash.webp);
  background-size: 65%;
  background-position-x: 83%;
  background-repeat: no-repeat;
  background-position-y: center;
  animation: bg-animation 60s infinite alternate;
}

.banner-header {
  margin: 10% 3% 0;
  font-size: 75px;
  color: rgb(224, 127, 69);
  padding: 2% 0 0;
  transform: rotate(-90deg);
  position: relative;
  bottom: -145px;
  right: 95px;
  border-top: 20px solid;
  width: 500px;
}

.banner-header span {
  font-family: "Audiowide", cursive;
  font-size: 58px;
}

.cta {
  background-color: #e07f45;
  border-radius: 25px;
  margin-left: 2%;
  padding: 1% 0;
  width: 20%;
  justify-content: space-evenly;
  cursor: pointer;
}
.cta a {
  font-size: 16px;
}
.cta a,
.whatsapp-btn,
.phone-btn {
  text-decoration: none;
  color: #fafafa;

  align-self: center;
}
.cta a:hover {
  color: #000 !important;
}
.whatsapp-btn {
  font-size: 24px !important;
}
.fa-phone {
  font-size: 20px;
}
.cta-btn1 {
  margin: 0;
  margin-left: 3%;
}
.cta-btn2,
.cta-btn3 {
  margin: 0;
  margin-left: 1%;
}
@keyframes bg-animation {
  0% {
    background-position-y: bottom;
  }
  100% {
    background-position-y: top;
  }
}

/* Features */
.features {
  margin-top: 7%;
  overflow-x: hidden;
}
.features-container {
  padding: 0 0 2%;
  background-size: cover;
  background-image: url(../components/images/beekay-nGwH9ovjmIo-unsplash.webp);
  height: 75vh;
  width: 100vw;
  flex-shrink: 0;
  background-position-y: 45%;
  animation: bg-features-animation 60s infinite alternate;
}
.features-container h2 {
  font-size: 24px;
  margin-top: 0;
  padding-top: 0;
}
.features-header {
  justify-content: space-evenly;
}
.features-header h1 {
  /* line-height: 1.5; */

  /* display: inline-block; */
  border-radius: 25px;
  height: fit-content;
  padding: 5% 0;

  /* 
  font-size: 60px; */
}
.features-content {
  margin: 7% 6% 0;
}
.features-content h2:hover {
  color: rgb(222, 222, 222);
}

@keyframes bg-features-animation {
  00% {
    background-position-y: 65%;
  }
  100% {
    background-position-y: 45%;
  }
}
.products-used {
  display: flex;
  padding: 2% 0 0;
  justify-content: space-evenly;
}
.products-used img {
  width: 150px;
}

.why-choose-us {
  margin: 3% 0;
  padding: 2% 0;
}
.why-choose-us-header {
  padding-top: 0;
  margin: 0 4%;
}

.why-choose-us-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 7%;
}
.why-choose-us-card {
  border-radius: 25px;
  background-color: #1c1f22;
  height: 100%;
  border-bottom: solid 1px rgb(224, 127, 69);
  border-top: solid 1px rgb(224, 127, 69);
  margin: 0 auto;
}

.why-choose-us-card:nth-of-type(3n) {
  grid-row: span 2;
}

.why-choose-us-card-content {
  align-items: center;
}
.why-choose-us-card-content-header {
  font-size: 2em;
  font-family: "Audiowide", cursive;
  font-weight: 500;
  color: rgb(226, 226, 227);
  margin: 2% 5% 0;
  line-height: 1.5;
  border-bottom: solid 1px rgb(224, 127, 69);
  height: 15vh;
}
.why-choose-us-card:nth-of-type(3n) .why-choose-us-card-content-header {
  height: 22vh;
}
.why-choose-us-card-content-text {
  margin: 10% 9%;
  color: #cecece;
}
.why-choose-us-card-content-text li {
  margin-top: 6%;
  list-style: none;
  height: 65px;
}
.why-choose-us-icon {
  color: #e07f45;
  font-size: 3em;
  text-align: center;
}
.why-choose-us-product-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 20% 10%;
  gap: 30px;
}
.why-choose-us-product-img img {
  width: 100px;
}

/* services */

.services {
  align-items: center;
  justify-content: center;
  margin-top: 1%;
}

.services-header {
  margin: 0 3%;
  font-family: "Audiowide", cursive;
  padding-bottom: 0;
}

.services-card-content h2 {
  cursor: pointer;
}
.services-card-content h2:hover {
  color: #e07f45;
}

.services-card-wrapper {
  justify-content: space-around;
  justify-content: space-around;
  margin: 3% 0 0;
}

.services-card {
  border-radius: 25px;
  background-color: #1c1f22;
  width: 30vw;
  flex-direction: column;
  justify-content: flex-start;
}

.image-content {
  width: 100%;
  height: 100%;
}

.services-card-image {
  height: 15em;
  border-radius: 0 0 25px 25px;
  background: #dedede;
}

.services-card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 0 25px 25px;
  /* border: 4px solid #1c1f22; */
}
.services-name {
  font-size: 2em;
  font-family: "Audiowide", cursive;
  font-weight: 500;
  color: rgb(226, 226, 227);
  text-align: center;
  margin: 10px 0;
}
.learn-more {
  font-size: 12px;
  background-color: rgb(224, 127, 69);
  border-radius: 25px;
  padding: 2px 8px;
}
.learn-more:hover {
  color: #eee;
}

/* prices */
/* .price {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: flex-start;
  z-index: 1000;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.price.price-show {
  animation: fadeIn 0.1s ease-in-out forwards;
}
.price.price-hide {
  animation: fadeOut 0.1s ease-in-out 0.1s forwards;
}
.price-content {
  position: relative;
  top: 25%;
  background-color: #202125;

  padding: 2rem;
  border-radius: 25px;
  width: 50%;
  height: fit-content;
  overflow: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.price.price-show .price-content {
  animation: fadeInDown 0.3s ease-in-out forwards;
}
.price.price-hide .price-content {
  animation: fadeOutUp 0.2s ease-in-out forwards;
}
.price-content h1 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2em;
  border-bottom: 1px solid #e07f45;
} */
.price-card-container {
  justify-content: space-around;
  width: 40vw;
  border: 1px solid #e07f45;
  border-radius: 25px;
  /* background-image: linear-gradient(180deg, #e07f45, #131416 20%); */
}
.price-card {
  flex-direction: column;
  width: 50%;
  background-color: #202125;
  border-radius: 25px 25px 25px 0;
  /* padding: 3% 5%; */
}
.ceramic {
  width: 65%;
  height: 44vh;
}
.left {
  border-right: 1px solid #e07f45;
  border-radius: 25px 0 0 25px;
}
.left .price-header {
  border-radius: 25px 0 0 0;
  background-color: #cecece;
}
.price-header {
  font-size: 28px;
  font-family: "Audiowide", cursive;
  padding: 8% 9%;
  border-radius: 0 25px 0 0;
  background-color: #e07f45;
  color: #000;
  cursor: pointer;
}
.price-header:hover {
  color: #cecece;
}
.left .price-header:hover {
  color: #e07f45;
}
.price-card ul {
  color: #cecece;
  margin: 10% 6%;
  height: 65%;
  padding: 3% 8%;
}
.ceramic ul {
  height: 45%;
  margin: 7% 6% 3%;
}
.price-card li {
  line-height: 1.5;
  font-size: 15px;
}

.price-card-price {
  font-size: 28px;
  font-family: "Audiowide", cursive;
  padding: 0;
  margin: 8% 0;
}
.ceramic .price-card-price-content .price-card-price {
  margin: 0;
}
.price-card-price-content {
  justify-content: space-evenly;
}

.price-card-price-content a {
  cursor: pointer;
}
.price-card-price-content a:hover {
  color: #e07f45 !important;
}

/* .price-close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 0px 1rem;
  color: #fcfcfc;
  cursor: pointer;
  user-select: none;
}
.price-close:hover,
.price-close:focus {
  color: rgba(0, 0, 0, 0.5);
} */

/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-3rem);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

/* ig & maps */

.ig-n-map {
  justify-content: space-evenly;
  margin-bottom: 5%;
}
.ig {
  width: 50vw;
}
.ig h1 {
  text-align: center;
}
.ig img {
  width: 350px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.map {
  width: 40vw;
}

/* subscribe */

.subscribe-container {
  margin: 20px 0;
  background: url(../components/images/john-matychuk-FgTcokJpm9w-unsplash.webp);
  background-size: cover;
}
.subscribe-head {
  font-family: "Audiowide", cursive;
  color: #e07f45;
  font-size: 26px;
  padding: 2% 0 5% 0;
}
.subscribe-container img {
  width: 100%;
}
.subscribe-form-container {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 4% 7%;
  text-align: center;
}
.subscribe-form-container input {
  border: 1px solid #dedede;
  border-radius: 50px;
  padding: 10px 20px;
  background-color: transparent;
  color: #dedede;
  font-weight: normal;
  opacity: 1;
  transition: 0.6s;
  display: inline-block;
  margin: 10px 0;
}
.email-input {
  width: 200px;
}
.subscribe-form-container a {
  color: #dadada;
  padding-top: 20px;
  display: block;
  font-weight: 100;
  text-decoration: underline 1px;
}
.subscribe-Button {
  background-color: white !important;
  color: #000 !important;
}
input::placeholder {
  color: #dedede;
}

.interior-banner {
  margin-top: 10%;
}
.interior-banner-container {
  justify-content: space-around;
}
.interior-banner-container h1 {
  width: max-content;
}
.interior-banner-container img {
  border-radius: 15px;
}
.interior-banner-container p {
  font-size: 26px;
  margin: 5% 3%;
  color: #dedede;
}

.prices {
  justify-content: space-around;
  align-items: center;
}
.prices > h2 {
  font-family: "Audiowide", cursive;
  font-size: 60px;
  line-height: 1;
  color: #e07f45;
  padding: 2% 3%;
  text-align: center;
}
.prices-card-container {
  margin: 0 auto;
  width: 70vw;
}

.prices-card ul {
  margin: 3% 0 0;
}
.prices-cardprice-content {
  justify-content: space-between;
  margin: 0 5%;
}
.information-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  color: #fafafa;
}
.information-img {
  width: 20vw;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  h1 {
    font-family: "Audiowide", cursive;
    font-size: 32px;
    line-height: 1;
    color: #e07f45;
    padding: 2% 3%;
  }
  h2 {
    font-size: 24px;
    line-height: 1;
    color: #dedede;
    padding: 2% 3%;
    font-weight: 600;
  }
  .cta {
    padding: 4% 0;
    width: 60%;
  }
  .products-used img {
    width: 90px;
  }
  .features {
    margin-top: 14%;
  }
  .features-header {
    flex-direction: column;
    padding: 3% 3%;
    margin: 2% 6%;
  }
  .features-container {
    background-image: url(../components/images/beekay-nGwH9ovjmIo-unsplash.webp);
  }
  .features-header h1 {
    font-size: 40px;
    color: #dadada;
  }
  .features-content h1 {
    margin-bottom: 5%;
    line-height: 1.3;
    color: #dadada;
  }
  .features-content h2 {
    font-size: 20px;
    margin-bottom: 5%;
    line-height: 1.3;
    color: #e07f45;
  }

  .services-header {
    padding: 5% 0;
    margin-bottom: 2%;
    text-align: center;
  }
  .services-card-wrapper {
    flex-direction: column;
  }

  .image-content {
    width: 100%;
  }
  .services-card {
    border-radius: 25px;
    background-color: #1c1f22;
    width: 90%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-self: center;
  }
  .services-card-img {
    height: 100% !important;
    width: 100%;
  }

  .price-card-container {
    width: 90vw;
    align-self: center;
    margin: 5% 0;
  }
  .price-card-price {
    font-size: 24px;
  }
  .price-card {
    justify-content: space-between;
  }
  .whatsapp-btn {
    font-size: 20px;
    margin-top: 5px;
  }
  .fa-phone {
    font-size: 16px;
    margin-top: 5px;
  }

  .last {
    margin-top: 21%;
    margin-bottom: 0px;
  }
  .ceramic {
    height: 35.5vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ceramic .price-card-price-content {
    margin-top: 10px;
  }
  .ceramic .price-card-price-content .price-card-price {
    margin-top: 5px;
  }
  .why-choose-us {
    padding: 2% 0 10%;
  }
  .why-choose-us-container {
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
  .why-choose-us-header {
    text-align: center;
  }
  .why-choose-us-card {
    margin: 5% auto 2%;
    width: 80vw;
  }
  .why-choose-us-card:nth-of-type(3n) .why-choose-us-card-content-header {
    height: 24vh;
  }

  .ig-n-map {
    flex-direction: column;
  }
  .ig {
    width: 80vw;
    margin: 0 auto;
    overflow: hidden;
    height: 52vh;
  }
  .ig img {
    width: 250px;
  }
  .map {
    margin: 3% auto;
    width: 100%;
  }
  .map h1 {
    margin: 0 8%;
    text-align: center;
  }
  .map iframe {
    width: 80vw;
    margin: 0 10%;
  }
  .subscribe-form-container {
    background-position-x: 11%;
  }
  .subscribe-form-container input {
    display: block;
    margin: 3% auto;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}
