@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'LEMONMILK';
  src: url('assets/fonts/LEMONMILK-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LEMONMILK';
  src: url('assets/fonts/LEMONMILK-RegularItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'LEMONMILK';
  src: url('assets/fonts/LEMONMILK-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'LEMONMILK';
  src: url('assets/fonts/LEMONMILK-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'LEMONMILK';
  src: url('assets/fonts/LEMONMILK-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'LEMONMILK';
  src: url('assets/fonts/LEMONMILK-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'LEMONMILK';
  src: url('assets/fonts/LEMONMILK-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'LEMONMILK';
  src: url('assets/fonts/LEMONMILK-BoldItalic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

body {
  /* transform-style: preserve-3d; */
}

.rap-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1vw 2vw;
  height: 15vh;
}

.rap-header .rap-logo img {
  width: 50%;
  height: auto;
  object-fit: contain;
  max-width: 250px;
}

/* .rap-header select {
  padding: 10px;
  border-radius: 10px;
  min-width: 200px;
  text-transform: uppercase;
  font-weight: 600;
} */
.select-wrapper {
  position: relative;
  display: inline-block;
  width: 220px;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 100%;
  padding: 10px 40px 10px 15px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f0f0f0;
  color: #333;
  border: 2px solid #ccc;
  font-size: 1rem;

  cursor: pointer;
}

.custom-select:focus {
  outline: none;
  border-color: #555;
}

.chevron-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* So clicking the icon doesn’t interfere with dropdown */
  color: #666;
  font-size: 0.9rem;
}



.rap-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;

  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.rap-fixed img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.rap-fixed .overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.397);
  z-index: 2;
  position: relative;
}

.main-content {
  position: relative;
  z-index: 99;
}

/* *************************************************************************** home section ******************************************************************************/

.home-section {
  height: 100vh;
  width: 100%;
  position: relative;
}

.center-container-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
}

.home-section div>div {
  width: fit-content;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-stroke-width: 2.5px;
  line-height: 1;
}

.bg-text {
  font-size: 18vw;
  font-family: "LEMONMILK";
  font-weight: bold;
  font-style: italic;

  background: url('assets/images/sampler_background.webp') no-repeat center center;
  background-size: cover;

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.outline-text {
  font-size: 11vw;
  background: transparent;
  font-family: "LEMONMILK";
  font-weight: bold;
  font-style: italic;
  -webkit-text-fill-color: transparent;
}

/******************************************************************************************* intro section ********************************************************/

.intro-section {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  margin-top: 1.5vw;
}

.intro-section p {
  font-family: "LEMONMILK";
  font-weight: bold;
  font-style: italic;
  color: #D9D9D9;
  word-spacing: 0.5vw;
}

.intro-section p:first-child {
  font-size: 4.75vw;
}

.intro-section p:not(:first-child) {
  font-size: 2.5vw;
  width: 90%;
  text-align: left;
}

.intro-section p span {
  font-family: "LEMONMILK";
  font-size: 3vw;
  text-transform: uppercase;
}

.center-intro-content {
  height: 60vh;
  width: 100%;
  background: linear-gradient(180deg, rgba(25, 110, 179, 0.43) 0%, rgba(20, 89, 145, 0.43) 100%);
  ;
  position: relative;
  display: flex;
}

.center-intro-content>div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.center-left-content {
  position: relative;
  z-index: 99;
}

.center-right-content {
  position: relative;
  z-index: 99;
}


.product-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
}


.product-info img {
  height: auto;
  width: 65%;
  object-fit: cover;
}

.product-info p {
  width: 100% !important;
  text-align: center !important;
  padding-right: 8vw;

  background: linear-gradient(180deg, #FFFFFF 0%, #140000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.opt-info {
  margin-top: 1.5vw;
}

.center-right-content .product-info:nth-child(1) {
    flex-direction: column-reverse;
    margin-top: -2.75vw;
    /* padding-top: 11vw; */
}

.center-right-content .product-info:nth-child(1) img {
  height: auto;
  width: 60%;
  object-fit: cover;
}

.center-right-content .product-info:nth-child(1) p {
  padding-right: 0vw;
  color: #000000;
}


.right-side-white-cover {
  position: absolute;
  height: 100%;
  width: 60%;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
  right: 0;
  top: 0;
}

/********************************************************************************* pin section - products *******************************************************/

.position-relative {
  position: relative;
}

.col-big {
  width: 55%;
}

.col-small {
  width: 45%;
}

.sampler-bg-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Section 1 */
.container1 {
  padding: 0px;
  height: 100vh;
  /* background: linear-gradient(to right, #8ba7c5, #2a6280); */
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}

.container1-wrap {
  height: 100vh;
  width: 100%;
  display: flex;
  padding: 20px;
  position: relative;
  /* background: rgba(0, 0, 0, 0.397); */
  backdrop-filter: blur(3px);
}


.container1__left {
  padding: 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product_image {
  height: auto;
  width: 100%;
  object-fit: contain;
}

.container1__left h3 {
  font-size: 3rem;
}

.container1__right {
  position: absolute;
  right: 20px;
  /* height: 100%; */
  padding-left: 20px;
}

.container1__item,
.container2__item {
  padding: 2vw;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  background: #2e2e2e;
  border-radius: 30px;
  margin-bottom: 40px;
  transition: all 0.4s ease-out;
  font-size: 30px;
  position: relative;
  overflow: hidden;
}

.container1__item:last-child,
.container2__item:last-child {
  margin: 0;
}

/* currently active class is being commented out */

.container1__item.active,
.container2__item.active {
  /* border: 4px solid white;
  box-shadow: 0 0 10px #36363693; */
}

/* Section 2 */


.container2 {
  padding: 0px;
  height: 100vh;
  /* background: linear-gradient(to right, #a54c2b, #b99d72); */
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}

.container2-wrap {
  height: 70vh;
  width: 100%;
  display: flex;
  padding: 20px;
  position: relative;
  /* background: rgba(0, 0, 0, 0.397); */
  backdrop-filter: blur(3px);
}

.container2__left {
  position: relative;
  /* overflow: hidden; */
}

.container2__inner {
  position: relative;
}

.container2__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4vw;
}

.container2__right h3 {
  font-size: 3rem;
}

ul {
  width: fit-content;
}

.container1__left ul li,
.container2__right ul li {
  margin: 1em 0;
  width: fit-content;
  font-size: 1.25vw;
  font-weight: 500;
}


.container1__item ul li,
.container2__item ul li {
  margin: .5em 0;
  font-size: 1.3vw;
  margin-left: 1vw;
}

.item__name {
  font-size: 2.5vw;
  font-weight: bold;
  font-style: italic;
  font-family: "LEMONMILK";
  text-align: center;
}

.item__content {
  font-size: 1rem;
  margin-top: 1vw;
}

.item__no {
  position: absolute;
  top: -1.5%;
  right: -0.5%;
  font-family: "LEMONMILK";
  background-color: white;
  color: #000000;
  border: 0px solid black;
  /* height: 20vh; */
  /* width: 20vw; */
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vw;
  border-radius: 999px;
  font-size: 1.5vw;
  z-index: 2;
}

.item__no_gradient_circle {
  /* background: linear-gradient(59.38deg, #4F6678 4.23%, #4F6879 84.17%); */
  background-color: #485055;
  position: absolute;
  top: -1.15dvw;
  right: -0.8dvw;
  height: 100px;
  width: 100px;
  border-radius: 999px;
}

.item_container img  {
  max-height: 90%;
  height: auto;
  width: 100%;
  object-fit: contain;
  margin-top: .5vw;
  padding: 0 3% 3% 3%;
  justify-self: left;
  display: flex;
}

.item_container video {
  max-height: 95%;
  height: auto;
  width: 100%;
  object-fit: contain;
  margin-top: .5vw;
  padding: 3%;
  justify-self: left;
  display: flex;
}

.d-none {
  visibility: hidden;
}

.hidden-visible {
  opacity: 0;
}

.container1__left ul,
.container2__right ul {
  /* border: 3px solid rgb(48, 48, 48); */
  border-radius: 15px;
  padding: 1vw 2vw;
}

.item_container.blue-opacity {
  /* background-color: #000000; */
  background: linear-gradient(180deg, rgba(25, 110, 179, 0.88) 0%, rgba(20, 89, 145, 0.88) 100%);
  ;
  color: #ffffff;
}

.item_container.white-full {
  background-color: #ffffff;
  color: #000000;
}

.item_container {
  position: relative;
  height: 85vh;
}

.item_container ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.item_container ul li {
    position: relative;
    padding-left: 2vw;
    margin-bottom: 1vw;
    margin-left: 0;
}

.item_container ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 20px;
  height: 20px;
  background-image: url('assets/images/icons/list_view.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.container1__left ul,
.container2__right ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.container1__left ul li,
.container2__right ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  margin-left: 0;
  font-weight: 400;
}

.container1__left ul li::before,
.container2__right ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 20px;
  height: 20px;
  background-image: url('assets/images/icons/list_view.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/* 360 3d model view */
.model-view {
  height: 100vh;
  /* background-color: white; */
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* gap: 20px; */
  z-index: 10;
  position: relative;
}

.left-side-model,
.right-side-model {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: -webkit-fill-available;
  height: -moz-available;
}

.left-side-model {
  background: linear-gradient(180deg, rgba(25, 110, 179, 0.43) 0%, rgba(20, 89, 145, 0.43) 100%);
}

.right-side-model {
  background-color: white;
}


.product_title {
  font-size: 3vw;
  font-weight: bold;
  color: #000000;
  font-family: "LEMONMILK";
  text-align: center;
}

.left-side-model .product_title {
  color: #ffffff;
}

.model-view img {
  max-width: 8%;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.white-image {
  filter: invert(1) brightness(2);
}

.model-view model-viewer {
  min-height: 0;
  width: 100%;
  max-height: 65%;
  max-width: 75%;
  height: 100%;
  /* border: 1px solid black; */
  border-radius: 15px;
  /* background-color: #8ba7c5; */
  /* box-shadow: 0 0 5px rgba(0,0,0,0.5); */
}

/* faq */

.faq {
  /* background: #fdf6e3; */
  padding: 0;
  font-family: 'Oswald', sans-serif;
  position: relative;
}

.faq h3 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 40px;
  background: linear-gradient(180deg, #FFFFFF 0%, #140000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
}

.product-info p {
  width: 100% !important;
  text-align: center !important;
  padding-right: 8vw;

}

.faq-container-section {
  display: flex;
  justify-content: space-between;
  /* gap: 40px; */
  /* max-width: 1200px; */
  margin: 0 auto;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.faq-left {
  background: white;
}

.faq-right {
  background: linear-gradient(180deg, rgba(25, 110, 179, 0.43) 0%, rgba(20, 89, 145, 0.43) 100%);

}

.faq-content-container {
  height: 100vh;
  padding: 1.5vw;
  flex: 1;
}

/* .faq-content-container h4 {
  font-size: 1.5rem;
  margin-bottom: .25em;
  text-align: center;
  color: #a54c2b;
}

.faq-content-container .question {
  margin-top: .5em;
  font-weight: bold;
}

.faq-content-container .answer {
  margin-bottom: 1em;
} */

/* faq new design */

.rapeng-container {
  display: flex;
  min-height: 100vh;
  position: relative;
}

.rapeng-left-panel {
  flex: 1;
  padding: 2rem;
  background: white;
  position: relative;
  overflow: hidden;
}

.rapeng-right-panel {
  flex: 1;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(25, 110, 179, 0.43) 0%, rgba(20, 89, 145, 0.43) 100%);
  position: relative;
}

.rapeng-logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 10;
}

.rapeng-logo-text {
  font-size: 2rem;
  font-weight: 800;
  color: #ef4444;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.rapeng-logo-subtext {
  font-size: 0.875rem;
  color: #3b82f6;
  font-weight: 600;
  margin-top: -4px;
}

.rapeng-faq-title {
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  font-weight: 900;
  background: linear-gradient(299deg, #cdcdcd 0%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: -2px;
  z-index: 10;
}

.rapeng-faq-content {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.rapeng-left-panel .rapeng-faq-item {

  /* background: #1c79c0; */
  background: linear-gradient(180deg, #196EB3 0%, #145991 100%);;
}

.rapeng-right-panel .rapeng-faq-item {
  background: #ffffff;
}

.rapeng-right-panel .product_title {
  color: #ffffff;
}


.rapeng-faq-item {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.rapeng-faq-header {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  user-select: none;
}

.rapeng-left-panel .rapeng-faq-header {
  /* background: rgba(255, 255, 255, 0.363); */
  color: white;
}

.rapeng-right-panel .rapeng-faq-header {
  background: rgba(255, 255, 255, 0.95);
  color: #1e293b;
}

.rapeng-faq-header:hover {
  background: rgba(255, 255, 255, 0.25);
}

.rapeng-right-panel .rapeng-faq-header:hover {
  background: rgba(255, 255, 255, 1);
}

.rapeng-question-number {
  font-size: 1.5rem;
  font-weight: 800;
  margin-right: 1rem;
  flex-shrink: 0;
}

.rapeng-question-text {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  flex-grow: 1;
}

.rapeng-toggle-icon {
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}

.rapeng-toggle-icon::before,
.rapeng-toggle-icon::after {
  content: '';
  position: absolute;
  background: currentColor;
  transition: all 0.3s ease;
}

.rapeng-toggle-icon::before {
  width: 12px;
  height: 2px;
}

.rapeng-toggle-icon::after {
  width: 2px;
  height: 12px;
}

.rapeng-faq-item.rapeng-expanded .rapeng-toggle-icon::after {
  /* transform: rotate(90deg); */
  /* opacity: 0; */
}

.rapeng-faq-item.rapeng-expanded .rapeng-toggle-icon {
  transform: rotate(45deg);
}

.rapeng-answer-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.rapeng-answer-content {
  padding: 0 1.5rem 1.5rem 4rem;
  color: white;
  line-height: 1.6;
  font-size: 0.95rem;
}

.rapeng-right-panel .rapeng-answer-content {
  color: #475569;
}

.rapeng-faq-item.rapeng-expanded .rapeng-answer-container {
  max-height: 200px;
}

.rapeng-page-counter {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .rapeng-container {
    flex-direction: column;
  }

  .rapeng-faq-title {
    font-size: 3rem;
  }

  .rapeng-question-text {
    font-size: 1rem;
  }
}


/* preloader */

.preloaderBg {
	  position: fixed;
    z-index: 999; 
    top: 0;
	  background: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    perspective: 1000px;

}

.preloader {
    margin: auto;
    background: url(./assets/images/rap_logo.webp) no-repeat center;
    background-size: 175px;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: 75px;
    animation: spin3D 1.5s linear infinite;
  transform-style: preserve-3d;
  /* backface-visibility: hidden; */
}

@keyframes spin3D {
  0%   { transform: translate(-50%, -50%) rotateY(0deg); }
  100% { transform: translate(-50%, -50%) rotateY(360deg); }
}

.preloader2 {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #d20807;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  animation: spin 1s ease-in-out infinite ;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}


/* page number: */
.page-counter {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 1000;
}

.page-counter input {
  width: 40px;
  padding: 2px;
  text-align: center;
  border: none;
  border-radius: 6px;
}
