
@import url('https://fonts.googleapis.com/css2?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');


body {
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
}


a {
  text-decoration: none !important;
}

a:hover {
  color: #d9ba85;
  text-decoration: none;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  top: 0px;
  /* background-color: #131c2a; */
}

#header.header-scrolled {
  top: 0;
  /* background: rgba(0, 0, 0, 0.85);*/
  background: #fff;
  border-bottom: 1px solid #37332a;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 50px;
}


/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  margin: 0 0 0 15px;
  border: 2px solid #b6242b;
  color: #000;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.book-a-table-btn:hover {
  background: #b6242b;
  color: #fff;
}

@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
  }
}


.book-a-table-btn1 {
  margin: 0 0 0 15px;
  border: 2px solid #b6242b;
  background-color: #b6242b;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.book-a-table-btn1:hover {
  background: #b6242b;
  color: #fff;
}

@media (max-width: 992px) {
  .book-a-table-btn1 {
    margin: 0 15px 0 0;
    padding: 8px 20px;
  }
}


.carousel-item {
  height: 80vh;
  min-height: 300px;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 30% !important;
  transform: translate(-15%, -50%);
  color: #fff;
  text-align: center;
  z-index: 10;
  padding: 20px;
  text-align: center;
  bottom: auto !important;
  text-align: center !important;
  /* border-left: 4px solid #59d4fc; */
}

.carousel-caption h1 {
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 25px 0px;
}

.carousel-caption h1 span {
  color: #b20202;
}


.carousel-caption p {
  font-size: 20px;
  margin: 25px 0px;
}

.carousel-caption a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #000;
  margin-top: 15px;
  background: #b20202;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.w-100 {
  height: 100vh;
}

@media only screen and (max-width: 767px) {
  .navbar-nav {
    text-align: center;
  }

  .carousel-caption {
    bottom: 165px;
  }

  .carousel-caption h5 {
    font-size: 17px;
  }

  .carousel-caption a {
    padding: 10px 15px;
    font-size: 15px;
  }
  .sap{
  padding: 1rem 1rem;
}
}




.email-com {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 20px;
  border-radius: 25px !important;
  outline: none;

}

:root {
  background: #f5f6fa;
  color: #9c9c9c;
  font: 1rem "PT Sans", sans-serif;
}

.btn1 {
  display: inline-block;
  background: transparent;
  color: inherit;
  font: inherit;
  border: 0;
  outline: 0;
  padding: 0;
  transition: all 200ms ease-in;
  cursor: pointer;
}

.btn1--primary {
  background: #b20202;
  color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 12px 36px;
  border: 2px solid #b20202;
}

.btn1--primary:hover {
  background: #fff;
  color: #b20202;
}

.btn1--primary:active {
  background: #b20202;
  box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.btn1--inside {
  margin-left: -195px;
}

.form__field {
  width: 70%;
  background: transparent;
  color: #fff;
  font: inherit;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  outline: 0;
  padding: 22px 18px;
  border-radius: 35px;
  border: 1px solid;
}

.container__item {
  margin: 35px 0px;
}

@media(max-width: 667px) {
  .form__field {
    width: 100%;
    padding: 10px 18px;
    margin: 10px;
  }

  .carousel-caption h1 {
    font-size: 13px;
        margin: 8px 0px;
  }

  .carousel-caption p {
            font-size: 13px;
        margin: 8px 0px;
  }

  .carousel-caption {
        position: absolute !important;
        top: 120px !important;
        left: 5% !important;
        right: 5% !important;
        color: #fff;
        text-align: center !important;
        z-index: 10;
        text-align: center;
        transform: translate(0%, 0%);
    
  }
  .btn1--primary {
    padding: 8px 22px;
}

  .btn1--inside {
    margin-left: 0px;
  }

  .container__item {
    margin: 15px 0px;
  }

  .manual-container {
    max-width: 100%;
    margin: 20px;
  }

  .about {
    padding: 0px !important;
  }

  .pci-img {
    width: 100%;
  }

  .right-manual-container {
    max-width: 100% !important;
    padding: 33px;
  }

.py5{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}


  .inp-1 {
    width: 100% !important;
    padding: 15px 15px !important;
    margin: 15px 0 !important;
  }
}

.py5{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.pro {
  overflow: hidden;

}

.headhunters {
  border: 15px solid #b20202;
  border-radius: 20px;
  object-fit: cover;
}

#footer {
  margin-top: 40px;
}

#footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer ul li a {
  color: #636363;
}

#footer ul li a:hover {
  color: #b20202;
}

#footer ul li {
  padding: 5px 0;
  font-size: 13px;
}

#footer .copy {
  text-align: center;
  font-size: 13px;
}

#footer .social-links a {
  font-size: 25px;
  display: inline-block;
  color: #b20202;
  line-height: 1;
  padding: 6px 1px;
  margin-right: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
}

#footer .social-links a:hover {
  background: #b20202;
  border-radius: 50%;
  color: #fff;
  padding: 4px 5px;
  text-decoration: none;
}


#abt-comply {
  /* background-image: url("images/pink.png"); */
  background-color: #f88894;
  padding: 65px 0 60px 0;
}

.abt-com-img {
  background: url(images/tab.png) no-repeat;
  background-size: cover;
  border-radius: 20px 0px 20px 0px;
  overflow: hidden;
  height: fit-content;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 25px 0;
}

.about p {
  font-size: 20px;
}

.about ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 25px;
}

.about ul li {
  padding: 10px 33px;
  font-size: 20px;
  color: #333;
}

.about .video-box {
  border-radius: 20px 0px 0px 20px;
  background-position: right;
  /* background-color: #b20202; */
  overflow: hidden;
  height: fit-content;
  padding: 11px;
}

.read-more {
  color: #fff;
  background-color: #b20202;
  border: 2px solid #b20202;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 13px;
  border-radius: 10px;
  width: 150px;
  margin-top: 30px;
}

.read-more:hover {
    color: #b20202;
  background-color: #fff;
    transition: 
    color 0.3s,
    background 0.3s,
    border-color 0.3s,
    box-shadow 0.3s,
    transform 0.2s;
}

.about .video-box1 {
  background-size: cover;
  border-radius: 0px 20px 20px 0px;
  /* background-color: #b20202; */
  overflow: hidden;
  height: fit-content;
  padding: 11px;
}

.about .video-box1 img {
  width: 100%;
}

.about .video-box2 {
  border-radius: 20px 0px 0px 20px;
  background-position: right;
  background-color: #b20202;
  overflow: hidden;
  height: fit-content;
  padding: 11px;
}


/* Manual Styles  */

.manual-container {
  max-width: 86%;
  margin-left: auto;
}

.right-manual-container {
  max-width: 86%;
  margin-right: auto;
}


.more {
  color: #000;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 500;
}

.more:hover {
  color: #fff;
  background-color: #000;
  transition: 
    color 0.3s,
    background 0.3s,
    border-color 0.3s,
    box-shadow 0.3s,
    transform 0.2s;
}

.abt-com {
  text-align: justify;
  font-size: 18px;
  padding: 10px 0;
}

.fro {
  margin: 0px 0;
  padding: 55px 0;
  background: url(images/Untitled-1.png) no-repeat;
  background-position: 30%;
  height: 80%;
  background-size: contain;
}

.fro-1 {
  border: 2px solid #f68892;
  border-radius: 20px;
  padding: 80px 75px;
  background-color: #fff;
}

.fro-1 h2 {
  color: #002947;
}


.inp {
  width: 100%;
  padding: 10px 20px;
  margin: 0 0 15px 0;
  border-radius: 8px;
  border: 1px solid #385670;
  margin: 20px 0;
}

.inp-1 {
  padding: 10px 20px;
  margin: 0 0 15px 0;
  border-radius: 20px;
  background-color: #333;
  color: #fff;
  font-weight: 500;
}

#sub .book {
  position: relative;
  background-image: url("images/subscribe-footer.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 60px;
  border-radius: 20px;
  width: 100%;
}

.book-text {
  color: #fff;
  text-align: center;
}

.book-text p {
  font-size: 20px;
  padding: 20px 0;
}


.form__field-1 {
  width: 60%;
  background: #fff9f92e;
  color: #fff;
  font: inherit;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  outline: 0;
  padding: 22px 18px;
  border-radius: 35px;
  border: 1px solid;
}

.btn1-1 {
  display: inline-block;
  background: transparent;
  color: inherit;
  font: inherit;
  border: 0;
  outline: 0;
  padding: 0;
  transition: all 200ms ease-in;
  cursor: pointer;
}

.btn1--primary-1 {
  background: #fff;
  color: #b20202;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 12px 36px;
}

.btn1--inside-1 {
  margin-left: -190px;
}

/* input::placeholder {
    color: #fff;
    opacity: 1;
} */

@media (max-width: 667px) {
  .form__field-1 {
    width: 100%;
    padding: 10px 18px;
    margin: 10px;
  }
  .why-com {
    margin: 10px;
}
.abt-why {
    margin: 0px 0;
}
.about ul {
  margin-top: 15px;
}
.read-more {
  margin-top: 12px;
}


}

@media (max-width: 667px) {
  .btn1--inside-1 {
    margin-left: 25px;
  }

  .fro-1 {
    padding: 40px 35px;
  }

}

.ch3 {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  top: 12px;
  /* left: 25px; */
  border-radius: 20px;
  overflow: hidden;
}

.ch3 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.ch3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}



.pricing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}

.card {
  background: linear-gradient(to bottom, #e3f2fd, #ffffff 50%);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media(max-width: 667px){
  .cm{
    margin-top: 15px !important;
  }
  .mc{
    margin-top: 0 !important;
  }
  .services__card {
    margin: 10px;
}
.services__border {
    width: 100% !important;
    height: 100% !important;
}


}

.mc{
  margin-top: 15px;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 215px;
  background: url('images/secu-1.jpg') center no-repeat;
  background-size: cover;
  opacity: 0.2;
  pointer-events: none;
  border-bottom-left-radius: 120px 60px;
  border-bottom-right-radius: 120px 60px;
}

.tier {
font-size: 30px;
    font-weight: 600;
    color: #032d60;
    margin-top: 20px;
}

.price {
font-size: 30px;
    font-weight: 800;
    color: #032d60;
    margin: 5px 0;
}

.subtext {
font-size: 15px;
    font-weight: 700;
    color: #032d60;
    margin-bottom: 55px;
}

.features {
  text-align: left;
  margin-bottom: 20px;
}

.features {
  list-style: none;
}

.features li{
  padding: 10px 0;
}

/* .features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #28a745;
} */

.note {
  font-size: 0.85em;
  color: #999;
  margin-top: 10px;
}

.btn {
  background-color: #0070d2;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.btn:hover {
  background-color: #005bb5;
}

.abt-why {
  margin: 40px 0;
  text-align: center;
}

.abt-why h2 {
  font-size: 2.5em;
}

.abt-why p {
  font-size: 20px;
  padding: 20px 0;
}

.why-com {
  background-color: #3a3a3c;
  border-radius: 20px;
  color: #fff;
  padding: 30px;
}

.why-com:hover {
  background-color: #b20202;
  color: #fff;
  transform: scale(1.03);
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}

.why-com h4 {
  font-size: 20px;
}



:root {
  --header-height: 3.5rem;
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --first-color: hsl(14, 98%, 50%);
  --black-color: hsl(0, 0%, 0%);
  --black-color-light: hsl(0, 0%, 40%);
  --white-color: hsl(0, 0%, 95%);
  --title-color: hsl(0, 0%, 0%);
  --text-color: hsl(0, 0%, 35%);
  --text-color-light: hsl(0, 0%, 64%);
  --body-color: hsl(0, 0%, 87%);
  --container-color: hsl(0, 0%, 83%);
  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Bai Jamjuree", sans-serif;
  --biggest-font-size: 2.5rem;
  --h1-font-size: 1.75rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1.125rem;
  --normal-font-size: 0.938rem;
  --small-font-size: 0.813rem;
  --smaller-font-size: 0.75rem;
  /*========== Font weight ==========*/
  --font-regular: 400;
  --font-medium: 500;
  --font-semi-bold: 600;
  --font-bold: 700;
  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

/*========== Responsive typography ==========*/
@media screen and (min-width: 1150px) {
  :root {
    --biggest-font-size: 4.5rem;
    --h1-font-size: 3rem;
    --h2-font-size: 1.5rem;
    --h3-font-size: 1.25rem;
    --normal-font-size: 1rem;
    --small-font-size: 0.875rem;
    --smaller-font-size: 0.813rem;
  }
}




.grid {
  display: grid;
  gap: 1.5rem;
}

.section {
  padding-block: 30px;
}

.section__title-1,
.section__title-2 {
font-size: 45px;
    text-align: left;
    margin: 30px 0;
}

.section__title-1 span,
.section__title-2 span {
  z-index: 5;
  position: relative;
}

/* .section__title-1::after,
.section__title-2::after {
  content: "";
  width: 40px;
  height: 28px;
  background-color: rgba(252, 61, 3, 0.2);
  position: absolute;
  top: -4px;
  right: -8px;
} */

/* .section__title-2::after {
  top: initial;
  bottom: -4px;
} */

.main {
  overflow: hidden;
  /* For animation ScrollReveal */
}

/*=============== SERVICES ===============*/
.services__container {
  grid-template-columns: 250px;
  justify-content: center;
  row-gap: 2rem;
  padding-top: 1rem;
}

.services__card {
  position: relative;
}

.services__content {
  height: 100%;
  background-color: hsl(240deg 1.69% 23.14%);
  /* border: 4px solid var(--black-color); */
  border-radius: 0.75rem;
  padding: 6rem 1rem 3rem;
  z-index: 5;
  position: relative;
  transition: background-color 0.4s, border 0.4s;
}

.services__border {
  position: absolute;
  width: 98%;
  height: 98%;
  border: 4px solid hsl(357.45deg 69.46% 39.8%);
  border-radius: 0.75rem;
  top: 0;
  left: 0;
  transition: transform 0.4s;
}

.services__card:hover .services__border {
  transform: translate(0.75rem, 0.75rem);
}

.services__icon {
  position: relative;
  display: inline-block;
}

.services__icon i {
  font-size: 2rem;
  color: var(--black-color);
  position: relative;
  z-index: 5;
}

.services__box {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: var(--first-color);
  right: -2px;
  top: -2px;
}

.services__title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 1.25rem;
}

.services__description {
  color: #fff;
}

.exp-pro {
  color: #fff;
  background-color: #b20202;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 3px;
  display: inherit;
  position: absolute;
  bottom: 10px;
  width: 88%;
  text-align: center;
}

.exp-pro:hover {
  color: #fff;
}

/*=============== MEDIA QUERIES ===============*/
/* For small devices */
@media screen and (max-width: 340px) {
  .container {
    margin-inline: 1rem;
  }
}

/* For medium devices */
@media screen and (min-width: 768px) {
  .services__container {
    grid-template-columns: repeat(2, 250px);
  }
}

/* For large devices */
@media screen and (min-width: 1150px) {
  .container {
    margin-inline: auto;
  }

  /* .section {
    padding-block: 7rem 2rem; } */
  /* .section__title-1::after,
  .section__title-2::after {
    width: 70px;
    height: 48px;
  } */

  .services__container {
    grid-template-columns: repeat(3, 310px);
    column-gap: 5rem;
    /* padding-block: 3rem 5rem; */
  }

  .services__content {
    padding: 40px 25px 40px;
    /* border: 6px solid var(--black-color); */
    min-height: 445px;
  }

  .services__icon i {
    font-size: 3rem;
  }

  .services__box {
    width: 32px;
    height: 32px;
  }

  .services__title {
    margin-bottom: 17px;
    color: #fff;
    margin-top: 15px;
  }

  .services__card:hover .services__border {
    transform: translate(1.25rem, 1.25rem);
  }

  .services__description {
    color: #fff;
  }
}


.free-bn{
  background-color: #b20202;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 500;
  border: 2px solid #b20202;
  transition: background-color 0.3s, color 0.3s;
}
.free-bn:hover{
  color: #b20202;
  background-color: #fff;
}


.price-h{
  text-align: center;
  font-size: 30px;
  color: #b20202;
  padding: 20px 0;
}


#free-trial{
  padding: 60px 0 0 0;
}

#free-trial h2{
  font-size: 30px;
}

.free-ser {
   background: linear-gradient(135deg, #032d60 0%, #b20202 100%); color: #fff; padding: 32px 28px;
  border-radius: 18px 18px 40px 18px;
  box-shadow: 0 8px 32px rgba(178, 2, 2, 0.15), 0 1.5px 6px rgba(0,0,0,0.07);
  text-decoration: none;
  font-size: 20px;
  margin-top: 30px;
  font-weight: 600;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
}

.free-ser::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  z-index: 0;
}
/* 
.free-ser h2, .free-ser p, .free-ser * {
  position: relative;
  z-index: 1;
} */

.free-ser:hover {
  box-shadow: 0 12px 40px rgba(178, 2, 2, 0.22), 0 2px 8px rgba(0,0,0,0.10);
  transform: translateY(-4px) scale(1.03);
}

.free-ser h2{
  font-size: 20px;
  font-weight: 700;
}

.free-ser p{
  font-size: 15px;
}


figure.snip1157 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
figure.snip1157 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snip1157 img {
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: 40px 0 0 10px;
  border: 2px solid #3a3a3c;
}
figure.snip1157 blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #3a3a3c;
  color: #ffffff;
  padding: 25px 50px 30px 50px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
  min-height: 240px;
  /* font-style: italic; */
}
figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1157 blockquote:before {
  top: 25px;
  left: 20px;
}
figure.snip1157 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
figure.snip1157 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #343a40;
  margin: 0;
  position: absolute;
}
figure.snip1157 .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 120px;
  margin: 0;
  text-transform: uppercase;
  color: #212529;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
figure.snip1157 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.snip1157 .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}
.manual-mb {
  margin-bottom: 100px;
}

.fro select{color:#666c72!important; background:transparent!important;}


.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    /* Define the variable or provide a fallback SVG icon */
    background-image: var(--bs-navbar-toggler-icon-bg, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"));
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}


.animation-container {
  width: 100%;
  height: 50vw;
  max-height: 420px;
  max-width: 840px;
  margin: 40px auto;
  position: relative;
  animation: fadeIn 0.2s ease-out both; }
  .animation-container:after, .animation-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://unitienda.net/demo/finalis/wp-content/uploads/2021/06/dots.png") 30% 0 no-repeat;
    background-size: 18%;
    z-index: -1; }
  .animation-container:before {
    background-position: 80% 100%; }
  .animation-container img {
    width: 100%;
    position: absolute;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
  .animation-container .circle {
    border-radius: 100%;
    position: absolute; }
    .animation-container .circle:nth-child(1) {
    border: 2px dashed transparent;
    background: #b20202;
    left: -3%;
    top: -12%;
    width: 13vw;
    height: 13vw;
    animation: bg-pulse 5s cubic-bezier(0.445, 0.05, 0.55, 0.95) both infinite;
}
    .animation-container .circle:nth-child(2) {
    border: 2px dashed #b20202;
    background: transparent;
    left: 9%;
    top: 58%;
    width: 8vw;
    height: 8vw;
    animation: bg-rotation 22s cubic-bezier(0.445, 0.05, 0.55, 0.95) both infinite;
}
    .animation-container .circle:nth-child(3) {
    border: 2px dashed transparent;
    background: #3a3a3c;
    left: 83%;
    top: -9%;
    width: 5vw;
    height: 5vw;
    animation: bg-pulse 3s cubic-bezier(0.445, 0.05, 0.55, 0.95) both infinite;
}
    .animation-container .circle:nth-child(4) {
    border: 2px dashed #b20202;
    background: transparent;
    left: 60%;
    top: -10%;
    width: 8vw;
    height: 8vw;
    animation: bg-rotation 23s cubic-bezier(0.445, 0.05, 0.55, 0.95) both infinite;
}
    .animation-container .circle:nth-child(6) {
    border: 2px dashed #b20202;
    background: transparent;
    left: 75%;
    top: 51%;
    width: 13vw;
    height: 13vw;
    animation: bg-rotation 23s cubic-bezier(0.445, 0.05, 0.55, 0.95) both infinite;
}
    .animation-container .circle:nth-child(5) {
    border: 2px dashed transparent;
    background: #b1b1b7;
    left: 89%;
    top: 46%;
    width: 6vw;
    height: 6vw;
    animation: bg-pulse 4s cubic-bezier(0.445, 0.05, 0.55, 0.95) both infinite;
}  
  .animation-container .cursor {
    width: 2vw;
    max-width: 20px;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    animation: cursor 10s cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
    animation-direction: alternate;
    fill: #333; }
    .animation-container .cursor .rotateCursor {
      transform: rotateY(180deg);
      transform-origin: center center; }
  .animation-container .dashboard {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    display: block;
    margin: 0 auto;
    animation: scaleInCenter 1s ease-in-out; }
  .animation-container svg {
    height: auto;
    position: absolute;
    user-drag: none;
    user-select: none; }
  .animation-container .activity {
    width: 100%;
    max-height: 400px;
    top: 0%; right: 0%;
    width: 45%;
    animation: scaleInUp 0.7s ease-in-out 5.5s both;
    animation-direction: alternate; }
    .animation-container .activity .bar.size-10 {
      animation: barHeight-10 0.7s ease-in-out 6.07s both; }

@keyframes barHeight-10 {
  from {
    height: 0;
    transform: translateY(0px); }
  to {
    height: 10px;
    transform: translateY(-10px); } }
    .animation-container .activity .bar.size-20 {
      animation: barHeight-20 0.7s ease-in-out 6.14s both; }

@keyframes barHeight-20 {
  from {
    height: 0;
    transform: translateY(0px); }
  to {
    height: 20px;
    transform: translateY(-20px); } }
    .animation-container .activity .bar.size-30 {
      animation: barHeight-30 0.7s ease-in-out 6.21s both; }

@keyframes barHeight-30 {
  from {
    height: 0;
    transform: translateY(0px); }
  to {
    height: 30px;
    transform: translateY(-30px); } }
    .animation-container .activity .bar.size-40 {
      animation: barHeight-40 0.7s ease-in-out 6.28s both; }

@keyframes barHeight-40 {
  from {
    height: 0;
    transform: translateY(0px); }
  to {
    height: 40px;
    transform: translateY(-40px); } }
    .animation-container .activity .bar.size-50 {
      animation: barHeight-50 0.7s ease-in-out 6.35s both; }

@keyframes barHeight-50 {
  from {
    height: 0;
    transform: translateY(0px); }
  to {
    height: 50px;
    transform: translateY(-50px); } }
    .animation-container .activity .bar.size-60 {
      animation: barHeight-60 0.7s ease-in-out 6.42s both; }

@keyframes barHeight-60 {
  from {
    height: 0;
    transform: translateY(0px); }
  to {
    height: 60px;
    transform: translateY(-60px); } }
    .animation-container .activity .bar.size-70 {
      animation: barHeight-70 0.7s ease-in-out 6.49s both; }

@keyframes barHeight-70 {
  from {
    height: 0;
    transform: translateY(0px); }
  to {
    height: 70px;
    transform: translateY(-70px); } }
    .animation-container .activity .bar.size-80 {
      animation: barHeight-80 0.7s ease-in-out 6.56s both; }

@keyframes barHeight-80 {
  from {
    height: 0;
    transform: translateY(0px); }
  to {
    height: 80px;
    transform: translateY(-80px); } }
    .animation-container .activity .bar.size-90 {
      animation: barHeight-90 0.7s ease-in-out 6.63s both; }

@keyframes barHeight-90 {
  from {
    height: 0;
    transform: translateY(0px); }
  to {
    height: 90px;
    transform: translateY(-90px); } }
    .animation-container .activity .bar.size-110 {
      animation: barHeight-110 0.7s ease-in-out 6.7s both; }

@keyframes barHeight-110 {
  from {
    height: 0;
    transform: translateY(0px); }
  to {
    height: 110px;
    transform: translateY(-110px); } }
    .animation-container .activity .bubble {
      animation: showBubble 0.7s ease-in-out 7.5s both;
      transform-origin: center; }
    .animation-container .activity .days {
      animation: fadeIn 0.7s ease-in-out both; }
      .animation-container .activity .days.day-1 {
        animation-delay: 5.8s !important; }
      .animation-container .activity .days.day-2 {
        animation-delay: 6.1s !important; }
      .animation-container .activity .days.day-3 {
        animation-delay: 6.4s !important; }
      .animation-container .activity .days.day-4 {
        animation-delay: 6.7s !important; }
      .animation-container .activity .days.day-5 {
        animation-delay: 7s !important; }
      .animation-container .activity .days.day-6 {
        animation-delay: 7.3s !important; }
      .animation-container .activity .days.day-7 {
        animation-delay: 7.6s !important; }
      .animation-container .activity .days.day-8 {
        animation-delay: 7.9s !important; }
    .animation-container .activity .select {
      animation: fadeInUp 0.7s ease-in-out both;
      transform-origin: center; }
      .animation-container .activity .select.sele-1 {
        animation-delay: 5.8s !important; }
      .animation-container .activity .select.sele-2 {
        animation-delay: 6.1s !important; }
    .animation-container .activity .title {
      animation: fadeInRight 1s ease-in-out 5.7s both; }
    .animation-container .activity .sub-title {
      animation: fadeInRight 1s ease-in-out 5.9s both; }
  .animation-container .menu {
    max-height: 520px;
    top: 0;
    left: 0;
    width: 30%;
    animation: scaleInUp 0.7s ease-in-out 1.5s both;
    animation-direction: alternate; }
    .animation-container .menu .logo {
      animation: fadeInRight 0.7s ease-in-out 2s both; }
    .animation-container .menu .menu-item {
      transform-origin: center; }
      .animation-container .menu .menu-item:nth-child(1) {
        animation: flipVertical 0.7s ease-in-out both;
        animation-delay: 1.8s !important; }
      .animation-container .menu .menu-item:nth-child(2) {
        animation: flipVertical 0.7s ease-in-out both;
        animation-delay: 2.1s !important; }
      .animation-container .menu .menu-item:nth-child(3) {
        animation: flipVertical 0.7s ease-in-out both;
        animation-delay: 2.4s !important; }
      .animation-container .menu .menu-item:nth-child(4) {
        animation: flipVertical 0.7s ease-in-out both;
        animation-delay: 2.7s !important; }
      .animation-container .menu .menu-item:nth-child(5) {
        animation: flipVertical 0.7s ease-in-out both;
        animation-delay: 3s !important; }
  .animation-container .compliance {
    top: 0;
    right: 10%;
    width: 30%;
    display: block;
    margin: 0 auto;
    animation: scaleInUp 0.7s ease-in-out 3.5s both;
    animation-direction: alternate; }
    .animation-container .compliance .bottom-link,
.animation-container .compliance .title {
      animation: fadeInRight 0.3s ease-in-out 4.5s both; }
    .animation-container .compliance .text-step {
      animation: fadeInUp 0.3s ease-in-out 4.7s both; }
    .animation-container .compliance .progress-bar {
      animation: fadeInUp 0.3s ease-in-out 4.9s both; }
      .animation-container .compliance .progress-bar .bar {
        width: 0;
        animation: progressBar 1s ease-in 5.3s both; }
    .animation-container .compliance .button-blue {
      animation: fadeInUp 0.3s ease-in-out 5.1s both; }

@keyframes bg-pulse {
  50% {
    transform: scale(0.7) translatey(5%); } }

@keyframes bg-rotation {
  100% {
    transform: rotate(360deg); } }

@keyframes progressBar {
  to {
    width: 177px; } }

@keyframes flipVertical {
  from {
    transform: rotateY(90deg); }
  to {
    transform: rotateY(0deg); } }

@keyframes showBubble {
  from {
    transform: rotate(15deg) translatey(10px);
    opacity: 0; } }

@keyframes scaleInCenter {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.2; }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; } }

@keyframes scaleInUp {
  from {
    transform: scale(0);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translatey(10px); }
  to {
    opacity: 1;
    transform: translatey(0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translatex(-10px); }
  to {
    opacity: 1;
    transform: translatex(0); } }

@keyframes cursor {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  10%,
20% {
    left: 23%; }
  14% {
    transform: scale(1); }
  15% {
    transform: scale(0.8); }
  16% {
    transform: scale(1); }
  30%,
40% {
    top: 40%;
    left: 73%; }
  34% {
    transform: scale(1); }
  35% {
    transform: scale(0.8); }
  36% {
    transform: scale(1); }
  50%,
60% {
    top: 75%;
    left: 73%; }
  51% {
    transform: scale(1); }
  52% {
    transform: scale(0.8); }
  53% {
    transform: scale(1); }
  70% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

    @media(max-width: 667px) {
      .animation-container {
    margin: 0px auto;
}
  }



    .back-tick{
      background: url(images/tick.png) left top no-repeat;
     
    
    }
  