/* body { padding: 0; margin: 0 }
#unity-container { position: fixed; width: 100%; height: 100%; }
#unity-canvas { width: 100%; height: 100%; background: #231F20 }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { margin-left: auto; margin-right: auto; width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none } */


@font-face {
  font-family: SF Pro Text;
  font-weight: bold;
  src: url("./fonts/SF-Pro-Text-Medium.otf") format("opentype");
}
body { padding: 0; margin: 0 }
#unity-container { position: fixed; width: 100%; height: 100%; }
#unity-canvas { width: 100%; height: 100%; background: #231F20 }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none;z-index: 10;background: #231F20; width: 100%;
  height: 100%;    align-items: center;justify-content: center;} 
#unity-logo { width: 200px; height: 250px; background: url('sk-logo2.png') no-repeat center ;margin:0 auto; }
#unity-progress-bar-empty { margin-left: auto; margin-right: auto; width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding-top: 22px;
    padding-bottom: 5px;
}
*{box-sizing: border-box;}
.d-none{display: none !important;}
.d-block{display: block !important;}
.d-flex{display: flex;align-items: center;justify-content: space-between;}
.header{background: rgba(104, 104, 104, 1);padding: 7px 55px;position: fixed;top: 0;width: 100%;z-index: 9;}
.logo{display: flex;align-items: center;column-gap: 14px;cursor: pointer;}
.logo img{width: 60px;}
.logo span{color: #FFF; font-family: 'Alegreya', serif; font-size: 24px; font-style: normal;  font-weight: 500; line-height: normal;}
.start-nevigation button{display: flex;align-items: center;column-gap: 10px;padding: 4.5px 25px;border-radius: 30px;background: rgba(221, 221, 221, 1);border: none;outline: none;cursor: pointer;}
.start-nevigation span{color: #000;font-family: SF Pro Text;font-size: 20px;font-style: normal;font-weight: 500;line-height: normal;}
.your-location,.select-location{position: relative;}
.search-icon{position: absolute;right: 20px;top: 50%;transform: translate(0 , -50%);}
.your-location input,.select-location input{border-radius: 30px;background: #DDD;border: none;outline: none;height: 45px;max-width: 450px;width: 450px;padding-left: 32px;color:  rgba(0, 0, 0, 1); font-family: SF Pro Text;font-size: 16px;font-style: normal;font-weight: 500;padding-right: 50px;text-transform: capitalize;}
.your-location input::placeholder,.select-location input::placeholder{color: #000; font-family: SF Pro Text;font-size: 16px;font-style: normal;font-weight: 500;opacity: 0.4;}
.mobile-svg{display: none;}
.suggestions,.suggestions1{width: calc(100% - 8px);background: rgba(221, 221, 221, 1);margin: 0;max-height: 500px;overflow-y: scroll;border-radius: 0 0 30px 30px;list-style-type: none;padding: 0;overflow-x: hidden;}
.suggestion-box{z-index: 9;}
.suggestion-box1{z-index: 8;}
.suggestion-box{width: 100%;background: rgba(221, 221, 221, 1);position: absolute;border-radius: 0 0 30px 30px;border-top: 1px solid rgba(0, 0, 0, 0.5)}
.about{display: block;font-family: SF Pro Text;font-size: 14px;font-style: normal;font-weight: 500;line-height: normal;color: #000;opacity: 0.4;}
.name{color: #000;font-family: SF Pro Text;font-size: 18px; font-style: normal; font-weight: 500;line-height: normal;}
.suggestions li,.suggestions1 li{display: flex;column-gap: 29px;justify-content: center;margin-bottom: 8px;}
.data{width: calc(100% - 114px);border-bottom: 1px solid rgba(0, 0, 0, 0.5)}
.location-icon{margin-top: 6px;}
.suggestions li:first-child,.suggestions1 li:first-child{padding-top: 26px;}
.has-matches{border-radius: 30px 30px 0 0 !important;}
.suggestions li,.suggestions1 li{cursor: pointer;}
.suggestions::-webkit-scrollbar-track, .suggestions1::-webkit-scrollbar-track
{
border-radius: 0px;
background-color: transparent;
  margin: 20px;
}

.suggestions::-webkit-scrollbar,.suggestions1::-webkit-scrollbar
{
width: 2px;
background-color: transparent;
}

.suggestions::-webkit-scrollbar-thumb,.suggestions1::-webkit-scrollbar-thumb
{
border-radius: 0px;
  width: 2px;
background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.4;
}
.location-map{display: none;}

@media only screen and (max-width: 1660px) {
  .your-location input, .select-location input { width: 360px;padding-left: 22px;font-size: 22px;}
  .your-location input::placeholder,.select-location input::placeholder{font-size: 22px;}
  .start-nevigation button{padding: 12px 15px;}
  .start-nevigation span{font-size: 18px;}
}
@media only screen and (max-width: 1400px){
  .header{padding: 9px 15px;}
  .logo img{width: 46px;}
  .logo span{font-size: 16px;}
  .your-location input, .select-location input{width: 255px;font-size: 16px;height: 40px;}
  .your-location input::placeholder,.select-location input::placeholder{font-size: 16px;}
  .start-nevigation button{padding: 2px 15px;}
  .start-nevigation button span{font-size: 16px;}

}
@media only screen and (max-width: 992px){
  .navigation-button{position: fixed;bottom: 10px;left: 50%;transform: translate(-50%, 0);width: max-content;}
  .navigation-button{padding: 2px 15px !important;background: rgba(221, 221, 221, 1) !important;}
  .navigation-button .desktop-svg{display: unset !important;}
  .navigation-button span{display: unset !important;}
  .suggestions,.suggestions1{max-height: 330px;}
  .autoComplete_wrapper{display: block;}
  .desktop-svg{display: none;}
  .start-nevigation button span{display: none;}
  .start-nevigation button{background-color: transparent;padding: 0;}
  .header {padding: 9px 26px}
  .logo img{width: 55px;}
  .logo span{font-size: 24px;}
  .mobile-svg{display: none;}
  .header{height: 210px !important;display: flex;align-items: center;column-gap: 8px;padding: 0px 50px 0px 18px !important;align-items: flex-end;justify-content: center;}
  .header .d-flex{flex-direction: column;row-gap: 15px;padding: 16px 0 0 0 !important;}
  .header .your-location input,.header  .select-location input {width: 100%;font-size: 17px; height: 46px;}
  .location-map{display: none;}
  .header .location-map{display: block;padding-top: 0px;padding-bottom: 23px}
}
@media only screen and (max-width: 429px){
  .logo span {font-size: 16px;}
  .header {padding: 9px 15px;}
  .header{padding: 0px 20px 0px 18px !important;}
  .about{display: block;font-family: SF Pro Text;font-size: 12px;font-style: normal;font-weight: 500;line-height: normal;color: #000;opacity: 0.4;}
  .name{color: #000;font-family: SF Pro Text;font-size: 16px; font-style: normal; font-weight: 500;line-height: normal;}
}



.map-button-group{
  position: fixed;
  top: 80px;
  right: 20px;
}
.map-button-group button{
  text-align: center;
  width: 120px;
  padding: 10px 0;
  color: #fff;
    background: #2F2F2F;
    border-radius: 21px;
    border: none;
}
.map-button-group ul{
  list-style-type: none;
  display: flex;
  column-gap: 8px;
}
.magnifier{
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
}
.magnifier button{
  width: 28px;
  height: 28px;
  border: none;
}
.magnifier button:first-child{
  border-radius: 8px 8px 0 0;
}
.magnifier button:nth-child(2){
  border-radius: 0px 0px 8px 8px;
}
.magnifier button svg{
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px){
  .map-button-group button {
    text-align: center;
    width: 100px;
    padding: 5px 0;
    font-size: 12px;
}
.map-button-group {
  position: fixed;
  top: 210px;
  right: 10px;
}
}
.map-button-group button:hover{
  background: #ddd;
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
  transition: background-color 1s;
}
.magnifier button:hover svg{
  fill: #231F20;
}

@media only screen and (max-width: 767px){
  .magnifier ,.logo{
    display: none !important;
}
.header {
  height: 135px !important;
  display: flex;
}
.map-button-group {
  position: fixed;
  top: 130px;
  right: 10px;
}
}
