body {
  margin: 0;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}

/* utility class */

.bg-yellow {
  background-color: #fbdc84;
}

.bg-orange {
  background-color: rgba(240, 128, 6, .9);
}

.bg-blue-light {
  background-color: #6AE2E2;
}

.bg-blue-dark {
  background-color: #1B1464;
}

.bg-green {
  background-color: #34AD73;
}
.hidden-image {
  display: none;
}
/* welcome modal */
#modal-contact {
  overflow: scroll!important;
}

#modal-welcome,
#modal-contact {
  color: #ffffff;
  z-index: 99999999;
}

#modal-welcome .modal-body,
#modal-contact .modal-body {
  padding: 5%;
}

#modal-welcome h1 {
  line-height: 1;
}

/* full screen modal */

.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none;
}

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none;
}

.modal.modal-fullscreen .modal-body {
  overflow: hidden;
  padding: 0;
  color: #ffffff
}

.logo-section {
  margin: 10px 0;
}

.logo-section img {
  max-height: 50px;
  height: 50px;
    object-fit: contain;
}

.modal-text {
  margin-top: 40px;
}

.modal h1 {
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.modal .sub-text {
  font-size: 22px;
  font-style: italic;
  margin-bottom: 40px;
}

.modal h3 {
  font-size: 30px;
}

.modal p {
  font-size: 20px;
  margin-bottom: 40px;
}

.modal small {
  margin-top: 10px;
  margin-bottom: 50px;
  display: block;
  font-size: 14px;
}

.modal a {
  color: #ffffff;
  text-decoration: underline;
  font-style: italic;
  line-break: anywhere;
}

.modal li {
  margin-bottom: 20px;
  font-size: 18px;
}

.cus-small-list{
  padding-left: 14px!important;
}

.cus-small-list li{
margin: 0;
font-size: 14px;
}

.close {
  font-size: 30px;
  border: solid 2px #ffffff !important;
  padding: 5px;
  width: 30px;
}


.close span {
  font-weight: 400;
  top: -2px;
  position: relative;
  color: #ffffff;
}

.case-content .close {
  position: fixed;
  top: 30px;
  right: 30px;
}

.case-content {
  height: 100vh;
  overflow-y: scroll;
  padding: 40px 100px 40px 50px;
}

.case-content::-webkit-scrollbar {
  width: 23px;
}

.case-content::-webkit-scrollbar-track {
  background-color: rgba(240, 128, 6, .9);;
}

.case-content::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 5px;
}

.case-content::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}

/* modal all content */
.modal-all-content {
  z-index: 9999999999999;
}

.modal-all-content #nlot-2024-logo {
  position: sticky;
  max-width: 450px;
  width: 100%;
  margin-top: 15px;
}

.modal-all-content .case-content {
  padding: 50px 60px 30px 40px;
}

.modal-only {
  z-index: 9999;
}

.modal-all-content .close {
  border: solid 2px #F08006 !important;
  z-index: 99999;
}

.modal-all-content .close span {
  color: #F08006;
}

.modal-all-content .modal-text {
  color: #F08006;
  margin-top: 0;
}

.modal-all-content h1 {
  font-size: 40px;
}

.modal-all-content h2 {
  font-size: 22px;
  font-style: italic;
}

.modal-all-content .sub-text {
  font-size: 22px;
  font-style: italic;
}

.modal-all-content h3 {
  font-size: 30px;
  margin: 0;
  line-height: 1.1;
}

.modal-all-content p {
  font-size: 22px;
  line-height: 1.2;
}

.modal-all-content .case-content::-webkit-scrollbar {
  width: 25px;
}

.modal-all-content .case-content::-webkit-scrollbar-track {
  background-color: #fff;
}

.modal-all-content .case-content::-webkit-scrollbar-thumb {
  background-color: rgb(240, 127, 6);
  border-radius: 5px;
}

.modal-all-content .case-content::-webkit-scrollbar-thumb:hover {
  background-color: #F08006;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 992px) { 
  .case-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  }
 }

 @media (max-width: 576px) { 
  .case-grid {
    grid-template-columns: repeat(1, 1fr);
    }
 }
/* modal all content link */
.btn-link {
  padding: 0;
  text-decoration: none;
}

.btn-link:hover,
.btn-link:focus-visible,
.btn-link:active,
.btn-link:focus,
.btn-link h3:focus-visible {
  color: #F08006 !important;
  outline: none;
}

.btn-link:hover h3 {
  text-decoration: underline;
}

.btn-link h3 {
  color: #F08006;
  text-align: left;
  line-height: 1;
}

.btn-outline {
  border: solid 2px #ffffff;
  color: #Ffffff;
  padding: 10px 30px;
  font-size: 20px;
}

.btn-outline:hover {
  background: #ffffff;
  color: #F08006;
}

.btn-outline:focus-visible,
.btn-outline:active,
.btn-outline:focus {
  outline: none;
  box-shadow: none;
}

/* side menu modal */
.modal.left .modal-dialog {
  position: fixed;
  right: 0;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.right .modal-body {
  padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.navbar-toggler-icon {
  color: #ffffff;
  background-image: url('imgs/menu-bar.svg');
}

#mobile-menu .modal-body {
  background: #F08006;
}

#mobile-menu .row {
  padding: 5%;
}

/* page style  */
#box {
  width: 100vw;
  height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  /* scrollbar-width: none; */
  /* -ms-overflow-style: none; */
}

#box::-webkit-scrollbar {
  height: 10px;
}

#box::-webkit-scrollbar-track {
  background-color: #F08006;
  
}

#box::-webkit-scrollbar-thumb {
  background-color: #FDD880;
  border-radius: 5px;
}

/* #box::-webkit-scrollbar-thumb:hover {
  background-color: #F08006;
} */

#nlot-2024-logo {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 300px;
  padding: 30px;
  z-index: 999;
}

#nlot-2024-logo-white {
  position: fixed;
  bottom: 30px;
  left: 30px;
  max-width: 200px;
  padding: 10px;
  background: #ffffff;
  z-index: 999;
}

#cus-menu {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 999;
}

.cus-menu a {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  border: solid 2px #ffffff;
  text-decoration: none;
}

.cus-menu a:hover {
  color: #F08006;
  border-width: 3px;
}

#bg-img {
  display: inline-block;
  height: 100vh;
}

#icon-wrapper {
  position: relative;
  top: -100vh;
  height: 100vh;
}

.anima-items {
  transform: scale(1);
  z-index: 9;
}

/* green wave */
#wave {
  width: 250px;
  position: relative;
  top: 59vh;
  left: 70%;
}

#btn-wave {
  position: absolute;
  top: -28px;
    left: 86%;
}

#wave-anima,
#ocean-anima,
#bridge-anima,
#racing-anima,
#travel-anima,
#oasis-anima,
#arcitectual-anima,
#cyberworld-anima,
#computing-anima,
#sattelite-anima,
#brew-anima,
#nurses-anima,
#geomitry-anima {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

#wave-people-anima {
  width: 45%;
  position: relative;
  left: 50%;
  top: 30px;
  z-index: 9;
}

.modal-only .modal-body {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

#modal-green-wave .modal-body {
  background-image: url('/imgs/a-green-tech-wave.svg');
}

#modal-ocean .modal-body {
  background-image: url('/imgs/nurturing_the_ocean.svg');
}

#modal-bridge .modal-body {
  background-image: url('/imgs/global_collaboration_on_bridge_safety.svg');
}

#modal-bridge .modal-body {
  background-image: url('/imgs/global_collaboration_on_bridge_safety.svg');
}

#modal-racing .modal-body {
  background-image: url('/imgs/joy_in_dragon_boat_racing.svg');
}

#modal-travel .modal-body {
  background-image: url('/imgs/ink_to_air_revolutionizing_air_travel.svg');
}

#modal-oasis .modal-body {
  background-image: url('/imgs/from_mall_to_oasis.svg');
}

#modal-arcitectual .modal-body {
  background-image: url('/imgs/arcitectual_design_brilliance.svg');
}

#modal-cyberworld .modal-body {
  background-image: url('/imgs/securing_cyberworld.svg');
  background-position: left center;
  background-size: 70%;
}

#modal-computing .modal-body {
  background-image: url('/imgs/academic- innovation_in_quantum_computing.svg');
}

#modal-sattelite .modal-body {
  background-image: url('/imgs/new_generation_of_GAN_based_sattelite_comunnication.svg');
  background-size: 80%;
}

#modal-brew .modal-body {
  background-image: url('/imgs/brew_a_better_taiwan.svg');
  background-size: 40%;
  background-position: 25% 20px;
}

#modal-nurses .modal-body {
  background-image: url('/imgs/happy_nurses_happy_clients.svg');
}

#modal-geomitry .modal-body {
  background-image: url('/imgs/cultural-fusion-in-geomitry.svg');
}

/* ocean */
#ocean {
  width: 350px;
  position: absolute;
  top: 63%;
  left: 5%;
  z-index: 99;
}

/* windmill */

#windmill {
  width: 240px;
  position: absolute;
  top: 35vh;
  left: 1.5%;
}

#btn-ocean {
  position: absolute;
  top: 11px;
  left: 47%;
}

/* bridge */
#bridge {
  width: 699px;
  position: absolute;
  top: 42%;
  left: 11%;
  z-index: 9;
}

#btn-bridge {
  position: absolute;
  top: -12px;
  left: 83%;
}

/* racing */
#racing {
  width: 400px;
  position: absolute;
  top: 38.8%;
  left: 28%;
}

#btn-racing {
  position: absolute;
  top: -12px;
  left: 90%;
}

/* travel */
#travel {
  width: 300px;
  position: absolute;
  top: 61.8%;
  left: 30%;
  z-index: 99;
}

#btn-travel {
  position: absolute;
  top: 11px;
  left: 48%;
}

/* oasis */
#oasis {
  width: 1100px;
  position: absolute;
  top: 60.8%;
  left: 41%;
}

#btn-oasis {
  position: absolute;
  top: 23%;
  left: 47%;
  z-index: 9;
}

/* arcitectual */
#arcitectual {
      width: 620px;
    position: absolute;
    top: 51%;
    left: 61%;
}

#btn-arcitectual {
  position: absolute;
  top: 24%;
  left: 45%;
  z-index: 9;
}

/* cyberworld */
#cyberworld {
  width: 115px;
  position: absolute;
  top: 25%;
  left: 68.5%;
}

#btn-cyberworld {
  position: absolute;
  top: -30px;
  left: 94%;
}

/* computing */
#computing {
  width: 100px;
  position: absolute;
  top: 37%;
  left: 44%;
}

#btn-computing {
  position: absolute;
  top: -74px;
  left: 97%;
}

/* sattelite */
#sattelite {
  width: 310px;
  position: absolute;
  top: 8%;
  left: 53.8%;
}

#btn-sattelite {
  position: absolute;
  top: 41%;
  left: 49%;
}


/* brew */
#brew {
  width: 170px;
  position: absolute;
  top: 40.5%;
  left: 76.5%;
}

#btn-brew {
  position: absolute;
  top: -19%;
  left: 60%;
}

/* nurses */
#nurses {
  width: 700px;
  position: absolute;
  bottom: 90px;
  left: 77.5%;
  z-index: 99;
}

#btn-nurses {
  position: absolute;
  top: 4%;
  left: 56%;
}

/* geomitry */
#geomitry {
  width: 600px;
  position: absolute;
  top: 33%;
  right: 3%;
}

#btn-geomitry {
  position: absolute;
  top: 3%;
  left: 61%;
  z-index: 9;
}

/* cus-btn */
.cus-btn {
  width: 100%;
  height: 60px;
  max-width: 60px;
  max-height: 60px;
  color: white;
  border-radius: 100px;
  background-color: #F08006;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cus-btn img {
  width: 100%;
}

.cus-btn:hover {
  transform: scale(1.2);
  transition: .5s;
}

.cus-btn:hover::after {
  display: block;
  transition: .5s;
}

.cus-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 130px;
  height: 130px;
  background-color: #Ffffff;
  border-radius: 100%;
  opacity: .5;
  z-index: -1;
  display: none;
}




/* medai width */
@media (max-width: 768px) {

  .modal h1 {
    font-size: 40px;
    line-height: 1.1;
  }

  .case-content {
    padding: 0 60px 30px 30px;
  }

  .case-content .close {
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 1440px) {
  #geomitry {
    top: 33%;
    right: 3%;
  }

  #brew {
    top: 37.5%;
    left: 78%;
  }

  #nurses {
    top: 57.5%;
    left: 78%;
  }

  #wave {
    top: 52vh;
    left: 69%;
  }

  #arcitectual {
    top: 54%;
    left: 58%;
  }

  #cyberworld {
    top: 20%;
  }

  #computing {
    top: 34%;
  }

  #sattelite {
    top: 8%;
    left: 54%;
  }

  #oasis {
    top: 46.8%;
    left: 34%;
  }

  #travel {
    top: 61.8%;
    left: 24%;
  }

  /* #bridge {
    top: 36.8%;
    left: 9%;
} */

  #windmill {
    top: 36%;
    left: 1%;
  }

  #ocean {
    top: 56%;
    left: 5%;
  }

  #racing {
    top: 31.8%;
    left: 26%;
  }
}

@media (max-width: 1024px) {

  #wave {
    top: 56%;
    left: 68%;
  }

  #arcitectual {
    top: 48%;
    left: 57.5%;
;
  }

}


@media (max-width: 820px) {
  #arcitectual {
    top: 44%;
    left: 57.5%;
  }

  #wave {
    top: 56%;
    left: 68%;
  }

  #geomitry {
    top: 20%;
    left: 83%;
  }

  #travel {
    top: 55%;
  }
}

@media (max-width: 540px) {
  #geomitry {
    top: 26%;
    left: 85%;
  }

  #brew {
    top: 37.5%;
    left: 77%;
  }

  #wave {
    top: 50%;
    left: 67%;
  }

  #arcitectual {
    top: 45%;
    left: 56%;
  }

  #travel {
    top: 51%;
  }

  #windmill {
    top: 36%;
    left: 0%;
  }
}

/* ////larger 500px  */

@media (min-width: 500px) and (min-height: 1100px) { 
  #bridge {
    top: 43%;
    left: 9%;
  }
}

@media (min-width: 500px) and (max-height: 1000px) { 
  #bridge {
    top: 40%;
    left: 9%;
  }
}

@media (min-width: 500px) and (max-height: 900px) { 
  #bridge {
    top: 37%;
    left: 8%;
  }
}


@media (min-width: 500px) and (max-height: 830px) { 
  #bridge {
    top: 36%;
  }
  #geomitry{
    top: 21%;
    right: 0%;
  }
}

@media (min-width: 500px) and (max-height: 720px) { 
  #bridge {
    top: 33%;
  }
  #geomitry{
    top: 12%;
    right: -1%;
  }
  #wave{
    top: 50%;
    left: 69%;
  }
  #arcitectual{
    top: 41%;
    left: 57%;
  }
  #sattelite{
    top: 0%;
    left: 52%;
  }
  #oasis{
    top: 42.8%;
    left: 32%;
  }
}

@media (min-width: 500px) and (max-height: 630px) { 
  #bridge {
    top: 31%;
    left: 5%;
  }

  #geomitry{
    top: 7%;
    left: 80%;
    }
  

  #wave{
    top: 43%;
    left: 69%;
  }
  #arcitectual{
    top: 37%;
    left: 55%;
  }
  #sattelite{
    top: -4%;
    left: 50.5%;
  }
  #oasis{
    top: 35.8%;
    left: 28%;
  }

  #sattelite{
    top: -7%;
    left: 50%;

  }
}

@media (min-width: 500px) and (max-height: 540px) { 
  #bridge {
    top: 25%;
  }
  #windmill{
    top: 24%;
    left: 0%;
  }
  #ocean{
    top: 42%;
    left: 2%;
  }
  #travel{
    top: 42%;
    left: 25%;
  }
  #racing{
    top: 28.8%;
        left: 26%;
  }
  #oasis{
    top: 38.8%;
    left: 29%;
  }
}

@media (min-width: 500px) and (max-height: 470px) { 
  #bridge {
    top: 24%;
  }
}


/* ////larger 900px  */
@media (min-width: 900px) and (max-height: 1110px) { 
  #bridge {
    top: 41.8%;
  }
  #geomitry {
    top: 23%;
    right: 2%;
  }
  #arcitectual {
    top: 50%;
  }
}

@media (min-width: 900px) and (max-height: 1000px) { 
  #bridge {
    top: 38.8%;
    left: 8%;
  }
  #geomitry{
    top: 23%;
    right: 74px;
  }
}


@media (min-width: 900px) and (max-height: 845px) { 
  #bridge {
    top: 37%;
  }

  #geomitry{
    top: 23%;
    right: 0;
  }
}

@media (min-width: 900px) and (max-height: 780px) { 
  #bridge {
    top: 35%;
  }
  #geomitry{
    top: 23%;
    right: 0;
  }
}

@media (min-width: 900px) and (max-height: 690px) { 
  #bridge {
    top: 30%;
    left: 6%;
  }

  #nurses{
    bottom: -45px;
    left: 72%;
  }
  #brew{
    top: 34.5%;
    left: 77%;
  }
  #wave{
    top: 45%;
    left: 68%;
  }
  #arcitectual{
    top: 39%;
    left: 55%;
  }
  #oasis{
    top: 40.8%;
    left: 30%;
  }
  #windmill{
    top: 29%;
    left: 1%;
  }

  #ocean {
    top: 49%;
    left: 3%;
  }
  #sattelite{
    top: 0.2%;
    left: 52%;
  }
}

@media (min-width: 900px) and (max-height: 580px) { 
  #bridge {
    top: 28%;
    left: 5%;
  }

  #geomitry{
    top: 12%;
    right: -85px;
  }

  #nurses{
    top: 35%;
    left: 71%;
  }
  #brew{
    top: 30.5%;
    left: 76%;
  }

  #wave {
    top: 43%;
    left: 67%;
  }
  #arcitectual{
    top: 37%;
    left: 53%;
  }

  #oasis{
    top: 32.8%;
    left: 25%;
  }
  #sattelite{
    top: -4%;
    left: 50.5%;
  }

  #racing{
    left: 23%;
  }

#travel{
  top: 43.8%;
        left: 24%;
}
#windmill{
  top: 24%;
  left: 0;
}
#ocean{
  top: 40%;
  left: 2%;
}
#sattelite{
  top: -3.8%;
  left: 51%;
}
}

@media (min-width: 900px) and (max-height: 500px) { 
  #bridge {
    top: 26%;
    left: 4%;
  }
  #sattelite{
    top: -6.8%;
    left: 50%;
  }
}

@media (min-width: 900px) and (max-height: 440px) { 
  #bridge {
    top: 17%;
    left: 1%;
  }
}

@media (min-width: 900px) and (max-height: 380px) { 
  #bridge {
    top: 22%;
    left: 2%;
  }
}

@media (min-width: 900px) and (max-height: 354px) { 
  #bridge {
    top: 15%;
    left: -2%;
  }
}

@media (min-width: 900px) and (max-height: 300px) { 
  #bridge {
    top: 9%;
    left: -8%;
  }
}

@media (max-width: 900px) and (max-height: 300px) { 
  #bridge {
    top: 0%;
    left: -15%;
  }
}

/* ///ipad pro */
@media (min-width: 1024px) and (min-height: 1366px) { 
  #arcitectual {
    top: 57%;
    }
    #sattelite{
      top: 8.5%;
      left: 54%;
    }
    #travel {
      top: 61.8%;
      left: 23%;
    }

    #geomitry{
      top: 35%;
      right: 4%;
    }
    #nurses{
      top: 59.5%;
      left: 77%;
    }
}

/* ///ipad pro */
@media (min-width: 1024px) and (min-height: 1292px) { 
  #arcitectual {
    top: 51%;
    }
    #sattelite{
      top: 8.5%;
      left: 54%;
    }
    #travel {
      top: 61.8%;
      left: 23%;
    }

    #geomitry{
      top: 35%;
      right: 4%;
    }
    #nurses{
      top: 59.5%;
      left: 77%;
    }
}
/* ///ipad pro 11 10:7 */
@media (min-width: 1667px) and (min-height: 2387px) { 
  #sattelite {
    top: 12%;
    left: 55%;
  }
  #bridge{
    top: 47%;
    left: 12%;
  }
  #travel{
    top: 66.8%;
        left: 26%;
  }
  #geomitry {
    top: 40%;
    right: 6%;
  }
  #nurses{
    top: 71.5%;
    left: 79%;
  }
  }

/* ////larger 1440px  */
@media (min-width: 1440px) and (max-height: 1100px) { 
  #bridge {
  top: 40%;
  }
}

@media (min-width: 1440px) and (max-height: 1000px) { 
  #bridge {
  top: 38%;
  }
  #nurses{
    bottom: 22px;
  }

#geomitry{
  top: 16%;
  right: 50px;
}
#wave {
  left: 68%;
}
}

@media (min-width: 1440px) and (max-height: 840px) { 
  #bridge {
  top: 36%;
  }

  #nurses{
    top: 47%;
    left: 74.5%;
  }
  #wave {
    top: 51%;
  }
  #arcitectual{
    top: 42%;
    left: 57%;
  }

  #sattelite{
    top: 6%;
    left: 54.5%;
  }
}

@media (min-width: 1440px) and (max-height: 760px) { 
  #bridge {
  top: 35%;
  }
  #nurses{
    bottom: -32px;
    left: 73.5%;
  }

  #geomitry{
    top: 23%;
    right: 15px;
  }
}

@media (min-width: 1440px) and (max-height: 700px) { 
  #bridge {
  top: 33%;
  }
  #geomitry{
    top: 19%;
    right: -52px;
  }
}

@media (min-width: 1440px) and (max-height: 620px) { 
  #bridge {
  top: 31%;
  left: 8%;
  }
  #geomitry{
    top: 13%;
    right: -80px;
  }
  #nurses{
    bottom: -10%;
    left: 72%;
  }
}

@media (min-width: 1440px) and (max-height: 570px) { 
  #bridge {
  top: 29%;
  }
  #nurses{
    bottom: 32%;
        left: 71%;
  }
}

@media (min-width: 1440px) and (max-height: 530px) { 
  #bridge {
  top: 27%;
  }
}

@media (min-width: 1440px) and (max-height: 430px) { 
  #bridge {
    top: 21%;
    left: 4%;
  }
}

@media (min-width: 1440px) and (max-height: 380px) { 
  #bridge {
    top: 14%;
    left: 0%;
  }
}

/* ////larger 1600px  */

@media (min-width: 1600px) and (max-height: 1150px) {
  #bridge {
    top: 41%;
  }
  #arcitectual{
    top: 53%;
    left: 58%;
  }
  #sattelite{
    top: 7%;
    left: 53.5%;
  }
}

@media (min-width: 1600px) and (max-height: 1000px) {
  #bridge {
    top: 39%;
  }
  #geomitry {
    top: 24%;
    right: 2%;
  }

}

@media (min-width: 1600px) and (max-height: 900px) {
  #bridge {
    top: 38%;
  }

  #geomitry {
    top: 21%;
    right: 1%;
  }
}

@media (min-width: 1600px) and (max-height: 830px) {
  #bridge {
    top: 36%;
  }
}

@media (min-width: 1600px) and (max-height: 745px) {
  #bridge {
    top: 35%;
  }
}

@media (min-width: 1600px) and (max-height: 670px) {
  #bridge {
    top: 33%;
  }

  #geomitry {
    top: 18%;
    right: 0;
  }
}

@media (min-width: 1600px) and (max-height: 630px) {
  #bridge {
    top: 30%;
  }
  #geomitry {
    top: 17%;
    right: 0;
}
}

@media (min-width: 1600px) and (max-height: 540px) {
  #bridge {
    top: 28%;
  }

  #geomitry {
    top: 16%;
    right: 0;
}
}


@media (min-width: 500px) and (max-height: 475px) {
  #bridge {
    top: 24%;
    left: 7%;
    }
    #box {
      display: none;
    }
    #warning{
      display: flex;
      background: #F08006;
      justify-content: center;
      align-items: center;
      color: #ffffff;
      height: 100vh;
      padding: 5%;
      font-size: 20px;
      text-align: center;
    }
}

@media (min-height: 475px) { 
  #warning{
    display: none;
  }
}

@media (max-height: 430px) { 
  #box {
    display: none;
  }

  #warning{
    display: flex;
    background: #F08006;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    height: 100vh;
    padding: 5%;
    font-size: 20px;
    text-align: center;
  }
}

/* Styles for iPads */
@media only screen and (max-width: 834px) {
  #bridge {
    top: 41%;
  }
  #sattelite {
    top: 7%;
    left: 53.5%;
  }
  #arcitectual {
    top: 52%;
  }
  #travel {
    top: 57.8%;
    left: 24%;
  }
  #geomitry {
    top: 31%;
    right: 3%;
}
#nurses {
  top: 55.5%;
  left: 76%;
}
}

/* Styles for iPads */
@media only screen and (max-width: 768px) {
  #bridge {
      top: 35%;
  }
  #sattelite {
      top: 2%;
      left: 52%;
  }
}

/* Styles for Phones */
@media only screen and (max-width: 480px) {
  #bridge {
      top: 36%;
  }
  #sattelite {
    top: 3.8%;
    left: 52.5%;
  }
}

/* Styles for Phones */
@media only screen and (max-width: 430px) {
  #bridge {
    top: 38%;
  }
  #sattelite {
    top: 4.8%;
    left: 53%;
  }
}
@media only screen and (max-width: 390px) {
  #bridge {
    top: 36%;
    left: 7%;
}
#sattelite{
  top: 10.8%;
}
  }

/* Styles for Phones */
@media only screen and (max-width: 375px) {
  #bridge {
    top: 32%;
    left: 7%;
  }
  #sattelite {
    top: 7.8%;
    left: 51.5%;
  }
  #arcitectual{
    top: 39%;
  }

  #geomitry{
    top: 17%;
    left: 84%;
}
  }

  @media only screen and (max-width: 360px) {
    #bridge {
      top: 34%;
  }
    }







