@font-face {
    font-family: 'Ananda Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Ananda Regular'), url('../fonts/Ananda-eL1n.woff') format('woff');
}

@font-face {
    font-family: 'Ananda Black Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Ananda Black Regular'), url('../fonts/AnandaBlack-WRJO.woff') format('woff');
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99999999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--color_main);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.swiper-scrollbar-drag {
    background: var(--color_main)!important;
}
.swiper-horizontal>.swiper-scrollbar {
    bottom: 0!important;
}
.color-gray {
  color: #212529;
}
.color-s1-gray {
  color: #39353f;
}
.color-s1-purple {
  color: var(--color_main);
}
.person-border {
    padding: 5px;
}
.person-border-in {
    padding: 8px;
    border: 3px dotted #dbdfe2;
    border-radius: 15px;
}
.person-border-in:hover {
    border: 3px dotted #8e8b9b;
}
.color-s2-lp {
  color: #dbdfe2;
}
.font-qs {
  font-family: "Quicksand", sans-serif;
}
.font-os {
  font-family: "Oswald", sans-serif;
}
.fw-700 {
  font-weight: 700;
}
.fw-400 {
  font-weight: 400;
}
.fw-600 {
  font-weight: 600;
}
.letter-spacing {
  letter-spacing: 0.3rem;
}
.rimg {
  width: 100%;
  height: auto;
}
.mauto {
  margin: auto;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.fsize-1 {
  /*font-size:26px;*/
  font-size: 1.4vw;
}
.fsize-2 {
  /*font-size:55px;*/
  font-size: 2.96vw;
}
.fsize-4 {
  font-size: 20px;
}
.s1-text-left {
  position: absolute;
  /*top: 15em;
  left: 11em;*/
  top: 35%;
  left: 30%;
}
.s3-text-right {
  position: absolute;
  top: 52%;
  left: 36%;
}
.s1-text-top {
  position: absolute;
  /*top: 3em;
  left: 11em;*/
  top: 16%;
  left: 65%;
}
.s1-text-den {
  position: absolute;
  /*top: 1.05em;
  left: 4.2em;*/
  top: 12.8%;
  left: 55%;
}
.line-heigth-0 {
  line-height: 1;
}
.fsize-3 {
  /*font-size:120px;*/
  font-size: 6.46vw;
}
.rw1 {
  max-width: 310px;
}
.rw1a {
  max-width: 130px;
}
.rw1b {
  max-width: 100px;
}
.rw1c {
  max-width: 70px;
}
.rw1d {
  max-width: 40px;
}
.mw300 {
  max-width: 350px;
}
.fw-500 {
  font-weight: 500;
}
.s2-active-person {
  color: #8e8b9b !important;
  font-weight: 700 !important;
}
.s2-hr-person {
  height: 5px;
  width: 100%;
  border-radius: 10px;
  background-color: #dbdfe2;
}
.s2-hr-active {
  background-color: #8e8b9b !important;
}
.s2-color-check {
  color: #36b5a2;
}
.s2-color-price-ct {
  color: #504f5a;
}
.price-box {
  width: 100%;
  max-width: 300px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 7px 3px rgba(236, 236, 237, 1);
  -moz-box-shadow: 0px 0px 7px 3px rgba(236, 236, 237, 1);
  box-shadow: 0px 0px 7px 3px rgba(236, 236, 237, 1);
  transition: all 0.3s ease-in-out;
}
.price-box:hover {
  -webkit-box-shadow: 0px 0px 39px 17px rgba(213,213,224,1);
  -moz-box-shadow: 0px 0px 39px 17px rgba(213,213,224,1);
  box-shadow: 0px 0px 39px 17px rgba(213,213,224,1);
  transition: box-shadow 0.3s ease-in-out;
}
.p20 {
  padding: 20px;
}
.s2-text-pb1 {
  position: absolute;
  top: 16%;
  left: 12%;
}
.fsize-5 {
  font-size: 26px;
  text-align: center;
  text-shadow: 1px 0px 3px rgba(150, 150, 150, 0.5);
}
.fsize-6 {
  font-size: 60px;
}
.fsize-7 {
  font-size: 30px;
}

.s2-text-pb2 {
  position: absolute;
  top: 4%;
  right: 18%;
}
.s2-text-pb2b {
  position: absolute;
  top: 16%;
  right: 26%;
}
.price-button-1 {
  width: 110px;
  position: absolute;
  left: 36%;
  bottom: -0.01%;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  background-image: linear-gradient(to right, #aaf7ac, #76d0ee);
}
.price-button-1:hover {
  background-image: linear-gradient(to left, #aaf7ac, #76d0ee);
}
.price-button-2 {
  width: 110px;
  position: absolute;
  left: 36%;
  bottom: -0.01%;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  background-image: linear-gradient(to right, #e89789, #df3859);
}
.price-button-2:hover {
  background-image: linear-gradient(to left, #e89789, #df3859);
}
.price-button-3 {
  width: 110px;
  position: absolute;
  left: 36%;
  bottom: -0.01%;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  background-image: linear-gradient(to right, #a73390, #7e2480);
}
.price-button-3:hover {
  background-image: linear-gradient(to left, #a73390, #7e2480);
}
#pb1 a {
  color: white;
  text-decoration: none;
}
#player {
  position: relative;
  width: 100%;
  height: 250px;
  background-color: transparent;
}

#inner {
  transform: rotate(45deg);
  background-image: linear-gradient(#aaf7ac, #76d0ee);
  width: 235px;
  height: 235px;
  top: -10px;
  left: -120px;
  position: relative;
  border-radius: 25px;
}

#inner2 {
  transform: rotate(45deg);
  background-image: linear-gradient(#e89789, #df3859);
  width: 235px;
  height: 235px;
  top: -10px;
  left: -120px;
  position: relative;
  border-radius: 25px;
}

#inner3 {
  transform: rotate(45deg);
  background-image: linear-gradient(#a73390, #7e2480);
  width: 235px;
  height: 235px;
  top: -10px;
  left: -120px;
  position: relative;
  border-radius: 25px;
}

#outer {
  position: absolute;
  width: 250px;
  height: 300px;
  overflow: hidden;
}
.cursor-pointer {
  cursor: pointer;
}
#pb3top {
  border: 2px dashed var(--color_main);
  padding-top: 13px;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  background-color: #f6be00;
  color: var(--color_main);
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  top: 28%;
  right: 20%;
}
/*
.animation {
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}

@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}*/
.animation {
  -webkit-animation: upNdown 3s infinite alternate;
  animation: upNdown 3s infinite alternate;
}
@-webkit-keyframes upNdown {
  0% {
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
  }
}
@keyframes upNdown {
  0% {
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
  }
}
.fsize-8 {
  font-size: 2.1vw;
  letter-spacing: 2px;
}
.fsize-9 {
  font-size: 19px;
}
.fsize-10 {
  font-size: 11px;
}
.verticalc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comment_box {
  width: 100%;
  max-width: 300px;
  padding: 30px;
  border: 2px dotted #c3c9ce;
  border-radius: 25px;
}
.comment_box_into {
  background-color: #f2f2f3;
  padding: 12px;
  border-radius: 30px;
}
.s3-color-cb {
  color: #504f5a;
}
.letter-spacing-sm {
  letter-spacing: 1px;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 28% !important;
}
#ovalbox {
  width: 100%;
  overflow: hidden;
}
#oval {
  /*margin-left: -10%;*/
  width: 100%;
  background: #eef1f7;
  /*border-radius: 120% / 1400px;*/
  border-radius: 15%;
}
.mt-special {
    margin-top: -22%;
    z-index: 100;
}
.position-relative {
    z-index: -1;
    position: relative;
}
.position-relative-fixed {
    position: relative;
}
.bordergray {
    background: #eef1f7;
    border: 1px solid #b6bdc3;
    padding: 16px;
}
.s4-color-1 {
    color: #50525a;
}
.s4-color-2p-a {
    color: var(--color_p_thin);
}
.s4-color-2p-b {
    color: var(--color_p_bold);
}
.fsize-11 {
    font-size: 24px;
}
.fsize-12 {
    font-size: 35px;
}
.color-s4-grad {
   background: -webkit-linear-gradient(left, #3e0665 , #9309ba);
   background: -o-linear-gradient(right, #3e0665, #9309ba);
   background: -moz-linear-gradient(right, #3e0665, #9309ba);
   background: linear-gradient(to right, #3e0665 , #9309ba); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mw-s4 {
    max-width: 80px;
    transition: all 0.3s ease-in-out;
}
.mw-s4:hover {
    max-width: 120px;
    transition: max-width 0.3s ease-in-out;
}
.s4-image-footer {
    z-index: 1;
    position: absolute;
    bottom: -15%;
    right: 5%;
}
.s4-text-footer {
    z-index: 2;
    position: absolute;
    bottom: 9%;
    right: 45%;
}
.zindex-2 {
    z-index: 2;
}
.grayscale {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .3s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.grayscale:hover {
    -webkit-filter: grayscale(0%);
}
.mw-s5 {
    max-width: 80px;
}
.mt-c {
   margin-top: 150px; 
}
.footer-header {
    color: #716d7c;
}
.footer-link {
    color: #716d7c;
}
.footer-cp-color {
    color: #716d7c;
}
.footer-link a {
    text-decoration: none;
}
.footer-link:hover {
    color: #494557;
    text-decoration: none;
}
.bg-footer {
    background-color: #efecfa;
}
.app {
     background-color: #ffffff;
     color: #969cb2;
     padding: 15px;
     min-height: 90px;
     cursor: pointer;
}
.borderapp {
    border-right: 1px solid #f7f7f7;
}
.app-apple {}
.app-android {}
.app-windows {}
.app-tv {}
.app-apple:hover {
    color: black;
}
.app-android:hover {
    color: #2edf85;
}
.app-windows:hover {
    color: #0074cd;
}
.app-tv:hover {
    color: red;
}
.mw-f {
    max-width: 190px;
}
.mw-h {
    max-width: 150px;
}
.h-color-1 {
    color: #504b58;
}
.h-fonts-1 {
    font-size: 20px;
}
.h-fonts-h {
    font-size: 38px;
}
.font-an {
    font-family:'Ananda Black Regular';
    font-weight:normal;
    transform: rotate(-4deg);
    transition: all 0.3s ease-in-out;
}
.h-fonts-an {
    font-size:30px;
}
.h-f-an-c1 {
    color: #5a5050;
}
.h-f-an-c2 {
    color: #00ecb1;
}
.ncustom {
    cursor: pointer;
    width:100px;
    text-align: center!important;
    background-color: var(--color_main)!important;
    border-radius: 25px!important;
    color: #efecfa!important;
    padding: 10px!important;
    transition: all 0.4s ease-in-out;
}
.nbutton {
    border: 1px solid var(--color_main)!important;
    cursor: pointer;
    width: 100%;
    max-width:180px;
    text-align: center!important;
    background-color: var(--color_main)!important;
    border-radius: 25px!important;
    color: #efecfa!important;
    padding: 15px!important;
}
.nbutton:hover {
    background-color: #fff!important;
    color: #4d4d4d!important;
    border: 1px dotted #4d4d4d;
    transition: background-color 0.4s ease-in-out;
}
.arrowc {
    color: #00ecb1;
}
.fsize-h {
    font-size: 15px;
}
.fsize-hb {
    font-size: 17px;
}
.image-bg-header {
    z-index: -1;
    position: absolute;
    top: 0%;
    right: 0%;
}
.mw-hb {
    max-width: 100px;
    height: 100px!important;
    padding: 10px;
    border: 1px dotted #d3d3cf;
    border-radius: 50%;
}
.mb-h {
    /*margin-bottom: 18rem!important;*/
    margin-bottom: 13%!important;
}
.mb-hb {
    margin-bottom: 7%!important;
}
.mt-6 {
    /*margin-top: 3.5rem!important;*/
    margin-top: 6.5rem!important;
}
.loaderbox { 
  height: 100%;
  width: 100%;
  position: fixed; 
  z-index: 9999999999;
  background: #f9fafb;
  background-size: 100% 100%;
  top: 0;
}
.loader {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.text-purple {
    color: var(--color_main);
}
.textShineBlack {
  background: linear-gradient(to right, #522c93 20%, #863e8b 30%, #200143 50%, #863e8b 70%, #522c93 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 200% auto;
  animation: textShine 3s ease-in-out infinite alternate;
}

@keyframes textShine {
  to {
    background-position: 200%;
  }
}
.navbar-toggler {
    outline: 0!important;
}
.com-mob {
    display:none;
}
#hide_on_mob_footer {
    
}
/* Navbar Start */
.navbar .megamenu{ padding: 1rem; }
@media all and (min-width: 992px) {
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
}	
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
	.navbar-collapse {
	    margin-top: 10px;
        background: #fff;
        border: 1px solid #d7d5e1;
        border-radius: 15px;
        padding: 10px;
    }
    .font-an {
        margin-bottom: 15px;
    }
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
@media all and (min-width:991px) {  
	.dropdown:after{
			content: ''; 
		    top: 0;
		    right: 0;
		    bottom: 0;
		    left: 0;
		    transition: opacity .15s ease-in-out;
		    opacity: 0;
		    visibility:hidden;
		    background-color: rgba(0,0,0,.5);
		    pointer-events: none;
		}

	.dropdown:hover .nav-link{
			position:relative;
			z-index:12;
		}

	.dropdown:hover:after{
			z-index:10; opacity:1; 
			visibility:visible;
			position: fixed;
	}
}
.bg-primary {
    background-color: transparent!important;
}
.navbar-brand {
  padding: 0;
}
.navbar-nav .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
  line-height: 50px;
}
/* Navbar End */

/* Navbar Hover Effects Start */
.ncustom:hover {
    /*box-shadow: 0px 0px 200px #444444;*/
    -webkit-box-shadow: 0px 0px 40px -8px rgba(82,43,149,1);
    -moz-box-shadow: 0px 0px 40px -8px rgba(82,43,149,1);
    box-shadow: 0px 0px 40px -8px rgba(82,43,149,1);
    transition: box-shadow 0.4s ease-in-out;
}
.font-an:hover {
    text-shadow: 2px 0px 25px rgba(3, 236, 178, 1);
    transition: text-shadow 0.3s ease-in-out;
}
.underline {
  display: inline;
  position: relative;
  overflow: hidden;
}
.underline:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #2a2a2c;
  height: 3px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.underline:hover:after,
.underline:focus:after,
.underline:active:after {
  left: 0;
  right: auto;
  width: 100%;
}
/* Navbar Hover Effects End */

/* 768p */
@media only screen and (max-width: 1366px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 16% !important;
  }
  .s4-text-footer {
      right: 57%;
  }
  .s4-image-footer {
    bottom: -18%;
    right: 5%;
  }
  .mt-c {
       margin-top: 180px; 
  }
  .mb-h {
    margin-bottom: 5%!important;
  }
}
/* 720p */
@media only screen and (max-width: 1280px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10% !important;
  }
  .s4-text-footer {
      right: 60%;
  }
  .s4-image-footer {
    bottom: -18%;
    right: 5%;
  }
  .mt-c {
       margin-top: 180px; 
  }
  .mb-h {
    margin-bottom: 5%!important;
  }
}
/* 8+ */
@media only screen and (max-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0 !important;
  }
  .fsize-1 {
    font-size: 18px;
  }
  .fsize-2 {
    font-size: 30px;
  }
  .fsize-3 {
    font-size: 80px;
  }
  .fsize-8 {
    font-size: 21.6px;
  }
  .s1-text-den {
    position: absolute;
    top: -5.1%;
    left: 10%;
  }
  .s1-text-top {
    position: absolute;
    top: 2%;
    left: 23%;
  }
  .s1-text-left {
    position: absolute;
    top: 27%;
    left: 10%;
  }
  .s4-text-footer {
      right: 28%;
  }
  .s4-image-footer {
    bottom: -15%;
    right: 5%;
  }
  .mt-c {
       margin-top: 240px; 
  }
  .mftc {
      text-align: center!important;
  }
  .com-pc {
      display:none;
  }
  .com-mob {
      display:block;
  }
  .image-bg-header {
      top: 14%;
  }
  .mt-6 {
      margin-top: 11.5rem!important;
  }
  #hide_on_mob_footer {
      display:none;
  }
}
/* 6 */
@media only screen and (max-width: 376px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0 !important;
  }
  .fsize-1 {
    font-size: 16px;
  }
  .fsize-2 {
    font-size: 28px;
  }
  .fsize-3 {
    font-size: 78px;
  }
  .fsize-8 {
    font-size: 18.3px;
  }
  .s1-text-den {
    position: absolute;
    top: -5.1%;
    left: 10%;
  }
  .s1-text-top {
    position: absolute;
    top: 2%;
    left: 23%;
  }
  .s1-text-left {
    position: absolute;
    top: 27%;
    left: 10%;
  }
  .s4-text-footer {
      right: 30%;
  }
  .s4-image-footer {
    bottom: -13%;
    right: 5%;
  }
  .mt-c {
       margin-top: 240px; 
  }
  .mftc {
      text-align: center!important;
  }
  .com-pc {
      display:none;
  }
  .com-mob {
      display:block;
  }
  .image-bg-header {
      top: 15%;
  }
}
/* 5 */
@media only screen and (max-width: 321px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0 !important;
  }
  .fsize-1 {
    font-size: 14px;
  }
  .fsize-2 {
    font-size: 26px;
  }
  .fsize-3 {
    font-size: 76px;
  }
  .fsize-8 {
    font-size: 15px;
  }
  .s1-text-den {
    position: absolute;
    top: -5.1%;
    left: 10%;
  }
  .s1-text-top {
    position: absolute;
    top: 2%;
    left: 23%;
  }
  .s1-text-left {
    position: absolute;
    top: 27%;
    left: 10%;
  }
  .s4-text-footer {
      bottom: 6%;
      right: 31%;
  }
  .s4-image-footer {
    bottom: -13%;
    right: 5%;
  }
  .mt-c {
       margin-top: 240px; 
  }
  .mftc {
      text-align: center!important;
  }
  .com-pc {
      display:none;
  }
  .com-mob {
      display:block;
  }
  .image-bg-header {
      top: 18%;
  }
}
