:root {
  --first-color: #faf2e7;
  --sec-color: #777161;
  --main-radius: 30px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
}
.zero {
  top: 167%;
  left: 97%;
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .zero {
    top: 295%;
  }
}
ul {
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .or-1 {
    order: -1;
  }
}
/* Start Scrolling */
.arrow {
  cursor: pointer;
  position: fixed;
  bottom: -100%;
  right: 25px;
  transition: 0.5s;
  z-index: 99;
}
.arrow i {
  font-size: 1.5rem;
  background-color: var(--sec-color);
  color: white;
  padding: 0.5rem;
  border-radius: 15px;
}
.appear {
  bottom: 10px;
}
/* Start Carousel */
.carousel .slogan {
  bottom: 7%;
  left: 8%;
  background-color: var(--first-color);
  z-index: 1;
  width: 80%;
  border-radius: var(--main-radius);
}
.carousel .slogan p {
  padding-top: 9px;
}
@media (max-width: 768px) {
  .carousel .slogan {
    left: 2%;
    width: 95%;
    gap: 1rem;
    padding: 1px;
    text-align: center;
    border-radius: 10px;
    padding-right: 15px;
    font-size: 13px;
  }
}
/* End Carousel */
/* Start Services */
.services .service {
  background-color: #ececec;
  border-radius: var(--main-radius);
}
/* .services .service i {
  border: 1px solid var(--sec-color);
  border-radius: 50%;
  padding: 5px 15px;
} */
@media (max-width: 992px) {
  .services .service p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .services .service {
    gap: 1rem;
  }
}
.services h1 {
  color: var(--sec-color);
}
.services .service {
  color: var(--sec-color);
}
.services .service i {
  font-size: 3rem;
}
@media (max-width: 992px) {
  .services .service i {
    font-size: 2rem;
  }
}
/* End Services */
/* Start About */
.about h1 {
  color: var(--sec-color);
}
.about .about-us {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media (max-width: 992px) {
  .about .bg-about {
    display: none;
  }
  .about .about-us {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    width: unset;
  }
}
.about .about-us h4 {
  color: white;
  border: 1px solid white;
  border-radius: var(--main-radius);
  width: fit-content;
  padding: 5px 10px 0;
  margin: 0;
}
@media (max-width: 992px) {
  .about .about-us h4 {
    color: var(--sec-color);
    border-radius: var(--main-radius);
    width: fit-content;
    margin: auto;
    font-size: 24px;
  }
}
.about .bg {
  background-color: var(--first-color);
  border-radius: var(--main-radius);
}
.about p {
  color: var(--sec-color);
}
/* End About */
/* Start Work */
.work .pic {
  border-radius: var(--main-radius);
  overflow: hidden;
}
.work .pic img {
  width: 261px;
  height: 167px;
  object-fit: cover;
}
/* End Work */
/* Start Our */
.our .card-one {
  top: 55%;
  right: -11%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .our .card-one {
    right: -41%;
  }
}
.our .card-one .cont {
  top: 20%;
  left: 35%;
  color: var(--sec-color);
  font-size: 2rem;
  font-weight: bold;
}
.our .imgs img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
/* End Our */
/* Start Our Work */
  .our-work .mtb {
    margin-bottom: 1rem;
  }
@media (max-width: 992px) {
  .our-work .mtb {
    margin-bottom: 1rem;
  }
  .our-work h3 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .our-work .mtb {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .our-work h3 {
    text-align: center;
  }
}
.our-work .vertical {
  height: 500px;
  object-fit: cover;
  width: 100%;
}
.our-work .vertical-one {
  height: 277px;
  width: 100%;
  object-fit: cover;
}
.our-work img {
  border-radius: var(--main-radius);
}
.our-work .pic .pic-about img {
  height: 242px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .our-work .vertical {
    height: 573px;
  }
  .our-work img,
  .our-work .pic .pic-about img {
    height: 277px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .our-work img,
  .our-work .pic .pic-about img,
  .our-work .vertical {
    height: 277px;
    width: 100%;
  }
}
/* End Our Work */
/* Start About Us */
.about-us p {
  width: 75%;
}
@media (max-width: 992px) {
  .about-us p {
    width: 100%;
  }
}
/* End About Us */
/* Start Brand */
.brand .cont-1 {
  text-align: center;
  margin-top: 6rem;
}
.brand h3 {
  text-align: center;
}
.brand .pallette {
  -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
  -moz-box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
  box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
  top: 83%;
  left: 80%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: 25%;
  height: 45%;
  position: absolute;
  display: flex;
  gap: 10px;
  background-color: white;
  padding: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 992px) {
  .brand .pallette {
    top: 90%;
    height: 36%;
    width: 20%;
    left: 80%;
  }
}
@media (max-width: 768px) {
  .brand .pallette {
        height: 50%;
        width: 25%
    left: 75%;
  }
}
.brand .shape {
  width: 60px;
  height: 30px;
}
.brand .shape-one {
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .brand .shape {
    width: 40px;
    height: 20px;
  }
  .brand .shape-one {
    width: 20px;
    height: 20px;
  }
}
/* Start Brand */
/* Start Form */
.form-container form input:not(:last-child) {
  height: 58px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 18px;
  border-radius: 15px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
}
.form-container form textarea {
  background: #fff !important;
  color: #000 !important;
  font-size: 18px;
  border-radius: 15px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
}
.form-container form input:focus,
.form-container form textarea:focus {
  border-color: black;
  outline: none;
  box-shadow: 0 1px 0 -1px var(--first-color);
}
.form-container .pic img {
  height: 588px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .form-container .pic img {
    display: none;
  }
}
/* End Form */
/* Start Information */
.information .info {
  width: fit-content;
  color: var(--sec-color);
}
.information .info i {
  font-size: 1.3rem;
}
.information .info a {
  color: var(--sec-color);
}
.information .info p {
  padding-top: 3px;
}
/* End Information */
/* Start Footer */
.footer {
  background-color: #252525;
}
.footer h2 {
  position: relative;
  font-size: 18px;
}
.footer h2::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: "";
  width: 70px;
  height: 1px;
  background: #fff;
}
.footer .social-icon {
  height: 50px;
  width: 50px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
  color: white;
  font-size: 26px;
}
.footer a:hover {
  color: black;
  background-color: white;
}
.footer ul {
  padding: 0;
}
.footer ul .site-link {
  color: #a19f9f;
}
.footer ul .site-link:hover {
  background-color: unset;
  color: white;
}
@media (max-width: 992px) {
  .footer .copyright {
    padding-top: 2rem;
  }
}
/* End Footer */
