::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
  padding-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #434A54;
}

p {
  font-family: "Inter", sans-serif;
}

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

ul, li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.add-txt a{
  color: #eb5b7c!important;
}
.nav-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  padding: 5px 20px !important;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  font-weight: 700;
  background: #DEE796;
  border-radius: 10px;
}

.head-title {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 75px;
}
.head-title span {
  color: #eb5b7c;
}

.top-bg {
  background: linear-gradient(253.8deg, #da516247 -1.04%, rgb(215 80 97 / 7%) 90.11%);
}

.section-1 .text-part {
  margin-top: 100px;
}

.section-2 {
  margin-top: 55px;
  padding-bottom: 100px;
}

.section-2 .text-part {
  margin-top: 100px;
}

p.head-desc {
  color: #3C3B3D;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  margin-top: 30px;
}

a.primary-btn {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  padding: 12px;
  background: #eb5b7c;
  border-radius: 12px;
  margin-top: 40px;
  display: inline-block;
  border-style: dotted;
}

img.img-fluid.front {
  width: 260px;
  position: relative;
  z-index: 1;
}

img.img-fluid.back {
  width: 300px;
  position: relative;
  z-index: 0;
  margin-top: -267px;
  margin-left: auto;
  margin-right: auto;
}

.sec-titles {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 86px;
  color: #000;
  text-align: center;
  max-width: 980px;
  margin: 50px auto;
}

.car-title {
  font-family: "Chewy";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #000;
}

.car-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
  color: #3C3B3D;
  padding: 0px 20px;
}

.car-section {
  padding-bottom: 50px;
}

.car-section .owl-dots {
  display: none;
}

.owl-carousel .item {
  height: 100%;
  min-height: 550px;
  border-style: dashed;
  border-color: #eb5b7c;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 9px 0px;
}
.car-section .owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
}
.car-section .owl-theme .owl-nav .owl-prev {
  left: -25px;
  background:#eb5b7c;
  border-radius: 50%;
  position: absolute;
  padding: 0px;
}
.car-section .owl-theme .owl-nav .owl-next {
  right: -25px;
  background:#eb5b7c;
  border-radius: 50%;
  position: absolute;
  padding: 0px;
}

.full-section {
  padding: 1px 0 100px 0;
  background: linear-gradient(253.8deg, #FEF4DE -1.04%, rgba(255, 255, 255, 0) 90.11%);
  position: relative;
}

.full-img {
  position: absolute;
  max-width: 1120px;
  top: 120px;
}

/* .cutomize-section {
  margin-top: 50px;
}  */
.cutomize-section h3 {
  margin-bottom: 40px;
}
.cutomize-section .cust-box {
  background: #fff;
  box-shadow: -20px 4px 40px rgba(192, 164, 230, 0.19);
  border-radius: 54px;
  padding: 50px;
}
.cutomize-section .cust-title {
  font-family: "Chewy";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #000;
  margin-bottom: 20px;
}
.cutomize-section .cust-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #3C3B3D;
  margin-top: 25px;
}
.cutomize-section .plus {
  position: relative;
}
.cutomize-section .plus .plus-img {
  position: absolute;
  right: -20px;
  top: 100px;
  width: 50px;
}
.cutomize-section .equal {
  position: relative;
}
.cutomize-section .equal .eq-img {
  position: absolute;
  right: -20px;
  top: 100px;
  width: 50px;
}

.u-section {
  padding: 50px 0;
}
.u-section .u-title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin-top: 40px;
}
.u-section .u-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #3C3B3D;
  margin-top: 20px;
}

.map-sec {
  margin-top: -100px;
}
.map-sec .add-box-cont {
  z-index: 1;
  position: relative;
}
.map-sec .add-box {
  background: #FFFCF5;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.09);
  border-radius: 54px;
  margin-top: 150px;
}
.map-sec .add-box .left-title {
  padding: 50px;
  background: #eb5b7c;
  border-radius: 54px 0 0 54px;
  min-width: 400px;
}
.map-sec .add-box .left-title p {
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  color: #fff;
}
.map-sec .add-box .right-side {
  padding: 50px;
}
.map-sec .add-box .add-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #3C3B3D;
  margin-bottom: 18px;
}
.map-sec .add-box .add-txt {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color:#eb5b7c;
}
.map-img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.map-sec .map-img {
  position: relative;
  z-index: 0;
  margin-top: -150px;
}

.footer-sec {
  padding: 120px 0 100px 0;
  background: linear-gradient(-225deg, #000000c9 0%, #2116178a 56%, #996e74 100%), url(../images/footer.png);
	background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
			background-color: #999;
}
.footer-sec .foot-left-title {
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  color: #FFFCF5;
  font-family: "Poppins";
}
.footer-sec .input-signup {
  position: relative;
}
.footer-sec .input-signup input {
  border: 0px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  background: transparent;
  padding: 15px 0px;
  width: 100%;
}
.footer-sec .input-signup input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.footer-sec .input-signup input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.footer-sec .input-signup input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.footer-sec .input-signup input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.footer-sec .input-signup button {
  position: absolute;
  background: transparent;
  border: none;
  outline: none;
  width: 50px;
  right: -4px;
  top: 7px;
}
.footer-sec ul li {
  margin-bottom: 15px;
}
.footer-sec ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}

@media (max-width: 768px) {
  .navbar-brand {
    margin-left: 40px;
  }

  .section-1 .text-part {
    margin-top: 60px;
  }

  .head-title {
    font-size: 40px;
    line-height: 66px;
  }

  p.head-desc {
    font-size: 18px;
  }

  a.primary-btn {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .sec-titles {
    font-size: 40px;
    line-height: 56px;
  }

  .full-img {
    position: relative;
    max-width: 350px;
    top: 0;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .cutomize-section {
    margin-top: 80px;
  }

  .u-section {
    padding: 50px 30px;
  }

  .map-sec .map-img {
    position: relative;
    z-index: 0;
    margin-top: 0px;
  }

  .map-sec .add-box {
    background: #FFFCF5;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.09);
    border-radius: 54px;
    margin-top: 100px;
    flex-direction: column;
    margin-bottom: 70px;
  }

  .map-sec .add-box .left-title {
    padding: 50px;
    background: #eb5b7c;
    border-radius: 54px 54px 0 0;
    min-width: 0;
  }

  .map-sec .add-box .left-title p {
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 40px;
    color: #fff;
  }

  .footer-sec .foot-left-title {
    font-size: 34px;
    line-height: 55px;
  }

  .footer-sec .input-signup {
    margin-bottom: 50px;
  }

  .footer-sec ul {
    margin-top: 50px;
  }
}
.mapshow{display:block;}
.maphide{display:none;}
.onMobile{display:none!important;}
    @media only screen and (max-width: 600px) {
       body .onMobile{display:block!important; margin: 0;}
a.primary-btn {text-align: center;
display: block;}
.cutomize-section .plus .plus-img {
position: static;}
.cutomize-section .equal .eq-img {
position: static;}
.navbar-brand {
text-align: center;
width: 100%;
margin-left: 0px;
}
.map-sec .add-box .add-txt {
font-size: 17px;
}
.bubble_title {
font-size: 40px!important;
}
.mapshow{display:none;}
.maphide{display:block;}
.map-sec{margin-top:0px;}
.map-sec .add-box-cont {
margin-top: -135px;
margin-bottom: -100px;}
.img-area img {
width: 100%!important;
}
.mobileCenter{text-align:center;}
.mtop{margin-top: 30px;}
.section-2{padding-bottom:0px;}
.full-section{padding-bottom:0px;}
.bubbles {
height: 800px!important;
}
.head-title {
  font-size: 35px;
  line-height: 45px;
}
.bubble_title{
  font-size: 40px;
}
a.primary-btn {
  margin-bottom: 20px;
}
.section-2 .text-part {
  margin-top: 20px;
}
.sec-titles {
  font-size: 35px;
  line-height: 46px;
}
.side-img {
  width: 60px!important;
}
.side-img-cr{
  width: 100px!important;
}
.owl-carousel .item {
  height: 100%;
  min-height: 484px;
}
.sec-titles {
margin: 20px auto;
}
}
.side-img-cr{
  width: 100px!important;
}
.logo{
  height: 120px!important;
}
.bubbles{
  position:absolute;
  width:100%;
  height: 100%;
  z-index:-1;
  overflow:hidden;
  top:0;
  left:0;
}
.bubble{
  position: absolute;
  bottom:-100px;
  width:40px;
  height: 40px;
  background:#da5162;
  border-radius:50%;
  opacity:0.5;
  animation: rise 10s infinite ease-in;
}
.bubble:nth-child(1){
  width:40px;
  height:40px;
  left:10%;
  animation-duration:8s;
}
.bubble:nth-child(2){
  width:20px;
  height:20px;
  left:20%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubble:nth-child(3){
  width:50px;
  height:50px;
  left:35%;
  animation-duration:7s;
  animation-delay:2s;
}
.bubble:nth-child(4){
  width:80px;
  height:80px;
  left:50%;
  animation-duration:11s;
  animation-delay:0s;
}
.bubble:nth-child(5){
  width:35px;
  height:35px;
  left:55%;
  animation-duration:6s;
  animation-delay:1s;
}
.bubble:nth-child(6){
  width:45px;
  height:45px;
  left:65%;
  animation-duration:8s;
  animation-delay:3s;
}
.bubble:nth-child(7){
  width:90px;
  height:90px;
  left:70%;
  animation-duration:12s;
  animation-delay:2s;
}
.bubble:nth-child(8){
  width:25px;
  height:25px;
  left:80%;
  animation-duration:6s;
  animation-delay:2s;
}
.bubble:nth-child(9){
  width:15px;
  height:15px;
  left:70%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubble:nth-child(10){
  width:90px;
  height:90px;
  left:25%;
  animation-duration:10s;
  animation-delay:4s;
}
@keyframes rise{
  0%{
    bottom:-100px;
    transform:translateX(0);
  }
  50%{
    transform:translate(100px);
  }
  100%{
    bottom:1080px;
    transform:translateX(-200px);
  }
}
.bubble_title {
  margin: 0;
  font-size:60px;
  padding: 0;
  color: #eb5b7c!important;
  text-shadow: rgb(0, 0, 0) -3px 0px 3px;
}
.bubble_title{
  transform: scale(0.9);
  display: inline-block;
}
.bubble_title:first-child {
  -webkit-animation: bop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
          animation: bop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
}


@-webkit-keyframes bop {
  0% {
    transform: scale(0.9);
  }
  50%, 100% {
    transform: scale(1);
  }
}

@keyframes bop {
  0% {
    transform: scale(0.9);
  }
  50%, 100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bopB {
  0% {
    transform: scale(0.9);
  }
  80%, 100% {
    transform: scale(1) rotateZ(-3deg);
  }
}
@keyframes bopB {
  0% {
    transform: scale(0.9);
  }
  80%, 100% {
    transform: scale(1) rotateZ(-3deg);
  }
}
.single-events-card:hover {
  transform: translateX(-10px);
}

.single-events-card {
  margin-bottom: 30px;
  transition: all ease .5s;
}

.bubbly-button {

  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;

}
.bubbly-button:focus {
  outline: 0;
}
.bubbly-button:before, .bubbly-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #eb5b7c 20%, transparent 20%), radial-gradient(circle, transparent 20%, #eb5b7c 20%, transparent 30%), radial-gradient(circle, #eb5b7c 20%, transparent 20%), radial-gradient(circle, #eb5b7c 20%, transparent 20%), radial-gradient(circle, transparent 10%, #eb5b7c 15%, transparent 20%), radial-gradient(circle, #eb5b7c 20%, transparent 20%), radial-gradient(circle, #eb5b7c 20%, transparent 20%), radial-gradient(circle, #eb5b7c 20%, transparent 20%), radial-gradient(circle, #eb5b7c 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle,#eb5b7c 20%, transparent 20%), radial-gradient(circle, #eb5b7c 20%, transparent 20%), radial-gradient(circle, transparent 10%, #eb5b7c 15%, transparent 20%), radial-gradient(circle, #eb5b7c 20%, transparent 20%), radial-gradient(circle, #eb5b7c 20%, transparent 20%), radial-gradient(circle, #eb5b7c 20%, transparent 20%), radial-gradient(circle, #eb5b7c 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.bubbly-button:active {
  transform: scale(0.9);

}
.bubbly-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
.side-img{
  width: 80px;
}
/*infographic*/

.infographic-cards {
  width: 100%;
  position: relative;
  display: flex;
  gap: 2%;
  justify-content: center;
  padding-left: 0;

}
.infographic-cards li {
  list-style: none;
  width: calc(100% /4);
  height: 380px;
  padding: 25px 10px;
  background: #eee;
  position: relative;
  background-image: linear-gradient(-20deg, #dbd0ff7a 0%, #fdafab87 100%, #faaca8 100%);
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
  box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  border-radius: 5px;
}
.infographic-cards li h5{
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 15px;
}
.infographic-cards li h6{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}



.infographic-cards li i{
  font-size: 35px;
  margin-bottom: 15px;
}
.infographic-cards li.color-1 i{
  color:  #eb5b7c;
}

.infographic-cards li.color-2 i{
  color:  #eb5b7c;
}

.infographic-cards li.color-3 i{
  color:  #eb5b7c;
}

.infographic-cards li.color-4 i{
  color:  #eb5b7c;
}

.number-box{
  position: absolute;
    bottom: 0;
    padding: 15px;
    font-size: 23px;
    border-radius: 60px 60px 0 0;
    width: 60px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: inset 0.25em 0.25em 0.25em rgba(0, 0, 0, 0.2), 0em 0.05em rgba(255, 255, 255, 0);
    font-weight: 800;
    color: #fff;
}
.infographic-cards li.color-1 .number-box{
  background:  #eb5b7c;
}

.infographic-cards li.color-2 .number-box{
  background:  #eb5b7c;
}

.infographic-cards li.color-3 .number-box{
  background:  #eb5b7c;
}

.infographic-cards li.color-4 .number-box{
  background: #eb5b7c;
}
.card-img{
  width: 120px!important;
}

@media screen and (max-width:991px){
  .infographic-cards{
      flex-wrap: wrap;
  }
  .infographic-cards li {
      flex: 0 0 auto;
      width: calc(100% /2.5);
  }
}
@media screen and (max-width:578px){
  
  .infographic-cards li {
      width: calc(100% /1);
  }
}

.rainbow {
  width: 400px;
  height: 300px;
  border-radius: 10px;
  padding: 2rem;
  margin: auto;

  display: grid;
  place-content: center;
  text-align: center;

  font-size: 1.5em;

  --border-size: 0.3rem;
  border: var(--border-size) solid transparent;

  /* Paint an image in the border */
  border-image: conic-gradient(
      from var(--angle),
      #eb5b7c 0deg 90deg,
      #fbb300 90deg 180deg,
      #eb5b7c 180deg 270deg,
      #000 270deg 360deg
    )
    1 stretch;
  background: rgb(255 255 255 / var(--opacity));
}


/* Animate when Houdini is available */
@supports (background: paint(houdini)) {
  @property --opacity {
    syntax: "<number>";
    initial-value: 0.5;
    inherits: false;
  }

  @property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
  }

  @keyframes opacityChange {
    to {
      --opacity: 1;
    }
  }

  @keyframes rotate {
    to {
      --angle: 360deg;
    }
  }

  .rainbow {
    animation: rotate 4s linear infinite, opacityChange 3s infinite alternate;
  }
}
.fadeinout
{
  animation: fadeinout 1s infinite;
}

@keyframes fadeinout
{
  0%{
    opacity:0;
  }
  50%
  {
    opacity:1;
  }
  100%
  {
    opacity:0;
  }
}
.auto_video{
  position: relative;
}
video{
  position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 0;
}

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