@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");

/* CSS Reset */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
html {
  font-family: "Open Sans", sans-serif;
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-size: 62.5%;
  --clr-primary: #C9A86C;
  --clr-primary-dark: #B8956A;
  --clr-secondary: #000000;
  --clr-gray: #1a1a1a;
  --clr-light: #ffffff;
  --clr-white-smoke: #111111;
  --clr-secondary-light: #e0e0e0;
}

body {
  background-color: #000000;
  color: #e0e0e0;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

html {
  overflow-x: hidden;
}

.section-contact {
  height: 80%;
  width: 100%;
  background-image: url("img/Contact_Us.png");
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

.section-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
.box1 {
  /* padding:20px; */
  /* background-color: white ;
 border: 3px; */
  /* margin: 2px; */
  /* height:25%; */
  width: 50%;
  /* padding:20px; */
}

.h1 {
  padding-top: 370px;
  padding-left: 210px;
  text-decoration: 2px dotted black;
  font-size: 75px;
  color: white;
}

.input-container {
  /* IE10 */
  display: flex;
  width: 100%;
  margin-top: 0px;
  color: black;
}

.input-field {
  margin-top: 40px;
  width: 100%;
  padding: 30px;
  color: #e0e0e0;
  background-color: #1a1a1a;
  border: 0;
  border-bottom: 2px solid #C9A86C;
  font-size: 18px;
  margin-left: 30px;
}

.btn {
  font-size: 18px;
  background-color: transparent;
  color: #e0e0e0;
  padding: 15px 20px;
  border: 1px solid #C9A86C;
  border-radius: 30px;
  width: 20%;
  margin-top: 50px;
  margin-left: 40px;
  text-decoration: none;
}
.btn:hover {
  background-color: var(--clr-primary);
  color: #000000;
  transition: all 0.2s ease-out;
}

/* .i
{
    font-size:50px;
    color:var(--clr-primary-dark);
    text-align: right;
    margin-top: 20px;
} */
.contact-i {
  font-size: 30px;
  color: #C9A86C;
  text-align: right;
  margin-top: 20px;
}
.contact-head {
  text-align: center;
  font-size: 100px;
  color: var(--clr-primary-dark);
  /* border-bottom: black; */
}

.card-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 20px;
  padding: 10px;
  margin: 20px;
}
.grid-33 {
  grid-template-columns: 400px 400px 400px;
  grid-column-gap: 4px;
}
.grid-contact {
  display: grid;

  padding: 70px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

/* heading */
.MainHeading {
  font-size: 60px;
  font-weight: 900;

  font-family: "Poppins", sans-serif;
  text-align: center;
  /* background-color: darkgray; */
}
.head-main {
  margin: 60px 0;
}
.SpanColor {
  color: var(--clr-primary);
}
.spanDesc {
  /* background-color: darkcyan; */
  text-align: center;
}
.spanDesc p {
  font-size: 15px;
  margin-bottom: 10px;
  color: var(--clr-secondary-light);
}

.divMainHeading {
  display: flex;
  /* background-color: green; */
  height: 20px;
  margin-left: 25%;
}
.divMainHeadingSubDiv {
  /* background-color: gold;  */
  width: 30%;
  border-top: 3px dashed #C9A86C;
  margin-top: 9px;
}
/* heading end */
.column-foot {
  padding: 27px;
  height: auto;
  min-height: 300px;
}

footer {
  clear: both;
  position: relative;
  z-index: 100;
}

.footer {
  clear: both;
  overflow: hidden;
}
.section-form {
  padding: 0 30px;
}
.box2 {
  padding-right: 50px;
  padding-top: 50px;
}
.addresses h1 {
  font-size: 40px;
}
.addresses p {
  margin: 10px 0;
  font-size: 16px;
}
.number-site h1 {
  margin-top: 15px;
  font-size: 40px;
}
.number-site p {
  margin: 10px 0;
  font-size: 16px;
}

.email-site h1 {
  margin-top: 15px;
  font-size: 40px;
}
.email-site p {
  margin: 10px 0;
  font-size: 16px;
}
.hd {
  color: var(--clr-primary);
  font-family: "Poppins", sans-serif;
}
/* feedback */
.feed-contain {
  padding: 200px 50px;
  display: flex;
}

.feed-content {
  padding: 20px 80px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.feed-content p {
  font-size: 15px;
}

.feed-img {
  width: 35vw;
  border-right: 7px solid var(--clr-primary);
  border-bottom: 7px solid var(--clr-primary);
}

.feedback {
  background-color: var(--clr-white-smoke);
}


.btnb {
  background-color: var(--clr-secondary);
  color: var(--clr-light);
  text-decoration: none;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 25px;
  z-index: 1;
  margin-bottom: 20px;
}

.btnb::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 55%;
  background: var(--clr-primary);
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: -1;
  transition: all 0.3s ease-out;
}

.btnb::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 55%;
  right: 0;
  top: 0;
  background: var(--clr-primary);
  border-radius: 5px;
  z-index: -1;
  transition: all 0.3s ease-out;
}

.btnb:hover:before {
  width: 0;
}

.btnb:hover:after {
  width: 0;
}

.btnb:hover {
  cursor: pointer;
  color: var(--clr-light);
}

.form-post{
  text-align: end;
}

/* services pages end */
.mapsec{
  width: 100%;
  /* height: 600px; */
  /* padding: 200px; */
  /* padding-top: 200px; */
  /* padding-bottom: 200px; */
  background: var(--clr-white-smoke);
}
#map {
  height: 600px;
}

textarea:focus, input:focus{
  outline: none;
  border-bottom: 2px solid var(--clr-primary);
}

/* contact page responsive */
@media (max-width: 1169px) {
  .contact-section {
    width: 100%;
    overflow-x: hidden;
  }

  .section-form {
    flex-direction: column;
    padding: 0 15px;
    width: 100%;
  }

  .box1, .box2 {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  .box2 {
    padding-right: 15px;
    padding-top: 30px;
  }

  .input-container {
    flex-direction: column;
  }

  .input-field {
    width: 100% !important;
    margin-bottom: 15px;
    box-sizing: border-box;
  }

  .addresses h1,
  .number-site h1,
  .email-site h1 {
    font-size: 24px;
  }

  .feed-contain {
    flex-direction: column;
    padding: 50px 20px;
  }

  .feed-img {
    width: 100%;
  }

  .feed-content {
    width: 100%;
    padding: 20px;
  }

  .MainHeading {
    font-size: 24px;
  }

  .head-main {
    padding: 20px 15px;
  }
}

@media (max-width: 768px) {
  .header-img-serv {
    max-height: 300px !important;
  }

  .head-img-text {
    top: 30% !important;
    left: 10%;
  }

  .head-img-text h1 {
    font-size: 6vw;
  }

  .head-img-text p {
    font-size: 3vw;
  }
}

/* footer responsive */
@media (max-width: 1169px) {
  .footer {
    clear: both;
    overflow: visible;
    position: relative;
    z-index: 10;
  }

  .row-foot {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
  }

  .column-foot {
    display: block;
    float: none;
    width: 100%;
    padding: 20px 30px;
    height: auto !important;
    min-height: auto;
    margin: 0;
    margin-bottom: 20px;
    overflow: visible;
  }

  .column-foot .span {
    display: none;
  }

  #hh1 {
    margin-left: 0;
  }
}