body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  background: #fff;
  color: #000;
  font-family: "Poppins", sans-serif;
}

.red {
  background: red !important;
}

header {
  height: 100%;
  position: relative;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
  overflow: hidden;
}

header .overlay {
  background: linear-gradient(335deg,
      rgba(112, 255, 244, 1) 0%,
      rgba(51, 187, 197, 1) 36%,
      rgba(54, 161, 170, 1) 82%);

  /*  
      mor  background-image: linear-gradient(to right bottom, #7717e0, #763ee4, #7757e5, #7c6ce4, #847ee1);

     mavi   background-image: linear-gradient(167deg, rgba(112, 255, 244, 1) 0%, rgba(51, 187, 197, 1) 45%);
    */

  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  position: Absolute;
  z-index: 1;
  opacity: 0.6;
}

header .container {
  position: relative;
  z-index: 2;
}

#video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.nav-link {
  color: #fff !important;
  font-weight: 400;
  margin-left: 30px;
}

.nav-link:hover {
  color: #fff;
  font-weight: 400;
  margin-left: 30px;
}

.mt-8 {
  margin-top: 6rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

header h1 {
  font-size: 50px;
  line-height: 65px;
  letter-spacing: -2px;
  font-weight: 600;
}

header p {
  line-height: 32px;
  font-weight: 500;
  opacity: 1;
}

header h1 b {
  font-weight: 600;
  color: #6a00f4;
}

header em {
  font-size: 20px;
  font-style: normal;
}

.dropdown-menu em {
  font-size: 10px;
  font-style: normal;
}

.swiper-slide em {
  font-size: 10px;
  font-style: normal;
}


.product-detail em {
  font-size: 20px;
  font-style: normal;
}

.about-us em {
  font-size: 10px;
  font-style: normal;
}

.btn {
  text-shadow: none;
  border-radius: 50px;
  padding: 0.75rem 3.5rem 0.75rem 2.5rem;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  border: none;
}

header .btn-info {
  background: #4dd2ff;
}

.btn img {
  width: 20px;
  margin-left: 10px;
  position: absolute;
  justify-content: center;
  margin-top: 2px;
}

.about-us h4 {
  color: #6a00f4;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 20px;
}

.about-us h2 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1px;
  font-weight: 600;
}

.about-img {
  background: url("../img/pt.png");
  border-radius: 100%;
}

.about-img img {
  border-radius: 100%;
  padding: 4rem;
}

/* ABOUT US PAGE about--us */

.about--us h4 {
  color: #6a00f4;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 20px;
}

.about--us h2 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1px;
  font-weight: 600;
}

.about--img {
  background: url("../img/pt.png");
  border-radius: 30%;
}

.about--img img {
  border-radius: 30%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.logo {
  height: 42px;
}

.about-us .box {
  padding: 2rem;
  border-radius: 30px;
  box-shadow: rgba(199, 215, 220, 0.5) 0 4px 15px 0;
}

.about-us .box img {
  height: 80px;
}

.about-us .box h3 {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

.about-us .box p {
  margin-bottom: 0;
  opacity: 0.5;
  font-size: 15px;
}

.help-area {
  background: #edf2f4;
  clip-path: polygon(0 7%, 100% 0%, 100% 93%, 0% 100%);
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.help-area .box {
  padding: 2.5rem 1.5rem;
  border-radius: 30px;
  box-shadow: rgba(199, 215, 220, 0.5) 0 4px 15px 0;
  background: #fff;
  width: 100%;
  min-height: 400px;
}

.mt--2 {
  margin-top: -1.5rem;
}

.help-area h2 {
  font-weight: 600;
  font-size: 50px;
  color: #000;
}

.btn-primary {
  background: #6a00f4;
}

.btn-outline-primary {
  border: 2px solid #6a00f4;
  color: #6a00f4;
}

.btn-outline-primary:hover {
  background: #6a00f4;
  border-color: #6a00f4;
}

.help-area .options img {
  width: 150px;
  padding: 2rem;
  text-align: center;
  background: #efefef;
  border-radius: 20px;
  margin-bottom: 15px;
}

.help-area .options .h-1 {
  background: #f1f7ff;
}

.help-area .options .h-2 {
  background: #ffedbe;
}

.help-area .options .h-3 {
  background: #ffeffb;
}

.help-area .options .h-4 {
  background: #d1fff5;
}

.help-area .box h3 {
  font-weight: 600;
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
}

.productList h1 {
  font-size: 50px;
  font-weight: 700;
}

.productList .box {
  border-radius: 30px;
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  height: 600px;
}

.productList .box .product3d img {
  border-radius: 20px 20px 0 0;
}

.productList .product3d {
  padding: 10px;
  position: relative;
}

.productList .productContent {
  padding: 1.5rem;
}

.productContent h3 {
  font-size: 20px;
  font-weight: 700;
}

.productContent h4 {
  color: #6a00f4;
  font-size: 18px;
  font-weight: 600;
}

.swiper-wrapper {
  width: auto !important;
  padding-left: 0;
}

.swiper-buttons {
  position: relative;
}

.swiper-buttons .swiper-button-next,
.swiper-buttons .swiper-button-prev {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #6a00f4 !important;
  margin: 0 20px 0 20px;
  border-radius: 50px;
  padding-top: 12px;
}

.productList .swiper-buttons .swiper-button-next:after,
.productList .swiper-buttons .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 600;
  color: #6a00f4 !important;
}

.productList .swiper-buttons .swiper-button-next:hover,
.productList .swiper-buttons .swiper-button-prev:hover {
  background: #f1f7ff !important;
}

.product-detail .swiper-buttons .swiper-button-next,
.product-detail .swiper-buttons .swiper-button-prev {
  position: relative !important;
  display: inline-block !important;
  width: 50px;
  height: 50px;
  border: 2px solid #6a00f4 !important;
  margin: 0 20px 0 20px;
  border-radius: 50px;
  padding-top: 12px;
}

.product-detail .swiper-buttons .swiper-button-next:after,
.product-detail .swiper-buttons .swiper-button-prev:after {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #6a00f4 !important;
}

.product-detail .swiper-buttons .swiper-button-next:hover,
.product-detail .swiper-buttons .swiper-button-prev:hover {
  background: #f1f7ff !important;
}

.client-area .swiper-buttons {
  position: relative;
}

.client-area .swiper-buttons .swiper-button-next,
.client-area .swiper-buttons .swiper-button-prev {
  position: relative !important;
  display: inline-block !important;
  width: 50px;
  height: 50px;
  border: 2px solid #6a00f4 !important;
  margin: 0 20px 0 20px;
  border-radius: 50px;
  padding-top: 12px;
}

.client-area .swiper-buttons .swiper-button-next:after,
.client-area .swiper-buttons .swiper-button-prev:after {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #6a00f4 !important;
}

.client-area .swiper-buttons .swiper-button-next:hover,
.client-area .swiper-buttons .swiper-button-prev:hover {
  background: #f1f7ff !important;
}

.team-area {
  background: #6a00f4;

  clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0% 100%);
  padding-top: 12rem;
  padding-bottom: 12rem;
  color: #fff;
}

.team-area .swiper-buttons .swiper-button-next,
.team-area .swiper-buttons .swiper-button-prev {
  border-color: #fff !important;
}

.team-area .swiper-button-next:after,
.swiper-buttons .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.team-area .swiper-button-next:hover,
.swiper-buttons .swiper-button-prev:hover {
  background: #4a00ae;
}

.teamSlide .box {
  min-height: 400px;
  background-size: cover !important;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.teamSlide .overlay {
  background: rgb(106, 0, 244);
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(106, 0, 244, 0) 70%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.teamSlide .teamContent {
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}

.teamSlide .teamContent h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.teamSlide .teamContent h3 {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.75;
}

.teamSocial img {
  width: 24px;
}

.navbar-toggler img {
  width: 36px !important;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}

.clientList img {
  padding: 2rem;
  margin-bottom: 0;
  border-radius: 30px;
  border: 1px solid #ddd;
}

.client-area h2 {
  font-weight: 800;
  font-size: 40px;
}

footer {
  background: #10002b;
  color: #fff;
  padding-top: 6rem;
  padding-bottom: 2rem;
  text-align: center;
}

.contactForm {
  position: relative;
  margin-top: -110px;
}

.contactForm .box {
  padding: 4rem 2rem 3rem 2rem;
  box-shadow: rgb(16, 0, 42, 0.15) 0 80px 100px 0;
  background: #fff;
}

.contact-area h2 {
  font-weight: 700;
}

.comingsoon {
  margin-top: 150px;
}

.comingsoon h2 {
  font-size: 150px;
  font-weight: 700;
}

.mt-20 {
  margin-top: 15rem;
}

.form-control {
  border: 1px solid #ddd;
  border-radius: 0;
  min-height: 50px;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

.contactForm label {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.p3d {
  background: #e76f51;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  padding: 0.5rem 1rem;
  border-radius: 10px !important;
  position: absolute;
  top: 30px !important;
  right: 30px;
  z-index: 9;
}

.p3d img {
  width: 18px !important;
  margin-right: 5px;
}

.contactTitle {
  background: #6a00f4;
  color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 1rem;
  height: 110px;
}

.contactTitle h2 {
  font-size: 20px;
  margin-bottom: 5px;
}

.contactTitle p {
  font-size: 15px;
  opacity: 0.75;
  margin: 0;
}

.btn {
  animation-duration: 2s;
  animation-iteration-count: 1;
}

@keyframes right {

  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70% {
    transform: translateX(-8px);
  }

  20%,
  40%,
  60% {
    transform: translateX(8px);
  }

  80% {
    transform: translateX(6px);
  }

  90% {
    transform: translateX(-6px);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

.btn:hover img {
  animation: right 1.5s ease 0s 1 normal forwards;
}

.btn-outline-primary:hover img,
.btn-outline-dark:hover img {
  filter: brightness(0) invert(1);
}

.help-area .box:hover img,
.about-us .box:hover img {
  animation: bounce 0.5s ease 0s 1 normal forwards;
}

.btn-outline-dark {
  border: 2px solid #000;
}

.productList .box:hover img {
  transform: scale(1.1);
  transition: transform 0.5s;
  z-index: 1;
}

.product3d {
  overflow: hidden;
  max-height: 400px;
}

.social {
  width: 50px;
  height: 50px;
  padding: 10px;
  border: 2px solid #000;
  border-radius: 5px;
  margin-right: 10px;
}

.mt-200 {
  margin-top: 30rem;
}

.mt-100 {
  margin-top: 20rem;
}

footer .list-group-item {
  background: none;
  border: none;
}

footer .list-group-item a {
  color: #6a00f4;
  text-decoration: none;
}

.product-detail h1 {
  font-size: 80px;
  font-weight: 600;
}

.product-detail h3 {
  font-size: 30px;
  font-weight: 200;
}

.product-detail p {
  opacity: 0.8;
  font-size: 20px;
  font-weight: 100;
}

#product-3d {
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
}

.modal-body {
  min-height: 100% !important;
  min-height: 85vh !important;
}

.modal-dialog {
  min-width: 50%;
  justify-content: center;
  display: flex;
}

model-viewer {
  min-width: 100%;
  min-height: 85vh !important;
  object-fit: contain;
}

.product-img {
  background: url("../img/pt.png");
  border-radius: 100%;
}

.product img {
  padding: 4rem;
}

.btn-orange {
  color: #e76f51;
  background: #fff;
  border: 2px solid #e76f51;
}

.btn-orange img {
  filter: brightness(0) saturate(100%) invert(71%) sepia(42%) saturate(6256%) hue-rotate(328deg) brightness(97%) contrast(87%);
}

.btn-orange:hover {
  color: #fff !important;
  background: #e76f51 !important;
}

.btn-orange:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7496%) hue-rotate(321deg) brightness(103%) contrast(100%);
}

swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.table {
  --bs-table-striped-bg: rgba(112, 255, 243, 0.575) !important;
}

th {
  width: 50%;
}

.product-detail h1 {
  font-size: 50px;
  font-weight: 600;
}

a {
  color: inherit;
  text-decoration: none;
}

.dropdown .dropdown-menu {
  position: absolute;
  margin-left: 50px;
}

.dropdown:hover .dropdown-menu {
  display: block;

  text-shadow: none;
}

.productHeader {
  clip-path: none !important;
  overflow: visible !important;
}

.product-detail .swiper-buttons {
  position: absolute !important;
}

.swiper-buttons .swiper-button-next,
.swiper-buttons .swiper-button-prev {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #6a00f4;
  margin: 0 20px 0 20px;
  border-radius: 50px;
  padding-top: 12px;
}

.productList .swiper-buttons .swiper-button-next:after,
.productList .swiper-buttons .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 600;
  color: #6a00f4;
}

.productList .swiper-buttons .swiper-button-next:hover,
.productList .swiper-buttons .swiper-button-prev:hover {
  background: #f1f7ff;
}

.dropdown-menu li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-link.disabled {
  color: #ffffffa2 !important;
  pointer-events: none;
  cursor: default;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

a.disabled .box {
  background: #dcdbdbda !important;
}

a.disabled .box img {
  filter: grayscale(100%);
}

a.diabled .box .productContent h3 {
  color: #efe9e99c !important;
}