<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------------



-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
       01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700&amp;display=swap");
body {
  font-family: 'Comic Sans MS', cursive, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #747E88;
 }

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

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Comic Sans MS', cursive, sans-serif;
  font-weight: 600;
  color: #38424D;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #747E88;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  line-height: 48px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #ff6d6d;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(30, 117, 217, 0.25);
  -moz-box-shadow: 0px 3px 8px 0px rgba(30, 117, 217, 0.25);
  box-shadow: 0px 3px 8px 0px rgba(30, 117, 217, 0.25); }
  .main-btn:hover {
    background-color: #713535;
    color: #fff; }
  .main-btn.main-btn-2 {
    background-color: #fff;
    color: #ff6d6d;
    border-color: #ff6d6d; }
    .main-btn.main-btn-2:hover {
      background-color: #713535;
      border-color: #713535;
      color: #fff; }

/*===== All Section Title Style =====*/
.section_title .title {
  font-size: 40px; }
  @media (max-width: 767px) {
    .section_title .title {
      font-size: 24px; } }
.section_title p {
  margin-top: 10px; }

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0; }

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .preloader .loader .ytp-spinner {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      margin-left: -32px;
      z-index: 18;
      pointer-events: none; }
      .preloader .loader .ytp-spinner .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
        .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            right: 50%; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            left: 50%; }
    .preloader .loader .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #1E75D9 #1E75D9 #f7f7fd;
      border-radius: 50%;
      border-width: 6px; }
    .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
      left: 0;
      right: -100%;
      border-right-color: #f7f7fd;
      -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
    .preloader .loader .ytp-spinner-right .ytp-spinner-circle {
      left: -100%;
      right: 0;
      border-left-color: #f7f7fd;
      -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
/*===========================
        02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 999;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }




.navbar {
  padding: 10px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.navbar-brand {
  padding: 0; }

.navbar-brand img{
  width: 150px;
}

.navbar-toggler {
  padding: 0; }
  .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #38424D;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px; }
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0; }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.1);
    padding: 5px 12px; } }
@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.1);
    padding: 5px 12px; } }

.navbar-nav .nav-item {
  margin-left: 45px;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
      margin-left: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  @media (max-width: 767px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 17px 0;
    position: relative; 
  }

  .navbar-nav .nav-item a:hover{
    color: #ef262c;
  }


    
    /* .navbar-nav .nav-item a::before {
      position: absolute;
      content: '';
      width: 0;
      height: 2px;
      background-color: #38424D;
      border-radius: 50px;
      left: 110%;
      left: 0;
      bottom: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; } */
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar-nav .nav-item a::before {
          display: none; } }
      @media (max-width: 767px) {
        .navbar-nav .nav-item a::before {
          display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #38424D !important;} }
    @media (max-width: 767px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #38424D !important; } }
  .navbar-nav .nav-item.active &gt; a::before, .navbar-nav .nav-item:hover &gt; a::before {
    width: 100%; }
  .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
  .navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    .navbar-nav .nav-item .sub-menu li {
      display: block; }
      .navbar-nav .nav-item .sub-menu li a {
        display: block;
        padding: 8px 20px;
        color: #222; }
        .navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
          padding-left: 25px;
          color: #1E75D9; }
.navbar-nav .sub-nav-toggler {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #222;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  @media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #222;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  .navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px; }

/*===== HEADER HERO =====*/
.header_hero {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  z-index: 5;
  background-position: bottom center;
  overflow: hidden;
  padding-top: 70px;
  background: linear-gradient(to bottom, #78c7ff, #ffee90);
  height: 800px; }
  @media only screen and (min-width: 1400px) {
    .header_hero {
      height: 900px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_hero {
      height: 700px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_hero {
      height: auto; } }
  @media (max-width: 767px) {
    .header_hero {
      height: auto; } }

.header_image,
.header_shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-position: left bottom; }

.header_image {
  z-index: 9; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_image {
      position: relative;
      width: 720px;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .header_image {
      position: relative;
      width: 100%;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 50px; }
       
    .floor{
      display: none;
    } 
    }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header_image {
      width: 540px; } }
  .header_image .image {
    position: relative; }
    .header_image .image .dots {
      position: absolute;
      left: 17%;
      bottom: 0;
      z-index: -1; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header_image .image .dots {
          width: 125px; } }
      @media (max-width: 767px) {
        .header_image .image .dots {
          width: 100px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header_image .image .dots {
          width: 130px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_hero_content {
    padding-top: 50px; } }
.header_hero_content .header_title {
  font-size: 50px;
  font-weight: 700;
  color: #222;
  margin-top: 20px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_hero_content .header_title {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .header_hero_content .header_title {
      font-size: 24px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header_hero_content .header_title {
      font-size: 30px; } }
  .header_hero_content .header_title span {
    color: #1E75D9; }
.header_hero_content p {
  margin-top: 15px; }
.header_hero_content .main-btn {
  margin-top: 30px; }

.header_hero_image img {
  width: 100%; }

  @media only screen and (max-width: 575px) {
    .features_area .d-flex {
      display: block !important; 
    }
  }

/*===========================
      03.FEATURES css 
===========================*/
.single_features i {
  width: 67px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  background-color: #fff;
  color: #1E75D9;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 11px 0px rgba(30, 117, 217, 0.11);
  -moz-box-shadow: 0px 2px 11px 0px rgba(30, 117, 217, 0.11);
  box-shadow: 0px 2px 11px 0px rgba(30, 117, 217, 0.11);
  font-size: 38px; }
.single_features .title {
  font-size: 24px;
  margin-top: 25px; }
.single_features p {
  margin-top: 15px; }

/*===========================
        04.ABOUT css 
===========================*/
.about_area{
  background-color: #89CFF0;
  background-image: url(../images/cloud-bg1.png);
  background-repeat: repeat;
  background-position: 50% 15px;
  background-attachment: fixed;
}
.about_area {
  position: relative; }

.about_area .hanging-minions{
  position: absolute;
  top: -15px;
  z-index: 999;
  width: 150px;
  right: 0;}
  @media (max-width: 767px) {
    .about_area .hanging-minions {
      display: none;
    } 
  }

.about_shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%; }

.about_image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2); /* Light semi-transparent background */
  backdrop-filter: blur(10px); /* The actual frosted glass effect */
  border-radius: 15px; /* Smooth edges */
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px; /* Optional rounded corners */
}

.about_content {
  padding-top: 150px;
  padding-bottom: 150px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about_content {
      padding: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_content {
      padding-top: 45px;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .about_content {
      padding-top: 45px;
      padding-bottom: 0; } }


/*===========================
        09.CONACT css 
===========================*/
p.form-message.success, p.form-message.error {
  font-size: 16px;
  color: #38424D;
  background: #f7f7fd;
  padding: 10px 15px;
  margin-top: 30px;
  margin-left: 15px; }
  p.form-message.success.form-message.error, p.form-message.error.form-message.error {
    color: #f00; }

.single_info .info_icon i {
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff; }
.single_info .info_content {
  padding-left: 20px; }

.single_form textarea, .single_form input {
  width: 100%;
  height: 55px;
  border: 1px solid #ECECEC;
  box-shadow: 5px 7px 5px 2px #5d5d5d;
  border-radius: 50px;
  padding: 0 25px;
  color: #747E88;
  font-size: 16px; }
.single_form textarea {
  height: 150px;
  padding-top: 15px;
  resize: none;
  border-radius: 25px; }

/*===========================
        10.FOOTER css 
===========================*/
.footer_area {
  position: relative; }
  .footer_area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-position: top center;
    /* background-image: url(../images/bg.jpg); */
    background-size: cover;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: linear-gradient(180deg, #fbbd7b, #cb0059);
   }

.footer_about a img{
  width: 150px;
}

.footer_about p {
  margin-top: 25px;
  color: #a50e1d; }
.footer_about .social {
  margin-top: 20px; }
  .footer_about .social li {
    display: inline-block;
    margin-right: 15px; }
    .footer_about .social li a {
      font-size: 20px;
      color: #747E88;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .footer_about .social li a:hover {
        color: #1E75D9; }

.footer_title {
  font-size: 30px;
  color: #51000a;
  font-weight: 600; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer_title {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .footer_title {
      font-size: 24px; } }

.footer_link_wrapper .footer_link {
  width: 33.33%;
  padding-left: 50px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer_link_wrapper .footer_link {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .footer_link_wrapper .footer_link {
      width: 50%;
      padding-left: 0; } }
  .footer_link_wrapper .footer_link .link {
    padding-top: 10px; }
    .footer_link_wrapper .footer_link .link li {
      margin-top: 10px; }
      .footer_link_wrapper .footer_link .link li a {
        font-size: 16px;
        color: #a50e1d;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .footer_link_wrapper .footer_link .link li a:hover {
          color: #ffffff; }

.footer_copyright .copyright {
  border-top: 2px solid rgba(56, 66, 77, 0.14);
  padding: 25px 0; }

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #fab07a;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none; }
  .back-to-top:hover {
    color: #fff;
    background-color: #be7642; }

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


.about_shape{
  width: 100%;
}

.about_image{
  width: 100%;
}

.features_area{
  background-color: rgb(0 0 0 / 64%);
  background-blend-mode: multiply;
  color: white;
  display: flex;
  align-items: center;
}

.features_area .section_title h4{
  color: #ffffff;
}

.features_area .section_title p{
  color: #ffe603;
  text-align: justify;
}

.single_features{
  background: #ff6a0075;
  padding: 20PX;
  border-radius: 10px;
  border: 2px solid #d8cd47;
}

.single_features .title{
  color: #ffffff;
}

.single_features p{
  color: #ffe603;
}

.header_hero_content p{
  color: #0052a3;
  font-size: 20px;
}

.header_hero_content .header_title span{
  color: #e13737;
}


/* Sticky position at bottom-left */



.kids{
  position: absolute;
  right: 10px;
  bottom: 0;
}


.card3D {
  perspective: 1000px;
  transition: transform 0.3s ease-out;
  transform-style: preserve-3d;
  padding: 20px;
  /* background: #fff; */
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.445);
}
.card3D:hover {
  transform: rotateY(100deg) rotateX(100deg) scale(1.05);
}



ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
  background: linear-gradient(to bottom, #ff7878, #ffee90);
  border-radius: 10px;
  
  li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 20px;
    margin: 0 auto 15px auto;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
    
    &amp;.active {
      h3 {
        &amp;:after {
          transform: rotate(45deg);
        }
      }
    }
    
    h3 {
      font-weight: 700;
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      padding: 0 0 0 0;
      margin: 0;
      font-size: 15px;
      letter-spacing: 0.01em;
      cursor: pointer;
      
      &amp;:after {
        content: "\f278";
        font-family: "material-design-iconic-font" !important;
        position: absolute;
        right: 0;
        top: 0;
        color: #Fcc110;
        transition: all 0.3s ease-in-out;
        font-size: 18px;
      }
    }
    
    div.answer {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      cursor: pointer;
      
      p {
        position: relative;
        display: block;
        font-weight: 300;
        padding: 10px 0 0 0;
        cursor: pointer;
        line-height: 150%;
        margin: 0 0 15px 0;
        font-size: 14px;
      }
    }
  }
}

.about_area {
  position: relative;
  overflow: hidden;
}

.about_content{
  background-color: #ffa5a5;
  padding: 30px;
  border-radius: 20px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px
}

.about_content h4{
  color: #ffffff;
  text-shadow: 3px 3px #0046af;
}

.about_content p{
  color: #000000;
  text-align: justify;
}

.about_content, .about_image {
  position: relative;
  z-index: 1;
}


#snakeCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none; /* Prevents blocking interactions */
  display: none; /* Hidden until activated */
}

#product_features {
  position: relative;
  overflow: hidden;
  background-color: #ffbb8a;
}

#snakeCanvas2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.content-overlay {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  padding: 20px;
}

.content-overlay h4{
  color: #b30000;
  text-shadow: 3px 3px #ffffff;
}

.content-overlay h4 span{
  color: #ffffff;
  text-shadow: 3px 3px #b30000;
}

.content-overlay p{
  color: #9d0000;
}

.objective-setup .objective,.setup{
  text-align: justify;
}

.objective-setup .objective{
  background-color: #ff9a9a;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 15px #00000071;
}

.objective h3{
  color: #000000;
  text-align: justify;
}

.objective-setup .setup{
  background-color: #ff9a9a;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 15px #00000071;
}

.setup h3{
  color: #000000;
  text-align: justify;
}

.setup ul{
  padding-left: 20px;
}

.setup ul li{
  list-style: disc;
  color: #9d0000;
}

.content-overlay .rules{
  text-align: justify;
}

.rules{
  background-color: #ff9a9a;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 15px #00000071;
}

.rules h3{
  color: #000000;
}

.rules ul p{
  color: #514c4c;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.rules ul{
  padding-left: 20px;
}

.rules ul li{
  list-style: disc;
  color: #9d0000;
  margin-bottom: 10px;
}



.floor {
  position: absolute;
  /* overflow: hidden; */
  height: 140px;
  width: 100%;
}



#pot {
  bottom: 0;
  display: block;
  position: relative;
  width: 100px;  /* Adjust size */
  height: 100px;

  animation: run 5s linear infinite,  /* Move Left to Right */
             rollBounce 0.7s ease-out infinite;  /* Bounce + Rotate */
}

/* Movement from Left to Right &amp; Restart */
@keyframes run {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

/* Rolling + Bouncing Effect */
@keyframes rollBounce {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-50px) rotate(200deg);
  }
  50% {
    transform: translateY(-50px) rotate(260deg);
  }
  75% {
    transform: translateY(-50px) rotate(280deg);
  }
  100% {
    transform: translateY(0) rotate(360deg);
  }
}



.snake-container {
  position: fixed;
  top: 10%;
  left: 0;
  width: 100vw;
  height: 20px;
  transform: translateY(-50%);
}

.snake-segment {
  width: 20px;
  height: 20px;
  background-color: #ff0000;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #ffffff;
  animation: crawl 5s linear forwards;
}

/* Delay each segment's animation to create a crawling effect */
.snake-segment:nth-child(1) { animation-delay: 0s; }
.snake-segment:nth-child(2) { animation-delay: 0.1s; }
.snake-segment:nth-child(3) { animation-delay: 0.2s; }
.snake-segment:nth-child(4) { animation-delay: 0.3s; }
.snake-segment:nth-child(5) { animation-delay: 0.4s; }
.snake-segment:nth-child(6) { animation-delay: 0.5s; }
.snake-segment:nth-child(7) { animation-delay: 0.6s; }
.snake-segment:nth-child(8) { animation-delay: 0.7s; }
.snake-segment:nth-child(9) { animation-delay: 0.8s; }
.snake-segment:nth-child(10) { animation-delay: 0.9s; }

@keyframes crawl {
  0% {
      left: -100px; /* Start off-screen */
      transform: translateY(0);
  }
  10% {
      transform: translateY(20px); 
  }
  20% {
    transform: translateY(-20px); 
  }
  30% {
      transform: translateY(20px);
  }
  40% {
      transform: translateY(-20px); 
  }
  50% {
    transform: translateY(20px); 
  }
  60% {
    transform: translateY(-20px); 
  }
  70% {
    transform: translateY(20px); 
  }
  80% {
    transform: translateY(-20px); 
  }
  90% {
    transform: translateY(20px); 
  }
  100% {
      left: 100%; /* Move to the right edge of the screen */
      transform: translateY(0);
  }
}


.btn-12{
  position: relative;
  /* right: 20px; */
  /* bottom: 20px; */
  border:none;
  box-shadow: none;
  width: 130px;
  /* height: 40px; */
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.btn-12 span {
  background: rgb(0,172,238);
background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  border-radius: 5px;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #ffffff;
  bottom: -20px;
}

.buy_now span{
  bottom: -40px;
}

.btn-12 span:nth-child(1) {
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}


.faqs{
  position: relative;
  overflow: hidden;
}

.faqs .section_title h4{
  color: #f3ff3c;
  text-shadow: 5px 3px #000000;
}


.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:absolute;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

.contact_area{
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), 
              url("../images/kids-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact_area .section_title h4{
  color: #00dcff;
  text-shadow: 0 .15ch 15px #000000, 0 -2px 0 #ffeeff;
}

.contact_area .section_title p{
  color: #faff26;
  text-shadow: 0px 10px 10px #000000;
}

.single_info .info_content p{
  color: #ffffff;
  text-shadow: 0px 10px 10px #000000;
}

.product_features_area{
  background-image: url("../images/rules-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 15px;
}


</pre></body></html>