@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/** {*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  box-sizing: border-box;*/
/*}*/
/*body {*/
/*  font-family: "Open Sans", sans-serif;*/
/*}*/
/*a {*/
/*  text-decoration: none;*/
/*  color: white;*/
/*}*/
/*li {*/
/*  list-style: none;*/
/*}*/

.min-width {
  width: 75rem;
  height: 50rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  align-content: center;
}
.min-width-icon {
  height: 50vh;
  /*width: 75rem;*/
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  align-content: center;
}
.min-width-sale-white {
  height: 50vh;
  width: 75rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  align-content: center;
}
.min-width-card {
  height: 50vh;
  width: 90rem !important;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  align-content: center;
}
/*.navbar-sticky {*/
/*  position: sticky;*/
/*  top: 0;*/
/*  background-color: #e5e5e5;*/
/*  width: 100%;*/
/*  padding: 1rem 0;*/
/*  z-index: 100;*/
/*  -webkit-box-shadow: 0px 0.1px 5px 0px rgba(102, 102, 102, 1);*/
/*  -moz-box-shadow: 0px 0.1px 5px 0px rgba(102, 102, 102, 1);*/
/*  box-shadow: 0px 0.1px 5px 0px rgba(102, 102, 102, 1);*/
/*}*/
/*.navbar {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  max-width: 75rem;*/
/*  margin: 0 auto;*/
/*  font-size: 13px;*/
/* padding: 0 1rem; */
/*}*/
/*.navbar .logo {*/
/*  width: 9rem;*/
/*}*/
/*.navbar ul {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  column-gap: 1.5rem;*/
/*  list-style: none;*/
/*}*/
/*.navbar ul li a {*/
/*  color: #000000;*/
/*  font-weight: 600;*/
/*  text-decoration: none;*/
/*  font-size: 15px;*/
/*  line-height: 32px;*/
/*  text-transform: capitalize;*/
/*  opacity: 0.5;*/
/*}*/

/* hero bg */
/*.header {*/
/*  background-color: #e5e5e5;*/
/*}*/
/*.header-main {*/
/*  background-color: #fff;*/
/*}*/
/*.header-main-sale-gray {*/
/*  background-color: #e5e5e5;*/
/*}*/

img.radius {
  border-radius: 100%;
}
.button-global button {
  background: #255e8b;
  border: 1px solid #255e8b;
  color: white;
  width: 150px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  opacity: 1;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}
button:hover {
  cursor: pointer;
  opacity: 0.9;
  transition: 0.3s;
}
.text-div h2 {
  width: 40rem;
}
.text-div h2 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  color: #323a29;
  margin-bottom: 2rem;
}
.text-div ul {
  padding-bottom: 2rem;
}
.text-div ul li {
  /*list-style-image: url("../img/check-round.png");*/
  color: #000000;
  opacity: 0.5;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.hero-inner-right {
  max-width: 35rem;
}

.show-menu {
  margin-left: 0 !important;
}

.hide-toggle {
  display: none !important;
}

.full-menu {
  width: 80vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5;
  margin-left: -80vw;
  transition: all 0.5s ease;
}

.full-menu .text {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  list-style: none;
}
.full-menu img {
  height: 1.5rem;
}

.full-menu li {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid white;
}
.center-div,
.center-div-sale {
  padding: 3rem 0 1rem 0;
}
.center-div h2,
.center-div-sale h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-weight: 700;
  font-size: 32px;
  color: #000000;
}
.icon-div {
  width: 100px;
  height: 100px;
  background: #255e8b;
  border-radius: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.icon-inner-left h6,
.icon-inner-right h6 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 6rem;
  color: #000000;
  /*height: 20rem;*/
}
.icon-inner-right,
.icon-inner-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 50rem;
}
.min-width-sale {
  width: 75rem;
  /* height: 50vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-direction: column;
}

.min-width-sale h1 {
  padding: 2rem;
  font-size: 40px;
  font-weight: 900;
  color: #000000;
  line-height: 79px;
}
.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #255e8b;
  border-radius: 15px;
}
.rightSide h2 {
  padding: 2rem 4rem;
  color: white;
  font-weight: 700;
  font-size: 38px;
  line-height: 52px;
  color: #ffffff;
}

.rightSide p {
  padding: 0 4rem;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff !important;
  opacity: 0.6;
}
.img-carousel {
  margin: 0 auto;
}
.wrapper-carousel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-direction: column;
  width: 75rem;
}
.wrapper-carousel h2 {
  text-align: center;
  padding: 2rem;
  width: 96rem;
}
.wrapper-carousel p {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  width: 60rem;
}
.card-payment {
  width: 20rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  background: #255e8b;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);
  border-radius: 10px;
  height: 333px;
  text-align: center;
  row-gap: 0.1rem;
}
.card-payment p {
  padding: 2rem;
  color: white;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  opacity: 0.7;
  width: 15rem;
}
.inner-div {
  display: flex;
  justify-content: space-between;
  width: 75rem;
  margin: 4rem auto;
  align-items: center;
  align-content: center;
}
.inner-div p {
  width: 46rem;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
}
img.icon-radius-business {
  border-radius: 100% !important;
}
/*.icon-div img {*/
/*  border-radius: 100%;*/
/*}*/
.icon-inner-right h6 {
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 6rem;
  color: #000000;
  width: 20rem;
}
.icon-div-business {
  height: 15rem;
}
li.li-list img {
  padding-right: 0.5em !important;
}
/* .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0rem;
} */

@media only screen and (max-width: 1100px) {
  .min-width,
  .min-width-icon {
    width: 22rem;
    display: flex;
    flex-direction: column;
    row-gap: 5rem;
    height: 180vh;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0 0rem;
  }
  .min-width-icon {
    height: 80vh;
  }
  .text-div h2 {
    width: auto !important;
  }
  img.radius {
    width: 100%;
  }
  .min-width-sale {
    width: 100%;
  }
  .wrapper {
    flex-direction: column;
  }
  .rightSide h2,
  .rightSide p {
    padding: 0rem;
  }
  .wrapper img {
    width: 100%;
  }
  .img-carousel {
    display: flex;
    flex-direction: column;
  }
  .wrapper-carousel {
    width: 100%;
  }
  .wrapper-carousel p {
    width: auto;
  }
  .min-width-card {
    height: auto;
    row-gap: 2rem;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .min-width,
  .min-width-icon {
    width: 22rem;
    display: flex;
    flex-direction: column;
    row-gap: 5rem;
    height: 180vh;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0 0rem;
  }
  .min-width-icon {
    height: 80vh;
  }
  .text-div h2 {
    width: auto !important;
  }
  img.radius {
    width: 100%;
  }
  .min-width-sale,
  .min-width {
    max-width: 100%;
    /* width: 25rem; */
    padding: 4rem 0;
    display: block !important;
    margin: 0rem 1rem;
    height: auto !important;
  }
  .img-div {
    flex-direction: column;
  }
  .wrapper-carousel h2 {
    width: auto;
    height: auto !important;
  }
  ul.rightSide {
    padding: 0px 0rem;
    line-height: 1.6rem;
  }
  .wrapper {
    flex-direction: column;
  }
  .rightSide h2,
  .rightSide p {
    padding: 0rem;
  }
  .wrapper img {
    width: 100%;
  }
  .img-carousel {
    display: flex;
    flex-direction: column;
  }
  .wrapper-carousel {
    width: 100%;
  }
  .wrapper-carousel p {
    width: auto;
    height: 20rem;
    text-align: left;
  }
  .min-width-card {
    height: auto;
    row-gap: 2rem;
    flex-direction: column;
  }
  .rightSide {
    font-size: 12px !important;
    padding: 35px;
  }
  .wrapper-carousel {
    text-align: left;
    padding: 0 2rem;
  }
  .wrapper-carousel h2 {
    height: 17rem !important;
    padding: 0rem !important;
  }
  .wrapper-carousel p {
    height: 15rem;
  }
  .wrapper-carousel h2 {
    height: auto !important;
  }
  .wrapper-carousel p {
    height: auto !important;
  }
  .hero_bottom div {
    flex-wrap: wrap;
  }
  .header {
    display: flex;
    justify-content: center;
  }
  .header-main-sale-gray {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.center {
    margin: 0 auto !important;
  }
  .newsletter-div {
    width: 25rem !important;
    margin: 0 auto !important;
  }
  p.newsletter-paragragh {
    padding-right: 0rem !important;
  }
  .button-global {
    margin-bottom: 2rem !important;
    padding: 2rem !important;
  }
  footer {
    width: 100% !important;
  }
  header {
    width: 100% !important;
  }
  p.newsletter-paragragh {
    width: 100% !important;
    padding: 0 2rem;
    text-align: left;
  }
  .newsletter-div {
    height: 15rem !important;
  }
}

@media only screen and (max-width: 364px) {
  .header-main-sale-gray {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .min-width-sale {
    width: 100%;
  }
}
