html {
  scroll-behavior: smooth;
}

img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

:root {
  --white: white;
  --puff-blue: #bacfff;
  --cb-600: #98a2b3;
  --horizon-prple: #6e25cc;
  --cdgous-blue: #4279f3;
  --moonlight-grey: #1b2034;
  --dark-sky: #000420;
  --z-yellow: #ffa83c;
  --cg-500: #d0d5dd;
  --z-mint: #4df5b9;
  --z-pink: #ed5695;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
    height: 100%;
    width: 100%;
    margin: 0;
    background: #040f13;
    color:white;
    overflow-x: hidden;
    overflow-y: scroll;
    /* background: linear-gradient(90deg, rgba(204,213,174,1) 0%, rgba(233,237,201,1) 100%); */
}

.p-font{
  font-size: 1rem;
}
 .cdg {
  position: relative;
}

video {
    width: 100%;
    height: 700px;
    object-fit: cover;
    background-size: cover;
}

.about_video{
  border-radius: 25px;
  box-shadow: 0px 1px 20px 0px #6978d1;
}


nav{
    background: linear-gradient(90deg, rgb(11 13 60) 0%, rgb(20 61 151) 100%);
}
.nav_btn{
    background: transparent;
    color: white;
    font-weight: 400;
    font-size: 20px;
    border: 1px solid #009cff;
    border-radius: 16px 16px 0px 16px;
}
.nav_btn:hover{
    border: 1px solid white;
    transition: 0.5s;
}
.nav_items{
    font-size: 20px;
    font-weight: 400;
}
@-webkit-keyframes hvr-pop {
50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
}

@keyframes hvr-pop {
50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
}

.nav_items:hover {
-webkit-animation-name: hvr-pop;
animation-name: hvr-pop;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
cursor: pointer;
}
.vision_card {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  background: transparent;
  font-size: 16px;
  &::before,
&::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background-color: #2b5774;
  z-index: -20;
  transition: all .4s;
  background: transparent;
}

&::before {
  top: 0;
  right: 0;
}

&::after {
  bottom: 0;
  left: 0;
}

.content {
  width: 100%;
  height: 100%;
  color: #fff;
  background: transparent;
  backdrop-filter: blur(20px);
  border: 1px solid #4368e0;
  border-radius: 6px;
  box-shadow: -20px 10px 20px rgba(98, 168, 209, 0.16);
  transition: all .4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

&:hover {
  &::before {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transform: translate(20px, -20px);
    background-color: #4368e0;
  }
  
  &::after {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: translate(-30px, 30px);
    background-color: #4368e0;
  }
  
}
}

.choose-card{
width: 100%;
height: 100%;
cursor: pointer;
position: relative;
background: transparent;
border: 1px solid #fff;
background: transparent;
transition: filter 0.5s ease;
}

.choose-card:hover{
background-color: rgba(255, 255, 255, 0.199);
opacity:0.9; 
transition: 0.5s;
}

.div-head:hover{
color:#52ff38;
cursor: pointer;
transition: 0.9s;
}


.contact-p{
font-size: 25px;
text-decoration: none;
font-weight: 500;
}

.form-control{
background: #979696 !important;
}

.inform_span_assets{
font-size: clamp(25px, 5vw, 25px);
font-weight: 350;
}

.inform_span_client{
font-size: clamp(25px, 5vw, 25px);
font-weight: 350;
}

.inform_span_office{
font-size: clamp(25px, 5vw, 25px);
font-weight: 350;
}

.inform_span_artist{
font-size: clamp(25px, 5vw, 25px);
font-weight: 350;
}

.loader {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
/* background: rgba(255, 255, 255, 0.7); */
z-index: 1000;
}

/* p - decorative, not required */
p {
margin-top:2rem;
font-size:0.75rem;
text-align:center;
}

.about_us_text{
  font-size: 21px;
  text-align: center;
  font-weight: 350;
  margin-left: 3rem;
}
.plus_icon{
  color: #5241FA;
  font-size: 50px;
  font-weight: 900;
}
.specification_text{
  text-align: start;
}
.amazon_break{
  display: none;
}
.location_div{
  justify-content: space-around;
}
.location_text{
  margin-left: 15px;
}


  
  .adhoc_service_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.adhoc_card {
    padding: 40px 5px 15px 7px;
    /* border: 1px solid; */
}

.adhoc_card img {
    width: 300px;
}


.product_card {
    border: 1px solid rgb(170, 170, 170);
    border-radius: 15px;
}

.product_card:hover {
    border: 1px solid rgb(253, 251, 251);
}

.btn-div {
    padding: 0px 40px 10px 40px;
}

.btn-div button {
    font-size: medium;
    width: 100%;
    border-radius: 50px;
}

.image_div {
    padding: 0px 10px 0px 40px;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 35px;
}

.card-basic,
.card-premium,
.card-standard {
    margin: 0 2rem 1rem 0;
    padding: 0 0 0.5rem 0;
    width: 18rem;
    background: #fff;
    color: #444;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0.5rem 0.5rem 1rem rgba(51, 51, 51, 0.2);
    overflow: hidden;
    transition: all 0.1ms ease-in-out;
}

.card-basic:hover,
.card-premium:hover,
.card-standard:hover {
    transform: scale(1.02);
}

.card-header {
    height: 5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 1rem 0;
    color: #fff;
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
}

.price_card_text{
  padding: 19px;
}
.price_card_scene_text{
  padding: 11px;
  font-size: large;
}
.header-basic,
.btn-basic {
    background: linear-gradient(135deg, rgb(68 81 95), #06c766);
}

.header-assets,
.btn-assets {
    background: linear-gradient(135deg, #2b252b, #cf087c);
}

.header-standard,
.btn-standard {
    background: linear-gradient(135deg, #1d0536, #5908cf);
}

.header-premium,
.btn-premium {
    background: linear-gradient(135deg, #7e7a73, #0062ee);
}

.card-body {
    padding: 0.5rem 0;
}

.card-body h2 {
    font-size: 2rem;
    font-weight: 700;
}

.card-element-container {
    color: #444;
    list-style: none;
}

.price_btn {
    margin: 0.5rem 0;
    padding: 0.7rem 1rem;
    outline: none;
    border-radius: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.1ms ease-in-out;
}

.price_btn:hover {
    transform: scale(0.95);
}

.price_btn:active {
    transform: scale(1);
}

.card-element-hidden {
    display: none;
}

.loader {
    width: 100vw;
    height: 100vh;
    background: #040f13;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.top_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    align-items: start;
    justify-content: start;
    background-color: transparent;
}

.last_div {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: transparent;
    display: none;
}

.center_div {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
.mid_div{
    position: absolute;
    top: 20%;
    width: 100%;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
#progress-bar-container {
    width: 100%;
    background-color: #100c0c;
}

#progress-bar {
    height: 50px;
    /* Adjust the height of the progress bar */
    line-height: 30px;
    background-color: #100c0c;
    width: 50;
    transition: width 0.1s linear;
    /* Adjust transition duration and easing */
}

/* You can customize the progress bar color here */
#progress-bar.loading {
    background: linear-gradient(135deg,
            hsl(25 98% 70%),
            hsl(23.9645 96.8689% 69.7096%),
            hsl(21.0027 93.4957% 68.9107%),
            hsl(16.5084 88.0997% 67.7756%),
            hsl(11.099 81.428% 66.5035%),
            hsl(5.69633 74.8663% 65.3092%),
            hsl(1.56759 70.0643% 64.439%),
            hsl(0.00000265346 68.306% 64.1176%));
}

#heading_tag {
    position: absolute;
    bottom: 0;
    transform: translate(-50%, -50%);
    left: 0;
    color: aliceblue;
    font-weight: bold;
}

.loading {
    opacity: 1;
}

#percentage {
    position: absolute;
    top: 20;
    left: 50%;
    transform: translate(-50%, -50%);
    color: aliceblue;
    font-weight: 600;
    font-size: xx-large;
    letter-spacing: 1px;
}

#dimension-demo {
text-align: center;
width: 100%;
height: 700px;
}

#controls {
position: absolute !important;
bottom: 16px !important;
left: 16px !important;
max-width: unset !important;
transform: unset !important;
pointer-events: auto !important;
z-index: 100 !important;
background: transparent !important;
}

.dot {
display: none;
}

.dim {
background: #fff !important;
border-radius: 4px !important;
border: none !important;
box-sizing: border-box !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25) !important;
color: rgba(0, 0, 0, 0.8) !important;
display: block !important;
font-family: Futura, Helvetica Neue, sans-serif !important;
font-size: 1em !important;
font-weight: 700 !important;
max-width: 128px !important;
overflow-wrap: break-word !important;
padding: 0.5em 1em !important;
position: absolute !important;
width: max-content !important;
height: max-content !important;
transform: translate3d(-50%, -50%, 0) !important;
pointer-events: none !important;
--min-hotspot-opacity: 0 !important;
}

.dimensionLineContainer {
pointer-events: none !important;
display: block !important;
}

.dimensionLine {
stroke: #16a5e6 !important;
stroke-width: 2 !important;
stroke-dasharray: 2 !important;
}

.hide {
display: none !important;
}

/* This keeps child nodes hidden while the element loads */
:not(:defined)>* {
display: none !important;
}
#checkbox_container {
width: 51px;
height: 31px;
position: absolute !important;
bottom: 38px !important;
right: 25px !important;
max-width: unset !important;
transform: unset !important;
pointer-events: auto !important;
z-index: 100 !important;
background: transparent !important;
}

/* The switch - the box around the slider */
#checkbox {
opacity: 0;
width: 0;
height: 0;
position: absolute;
}

.switch {
width: 100%;
height: 100%;
display: block;
background-color: #e9e9eb;
border-radius: 16px;
cursor: pointer;
transition: all 0.2s ease-out;
border: 2px solid black;
}

/* The slider */
.slider {
width: 27px;
height: 27px;
position: absolute;
left: calc(50% - 27px/2 - 10px);
top: calc(50% - 27px/2);
border-radius: 50%;
background: #FFFFFF;
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
transition: all 0.2s ease-out;
cursor: pointer;
}

#checkbox:checked+.switch {
background-color: #000000;
}

#checkbox:checked+.switch .slider {
left: calc(50% - 27px/2 + 10px);
top: calc(50% - 27px/2);
}

.glb_download_btn {
position: absolute;
top: 10px;
right: 10px;
z-index: 2;
}
.Btn {
width: 50px;
height: 50px;
border: none;
border-radius: 50%;
background-color: rgb(27, 27, 27);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
cursor: pointer;
position: relative;
transition-duration: .3s;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}

.svgIcon {
fill: rgb(214, 178, 255);
}

.icon2 {
width: 18px;
height: 5px;
border-bottom: 2px solid rgb(182, 143, 255);
border-left: 2px solid rgb(182, 143, 255);
border-right: 2px solid rgb(182, 143, 255);
}

.Btn:hover {
background-color: rgb(150, 94, 255);
transition-duration: .3s;
}

.Btn:hover .icon2 {
border-bottom: 2px solid rgb(235, 235, 235);
border-left: 2px solid rgb(235, 235, 235);
border-right: 2px solid rgb(235, 235, 235);
}

.Btn:hover .svgIcon {
fill: rgb(255, 255, 255);
animation: slide-in-top 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-top {
0% {
    transform: translateY(-10px);
    opacity: 0;
}

100% {
    transform: translateY(0px);
    opacity: 1;
}
}

.card-head {
  color: #ffffff;
  font-weight: 600;
  padding: 10px 0px 10px 0px;
}

.low_btn {
  margin-top: 1rem;
}

.model_btn {
  width: 70%;
  cursor: pointer;
}

/* .container-fluid {
  padding: 4rem 3rem 3rem 4rem !important;
} */

.polycount {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 2;
}

.foot_text{
  font-size: 1.2rem;
  padding: 35px 70px 70px 70px;
}

@media only screen and (max-width: 1858px) {
  .model_btn {
      width: 95%;
      cursor: pointer;
      margin-left: 5px;
  }

  .card img {
      width: 150px;
      margin-left: -4px;
      height: auto;
      margin-top: 30px;
  }

  .glb_loader-container {
      position: absolute;
      top: 40%;
      z-index: 2;
      right: 40%;
  }
}

@media only screen and (max-width: 1512px) {
  .model_btn {
      width: 150px;
      cursor: pointer;
      margin-left: -40px;
  }

  .card img {
      margin-left: -40px;
      width: 150px;
      height: auto;
      margin-top: 30px;
  }

  .card-body .row {
      flex-direction: column;
      align-items: center;

  }
}

/* @media only screen and (max-width: 1100px) {
  .col-md-6 {
      width: 50%;
  }
} */

@media only screen and (max-width: 991px) {
  .model_btn {
      width: 70%;
      cursor: pointer;
      margin-left: 0px;
  }

  .card img {
      margin-left: 0px;
      width: 65%;
      height: auto;
  }

  .card-body .row {
      flex-direction: row;
      align-items: center;

  }

  .glb_loader-container {
      position: absolute;
      top: 40%;
      z-index: 2;
      right: 33%;
  }
  .foot_text{
    font-size: 1.2rem;
    padding: 0px;
  }
}

@media only screen and (max-width: 800px) {
  .dim {
      font-size: 3vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .model_btn {
      width: 45%;
      cursor: pointer;
      margin-left: 0px;
  }

  .card img {
      margin-left: 0px;
      width: 200px;
  }

  .card-body .row {
      flex-direction: row;
      align-items: center;
  }

  .preview_image {
      margin-top: 1rem;
  }
  .heading{
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 465px) {
  .model_btn {
      width: 50%;
  }

  .glb_loader-container {
      position: absolute;
      top: 40%;
      z-index: 2;
      right: 30%;
  }

  #checkbox_container {
      right: 40% !important;
  }
}

@media only screen and (max-width: 415px) {
  .model_btn {
      width: 100%;
      cursor: pointer;
      margin-left: 5px;
  }

  .card img {
      width: 150px;
      margin-left: 0px;
      height: auto;
  }
  .center_div {
      position: absolute;
      top: 33%;
      width: 100%;
      height: 0;
      right: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: transparent;
  }
  .mid_div{
      position: absolute;
      top: 15%;
      width: 100%;
      height: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: transparent;
  }
  #heading {
      text-align: center;
      margin: 1em;
      color: rgb(0, 255, 200);
      font-size: 1.4em !important;
  }
}

@media only screen and (max-width: 350px) {
  .glb_loader-container {
      position: absolute;
      top: 40%;
      z-index: 2;
      right: 25%;
  }
}

.glb_loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: not-allowed;
  scale: 0.7;
}

.central {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 10em;
  height: 10em;
  border-radius: 50%;
  box-shadow: 0.5em 1em 1em red,
      -0.5em 0.5em 1em lime,
      0.5em -0.5em 1em purple,
      -0.5em -0.5em 1em yellow;
}

.external-shadow {
  width: 10em;
  height: 10em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0.5em 0.5em 3em red,
      -0.5em 0.5em 3em lime,
      0.5em -0.5em 3em purple,
      -0.5em -0.5em 3em yellow;
  z-index: 999;
  animation: rotate 3s linear infinite;
  background-color: #212121;
}

.intern {
  position: absolute;
  color: white;
  z-index: 9999;
}

.intern::before {
  animation: 2s ease-in-out infinite;
}

@keyframes rotate {
  0% {
      transform: rotate(0deg);
  }

  50% {
      transform: rotate(180deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

.glb_loader-container {
  position: absolute;
  top: 40%;
  z-index: 2;
  right: 43%;
}

 /* From Uiverse.io by Phelix652 */
 .form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 0.4em;
  background-color: #040f13;
  border-radius: 20px;
}

#heading {
  text-align: center;
  margin: 1em;
  color: rgb(0, 255, 200);
  font-size: 1.8em;
}

#heading2 {
  text-align: center;
  margin: 0em;
  color: rgb(250 250 250);
  font-size: 1.5em;
}

.field {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 25px;
  padding: 0.6em;
  border: none;
  outline: none;
  color: white;
  background-color: #171717;
  box-shadow: inset 2px 5px 10px rgb(5, 5, 5);
  margin-top: 1em;
  border: 1px solid;
  border-color: rgb(0, 114, 89);
}

.input-icon {
  height: 1.3em;
  width: 1.3em;
  fill: rgb(0, 255, 200);
}

.input-field {
  background: none !important;
  border: none;
  outline: none;
  width: 100%;
  color: rgb(0, 255, 200);

}

.form .btn {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 1em;
}

.button3 {
  margin-bottom: 3em;
  padding: 0.5em;
  border-radius: 5px;
  border: none;
  outline: none;
  transition: .4s ease-in-out;
  background-image: linear-gradient(163deg, #00ff75 0%, #3700ff 100%);
  color: rgb(0, 0, 0);
  opacity: 1;
  border-radius: 50px;
}

.button3:hover {
  /* background-image: linear-gradient(163deg, #a00000fa 0%, #d10050 100%);
color: rgb(255, 255, 255); */
  opacity: 0.9;
  transition: 0.1s;
}

.login_card {
  background-image: linear-gradient(163deg, #00ff75 0%, #3700ff 100%);
  border-radius: 22px;
  transition: all .3s;
}

.login_card2 {
  border-radius: 0;
  transition: all .2s;
}

.login_card2:hover {
  transform: scale(0.98);
  border-radius: 20px;
}

.login_card:hover {
  box-shadow: 0px 0px 20px 1px rgba(0, 255, 117, 0.30);
}

.video-container {
  position: relative;
  width: fit-content; /* Adjusts to video width */
}

video {
  display: block; /* Removes extra space below the video */
  width: 100%; /* Optional: makes video responsive */
}

@font-face {
  font-family: 'Wigglye';
  src: url('c:/Users/Artist/Downloads/wigglye/Wigglye.ttf') format('woff2'),
       url('c:/Users/Artist/Downloads/wigglye/Wigglye.ttf') format('woff');
  font-weight: normal;
  font-style: normal;
}

.video-overlay {
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  background-color: transparent;
  color: yellow;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  font-size: xx-large;
  font-family: "Bubblegum Sans", sans-serif;
}

.overlay-text {
  margin: 0; /* Removes default margin */
}
