@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");

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

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  font-family: "Poppins", sans-serif;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  transition: all 300ms ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  font-family: "Cutmark";
  margin: 0;
}
ul,
ol,
dl,
p {
  margin-bottom: 0;
  font-size: 16px;
  padding: 0;
}
img {
  width: 100%;
}
.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: -100%;
  top: 0;
  background-color: rgb(0 0 0 / 71%);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}
.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.menu-btn {
  float: right;
}
.menu-btn a i {
  font-size: 30px;
  color: var(--c1);
}
.responsive-menu-btn a {
  width: max-content;
  margin: 22px auto;
}
.responsive-logo a {
  width: 50%;
  margin: 0 auto;
}
.overlay.active {
  left: 0;
}
.responsive-logo {
  width: 80%;
  margin: 0 auto;
}
.call-now {
  width: 60px;
  height: 60px;
  color: var(--color-primary);
  display: block;
  text-align: center;
  border-radius: 100%;
  font-size: 20px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  padding: 0 0;
  line-height: initial;
  box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
  padding: 0;
  border: solid 3px var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff4453;
  color: #fff;
}
:focus {
  outline: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.slick-arrow {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: -60px;
  margin: auto 0;
  transition: all 0.4s;
  border-radius: 50px;
  box-shadow: 0 31.299px 59.303px 0 rgba(10, 4, 60, 0.06);
  background: #ff4453;
}

.slick-prev {
  left: -7%;
}

.slick-next {
  right: -7%;
}

.banner-item input,
.banner-item select,
.banner-item textarea {
  width: 100%;
  height: 45px;
  padding-left: 15px;
  border-radius: 10px;
  margin: 5px 0;
  background: #ffffff4d;
  border: 0.5px solid #ffffff;
}

.banner-item textarea {
  padding-top: 10px;
  height: 120px;
}
.nav-menu ul li a {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
  color: #fff;
}

.nav-menu ul {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: end;
}

.logo a {
  width: 40%;
}

section.main-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 160px;
  margin-top: -150px;
  position: relative;
}
.banner-con h1 {
  font-size: 52px;
  font-weight: 500;
  line-height: 69px;
  letter-spacing: 0.02em;
  color: #fff;
}

.banner-con p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #fff;
  padding: 10px 0 20px;
}

.btn {
  background: #ff4453;
  font-size: 20px;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
}

.banner-forms h3 {
  font-size:  23.63px;
  font-weight: 500;
  line-height: 37.63px;
  letter-spacing: 0.02em;
  color: #282828;
  padding-bottom: 15px;
  text-align: center;
}

.banner-forms {
  background: #ffffff80;
  border: 0.94px solid #ffffff;
  border-radius: 10px;
  padding: 40px;
  width: 75%;
  margin-left: auto;
  position: relative;
}

.btn-2 {
  width: 100%;
  padding: 15px 0;
  border: 0;
  background: #ff4453;
  border-radius: 5px;
  margin-top: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0.02em;
  color: #fff;
}
.btn:hover {
  color: #ffff;
}
.about-img img {
  width: 85%;
}

.about-con h4 {
  font-family: Poppins;
  font-size: 25px;
  font-weight: 500;
  line-height: 24px;
  color: #ff4453;
}

.about-con h3 {
  font-size: 50px;
  font-weight: 500;
  line-height: 66px;
  letter-spacing: 0.02em;
  color: #000000;
  padding: 10px 0;
}

.about-con p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #424242;
}

.about-btn {
  margin-top: 35px;
}
.about {
  padding: 30px 0 70px;
}

.title {
  text-align: center;
  padding-bottom: 45px;
}

.title h4 {
  font-family: Poppins;
  font-size: 25px;
  font-weight: 500;
  line-height: 45px;
  color: #ffffff;
}

.title h3 {
  font-size: 50px;
  font-weight: 500;
  line-height: 66px;
  letter-spacing: 0.02em;
  text-align: center;
  /* width: 70%; */
  margin: 0 auto;
  color: #fff;
  /* padding-bottom: 40px; */
}
section.product {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.product-item h3 {
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 0.02em;
  color: #000000;
  padding: 20px 0;
}
.product-item {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
  border-radius: 17px;
  margin: 0 10px;
}
.why-con h4 {
  font-family: Poppins;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #ff4453;
}

.why-con h3 {
  font-size: 50px;
  font-weight: 500;
  line-height: 66px;
  letter-spacing: 0.02em;
  color: #000000;
  padding: 10px 0;
}

.why-con p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #424242;
}

section.why {
  padding: 70px 0;
}
.why-btn {
  margin-top: 40px;
}
.why-img img {
  width: 85%;
}
section.perfact {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.perfact-con h4 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}

.perfact-con h3 {
  font-size: 90px;
  font-weight: 500;
  line-height: 90px;
  letter-spacing: 0.02em;
  color: #fff;
  width: 80%;
  margin: 0 auto;
}
footer.footer {
  background: #000000;
  padding: 70px 0;
}

.footer-logo p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #fff;
}

.footer-item h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 10px 0;
}

.footer-item ul li a {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  padding: 11px 0;
}

.footer-socail-icons a {
  color: #fff;
  margin: 20px 10px;
}
.footer-item ul li svg {
  color: #fff;
  padding-right: 6px;
}
.menu-btn {
  display: none;
}
.menu-btn a {
  color: #fff;
}
input::placeholder,textarea::placeholder {
    color: #000;
}
section.main-banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 87%;
    left: 0;
    top: 0;
    background-color: #00000075;
}

header.header {
    position: relative;
    z-index: 99;
}

.banner-con {
    position: relative;
}
.product-item img {
    height: 300px;
    object-fit: contain;
    object-position: center;
}
.gallery-item img {
    height: 350px;
    object-fit: contain;
    object-position: center;
}

.gallery-item {
    margin: 0 10px;
}

section#gallery {
    background: #ff4453;
    padding: 70px 0;
}
section#test {
    padding: 70px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.test-item {
    background: #fff;
    padding: 20px;
    text-align: center;
    margin: 0 10px;
    border-radius: 10px;
    height: 230px;
}

.test-item ul {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.test-item ul li {
    color: #ff4453;
}

.test-item p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: #424242;
    padding: 10px 0;
}

section#gallery .slick-arrow {
    background: #fff;
    color: #ff4453;
}
.title p {
    color: #fff;
}

.footer-logo a img {
    width: 80%;
    padding-bottom: 20px;
}
section#test .title h4 {
    color: #ff4453;
}

.footer-item ul li {
    display: flex;
    align-items: anchor-center;
}