@font-face {
  font-family: OutfitThin;
  src: url("../fonts/Outfit-Thin.ttf");
}

@font-face {
  font-family: OutfitLight;
  src: url("../fonts/Outfit-Light.ttf");
}

@font-face {
  font-family: OutfitRegular;
  src: url("../fonts/Outfit-Regular.ttf");
}


@font-face {
  font-family: OutfitSemiBold;
  src: url("../fonts/Outfit-SemiBold.ttf");
}


@font-face {
  font-family: OutfitMedium;
  src: url("../fonts/Outfit-Medium.ttf");
}

@font-face {
  font-family: OutfitSemiBold;
  src: url("../fonts/Outfit-SemiBold.ttf");
}

@font-face {
  font-family: OutfitBold;
  src: url("../fonts/Outfit-Bold.ttf");
}


@font-face {
  font-family: OutfitExtraBold;
  src: url("../fonts/Outfit-ExtraBold.ttf");
}

@font-face {
  font-family: OutfitBlack;
  src: url("../fonts/Outfit-Black.ttf");
}

@font-face {
  font-family: SuperCorn;
  src: url("../fonts/Super-Corn.ttf");
}




:root {




  --font-300: OutfitLight;
  --font-400: OutfitRegular;
  --font-500: OutfitMedium;
  --font-600: OutfitSemiBold;
  --font-700: OutfitBold;
  --font-800: OutfitExtraBold;
  --font-900: OutfitBlack;
  --font-corn: SuperCorn;

  --primary: #0095C0;
  --primary-gradient: linear-gradient(180deg, #0095C0 0%, #3ccef7 100%);
  --secondary: #FE7A0B;
  --secondary-gradient: linear-gradient(180deg, #FFA62C 0%, #FE7A0B 100%);
  --tertiary: #F93C72;
  --tertiary-gradient: linear-gradient(180deg, #F93C72 0%, #FC5B3E 100%);
  --btn-inset-shadow: inset -4.76px -4.76px 5.44px rgba(0, 0, 0, 0.1);
  --motion-ease: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}



al {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: var(--font-400);
}




html,
body {
  font-family: var(--font-400);
}

a {
  text-decoration: none;
  transition: 0.3s ease 0s;
  color: var(--bs-black);
}

a:hover {
  color: var(--primary);
}

input,
button,
textarea {
  outline: none;
  border: 0px;
  background: none;
}

.webkit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.webkit_1 {
  -webkit-line-clamp: 1;
}

.webkit_2 {
  -webkit-line-clamp: 2;
}

.webkit_3 {
  -webkit-line-clamp: 3;
}

.webkit_4 {
  -webkit-line-clamp: 4;
}

.hide {
  display: none !important;
}

.show {
  display: flex !important;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.img-box {
  margin: 0px;
}

.img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.img-box-content img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: 0.3s;
}

li.nav-item.dropdown.navdesktop ul {
  flex-direction: column;
  top: 100%;
  left: 0;
  width: 100%;
}

/* ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}


/* 
::-webkit-scrollbar-thumb {
  background: var(--secondary);
} */

*/ body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #000001;
  margin-top: 0;
  line-height: 1.5;

}

p {
  margin-bottom: 15px;
  color: #6a7382;
}

/* Navbar */

.navbar-nav li {
  bottom: 0;
}

.navbar-nav li a {

  font-size: 1rem;
  font-weight: 400;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #ffffff !important;
}

.navbar-nav .nav-link.active {
  color: #ffffff !important;
}

.header.sticky li a {
  color: white !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: var(--secondary-gradient);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}

.dropdown-menu li:hover,
.dropdown-menu li:hover a {
  background: white;
  color: #000001 !important;
}

.navbar-brand img {
  /* width: 245px;
  height: 115px; */
  width: auto;
  transition: 0.6s;
  transition: .3s .3s ease-in-out;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
}

.offcanvas {
  /* From https: //css.glass */
  background: rgb(254 122 11 / 37%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(254, 122, 11, 0.38);
  width: 100%;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header>img {
  width: 15rem;
}

.dropdown-menu {
  background-color: var(--secondary);
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* header */
.header {
  padding: 15px 0 15px 0;
  background: #000001;
  z-index: 999;
  transition: 0.6s;
  background: #0095c03b;
  position: fixed;
  width: 100%;
  transition: .3s .3s;
  background: #0095c03b;
  /* semi-transparent blue */

  /* for Safari support */

  /* optional */
  border: 1px solid rgba(255, 255, 255, 0.2);
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 43;
  background: transparent;
  pointer-events: none;
  border: none;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: auto;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  background: url("../images/top-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.top-banner .right-col h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  color: white;
}

.top-banner .right-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0;
}


/* End */

/* partner */
.client {
  padding-top: 25px;
  padding-bottom: 24px;
  margin-top: -98px;
  background: white;
  backdrop-filter: blur(50px);
}

.client img {
  margin: auto;
}

/* end */

/* contact us */

.contact-us {
  padding-top: 60px;
  padding-bottom: 70px;
  background: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  /* identical to box height, or 130% */
  letter-spacing: -0.01em;
  color: #4F6268;
  opacity: 0.6;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 15px;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  color: #1e1e1e !important;
  background-color: transparent;
  background: rgba(217, 217, 217, 0.2);
  border-radius: 16px;
}

.form-control:focus {
  background-color: transparent;
  border-color: var(--secondary);
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */
.btn-theme {
  padding: 13px min(15%, 49px);
  display: inline-block;
  font-weight: 500;
  /* background: var(--secondary-gradient); */
  background-size: 200% 200%;
  background-position: center;
  color: #212121;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
  border-radius: 50px;
  border: 1px solid #ffffff61;
  text-transform: capitalize;
  color: white;
  position: relative;
  transition: .3s .1s ease-in-out;
  display: flex;
  align-items: center;
  border-radius: 40px;
  gap: 5px;
}

.btn-theme i {
  color: white;
  font-size: 17px;
  z-index: 2;
  position: relative;
  margin-top: 4px;
}

.btn-theme:hover {
  /* --secondary-gradient: linear-gradient(150deg, #FFA62C 0%, #FE7A0B 120%); */
  color: #ffffff;
  /* text-transform: capitalize; */
  border-color: transparent;
}

.btn-theme:after {
  position: absolute;
  content: "";
  background: transparent;
  /* border: 1px solid; */
  height: 85%;
  width: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--secondary-gradient);
  border-radius: 50px;
  box-shadow: var(--btn-inset-shadow);
  border-radius: 40px;
  transition: var(--motion-ease) .5s;
}

.btn-theme-secondary {
  border-color: #fe7a0b57;
}

.btn-theme:hover:after {
  height: 100%;
  width: 100%;
  box-shadow: inset 7px 7px 10px rgba(0, 0, 0, 0.1);

}

.btn-theme-tertiary:after {
  background: var(--tertiary-gradient);
}

.btn-theme-tertiary {
  border-color: #f93c726b;
  z-index: 44;
}

.btn-theme span {
  z-index: 4;
  position: relative;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-theme:focus {
  scale: 0.9;
}

/* end */

/* footer */
.footer {
  padding-top: 35px;
  padding-bottom: 25px;
  background: var(--secondary-gradient);
  padding: 0;
  z-index: 44;
  position: relative;
}

.footer-logo p {
  color: white;
  margin-top: 20px;
  font-size: 1rem;
}

.footer-links>h6 {
  color: var(--secondary);
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 20px;
}

.footer-links>p {
  color: white;
  font-size: 1rem;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-links>ul {
  padding-left: 18px;
}

.footer-links>ul>li {
  padding: 20px 0px 0 0px;
  list-style-type: disclosure-closed;
  color: white;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li:hover {
  color: var(--secondary);
}

.footer-links>ul>li>a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li>a:hover {
  color: var(--secondary);
}

.social>p>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social>p>a {
  color: var(--secondary);
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  background: white;
  padding: 10px 16px;
  border-radius: 30px;
}

.social>p>a:hover {
  color: #ffffff;
  background: var(--secondary);
}

.footer-bootom-links>span {
  margin: 0;
  color: white;
  /* 2025ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â© Bright Kids TV Ltd */
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  letter-spacing: -0.01em;
  color: #FFFFFF;
  font-family: var(--font-500);
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

.animate-zoom {
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

.footer-logo .trust-img {
  width: 10rem;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 0;
  padding-bottom: 4px;
  text-transform: capitalize;
  font-family: var(--font-500);
  font-size: 18px;
  transition: .3s .3s ease-in-out;
}

ul.navbar-nav {
  gap: 22px;
  transition: 1s ease-in-out;
  position: fixed;
  top: 49px;
  padding: 11px 70px;
  border-radius: 50px;
}

/* Start */
.logo-img {
  height: 86px;
}

.hero-sec {
  position: relative;
  background: var(--primary);
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 200px;
}

.hero-bg-img {
  position: absolute;
  /* height: 675PX; */
  width: 100%;
  left: 0;
  scale: 1;
  /* right: -20px; */
  scale: 1.1;
}

.hero-sec-content {
  position: relative;
  z-index: 1;
}

.hero-sec-content h1 {
  font-size: 128px;
  line-height: 0.9;
  color: white;
  font-family: var(--font-corn);

}



.hero-sec-tags {
  display: flex;
  align-items: center;
  gap: 10px 5px;
  flex-wrap: wrap;
}

.hero-sec-tags span {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07)), rgba(0, 149, 192, 0.3);
  box-shadow: inset -4px -4px 4px rgba(0, 0, 0, 0.07), inset 4px 4px 4px rgba(0, 0, 0, 0.07);
  border-radius: 40px;
  border: 3px solid #7FCADF;
  border-radius: 40px;
  border-radius: 40px;
  padding: 9px 21px;
  color: white;
}

.hero-img {
  position: relative;
  z-index: 2;
  /* height: 200px; */
}

.hero-img .img-box-content {
  /* height: 530px; */
}

a.img-box-content.yt-logo {
  height: 51px;
  display: flex;
  transition: .3s .3s ease-in-out;
}

.hero-cluod {
  position: absolute;
  z-index: 24;
  height: 104px;
  transition: var(--motion-ease) .5s ease-out;
  will-change: transform;
  z-index: 2;
}

img.hero-cluod.hero-cluod-1 {
  top: 15px;
  left: -40px;
  height: 178px;
  width: 440px;
}

img.hero-cluod.hero-cluod-2 {
  top: 15px;
  right: -60px;
  height: 218px;
  width: 470px;
}

img.hero-cluod.hero-cluod-3 {
  bottom: 310px;
  left: 120px;
  height: 160px;
}

img.hero-cluod.hero-cluod-4 {
  bottom: 430px;
  right: 120px;
  height: 190px;
}

.hero-btn-main {
  z-index: 5;
  position: relative;
  z-index: 5;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.sec-01 {
  background: var(--tertiary);
}

.sec-01-container {
  height: auto;
  background-image: url(../images/mask.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 50px;
  padding-bottom: 17px;
  margin-top: -190px;
  z-index: 2;
  position: relative;
  filter: drop-shadow(0px 12px 64px rgba(0, 0, 0, 0.15));
}

.sec-01-content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  padding-right: 15px;
}

.sec-01-container .row {
  align-items: center;
}

.sec-01-content h2 {
  font-family: var(--font-corn);
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 72px;
  /* or 90% */
  text-transform: uppercase;
  color: #0095C0;
  font-size: 50px;
  line-height: 1;
}

.sec-01-content p {
  color: #4F6268;
  font-size: 16px;
}

.sec-01-img-1 {
  /* margin-bottom: -78px; */
  margin-left: -140px;
}

.sec-01-container-top {
  position: relative;
}

.sec-01-container-top:after {
  content: "";
  position: absolute;
  background: transparent;
  width: calc(100% + 69px);
  left: -50px;
  z-index: 4;
  height: 2px;
  border-bottom: 3px dashed #ADADAD;
  bottom: 26px;
  z-index: 4;
}


.sec-01-container-bottom-content.sec-01-content {
  position: relative;
  gap: 30px;
}

.sec-01-container-bottom-content.sec-01-content h2 {
  max-width: 450px;
  font-size: 51px;
  line-height: 1;
  margin: 0;
  font-size: clamp(30px, 5vw, 38px);
  padding-right: 120px;
  max-width: 100%;
}

.sec-01-container-bottom {
  margin-top: 50px;
  position: relative;
}


.sec-01-container-bottom:after {
  content: "";
  position: absolute;
  background: transparent;
  height: calc(100% + 93px);
  left: -50px;
  z-index: 4;
  width: 2px;
  border-left: 3px dashed #ADADAD;
  bottom: -16px;
  z-index: 4;
  left: calc(50% - 6px);
  transform: translateX(-50%);
}

.sec-01-container-bottom-content.sec-01-content .img-box-content {
  margin-left: auto;
  position: relative;
  z-index: 4;
  margin-right: 20px;
}

.flower {
  position: absolute;
  bottom: -41px;
  left: -72px;
  z-index: 1;
}

.sec-1-img-3 {
  margin-top: -370px;
  margin-right: -210px !important;
}

img.flower.flower-2 {
  height: 320px;
  left: auto;
  right: 0;
  bottom: -10px;
}

header.header.sticky ul.navbar-nav {
  /* background: var(--tertiary); */
  padding: 0 60px;
  border-radius: 50px;
  position: fixed;
  /* bottom: 50px; */
  top: calc(100% - 70px);
  pointer-events: all;
  z-index: 43;
}

header.header.sticky .navbar-dark .navbar-brand {
  transform: translateY(-20px);
  opacity: 0;
}

header.header.sticky .navbar-dark a.img-box-content.yt-logo {
  transform: translateY(-20px);
  opacity: 0;
}


ul.navbar-nav:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  background: var(--tertiary-gradient);
  height: 100%;
  width: 100%;
  box-shadow: var(--btn-inset-shadow);
  opacity: 0;
  transition: .3s .5s ease-in-out;
  border-radius: 10px;
}

header.header.sticky ul.navbar-nav:after {
  opacity: 1;
  transition: .3s .3s ease-in-out;


}

header.header ul.navbar-nav>* {
  z-index: 3;
}

header.header ul.navbar-nav {
  /* overflow: hidden; */
}



header.header.sticky ul.navbar-nav li a.nav-link {
  padding: 13px;
  /* transition: .3s .6s ease-in-out; */
}

header.header.sticky ul.navbar-nav li a.nav-link:after {
  content: none;
}

header.header.sticky ul.navbar-nav li a.nav-link.active,
header.header.sticky ul.navbar-nav li a.nav-link:hover {
  background: var(--secondary);
  transform: translateY(-10px) !important;
  box-shadow: inset 1.76px -2.76px 3.44px rgba(0, 0, 0, 0.1);
  transition: .3s 0s ease-in-out !important;
}

header.header ul.navbar-nav li a {
  transition: .3s .3s ease-in-out;
}


header.header.sticky ul.navbar-nav li a.nav-link:after,
header.header.sticky ul.navbar-nav li a.nav-link:before {
  height: 10px;
  width: 14px;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  opacity: 0;
  transition: .3s ease-in-out;
  height: 0px;
  box-shadow: inset 1.76px -2.76px 3.44px rgba(0, 0, 0, 0.1);
}

header.header.sticky ul.navbar-nav li a.nav-link:before {
  left: auto;
  right: 100%;
  background: inherit;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

header.header.sticky ul.navbar-nav li a.nav-link.active:after,
header.header.sticky ul.navbar-nav li a.nav-link.active:before,
header.header.sticky ul.navbar-nav li a.nav-link:hover:after,
header.header.sticky ul.navbar-nav li a.nav-link:hover:before {
  opacity: 1;
  height: 11px;
}

.main-heading {
  font-family: var(--font-corn);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 80px);
  line-height: clamp(40px, 5vw, 70px);
  /* or 98% */
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFA62C 0%, #FE7A0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0;
}

.sec-02-heading-para {
  margin: 0;
  font-size: 17px;
  color: #4F6268;
}

.sec-02-heading {
  margin-bottom: 40px;
}

section.sec-02 {
  background: #F6F6F6;
}

.sec-02-img-main {
  height: 100%;
  width: 100%;
}

.sec-02-img-main img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sec-02-container {
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 2px rgba(0, 0, 0, 0.04);
  border-radius: 32px;
  position: relative;
}

.sec-02-content {
  height: 100%;
  justify-content: center;
}


.grid-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}

.grid-parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 10px;
}

/* Original layout for large screens */
.div1 {
  grid-area: 1 / 1 / 5 / 3;
}

.div2 {
  grid-area: 1 / 3 / 3 / 5;
}

.div3 {
  grid-area: 3 / 3 / 5 / 7;
}

.div4 {
  grid-area: 1 / 5 / 3 / 7;
}

.div5 {
  grid-area: 1 / 7 / 4 / 9;
}

.div6 {
  grid-area: 4 / 7 / 8 / 9;
}

.div7 {
  grid-area: 5 / 1 / 8 / 5;
}

.div8 {
  grid-area: 5 / 5 / 8 / 7;
}

@media (max-width: 992px) {
  .grid-parent {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }

  .div1,
  .div2,
  .div3,
  .div4,
  .div5,
  .div6,
  .div7,
  .div8 {
    grid-area: unset;
  }
}

/* Responsive layout for mobile */
@media (max-width: 576px) {
  .grid-parent {
    grid-template-columns: 1fr;
  }

  .div1,
  .div2,
  .div3,
  .div4,
  .div5,
  .div6,
  .div7,
  .div8 {
    grid-area: unset;
  }
}

.discover {
  background: #f6f6f6;
}

.discover-card {
  height: 660px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
}

.discover-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.discover-card-content {
  position: absolute;
  height: 40%;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: var(--motion-ease) .6s;
  background: linear-gradient(1deg, #06B5E6 0%, rgba(3, 101, 128, 0) 100%);
  /* opacity: 0.9; */
  backdrop-filter: blur(100px);
  padding: 20px;
  border-radius: 50% 50% 0 0;
  backdrop-filter: blur(100px) opacity(0.9);
}

.discover-card-content h3 {
  font-family: var(--font-corn);
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 38px;
  /* or 95% */
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: clamp(30px, 5vw, 40px);
  line-height: clamp(30px, 5vw, 40px);
}

.discover-card:hover .discover-card-content {
  height: 100%;
  border-radius: 0px;
}

.discover-card:hover .discover-card-content:after {
  border-radius: 0;
}



.follow-card {
  flex-direction: column;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 2px rgba(0, 0, 0, 0.04);
  border-radius: 32px;
  padding: 20px;
  transition: var(--motion-ease) .5s;
}

.follow-card .follow-icon {
  transition-delay: .1s;

}

.follow-card h3 {
  font-family: var(--font-corn);
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFA62C 0%, #FE7A0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0;
  transition-delay: .2s;
}

.follow-card strong {
  font-size: 21px;
  line-height: 26px;
  /* identical to box height, or 118% */
  letter-spacing: -0.01em;
  color: #023745;
  display: block;
  margin-top: 5px;
  margin-bottom: 19px;
  transition-delay: .3s;
  display: none;
}

.follow-card span {
  /* follow us */
  font-family: var(--font-corn);
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
  text-transform: uppercase;
  color: #F93C72;
  transition-delay: .4s;
  display: none;
}

.follow-card:hover {
  scale: .9;
}

.follow-card>* {
  transition: var(--motion-ease) .5s;

}

.follow-card:hover>* {
  scale: .9;

}

.footer-details {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 15px 0;
}

.footer-links-main {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.footer-links {
  flex-direction: column;
  display: flex;
  gap: 11px;
}

.footer-links a {
  font-size: 18px;
  line-height: 26px;
  /* or 144% */
  letter-spacing: -0.01em;
  color: #FFFFFF;
  /* font-family: var(--font-corn); */
}

.footer-details p {
  color: white;
  font-size: 18px;
  margin: 0;
}

.footer-links a:hover {
  color: var(--primary);
}

.footer-img {
  height: 503px;
  margin-bottom: -50px;
}

.footer-bottom-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 99999999;
}


.footer-bottom {
  background: var(--secondary-gradient);
  height: 100%;
  width: 100%;
  box-shadow: var(--btn-inset-shadow);
  padding: 20px 0px;
  z-index: 2;
  position: relative;
}

.hero-sec-content.hero-other-sec {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}


.hero-sec-content.hero-other-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 170px;
}

.hero-other-img {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-us-sec-1-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  max-width: 850px;
  margin: 0 auto;
  gap: 10px;
}

.other-page-hero-bttom-img {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
}

section.about-us-sec-1 {
  position: relative;
  padding-top: 20px;
}

h3.about-us-sec-1-h3 {
  font-family: var(--font-corn);
  font-style: normal;
  font-size: 61px;
  line-height: 72px;
  text-transform: uppercase;
  color: #0095C0;
  text-align: center;
  margin: 20px 0;
}


.about-us-sec-1-card {
  background: var(--secondary-gradient);
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 20px;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  height: 240px;
  justify-content: center;
}

.about-us-sec-1-card>* {
  margin: 0;
}

.about-us-sec-1-card span {
  font-family: var(--font-corn);
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 62px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.about-us-sec-1-card strong {
  font-family: var(--font-corn);
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 2.3px;
}

.about-us-sec-1-card p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.93);
}

.our-values-heading .main-heading {
  background: transparent;
  color: white;
  -webkit-text-fill-color: unset;
  text-align: center;
}

section.our-values {
  background: var(--tertiary);
  position: relative;
  padding-top: 130px;
  padding-bottom: 80px;
}

.shape-top {
  width: 100%;
  position: absolute;
  top: 0;
  /* height: 160px; */
}

.our-values-heading {
  margin-bottom: 30px;
}

.our-values-card {
  background: white;
  padding: 21px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 2px rgba(0, 0, 0, 0.04);
  border-radius: 32px;
}

.our-values-card-content>* {
  margin: 0;
}

.our-values-card-content {
  margin-top: 20px;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.our-values-card-content h4 {
  /* Stories That Matter */
  font-size: 29px;
  line-height: 34px;
  /* identical to box height */
  text-transform: uppercase;
  color: #0095C0;
  font-family: var(--font-corn);
}

.our-values-card-content p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.01em;
  color: #4F6268;
}

.our-values-card:hover img {
  scale: 1.1;
}


.our-values-card .img-box {
  overflow: hidden;
  border-radius: 20px;
}

.discover {
  position: relative;
}

.discover:has(.other-page-hero-bttom-img) {
  padding-top: 10px;
  background: white;
}

.about-us-sec-1-card span {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.about-us-sec-1-card:hover span {
  animation: shake 0.3s infinite, funkyShadow 1s infinite;
}

.about-us-sec-1-card span {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  transition: transform 0.2s ease-in-out;
}

.about-us-sec-1-card span {
  display: inline-block;
  transition: transform 0.2s ease-in-out;
}

.about-us-sec-1-card span {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}



.about-us-sec-1-card:hover span {
  animation: cartoonPopSmooth 1s both cubic-bezier(0.25, 1.5, 0.5, 1);
}

@keyframes cartoonPopSmooth {
  0% {
    transform: scale(1) rotate(0deg);
  }

  15% {
    transform: scale(1.3, 0.7) rotate(-6deg);
  }

  30% {
    transform: scale(0.75, 1.25) rotate(6deg);
  }

  45% {
    transform: scale(1.2, 0.85) rotate(-4deg);
  }

  60% {
    transform: scale(0.95, 1.05) rotate(2deg);
  }

  75% {
    transform: scale(1.05, 0.95) rotate(-1deg);
  }

  90% {
    transform: scale(1.02) rotate(1deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}

.about-us-sec-1-card {
  display: inline-flex;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.about-us-sec-1-card:hover {
  animation: cartoonPopSmooth 0.8s both cubic-bezier(0.25, 1.5, 0.5, 1);
}

@keyframes cartoonPopSmooth {
  0% {
    transform: scale(1) rotate(0deg);
  }

  15% {
    transform: scale(1.1, 0.9) rotate(-3deg);
  }

  30% {
    transform: scale(0.9, 1.1) rotate(3deg);
  }

  45% {
    transform: scale(1.05, 0.95) rotate(-2deg);
  }

  60% {
    transform: scale(0.97, 1.03) rotate(2deg);
  }

  75% {
    transform: scale(1.02) rotate(-1deg);
  }

  90% {
    transform: scale(1.01) rotate(1deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}


.sec-01.contact-us-sec .sec-01-container {
  margin: 0;
}

.sec-01.contact-us-sec.discover .sec-01-img-1 {
  height: 740px;
  margin-bottom: -32px;
  margin-left: -250px;
}


.sec-01.contact-us-sec.discover .sec-01-container {
  padding-bottom: 0;
  padding: 90px;
  padding-bottom: 30px;
  opacity: 1;
}


button.navbar-toggler {
  padding: 12px;
  background: var(--secondary-gradient);
  color: white !important;
}

.grid-card {
  height: 438px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;

}

.grid-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.grid-card-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* From https://css.glass */
  background: rgba(0, 149, 192, 0.34);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(0, 149, 192, 0.48);
  flex-direction: column;
  padding-top: 54px;
  opacity: 0;
  transition: .3s;
  padding-right: 20px;
  padding-left: 20px;
}

.grid-card-content h3 {
  margin-bottom: 5px;
  color: white;
  font-family: var(--font-corn);
  font-size: 30px;
  text-transform: uppercase;
  line-height: .9;
}

.grid-card:hover .grid-card-content {
  opacity: 1;
  padding-top: 0px;
}

.hero-sec-content h1 span {
  opacity: 0;
}

.hero-sec-content.hero-other-sec h1 {
  line-height: 0.3;
}

.character-sec .sec-01-container {
  background: white !important;
  background-image: none !important;
  padding: 50px 40px !important;
  border-radius: 30px;
}

.character-sec .sec-01-container .img-box-content.sec-01-img-1 {
  margin: 0;
}

.sec-01-content.character-sec-content .main-heading {
  background: transparent;
  color: var(--primary);
  -webkit-text-fill-color: unset;
  background-clip: text;
  line-height: 0.5;
  margin-bottom: 60px;
  font-size: 70px;
}

.sec-01-content.character-sec-content .main-heading span {
  font-size: 30px;
}

.character-sec-content-details-main {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.character-sec-content-details {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}


.character-sec-content-details strong {
  background: linear-gradient(180deg, #FFA62C 0%, #FE7A0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 30px;
  font-family: var(--font-corn);
  letter-spacing: 2px;
}

.character-sec-content-details span {
  font-style: normal;
  font-family: var(--font-500);
  font-size: 20px;
  line-height: 26px;
  /* identical to box height, or 130% */
  letter-spacing: -0.01em;
  color: #4F6268;
}

section.sec-01.discover.character-sec .img-box-content.sec-01-img-1 img:nth-child(2) {
  display: none;
}

/* Hide bottom contents initially for smooth animation */
.sec-01-container-bottom-content.sec-01-content {
  opacity: 0;
  transform: translateY(40px) scale(0.9);
  will-change: transform, opacity;
}

/* Optional: improve img-box-content transition for smooth looping scale */
.sec-01-container-bottom-content.sec-01-content .img-box-content {
  transform-origin: center center;
}

.sec-01-container-bottom-content.sec-01-content {
  opacity: 1 !important;
}

.discover-card,
.discover-card-content {
  will-change: var(--motion-ease) .6s;
  backface-visibility: hidden;
}



section.sec-01.contact-us-sec.discover .sec-01-content h2 {
  opacity: 1;
}

section.sec-01.contact-us-sec.discover .sec-01-content>* {
  opacity: 1;
}


section.sec-01.discover.character-sec .sec-01-container {
  margin: 0;
}

.offcanvas-header a img {
  height: 90px;
  opacity: 0;
}

#offcanvasNavbar .offcanvas-header,
#offcanvasNavbar .offcanvas-body .nav-item {
  justify-content: center;
}

section.grid-sec {
  position: relative;
}

.hero-btn-main {
  display: none;
}

.coming-soon .discover-card-content,
.coming-soon .discover-card-content:after {
  height: 100%;
  border-radius: 0px;
  bottom: 0;
}

.coming-soon .discover-card-content a {
  display: none;
}
section.follow {
    background: white;
    z-index: 44;
    position: relative;
}
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: inherit;
    background-image: none;
}