@charset "UTF-8";
/*!
=========================================================
* Meyawo Landing page
=========================================================

* Copyright: 2019 DevCRUD (https://devcrud.com)
* Licensed: (https://devcrud.com/licenses)
* Coded by www.devcrud.com

=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/
/* @import url("https://fonts.googleapis.com/css?family=Baloo+Paaji|Open+Sans:300,300i,400,400i,600,600i,700,700i");
:root {
  --blue: #1e549f;
  --indigo: #695aa6;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ec185d;
  --orange: #ff6d02;
  --yellow: #ffc107;
  --green: #1bb74f;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #393e46;
  --primary: #695aa6;
  --secondary: #393e46;
  --success: #1bb74f;
  --info: #17a2b8;
  --warning: #ff6d02;
  --danger: #ec185d;
  --light: #f8f9fa;
  --dark: #212529;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
} */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  list-style-type: none;
  font-family: "Cormorant Garamond", serif;
}

html {
  font-size: 62.5%;
}

.navbar_photo {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 1rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.menu_photo {
  display: none;
}

.logo_photo {
  height: 6rem;
}

.nav-list_photo {
  display: flex;
  justify-content: center;
}

.nav-link_photo {
  font-size: 1.5rem;
  color: #fff;
  width: 15rem;
  margin: 0 3rem;
  text-transform: uppercase;
  border: 0.1rem solid #fff;
  text-align: center;
  padding: 0.2rem 0;
  letter-spacing: 0.1rem;
  position: relative;
  overflow: hidden;
}

.nav-link_photo::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 5rem;
  background-color: #d50000;
  left: -20%;
  transform: rotate(-40deg) translateX(-4rem);
  transform-origin: left bottom;
  opacity: 0.8;
  transition: left 0.3s;
}

.nav-link_photo:hover::before {
  left: 110%;
}

.page-btn_photo {
  position: fixed;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
}

.left-btn_photo {
  left: 4rem;
}

.left-btn_photo img {
  transform: rotate(-90deg);
}

.right-btn_photo {
  right: 4rem;
}

.right-btn_photo img {
  transform: rotate(90deg);
}

.page-btn_photo img {
  width: 4rem;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.2s;
}

.page-btn_photo img:hover {
  opacity: 1;
}

.progress-wrapper_photo {
  position: fixed;
  z-index: 100;
  bottom: 2rem;
  left: 3rem;
}

.progress_photo {
  margin: 1rem 0;
  text-align: center;
}

.progress_photo h2 {
  font-size: 2.5rem;
  font-weight: 300;
  color: #fff;
}

.circle-wrapper_photo {
  display: flex;
}

.circle_photo {
  width: 1rem;
  height: 1rem;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  margin: 0 0.3rem;
  transition: background-color 0.3s;
}

.circle-1 {
  background-color: #ddd;
}

.wrapper_photo {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
  transition: left 1.5s;
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: white;
}

#teacher { background: #ff6347; }
#resume { background: #4682b4; }
#social { background: #32cd32; }
#volunteer { background: #ffa500; }
#contact { background: #6a5acd; }

.section-1 {
  z-index: 50;
}

.section-wrapper_photo {
  width: inherit;
  height: inherit;
  transform: scale(1.5);
  transition: all 2s;
}

.section-1-wrapper {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)),
    url(/assets/images/gallery/rec_les11.jpg) center no-repeat;
  background-size: cover;
}

.section-1-heading-wrapper {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-1-heading {
  font-size: 10rem;
  font-weight: 300;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.1rem;
  border-bottom: 0.2rem solid #d50000;
  text-align: right;
  user-select: none;
}

.section-2 {
  z-index: 40;
}

.section-2-wrapper {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)),
    url(/assets/images/gallery/recbay30.png) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.sale_photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sale-bag_photo {
  opacity: 0.9;
  width: 45rem;
}

.sale-btn_photo {
  width: 20rem;
  height: 5rem;
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  background-color: transparent;
  color: #fff;
  margin-top: 4rem;
  border: 0.1rem solid #fff;
  transition: background-color 0.2s;
}

.sale-btn_photo:hover {
  background-color: #d50000;
}

.wine-bottle_photo {
  opacity: 0.6;
  width: 80rem;
}

.section-3 {
  z-index: 30;
  background-color: #000;
}

.section-3-wrapper {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)),
    url(/assets/images/gallery/recbay10.png) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-3-heading {
  font-size: 20rem;
  color: #ccc;
  text-transform: uppercase;
  transform: rotate(-20deg);
  text-align: center;
  text-shadow: 0 0.5rem 1.5rem #000;
  user-select: none;
}

.frame-img_photo {
  width: 100rem;
  position: absolute;
  opacity: 0.5;
}

.grapes-img_photo {
  width: 40rem;
  position: absolute;
  opacity: 0.7;
  transition: all 1.5s;
  opacity: 40%;
}

.grapes-img_photo:hover {
  opacity: 1;
  transform: scale(2);
}

.section-4 {
  z-index: 20;
}

.section-4-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-4-bg {
  width: 110%;
  height: 110%;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url(/assets/images/gallery/rec_les1.jpg) center no-repeat;
  background-size: cover;
  z-index: -1;
  filter: blur(0.5rem);
}

.section-4-heading {
  font-size: 10rem;
  font-weight: 300;
  text-align: center;
  margin-top: 7rem;
  color: #d50000;
  user-select: none;
}

.new-wines-img {
  width: 70rem;
  border: 0.1rem solid #fff;
  padding: 1rem;
  opacity: 0.7;
}

.section-5 {
  z-index: 10;
}

.section-5-wrapper {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url(/assets/images/gallery/programs.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-list_photo li {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #ddd;
  margin: 1rem 0;
  background-color: blueviolet;
}

.footer-list_photo li:first-child {
  text-transform: uppercase;
  color: #fff;
}

.footer-img_photo {
  width: 60rem;
  margin: 0 20rem;
  opacity: 0.9;
}

.copyright_photo {
  position: absolute;
  bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #eee;
  letter-spacing: 0.2rem;
}

@media (max-width: 1600px) {
  .sale-bag_photo {
    width: 35rem;
  }

  .wine-bottle {
    width: 65rem;
  }

  .footer-img_photo {
    width: 45rem;
    margin: 0 12rem;
  }
}

@media (max-width: 1300px) {
  .sale-bag_photo {
    width: 30rem;
  }

  .wine-bottle {
    width: 60rem;
  }

  .footer-img_photo {
    width: 35rem;
    margin: 0 10rem;
  }
}

@media (max-width: 1200px) {
  .nav-link {
    margin: 0 1.5rem;
  }

  .section-1-heading-wrapper {
    width: 80%;
  }

  .section-1-heading {
    font-size: 8rem;
  }

  .sale-bag_photo {
    width: 25rem;
  }

  .sale-btn_photo {
    width: 15rem;
    height: 4rem;
    font-size: 1.7rem;
  }

  .wine-bottle {
    width: 50rem;
  }

  .footer-img_photo {
    width: 25rem;
    margin: 0 7rem;
  }
}

@media (max-width: 1000px) {
  .navbar_photo {
    justify-content: start;
    padding-left: 2rem;
  }

  .menu_photo {
    display: block;
    width: 4rem;
    height: 2.5rem;
    position: absolute;
    top: 1rem;
    right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .menu-line {
    width: 100%;
    height: 0.3rem;
    background-color: #d50000;
    transition: transform 0.5s;
  }

  .change .menu-line-1 {
    transform: rotate(40deg) translate(0.5rem, 1rem);
  }

  .change .menu-line-2 {
    transform: translate(-0.2rem, 2rem);
  }

  .change .menu-line-3 {
    transform: rotate(-40deg) translate(0.5rem, -1rem);
  }

  .nav-list_photo {
    position: absolute;
    top: 5rem;
    right: -21rem;
    flex-direction: column;
    height: calc(100vh - 5rem);
    background-color: #333;
    justify-content: start;
    padding: 2rem;
    border-radius: 0.5rem 0 0 0;
    transition: right 0.5s;
  }

  .change .nav-list {
    right: 0;
  }

  .nav-link {
    margin: 1rem;
  }

  .section-2-wrapper {
    flex-direction: column;
  }

  .sale_photo {
    order: 1;
  }

  .section-3-heading {
    font-size: 12rem;
  }

  .frame-img_photo {
    width: 70rem;
  }

  .grapes-img_photo {
    width: 25rem;
  }

  .section-4-heading {
    font-size: 8rem;
  }

  .new-wines-img {
    width: 60rem;
  }

  .section-5-wrapper {
    flex-direction: column;
  }

  .footer-img_photo {
    width: 20rem;
    order: 1;
  }

  .footer-list_photo {
    width: 20rem;
    margin: 2rem auto;
  }
}

@media (max-width: 800px) {
  .left-btn_photo {
    left: 2rem;
  }

  .right-btn_photo {
    right: 2rem;
  }

  .section-1-heading {
    font-size: 6rem;
  }

  .sale-bag_photo {
    width: 20rem;
  }

  .wine-bottle_photo {
    width: 40rem;
  }

  .section-3-heading {
    font-size: 11rem;
    opacity: 0.7;
  }

  .frame-img_photo {
    width: 60rem;
  }

  .new-wines-img {
    width: 45rem;
  }

  .progress-wrapper_photo {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 600px) {
  .section-1-heading {
    font-size: 4rem;
  }

  .sale-bag_photo {
    width: 15rem;
  }

  .wine-bottle {
    width: 30rem;
  }

  .sale-btn_photo {
    width: 12rem;
    height: 3rem;
    font-size: 1.4rem;
  }

  .section-3-heading {
    font-size: 10rem;
  }

  .frame-img_photo {
    width: 35rem;
  }

  .section-4-heading {
    font-size: 6rem;
  }

  .new-wines-img {
    width: 35rem;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 45%;
  }

  .left-btn_photo {
    left: 0.5rem;
  }

  .right-btn_photo {
    right: 0.5rem;
  }

  .nav-list_photo {
    top: 6.5rem;
  }

  .section-3-heading {
    font-size: 8rem;
  }

  .grapes-img_photo {
    width: 15rem;
  }

  .grapes-img_photo:hover {
    width: 25rem;
  }
}















