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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cairo", sans-serif;
}

body {
  background-color: #191a1c;
}

#contact_pages .bg-gracolor {
  background-repeat: no-repeat;
  background-position: center;
  min-height: 650px;
  background-size: cover;
  max-width: 100%;
  position: relative;
}
#contact_pages .bg-gracolor::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(to right, #191a1c, #191a1c00);
}

#contact_pages .bg-gracolor {
  background-image: linear-gradient(to right, #191a1c, #191a1c00);
}

#contact_pages .banner_content .row {
  height: 650px;
  align-items: center;
}

#contact_pages .banner_mainContent h1 {
  color: #fff;
  font-size: 66px;
  font-weight: 700;
  z-index: 9;
  margin-left: 2rem;
}

#contact_pages .Responsive_hero-banner {
  display: none;
}

.contact-cart-inner {
  background-color: #fff;
  height: 200px;
  display: flex;
  width: 320px;
  padding: 20px;
  margin: auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-shadow: inset 0 9px 7px -9px #191a1c;
  border-radius: 4px;
}
.contact-content-cart h4 {
  margin-bottom: 0px;
  margin-top: 8px;
}
.contact-content-cart p {
  margin-bottom: 0;
  font-size: 15px;
  margin-top: 5px;
}
.conact-heading_title {
  max-width: 70%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
}
.conact-heading_title h3 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
}

.conact-heading_title h3 span {
  background: linear-gradient(to right, #f4e180, #f4e180, #b2802c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact_inner_sections {
  margin-bottom: 2rem;
}

#contact_pages .SubScribe_container .our_clientInner {
  padding-top: 3rem;
  background-color: #00000065;
  background-image: url("../images/icon/Rectangle\ 20000.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 3rem;
  position: relative;
  z-index: 9;
}

#contact_pages .SubScribe_container .our_clientInner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#191a1cb8 100%, #032249);
  content: "";
  z-index: -1;
}

#contact_pages .Subscribe_form button {
  padding: 10px;
  outline: none;
  border: none;
  background-color: #191a1c;
  color: #fff;
  border-radius: 5px;
  width: 140px;
  box-shadow: inset 0 9px 7px -9px #191a1c;
  z-index: 9;
}

#contact_pages .Subscribe_title {
  color: #fff;
  max-width: 300px;
  margin: auto;
  letter-spacing: 3px;
}

/* ========= Contact From  ========== */

.contactForm {
  max-width: 450px;
  margin-left: 1rem;
}
.contactForm input:focus,
.contactForm textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #f0c30c !important;
}
.contactForm input {
  padding: 10px !important;
}
.contactForm input,
.contactForm textarea {
  border-radius: 7px !important;
  border: 1px solid #f0c30c !important;
  margin: 10px 0;
}
.contactForm textarea {
  height: 100px;
}

.contactForm button {
  background-color: #000000;
  outline: none;
  border: 1px solid #000000 !important;
  color: #000000;
  padding: 8px 18px;
  width: 120px;
  color: #fff;
  margin-top: 1rem;
}
.contactForm button:hover {
  background-color: #fff;
  color: #000000;
}

.indContact .contact_inner {
  padding-top: 3rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.contact_right_content {
  height: 100%;
  width: 540px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}

.right_content {
  background-color: hsla(0, 0%, 0%, 0.595);
  padding: 20px;
  border-radius: 10px;
}
.right_content > div {
  gap: 15px;
}
.right_content h3 {
  color: #fff;
  font-size: 32px;
  letter-spacing: 2px;
  max-width: 250px;
  font-family: "Poppins", sans-serif;
}

.right_content p {
  margin-top: 2rem;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  max-width: 300px;
  font-family: "Poppins", sans-serif;
}
/* ======== Contact From  ============= */

@media screen and (min-width: 540px) and (max-width: 992px) {
  #contact_pages .responsive_about_blog_cart {
    display: block;
  }
  #contact_pages .bg-gracolor {
    min-height: 300px;
    background-size: cover;
  }
  #contact_pages .banner_content .row {
    height: 300px;
    align-items: center;
  }
  #contact_pages .contact-cart-inner {
    width: 100%;
    margin-bottom: 1rem;
  }

  #contact_pages .contact_rows {
    flex-direction: column-reverse;
  }
  #contact_pages .contact_right_content {
    margin: auto;
  }

  #contact_pages .contactForm {
    margin: 2rem auto;
  }
}

.contact_shp-image {
  position: absolute;
  right: 0;
}

@media screen and (min-width: 200px) and (max-width: 540px) {
  #contact_pages .Responsive_hero-banner {
    display: block;
  }
  #contact_pages .Responsive_hero-banner img {
    max-width: 100%;
  }
  #contact_pages .responsive_about_blog_cart {
    display: block;
  }
  #contact_pages .bg-gracolor {
    min-height: 100px;
    background-size: cover;
  }
  #contact_pages .banner_content .row {
    height: 100px;
    align-items: center;
  }

  #contact_pages .banner_mainContent h1 {
    font-size: 36px;
  }

  #contact_pages .contact-cart-inner {
    width: 100%;
    margin-bottom: 2rem;
  }
  #contact_pages .contact_rows {
    flex-direction: column-reverse;
  }
  #contact_pages .contact_right_content {
    margin: auto;
  }

  #contact_pages .conact-heading_title h3 {
    font-size: 36px;
  }

  #contact_pages .Subscribe_form button {
    display: block;
    margin: 1rem auto;
  }
  #contact_pages .Subscribe_title {
    text-align: center;
  }
  .contact_shp-image {
    position: absolute;
    right: 0;
    top: 55%;
  }
}
