@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
@font-face {
    font-family: 'Kajiro';
    src: url('font/Kajiro.eot');
    src: local('Kajiro'),
        url('font/Kajiro.eot?#iefix') format('embedded-opentype'),
        url('font/Kajiro.woff2') format('woff2'),
        url('font/Kajiro.woff') format('woff'),
        url('font/Kajiro.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
}
#main {
    width: 100vw;
    min-height: 100vh;
    overflow-y: hidden !important;
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
    display: none;
    overflow-x: hidden;
    overflow-y: hidden;
}

/* Nav Top Css */

#nav_top {
    width: 94.2vw;
    height: 12vh;
    padding: 0 4.5vw 0 4vw;
    left: 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 1;
}
#nav_top>img {
    height: 50px;
}
#nav_top>button {
    position: relative;
  margin: 0;
  padding: 0.1em 0.6em;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  background-color: #333;
  border-radius: 10px;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  font-family: kajiro;
  font-size: 40px;
}
#nav_top>button:hover {
    animation: sh0 0.5s ease-in-out both;
  }
  
  @keyframes sh0 {
    0% {
      transform: rotate(0deg) translate3d(0, 0, 0);
    }
  
    25% {
      transform: rotate(7deg) translate3d(0, 0, 0);
    }
  
    50% {
      transform: rotate(-7deg) translate3d(0, 0, 0);
    }
  
    75% {
      transform: rotate(1deg) translate3d(0, 0, 0);
    }
  
    100% {
      transform: rotate(0deg) translate3d(0, 0, 0);
    }
  }
  
  #nav_top>button:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
  }
  
  #nav_top>button::before,
  #nav_top>button::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    transform: translate(100%, -25%) translate3d(0, 0, 0);
  }
  
  #nav_top>button:hover::before,
  #nav_top>button:hover::after {
    opacity: 0.15;
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
  
  #nav_top>button:hover::before {
    transform: translate3d(50%, 0, 0) scale(0.9);
  }
  
  #nav_top>button:hover::after {
    transform: translate(50%, 0) scale(1.1);
  }
#nav_top>i {
    font-size: 2.5vw;
    display: none;
}

/* Bottle Image */

#bottle {
  position: absolute;
  height: 80vh;
  top: 0%;
  left: 32%;
  bottom: 100%;
  z-index: 50;
  border-image: 0 0 2vmax black;
  transform: rotate(15deg);
}

#bottlecopy {
  display: none;
}



/* Page1 Css */

#page1 {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#page1 h1 {
    width: 66vw;
    background-color: rgb(228, 225, 49);
    font-family: 'Antom', sans-serif;
    font-size: 13vw;
    font-weight: 900;
    text-align: center;
    word-spacing: -1.5vw;
    text-transform: uppercase;
    line-height: 12vw;
    background-image: url(img/texture.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing: antialiased;
}
#page1_dog_image {
    height: 15vh;
    position: absolute;
    top: 17%;
    left: 34.5%;
    transform: rotate(-30deg);
}

/* Page 2 Css */


#page2 {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4.1vw 0 10vw;
}

#page2_part1 {
    width: 25vw;
    height: 79vh;
}
#page2_part1 h3 {
    font-family: dancing script;
    margin-bottom: 12px;
}
#page2_part1 h1 {
    width: 25vw;
    height: 30vh;
    font-size: 7vw;
    line-height: 14vh;
    font-weight: 500;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    margin-bottom: 12px;
    word-spacing: -1vmax;
    background: url(img/texture.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: black;
    -webkit-font-smoothing: antialiased;
}
#page2_part1>p {
    font-family: Gilroy;
    color: #111;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px;
}
#page2_part1>button {
    padding: 10px 20px;
    font-family: "druk heavy";
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 20px;
    white-space: nowrap;
    background-color: black;
    border-style: none;
    cursor: pointer;
    color: #fff;
    transition: all ease 0.4s;
}


#page2_part1>button:hover {
 animation: shake3856 1s linear infinite both;
}

@keyframes shake3856 {
 0% {
  -webkit-transform: translate(0);
  transform: translate(0);
 }

 20% {
  -webkit-transform: translate(-2px, 2px);
  transform: translate(-2px, 2px);
 }

 40% {
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
 }

 60% {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
 }

 80% {
  -webkit-transform: translate(2px, -2px);
  transform: translate(2px, -2px);
 }

 100% {
  -webkit-transform: translate(0);
  transform: translate(0);
 }
}

#page2_part2 img{
    width: 26.5vw;
    height: 65vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-size: cover;
}
/* page 3 css */


#page3 {
    width: 100vw;
    height: 110vh;
    padding: 0 5vmax 0 10vmax;
}

#page3 h1 {
    width: 85vw;
    font-size: 33vw;
    line-height: 25vw;
    font-weight: 500;
    font-family: 'kajiro';
    text-transform: uppercase;
    background: url(img/texture.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: rgb(177, 29, 29);
    display: flex;
    position: relative;
    align-items:center ;
    left: 5vh;
    bottom: 5vh;
}
#page3_text {
    display: flex;
    justify-content: space-between;
}
#page3_text_part1 a img {
    width: 25vw;
    margin-top: 3vh;
}
#page3_text_part1 h5 {
    width: 23vw;
    font-size: 2vw;
    margin-top: 3vh;
    line-height: 4vh;
    font-family: Gilroy;
}

#page3_text_part2 {
    width: 30vw;
    padding: 1vmax 2vmax;
}
#page3_text_part2 h5 {
    width: 25vw;
    font-size: 1vmax;
    font-family: 'Dosis', sans-serif;
    font-weight: 100;
}
#page3_text_part2 h2 {
    margin-top: 2vmax;
    font-family: 'Anton', sans-serif;
    font-size: 1.5vmax;
    font-weight: 100;
    letter-spacing: 0.05vmax;

}
#page3_text_part2 p {
   margin-top: 3vh;
    font-family: 'Dosis', sans-serif;
    font-weight: 100;
}





/* Page 5 css */


#page5 {
    width: 100vw;
    height: 110vh;
    padding: 0 0 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
#page5 h5 {
    width: 30vw;
    text-transform: uppercase;
    font-family: 'Anton',sans-serif;
    font-weight: 600;
    font-size: 6.5vw;
    background: url(img/texture.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: black;
}
#page5 h1 {
    width: 30vw;
    text-transform: uppercase;
    font-family: 'Anton',sans-serif;
    font-weight: 600;
    font-size: 6.5vw;
    background: url(img/texture.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: black;
}



#page5_image_box {
    width: 100vw;
    height: 85vh;
    padding: 0 3vw 0 5vw;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#page5_bottel {
    width: 15vw;
    height: 60vh;
    justify-content: center;
}
#page5_bottel h4 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    font-family: Gilroy;
}

#page5_bottel img {
    width: 15vw;
}
#image11 {
    width: 40%;
    height: 50%;
    position: relative;
    top: 10%;
    
}
#image22 {
    width: 20%;
    height: 50%;
    position: relative;
    top: 10%;
    right: 10%;

}
#image33 {
    height: 24vh;
    opacity: 0;
    

}
#image44 {
    width: 40%;
    height: 50%;
    position: relative;
    top: 10%;
    left: 10%;

}
#image55 {
    width: 40%;
    height: 50%;
    position: relative;
    top: 10%;

}
#page5_bottel h4 {
    font-family: 'Dosis', sans-serif;
    position: relative;
    top: 10%;
}
#page5_bottel2 h4 {
    font-family: 'Dosis', sans-serif;
    position: ab;
    bottom: 20%;
    left: 30%;
}
#page5_bottel h6 {
    display: flex;
    justify-content: space-around;
    position: relative;
    top: 10%;
    font-family: Gilroy;
    font-size: 1.1vmax;
}


/* Page 6 */

#page6 {
    
    width: 100vw;
    height: 90vh;
    padding: 0 0vw 0 9vw;
    display: flex;
    gap: 30px;
}
#page6 img {
    width: 40vw;
    height: 62vh;
    background-size: cover;
}

#page6_part2 {
    padding: 0 4vw 0 4vw;
    width: 40vw;
    height: 62vh;
}
#page6_part2 h5 {
    font-size: 2vmax;
    font-family: Gilroy;
}

#page6_part2 h1 {
   margin-top: 1.5vh;
   width: 30vw;
   font-family: 'Anton', sans-serif;
   font-size: 4vw;
   font-weight: 100;
   line-height: 9.5vh;
   letter-spacing: 0.5vw;
   text-transform: uppercase;
}
#page6_part2 p {
    margin-top: 3vh;
    font-weight: 400;
    font-family: 'Dosis', sans-serif;
    color: #111;
}
#page6_part2>button {
    margin-top: 3vh;
    font-size: 1.2vmax;
    /* padding: 0.8vmax 1.5vmax; */
    width: 100px;
    height: 50px;
    border: 3px solid #000;
    transition: all 0.3s;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    color:#000;
    cursor: pointer;
}
#page6_part2>button:hover {
    background: #000;
    color: white;
    font-size: 1.3vmax;
  }
.loading-screen {
    position: fixed;
    z-index: 2200;
    width: 100%;
    height: 100vh;
    background-color: peachpuff;
    color: white;
    overflow: hidden;
  }
  .loading-section {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
  }
  
  .loading-section h1 {
    position: absolute;
    top: 35%;
    left: 25%;

    width: 32vw;
    background-color:black;
    font-family: 'Antom', sans-serif;
    font-size: 6vw;
    text-align: center;

    text-transform: uppercase;
    background-image: url(img/texture.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing: antialiased;
    
  }
  
  #loader {
    font-size: 17vw;
    font-family: 'kajiro';
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 30%;
    left: 57%;
    
  }
  .loading-images-container {
    position: absolute;
    bottom: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: min-content;
  }
  .loading-images {
    width: max-content;
    height: max-content;
    margin: 0px 60px;
    animation: sliding 15s infinite linear;
  }
  
  /* animation sliding  */
  @keyframes sliding {
    from {
      transform: translateX(5%);
    }
    to {
      transform: translateX(-30%);
    }
  }
  
  .loading-images img {
    height: 100px;
    margin: 10px 25px;
    overflow: hidden;
    object-fit: contain;
  }
  .bottom-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .bottom-section .bottom-line {
    font-weight: lighter;
    font-size: 12px;
  }


  .footer {
    position: relative;
    width: 100%;
    background: #3586ff;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .social-icon,
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }
  
  .social-icon__item,
  .menu__item {
    list-style: none;
  }
  
  .social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }
  .social-icon__link:hover {
    transform: translateY(-10px);
  }
  
  .menu__link {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  
  .menu__link:hover {
    opacity: 1;
  }
  
  .footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
  }
  
  .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("https://i.ibb.co/wQZVxxk/wave.png");
    background-size: 1000px 100px;
    
  }
  
  .wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
  }
  
  .wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
  }
  
  .wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
  }
  
  .wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
  }
  
  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }
  
  @keyframes animate {
    0% {
      background-position-x: -1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 992px) {
  #loader {
    font-size: 17vw;
    font-family: 'kajiro';
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 33.5%;
    left: 57.5%;
    
  }
  #bottle {
      height: 60vh;
      left: 28%;
      top: 25vh;
  }
  #page5 h5, #page5 h1 {
    width: 50vw;
    font-size: 4.5vw;
}

#page5_image_box {
    flex-direction: column;
    align-items: center;
    height: auto;
}

#page5_bottel {
    width: 25vw;
}

#page5_bottel img {
    width: 25vw;
}

.s-i {
    display: none;
}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 768px) {
  #loader {
    font-size: 17vw;
    font-family: 'kajiro';
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 33.5%;
    left: 57.5%;
    
  }
  #bottle {
      height: 50vh;
      left: 20%;
      top: 30vh;
  }

  #page6 {
    padding: 0 2vw;
    margin-top: 50%;
    flex-direction: column;
    align-items: center;
  }
  #page6_part1 img {
      width: 80vw;
      height: 30vh;
  }
  #page6_part2 {
      width: 80vw;
      height: auto;
      text-align: center;
      padding: 0 2vw;
  }
  #page6_part2 h1 {
      font-size: 2.5vw;
      width: 100%;
  }
  #page6_part2 h5 {
      font-size: 3vmax;
  }
  #page6_part2 button {
      width: 20vh;
      font-size: 2vmax;
      padding: 1vmax 2vmax;
  }
  
  
 
  #page5_image_box {
      padding: 0;
  }

  #page5_bottel {
      width: 80vw;
  }

  #page5_bottel img {
      width: 80vw;
  }

  #page5_bottel h4, #page5_bottel h6 {
      font-size: 2.5vw;
  }
  #page3 {
    padding: 0 2vmax;
    height: 50vh;
    margin-bottom: 150px;
  }
  #page3 h1 {
    font-size: 11vw;
    line-height: 14vw;
    left: 2vh;
    bottom: 2vh;
}

#page3_text_part1 a img {
    width: 40vw;
}

#page3_text_part1 h5 {
    width: 38vw;
    font-size: 1.4vw;
}

#page3_text_part2 {
    width: 90vw;
}

#page3_text_part2 h5 {
    width: 80vw;
    font-size: 1.2vmax;
}

#page3_text_part2 h2 {
    font-size: 2.2vmax;
}

#page3_text_part2 {
    display: none;
}

}

/* Very small devices (less than 576px) */
@media (max-width: 600px) {
  #loader {
    font-size: 17vw;
    font-family: 'kajiro';
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 33.5%;
    left: 57.5%;
    
  }
  #bottle {
      top: 38vh;
      height:25vh;
      left: 32%;
  }


  #page5_image_box {
      padding: 0;
  }

  #page5_bottel {
      width: 80vw;
  }

  #page5_bottel img {
      width: 80vw;
  }

  #page5_bottel h4, #page5_bottel h6 {
      font-size: 2.5vw;
  }
  #page3 {
    padding: 0 2vmax;
    height: 50vh;
    margin-bottom: 0px;
}

#page3 h1 {
    font-size: 11vw;
    line-height: 12vw;
    left: 1vh;
    bottom: 1vh;
}

#page3_text_part1 a img {
    width: 50vw;
}

#page3_text_part1 h5 {
    width: 48vw;
    font-size: 1.2vw;
}

#page3_text_part2 {
    width: 100vw;
    padding: 1vmax;
}

#page3_text_part2 h5 {
    width: 90vw;
    font-size: 1vmax;
}

#page3_text_part2 h2 {
    font-size: 2.5vmax;
}

#page3_text_part2 {
    display: none;
}
}
@media only screen and (max-width: 600px){
  #bottle {
    height:25vh;
    left: 29%;
}
#loader {
  font-size: 17vw;
  font-family: 'kajiro';
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 33.5%;
  left: 57.5%;
  
}

  #page1 h1{
    width: 100%;
    font-size: 70px;
    line-height: 100px;
  }

  #page2 h1{
    height: auto;
    line-height: 4vh;
  }
  #page2 p{
    width: 250%;
  }
  #page2 img{
    width: 100%;
    height: auto;
  }
  #page2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 80vh;
  }
  #page3 h1 {
    font-size: 35vw;
    line-height: 40vw;
    bottom: 0vh;
}

  #page3_text{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;

  }
  #page3_text h5{
    font-size: 4.2vw;
    margin-top: 0;
    line-height: normal;
  }
  #para{
    text-align: center;
  }
  #nav_top>button{
    transform: scale(0.6);
  }
  #nav_top{
    position: fixed;
    z-index: 99;
  }
  #page6_part2 h1 {
    font-size: 6.2vw;
  }
  #page6{
    display: flex;
    flex-direction: column;
  }
}
