/* Start */

body {
  font-family: Arial, sans-serif;
  background-color: #ffffff !important;
  ;
}

.logo {
  height: 55px;
}

.navbar {
  border-bottom: 2px solid #6f42c1;
  background-color: #6d13ec;
}

.navbar-nav .nav-item .nav-link {
  color: #000000; /* Black color for all nav items */
}

.navbar-nav .nav-item .nav-link.btn-primary {
  color: #ffffff; /* Ensuring the text color for the "Start Free Trial" button remains white */
}

.nav-link.btn {
  margin-left: 10px;
}
.navbar-nav .nav-item {
  margin-right: 20px; /* Adjust the margin as needed for more gap */
}

.nav-item .nav-link {
  color: #ffffff !important;
  font-size: 18px;
}

.nav-item .nav-link:hover {
  color: #d8d2d2 !important;
}


.tryout-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 15px;
  background: linear-gradient(45deg, #fc00ff, #00dbde);
  background-size: 200% 200%; /* This is key for moving effect */
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: gradientMove 4s ease infinite; /* Animation for the gradient */
}

.tryout-btn:hover {
  animation: gradientMoveHover 2s ease infinite; /* Faster movement on hover */
}

/* Animation keyframes */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradientMoveHover {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



.container-fluid{
  
  background-color: #F3EAFF;
}

.text-section {
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.text-section h2 {
  color: #000000; /* Adjust the color if necessary */
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 50px;
}

.text-section h1 {
  font-size: 48px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000; /* Ensure the color is black */
}

.text-section p {
  font-size: 18px;
  color: #000; /* Ensure the color is black */
  margin-bottom: 30px;
}



.form-inline {
  display: flex;
}

.image-container {
  position: relative;
  text-align: center;
}

.image-container img {
  max-width: 75%;
  height: auto;
}

.tags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tag {
  position: absolute;
  background: #6f42c1;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.btn-primary, .start-trial {
  background-color: #6929C4 !important;
  border-color: #6929C4 !important;
  transition: all 0.3s ease !important;
  border-radius: 15px !important;
}

.btn-primary:hover, .start-trial:hover {
  background-color: #531f9d;
  border-color: #531f9d;
  transform: scale(1.1);
}

.nav-link .fa-user {
  margin-left: 5px;
  font-size: 20px; /* Adjust size as needed */
}

/* On model imagery */

.on-model-imagery {
  padding: 50px 0;
  background-color: #ffffff;
}

.imagery-left {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imagery-left img {
  max-width: 100%; /* Adjust the size as needed */
  height: auto;
  margin: 0 10px;
}

.imagery-right h2 {
  color: #8a8a8a; /* Adjust the color if necessary */
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.imagery-right h1 {
  font-size: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}

.imagery-right p {
  font-size: 18px;
  color: #000;
}

/* Voice it out  */

.voice-it-out {
  padding: 50px 0;
  background-color: #F8F6F4;
}

.voice-text h2 {
  color: #8a8a8a; /* Adjust the color if necessary */
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.voice-text h1 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}

.voice-text p {
  font-size: 18px;
  color: #000;
}

.voice-image {
  text-align: center;
}

.voice-image img {
  max-width: 100%;
  height: auto;
}

/* Our workflow  */

.our-workflow {
  padding: 50px 0;
  background-color: #ffffff;
  text-align: center;
}

.our-workflow h1 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #000;
  text-align: left;
}

.workflow-image {
  display: flex;
  justify-content: center;
  margin-bottom: 0px; /* Adjust if needed for spacing between images */
}

.workflow-image img {
  max-width: 100%;
  height: auto;
}

/* How to use it */

.how-to-use-it {
  padding: 50px 0;
  background-color: #F8F6F4 ;
}

.how-to-use-it h3 {
  font-size: 18px;
  color: #6929C4;
}

.how-to-use-it h2 {
  font-size: 36px;
  color: #000;
  margin-bottom: 20px;
}

.how-to-use-it p {
  font-size: 16px;
  color: #000;
}

.image-grid {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.image-grid .main-image {
  position: relative;
  z-index: 1;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .image-grid {
      display: block;
  }

  .image-grid .main-image {
      margin-bottom: 10px;
  }
}



/* Guidelines Section */


.guidelines-section {
  background-color: #ffffff; /* Replace with your desired background color */
  margin-top: 50px;
}


.guidelines-section h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #000;
  /* text-align: center; */
}

.guidelines-list {
  list-style: none;
  padding: 0;
  border-left: 2px solid #ddd;
}

.guidelines-list li {
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
  color: #000;
  transition: color 0.3s;
  position: relative;
}

.guidelines-list li.active, .guidelines-list li:hover {
  color: #6929C4;
}

.guidelines-list li.active::before, .guidelines-list li:hover::before {
  content: '→';
  position: absolute;
  left: -20px;
  color: #007bff;
}

.guideline-content {
  text-align: center;
}

.guideline-content img {
  max-width: 100%;
  height: auto;
  padding: 0px;
}

.guideline-content p {
  font-size: 16px;
  margin-top: 20px;
  color: #000;
}

.accordion .card-header {
  background-color: #f8f9fa;
}

.accordion .card-header .btn-link {
  text-decoration: none;
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion .card-header .btn-link:hover {
  text-decoration: none;
  color: #007bff;
}

.accordion .card-body {
  text-align: center;
}

.accordion .card-body img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.accordion .card-body p {
  font-size: 16px;
  color: #000;
}

@media (max-width: 767px) {
  .guidelines-list {
      display: none;
  }

  .accordion {
      display: block;
  }
}

@media (min-width: 768px) {
  .accordion {
      display: none;
  }
}



/* Picture Lifestyle */

.picture-lifecycle {
  padding: 50px 0;
  background-color: #F8F6F4;
  text-align: left;
}

.picture-lifecycle h1 {
  font-size: 40px;
  margin-bottom: 40px;
  color: #000;
}

.lifecycle-image {
  text-align: center;
}

.lifecycle-image img {
  width: 100%;
  border-radius: 8px;
}

/* Demo video */

.demo-video-section {
  padding: 50px 0;
  text-align: center;
  background-color: #ffffff; /* Optional: set a background color */
}

.demo-video-section h1 {
  font-size: 40px;
  color: #000;
  margin-bottom: 50px;
  text-align: left;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  max-width: 800px; /* Limit the maximum width of the thumbnail */
  margin: 0 auto; /* Center the image within the container */
}

.video-thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.video-thumbnail img:hover {
  transform: scale(1.05);
}

.play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 64px;
  height: 64px;
}

.play-button-overlay svg {
  fill: white;
}


/* Supported platform  */

.supported-platform {
  padding: 50px 0;
  background-color: #F3EAFF;
  text-align: center;
}

.supported-platform h1 {
  font-size: 36px;
  margin-bottom: 40px;
  color: #000;
  text-align: left;
}

.platform-image {
  text-align: center;
  margin-bottom: 20px;
}

.platform-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.btn-outline-primary {
  color: #6929C4 !important;
  border-color: #6929C4 !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #6929C4 !important;
  border-color: #6929C4 !important;
}

/* Product values  */

.product-values {
  padding: 50px 0;
  background-color: #ffffff;
}

.product-values h1 {
  font-size: 36px;
  margin-bottom: 40px;
  color: #000;
}

.product-values img {
  max-width: 100%;
  height: auto;
}

/* Technical Support  */

.technical-support {
  padding: 50px 0;
  background-color: #F8F6F4; /* Adjust background color if needed */
}

.technical-support h1 {
  font-size: 36px;
  margin-bottom: 40px;
  color: #000;
  text-align: left; 
}

.technical-support .img-box {
  border: 2px solid #6929C4;
  border-radius: 8px;
  padding: 10px; /* Add padding inside the box */
}

.technical-support img {
  max-width: 100%;
  height: auto;
  padding: 10px;
}

@media (max-width: 767px) {
  .technical-support h1 {
    font-size: 28px; /* Smaller font size for mobile */
    margin-bottom: 20px;
  }
  
  .technical-support .img-box {
    padding: 5px; /* Reduce padding for mobile */
  }
  
  .technical-support .row {
    margin: 0; /* Remove margin to avoid extra space */
  }

  .platform-image {
    padding: 5px; /* Reduce padding between images */
  }

  .platform-image img {
    padding: 5px; /* Reduce padding for images on mobile */
  }
}


/* Footer */

.footer {
  background-color: #6929C4;
  color: #ffffff;
  padding: 50px 0;
}

.footer h2 {
  margin-bottom: 50px;
}

.footer p, .footer ul, .footer li {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #DDDDDD;
}

.footer a {
  text-decoration: none;
  color: #DDDDDD;
}

.footer a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.footer .social-icons a:hover {
  color: #ddd;
}

.footer .fa {
  margin-right: 10px;
}

.footer .list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* Floating button  */

.floating-button {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background-color: #6929C4;
  color: #ffffff;
  border-radius: 15px;
  width: 110px; /* Increased width for text */
  height: 50px; /* Adjust height to fit text */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.3s;
  z-index: 1000;
  text-align: center; /* Center text */
  font-size: 16px; /* Adjust font size */
}

.floating-button:hover {
  background-color: #531f9d;
}

.contact-details {
  display: none;
  position: absolute;
  bottom: 70px;
  right: 0;
  background-color: #ffffff;
  color: #000000;
  border-radius: 8px;
  padding: 15px;
  width: 300px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.contact-details h5{
  margin-bottom: 30px;
}

.contact-details p {
  display: flex; /* Use flexbox to align items side by side */
  align-items: center; /* Center items vertically */
  margin: 0 0 10px 0;
  font-size: 14px;
  margin-bottom: 30px;
}

.contact-details label {
  margin-right: 10px; /* Space between label and input */
  font-size: 14px;
  white-space: nowrap; /* Prevent label text from wrapping */
}

.contact-details input {
  flex: 1; /* Take up remaining space */
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}


/* .contact-details button {
  background-color: #000000;
  color: #ffffff;
  border: none;
  padding: 10px;
  border-radius: 15px;
  cursor: pointer;
  font-size: 14px;
} */

.contact-details button:hover {
  background-color: #531f9d;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff; /* Background color for the button */
  border-radius: 15px; /* Make it a circle */
  /* border: 2px solid #000000; Border color */
  width: 40px; /* Size of the button */
  height: 40px; /* Size of the button */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px; /* Adjust icon size */
  color: #000000; /* Icon color */
  cursor: pointer;
  transition: all 0.3s ease; /* Smooth transition */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Subtle shadow */
}

.close-button:hover {
  background: #000000; /* Background color on hover */
  color: #fff; /* Icon color on hover */
  border-color: #531f9d; /* Border color on hover */
  transform: scale(1.1); /* Slightly increase size on hover */
}
.submit-button {
  background: #fff; /* Background color for the button */
  width: 80px; /* Size of the button */
  height: 40px; /* Size of the button */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 18px; /* Adjust icon size */
  color: #000000 !important; /* Icon color */
  cursor: pointer;
  transition: all 0.3s ease; /* Smooth transition */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Subtle shadow */
  margin: 0 auto;
}

.submit-button:hover {
  background: #6929C4; /* Background color on hover */
  color: #fff !important; /* Icon color on hover */
  border-color: #531f9d; /* Border color on hover */
  transform: scale(1.1); /* Slightly increase size on hover */
}




@media (max-width: 768px) {
  .text-section {
      padding: 20px;
  }

  .text-section h1 {
      font-size: 32px;
  }
  /* section {
    padding-left: 20px;
  } */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
}


