/* 

Theme Name: Pacific Weave
Text Domain: http://pacificcarpetindia.com/
Version: 1.0
Description: Carpet company
Tags: responsive
Author: Siddharth Prajosh

*/

:root {
  --red: #f15559;
  --blue: #333e5b;
}

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
*::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
*::-webkit-scrollbar-thumb {
  background-color: #f15559;
  border-radius: 10px;
}

.header-text {
  color: var(--blue) !important;
  font-size: 25px;
  font-weight: 500;
}

.main {
  background: #ffffff;
}

.home_page__1 {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
}

.home_page__1__title {
  font-size: 80px;
  font-weight: 300;
  color: var(--blue);
}
.home_page__1__title_bold {
  font-size: 80px;
  font-weight: 700;
  color: var(--red);
}

.home_page__1__para {
  font-weight: 300;
  font-size: 25px;
  line-height: 37.5px;
  margin-right: 20px;
}

@media (max-width: 576px) {
  .pacific-btn {
    font-size: 14px !important;
  }
}

@media (min-width: 576px) {
  .pacific-btn {
    font-size: 18px !important;
  }
}

.pacific-btn {
  height: 56px !important;
  width: 40% !important;
  min-width: 130px !important;
  max-width: 220px !important;
  border-radius: 32px !important;
}

.home_page__1__btn {
  height: 56px;
  width: 30%;
  min-width: 100px;
  max-width: 220px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  border-radius: 32px;
  /* outline: none; */
}
.home_page__1__btn_learn_more {
  color: var(--blue);
  border: 2px solid var(--blue);
}

.home_page__1__btn_enquire {
  background: var(--red);
  color: white;
  border: 2px solid var(--red);
}
.flex_grow_6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.disappear {
  display: none;
  visibility: hidden;
}

.label {
  float: right;
  color: var(--red);
  height: 60px;
  width: 100px;
  text-align: right;
}

.question-container {
  border: 2px solid #737373;
  border-radius: 20px;
  padding: 30px 40px 5px 40px;
  margin-bottom: 20px;
}

.footer-bottom {
  /* position: absolute; */
  bottom: 0;
  width: 100%;
}

.text-field {
  height: 60px;
}

.form-field {
  border-radius: 30px !important;
  padding: 15px 20px !important;
}

.hidden {
  visibility: hidden;
}


#slider {
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
}

#slider label {
  margin: auto;
  width: 450px;
  max-width: 75vw;
  height: 650px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  transition: transform 0.8s ease;
}

#slider label img {
  width: 450px;
  height: 650px;
  border-radius: 20px;
  max-width: 75vw;
}

#s1:checked ~ #slide3,
#s2:checked ~ #slide1,
#s3:checked ~ #slide2 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  transform: translate3d(-80%, 0, -150px);
  opacity: 0.7;
}

#s1:checked ~ #slide1,
#s2:checked ~ #slide2,
#s3:checked ~ #slide3 {
  box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.3), 0 11px 7px 0 rgba(0, 0, 0, 0.19);
  transform: translate3d(0, 0, 0);
}

#s1:checked ~ #slide2,
#s2:checked ~ #slide3,
#s3:checked ~ #slide1 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  transform: translate3d(80%, 0, -150px);
  opacity: 0.7;
}
