@import url('https://fonts.googleapis.com/css?family=Montserrat');


body {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#top {
  text-align: center;
}

#footer {
  text-align: center;
  color: white;
  background-color: #1e1e1e;
  padding-bottom: 80px;
  padding-top: 80px;
}

footer {
  margin-top: auto;
  transition: margin-left .7s;
  overflow-x: hidden;
}

footer.active{
  margin-left: 20%;
  overflow-x: hidden;
}

#image1 {
  padding: 8px;
}

#logo-name {
  font-size: 32px;
  font-weight: bold;
  margin: 16px;
}

#navigation a {
  color: gray;
  padding: 3px;
  margin: auto;
  text-decoration: none;
  size: 30px;
}

#navigation a:hover {
  color: red;
}

#bar{
  display: flex;
}

.opt-selection {
  margin-top: 20px;
  display: flex;
  border-radius: 10px;
  box-shadow: rgba(95, 102, 107, 0.2) 0px 8px 8px 8px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.opt-selection::-webkit-scrollbar {
  display: none;
}

#left-btn img {
  transform: rotate(180deg);
  width: 2em;
  height: 2em;
}

#right-btn img {
  width: 2em;
  height: 2em;
}

#right-btn {
  margin-top: 2em;
  margin-left: 0.8em;
  float: right;
  margin-right: -30%;
  border-radius: 3em;
}

#left-btn {
  margin-top: 2em;
  margin-right: 0.8em;
  float: left;
  margin-left: -30%;
  border-radius: 3em;
}

.SelBtn {
  position: relative;
  font-size: 0.8em;
  right: 0px;
  font-weight: bold;
}

.SelBtn p {
  padding: 0.8em 2.5em 0.8em 2.5em;
  white-space: nowrap;
}

#options {
  max-width: 60%;
  margin: 0px auto;
  display: block;
}

.title {
  font-size: 1.5em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid black;
}

#info {
  text-align: left;
  font-size: 1.2em;
}

.detail {
  display: none;
}

.item {
  font-size: 1.2em;
  text-align: left;
  padding: 20px;
  box-shadow: rgba(149, 160, 167, 0.2) 0px 8px 8px 8px;
  border-radius: 10px;
}

.subtitle {
  text-align: left;
  font-size: 1.4em;
}

.menu-btn {
  z-index: 2;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  cursor: pointer;
  transition: all .5s ease-in-out;
  border-radius: 50%;
}

.menu-btn_burger {
  width: 50px;
  height: 6px;
  background-color: var(--color2);
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255, 101, 47, .2);
  transition: all .5s ease-in-out;
}

.menu-btn_burger::before,
.menu-btn_burger::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 6px;
  background-color: var(--color);
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255, 101, 47, .2);
  transition: all .5s ease-in-out;
}

.menu-btn_burger::before {
  transform: translateY(-16px);
}

.menu-btn_burger::after {
  transform: translateY(16px);
}

.menu-btn.open .menu-btn_burger {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}

.menu-btn.open .menu-btn_burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}

.menu-btn.open .menu-btn_burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}

.nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #1b1b1b;
  opacity: 1.0;
  overflow-x: hidden;
  transition: .7s;
  font-family: "Montserrat", sans-serif;
}

#content {
  margin-left: 0;
  transition: margin-left .7s;
  overflow-x: hidden;
}

#content.active {
  margin-left: 20%;
  overflow-x: hidden;
}

#content.active_phone {
  margin-left: 0;
  overflow-x: hidden;
}

.nav a {
  display: block;
  padding: 30px 30px;
  font-size: 150%;
  max-width: 100%;
  text-decoration: none;
  color: white;
}

#menu {
  z-index: 2;
  width: 0;
}

#menu.active {
  width: 20%;
}

#menu.active_phone {
  height: 100%;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #1e1e1e;
  opacity: 1.0;
  transition: .7s;
  overflow-y: scroll;
  font-family: "Montserrat", sans-serif;
}

.close-btn {
  background-color: #1e1e1e;
}

.hidden {
  display: none !important;
}

.menubtns {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid transparent;
}

.text {
  display: block;
  padding: 30px 30px;
  font-size: 35px;
  font-weight: 600;
  color: white;
  text-align: center;
  background-color: #1e1e1e;
  letter-spacing: 1px;
  overflow: hidden;
}

.text.active_phone {
  display: block;
  padding: 30px 30px;
  font-size: 25px;
  font-weight: 600;
  color: white;
  text-align: center;
  background-color: #1e1e1e;
  letter-spacing: 1px;
  overflow: hidden;
}

.menubtns:hover {
  color: #c0392b;
  background-color: #1e1e1e;
  border-left-color: #c0392b;
}

.subtitles {
  text-align: center;
  border-bottom: #c0392b solid 1px;
}

.sections {
  opacity: 0;
  transition: opacity 300ms ease-in;
}

#navbar {
  opacity: 1;
  transition: all .7s;
  box-sizing: border-box;
  background: #1e1e1e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 8%;
  position: fixed;
  width: 100%;
  z-index: 1;
}

#navbar a {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  position: relative;
}

#navbar a::after {
  content: '';
  display: block;
  height: 5px;
  background-color: #c0392b;
  position: absolute;
  width: 0%;
  transition: all ease-in-out .7s;
  bottom: -8;
}

#navbar a:hover::after {
  width: 100%;
}