@import url("font.css");
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Cabin&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
* {
  margin: 0;
  padding: 0;

}
*,
html {
  scroll-behavior: smooth !important;
  scroll-margin: 50px;
  /* font-family: 'Lora', serif; */
}
body {
  width: 100vw;
  overflow-x: hidden;
  background-color: #f9f9f9;
  font-family: 'Lora', serif;
}
/* .lds-hourglass{
  display: none;
} */
.spinner .lds-hourglass {
  display: inline-block;
  position: fixed;
  background: white;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
}
.spinner .lds-hourglass:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;

  box-sizing: border-box;
  border: 32px solid #5c67ff;
  border-color: #5c67ff transparent #5c67ff transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
/* section{
  height: 500px;
  background-color: yellow;
} */
#home {
  width: 100vw;
  height: 50vw;
  /* overflow: hidden; */
}
#contactus {
  display: flex;
  flex-wrap: wrap;
}
#contactus > div {
  width: 600px;
  min-width: 360px;
  flex: 50%;
  /* flex-wrap: wrap; */
}
#contactus iframe {
  width: 100%;
  min-height: 600px;
}
#services {
  /* height: 600px; */
  background-color: white;
}
.text-#5c67ff {
  color: #5c67ff;
}
#aboutus {
  min-height: 750px;
  overflow: hidden;
  background-image: url("../img/aboutbg.jpeg");
  background-position: center;
  background-size: cover;
  color: white;
}
#aboutus h1 {
  color: white;
}
#aboutus ol {
  margin-left: 100px;
}
.about-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  /* height: 100%; */
  padding: 20px 55px;
}
.top-bar {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: white;
  height: 40px;
  box-shadow: 0px 0.2px 2px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0.2px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0.2px 2px 0px rgba(0, 0, 0, 0.75);
  padding: 5px;
  /* position: sticky;
  top: 0 !important; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar h1,
.brand-name {
  margin: 0 0 0 10px;
  position: relative;
  font-family: marioFont1;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 15px;
  cursor: pointer;
  width: 600px;
}

.top-bar h1 span,
.brand-name > span:first-child {
  color: #5c67ff;
  font-size: 1.3em;
}

.title-container {
  display: flex;
  align-items: center;
  height: 100%;
}

.title-container div {
  padding: 0 5px;
}

.side-bar {
  position: fixed;
  top: 50px;
  height: calc(100vh - 50px);
  background-color: rgba(255, 255, 255);
  box-shadow: 0.2px 1px 2px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0.2px 1px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0.2px 1px 2px 0px rgba(0, 0, 0, 0.75);
  width: 0;
  transition: 0.2s ease-out;
  z-index: 5;

  overflow-x: hidden;
  overflow-y: auto;
  /* border-radius: 10px; */
  /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
}

.body-container {
  display: flex;
}

.side-bar-open {
  width: 200px;
}

#nav-icon {
  width: 60px;
  height: 50px;
  position: relative;
  /* margin: 50px auto; */

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  scale: 0.25;
}

/* Icon 2 */

#nav-icon span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #f12525;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon:hover span {
  background-color: #ef5d5d;
}

#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon span:nth-child(1),
#nav-icon span:nth-child(2) {
  top: 0px;
}

#nav-icon span:nth-child(3),
#nav-icon span:nth-child(4) {
  top: 18px;
}

#nav-icon span:nth-child(5),
#nav-icon span:nth-child(6) {
  top: 36px;
}

#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),
#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

.main-container {
  width: 100vw;
  height: calc(100vh - 50px);

  /*  overflow-y: auto; */
  overflow-x: hidden;
  background: rgb(249, 249, 249);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.item-container {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.sub-container-A {
  position: relative;
  max-width: 500px;
  min-width: 300px;

  margin: 0 auto;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0;
  background-color: white;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (max-width: 600px) {
  .splash-content img {
    width: 90vw;
  }
  .sub-container-A {
    margin: 10px 10px;
  }
  .top-bar h1,
  .top-bar .brand-name {
    font-weight: 100;
    font-size: 4vw;
    text-align: center;
    width:60vw;
  }

  .top-bar h1 span,
  .brand-name span {
    font-size: 1.1em;
  }
  .brand-name span {
    font-size: 10vw;
  }

}
@media only screen and (max-width: 500px) {
  .product-full-image {
    min-width: 300px !important;
    max-width: 300px !important;
  }
}

.main-container h1 {
  font-family: marioFont2;
  color: black;
  text-align: center;
  margin: 10px 0;
}

.product-title {
  margin: 10px 0;

  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: red; */
}

.product-image-container {
  border-radius: 5px;
  height: 400px;
}

.product-full-image {
  min-width: 400px;
  max-width: 400px;
  min-height: 300px;
  max-height: 300px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: 0.2s;
  margin: 10px auto;
}

.product-full-image img {
  min-width: 100% !important;
  max-width: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  object-position: center;
  border-radius: 5px;
}

.product-full-image:hover img {
  transition: 0.2s ease-in-out;
  scale: 1.1;
}
.product-image-container img {
  cursor: pointer;
}
.product-bit-image-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  margin: 10px 0;
}
.product-bit-images {
  position: relative;
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  max-height: 100px;
}
.product-full-image .myVideoOverlay {
  display: none;
}
.myVideoOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-bit-images img {
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  max-height: 100px;
}
.product-bit-images iframe {
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  max-height: 100px;
}
.price-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 25px 0 5px 0;
}

.sp {
  color: #5c67ff;
  /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
  font-weight: 800;
}

.qty {
  text-align: center;
}

.desc {
  font-family: "Times New Roman", Times, serif;
  font-weight: 800;
}

.btn-bn {
  width: calc(100% + 40px);
  text-align: center;
  font-family: marioFont3;
  padding: 10px;
  margin: 10px 0 0 0;
  border: none;
  color: white;
  background-color: #5c67ff;
  font-size: 20px;
  cursor: pointer;
  margin-left: -20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.1s;
}

.btn-bn:hover {
  letter-spacing: 1px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
}

.dual-input {
  display: flex;
  column-gap: 15px;
  align-items: center;
}

.sub-container-A input,
.sub-container-A select {
  width: calc(100% - 20px);
  border: 1px solid #ccc;
  padding: 10px;
}

.sub-container-A select {
  width: 100%;
}

.sub-container-A input:focus,
.sub-container-A select:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.range__slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0.4em 0;
}

.range__slider:focus {
  outline: none;
}

.range__slider::-webkit-slider-runnable-track {
  background-color: #444444;
  height: 0.3em;
  margin: 0.4em 0;
  border-radius: 2px;
}

.range__slider::-moz-range-track {
  background-color: #444444;
  height: 0.3em;
  border-radius: 2px;
}

.range__slider::-moz-focus-outer {
  border: 0;
}

.range__slider::-ms-track {
  background-color: #444444;
  height: 0.3em;
  margin: 0.1em 0;
  border-radius: 2px;
}

.range__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  text-align: center;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #cccccc;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: -0.5em;
}

.range__slider::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  text-align: center;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #cccccc;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
}

.range__slider::-ms-thumb {
  margin: 0;
}
.text-align-center {
  text-align: center;
}
.qrcode-container {
  width: 100%;
  margin-top: 20px;
}
.qrcode-image {
  width: 200px;
  height: 200px;
  background-image: url("../img/qr.webp");
  background-size: cover;
  margin: auto;
}
.bank-table {
  width: auto;
  margin: 10px auto;
}
.bank-table td {
  padding: 5px !important;
}
.back {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  border-radius: 5px;
  background: linear-gradient(160deg, lightblue, white);
  cursor: pointer;
}
.back:hover {
  /* background-color: rgb(118, 218, 251); */
  background: linear-gradient(128deg, rgb(49, 141, 172), white);
}
.back:hover svg {
  fill: white;
}
.success-image {
  width: 200px;
  height: 200px;
  margin: auto;
  background-image: url("../img/cm.jpg");
  background-size: cover;
}
.success-info {
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  font-style: italic;
}
ul.menu {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
ul.menu li {
  padding: 10px;
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer;
}
ul.menu a {
  text-decoration: none;
  color: black;
}
ul.menu li:hover {
  background-color: rgb(255, 31, 31);
  color: white;
}
ul.menu li:hover svg {
  fill: white;
}
ul.menu li svg {
  margin: 0 10px;
  width: 16px;
}
.login {
  padding: 5px 10px;
  outline: none;
  border: none;
  display: flex;
}
.login {
  color: #5c67ff;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #5c67ff;
}
button,
.btn-style {
  display: inline;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  font-weight: 600;
  margin: 0 10px;
  /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
  padding: 10px 10px;
  /* box-shadow: 0 0 20px rgba(104, 85, 224, 0.2); */
  transition: 0.4s;
}
button:hover,
.btn-style:hover {
  color: white;
  box-shadow: 0 0 20px #5c67ff84;
  background-color: #5c67ff;
}
button[disabled] {
  color: black;
  box-shadow: unset;
  background-color: rgb(204, 204, 204);
  border: none !important;
}
button[disabled]:hover {
  color: black;
  box-shadow: unset;
  background-color: rgb(204, 204, 204);
}
.splash-screen svg {
  position: absolute;
  z-index: -1;
  top: 0;
}
.nav-link-mario {
  position: relative;
  text-decoration: none;
  /* color: white; */
  padding: 5px 20px;
  color: rgba(248, 35, 35);
  border-radius: 5px;
  /* border-top-left-radius: 25px;
border-bottom-right-radius: 25px; */
  /* color: white; */
  /* border: 1px solid rgba(248, 35, 35); */
  /* margin: 0; */
  /* transition: 0.s; */
}
.nav-link-mario svg {
  width: 16px;
  fill: #5c67ff;
}
.nav-link-mario:hover {
  /* color:black; */
  /* background-color:rgba(248, 35, 35) ; */
  /* box-shadow: rgba(248, 35, 35,0.6) 0px 7px 29px 0px; */
  /* border-top-left-radius: 25px;
  border-bottom-right-radius: 25px; */
  color: white;
  /* overflow: hidden; */
}
.nav-link-mario:hover svg {
  fill: white;
}

.nav-link-mario::after {
  position: absolute;
  content: "";
  /* border-top-left-radius: 25px;
border-bottom-right-radius: 25px; */
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #5c67ff;
  transition: 0.5s;
  z-index: -1;
  border-radius: 5px;
}
.menu-active {
  background: #5c67ff;
  color: white !important;
  transition: 0.2s;
}

.menu-active svg {
  fill: white;
}
.nav-link-mario:hover::after {
  width: 100%;
  /* background-color: #5c67ff; */
}
#nav-icon {
  display: none;
}
.side-bar {
  display: none;
}
/* Services Style*/
#services {
  padding: 60px 0;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
#services ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bg-gray {
  background-color: #f9f9f9;
}

#services .site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#services .site-heading h2 span {
  color: #f71010;
}

#services .site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #f71010 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}
.we-offer-area div {
  display: inline-block;
}
.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #f71010 none repeat scroll 0 0;
  border-color: #f71010;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #f71010;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.text-center {
  text-align: center;
}
.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
  margin: 0 25px;
}

.we-offer-area.text-center .item i {
  background: #f71010 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 83px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 83px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #f71010;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #f71010 none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #f71010;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #f71010 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #f71010 !important;
}

.we-offer-area.text-left .item i {
  background: #f71010 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #f71010;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}
/*Service Style End*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 52px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 95%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 1180px) {
  .large-device-menu {
    display: none;
  }
  #nav-icon {
    display: block;
  }
  .side-bar {
    display: block;
  }
}

/* SPinner For Frame */
.lds-ring {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid rgb(255, 0, 0);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgb(255, 0, 0) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.acbg {
  width: 100vw;
  height: calc(100vh - 45px);
}
.auth {
  position: absolute;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  width: 100vw;
  height: calc(100vh - 40px);
  top: 40px;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  display: grid;
  place-items: center;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  border: 1px solid rgba(255, 255, 255, 0.18);
}

.auth .container {
  position: relative;
  width: 800px;
  height: 500px;
  background: #fff;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 5px;
}

.auth .container .user {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.auth .pwd-view {
  position: relative;
  min-width: calc(100% + 20px) !important;
}
.auth .pwd-view input {
  width: calc(100% - 20px) !important;
}
.auth .pwd-view span {
  position: absolute;
  top: 50%;

  transform: translateY(-50%);
  right: 0;
  padding: 10px;
}
.auth .pwd-view span:hover {
  cursor: pointer;
}
/* .auth .pwd-view input{
  width: 80%;
} */
.auth .container .user .imgBx {
  position: relative;
  width: 50%;
  height: 100%;
  background: #ff0;
  transition: 0.5s;
}

.auth .container .user .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.auth .container .user .formBx {
  position: relative;
  width: 50%;
  /* height: 100%; */
  background: #fff;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  padding: 40px;
  transition: 0.5s;
}
.center {
  text-align: center;
}

.auth .container .user .formBx form h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  color: #555;
}

.auth .container .user .formBx form input,
.auth .container .user .formBx form select {
  position: relative;
  width: 100%;
  padding: 10px;
  background: #f5f5f5;
  color: #333;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 8px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
}

.auth .fas.fa-eye-slash {
  color: #333;
}
.auth .container .user .formBx form input[type="submit"] {
  max-width: 100px;
  background: #677eff;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.5s;
}

.auth .container .user .formBx form .signup {
  position: relative;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #555;
  text-transform: uppercase;
  font-weight: 300;
}

.auth .container .user .formBx form .signup a {
  font-weight: 600;
  text-decoration: none;
  color: #677eff;
}

.auth .container .signupBx {
  pointer-events: none;
}

.auth .container.active .signupBx {
  pointer-events: initial;
}

.auth .container .signupBx .formBx {
  left: 100%;
}

.auth .container.active .signupBx .formBx {
  left: 0;
}

.auth .container .signupBx .imgBx {
  left: -100%;
}

.auth .container.active .signupBx .imgBx {
  left: 0%;
}

.auth .container .signinBx .formBx {
  left: 0%;
}

.auth .container.active .signinBx .formBx {
  left: 100%;
}

.auth .container .signinBx .imgBx {
  left: 0%;
}

.auth .container.active .signinBx .imgBx {
  left: -100%;
}

@media (max-width: 991px) {
  .auth .container {
    max-width: 400px;
  }

  .auth .container .imgBx {
    display: none;
  }

  .auth .container .user .formBx {
    width: 100%;
  }
}

.verification-code {
  max-width: 300px;
  position: relative;
  margin: 50px auto;
  text-align: center;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.verification-code--inputs {
  display: flex;
  justify-content: center;
}
.verification-code .control-label {
  display: block;
  margin: 40px auto;
  font-weight: 900;
  font-size: 20px;
}
.verification-code--inputs input[type="text"] {
  border: 2px solid #e1e1e1;
  width: 200px;
  height: 46px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 5px;
}
.verification-code--inputs input[type="text"]:focus {
  outline: none;
  /* border-color: #5c67ff; */
  border: 2px solid #5c67ff;
}

.card h6 {
  color: #5c67ff;
  font-size: 20px;
  /* font-family:monospace; */
}
.error {
  color: red;
  font-size: 10px;
}
.verify-hover {
  color: white;
  box-shadow: 0 0 20px #5c67ff84;
  background-color: #5c67ff;
}
.login-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% + 20px);
  /* border: 1px solid red; */
}
.profile-word {
  margin-right: 20px;
  background-color: #5c67ff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  cursor: pointer;
}
.profile-word:hover {
  filter: saturate(10);
}
.user-menu {
  position: absolute;
  top: 50px;
  right: 20px;
  background-color: white;
  border: 1px solid rgb(238, 238, 238);
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border-radius: 5px;
}
.user-menu ul {
  list-style: none;
}
.user-menu ul li {
  border-bottom: 1px solid rgb(206, 206, 206);
  padding: 5px 20px;
  cursor: pointer;

  margin: 5px 0;
  border-radius: 0;
}
.user-menu ul li:hover {
  border: 1px solid blue;
  /* padding: 10px; */
  background-color: #5c67ff;
  color: white;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 90px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 120px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 90px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 120px;
  border-top-left-radius: 5px;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 120px;
  transition: border-radius 0.5s ease-in-out;
}

.close-modal {
  display: none !important;
}
.open-modal {
  display: block !important;
}

.heart-icon {
  width: 40px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  filter: drop-shadow(5px 5px 4px #575757);
  -webkit-animation: wobble-hor-bottom 5s infinite both;
  animation: wobble-hor-bottom 5s infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-12-21 11:49:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-bottom {
  0%,
  30%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  5% {
    -webkit-transform: translateX(-5px) rotate(-6deg);
    transform: translateX(-5px) rotate(-6deg);
  }
  10% {
    -webkit-transform: translateX(10px) rotate(6deg);
    transform: translateX(10px) rotate(6deg);
  }
  15% {
    -webkit-transform: translateX(-10px) rotate(-3.6deg);
    transform: translateX(-10px) rotate(-3.6deg);
  }
  20% {
    -webkit-transform: translateX(3px) rotate(2.4deg);
    transform: translateX(3px) rotate(2.4deg);
  }
  25% {
    -webkit-transform: translateX(-9px) rotate(-1.2deg);
    transform: translateX(-9px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  30%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  5% {
    -webkit-transform: translateX(-5px) rotate(-6deg);
    transform: translateX(-5px) rotate(-6deg);
  }
  10% {
    -webkit-transform: translateX(10px) rotate(6deg);
    transform: translateX(10px) rotate(6deg);
  }
  15% {
    -webkit-transform: translateX(-10px) rotate(-3.6deg);
    transform: translateX(-10px) rotate(-3.6deg);
  }
  20% {
    -webkit-transform: translateX(3px) rotate(2.4deg);
    transform: translateX(3px) rotate(2.4deg);
  }
  25% {
    -webkit-transform: translateX(-9px) rotate(-1.2deg);
    transform: translateX(-9px) rotate(-1.2deg);
  }
}

.heart-icon svg {
  width: 80px;
  fill: white;
}
.heart-icon svg path {
  stroke: #000;
  stroke-width: 0.5px;
}
.heart-icon:hover svg path {
  stroke: #000;
  fill: rgb(254, 156, 156);
  stroke-width: 0.5px;
}
.heart-icon.no-like svg {
  fill: white;
}

.heart-icon.yes-like svg path {
  stroke: red;
  fill: red;
}
.heart-icon.yes-like:hover svg path {
  stroke: red;
  fill: red;
}

/* follow me template */

.card-container,
.front,
.back-card {
  width: 300px;
  height: 500px;
}
.card-container {
  margin: 2rem;
  background-position: center;
  background-size: cover;
}
.front,
.back-card {
  box-sizing: border-box;
  padding: 2rem;
  border-radius: 4px;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
  font-family: BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}
/* front side bg is green gradient */
.front {
  /* background-image: linear-gradient(to right bottom, #2ecc71, #229955); */
  background-position: center;
  background-size: cover;
}
/* back side bg is orange gradient */
.back {
  /* background-image: linear-gradient(to right bottom, #f1c40f, #e67e22); */
}

.card-container {
  position: relative;
}
.front,
.back-card {
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  overflow: hidden;
  transition: transform 0.8s ease;
}
.back-card {
  transform: rotateY(180deg);
  background-color: white;
}
.card-container:hover .front {
  transform: rotateY(-180deg);
}
.card-container:hover .back-card {
  transform: rotateY(0deg);
}

.card-container {
  perspective: 75rem;
}
.wish-container {
  display: flex;
  flex-wrap: wrap;
}
.cpname {
  font-family: "Bree Serif", serif;
  text-transform: capitalize;
  margin: 15px auto;
  font-size: 20px;
}
.cprice {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin: 15px auto;
}
.cpdesc {
  font-family: "Cabin", sans-serif;
}
.pbtn {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: -10px;
  border: 1px solid #5c67ff;
}
.fpbtn {
  background-color: #5c67ff;
  color: white;
}
.pbtn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pbtn svg {
  fill: black !important;
  margin-top: 3px;
}
.pbtn:hover svg {
  fill: white !important;
}

.m-auto {
  margin: auto;
}
.card-body {
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 10px 10px;
  border-radius: 5px;
}
.empty {
  margin-top: 20px;
  font-size: 25px;
  padding: 10px 25px;
  font-family: "Bree Serif", serif;
  border: 1px solid orangered;
  -webkit-box-shadow: -4px 0px 0px 0px orangered;
  -moz-box-shadow: -4px 0px 0px 0px orangered;
  box-shadow: -4px 0px 0px 0px orangered;
  cursor: pointer;
  transition: 0.5s;
}
.empty:hover {
  color: white;
  background-color: orangered;
}

/* Main */
.main {
  /* margin-top: 2%;
  margin-left: 29%; */
  font-size: 28px;
  padding: 0 10px;
  min-width: 300px;
  max-width: 800px;
  margin: auto;
  white-space: nowrap;
}

.main h2 {
  color: #333;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}

.main .card {
  /* background-color: #fff;
  border-radius: 18px;
  box-shadow: 1px 1px 8px 0 grey;
  height: auto;
  margin-bottom: 20px; */
  padding: 20px 0 20px 50px;
  position: relative;
}

.main .card table {
  border: none;
  font-size: 20px;
  height: 270px;
  width: 80%;
}
.main .card table td {
  padding: 15px 0;
}
.nonEditField {
  border: none;
  border-bottom: 1px solid #000000;
  /* background-color: #1da1f2; */
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  padding: 2px;
  min-width: 300px;
}
.nonEditField:focus {
  outline: none;
  border: 1px solid #5c67ff;
}
.nonEditField[readonly],
.nonEditField[disabled] {
  outline: none;
  border: none;
  background-color: transparent;
}

.main .card table select:disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
}
.edit,
.undo {
  position: absolute;
  color: black;
  right: 10px;
  font-size: 20px;
}

.social-media {
  text-align: center;
  width: 90%;
}

.social-media span {
  margin: 0 10px;
}

.fa-facebook:hover {
  color: #4267b3 !important;
}

.fa-twitter:hover {
  color: #1da1f2 !important;
}

.fa-instagram:hover {
  color: #ce2b94 !important;
}

.fa-invision:hover {
  color: #f83263 !important;
}

.fa-github:hover {
  color: #161414 !important;
}

.fa-whatsapp:hover {
  color: #25d366 !important;
}

.fa-snapchat:hover {
  color: #fffb01 !important;
}
.autosize {
  resize: none;
  overflow: hidden;
}
/* End */
.closeElement {
  display: none !important;
}
.openElement {
  display: unset !important;
  /* font-size: 20px; */
}

.bg-overlay {
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  backdrop-filter: blur(5px);
}
.address-modal {
  visibility: visible;
  opacity: 1;
}

.subscribe-optin {
  position: relative;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2vw;
  width: 400px;
  height: auto;
  background: #fff;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 0.8rem;
}
.subscribe-optin h2 {
  padding: 1rem 0;
}
.subscribe-optin .optin-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 999;
  color: #000;
  font-size: 2rem;
  text-decoration: none;
  cursor: pointer;
}
.subscribe-optin .optin-close:hover {
  color: #c7c7c7;
  transition: color 500ms ease;
}
.subscribe-optin form label {
  display: none;
}
.subscribe-optin form input,
.subscribe-optin form select,
.subscribe-optin form textarea {
  /* display: inline-block; */
  padding: 0.5rem 1rem;
  outline: none;
  border: 1px solid #1d1d1b;
  text-transform: capitalize;
  width: calc(100% - 1rem);
  border-radius: 2px;
}
/* .subscribe-optin form select{
  width
} */
.subscribe-optin form input[type="text"],
.subscribe-optin form input[type="email"],
.subscribe-optin form select,
.subscribe-optin form textarea {
  padding: 0.5rem 1rem;
  width: calc(100% - 1rem);
}
.subscribe-optin form select {
  width: calc(100% + 1rem);
}
.subscribe-optin form input[type="submit"] {
  background: #5c67ff;
  color: white;
  width: calc(100% + 1rem);
  border: none;
  cursor: pointer;
}
.subscribe-optin form input[type="submit"]:hover {
  background: #a6acf8;
  color: #1d1d1b;
  transition: all 500ms;
}
.subscribe-optin form input[type="submit"]:active {
  box-shadow: inset 2px 2px 2px 0 #1d1d1b;
}
.address-modal {
  -webkit-animation: bounce-in-top 1.1s both;
  animation: bounce-in-top 1.1s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-1-2 14:46:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.socialJS {
  display: flex;
  justify-content: center;
  padding: 5px 0;
  font-size: 20px;
  flex-wrap: wrap;
  gap: 10px;
}
.socialJS a {
  cursor: pointer;
}

.catalogue a {
  color: black;
}
.catalogue:hover a {
  color: white;
}

.splash-content img {
  /* max-height: 50vh; */
  -webkit-box-reflect: below 10px
    linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    width: 300pxspla;
}
#background-wrap {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}

@-moz-keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}

@keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@-moz-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

/* ANIMATIONS */

.x1 {
  -webkit-animation: animateBubble 5s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 5s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 5s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: -5%;
  top: 5%;

  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x2 {
  -webkit-animation: animateBubble 5s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 5s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 5s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 5%;
  top: 80%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x3 {
  -webkit-animation: animateBubble 4s linear infinite,
    sideWays 1s ease-in-out infinite alternate;
  -moz-animation: animateBubble 4s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 4s linear infinite,
    sideWays 1s ease-in-out infinite alternate;

  left: 10%;
  top: 40%;

  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
}

.x4 {
  -webkit-animation: animateBubble 4s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 4s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 4s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  left: 20%;
  top: 0;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x5 {
  -webkit-animation: animateBubble 5s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 5s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 5s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 30%;
  top: 50%;

  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

.x6 {
  -webkit-animation: animateBubble 4s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 4s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 4s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 50%;
  top: 0;

  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}

.x7 {
  -webkit-animation: animateBubble 5s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 5s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 5s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 65%;
  top: 70%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x8 {
  -webkit-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  left: 80%;
  top: 10%;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x9 {
  -webkit-animation: animateBubble 5s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 5s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 5s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 90%;
  top: 50%;

  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x10 {
  -webkit-animation: animateBubble 5s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 5s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 5s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 80%;
  top: 80%;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

/* OBJECTS */

.bubble {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2),
    inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2),
    inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2),
    inset 0px 10px 30px 5px rgba(255, 255, 255, 1);

  height: 200px;
  position: absolute;
  width: 200px;
  transform: scale(0.3);
}

.bubble:after {
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(255, 255, 255, 0.5)),
    color-stop(70%, rgba(255, 255, 255, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  ); /* Opera 12+ */
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  ); /* IE10+ */
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);

  content: "";
  height: 180px;
  left: 10px;
  position: absolute;
  width: 180px;
}
.animate {
  font-size: 50px;
  margin: 100px 0 0;
  /* border-bottom: 2px solid #ccc; */
}

.animate span {
  display: inline-block;
}

a.repeat {
  display: inline-block;
  font-size: 12px;
  text-transform: none;
  text-decoration: none;
  color: orange;
  padding: 5px 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: normal;
  margin: 0 0 0 50px;
  border-radius: 3px;
  position: relative;
  bottom: 15px;
}

a.repeat:hover {
  background: rgba(0, 0, 0, 0.7);
  color: white;
}

.animate span:nth-of-type(2) {
  animation-delay: 0.05s;
}
.animate span:nth-of-type(3) {
  animation-delay: 0.1s;
}
.animate span:nth-of-type(4) {
  animation-delay: 0.15s;
}
.animate span:nth-of-type(5) {
  animation-delay: 0.2s;
}
.animate span:nth-of-type(6) {
  animation-delay: 0.25s;
}
.animate span:nth-of-type(7) {
  animation-delay: 0.3s;
}
.animate span:nth-of-type(8) {
  animation-delay: 0.35s;
}
.animate span:nth-of-type(9) {
  animation-delay: 0.4s;
}
.animate span:nth-of-type(10) {
  animation-delay: 0.45s;
}
.animate span:nth-of-type(11) {
  animation-delay: 0.5s;
}
.animate span:nth-of-type(12) {
  animation-delay: 0.55s;
}
.animate span:nth-of-type(13) {
  animation-delay: 0.6s;
}
.animate span:nth-of-type(14) {
  animation-delay: 0.65s;
}
.animate span:nth-of-type(15) {
  animation-delay: 0.7s;
}
.animate span:nth-of-type(16) {
  animation-delay: 0.75s;
}
.animate span:nth-of-type(17) {
  animation-delay: 0.8s;
}
.animate span:nth-of-type(18) {
  animation-delay: 0.85s;
}
.animate span:nth-of-type(19) {
  animation-delay: 0.9s;
}
.animate span:nth-of-type(20) {
  animation-delay: 0.95s;
}

/* Animation One */

.one span {
  color: black;
  opacity: 0;
  transform: translate(-150px, -50px) rotate(-180deg) scale(3);
  animation: revolveScale 0.4s forwards;
}

@keyframes revolveScale {
  60% {
    transform: translate(20px, 20px) rotate(30deg) scale(0.3);
  }

  100% {
    transform: translate(0) rotate(0) scale(1);
    opacity: 1;
  }
}

/* Animation Two */

.two span {
  color: #a5cb21;
  opacity: 0;
  transform: translate(200px, -100px) scale(2);
  animation: ballDrop 0.3s forwards;
}

@keyframes ballDrop {
  60% {
    transform: translate(0, 20px) rotate(-180deg) scale(0.5);
  }

  100% {
    transform: translate(0) rotate(0deg) scale(1);
    opacity: 1;
  }
}

/* Animation Three */

.three span {
  color: #b10e81;
  opacity: 0;
  transform: translate(-300px, 0) scale(0);
  animation: sideSlide 0.5s forwards;
}

@keyframes sideSlide {
  60% {
    transform: translate(20px, 0) scale(1);
    color: #b10e81;
  }

  80% {
    transform: translate(20px, 0) scale(1);
    color: #b10e81;
  }

  99% {
    transform: translate(0) scale(1.2);
    color: #00f0ff;
  }

  100% {
    transform: translate(0) scale(1);
    opacity: 1;
    color: #b10e81;
  }
}

/* Animation Four */

.four span {
  color: #8d6a00;
  opacity: 0;
  transform: translate(0, -100px) rotate(360deg) scale(0);
  animation: revolveDrop 0.3s forwards;
}

@keyframes revolveDrop {
  30% {
    transform: translate(0, -50px) rotate(180deg) scale(1);
  }

  60% {
    transform: translate(0, 20px) scale(0.8) rotate(0deg);
  }

  100% {
    transform: translate(0) scale(1) rotate(0deg);
    opacity: 1;
  }
}

/* Animation Five */

.five span {
  color: #dd3f0f;
  opacity: 0;
  transform: translate(0, -100px) rotate(360deg) scale(0);
  animation: dropVanish 0.5s forwards;
}

@keyframes dropVanish {
  30% {
    transform: translate(0, -50px) rotate(180deg) scale(1);
  }

  50% {
    transform: translate(0, 20px) scale(0.8) rotate(0deg);
    opacity: 1;
  }

  80% {
    transform: translate(-100px, -100px) scale(1.5) rotate(-180deg);
    opacity: 0;
  }

  100% {
    transform: translate(0) scale(1) rotate(0deg);
    opacity: 1;
  }
}

/* Animation Six */

.six span {
  color: #ddb40f;
  opacity: 0;
  transform: rotate(-180deg) translate(150px, 0);
  animation: twister 0.5s forwards;
}

@keyframes twister {
  10% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) translate(0);
    opacity: 1;
  }
}

/* Animation Seven */

.seven span {
  color: #348c04;
  opacity: 0;
  transform: translate(-150px, 0) scale(0.3);
  animation: leftRight 0.5s forwards;
}

@keyframes leftRight {
  40% {
    transform: translate(50px, 0) scale(0.7);
    opacity: 1;
    color: #348c04;
  }

  60% {
    color: #0f40ba;
  }

  80% {
    transform: translate(0) scale(2);
    opacity: 0;
  }

  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}

.brand-name .blue {
  color: #5c67ff !important;
}
#demo a {
  position: relative;
  color: #7b8ab8;
  border-radius: 50rem;
  background-color: #d9e3f1;
  border: none;
  box-shadow: 5px 5px 10px rgb(55 94 148 / 20%),
    -5px -5px 10px rgb(255 255 255 / 40%);
  transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, color 0.15s ease-in-out;
  padding: 5px;
  background-color: #d9e3f1;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-in-elliptic-left-fwd {
  -webkit-animation: slide-in-elliptic-left-fwd 0.7s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-elliptic-left-fwd 0.7s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-elliptic-left-fwd {
  0% {
    -webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
    transform: translateX(-800px) rotateY(30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
    transform-origin: -100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
    transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: 1800px 50%;
    transform-origin: 1800px 50%;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-left-fwd {
  0% {
    -webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
    transform: translateX(-800px) rotateY(30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
    transform-origin: -100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
    transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: 1800px 50%;
    transform-origin: 1800px 50%;
    opacity: 1;
  }
}
.Click-here {
  cursor: pointer;
  /* background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%); */
  color: black;
  /* width: 180px; */
  text-align: center;
  font-size:16px;
  padding: 18px 0;
  margin: 0 auto;
  /* transition:background-image 3s ease-in-out;
   */
   /* float:right; */
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay-exist {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
  backdrop-filter: blur(10px);
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}
