@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap");

body{
  font-family: 'Lato', sans-serif !important;
  background-color: #f5f7fb;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.header{
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: none;
  background-color: var(--color-custom5);
}

.header .navbar-brand img{
  height: 40px;
}

.header .navbar .navbar-nav .nav-link{
  color: #fff;
  font-weight: 400;
  padding: 7px 0;
  cursor: pointer;
  position: relative;
  background: transparent;
}

.header .navbar .navbar-nav .active > .nav-link{
  color: #fff !important;
  width: 100%;
  font-weight: 600;
}

.header .navbar .navbar-nav .nav-link:hover{
  color: #fff !important;
  width: 100%;
  font-weight: 600;
}

.header .navbar li {
  position: relative;
  line-height: 1em;
  padding: 10px 20px;
}

.header67 {
  position:relative;
  text-align:center;
  color:white;
  background: var(--color-custom4);
}
.logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

.inner-header {
  height:65vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content67 {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:60px;
    min-height:40px;
  }
  .content67 {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}

.header .navbar ul.navbar-nav li.nav-item.active:before, .header .navbar ul.navbar-nav li.nav-item:hover:before{
  content: "";
  height: 5px;
  margin: 0 auto;
  width: 90%;
  position: absolute;
  background-color: #fff;
  background: linear-gradient(45deg,#fff 0,#fff 100%);
  left: 0;
  top: 0;
  right: 0;
  border-radius: 10px;
}


.header .navbar .menu-item-list .dropdown-menu .dropdown-item{
 padding: 1rem 1.5rem;
}

.header .navbar .menu-item-list .dropdown-menu {
  margin-top: 2px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.header .navbar .navbar-toggler {
  font-size: 24px;
  color: #fff;
  border: none;
}

.header .btn-login{
  padding-left: 20px;
  padding-right: 10px;
  color: #fff!important;
}

.header .sign-up{
  padding: 2px 15px;
}

.header .btn-outline-primary.sign-up{
  border-color: #141414 !important;
  color: #141414 !important;
  z-index: 9999;
  background-color: #ffffff  !important;
}

.header a.btn-outline-primary.sign-up:hover{
  background: #fff!important;
  color: #333357!important;
  z-index: 9999;
}

.rotate {
    font-family: Pacifico, cursive;
    font-size: 52px;
    font-weight: 400;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

@media only screen and (max-width: 991.98px) {
.meida {
    font-size: 30px;
}
}
	

/*section banner*/
section.banner{
  min-height: 650px;
  position: relative;
  overflow: hidden;
  padding: 100px 0 200px 0;
  background: var(--color-custom4);
  /*background-image: linear-gradient( 
153deg , #ec2561 0, #fc4659 30%, #101010 0%); */
}

section.banner .contents{
  padding-top: 40px;
}

section.banner .contents .head-title{
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 10px;
  font-family: 'Poppins', serif;
}

section.banner .contents p{
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}

section.banner .contents .head-button{
  color: #222222;
}


section.banner .contents .head-button .btn-outline-primary.sign-up{
  color: #ffffff;
  font-weight: 600;
  background: #fff;
  border-color: #fff;
  box-shadow: 0 4px 15px 0 rgb(0 0 0);
}

section.banner .contents .head-button .btn-outline-primary.sign-up:hover{
  color: #141414;
  font-weight: 600;
  background: linear-gradient(45deg,#f84a55 0,#e31860 100%);
  border-color: #fff;
}

section.banner .intro-img img{
  animation: float 5s infinite ease-in-out;
}

section.core-services:before{
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 390px;
  background: #141414 url(../images/wave_background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

section.core-services{
  position: relative;
  padding: 289px 0 0px 0;
}


/*section our-services*/
section.our-services{
  color: #212529;
  position: relative;
  padding: 100px 0;
  background: #df2bb4;
  background: -webkit-linear-gradient(45deg, #e21e60, #f84b56) !important;
  background: -moz- oldlinear-gradient(45deg, #e21e60, #f84b56) !important;
  background: -o-linear-gradient(45deg, #e21e60, #f84b56) !important;
  background: linear-gradient(45deg, #e21e60, #f84b56) !important;
}

section.our-services .contents .head-title{
  font-size: 50px;
  font-weight: 500;
  font-family: 'Arvo', serif;
  color: #fff;
}

section.our-services .contents .border-line hr{
  max-width: 190px;
  margin-top: 5px;
  border: 2px solid #fff;
}

section.our-services .contents .desc{
  font-size: 18px;
  font-weight: 500;
}

section.our-services .feature-item{
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 400px;
  max-width: 420px;
  border-radius: 30px;
  box-shadow: 0 0 12px #434343;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

section.our-services .feature-item .animation-box{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.our-services .feature-item .animation-box:before{
  content: "";
  width: 205px;
  height: 205px;
  background: url(../images/three_dot_circle.svg) no-repeat center center;
  display: block;
  animation: rotation 8s linear 0s infinite;
}

section.our-services .feature-item .animation-box .icon{
  position: absolute;
  font-size: 40px;
}

section.our-services .feature-item i{
  font-size: 50px;
  display: block;
  margin-bottom: 15px;
  color: #c679e3!important;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
section.our-services .feature-item p{
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

section.our-services .feature-item:hover {
  background: #172ccb;
  background: -webkit-linear-gradient(45deg, #141414, #141414) !important;
  background: -moz- oldlinear-gradient(45deg, #141414, #141414) !important;
  background: -o-linear-gradient(45deg, #141414, #141414) !important;
  background: linear-gradient(45deg, #141414, #141414) !important;

  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
  color: #fff;
}


section.our-services .feature-item:hover i, section.our-services .feature-item:hover p{
  color: #fff!important;
}

section.our-services .feature-item h3{
  font-weight: 200;
  font-size: 30px;
}

section.our-services .feature-item p{
  margin-bottom: 30px;
}

/*about-area*/
section.about-area{
  background: #141414;
  min-height: 650px;
  position: relative;
  overflow: hidden;
  padding: 110px 0 80px;
}

section.about-area .contents{
  padding-top: 75px;
}

section.about-area .contents .head-title{
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 10px;
  font-family: 'Poppins', serif;
}

section.about-area .contents p{
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  font-size: 16px;
  line-height: 25px;
  color: #abacae;
}

section.about-area .contents .head-button{
  margin-top: 30px;
  color: #222222;
}

.about-area .btn-signin{
  color: #fff;
}


/*section-1*/
section.reviews{
  color: #212529;
  position: relative;
  padding: 100px 0;
  background: #fdf4fd;
}

section.reviews .contents .head-title{
  font-size: 50px;
  font-weight: 500;
  font-family: 'Arvo', serif;
}

section.reviews .item{
  padding: 40px 20px;
}

section.reviews .item .person-info .name{
  font-family: 'Arvo', serif;
  font-size: 18px;
  color: black;
  margin-bottom: 2px!important;
}

section.reviews .item .desc{
  color: #7e7e7e;
  font-size: 14px;
  line-height: 1.6;
}

section.reviews .item .star-icon{
  color: hsl(46, 100%, 49%);
}



/*section 3*/

section.section-3{
  color: #fa7778;
  position: relative;
  padding: 60px 0 40px;
  /* box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1); */
  color: #fff;
  background: var(--color-custom4);
}


.animatation-box-1 {
  position: relative;
}

.animated{
  position: absolute;
}

.icon1 {
  left: -138px;
  animation: LTRScale 5s infinite ease-in-out;
}
.icon2 {
  right: -60px;
  animation: rotation 10s infinite ease-in-out;
}

.icon3{
  top: 500px;
  left: -20px;
  right: 30px;
  z-index: 1;
  height: 80px;
  animation: fadeRTL 4s infinite ease-in-out;
}

.animation-2{
  position: relative;
}

.animation-2 .intro-img{
  animation: float 3s ease infinite;
}

.animation-2 .icon-1{
  left: 300px;
  height: 30px;
  animation: fade-up 1.8s infinite ease-in-out;
}

.animation-2 .icon-2{
  left: 360px;
  top: 35px;
  animation: fade-up 1.1s infinite ease-in-out;
}

.animation-2 .icon-3{
  left: 210px;
  top: -32px;
  animation: fadeLTR 1.5s infinite ease-in-out;
}

.animation-2 .icon-4{
  left: -14px;
  top: -32px;
  height: 35px;
  animation: heartBeat 1.1s infinite ease-in-out;
}

.animation-2 .icon-5{
  left: 440px;
  top: 171px;
  height: 40px;
  animation: tada 1.8s infinite ease-in-out;
}

.animation-2 .icon-6{
  left: 117px;
  top: -75px;
  height: 35px;
  animation: tada 1.8s infinite ease-in-out;
}

.animation-2 .icon-7{
  top: -61px;
  left: 350px;
  height: 35px;
  animation: tada 1.8s infinite ease-in-out;
}

.animation-2 .icon-10{
  left: -62px;
  top: 107px;
  animation: tada 1.8s infinite ease-in-out;
}

.animation-2 .icon-tree{
  bottom: -4px;
  height: 135px;
  animation: float 3s ease infinite;
}

/*auth-login-form*/


/*reponsive*/

@media (min-width: 1280px){
  .container {
    max-width: 85%;
  }
}

@media (max-width: 768px){
  .header .navbar .menu-item-list .dropdown-menu {
    margin-top: 10px;
  }
}

.header.shrink{
  background: #14141450!important;
  backdrop-filter: blur(10px);
  box-shadow: 0 0px 25px 0 #141414;
}


.header.shrink .navbar .navbar-nav .nav-link{
  color: #ffffff ;
  cursor: pointer;
  position: relative;
  background: transparent;
}

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

.header.shrink .navbar .navbar-nav .nav-link:hover{
  color: #ec2461 !important;
}

.header.shrink .navbar ul.navbar-nav li.nav-item.active:before, .header.shrink .navbar ul.navbar-nav li.nav-item:hover:before{
    content: "";
    height: 5px;
    margin: 0 auto;
    width: 90%;
    position: absolute;
    background: var(--color-custom2);
}

.header.shrink .btn-login{
  color: #ffffff!important;
  
}

.header.shrink .btn-login:hover{
  color: #fea921!important;
  font-weight: 600;
}

.header.shrink .sign-up{
  padding: 2px 15px;
}

.header.shrink .btn-outline-primary.sign-up{
  border-color: #141414!important;
  color: #141414 !important;
  z-index: 9999;
}

.header.shrink a.btn-outline-primary.sign-up:hover, .header a.btn-outline-primary.btn-statistics{
  font-weight: 600;
  color: #fff!important;
  z-index: 9999;
  border-color: #ec2461!important;
  background-color: #ec2461!important;
}

@media (max-width: 768px){
  .header .navbar .navbar-nav{
    margin:10px -35px 0px !important;
  }
  .header .navbar .navbar-nav li{
    line-height: 1em;
    padding: 8px 38px;
    border-bottom: 1px solid #ececec;
  }
  .header .navbar ul.navbar-nav li.nav-item.active:before, .header .navbar ul.navbar-nav li.nav-item:hover:before{
    display: none;
  }
  .header.shrink .navbar .navbar-toggler{
    color: #fff;
  }
  .header .btn-login-signup{
    padding: 10px;
  }

  .header .btn-login{
    padding-left: 0px!important;
  }
  
  section.about-area .contents, section.banner .contents {
    text-align: center;
  }  
  
  section.banner .box-image{
    margin-top: 150px!important;
  }
}

@media (min-width: 1280px){
  .container {
    max-width: 1200px;
  }
}


.auth-login-form{
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  /* background-image: url(../images/bg_auth.jpg); */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  /* background-size: cover; */
  background: var(--color-custom5);
}

.auth-login-form .form-login{
  width: 500px;
  background: var(--color-custom7);
  border-radius: 10px;
  overflow: hidden;
  padding: 65px 55px 54px 55px;
}

.auth-login-form .form-login .site-logo{
  padding-bottom: 20px;
}

.auth-login-form .form-login .site-logo img{
  max-height: 60px;
}

.auth-login-form .form-login .btn-submit{
  height: 50px;
  color: #fff;
  text-transform: uppercase;
}

.auth-login-form .form-login .btn-submit, .about-area .btn-signin{
}

.section-3 .btn-signin{
  color: #fff;
  background-image: linear-gradient(to right, #ff00cc 0%, #333399 51%, #ff00cc 100%);
}


.btn-gradient {
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.btn-gradient:hover {
  background-position: right center;
}

.form-login{
    padding: 50px 34px;
    background: var(--color-custom7);
    border-radius: 10px;
    color: #fff;
    position: relative;
    padding: 35px 35px 55px 35px !important;
}

.style-icon-logo {
    background: #fff;
    border-radius: 5px;
    margin: 1%;
    padding: 3%;
}

@media (max-width:790px) {
  #whole {
    padding: 15px;
    width: 98%;
    margin: auto;
    background-image: none;
  }

#whole {
  padding: 80px 20px;
  background: var(--color-custom4);
}

  #whole .row {
    padding: 21px 15px;
  }

  .title {
    font-size: 20px !important;
  }

  .txt {
    font-size: 14px;
    line-height: 1.3;
  }
}

@media (min-width:790px) {
  #whole .row {
    padding: 50px 25px;
    background-image: url(https://www.featgram.com/assets/images/giftbox1.png);
    background-position: right;
    background-repeat: no-repeat;
    align-items: center;
    align-content: center;
  }
#whole {
  padding: 80px 10px;
}
}

#whole {
  background: var(--color-custom7);
}

#whole .row{background-color: var(--color-custom2);border-radius: 25px;border: 1px solid var(--color-custom2);}
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
} */


::selection{
  color: #fff;
  background: #ff7979;
}
.mod19{
        display: flex;
    justify-content: center;
}
.mod1900{
    background: var(--color-custom7);
    width: 100%;
}
.wrapper{
  max-width: 1080px;
  padding: 10px 20px;
  position: relative;
  background: var(--color-custom7);
}
.wrapper .center-line{
  position: absolute;
  height: 100%;
  width: 4px;
  background: #fff;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}
.wrapper .row{
  display: flex;
}
.wrapper .row-1{
  justify-content: flex-start;
}
.wrapper .row-2{
  justify-content: flex-end;
}
.wrapper .row section{width: calc(50% - 40px);padding: 21px;position: relative;margin-top: 10px;border-radius: 10px;background: var(--color-custom2);color: #fff;}
.wrapper .row section::before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #fff;
  top: 28px;
  z-index: -1;
  transform: rotate(45deg);
}
.row-1 section::before{
  right: -7px;
}
.row-2 section::before{
  left: -7px;
}
.row section .icon,
.center-line .scroll-icon{
  position: absolute;
  background: #f2f2f2;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ff7979;
  font-size: 17px;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
}
.center-line .scroll-icon{
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}
.row-1 section .icon{
  top: 15px;
  right: -60px;
}
.row-2 section .icon{
  top: 15px;
  left: -60px;
}
.row section .details,
.row section .bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row section .details .title{
  font-size: 22px;
  font-weight: 600;
}
.row section p{
  margin: 10px 0 17px 0;
}
.row section .bottom a{
  text-decoration: none;
  background: var(--color-custom7);
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  /* font-size: 17px; */
  font-weight: 400;
  transition: all 0.3s ease;
}
.row section .bottom a:hover{
  transform: scale(0.97);
}
@media(max-width: 790px){
  .wrapper .center-line{
    left: 40px;
  }
  .wrapper .row{
    margin: 30px 0 3px 60px;
  }
  .wrapper .row section{
    width: 100%;
  }
  .row-1 section::before{
    left: -7px;
  }
  .row-1 section .icon{
    left: -60px;
  }
}
@media(max-width: 440px){
  .wrapper .center-line,
  .row section::before,
  .row section .icon{
    display: none;
  }
  .wrapper .row{
    margin: 40px 0;
  }