* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
}
.center {
  max-width: 1440px;
  margin: auto;
}
.nav-bar {
  display: flex;
  flex-direction: row;
  padding: 9px 104px;
  border-bottom: 1px solid #c1c1c1;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.link-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style-type: none;
  gap: 40px;
  font-size: 16px;
}

.nav-items a:hover {
  color: #004e5c;
  font-size: 17px;
}

.nav-logo {
  margin-right: 40px;
  display: flex;
  align-items: center;
}

.nav-link {
  text-decoration: none;
  color: black;
}

.spacer {
  margin-bottom: 24px;
}

.call-to-action {
  display: flex;
  padding: 10px 24px;
  background-color: #004e5c;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
.nav-bar a {
  text-decoration: none;
}

.c2a-anchor:hover {
  transform: scale(0.9);
}
.hamburger {
  display: none;
}
.main-container {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-left: 74px;
  z-index: -1;
}
.desc-container {
  width: 50%;
}
.color-bars {
  width: 72%;
}
.color-bars img {
  width: 100%;
}
.desc-heading {
  font-size: 52px;
  font-weight: 800;
}
.color-dot {
  color: #ff715b;
}
.desc-paragraph {
  color: #505050;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 151.25%;
}
.extra-space {
  padding-inline: 20px;
}
.img-container {
  display: flex;
  width: 50%;
}
.img-container img {
  width: 100%;
}
.main-section {
  display: flex;
  flex-direction: column;
  justify-items: center;
  position: relative;
  background-color: #412c95;
  padding: 119.17px;
  color: white;
  text-align: center;
  z-index: -2;
}
.position-bg1 {
  position: absolute;
  left: 0px;
  top: 30px;
  z-index: -1;
}
.position-bg2 {
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: -1;
}
.position-bg3 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}
.main-section h4 {
  margin-bottom: 10px;
  z-index: 2;
  font-weight: 300;
}
.main-section h2 {
  margin-bottom: 48px;
  font-size: 42px;
  font-weight: 200;
}
.split-section {
  display: flex;
  gap: 91px;
  margin: auto;
}
.split-icon {
  display: block;
  margin: auto;
  padding-block: 20px;
}
.split-parag {
  display: block;
  z-index: 2;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4;
}
.split-one {
  max-width: 269px;
}
.split-two {
  max-width: 253px;
}
.split-three {
  max-width: 261px;
}
.split-parag img {
  height: 70px;
  width: 38px;
}
.section-flex {
  display: flex;
}
.array {
  margin: 80px 128px;
  justify-content: space-between;
}
.array-description {
  max-width: 500px;
}

.mini-head {
  color: #004e5c;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.regular-head {
  font-size: 48px;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.desc-paragraph.mini {
  font-size: 15px;
  margin-bottom: 32px;
  color: #505050;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
.para-flex {
  display: flex;
  gap: 48px;
}
.bold {
  display: block;
  font-size: 36px;
  color: #0d0e0e;
  font-weight: bold;
  margin-bottom: 10px;
}
.sub-section {
  padding: 50px 128px;
  background-color: #f2eee5;
}
.parent-con {
  position: relative;
  max-width: 1088px;
}
.parent-image {
  width: 100%;
}
.desc-paragraph.mini.size {
  max-width: 391px;
}
.position {
  justify-content: space-between;
  align-items: center;
}

.size {
  margin-bottom: 20px;
}
.regular-head.size {
  display: inline-block;
  max-width: 579px;
}

.floating-box {
  background-color: white;
  border: 1px solid red;
  max-width: 280px;
  border-radius: 16px;
  padding: 24px;
  position: absolute;
  bottom: 60px;
  left: 40px;
}
.floating-box p {
  max-width: 220px;
  color: #0d0e0e;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.5;
}
.floated {
  display: flex;
  margin-top: 48px;
  justify-items: space-between;
  font-size: 14px;
  gap: 10px;
  align-items: center;
}
.focus-para {
  font-weight: 700;
  display: block;
  margin-top: 5px;
}
.floating-box-two {
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 263px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.section-flex.line {
  justify-content: space-between;
  margin: 20px;
  align-items: flex-end;
}

.center-word {
  text-align: center;
  color: #939699;
  font-size: 12px;
  margin: 20px;
}
.numerical {
  color: #004e5c;
  display: block;
  font-size: 30px;
  padding-inline: 60px;
}
.section-gallery {
  padding-block: 24px;
  text-align: center;
  max-width: 1080px;
  justify-items: center;
  margin: auto;
}
.mobile {
  display: none;
}
.isolated.mobile {
  display: none;
}
.space {
  justify-content: space-between;
  margin-top: 20px;
}
.gallery-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.balance p {
  margin-top: 10px;
}
.gallery {
  background-color: #f2eee5;
  border-radius: 5px;
  padding-bottom: 10px;
  width: 43.5%;
}
.gallery-hold {
  display: flex;
  height: 214px;
  align-items: flex-end;
  padding-bottom: 10px;
  justify-content: left;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.gallery-hold h5 {
  font-size: 20px;
  color: #f2eee5;
  padding-left: 15px;
}
.frame1 {
  background-image: url(./images/Frame\ 132first.png);
  background-repeat: none;
  background-size: cover;
}
.frame2 {
  background-image: url(./images/Frame\ 1322nd.png);
  background-repeat: none;
  background-size: cover;
}
.frame3 {
  background-image: url(./images/Frame\ 132third.png);
  background-repeat: none;
  background-size: cover;
}
.frame4 {
  background-image: url(./images/Frame\ 132fourth.png);
  background-repeat: none;
  background-size: cover;
}
.side-piece {
  background-color: #004e5c;
  border-radius: 5px;
  padding: 0 20px 20px;
  color: white;
  text-align: left;
}
.side-mage img {
  width: 100%;
}
.side-mage {
  max-width: 332px;
}

.side-piece h3 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
  max-width: 293px;
}
.side-piece p {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 22.5px;
  max-width: 570px;
}
.gallery-desc {
  padding: 10px;
  font-size: 14px;
  text-align: left;
  color: #004e5c;
  width: 100%;
}

.unlock {
  background-image: url(./images/Frame\ 1171276262.png);
  padding: 0 50px 50px;
  justify-content: space-between;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section-unlock h4 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  margin-block: 40px;
  line-height: 38.5px;
  max-width: 456px;
  letter-spacing: -0.5px;
}
.word-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  max-width: 640px;
}

.w-grid {
  display: flex;
  flex-direction: column;
  width: 312px;
  background-color: white;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  gap: 16px;
}
.w-grid h6 {
  font-size: 18px;
  padding-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.5px;
  color: #0a070d;
  max-width: 227px;
}
.w-grid p {
  display: flex;
  font-size: 16px;
  color: #0a070d;
  font-style: normal;
  font-weight: 400;
  line-height: 140.625%;
  letter-spacing: -0.5px;
  align-items: center;
  max-width: 260px;
}
.short {
  margin-top: 20px;
}
.isolated {
  display: flex;
  align-items: end;
  color: #ffffff;
  padding-bottom: 60px;
  font-size: 40px;
  max-width: 460px;
  font-size: 48px;
  font-style: normal;
  font-weight: 100;
  line-height: 58.08px;
  letter-spacing: -0.5px;
}

.outro-cont {
  background-color: #ecb302;
  padding-block: 10px;
  align-items: center;
  margin: auto;
  justify-content: center;
}
.outro {
  max-width: 482px;
}
.outro h2 {
  color: #412c95;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.outro p {
  font-size: 18px;
  padding-block: 20px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.outro h6 {
  display: inline;
  background-color: black;
  color: white;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 16.022px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.2px;
}
.outro-mage img {
  width: 100%;
}
footer {
  padding: 50px;
  gap: 50px;
  background-color: #6a55ea;
  color: #ffffff;
}
.foot-content {
  justify-content: space-between;
  align-items: center;
}
.foot-image img {
  /* width: 100%; */
}
footer h2 {
  font-size: 64px;
  font-weight: 200;
  margin-bottom: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 432px;
}
.foot-1 {
  max-width: 567px;
}
.form-sec {
  display: flex;
  background-color: white;
  padding: 8px;
  justify-content: space-between;
  border-radius: 5px;
  margin-bottom: 50px;
}
.form-sec input {
  border: none;
  outline: none;
  font-size: 14px;
}
.form-sec button {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 5px 20px;
  background-color: #6a55ea;
  border-radius: 5px;
  border: none;
  color: white;
}

.foot-note {
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
}
.foot-links {
  display: flex;
  gap: 30px;
  padding-top: 10px;
  text-align: center;
}
.foot-links a {
  text-decoration: none;
  color: #fff;
  margin: auto;
}
.sign-out {
  margin-top: 30px;
}
