.illustration .bring-joy {
  background-color: #EFECFF !important;
}
.illustration .header {
  background-color: #EFECFF !important;
}
.illustration .single-video img {
  max-height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
}
.illustration .india-street-wrpr {
  background-color: rgba(78, 154, 189, 0.1882352941);
}
.illustration .childhood-memories-wrpr {
  background-color: #fefb85;
}

.bring-unique-wrpr {
  padding: 100px 0px;
}
@media only screen and (max-width: 768px) {
  .bring-unique-wrpr {
    padding: 50px 0px;
  }
}
.bring-unique-wrpr .bring-unique-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .bring-unique-wrpr .bring-unique-inner {
    flex-direction: column-reverse;
  }
}
.bring-unique-wrpr .content-area {
  width: 40%;
  max-width: 514px;
}
@media only screen and (max-width: 1080px) {
  .bring-unique-wrpr .content-area {
    width: 50%;
    max-width: 500px;
  }
}
@media only screen and (max-width: 992px) {
  .bring-unique-wrpr .content-area {
    width: 100%;
    max-width: 100%;
  }
}
.bring-unique-wrpr .content-area .h2_1 {
  color: #000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .bring-unique-wrpr .content-area .h2_1 {
    margin-bottom: 15px;
  }
}
.bring-unique-wrpr .content-area .p_1 {
  color: #4A4A55;
}
.bring-unique-wrpr .rabit-imgs {
  width: 60%;
  max-width: 735px;
}
@media only screen and (max-width: 1080px) {
  .bring-unique-wrpr .rabit-imgs {
    width: 50%;
    max-width: 500px;
  }
}
@media only screen and (max-width: 992px) {
  .bring-unique-wrpr .rabit-imgs {
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin-bottom: 50px;
  }
}

.wedding-imgs-wrpr {
  background-color: #D84781;
  padding: 100px 0px;
}
@media only screen and (max-width: 768px) {
  .wedding-imgs-wrpr {
    padding: 50px 0px;
  }
}
.wedding-imgs-wrpr .wedding-imgs-inner {
  display: flex;
  align-items: start;
  gap: 20px;
  flex-wrap: wrap;
}
.wedding-imgs-wrpr .wedding-imgs-inner .wedding-img {
  flex: 0 0 calc(33.33% - 14px);
}
@media only screen and (max-width: 768px) {
  .wedding-imgs-wrpr .wedding-imgs-inner .wedding-img {
    flex: 0 0 calc(50% - 14px);
  }
}
.wedding-imgs-wrpr .h4_1 {
  color: white;
  padding: 60px 0px 12px 0px;
}
.wedding-imgs-wrpr .p_1 {
  color: white;
}

.feel-banner-wrpr {
  background-color: #F55661 !important;
}

.travel-imgs-wrpr {
  background-color: #335236;
}

.kinn-main-wrpr {
  background-color: #d8d361;
}

.kinn-img {
  height: 746px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .kinn-img {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.contact-us .header {
  background-color: white;
}

.contact-us-wrpr {
  padding: 20px 0px 0px 0px;
}
.contact-us-wrpr .contact-us-inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .contact-us-wrpr .contact-us-inner {
    flex-direction: column;
  }
}
.contact-us-wrpr .title-wrpr {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .contact-us-wrpr .title-wrpr {
    width: 100%;
    text-align: center;
  }
}
.contact-us-wrpr .title-wrpr .fishCat-video {
  max-width: 320px;
}
.contact-us-wrpr .h2_1 {
  color: #000;
  max-width: 527px;
}
@media only screen and (max-width: 768px) {
  .contact-us-wrpr .h2_1 {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
    text-align: center;
  }
}
.contact-us-wrpr .h2_1 span {
  color: #6C49B5;
}
.contact-us-wrpr .form-wrpr {
  width: 50%;
  max-width: 483px;
}
@media only screen and (max-width: 768px) {
  .contact-us-wrpr .form-wrpr {
    width: 100%;
    max-width: 100%;
    padding: 30px 0px;
  }
}
.contact-us-wrpr .form-wrpr .send-messg-btn {
  margin-top: 64px;
}

/* Base styles */
.input-container,
.textarea-container {
  position: relative;
}

.textarea-container {
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
}
.textarea-container textarea::-webkit-scrollbar {
  display: none;
}
.textarea-container textarea {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.textarea-container textarea {
  height: 120px;
  resize: none;
}
@media only screen and (max-width: 768px) {
  .textarea-container textarea {
    height: 80px;
  }
}
.textarea-container .floating-label {
  top: 15%;
}

.floating-input {
  width: 100%;
  padding: 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  transition: border-color 0.3s ease;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 91.667%;
  letter-spacing: -0.48px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .floating-input {
    font-size: 20px;
  }
}

/* Label styles */
.floating-label {
  position: absolute;
  top: 50%;
  left: 0px;
  letter-spacing: -0.16px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  color: #929292;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 91.667%;
  letter-spacing: -0.48px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  .floating-label {
    font-size: 20px;
  }
}

/* Focused input styles */
.floating-input:focus {
  border-color: black;
}

/* Floating label when input is focused or has text */
.floating-input:not(:-moz-placeholder-shown) + .floating-label {
  top: 0;
  left: 0px;
  color: #929292;
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  letter-spacing: -0.16px;
  transform: translateY(-100%);
}
.floating-input:focus + .floating-label,
.floating-input:not(:placeholder-shown) + .floating-label {
  top: 0;
  left: 0px;
  color: #929292;
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  letter-spacing: -0.16px;
  transform: translateY(-100%);
}
@media only screen and (max-width: 768px) {
  .floating-input:not(:-moz-placeholder-shown) + .floating-label {
    font-size: 14px;
  }
  .floating-input:focus + .floating-label,
  .floating-input:not(:placeholder-shown) + .floating-label {
    font-size: 14px;
  }
}

/* Hide default placeholder */
.floating-input::-moz-placeholder {
  color: transparent;
}
.floating-input::placeholder {
  color: transparent;
}

.motion .forest-bg {
  background-color: #213f40;
}
.motion .bring-joy {
  background-color: #FFECEC !important;
}
.motion .header {
  background-color: #FFECEC !important;
}
.motion .pencil-box-main-wrpr {
  background-color: white !important;
}
@media only screen and (max-width: 768px) {
  .motion .pencil-box-main-wrpr {
    background-color: transparent;
  }
}
.motion .pencil-box-main-wrpr #targetPencilbox {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .motion .pencil-box-main-wrpr #targetPencilbox {
    margin-bottom: 50px;
  }
}
.motion .cat-chef-video-wrpr {
  background-color: rgba(247, 181, 67, 0.4588235294);
}
.motion #targetVideoCycle {
  background: #f8f3e6 !important;
}
@media only screen and (max-width: 768px) {
  .motion #targetVideoCycle {
    background-color: transparent;
  }
}
.motion #targetVideoBatman {
  background-image: linear-gradient(125deg, #341d71 50%, #334690);
}
@media only screen and (max-width: 768px) {
  .motion #targetVideoBatman {
    background-color: transparent;
  }
}
.motion .breath-main-wrap {
  text-align: center;
  padding: 100px 0px;
}
@media only screen and (max-width: 768px) {
  .motion .breath-main-wrap {
    padding-top: 50px;
  }
}
.motion .breath-main-wrap .p_1 {
  color: #4A4A55;
  font-family: "Bricolage Grotesque";
  font-size: 44px;
  font-style: normal;
  font-weight: 250;
  line-height: 163.636%;
  letter-spacing: -1.32px;
  max-width: 830px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .motion .breath-main-wrap .p_1 {
    font-size: 24px;
    text-align: center;
  }
}
.motion .breath-main-wrap .breath {
  color: #131317;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 167.775px;
  font-style: italic;
  font-weight: 700;
  line-height: 77.011%;
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  margin: 0px auto;
  text-shadow: 0.025em 0.05em rgba(205, 58, 161, 0.1), 0.05em 0.1em rgba(245, 118, 117, 0.1), 0.075em 0.15em rgba(255, 194, 106, 0.1);
  animation: breathShadowAnimation 3s ease-in-out infinite alternate;
}
@media only screen and (max-width: 768px) {
  .motion .breath-main-wrap .breath {
    font-size: 80px;
  }
}
@keyframes breathShadowAnimation {
  0%, 100% {
    text-shadow: 0.025em 0.05em rgba(205, 58, 161, 0.1), 0.05em 0.1em rgba(245, 118, 117, 0.1), 0.075em 0.15em rgba(255, 194, 106, 0.1);
    /* Start and end state */
  }
  50% {
    text-shadow: 0.05em 0.1em rgba(205, 58, 161, 0.2), 0.1em 0.2em rgba(245, 118, 117, 0.2), 0.15em 0.3em rgba(255, 194, 106, 0.2);
    /* Midway, increase shadow */
  }
}
.motion .breath-main-wrap .p_2 {
  margin-left: auto;
  margin-right: 0px;
  text-align: left;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .motion .breath-main-wrap .p_2 {
    font-size: 24px;
    text-align: center;
  }
}
.motion #targetVideoCraby {
  background: #e09a73;
}
@media only screen and (max-width: 768px) {
  .motion #targetVideoCraby {
    background: transparent;
  }
}
.motion div#targetVideoSlothLove {
  background-image: linear-gradient(45deg, #547c44, #f8faea);
}
@media only screen and (max-width: 768px) {
  .motion div#targetVideoSlothLove {
    background: transparent;
  }
}
.motion #targetHarryPotter {
  background-color: rgba(226, 79, 76, 0.9019607843) !important;
}
@media only screen and (max-width: 768px) {
  .motion #targetHarryPotter {
    background: transparent;
  }
}

div#targetVideoPerfect {
  background-image: linear-gradient(45deg, #213f40, #286e92);
}
@media only screen and (max-width: 768px) {
  div#targetVideoPerfect {
    background: transparent;
  }
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
figcaption,
figure {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

img {
  width: 100%;
}

.image-container {
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.hover-image {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  /* Default scale */
  transition: transform 0.5s ease;
  /* Smooth transition for transform */
}

.image-container.scaled .hover-image {
  transform: scale(0.8);
  /* Zoom out to 80% */
}

.actions-icon,
.custom-ul,
.custom-ol {
  list-style: none;
}

.td-none {
  text-decoration: none;
}

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

.fs-14 {
  font-size: 14px;
  line-height: 114.286%;
}
@media only screen and (max-width: 768px) {
  .fs-14 {
    font-size: 12px;
  }
}

.fs-16 {
  font-size: 16px;
  line-height: 112.5%;
}

.fs-42 {
  font-size: 42px;
  line-height: 109.524%;
}
@media only screen and (max-width: 768px) {
  .fs-42 {
    font-size: 32px;
    letter-spacing: -0.66px;
  }
}

.fs-32 {
  font-size: 32px;
  line-height: 143.75%;
  letter-spacing: -0.96px;
}
@media only screen and (max-width: 992px) {
  .fs-32 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .fs-32 {
    font-size: 18px;
  }
}

.fs-36 {
  font-size: 36px;
  line-height: 144.444%;
  letter-spacing: -1.08px;
}
@media only screen and (max-width: 992px) {
  .fs-36 {
    font-size: 24px;
    letter-spacing: 0.08px;
  }
}
@media only screen and (max-width: 768px) {
  .fs-36 {
    font-size: 18px;
  }
}

.fs-64 {
  font-size: 64px;
  line-height: 112.5%;
  letter-spacing: -1.92px;
}
@media only screen and (max-width: 992px) {
  .fs-64 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .fs-64 {
    font-size: 32px;
  }
}

.fs-74 {
  font-size: 74px;
  line-height: 122.222%;
  letter-spacing: -2.22px;
}
@media only screen and (max-width: 1080px) {
  .fs-74 {
    font-size: 64px;
  }
}
@media only screen and (max-width: 992px) {
  .fs-74 {
    font-size: 54px;
  }
}

.fs-137 {
  font-size: 137.078px;
  line-height: 95.833%;
}
@media only screen and (max-width: 1024px) {
  .fs-137 {
    font-size: 82px;
  }
}
@media only screen and (max-width: 768px) {
  .fs-137 {
    font-size: 52px;
    letter-spacing: -0.66px;
  }
}

.fs-122 {
  color: #FFF;
  font-size: 122px;
  line-height: 100%;
  letter-spacing: -3.66px;
}
@media only screen and (max-width: 1024px) {
  .fs-122 {
    font-size: 82px;
  }
}
@media only screen and (max-width: 768px) {
  .fs-122 {
    font-size: 52px;
    letter-spacing: -0.66px;
  }
}

.fw-800 {
  font-weight: 700;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-300 {
  font-weight: 300;
}

.mb-48 {
  margin-bottom: 48px;
}

.black-btn {
  background: #131317;
  border-radius: 51px;
  text-decoration: none;
  padding: 12px 22px;
  border: transparent;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 128.571%;
  letter-spacing: 0.28px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: all 1s;
  border: 1px solid black;
}
.black-btn:hover {
  box-shadow: inset 0 0 0 2em white;
  color: #000;
  transition: all 0.7s;
  border: 1px solid #000;
  outline: none;
  background: #fff;
}

.white-btn {
  background: white;
  border-radius: 51px;
  text-decoration: none;
  padding: 19px 33px;
  border: transparent;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 128.571%;
  letter-spacing: 0.28px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.yellow-btn {
  background: #FFCC5B;
  border-radius: 51px;
  text-decoration: none;
  padding: 18px 38px;
  border: transparent;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 122.222%;
  letter-spacing: -0.54px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  position: relative;
  transition: all 0.6s;
}
.yellow-btn:hover {
  box-shadow: inset 0 0 0 2em #000;
  color: #FFCC5B;
  transition: all 0.6s;
  border-color: black;
  outline: none;
  background: #000;
}

.mute-icon {
  background-image: url(/images/mute.svg);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
@media only screen and (max-width: 768px) {
  .mute-icon {
    display: none;
  }
}

.muted .mute-icon {
  background-position: 0px -33px !important;
}

.mute-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media only screen and (max-width: 768px) {
  .mute-btn {
    padding: 12px 22px;
    font-size: 12px;
    bottom: 10px;
    right: 10px;
  }
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
}
@media only screen and (max-width: 1280px) {
  .container {
    padding: 0px 10px;
  }
}

body {
  font-family: "Bricolage Grotesque", sans-serif;
}

.header {
  border-bottom: 1px solid #EDE9E0;
  padding: 20px 0px;
  background-color: #FFF9EC;
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 10px 0px;
  }
}
.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo-wrap {
  width: 30%;
}
.header .logo-wrap .logo {
  width: 100%;
  max-width: 169px;
}
@media only screen and (max-width: 768px) {
  .header .logo-wrap .logo {
    max-width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .header .lets-talk-btn {
    padding: 8px 12px;
    font-size: 12px;
  }
}
.header .header-menu {
  display: flex;
  align-items: center;
  gap: 64px;
  width: 70%;
  justify-content: end;
}
@media only screen and (max-width: 768px) {
  .header .header-menu {
    gap: 20px;
  }
}
.header .header-menu .menu {
  color: #131317;
  letter-spacing: 3.08px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .header .header-menu .menu {
    letter-spacing: 1.08px;
  }
}
.header .header-menu .menu::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.3s;
}
.header .header-menu .menu:hover::after {
  width: 100%;
}
.header .black-point {
  display: block;
  border: 3px solid white;
  border-radius: 50%;
  transition: all 0.6s;
}
.header .black-btn:hover .black-point {
  border-color: #000;
  transition: all 1s;
}

@media only screen and (max-width: 992px) {
  .single-img {
    height: 570px;
  }
}
@media only screen and (max-width: 992px) {
  .single-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.imgs-wrpr,
.bg-imgs-wrpr {
  padding: 100px 0px;
}
@media only screen and (max-width: 768px) {
  .imgs-wrpr,
  .bg-imgs-wrpr {
    padding: 50px 0px;
  }
}
.imgs-wrpr .two-imgs-warp,
.bg-imgs-wrpr .two-imgs-warp {
  padding-top: 100px;
  padding-top: 100px;
  display: flex;
  align-items: start;
  gap: 54px;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .imgs-wrpr .two-imgs-warp,
  .bg-imgs-wrpr .two-imgs-warp {
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .imgs-wrpr .two-imgs-warp,
  .bg-imgs-wrpr .two-imgs-warp {
    padding-top: 50px;
  }
}
.imgs-wrpr .two-imgs-warp .h2_1,
.bg-imgs-wrpr .two-imgs-warp .h2_1 {
  color: #131317;
  text-align: center;
  font-size: 44px;
  font-style: italic;
  font-weight: 700;
  line-height: 104.545%;
  margin: 80px 0px 16px 0px;
}
@media only screen and (max-width: 992px) {
  .imgs-wrpr .two-imgs-warp .h2_1,
  .bg-imgs-wrpr .two-imgs-warp .h2_1 {
    margin: 20px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .imgs-wrpr .two-imgs-warp .h2_1,
  .bg-imgs-wrpr .two-imgs-warp .h2_1 {
    font-size: 24px;
  }
}
.imgs-wrpr .two-imgs-warp .p_1,
.bg-imgs-wrpr .two-imgs-warp .p_1 {
  color: #131317;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 104.545%;
  letter-spacing: -1.32px;
}
@media only screen and (max-width: 768px) {
  .imgs-wrpr .two-imgs-warp .p_1,
  .bg-imgs-wrpr .two-imgs-warp .p_1 {
    font-size: 20px;
  }
}
.imgs-wrpr .two-imgs-warp .img1,
.bg-imgs-wrpr .two-imgs-warp .img1 {
  width: 50%;
  max-width: 605px;
  height: 714px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .imgs-wrpr .two-imgs-warp .img1,
  .bg-imgs-wrpr .two-imgs-warp .img1 {
    width: 100%;
    height: 520px;
  }
}
.imgs-wrpr .two-imgs-warp .img1 img,
.bg-imgs-wrpr .two-imgs-warp .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.imgs-wrpr .two-imgs-warp .img2-main-wrpr,
.bg-imgs-wrpr .two-imgs-warp .img2-main-wrpr {
  width: 50%;
  max-width: 605px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .imgs-wrpr .two-imgs-warp .img2-main-wrpr,
  .bg-imgs-wrpr .two-imgs-warp .img2-main-wrpr {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.videos-wrpr {
  padding: 100px 0px;
  background-color: white;
}
@media only screen and (max-width: 768px) {
  .videos-wrpr {
    padding: 50px 0px;
  }
}

.videos-wrpr .two-video-warp,
.bg-single-video-main .two-video-warp {
  padding: 100px 0px 0px 0px;
}
@media only screen and (max-width: 768px) {
  .videos-wrpr .two-video-warp,
  .bg-single-video-main .two-video-warp {
    padding: 50px 0px 0px 0px;
  }
}
.videos-wrpr .single-video,
.bg-single-video-main .single-video {
  margin: 0px !important;
  padding: 0px !important;
}

.bring-joy {
  background-color: #FFF9EC;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bring-joy {
    padding: 80px 0px;
  }
}
.bring-joy .title {
  max-width: 936px;
  margin: 0px auto;
  margin-bottom: 24px;
}
.bring-joy .sub-title {
  color: #131317;
  font-family: "Bricolage Grotesque";
  letter-spacing: -1.68px;
}

.experience-your-self {
  padding: 277px 0px;
}
@media only screen and (max-width: 992px) {
  .experience-your-self {
    padding: 120px 0px;
  }
}
.experience-your-self .title {
  max-width: 759px;
  margin: 0px auto;
  text-align: center;
  color: #131317;
  font-weight: 800;
  line-height: 95.833%;
  letter-spacing: -5.483px;
}
@media only screen and (max-width: 992px) {
  .experience-your-self .title {
    letter-spacing: -0.483px;
  }
}

.bg-single-video-main {
  background-color: #FFCC5B;
  padding: 100px 0px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bg-single-video-main {
    padding: 50px 0px;
  }
}

.bg-single-video {
  width: 100%;
  max-width: 1280px;
  position: relative;
  box-shadow: 0px 0px 7px 0px rgba(128, 128, 128, 0.1215686275);
}

.two-video-warp {
  display: flex;
  gap: 54px;
  align-items: start;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .two-video-warp {
    flex-direction: column-reverse !important;
    justify-content: center;
    align-items: center;
  }
}
.two-video-warp .video1 {
  width: 50%;
  max-width: 605px;
  height: 714px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .two-video-warp .video1 {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.two-video-warp .video2-main-wrpr {
  width: 50%;
  max-width: 605px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .two-video-warp .video2-main-wrpr {
    width: 100%;
  }
}
.two-video-warp .video2 {
  position: relative;
}
.two-video-warp .h2_1 {
  color: #131317;
  text-align: center;
  font-size: 44px;
  font-style: italic;
  font-weight: 700;
  line-height: 104.545%;
  margin: 80px 0px 16px 0px;
}
@media only screen and (max-width: 992px) {
  .two-video-warp .h2_1 {
    margin: 20px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .two-video-warp .h2_1 {
    font-size: 24px;
  }
}
.two-video-warp .p_1 {
  color: #131317;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 104.545%;
  letter-spacing: -1.32px;
}
@media only screen and (max-width: 768px) {
  .two-video-warp .p_1 {
    font-size: 20px;
  }
}

.cycle-video-wrpr {
  text-align: center;
}

.rabit-cycle-video .video1 {
  background-color: #fcd94d;
}
@media only screen and (max-width: 992px) {
  .rabit-cycle-video .video1 {
    background-color: transparent;
  }
}

.unleash-the-beast {
  background: rgba(193, 144, 80, 0.4392156863);
}

.rabit-craby-video {
  flex-direction: row-reverse;
}
.rabit-craby-video .video1 {
  background-image: linear-gradient(#afeffc 33%, #cdde44 70%);
}
@media only screen and (max-width: 992px) {
  .rabit-craby-video .video1 {
    background-color: transparent;
  }
}

.single-video {
  width: 100%;
  max-width: 1280px;
  position: relative;
}

.forest-bg {
  background-color: white;
}
.forest-bg .spellCaster-deer-wrap {
  flex-direction: row-reverse;
}

.cat-chef-main-wrpr {
  background-color: #FFEDC9;
}
.cat-chef-main-wrpr .single-video {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .cat-chef-main-wrpr .single-video {
    margin-bottom: 50px;
  }
}
.cat-chef-main-wrpr .Strolling-through-the-life {
  background-color: white;
}

.spellcasters-video {
  background: #dce8fb;
}

.art-single-img {
  background-color: #D2D22C;
}

.footer {
  padding: 200px 20px 0px 20px;
  background-color: #000;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: 130px 20px 0px 20px;
  }
}
.footer .h2_1 {
  color: #FFF;
  font-weight: 300;
  max-width: 632px;
}
@media only screen and (max-width: 1024px) {
  .footer .h2_1 {
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .h2_1 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px !important;
    margin: 0px auto;
  }
}
.footer .reach-out-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 187px;
}
@media only screen and (max-width: 1080px) {
  .footer .reach-out-wrap {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .reach-out-wrap {
    flex-direction: column;
    align-items: start;
    padding-bottom: 40px;
  }
}
.footer .hello-matter-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #FFF;
  font-size: 40px;
  line-height: 115%;
  letter-spacing: -1.2px;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .footer .hello-matter-link {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .hello-matter-link {
    font-size: 22px;
    letter-spacing: 0px;
    margin: auto;
  }
}
.footer .hello-matter-link::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: width 0.3s;
}
.footer .hello-matter-link:hover::after {
  width: 0;
}
.footer .hello-matter-link img {
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .footer .hello-matter-link img {
    width: 22px;
    height: 24px;
  }
}
.footer .hello-matter-link:hover img {
  rotate: 180deg;
  transition: all 0.3s;
}
.footer .social-media-wrpr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.footer .style-media {
  color: #FFF;
  font-weight: 300;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease-in-out;
}
.footer .style-media::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #FFF;
  transition: width 0.3s;
}
.footer .style-media:hover::after {
  width: 100%;
}
.footer .footer-nav-wrpr {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.footer .footer-nav {
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 550px;
  margin: 0px auto;
  background-color: white;
  border-radius: 39px 39px 0px 0px;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer .footer-nav {
    max-width: 360px;
  }
}
.footer .footer-nav::after {
  content: "";
  position: absolute;
  background-image: url(/images/Rectangle-footer-right.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  bottom: 0px;
  right: -27px;
}
.footer .footer-nav::before {
  content: "";
  position: absolute;
  background-image: url(/images/Rectangle-footer-left.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  bottom: 0px;
  left: -25px;
}
.footer .nav-point {
  color: #131317;
  font-weight: 400;
  letter-spacing: 2.38px;
  text-transform: uppercase;
  text-decoration: none;
}
.footer .nav-point::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.3s;
}
.footer .nav-point:hover::after {
  width: 100%;
}
.footer .nav-point-active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  transition: width 0.3s;
}
.footer .cat-wrp {
  position: absolute;
  transform: translateY(-30px);
  right: 10px;
  cursor: pointer;
  z-index: 9;
  transition: all 0.7s;
}
@media only screen and (max-width: 992px) {
  .footer .cat-wrp {
    transform: translateY(-70px);
  }
}
.footer .cat-wrp:hover {
  transform: translateY(-70px);
  transition: all 0.7s;
}
.footer .cat-wrp img {
  height: 72px;
  width: 72px;
}

.footer-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  overflow: hidden;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1080px) {
  .footer-text-container {
    padding-top: 180px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-text-container {
    padding-top: 130px;
    padding-bottom: 40px;
  }
}

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

.text {
  font-size: clamp(1rem, 35vw, 25rem);
  color: #8D72E1;
  text-align: center;
  transition: transform 0.3s ease;
  transform-origin: bottom;
  position: relative;
  top: 50px;
}
@media only screen and (max-width: 1400px) {
  .text {
    font-size: clamp(1rem, 25vw, 25rem);
  }
}
@media only screen and (max-width: 1200px) {
  .text {
    font-size: clamp(1rem, 25vw, 25rem);
  }
}

/* Add this to your style.css or within a <style> tag in your HTML */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-up {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media only screen and (max-width: 992px) {
  .fade-up {
    opacity: unset;
    transform: translateY(0);
  }
}

.fade-up.animate {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */