html {
    margin: 0;
    padding: 0;

    font-family: 'Reem Kufi';
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
    }

   
body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-image: url('../images/mia-blurred.jpg');
    overflow-x: hidden;
}
    header {
        --text: #f4f4f4;
        --text-inverse: #333;
        --background: transparent;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2em 3em;
        transition: background 250ms ease-in;
        background: var(--background);
        color: var(--text);
      }
      
      .header {
        /* background-color: black; */
      }
      .nav__list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
      }
      
      .nav__link {
        --spacing: 1em;
        text-decoration: none;
        color: inherit;
        display: inline-block;
        padding: calc(var(--spacing) / 2) var(--spacing);
        position: relative;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 0.9rem;
      }
      
      .nav__link:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: var(--spacing);
        right: var(--spacing);
        height: 2px;
        background: currentColor;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        transition: -webkit-transform 150ms ease-in-out;
        transition: transform 150ms ease-in-out;
        transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
      }
      
      .nav__link:hover::after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
      }
      
      .nav__link--btn {
        border: 1.5px solid currentColor;
        border-radius: 2em;
        margin-left: 1em;
        transition: background 250ms ease-in-out;
        letter-spacing: 1px;
        padding: 0.75em 1.5em;
      }
      
      .nav__link--btn:hover {
        background: var(--text);
        color: var(--text-inverse);
        border-color: var(--text);
      }
      
      .nav__link--btn::after {
        display: none;
      }
      
      .home-more-stuff {
        /* background-color: #f6f0c4;
        background-image: linear-gradient(315deg, #d99ec9 0%, #f6f0c4 74%); */
      }
      .nav__link--btn--highlight {
        background: limegreen;
        border-color: limegreen;
        color: #333;
      }
      
      .nav__link--btn--highlight:hover {
        background: var(--text);
        border-color: var(--text);
      }
      
      .nav-scrolled {
        --text: #333;
        --text-inverse: #f4f4f4;
        --background: #f4f4f4;
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
      }
      
      .home-intro {
        /* padding: 50vh 0;
        background: #123 url(https://unsplash.it/900);
        background-size: cover;
        background-blend-mode: multiply;
        color: white;
        text-align: center; */
      }
      
      .home-about {
        /* padding: 4em 0;
        max-width: 900px;
        margin: 0 auto; */
      }
      
      .header {
        height: 100px;
        width: 100%;
        /* background-color: black; */
        display: flex;
        justify-content: center;
        align-items: flex-end;
        color: white
      }
      .wrapper{
        /* width: 860px;  */
        margin: 0 auto;
        padding-top: 10px;
        }
        .wrapper ul{
        list-style: none;
        margin-top: -1%;
        /* margin-top: 2%; */
        }
        .wrapper ul li {
          background: var(--primary-color);
          width: 170px;
          /* border: solid #000000 1px; */
          /* border-radius: 5px; */
          /* margin-top: 20px; */
          height: 65px;
          line-height: 50px;
          text-align: center;
          float: left;
          color: white;
          font-size: 16px;
          position: relative;
          text-transform: uppercase;
          font-weight: bold;
          opacity: 1;
          text-align: center;
          vertical-align: center;
          /* padding-top: 17px; */
          /* display: flex;
          justify-content: center;
          align-items: center; */
        }
        .wrapper ul li:hover{
        /* background: crimson;  */
        z-index: 10;
        }
        
        .wrapper ul ul{
        display: none;
        }
        .wrapper ul li:hover > ul{
        display: block;
        z-index: 10;
        }
        .wrapper ul ul ul{
        margin-left: 170px;
        top: 0;
        position: absolute;
        }
.reviews-main {
    min-height: 90vh;
    overflow-y: scroll;
    width: 100%;
    overflow-x: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 100px;
}

.reviews-cell {
    width: 100%;
    height: 100%;
    /* min-width: 800px; */
    /* background-color: blue; */
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    /* display: grid;
    grid-template-columns: 20% 60% 20%; */
    
}

.content {
  color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 700px;
    font-weight: 300;
    overflow: auto;
    background: rgba(14, 13, 13, 0.5);
    margin: 10px;
    max-height: 620px;
    padding: 20px;
    box-sizing: border-box;
}

.content-div {
  width: 100%; 
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  box-sizing: border-box;
}


.content p {
    margin-bottom: 45px;
    font-size: 20px;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
}
.buttons {
    border: 0 solid #fff;
    font-size: 15px;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 13px 15px;
    /* border-radius: 50%; */
    width: 45px;
    outline: none;
    height: 30px
  }
.content p {
    opacity: 1;
    padding: 0 30px;
}
.current {
    width: 80%;
    height: 200px;
    visibility: visible;
    animation: fadeIn 2s;
    opacity: 1;
    /* opacity: 0.5; */
    /* transform: translateY(-300px); */
}

.content.current {
   
    /* transform: translateX(0px); */
    /* transition: -webkit-transform 150ms ease-in-out; */
  }

  .mobile-container {
      display: none;
  }

  .sub-link {
    right: 0px; 
    color: white; 
    background-color: transparent; 
    height: 40px; 
    text-align: center; 
    padding-bottom: 5px; 
    top: 17px; 
    border: 1px solid white"
  }

  @media screen and (max-width: 1360px) {
    .wrapper ul li {
      width: 130px;
      font-size: 15px;
    }
  }

  @media screen and (max-width: 1080px) {

    body {
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position:right;
        background-size: cover;
    }
    .wrapper ul li {
      width: 100px;
      font-size: 13px;
    }

    .reviews-main {
        margin-left: 0px;
    }

    .content {
        width: 550px;
    }

    .content-div {
        margin-top: 1180px;
    }
  }

  @media screen and (max-width: 1000px) {
    .wrapper ul li {
        width: 100px;
        font-size: 12px;
      }
  }

  /* @media screen and (max-width: 800px) {
    .wrapper ul li {
        width: 90px;
        font-size: 12px;
      }
  } */
  @media screen and (max-width: 850px){
    body {
      width: 100%;
      /* background-image: url('../images/DSC08531-1.jpg') */
      background-image: none;
      background-color: black;
    }
  
    .header {
      display: none;
    }

    .reviews-main {
        grid-template-columns: none;
        grid-template-rows: 1fr;
    }

    .reviews-cell {
        overflow-x: hidden;
    }
    .mobile-container {
        width: 100%;
      max-width: 100%;
      margin: auto;
      /* background-color: #555; */
      background-color: transparent;
      /* height: 500px; */
      color: white;
      border-radius: 10px;
      display: block;
    }
    
    .topnav {
      overflow: hidden;
      background-color: transparent;
      position: relative;
    }
    
    .topnav #myLinks {
      display: none;
    }
    
    .topnav a {
      color: white;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
      display: block;
    }
    
    .topnav a.icon {
      /* background: white; */
      display: block;
      position: absolute;
      right: 0;
      top: 0;
    }
    
    .topnav a:hover {
      /* background-color: #ddd; */
      color: white;
    }
    
    .active {
      /* background-color: #04AA6D; */
      color: white;
    }

    .reviews-cell {
        justify-content: center;
        align-items: center;
    }
    .content {
        background: none;
        height: 100%;
        max-height: none;
        margin-top: 0px;
        margin-left: 0px;
    }
    .content-div {
        margin-top: 50px;
    }

    .content p {
        font-size: 16px;
    }
  }
  