@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,500;0,600;0,700;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;800&family=Paytone+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Song+Myung&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Paytone+One&display=swap");

@font-face {
  font-family: CenturyGothic;
  src: url(/assets/images/blackfriday/font/CenturyGothic.ttf);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1191px;
  }
}

.black-friday-banner {
  display: none !important;
}

.scrollA {
  color: #05034e !important;
  font-size: 16px;
  font-weight: bold;
}

.dropbtn {
  cursor: pointer;
  padding: 16px;
  font-size: 18px;
  border: none;
  padding: 19px;
}
.dropdown-content1 {
  transition: 0.5s;
}
.dropdown-content1 a {
  transition: 0.5s;
  font-weight: 600 !important;
}
.dropdown-content1 a:hover {
  background-color: #edf5fc !important;
}
.dropdown1 {
  position: relative;
  display: inline-block;
  z-index: 10000;
  padding: 15px 0px;
  transition: 0.5s;
}

.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 235px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 55px;
  border-radius: 5px;

  border: 1px solid rgb(221, 221, 221);
}
.dropdown-content1 i {
  width: 20px;
  margin-right: 10px;
}
.dropdown-content1 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content1 a:hover {
  background-color: rgb(255, 255, 255);
}

.dropdown1:hover .dropdown-content1 {
  display: block;
}

.dropdown-content1::before,
.dropdown-content1::after {
  content: "\0020";
  display: block;
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 999999;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 10px solid transparent;
  border-top: 1px;
  border-bottom-color: #ffffff;
}
.dropdown-content1::before {
  top: -10px;
  z-index: 1;
  border-bottom-color: #305252;
}

.scrollEffect {
  background-color: white;

  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
  transition: background-color 400ms linear;
}

.main-header {
  padding-top: 150px;
  height: 650px;
}

.margin-none {
  margin: 3px !important;
}

.navbutton {
  width: 100%;
}
.navbutton .btn {
  padding: 7px 35px;
  font-weight: bold;
}

.navbutton i {
  padding-left: 7px;
  position: relative;
  transition: 0.3s ease;
  font-weight: 300;
}
.btn-outline-blue:hover {
  background-color: #504ee4;
  color: white;
}
.navbutton:hover i {
  transition: 0.3s ease;
  animation: navbarButtonArrow 1.5s infinite;
}
.btn-blue {
  background-color: white !important;
  color: black;
  font-weight: 600 !important;
}
.btn-blue:hover {
  text-decoration: none;
}
.btn-outline-blue {
  transition: 0.3s;
  color: #504ee4;
  border: 1px solid #504ee4;
  background-color: white;
}

.margin-none {
  margin-top: 0px !important;
}

.logo-img {
  transform: scale(1.47);
}

@media only screen and (max-width: 780px) {
  .navbar-brand {
    margin-right: 0 !important;
  }
  .navbutton .btn {
    padding: 7px 10px;
    font-weight: bold;
  }
  .navLink {
    margin-right: 7px !important;
  }
  .heading {
    width: 100%;
  }
  .ebook-font {
    height: 419px;
    padding-left: 0px;
  }
  .form-wrapper {
    width: 320px;
    float: right;
    background: #ffffff;
    box-shadow: 9px 13px 23px rgba(89, 89, 89, 0.25);
    border-radius: 12px;
    padding: 40px 20px 20px;
  }
  .reason-wrapper {
    padding-left: 10px;
  }
  .price-box {
    width: 250px;
  }
  .price-box-title {
    padding-left: 111px;
  }
}
.navbutton .btn-outline-blue {
  background-color: transparent !important;
  color: white;
  transition: 0.3s;
  border-color: white;
  font-weight: 600 !important;
}
.navbutton .btn-outline-blue:hover {
  background-color: white !important;
  color: black !important;
}

.text-right button {
  padding: 10px 13px;
  font-size: 30px;
  z-index: 1000;
}
svg {
  transition: 0.3s;
  border-radius: 50%;
}
.price-comparassion:hover svg {
  transform: translateX(15px);
  background-color: #05034e;
  color: white;
}
.mobile-navbar-contain .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100000;
  padding: 10px;
}
.modal-body ul li a {
  color: #030330;
}
.modal-body ul {
  list-style: none;
  padding-left: 25px;
}
.modal-body .navLink {
  font-size: 20px !important;
  font-weight: 600;
  color: #000000;
  margin-top: 1px;
  padding-left: 15px;
  color: #504ee4 !important;
  line-height: initial;
}
.modal-body ul li {
  font-size: 18px;
  padding-bottom: 8px;
  font-weight: 700;
}

.modal-body i {
  padding-left: 8px;
  font-size: 14px;
}

.price-box hr {
  border: 1px solid #e6e6e6;
  width: 80% !important;
  margin: 44px auto 32px;
}

.price-box2 hr {
  border: 1px solid #dad2ff;
}

.modal-body hr {
  visibility: hidden;
  margin: 5px 0px;
}
.modal-body .navLink {
  width: 200px;
}

.modal-footer {
  justify-content: space-around;
  padding: 15px !important;
  border-top: 1px solid #e9ecef;
  background-color: #f4f8ff;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.modal-footer a {
  font-size: 20px !important;
  font-weight: 600;
  color: #504ee4 !important;
}

/* arrow button */
.btn-arrow p {
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.04em;
  padding: 12px 16px;
  margin-bottom: 0px !important;
  transition: 0.3s;
  transform: translateX(5px);
}
.btn-blue p {
  color: #ffffff !important;
}
.btn-blue {
  background: #504ee4 !important;
}
.btn-arrow i {
  transition: 0.3s;
  opacity: 0;
  transform: translateX(-3px);
}
.k-cta:hover {
  text-decoration: none !important;
}
.btn-arrow:hover p {
  transform: translateX(-2px);
  text-decoration: none !important;
}
.btn-arrow:hover i {
  opacity: 1;
  transform: translateX(9px);
  text-decoration: none !important;
}
.btn-arrow {
  padding: 0px !important;
}
.btn-border-blue p {
  color: #050348 !important;
}
.btn-border-blue {
  border: 1px solid #504ee4;
  background: #a199ff !important;
}
.register-dropdown-box .google-icon-wrapper {
  background: white;
  position: relative;
  left: -5px;
}

/* navbar end */

/*  %%%% Style Starts %%%% */

.bg-blue {
  height: 640px;
  background: #b499ff;
}
.heading {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 89px;
  color: #0d144a;
  width: 100%;
  margin-bottom: 20px;
}
.subHeading {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #393c56;
}
.book-subtitle {
  font-weight: normal;
  font-size: 16px;

  color: #403f5a;
  width: 75%;
  margin-top: 30px;
}
.ebook-font {
  height: 503px;
  padding-top: 57px;
}
.form-wrapper {
  width: 400px;
  float: right;
  background: #ffffff;
  box-shadow: 9px 13px 23px rgba(89, 89, 89, 0.25);
  border-radius: 12px;
  padding: 30px 50px 30px;
}
.form-wrapper input {
  width: 100%;
  margin-bottom: 30px;
  padding: 7px 15px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
}
.ebook-download-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #05034e;
  padding-bottom: 25px;
}
.btn-submit {
  font-family: "Inter", sans-serif;
  background-color: #504ee4;
  border-radius: 6px;
  padding: 12px 45px;
  color: white !important;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  outline: none;
}
.btn-submit:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 4, 48, 0.08), 0 8px 8px 0 rgba(0, 4, 48, 0.12),
    0 12px 21px 0 rgba(0, 4, 48, 0.24);
}
input:focus {
  border: 1px solid #d8d8d8 !important;
  outline: none !important;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none !important;
}
.bg-color {
  background: url(/assets/images/blackfriday/bg-blue.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  background-size: contain;
}

.k-navbar {
  background-color: white;
}
/* footer */
.footer-end {
  padding-top: 5px;
}
.footer-end ul {
  list-style: none;
}
.footer-end-row li {
  display: inline;
  padding-right: 20px;
  color: #212529 !important;
}
.footer-end-row li a {
  color: #212529 !important;
}

/*  section-2 */

.section-2 {
  margin-top: 80px;
}
.book-title {
  /*   font-family: Open Sans; */
  font-style: normal;
  font-weight: 600;
  font-size: 49px;

  color: #05034e;
}
.price-box2 ul li:first-child::before {
  color: rgba(255, 255, 255, 0);
}
.price-box3 ul li:first-child::before {
  color: rgba(255, 255, 255, 0);
}

.reason-wrapper {
  padding-left: 230px;
  margin-top: 50px;
}

.reason-wrapper li {
  padding-bottom: 10px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #262626;
  list-style: none;
  display: flex;
}
.reason-wrapper li p {
  padding-left: 25px;
}
/* .reason-wrapper li .box{
    width: 10px;
    margin-top: 12px; 
    height: 10px;
    background-color: #4F4BEB;;
    
} */
.remove-list {
  list-style: none !important;
  /*   margin-left: 50px; */
}
.reason-wrapperul {
  list-style: none; /* Remove default bullets */
}

.reason-wrapper ul li::before {
  content: "\25A0";
  color: #4f4beb;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  position: relative;
  margin-left: -1em;
  top: -3px;
}
.remove-list::before {
  display: none !important;
}
/* section 3 */
.section-3 {
  margin: 80px 0;
}
.customer-heading {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #404040;
  margin-bottom: 40px;
}

.owl-item {
  padding: 5px;
}

.trial-btn {
  margin-top: 100px;
}

.trial-btn .btn-submit {
  background-color: #504ee4;
  border-radius: 6px;
  padding: 15px 50px;
  color: white !important;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  outline: none;
}

.img-label-section {
  position: relative;
  left: 5px;
}
.hero-section .hero-img {
  position: relative;
  width: 100%;
  transform: scale(1.7);
}
.hero-section .row {
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .black-image {
    padding-top: 220px;
  }
  .form-wrapper {
    float: left;
    margin-top: 70px;
  }
  .navbar-brand img {
    width: 80px !important;
  }
  .book-subtitle {
    width: 100% !important;
  }
  .navLink {
    margin-right: 16px;
    font-size: 14px !important;
  }
  .bg-blue {
    height: 700px;
  }
  .ebook-font {
    height: 483px;
    padding-left: 30px;
    padding-top: 50px;
  }
  .heading {
    width: 90%;
  }
  .reason-wrapper {
    padding-left: 130px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 450px) {
  .ebook-font {
    height: 85%;
  }
  .form-wrapper {
    width: 90%;
    float: left;
    background: #ffffff;
    box-shadow: 9px 13px 23px rgba(89, 89, 89, 0.25);
    border-radius: 12px;
    padding: 40px 20px 30px;
    margin: 5%;
  }
  .book-title {
    font-size: 25px;
  }

  .reason-wrapper p {
    font-size: 18px;
  }
  .reason-wrapper li {
    padding-right: 15px;
    padding-bottom: 10px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #262626;
    list-style: none;
    display: flex;
  }
  .remove-list {
    list-style: none !important;
  }
  .campany-list {
    padding: 0px 20px;
  }
  .reason-wrapper ul {
    margin-left: 0px !important;
    padding-left: 10px !important;
  }
  .reason-wrapper {
    margin-left: 20px;
    padding-left: 10px;
  }
  .reason-wrapper ul li::before {
    top: 0px;
  }
}

.section-4-form .btn:hover {
  border: none;
  box-shadow: 0px 9px 20px #2c2c6270;
}

/* new css */

.lets-talk-header {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 20px;
}

.lets-talk-header span {
  color: #b499ff;
}

.lets-talk-subtitle {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 48px;
}
.section-4-form form input {
  padding: 12px 25px;
  border: 1.5px solid #504ee4 !important;
  margin-right: 10px;
  color: #504ee4 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.section-4 .cta-img {
  position: absolute;
  bottom: 0;
}

.section-4 .cta-tab-img1 {
  left: 0;
  display: none;
}

.section-4 .cta-tab-img2 {
  right: -70px;
  bottom: -112px;
  display: none;
}

.blue-Coffee1 {
  transform: scale(0.7);
}

.blue-Coffee2 {
  transform: scale(1);
}

.blue-Coffee3 {
  transform: scale(1.3);
}

.section-4-form .btn {
  background-color: #504ee4;
  font-size: 14px;
  color: white;
  padding: 12px 24px;
  text-transform: uppercase;
  border: none;
}
.section-4-form form {
  width: 100%;
  display: flex;
}
.flex {
  align-items: center;
  display: flex;
  flex-direction: row;
  align-content: center;
  height: 100%;
}
.awwrd-img {
  width: 135px;
  margin-right: 30px;
}
.lets-talk {
  padding: 64px 0px;
  background-color: #080e3e;
}
@media only screen and (max-width: 1025px) {
  .section-4-form form {
    width: 519px !important;
    display: flex;
  }
  .awwrd-img {
    width: 100px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 565px) {
  .bg-blue {
    height: fit-content;
  }
  .hero-section {
    padding-top: 84px !important;
  }
  .subHeading {
    font-size: 14px;
    line-height: 21px;
  }
  .expireday {
    margin-top: 32px !important;
    font-size: 10px !important;
    line-height: 15px !important;
    text-align: center;
  }
  .count-wrapper {
    margin-top: 8px !important;
    justify-content: center;
  }
  .count-number {
    width: 42px !important;
    height: 42px !important;
  }
  .hero-section .hero-img {
    transform: scale(1.1);
    top: 0;
    left: 0;
    margin-top: 28px;
    margin-bottom: 8px;
  }
  .heading {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 8px;
  }
  .count-box .count-number {
    font-size: 18px !important;
    line-height: 27px !important;
  }
  .count-text {
    font-size: 10px !important;
    line-height: 12px !important;
    margin-top: -4px;
  }
  /* end - start */
  .flex-price {
    flex-direction: column !important;
  }
  .price-box1 {
    border-radius: 8px 8px 0 0 !important;
    width: 325px !important;
    margin: auto;
  }
  .price-box3 {
    border-radius: 0 0 8px 8px !important;
    width: 325px !important;
    margin: auto;
  }
  .price-box-title {
    padding-left: 110px !important;
  }
  .price-box-Grande {
    padding-left: 115px !important;
  }
  .price-box-venti {
    padding-left: 90px !important;
  }
  .footer-end-row li {
    font-size: 12px;
  }
  .book-subtitle {
    width: 100% !important;
  }
  .mobile-hide {
    display: none;
  }
  .navbar-brand img {
    width: 80px;
  }
  .web-hide svg {
    display: none !important;
  }
  .Navbar1 .py-4 {
    padding: 0px !important;
  }
  nav {
    padding-top: 1rem !important;
  }
  .section-4-form form {
    width: 100% !important;
    display: flex;
  }
  .section-4-form .btn {
    background-color: #504ee4;
    font-size: 12px !important;
    color: white;
    padding: 12px 10px;
    font-weight: 600;
  }
  .flex {
    margin-top: 50px;
  }
  .flex-price {
    display: flex;
    flex-direction: column;
  }
  .black-image {
    display: none;
  }
  .price-box2 {
    bottom: 0px !important;
  }
  .price-box {
    width: 350px;
  }
  .price-comparassion {
    font-size: 18px;
  }
  .price-comparassion svg {
    font-size: 40px;
    position: relative;
    top: 15px;
  }
  .count-wrapper {
    right: 18px;
  }
  .count-number {
    width: 70px;
  }
  .footer-item ul {
    padding-left: 0px !important;
  }
  .footer-end-row ul {
    padding-left: 0px !important;
  }
  .footer-end-right {
    padding-left: 12px !important;
  }
  .customer-heading {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .section-4 .cta-tab-img2 {
    right: -360px !important;
  }
  .lets-talk {
    overflow: hidden;
  }
  .logo-img {
    margin-top: 60px;
    transform: scale(1.45);
  }
  .form-control {
    width: 100% !important;
  }
  .price-title,
  .price-title span {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .main-flex-wrapper {
    margin-top: 36px !important;
  }
  .section-4-form form input {
    margin-right: 0 !important;
    border-radius: 0.25em 0 0 0.25em;
  }
  .section-4 .input-group-text {
    border-radius: 0 0.25em 0.25em 0;
  }
  .lets-talk {
    padding: 32px 0;
  }
  .lets-talk-header {
    font-size: 24px !important;
    line-height: 34px !important;
    text-align: center;
  }
  .lets-talk-subtitle {
    font-size: 14px !important;
    line-height: 21px !important;
    text-align: center;
    margin-bottom: 24px;
  }
}

/*  */

/* price section */

.price-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
  text-align: center;
  color: #0d144a;
}
.flex-price {
  display: flex;
  flex-direction: row;
}
.count-wrapper {
  margin-top: 16px;
  display: flex;
  align-items: center;
  color: white;
}
.colonImg {
  margin-top: -42px;
  margin-right: 12px;
}
.displayNone {
  display: none;
}
.expired {
  padding-left: 25px;
  font-size: 60px;
  color: #504ee4 !important;
  text-transform: uppercase;
}

.count-number {
  /* background: linear-gradient(223.26deg, #ECE8FF 3.37%, rgba(236, 232, 255, 0) 95.12%);; */
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boder-none {
  border-right: none;
}
.count-box .count-number {
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #000000;
  border: 1px solid #571eff;
  border-radius: 6px;
  margin-right: 12px;
  margin-bottom: 7px;
  margin-left: 0;
}
.count-text {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #5e6175;
  margin-right: 12px;
}
.black-image {
  width: 100%;
}
.hero-section {
  padding-top: 132px;
}
.blue-Coffee {
  width: 25px;
}
.save-tag {
  margin-top: 40px;
  margin-bottom: 12px;
  background: #c9f2d7;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #4fcd7a;
}
.price-main-title {
  display: flex;
  width: 280px;
  margin-top: 0px;
}
.price-box-title {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #0d144a;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 70px;
  padding-left: 115px;
  margin-bottom: 8px;
}
.main-flex-wrapper {
  color: #404040;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.pricing-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.doller1 {
  font-size: 11px;
  position: relative;
  top: -15px;
}
.price-number1 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #959595;
  text-decoration: line-through #cf3232;
}
.doller2 {
  position: relative;
  font-size: 23px;
  top: -55px;
}
.price-1 {
  padding-right: 15px;
  padding-top: 40px;
}
.price-user {
  font-size: 17px;
  line-height: 21px;
  color: #404040;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}
.fnt-50 {
  font-size: 50px;
}
.fnt-60 {
  font-size: 60px;
}
.price-options-wrapper {
  margin-top: 24px;
}
.price-options-wrapper li {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #404040;
  margin-bottom: 10px;
}
.price-options-wrapper li img {
  margin-left: 7px;
}
.off {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  text-align: center;
  color: #0591fc;
}
.expireday {
  margin-bottom: 0px !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #393c56;
  margin-top: 72px;
}
.price-box {
  /* background: #F6F8FA; */
  border-radius: 8px;
  border: 1px solid #cececf;
  height: 738px;
  width: 335px;
  font-family: "Quicksand", sans-serif;
}
.price-box1 {
  border-radius: 8px 0 0 8px;
}
.price-box2 {
  /* background: #E9E6FF; */
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #7b60ff;
  box-shadow: -24px -24px 48px rgba(0, 0, 0, 0.08),
    24px 24px 48px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  bottom: 40px;
  color: white;
  position: relative;
  z-index: 3;
}
.price-box3 {
  border-radius: 0 8px 8px 0;
}
.Grande-image {
  filter: invert(100%);
}
.price-box2 .save-tag {
  margin-top: 69px;
  background: #bbefcd;
  color: #44c06e;
}
.price-option-include {
  list-style: none;
  position: relative;
  left: -30px;
  color: #9e9e9e !important;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
}
.kt-btn-primary {
  padding: 12px 24px !important;
  height: 44px;
  color: white !important;
  background: #504ee4 !important;
  border-radius: 4px;
  outline: none !important;
  border-color: #504ee4 !important;
  border: 1px solid #504ee4 !important;
  transition: 0.3s;
}
.kt-btn-primary:hover {
  cursor: pointer !important;
  box-shadow: 0px 9px 20px #2c2c6270;
}
.kt-btn-secondary {
  padding: 12px 24px !important;
  color: #504ee4 !important;
  background: transparent !important;
  border: 1px solid #504ee4 !important;
  border-radius: 4px !important;
  outline: none !important;
  transition: 0.3s;
}
.kt-btn-secondary:hover {
  cursor: pointer !important;
  color: white !important;
  box-shadow: 0px 9px 20px #d6d6ff00 !important;
  background-color: #504ee4 !important;
}
.giftImage {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
.price-option-include2 {
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #8c8c8c !important;
}
.price-box-venti {
  padding-left: 98px;
}
.price-comparassion {
  line-height: 38px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  margin-top: 20px !important;
  margin-bottom: 150px;
  color: #292972;
}
.price-comparassion a {
  color: #292972;
}
.price-comparassion svg {
  font-size: 40px;
  position: relative;
  top: 12px;
}
.price-box2 {
  height: 790px;
  bottom: 30px;
  box-shadow: 0px 4px 22px rgba(85, 85, 85, 0.25) !important;
}
.price-number2 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 78px;
  color: #404040;
}
.navStart2 {
  color: white !important;
  border-color: white !important;
}
.navStart3 {
  color: black !important;
  border-color: black !important;
}

.navDemo {
  background-color: white !important;
  color: black !important;
}

.navStart {
  color: black;
  border-color: black !important;
}
.navStart:hover {
  color: white !important;
  border-color: white !important;
  background-color: #242424 !important;
}

.price-box ul {
  list-style: none;
  font-family: "Poppins";
}

.price-box ul img {
  padding-right: 15px;
}

.price-box2 ul li:first-child {
  margin-bottom: 16px;
  font-weight: 700 !important;
}

.price-box3 ul li:first-child {
  margin-bottom: 16px;
  font-weight: 700 !important;
}

.section-4-form button {
  background-color: #504ee4 !important;
}
/* footer */

.footer {
  background-color: #f4f4f4;
}
.connect-footer {
  margin-bottom: 30px;
  margin-left: -10px;
}
.footer-logo {
  width: 103px;
}
.connect-title {
  font-weight: 700;
}
.footer ul li a {
  color: #464646 !important;
}
.footer ul li {
  padding: 10px 0px;
}
.footer ul {
  list-style: none;
}
.footer ul .header {
  font-weight: 700;
}
.footer-end-right {
  padding-left: 100px;
}
.social-link img {
  margin-left: 10px;
  padding-right: 15px;
  cursor: pointer;
}
.footer-end ul li {
  display: inline-block;
  padding-right: 20px;
  font-size: 12px;
  margin-bottom: 0px !important;
}
.footer-end-row {
  width: 100% !important;
}

.footer-end {
  margin-top: 70px;
  padding: 0px 200px !important;
  margin-bottom: 0px;
  height: 100%;
}
.footer-end p {
  margin-bottom: 0px !important;
}

.footer-end-right {
  margin-bottom: 0px !important;
}

@media (max-width: 1200px) {
  .footer-end {
    margin-top: 70px;
    padding: 0px 10px !important;
  }
}
.price-box {
  transition: 0.4s;
  cursor: pointer;
}
