/***********
   SLIDER
************/
.slider {
  height: 90vh;
  background-image: url("https://belprint.com/wp-content/uploads/2025/09/slide-1.jpg");
  background-size: cover;
  background-position: right;
  position: relative;
  transition: ease 0.3s;
}
.slider-content {
  position: absolute;
  top: 30%;
  left: 100px;
  width: 400px;
  text-align: left;
  padding: 0;
  color: #eee;
  transition: 0.5s;
  transform: translate(0, 0%);
}
.slider-content button {
  font-size: 3.6rem;
  font-weight: 700;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  opacity: 1;
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.slider-content button:hover,
.slider-content button:focus {
  outline: none;
}
.slider-content span {
  font-size: 5rem;
  font-weight: 700;
  text-transform: lowercase;
  color: var(--black);
}
#slider-content-2 {
  gap: 3rem;
  justify-content: start;
  align-items: center;
  width: fit-content;
}

/***********
   WIDGETS
************/
.widgets {
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0 4.8rem;
  position: absolute;
  bottom: -15%;
}
.widget {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.widgets span {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 244px;
  width: 100%;
  height: 244px;
  border-radius: 100%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
}
.widgets img {
  width: 100%;
  max-width: 140px;
  height: auto;
}
.widgets p {
  text-transform: uppercase;
  margin-top: 1rem;
  font-weight: 700;
  font-size: 25px;
}
.widgets p span {
  width: auto;
  height: auto;
  box-shadow: none;
}

/***********
  SERVICES
************/
#services {
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  margin-top: 25rem;
  margin-bottom: 25rem;
  padding: 0 4.8rem;
}
#services h1 {
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 13rem;
}
.sslide {
  height: 80%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slides {
  width: 110px;
  height: 100%;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  transition: 0.7s ease;
}
.slides-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slides h3 {
  font-size: 4.8rem;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 0 7px rgb(0 0 0 / 26%);
  color: #fff;
  position: absolute;
  bottom: 18%;
  left: -10%;
  transform: rotate(270deg);
  transition: 0.7s ease-in-out;
  margin: 0;
}
.sslide .slides:first-child,
.sslide .slides:last-child {
  height: 400px;
}
.sslide .slides:nth-child(2),
.sslide .slides:nth-child(8) {
  height: 480px;
}
.sslide .slides:nth-child(3),
.sslide .slides:nth-child(7) {
  height: 560px;
}
.sslide .slides:nth-child(5) {
  height: 700px;
}
.details {
  padding: 3.5rem;
  opacity: 0;
  z-index: -1;
  transition: 0.3s ease-in;
  width: 100%;
  position: absolute;
  bottom: 2%;
  line-height: 1.3;
}
.details h5 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 33px;
  text-transform: uppercase;
  text-shadow: 0 0 7px rgb(0 0 0 / 26%);
}
.details p {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  text-shadow: 0 0 7px rgb(0 0 0 / 26%);
  color: #fff;
  margin: 1rem 0 3rem 0;
}
.details a {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 45px;
  border: none;
  border-radius: 20px;
  color: var(--black);
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fff;
  width: fit-content;
  margin-top: 0.5rem;
}
.slides.actives {
  width: 766px !important;
  height: 750px !important;
}
.slides.actives h3 {
  display: none;
}
.slides.actives .details {
  opacity: 1;
  z-index: 1;
}
.slider-service-controller {
  text-align: center;
  width: 100%;
  display: none;
}
.slider-service-controller button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #eb1d42;
  background: #eb1d42;
  color: #fff;
  transition: 0.5s;
}

/***********
   PROCESS
************/
.step-number {
  font-size: 15rem;
  font-weight: 700;
  opacity: 0.5;
  margin-bottom: 1rem;
}
#process {
  margin-top: 20rem;
}
#process-p {
  font-size: 2.3rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}
#process h3 {
  font-weight: 700;
  font-size: 2.3rem;
}
.pps {
  margin-top: 5rem;
}
.pps div {
  display: flex;
  flex-direction: column;
}
.pps h1 {
  font-weight: 700;
  font-size: 3rem;
}
.pps-des {
  font-weight: 600;
  color: #000;
  font-size: 2.3rem;
  line-height: 1.8;
}
.pps span {
  font-weight: 500;
  color: #000;
  margin-top: 1rem;
  font-size: 2rem;
  line-height: 1.5;
}
.pp-img {
  width: 100%;
  background-color: #000;
  height: auto;
  max-width: 480px;
}

/***********
   MOST
************/
#most {
  margin-top: 15rem;
  padding: 0 4.8rem;
}
#most h1 {
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 1.3rem;
}
.gallery {
  width: 100%;
}
.gallery-container {
  align-items: center;
  display: flex;
  height: 510px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
.gallery-item {
  height: 400px;
  width: 600px;
  background-position: center !important;
  background-size: contain !important;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  border-radius: 15px;
}
.gallery-item-1 {
  left: 0%;
  opacity: 0.2;
  transform: translateX(-50%);
}
.gallery-item-2,
.gallery-item-6 {
  height: 430px;
  opacity: 0.4;
  z-index: 2;
}
.gallery-item-2 {
  left: 15%;
  transform: translateX(-50%);
}
.gallery-item-3,
.gallery-item-5 {
  height: 460px;
  opacity: 0.8;
  z-index: 2;
}
.gallery-item-3 {
  left: 30%;
  transform: translateX(-50%);
}
.gallery-item-4 {
  box-shadow: -2px 5px 33px 6px rgba(0, 0, 0, 0.35);
  height: 500px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  z-index: 3;
}
.gallery-item-5 {
  left: 70%;
  transform: translateX(-50%);
}
.gallery-item-6 {
  left: 85%;
  transform: translateX(-50%);
}
.gallery-item-7 {
  left: 100%;
  transform: translateX(-50%);
  opacity: 0.2;
}
.gallery-controls {
  display: flex;
  justify-content: center;
  margin: 25px 0;
  height: 100px;
}
.gallery-controls button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 23px;
  margin: 0 50px;
  padding: 0 12px;
  text-transform: capitalize;
  outline: none;
  font-weight: 700;
}
.gallery-controls-buttons:focus {
  outline: none;
}
.gallery-controls-prev {
  position: relative;
}
.gallery-controls-prev::before {
  border: solid var(--black);
  border-width: 0 5px 5px 0;
  content: "";
  display: inline-block;
  height: 5px;
  left: -30px;
  padding: 10px;
  position: absolute;
  top: 25%;
  transform: rotate(135deg) translateY(-50%);
  transition: left 0.15s ease-in-out;
  width: 5px;
}
.gallery-controls-next {
  position: relative;
}
.gallery-controls-next::before {
  border: solid var(--black);
  border-width: 0 5px 5px 0;
  content: "";
  display: inline-block;
  height: 5px;
  padding: 10px;
  position: absolute;
  right: -30px;
  top: 45%;
  transform: rotate(-45deg) translateY(-50%);
  transition: right 0.15s ease-in-out;
  width: 5px;
}
.gallery-nav {
  bottom: -15px;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
}
.gallery-nav li {
  background: #ccc;
  border-radius: 50%;
  height: 10px;
  margin: 0 16px;
  width: 10px;
}
.gallery-nav li.gallery-item-selected {
  background: #555;
}

/***********
   QUOTE
************/
#quote {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10rem;
}
#quote p {
  font-weight: 700;
  font-size: 2.3rem;
  margin-top: 2rem;
  line-height: 1.3;
  text-align: center;
}
#quote a {
  font-size: 2.5rem;
  font-weight: 700;
  padding: 20px 55px;
  border: none;
  border-radius: 30px;
  opacity: 1;
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(60deg, #2aace2, #d7df26, #f68b20, #ec1d42);
  background-size: 600% 600%;
  animation: bgAnimatedGradient 5s infinite ease-out;
}
@keyframes bgAnimatedGradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 80%;
  }
  100% {
    background-position: 0% 0%;
  }
}

/***********
  ABOUT US 
************/
.about-us {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.about-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.about-us h1 {
  font-size: 7rem;
  font-weight: 700;
}
.about-text {
  font-size: 3rem;
  margin-top: 1rem;
  line-height: 1.5;
}

/***********
   QUOTE
************/
#quote-page {
  padding: 0 6.8rem;
}
#quote-page h1 {
  text-align: start;
  position: relative;
  margin-left: 5rem;
  margin-bottom: 3rem;
}
#quote-page h1::before {
  content: "";
  position: absolute;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid var(--red);
  margin: 2rem;
  width: 0;
  height: 0;
  top: calc(40% - 0px);
  left: -8rem;
  transform: translateY(-50%) rotate(270deg);
}
.quote-page-grid {
  grid-template-columns: 1.7fr 1fr;
  column-gap: 2rem;
  row-gap: 2rem;
}
.request-form {
  background-color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 60px;
}
.bel-cont {
  padding: 1.5rem 1rem;
  font-size: 2rem;
  font-weight: 600;
}
.submit-form {
  font-size: 2rem;
  font-weight: 700;
  padding: 20px 60px;
  border: none;
  opacity: 1;
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(60deg, #2aace2, #d7df26, #f68b20, #ec1d42);
  background-size: 600% 600%;
  animation: bgAnimatedGradient 5s infinite ease-out;
  width: fit-content;
}
@keyframes bgAnimatedGradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 80%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.contact-info {
  padding: 60px;
  background: linear-gradient(
    180deg,
    rgba(236, 29, 66, 1) 0%,
    rgba(246, 139, 32, 1) 100%
  );
}
.contact-info p {
  color: #fff!important;
  font-size: 3rem!important;
  margin: 0!important;
  line-height: 1.4!important;
  text-align: center!important;
}
.contact-info span {
  color: #fff;
  font-size: 2.5rem;
  margin-top: 2rem;
  line-height: 1.4;
  text-align: center;
  display: block;
}
.contact-info h3 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 2.5rem;
  line-height: 1.4;
  text-align: start;
  display: block;
}
.info {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.bottom-info {
  display: flex;
  align-items: center;
  gap: 10rem;
}
.bottom-info span {
  margin-top: 0;
  text-align: end;
}

/************************
     FILE UPLOAD
************************/
.btcd-f-input {
  display: block;
  width: 340px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.8rem;
}
.btcd-f-input > div > input::-webkit-file-upload-button {cursor: pointer;}
.btcd-f-wrp {cursor: pointer;display:flex;align-items:center;}
.btcd-f-wrp > small {color: gray;}
.btcd-f-wrp > button {
  align-items: center;
  background: #fafafa;
  border-radius: 10px;
  cursor: pointer;
  background: #f3f3f3;
  padding: 5px;
  display: flex;
  border-radius: 9px;
  border: none;
  margin-right: 8px;
  height: 40px;
  width: 500px;
  gap: 5px;
}
.btcd-f-wrp > button > img {
  width: 24px;
}
.btcd-f-wrp > button > span,
.btcd-f-wrp > span,
.btcd-f-wrp > small {
  vertical-align: super;
  font-size: 15px;
}
.btcd-f-input > .btcd-f-wrp > input {
  z-index: 100;
  width: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  height: 37px;
  cursor: pointer;
}
.btcd-files > div {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  border-radius: 10px;
  margin-left: 30px;
  width: 91%;
  margin-top: 10px;
  height: 40px;
}
.btcd-files > div > div {
  display: inline-block;
  width: 73%;
}
.btcd-files > div > div > small {
  color: gray;
}
.btcd-files > div > img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 10px;
}
.btcd-files > div > div > span {
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.btcd-files > div > button {
  background: #e8e8e8;
  border: none;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  font-size: 20px;
  margin-right: 6px;
  padding: 0;
}
.btcd-files > div > button:hover {background: #bbbbbb;}
.delete{font-size: 10px!important;}
.preview{justify-content: space-between!important;}