@charset "utf-8";

/*----------intial declartaion of css----------*/
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.woff2") format("woff2"),
    url("../fonts/Gotham-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"),
    url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"),
    url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.woff2") format("woff2"),
    url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamPro.woff") format("woff2"),
    url("../fonts/GothamPro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  font,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  select,
  input,
  option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: "Gotham", sans-serif;
    font-weight: normal;
  }
  
  /* html {
      -webkit-text-size-adjust: none;
  } */
  :root {
    font-size: 0.0462962962962963vw;
  }
  
  html,
  body {
    /* height: 100%; */
    font-family: "Gotham", sans-serif;
  }
  body.clyte-main {
    background: linear-gradient(90deg, #013083 3.09%, #144cad 99.72%);
  } 
  .clyte-container {
    max-width: 1627rem;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    font-family: "Gotham", sans-serif;
  }
.middle-elements {
  /* height: 100vh; */
  display: flex;
  /* align-items: center; */
  align-items: start;
  justify-content:center;
  padding: 0rem;
}
.clyte-img img {
  width: 490rem;
  height: auto;
  display: block;
}
.clyte-img-container{
  position: relative;
}
.hotspot {
  position: absolute;
  cursor: pointer;
  background: url('../images/Hotspot-Point.svg') no-repeat center center;
  background-size: contain;
  width: 45rem;
  height: 45rem;
  z-index: 2;
  animation: fadeIn ease 0.5s !important;
}
.hov-button {
  font-size: 18rem;
  line-height: 1.2em;
  text-align: center;
  color: #ffffff;
  background-color: #B0BC25;
  padding: 10rem 25rem;
  border-radius: 60rem;
  position: relative;
  left: 0;
  top: 0;
  font-family: "Gotham", sans-serif !important;
  font-weight: 500 !important;
  z-index: 2;
  display: none;
  cursor: pointer;
  width: max-content;
  opacity: 0;
  animation: scale-display 0.2s forwards;
  z-index: 9 !important;
}
@keyframes scale-display {
  0% {
      transform: scaleX(0);
      opacity: 0;
  }
  100% {
      transform: scaleX(1);
      opacity: 1;
  }
}
.hotspot-point.active .hotspot{
  background: url('../images/active-hotspot.svg') no-repeat center center;
  transition: all  0.5s ease;
  background-size: contain;
  width: 45rem;
  height: 45rem;
  z-index: 2;
  animation: fadeIn ease 0.5s !important;
  transform: scale(1.3);
  /* background: #DB4F4F; */
  /* box-shadow: 0px 0px 1px 1px #0000001a;
  animation: pulse-animation 2s infinite;
  border-radius: 50%; */
}
/* .signs {
  display: flex;
  font-size: 31rem;
  font-weight: 900;
  color: #fff;
  align-items: center;
  justify-content: center;
} */
/* .hotspot-point .signs .active{
  display: none;
}
.hotspot-point.active .signs .default{
  display: none;
}
.hotspot-point.active .signs .active{
  display: block;
} */
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}


.hotspot-point:hover .hov-button {
  display: block;
}
 .hotspot-point.active .hov-button {
  display: none;
}
/* .hotspot-point.active .hotspot:hover  {
  background: url('../images/active-hotspot.svg') no-repeat center center;
} */
.hotspot:hover  {
  background: url(../images/Transparent-Hotspot.png) no-repeat center center;
  z-index: 2;
}
.clyte-outer-div {
  position: relative;
  display: flex;
  gap:45rem;
  padding-bottom: 40rem;
}
.lft-connect {
  display: flex;
  position: relative;
}
.lft-connect img{
  width: 100%;
}
.lft-connect img {
  width: 336rem;
  position: absolute;
  bottom: 100rem;
  z-index: 1 !important;
  left: -178rem;
}
.retail {
  margin-top: 40rem;
}
.connected-cars .two .hov-button {
  width: 320rem;
  left: -158px;
}

.connected-cars .three .hov-button {
  width: 293rem;
  left: -100px;
}

/* .lft-connect.rgt img {
  width: 396rem;
  left: -176rem;
  bottom: 93rem;
} */
.lft-connect.rgt img {
  width: 349rem;
  left: -175rem;
  bottom: 92rem;
}
.element-title h2 {
  font-size: 24rem;
  line-height: 1.2em;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
}
.manufacturing, .retail, .connected-cars {
  position: relative;
}
.element-title {
  position: absolute;
  bottom: 100rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  top: 425rem;
}

.retail .element-title {
  top: 465rem !important;
}
.retail .five .hov-button {
  left: -60px;
}

.clyte-head h2 {
  font-size: 42rem;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  text-align: center; 
  padding-top: 50rem;
}
.content-wrap p{
  font-size: 18rem;
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  animation: fadeIn ease 0.5s;
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
  -o-animation: fadeIn ease 0.5s;
  -ms-animation: fadeIn ease 0.5s;
}
.content-wrap .heading {
  font-size: 30rem;
  line-height: 1.2em;
  font-family: "Gotham", sans-serif;
  color: #fff;
  margin-bottom: 10rem;
  font-weight: 400;
  animation: fadeIn ease 0.5s;
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
  -o-animation: fadeIn ease 0.5s;
  -ms-animation: fadeIn ease 0.5s;
}



@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.content-point {
  display: none;
 
  border-radius: 10rem;
  background: linear-gradient(97deg, rgba(0, 0, 0, 0.15) 2.4%, rgba(0, 0, 0, 0.09) 95.73%);
  position: relative;
}
.center-content {
  padding: 20rem 25rem;
  min-height: 140rem;
  display: flex;
  align-items: center;
}
.content-point.active {
  display: block;
  align-items: center;
}
/* .manufacturing-content, .retail-content, .connected-cars-content {
  position: absolute;
  left: 0;
  bottom: 0;
 
  width: 100%;
  padding: 10rem 20rem;
} */
.bottom-element {
  padding: 0 0 50rem;
  min-height: 191rem;
}
.close {
  font-size: 22rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  position: absolute;
  right: 25rem;
  top: 15rem;
  line-height: 20rem;
  transition: all 0.2s ease-in-out;
  font-family: "Gotham", sans-serif;
}
.close:hover{
  opacity: 1;
  color: #fff;
} 

