/*-----basic styling---------*/

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
 font-family: 'Tate Regular','PT Sans', sans-serif !important;
  letter-spacing: 1px;
  background: #F2F0EA !important;
  color:#000000 !important;
}

*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

.whitespace {
  width: 100%;
  height: 100px;
}

@media(max-width: 768px) {
  .whitespace {
    display: none;
  }
}

meta{
  display: none;
}

.noSelect {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.noSelect:focus {
    outline: none !important;
}

/*-----CUSTOM FONT---------*/

@font-face {
font-family: "Tate Regular";
src:
 local("Tate Regular"),
 url(fonts/Tate Regular.otf);

/*-----font-weight: bold;
font-style: normal; ---*/
font-family: "Tate Bold";
src: url(fonts/Tate Bold.otf);

font-family: "Tate Bold Italic";
src: url(fonts/Tate Bold Italic.otf);
 }


/*-----navigation---------*/
 #logo{
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 2px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  color:#ACA799 !important;
  }

  .small-logo {
   width: 20%;
  }

.container{
  display: flex;
  justify-content: center;
  align-items: center;
}

#sidebar{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: -200vh; /*---to adjust the side bar on nav to be hidden-200%/vh--*/
  right: 0;
  background: var(--second-color);
  opacity: 0.9;
  border: 1px solid var(--light-color);
  z-index: 2;
  transition: 0.5s;
}

nav ul {  /*---ul under NAV -- that create the white window for nav in the middle--*/
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
list-style: none outside none;
}


nav ul li {
 list-style: none; /*---remove dot list--*/
 margin: 10px 0;
}

nav ul li a {
font-family: 'Tate Regular','PT Sans', sans-serif !important;
 text-decoration: none;
 border-style: none;
 color: var(--primary-color);
 font-size: 1rem;
 font-weight: 5;
}

nav ul li a:active {
  text-decoration: none;
    color: var(--third-color) !important; /* When clicked (or clicked and held) the color will change */
}

#menuBtn{
  font-size: 20px;
  position: fixed;
  top: 35px;
  right: 100px;
  z-index: 2;
  cursor: pointer;
}

/*-----Toggle------*/

#toggle {
  position: absolute;
  right: 30px;
  top: 20px;
  font-weight: 900;
  letter-spacing: 2px;
  z-index: 2;
  width: 30px;
  height: 30px;
  cursor: pointer;
  float: right;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}

.close-btn{
  position: absolute;
  right: 16px;
  font-weight: 900;
  letter-spacing: 2px;
  z-index: 2;
  cursor: pointer;
  top: -2px;
  line-height: 80px;
}

#resize {
  z-index: 1;
  top: 0px;
  position: fixed;
  background: #f1f1f1;
   width: 100%;
   height: 100%;
   visibility: hidden;
  opacity: 0;
  transition: all 1s ease-out;
}

#resize #menu{
     height: 90px;
     position: absolute;
     left: 45%;
     transform: translateX(-40%);
     text-align: center;
     display: table-cell;
     vertical-align: center;
}

#resize #menu li{
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 50px;
  min-height: 50px;
  font-weight: 900;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

#resize li:nth-child(1) {
  margin-top: 140px;
}

#resize #menu li a{
  color: #000000;
}

#resize #menu li a:hover {
    text-decoration: none;
}

#resize.active {
  visibility: visible;
  opacity: 1;
}

/*----mobile------*/
@media(max-width: 768px) {
  #toggle {
    visibility: visible;
    opacity: 1;
    margin-top: 6px;
    margin-right: 4px;
  }

  nav #brand {
    margin-left: 24px;
  }
   #menu a{
     font-size: 10px;
     font-weight: 900;
     letter-spacing: 2px;
   }
   #resize li span {
      font-weight: 900;
      letter-spacing: 2px;
   }
  nav #menu {
    display: none;
  }
  }

@media(min-width: 768px) {
   #resize {
     visibility: hidden !important;
   }
}

@media (max-width: 640px){
#resize #menu li {
   font-size: 10px;
  }
}

@media (max-width: 640px){
#menu a {
   font-size: 10px;
  }
}

@media (max-width: 640px){
.close-btn {
 visibility: hidden;
  }
}

/*-----------Slider------------*/
#slider
{
width: 100%;
z-index: 0;
color: #aca799;
}

.carousel-item.img{
  width: auto;
}

.carousel-caption
{
     top: 40%;
     transform: translateY(-50%);
     bottom: initial!important;
   }

.carousel-caption h1
{
     color: var(--second-color);
     font-size: 42px;
}
.carousel-caption P
{
font-size: 20px;
color: var(--second-color);
}

.carousel-control-prev-icon {
    visibility: hidden;
  }
.carousel-control-next-icon {
      visibility: hidden;
    }
.carousel-indicators {
        visibility: hidden;
      }

/*-----Slider Swiper-------*/
.slider :where(.image, .ob-cover){
  position: relative;
}

.slider .ob-cover{
  height: 430px;
}

.ob-cover img{
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slider .title-info{
background-color: var(--primary-color);
}

.slider .title-info .wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-bottom: 5vw;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}


.slider .title-info .price{
  position: relative;
  font-size: 20px;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  background-color: transparent;
  color: var(--second-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 6px 6px 10px 1px rgba(0, 0, 0, 0.15),
              -6px -6px 10px -1px rgba(255,255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0);
  transition: transform 0.5s;
}
.slider .title-info .price a i{
  font-size: 35px;
  color: #777;
  transition: transform 0.5s;
  box-shadow: 6px 6px 10px 1px rgba(0, 0, 0, 0.15),
              -6px -6px 10px -1px rgba(255,255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0);
    text-decoration: none;
}

.slider .title-info .price:hover{
  box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0,0.2),
              inset -4px -4px 6px -1px rgba(255,255,255,0.7),
              -0.5px -0.5px 0px rgba(255,255,255,1),
              0.5px 0.5px 0px rgba(0,0,0,0.15),
              0px 12px 10px -10px rgba(0,0,0,0.05);
     border: 1px solid rgba(0, 0, 0, 0.1);
     transform: translateY(2px);
  }

  a:hover i{
     transform: scale(0.90);
  }

.slider .custom-pagination{
  position: absolute;
  right: 30px;
  top: 50%;
  bottom: 50%;
}

.slider .custom-pagination .swiper-pagination{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.custom-pagination .swiper-pagination-bullet{
position: relative;
width: 24px;
height: 24px;
opacity: 1;
background-color: transparent;
}

.custom-pagination .swiper-pagination-bullet::before{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  background-color: var(--second-color);
  border: 1px solid var(--second-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width .2s, height .2s, transform .2s;
}

.custom-pagination .swiper-pagination-bullet-active::before{
  background-color: transparent;
  width: 15px;
  height: 15px;
}

.slider .title-info :where(span, h3, .button) {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform .75s, opacity .75s, visibility .75s;
}

.slider .swiper-slide-active .title-info :where(span, h3, .button){
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slider .swiper-slide-active .title-info h3{
  transition-delay: .5s;
}

.slider .swiper-slide-active .title-info .button{
  transition-delay: .75s;
}
.swiper-slide {
  opacity: 0!important;
}

.swiper-slide-active {
  opacity: 1!important;
}

/*--------Responsive for carousel---------*/

@media (max-width: 987px){
.carousel-caption h1 {
   font-size: 20px;
  }

  .carousel-caption p {
     font-size: 10px;
    }

  .carousel slide {
       top: 100px;
      }
}


@media (max-width: 820px){
.carousel-caption h1 {
   font-size: 18px;
  }

  .carousel-caption p {
     font-size: 10px;
    }

  .carousel slide {
       top: 100px;
      }
}


@media (max-width: 768px){
.carousel-caption h1 {
   font-size: 16px;
  }

  .carousel-caption p {
     font-size: 10px;
    }

  .carousel slide {
       top: 100px;
      }
}


@media (max-width: 640px){
.carousel-caption h1 {
   font-size: 14px;
  }

  .carousel-caption p {
     font-size: 10px;
    }

  .carousel slide {
       top: 100px;
      }
}

@media (max-width: 576px){
.carousel-caption h1 {
   font-size: 13px;
  }

  .carousel-caption p {
     font-size: 9px;
    }

  .carousel slide {
       top: 100px;
      }
}

@media (max-width: 431px){
.carousel-caption h1 {
   font-size: 12px;
  }

  .carousel-caption p {
     font-size: 9px;
    }

  .carousel slide {
       top: 100px;
      }
}


@media (max-width: 390px){
.carousel-caption h1 {
   font-size: 10px;
  }

  .carousel-caption p {
     font-size: 8px;
    }

  .carousel slide {
       top: 100px;
      }

      .carousel-item.img{
        display: block;
        width: 200%;
      }
}

/*-----projects section---------*/
h6{
  text-align: center;
  color: #000000;
  font-weight: 300;
  margin-top: 10px;
}
.project {
    height: 700px;
}

header h1{
Color: #000000;
text-align: center;
margin: 60px auto;
font-size: 40px;
font-weight: 400;
}

p{
   text-align: center;
   color: #000000;
  font-weight: 300;
  margin-top: 10px;
}
/*----Global------*/

a{
font-family: 'Tate Regular','PT Sans', sans-serif !important;
 text-decoration: none !important;
 outline: none;
 color: #000000;
 transition-delay: 0s;
 transition-duration: 0.6s;
 transition-property: all;
 transition-timing-function: ease;
}

a:hover{
  color: #f8e4e0;
}

a:active {
  color: #F2F0EA; /* When clicked (or clicked and held) the color will change */
  }


/*-----wall---*/
.wall {
 display: block;
 position: relative;
}
.wall-item{
  display: block;
  margin: 0 0 24px 0;
  padding: 12px;
  background: #F2F0EA;
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  transition: all 200ms;
}
.wall-item:hover{
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
  transition: all 200ms;
}
.wall-item > img {
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
}
.wall-item h2{
  text-align: center;
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wall-item p{
  text-align: center;
  color: #000000;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
}

.wall-column {
  display: block;
  position: relative;
  width: 33.3333%;
  float: left;
  padding: 0 12px;
  box-sizing: border-box;
}


/*--------Responsive for whitespace---------*/

@media (max-width: 640px){
.wall-item h2 {
   font-size: 10px;
  }

.wall-item p {
   font-size: 5px;
  }

.wall-column {
  width: 50%;
  float: none;
  }

}

@keyframes animate
{
    0%
    {
      filter: hue-rotate(0deg);
    }
    100%
    {
      filter: hue-rotate(360deg);
    }
}



/*-----footer section---------*/

#footer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10rem 0;
  background: #F2F0EA;
}

#footer #logo{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}

#footer-nav ul{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 20px;
}

#footer-nav ul li a{
  font-size: 1rem;
  font-weight: 10;
  color: #000000;
  padding: 0 10px;

}
#footer-icon{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
text-align: center;
padding-bottom: 20px;
}

#footer-icon li{
  list-style: none;
  padding: 0 10px;
}


#footer-icon li i{
  display: block;
  width: 42px;
  height: 42px;
  background: #F2F0EA;
    color: #aca799;
  line-height: 42px;
  font-size: 20px;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  margin: 0px 15px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 6px 6px 10px 1px rgba(0, 0, 0, 0.15),
              -6px -6px 10px -1px rgba(255,255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0);
  transition: transform 0.5s;
}

#footer-icon li i:hover {
background: #F2F0EA;
box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0,0.2),
            inset -4px -4px 6px -1px rgba(255,255,255,0.7),
            -0.5px -0.5px 0px rgba(255,255,255,1),
            0.5px 0.5px 0px rgba(0,0,0,0.15),
            0px 12px 10px -10px rgba(0,0,0,0.05);
   border: 1px solid rgba(0, 0, 0, 0.1);
   transform: translateY(2px);
}
}

#footer-icon li i:hover .fa-instagram{
    color: #aca799;
}
#footer-icon li i:hover .fa-linkedin{
    color: #aca799;
}



.copy-right{
color:  #000000 ;
}

#logo a{
 color: #000000;
}


.intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 3rem 7rem 2rem 7rem;
}

.intro .left{
width: 48.8%;
padding: 1rem 0 0 2rem;
margin: 0;
}

.intro .left h2{
font-family: 'Tate Regular','PT Sans', 'Prata', sans-serif !important;
  font-size: 20px;
  line-height: 53px;
  color: #000000;
  font-weight: 800;
  padding-bottom: 20px;
}

.intro .left span{
font-family: 'Tate Regular','PT Sans', 'Prata', sans-serif !important;
  color: #000000;
  font-size: 40px;
  display: block;
  padding-bottom: 15px;
}

.intro .left p{
font-family: 'Tate Regular','PT Sans', 'Prata', sans-serif !important;
  color: #0f0f0f;
  font-size: 12px;
  line-height: 30px;
}

.intro .right{
width: 48.8%;
}

.right .box{
 position: relative;
 background: #F2F0EA;
}

.right .box img{
  width: 100%;
  display: block;
  opacity: 1;
  transition: opacity 0.35s;
}

img.animated-gif{
  width: 500px;
  height: auto;
  max-width: 50%;
}

.right .box video{
  width: 100%;
  display: block;
  opacity: 1;
  transition: opacity 0.35s;
}


.right .box:hover img{
opacity: 0.4;
}

.right .box .inner{
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
background-color: rgba(58, 52, 42, 0);
text-transform: uppercase;
transition: background-color 0.35s;
color:#ACA799;
}

.right .box:hover .inner{
  background-color:  rgba(58, 52, 42, 0);
}

.right .box .inner::before{
position: absolute;
top: 30px;
left: 30px;
right: 30px;
bottom: 30px;
border: 1px solid #ACA799; /*----adding white border line------*/
content: "";
}


.right .box .inner h2{
font-family: 'Tate Regular','PT Sans', 'Prata', sans-serif !important;
  font-weight: 50;
  font-size: 16px;
  word-spacing: -0.15em;
  margin: 0 0 10px 0;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.35s;
}


/*----HOVER . translate3d. hover to move---*/
.right .box:hover .inner h2{
font-family: 'Tate Regular','PT Sans', sans-serif !important;
  transform: translate3d(0,0,0);
}

.right .box .inner h2 span{
font-family: 'Tate Regular','PT Sans', sans-serif !important;
  font-weight: 100;
}

.right .box .inner p{
font-family: 'Tate Regular','PT Sans',  sans-serif !important;
  font-size: 10px;
  line-height: 22px;
  letter-spacing: 1px;
}

.right .box .inner::before, /*----ADD THIS LINE TO SHARE OPACITY---*/
.right .box .inner p{
font-family: 'Tate Regular','PT Sans', sans-serif !important;
  font-weight: 100;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.35s, transform 0.35s;
}

.right .box:hover .inner::before, /*----ADD THIS LINE TO SHARE OPACITY-hiding border line---*/
.right .box:hover .inner p{
font-family: 'Tate Regular','PT Sans',  sans-serif !important;
  opacity: 1;
  transform: scale(1);
}

.party{
margin: 0 17rem 2rem 17em; /*--SPACE FROM LEFT EGDE---*/
display: flex;
flex-direction: row; /*--display in row --*/
justify-content: space-between;
}

.party .left{
  width: 48.8%;
}

.party .left .box{
 margin-bottom: 1rem ;
}

.party .wrapper{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 600px;
  height: 600px;
  background: transparent;
  border: 2px solid #aca799;
  border-radius: 20px; /*---bordercurveredge---*/
  backdrop-filter: blur (20px);
}

/*--------Responsive---------*/
@media screen and (max-width: 987px){
  #logo{
    margin-left: 13rem; /*----margin-left the logo display at center----*/
    }

    #footer #logo{
      margin-left: 0.5rem; /*----margin-left the logo display at center--------CHANGE 2REM TO 1PX----*/
    }

    nav ul li {
     margin: 7px 0;/*-------CHANGE 10PX TO 7PX----*/
    }

    nav ul li a {
     font-size: 1.2rem; /*------CHANGE 5REM TO 2REM----*/
    }

    #footer-nav ul li a{
   font-size: 1rem;
  }

  .copy-right{
   font-size: 1rem;
  }

  #menuBtn{
    position: fixed;
    top: 35px;
    right: 50px; /*----CHANGE TO 50PX----*/
  }

  .intro{
    margin: 3rem 7rem 2rem 3rem;/*----CHANGE TO LAST ONE TO 3REM----*/
  }

  .intro .left{
  padding: 0 0 0 0;/*----CHANGE TO ALL TO 0----*/
  }

  .intro .left h2{
    font-size: 37px;
    line-height: 35px;/*----CHANGE 53PX TO 45PX----*/
  }

  .intro .left span{
    font-size: 50px;/*----CHANGE 80PX TO 65PX----*/
  }

  .intro .left p{
    font-size: 12px; /*----CHANGE 20PX TO 18PX----*/
    line-height: 30px;
  }

  .party{
  margin: 0 3rem 7rem 3rem; /*--SPACE FROM LEFT EGDE---*/ /*----CHANGE 7, 7, 7PX TO 3, 7, 3PX----*/
  }
}

@media screen and (max-width: 912px){
  #logo{
    margin-left: 13rem; /*----margin-left the logo display at center----*/
    }

    #footer #logo{
      margin-left: 0.5rem; /*----margin-left the logo display at center--------CHANGE 2REM TO 1PX----*/
    }

    nav ul li {
     margin: 7px 0;/*-------CHANGE 10PX TO 7PX----*/
    }

    nav ul li a {
     font-size: 1.2rem; /*------CHANGE 5REM TO 2REM----*/
    }

    #footer-nav ul li a{
   font-size: 1rem;
  }

  .copy-right{
   font-size: 1rem;
  }

  #menuBtn{
    position: fixed;
    top: 35px;
    right: 50px; /*----CHANGE TO 50PX----*/
  }

  .intro{
    margin: 3rem 7rem 2rem 3rem;/*----CHANGE TO LAST ONE TO 3REM----*/
  }

  .intro .left{
  padding: 0 0 0 0;/*----CHANGE TO ALL TO 0----*/
  }

  .intro .left h2{
    font-size: 37px;
    line-height: 35px;/*----CHANGE 53PX TO 45PX----*/
  }

  .intro .left span{
    font-size: 50px;/*----CHANGE 80PX TO 65PX----*/
  }

  .intro .left p{
    font-size: 12px; /*----CHANGE 20PX TO 18PX----*/
    line-height: 30px;
  }

  .party{
  margin: 0 3rem 7rem 3rem; /*--SPACE FROM LEFT EGDE---*/ /*----CHANGE 7, 7, 7PX TO 3, 7, 3PX----*/
  }
}


@media screen and (max-width: 820px){
  #logo{
    margin-left: 13rem; /*----margin-left the logo display at center----*/
    }

    #footer #logo{
      margin-left: 0.5rem; /*----margin-left the logo display at center--------CHANGE 2REM TO 1PX----*/
    }

    nav ul li {
     margin: 7px 0;/*-------CHANGE 10PX TO 7PX----*/
    }

    nav ul li a {
     font-size: 1rem; /*------CHANGE 5REM TO 2REM----*/
    }

    #footer-nav ul li a{
   font-size: 0.8rem;
  }

  .copy-right{
   font-size: 0.8rem;
  }

  #menuBtn{
    position: fixed;
    top: 35px;
    right: 50px; /*----CHANGE TO 50PX----*/
  }

  .intro{
    margin: 3rem 7rem 2rem 3rem;/*----CHANGE TO LAST ONE TO 3REM----*/
  }

  .intro .left{
  padding: 0 0 0 0;/*----CHANGE TO ALL TO 0----*/
  }

  .intro .left h2{
    font-size: 37px;
    line-height: 35px;/*----CHANGE 53PX TO 45PX----*/
  }

  .intro .left span{
    font-size: 50px;/*----CHANGE 80PX TO 65PX----*/
  }

  .intro .left p{
    font-size: 12px; /*----CHANGE 20PX TO 18PX----*/
    line-height: 30px;
  }

  .party{
  margin: 0 3rem 7rem 3rem; /*--SPACE FROM LEFT EGDE---*/ /*----CHANGE 7, 7, 7PX TO 3, 7, 3PX----*/
  }
}



@media screen and (max-width: 768px){
  #logo{
    font-size: 4rem; /*----CHANGE 5REM TO 4REM----*/
    letter-spacing: -35px;
    margin-left: 13rem; /*----margin-left the logo display at center--------CHANGE 7REM TO 2PX----*/
}


#footer #logo{
  font-size: 3.5rem; /*----CHANGE 4REM TO 3.5REM----*/
  letter-spacing: -25px;/*----CHANGE -35px TO -25px----*/
  margin-left: 0.5rem; /*----margin-left the logo display at center--------CHANGE 2REM TO 1PX----*/
}

  nav ul li {
   margin: 7px 0;/*-------CHANGE 10PX TO 7PX----*/
  }

  nav ul li a {
   font-size: 1rem; /*------CHANGE 5REM TO 2REM----*/
  }

  #footer-nav ul li a{
 font-size: 0.8rem;
}

.copy-right{
 font-size: 0.8rem;
}


  #menuBtn{
    top: 35px;
    right: 45px;/*------CHANGE 100PX TO 45PX----*/
  }

  .intro{
    flex-direction: column;/*------CHANGE FROM ROW TO COLUMN----*/
    justify-content: flex-start;/*------changed from space-between to flex-start----*/
    align-items: flex-start;/*------changed from center to flex-start----*/
    margin: 3rem 3rem 2rem 3rem; /*------changed from 3,7,2,7 to 3,3,2,3----*/
  }

  .intro .left{
  width: 90%; /*------changed from 48.8% to 90%----*/
  padding: 0 0 0 0; /*------changed from 1rem, 0,0, 2rem to all zero----*/
  margin-bottom: 2rem; /*---removed   margin: 0; , and changed to margin-bottom----*/
  }

  .intro .right{
  width: 100%; /*------changed from 48.8% to 100%----*/
  }

  .party{
  margin: 0 3rem 7rem 3rem; /*--SPACE FROM LEFT EGDE---*//*------changed from 0 7,7,7 to 0,3,7,3----*/
  display: flex;
  flex-direction: column;; /*--display in row --*/
  justify-content: flex-start;/*------changed from space-between to flex-start----*/
  }

.party .right{
  width: 100%; /*------changed from 48.8% to 100%----*/
}

.right .box:hover .inner h2{
font-size: 1.5rem;
}

.right .box .inner p{
  font-size: 1rem;
}

.right .box .inner h2 span{
    font-size: 1rem;
}


.right .box .inner h2{
font-size: 10px;
}
}


@media screen and (max-width: 640px){
  #logo{
    font-size: 4rem; /*----CHANGE 5REM TO 4REM----*/
    letter-spacing: -35px;
    margin-left: 8rem; /*----margin-left the logo display at center--------CHANGE 7REM TO 2PX----*/
}


#footer #logo{
  font-size: 3.5rem; /*----CHANGE 4REM TO 3.5REM----*/
  letter-spacing: -25px;/*----CHANGE -35px TO -25px----*/
  margin-left: 0.5rem; /*----margin-left the logo display at center--------CHANGE 2REM TO 1PX----*/
}

  nav ul li {
   margin: 7px 0;/*-------CHANGE 10PX TO 7PX----*/
  }

  nav ul li a {
   font-size: 1rem; /*------CHANGE 5REM TO 2REM----*/
  }

  #footer-nav ul li a{
 font-size: 0.8rem;
}

.copy-right{
 font-size: 0.8rem;
}


  #menuBtn{
    top: 35px;
    right: 45px;/*------CHANGE 100PX TO 45PX----*/
  }

  .intro{
    flex-direction: column;/*------CHANGE FROM ROW TO COLUMN----*/
    justify-content: flex-start;/*------changed from space-between to flex-start----*/
    align-items: flex-start;/*------changed from center to flex-start----*/
    margin: 3rem 3rem 2rem 3rem; /*------changed from 3,7,2,7 to 3,3,2,3----*/
  }

  .intro .left{
  width: 90%; /*------changed from 48.8% to 90%----*/
  padding: 0 0 0 0; /*------changed from 1rem, 0,0, 2rem to all zero----*/
  margin-bottom: 2rem; /*---removed   margin: 0; , and changed to margin-bottom----*/
  }

  .intro .right{
  width: 100%; /*------changed from 48.8% to 100%----*/
  }

  .party{
  margin: 0 3rem 7rem 3rem; /*--SPACE FROM LEFT EGDE---*//*------changed from 0 7,7,7 to 0,3,7,3----*/
  display: flex;
  flex-direction: column;; /*--display in row --*/
  justify-content: flex-start;/*------changed from space-between to flex-start----*/
  }

.party .right{
  width: 100%; /*------changed from 48.8% to 100%----*/
}

.right .box:hover .inner h2{
font-size: 1.5rem;
}

.right .box .inner p{
  font-size: 1rem;
}

.right .box .inner h2 span{
    font-size: 1rem;
}


.right .box .inner h2{
font-size: 10px;
}
}


@media screen and (max-width: 540px){
  #logo{
    font-size: 4rem; /*----CHANGE 5REM TO 4REM----*/
    letter-spacing: -35px;
    margin-left: 8rem; /*----margin-left the logo display at center--------CHANGE 7REM TO 2PX----*/
}


#footer #logo{
  font-size: 3.5rem; /*----CHANGE 4REM TO 3.5REM----*/
  letter-spacing: -25px;/*----CHANGE -35px TO -25px----*/
  margin-left: 0.5rem; /*----margin-left the logo display at center--------CHANGE 2REM TO 1PX----*/
}

  nav ul li {
   margin: 7px 0;/*-------CHANGE 10PX TO 7PX----*/
  }

  nav ul li a {
   font-size: 0.8rem; /*------CHANGE 5REM TO 2REM----*/
  }

  #footer-nav ul li a{
 font-size: 0.8rem;
}

.copy-right{
 font-size: 0.8rem;
}


  #menuBtn{
    top: 35px;
    right: 45px;/*------CHANGE 100PX TO 45PX----*/
  }

  .intro{
    flex-direction: column;/*------CHANGE FROM ROW TO COLUMN----*/
    justify-content: flex-start;/*------changed from space-between to flex-start----*/
    align-items: flex-start;/*------changed from center to flex-start----*/
    margin: 3rem 3rem 2rem 3rem; /*------changed from 3,7,2,7 to 3,3,2,3----*/
  }

  .intro .left{
  width: 90%; /*------changed from 48.8% to 90%----*/
  padding: 0 0 0 0; /*------changed from 1rem, 0,0, 2rem to all zero----*/
  margin-bottom: 2rem; /*---removed   margin: 0; , and changed to margin-bottom----*/
  }

  .intro .right{
  width: 100%; /*------changed from 48.8% to 100%----*/
  }

  .party{
  margin: 0 3rem 7rem 3rem; /*--SPACE FROM LEFT EGDE---*//*------changed from 0 7,7,7 to 0,3,7,3----*/
  display: flex;
  flex-direction: column;; /*--display in row --*/
  justify-content: flex-start;/*------changed from space-between to flex-start----*/
  }

.party .right{
  width: 100%; /*------changed from 48.8% to 100%----*/
}

.right .box:hover .inner h2{
font-size: 1.5rem;
}

.right .box .inner p{
  font-size: 1rem;
}

.right .box .inner h2 span{
    font-size: 1rem;
}


.right .box .inner h2{
font-size: 10px;
}
}


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

  #logo{
    font-size: 3.5rem; /*----CHANGE 4REM TO 3.5REM----*/
    letter-spacing: -25px;/*----CHANGE -35px TO -25px----*/
    margin-left: 4.4rem; /*----margin-left the logo display at center--------CHANGE 2REM TO 1PX----*/
}

#footer #logo{
  font-size: 3.5rem; /*----CHANGE 4REM TO 3.5REM----*/
  letter-spacing: -25px;/*----CHANGE -35px TO -25px----*/
  margin-left: 0.5rem; /*----margin-left the logo display at center--------CHANGE 2REM TO 1PX----*/
}

  nav ul li {
   margin: 7px 0;/*-------CHANGE 10PX TO 7PX----*/
  }

  nav ul li a {
   font-size: 0.8rem; /*------CHANGE 5REM TO 2REM----*/
  }


  #footer-nav ul li a{
 font-size: 0.6rem;
}

.copy-right{
 font-size: 0.6rem;
}

.right .box .inner h2 span{
    font-size: 0.5rem;
}

.right .box .inner p{
  font-size: 7px;
}

.right .box:hover .inner h2{
  font-size: 7px;
}


.right .box .inner h2{
    font-size: 5px;
}


  #menuBtn{
    top: 30px;/*------CHANGE 35PX TO 30PX----*/
    right: 30px;/*------CHANGE 45PX TO 30PX----*/
  }

  .intro{
    margin: 3rem 1rem 2rem 1rem; /*------changed  3,3,2,3 to 3,1,2,1----*/
  }

  .party{
  margin: 0 1rem 7rem 1rem; /*--SPACE FROM LEFT EGDE---*//*------changed from 0 3,7,3 to 0,1,7,1----*/
  }
}



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

  #logo{
    font-size: 3.5rem; /*----CHANGE 4REM TO 3.5REM----*/
    letter-spacing: -25px;/*----CHANGE -35px TO -25px----*/
    margin-left: 3rem; /*----margin-left the logo display at center--------CHANGE 2REM TO 1PX----*/
}

#footer #logo{
  font-size: 3.5rem; /*----CHANGE 4REM TO 3.5REM----*/
  letter-spacing: -25px;/*----CHANGE -35px TO -25px----*/
  margin-left: 0.3rem; /*----margin-left the logo display at center--------CHANGE 2REM TO 1PX----*/
}

  nav ul li {
   margin: 7px 0;/*-------CHANGE 10PX TO 7PX----*/
  }

  nav ul li a {
   font-size: 0.8rem; /*------CHANGE 5REM TO 2REM----*/
  }


  #footer-nav ul li a{
 font-size: 0.5rem;
}

.copy-right{
 font-size: 0.5rem;
}

.right .box .inner h2 span{
    font-size: 0.5rem;
}

.right .box .inner p{
  font-size: 7px;
}

.right .box:hover .inner h2{
  font-size: 7px;
}


.right .box .inner h2{
    font-size: 5px;
}


  #menuBtn{
    top: 30px;/*------CHANGE 35PX TO 30PX----*/
    right: 30px;/*------CHANGE 45PX TO 30PX----*/
  }

  .intro{
    margin: 3rem 1rem 2rem 1rem; /*------changed  3,3,2,3 to 3,1,2,1----*/
  }

  .party{
  margin: 0 1rem 7rem 1rem; /*--SPACE FROM LEFT EGDE---*//*------changed from 0 3,7,3 to 0,1,7,1----*/
  }
}

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

  #logo{
    font-size: 3.5rem; /*----CHANGE 4REM TO 3.5REM----*/
    letter-spacing: -25px;/*----CHANGE -35px TO -25px----*/
    margin-left: 0.2rem; /*----margin-left the logo display at center--------CHANGE 2REM TO 1PX----*/
}

#footer #logo{
  font-size: 3.5rem; /*----CHANGE 4REM TO 3.5REM----*/
  letter-spacing: -25px;/*----CHANGE -35px TO -25px----*/
  margin-left: 0.2rem; /*----margin-left the logo display at center--------CHANGE 2REM TO 1PX----*/
}

  nav ul li {
   margin: 7px 0;/*-------CHANGE 10PX TO 7PX----*/
  }

  nav ul li a {
   font-size: 0.7rem; /*------CHANGE 5REM TO 2REM----*/
  }


  #footer-nav ul li a{
 font-size: 0.4rem;
}

.copy-right{
 font-size: 0.5rem;
}

.right .box .inner h2 span{
    font-size: 0.5rem;
}

.right .box .inner p{
  font-size: 7px;
}

.right .box:hover .inner h2{
  font-size: 7px;
}


.right .box .inner h2{
    font-size: 5px;
}


  #menuBtn{
    top: 30px;/*------CHANGE 35PX TO 30PX----*/
    right: 30px;/*------CHANGE 45PX TO 30PX----*/
  }

  .intro{
    margin: 3rem 1rem 2rem 1rem; /*------changed  3,3,2,3 to 3,1,2,1----*/
  }

  .party{
  margin: 0 1rem 7rem 1rem; /*--SPACE FROM LEFT EGDE---*//*------changed from 0 3,7,3 to 0,1,7,1----*/
  }
}

:root {
  --primary-color: #faf9f4;
  --second-color: #3a3a3a;
  --third-color: #f4f2e7;
  --fourth-color: #eeead9;
  --fifth-color: #e2dcbf;
  --background-accent: #f2f0ea;
  --background-default: #faf9f4;
  --text-hover: #ffffff;
  --button-background-default: #292929;
  --button-background-hover: #cdcdcd;
  --button-text-default: #ffffff;
  --button-text-hover: #8c8f94;
  --overline-accent: #797979;
  --overline-default: #747474;
  --text-decoration-color: #3a3a3a;
  --text-default: #8c8f94;
  --jp-carousel-primary-color: #fff;
  --jp-carousel-primary-subtle-color: #999;
  --jp-carousel-bg-color: #000;
  --jp-carousel-bg-faded-color: #222;
  --jp-carousel-border-color: #3a3a3a;
  --fs14: 14px;
  --fw600: 600;
  --transition-color: color 0.3s;
  --transition-background: background-color 0.3s;
  --transition-border: border 0.3s;
  --transition-transform: transform 0.3s;
  --shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  --fade: fade-bottom 0.3s cubic-bezier(0.39, 0.575, .0565, 1) both;
  --swiper-theme-color: #f4f2e7;
}
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

*,
::before,
::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}


img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  list-style: none;
}

button {
  font: inherit;
}
strong {
  font-weight: var(--fw600);
}

.dot-title{
  font-size: var(--fs14);
  font-weight: var(--fw600);
  line-height: 34px;
}
.dot-title a{
  transition: var(--transition-color);
}

.dot-title a:hover,
.dotgrid .product-price .before{
  color: var(--text-decoration-color);
}


.overlay,
.sidebar{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
display: none;
}

.overlay {
  background-color: var(--second-color);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 999;
  transition: opacity .3s, visibility .3s;
}

.overlay.active {
  opacity: .75;
  visibility: visible;
  pointer-events: all;
}

.scrollto > .wrapper {
  --display: flex;
  padding-bottom: 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type:  inline mandatory; /* NOTE: original -inline mandatory */
}

.scrollto .wrapper::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  overflow: scroll; /* NOTE: OPTIONAL */
}
.scrollto .wrapper::-webkit-scrollbar-thumb{
  --border-color: var(--primary-color);
  background-color: var(--background-accent);
  border: 1px solid var(--border-color);
  border-radius: 20px;
}

.scrollto .wrapper:hover::-webkit-scrollbar-thumb{
  background-color: var(--second-color);
}
.scrollto .wrapper::-webkit-scrollbar-thumb:hover{
  background-color: var(--second-color);
}

.item-floating {
  position: absolute;
  font-size: 10px;
  font-weight: var(--fw600);
  top: -8px;
  right: 0;
  background-color: var(--second-color); /* NOTE: Circle */
  color: var(--background-accent); /* NOTE: Number */
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.button > [class*=-btn]{
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 30px;
  display: inline-block;
   width : 80px;
   height: 80px;
  cursor: pointer;
  transition: var(--transition-background),
              var(--transition-color),
              var(--transition-border);
  box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0,0.2),
                          inset -4px -4px 6px -1px rgba(255,255,255,0.7),
                          -0.5px -0.5px 0px rgba(255,255,255,1),
                          0.5px 0.5px 0px rgba(0,0,0,0.15),
                          0px 12px 10px -10px rgba(0,0,0,0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transform: translateY(2px);
}

.primary-btn,
.secondary-btn{
  border-color: var(--second-color);
}

.primary-btn:hover,
.secondary-btn{
 background-color: var(--second-color);
 color: var(--primary-color);
}

.secondary-btn:hover{
background-color: transparent;
border-color: var(--second-color);
color: var(--second-color)
}

.title {
  font-size: clamp(30px, -0.875em + 8.333vw, var(--fs-max, 30px));
}

.grey-link{
  color: inherit;
  transition: var(--transition-color);
}

.grey-color .grey-link:hover{
  color: var(--grey-color) ;
}



/* NOTE: Header: Products :animated image hover */

.dotgrid .wrapper{
  display: var(--display, grid); /* NOTE: instagram photo */
 --grid-col: 1000px; /* NOTE: the dot-image size /alt 225px*/
grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-col), 100%), 1fr));
  gap: var(--gutter, 30px);
  /*justify-content: flex-end; /* Align items to the right */
}

.dotgrid .dot-image{
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.dotgrid .dot-image > a,
.dotgrid .thumbnail.hover,/* NOTE: this thumbnail.hover issue */
.dotgrid .actions,
.dotgrid .dot-image .label{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.dotgrid .dot-image > a{
   z-index: 0;
}

.dotgrid .thumbnail.hover{
  opacity: 0;
  transition: opacity .75s ease,
              transform 1.1s cubic-bezier(.15, .75, .5, 1) 0s; /* NOTE: hover-transform effect */
backface-visibility: hidden;
transform: translateZ(0);
}

.dotgrid .dot-image:hover .thumbnail{ /* NOTE: original thumbnail.hover */
  opacity: 1;
  transform: scale3d(1.1, 1.1 ,1.1) translateZ(0);/* NOTE: Images scale */
}

.dotgrid .actions{
  z-index: 2;
  top: auto;
  bottom: 20px;
  transform: translate3d(0,100%,0);
  opacity: 0;
  transition: all .3s cubic-bezier(0,0,.2,1); /* NOTE: remove transform to make the animation slowly move up */
}

.dot-image:hover .actions{
  opacity: 1;
  transform: translateZ(0);
}

.dotgrid .actions ul,
.dotgrid .dot-image .label{
  display: flex;     /* NOTE: for the floating item- direction horizontal */
  justify-content: center;
  gap: 10px;
}

.dotgrid .actions ul li a,
.dotgrid .dot-image .label span{
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: var(--jp-carousel-primary-color);
  border-radius: 50%;
  transition: var(--transition-background), var(--transition-color);
}

.dotgrid .actions ul li a:hover{
  background-color: var(--background-accent);
  color: var(--jp-carousel-primary-color);
}

.dotgrid .dot-image .label{
  top: auto;
  bottom: 20px;
}

/* NOTE: Span "NEW" LABEL */
.dotgrid .dot-image .label span{
  font-size: 12px;
  font-weight: var(--fw600);
  background-color: var(--jp-carousel-primary-subtle-color);
  color: var(jp-carousel-bg-color);
}

.dotgrid .dot-info{
   text-align: center;
}


.dotgrid .product-price .before{
  text-decoration: line-through;
}


/* NOTE: bycats */

.bycats .heading{
  display: flex;
  justify-content: center;
}

.bycats .heading > span{
  font-family: var(--second-font);
  font-size: 32px;
  margin-right: 20px;
}

.bycats .heading > span,
.opt-trigger{
height: 50px;
display: flex;
align-items: center;
gap: 15px;
-webkit-tap-highlight-color: transparent;
cursor: pointer;
}

.sort-list .wrap{
  position: relative;
  --grid-col: 2000px;
  z-index: 1;
  height: auto;
  width: auto;
   transition: all 0.6s ease-in-out;
}

.sort-list .wrap ul{
  position: absolute;
  text-align: left;
  top: 50px;
  left: 0;
 right: 0;
 background-color: var(--primary-color);
 box-shadow: 6px 6px 10px 1px rgba(0, 0, 0, 0.15),
             -6px -6px 10px -1px rgba(255,255, 255, 0.7);
 border: 1px solid rgba(0, 0, 0, 0);
 transition: transform 0.5s;
 z-index: 10;
 display: none;
 animation: var(--fade);
}

.sort-list .wrap ul.show{
display: block;
}

.sort-list ul li a{
color: var(--second-color);
display: block;
padding: 5px 20px;
transition: var(--transition-background), var(--transition-color);
}

.sort-list ul li a:hover,
.sort-list ul li.active a {
  background-color: var(--second-color);
  color: var(--primary-color);
 }

.bycats .dotgrid .wrapper{
  --grid-col: 2000px;
}


/* DO NOT CHANGE*/
.sort-data {
  display: none;
  animation: var(--fade);
}

.sort-data.active{
  display: block;
}


.containers {
  max-width: var(--mx-width, 1200px);
  padding: 0 var(--gutter, 10px);
  margin: 0 auto;
}
/* DO NOT CHANGE*/

/* NOTE: Slider */
.slider .ob-cover{
  height: calc(120vh - 10px);
}

.slider .title-info{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  font-size: 30px;
}

.slider .title-info h3{
  font-size: 2rem;
  color: var(--second-color);
}

.slider-item h2{
  font-size: 1.5rem;
  color: var(--second-color);
}

.slider .button a{
    display: flex;
    margin: 0px 15px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 6px 6px 10px 1px rgba(0, 0, 0, 0.15),
                -6px -6px 10px -1px rgba(255,255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0);
    transition: transform 0.5s;
  border-color: #aca799;
  color: var(--second-color);
}

.slider .button a i{
  font-size: 35px;
  color: #777;
  transition: transform 0.5s;
}
.slider .button a:hover{
  background: #F2F0EA;
  border-color: #aca799;
  box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0,0.2),
              inset -4px -4px 6px -1px rgba(255,255,255,0.7),
              -0.5px -0.5px 0px rgba(255,255,255,1),
              0.5px 0.5px 0px rgba(0,0,0,0.15),
              0px 12px 10px -10px rgba(0,0,0,0.05);
     border: 1px solid rgba(0, 0, 0, 0.1);
     transform: translateY(2px);
}

a:hover i{
   transform: scale(0.90);
}

.scrollto .wrapper:not(.initial) {
  --display: grid;
  padding: 0;
  overflow: unset;
  scroll-snap-type: unset;
  overscroll-behavior-inline: unset; /* NOTE: overscroll-behavior-inline */
}

.scrollto .wrapper .item{
  width: unset; /* NOTE: bar hidden on html */
}

.inner-footer .wrap > div{
  flex-flow: nowrap;
}
.item-floating,
.header-center .branding {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
 .container.wide{
   --mx-width: 1720px;
   --gutter: 40px;
 }
}
@media (min-width: 992px) {
.sidebar .sorter > a {
  display: none;
}

@media (min-width: 992px) {
.slider .title-info h3{
  font-size: 1.5rem;
}

.slider-item h2{
  font-size: 1rem;
}
