@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

/* Common Style */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
}
body {
  overflow: hidden !important;
}
a:focus {
  outline: none;
  box-shadow: none;
}
input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
input:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}
button:focus,
:focus-visible {
  outline: none;
  border: none;
}
/* Root*/
:root {
  --pear-can: #e6ffde;
  --pear-logo: #03403f;
  --apple-can: #f2675a;
  --apple-logo: #ec4458;
  --exotic-can: #9590f1;
  --black-color: #000000;
  --white-color: #ffffff;
  --exotic-logo: #6464ff;
  --pear-background: #c9e78a;
  --apple-background: #ffb2b2;
  --exotic-background: #c1bff2;
}
/* Typography */
h1 {
  font-family: "Inter", sans-serif;
  font-size: 80px !important;
  line-height: normal !important;
  color: var(--white-color) !important;
  margin: 0 !important;
  font-weight: 700;
}
h2 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  line-height: normal;
  margin: 0;
  font-weight: 700;
}
/* Header */
header {
  padding: 22px 28px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 99;
  text-align: center;
}
.logo {
  color: var(--pear-logo);
}
/* Back button */
.back-button {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 100;
  color: var(--white-color);
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border: none;
  background: transparent;
  transition: all 0.3s ease;
  margin: 0;
}
.back-button:hover {
  background: rgba(255, 255, 255, 0.1);
}
/* Disclaimer */
.disclaimer {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  color: var(--white-color);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  max-width: 600px;
  line-height: 1.5;
  opacity: 0.8;
}
h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Cover Images */
.cover-image {
  opacity: 1;
  position: absolute;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cover-image img {
  width: 100%;
  height: auto;
}
/* Shadow effect removed */
/*Section  */
.section-container-main {
  width: 100vw;
  overflow: hidden;
  position: relative;
  z-index: -1;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.section-container {
  width: 600vw;
  display: flex;
  position: relative;
  left: 0;
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  will-change: left;
}
.section {
  min-width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: -1;
  background: var(--pear-background);
}
.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(40px);
  opacity: 0.6;
  z-index: -1;
  transform: scale(1.1);
}
.section:nth-child(1)::before {
  background-image: url(./assets/slider/cover01.png);
}
.section:nth-child(2)::before {
  background-image: url(./assets/slider/cover02.png);
}
.section:nth-child(3)::before {
  background-image: url(./assets/slider/cover03.png);
}
.section:nth-child(4)::before {
  background-image: url(./assets/slider/cover04.png);
}
.section:nth-child(5)::before {
  background-image: url(./assets/slider/cover05.png);
}
.section:nth-child(6)::before {
  background-image: url(./assets/slider/cover07.png);
}
.section:nth-child(2) {
  background-color: var(--apple-background);
}
.section:nth-child(3) {
  background-color: var(--exotic-background);
}
/* Add this to your CSS */
/* Buttons */
button {
  position: fixed;
  top: 50%;
  right: 30px;
  z-index: 99;
  transform: translateY(-50%);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  background-color: var(--white-color);
  border: none;
  font-size: 40px;
  color: var(--apple-logo);
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
#prevButton {
  left: 30px;
  right: unset;
  display: none;
  transition: all ease-in 0.3s;
}
.wave {
  animation: wave-apple-effect 4s linear infinite;
  animation-direction: normal;
}
@keyframes wave-pear-effect {
  0% {
    box-shadow: 0 0 0 0px var(--pear-background),
      0 0 0 0px var(--pear-background);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(60, 41, 188, 0),
      0 0 0 0px var(--pear-background);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(60, 41, 188, 0), 0 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(60, 41, 188, 0), 0 0 0 30px rgba(0, 230, 118, 0);
  }
}
@keyframes wave-apple-effect {
  0% {
    box-shadow: 0 0 0 0px var(--apple-background),
      0 0 0 0px var(--apple-background);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(60, 41, 188, 0),
      0 0 0 0px var(--apple-background);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(60, 41, 188, 0), 0 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(60, 41, 188, 0), 0 0 0 30px rgba(0, 230, 118, 0);
  }
}
@keyframes wave-exotic-effect {
  0% {
    box-shadow: 0 0 0 0px var(--exotic-background),
      0 0 0 0px var(--exotic-background);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(60, 41, 188, 0),
      0 0 0 0px var(--exotic-background);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(60, 41, 188, 0), 0 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(60, 41, 188, 0), 0 0 0 30px rgba(0, 230, 118, 0);
  }
}
/*.......... Responsive.............. */
@media screen and (max-width: 1550px) {
  h1 {
    font-size: 70px !important;
  }
  .cover-image {
    max-width: 700px;
  }
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 60px !important;
  }
  .cover-image {
    max-width: 600px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px !important;
  }
  button {
    height: 60px;
    width: 60px;
    font-size: 24px;
    top: auto;
    bottom: 100px;
  }
  #prevButton {
    left: 20px;
  }
  #nextButton {
    right: 20px;
  }
  .cover-image {
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 200px);
  }
  .cover-image img {
    max-height: calc(100vh - 200px);
    object-fit: contain;
  }
  .back-button {
    top: 15px;
    left: 15px;
    font-size: 0.65rem;
    padding: 0.4rem 0.8rem;
  }
  .disclaimer {
    bottom: 15px;
    left: 15px;
    max-width: calc(100vw - 40px);
    font-size: 0.75rem;
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 30px;
  }
  button {
    height: 50px;
    width: 50px;
    font-size: 18px;
    bottom: 80px;
  }
  #prevButton {
    left: 15px;
  }
  #nextButton {
    right: 15px;
  }
  .cover-image {
    max-width: calc(100vw - 10px);
    max-height: calc(100vh - 80px);
    width: calc(100vw - 10px);
  }
  .cover-image img {
    max-height: calc(100vh - 80px);
    height: calc(100vh - 80px);
    object-fit: contain;
  }
  .back-button {
    top: 10px;
    left: 10px;
    font-size: 0.6rem;
    padding: 0.35rem 0.7rem;
  }
  .disclaimer {
    bottom: 10px;
    left: 10px;
    right: 10px;
    max-width: calc(100vw - 20px);
    font-size: 0.7rem;
    line-height: 1.3;
    padding-right: 70px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 30px !important;
  }
  button {
    height: 45px;
    width: 45px;
    font-size: 16px;
    bottom: 70px;
  }
  #prevButton {
    left: 10px;
  }
  #nextButton {
    right: 10px;
  }
  .cover-image {
    max-width: calc(100vw - 8px);
    max-height: calc(100vh - 60px);
    width: calc(100vw - 8px);
  }
  .cover-image img {
    max-height: calc(100vh - 60px);
    height: calc(100vh - 60px);
    object-fit: contain;
  }
  .back-button {
    top: 8px;
    left: 8px;
    font-size: 0.55rem;
    padding: 0.3rem 0.6rem;
  }
  .disclaimer {
    bottom: 8px;
    left: 8px;
    right: 8px;
    max-width: calc(100vw - 16px);
    font-size: 0.65rem;
    line-height: 1.25;
    padding-right: 60px;
  }
}

@media screen and (max-width: 400px) {
  button {
    height: 40px;
    width: 40px;
    font-size: 14px;
    bottom: 60px;
  }
  #prevButton {
    left: 8px;
  }
  #nextButton {
    right: 8px;
  }
  .cover-image {
    max-width: calc(100vw - 6px);
    max-height: calc(100vh - 50px);
    width: calc(100vw - 6px);
  }
  .cover-image img {
    max-height: calc(100vh - 50px);
    height: calc(100vh - 50px);
  }
  .back-button {
    top: 6px;
    left: 6px;
    font-size: 0.5rem;
    padding: 0.25rem 0.5rem;
  }
  .disclaimer {
    bottom: 6px;
    left: 6px;
    right: 6px;
    max-width: calc(100vw - 12px);
    font-size: 0.6rem;
    line-height: 1.2;
    padding-right: 55px;
  }
}

@media screen and (max-width: 320px) {
  button {
    height: 35px;
    width: 35px;
    font-size: 12px;
    bottom: 50px;
  }
  #prevButton {
    left: 5px;
  }
  #nextButton {
    right: 5px;
  }
  .cover-image {
    max-width: calc(100vw - 4px);
    max-height: calc(100vh - 40px);
    width: calc(100vw - 4px);
  }
  .cover-image img {
    max-height: calc(100vh - 40px);
    height: calc(100vh - 40px);
  }
  .back-button {
    top: 4px;
    left: 4px;
    font-size: 0.45rem;
    padding: 0.2rem 0.4rem;
  }
  .disclaimer {
    bottom: 4px;
    left: 4px;
    right: 4px;
    max-width: calc(100vw - 8px);
    font-size: 0.55rem;
    line-height: 1.15;
    padding-right: 45px;
  }
}
 
