* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 3000px;
}

/* Navbar */

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 100px;
  padding-top: 10px;
}

.links ul {
  display: flex;
  list-style-type: none;
}

.links ul li {
  margin-left: 30px;
}

.links ul li a {
  text-decoration: none;
  color: rgb(224, 224, 224);
  font-size: 18px;
}

.links ul li a:hover {
  color: rgb(222, 184, 135);
}

/* /////////////////////////// */

/* Section-header */

header {
  width: 100%;
  height: 100vh;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/bg-home.jpg);
  background-size: cover;
  background-position: center;
}

.section-header {
  width: 40%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgb(224, 224, 224);
}

.section-header p {
  margin: 20px 0px;
  font-size: 20px;
}

.section-header h1 {
  font-size: 60px;
}

.btn {
  width: 110px;
  height: 45px;
  border-radius: 5px;
  border: none;
  text-transform: capitalize;
}

.btn-1 {
  background-color: #b79764;
  margin-right: 5px;
  color: rgb(224, 224, 224);
}

.btn-1:hover {
  background-color: rgb(255, 255, 255);
  color: black;
}

.btn-2 {
  background-color: transparent;
  color: rgb(224, 224, 224);
  border: 1px solid rgb(224, 224, 224);
}

.btn-2:hover {
  background-color: rgb(255, 255, 255);
  color: black;
}

/* ////////////////////// */

/* Section-1 */

.section-1 {
  width: 86%;
  display: flex;
  margin: auto;
  margin-top: 80px;
}

.section-photo-1 {
  width: 40%;
  height: 500px;
}

.section-photo-1 img {
  width: 100%;
  height: 100%;
}

.section-content-1 {
  width: 50%;
  margin-top: 20px;
  margin-left: 60px;

}

.section-content-1 h2 {
  margin-top: 50px;
  font-size: 35px;
  color: rgb(34, 34, 34);
}

.section-content-1 p {
  margin: 30px 0px;
  font-size: 17px;
  color: rgb(106, 106, 106);
}

.section-content-1 ul {
  list-style-type: none;
}

.section-content-1 ul li {
  margin: 30px 0px;
  font-size: 17px;
  color: rgb(106, 106, 106);
}

.section-content-1 ul li button {
  width: 37px;
  height: 35px;
  border-radius: 100%;
  margin-right: 15px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* //////////////////////// */

/* Section-2 */

.background {
  background-color: rgb(244, 244, 244);
  margin-top: 150px;
  height: 650px;
}

.section-2 {
  width: 80%;
  display: flex;
  margin: auto;
}
.section-content-2  h2{
  font-size: 35px;
}
.section-content-2 {
  margin-right: 80px;
  margin-top: 200px;
}

.section-content-2 p {
  margin-top: 20px;
  color: rgb(106, 106, 106);
  font-size: 20px;
}

.section-photo-2 img {
  width: 600px;
  margin-top: 80px;
}

/* /////////////////////// */

/* Section-3 */

.section-3 {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.section-3 h2 {
  font-size: 30px;
}

.section-3 p {
  margin: 40px 40px;
  color: rgb(106, 106, 106);
}

.item {
  display: inline-block;
  margin: 20px;
  text-align: center;
}

.item img {
  width: 400px;
}

.item h3 {
  width: 300px;
  margin:  40px;
}

.item p {
  width: 300px;
}

/* ///////////////////// */

/* Section 4 */

.background-2 {
  background-color: rgb(244, 244, 244);
  height: 800px;
}

.section-4 {
  width: 80%;
  display: flex;
  margin: auto;
}

.section-content-4 {
  width: 600px;
  margin-right: 80px;
  margin-top: 150px;
}

.section-content-4 p {
  margin: 40px 0px;
  color: rgb(106, 106, 106);
}

.section-content-4 ul {
  list-style-type: none;
}

.section-content-4 ul li {
  margin-top: 20px;
  color: rgb(106, 106, 106);
}

.section-content-4 ul li button {
  width: 37px;
  height: 35px;
  border-radius: 100%;
  margin-right: 15px;
  background-color: #9e8152;
  border: none;
}

.map {
  margin-top: 120px;
  margin-left: 100px;
}

/* //////////////////////// */

/* BEGIN FOOTER */

.background-3 {
  width: 100%;
  height: 450px;
  background-color: #3e3a35;
  color: #b5b0a7;
}

.section-footer {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.itemz {
  margin-top: 60px;
  flex: 1;
}

.itemz h3 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.itemz p {
  margin: 20px 0px;
}

.item1 p {
  line-height: 1.86em;
  width: 280px;
}

.itemz ul li button {
  width: 37px;
  height: 35px;
  border-radius: 100%;
  margin-right: 15px;
  background: transparent;
  border: none;
}

.item4 ul li a {
  text-decoration: rgb(244, 244, 244);
  color: #b5b0a7;
}

.item4 ul li a:hover {
  color: #d1cec8;
}

.item4 {
  background-image: url("../images/contact-details-map.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.Arrows li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: #888;
}

.list-items {
  list-style: none;
  padding: 0;
}

.list-items li {
  width: 270px;
  padding: 10px 0;
  border-bottom: 1px solid #4a453f;
  position: relative;
  padding-left: 20px;
}

/* ////////////////////////// */

/* End-FOOTER */

.footer-bottom {
  background-color: #353330;
  height: 330px;
  padding: 40px 0;
  text-align: center;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 10px;
  margin-top: 30px;
}

.copyright {
  color: #888;
  font-size: 0.9rem;
  margin-top: 30px;
  margin-bottom: 25px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.icon-circle {
  width: 40px;
  height: 40px;
  background-color: #4a453f;
  color: #bbb;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
}

.icon-circle1:hover {
  background-color: #3b5998;
}

.icon-circle2:hover {
  background-color: #dd4b39;
}

.icon-circle3:hover {
  background-color: #007bb5;
}

.icon-circle4:hover {
  background-color: #00aced;
}
