@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Tajawal:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Roboto+Condensed:ital,wght@0,400;0,700;1,300;1,400&family=Tajawal:wght@400;500;700&display=swap');
* {
  font-family: "Lato", 'Tajawal';
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

.Ar {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 10px;
  background: #00a19c;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  z-index: 10000;
  font-size: 20px;
  transition: .5s;
  box-shadow: 0 8px 10px rgb(0 0 0 / 30%);
}

.Ar:hover {
  background: #257974;
}

.nav {
  background: none;
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  z-index: 100000;
  /* backdrop-filter: blur(0px); */
}

.item {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

.item .nav-item {
  font-size: 30px;
  /* width: 100%; */
  /* height: 35px; */
  transform: translateX(1.5px);
  background: none;
  text-decoration: none;
  border: none;
  transition: 0.5s;
  justify-content: center;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  padding-top: 20px;
  font-size: 27px;
  width: 33%;
  text-transform: uppercase;
}

.item .nav-item:first-child {
  border-top: 4px solid #00a19c;
}

.item .nav-item:nth-child(2) {
  border-top: 4px solid #ffa400;
}

.item .nav-item:last-child {
  border-top: 4px solid #6fc4e5;
}

.item .nav-item:first-child:hover,
.item .nav-item:first-child.active {
  color: #00a19c;
  border-top: 4px solid #00a19c;
}

.item .nav-item:nth-child(2):hover,
.item .nav-item:nth-child(2).active {
  color: #ffa400;
  border-top: 4px solid #ffa400;
}

.item .nav-item:nth-child(3):hover,
.item .nav-item:nth-child(3).active {
  color: #6fc4e5;
  border-top: 4px solid #6fc4e5;
}

.nav-item:hover {
  color: #f79424;
}

section {
  position: relative;
  width: 1920px;
  height: 975px;
  overflow: auto;
}

section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 190px;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #000, transparent);
  z-index: 1;
}

section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 190px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 52%), transparent);
  z-index: 1;
}

.imgbox {
  position: absolute;
  width: 100%;
  height: 100%;
}

.imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-pin {
  position: absolute;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  /* overflow: hidden; */
  border-radius: 32px;
  display: flex;
  color: #fff;
  box-shadow: 0px 8px 15px rgb(0 0 0 / 30%);
  top: 50%;
  left: 50%;
  transition: 0.5s;

}

.map-pin.dep {
  background: #00a19c;
}

.map-pin .bg-cicle.dep {
  background: #257974;
}

.map-m.dep .pin-tail {
  border-color: #00a19c transparent transparent transparent;
}

.map-pin.cen {
  background: #ffa400;
}

.map-pin .bg-cicle.cen {
  background: #ce8d13;
}

.map-m.cen .pin-tail {
  border-color: #ffa400 transparent transparent transparent;
}

.map-pin.ser {
  background: #6fc4e5;
}

.map-pin .bg-cicle.ser {
  background: #577188;
}

.map-m.ser .pin-tail {
  border-color: #6fc4e5 transparent transparent transparent;
}

.pin-tail {
  position: absolute;
  width: 0;
  height: 0;
  left: 64%;
  z-index: 0;
  top: 93%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 -11px -24px;
  border-style: solid;
  transition: 0.5s;
  border-width: 15px 15px 0;
}

.bg-cicle {
  position: absolute;
  width: 87%;
  height: 87%;
  background: #577188;
  top: 4px;
  margin: 0 auto;
  left: 4px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.map-m:hover .bg-cicle {
  transform: scale(0);
}

.map-pin .circle-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  visibility: hidden;
  flex-wrap: wrap;
  transition: all 0.2s ease-in-out 0;
  font-size: 15px;
  padding: 0 10px;
  color: #fff;
  WIDTH: 100%;

}

.map-m:hover .map-pin {
  position: absolute;
  width: 144px;
  height: 149px;
  margin: -32px 0 0 -32px;
  /* overflow: hidden; */
  border-radius: 50%;
  color: #fff;
  padding: -2px;
  box-shadow: 10px -10px 4px 0 rgb(0 0 0 / 30%);
  top: -86%;
  left: -12%;
  transition: 0.5s;
  z-index: 10000000000000000000000000000;
}

.map-m:hover .pin-tail {
  position: absolute;
  width: 0;
  height: 0;
  left: 43%;
  z-index: 0;
  top: 88%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 -11px -24px;
  border-style: solid;
  border-width: 25px 28px 0;
  /* border-color: #6fc4e5 transparent transparent transparent; */
}

.map-m:hover>.map-pin .circle-text {
  visibility: visible;
  z-index: 2;
  transition: all 0.2s ease 0.3s;
}

.map-m {
  position: absolute;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  /* overflow: hidden; */
  border-radius: 32px;
  /* background: #6fc4e5; */
  color: #fff;
  /* box-shadow: 10px -10px 4px 0 rgb(0 0 0 / 30%); */
  z-index: 100000;
  transition: 0.5s;
}

.map-m:hover {
  z-index: 100000000000;
}

.cen {
  display: none;
}

.ser {
  display: none;
}

.logo {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pres {
  top: 64%;
  left: 13%;
}

.item1 {
  top: 41%;
  left: 60%;
}

.item2 {
  top: 27%;
  left: 66%;
}

.item3 {
  top: 37%;
  left: 68%;
}

.item4 {
  top: 41%;
  left: 74%;
}

.item5 {
  top: 29%;
  left: 72%
}

.item6 {
  top: 36%;
  left: 77%;
}

.item7 {
  top: 33%;
  left: 58%;
}

.item8 {
  top: 26%;
  left: 56%;
}

.item9 {
  top: 20%;
  left: 54%;
}

.item10 {
  top: 20%;
  left: 62%;
}

.item11 {
  top: 13%;
  left: 60%;
}

.item12 {

  top: 11%;
  left: 64%;

}

.item13 {
  top: 14%;
  left: 56%;
}

.item14 {
  top: 24%;
  left: 49%;
}

.item15 {
  top: 30%;
  left: 51%;
}

.item16 {
  top: 39%;
  left: 50%;
}

.item17 {
  top: 48%;
  left: 27%;
}

.item18 {
  top: 72%;
  left: 16%;
}

.item19 {
  top: 59%;
  left: 60%;
}

.item20 {

  top: 61%;
  left: 66%;

}

.item21 {
  top: 75%;
  left: 80%;
}

.item22 {
  top: 22%;
  left: 59%;
}

.item23 {
  top: 40%;
  left: 26%;
}

.item24 {
  top: 31%;
  left: 28%;
}

.item25 {
  top: 39%;
  left: 55%;
}

.item26 {
  top: 16%;
  left: 53%;
}

.item27 {
  top: 17%;
  left: 33%;
}

.item28 {
  top: 29%;
  left: 37%;
}

.item29 {
  top: 32%;
  left: 43%;
}

.item30 {
  top: 73%;
  left: 34%;
}

.item31 {
  top: 70%;
  left: 24%;
}

.item32 {
  top: 56%;
  left: 20%;
}

.item70 {
  top: 56%;
  left: 18%;
}

.item33 {
  top: 56%;
  left: 15%;
}

.item34 {
  top: 84%;
  left: 73%;
}

.item35 {
  top: 51%;
  left: 80%;
}

.item36 {
  top: 70%;
  left: 91%;
}

.item37 {

  top: 83%;
  left: 61%;

}

.item38 {
  top: 63%;
  left: 52.8%;
}

.item39 {
  top: 18%;
  left: 51%;
}

.item40 {
  top: 22%;
  left: 44%;
}

.item41 {
  top: 44%;
  left: 40%;
}

.item71 {
  top: 36%;
  left: 41%;
}

.item72 {
  top: 35%;
  left: 41%;
}

.item73 {
  top: 65%;
  left: 8%;
}

.item42 {
  top: 39%;
  left: 55%;

}

.item43 {
  top: 64%;
  left: 37%;
}

.item44 {
  top: 67%;
  left: 33%;
}

.item46 {
  top: 20%;
  left: 69%;
}

.item47 {
  top: 50%;
  left: 66%;
}

.item48 {
  top: 65%;
  left: 50%;
}

.item49 {
  top: 42%;
  left: 43%;
}

.item50 {

  top: 56%;
  left: 70%;

}

.item51 {
  top: 36%;
  left: 36%;
}

.item52 {
  top: 39%;
  left: 32%;
}

.item53 {
  top: 56%;
  left: 15%;
}

.item45 {
  top: 44%;
  left: 30.5%;
}

.item60 {
  top: 73%;
  left: 79%;
}

.item61 {
  top: 73%;
  left: 81%;
}

.item62 {
  top: 15%;
  left: 54%;
}

.item63 {
  top: 73%;
  left: 79%;
}

.item66 {
  top: 18%;
  left: 51%;
}

.item67 {
  top: 74%;
  left: 71%;
}

.gate {
  top: 85%;
  left: 55.5%;
}

.cgate {
  top: 13%;
  left: 43%;
}

.UOTLogo {
  opacity: 1;
  position: absolute;
  top: 299px;
  left: 94px;
  height: 128px;
  overflow: hidden;
  width: 238px;
  z-index: 3;
  color: #fff;
  
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.imgboxLogo {
  position: relative;
  height: 100%;
  width: auto;
}

.imgboxLogo::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 75px;
  left: -10px;
  top: 21px;
  background: #000000;
}

.imgboxLogo::after {
  position: absolute;
  content: '';
  width: 3px;
  height: 103px;
  left: 112%;
  top: 14px;
  background: #020202;
}

.imgboxLogo img {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
}

.textLogo {
  position: relative;
  color: #000;
  font-family: 'Roboto Condensed';
}

.textLogo h4 {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
}

.textLogo::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 76px;
  left: 106%;
  /* border-radius: 57
px
; */
  top: 0px;
  background: #000000;
}
.WebDev {
  position: absolute;
    margin: 0 auto;
    bottom: 0;
    right: 44%;
    color: #ffff;
    font-weight: 700;
    font-size: 17px;
    /* text-decoration: none; */
    z-index: 100000000;
}