@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

@font-face {
  font-family: "gobold";
  src: url(../fonts/gobold-lowplus.otf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
.dancing-note{
  font-family: "Dancing Script", cursive !important;
  font-size: 24px !important;
}
:root {
  --dark: #12355B;
  --yellow: #FFB600;
  --gr: linear-gradient(180deg, var(--yellow) 0%, #FFC159 100%);
  --blue: #1700B7;
  --main-color: #36013F;
  --pale: #E7E4D1;
}

li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.main-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: transparent;
  padding: 15px 25px;
  outline: none;
  border: 1px solid var(--main-color);
  overflow: hidden;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.main-btn.blue {
  background: #1700B7 !important;
}
.main-btn.blue span {
  color: white !important;
}
.main-btn.or-btn {
  background: #FF8500 !important;
}
.main-btn.or-btn span {
  color: white !important;
}
.main-btn.wide {
  padding: 18px 85px;
}
.main-btn.wide-xl {
  width: 100%;
  max-width: 100%;
  text-align: center;
  justify-content: center;
}
.main-btn.fill {
  background: var(--main-color);
}
.main-btn.fill span {
  color: white !important;
}
.main-btn:hover {
  transform: scale(0.95);
  box-shadow: none !important;
}
.main-btn:active {
  filter: brightness(105%);
}
.main-btn span {
  color: var(--main-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  transition: 0.2s ease-in-out;
  font-weight: 600;
}
.main-btn span span {
  font-size: 1.3em;
  font-weight: 700;
}
.main-btn.block-btn {
  width: 100%;
  display: block;
  text-align: center;
}
.main-btn.center {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}
.main-btn.white {
  background: white;
}
.main-btn.white span {
  color: black;
}

/* firefox */
.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #69B444 transparent;
}

.custom-scrollbar:-webkit-scrollbar {
  width: 11px;
}

.custom-scrollbar:-webkit-scrollbar-track {
  background: transparent;
}

.custom-scrollbar:-webkit-scrollbar-thumb {
  background-color: #69B444;
  border-radius: 6px;
  border: 3px solid transparent;
}

/* webkit browsers */
.custom-scrollbar::-webkit-scrollbar,
.custom-scrollbar::-webkit-scrollbar-thumb {
  height: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 10px solid transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 10px;
}

.sec {
  padding: 4em 0px;
  overflow: hidden;
}

.para {
  font-size: 16px;
}
.para.white {
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Philosopher", sans-serif;
  font-weight: 400 !important;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-family: "Philosopher", sans-serif;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-bottom: 110px;
}

.mt-120 {
  margin-bottom: 120px;
}

.mt-130 {
  margin-bottom: 130px;
}

.mt-140 {
  margin-bottom: 140px;
}

.mt-150 {
  margin-bottom: 150px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-bottom: 110px;
}

.pt-120 {
  padding-bottom: 120px;
}

.pt-130 {
  padding-bottom: 130px;
}

.pt-140 {
  padding-bottom: 140px;
}

.pt-150 {
  padding-bottom: 150px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.main-nav {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.main-nav.active {
  background: white;
}
.main-nav.active .inner-nav .main-btn {
  background: transparent !important;
  border: 1px solid black !important;
}
.main-nav.active .inner-nav .main-btn span {
  color: black !important;
}
.main-nav.active .inner-nav .m-part .nav-list li a {
  color: black !important;
}
.main-nav.active .inner-nav .search-btn img {
  filter: invert(100%);
}
.main-nav.active .inner-nav .l-part .logo img {
  filter: invert(100%);
}
.main-nav.active .inner-nav .l-part .menu-btn img {
  filter: invert(100%);
}
.main-nav .inner-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}
.main-nav .inner-nav .main-btn {
  padding: 15px 20px;
  background: transparent !important;
  box-shadow: none !important;
  border: 1px solid white !important;
}
.main-nav .inner-nav .main-btn span {
  font-size: 14px;
  color: white;
  font-weight: 500;
}
.main-nav .inner-nav .l-part {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-nav .inner-nav .l-part .logo {
  position: relative;
  display: inline-block;
}
.main-nav .inner-nav .l-part .logo img {
  width: 170px;
}
.main-nav .inner-nav .m-part {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-nav .inner-nav .r-part {
  position: relative;
}
.main-nav .inner-nav .r-part ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-nav .inner-nav .r-part .search-btn {
  background: transparent;
  outline: none;
  border: none;
  box-shadow: none;
}
.main-nav .nav-list {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  gap: 30px;
}
.main-nav .nav-list li a {
  color: white;
  font-size: 14px;
}
.main-nav .nav-list li.has-sub {
  position: relative;
}
.main-nav .nav-list li.has-sub:hover .sub-menu {
  opacity: 1;
  pointer-events: unset;
  transform: translateY(0px);
}
.main-nav .nav-list li.has-sub .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 20px;
  min-width: 200px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
}
.main-nav .nav-list li.has-sub .sub-menu ul {
  padding: 1em 1.5em !important;
  background: white;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
.main-nav .nav-list li.has-sub .sub-menu ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5em;
  width: 25px;
  height: 25px;
  background: url(../images/top-tip.svg) center/contain no-repeat;
  transform: translateY(-50%);
}
.main-nav .nav-list li.has-sub .sub-menu ul a {
  color: black;
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 10px 0px;
}

.bt-nav {
  position: relative;
  background: #1A1A1A;
  padding: 18px 20px;
}

.bt-nav .nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
.bt-nav .nav-list li {
  position: relative;
}
.bt-nav .nav-list li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}
.bt-nav .nav-list li a.active::after, .bt-nav .nav-list li a:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(10px) scale(1);
}
.bt-nav .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(10px) scale(0);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s ease-in-out;
  background: white;
}

.ot-list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--orange);
  padding: 8px 3em;
}
.top-bar .con-l {
  display: flex;
  align-items: center;
}
.top-bar .con-l li a {
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  font-family: "visbyMedium", sans-serif;
  font-size: 16px;
}
.top-bar .con-l li a img {
  width: 20px;
  margin-right: 10px;
}
.top-bar .con-l li a span {
  color: white;
  font-weight: 500;
  font-size: 14px;
}
.top-bar .soc-list {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-nav {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--gr3, linear-gradient(101deg, #F96 4.01%, #FF5E62 97.67%));
  padding: 0em 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  transform: translateX(-100%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.mobile-nav .menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 1em;
  padding-right: 2em;
  margin-bottom: 0.5em;
  position: sticky;
  top: 0;
  z-index: 88;
  background: var(--blue);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-nav .menu-head .logo {
  display: block;
  width: 60px;
}
.mobile-nav .menu-head .logo img {
  width: 100%;
}
.mobile-nav.active {
  opacity: 1;
  transform: translateX(0px);
}
.mobile-nav .menu-close {
  z-index: 5;
  background: transparent;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.mobile-nav .menu-close img {
  width: 15px;
  height: 15px;
}
.mobile-nav .nav-list .drop-mega {
  padding-top: 0.5em;
  padding-left: 1.2em;
}
.mobile-nav .nav-list .srv-link {
  padding: 12px 1.5em !important;
  display: block;
  color: white !important;
  font-size: 14px;
}
.mobile-nav .nav-list .srv-link .ic {
  display: none !important;
}
.mobile-nav .nav-list > li > a {
  padding: 15px 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-nav .nav-list > li > a span {
  color: white;
  font-size: 16px;
  font-family: "visbySemibold", sans-serif;
}
.menu-btn {
  background: transparent;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.menu-btn img {
  width: 30px;
}

.has-drop-down {
  position: relative;
}
.has-drop-down:hover .drop-mega {
  opacity: 1;
  pointer-events: unset;
  transform: translateY(0px);
}
.has-drop-down .drop-mega {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 20px;
  min-width: 200px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.has-drop-down .drop-mega ul {
  padding: 1em 1.5em !important;
  background: white;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
.has-drop-down .drop-mega ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5em;
  width: 25px;
  height: 25px;
  background: url(../images/top-tip.svg) center/contain no-repeat;
  transform: translateY(-50%);
}
.has-drop-down .drop-mega ul a span {
  color: #1e1e1e;
  font-weight: 500;
  transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.has-drop-down .drop-mega ul .srv-link {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 8px 0px;
  overflow: hidden;
  position: relative;
  min-width: -moz-max-content;
  min-width: max-content;
}
.has-drop-down .drop-mega ul .srv-link:hover:before {
  transform: translateY(-50%) translateX(0px);
}
.has-drop-down .drop-mega ul .srv-link:hover span {
  margin-left: 20px;
  color: var(--blue);
}
.has-drop-down .drop-mega ul .srv-link:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../images/blue-arrow.svg) center/cover no-repeat var(--blue);
  transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  border-radius: 50%;
}
.has-drop-down .drop-mega ul .srv-link .ic {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: rgba(1, 66, 147, 0.08);
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
}
.has-drop-down .drop-mega ul .srv-link .ic img {
  width: 20px;
}

.main-header {
  overflow: hidden;
}
.main-header.inner-header .banner-con {
  min-height: 300px !important;
}

.banner-con {
  padding: 2em 0px;
  position: absolute;
  z-index: 5;
  max-width: 750px;
  text-align: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.banner-con h3 {
  font-size: 22px;
  color: white !important;
}
.banner-con h4 {
  color: white !important;
  font-size: 16px;
  font-weight: 600;
}
.banner-con h1 {
  color: white;
  font-weight: 600;
  line-height: 110%;
  font-size: 72px;
  margin-bottom: 0.5em;
}
.banner-con h1 span {
  color: var(--blue);
}
.banner-con p {
  color: white !important;
}

.hero-img {
  width: 100%;
}
@media (min-width: 991px) {
  .hero-img {
    transform-origin: right;
    transform: scale(1.05);
  }
}
.hero-img img {
  width: 100%;
}

.more-p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.more-p .det h3 {
  font-size: 18px;
  color: var(--dark);
  margin-bottom: 0;
  font-weight: 700;
}
.more-p .det p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #8696A8;
}

.counter-wrap {
  display: flex;
  align-items: center;
}
.counter-wrap .counter {
  padding: 0px 1.5em;
}
.counter-wrap .counter h3 {
  color: var(--yellow);
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 0;
}
.counter-wrap .counter:nth-child(1) {
  padding-left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.counter-wrap .counter:nth-child(2) {
  padding-right: 0;
}
.counter-wrap .counter p {
  font-size: 16px;
  font-weight: 500;
  color: #5E81A7;
  margin-bottom: 0;
}

.sc2 {
  background: #F8F8F7;
}

.ic-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.ic-grid > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.ic-grid .r:nth-child(2) {
  padding-top: 4em;
}

.row-gap-25 {
  row-gap: 25px;
}

.ic-card {
  background: white;
  border-radius: 20px;
  padding: 3em 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.ic-card.style-2 {
  max-width: 270px;
  margin: 0 auto;
  border-radius: 32px;
  padding: 3em 1.5em;
  height: 100%;
}
.ic-card.style-2 .det {
  max-width: 100% !important;
}
.ic-card.style-2 h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--dark);
}
.ic-card.style-2 p {
  font-size: 16px !important;
  font-weight: 500 !important;
  max-width: 100% !important;
  line-height: 120% !important;
  width: 100%;
}
.ic-card:not(:last-child) {
  margin-bottom: 25px;
}
.ic-card:nth-child(3) {
  margin-top: 5em;
}
.ic-card .im {
  width: 90px;
  height: 90px;
  margin-bottom: 1.5em;
}
.ic-card .im img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ic-card .det {
  max-width: 180px;
}
.ic-card .det p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #556577;
  text-align: center;
}

.sec-head {
  position: relative;
  font-family: "Philosopher", sans-serif;
  line-height: 110% !important;
  font-weight: 400 !important;
  font-size: 50px;
  color: var(--main-color);
  }
.sec-head1{
  position: relative;
  text-align:center;
  /*display: inline-block;*/
  font-family: "Philosopher", sans-serif;
  line-height: 110% !important;
  font-weight: 400 !important;
  font-size: 40px;
  color: var(--main-color);
  border-bottom: 0.5px solid #4B004B;
  padding-bottom: 5px;
  width: 75%;
  margin: 0 auto;
}
.sec-head.black {
  color: #000 !important;
}
.sec-head.sm {
  font-size: 36px;
}
.sec-head span {
  color: var(--yellow);
}
.sec-head.style-2 h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}
.sec-head.style-2 h3 .icon {
  font-size: 42px;
  line-height: 150%;
}
.sec-head.style-2 h3 .line2 {
  margin-top: 12px;
  display: inline-block;
  color: inherit;
}
.sec-head.style-3 h3 {
  color: var(--dark);
}
.sec-head.style-3 h3 span {
  color: white;
}
.sec-head h3 {
  font-size: 42px;
  font-weight: 700;
  color: var(--dark);
}
.sec-head h3 span {
  color: var(--yellow);
}
.sec-head h3 span.light-dark {
  color: #577CA5;
}
.sec-head.white h3 {
  color: white;
}
.sec-head.white h3 span {
  color: var(--dark) !important;
}

.sub-head {
  color: var(--dark);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.timer-container {
  border: 3px dashed #DB4646;
  margin-bottom: 40px;
  margin-top: 2.3em;
  padding: 2.5em 1.5em;
  padding-bottom: 0;
  border-radius: 20px;
}
.timer-container h3 {
  text-align: center;
  color: #DB4646;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.7em;
}
.timer-container .main-btn {
  margin-bottom: -30px;
}

.timer-wrapper {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 1.5em;
}
.timer-wrapper .time {
  display: flex;
  align-items: center;
  gap: 8px;
}
.timer-wrapper .time span, .timer-wrapper .time h3 {
  font-weight: 700;
  font-size: 36px;
  color: var(--dark);
  margin-bottom: 0;
}
.timer-wrapper .time h3 {
  font-weight: 600;
  color: #556577;
}

.up-text {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 3.5em;
}
.up-text p {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--dark);
  font-weight: 500;
}
.up-text p span {
  font-size: 1.5em;
  color: #0AAF60;
  font-weight: 600;
}
.up-text.style-2 {
  margin-top: 0;
}
.up-text.style-2 img {
  filter: brightness(10000%);
}
.up-text.style-2.dark p {
  color: var(--dark);
}
.up-text.style-2 p {
  color: white;
  font-size: 20px;
}
.up-text.style-2 p span {
  font-size: 1em;
  display: inline-block;
  padding: 2px 5px;
  background: var(--yellow);
  color: var(--dark);
}

.para {
  font-size: 16px;
  color: #5E81A7;
  font-weight: 500;
}
.para b {
  color: #36013F;
  font-weight: 600;
}

.img-full {
  width: 100%;
}

.im-sec {
  position: relative;
  overflow: unset;
}
.im-sec .container {
  position: relative;
  z-index: 5;
}
.im-sec > img {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(40%);
  pointer-events: none;
}

.vid-sec {
  position: relative;
  overflow: unset;
  padding-top: 0;
}
.vid-sec .container {
  position: relative;
  z-index: 5;
}
.vid-sec > img {
  position: absolute;
  left: 0;
  bottom: 0%;
  pointer-events: none;
}

.vid-wrap {
  width: 100%;
  padding-top: 56.24%;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
.vid-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.vid-wrap button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 100px;
  background: white;
  outline: none;
  border: noen;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.vid-wrap button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.vid-wrap button:hover img {
  transform: scale(0.85);
}
.vid-wrap button img {
  margin-left: 5px;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.tick-sec {
  overflow: unset;
  position: relative;
}
.tick-sec .container {
  position: relative;
  z-index: 5;
}
.tick-sec > img {
  position: absolute;
  pointer-events: none;
}
.tick-sec .border1 {
  top: 0;
  transform: translateY(-60%);
  right: 0;
}
.tick-sec .border2 {
  bottom: 0;
  transform: translateY(0%);
  left: 0;
}

.pale-sec {
  background: #9DB5B2;
  position: relative;
}
.pale-sec > img {
  position: absolute;
  width: 100%;
  top: 65%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
.pale-sec .container {
  position: relative;
  z-index: 5;
}

.icc-card {
  position: relative;
  border-radius: 32px;
  background: white;
  padding: 3em 2em;
}
.icc-card .ic {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 auto;
  background: var(--gr);
  margin-bottom: 20px;
}
.icc-card .ic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.icc-card .det {
  position: relative;
}
.icc-card .det h3 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  color: var(--dark);
}
.icc-card .det p {
  margin-bottom: 0;
  text-align: center;
  color: #556577;
}

.icc-sec {
  position: relative;
}
.icc-sec .container {
  position: relative;
  z-index: 5;
}
.icc-sec > img {
  position: absolute;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-width: 1100px;
  left: 50%;
}

.ben-sec {
  position: relative;
  padding: 5em 0px !important;
  background: #E4959E !important;
}

.txt-wrap {
  display: flex;
  gap: 10px;
}
.txt-wrap .det {
  position: relative;
}
.txt-wrap .det h3 {
  color: white;
  font-size: 20px;
  font-weight: 700;
}
.txt-wrap .det p {
  font-size: 16px;
  color: white;
  font-weight: 400;
  margin-bottom: 0;
}

.test-swiper-container {
  margin-top: 3em;
  position: relative;
}
.test-swiper-container > * {
  position: relative;
  z-index: 5;
}
.test-swiper-container > img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1100px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.test-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 1.5em;
}
.test-nav button {
  outline: none;
  box-shadow: none;
  border: none;
  background: transparent;
  transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.test-nav button:active {
  transform: scale(0.9);
}
.test-nav button img {
  width: 60px;
}

.th-text {
  font-size: 22px;
  line-height: 140%;
  color: rgba(18, 53, 91, 0.74);
  margin-top: 1.7em;
}

.th-con {
  padding: 2em 0px;
}

.pr-sec {
  position: relative;
  overflow: unset;
  padding-bottom: 0px !important;
}
.pr-sec > img {
  position: absolute;
  top: 0;
  width: 100%;
  transform: translateY(-15%);
  left: 0;
  pointer-events: none;
}
.pr-sec .container {
  position: relative;
  z-index: 5;
}

.con-sec {
  position: relative;
  z-index: 8;
}

.con-wrapper {
  padding: 5em 5em;
  padding-bottom: 0;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  background: #9DB5B2;
}

.form-group {
  width: 100%;
  position: relative;
}
.form-group .inp-grp {
  position: relative;
  width: 100%;
}
.form-group .inp-grp .phone-inp {
  position: relative;
}
.form-group .inp-grp .phone-inp .select-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: auto !important;
}
.form-group .inp-grp .phone-inp .select-wrap select {
  width: auto !important;
  border: none !important;
  background: transparent !important;
  height: 100% !important;
  padding-right: 40px !important;
}
.form-group .inp-grp .phone-inp input {
  padding-left: 80px !important;
}
.form-group .inp-grp > img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 14px;
}
.form-group .inp-grp input, .form-group .inp-grp textarea, .form-group .inp-grp select {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: black;
  outline: none;
  background: white;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  padding: 15px 20px;
  border-radius: 0px;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.form-group .inp-grp input:focus, .form-group .inp-grp textarea:focus, .form-group .inp-grp select:focus {
  border: 1px solid var(--main-color);
  box-shadow: 0px 0px 0px 5px rgba(var(--main-color), 0.3);
}
.form-group .inp-grp select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.select-wrap {
  position: relative;
}
.select-wrap img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 14px;
}

.iti {
  width: 100%;
}

.iti__selected-flag {
  background-color: transparent !important;
  padding: 0px 20px !important;
}

.iti__flag.iti__in {
  transform: scale(1.35);
  transform-origin: left;
}

.iti__selected-dial-code {
  padding-left: 10px !important;
  font-weight: 600;
  font-size: 20px;
}

#phone {
  padding-left: 120px !important;
}

.iti__arrow {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #555;
}

.label-text {
  font-size: 20px;
  color: white;
  font-weight: 500;
}

.cus-radio {
  position: relative;
  height: 100%;
}
.cus-radio input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cus-radio input:checked ~ label {
  opacity: 1;
}
.cus-radio input:checked ~ label img {
  transform: scale(1);
}
.cus-radio label {
  background: white;
  border-radius: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  cursor: pointer;
  padding: 3em 2em;
  height: 100%;
  opacity: 0.75;
  transition: 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.cus-radio label:active {
  transform: scale(0.95);
}
.cus-radio label img {
  position: absolute;
  transform: scale(0);
  top: 1em;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  right: 1em;
}
.cus-radio label p {
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  color: var(--dark);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 250px;
}

.ft-bottom {
  position: relative;
  margin-top: 3em;
  text-align: left;
  padding-bottom: 2.5em;
}
.ft-bottom p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.main-header {
  position: relative;
}
.main-header .container {
  position: relative;
  z-index: 5;
}
.main-header > img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
}

.search-bar {
  width: 100%;
  position: relative;
  margin-top: 5em;
}
.search-bar input {
  position: relative;
  width: 100%;
  outline: none;
  border: 1px solid #B0B0B0;
  background: white;
  padding: 20px 25px;
  border-radius: 8px;
  transition: 0.2s ease-in-out;
}
.search-bar input:focus {
  box-shadow: 0px 0px 0px 5px rgba(255, 182, 0, 0.15);
  border: 1px solid var(--yellow);
}
.search-bar button {
  background: var(--yellow);
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  outline: none;
  border: none;
  right: 5px;
  top: 5px;
  z-index: 5;
  padding: 15px 25px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.banner-swiper {
  position: relative;
  padding-bottom: 0em !important;
}
.banner-swiper .swiper-pagination {
  bottom: 15px !important;
}
.banner-swiper .swiper-pagination .swiper-pagination-bullet {
  background: white !important;
}

.swiper {
  padding-bottom: 30px;
}

.swiper-pagination {
  bottom: 0 !important;
}
.swiper-pagination span {
  opacity: 0.5 !important;
  background: #8D8D8D !important;
  transition: 0.2s ease-in-out;
  width: 10px !important;
  height: 10px !important;
  border-radius: 20px !important;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--main-color) !important;
  width: 35px !important;
  opacity: 1 !important;
}

.tr-ic {
  background: var(--yellow);
  padding: 1.3em;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 7px;
  margin-bottom: 12px;
  align-items: center;
}
.tr-ic h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 3px;
}
.tr-ic p {
  margin-bottom: 0 !important;
  font-size: 20px;
  line-height: 100%;
}

.tr-sec {
  position: relative;
  background: url(../images/tr-doodle.jpg) center/cover no-repeat;
}

.f-icons {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 25px;
}
.f-icons .f-icon {
  position: relative;
  border-left: 5px solid var(--yellow);
  background: #F5F5F5;
  padding: 1em 1em;
  display: flex;
  align-items: center;
  gap: 15px;
}
.f-icons .f-icon span {
  font-size: 18px;
  font-weight: 600;
}

.fut-sec {
  padding-bottom: 0;
}

.sc-card {
  position: relative;
  border: 1px solid var(--yellow);
  padding: 2em 2.5em;
  height: 100%;
}
.sc-card img {
  margin-bottom: 20px;
}
.sc-card h3 {
  font-weight: 600;
  font-size: 24px;
}
.sc-card p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}

.sc-sec {
  position: relative;
}
.sc-sec .container {
  position: relative;
  z-index: 5;
}
.sc-sec:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/sc-bg.jpg) center/cover no-repeat;
  mix-blend-mode: luminosity;
  opacity: 0.1;
}

.sw-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.sw-nav button {
  background: transparent;
  outline: none;
  border: none;
}
.sw-nav button img {
  width: 70px;
}

.container-left {
  padding-left: 8%;
}

.t-card {
  position: relative;
  background: transparent;
  padding-left: 50px;
}
.t-card:after {
  content: attr(data-num);
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transform: translateY(-50%);
  background: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.t-card .t-img {
  position: relative;
  width: 100%;
  padding-top: 54%;
}
.t-card .t-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.t-card .t-det {
  position: relative;
}
.t-card .t-det h3 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.8em;
}
.t-card .t-det p {
  margin-bottom: 0;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  color: black;
}

.t-swiper {
  margin-top: 5em;
  padding-top: 40px;
}

.d-card {
  position: relative;
  padding: 1.5em;
  background: white;
  box-shadow: 9px 15px 36px 1px rgba(0, 0, 0, 0.15);
}
.d-card img {
  width: 100%;
  margin-top: -80px;
}
.d-card h3 {
  font-size: 20px;
  font-weight: 600;
}
.d-card ul {
  padding-left: 15px !important;
  margin-bottom: 20px !important;
  margin-top: 10px;
}
.d-card ul li {
  list-style: disc !important;
  font-size: 14px;
}
.d-card .main-btn {
  padding: 0 !important;
  background: transparent !important;
}
.d-card .main-btn span {
  color: var(--yellow) !important;
}

.card-sec {
  position: relative;
}
.card-sec > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.06;
  mix-blend-mode: luminosity;
}

.card-grid-row {
  margin-top: 8em;
}

.lg-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex: 3;
  justify-content: center;
  row-gap: 50px;
  margin-top: 40px;
}
.lg-grid .lg {
  position: relative;
  width: 33.33%;
  height: 50px;
}
.lg-grid .lg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.test-img {
  position: relative;
  padding-top: 60%;
}
.test-img button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85px;
  height: 85px;
  background: rgba(255, 182, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  transform: translate(-50%, -50%);
}
.test-img button img {
  width: 25px;
  transform: translateX(5px);
}
.test-img > img {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  width: 100%;
  height: 100%;
}

p.para {
  font-weight: 400;
  color: black;
}

.test-card {
  position: relative;
}
.test-card .test-det {
  position: relative;
  z-index: 5;
  padding: 1.8em;
  background: #EFEFEF;
}
.test-card .test-det h3 {
  font-family: "poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.test-card .test-det p:not(.para) {
  font-size: 16px;
}
.test-card .test-det p {
  margin-bottom: 0;
  font-size: 14px;
}
.test-card .test-det > img:nth-child(1) {
  position: absolute;
  top: 0;
  right: 1.5em;
  transform: translateY(-50%);
}
.test-card .test-det > img:not(:first-child) {
  display: block;
  margin-bottom: 15px !important;
  margin-top: 10px;
}

.test-swiper {
  margin-top: 4em;
}

.test-swiper {
  padding-bottom: 3em;
}
.test-swiper .swiper-pagination {
  bottom: 0 !important;
}

.dec-card {
  position: relative;
  padding-top: 3em;
}
.dec-card .dec-img {
  position: relative;
  padding-left: 3em;
  margin-bottom: 2em;
}
.dec-card .dec-img:after {
  content: attr(data-num);
  position: absolute;
  background: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  font-size: 42px;
  color: black;
  font-family: "gobold";
  top: 0;
  left: 0;
  transform: translateY(-30%);
}
.dec-card .dec-img .in-img {
  position: relative;
  width: 100%;
  padding-top: 65%;
}
.dec-card .dec-img .in-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dec-card h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
}
.dec-card p {
  margin-bottom: 25px;
}
.dec-card .main-btn {
  background: #F2F2F2;
  display: flex;
  align-items: center;
  gap: 12px;
  align-items: flex-start;
  max-width: -moz-max-content;
  max-width: max-content;
}

.soc-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ft-logo {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}
.ft-logo img {
  display: inline-block;
  width: 250px !important;
}

.ot-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ot-list li .ic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ot-list li .ic img {
  width: 25px;
  height: 25px;
}
.ot-list li div {
  display: flex;
  flex-direction: column;
}
.ot-list li div span {
  color: #757783;
  font-size: 16px;
  font-weight: 600;
}
.ot-list li div a {
  margin-bottom: 0;
  color: #35404E;
  font-weight: 600;
}

.bt-nav {
  position: sticky;
  top: 0;
  z-index: 99;
}

.yel-card {
  background: transparent;
  border: 1px solid #F6BE15;
  padding: 3em 2em;
  height: 100%;
  text-align: center;
}
.yel-card img {
  margin: 0 auto;
  display: block;
  width: 80px;
}
.yel-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
  margin-top: 30px;
}
.yel-card p {
  margin-bottom: 0;
}

.ab-sec-2 {
  position: relative;
  background: url(../images/ab-doodle.png) top/contain repeat;
}

.vs-img {
  max-width: 500px;
  margin: 0 auto;
}
.vs-img img {
  width: 100%;
}

.team-card {
  position: relative;
}
.team-card:hover .team-img:after {
  background: #333333;
}
.team-card:hover .team-det {
  background: #252525;
}
.team-card:hover .team-det h3 {
  color: var(--yellow);
}
.team-card:hover .team-det p {
  color: white;
}
.team-card .team-img {
  width: 100%;
  padding-top: 80%;
  position: relative;
}
.team-card .team-img:after {
  background: #EFEFEF;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 95%;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.team-card .team-img > img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.team-card .team-det {
  background: var(--yellow);
  text-align: center;
  padding: 1.2em 1.5em;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.team-card .team-det p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.team-card .team-det h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.sub-sm-head {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
}

.p-card {
  position: relative;
  border: 1px solid var(--yellow);
  padding: 1.2em 1.5em;
  margin-bottom: 20px;
  padding-left: 5em;
}
.p-card:after {
  content: attr(data-num);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: var(--yellow);
  display: flex;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "gobold", sans-serif;
  font-size: 28px;
}
.p-card p {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}
.p-card img {
  width: 50px;
  margin-bottom: 12px;
}

.part-sec {
  position: relative;
  background: url(../images/part-bg.jpg) center/cover no-repeat;
}

.cons-img {
  max-width: 350px;
  width: 100%;
  margin-top: 4em;
}
.cons-img img {
  width: 100%;
}
.cons-img.style-2 {
  max-width: 100%;
}

.cons-sec {
  position: relative;
  padding-bottom: 0;
  background: linear-gradient(to bottom, #FFF3D0 1%, #fff 25%);
}

.main-footer {
  position: relative;
  padding: 0em 0px;
  padding-bottom: 0;
}
.main-footer .container {
  position: relative;
  z-index: 5;
}
.main-footer:after {
  content: "";
  background: url(../images/ft-bg.jpg) center/cover no-repeat;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
  mix-blend-mode: luminosity;
  opacity: 0.06;
  top: 0;
}

.main-footer .sm-head {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Philosopher", sans-serif !important;
  text-transform: uppercase;
  color: #3B2062;
  margin-bottom: 1em;
}

.main-footer {
  background: url(../images/ft-pattern.jpg) center/cover no-repeat !important;
}
.main-footer ul li {
  padding: 5px 0px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.subs-form {
  position: relative;
  background: var(--yellow);
  margin-top: -3em;
}
.subs-form .subs-img {
  width: 100%;
}
.subs-form .subs-img img {
  width: 100%;
}
.subs-form .subs-det {
  padding: 2em 2em;
}
.subs-form .subs-det h3 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.subs-form .subs-det p {
  font-size: 16px;
  font-weight: 500;
}
.subs-form input {
  width: 100%;
  background: transparent;
  padding: 1em 1em;
  border-radius: 4px;
  border: 1px solid black;
  outline: none;
  font-weight: 600;
}
.subs-form input::-moz-placeholder {
  font-weight: 600;
}
.subs-form input::placeholder {
  font-weight: 600;
}
.subs-form button {
  margin-top: 15px;
  border-radius: 4px;
  background: white;
  width: 100%;
  padding: 1em 1em;
  outline: none;
  border: none;
}
.subs-form button span {
  color: black;
  font-weight: 500;
}

.ft-bt {
  padding: 2em 0px;
  border-top: 1px solid black;
  margin-top: 2em;
}
.ft-bt p {
  text-align: center;
  margin-bottom: 0;
}

.ft-inner {
  padding-top: 5em;
  padding-bottom: 2em;
}

.ca-sec {
  padding-bottom: 0;
}

.ca-d-sec {
  position: relative;
  background: url(../images/ca-doodle.png) center/cover no-repeat;
}
.ca-d-sec .ca-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ca-d-sec .ca-top img {
  width: 400px;
}

.yel-w-card {
  position: relative;
  background: white;
  border: 1px solid #FFB600;
  border-radius: 7px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 5em 1.5em;
}
.yel-w-card h3 {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.yel-w-card p {
  margin-bottom: 0;
  font-weight: 400;
  color: #2D2D2D;
}

.up-wrap {
  position: relative;
  padding: 15px 0px;
}
.up-wrap input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.up-wrap label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.up-wrap label span {
  font-size: 18px;
  font-weight: 600;
}

.ca-col-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.ca-col-right {
  padding-bottom: 8em;
}
.ca-col-right .form-group {
  margin-bottom: 15px;
}

.con-d-sec {
  position: relative;
  background: url(../images/con-doodle.jpg) center/cover no-repeat;
}
.con-d-sec > * {
  background: transparent !important;
}

.con-map {
  position: relative;
  padding-top: 50%;
  margin-top: 3em;
  margin-bottom: 3em;
}
.con-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl-header {
  padding: 5em 0px;
}

.blog-card {
  position: relative;
  border: 1px solid #FFB600;
  display: block;
}
.blog-card:hover {
  position: relative;
}
.blog-card:hover .blog-img img {
  transform: scale(1.2);
}
.blog-card .blog-img {
  width: 100%;
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.blog-card .blog-img img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.blog-card .blog-det {
  padding: 2em 2.5em;
}
.blog-card .blog-det h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: black;
}
.blog-card .blog-det ul {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 12px;
}
.blog-card .blog-det ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-card .blog-det ul li span {
  color: black;
}

.bl-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.bl-pagi {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4em;
}
.bl-pagi button {
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 18px 15px;
}
.bl-pagi button img {
  height: 20spx;
}
.bl-pagi button span {
  font-size: 18px;
  font-weight: 400;
}

.blog-inner-header {
  position: relative;
  background: linear-gradient(to top, #FFF3D0 1%, #fff 25%);
}
.blog-inner-header ul {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 12px;
}
.blog-inner-header ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-inner-header ul li span {
  color: black;
}
.blog-inner-header .bl-head {
  width: 100%;
}
.blog-inner-header .bl-head img {
  width: 100%;
  height: 100%;
}

.blog-inner-header {
  overflow: hidden;
}

.testi-card {
  position: relative;
  display: grid;
  grid-template-columns: 550px 1fr;
  align-items: center;
  background: #3C3C3C;
  margin-bottom: 55px;
}
.testi-card:nth-child(even) {
  grid-template-columns: 1fr 550px;
}
.testi-card:nth-child(even) .testi-img {
  grid-column: 2/3;
  grid-row: 1;
}
.testi-card:nth-child(even) .testi-det {
  grid-column: 1/2;
  grid-row: 1;
}
.testi-card .testi-det {
  padding: 3em 5em;
  position: relative;
}
.testi-card .testi-det:after {
  content: "";
  position: absolute;
  top: 0;
  right: 8em;
  width: 70px;
  height: 70px;
  background: url(../images/quote.svg) center/contain no-repeat;
  transform: translateY(-50%);
}
.testi-card h3 {
  color: var(--yellow);
  font-family: "Poppins", sans-serif;
}
.testi-card p {
  color: white;
  margin-top: 15px;
}
.testi-card span {
  color: white;
  display: block;
  margin-bottom: 15px;
}
.testi-card .testi-img {
  position: relative;
  padding-top: 60%;
  height: 100%;
}
.testi-card .testi-img button {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  outline: none;
  border: none;
  background: rgba(255, 182, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.testi-card .testi-img button img {
  transform: translateX(5px);
}
.testi-card .testi-img > img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
}

.testi-sec {
  overflow: unset;
}

.main-banner-slide {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.main-banner-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-banner-slide .row {
  position: relative;
  z-index: 5;
}

.ft-top {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3em;
}
.ft-top h3 {
  font-size: 42px;
  color: black;
}

.circ-btn {
  position: absolute;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 150px;
  height: 150px;
  padding: 20px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.circ-btn:hover:after {
  width: 120%;
  height: 120%;
}
.circ-btn:hover img {
  transform: translateY(-5px) translateX(5px);
}
.circ-btn:after {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.circ-btn img {
  position: relative;
  z-index: 5;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.circ-btn span {
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 5;
  line-height: 120%;
}

.soc-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.soc-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.soc-list li a:hover {
  background: #F9E3CC;
  border: 1px solid #FF8500 !important;
}

.studio-swiper {
  padding-bottom: 34px;
}

.studio-pagination {
  bottom: 0 !important;
}

.studio-card {
  position: relative;
  padding-top: 110% !important;
  overflow: hidden;
  border-radius: 24px;
}
.studio-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 4;
  background: linear-gradient(to top, #ff8500 40%, rgba(255, 133, 0, 0));
}
.studio-card h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  color: white;
  padding: 1em 2em;
  width: 100%;
  text-align: center;
}
.studio-card > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 3;
}

.ic-card {
  padding: 3em 2em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  height: 100%;
}
.ic-card .para {
  margin: 0 auto;
  max-width: 250px;
}
.ic-card h4 {
  margin-top: 20px !important;
}

.ic-container {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 1100px) {
  .ic-container .col-lg-4:nth-child(1) .ic-card {
    position: relative;
  }
  .ic-container .col-lg-4:nth-child(1) .ic-card:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%) translateX(50%);
    width: 200px;
    height: 100px;
    background: url(../images/ar1.svg) center/contain no-repeat;
  }
  .ic-container .col-lg-4:nth-child(2) .ic-card {
    position: relative;
  }
  .ic-container .col-lg-4:nth-child(2) .ic-card:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(100%) translateX(50%);
    width: 200px;
    height: 100px;
    background: url(../images/ar2.svg) center/contain no-repeat;
  }
}

.white {
  color: white !important;
}

.top-head {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 4em;
  gap: 50px;
}
.top-head .sec-head {
  border-right: 1px solid white;
  margin-bottom: 0;
  padding-right: 30px;
}
.top-head p {
  margin-bottom: 0;
}

.blue-sec {
  border-radius: 32px;
  background: #1700B7;
  padding: 5em 0em;
}

.image-swiper {
  position: relative;
  padding-bottom: 35px;
  overflow: hidden;
}
.image-swiper .image-card {
  position: relative;
  padding-top: 120%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}
.image-swiper .image-card:hover .ovr-text {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.image-swiper .image-card .ovr-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  border-radius: 16px;
  background: rgba(255, 133, 0, 0.7);
  display: flex;
  align-items: center;
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  justify-content: center;
  padding: 2em;
  opacity: 0;
  z-index: 5;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translate(-50%, -50%) scale(0.1);
}
.image-swiper .image-card .ovr-text h3 {
  margin-bottom: 0;
  color: white;
  font-size: 20px;
  font-weight: 700;
}
.image-swiper .image-card > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cr-card {
  position: relative;
}
.cr-card .cr-img {
  position: relative;
  padding-top: 105%;
  overflow: hidden;
  border-radius: 24px;
}
.cr-card .cr-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cr-card .cr-text {
  padding: 1em 0px;
}
.cr-card .cr-text h3 {
  text-align: left;
  margin-bottom: 0;
  font-size: 20px;
}

.cr-swiper {
  padding-bottom: 35px;
  margin-top: 3em;
}

.con-form {
  background: white;
  border-radius: 24px;
  padding: 3em 2em;
}
.con-form button {
  margin-top: 25px !important;
}
.con-form h3 {
  text-align: center;
  margin-bottom: 25px !important;
  font-size: 32px;
}

.or-bg {
  background: #FF8500;
  padding: 4em 0em;
  border-radius: 32px;
}

.ab-icons {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ab-icons .ab-icon {
  position: relative;
  padding: 1.2em;
  border-radius: 20px;
  background: #F9E3CC;
}
.ab-icons .ab-icon img {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.ab-icons .ab-icon h3 {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.iccv-card {
  position: relative;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border-radius: 24px;
  padding: 3em 1.5em;
  height: 100%;
}
.iccv-card:hover {
  background: white;
}
.iccv-card:hover img {
  filter: invert(1) saturate(0) brightness(0);
}
.iccv-card:hover h3 {
  color: black;
}
.iccv-card img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.iccv-card h3 {
  color: white;
  font-size: 20px;
  margin-bottom: 0;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  margin-top: 23px;
}

.or-bg {
  background: #FF8500;
}

.pale-bg {
  background: var(--pale);
}

.has-decor {
  position: relative;
  padding: 8em 0px;
}
.has-decor > img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
}
.has-decor > img:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 350px;
}

.ms-card {
  position: relative;
  padding: 2em 2em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 100%;
  transition: 0.3s ease-in-out;
}
.ms-card h3 {
  color: var(--main-color);
  transition: 0.3s ease-in-out;
  margin-top: 15px;
}
.ms-card p {
  color: #474A49;
  transition: 0.3s ease-in-out;
}

.cta-container {
  position: relative;
  padding: 4em 1.5em;
}
.cta-container h3 {
  text-transform: uppercase;
}
.cta-container > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cta-container .row {
  position: relative;
  z-index: 5;
}

.email-sub-row {
  position: relative;
  padding: 5em 0px;
  z-index: 5;
}
.email-sub-row h3 {
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 15px;
}

.email-sub {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}
.email-sub input {
  padding: 13px 20px;
  height: 100%;
  width: 100%;
  background: #FFFBF2;
  color: black;
  border: none;
  outline: none;
}
.email-sub input::-moz-placeholder {
  color: #474A49 !important;
}
.email-sub input::placeholder {
  color: #474A49 !important;
}
.email-sub button {
  background: var(--main-color);
  padding: 10px 20px;
  outline: none;
  min-width: max-content;
  border: none;
}
.email-sub button span {
  color: white;
}

.footer-area {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ft-list li, .ft-list a, .ft-list span {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: rgba(0, 0, 0, 0.9) !important;
}

.inner-header {
  position: relative;
}
.inner-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.inner-header > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 3;
}
.inner-header .container {
  position: relative;
  z-index: 6;
}

.inner-banner-con {
  position: relative;
  min-height: calc(100vh - 0px);
  padding: 2.5em 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.inner-banner-con p {
  font-size: 20px;
  font-weight: 500;
}
.inner-banner-con h1 {
  color: white;
  font-size: 82px;
  font-weight: 400;
}

.purp-sec {
  position: relative;
  background: var(--main-color);
  overflow: hidden;
}

.container-left {
  padding-left: 15%;
  height: 100%;
}

.text-con-area {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 4.5em;
}
.text-con-area h3 {
  margin-bottom: 2em;
}

.icv-card {
  position: relative;
  text-align: center;
  padding: 2em 3em;
}
.icv-card h3 {
  margin-top: 15px;
  font-weight: 400 !important;
}
.icv-card p {
  margin-bottom: 0;
}
.icv-card p b {
  font-style: italic !important;
}

.iccc-sec {
  position: relative;
}
.iccc-sec > img {
  width: 280px !important;
}

.main-slide {
  position: relative;
  overflow: hidden;
  /* padding-top: 56.24%; */
  /* padding-top: 120%; */
}
.main-slide img {
  /* position: absolute; */
  /* top: 0;
  left: 0; */
  width: 100%;
  /* height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; */
}

.thumb-slide {
  position: relative;
  overflow: hidden;
  padding-top: 70%;
  border: 5px solid white !important;
  cursor: pointer;
}
.thumb-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gallery-swiper-thumbs {
  margin-top: 1.5em !important;
}

.product-card {
  position: relative;
}
.product-card img {
  width: 100%;
  height: auto;
}
.product-card h3 {
  color: var(--main-color);
  font-size: 32px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.product-card p {
  font-size: 16px;
  color: #474A49;
  margin-bottom: 0;
  font-weight: 400;
}

.art-sec {
  position: relative;
  overflow: hidden;
}
.art-sec > img:nth-child(1) {
  left: 0;
  top: 0;
  transform: translateY(-20%) translateX(-20%);
}
.art-sec > img:nth-child(2) {
  right: 0;
  bottom: 0;
  transform: translateY(20%) translateX(20%);
}

.acc {
  position: relative;
}
.acc .accordion-item {
  margin-bottom: 0px !important;
  border: none !important;
  border-bottom: 1px solid #DBB8F2 !important;
  border-radius: 0 !important;
}
.acc .accordion-item .accordion-button {
  outline: none !important;
  border: none !important;
  background: transparent !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #1D1D1D !important;
  padding: 20px 20px !important;
  font-family: "Philosopher", sans-serif !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 15px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.acc .accordion-item .accordion-button:after {
  display: none !important;
}
.acc .accordion-item .accordion-button img {
  width: 15px;
  height: 15px;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.acc .accordion-item .accordion-button:not(.collapsed) img {
  transform: rotate(45deg);
}
.acc .accordion-item .accordion-body {
  color: #565656 !important;
  font-size: 16px !important;
  padding: 15px 20px !important;
  padding-top: 0 !important;
  border-radius: 0 !important;
}

.in-header {
  position: relative;
  min-height: calc(50vh - 0px);
}
.in-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.in-header > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.sticky-panels {
  position: relative;
}
.sticky-panels .sticky-panel {
  padding: 6em 0px;
  position: sticky;
  top: 0px;
  background: #E7E4D1;
}
.sticky-panels .sticky-panel:nth-child(even) {
  background: #F1EFE4;
}
.sticky-panels .sticky-panel:nth-child(even) > img {
  left: 0;
  right: auto;
}
.sticky-panels .sticky-panel:nth-child(even) .panel-content {
  margin-left: auto !important;
}
.sticky-panels .sticky-panel:nth-child(even) .panel-content-area {
  padding-left: 0 !important;
  padding-right: 5em !important;
}
.sticky-panels .sticky-panel > img {
  position: absolute;
  top: 30%;
  width: 250px;
  right: 0;
}
.sticky-panels .panel-content {
  max-width: 80%;
}
.sticky-panels .panel-content-area {
  padding: 2.5em 5em;
  padding-right: 0;
}
.sticky-panels .panel-img {
  position: relative;
  height: 50vh !important;
}
.sticky-panels .panel-img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
  .top-pad {
    padding-top: 11em !important;
  }
}
.product-menu-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  padding: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0);
}
.product-menu-card:hover {
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.product-menu-card h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.product-menu-card img {
  width: 100px !important;
}

.desk-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  height: 100vh;
  z-index: 999;
  background: white;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 3.5em 0px;
}
.desk-menu .close-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.85);
  background: white;
}
.desk-menu .close-btn img {
  width: 20px;
  transform: translateY(-1.5px);
}
.desk-menu .nav-list {
  position: relative;
  font-family: "Philosopher", sans-serif;
}
.desk-menu .nav-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.desk-menu .nav-list li img {
  width: 24px;
}
.desk-menu .nav-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Philosopher", sans-serif;
}
.desk-menu .nav-list li span {
  padding: 10px 0px;
  font-size: 24px;
  color: black;
  font-family: "Philosopher", sans-serif;
}

.sub-menu-box {
  /* display: none; */
}

.has-click {
  cursor: pointer;
}

label.error {
  color: red;
  font-weight: 500;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0px;
}
@media(min-width: 600px){
  .desk-menu .nav-list {
      background: #31053c;
      padding: 1.5em !important;
      border-radius: 15px;
      height: 100%;
  }

  .desk-menu .nav-list li :is(a,span) {
      color: white !important;
  }

  .desk-menu .nav-list li img {
      filter: invert(1);
  }
}

@media(max-width: 600px){
  .main-banner-slide{
    height: 80vh !important;
  }
  .banner-con{
    padding: 2em 1.5em !important;
  }
  .has-decor > img:nth-child(1){
    width: 120px !important;
  }
  .has-decor > img:nth-child(2){
    width: 120px !important;
  }
}
.founder-story-sec {
    padding: 100px 0;
}


.founder-story-sec .para {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.sticky-founder-img img {
    /* border-radius: 10px; */
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.1); */
}
.para dancing-note {
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0;
}
html {
    scroll-behavior: smooth;
}
.sticky-founder-img{
  position: sticky;
  top: 100px !important;
}
.ms-card:hover {
    background: var(--main-color);
}
.ms-card:hover img{
  filter: invert(100%) brightness(1000%) !important;
}

.ms-card:hover h3, .ms-card:hover p ,.ms-card:hover a {
    color: white !important;
}
.main-btn:hover {
    background: var(--main-color);
}

.main-btn:hover span {
    color: white;
}
.circ-btn:after {
    background: rgba(54, 1, 63, 0.5) !important;
}

.ac-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 0px;
    border-bottom: 2px solid var(--main-color);
    margin-bottom: 20px;
    cursor: pointer;
}

.ac-btn h3 {
    margin-bottom: 0px;
}



.parallax-container {
    position: relative;
}

.parallax-container > img {
    position: absolute;
    width: 130px;
    height: auto;
}

.parallax-container > img:nth-child(1) {
    left: 25%;
    top: 10%;
    width: 230px;
}

.parallax-container > img:nth-child(2) {
    left: 22%;
    bottom: 5%;
}

.parallax-container > img:nth-child(3) {
    top: 5%;
    right: 25%;
}

.parallax-container > img:nth-child(4) {
    bottom: 3%;
    right: 18%;
}
.para-content-area{
  min-height: 100vh !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.parallax-container{
  /* overflow: hidden !important; */
}
.para-panel{
  /* position: sticky; */
  top: 90px;
  background: #F1EFE4;
}

.parallax-container.re-con > img:nth-child(1) {
    left: 15%;
    top: 10%;
    width: 230px;
}

.parallax-container.re-con > img:nth-child(2) {
    left: 22%;
    bottom: 5%;
}

.parallax-container.re-con > img:nth-child(3) {
    top: 17%;
    right: 25%;
    width: 200px !important;
}

.parallax-container.re-con > img:nth-child(4) {
    bottom: 13%;
    right: 18%;
    width: 210px !important;
}
.parallax-container .panel-content-area{
  padding: 1.5em !important;
}
@media(max-width: 600px){
  .parallax-container > img{
    width: 65px !important;
  }
  .parallax-container > img:nth-child(1){
    width: 120px !important;
    left: 5% !important;
    top: 5% !important;
  }
  .parallax-container > img:nth-child(3){
    top: 5% !important;
    right: 4% !important;
  }
  .parallax-container.re-con > img:nth-child(3){
    width: 120px !important;
    right: 12% !important;
    top: 12% !important;
  }
  .parallax-container.re-con > img:nth-child(1){
    width: 130px !important;
    top: 3% !important;
    left: 5% !important;
  }
  .parallax-container.re-con > img:nth-child(4){
    width: 130px !important;
    right: 8% !important;
    bottom: 3% !important;
  }
  
}

.sticky-panel-row {
    display: flex;
    gap: 25px;
}

.sticky-panel-row > div {
    flex: 1 1 50%;
}

.sticky-panel-col {
    max-width: 50%;
}

.sticky-img {
    height: calc( 100vh - 100px );
    background: red;
    position: sticky;
    top: 100px;
}

.sticky-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sticky-panel-col {
    /* position: sticky; */
    /* top: 100px; */
}

.new-sticky-panel-con {
    position: sticky;
    top: 100px;
    height: calc( 100vh - 100px );
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(max-width: 600px)
{

  .sticky-panel-row {
      flex-direction: column;
      display: block;
  }
  
  .sticky-panel-col {
      width: 100%;
      max-width: 100%;
  }
  
  .new-sticky-panel-con {
      position: relative;
      height: auto;
      top: 0;
      padding: 2em 1.5em;
  }
}

/*# sourceMappingURL=main.css.map */