@font-face {
  font-family: "Ogg";
  src: url("../assets/font/Ogg.otf") format("opentype");
}
html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ogg", serif !important;
  font-weight: bold !important;
  line-height: 1.4;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background-color: transparent;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  mix-blend-mode: difference;
}
nav .logo {
  font-size: 24px;
  padding-left: 90px;
}
nav .items {
  display: flex;
  gap: 25px;
}
nav .items .fa-magnifying-glass,
nav .items .fa-cart-shopping,
nav .items .fa-user {
  cursor: pointer;
  font-size: 24px;
}
nav .hamburger {
  position: relative;
  z-index: 9999;
  cursor: pointer;
  transform: rotate(90deg);
  overflow: hidden;
  font-weight: bold;
  font-size: 1.2vw;
}
nav .hamburger .default_btn {
  display: flex;
  align-items: center;
  gap: 15px;
}
nav .hamburger .hover_btn {
  position: absolute;
  inset: 0;
  transform: translate(0%, 100%);
}

.searchbar {
  padding: 10px;
  border-radius: 5px;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: rgba(51, 51, 51, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 999;
  padding-inline: 140px;
  transform: translateY(-100%);
  opacity: 0;
}
.searchbar .closeSearch {
  padding-top: 35px;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
.searchbar .container_search h2 {
  text-align: center;
  color: #fff;
  font-size: 2.2vw;
  padding-top: 120px;
  margin-bottom: 30px;
}
.searchbar .container_search .search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.searchbar .container_search .search i {
  position: absolute;
  right: 11%;
}
.searchbar .container_search .search input {
  padding: 10px 55px 10px 10px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  width: 80%;
  margin: auto;
  font-size: 1vw;
  border-bottom: 3px solid #aaa;
  font-family: "Ogg", serif;
}
.searchbar .container_search .search input::-moz-placeholder {
  color: #aaa;
}
.searchbar .container_search .search input::placeholder {
  color: #aaa;
}
.searchbar .closeSearch {
  cursor: pointer;
}
.searchbar i {
  font-size: 1.5vw;
  cursor: pointer;
  color: #fff;
}

.hamburger_menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  z-index: 998;
  padding-inline: 120px;
  background: rgba(51, 51, 51, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-around;
  opacity: 0;
  align-items: center;
  transition: all 0.3s ease;
}
.hamburger_menu ul {
  list-style: none;
  padding: 0;
}
.hamburger_menu ul li {
  margin: 20px 0;
}
.hamburger_menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 3vw;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Ogg", serif !important;
}
.hamburger_menu .contact_us h1,
.hamburger_menu .contact_us p {
  color: #fff;
}
.hamburger_menu .contact_us h1 {
  font-size: 3vw;
}
.hamburger_menu .contact_us p {
  font-size: 1vw;
}
.hamburger_menu .contact_us .phone,
.hamburger_menu .contact_us .fax,
.hamburger_menu .contact_us .email {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.hamburger_menu .contact_us .phone .fa-solid,
.hamburger_menu .contact_us .fax .fa-solid,
.hamburger_menu .contact_us .email .fa-solid {
  font-size: 1vw;
  color: #fff;
}
.hamburger_menu .contact_us .phone p,
.hamburger_menu .contact_us .fax p,
.hamburger_menu .contact_us .email p {
  margin-bottom: 0;
}
.hamburger_menu.active {
  opacity: 1;
  right: 0;
}

.scroll {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.scroll .home_carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  overflow: hidden;
}
.scroll .home_carousel .img_home {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.scroll .home_carousel .img_home img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scroll .home_carousel .img_home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.scroll .home_carousel .small_content {
  position: absolute;
  left: 10%;
  top: 70%;
  z-index: 1;
}
.scroll .home_carousel .small_content .view_more {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.scroll .home_carousel .small_content .view_more::after {
  background-color: #fff;
}
.scroll .home_carousel .small_content p {
  color: #fff;
  font-size: 1vw;
}
.scroll .home_carousel .large_content {
  position: absolute;
  left: 10%;
  top: 45%;
}
.scroll .home_carousel .large_content h1 {
  color: #fff;
  letter-spacing: 2px;
}
.scroll .home_carousel .large_content h1 span {
  display: block;
}
.scroll .home_carousel .large_content h1 span:first-child {
  font-size: 3vw;
}
.scroll .home_carousel .large_content h1 span:last-child {
  font-size: 4vw;
}

.slide-counter {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 100;
  color: white;
  transition: opacity 0.3s ease;
}
.slide-counter .counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
}
.slide-counter .counter .current {
  font-size: 2rem;
  font-weight: 700;
}
.slide-counter .counter .total {
  opacity: 0.7;
}
.slide-counter .nav-arrow {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 10px;
  transition: all 0.3s ease;
}
.slide-counter .nav-arrow:hover:not(.disabled) {
  transform: scale(1.2);
}
.slide-counter .nav-arrow.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
}
.slide-counter .nav-arrow i {
  font-size: 1.5rem;
}

.view_more {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "Ogg", serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1vw;
  position: relative;
  transition: all 0.3s ease;
}
.view_more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #333;
  transition: all 0.5s ease-in-out;
}
.view_more:hover::after {
  width: 100%;
}

.img_gallery {
  height: 100vh;
  display: grid;
  place-items: center;
}
.img_gallery .main_block .content_block {
  position: relative;
  text-align: center;
}
.img_gallery .main_block .content_block h2 {
  font-size: 3vw;
}
.img_gallery .main_block .content_block p {
  font-size: 1.4vw;
}
.img_gallery .main_block .content_block .img_block img {
  height: 20vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 1/1.5;
}
.img_gallery .main_block .content_block .img_block .circle1 {
  position: absolute;
  top: -50%;
  left: -50%;
}
.img_gallery .main_block .content_block .img_block .circle2 {
  position: absolute;
  top: -60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img_gallery .main_block .content_block .img_block .circle3 {
  position: absolute;
  top: -50%;
  right: -50%;
}
.img_gallery .main_block .content_block .img_block .circle4 {
  position: absolute;
  top: 75%;
  left: -50%;
}
.img_gallery .main_block .content_block .img_block .circle5 {
  position: absolute;
  top: 75%;
  right: -50%;
}
.img_gallery .main_block .content_block .img_block .circle6 {
  position: absolute;
  bottom: -125%;
  left: 0;
}
.img_gallery .main_block .content_block .img_block .circle7 {
  position: absolute;
  bottom: -125%;
  left: 75%;
}

.artists .arts {
  height: 100vh;
  padding: 80px 120px;
}
.artists .arts h2 {
  font-size: 2.4vw;
}
.artists .arts p {
  font-size: 1vw;
}
.artists .arts .art_img {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 60%;
  margin: auto;
}
.artists .arts .art_img .art_content {
  padding: 40px;
  max-width: 60%;
}
.artists .arts .art_img .art_content button {
  font-size: 1.1vw;
}
.artists .arts .art_img .img_block {
  overflow: hidden;
  border-radius: 10px;
}
.artists .arts .art_img .img_block.alternate {
  order: 2;
}
.artists .arts .art_img .img_block .img-fluid {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  height: 75vh;
  width: 100%;
}

footer {
  padding: 80px 120px;
  background-size: cover;
  background: url("../assets/img/footer_bg.webp") no-repeat center;
  position: relative;
}
footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.94);
}
footer .footer_logo {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
footer .footer_container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
footer .footer_container p {
  font-size: 1vw;
  color: #fff;
}
footer .footer_container h1 {
  font-size: 2vw;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 30px;
}
footer .footer_container .content_right ul {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
footer .footer_container .content_right ul li {
  list-style: none;
}
footer .footer_container .content_right ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1vw;
}

.scrollToTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 999;
  background-color: #fff;
  padding: 30px;
  border-radius: 50%;
  opacity: 0;
  mix-blend-mode: difference;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
}
.scrollToTop .fa-arrow-up {
  font-size: 1.2vw;
}
.scrollToTop.active {
  opacity: 1;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #111;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.loader .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99999;
  position: relative;
}
.loader .logo .title {
  font-size: 3vw;
  opacity: 0;
  color: #fff;
  font-family: "Ogg", serif !important;
}
.loader .logo img {
  opacity: 0;
}

@media (max-width: 1400px) {
  .artists .arts .art_img {
    max-width: 80%;
  }
}/*# sourceMappingURL=index.css.map */