@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');/* Headings in Ubuntu */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');/* Body in Roboto */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,900;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');/* Headings in Poppins */
*
{
  margin: 0;
  padding: 0;

}
body{
  background-color: rgba(255, 255, 255, 0.053)important;
}
/* cutom Scrollbar */
::-webkit-scrollbar
{
  width: 12px;
  /* height: 100px; */
  height: 5px!important;
}
::-webkit-scrollbar-track
{
  background-color: #d1e5ff;
  
}
::-webkit-scrollbar-thumb{
  background: #12c4a0;

  border-radius: 10px;
  height: 2px!important;
}
/* cutom Scrollbar */
/* owl */
.owl-dots {
    text-align: center;
  }
  .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #ccc !important;
    margin-left: 3px;
    margin-right: 3px;
 overflow: hidden;
    outline: none;
  }
  .owl-dots .owl-dot.active {
    background: #12c4a0 !important;
  }
/* owl */
p,a
{
  font-family: "Roboto", sans-serif;
  color: #2a282fea;
}
.backindex{
    background-color: #edededfc;
    padding: 20px;
}
h1,h2,h3,h4,h5,h6
{
  /* font-family: "Poppins", sans-serif!important; */
  font-family: "Ubuntu", sans-serif;

    font-weight: 550!important;
}
.navbar
{
  border-end-end-radius: 30px;
  border-end-start-radius: 30px;
  /* background-color: rgba(0, 0, 0, 0.915)!important; */
  background-color: #21242b !important;
  /* backdrop-filter: blur(10px); */
}
/*  */
.navbar-nav .nav-item .nav-link {
  background-image: linear-gradient(
    to right,
    #12c4a0,
    #12c4a0 50%,
    #ffffff 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  font-weight: 600;

}

.navbar-nav .nav-item .nav-link::before {
  content: '';
  background: #12c4a0;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item .nav-link:hover 
{
  background-position: 0;
}
.navbar-nav .nav-item .nav-link:hover::before {
  width:100%;
  
}
.navbar-nav .nav-item.nav-link:active
{
  color: #12c4a0!important;
}
.navbar-toggler
{
  border: 2px solid white!important;
}
.navbar-toggler:focus {
  text-decoration: none !important;
  outline: 0 !important;
  box-shadow:0 0 0 white !important;
}





.sign {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 15px 30px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #725AC1;
    background-color: transparent!important;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid #12c4a0;
    border-radius: 10px!important;
    box-shadow: inset 0 0 0 0 #07ffcd4e;/*fill start + End Of hover */
  }
  
  .sign:hover {
    color: white;
    box-shadow: inset 0 -100px 0 0 #12c4a034;  /* when hovers */
  }

  .sign:active {
    transform: scale(0.9);
  }
  .login
  {
        position: relative;
    display: inline-block;
    margin: 15px;
    padding: 15px 30px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #725AC1;
    background-color: transparent!important;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid #12c4a0;
    border-radius: 10px!important;
    box-shadow: inset 0 0 0 0 #07ffcd4e;/*fill start + End Of hover */
  }
  .login:hover
  {
    color: white;
    box-shadow: inset 0 -100px 0 0 #12c4a034;  /* when hovers */
  }
  .login:active
  {
    transform: scale(0.9); 
  }
  .end
  {
    margin-top: 100px;
    background-color: #21242b !important;
    color: white!important;
    padding-top: 20px;
  }
  .end h3{
    color: #12e1b8 !important;
  }
  .end2
  {

    background-color: #21242b !important;
    color: white!important;
    border-top:1px solid rgba(255, 255, 255, 0.556) ;
  }
  .ic {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0 auto;

  }
 

  .main {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
  
  .up {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
  }
  
  .down {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
  }
  
  .card1endicon {
    width: 70px;
    height: 70px;
    outline: none;
    border: none;
    background: white;
    border-radius: 90px 5px 5px 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
      rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: 0.2s ease-in-out;
  }
  
  .whatsapp {
    margin-top: 1.5em;
    margin-left: 1.2em;
    fill: #00ff00;
  }
  
  .card2endicon {
    width: 70px;
    height: 70px;
    outline: none;
    border: none;
    background: white;
    border-radius: 5px 90px 5px 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
      rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: 0.2s ease-in-out;
  }
  
  .linkedin {
    margin-top: 1.5em;
    margin-left: -0.9em;
    fill: #0077b5;
  }
  
  .card3endicon {
    width: 70px;
    height: 70px;
    outline: none;
    border: none;
    background: white;
    border-radius: 5px 5px 5px 90px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
      rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: 0.2s ease-in-out;
  }
  
  .github {
    margin-top: -0.6em;
    margin-left: 1.2em;
  }
  
  .card4endicon {
    width: 70px;
    height: 70px;
    outline: none;
    border: none;
    background: white;
    border-radius: 5px 5px 90px 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
      rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: 0.2s ease-in-out;
  }
  
  .discord {
    margin-top: -0.9em;
    margin-left: -1.2em;
    fill: #8c9eff;
  }
  
  .card1endicon:hover {
    cursor: pointer;
    scale: 1.1;
    background-color: #00ff00;
  }
  
  .card1endicon:hover .whatsapp {
    fill: white;
  }
  
  .card2endicon:hover {
    cursor: pointer;
    scale: 1.1;
    background-color: #0077b5;
  }
  
  .card2endicon:hover .linkedin {
    fill: white;
  }
  
  .card3endicon:hover {
    cursor: pointer;
    scale: 1.1;
    background-color: black;
  }
  
  .card3endicon:hover .github {
    fill: white;
  }
  
  .card4endicon:hover {
    cursor: pointer;
    scale: 1.1;
    background-color: #8c9eff;
  }
  
  .card4endicon:hover .discord {
    fill: white;
  }
  

  


  
/* End list */

.endfoota{
  box-shadow: inset 0 0 0 0 #12c4a0;
  color: #ffffff;
  padding: 6px;
  border-radius: 8px;
  margin: 0 -.25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
font-size: 18px;
font-weight: 600;
}
.endfoota:hover{
  color: #000000;
  box-shadow: inset 200px 0 0 0 #12c4a0;
}
/*  */


/*  */
.footp p{
    color: white !important;
   }

.y-blnk
{
  color: white;
  text-decoration: none;
  font-size: 17px;
}
  .y-blnk:hover
{
  background-image: linear-gradient(125deg, rgb(255, 255, 255) 40%, #12c4a0 30%)!important;
  background-clip: text!important;
  color: transparent!important;
}
.nav-background {
    padding: 4px 0 !important;
      height: auto !important;
      transition:all 2s ease-in-out !important;
      
    
    }
    .on-scroll{
    background-color: #2a2f34 !important;
      box-shadow: 0 0.125rem 1.75rem 0 rgb(0,0,0,0.03) !important;
      transition:all .15s ease-in-out !important;
      box-shadow: 0 0.125rem 1.75rem 0 rgb(0,0,0,0.03) !important;
      border-radius: 54px !important;
      margin-top: 7px !important;
      margin-left: 12px !important;
      width: 98% !important;
      padding: 10px !important;

    }
 /* slider1 */
 .back {
    background: #38373781 !important;
    backdrop-filter: blur(1px) !important;
    text-align: center !important;
    color: white !important;
}

/* sec1 blur effect */
.carddb-container {
    width: 300px;
    height: 300px;
    position: relative;
    border-radius: 10px;
    margin: auto;
  }
  
  .carddb-container::before {
    content: "";
    z-index: -1;
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.4);
    transform: translate3d(0, 0, 0) scale(0.95);
    filter: blur(20px);
  }
  
  .carddb {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
  }
  
  .carddb .img-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
background-color: rgba(0,0,0,0.3);
    transition: scale 0.6s, rotate 0.6s, filter 1s;
  }
  
  .carddb .img-content svg {
    width: 50px;
    height: 50px;
    fill: #212121;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  }
  
  .carddb .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    color: #e8e8e8;
    padding: 20px 24px;
    line-height: 1.5;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(50px);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  }
  
  .carddb .content .heading {
    font-size: 32px;
    font-weight: 700;
  }
  
  .carddb:hover .content {
    opacity: 1;
    transform: translateY(0);
  }
  
  .carddb:hover .img-content {
    scale: 2.5;
    rotate: 30deg;
    filter: blur(7px);
  }
  
  .carddb:hover .img-content svg {
    fill: transparent;
  }
  /* blur */


  /* sec2  book*/
  .book {
    position: relative;
    border-radius: 10px;
    width: 300px;
    height: 350px;
    background-color: whitesmoke;
    -webkit-box-shadow: 1px 1px 12px #000;
    box-shadow: 1px 1px 12px #00000056;
    -webkit-transform: preserve-3d;
    -ms-transform: preserve-3d;
    transform: preserve-3d;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    flex-direction: column;
    margin: 0 auto;
  }
  
  .cover {
    top: 0;
    position: absolute;
    background-color: lightgray;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-box-shadow: 1px 1px 12px #000;
    box-shadow: 1px 1px 12px #0000005b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .book:hover .cover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: rotatey(-80deg);
    -ms-transform: rotatey(-100deg);
    transform: rotatey(-100deg);
  }
  .radius1
  {
    border-radius: 10px!important;
  }
  /*  sec2  book*/ 

/* sec3  turn*/
.flip-card {
    background-color: transparent;
    width: 300px;
    height: 350px;
    perspective: 1000px;
    font-family: sans-serif;
    margin: 0 auto;
  }
  
  .title {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    margin: 0;
  }
 
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    cursor: pointer;
  }
  
  .flip-card-front, .flip-card-back {
    box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 1rem;
  }
  
  .flip-card-front {
  
       background-color: rgba(0, 0, 0, 0.093);
    color: rgb(255, 255, 255);
  }
  
  .flip-card-back {
  
    transform: rotateY(180deg);
    background: #080808cc!important;
    text-align: center !important;
  }
  .radius
  {
    border-radius: 1rem;
  }
  /* Sec3 turn */

  
  
  /* sec4 fill blur*/


#card1-area{
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif; 
  box-sizing: border-box;
}

.box-area{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px;
    margin-top: 50px;
}
.box {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
    width: 280px;
    height: 300px;
    margin:0 auto;
}
.box img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    transition: transform 0.5s;
}
.overlay {
	width: 100%;
	height: 0;
	background: linear-gradient(transparent,#000000a7 58%);
	border-radius: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	font-size: 14px;
	transition: height 0.5s;
}
.overlay h3 {
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 80%;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 30px;
	letter-spacing: 2px;
}
.overlay a {
	margin-top: 10px;
	color: #484848;
	text-decoration: none;
	font-size: 14px;
	background: #fff;
	border-radius: 50px;
	text-align: center;
	padding: 5px 15px;
}
.box:hover img{
    transform: scale(1.1);
}
.box:hover .overlay{
    height: 100%;
    color: white;
}
 /* sec4 fill blur*/


/* sec5 overlay */
.imgtxt
{
    /* top: 100%; */
    right: 100%;
 width: 100%;
 height: 100%;
    background-color: rgba(0, 0, 0, 0.636);
    transition: .5s all linear;
    text-align: center;
}
.imgtxt1
{
    /* top: 100%; */
    left: 100%;
 width: 100%;
 height: 100%;
    background-color: rgba(0, 0, 0, 0.636);
    transition: .5s all linear;
    text-align: center;
}
.cardd1
{
    width: 280px;
    height: 300px;
    margin: auto;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    cursor: pointer;

}
.cardd1 img
{
    border-radius: 50%;
}
.cardd1:hover .imgtxt
{
  cursor: pointer;
    bottom:0;
    /* top: 0; */
    right: 0;
}
.cardd1:hover .imgtxt1
{
  cursor: pointer;
    bottom:0;
    /* top: 0; */
    left: 0;
}
.colr1
{
    color:#393c5b!important;
}

/* Badrinath */
.than1
{
  color: rgb(13, 0, 255)!important;
  font-size: 30px;
}

/* testimonial */
.testimonial .testimonial-wrapper
{
    box-shadow: 0px 0px 0px 10px  rgba(0, 0, 0, 0.2);

    background-color: var(--bg-white);
    margin: auto;
    padding: 1rem 5rem;
    border:  .2px solid gainsboro;
}
.than
{
  color: red!important;
  font-size: 30px;
}

/* Glass */
.contain22
{
  width: 100%;
  height: 100%;
  background-image: url(back.png);
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card22
{
  /* width: 90%; */
  /* max-width: 440px; */
  width: 280px;
  /* height: 300px; */
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  /* padding: 50px 35px; */
  border: 1px solid rgba(255, 255, 255, 0.3);
  background:rgba(255, 255, 255, 0.2); 
  border-radius: 16px;
  box-shadow: 0 4px 30px  rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  margin: auto;
}
.card22 img
{
  width: 140px;
  border-radius: 50%;
}
.card22 h2{
  font-size: 40px;
  font-weight: 600;
  margin-top: 20px;
}
.card22 p
{
  margin-top:10px auto ;
  font-size: 18px;
  max-width: 330px;
}
.card22 .linkes img
{
  width: 40px;
  border-radius: 50%;
  margin-top: 10px 5px;
  transition: background 0.5s;
}
.card22 .linkes img:hover
{
  background: #ff01cf;
}
.btn-yash
{
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  background: #fff;
 color: #ff01cf;
 padding: 10px 30px;
 border-radius: 30px;
 margin: 30px 0 10px;
}


/* sebottom to left*/
.card1 h3 {
  color: #262626;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}

.card1 p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;

  &.small {
    font-size: 14px;
  }
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #00838d;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card1 {
  display: block;
  position: relative;
  /* max-width: 262px; */
    background-color: #4df3ff26;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  margin: auto;

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    /* Fill all */
    height: 35px;
    width: 35px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
  }

  &:hover:before {
    transform: scale(21);
  }
}

.card1:hover {
  p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
  }
  h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }
}

/* Dribble */
.darksoul-card2
{
    display: flex;
    margin: auto;
    width: 300px;
    height: 200px;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 5px 60px rgb(235, 235, 235), -5px -5px 60px rgb(237, 237, 237);
    border-radius: 15px;
    transition: all 2s;
    align-items: start;
    justify-content: center;
    font-family: 'Belanosima', sans-serif;
}
.darksoul-card3
{
    display: flex;
    margin: auto;
    width: 300px;
    height: 200px;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 5px 60px rgb(235, 235, 235), -5px -5px 60px rgb(237, 237, 237);
    border-radius: 15px;
    transition: all 2s;
    align-items: end;
    justify-content: left;
    font-family: "Kaushan Script", cursive;
}

.circle2
        {
            position: absolute;
            margin: auto;
            margin-top: 35px;
            width: 50px;
            height: 50px;
            background-color: rgb(42, 42, 42);
            border-radius: 50%;
            transition: all 0.5s;
            
        }
        .darksoul-card2:hover .circle2
        {
            margin-top: 0px;
            background-color: rgb(42, 42, 42);
            width:300px;
            height: 200px;
            border-radius: 15px;
            transition: all 0.5s;
        }
        .darksoul-card2:hover .content
        {
            color: white;
        }
        .circle3
        {
            position: absolute;
            margin: auto;
            margin-top: 35px;
            width: 50px;
            height: 50px;
            background-color: rgb(255, 201, 201);
            border-radius: 0px 50px 0px 15px;
            transition: all 0.5s;
            
        }
        .darksoul-card3:hover .circle3
        {
            margin-top: 0px;
            background-color: rgb(255, 201, 201);
            width: 300px;
            height: 200px;
            border-radius: 15px;
            transition: all 0.5s;
        }
        .content
        {
            margin: auto;
            z-index: 100;
            color: black;
            font-weight: 500;
        }
     
        .darksoul-card2 i
        {
          color: white;
            position: absolute;
            margin: auto;
            margin-top: 35px;
            padding-top: 12px;
            z-index: 100;
        }
        .darksoul-card3 i
        {
            position: absolute;
            margin: auto;
            padding-left: 8px;
            padding-bottom: 8px;
            z-index: 100;
        }
        .disclaimer
        {
            position: absolute;
            bottom: 0px; 
            left: 0; 
            margin-left: auto; 
            right: 0; 
            margin-right: auto; 
            width: fit-content;
            color: rgb(0, 0, 0);
            text-align: center;
        }
        .disclaimer a
        {
            text-decoration: none;
            color: #202020;
            font-family: "Kaushan Script", cursive;
            font-weight: 900;
        }
        .disclaimer a:hover
        {
            text-decoration: overline;
        }
        .line
        {
          background-color: #12c4a0;
        }
        .containerr {
            width: 200px;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            /* padding: 20px; */
            margin: auto;
            font-size: 16px;
            border-radius: 6px;
            /* background-color: #21242b60; */
            /* border-bottom: 10px solid #18f98f;
            backdrop-filter: blur(10px); */
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
          }
          .counterimg{
            background: url(mapwrld.png) #0e2244 no-repeat center;
            background-size: contain;
            padding: 50px;
          }
        .containerr i {
            color: #18f98f;
            font-size: 2.5em;
            text-align: center;
            padding: 20px;
            /* height: 50px;
            width: 50px; */
            margin: auto;
            backdrop-filter: blur(10px);
            background-color: #ffffff53;
            border-radius: 50%;
          }
          span.num {
            color: #ffffff;
            display: grid;
            place-items: center;
            font-weight: 600;
            font-size: 3em;
          }
          span.text {
            color: #e0e0e0;
            font-size: 1em;
            text-align: center;
            pad: 0.7em 0;
            font-weight: 400;
            line-height: 0;
            
          }


          .product-itemcaro{
            border: 2px solid rgba(0, 0, 0, 0.415);
            border-radius: 5px;
            /* for 3d tilt parent */
            transform-style: preserve-3d !important;
        }
        .product-imgcaro{
            position: relative;
            overflow: hidden;
        }
        .btnscaro{
            position: absolute;
            left: 0;
            bottom: -100%;
            font-size: 15px;
            font-weight: 300;
            transition: all 0.3s ease-in-out;
        }
        .btnscaro button{
            border: none;
            background-color: rgb(255, 0, 0);
            color: #fff;
            transition: all 0.3s ease-in-out;
        }
        .btnscaro button:hover{
            color: #fcb941;
        }
        .product-imgcaro:hover .btnscaro{
            bottom: 0;
        }
        
        .heart-icon{
            position: absolute;
            top: 16px;
            right: 15px;
            font-size: 18px;
        }
        .heart-icon:active{
            color: red !important;
        }
        
        .product-type{
            font-size: 13px;
            opacity: 0.8;
        }
        .product-namecaro{
            transition: all 0.3s ease-in-out;
        }
        .product-namecaro:hover{
            color: #0e9a7e!important;
        }
        .product-pricecaro{
            color: #fcb941;
        }
        .ratingcaro{
            font-size: 13px;
        }
        .product-itemcaro{
            width: 340px;
        
        }
        .product-itemcaro img{
            transition: all .2s linear;
            overflow: hidden;
        }
        .product-itemcaro img:hover{
        transform: scale(1.1);
        }
        .carobder{
            /* border: 2px solid black;
            border-radius: 5px; */
        }
        .product-info{
                /* for 3d tilt child */
            transform: translateZ(20px) !important;
        }

        [class*=' imghvr-'],
[class^=imghvr-] {
    font-family: Montserrat, sans-serif;
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    background-color: rgba(230, 230, 230, .7);
    color: #666;
    overflow: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

[class*=' imghvr-'] img,
[class^=imghvr-] img {
    vertical-align: top;
    max-width: 100%
}

.demo{
    height: 100%;
}

.demo figure{
    height: 100%;
    width: 100%;
}
.demo figure img{
    height: 270px;
    width: 100%;
}

[class*=' imghvr-'] figcaption,
[class^=imghvr-] figcaption {
    background-color: rgba(255, 255, 255, .9);
    padding: 20px;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border: 1px solid rgba(0, 0, 0, .1)
}

[class*=' imghvr-'] h3,
[class*=' imghvr-'] p,
[class^=imghvr-] h3,
[class^=imghvr-] p {
    margin: 0;
    padding: 0
}

[class*=' imghvr-'] h3,
[class^=imghvr-] h3 {
    font-weight: 700;
    color: #333;
    margin-bottom: 2px
}

[class*=' imghvr-'] p,
[class^=imghvr-] p {
    font-family: Lora, sans-serif;
    font-size: 13.1px
}

@media only screen and (min-width: 1200px){
    
[class*=' imghvr-'] p,
[class^=imghvr-] p {
    font-size: 15px
}

}
.btnred {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #40B3A2;
    min-width: 200px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 16px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    margin-top: 17px;
  }
  
  .btnred:hover {
    opacity: .95;
  }
  
  .btnred .animation {
    border-radius: 100%;
    animation: ripple 0.6s linear infinite;
  }
  
  @keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }
  
    100% {
      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
  }


section {
    padding: 60px 0;
    min-height: 100vh;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
/* ul {
    margin: 0;
    padding: 0;
    list-style: none;
} */


.logo-box img {
    max-width: 220px;
}



.column#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .column#zoomIn:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

[class*=' imghvr-'] a,
[class^=imghvr-] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

[class*=' imghvr-'],
[class*=' imghvr-'] *,
[class*=' imghvr-'] :after,
[class*=' imghvr-'] :before,
[class*=' imghvr-']:after,
[class*=' imghvr-']:before,
[class^=imghvr-],
[class^=imghvr-] *,
[class^=imghvr-] :after,
[class^=imghvr-] :before,
[class^=imghvr-]:after,
[class^=imghvr-]:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.imghvr-fade figcaption,
.imghvr-fade:hover img {
    opacity: 0
}

.imghvr-fade:hover figcaption {
    opacity: 1
}

[class*=' imghvr-push-']:hover figcaption,
[class*=' imghvr-slide-']:hover figcaption,
[class^=imghvr-push-]:hover figcaption,
[class^=imghvr-slide-]:hover figcaption {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.imghvr-push-up figcaption {
    -webkit-transform: translateY(120%);
    transform: translateY(120%)
}

.imghvr-push-up:hover img {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.imghvr-push-down figcaption {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%)
}

.imghvr-push-down:hover img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.imghvr-push-left figcaption {
    -webkit-transform: translateX(120%);
    transform: translateX(120%)
}

.imghvr-push-left:hover img {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.imghvr-push-right figcaption {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%)
}

.imghvr-push-right:hover img {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.imghvr-slide-up figcaption {
    -webkit-transform: translateY(120%);
    transform: translateY(120%)
}

.imghvr-slide-down figcaption {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%)
}

.imghvr-slide-left figcaption {
    -webkit-transform: translateX(120%);
    transform: translateX(120%)
}

.imghvr-slide-right figcaption {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%)
}

[class*=' imghvr-reveal-']:before,
[class^=imghvr-reveal-]:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: inherit
}

[class*=' imghvr-reveal-'] figcaption,
[class^=imghvr-reveal-] figcaption {
    opacity: 0
}

[class*=' imghvr-reveal-']:hover:before,
[class^=imghvr-reveal-]:hover:before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

[class*=' imghvr-reveal-']:hover figcaption,
[class^=imghvr-reveal-]:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.imghvr-reveal-up:before {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.imghvr-reveal-down:before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.imghvr-reveal-left:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.imghvr-reveal-right:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

[class*=' imghvr-hinge-'],
[class^=imghvr-hinge-] {
    -webkit-perspective: 50em;
    perspective: 50em
}

[class*=' imghvr-hinge-'] figcaption,
[class^=imghvr-hinge-] figcaption {
    opacity: 0;
    z-index: 1
}

[class*=' imghvr-hinge-']:hover img,
[class^=imghvr-hinge-]:hover img {
    opacity: 0
}

[class*=' imghvr-hinge-']:hover figcaption,
[class^=imghvr-hinge-]:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.imghvr-hinge-up img {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.imghvr-hinge-up figcaption {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.imghvr-hinge-up:hover img {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
}

.imghvr-hinge-up:hover figcaption {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.imghvr-hinge-down img {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.imghvr-hinge-down figcaption {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% -50%;
    -ms-transform-origin: 50% -50%;
    transform-origin: 50% -50%
}

.imghvr-hinge-down:hover img {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0
}

.imghvr-hinge-down:hover figcaption {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.imghvr-hinge-left img {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.imghvr-hinge-left figcaption {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.imghvr-hinge-left:hover img {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

.imghvr-hinge-left:hover figcaption {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.imghvr-hinge-right img {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.imghvr-hinge-right figcaption {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.imghvr-hinge-right:hover img {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
}

.imghvr-hinge-right:hover figcaption {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

[class*=' imghvr-flip-'],
[class^=imghvr-flip-] {
    -webkit-perspective: 50em;
    perspective: 50em
}

[class*=' imghvr-flip-'] img,
[class^=imghvr-flip-] img {
    backface-visibility: hidden
}

[class*=' imghvr-flip-'] figcaption,
[class^=imghvr-flip-] figcaption {
    opacity: 0
}

[class*=' imghvr-flip-']:hover figcaption,
[class^=imghvr-flip-]:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.imghvr-flip-horiz figcaption {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.imghvr-flip-horiz:hover figcaption {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.imghvr-flip-vert figcaption {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.imghvr-flip-vert:hover figcaption {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.imghvr-flip-diag-1 figcaption {
    -webkit-transform: rotate3d(1, -1, 0, 100deg);
    transform: rotate3d(1, -1, 0, 100deg)
}

.imghvr-flip-diag-1:hover figcaption {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg)
}

.imghvr-flip-diag-2 figcaption {
    -webkit-transform: rotate3d(1, 1, 0, 100deg);
    transform: rotate3d(1, 1, 0, 100deg)
}

.imghvr-flip-diag-2:hover figcaption {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg)
}

[class*=' imghvr-shutter-out-']:before,
[class^=imghvr-shutter-out-]:before {
    background: inherit;
    position: absolute;
    content: '';
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

[class*=' imghvr-shutter-out-'] figcaption,
[class^=imghvr-shutter-out-] figcaption {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[class*=' imghvr-shutter-out-']:hover:before,
[class^=imghvr-shutter-out-]:hover:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[class*=' imghvr-shutter-out-']:hover figcaption,
[class^=imghvr-shutter-out-]:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.imghvr-shutter-out-horiz:before {
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0
}

.imghvr-shutter-out-horiz:hover:before {
    left: 0;
    right: 0
}

.imghvr-shutter-out-vert:before {
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0
}

.imghvr-shutter-out-vert:hover:before {
    top: 0;
    bottom: 0
}

.imghvr-shutter-out-diag-1:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.imghvr-shutter-out-diag-1:hover:before {
    top: -35%;
    bottom: -35%
}

.imghvr-shutter-out-diag-2:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.imghvr-shutter-out-diag-2:hover:before {
    top: -35%;
    bottom: -35%
}

[class*=' imghvr-shutter-in-']:after,
[class*=' imghvr-shutter-in-']:before,
[class^=imghvr-shutter-in-]:after,
[class^=imghvr-shutter-in-]:before {
    background: inherit;
    position: absolute;
    content: ''
}

[class*=' imghvr-shutter-in-']:after,
[class^=imghvr-shutter-in-]:after {
    top: 0;
    left: 0
}

[class*=' imghvr-shutter-in-']:before,
[class^=imghvr-shutter-in-]:before {
    right: 0;
    bottom: 0
}

[class*=' imghvr-shutter-in-'] figcaption,
[class^=imghvr-shutter-in-] figcaption {
    opacity: 0;
    z-index: 1
}

[class*=' imghvr-shutter-in-']:hover figcaption,
[class^=imghvr-shutter-in-]:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.imghvr-shutter-in-horiz:after,
.imghvr-shutter-in-horiz:before {
    width: 0;
    height: 100%
}

.imghvr-shutter-in-horiz:hover:after,
.imghvr-shutter-in-horiz:hover:before {
    width: 50%
}

.imghvr-shutter-in-vert:after,
.imghvr-shutter-in-vert:before {
    height: 0;
    width: 100%
}

.imghvr-shutter-in-vert:hover:after,
.imghvr-shutter-in-vert:hover:before {
    height: 50%
}

.imghvr-shutter-in-out-horiz:after,
.imghvr-shutter-in-out-horiz:before {
    width: 0;
    height: 100%
}

.imghvr-shutter-in-out-horiz:hover:after,
.imghvr-shutter-in-out-horiz:hover:before {
    width: 100%
}

.imghvr-shutter-in-out-vert:after,
.imghvr-shutter-in-out-vert:before {
    height: 0;
    width: 100%
}

.imghvr-shutter-in-out-vert:hover:after,
.imghvr-shutter-in-out-vert:hover:before {
    height: 100%
}

.imghvr-shutter-in-out-diag-1:after,
.imghvr-shutter-in-out-diag-1:before {
    width: 200%;
    height: 200%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.imghvr-shutter-in-out-diag-1:after {
    -webkit-transform: skew(-45deg) translateX(-150%);
    transform: skew(-45deg) translateX(-150%)
}

.imghvr-shutter-in-out-diag-1:before {
    -webkit-transform: skew(-45deg) translateX(150%);
    transform: skew(-45deg) translateX(150%)
}

.imghvr-shutter-in-out-diag-1:hover:after {
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%)
}

.imghvr-shutter-in-out-diag-1:hover:before {
    -webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%)
}

.imghvr-shutter-in-out-diag-2:after,
.imghvr-shutter-in-out-diag-2:before {
    width: 200%;
    height: 200%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.imghvr-shutter-in-out-diag-2:after {
    -webkit-transform: skew(45deg) translateX(-100%);
    transform: skew(45deg) translateX(-100%)
}

.imghvr-shutter-in-out-diag-2:before {
    -webkit-transform: skew(45deg) translateX(100%);
    transform: skew(45deg) translateX(100%)
}

.imghvr-shutter-in-out-diag-2:hover:after,
.imghvr-shutter-in-out-diag-2:hover:before {
    -webkit-transform: skew(45deg) translateX(0);
    transform: skew(45deg) translateX(0)
}

[class*=' imghvr-fold'],
[class^=imghvr-fold] {
    -webkit-perspective: 50em;
    perspective: 50em
}

[class*=' imghvr-fold'] img,
[class^=imghvr-fold] img {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

[class*=' imghvr-fold'] figcaption,
[class^=imghvr-fold] figcaption {
    z-index: 1;
    opacity: 0
}

[class*=' imghvr-fold']:hover img,
[class^=imghvr-fold]:hover img {
    opacity: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

[class*=' imghvr-fold']:hover figcaption,
[class^=imghvr-fold]:hover figcaption {
    -webkit-transform: rotateX(0) translate3d(0, 0, 0) scale(1);
    transform: rotateX(0) translate3d(0, 0, 0) scale(1);
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.imghvr-fold-up img {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.imghvr-fold-up figcaption {
    -webkit-transform: rotateX(-90deg) translate3d(0, -50%, 0) scale(.6);
    transform: rotateX(-90deg) translate3d(0, -50%, 0) scale(.6);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.imghvr-fold-up:hover img {
    -webkit-transform: rotateX(90deg) scale(.6) translateY(50%);
    transform: rotateX(90deg) scale(.6) translateY(50%)
}

.imghvr-fold-down img {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.imghvr-fold-down figcaption {
    -webkit-transform: rotateX(90deg) translate3d(0, 50%, 0) scale(.6);
    transform: rotateX(90deg) translate3d(0, 50%, 0) scale(.6);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.imghvr-fold-down:hover img {
    -webkit-transform: rotateX(-90deg) scale(.6) translateY(-50%);
    transform: rotateX(-90deg) scale(.6) translateY(-50%)
}

.imghvr-fold-left img {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.imghvr-fold-left figcaption {
    -webkit-transform: rotateY(90deg) translate3d(-50%, 0, 0) scale(.6);
    transform: rotateY(90deg) translate3d(-50%, 0, 0) scale(.6);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.imghvr-fold-left:hover img {
    -webkit-transform: rotateY(-90deg) scale(.6) translateX(50%);
    transform: rotateY(-90deg) scale(.6) translateX(50%)
}

.imghvr-fold-right {
    -webkit-perspective: 50em;
    perspective: 50em
}

.imghvr-fold-right img {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.imghvr-fold-right figcaption {
    -webkit-transform: rotateY(-90deg) translate3d(50%, 0, 0) scale(.6);
    transform: rotateY(-90deg) translate3d(50%, 0, 0) scale(.6);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.imghvr-fold-right:hover img {
    -webkit-transform: rotateY(90deg) scale(.6) translateX(-50%);
    transform: rotateY(90deg) scale(.6) translateX(-50%)
}

.imghvr-zoom-in figcaption {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.imghvr-zoom-in:hover figcaption {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

[class*=' imghvr-zoom-out'] figcaption,
[class^=imghvr-zoom-out] figcaption {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0
}

[class*=' imghvr-zoom-out'].hover figcaption,
[class*=' imghvr-zoom-out']:hover figcaption,
[class^=imghvr-zoom-out].hover figcaption,
[class^=imghvr-zoom-out]:hover figcaption {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.imghvr-zoom-out:hover img {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.imghvr-zoom-out-up.hover img,
.imghvr-zoom-out-up:hover img {
    -webkit-animation: imghvr-zoom-out-up .4s linear;
    animation: imghvr-zoom-out-up .4s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes imghvr-zoom-out-up {
    50% {
        -webkit-transform: scale(.8) translateY(0);
        transform: scale(.8) translateY(0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(.8) translateY(-150%);
        transform: scale(.8) translateY(-150%);
        opacity: .5
    }
}

@keyframes imghvr-zoom-out-up {
    50% {
        -webkit-transform: scale(.8) translateY(0);
        transform: scale(.8) translateY(0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(.8) translateY(-150%);
        transform: scale(.8) translateY(-150%);
        opacity: .5
    }
}

.imghvr-zoom-out-down.hover img,
.imghvr-zoom-out-down:hover img {
    -webkit-animation: imghvr-zoom-out-down .4s linear;
    animation: imghvr-zoom-out-down .4s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes imghvr-zoom-out-down {
    50% {
        -webkit-transform: scale(.8) translateY(0);
        transform: scale(.8) translateY(0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(.8) translateY(150%);
        transform: scale(.8) translateY(150%);
        opacity: .5
    }
}

@keyframes imghvr-zoom-out-down {
    50% {
        -webkit-transform: scale(.8) translateY(0);
        transform: scale(.8) translateY(0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(.8) translateY(150%);
        transform: scale(.8) translateY(150%);
        opacity: .5
    }
}

.imghvr-zoom-out-left.hover img,
.imghvr-zoom-out-left:hover img {
    -webkit-animation: imghvr-zoom-out-left .4s linear;
    animation: imghvr-zoom-out-left .4s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes imghvr-zoom-out-left {
    50% {
        -webkit-transform: scale(.8) translateX(0);
        transform: scale(.8) translateX(0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(.8) translateX(-150%);
        transform: scale(.8) translateX(-150%);
        opacity: .5
    }
}

@keyframes imghvr-zoom-out-left {
    50% {
        -webkit-transform: scale(.8) translateX(0);
        transform: scale(.8) translateX(0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(.8) translateX(-150%);
        transform: scale(.8) translateX(-150%);
        opacity: .5
    }
}

.imghvr-zoom-out-right.hover img,
.imghvr-zoom-out-right:hover img {
    -webkit-animation: imghvr-zoom-out-right .4s linear;
    animation: imghvr-zoom-out-right .4s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes imghvr-zoom-out-right {
    50% {
        -webkit-transform: scale(.8) translateX(0);
        transform: scale(.8) translateX(0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(.8) translateX(150%);
        transform: scale(.8) translateX(150%);
        opacity: .5
    }
}

@keyframes imghvr-zoom-out-right {
    50% {
        -webkit-transform: scale(.8) translateX(0);
        transform: scale(.8) translateX(0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(.8) translateX(150%);
        transform: scale(.8) translateX(150%);
        opacity: .5
    }
}

.imghvr-zoom-out-flip-horiz {
    -webkit-perspective: 50em;
    perspective: 50em
}

.imghvr-zoom-out-flip-horiz figcaption {
    opacity: 0;
    -webkit-transform: rotateX(90deg) translateY(-100%) scale(.5);
    transform: rotateX(90deg) translateY(-100%) scale(.5)
}

.imghvr-zoom-out-flip-horiz.hover img,
.imghvr-zoom-out-flip-horiz:hover img {
    -webkit-transform: rotateX(-100deg) translateY(50%) scale(.5);
    transform: rotateX(-100deg) translateY(50%) scale(.5);
    opacity: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.imghvr-zoom-out-flip-horiz.hover figcaption,
.imghvr-zoom-out-flip-horiz:hover figcaption {
    -webkit-transform: rotateX(0) translateY(0) scale(1);
    transform: rotateX(0) translateY(0) scale(1);
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.imghvr-zoom-out-flip-vert {
    -webkit-perspective: 50em;
    perspective: 50em
}

.imghvr-zoom-out-flip-vert figcaption {
    opacity: 0;
    -webkit-transform: rotateY(90deg) translate(50%, 0) scale(.5);
    transform: rotateY(90deg) translate(50%, 0) scale(.5)
}

.imghvr-zoom-out-flip-vert.hover img,
.imghvr-zoom-out-flip-vert:hover img {
    -webkit-transform: rotateY(-100deg) translateX(50%) scale(.5);
    transform: rotateY(-100deg) translateX(50%) scale(.5);
    opacity: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.imghvr-zoom-out-flip-vert.hover figcaption,
.imghvr-zoom-out-flip-vert:hover figcaption {
    -webkit-transform: rotateY(0) translate(0, 0) scale(1);
    transform: rotateY(0) translate(0, 0) scale(1);
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.imghvr-blur figcaption {
    opacity: 0
}

.imghvr-blur:hover img {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0
}

.imghvr-blur:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

[class*=' imghvr-blocks'] figcaption:after,
[class*=' imghvr-blocks'] figcaption:before,
[class*=' imghvr-blocks']:after,
[class*=' imghvr-blocks']:before,
[class^=imghvr-blocks] figcaption:after,
[class^=imghvr-blocks] figcaption:before,
[class^=imghvr-blocks]:after,
[class^=imghvr-blocks]:before {
    background-color: #fff;
    opacity: 0;
    position: absolute;
    content: ''
}

[class*=' imghvr-blocks']:after,
[class*=' imghvr-blocks']:before,
[class^=imghvr-blocks]:after,
[class^=imghvr-blocks]:before {
    z-index: 1
}

[class*=' imghvr-blocks']:before,
[class^=imghvr-blocks]:before {
    top: 15px;
    right: 15px;
    bottom: 50%;
    left: 50%
}

[class*=' imghvr-blocks']:after,
[class^=imghvr-blocks]:after {
    bottom: 15px;
    left: 15px;
    top: 50%;
    right: 50%
}

[class*=' imghvr-blocks'] figcaption,
[class^=imghvr-blocks] figcaption {
    z-index: 3;
    background-color: transparent;
    border-width: 0
}

[class*=' imghvr-blocks'] figcaption *,
[class^=imghvr-blocks] figcaption * {
    opacity: 0
}

[class*=' imghvr-blocks'] figcaption:after,
[class*=' imghvr-blocks'] figcaption:before,
[class^=imghvr-blocks] figcaption:after,
[class^=imghvr-blocks] figcaption:before {
    height: 50%;
    width: 50%;
    z-index: -1
}

[class*=' imghvr-blocks'] figcaption:before,
[class^=imghvr-blocks] figcaption:before {
    top: 0;
    left: 0
}

[class*=' imghvr-blocks'] figcaption:after,
[class^=imghvr-blocks] figcaption:after {
    bottom: 0;
    right: 0
}

[class*=' imghvr-blocks'] a,
[class^=imghvr-blocks] a {
    z-index: 3
}

[class*=' imghvr-blocks']:hover figcaption:after,
[class*=' imghvr-blocks']:hover figcaption:before,
[class*=' imghvr-blocks']:hover:after,
[class*=' imghvr-blocks']:hover:before,
[class^=imghvr-blocks]:hover figcaption:after,
[class^=imghvr-blocks]:hover figcaption:before,
[class^=imghvr-blocks]:hover:after,
[class^=imghvr-blocks]:hover:before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: .9
}

[class*=' imghvr-blocks']:hover figcaption *,
[class^=imghvr-blocks]:hover figcaption * {
    opacity: 1;
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.imghvr-blocks-rotate-left:before {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.imghvr-blocks-rotate-left:after {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.imghvr-blocks-rotate-left figcaption:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.imghvr-blocks-rotate-left figcaption:after,
.imghvr-blocks-rotate-right:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.imghvr-blocks-rotate-right:after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.imghvr-blocks-rotate-right figcaption:before {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.imghvr-blocks-rotate-in-left:before,
.imghvr-blocks-rotate-right figcaption:after {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.imghvr-blocks-rotate-in-left:after {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.imghvr-blocks-rotate-in-left figcaption:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.imghvr-blocks-rotate-in-left figcaption:after,
.imghvr-blocks-rotate-in-right:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.imghvr-blocks-rotate-in-right:after {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.imghvr-blocks-rotate-in-right figcaption:before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.imghvr-blocks-rotate-in-right figcaption:after {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.imghvr-blocks-in:before {
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%)
}

.imghvr-blocks-in:after {
    -webkit-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%)
}

.imghvr-blocks-in figcaption:before {
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%)
}

.imghvr-blocks-in figcaption:after {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%)
}

.imghvr-blocks-out:before {
    -webkit-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%)
}

.imghvr-blocks-out:after {
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%)
}

.imghvr-blocks-out figcaption:before {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%)
}

.imghvr-blocks-out figcaption:after {
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%)
}

[class*=' imghvr-book-open-'] figcaption,
[class^=imghvr-book-open-] figcaption {
    background-color: transparent;
    border: none;
    -webkit-perspective: 50em;
    perspective: 50em
}

[class*=' imghvr-book-open-'] figcaption *,
[class^=imghvr-book-open-] figcaption * {
    opacity: 0
}

[class*=' imghvr-book-open-'] figcaption:after,
[class*=' imghvr-book-open-'] figcaption:before,
[class^=imghvr-book-open-] figcaption:after,
[class^=imghvr-book-open-] figcaption:before {
    z-index: -1;
    background-color: #999;
    content: '';
    position: absolute;
    opacity: 0;
    -webkit-transition: all .45s ease;
    transition: all .45s ease
}

[class*=' imghvr-book-open-']:hover figcaption,
[class^=imghvr-book-open-]:hover figcaption {
    opacity: 1
}

[class*=' imghvr-book-open-']:hover figcaption *,
[class^=imghvr-book-open-]:hover figcaption * {
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

[class*=' imghvr-book-open-']:hover figcaption:after,
[class*=' imghvr-book-open-']:hover figcaption:before,
[class^=imghvr-book-open-]:hover figcaption:after,
[class^=imghvr-book-open-]:hover figcaption:before {
    opacity: 1;
    background-color: #fff;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.imghvr-book-open-horiz figcaption:after,
.imghvr-book-open-horiz figcaption:before {
    height: 100%;
    width: 50%;
    top: 0
}

.imghvr-book-open-horiz figcaption:before {
    background-image: -webkit-linear-gradient(left, transparent 60%, rgba(0, 0, 0, .1) 99%, rgba(0, 0, 0, .15) 100%);
    background-image: linear-gradient(to right, transparent 60%, rgba(0, 0, 0, .1) 99%, rgba(0, 0, 0, .15) 100%);
    left: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.imghvr-book-open-horiz figcaption:after {
    background-image: -webkit-linear-gradient(right, transparent 60%, rgba(0, 0, 0, .12) 99%, rgba(0, 0, 0, .15) 100%);
    background-image: linear-gradient(to left, transparent 60%, rgba(0, 0, 0, .12) 99%, rgba(0, 0, 0, .15) 100%);
    right: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.imghvr-book-open-vert figcaption:after,
.imghvr-book-open-vert figcaption:before {
    height: 50%;
    width: 100%;
    left: 0
}

.imghvr-book-open-vert figcaption:before {
    background-image: -webkit-linear-gradient(top, transparent 60%, rgba(0, 0, 0, .1) 99%, rgba(0, 0, 0, .15) 100%);
    background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, .1) 99%, rgba(0, 0, 0, .15) 100%);
    top: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.imghvr-book-open-vert figcaption:after {
    background-image: -webkit-linear-gradient(bottom, transparent 60%, rgba(0, 0, 0, .13) 99%, rgba(0, 0, 0, .15) 100%);
    background-image: linear-gradient(to top, transparent 60%, rgba(0, 0, 0, .13) 99%, rgba(0, 0, 0, .15) 100%);
    bottom: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

[class*=' imghvr-scale-']:before,
[class^=imghvr-scale-]:before {
    background-color: inherit;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    position: absolute;
    content: ''
}

[class*=' imghvr-scale-'] figcaption,
[class^=imghvr-scale-] figcaption {
    opacity: 0
}

[class*=' imghvr-scale-']:hover:before,
[class^=imghvr-scale-]:hover:before {
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    opacity: .9
}

[class*=' imghvr-scale-']:hover figcaption,
[class^=imghvr-scale-]:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.imghvr-scale-top-left:before {
    bottom: 100%;
    right: 100%
}

.imghvr-scale-top-right:before {
    bottom: 100%;
    left: 100%
}

.imghvr-scale-bottom-left:before {
    top: 100%;
    right: 100%
}

.imghvr-scale-bottom-right:before {
    top: 100%;
    left: 100%
}

[class*=' imghvr-fall-away-'],
[class^=imghvr-fall-away-] {
    -webkit-perspective: 50em;
    perspective: 50em
}

[class*=' imghvr-fall-away-'] img,
[class^=imghvr-fall-away-] img {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .45s ease-in;
    transition: all .45s ease-in
}

[class*=' imghvr-fall-away-'] figcaption,
[class*=' imghvr-fall-away-']:hover img,
[class^=imghvr-fall-away-] figcaption,
[class^=imghvr-fall-away-]:hover img {
    opacity: 0
}

[class*=' imghvr-fall-away-']:hover figcaption,
[class^=imghvr-fall-away-]:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

.imghvr-fall-away-horiz:hover img {
    -webkit-transform: rotateX(-360deg) scale(.2);
    transform: rotateX(-360deg) scale(.2)
}

.imghvr-fall-away-horiz:hover figcaption {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.imghvr-fall-away-vert:hover img {
    -webkit-transform: rotateY(-360deg) scale(.2);
    transform: rotateY(-360deg) scale(.2)
}

.imghvr-fall-away-vert:hover figcaption {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

/* conact Form */
.form {
    padding: 30px 50px;
    border: 2px solid black ;
    border-radius: 8px;
    padding: 15px;
}

.form-control1 {
    margin-bottom: 10px;
    padding-bottom: 25px;
    position: relative;
}

.form-control1 label {
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.form-control1 input {
    font-family: "Poppins", sans-serif;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

.form-control1:after {
    content: "\2713";
    font-size: 1.5rem;
    opacity: 0;
    color: var(--checkmark-color);
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-30%);
    transition: all ease 0.4s;
}

.form-control1 input:focus {
    outline: none;
    border-color: #777;
}

.form-control1.success input {
    border-color: var(--success-color);
}

.form-control1.error input {
    border-color: var(--error-color);
}

.form-control1.success:after {
    opacity: 1;
    transform: translateY(-50%);
}

.form-control1 small {
    color: var(--error-color);
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
}

.form-control1.error small {
    visibility: visible;
}
#confirmpasserror{
    color: red;
}
#passerror{
    color: red;

}
#emailerror{
    color: red;

}
#nameerror{
    color: red;

}
/* send btn */
.bt {
    border: none;
    user-select: none;
    font-size: 18px;
    color: white;
    text-align: center;
    background-color: #0080dccd;
    box-shadow: #cacaca 2px 2px 10px 1px;
    border-radius: 12px;
    height: 60px;
    line-height: 60px;
    width: 155px;
    transition: all 0.2s ease;
    position: relative;
  }
  
  .msg {
    height: 0;
    width: 0;
    border-radius: 2px;
    position: absolute;
    left: 15%;
    top: 25%;
  }
  
  .bt:active {
    transition: all 0.001s ease;
    background-color: #5d9fcd;
    box-shadow: #97989a 0 0 0 0;
    transform: translateX(1px) translateY(1px);
  }
  
  .bt:hover .msg {
    animation: msgRun 2s forwards;
  }
  
  @keyframes msgRun {
    0% {
      border-top: #d6d6d9 0 solid;
      border-bottom: #f2f2f5 0 solid;
      border-left: #f2f2f5 0 solid;
      border-right: #f2f2f5 0 solid;
    }
  
    20% {
      border-top: #d6d6d9 14px solid;
      border-bottom: #f2f2f5 14px solid;
      border-left: #f2f2f5 20px solid;
      border-right: #f2f2f5 20px solid;
    }
  
    25% {
      border-top: #d6d6d9 12px solid;
      border-bottom: #f2f2f5 12px solid;
      border-left: #f2f2f5 18px solid;
      border-right: #f2f2f5 18px solid;
    }
  
    80% {
      border-top: transparent 12px solid;
      border-bottom: transparent 12px solid;
      border-left: transparent 18px solid;
      border-right: transparent 18px solid;
    }
  
    100% {
      transform: translateX(150px);
      border-top: transparent 12px solid;
      border-bottom: transparent 12px solid;
      border-left: transparent 18px solid;
      border-right: transparent 18px solid;
    }
  }
/* send btn */
.contacttop{
    margin-top: 300px !important;
}
/* map */
iframe{
    width: 100%;
    height: 600px !important;
}
.grwicon{
    font-size: 50px;
    color: #12c4a0;
}
.contactp p{
    font-size: 17px;
}
.bdercon{
    border: 2px solid rgba(0, 0, 0, 0.259);
    border-radius: 5px;
    padding: 10px;
    transition:all .3s linear;
}

.bdercon:hover{
    cursor: pointer;
    
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.242);
    transform: translateY(-6px);
}
/* /travel book */
.travelbook{
    background-image: url(https://promos.makemytrip.com/images/CTM-Infographics-2.jpg);
    background-size: cover;
    width: 100%;
    height: 300px;
}
/* travelbook */
.down{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.193);
}
  
  /* From Uiverse.io by Yaya12085 */ 
.playstore-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 9999px;
    background-color: rgba(0, 0, 0, 1);
    padding: 0.625rem 1.5rem;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    outline: 0;
    transition: all 0.2s ease;
    text-decoration: none;
  }
  
  .playstore-button:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 1);
  }
  
  .icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  
  .texts {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
  }
  
  .text-1 {
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
  
  .text-2 {
    font-weight: 600;
  }
  /*  */
.formbook{
    display: flex;
align-items: center;
justify-content: center;
margin: auto;
}

/* / */
/* From Uiverse.io by mi-series */ 
.btnapp {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #40B3A2;
    min-width: 100px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 16px 20px;
    color: #fff;
    /* font-size: 12px;/ */
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
  }
  
  .btnapp:hover {
    opacity: .95;
  }
  
  .btnapp .animation {
    border-radius: 100%;
    animation: ripple 0.6s linear infinite;
  }
  
  @keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }
  
    100% {
      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
  }
/*  */
.btnapp1 {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #40B3A2;
    min-width: 100px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 10px 10px;
    color: #fff;
    /* font-size: 12px;/ */
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
  }
  
  .btnapp1:hover {
    opacity: .95;
  }
  
  .btnapp1 .animation {
    border-radius: 100%;
    animation: ripple 0.6s linear infinite;
  }
  
  @keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }
  
    100% {
      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
  }




@media only screen and (min-width:100px) {
    .sidebar
    {
        background-color: rgba(255, 255, 255, 0.15)!important;
        backdrop-filter: blur(10px);
    }
}

@media only screen and (min-width:350px) {
    .sidebar
    {
        background-color: rgba(255, 255, 255, 0.15)!important;
        backdrop-filter: blur(10px);
    }
}

/* @media (max-width:991px) {
    .sidebar
    {
        background-color: rgba(255, 255, 255, 0.15)!important;
        backdrop-filter: blur(10px);
    }
} */@media only screen and (min-width:768px) 
{
    .carddb-container
    {
        width: 300px;
        height: 320px
    }

    .book
    {
        width: 300px;
        height: 320px;
    }
    .box
    {
        width: 300px;
        height: 320px;
    }
    .cardd1
    {
        width: 300px;
        height: 320px;
    }
    .card22{
        width: 300px;
        }
   

}



@media only screen and (min-width:992px) 
{
    .carddb-container
    {
        width: 230px;
        height: 280px;
    }

    .book
    {
        width: 230px;
        height: 280px;
    }

    .flip-card {
        background-color: transparent;
        width: 230px ;
        height: 280px ;
        perspective: 1000px;
        font-family: sans-serif;
        margin: 0 auto;
    }
    .flip
    {
      width: 100%!important;
      height: 100%!important;
    }
  
  
    .box
    {
        width: 230px;
        height: 280px;
    }
    .cardd1
    {
        width: 230px;
        height: 280px;
    }
    .card22{
        width: 230px;
    }
    .containerr {
        width: 230px;
        font-size: 12px;
    }
}
@media only screen and (min-width:1100px) 
{
    /* .flip-card {
        background-color: transparent;
        width: 230px;
        height: 280px;
        perspective: 1000px;
        font-family: sans-serif;
        margin: 0 auto;
    } */
    /* .book
    {
        width: 230px;
        height: 280px;
    }
    .carddb-container
    {
        width: 230px;
        height: 280px;
    }
    .box
    {
        width: 230px;
        height: 280px;  
    }
    .cardd1
    {
        width: 230px;
        height: 255px;
    } */
}
@media only screen and (min-width:1200px) 
{
    .carddb-container
    {
        width: 275px;
        height: 300px;
    }
    .book
    {
        width: 275px;
        height: 300px;
        box-shadow: 1px 1px 12px #4242421f;
    }
    .flip-card {
        background-color: transparent;
        width: 275px;
        height:300px;
        perspective: 1000px;
        font-family: sans-serif;
        margin: 0 auto;
    }
    
  
    .box
    {
        width: 275px;
        height: 300px;
    }
    .cardd1
    {
        width: 275px;
        height: 300px;
    }
    .card22{
        width: 275px;
    }

}

@media only screen and (min-width:1400px) 
{
    .carddb-container
    {
        width: 300px;
        height: 300px;
    }
    .book
    {
        width: 300px;
        height: 300px;
        box-shadow: 1px 1px 12px #4242421f;
    }
    .flip-card {
        background-color: transparent;
        width: 300px;
        height: 300px;
        perspective: 1000px;
        font-family: sans-serif;
        margin: 0 auto;
    }
    .box
    {
        width: 300px;
        height: 300px;
    }
    .box{
        width: 300px;
        height: 300px;
    }

    .cardd1
    {
        width: 300px;
        height: 300px;
    }

            .card22{
                      width: 300px;

            }
            .containerr {
                width:300px;
                font-size: 16px;
            }
}