@font-face {
  font-family: "Century Gothic";
  src: url("Font/Century_Gothic.ttf") format("truetype");
}

body {
  font-family: Century Gothic;
}

.head {
  margin: 50px;
  color: rgba(128, 128, 128, 0.95);
}

.menu {
  cursor: pointer;
  text-align: center;
  padding: 10px;
  font-size: 20px;
}
.menuBar1, .menuBar2, .menuBar3 {
  width: 25px;
  height: 1.4px;
  background-color: rgba(128, 128, 128, 0.95);
  margin: 9px auto;
  transition: 0.3s;
}
.change .menuBar1 {
  transform: translate(0, 10.4px) rotate(-45deg);
}
.change .menuBar2 {
  opacity: 0;
}
.change .menuBar3 {
  transform: translate(0, -10.4px) rotate(45deg);
}


.hide {
  display: none;
}

.flex {
  display: flex;
}

.dropDown-menu {
  text-align: center;
  display: none;
}

.subMenu {
  padding: 10px;
  margin: 0 50px;
  font-size: 20px;
}

.leila {
  text-align: center;
  font-size: 20px;
  padding: 10px;
  margin: 0 50px;
  color: rgba(128, 128, 128, 0.95);
}

.sectionName {
  text-align: center;
  color: rgba(128, 128, 128, 0.95);
  font-size: 25px;
}

.aboutSection {
  color: rgba(128, 128, 128, 0.95);
  font-size: 25px;
  width: 80%;
  margin: auto;
}

.aboutContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 800px) {
  .aboutContainer {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.contactSection {
  color: rgba(128, 128, 128, 0.95);
  font-size: 25px;
  width: 60%;
  margin: auto;
  text-align: center;
}

.home,
.work,
.about,
.contact {
  margin-top: 5vh;
}

#rooot {
  margin-top: 25px;
  padding-bottom: 9px;
}

.dropdown {
  position: relative;
  margin-top: 10px;
}

.name {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: rgba(128, 128, 128, 0.95);
  background-color: #ffffff;
  border-radius: 10px;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.galleryName {
  text-align: center;
  border-radius: 10px;
  margin-top: 0.5vh;
}

.galleryName:hover,
.galleryImg:hover {
  cursor: pointer;
}

.dropdown-content {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  background-color: white;
}

.close {
  color: black;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  z-index: inherit;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.cursor {
  cursor: pointer;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.perviosImg,
.nextImg {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 0px 20px;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  color: rgba(0, 0, 0, 0.95);
}

.nextImg {
  right: 0;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 20px;
  position: absolute;
}

.bottomphototext {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: rgba(128, 128, 128, 0.95);
  margin-top: 5%;
  text-align: center;
  margin-bottom: 2em;
}

.nextSeries {
  color: rgba(128, 128, 128, 0.95);
  position: absolute;
  bottom: 5px;
  right: 20px;
  font-size: 15px;
  font-weight: bold;
  z-index: inherit;
}

.show {
  display: block;
}

@media (min-width: 650px) {
  .picture {
    width: 30%;
    display: block;
    margin: auto;
  }

  .galleryImg {
    width: 30%;
  }
  
  .Photo {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10%;
  }

  .perviosImg,
  .nextImg {
    top: 24em;
  }
}
@media (max-width: 650px) {
  .picture {
    width: 80%;
    display: block;
    margin: auto;
  }

  .galleryImg {
    width: 80%;
  }

  .Photo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10%;
  }
  .perviosImg,
  .nextImg {
    top: 40%;
  }
}
