* {
  margin: 0;
  padding: 0;
}
header {
  margin: 0%;
  padding: 0%;
  background-color: #2c2926;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100vw;
}
.head1 {
  height: 300px;
  width: 80%;
  border: 1px solid #e6dcd3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
.head-cont-1 {
  height: 150px;
  /* border: 1px solid white; */
  width: 1035px;
  box-sizing: border-box;
  padding-left: 55px;
  display: flex;
  /* justify-content: flex-start; */
}
.head-cont-2 {
  /* border: 1px solid white; */
  height: 150px;
  width: 1035px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
.head2 {
  width: 79.9%;
  height: 68px;
  border-left: 1px solid #e6dcd3;
  border-right: 1px solid #e6dcd3;
}
.head1-content {
  /* gap: 120px; */
  /* padding: 20px; */
  box-sizing: border-box;
}
.headh1 {
  color: #d2a898;
  font-family: sans-serif;
  /* padding-left: 33px; */
  padding-top: 20px;
  font-size: 40px;
  font-weight: 600;
}
nav {
  display: flex;
  /* padding-left: 0px; */
  font-family: sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #d2a898;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
  padding-left: 0px;
}
ul {
  list-style: none;
  color: white;
  display: flex;
  gap: 100px;
  font-size: 20px;
}
li {
  transition: 0.5s;
  cursor: pointer;
}
a {
  text-decoration: none;
}
li:hover {
  color: #a15231;
}

@media (max-width: 768px) {
    .container {
        width: 95%;
        flex-direction: column;
    }
    .navbar {
        flex-direction: column;
        align-items: center;
    }
    .navbar ul {
        flex-direction: column;
        padding: 0;
    }
    .navbar ul li {
        margin-bottom: 10px;
    }
    .content {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container {
        width: 100%;
    }
    .heading {
        font-size: 1.5rem;
    }
    .text {
        font-size: 1rem;
    }
}
.heading {
    font-weight: 600;
    font-size: 30 px;
    font-family: sans-serif ;
}
.hero {
  height: 100vh;
  box-sizing: border-box;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-cont {
  height: 100vh;
  width: 79.9%;
  border: 1px solid black;
  display: flex;
  justify-content: center;
}
.hero-cont > img {
  position: relative;
  top: -30px;
  height: 90vh;
}

.intro {
  height: 80vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-content {
  border: 1px solid black;
  width: 80%;
  line-height: 1.6em;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  justify-content: center;
  height: 100%;
  font-family: sans-serif;
}
button {
  background-color: #a15231;
  border: none;
  padding: 10px 20px;
  width: 13em;
  height: 50px;
  font-size: 20px;
  color: white;
  word-spacing: 5px;
  letter-spacing: 1px;
  font-weight: 700;
}
.p-intro {
  word-spacing: 5px;
  letter-spacing: 3px;
  line-height: 2em;
}
.intro2 {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.intro2-left {
  width: 30%;
  border: 1px solid black;
  border-right: none;
  background-image: url(https://images.squarespace-cdn.com/content/v1/66816ffdabf217192a9f8a40/d6db1675-9c29-4bec-aa62-0fc3583dfdcc/phil-pallen-headshot.jpg?format=1500w);
  border-top: none;
  background-size: cover;
}
.intro2-right {
  width: 50%;
  border: 1px solid black;
  border-top: none;
  padding: 20px;
  display: flex;
  justify-content: left;
  flex-direction: column;
  /* align-items: center; */
  box-sizing: border-box;
}
.p-intro2 {
  word-spacing: 5px;
  letter-spacing: 3px;
  line-height: 2em;
  font-size: 18px;
}
@media (max-width: 768px) {
  .intro {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }
  .intro-content {
    width: 100%;
    padding: 15px;
  }
  .intro2 {
    flex-direction: column;
    height: auto;
  }
  .intro2-left {
    width: 100%;
    height: 300px;
    border-right: 1px solid black;
  }
  .intro2-right {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .intro2-left {
    background-size: contain; /* Image fully dikhegi */
    background-position: center;
    background-repeat: no-repeat;
  }
}
.ciclee {
  margin: 0;
  padding: 50px;
  font-family: system-ui, -apple-system, sans-serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90vw;
  border-bottom: 1px solid black;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 600px;
  padding: 2rem;
}

.text-block {
  position: absolute;
  max-width: 250px;
  line-height: 1.5;
  color: #333;
  font-size: 0.875rem;
}

.text-top-left {
  top: 0;
  left: 2rem;
}

.text-bottom-left {
  bottom: 0;
  left: 2rem;
}

.text-top-right {
  top: 0;
  right: 2rem;
}

.venn-diagram {
  position: relative;
  width: 600px;
  height: 400px;
  margin: 0 auto;
}

.circle {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  mix-blend-mode: multiply;
}

.circle-years {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--sage);
}

.circle-clients {
  bottom: 0;
  left: 0;
  background-color: var(--terracotta);
}

.circle-countries {
  bottom: 0;
  right: 0;
  background-color: var(--navy-slate);
}

.number {
  font-size: 3.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
}

.label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-top: 0.25rem;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .container {
    height: 500px;
    padding: 1rem;
  }

  .venn-diagram {
    width: 400px;
    height: 300px;
  }

  .circle {
    width: 150px;
    height: 150px;
    display: flex;
    
    align-items: center;


  }

  .text-block {
    max-width: 150px;
  }

  .number {
    font-size: 2rem;
  }
}

.header {
  text-align: center;
  margin-bottom: 60px;
}

.headparent {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 100px;
}

h1 {
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 40px 0;
  font-weight: normal;
}

.footer {
  background-color: rgb(242, 233, 228);
  padding: 2rem 0;
}

.footer-nav {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 0 1rem;
}