@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


body {
  background-color: #fef4d3;
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

nav {
  width: 100%;
  background-color: #fef4d3;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 16px 40px;
  box-sizing: border-box;
}

.nav-links a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-right: 32px;
}

.nav-links a:last-child {
  margin-right: 0;
}

.nav-buttons button {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 24px;
  border: none;
  border-radius: 10px;
  margin-left: 16px;
  box-shadow: 4px 4px 0px #1a1a2e;
  cursor: pointer;
}

.login-btn {
  background-color: #cdaa6b;
  color: #000;
}

.register-btn {
  background-color: #bb72eb;
  color: #000;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: xx-large;
}

.main-container {
  background-color: #fff5d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.top-right {
  top: 0;
  right: 0;
  z-index: -1;
}

.hero-section {
  position: relative;
  padding: 80px 40px;
  overflow: hidden;
  height: 100vh;
}

.top-right {
  top: 0;
  right: 0;
}

.hero-section h1,
.hero-section p {
  position: relative;
  z-index: 1;
}

.text1 {
  text-align: center;
}

.alltext {
  text-align: center;
  font-size: x-large;
}

.be {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: xx-large;
  height: 20%;
  width: 100%;
  background-color: #bb67ef;
  border: 3px black solid;
}

* {
  font-family: "Modak", system-ui;
  font-weight: 400;
  font-style: normal;
}

.box {
  border: 3px solid #111;
  padding: 10px;
  border-radius: 6px;
}

.box h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.box p {
  font-size: 1.1rem;
  line-height: 1px;
}


.tan {
  background-color: #caa76f;
  color: #000;
}

.white {
  background-color: #fff;
  color: #000;
}

.dark {
  background-color: #121528;
  color: #fff;
}

.purple {
  background-color: #b660e1;
  color: #000;
}

.container1 {
  display: flex;
  justify-content: center;
  border-bottom: #000 solid 5px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  width: 100%;
}

.scnd-part {
  display: flex;
  justify-content: center;
  padding: 10px;
  border-radius: 6px;
  flex-direction: column;
}

.allboxes {
  display: flex;
  justify-content: center;
  font-size: 24px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  color: #1a1d2c;
  line-height: 1.5;
  gap: 20px;
}

.pnkbox {
  background-color: #b55eff;
  border: 3px solid #1a1d2c;
  height: 250px;
  width: 300px;
  display: flex;
  text-align: center;
  align-items: center;
}

.whtbox {
  background-color: white;
  border: 3px solid #1a1d2c;
  height: 250px;
  width: 300px;
  text-align: center;
  display: flex;
  text-align: center;
  align-items: center;
}

.bluenuitbox {
  background-color: #1a1d2c;
  border: 3px solid #1a1d2c;
  color: white;
  height: 250px;
  width: 300px;
  text-align: center;
  display: flex;
  align-items: center;
}

.container2 {
  background-color: #cdaa6b;
  height: 500px;
  width: 100%;
  padding: 50px;
  margin-top: 100px;
}

.lstphoto {
  position: absolute;
  top: 220%;
  width: 109%;
}

h1 {
  font-size: 5rem;
  line-height: 1.1;
  color: #111;
  font-weight: 500;
  margin-bottom: 40px;
}

.lstphoto1 {
  transform: scaleY(-1);
  top: 220%;
  width: 109%;
}

p {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #111;
  font-weight: 300;
}

.question {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: xx-large;
  width: 80%;
  margin-left: 13%
}

.faq-container {
  max-width: 800px;
  margin: auto;
}

.faq-item {
  border-bottom: 2px dashed #000;
  padding: 20px 0;
}

.faq-question {
  background: none;
  border: none;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  width: 100%;
  outline: none;
}

.faq-answer {
  font-size: 14px;
  margin-top: 10px;
  display: none;
  color: #333;
}

.faq-answer.active,
.faq-answer.show {
  display: block;
}

.ftpart {
  height: 250px;
  width: 100%;
  background-color: rgb(75, 36, 9);
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cookies- {
  width: 70%;
  max-width: 800%;
}

.footer {
  display: flex;
  gap: 100px;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}