/* preet  */



@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,200&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;1,100;1,300;1,500;1,600&display=swap');


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  /* background color */
  --primary-color: #021832;
  --secondary-color: #caa169;
  --bg-color: #f4f4f4;
  --bg-white: #fff;
  --bg-black: #000;

  /* text style */

  --primary-font: 'poppins', 'sans-serif';
  --secondary-font: 'oswald', 'sans-serif';

  --primary-text: #021832;

  --secondary-text: #caa169;

  --text-white: #fff;

  --text-black: #151515;
  --text-gray: #e4e4e4;
}

body {
  font-family: var(--primary-font);
  background-color: var(--bg-white);
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: .375rem;
}

::-webkit-scrollbar-track {
  background: var(--secondary-color);
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

section {
  padding: 3.125rem 0;
}

.main-btn {
  font-size: 1rem;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
  background-color: transparent;
  border: 0.0635rem solid var(--primary-color);
  padding: .375rem 1.875rem;
  border-radius: 3.125rem;
  line-height: 1.75rem;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  margin: 7px;
}

.main-btn:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-white);
}

.btn2:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-white);
}

h1 {
  font-size: 2.75rem;
  line-height: 4.25rem;
  font-family: 700;
  color: var(--text-white);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  font-family: var(--secondary-font);
}

h3 {
  margin-bottom: 1.875rem;
  line-height: 2.875rem;
  font-weight: 700;
  font-size: 2.25rem;
  color: var(--secondary-font);
}

h3 span {
  color: var(--secondary-color);
}

h5 {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--primary-text);
  font-weight: 500;
  font-family: var(--secondary-color);

}

h6 {
  font-size: .875rem;
  color: var(--primary-text);
  margin-bottom: .9375rem;
  text-transform: uppercase;
  font-weight: 300;
  font-family: var(--secondary-font);
}

p {
  font-size: 1rem;
  color: var(--text-black);
  line-height: 1.625rem;
}

.section-title::after {
  content: '';
  background-image: url(../images/title-icon.webp);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-top: 0.9375rem;
  height: .9375rem;
}

/* navbar */

.header_wrapper .navbar {
  padding: .9375rem 0;
  background-color: var(--bg-white);
  -webkit-box-shadow: 0.5rem .375rem -0.375rem rgb(0 0 0/40%);
  box-shadow: 1px 1px 1px 1px black;
  -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
  transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;

}

.header_wrapper .nav-item {
  margin: 0.625rem;
}

.header_wrapper .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-text);
  display: inline-block;
}

.header_wrapper .nav-item .nav-link:hover,
.header_wrapper .nav-item .nav-link.active {
  color: var(--secondary-text);
}

.navbar.header-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, .85);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.main-btn {
  text-decoration: none;
}

/* heading-contect us  */



.contect-us {
  height: 300px;
  background-color: #66451a;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* contect-number-text */
#container-contect {
  display: flex;
  justify-content: center;
  align-items: center;
}

#contect-row {
  width: 90%;
}

.contect-image-redius {
  display: flex;

}

.contect-image-redius1 {
  display: flex;

}

.contect-image1 {
  width: 30%;
}

.contect-image1 img {
  border-radius: 50%;
}

.contect-text11 ul li {
  list-style: none;
}




/* contect-map */

.contect-map {
  background-color: #f3eee5;
}

#map-contect-number1 {
  display: flex;
}


.card ul li {
  font-size: 20px;
  list-style: none;
}



#map-all-card {
  border: 1px solid #f3eee5;
  background-color: #f3eee5;
}





/* web forms first */



.form-heading {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#inputAddress {
  height: 150px;
  background-color: #f5f5f5;
  border: none;
}

#inputAddress1 {
  text-align: center;

}

#inputAddress2 {
  height: 50px;
  width: 20%;
  color: black;
  background-color: white;
}

.forms1 {
  height: 600px;
  background-color: #ffffff;
}

#forms {
  height: 520px;
  width: 70%;
  background-color: #ffffff;
}

#inputEmail4 {
  background-color: #f5f5f5;
  border: none;
  height: 60px;
}

#inputPassword4 {
  background-color: #f5f5f5;
  border: none;
  height: 60px;
}

#inputAddress2 {
  background-color: #ffac41;
  border: none;
  color: white;
}

#inputAddress2:hover {
  background-color: #3a3138;

}


/* footer  */

.last-footer {
  background-color: #3a3138;
   padding: 20px;
  margin-top: 40px;


}

#footer1-color {
  background-color: #3a3138;
  color: white;
  border: 1px solid #3a3138;
}

#footer1-color p {

  color: gray;
}

#footer1-color h6 {

  color: white;
}

#footer-flax {
  display: flex;
}


@media screen and (max-width: 760px) {
  .last-footer {

    height: 850px;



  }
}
@media screen and (max-width: 990px) {

  .last-footer {

    height: 550px;



  }
  #contect-row {
    width: 100%;
  }

  #container-contect {
    width: 100%;
  }

  .contect-image1 img {
    border-radius: 50%;
    height: 62px;
    width: 62px;
  }

  .contect-text11 ul li h4 {
    font-size: 16px;
  }

  .contect-text11 ul li {
    font-size: 12px;
  }




  /* map  */


  .card ul li {
    font-size: 14px;
  }



  /* form  */


  #inputAddress2 {
    width: 50%;
  }


}



@media screen and (max-width: 450px) {
  #contect-row {
    width: 100%;
  }

  #container-contect {
    width: 100%;
  }

  .contect-image1 img {
    border-radius: 50%;
    height: 62px;
    width: 62px;
  }

  .contect-text11 ul li h4 {
    font-size: 16px;
  }

  .contect-text11 ul li {
    font-size: 12px;
  }

  /* map  */



  #contect-map-heading {
    text-align: center;
  }

  #map-contect-number1 {
    text-align: center;
    display: block;
  }

  .card ul li {
    font-size: 14px;
  }



  /* form  */


  #inputAddress2 {
    width: 100%;
  }


  /* last footer  */

  .last-footer {

    height: 900px;

  }
}

a.contact-a{
  text-decoration: none;
  color: #000;

}
a.contact-a:hover{
  text-decoration: none;
  color: #000;

}