html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

@font-face {
  font-family: AppleCursive;
  src: url(./fonts/Apple\ Chancery.woff2);
}
@font-face {
  font-family: limelight;
  src: url(./fonts/Limelight-Regular.woff2);
}
@font-face {
  font-family: Chalkduster1;
  src: url(./fonts/Chalkduster.woff2);
}
@font-face {
  font-family: Chalktastic;
  src: url(./fonts/Chalktastic-r78L.ttf);
}

@font-face {
  font-family: CrayonLibre;
  src: url(./fonts/CrayonLibre-vm6r9.woff2);
}

@font-face {
  font-family: AvenierNext;
  src: url(./fonts/Avenir-Next-Condensed-Bold1.woff2);
}
@font-face {
  font-family: littileOne;
  src: url(./fonts/LilitaOne-Regular.woff2);
}
@font-face {
  font-family: AlegreyaSansSC-regular;
  src: url(./fonts/AlegreyaSansSC-Regular.woff2);
}
@font-face {
  font-family: LeagueGothic;
  src: url(./fonts/LeagueGothic-Regular.woff2);
}
@font-face {
  font-family: jura;
  src: url(./fonts/Jura-woff2.woff2);
}
@font-face {
  font-family: gilroyBlack;
  src: url(./fonts/Gilroy-Black.woff2);
}

@font-face {
  font-family: gilroyRegular;
  src: url(./fonts/Gilroy-Regular.woff2);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  transition: background-color 0.3s ease;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2a004d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1000;
  color: #fff;
  text-align: center;
}

#loaderVideo {
  width: 80vw;
  height: auto;
}

#loaderText {
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 333;
  display: flex;
  opacity: 0; /* Initially hidden */
}

#loaderText h1 span {
  display: inline-block;
  opacity: 0; /* Initially hidden */
  color: #fff;
}

.main {
  overflow-x: hidden;
  position: relative;
}
.page1 {
  width: 100%;
  height: 100vh;
  background-color: #dbd7ff;
  /* padding-bottom: 6.5vw; */
  background-image: url(./images/Pink\ Wallpaper\,\ Wallpaper\ backgrounds\,\ wallpaper\ aesthetic\,\ iPhone\ wallpapers\,\ iPhone\ wallpaper\ hd.webp);
  background-size: cover;
  background-position: top;
  position: relative;
  padding-top: 9vh;
}
.mouse-follower {
  position: absolute;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0;
  animation: follower_animation;
  animation-duration: 0.8s;
}

@keyframes follower_animation {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}

nav {
  width: 100%;
  height: 11vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  /* z-index: 1000; */
  /* background-color: #f6f6f4; */
  padding: 1vw 2.3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1vw;
  transition: transform 0.3s ease;
}

nav h1 {
  font-size: 2vw;
  font-family: limelight;
}
nav h1 span {
  font-family: littileOne;
  font-weight: 500;
}
.nav-svg {
  width: 3.5vw;
  display: flex;
  align-items: center;
}
.nav-logo {
  letter-spacing: 1px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
#nav-svg-left2 {
  margin-top: 2vw;
}
.menu-icon {
  font-size: 2vw;
}
.menu-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  /* width: 7vw; */
}

.menu-capsule {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.5vw;
  padding: 0.7vw 1vw;
  margin: 0.3vw 0vw;
  border: 1px solid #333;
  border-radius: 25px;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(-20px);
  color: #edf1f1;
  font-family: AlegreyaSansSC-regular;
}

.menu-capsule span {
  flex-grow: 1;
  text-align: center;
  font-size: 1.2vw;
}

.cancel-btn {
  color: #fff;
  display: none;
  background: none;
  border: none;
  font-size: 1.1vw;
  cursor: pointer;
  font-weight: 100;
}

#main-menu {
  opacity: 1;
  transform: translateY(0);
}

.submenu-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 100%;
  font-size: 1.2vw;
}

#main-menu.expanded .cancel-btn {
  display: inline;
}

.p1-body {
  width: 100%;
  height: 77vh;
  /* height: 96vh; */
  /* height: 80%; */
  /* height: 42vw; */
  /* background-color: #fff; */
  padding-top: 5vh;
  display: flex;
  align-items: flex-end;
  align-items: flex-end;
  justify-content: center;
  padding-left: 5.5vw;
  position: relative;
  text-align: center;
}
.p1-body-left-2icons {
  padding-left: 5.7vw;
  width: 18%;
  height: 112%;
  /* height: 105%; */
  /* background-color: #f6a157; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  position: relative;
}
.p1-body-left-2icons img {
  width: 14vw;
  height: 14.2vw;
  margin-left: 1vw;
}
.p1-body-left-2icons .note-and-pencile {
  rotate: -23deg;
  /* margin-left: 75px; */
  margin-left: 3.3vw;
  /* background-color: #fff; */
}

.p1-body-center-logo {
  width: 51%;
  /* height: 70vh; */
  height: 91%;
  /* background-color: royalblue; */
  /* border: 0.7px solid black; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p1-body-center-logo img {
  width: 37%;
  margin-bottom: 6vw;
  position: absolute;
}
.p1-body-center-logo h1 {
  font-family: AvenierNext;
  letter-spacing: -5px;
  font-size: 20vw;
  font-weight: 700;
  transform: scaleY(
    1.7
  ); /* yaha par 2 se text ko vertically stretch kiya gaya hai */
  /* transform-origin: bottom; */
}
.p1-body-center-logo p {
  font-size: 2.1vw;
  font-family: AlegreyaSansSC-regular;
  color: 0F67B1;
}
.p1-body-center-logo p span {
  font-family: AppleCursive;
  line-height: 0%;
}
.p1-body-right-badge {
  width: 23%;
  height: 35vh;
  /* background-color: #f6a157; */
  /* border: 0.7px solid black; */
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p1-body-right-badge img {
  width: 78%;
  border-radius: 45%;
  object-fit: cover;
  /* background-color: #fff; */
  /* margin-right: 2vw; */
}
.color-ad-container {
  width: 100%;
  /* height: 9vh; */
  height: 4.7vw;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  /* background-color: rgb(135, 195, 250); */
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  display: flex;
  align-items: center;
  /* background-color: blue; */
}
.marquee p {
  font-size: 2.1vw;
  font-family: jura;
}
.marquee span {
  font-weight: 700;
}
.art-in-marquee {
  font-family: CrayonLibre;
}

.try-some-more-products-design {
  width: 100%;
  min-height: 120vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.product-heading {
  width: 100%;
  height: 9vw;
  /* height: 16vh; */
  border-bottom: 0.7px solid #ccc;
  /* color: #474747; */
  color: #3276fc;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* font-family: DIN Alternate; */
  font-family: jura;
  font-size: 2.5vw;
  font-weight: 900;
  padding: 2.86vw 0 0.26vw 5vw;
}

.animate-text {
  display: inline-block;
  /* overflow: hidden; */
}
.animate-text span {
  display: inline-block;
  transform-origin: center;
  opacity: 0;
}

.products-row {
  width: 100vw;
  height: 27.3vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.try-3-parent {
  background-color: #fff;
  /* background-color: #885555d0; */
  width: 19%;
  height: 80%;
  /* height: 85%;
  width: 41%; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;

  padding-top: 0.32vw;
  border: 1px solid #ccc;
}
.name-and-shades p {
  font-family: AlegreyaSansSC-regular;
  font-size: 1.1vw;
}
.try-three {
  border-radius: 5px;
  width: 95%;
  height: 82%;
  /* background-color: #eeeeee; */
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.1s ease;
  transform-origin: center center;
  /* background-color: #ffb950; */
}

.try-3-parent #try-one {
  background-color: #c8f3f7;
}
.try-3-parent #try-two {
  background-color: #fad6d1;
}

.try-3-parent #try-three2 {
  background-color: #bacefa;
}
.try-3-parent #try-four {
  background-color: #f8e6f9;
}

.try-3-parent #try-five {
  background-color: #f9f1bb;
}

.try-3-parent #try-six {
  background-color: #e4f3e0;
}
.try-3-parent #try-seven {
  background-color: #ffcb9d;
}

.try-3-parent #try-eight {
  background-color: #c2e0f8;
}

.name-and-shades {
  width: 95%;
  height: 16.5%;
  display: flex;
  gap: 0.52vw;
  align-items: center;
  justify-content: space-evenly;
  font-weight: 600;
  /* background-color: #66a3be; */
}
.shades {
  width: 1.4vw;
  height: 1.4vw;
  background-color: #f6a157;
}
.name-and-shades :nth-child(4) {
  background-color: rgb(80, 240, 255);
}
.name-and-shades :nth-child(3) {
  background-color: rgb(255, 226, 80);
}
/* .name-and-shades :nth-child(2){
  background-color: coral;
} */
.shades-color {
  display: flex;
  gap: 0.27vw;
  font-size: 0.9vw;
  align-items: center;
  justify-content: space-between;
}

.page2-2 {
  width: 100%;
  min-height: 100vh;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  padding: 2.5vw 0.52vw 6vw 0.52vw;
}
.page2-2-heading {
  width: 100%;
  height: 5.4vw;
  text-align: center;
  padding: 0px 4.3vw;
  /* background-color: #bacefa; */
  font-size: 2.4vw;
  /* color: #2f2f2f; */
  color: #3276fc;
  border-bottom: 1px solid #ccccccaa;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: jura;
  /* font-family: AlegreyaSansSC-regular; */
  font-weight: 900;
}
.video-heading {
  width: 100%;
  /* padding: 10px; */
  /* text-align: center; */
  padding: 2.3vw 4.3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: #f7d5d5; */
}
.video-heading h3 {
  font-family: DIN Alternate;
  font-family: jura;
  /* font-family: AlegreyaSansSC-regular; */
  font-size: 1.7vw;
  font-weight: 800;
}
.video-heading h4 {
  font-family: jura;
  /* font-family: AlegreyaSansSC-regular; */
  font-size: 1.4vw;
  font-weight: 600;
}
.p2-2-products-container {
  width: 100%;
  height: 70vh;
  height: 38.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.1vw;
}
#p2-2-products-container2 {
  margin-top: 70px;
}
.p2-2-product2 {
  /* ye product ke video and img after hover ka div hai */
  width: 29%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  position: relative;
  border: 1px solid #969696f6;
  overflow: hidden;
}

.p2-2-product2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: top center;
  transition: opacity 0.5s;
}

.p2-2-product2:hover img {
  opacity: 0;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p2-2-product2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.after-hover {
  /* width: 40%; */
  height: 2.9vw;
  background-color: #fcf4edaf;
  background-color: #fcf4edef;
  overflow: hidden;
  border-radius: 22px;
  border-radius: 1.7vw;
  color: #000000;
  position: absolute;
  top: 50%;
  border: 1px solid #ccc;
  text-align: center;
  color: #272626;
  /* font-family: DIN Alternate; */
  font-family: AlegreyaSansSC-regular;
  font-size: 1vw;
  /* font-weight: 800; */
}
.after-hover p {
  font-size: 1vw;
  font-weight: 900;
}

.p2-2-hover-on {
  width: 19.2vw;
  display: flex;
  gap: 3vw;
  background-color: #fa9c65d9;
  /* background-color: #73a3d0cf; */
  padding: 0.6vw 1.7vw;
  border-radius: 50px;
}
.p2-2-hover-on h3 {
  font-family: AlegreyaSansSC-regular;
  font-size: 1.3vw;
}

/* meme section */
.p2-2-meme-section {
  width: 100%;
  /* height: 90vw; */
  background-color: #f8f8f8;
  /* margin-top: 3vw; */
}
.socialmedia-heading {
  width: 100%;
  height: 10vh;
  font-family: jura;
  padding: 2.3vw 4.3vw;
  border-bottom: 0.7px solid #ccc;
  /* background-color: #c2e0f8; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: rgb(249, 125, 166);
  font-size: 2.5vw;
  font-weight: 900;
}

.socialmedia-meme-body {
  width: 100vw;
  height: 100%;
  /* height: 50vh; */
  /* background-color: #fec8c8; */
  display: flex;
  align-items: flex-start;
  padding: 3vw 0vw 3vw 0vw;
}
.left-meme {
  width: 40%;
  /* height: 100%; */
  height: 38.4vw;
  /* background-color: #fff; */
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  /* border: 1px solid black; */
}
.insta-post {
  width: 67%;
  height: 95%;
  border: 0.9px solid rgb(121, 121, 121);
  padding: 0.7vw 1.3vw;
  box-shadow: 0.2vw 0.2vw 0.2vw rgba(0, 0, 1, 0.2);
  margin-left: 5.7vw;
  position: relative;
}

.insta-profile {
  width: 100%;
  height: 16%;
  /* background-color: #bacefa; */
  display: flex;
  display: flex;
  align-items: center;
  padding: 0 0.7vw;
  justify-content: space-between;
}
.insta-profile i {
  display: inline;
  font-size: 1.8vw;
}
.profile-img {
  width: 4vw;
  height: 4vw;
  /* background-color: #a9bece; */
  border-radius: 50%;
  background-image: url(./images/imgs2/doms-profile.webp);
  background-size: cover;
  border: 0.5px solid #585656;
}

.meme-photo {
  width: 100%;
  height: 25.7vw;
  border: 0.1vw solid rgb(120, 120, 120);
}

.insa-profile-left {
  display: flex;
  align-items: center;
  gap: 0.7vw;
  font-family: limelight;
  font-size: 1.2vw;
}
.meme-photo-text {
  padding-left: 0.7vw;
  position: relative;
}
.meme-photo-text i {
  font-size: 5vw;
  color: #ff2f40e8;
  /* background-color: #000; */
  position: absolute;
  top: 250%;
  left: 40%;
  transform: translate(-50%, 50%) scale(2);
  opacity: 0;
  transition: transform 2s ease, opacity 2s ease;
  z-index: 22 !important;
}
.meme-photo h3 {
  margin-bottom: 1.1vw;
  margin-top: 0.5vw;
  font-size: 1.3vw;
  font-family: jura;
  font-weight: 800;
  margin-right: 0.5vw;
}
.insta-post img {
  width: 100%;
  height: 19.4vw;
  object-fit: cover;
}

.insta-like-share {
  width: 100%;
  height: 13%;
  /* background-color: #99a8ff; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.5vw;
}
.insta-like-share .ri-heart-fill {
  /* color: #FF2F40; */
  color: #f8f8f8;
}

.social-right {
  width: 60%;
  /* height: 100%; */
  height: 38.4vw;
  /* background-color: #73c2fb; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.5vw;
}

.social-right img {
  width: 17vw;
}
/* art league section */
.art-league-page {
  width: 100%;
  height: 100vh;
}
#art-league-page {
  /* background-color: #7fb4ff; */
  width: 100%;
  height: 100vh;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  position: relative;
}

.wave-container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#art-top-svg svg {
  height: auto;
}

#art-bottom-svg svg {
  height: auto;
}

#art-league-left-text {
  width: 45vw;
  text-align: center;
  /* background-color: chocolate; */
}
.art-league-left-up {
  width: 100%;
  height: 28%;
  /* background-color: #fff; */
}
.art-league-left-up img {
  width: 35%;
  display: flex;
}
.art-league-left-middle {
  width: 100%;
  height: 66%;
  /* background-color: coral; */
  /* border: 1px solid black; */
  display: flex;
  align-items: flex-start;
}
.art-league-left-middle img {
  width: 20vw;
  /* height: 100%; */
}
.art-league-left-middle-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.art-league-left-middle-right h1 {
  font-size: 9vw;
  font-family: limelight;
  font-family: littileOne;
  font-weight: 100;
  color: #0066b3;
  margin-bottom: 0.7vw;
}

.art-league-left-middle-right .rainbow {
  display: flex;
  gap: 1vw;
  font-size: 3.3vw;
  font-weight: bold;
  /* font-family: Chalkduster; */
  /* font-family: Chalktastic; */
  font-family: CrayonLibre;
  color: #73c2fb;
}

.rainbow span:nth-child(1) {
  color: #fea1a1;
}
.rainbow span:nth-child(2) {
  color: #fae035;
}
.rainbow span:nth-child(3) {
  color: #fdc286;
}
.rainbow span:nth-child(4) {
  color: #f9ccff;
}
.rainbow span:nth-child(5) {
  color: #ccccff;
}

.art-league-left-middle-right .rainbow .art-color-l {
  color: #99a8ff;
}
.art-league-left-middle-right .rainbow .art-color-e {
  color: #bdf793;
}
.art-league-left-middle-right .rainbow .art-color-a {
  color: #ffcc99;
}
.art-league-left-middle p {
  margin-top: 1.5vw;
  margin-bottom: 2vw;
  font-size: 2.7vw;
  font-family: AlegreyaSansSC-regular;
}

.custom-button {
  position: relative;
  display: inline-block;
  width: 14vw;
  height: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fbcf5f;
  color: #333;
  text-align: center;
  line-height: 10vw;
  font-size: 1vw;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1vw;
}
.button-content {
  position: relative;
  z-index: 1;
  font-family: jura;
  font-family: AlegreyaSansSC-regular;
}
.button-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.2vw solid #171717;
  box-sizing: border-box;
  padding: 0.5em;
  transform: translate(-0.7vw, -0.7vw);
  transition: transform 0.3s ease-out;
}
.custom-button:hover .button-frame {
  transform: translate(0, 0); /* Settles on hover */
}

.art-league-right {
  width: 55vw;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  /* background-color: rgb(238, 226, 217); */
  /* border: 1px solid black; */
}
.art-league-right img {
  width: 35%;
  width: 21vw;
}
.art-league-right video {
  width: 28vw;
  height: 39vw;
  object-fit: cover;
  object-position: top;
  background-color: #b8a8ed;
  border: 0.7px solid black;
}
/* art league end here*/

.page3 {
  width: 100%;
  min-height: 100vh;
  background-color: #f8f8f8;
  overflow: hidden;
}

.p3-heading {
  width: 100%;
  height: 13vh;
  /* background-color: beige; */
  padding: 2.8vw 6vw 2vw 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p3-heading h1 {
  font-family: AlegreyaSansSC-regular;
  /* font-family: gilroyBold; */
  /* font-family: jura; */
  font-size: 2.7vw;
  font-weight: 900;
  /* color:#3276fc; */
}

.p3-scroll-Container {
  width: 100%;
  height: 100vh;
  /* background-color: #c0f7b7; */
  display: flex;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.p3-box1 {
  width: 100%;
  height: 100%;
  flex-shrink: 0;

  /* background-color: cadetblue; */
  display: flex;
  flex-direction: column;
}
.p3-box1-body {
  width: 100%;
  height: 74%;
  display: flex;

  /* background-color: #fff; */
}

.p3-scroll-Container .p3-box1-left {
  width: 60%;
  height: 39vw;
  /* background-color: #fbe2e2; */
  gap: 30px;
}

.p3-box1-left-text {
  /* background: #b1b0b0; */
  width: 100%;
  height: 100%;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 3.4vw;
}
.p3-box1-left-text h2 {
  font-family: AlegreyaSansSC-regular;
  margin-bottom: 2.2vw;
  margin-bottom: 2.3vw;
  font-size: 2.5vw;
}
.p3-box1-left-text p {
  /* font-family:  AlegreyaSansSC-regular; */
  font-family: gilroyRegular;
  font-size: 2.1vw;
}

.p3-box1-left-text img {
  rotate: 360deg;
  width: 33%;
  height: 15vw;
}

.p3-box1-left-text p > span {
  font-family: AppleCursive;
  font-size: 2.4vw;
}
.p3-box1-left-text p span .p3-b1-c {
  font-size: 3.3vw;
  color: #fc9d9f;
}
.p3-box1-left-text p span .p3-b1-o1 {
  font-size: 3.3vw;
  color: #fdb56e;
}
.p3-box1-left-text p span .p3-b1-l {
  font-size: 3.3vw;

  color: #99fa75;
}
.p3-box1-left-text p span .p3-b1-o {
  font-size: 3.3vw;
  color: #74d8f4;
}
.p3-box1-left-text p span .p3-b1-r {
  font-size: 3.3vw;
  color: #b3a0f1;
}

.p3-box1-left-text p > i {
  /* color: #3276fc; */
  /* font-family: Chalkduster; */
  font-family: CrayonLibre;
  font-size: 2.8vw;
  color: #fedf60;
  font-weight: 600;
}
.p3-box1-left-text p span .p3-b1-l2 {
  color: #fda6a7;
}
.p3-box1-left-text p span .p3-b1-i {
  color: #fac187;
}
.p3-box1-left-text p span .p3-b1-f {
  color: #82dbf4;
}
.p3-box1-left-text p span .p3-b1-e {
  color: #b8a8ed;
}

.p3-scroll-Container .p3-box1-right {
  width: 40%;
  /* height: 100%; */
  /* height: 40%; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 3.5vw;
  /* background-color: #aceaf0; */
}

.p3-box1-right video {
  width: 80%;
  height: 97%;
  /* height: 39vw; */

  object-fit: cover;
}
.p3-box1-right image {
  width: 90%;
  height: 100%;
  object-fit: cover;
}

.p3-hero-heading {
  /* background-color: grey; */
  padding: 2vw;
  width: 100%;
  /* height: 27%; */
  height: 15vw;
  /* background-color: #bacefa; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0.8px solid #ccc;
  border-bottom: 0.8px solid #ccc;
}

.p3-hero-heading h1 {
  font-size: 8.7vw;
  font-weight: 700;
  font-family: gilroyBlack;
}
.art {
  font-family: Chalkduster;
  font-family: CrayonLibre;
  color: #ffde54; 
  font-weight: 900;
  font-size: 9vw;
}

.p3-box1-left {
  width: 50%;
  height: 40%;
  /* background-color: #ccc; */
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-top: 30px;
}
.p3-box2 {
  width: 100%;
  height: 100%;
  /* background-color: rgb(233, 214, 214); */
  flex-shrink: 0;
}

.p3-box2-body {
  background-color: #fff;
  width: 100%;
  height: 74%;
}
.p3-box2-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p3-box2-img2 {
  display: none;
}
.p3-box3 {
  width: 100%;
  height: 100%;
  background-color: #f1efe5;
  flex-shrink: 0;
}

.p3-box3-body {
  width: 100%;
  height: 74%;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  /* background-color: #fff; */
  /* padding: 0px 10px; */
}

.p3-box3-body-down {
  width: 100%;
  height: 84%;
  /* background-color: #a6bded; */
  display: flex;
  flex-shrink: 0;
  align-items: end;
  justify-content: space-between;
}

.jury1 {
  width: 25%;
  height: 100%;
  background-color: #f4e1fccc;
  border-top-left-radius: 47%;
  /* border-top-right-radius: 47%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  /* padding: 0px 10px; */
}
.jury-name {
  width: 70%;
  /* height: 10vh; */
  height: 7vw;
  /* background-color: #fff; */
  text-align: center;
}
.jury-name h2 {
  font-size: 1.7vw;
  font-family: jura;
  margin-bottom: 0.5vw;
  font-weight: 800;
}
.jury-name p {
  font-family: AlegreyaSansSC-regular;
  font-size: 1.4vw;
}
.jury-photo {
  width: 90%;
  height: 20vw;
  /* background-color: darksalmon; */
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.jury-photo img {
  width: 90%;
  height: 90%;
  /* object-position: right 50%; */
  object-fit: cover;
  /* background-color: #fff; */
}
#jury2 {
  background-color: #ccedf0d3;
  height: 87%;
  border-top-right-radius: 47%;
  border-top-left-radius: 47%;
}
#jury2 .jury-photo {
  /* height: 36vh; */
  height: 20vw;
  /* background-color: #fff; */
}
#jury2 img {
  width: 100%;
  /* height: 70%; */
  object-position: right 50%;
}
#jury3 {
  background-color: #f9f8dcd5;
}
#jury4 {
  background-color: #f5d194d9;
  height: 87%;
  border-top-right-radius: 47%;
  /* clip-path: polygon(12% 0, 88% 0, 100% 100%, 0% 100%); */
  /* clip-path: polygon(51% 7%, 100% 27%, 93% 100%, 6% 100%, 0 24%); */


}
#jury4 .jury-photo {
  height: 20vw;
  /* background-color: #fff; */
  padding-left: 40px;
}
#jury4 .jury-photo img {
  width: 90%;
  height: 100%;
}
.p3-box4 {
  width: 100%;
  height: 100%;
  background-color: rgb(228, 243, 225);
  flex-shrink: 0;
  background-image: url(./images/WorldMap_Dotted1.webp);
  background-size: cover;
  background-position: center;
}

.p3-box4-body {
  width: 100%;
  /* height: 39.4vw; */
  height: 74%;
  /* background-color: #fff; */
}
.counter-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: #fff; */
}
.p3-b4-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  /* background-color: #fff; */
}
.counter-block {
  margin: 1vw;
  padding: 1vw;
  text-align: center;
  width: 20vw;
  font-size: 1.7vw;
  color: #000;
  font-weight: 500;
}
.counter-num {
  font-size: 3vw;
  color: #ffd700;
  font-weight: 900;
  font-family: AlegreyaSansSC-regular;
  font-family: jura;
}
.counter-block p {
  font-family: jura;
  font-weight: 700;
}
.sales p {
  font-family: jura;
  font-weight: 700;
}
.sales {
  text-align: center;
  margin: 2vw 0;
  padding: 1vw;
  width: 50vw;
  font-size: 1.7vw;
  color: #000;
}
.sales .counter-num {
  display: inline-block;
  margin: 0 1vw;
}

.art-doms {
  /* font-family: Chalkduster; */
  font-family: CrayonLibre;
  color: #00528a;
  font-weight: 900;
}
.brands-scroll {
  width: 100%;
  height: 20vw;
  /* height: 42%; */
  /* height: 100%; */
  background: #e3f2e2;
  background: linear-gradient(to bottom, #e4f3e0, #c2e8fc);
  text-align: center;
  font-family: jura;
  padding-top: 2vw;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.brands-logos {
  width: 100%;
  height: 15.4vw;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
}
.brands-logos::before,
.logos::after {
  content: "";
  top: 0;
  width: 12vw;
  height: 100%;
  position: absolute;
  z-index: 2;
}
/* .brands-logos::before {
  left: 0;
  background:linear-gradient(to left, rgba(255, 255, 255, 0),#e2f4e3);
} */
/* .brands-logos::after{
  right: 0;
  background:linear-gradient(to right, rgba(255,255,255,0),#a1f1a6);
} */
.brand-logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}
.brand-logos-slide img {
  height: 15vh;
}
.brands-logos:hover .brand-logos-slide {
  animation-play-state: paused;
}

/* footer */
footer {
  width: 100%;
  min-height: 100vh;
  /* background-image: url(./images/Pink\ Wallpaper\,\ Wallpaper\ backgrounds\,\ wallpaper\ aesthetic\,\ iPhone\ wallpapers\,\ iPhone\ wallpaper\ hd.webp); */
  background-color: #c2e8fc;
  background-size: cover;
  background-position: top;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#footer-container {
  width: 70vw;
  height: 50vh;
  height: auto;
  background: #f8f8f8;
  border-radius: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2vw 9.3vw;
  position: relative;
}

#footer-card {
  width: 15vw;
  height: 20vw;
  border: 0.2vw solid black;
  overflow: hidden;
  rotate: 5deg;
}

header > img {
  top: -1.9vw;
  left: -7vw;
  /* margin-bottom: 3vw; */
  position: absolute;
  rotate: 10deg;
  width: 15vw;
  height: 20vw;
  object-fit: cover;
  object-position: top;
  border: 1px solid black;
}

header {
  width: 100%;
  height: auto;
  border-bottom: 0.2vw solid rgb(162, 155, 212);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1vw;
  font-family: "Montserrat", sans-serif;
}

header h2 {
  font-size: 1.3vw;
  font-family: AlegreyaSansSC-regular;
}

.input-wrapper {
  position: relative;
  display: inline-block;
  border-bottom: 0.2vw solid #a29bd4;
  overflow: hidden;
}

.colored-text {
  position: absolute;
  top: 50%;
  left: 1vw; 
  transform: translateY(-50%);
  pointer-events: none;
  white-space: pre;
  font-size: 1.7vw; 
  color: transparent;
  font-family: jura;
}

input[type="text"] {
  border-style: none;
  background-color: transparent;
  font-size: 1.5vw; 
  color: transparent;
  border-bottom: 0.1vw solid #faf9f7;
  padding: 1vw 2vw; 
  position: relative;
  z-index: 1;
  font-family: jura;
  caret-color: #faf9f7; 
}

.email-custom-button {
  position: relative;
  display: inline-block;
  width: 14vw;
  height: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a29bd4;
  color: #333;
  text-align: center;
  line-height: 10vw;
  font-size: 1vw;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1vw;
}
.email-button-content {
  position: relative;
  z-index: 1;
  font-family: jura;
  font-family: AlegreyaSansSC-regular;
}
.email-button-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.2vw solid #171717;
  box-sizing: border-box;
  padding: 0.5em;
  transform: translate(-0.7vw, -0.7vw);
  transition: transform 0.3s ease-out;
}
.email-custom-button:hover .email-button-frame {
  transform: translate(0, 0); /* Settles on hover */
}

#content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 2vw;
}

#content div {
  margin: 1vw;
}

#h5-content h5,
#h3-content h3,
#h2-content h2 {
  font-size: 1.2vw;
  line-height: 2.2vw;
  font-weight: 900;
  font-family: AlegreyaSansSC-regular;
  font-family: jura;
}

.social-menu {
  display: flex;
  margin-top: 2vw;
}

.social-icon {
  margin: 0 0.5vw;
}

.social-icon a {
  display: inline-block;
  width: 3vw;
  height: 3vw;
  background: #f3f4f5;
  border-radius: 50%;
  text-align: center;
  margin: 0 0.5vw;
  box-shadow: 0 0.2vw 0.2vw rgba(0, 0, 0, 0.3);
  transform: translateY(0) scale(1);
  transition: all ease 0.3s;
}

.social-icon:hover a {
  transform: translateY(-0.5vw) scale(1.2);
}

.social-icon:nth-child(1):hover a {
  background-color: rgb(250, 18, 18);
}

.social-icon:nth-child(2):hover a {
  background-color: #3b5998;
}

.social-icon:nth-child(3):hover a {
  background: linear-gradient(
    to bottom right,
    #405de6,
    rgb(112, 37, 165),
    rgb(196, 88, 187),
    #ae4380
  );
}

.social-icon:nth-child(4):hover a {
  background-color: rgb(63, 164, 237);
}

.social-icon a i {
  font-size: 1.5vw;
  color: #000;
  line-height: 3vw;
}

.social-icon:hover a i {
  color: #f1f1f1;
}

/* responsive starts */
/* Extra small devices (phones, less than 600px) */
@media only screen and (max-width: 600px) {
  .p1-body {
    align-items: center;
    justify-content: center;
  }
  nav {
    /* background-color: #f6f6f4; */
    padding: 1vw 4vw 1vw 2vw;
    line-height: 1vw;
  }
  .nav-logo {
    line-height: 3.5vw;
  }
  nav h1 {
    font-size: 5vw;
  }
  .nav-svg {
    width: 7.3vw;
  }

  .menu-capsule {
    width: 13vw;

    padding: 2vw 3.3vw;
    font-size: 2.7vw;
  }
  .menu-capsule span {
    font-size: 2.7vw;
  }

  .p1-body-left-2icons {
    /* width: 18%; */
    height: 95vw;
    /* background-color: #74d8f4; */
    align-items: center;
    gap: 40vw;
    padding-bottom: 20vw;
    margin-left: -2vw;
  }

  .p1-body-left-2icons img {
    width: 20vw;
    height: 20vw;
  }
  .p1-body-center-logo h1 {
    font-size: 30vw;
  }
  .p1-body-center-logo p {
    text-align: center;
    font-size: 1vw;
  }
  .p1-body-center-logo img {
    width: 51%;
    margin-bottom: 17vw;
  }
  .p1-body-center-logo p {
    font-size: 5vw;
  }
  .p1-body-right-badge {
    height: 27vh;
    display: flex;
    align-items: flex-end;
  }
  .p1-body-right-badge img {
    width: 100%;
  }

  /* p2 */
  .try-some-more-products-design {
    /* min-height: 100vh; */
    min-height: 100vw;
    /* align-items: flex-start; */
    align-items: flex-start;
  }
  .product-heading,
  .page2-2-heading,
  .socialmedia-heading {
    height: 12vw;
  }
  .product-heading,
  .page2-2-heading,
  .socialmedia-heading span {
    font-size: 3vw;
  }
  .color-ad-container {
    height: 11vw;
  }
  .marquee p {
    font-size: 2.9vw;
  }
  .products-row {
    height: 38.3vw;
    height: 51.3vw;
  }
  .try-3-parent {
    width: 30%;
  }
  .prduct-4 {
    display: none;
  }
  .name-and-shades p {
    font-size: 2.1vw;
  }

  /* p2-2 */
  .page2-2 {
    min-height: 100vw;
  }

  .video-heading h3 {
    font-size: 2.2vw;
  }
  .video-heading h4 {
    font-size: 2vw;
  }
  .p2-2-products-container {
    margin-top: 4vw;
  }

  .socialmedia-meme-body {
    width: 100vw;
    height: 23%;
    /* background-color: #fff; */
  }
  #art-league-page {
    /* height: 100vw; */
    height: 69vw;
    align-items: center;
  }
  .art-league-right {
    padding-top: 6vw;
  }
  .p3-heading {
    height: 11vw;
  }

  /*p3-pin*/

  .p3-box1-body {
    flex-direction: column;
    height: 100%;
  }
  .p3-box1-left {
    width: 100% !important;
    height: 50% !important;
    padding: 0;
    /* background-color: #f2b9b9; */
  }
  .p3-box1-left-text {
    display: flex;
    padding-left: 7vw;
  }
  .p3-box1-left-text h2 {
    font-size: 6vw;
    margin-top: 7vw;
  }
  .p3-box1-left-text p {
    font-size: 6vw;
    margin-top: 5vw;
  }
  .p3-box1-left-text img {
    width: 40%;
    height: 26vw;
  }

  .p3-box1-left-text p > span {
    font-family: AppleCursive;
    font-size: 6vw;
  }
  .p3-box1-left-text p span .p3-b1-c {
    font-size: 8vw;
    color: #fc9d9f;
  }
  .p3-box1-left-text p span .p3-b1-o1 {
    font-size: 8vw;
    color: #fdb56e;
  }
  .p3-box1-left-text p span .p3-b1-l {
    font-size: 8vw;

    color: #99fa75;
  }
  .p3-box1-left-text p span .p3-b1-o {
    font-size: 8vw;
    color: #74d8f4;
  }
  .p3-box1-left-text p span .p3-b1-r {
    font-size: 8vw;
    color: #b3a0f1;
  }
  .p3-box1-left-text p > i {
    font-size: 9vw;
  }
  .p3-box1-right {
    width: 100% !important;
    /* height: 50% !important; */
    /* background-color: #99a8ff; */
    align-items: center;
    padding: 0;
  }
  .p3-box1-right video {
    width: 96%;
    height: 98%;
  }
  .p3-box2-body {
    width: 100%;
    height: 100%;
  }
  .p3-box2-body img {
    width: 100%;
    height: 100%;
    height: 50%;
    object-position: 90% center !important;
  }
  .p3-box2-body .p3-box2-img2 {
    display: block;
    object-position: center;
    object-fit: cover;
  }
  .p3-box3-body {
    height: 100%;
  }
  .p3-box3-body-down {
    height: 100%;
    flex-direction: column;
    align-items: center; /* Adjust as needed for vertical alignment */
    justify-content: flex-start; /* Adjust as needed for vertical alignment */
  }
  .p3-box3-body-down .jury1 {
    width: 100%;
    height: 50% !important;
  }
  .jury-photo {
    /* background-color: #fff; */
    width: 90%;
    height: 74%;
  }
  .jury-name h2 {
    font-size: 4vw;
  }
  .jury-name p {
    font-size: 3vw;
  }
  .jury-photo img {
    width: 52%;
    height: 71%;
  }

  #jury2 .jury-photo {
    height: 72%;
    width: 30%;
  }
  #jury2 .jury-photo img {
    width: 70%;
    height: 109%;
  }
  #jury4 .jury-photo {
    height: 54vw;
    /* background-color: #fff; */

  }
  #jury4 .jury-photo img {
    width: 70%;
    height: 90%;
  }
  .p3-box3-body-down > * {
    margin-bottom: 2vw; /* Optional: Adds spacing between elements */
  }
  /* .counter-container {
flex-direction: row;
flex-direction: column !important;
} */

  .p3-b4-container {
    flex-direction: column;
    gap: 10vw;
    align-items: center;
  }
  .counter-block,
  .sales p {
    font-size: 5vw;
  }
  .counter-num {
    font-size: 7vw;
  }
  
.brands-scroll {
  width: 100%;
  height: 34vw; 
  background-color: #fff;
}

.brand-logos-slide img {
  height: 6vh;
}

  #footer-container {
    height: 100vw;
    position: relative;
  }
  #content {
    /* background-color: #0066b3; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: jura;
    margin-top: 2vw;
    position: relative;
  }
  #h5-content,
  #h3-content,
  #h2-content {
    /* background-color: #73c2fb; */
    width: 100%;
    height: 25%;
  }
  #h5-content h5 {
    font-size: 2.5vw;
    margin-bottom: 2vw;
  }
  #h3-content h3 {
    font-size: 2.5vw;
    margin-bottom: 2vw;
  }
  #h2-content h2 {
    font-size: 2.5vw;
    margin-bottom: 2vw;
  }

  input[type="text"] {
    padding: 2vw 3vw;
    font-size: 3vw;
  }
  .colored-text {
    font-size: 3vw;
  }
}

/* Small devices (portrait tablets and large phones, 600px to 768px) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .p1-body {
    align-items: center;
    justify-content: center;
  }
  nav {
    padding: 1vw 4vw 1vw 2vw;
    line-height: 1vw;
  }
  .nav-logo {
    line-height: 3vw;
  }
  nav h1 {
    font-size: 6vw;
  }
  .nav-svg {
    width: 10vw;
  }
  .nav-svg svg {
    width: 12vw;
  }

  .menu-capsule {
    width: 15vw;
    padding: 2.1vw 3.5vw;
    font-size: 2.7vw;
  }
  .menu-capsule span {
    font-size: 3vw;
  }

  .p1-body-left-2icons {
    /* width: 18%; */
    height: 100vw;
    /* background-color: #74d8f4; */
    align-items: center;
    gap: 40vw;
    padding-bottom: 20vw;
    /* margin-left: -2vw; */
  }

  .p1-body-left-2icons img {
    width: 20vw;
    height: 20vw;
    /* background-color: #fff; */
    margin-left: -10vw;
  }
  .p1-body-center-logo h1 {
    font-size: 30vw;
  }
  .p1-body-center-logo p {
    text-align: center;
    font-size: 1vw;
  }
  .p1-body-center-logo img {
    width: 51%;
    margin-bottom: 17vw;
  }
  .p1-body-center-logo p {
    font-size: 5vw;
  }
  .p1-body-right-badge {
    height: 27vh;
    display: flex;
    align-items: flex-end;
    margin-top: 8vw;
  }
  .p1-body-right-badge img {
    width: 100%;
  }

  #prduct-4 {
    display: none;
  }

  /* p2 */
  .try-some-more-products-design {
    /* min-height: 100vh; */
    min-height: 100vw;
    /* align-items: flex-start; */
    align-items: flex-start;
  }
  .product-heading,
  .page2-2-heading,
  .socialmedia-heading {
    height: 12vw;
  }
  .product-heading,
  .page2-2-heading,
  .socialmedia-heading span {
    font-size: 3.3vw;
  }
  .color-ad-container {
    height: 10.2vw;
  }
  .marquee p {
    font-size: 3vw;
  }
  .products-row {
    height: 38.3vw;
    height: 51.3vw;
  }
  .try-3-parent {
    width: 30%;
  }
  .prduct-4 {
    display: none;
  }
  .name-and-shades p {
    font-size: 2.3vw;
  }

  /* p2-2 */
  .page2-2 {
    min-height: 100vw;
  }
  .video-heading h3 {
    font-size: 2.7vw;
  }
  .video-heading h4 {
    font-size: 2.3vw;
  }
  .p2-2-products-container {
    margin-top: 4vw;
  }
  .socialmedia-meme-body {
    width: 100vw;
    height: 23%;
    /* background-color: #fff; */
  }
  #art-league-page {
    /* height: 100vw; */
    height: 69vw;
    align-items: center;
  }
  .art-league-right {
    padding-top: 6vw;
  }
  .p3-heading {
    height: 11vw;
  }

  /*p3-pin*/

  .p3-box1-body {
    flex-direction: column;
    height: 100%;
  }
  .p3-box1-left {
    width: 100% !important;
    height: 50% !important;
    padding: 0;
    /* background-color: #f2b9b9; */
  }
  .p3-box1-left-text {
    display: flex;
    padding-left: 7vw;
  }
  .p3-box1-left-text h2 {
    font-size: 5vw;
    margin-top: 7vw;
  }
  .p3-box1-left-text p {
    font-size: 5vw;
    margin-top: 5vw;
  }
  .p3-box1-left-text img {
    width: 40%;
    height: 27vw;
  }

  .p3-box1-left-text p > span {
    font-family: AppleCursive;
    font-size: 5vw;
  }
  .p3-box1-left-text p span .p3-b1-c {
    font-size: 8vw;
    color: #fc9d9f;
  }
  .p3-box1-left-text p span .p3-b1-o1 {
    font-size: 8vw;
    color: #fdb56e;
  }
  .p3-box1-left-text p span .p3-b1-l {
    font-size: 8vw;

    color: #99fa75;
  }
  .p3-box1-left-text p span .p3-b1-o {
    font-size: 8vw;
    color: #74d8f4;
  }
  .p3-box1-left-text p span .p3-b1-r {
    font-size: 8vw;
    color: #b3a0f1;
  }
  .p3-box1-left-text p > i {
    font-size: 9vw;
  }
  .p3-box1-right {
    width: 100% !important;
    /* height: 50% !important; */
    /* background-color: #99a8ff; */
    align-items: center;
    padding: 0;
  }
  .p3-box1-right video {
    width: 96%;
    height: 98%;
  }
  .p3-box2-body {
    width: 100%;
    height: 100%;
  }
  .p3-box2-body img {
    width: 100%;
    height: 100%;
    height: 50%;
    object-position: 90% center !important;
  }
  .p3-box2-body .p3-box2-img2 {
    display: block;
    object-position: center;
    object-fit: cover;
  }
  .p3-box3-body {
    height: 100%;
  }
  .p3-box3-body-down {
    height: 100%;
    flex-direction: column;
    align-items: center; /* Adjust as needed for vertical alignment */
    justify-content: flex-start; /* Adjust as needed for vertical alignment */
  }
  .p3-box3-body-down .jury1 {
    width: 100%;
    height: 50% !important;
  }
  .jury-photo {
    /* background-color: #fff; */
    width: 90%;
    height: 74%;
  }
  .jury-name h2 {
    font-size: 4vw;
  }
  .jury-name p {
    font-size: 3vw;
  }
  .jury-photo img {
    width: 43%;
    height: 91%;
  }

  #jury2 .jury-photo {
    height: 72%;
    width: 30%;
  }
  #jury2 .jury-photo img {
    width: 70%;
    height: 109%;
  }
  #jury4 .jury-photo {
    height: 54vw;
    /* background-color: #fff; */
  }
  #jury4 .jury-photo img {
    width: 43%;
    height: 91%;
  }
  .p3-box3-body-down > * {
    margin-bottom: 2vw; /* Optional: Adds spacing between elements */
  }

  .p3-b4-container {
    flex-direction: column;
    gap: 10vw;
    align-items: center;
  }
  .counter-block,
  .sales p {
    font-size: 5vw;
  }
  .counter-num {
    font-size: 7vw;
  }

  #footer-container {
    height: 100vw;
  }
  #content {
    /* background-color: #0066b3; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: jura;
    margin-top: 2vw;
  }
  #h5-content,
  #h3-content,
  #h2-content {
    /* background-color: #73c2fb; */
    width: 100%;
    height: 25%;
  }
  #h5-content h5 {
    font-size: 2.5vw;
    margin-bottom: 2vw;
  }
  #h3-content h3 {
    font-size: 2.5vw;
    margin-bottom: 2vw;
  }
  #h2-content h2 {
    font-size: 2.5vw;
    margin-bottom: 2vw;
  }

  input[type="text"] {
    padding: 2vw 3vw;
    font-size: 3vw;
  }
  .colored-text {
    font-size: 3vw;
  }
}

/* Medium devices (landscape tablets, 768px to 992px) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .p1-body {
    align-items: center;
    justify-content: center;
  }
  nav {
    padding: 1vw 3vw 1vw 2vw;
    line-height: 1vw;
  }
  .nav-logo {
    line-height: 3vw;
  }
  nav h1 {
    font-size: 5.5vw;
  }
  .nav-svg {
    width: 10vw;
  }
  .nav-svg svg {
    width: 5vw;
    /* background-color: #fff; */
  }

  .menu-capsule {
    width: 15vw;
    padding: 2.3vw 3.9vw;
    font-size: 2.7vw;
  }
  .menu-capsule span {
    font-size: 3vw;
  }

  .p1-body-left-2icons {
    width: 18%;
    height: 105vw;
    /* background-color: #74d8f4; */
    align-items: center;

    gap: 40vw;
    padding-bottom: 20vw;
    /* margin-left: -2vw; */
  }

  .p1-body-left-2icons img {
    width: 24vw;
    height: 24vw;
    /* background-color: #fff; */
    margin-left: -4vw;
  }
  .p1-body-center-logo h1 {
    font-size: 30vw;
  }
  .p1-body-center-logo p {
    text-align: center;
    font-size: 1vw;
  }
  .p1-body-center-logo img {
    width: 51%;
    margin-bottom: 17vw;
  }
  .p1-body-center-logo p {
    font-size: 5vw;
  }
  .p1-body-right-badge {
    height: 27vh;
    display: flex;
    align-items: flex-end;
    margin-top: 25vw;
  }
  .p1-body-right-badge img {
    width: 110%;
  }

  /* p2 */
  .try-some-more-products-design {
    /* min-height: 100vh; */
    min-height: 100vw;
    align-items: flex-start;
  }
  .product-heading,
  .page2-2-heading,
  .socialmedia-heading {
    height: 13vw;
  }
  .product-heading,
  .page2-2-heading,
  .socialmedia-heading span {
    font-size: 3.7vw;
  }
  .color-ad-container {
    height: 10.2vw;
  }
  .marquee p {
    font-size: 3.3vw;
  }
  .products-row {
    height: 38.3vw;
    height: 50vw;
  }
  .try-3-parent {
    width: 30%;
  }
  .prduct-4 {
    display: none;
  }
  .name-and-shades p {
    font-size: 2.5vw;
  }

  /* p2-2 */
  .page2-2 {
    min-height: 100vw;
  }
  .video-heading h3 {
    font-size: 2.7vw;
  }
  .video-heading h4 {
    font-size: 2.3vw;
  }
  .p2-2-products-container {
    margin-top: 3vw;
  }
  .p2-2-meme-section {
    height: 76vw;
  }
  .socialmedia-meme-body {
    width: 100vw;
    height: 82%;
    /* background-color: #fff; */
    align-items: center;
  }

  .left-meme {
    /* background-color: #0066b3; */
    width: 46%;
    height: 47.4vw;
  }
  .insta-post {
    width: 80%;
    height: 98%;
  }
  .profile-img {
    width: 6vw;
    height: 6vw;
  }
  .insa-profile-left {
    font-size: 1.8vw;
  }
  .meme-photo {
    width: 100%;
    height: 33vw;
  }
  .meme-photo h3 {
    font-size: 1.9vw;
  }
  .insta-post img {
    width: 100%;
    height: 25.4vw;
  }
  #art-league-page {
    /* height: 100vw; */
    height: 79vw;
    align-items: center;
    /* background-color: #fff; */
  }
  .art-league-right {
    padding-top: 6vw;
  }
  .p3-heading {
    height: 13vw;
  }
  .p3-heading h1 {
    font-size: 4vw;
  }
  .p3-hero-heading h1 {
    font-size: 9vw;
  }

  /*p3-pin*/

  .p3-box1-body {
    flex-direction: column;
    height: 100%;
  }
  .p3-box1-left {
    width: 100% !important;
    height: 50% !important;
    padding: 0;
    /* background-color: #f2b9b9; */
  }
  .p3-box1-left-text {
    display: flex;
    padding-left: 7vw;
  }
  .p3-box1-left-text h2 {
    font-size: 5vw;
    margin-top: 7vw;
  }
  .p3-box1-left-text p {
    font-size: 5vw;
    margin-top: 5vw;
  }
  .p3-box1-left-text img {
    width: 40%;
    height: 27vw;
  }

  .p3-box1-left-text p > span {
    font-family: AppleCursive;
    font-size: 5vw;
  }
  .p3-box1-left-text p span .p3-b1-c {
    font-size: 8vw;
    color: #fc9d9f;
  }
  .p3-box1-left-text p span .p3-b1-o1 {
    font-size: 8vw;
    color: #fdb56e;
  }
  .p3-box1-left-text p span .p3-b1-l {
    font-size: 8vw;

    color: #99fa75;
  }
  .p3-box1-left-text p span .p3-b1-o {
    font-size: 8vw;
    color: #74d8f4;
  }
  .p3-box1-left-text p span .p3-b1-r {
    font-size: 8vw;
    color: #b3a0f1;
  }
  .p3-box1-left-text p > i {
    font-size: 9vw;
  }
  .p3-box1-right {
    width: 100% !important;
    /* height: 50% !important; */
    /* background-color: #99a8ff; */
    align-items: center;
    padding: 0;
  }
  .p3-box1-right video {
    width: 96%;
    height: 98%;
  }
  .p3-box2-body {
    width: 100%;
    height: 100%;
  }
  .p3-box2-body img {
    width: 100%;
    height: 100%;
    height: 50%;
    object-position: 90% center !important;
  }
  .p3-box2-body .p3-box2-img2 {
    display: block;
    object-position: center;
    object-fit: cover;
  }
  .p3-box3-body {
    height: 100%;
  }
  .p3-box3-body-down {
    height: 100%;
    flex-direction: column;
    align-items: center; /* Adjust as needed for vertical alignment */
    justify-content: flex-start; /* Adjust as needed for vertical alignment */
  }
  .p3-box3-body-down .jury1 {
    width: 100%;
    height: 50% !important;
  }
  .jury-photo {
    /* background-color: #fff; */
    width: 90%;
    height: 74%;
  }
  .jury-name h2 {
    font-size: 4vw;
  }
  .jury-name p {
    font-size: 3vw;
  }
  .jury-photo img {
    width: 43%;
    height: 91%;
  }

  #jury2 .jury-photo {
    height: 72%;
    width: 30%;
  }
  #jury2 .jury-photo img {
    width: 70%;
    height: 109%;
  }
  #jury4 .jury-photo {
    height: 54vw;
    /* background-color: #fff; */
  }
  #jury4 .jury-photo img {
    width: 43%;
    height: 91%;
  }
  .p3-box3-body-down > * {
    margin-bottom: 2vw; /* Optional: Adds spacing between elements */
  }

  .p3-b4-container {
    flex-direction: column;
    gap: 10vw;
    align-items: center;
  }
  .counter-block,
  .sales p {
    font-size: 5vw;
  }
  .counter-num {
    font-size: 7vw;
  }

  #footer-container {
    height: 100vw;
  }
  #content {
    /* background-color: #0066b3; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: jura;
    margin-top: 2vw;
  }
  #h5-content,
  #h3-content,
  #h2-content {
    /* background-color: #73c2fb; */
    width: 100%;
    height: 25%;
  }
  #h5-content h5 {
    font-size: 2.5vw;
    margin-bottom: 2vw;
  }
  #h3-content h3 {
    font-size: 2.5vw;
    margin-bottom: 2vw;
  }
  #h2-content h2 {
    font-size: 2.5vw;
    margin-bottom: 2vw;
  }

  input[type="text"] {
    padding: 2vw 3vw;
    font-size: 3vw;
  }
  .colored-text {
    font-size: 3vw;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .p1-body {
    align-items: center;
    justify-content: center;
  }
  nav {
    /* background-color: #f6f6f4; */
    padding: 1vw 3vw 1vw 2vw;
    line-height: 0.7vw;
  }
  .nav-logo {
    line-height: 3vw;
  }
  nav h1 {
    font-size: 4.5vw;
  }
  .nav-svg {
    width: 7.5vw;
  }
  .nav-svg svg {
    width: 6vw;
  }

  .menu-capsule {
    width: 12vw;
    padding: 1.7vw 1.4vw;
    font-size: 2vw;
  }
  .menu-capsule span {
    font-size: 2.2vw;
  }

  .p1-body-left-2icons {
    height: 100vw;
    align-items: center;
    gap: 40vw;
    padding-bottom: 20vw;
    /* margin-left: -2vw; */
  }

  .p1-body-left-2icons img {
    width: 20vw;
    height: 20vw;
    /* background-color: #fff; */
    margin-left: -10vw;
  }
  .p1-body-center-logo h1 {
    font-size: 30vw;
  }
  .p1-body-center-logo p {
    text-align: center;
    font-size: 1vw;
  }
  .p1-body-center-logo img {
    width: 51%;
    margin-bottom: 17vw;
  }
  .p1-body-center-logo p {
    font-size: 5vw;
  }
  .p1-body-right-badge {
    height: 27vh;
    display: flex;
    align-items: flex-end;
    margin-top: 33vw;
  }
  .p1-body-right-badge img {
    width: 100%;
  }

  /* p2 */
  .try-some-more-products-design {
    /* min-height: 100vh; */
    min-height: 100vw;
    align-items: flex-start;
  }
  .product-heading,
  .page2-2-heading,
  .socialmedia-heading {
    height: 12vw;
  }
  .product-heading,
  .page2-2-heading,
  .socialmedia-heading span {
    font-size: 3.7vw;
  }
  .color-ad-container {
    height: 10.2vw;
  }
  .marquee p {
    font-size: 3.3vw;
  }
  .products-row {
    height: 39.3vw;
    /* height: 50vw; */
  }
  .try-3-parent {
    width: 21%;
  }
  .name-and-shades p {
    font-size: 2vw;
  }

  /* p2-2 */
  .page2-2 {
    min-height: 100vw;
  }
  .video-heading h3 {
    font-size: 2.4vw;
  }
  .video-heading h4 {
    font-size: 2.2vw;
  }
  .p2-2-products-container {
    margin-top: 3vw;
  }

  .socialmedia-meme-body {
    width: 100vw;
    height: 82%;
    /* background-color: #fff; */
    align-items: center;
  }

  .left-meme {
    /* background-color: #0066b3; */
    width: 50%;
    height: 47.4vw;
  }
  .insta-post {
    width: 80%;
    height: 98%;
  }
  .profile-img {
    width: 6vw;
    height: 6vw;
  }
  .insa-profile-left {
    font-size: 1.8vw;
  }
  .meme-photo {
    width: 100%;
    height: 33vw;
  }
  .meme-photo h3 {
    font-size: 2vw;
  }
  .insta-post img {
    width: 100%;
    height: 25.1vw;
  }

  #art-league-page {
    /* height: 100vw; */
    height: 69vw;
    align-items: center;
  }
  .art-league-right {
    padding-top: 6vw;
  }
  .p3-heading {
    height: 13vw;
  }
  .p3-heading h1 {
    font-size: 4vw;
  }
  .p3-hero-heading h1 {
    font-size: 9vw;
  }

  /*p3-pin*/

  .p3-box1-body {
    flex-direction: column;
    height: 100%;
  }
  .p3-box1-left {
    width: 100% !important;
    height: 50% !important;
    padding: 0;
    /* background-color: #f2b9b9; */
  }
  .p3-box1-left-text {
    display: flex;
    padding-left: 7vw;
  }
  .p3-box1-left-text h2 {
    font-size: 5vw;
    margin-top: 7vw;
  }
  .p3-box1-left-text p {
    font-size: 5vw;
    margin-top: 5vw;
  }
  .p3-box1-left-text img {
    width: 40%;
    height: 27vw;
  }

  .p3-box1-left-text p > span {
    font-family: AppleCursive;
    font-size: 5vw;
  }
  .p3-box1-left-text p span .p3-b1-c {
    font-size: 8vw;
    color: #fc9d9f;
  }
  .p3-box1-left-text p span .p3-b1-o1 {
    font-size: 8vw;
    color: #fdb56e;
  }
  .p3-box1-left-text p span .p3-b1-l {
    font-size: 8vw;

    color: #99fa75;
  }
  .p3-box1-left-text p span .p3-b1-o {
    font-size: 8vw;
    color: #74d8f4;
  }
  .p3-box1-left-text p span .p3-b1-r {
    font-size: 8vw;
    color: #b3a0f1;
  }
  .p3-box1-left-text p > i {
    font-size: 9vw;
  }
  .p3-box1-right {
    width: 100% !important;
    /* height: 50% !important; */
    /* background-color: #99a8ff; */
    align-items: center;
    padding: 0;
  }
  .p3-box1-right video {
    width: 96%;
    height: 98%;
  }
  .p3-box2-body {
    width: 100%;
    height: 100%;
  }
  .p3-box2-body img {
    width: 100%;
    height: 100%;
    height: 50%;
    object-position: 90% center !important;
  }
  .p3-box2-body .p3-box2-img2 {
    display: block;
    object-position: center;
    object-fit: cover;
  }
  .p3-box3-body {
    height: 100%;
  }
  .p3-box3-body-down {
    height: 100%;
    flex-direction: column;
    align-items: center; /* Adjust as needed for vertical alignment */
    justify-content: flex-start; /* Adjust as needed for vertical alignment */
  }
  .p3-box3-body-down .jury1 {
    width: 100%;
    height: 50% !important;
  }
  .jury-photo {
    /* background-color: #fff; */
    width: 90%;
    height: 74%;
  }
  .jury-name h2 {
    font-size: 4vw;
  }
  .jury-name p {
    font-size: 3vw;
  }
  .jury-photo img {
    width: 43%;
    height: 91%;
  }

  #jury2 .jury-photo {
    height: 72%;
    width: 30%;
  }
  #jury2 .jury-photo img {
    width: 70%;
    height: 109%;
  }
  #jury4 .jury-photo {
    height: 54vw;
    /* background-color: #fff; */
  }
  #jury4 .jury-photo img {
    width: 43%;
    height: 91%;
  }
  .p3-box3-body-down > * {
    margin-bottom: 2vw; /* Optional: Adds spacing between elements */
  }

  .p3-b4-container {
    flex-direction: column;
    gap: 10vw;
    align-items: center;
  }
  .counter-block,
  .sales p {
    font-size: 5vw;
  }
  .counter-num {
    font-size: 7vw;
  }

  #footer-container {
    height: 100vw;
  }
  #content {
    /* background-color: #0066b3; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: jura;
    margin-top: 2vw;
  }
  #h5-content,
  #h3-content,
  #h2-content {
    /* background-color: #73c2fb; */
    width: 100%;
    height: 25%;
  }
  #h5-content h5 {
    font-size: 2.5vw;
    margin-bottom: 2vw;
  }
  #h3-content h3 {
    font-size: 2.5vw;
    margin-bottom: 2vw;
  }
  #h2-content h2 {
    font-size: 2.5vw;
    margin-bottom: 2vw;
  }

  input[type="text"] {
    padding: 2vw 3vw;
    font-size: 3vw;
  }
  .colored-text {
    font-size: 3vw;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .p1-body {
    align-items: center;
    justify-content: center;
  }
  nav {
    /* background-color: #f6f6f4; */
    padding: 1vw 3vw 1vw 2vw;
    line-height: 0.7vw;
  }
  .nav-logo {
    line-height: 3vw;
  }
  nav h1 {
    font-size: 4.5vw;
  }
  .nav-svg {
    width: 7.5vw;
  }
  .nav-svg svg {
    width: 6vw;
  }

  .menu-capsule {
    width: 12vw;
    padding: 1.7vw 1.4vw;
    font-size: 2vw;
  }
  .menu-capsule span {
    font-size: 2.2vw;
  }

  .p1-body-left-2icons {
    height: 100vw;
    align-items: center;
    gap: 40vw;
    padding-bottom: 20vw;
    /* margin-left: -2vw; */
  }

  .p1-body-left-2icons img {
    width: 20vw;
    height: 20vw;
    /* background-color: #fff; */
    margin-left: -10vw;
  }
  .p1-body-center-logo h1 {
    font-size: 30vw;
  }
  .p1-body-center-logo p {
    text-align: center;
    font-size: 1vw;
  }
  .p1-body-center-logo img {
    width: 51%;
    margin-bottom: 17vw;
  }
  .p1-body-center-logo p {
    font-size: 5vw;
  }
  .p1-body-right-badge {
    height: 27vh;
    display: flex;
    align-items: flex-end;
    margin-top: 33vw;
  }
  .p1-body-right-badge img {
    width: 100%;
  }

  /* p2 */
  .try-some-more-products-design {
    /* min-height: 100vh; */
    min-height: 100vw;
    align-items: flex-start;
  }
  .product-heading,
  .page2-2-heading,
  .socialmedia-heading {
    height: 12vw;
  }
  .product-heading,
  .page2-2-heading,
  .socialmedia-heading span {
    font-size: 3.7vw;
  }
  .color-ad-container {
    height: 10.2vw;
  }
  .marquee p {
    font-size: 3.3vw;
  }
  .products-row {
    height: 39.3vw;
    /* height: 50vw; */
  }
  .try-3-parent {
    width: 21%;
  }
  .name-and-shades p {
    font-size: 2vw;
  }

  /* p2-2 */
  .page2-2 {
    min-height: 100vw;
  }
  .video-heading h3 {
    font-size: 2.4vw;
  }
  .video-heading h4 {
    font-size: 2.2vw;
  }
  .p2-2-products-container {
    margin-top: 3vw;
  }

  .socialmedia-meme-body {
    width: 100vw;
    height: 82%;
    /* background-color: #fff; */
    align-items: center;
  }

  .left-meme {
    /* background-color: #0066b3; */
    width: 50%;
    height: 47.4vw;
  }
  .insta-post {
    width: 80%;
    height: 98%;
  }
  .profile-img {
    width: 6vw;
    height: 6vw;
  }
  .insa-profile-left {
    font-size: 1.8vw;
  }
  .meme-photo {
    width: 100%;
    height: 33vw;
  }
  .meme-photo h3 {
    font-size: 2vw;
  }
  .insta-post img {
    width: 100%;
    height: 25.1vw;
  }

  #art-league-page {
    /* height: 100vw; */
    height: 69vw;
    align-items: center;
  }
  .art-league-right {
    padding-top: 6vw;
  }
  .p3-heading {
    height: 13vw;
  }
  .p3-heading h1 {
    font-size: 4vw;
  }
  .p3-hero-heading h1 {
    font-size: 9vw;
  }

  .p3-box1-body {
    /* flex-direction: column; */
    height: 100%;
  }
}
