@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@500&family=Kaushan+Script&family=Nanum+Gothic&family=Nunito+Sans:wght@300&family=Raleway:wght@300&family=Roboto:wght@300&family=Ubuntu:wght@300&display=swap');



*{

  margin: 0px;
  padding: 0px;
}



ul {
    margin: 0px;
    padding: 0px;
}


#container{
	width: 95%;
	max-width: 800px;
// 	height: 500px;
margin-bottom: 20px;
	position: relative;
	border-radius: 20px;
	box-shadow: 0 14px 28px -10px rgba(0, 0, 0, .1), 0 10px 10px -10px rgba(0, 0, 0, .02);
	transform-style: preserve-3d;}

.footer-section {
  background: #fafafa;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #333333;
  line-height: 28px;
}
.footer-social-icon span {
  color: #333333;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  display: grid;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.fbLogo , .googleLogo ,.twitterLogo{
  height: 40px;
  width: 40px;
  filter: invert(1);
  transition: transform .3s;

}
.fbLogo:hover , .googleLogo:hover ,.twitterLogo:hover{
  transform: scale(1.3);;
}
.facebook-bg{
  background: #3B5998;
}

.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: rgb(83 48 170)
}
.footer-widget ul li {
  display: inline-block;
  /*float: left;*/
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: rgb(0 231 255);
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #4d29a6;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color:#fafafa;
}
.copyright-text p a{
  color: rgb(83 48 170);
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: rgb(0 231 255);
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.h-300{
  height: 300px;
}

.infoPic{
  height: 300px;
  border-radius: 20px;
  transition: transform .5s;
}

.infoPic:hover{
  transform: scale(1.05);
}

@media only screen and (max-width: 940px) and (min-width: 768px) {
  .infoPic{
    max-width: 357px;
  }
}


.zoomTrans{
  transition: transform .5s;
}

.zoomTrans:hover{
  transform: scale(1.05);
}


.info-title1{
  font-size: 48px;
  font-weight: 800;
}


.info-title2 , .info-title3{
  font-size: 40px;
  font-weight: 800;

}

/* testimonial */


html,
body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
.slider {
  width: 100%;
  /* margin: 100px auto; */
}
.slick-slide {
  margin: 10px 20px;
}
.slick-list {
  padding: 15px 50px !important;
}
.slick-slide img {
  width: 100%;
  transform: scale(0.9);
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-dotted .slick-current img {
  transform: scale(1.1);
}
.flip-card-back {
    opacity: 0;
    transform: rotateY(180deg);
}
.flip-card-inner:hover .flip-card-front {
    opacity: 1;
}
.flip-card-inner:hover .flip-card-back {
    opacity: 1;
    transition: .8s;
    transform: rotateY(360deg);
}
button.slick-prev.slick-arrow {
  top: 330px;
    left: 47.5%;
    bottom: -70px;
}
button.slick-next.slick-arrow {
    right: 48.8%;
    bottom: -70px;
    top: 330px;
}
.ancher a {
    text-decoration: none;
    padding: 8px 30px;
    border: 2px solid #2f99a3;
    color: #2f99a3;
    font-size: 18px;
    border-radius: 50px;
    position: relative;
    top: 20px;
}
.flip-card-slider {
  list-style-type: none;
  text-align: center;
  display: block;
  position: relative; }
  .flip-card-slider.slick-dotted {
    margin-bottom: 50px; }
  .flip-card-slider .slick-prev, .flip-card-slider .slick-next {
    height: 60px;
    width: 60px;
    opacity: 0; }
    .flip-card-slider .slick-prev:before, .flip-card-slider .slick-next:before {
      font-size: 60px; }
  .flip-card-slider.slick-dotted {
    padding-bottom: 100px; }
  .flip-card-slider li {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    width: 100%; }
  .flip-card-slider .slick-track {
    padding: 50px 0; }
  .flip-card-slider .slick-dots {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-left: 0;
    bottom: 0; }
    .flip-card-slider .slick-dots li {
      display: inline-block !important;
      width: auto;
      height: auto;
      padding: 2px 0;
      display: inline-block;
      margin: 10px 5px;
      -webkit-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
      cursor: pointer; }
      .flip-card-slider .slick-dots li.slick-active button {
        background-color: #ABC74A; }
      .flip-card-slider .slick-dots li button {
        width: 50px;
        margin: 0 auto;
        text-align: center;
        height: 8px;
        padding: 0;
        background-color: #C4C1C4;
        border-radius: 7px;
        list-style: none;
        display: inline-block; }
        .flip-card-slider .slick-dots li button:before {
          display: none; }
.flip-card {
  width: 100%;
  height: 300px;
  -webkit-perspective: 1000px;
  perspective: 1000px; }
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  height: 300px;
}
.flip-card-inner-top {
  background: #ABC74A;
  height: 15px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  }
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); }
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  /* -webkit-backface-visibility: hidden; */
  /* backface-visibility: hidden; */
  background-image: linear-gradient(-31deg, #F4F2F4 0%, #FFFFFF 100%);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  }
  .flip-card-front.fc-not-flex, .flip-card-back.fc-not-flex {
    display: block; }
.flip-card-front {
  font-family: "azo-sans-web", sans-serif;
  font-size: 24px;
  color: #2F99A3;
  text-align: center;
  line-height: 28px;
  border-radius: 12px;
  word-wrap: break-word; }
  .flip-card-front i {
    margin: 0 auto 20px;
    font-size: 65px;
    color: #ABC74A;
    display: block; 
        position: relative;
    top: 20px;  
      
  }
.flip-card-padding {
  padding: 0 20px; }
.flip-card-back {
  font-family: "azo-sans-web", sans-serif;
  font-size: 24px;
  color: #2F99A3;
  text-align: center;
  line-height: 28px;
  /* transform: rotateY(180deg); */
  border-radius: 12px;
  word-wrap: break-word;
  }
  .flip-card-back .back-title {
    padding-top: 24px;
    padding-bottom: 0;
    margin-bottom: 15px; }
  .flip-card-back p {
    font-size: 14px;
    color: #424F62;
    text-align: center;
    line-height: 24px; }
.flip-card-back p, .flip-card-front p {
    font-size: 18px;
    color: #424F62;
    text-align: center;
    line-height: 24px;
}
.slick-prev:before, .slick-next:before {
    color: #b4da2f !important;
    font-size: 30px !important;
}
.slick-prev:before {
    content: '\f053' !important;
    font-family: fontawesome !important;
}
.slick-next:before {
    content: '\f054' !important;
    font-family: fontawesome !important;
}
@media(min-width: 1170px) {
  .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.1);
}
}
@media only screen and (max-width: 1024px) and (min-width: 700px) {
    .flip-card-inner {
    height: 360px !important;
}
button.slick-prev.slick-arrow {
    top: unset;
    left: 47%;
    bottom: -70px;
}

button.slick-next.slick-arrow {
    top: 30pc;
    right: 22pc;
}
}
@media(max-width: 768px) {
  button.slick-next.slick-arrow {right:45.8%;}
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  button.slick-prev.slick-arrow {
    top: 350px;
    left: 42%;
    bottom: -70px;
}
button.slick-next.slick-arrow {
  right: 42%;
  bottom: -70px;
  top: 300px;
  left: unset;
}

}
@media(max-width: 640px) {
 .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.1);
} 
  button.slick-prev.slick-arrow {
    top: 28pc;
    left: 9pc;
}
button.slick-next.slick-arrow {
    top: 28pc;
    right: 9pc;
}
   .flip-card-inner {
    height: 360px !important;
}
  
}
@media(max-width: 600px) {
  
  button.slick-next.slick-arrow {
    right: 38%;
    bottom: -70px;
    top: unset;
    left: unset;
}
}
@media(max-width: 360px) {
  
  button.slick-next.slick-arrow {
    right: 42%;
    bottom: -70px;
    top: 300px;
    left: unset;
}
}


/* card  */


/* .card{

  width: 550px;
  margin-bottom: 30px;
  transition: transform .5s;
}
.card:hover{
  transform: scale(1.05);

} */

.buyBtn{
  width: 300px;
  margin-left: 88px;
    margin-top: 30px;
}

.carousel-inner{
  height: 80vh;
}




/* navbar */

body {
  margin: 0;
  padding: 0;
  /* font-family: sans-serif; */
      background-color: #dee5e5;
}

.responsive-bar {
  display: none;
}

nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  padding: 10px 100px;
  box-sizing: border-box;
  transition: .5s;
}

nav.black {
  background: #4d29a6 !important;
  height: 80px;
  padding: 10px 50px;
}

nav .logo {
  float: left;
}

nav .logo img {
  height: 60px;
  transition: .5s;
}

.navFilter {
  -webkit-filter: grayscale(1) invert(1);
}

nav.black .logo img {
  height: 60px;
}


.navContant {
  display: flex;
  justify-content: center;
  
}

nav>ul {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  float: right;
}

nav>ul>li {
  list-style: none;
  display: inline-block;
  margin: 0px 30px;
}

nav>ul>li>a:hover {
  background: #5f676a;
  color: #efe9e9;
}

nav>ul>li>a {
  color: #f5f3fa;
  text-decoration: none;
  text-transform: uppercase;
  /*for capitalisation of letters */
  line-height: 54px;
  padding: 5px 20px;
  transition: .5s;
}

nav.black>ul>li>a {
  color: #fff;
  line-height: 60px;
}



@media  (max-width:967px) {
  nav>ul>li {
margin: 0px 5px;}

}


@media(max-width:768px) {
  .responsive-bar {
      display: block;
      width: 100%;
      height: 60px;
      background: #262626;
      position: fixed;
      top: 0;
      left: 0;
      padding: 5px 20px;
      box-sizing: border-box;
      z-index: 1;
  }

  .responsive-bar .logo img {
      float: left;
      height: 50px;
  }
  .navContant {
  display: none;
  
}
.aLink{
  color: white!important;
margin-top: 20px;
}


  .responsive-bar .menu h4 {
      float: right;
      color: #fff;
      margin: 0;
      padding: 0;
      line-height: 50px;
      cursor: pointer;
      text-transform: uppercase;
  }

  nav {
      padding: 0;
  }

  nav,
  nav.black {
      background: #262626;
      height: 60px;
      padding: 0;
  }

  nav .logo {
      display: none;
  }

  nav ul {
      position: absolute;
      width: 100%;
      top: 60px;
      left: 0;
      background: #262626;
      float: none;
      display: none;
  }

  nav ul.active {
      display: block;
  }

  nav ul li {
      width: 100%;
  }

  nav ul li a {
      display: block;
      padding: 0;
      width: 100%;
      text-align: center;
      line-height: 30px !important;
      color: #fff;

  }

 

  .gridLogo {
      -webkit-filter: grayscale(1) invert(1);
  }
 

  nav>ul {
      width: 100%;
      display: none;
  }

  nav>ul>li {
      display: block;
      text-align: center;
  }

  .active {
      display: block;
  }
}



/* navbar end */

.navbar-brand img{

  height: 50px;
  width: 100px;
  /* -webkit-filter: grayscale(1) invert(1);
filter: grayscale(1) invert(1); */
}

.navbar-nav{
  margin-left: 300px;
}

.cardAmount{
  font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}


.topNavText{
  font-size:20px; 
  font-weight:bold;
  margin-top: 6px;
  height: 30px;
}

@media only screen and (max-width: 375px) {
 .buyBtn{
  margin-left: 25px;
 }
.navbar-nav{
  margin-left: 40px;
}

.carousel-inner {
  height: 43vh;
}
.timing{
  margin-top: 103px!important;
}



}

@media only screen and (min-width: 300px) and (max-width:600px) {
  .topNavText{
    font-size: 13px!important;
  }
  
  .glow-on-hover{
    width: 280px!important;
  }

}



.dropbtn {
  background-color: rgb(33, 37, 41);
  color: white;
  border-radius: 10px;
  border: none;
  padding: 7px;
    font-size: 16px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #81e9d6;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color: rgb(28, 235, 194);
}

/* button css */


.glow-on-hover {
  width: 330px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.planBtn{
  border: 2px #00ffd5;
  animation: glow 1s infinite ;
  
}


@keyframes glow{
  0%{
  box-shadow: 5px 5px 20px rgb(93, 52, 168),-5px -5px 20px rgb(93, 52, 168);}
  
  50%{
  box-shadow: 5px 5px 20px rgb(81, 224, 210),-5px -5px 20px rgb(81, 224, 210)
  }
  100%{
  box-shadow: 5px 5px 20px rgb(93, 52, 168),-5px -5px 20px rgb(93, 52, 168)
  }
}



.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #000
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}


.topNav{
  /* position: fixed;
  z-index: 999;
  width: 100%; */

  position: fixed;
  height: 80px;
 
  width: 100%;
  z-index: 9999;
  box-sizing: border-box;
  transition: .9s;
  animation: sticky 1s;
  transition: all 500ms ease;


}
.topNavBg{
  background-color: #4d29a6;

}

 /* .topNav.active {
  height: 78px;
  padding: 0 150px;
  background: #fff;
  top:0;} */



  .timing{
    /* background-color: #000;
    color: #22e0ff; */
    color: #62efe2;
    font-size: 40px;
    font-weight: 500;
    width: 100%;
    height: 99px;
    /* margin-top: 56px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }


 .aLink {
    text-decoration: none;
    color: #f5f3fa;
    font-family: 'Nunito Sans', sans-serif;
  }
  .aLink:hover{
    color: rgb(241, 240, 240);
  }
  
  .aLink img{
    width: 20px;
    
  }
  .aLink img:hover{
    -webkit-filter: grayscale(1) invert(1);

  }



  .privacyBg{
    height: 500px;
    color:white;
    font-size: 50px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;

  }


  .privacyTitle{
    font-size: 40px;
    color: #0b0ba7;
    font-weight: 600;
  }
  
  .privacyBanner{
    height: 300px;
  }
  
  .privacyTitle2{
    margin-top: 30px;
    margin-bottom: 15px;
    color: #19e2e5;
    font-size: 20px;
    font-weight: 500;
  }

  .privacyTitle3{
    margin-top: 30px;
    margin-bottom: 15px;
    color: #0c78d7;
    font-size: 20px;
    font-weight: 500;
  }
  .privacyTitle4{
    color: #091ce9;
    font-size: 15px;
    font-weight: 500;
  }

  .bold-700{
    font-weight: 700;
  }

.bid-title{  
  color: #62efe2;
  font-family: 'Kaushan Script', cursive; 
  font-size: 60px;
  font-weight: 600;
}
  
.btn-color{
        color: #fafafa !important;
    background: #4d29a6 !important;
}

.contactPage{
    background-color: black;
    color: white;
    height: 400px;
    width: 1343px;
        border-radius: 20px;
          display: flex; 
     justify-content: center; 
     align-items: center; 
        flex-direction: column;
}

@media only screen and (max-width: 1375px) and (min-width:1024px) {
 .contactPage{
    width: 1000px;
 }
}
@media only screen and  (min-width:768px) and (max-width: 1023px) {
 .contactPage{
    width: 640px;
 }
}
@media only screen and  (min-width:500px) and (max-width: 767px) {
 .contactPage{
    width: 640px;
 }
}
.contactHead{
     display: flex; 
     justify-content: center; 
     align-items: center; 
     padding-top: 100px;
     padding-bottom: 13px;
}

.contactTitle{
    font-size: 36px;
    font-weight: 600;
  
}
.contactLink{
   color: white;
    font-size: 25px;
    margin: 15px 0px;
}




