@font-face {
  font-family: 'Clbd';
  src: url('../fonts/CLBD.woff2') format('woff2'),
      url('../fonts/CLBOLF.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Clbd';
  src: url('../fonts/CLBKSC.woff2') format('woff2'),
      url('../fonts/CLBKSC.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Clbd';
  src: url('../fonts/CLBD.woff2') format('woff2'),
      url('../fonts/CLBD.woff') format('woff');
  font-weight: bolder;
  font-style: normal;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Clbd' !important;
  color: #9fa1a4;
  line-height: 1.5;
  font-style: normal;
}

a {
  color: #777;
  text-decoration: none;
  transition: 0.3s all ease;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Poppins", sans-serif;
  color: #000;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #2d71a1 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 0.8rem;
}

section {
  overflow: hidden;
}

.section {
  padding: 7rem 0;
  background-image: url(../img/bg-gifs.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.section-heading {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
}

.ticto-upsell-button,
.ticto-refuse-button {
  border: none;
  font-size: 16px !important;
  padding: 5px 15px !important;
  margin: 0 !important;
  border-radius: 20px;
  
  box-shadow: none !important;
}

.ticto-upsell-button {
  animation: zoom infinite 2s ease-in-out;
  color: #fff;
  border: 2px solid #fff;
  background: linear-gradient(90deg, rgba(66,180,58,1) 0%, rgba(47,253,29,1) 50%, rgba(66,180,58,1) 100%) !important;
  text-decoration: none;
}

@keyframes zoom {
  0% {
    transform: scale(.9, .9);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(.9, .9);
  }
}

.ticto-upsell-button::after {
  border: 1px solid #fff !important;
  box-shadow: none !important;
}

.ticto-refuse-button {
  background-color: rgb(255 0 0);
  color: #fff;
}

.bt-wpp {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
  font-size: 35px;
  border-radius: 50%;
  color: rgb(0, 0, 0);
  background-color: white;
  width: 50px;
  height: 50px;
  text-decoration: none;
  display: flex;
  margin: auto auto;
  align-items: center;
  justify-content: center;
  box-shadow: .5px 2px 2px black;
}

.bt-wpp:hover {
  color: darkgreen;
  /* Cor do ícone ao passar o mouse */
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #d9c384;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3687c1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.btn.btn-primary {
  background: #2d71a1;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  font-size: 50px;
  padding: .5rem 5rem;
  border: none;
}

.btn-blue {
  background: linear-gradient(90deg, rgba(19,169,187,1) 0%, rgba(90,232,223,1) 51%, rgba(19,169,187,1) 100%) !important;
}

.gifs {
  background-image: url(../img/bg-gifs.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 7rem;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.gifs-title {
  color: #000000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 130%;
}

.gifs-title > span {
  background: linear-gradient(90deg, rgba(19,169,187,1) 0%, rgba(90,232,223,1) 51%, rgba(19,169,187,1) 100%) !important;
  color: black !important;
  padding: 0 1rem;
}

/* Feature 1 */
.feature-1 .wrap-icon {
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-1 .wrap-icon .card-video {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0;
}

.feature-1 .wrap-icon.icon-1 {
  background: #81e4f6;
}

.feature-1 .wrap-icon i {
  font-size: 40px;
  line-height: 0;
  color: #fff;
}

.feature-1 h3 {
  font-size: 20px;
}

.feature-1 p {
  color: #000000;
  font-size: 30px;
}

.list-foo {
  justify-content: space-between;
}

.product {
  background-image: url(../img/banner-spray-magic.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 800px;
  padding: 7rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/garantia.png);
  background-size: 120px;
  background-position: right 4% top 3%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.product > .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

.product-img {
  max-width: 400px;
}

.product-title {
  color: #ffffff;
  padding: 10px 10px 0 10px;
  font-size: 24px;
  margin: 0;
  width: fit-content;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
}

.product-price {
  color: #fff;
  font-size: 50px;
  position: relative;
  margin-bottom: 0;
  width: fit-content;
  display: flex;
  margin: 0 auto;
}

.product-real-price {
  font-size: 70px;
  background: linear-gradient(0deg, rgba(195,154,34,1) 0%, rgba(253,187,45,1) 100%);
  color: #000;
  border: 2px solid white;
  font-weight: 700;
  width: fit-content;
  padding: 5px 10px;
  display: flex;
  margin: 0 auto;
}

.product-price::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: red;
  position: absolute;
  top: 50%;
}

.product .product-real-price {
  color: #000;
  background-color: #fff;
}

#toggleAudio {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #fff;
  border: none;
  padding: 8px;
  position: absolute;
  z-index: 11;
  left: 50%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  color: #000;
}

#toggleAudio img {
  max-width: 25px;
}

#toggleAudio p {
  margin: 0;
  color: #000;
}

.card-video {
  width: 100%;
  max-width: 500px;
  display: flex;
  margin: 0 auto;
}

/* Step */
.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}

.step .number {
  background: linear-gradient(-45deg, #1391a5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  display: block;
}

.step p:last-child {
  margin-bottom: 0px;
}

/* Review */
.review h3 {
  font-size: 20px;
}

.review p {
  line-height: 1.8;
  font-style: italic;
  color: #333333;
}

.review .stars span {
  color: #000000;
}

.name {
  font-size: 34px;
}

.review .stars .muted {
  color: #ccc;
}

.review .review-user img {
  width: 400px;
  margin: 0 auto;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.swiper-slide {
  flex: 1 0 28%;
}

/* Testimonial Carousel */
.testimonials-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000000;
}

/* Pricing */
.pricing {
  padding: 50px;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  padding-bottom: 12rem !important;
  position: relative;
  border-radius: 4px;
  color: #000000;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.pricing h3 {
  color: #2d71a1;
}

.pricing .price-cta {
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  left: 0;
}

.pricing .price-cta .price {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 300;
}

.pricing .popularity {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2rem;
  display: block;
  margin-bottom: 20px;
}

.pricing ul {
  margin-bottom: 50px;
}

.pricing ul li {
  margin-bottom: 10px;
}

.pricing .btn-white {
  background: #fff;
  border: 2px solid rgb(241, 241, 241);
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing .btn-white:hover {
  color: #2d71a1;
}

.pricing.popular {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: none;
}

.pricing.popular .popularity {
  color: #b3b3b3;
}

.pricing.popular h3 {
  color: #fff;
  background: none;
}

.pricing.popular .btn-white {
  border: 2px solid #2d71a1;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(to right, rgb(39, 70, 133) 0%, rgb(61, 179, 197) 100%);
  color: #fff;
}

.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }

  .swiper-wrapper {
    flex-wrap: wrap;
  }

  .swiper-slide {
    flex: 100%;
  }
}

.cta-section .btn {
  background: #000000;
  color: #fff;
}

.cta-section .btn i {
  margin-right: 5px;
  font-size: 24px;
  line-height: 0;
}

/* Contact Form */
.form-control {
  height: 48px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2d71a1;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
  min-height: 160px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Blog */
.post-entry {
  margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}

.post-entry .post-text h3 a {
  text-decoration: none;
  color: #000000;
}

.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #2d71a1;
}

.post-entry .post-text .readmore {
  color: #2d71a1;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  text-decoration: none;
  display: block;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
  text-decoration: none;
  color: #000000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
}

#header.header-scrolled {
  background: rgba(39, 70, 133, 0.8);
  height: 60px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #2d71a1;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .cards-disp {
    gap: 4rem;
  }

  .navbar ul {
    display: none;
  }

  .product {
    align-items: end;
    justify-content: end;
  }
}

@media (min-width: 1400px) {
  .hero-section, .hero-section>.container>.row {
    height: 110vh !important;
  }

  .product {
    height: 115vh;
  }

}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(27, 49, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #2d71a1;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #2d71a1;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  background-color: black;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

@media screen and (max-width: 992px) {

  .product {
   padding-bottom: 1rem;
  }

  .mob-img {
    display: none !important;
  }

  .secondary {
    padding-bottom: 2rem !important;
  }

  .product .btn-outline-white::after {
    box-shadow: 0px 4px 5px #3d3d3d
  }

  .hero-section {
    background-image: url(../img/bg-hero.webp);
    background-position: center;
  }
}

.hero-section .wave svg {
  width: 100%;
}

.hero-section,
.hero-section>.container>.row {
  align-items: center;
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}

@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
}

.hero-section h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .hero-section h1 {
    text-align: center;
    font-size: 22px;
  }

  .banner-display-info-txt {
    font-size: 16px !important;
    font-family: system-ui;
  }

  .section-heading {
    font-size: 2rem;
  }

  .review .review-user img {
    width: 280px;
  }

  .name,
  .feature-1 p {
    font-size: 28px;
    line-height: 100%;
    font-weight: 100;
  }

  .gifs-title {
    font-size: 30px;
  }

  .product img {
    max-width: 200px;
    display: flex;
    margin: 0 auto 2rem auto;
  }

  .product-price {
    font-size: 35px;
  }

  .product .product-price {
    font-size: 28px;
  }

  .product > .wave {
    bottom: -180px;
  }

  .product-real-price {
    font-size: 38px;
  }

  .section {
    padding: 2rem 0;
  }

  .btn-outline-white {
    margin: 2rem auto 0 auto !important;
    font-size: 22px !important;
  }

  .hero-section, .hero-section>.container>.row {
    padding: 2rem 0;
    height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}

.hero-section .iphone-wrap {
  position: relative;
}

.iphone-wrap > .card-video {
  object-fit: cover;
  margin: 0 auto;
  display: flex;
  width: 550px;
  height: 550px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
    margin-top: 2rem;
  }

  .hero-section {
    height: 100%;
  }

  .banner-display-info-title {
    font-size: 22px;
  }

  .iphone-wrap > .card-video {
    width: 300px;
    height: 300px;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -50%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

@media screen and (max-width: 992px) {

  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 0 0 2.5rem 0;
  margin-top: 1rem;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #000;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright,
.footer .credits {
  font-size: 14px;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #0d1e2d;
  line-height: 0;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;
  background: #2d71a1;
}

.social a i {
  line-height: 0;
}

.video-control {
  position: relative;
  display: inline-flex;
  width: 100%;
  height: 100%;
}

.video {
  position: relative;
}

.play-pause {
  width: 300px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 1rem;
  cursor: pointer;
}

.play-pause-title {
  color: #000;
  font-weight: 200;
  font-size: 22px;
}

.play-pause-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.audio {
  max-width: 70px;
  animation: zoom 1.8s ease-out infinite;
  background-color: transparent;
}

@keyframes zoom {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.banner-display-info-title {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
  font-size: 40px;
  margin: 0;
}

.banner-display-info-title>span {
  background: linear-gradient(90deg, rgba(255, 229, 174, 0.9150035014005602) 0%, rgba(166, 134, 64, 1) 50%, rgba(210, 179, 111, 0.9654236694677871) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-display-info-txt {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  margin: 0;
  text-align: center;
}

.banner-display-info-txt>span {
  font-weight: bolder;
}

.hero-section .btn-outline-white::after {
  box-shadow: 0px 8px 12px #3d3d3d;
}

.btn-outline-white {
  box-shadow: 0px -2px 15px white !important;
  color: rgb(255, 255, 255) !important;
  font-size: 25px !important;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, rgba(66,180,58,1) 0%, rgba(47,253,29,1) 50%, rgba(66,180,58,1) 100%) !important;
  border-radius: 30px !important;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
  text-align: center;
  width: fit-content !important;
  margin: 1.5rem auto 0 auto !important;
  padding: .5rem 2rem !important;
  text-decoration: none;
  text-transform: uppercase !important;
}

.btn-outline-white:hover {
  color: #fff;
}

.btn-outline-white::after {
  border: 3px solid #ffff !important;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 1%;
  box-shadow: 0px 18px 20px #3d3d3d;
  background: transparent;
  border-radius: 30px !important;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

#screenshots {
  min-height: 500px;
  background-image: url(../img/bg-kit.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem 0;
}

#screenshots .all-titles {
  color: #fff;
  text-transform: uppercase;
}

.count {
  margin: 0 auto;
  display: block;
  max-width: 500px;
  width: 100%;
  text-align: center;
}

#countdown {
  font-size: 48px;
}

#countdown1,
#countdown2 {
  font-size: 35px;
  color: red;
  padding: 2rem 0;
}

#countdown2 {
  color: rgb(255, 0, 0);
  font-size: 25px;
}

.shield {
  background-image: url(../img/bg-upsells.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  height: 100vh;
  display: flex;
  align-items: center;
}

@media (max-width: 1000px) {

  .shield {
    height: 100%;
    padding: 3rem 0;
  }

  .shield-promotion {
    background-color: transparent !important;
    padding: 0 !important;
  }

  .shield-title {
    font-size: 22px;
  }

  .shield-attention img {
    max-width: 25px !important;
  }
}

.shield-title {
  text-transform: uppercase;
  color: #d9b55f;
  text-align: center;
}

.shield-title span {
  text-decoration: underline;
  color: #fff;
}

.shield-title .desc {
  text-decoration: none;
}

.shield-promotion {
  margin: 1rem 0;
  background-color: #000000ea;
  padding: 2rem;
  border-radius: 20px;
}

.shield-promotion-span {
  text-align: center;
  color: #efe8e0;
  text-transform: uppercase;
  margin: 1rem 0 0 0;
}

.shield-attention {
  display: flex;
  align-items: center;
  gap: 10px;
  background-image: url(../img/projeto-de-layout-abstrato-laranja-estudio-sala-modelo-da-web-relatorio-de-negocios-com-cor-gradiente-de-circulo-suave.jpg);
  background-size: cover;
  border-radius: 20px;
  padding: .5rem;
  margin: 1rem;
}

.shield-attention img {
  max-width: 40px;
  width: 100%;
  filter: drop-shadow(1px 2px 1px black);
}

.shield-price {
  text-align: center;
  margin-top: 1.5rem;
}

.shield-price-old,
.shield-real-price {
  color: #d9b55f;
}

.shield-real-price {
  font-size: 50px;
  font-weight: bolder;
  line-height: 80%;
  width: fit-content;
  display: flex;
  margin: 0 auto;
}

.shield-price-old span {
  font-size: 30px;
  font-weight: 700;
  color: #efe8e0;
  position: relative;
}

.shield-price-old span::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shield-attention p {
  color: #000000;
  line-height: 120%;
  margin: 0;
  font-weight: 600;
}

.shield-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.img-desk {
  display: none !important;
}

.shield-display {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 2rem;
}

@media (max-width: 1000px) {

  .shield-display {
    justify-content: center;
  }

  .shield-attention p {
    font-size: 8px;
  }

  .img-desk {
    display: flex !important;
  }

  .img-mob {
    display: none;
  }

  .shield-display {
    margin: 0;
  }
}

.shield-spn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 10px;
  margin: 0;
}

.description-count {
  text-align: center;
  color: #000000;
  width: fit-content;
  display: flex;
  margin: 0 auto;
  padding: 0 1rem;
  font-size: 30px;
  font-weight: 700;
  border-radius: 20px;
  gap: 5px;
  align-items: center;
}

#minutes-label,
#seconds-label {
  font-size: 8px;
  color: #d2bda2;
  text-align: center;
  text-transform: uppercase;
}

#minutes,
#seconds {
  background-color: #d9b55f;
  padding: 0 .5rem;
  border-radius: 15px;
}

#labels {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

#separator {
  color: #d9b55f;
}