@charset "UTF-8";
/*------------*/
/*    COLOR   */
/*------------*/
/*----------*/
/*   TEXT   */
/*----------*/
/*------------*/
/*   BUTTON   */
/*------------*/
/*  ▲ BUTTON ▲  */
html {
  display: block;
}

body {
  display: block;
  background-color: #262626;
}

* {
  margin: 0;
  padding: 0;
}

/*------------*/
/*   HEADER   */
/*------------*/
header {
  display: block;
}

.header {
  width: 100%;
  height: 100vh;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(./images/bg.jpeg) center no-repeat;
  background-size: cover;
}

.brand {
  display: flex;
  align-items: center;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  border: 3px solid #d3ab55;
  border-radius: 50%;
  margin-right: 20px;
  text-decoration: none;
}
.logo img {
  width: 110px;
  height: 110px;
}

.main-name {
  font-family: "Nunito", sans-serif;
  font-size: 300;
  font-size: 50px;
  color: #bbbbbb;
  letter-spacing: 2px;
}

.sub-name {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #bbbbbb;
  letter-spacing: 2px;
  text-align: center;
}

.header-banner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-heading {
  font-family: "Dancing Script", cursive;
  font-size: 100px;
  font-weight: 300;
  color: #d3ab55;
  margin-bottom: 40px;
}

.sub-heading {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #bbbbbb;
  margin-bottom: 80px;
  text-align: center;
}

.main-btn {
  width: 170px;
  height: 45px;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #d3ab55;
  border: 1px solid #d3ab55;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: all 0.4s;
}
.main-btn:hover {
  color: #262626;
  background-color: #d3ab55;
}

/*--------------*/
/*   ABOUT US   */
/*--------------*/
.about-us {
  height: 90vh;
  display: flex;
  align-items: center;
}

.about-us-left {
  width: 40%;
  position: relative;
  left: -200px;
}
.about-us-left img {
  width: 100%;
  opacity: 0.7;
}

.about-us-right {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 100px;
  box-sizing: border-box;
}
.about-us-right .stars {
  margin: 30px 0;
}
.about-us-right .star {
  font-size: 15px;
  color: #d3ab55;
  margin-left: 10px;
}

.main-heading {
  font-family: "Dancing Script", cursive;
  font-size: 100px;
  font-weight: 300;
  color: #d3ab55;
  margin-bottom: 40px;
}

.sub-heading {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 60px;
  color: #bbbbbb;
  margin-bottom: 80px;
  text-align: center;
}

.description {
  font-family: "Josefin Sans", sans-serif;
  font-size: 25px;
  font-weight: 400;
  font-style: italic;
  color: #bbbbbb;
  text-align: justify;
}

.main-btn {
  width: 170px;
  height: 45px;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #d3ab55;
  border: 1px solid #d3ab55;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: all 0.4s;
}
.main-btn:hover {
  color: #262626;
  background-color: #d3ab55;
}

/*---------------*/
/*    GALLERY    */
/*---------------*/
.gallery .panel-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.panel {
  width: 33.3333%;
  height: 30vw;
  position: relative;
  overflow: hidden;
}
.panel:hover .panel-overlay {
  left: 0;
}

.panel-img {
  height: 100%;
  opacity: 0.5;
}

.panel-overlay {
  width: 100%;
  height: 30vw;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: rgba(211, 171, 85, 0.6);
  color: #ffffff;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: left 0.7s;
}

.panel-overlay-heading {
  font-family: "Nunito", sans-serif;
  font-size: 300;
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.panel-overlay-paragraph {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.panel-overlay-btn {
  width: 150px;
  height: 40px;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #d3ab55;
  background-color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #d3ab55;
  border-radius: 30px;
  outline: none;
}

/*--------------*/
/*    FOOTER    */
/*--------------*/
footer {
  padding: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .social-media {
  display: flex;
  width: 300px;
  justify-content: space-between;
  margin-bottom: 70px;
}
footer .social-media-item {
  list-style: none;
}
footer .social-media-link {
  text-decoration: none;
  font-size: 50px;
  color: #bbbbbb;
  transition: color 0.7s;
}
footer .social-media-link:hover {
  color: #d3ab55;
}

.footer-header {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}

.footer-social-media .social-media {
  display: flex;
  width: 300px;
  justify-content: space-between;
  margin: bottom 70px;
}

.footer-copyright .footer-copyright-paragraph {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #bbbbbb;
  letter-spacing: 2px;
  text-transform: capitalize;
}/*# sourceMappingURL=style.css.map */