* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  box-sizing: border-box;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4889a9;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4889a9;
}

:root {
  --text-white: #fff;
  --text-light: #e6e3e3;
  --text-primary: #4889a9;
  --text-secoundey: #365e72;
  --text-light-dark: #686868;
  --text-dark: #000;
  --line-color: #008bdc;
  --bg-body: hsl(221.54deg 76.47% 96.67%);
  --bg-whatsapp: #44c554;
}

html,
body {
  height: 100%;
}
body {
  background: var(--bg-body);
  color: var(--text-light-dark);
  font-size: 15px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

button:focus {
  outline: none;
}
button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3a3a3a;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
h3 {
  color: #27282c;
  font-size: 20px;
  line-height: 26px;
}
h4 {
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}

.wrapper {
  width: 490px;
  margin: 0 auto;
  background-color: var(--bg-body);
}

.card {
  background: url(images/bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fix {
  position: relative;
  display: block;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
i {
  font-style: normal;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol,
li {
  margin: 0;
  padding: 0;
}

.header {
  width: 100%;
}
.header .img-box {
  clip-path: circle(81.4% at 36% 8%);
}
.header .content {
  text-align: center;
  padding: 1rem 1rem 0.5rem;
}
.header .content h1 {
  color: var(--text-primary);
  font-size: 32px;
  line-height: 35px;
  font-family: "Open Sans", sans-serif !important;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.header .content p {
  color: var(--text-secoundey);
  font-size: 13px;
  line-height: 18px;
}

.get-in-touch-label {
  display: flex;
  justify-content: center;
  background: var(--text-primary);
  color: var(--text-white);
  padding: 10px 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  border-radius: 4px;
  transition: 0.67s;
}
.get-in-touch-label:hover {
  background: var(--text-secoundey);
}
.header .contact-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.header .contact-icons .icon_item {
  display: flex;
}
.header .contact-icons .icon_item .icons {
  color: var(--text-white);
  background: var(--text-primary);
  font-weight: 250 !important;
  padding: 5px;
  transition: 0.67s;
}

.header .contact-icons .icon_item a {
  background: var(--bg-body);
  padding: 5px 10px;
  display: inline-block;
  color: var(--text-light-dark);
  transition: 0.67s;
  font-size: 13px;
  line-height: 18px;
}

.header .contact-icons .icon_item:hover .icons {
  background: var(--text-secoundey);
}
.header .contact-icons .icon_item:hover .header .contact-icons .icon_item a {
  color: var(--text-secoundey);
}

.address .icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mx-2-8 {
  margin: 0 2.8rem;
}

.about-content-card {
  margin: 20px 0;
  background: var(--text-white);
  border-radius: 30px 30px 0px 0px;
}
.about-content-card .heading {
  background: var(--text-primary);
  border-radius: 30px 30px 0px 0px;
}
.about-content-card .heading h2 {
  color: var(--text-white);
  padding: 20px 40px 10px;
  text-transform: uppercase;
  font-size: 22px;
}
.about-content h4 {
  color: var(--text-primary);
}
.about-content strong {
  color: var(--text-secoundey);
}
.mx {
  margin: 0 2.8rem;
}

.text-align {
  text-align: justify;
}
.text-justify {
  text-align: justify !important;
}

.service-box {
  box-shadow: 0 5px 30px 0 rgba(77, 111, 145, 0.192);
  padding: 14px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.service-box .service-icon {
  display: flex;
  gap: 20px;
  align-items: center;
}

.service-box .service-icon h4 {
  color: var(--text-secoundey);
}

.service-box .service-icon span {
  background: #4889a960;
  color: var(--text-white);
  font-weight: 250 !important;
  font-size: 30px;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0px 20px 16px #5dc7e260 inset;
}

.service-content p {
  margin: 0;
}
.product {
  background: var(--text-white);
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 5px 30px 0 rgba(210, 211, 212, 0.192);
  margin-bottom: 25px;
}
.product img {
  border-radius: 8px;
}
.product .product-detail {
  padding: 14px 8px 0;
  text-align: center;
}
.product .product-detail h6 {
  color: var(--text-primary);
}
.product .product-detail span {
  color: var(--text-secoundey);
}
.product .send-btn {
  display: block;
  background: var(--text-primary);
  color: var(--text-white);
  padding: 8px 0;
  text-align: center;
  margin: 10px 0px 0px;
  border-radius: 4px;
  transition: 0.67s;
}

.product .send-btn-view-more {
  display: block;
  color: var(--text-dark);
  border: 1px solid var(--text-secoundey);
  padding: 8px 0;
  text-align: center;
  margin: 10px 0px 0px;
  border-radius: 4px;
  transition: 0.67s;
  text-transform: uppercase;
}

.product .send-btn-view-more:hover {
  background: var(--text-secoundey);
  color: var(--text-white);
}

.send-btn1 {
  display: block;
  background: var(--text-primary);
  color: var(--text-white);
  padding: 8px 16px;
  text-align: center;
  margin: 10px 0px 0px;
  border-radius: 4px;
  transition: 0.67s;
  text-transform: uppercase;
}

.send-btn1:hover {
  background: var(--text-secoundey);
}

.product .send-btn:hover {
  background: var(--text-secoundey);
}

.bg-custom {
  background: linear-gradient(
    97deg,
    rgba(1, 125, 63, 1) 36%,
    rgba(252, 197, 27, 1) 100%
  );
  text-align: center;
}

.input-box {
  width: 100%;
  position: relative;
}
.input-box .input-icon {
  position: absolute;
  top: 23px;
  left: 15px;
  font-size: 17px;
  color: var(--text-primary);
}
.input-box input,
.input-box textarea {
  width: 100%;
  padding: 14px 20px 14px 42px;
  background-color: rgb(121 169 255 / 11%);
  color: var(--text-primary);
  font-weight: 500;
  margin: 10px 0;
  border-radius: 8px;
}
.input-box input[type="submit"] {
  width: 100%;
  padding: 14px 0;
  text-align: center;
  background: var(--text-primary);
  color: var(--text-white);
  transition: 0.67s;
}
.input-box input[type="submit"]:hover {
  background: var(--text-secoundey);
}
.home-icon {
  color: var(--text-primary);
}
.location {
  transition: 0.67s;
  color: var(--text-dark);
  padding-left: 8px;
}
.location:hover {
  text-decoration: underline;
  color: var(--text-dark);
}

.social-icons {
  text-align: center;
  margin-bottom: 20px;
}
.social-icons a {
  color: #000;
  line-height: 30px;
  font-size: 30px;
  margin: 0px 5px;
  text-decoration: none;
}
.social-icons a i {
  line-height: 30px;
  font-size: 30px;
  color: var(--text-primary) !important;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.social-icons a:hover i {
  box-shadow: 0px 0px 150px #000000;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}
.bg-dark2 {
  background: #121e28;
}
@media (max-width: 767px) {
  .wrapper {
    width: 100%;
    margin: 0;
  }
  .header .content h1 {
    font-size: 27px;
    line-height: 29px;
  }
  .header .content p {
    font-size: 11px;
  }
  .get-in-touch-label {
    margin: 0;
    border-radius: 0;
  }
  .header .contact-icons .icon_item .icons {
    font-size: 17px;
  }
  .header .contact-icons .icon_item a {
    font-size: 11px;
  }
  .mx {
    margin: 0 0.8rem;
  }
  .product .send-btn {
    font-size: 12px;
  }
}
