.root {
    font-size: 0.052086vw;
}
body {
    margin: 0;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6, p, a{
    font-family: 'Urbanist', sans-serif;
} 
a , a:hover{
    color: unset;
    text-decoration: none;
}
.container {
    max-width: 100%;
    height: 100vh;
}
.zm-left-col{
    background: linear-gradient(to bottom, #0B5CFF, #10134A);
    height: 100vh;
    padding: 40rem 40rem;
    overflow-y: scroll;
}
h4{
    font-size: 28rem;
    line-height: 1.4em;
    color: #ffffff;
    margin-bottom: 20rem;
    font-weight: 700;
}
h5 {
    font-size: 24rem;
    line-height: 1.2em;
    color: #FFFFFFB2;
    text-transform: uppercase;
    margin-bottom: 20rem;
    font-weight: 800;
    letter-spacing: 1px;
}
h6 {
    font-size: 20rem;
    line-height: 1.4em;
    font-weight: 700;
    color: #ffffff;
}
p {
    font-size: 16rem;
    line-height: 1.4em;
    color: #ffffff;
}
.circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0B5CFF; 
    font-size: 18rem;
    font-weight: 700;
    line-height: 1.4em;
    vertical-align: middle;
    margin-right: 15rem;
    position: absolute;
    left: 0;
    top: 8rem;
    border-radius: 14px;
}
.left-sec p {
    padding-left: 54rem;
}

.num-circle {
    padding: 15rem;
    margin-bottom: 5rem;
    position: relative;
    cursor:pointer;
    border-radius: 15rem;
}
.num-circle:hover::after {
    background-image: url(../images/Right-Arrow.svg);
    width: 40rem;
    height: 40rem;
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    right: 0;
    top: 43%;
}
.num-circle:hover{
    background-color: #FFFFFF1A;
    
}
.zm-head5{
    padding-left: 15rem;
}
hr {
    background-color: #FFFFFF33;
    margin: 20rem 0;
}
div#left-sec2, div#left-sec3,  div#left-sec4{
    padding: 20rem 0 10rem 0;
}
div#left-sec1 {
    padding: 0 0 10rem 0;
}
#left-sec2 span.circle {
    background-color: #00FF91;
    color: #000000;
}
#left-sec3 span.circle {
    background-color: #00EDE7;
    color: #000000;
} 
.button-container {
    display: flex;
}
.button {
    padding: 0;
    padding: 10rem 15rem;
    font-size: 18rem;
    font-weight: 600;
    line-height: 1.4em;
    color: #ffffff;
    margin-right: 12rem;
    cursor: pointer;
    border: 1px solid #FFFFFF80;
    border-radius: 6rem;
}
.button.changeModel3{
    margin-right: 0rem;
}

.button:hover, .button.active {
    background-color: #ffffff;
    border-radius: 6rem;
    color: #0B5CFF;
}
.zm-right-sec {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.num-circle h6 { 
    position: relative;
  padding-left: 54rem;
  margin-bottom: 10rem;
}
.zm-3d-model {
    text-align: center;
    /* margin: 80rem 0; */
}
/* div#popup {
    font-size: 25rem !important;
    padding: 10rem;
    position: absolute !important;
    left: 74% !important;
    top: 70% !important;
} */


.left-sec-main{
    animation: slideIn 1s ease;
  }
@keyframes slideIn {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }


  /* .left-sec-main{
    animation: slideInUp 1s ease;
  }
@keyframes slideInUp {
    0% {
        transform: translate3d(0, 15%, 0);
        visibility: visible;
    }
    
    100% {
        transform: translate3d(0, 0, 0);
    }
  } */

  .container-1 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.iframe-container-1 {
    position: relative;
    width: 100%;
    flex: 1;
    display: flex;
}

.iframe-container-1 > iframe {
    border: 0;
    width: 100%;
    height: 100vh;
    flex: 1;
    position: fixed;
   bottom: 0;
}

.iframe-container-1 > iframe.active-80{
    max-width:80% !important; 
  }


#popup>h6{
    color:black !important;
}

#popup>p{
    color:black !important;
}

.zm-left-col::-webkit-scrollbar
{
	width: 6px;
	background-color: linear-gradient(to bottom, #0B5CFF, #10134A);;
}

.zm-left-col::-webkit-scrollbar-thumb
{
	background-color: #FFFFFF33;
}
.zm-right-col{
  max-width:100%; 
}

.zm-head4 p {
    padding-left: 0;
    margin-bottom: 20rem;
}
.zm-head4 {
margin-bottom: 50rem;
}
.zm-head4 p {
    padding-left: 0;
    margin-bottom: 20rem;
    font-size: 18rem;
}
.zm-head4 {
    margin-bottom: 35rem;
}
#left-sec4 span.circle {
    background-color: #95EBB2;
    color: #000000;
}
.hide-show-btn a {
    font-size: 16rem;
    background-color: #F7F2E3;
    padding: 10rem 18rem 10rem 40rem;
    color: #007bff;
    font-weight: 600;
    border-radius: 30rem;
}
.hide-show-btn {
    text-align: right;
}


div#mySidenav {
    z-index: 3;
}
.zm-left-col.active {
    right: 0;
}
.zm-left-col{
    height: 100%;
    width: 20%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: -20%;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0px 0px 0px 0px #ddddddb5;
}
.hide-show-btn.btn-position-change {
    right: 40rem;
}
  .hide-show-btn {
    position: absolute;
    right: 40rem;
    top: 50rem;
    z-index: 9;
}
.col.zm-right-col {
    padding: 0 !important;
}
.col.zm-right-col.active-70{
    max-width:80% !important; 
  }
a#toggleButton::after {
    background-image: url(../images/arrow-left.svg);
    width: 40rem;
    height: 40rem;
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    left: 18rem;
    top: 3rem;
}
header {
    height: 100rem;
    background-color: #0B5CFF;
    padding: 0rem 40rem;
    display: flex;
    align-items: center;
    z-index: 9;
    position: relative;
}
.zm-logo {
    padding: 15rem 20rem 15rem 0;
    border-right: 2rem solid #FFFFFF80;
}
.header-subtext {
    padding-left: 20rem;
    width: 100%;
}
.header-subtext p {
    font-size: 22rem;
    line-height: 1.3em;
    font-weight: 600;
}
.zm-left-col {
    padding-top: 140rem;
}
#bottom-btn{
   display: none;
}

/***** form popup css***/
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    z-index: -1;
}
.popup {
    display: none;
    position: fixed;
    width: 480rem;
    background: #1F1F1F;
    align-items: center;
    justify-content: center;
    z-index: 9;
    top: 50% !important;
    right: 30rem;
    border-radius: 15rem;
    transform: translate(0%, -50%) !important;
}
.close-btn {
    position: absolute;
    top: 10rem;
    right: 15rem;
    cursor: pointer;
    z-index: 9;
}
.popup-close-btn.form-close-btn {
    top: -28rem;
    right: -40rem;
}
.popup-close-btn.close-btn img {
    width: 25rem;
}
.popup-btn{
    font-size: 18rem;
    z-index: 1;
    cursor: pointer;
    border: none;
    background-color: #1F1F1F;
    padding: 5rem 15rem;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    color: #ffffff;
}
.popup-outer {
    padding: 40rem 20rem 30rem;
}
.location-text {
    font-size: 18rem;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Urbanist', sans-serif;
    line-height: 1.3em;
}
.loc-div {
    display: flex;
    align-items: center;
}
.loc-icon img {
    width: 25rem;
    margin: 5rem 15rem 5rem 0rem;
}
.popup-img img {
    width: 100%;
    border-radius: 12rem;
}
.popup-img {
    margin: 20rem 0 30rem;
}
.save-btn button {
    background-color:#00CC8D !important;
    color: #ffffff;
    font-size: 18rem;
    line-height: 1.2em;
    padding: 10rem 25rem 10rem 60rem;
    font-family: 'Frank Ruhl Libre', serif;
    border: none;
    border-radius: 30rem;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    background: transparent;
    transition: 0.2s ease-in-out;
}
.save-btn button:hover {
    background-color: #01A673 !important;
}
.save-btn button a{
    font-family: 'Frank Ruhl Libre', serif;
}
button:focus-visible,  button:focus{
    outline: none !important;
}
.save-btn {
    margin: 25rem 0 0;
}
.save-btn  button::before {
    content: '';
    background-image: url(../images/Long-Arrow-Icon.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 30rem;
    height: 30rem;
    left: 20rem;
    top: 7rem;
    background-size: 100%;
    display: inline-block;
    margin-right: 7rem;
    transition: transform 0.5s ease;
}
.save-btn  button:hover::before {
    transform: translateX(7rem);
  }
div#precise-location {
    padding-top: 25rem;
}
#pop-location .loc-icon img {
    margin: 5rem 30rem 5rem 0rem;
    width: 30rem;
}
.location-title {
    font-size: 24rem;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Frank Ruhl Libre', serif;
    line-height: 1.2em;
}
.popup-subtext {
    font-size: 20rem;
    color: #ffffff;
    line-height: 1.3em;
    margin-top: 20rem;
    font-family: 'Frank Ruhl Libre', serif;
}
.popup-subtext li {
    margin-bottom: 15rem;
}
.viewer .controls .hotspot-controls{
    font-size: 15px !important;
}
/* loading 3d model */
#loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #f0f0f0;
    position: fixed;
    z-index: 9999;
    width: 100vw;
}

#bag-image {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    margin-bottom: 0;
}

  .loading {
    font-size: 84rem;
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    text-align: center;
    position: absolute;
    color: #003A8C ;
    
  }
  .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
  

.loader {
    position: relative;
    padding-top: 200rem;
    width: 40rem;
    margin: auto;
}
  .loader .circles {
    position: absolute;
    width: 38rem;
    height: 38rem;
    opacity: 0;
    transform: rotate(225deg);
    animation-iteration-count: infinite;
    animation-name: orbit;
    animation-duration: 5.5s;
    top: 0;
  }
  .loader .circles:after {
    content: '';
    position: absolute;
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    background: #fff;
  }
  .loader .circles:nth-child(2) {
    animation-delay: 240ms;
  }
  .loader .circles:nth-child(3) {
    animation-delay: 480ms;
  }
  .loader .circles:nth-child(4) {
    animation-delay: 720ms;
  }
  .loader .circles:nth-child(5) {
    animation-delay: 960ms;
  }
  @keyframes orbit {
    0% {
      transform: rotate(225deg);
      opacity: 1;
      animation-timing-function: ease-out;
    }
    7% {
      transform: rotate(345deg);
      animation-timing-function: linear;
    }
    30% {
      transform: rotate(455deg);
      animation-timing-function: ease-in-out;
    }
    39% {
      transform: rotate(690deg);
      animation-timing-function: linear;
    }
    70% {
      transform: rotate(815deg);
      opacity: 1;
      animation-timing-function: ease-out;
    }
    75% {
      transform: rotate(945deg);
      animation-timing-function: ease-out;
    }
    76% {
      transform: rotate(945deg);
      opacity: 0;
    }
    100% {
      transform: rotate(945deg);
      opacity: 0;
    }
  }
  /* loading 3d model end*/

  #ButtonNext{    
    position: absolute;
    z-index: 999;
    padding: 10px;
    font-size: 16px;
    background-image: url('../images/next.svg');
    background-color: #fff ;    
    left: 85px;
    bottom: 10px;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    outline: none;
    border: 4px solid #000;
    border-radius: 50%;
    cursor: pointer;
  }
  #ButtonNext:hover{  
    background-color: #00CC8D ;    
  }
  #ButtonPrev{
    cursor: pointer;
    position: absolute;
    z-index: 999;
    padding: 10px;
    font-size: 16px;
    background-image: url('../images/prev.svg');
    background-color: #fff ;  
    left: 10px;
    bottom: 10px;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    outline: none;
    border: 4px solid #000;
    border-radius: 50%;

  }
  #ButtonPrev:hover{  
    background-color: #00CC8D ;    
  }