body,
html {
  background-image: url(./bg-2.png);
  margin: 0;
  padding: 0;
  font-family: "BPG Nino Mtavruli", sans-serif;
}
.p_teg {
  padding-top: 10px;
  font-size: 20px;
  color: #818181;
  margin-left: 20px;
}
.logo_p {
  margin-left: 10px;
  text-align: center;
  width: 50%;
  display: inline-flex;
}
.p_index {
  position: relative;
}
.div_btn_txt {
  display: flex;
  align-items: center;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
}
.btn__Enter {
  border: none;
  outline: none;
  width: 250px;
  background-color: #0093ce;
  color: #fff;
  font-size: 21px;
  border-radius: 5px;
  cursor: pointer;
  font-family: "BPG Nino Mtavruli", sans-serif;
  transition: all 0.4s ease;
  height: 60px;
}
.btn__Enter:hover {
  width: 350px;
}
.divBold {
  font-weight: 700;
}

.map__navbar {
  font-size: 20px;
  color: #111;
  display: flex;
  align-items: center;
  font-family: "BPG Nino Mtavruli", sans-serif;
  letter-spacing: 1px;
  justify-content: center;
  padding: 10px 10px 10px 10px;
  margin-bottom: 80px;
}
.herf_floor {
  height: 50px;
  font-weight: 700;
  padding: 1px;
  line-height: 50px;
  text-decoration: none;
  font-size: 20px;
  color: #111;
  margin-left: 10px;
}
.herf_floor:hover {
  color: #0093ce;
}

.floor_name {
  margin-top: 15px;
  text-align: center;
  font-size: 25px;
}

.image__class {
  width: 100%;
  height: 60vh;
  background-position: center;
  background-size: cover;
}
.img_floors {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.select__korpusi {
  font-family: "BPG Nino Mtavruli", sans-serif;
  letter-spacing: 1px;
  text-align-last: center;
  height: 50px;
  background-color: transparent;
  padding: 1px;
  text-decoration: none;
  font-size: 20px;
  color: #111;
  margin-left: 10px;
  border: none;
  font-weight: 700;
}
select#xyz {
  border: none;
}
.span_www {
}
a {
  text-decoration: none;
  color: black;
}
.footer {
  color: #e4e6e8;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: lighter;
  font-size: 17px;
  justify-content: center;
  background-color: #0093ce;
  height: 50px;
}
.footer_mail {
  font-size: 20px;
}
.cont {
  line-height: 50px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-top: 5%;
}
option {
  border: none;
  color: #111;
  font-weight: 600;
}

/* tooltip*/

area[aria-label]:after {
  opacity: 0;
  content: attr(aria-label);
  padding: 4px 8px;
  position: absolute;
  left: 50%;
  top: 97%;
  border-radius: 5px;
  text-align: center;
  height: 35px;
  display: flex;
  align-items: center;
  font-family: "BPG Nino Mtavruli", sans-serif;
  justify-content: center;
  width: 370px;
  letter-spacing: 2px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 20;
  font-weight: 600;
  color: #fff;
  background-color: #0093ce;

  transition: opacity 0.5s;
  pointer-events: none;
}
.containerNavbar {
  background-color: #0093ce;
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
}
.bsuNav__logo {
  height: 80px;
  object-fit: contain;
  cursor: pointer;
}
.navCont {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "BPG Nino Mtavruli", sans-serif;
  letter-spacing: 1px;
  font-size: 21px;
}
.spanBSU__cont {
  text-align: center;
  margin-left: 35px;
  cursor: pointer;
}

area[aria-label]:hover:after {
  position: absolute;
  opacity: 1;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 200ms ease-in-out;
  border-radius: 10px;
  z-index: 10;
  border-radius: 5px;
  width: 1500px;
  border-bottom: transparent;
  max-width: 80%;
}
.mod {
  border: none;
  outline: none;
  background-color: #0093ce;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 17px 30px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  font-family: "BPG Nino Mtavruli", sans-serif;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 150px;
  font-size: 16px;
  transition: all 0.5s ease;
}
.mod:hover {
  background-color: #fff;
  color: #111;
}

.modal.active {
  transform: translate(-50%, -50%) scale(1);
}

.modal-header {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid black;
  background-color: rgba(0, 147, 206, 0.85);
}

.modal-header .title {
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
}
.imgInfo__class {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.floors_div {
  display: block;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  height: 600px;
  overflow-y: hidden;
  white-space: nowrap;
}
.modal-header .close-button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  font-size: 1.25rem;
  font-weight: bold;
}

#overlay {
  position: fixed;
  opacity: 0;
  transition: 500ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

#overlay.active {
  opacity: 1;
  pointer-events: all;
}
.div_hr {
  display: flex;
}

/*
    Dropdown menu css
*/

.dropbtn {
  font-family: "BPG Nino Mtavruli", sans-serif;
  letter-spacing: 1px;
  margin-left: 10px;
  font-weight: 700;
  background-color: transparent;
  color: black;
  padding: 16px;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  font-weight: 700;
  margin-left: 10px;
  width: 150px;
  text-align: center;
  display: none;
  position: absolute;
  background-image: url(./bg-2.png);
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropbtn {
  display: none;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.show {
  display: block;
}

/*
                RESPONSIVE!!!!!
*/

@media only screen and (max-width: 2560px) {
  area[aria-label]:after {
    position: absolute;
    top: 89%;
  }
  .cont {
    margin-top: 3%;
  }
  .mod {
    top: 33%;
  }
}

@media only screen and (max-width: 1440px) {
  area[aria-label]:after {
    position: absolute;
    top: 90%;
  }
  .cont {
    margin-top: 3%;
  }
}

@media only screen and (max-width: 1366px) {
  area[aria-label]:after {
    position: absolute;
    top: 96%;
  }
  .cont {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 1125px) {
  area[aria-label]:after {
    position: absolute;
    top: 96%;
  }
}
@media only screen and (max-width: 1060px) {
  area[aria-label]:after {
    position: absolute;
    top: 75%;
  }
  .mod {
    top: 33%;
  }
}
@media only screen and (max-width: 950px) {
  area[aria-label]:after {
    position: absolute;
    top: 96%;
  }
  .mod {
    top: 30%;
  }
}
@media only screen and (max-width: 820px) {
  area[aria-label]:after {
    position: absolute;
    top: 98%;
  }
}
@media only screen and (max-width: 800px) {
  area[aria-label]:after {
    position: absolute;
    top: 98%;
  }

  .floors_div {
    display: block;
    width: auto;
    height: 600px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 775px) {
  area[aria-label]:after {
    position: absolute;
    top: 88%;
    width: 250px;
  }
  .herf_floor {
    font-size: 17px;
    margin-left: 5px;
  }
  .select__korpusi {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 17px;
  }
  .navCont {
    font-size: 17px;
  }
}
@media only screen and (max-width: 710px) {
  .footer {
    font-size: 12px;
  }
}
@media only screen and (max-width: 665px) {
  area[aria-label]:after {
    position: absolute;
    top: 70%;
  }
  .navCont {
    font-size: 15px;
  }
}
@media only screen and (max-width: 652px) {
  .div_hr {
    display: none;
  }
  .spanBSU__cont{
    display: none;
  }
  .cont {
    font-size: 17px;
  }
  .mod {
    top: 28%;
  }
  .footer {
    line-height: 20px;
    display: block;
  }
  area[aria-label]:after {
    width: 50%;
    top: 88%;
  }
  .select__korpusi {
    font-size: 17px;
  }
  option {
    width: 100px;
    font-size: 17px;
  }
  .dropbtn {
    display: block;
  }
}
@media only screen and (max-width: 330px) {
  area[aria-label]:after {
    position: absolute;
    top: 91%;
  }
}
