body {
  margin: 0;
  padding: 0;
  background-color: #121d23;
  font-family: "Jost", sans-serif;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

p:last-child {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}

button {
  font-family: "Jost", sans-serif;
}

a {
  font-family: "Jost", sans-serif;
}

ul {
  margin: 0;
  padding: 0;
}

.hero-banner {
  background-image: url("images/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 100vh;
}
.hero-banner .hero-text {
  height: calc(100vh - 0px);
  display: flex;
  align-items: center;
  position: relative;
  padding: 100px 0 0 0;
}
.hero-banner .hero-text h1 {
  font-weight: 400;
  font-size: 60px;
  line-height: 1.4;
  margin: 0 0 30px 0;
  color: #fff;
}
.hero-banner .hero-text .w-full {
  width: 100%;
}
.hero-banner .hero-text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  max-width: 750px;
  margin: 0 0 30px 0;
}
.hero-banner .hero-text button {
  padding: 12px 34px;
  background-color: #ef075b;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  font-weight: 500;
}
.hero-banner .header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.168627451);
}
.hero-banner .header .logo img {
  cursor: pointer;
  max-width: 280px;
}
.hero-banner .header .header-alignment {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-banner .header .menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
.hero-banner .header .menu a {
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.hero-banner .header .menu a:hover {
  color: #ef075b;
}
.hero-banner .header .menu a:hover::after {
  transform: scaleX(1);
  opacity: 1;
}
.hero-banner .header .menu a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -8px;
  left: 0;
  background-color: #ef075b;
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.hero-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}

.new-section {
  padding: 120px 0;
}
.new-section .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.new-section .grid .grid-items .icon-center-alignment {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 30px 0;
}
.new-section .grid .grid-items .icon-center-alignment i {
  font-size: 80px;
  color: #fff;
}
.new-section .grid .grid-items p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(153, 153, 153, 0.6);
  text-align: center;
  padding: 0 60px;
}
.new-section .grid .grid-items h4 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.8px;
  margin: 0 0 14px 0;
}

.about-us-section .grid {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 120px;
}
.about-us-section .grid .grid-items .end-image {
  display: flex;
  justify-content: flex-end;
}
.about-us-section .grid .grid-items .end-image img {
  width: 410px;
}
.about-us-section .grid .grid-items .text-style {
  padding: 0 0 60px 0;
}
.about-us-section .grid .grid-items .text-style span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #ef075b;
  padding: 0 0 30px 0;
  letter-spacing: 2px;
}
.about-us-section .grid .grid-items .text-style h2 {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 400;
  max-width: 620px;
}
.about-us-section .grid .grid-items .first-image img {
  width: 100%;
}
.about-us-section .grid .grid-items .text {
  padding: 60px 0 0 0;
}
.about-us-section .grid .grid-items .text p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}

.jewles-collection {
  padding: 120px 0;
}
.jewles-collection .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.jewles-collection .grid .grid-items {
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.jewles-collection .grid .grid-items:hover img {
  transform: scale(1.3);
  transition: 2s ease-in-out;
}
.jewles-collection .grid .grid-items img {
  transition: 2s ease-in-out;
  width: 100%;
}
.jewles-collection .text {
  padding: 0 0 60px 0;
}
.jewles-collection .text span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #ef075b;
  text-align: center;
  padding: 0 0 20px 0;
  letter-spacing: 2px;
}
.jewles-collection .text h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}

.origin .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
  align-items: center;
}
.origin .grid .text-style span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #ef075b;
  padding: 0 0 20px 0;
  letter-spacing: 2px;
}
.origin .grid .text-style p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin: 0 0 30px 0;
  font-weight: 400;
}
.origin .grid .text-style h4 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin: 0 0 30px 0;
  max-width: 70%;
}
.origin .grid .text-style button {
  padding: 12px 34px;
  background-color: #ef075b;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  font-weight: 500;
}
.origin .grid .image-style img {
  width: 100%;
}

.diamond-manufactur {
  padding: 120px 0;
}
.diamond-manufactur .text {
  padding: 0 0 60px 0;
}
.diamond-manufactur .text span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #ef075b;
  text-align: center;
  padding: 0 0 10px 0;
  letter-spacing: 2px;
}
.diamond-manufactur .text h2 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}
.diamond-manufactur .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.diamond-manufactur .grid .grid-items {
  background-color: #fff;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.diamond-manufactur .grid .grid-items:hover img {
  transform: scale(1.3);
  transition: 2s ease-in-out;
}
.diamond-manufactur .grid .grid-items img {
  width: 100%;
  transition: 2s ease-in-out;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.update-section .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
}
.update-section .grid .grid-items .image-style img {
  width: 100%;
}
.update-section .grid .grid-items label {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  font-weight: 400;
  display: block;
  padding: 0 0 5px 0;
}
.update-section .grid .grid-items ::-moz-placeholder {
  font-size: 16px;
  font-family: "Jost", sans-serif;
  color: #999999;
  line-height: 20px;
  font-weight: 400;
}
.update-section .grid .grid-items ::placeholder {
  font-size: 16px;
  font-family: "Jost", sans-serif;
  color: #999999;
  line-height: 20px;
  font-weight: 400;
}
.update-section .grid .grid-items .new-input {
  padding: 0 0 30px 0;
}
.update-section .grid .grid-items input {
  width: 100%;
  height: 50px;
  background-color: rgba(2, 1, 1, 0);
  border: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 16px;
  font-family: "Jost", sans-serif;
  color: #fff;
  line-height: 16px;
  padding: 0 18px;
  border-radius: 4px;
}
.update-section .grid .grid-items input:focus {
  outline: none;
  border: 1px solid #ef075b;
}
.update-section .grid .grid-items button {
  padding: 12px 34px;
  background-color: #ef075b;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  font-weight: 500;
}
.update-section .grid .grid-items textarea {
  width: 100%;
  height: 100px;
  background-color: rgba(2, 1, 1, 0);
  border: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 16px;
  font-family: "Jost", sans-serif;
  color: #fff;
  line-height: 16px;
  padding: 18px;
  border-radius: 4px;
}
.update-section .grid .grid-items textarea:focus {
  outline: none;
  border: 1px solid #ef075b;
}
.update-section .text {
  padding: 0 0 100px 0;
}
.update-section .text h2 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 30px 0;
}
.update-section .text p {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  font-weight: 400;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}

footer {
  padding: 100px 0 40px 0;
}
footer .all-icon-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
footer .all-icon-center .icon {
  background-color: #30373e;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}
footer .menu {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  padding: 60px 0 30px 0;
}
footer .menu a {
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  position: relative;
}
footer .menu a:hover {
  color: #ef075b;
}
footer .menu a:hover::after {
  transform: scaleX(1);
  opacity: 1;
}
footer .menu a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -8px;
  left: 0;
  background-color: #ef075b;
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
footer .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-logo img {
  cursor: pointer;
  max-width: 280px;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 540px) {
  .container {
    padding: 0 20px;
  }
  .hero-banner .header .menu {
    display: none;
  }
  .jewles-collection .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .origin .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
  .diamond-manufactur .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .update-section .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
  .diamond-manufactur {
    padding: 80px 0;
  }
  .update-section .text {
    padding: 0 0 40px 0;
  }
  .diamond-manufactur .text {
    padding: 0 0 40px 0;
  }
  .jewles-collection {
    padding: 80px 0;
  }
  .update-section .text h2,
  .diamond-manufactur .text h2,
  .origin .grid .text-style h4,
  .jewles-collection .text h2,
  .about-us-section .grid .grid-items .text-style h2,
  .hero-banner .hero-text h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .about-us-section .grid .grid-items .text-style {
    padding: 0 0 40px 0;
  }
  .jewles-collection .text {
    padding: 0 0 40px 0;
  }
  .hero-banner .header .header-alignment {
    justify-content: center;
  }
  footer {
    padding: 80px 0 40px 0;
  }
  .about-us-section .grid .grid-items .text-style h2 {
    text-align: center;
  }
  .hero-banner .header .logo img {
    max-width: 210px;
  }
  footer .footer-logo img {
    max-width: 210px;
  }
  footer .menu {
    padding: 40px 0 30px 0;
  }
  .about-us-section .grid .grid-items .text-style span {
    text-align: center;
    padding: 0 0 20px 0;
  }
  .jewles-collection .text span {
    padding: 0 0 10px 0;
  }
  .origin .grid .text-style h4 {
    width: 100%;
    max-width: 100%;
  }
  .origin .grid .text-style p {
    font-size: 14px;
    line-height: 24px;
  }
  footer .menu {
    gap: 20px;
  }
  footer .menu a {
    font-size: 14px;
    line-height: 16px;
  }
  .new-section {
    padding: 80px 0;
  }
  .new-section .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .about-us-section .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
}/*# sourceMappingURL=style.css.map */