/* styles.css */

/* Reset default margin and padding */
html,
body,
h1,
h2,
h3,
p,
ul,
li,
form {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  padding-right: 10px;
}

::-webkit-scrollbar-track {
  background-color: #dbe5ee;
  padding-right: 10px;
}

::-webkit-scrollbar-thumb {
  background: #eaeaea;
  border-radius: 200px;
  margin-right: 10px;
  padding-right: 10px;
}

input.form-control:focus,
textarea:focus {
  outline: 0;
  box-shadow: none !important;
}

/* Set a background color and text color for the body */
body.tech-body {
  background-color: #03142d;
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  height: 100%;
  scrollbar-width: thin;
  /* for Firefox */
  scrollbar-color: transparent transparent;
  overflow-x: hidden;

}

/* for Firefox */


.btn.btn-primary {
  border-style: solid;
  background-color: transparent;
  border-radius: 15px;
  border-color: #ffffffb0;
  width: 100px;
  font-size: 15px;
}

.gradient-btn {
  background-image: linear-gradient(269deg, #03081e4a, #34455e);
  padding: 15px;
  border-radius: 14px;
}

/***animted btn****/

.the-arrow {
  width: 28px;
  transition: all 0.2s;
}

.the-arrow.-left {
  position: absolute;
  top: 45%;
  left: 0;
}

.the-arrow.-left>.shaft {
  width: 0;
  background-color: #999;
}

.the-arrow.-left>.shaft:before,
.the-arrow.-left>.shaft:after {
  width: 0;
  background-color: #999;
}

.the-arrow.-left>.shaft:before {
  transform: rotate(0);
}

.the-arrow.-left>.shaft:after {
  transform: rotate(0);
}

.the-arrow.-right {
  top: 0;
}

.the-arrow.-right>.shaft {
  width: 28px;
  transition-delay: 0.2s;
}

.the-arrow.-right>.shaft:before,
.the-arrow.-right>.shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}

.the-arrow.-right>.shaft:before {
  transform: rotate(40deg);
}

.the-arrow.-right>.shaft:after {
  transform: rotate(-40deg);
}

.the-arrow>.shaft {
  background-color: #dddddd;
  display: block;
  height: 2px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}

.the-arrow>.shaft:before,
.the-arrow>.shaft:after {
  background-color: #eaeaea;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}

.the-arrow>.shaft:before {
  transform-origin: top right;
}

.the-arrow>.shaft:after {
  transform-origin: bottom right;
}

.animated-arrow {
  display: inline-block;
  color: #ffffff;
  font-size: 1.25em;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}

.animated-arrow:hover {
  color: #eaeaea;
}

.animated-arrow:hover>.the-arrow.-left>.shaft {
  width: 28px;
  transition-delay: 0.1s;
  background-color: #f8f8f8;
}

.animated-arrow:hover>.the-arrow.-left>.shaft:before,
.animated-arrow:hover>.the-arrow.-left>.shaft:after {
  width: 8px;
  transition-delay: 0.1s;
  background-color: #ffffff;
}

.animated-arrow:hover>.the-arrow.-left>.shaft:before {
  transform: rotate(40deg);
}

.animated-arrow:hover>.the-arrow.-left>.shaft:after {
  transform: rotate(-40deg);
}

.animated-arrow:hover>.main {
  transform: translateX(40px);
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft {
  width: 0;
  transform: translateX(200%);
  transition-delay: 0;
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft:before,
.animated-arrow:hover>.main>.the-arrow.-right>.shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft:before {
  transform: rotate(0);
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft:after {
  transform: rotate(0);
}

.animated-arrow>.main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}

.animated-arrow>.main>.text {
  margin: 0 16px 0 0;
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
  color: #dfdfdf;
}

.animated-arrow>.main>.the-arrow {
  position: relative;
}


/* Add some spacing and alignment to the header */
nav {
  padding: 10px 35px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 20px !important;
  width: 100%;
  max-width: 90%;
  margin: 0px auto;
  background: #ffffff33;
  border-radius: 20px;
  height: 60px;
  backdrop-filter: blur(10px);
  border: 0.5px solid #727272;
  z-index: 99;
}

nav {
  display: flex;
  justify-content: center;
}

nav .logo img {
  max-width: 150px;
  margin: 10px;
  padding: 10px;
}

/* header .login-btn {
  margin-right: 1em;
  display: flex;
  align-items: center;
  gap: 30px;
} */

.robo-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.robo-img img {
  max-width: 350px;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 9;
  margin-left: 2em;
}

.robo-img::after {
  content: '';
  position: absolute;
  top: 0em;
  right: 10em;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  opacity: 0.3;
  background: #68aceffc;
  filter: blur(97px);
}


.banner {
  background: url(./assets/img/Vector_2677.jpg);
  background-color: #081424d9;
  background-blend-mode: overlay;
  background-size: cover;
  padding: 100px 100px 100px;
}

.banner .row {
  align-items: center;
}


nav.navbar-menu ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 0;
}

nav.navbar-menu ul li {
  list-style: none;
  font-weight: 600;
}

nav.navbar-menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

nav.navbar-menu ul li a:hover {
  color: #fff !important;
  background-image: linear-gradient(89deg, #03081e9c, transparent);
  border-radius: 7px;
  font-weight: 500;
}

/* Style the hero section */


.hero {
  text-align: left;
  padding: 50px 0;
}

.hero h1 {
  font-size: 45px;
  margin-bottom: 20px;
  color: #c0d9fe;
  font-weight: 500;
}


.hero p {
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: 200;
  color: #acacac;
  line-height: 1.8;
}

.hero ul {
  padding-left: 0;
  padding-bottom: 20px;
}

.hero li {
  list-style-type: none;
  font-size: 13px !important;
  margin: 20px 0;
  color: #ccc;
  font-weight: 200;
}

.hero .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

/* Style the features section */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.features h1 {
  font-size: 45px;
  margin-bottom: 20px;
  padding-top: 1em;
  color: #c0d9fe;
  font-weight: 500;
}

.features {
  background: url(./assets/img/VitwoAI-bg.jpg);
  background-color: #081424d9;
  background-blend-mode: overlay;
  background-size: contain;
}


.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.feature img {
  width: 200px;
  height: 150px;
  margin-bottom: 20px;
}

.feature h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.feature p {
  font-size: 16px;
  text-align: center;
  color: #555;
}



/* Style the portfolio section */
.portfolio-item {
  text-align: center;
  margin-bottom: 30px;
}

.portfolio-item img {
  width: 300px;
  height: 200px;
  margin-bottom: 10px;
}

.portfolio-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

/* Style the contact section */
form {
  margin-top: 30px;
}

.form-input {
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-size: 12px;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button[type="submit"] {
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Style the footer */
footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
}



/*feature section*/

.El {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.El__wrapper {
  display: flex;
  width: 800vw;
  height: 72vh;
  align-items: center;
}

.El__slide {
  display: flex;
  align-items: center;
  width: 100vw;
  padding: 50px;

}

.El__content {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}


.El__subtitle {
  position: relative;
  color: #fff;
}

.El__description {
  width: 400px;
}

.El__description hr {
  max-width: 50px;
  border-top-width: 2px;
}


.El__description p {
  font-size: 13px;
  font-weight: 200;
  line-height: 1.85;
}

/*Model viewer*/

#aSide {
  height: 600px;
  width: 600px;
  display: flex;
  align-items: center;
  position: relative;
  top: calc(50% - 250px);
}

#aSide img {
  max-width: 100%;
}

#aSide model-viewer {
  height: 600px;
  width: 600px;
  object-fit: contain;
  pointer-events: none;
}


/*Contact*/
#contact {
  width: 100%;
  height: 100%;
  background: url(./assets/img/contact-bg.jpg);
  background-color: #081424fc;
  background-blend-mode: overlay;
  background-size: cover;
  padding: 180px 100px 100px;
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 70px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

/* Left contact page */
.form-horizontal {
  width: 100%;
  font-weight: 400;
  /* background: #ffffff24; */
  padding: 15px 10px;
  /* border-radius: 12px; */
  /* border: 1px solid #ffffff57; */
  margin: auto;
  backdrop-filter: blur(8px);
}

.form-horizontal .modal-body {
  height: 460px;
}

.contact h1 {
  font-size: 45px;
  color: #c0d9fe;
  font-weight: 500;
}

.form-horizontal .form-group {
  margin: 15px 0;
}

.form-horizontal .form-group input,
.form-horizontal textarea {
  background: transparent;
  color: #fff;
  margin: auto;
}

.form-horizontal .form-group input {
  height: 44px;
}

.form-control,
textarea {
  background-color: #000;
  color: #fff;
}

.send-button {
  margin-top: 15px;
  height: 34px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.alt-send-button {
  width: 400px;
  height: 34px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  color: #aaa;
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 40px 0;
}

.list-item span a {
  color: #aaa;
  text-decoration: none;
}


.contact-text {
  color: #bbb;
}

.submit-btn {
  float: right;
  margin: 15px 0px;
  border-radius: 5px !important;
}

/* .place {
  margin-left: 62px;
} */

.phone {
  margin-left: 56px;
}



.contact-text a {
  color: #bbb;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #fff;
  text-decoration: none;
}


/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27, 27, 27);
  cursor: pointer;
  transition: all .2s ease-in-out;
}


.social-media-list li:hover {
  background-color: #fff;
}

.social-media-list li:hover:after {
  opacity: 1;
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}

.social-media-list li:hover a {
  color: #000;
}

.copyright {
  color: #555;
  text-align: center;
}

hr {
  border-color: rgba(255, 255, 255, .6);
}

.modal {
  backdrop-filter: blur(7px);
}

.modal.fade.zoom:not(.show) .modal-dialog {
  transform: scale(0.5);
}

.modal.show .modal-dialog {
  transform: translatey(100px) !important;
}

/************on scroll top btn***********/

.top-scroll-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  /* display: none; */
}

.top-scroll-btn:hover {
  background-color: #444;
}

#container {
  text-align: center;
  padding-top: 50px;
}

.image-container {
  position: relative;
  display: inline-block;
}

#image {
  max-width: 100%;
  height: auto;
}

#particle-container {
  position: absolute;
  top: 0;
  left: 0;
}




/* Begin Media Queries*/
@media screen and (max-width: 850px) {

  body.tech-body {
    overflow-x: hidden;
  }

  .container {
    padding: 40px 20px;
  }

  nav {
    height: auto;
    padding: 5px 35px !important;
  }

  nav .logo img {
    margin: 0;
  }

  div#navbarSupportedContent {
    padding-top: 2em;
  }

  .navbar-toggler {
    cursor: pointer;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
  }

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

  .line-toggle {
    position: absolute;
    display: block;
    width: 45px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    transition: all 0.6s;
  }

  .line-toggle:first-child {
    transform: translateY(-14px) translateX(-16px);
    ;
    width: 50px;
    transition-delay: 0s;
  }

  .navbar-toggler .line-toggle:nth-child(2) {
    transition-delay: 0.12s;
  }

  .line-toggle:last-child {
    transform: translateY(12px) translateX(-10px);
    ;
    width: 30px;
    transition-delay: 0s;
  }

  .navbar-toggler.activate .line-toggle:first-child {
    background: #fff;
    transform: translateY(0) translateX(0) rotate(45deg);
    width: 35px;
    height: 3px;
    transition-delay: 0.1s;
  }

  .navbar-toggler.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
  }

  .navbar-toggler.activate .line-toggle:last-child {
    background: #fff;
    transform: translateY(0) translateX(0) rotate(314deg);
    width: 35px;
    height: 3px;
    transition-delay: 0.1s;
  }

  .hero h1 {
    line-height: 1.5;
  }

  .banner {
    padding: 100px 40px;
  }

  .banner .row {
    align-items: center;
  }




  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }

  .features {
    margin: 0 20px;
  }

  .direct-contact-container,
  .form-horizontal {
    margin: 0 auto;
  }

  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }

  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }

  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .El__wrapper {
    width: 800vw;
  }

  .El__content {
    flex-direction: column;
  }

  #aSide {
    width: 300px;
    height: auto;
  }

  .El__wrapper {
    gap: 0;
  }

  .El__description {
    width: 300px;
  }

  #contact {
    padding: 10px 20px;
    background-size: contain;
  }

}

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

  .direct-contact-container,
  .form-wrapper {
    float: none;
    margin: 0 auto;
  }

  .form-control,
  textarea {

    margin: 0 auto;
  }


  .name,
  .email,
  textarea {
    width: 280px;
  }

  .direct-contact-container {
    margin-top: 0;
    max-width: 280px;
  }

  .social-media-list {
    left: 0;
  }

  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 0;
    font-size: 2rem;
  }

  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }



}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}


/* Styling for Webkit browsers (Chrome, Safari) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  body::-webkit-scrollbar {
    width: 0.2rem;
  }

  body::-webkit-scrollbar-track {
    background-color: transparent;
  }

  body::-webkit-scrollbar-thumb {
    background-color: #ffffffcc;
  }
}


/****toast*****/