:root {
  --font-nanummyeongjo: "Nanum Myeongjo", serif;
  --font-poppins: "Poppins", sans-serif;
  --green300: #343809;
  --foreground: 255, 255, 255 !important;
  --background: black !important;
}

img {
  overflow: auto;
}

html {
  scroll-behavior: smooth;
}


h3,
h4 {
  font-family: var(--font-nanummyeongjo)
}



.btn:hover {
  color: var(--accent-diatech);
}

.modern-btn {
  padding: 12px 22px;
  border: none;
  width: auto;
  gap: 1rem;
  font-family: var(--font-nanummyeongjo);
  text-transform: capitalize;
  border-radius: var(--border-radius);
  background: -o-linear-gradient(355deg, #4d4610, #02160d);
  background: linear-gradient(95deg, #4d4610, #02160d);
}

.modern-btn img {
  height: 15px;
  transition: all .4s;
}

.modern-btn:hover img {
  transform: translateX(10px);
}

h3 {
  font-weight: 300;
  font-size: 50px;
  margin-bottom: 0;
  padding: 0 20px;
  display: inline-block;
}


.contact-links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin-top: 25px;
  gap: 10px;
}

.contact-links a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: var(--green300);
  padding: 10px 25px;
  font-size: 24px;
  border-radius: 6px;
}

.other-links {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.other-links a {
  color: white;
}

.slide {
  /* overflow: hidden; */
  background: black;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.slide {
  overflow: hidden;
}


p {
  font-size: 25px;
  font-weight: 200;
  opacity: 0.75;
}


.images-scroling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 0 2rem;
}

.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.scroll-left {
  -webkit-animation: scroll-left 30s linear infinite;
  animation: scroll-left 30s linear infinite;
}

.scroll-right {
  -webkit-animation: scroll-right 30s linear infinite;
  animation: scroll-right 30s linear infinite;
}

.flex-grid img {
  border-radius: var(--border-radius);
  -o-object-fit: cover;
  object-fit: cover;
  height: 330px;
  width: 275px;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.gradient-box .btn {
  display: block;
  margin-top: 20px;
  font-size: 22px;
  padding: 0;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  margin-left: 15px;
  margin-top: 60px;
}

.gradient-box {
  padding: 30px;
  position: relative;
  z-index: 1;
  min-width: 470px;
  max-width: 470px;
  border-radius: var(--border-radius);
}

.grid-first {
  margin-bottom: 1rem;
}



.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gap-1 {
  gap: 1rem;
}

.images-scroling h3 {
  margin: 0;
  padding: 0;
}

.for-title {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: var(--border-radius);
}

.text-center {
  text-align: center;
}

.title-bg {
  padding: 16px;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 30px;
  width: auto;
  border-radius: var(--border-radius);
  margin: 0;
  background-color: var(--green300);
  -webkit-box-shadow: 10px 0 0 var(--green300), 0px 0 0 var(--green300);
  box-shadow: 10px 0 0 var(--green300), 0px 0 0 var(--green300);
  display: inline;
  line-height: 1.7;
}

.radius10 {
  border-radius: var(--border-radius);
}

.refrence-label {
  position: relative;
}

.refrence-label span {
  position: absolute;
  left: 10px;
  bottom: 15px;
  z-index: 1;
  background: #000;
  padding: 3px 15px;
  border-radius: var(--border-radius);
}

.video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}


.small-container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
  z-index: 1;
}

.upload-cad img {
  margin: 0;
}

.enter-prompt .ring-vodeo {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius);
}

.enter-prompt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

.rose-link {
  margin-bottom: 1rem;
}

.rose-gold h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.9;
  margin: 0;
}

.box-data {
  padding: 14px 16px;
  border: 2px solid #3b3b3b;
  border-radius: var(--border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #000;
}

.box-data p {
  font-size: 16px;
  margin: 0;
  opacity: 1;
  font-weight: 400;
  background: #000000;
}

.arrow-img {
  height: 30px;
  cursor: pointer;
}

.products-images {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.products-images img {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 300px;
}

.info-item {
  z-index: 1;
  position: absolute;
}

.i1 {
  top: 2rem;
  left: 1rem;
}

.i2 {
  right: 3rem;
  top: -4rem;
}

.i3 {
  bottom: -3rem;
  left: 0rem;
}

.i4 {
  bottom: 0rem;
  right: 2rem;
}

.border-gradient {
  background: #262626;
  padding: 20px;
  border-radius: var(--border-radius);
  position: relative;
  background-clip: padding-box;
  -webkit-box-shadow: 7px 10px 10px #00000047;
  box-shadow: 7px 10px 10px #00000047;
}

.info-item h4 {
  margin: 0;
  font-weight: 400;
  margin-top: 30px;
  font-size: 21px;
  margin-bottom: 5px;
}

.info-item p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  max-width: 200px;
  line-height: 130%;
}

.border-gradient:after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0px;
  left: -1px;
  right: 0px;
  background: linear-gradient(to bottom right, #626262, #000000);
  z-index: -1;
  border-radius: var(--border-radius);
}

.ring-animation {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.mockup-img {
  overflow: hidden;
  border-radius: var(--border-radius);
  margin: auto;
  width: 400px;
  height: 500px;
  overflow: hidden;
}

.border-gradient img {
  float: right;
  width: auto;
  height: 30px;
}

.mockup-img video {
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.5);
}

.single-big img {
  object-position: top;
}


.ringvideo {
  width: 50%;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.ringvideo span {
  bottom: 10px;
}

.ringvideo .ring-vodeo {
  transform: scale(1.5);
}

.scroll-trigger {
  display: flex;
  gap: 5rem;
  justify-content: space-between;
  align-items: center;
}

.enter-prompt-doc .rose-gold {
  width: 50%;
}

.full-image {
  width: 50%;
}

.object-cover {
  border-radius: var(--border-radius);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-01 {
  position: relative;
  height: 170px;
}


.anim-four .rose-gold {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 50%;
}

.anim-four .pr-07 img {
  object-position: center -6rem;
}

.slide-right {
  width: 100%;
}

.anim-four .pr-08 img {
  object-position: bottom;
}

.pr-07,
.pr-08 {
  height: 190px;
}

.justify-content-end {
  justify-content: flex-end;
}

.anim-five .enter-prompt {
  max-height: 500px;
  position: relative;
}

.anim-five .rose-gold {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 135px;
}

.pr-11,
.pr-10 {
  height: 100%;
}

.scroll-trigger .gradient-box {
  min-width: 350px;
  max-width: 350px;
  min-height: 400px;
  justify-content: center;
}

.plan-title h3 {
  margin: 0;
  margin-bottom: 15px;
}

.plan-title {
  max-width: 640px;
  margin: auto;
  position: relative;
  z-index: 1;
}

@keyframes animStar {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-2000px);
  }
}

.trusted-by-leaders .left {
  min-width: 300px;
}

.client-img {
  background: #ffffff;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
}

.clients {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
  gap: 10px;
  width: 100%;
}

.client-img img {
  width: 100%;
  object-fit: contain;
  height: 50px;
}

.contact-links a span {
  font-size: 35px;
}

.anim-two .box-data {
  min-height: 142px;
}

.border-gradient span {
  font-size: 40px;
  float: right;
}


@media screen and (max-width: 1600px) {

  .gradient-box {
    min-width: 360px;
    max-width: 360px;
  }

  .mockup-img {
    height: 500px;
    width: 450px;
  }

  .products-images {
    justify-content: center;
  }

  .flex-grid img {
    height: 260px;
    width: 220px;
  }

  .anim-two,
  .anim-three,
  .anim-four,
  .anim-five {
    zoom: .9;
  }

  .img-01 {
    height: 205px;
  }
}

@media screen and (max-width: 1500px) {

  .anim-three .products-images {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1400px) {
  .scroll-trigger {
    zoom: .95;
  }
}

@media screen and (max-width: 1300px) {

  .mockup-img {
    position: initial;
  }

  .pr-info {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    width: 100%;
  }

  .pr-info .border-gradient {
    height: auto;
  }

  .anim-two .full-image {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    width: 350px;
  }

  .anim-two,
  .anim-three,
  .anim-four,
  .anim-five {
    zoom: .7;
  }

  .anim-one {
    zoom: .85;
  }
}

@media screen and (max-width: 1200px) {

  .info-item {
    position: initial;
  }

  .images-scroling {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .gradient-box {
    min-width: auto;
    max-width: 100%;
  }

  .anim-one,
  .scroll-trigger,
  .anim-two,
  .anim-three,
  .anim-four,
  .anim-five {
    zoom: normal;
  }

  .scroll-trigger {
    flex-direction: column;
  }

  .anim-one refrence-label {
    width: 50%;
  }

  .anim-one .refrence-label {
    min-width: 1px;
  }

  .anim-one .s-one {
    justify-content: center;
  }

  .slide-right {
    max-width: 100%;
  }

  .enter-prompt-doc {
    justify-content: center;
  }


  .slide {
    padding-top: 50px;
    padding-bottom: 50px;
  }


  .scroll-trigger .gradient-box {
    min-width: auto;
    max-width: max-content;
    min-height: auto;
  }

  .green-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

}

@media screen and (max-width: 991px) {
  .flex-grid img {
    height: 220px;
    width: 180px;
  }

  .anim-two .enter-prompt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    max-height: none;
    justify-content: center;
  }

  .anim-two .full-image {
    width: 100%;
  }

  .anim-five .enter-prompt {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .enter-prompt-doc .rose-gold {
    width: 100%;
  }

  .img-01 img {
    position: initial;
  }

  .products-images img {
    width: 100%;
    height: 200px;
    max-width: 200px;
  }

  .anim-five .enter-prompt {
    max-height: max-content;
    justify-content: center;
    align-items: center;
  }

  .anim-five .enter-prompt .refrence-label,
  .anim-five .rose-gold {
    width: 100%;
    max-width: 100%;
  }

  .pr-11,
  .pr-10 {
    height: auto;
  }

  .single-big {
    min-width: auto;
    width: 100%;
  }

}

@media screen and (max-width: 767px) {

  br {
    display: none;
  }

  .gradient-box {
    padding: 0;
  }

  .anim-four .enter-prompt {
    flex-direction: column;
  }

  .ringvideo {
    width: 100%;
  }

  .anim-four .rose-gold {
    width: 100%;
  }

  .anim-four .enter-prompt {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 700px) {
  .anim-three .products-images {
    flex-direction: column;
  }

  .products-images img {
    max-width: 100%;
    height: auto;
  }

  p {
    font-size: 20px;
  }

  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: black;
    padding: 20px 0;
  }

  .header .logo {
    margin-left: -35px;
  }

  h3 {
    font-size: 40px;
  }

  .mockup-img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 600px) {

  .box-data p {
    font-size: 18px;
  }

  .flex-grid img {
    height: 180px;
    width: 160px;
  }

  .anim-one .s-one {
    flex-direction: column;
    padding: 0 1rem;
  }
}

@media screen and (max-width: 500px) {

  .anim-three .products-images {
    flex-direction: column;
    padding: 0 1rem;
  }

}