@import url("../css2-1");
@import url("../css2-2");

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}
.topHeader {
  background-color: #101920;
}
.bebas {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
.abel {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.paraHeader p {
  font-size: 15px;
  padding: 0 10px;
  color: #fff;
}
.paraHeader i {
  padding: 0 5px;
}
.paraHeader a {
  background-color: #0f5bb8;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 4px;
  cursor: pointer;
  border-radius: 12px;
  transition: background-color 0.3s, transform 0.3s;
  box-shadow: 0 4px 6px rgba(211, 211, 211, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.paraHeader a:hover {
  background-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(202, 202, 202, 0.1);
  color: #fff;
}

.heroSection-01-content p {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.bannerPosition {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  margin: 0 10px;
}
.bannerPosition button {
  background-color: #0f5bb8 !important;
  color: #fff !important;
  border-radius: 100%;
  border: none !important;
  width: 30px !important;
  height: 30px !important;
  padding: 10px 0;
}
.carousel-control-prev {
  position: static !important;
}
.bannerButton {
  display: flex;
  justify-content: start;
  align-items: center;
}
.bannerButton a {
  background-color: #0f5bb8;
  border: none;
  color: #fff !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 4px;
  cursor: pointer;
  border-radius: 12px;
  transition: background-color 0.3s, transform 0.3s;
  box-shadow: 0 4px 6px rgba(211, 211, 211, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bannerButton a:hover {
  background-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(202, 202, 202, 0.1);
  color: #fff;
}
.whySection h2 {
  font-size: 50px;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 20px;
}
.whySection h2 span {
  color: #0f5bb8;
}
.secound-sec {
  padding: 50px 0;
}
.whySection-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 400px;
  border-radius: 20px;
}
.whyCircle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #5482ba;
}
.whyCircleImg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.whyCircleImg img {
  width: 70%;
}
.whyInnerSectionContent h4 {
  padding: 20px 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.whyInnerSectionContent p {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.testimonial {
  padding: 50px 0;
}
.review-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 10px;
  text-align: center;
  height: 400px;
}
.star {
  color: #ffdc12 !important;
}
.review-card img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.review-card h5 {
  margin: 10px 0;
}
.review-card p {
  font-size: 14px;
  color: #666;
}
.cnt-pre {
  width: 5%;
}
.cnt-next {
  width: 5%;
}
.prev-btn {
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.prev-btn:hover {
  background-color: #555;
}
.prev-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.next-btn {
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.next-btn:hover {
  background-color: #555;
}
.next-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.awards {
  background-color: #101920;
  padding: 50px 0;
}
.award-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.award-color {
  color: #3c2999 !important;
}
.five-sec {
  padding: 50px 0;
}
.account-title {
  font-size: 50px;
  letter-spacing: 1px;
}

.pricing {
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
  padding-top: 50px;
}

@media (max-width: 540px) {
  .pricing {
    flex-direction: column;
  }
}

.card-account {
  flex: 1;
  max-width: 500px;
  padding: 10px 30px;
  border-radius: 8px;
  background: white;
  box-shadow: 0px 2px 16px hsl(260deg 50% 20% / 0.7);
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.primary {
  background-color: #0f5bb8;
  color: #fff !important;
}

.card-account h2 {
  font-size: 40px;
  color: #0f5bb8;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
.card-account p {
  font-size: 15px;
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.price {
  font-size: 30px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}

.card-account button {
  width: 100%;
  height: 3rem;
}
.accountDesc li {
  font-size: 22px;
  padding: 5px 0;
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.accBtn {
  background-color: #0f5bb8;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 4px;
  cursor: pointer;
  border-radius: 12px;
  transition: background-color 0.3s, transform 0.3s;
  box-shadow: 0 4px 6px rgba(211, 211, 211, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #0f5bb8;
}
.accBtn2 {
  background-color: white;
  border: none;
  color: #0f5bb8;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 4px;
  cursor: pointer;
  border-radius: 12px;
  transition: background-color 0.3s, transform 0.3s;
  box-shadow: 0 4px 6px rgba(211, 211, 211, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #0f5bb8;
}
.accBtn:hover {
  background-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(202, 202, 202, 0.1);
  color: #0f5bb8;
  border: 1px solid #0f5bb8;
}
.footerContent ul h4 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footerContent ul li {
  list-style-type: none;
  font-size: 22px;
  padding: 5px 0;
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footerContent ul li a {
  color: #fff;
}

.footerHeight {
  height: 300px;
}
.footerSub {
  text-align: center;
  height: 100px;
}
.footerSub h4 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
.footerSub p {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 10px 0;
  font-size: 20px;
}
.footerSub p a {
  color: #fff;
}
.footerRisk p {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.tableThead tr th {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
.tableTbody tr td {
  font-family: "Abel", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.tableTbody tr th {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.form-label {
  font-family: "Abel", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.contactBtn {
  background-color: #0f5bb8;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 4px;
  cursor: pointer;
  border-radius: 12px;
  transition: background-color 0.3s, transform 0.3s;
  box-shadow: 0 4px 6px rgba(211, 211, 211, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contactBtn:hover {
  background-color: #343a40;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(202, 202, 202, 0.1);
  color: #fff;
}

.hero {
  background: linear-gradient(to right, #0d6efd, #6610f2);
  color: white;
  padding: 60px 0;
  text-align: center;
}
.feature-icon {
  font-size: 2rem;
  color: #0d6efd;
}
.step-number {
  background-color: #0d6efd;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.social-icons li a i{
  font-size: 30px;
  color: #fff;
  transition: color 0.3s;
}
.social-icons li a i:hover{
  font-size: 30px;
  color: #0d6efd;
  transition: color 0.3s;
}
/* //mobile///// */
/* For screens equal to or larger than 576px (small devices) */
@media only screen and (max-width: 766px) {
  .top-header {
    display: none;
  }

  .heroSection-01 {
    background-image: url("../images/HOME_banner1_mobile.jpg") !important;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 600px;
    display: flex !important;
    align-items: center !important;
    background-color: rgb(1 1 1 / 41%);
    background-blend-mode: multiply;
  }
  .heroSection-02 {
    background-image: url("../images/HOME 3 (1).jpg") !important;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 600px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .heroSection-03 {
    background-image: url("../images/HOME 3.jpg") !important;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 600px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: rgb(1 1 1 / 55%);
    background-blend-mode: multiply;
  }
  .heroSection-01-content {
    padding: 40px 10px;
    text-align: center;
  }
  .heroSection-01-content h2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 40px;
  }
  .bannerButton {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .heroSection-02-content {
    display: flex;
    justify-content: start;
    padding-top: 150px;
    padding-left: 40px !important;
    text-align: center;
    align-items: center;
    flex-direction: column;
  }
  .heroSubSection {
    height: 950px;
  }
  .heroSection-02-content h2 {
    font-size: 25px;
    color: #3c2999;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
  }
  .bannerButton-02 a {
    background-color: #3c2999;
    border: none;
    color: #fff !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 4px;
    cursor: pointer;
    border-radius: 12px;
    transition: background-color 0.3s, transform 0.3s;
    box-shadow: 0 4px 6px rgba(211, 211, 211, 0.1);
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .bannerButton-02 a:hover {
    background-color: rgb(36 23 86 / 54%);
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(202, 202, 202, 0.1);
    color: #fff;
  }
  .primary.card-account {
    margin: 30px 0 !important;
  }
  .rowoffootermenu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .footerContentlogocol {
    width: 100% !important;
    text-align: center;
  }
  .footerlogo {
    width: 100%;
  }
  .footerContent {
    width: 50%;
    justify-content: center;
  }
}

/* //tabs// */
/* For screens equal to or larger than 768px (medium devices) */
@media (min-width: 768px) {
  /* Your CSS rules for medium devices */
  .heroSection-01 {
    background: url("../images/zetta-banner-01.png");
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 630px;
    display: flex !important;
    align-items: center !important;
  }
  .heroSection-02 {
    background: url("../images/zetta-banner-02.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 630px;
  }
  .heroSection-03 {
    background: url("../images/zetta-banner-03.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex !important;
    align-items: center !important;
    width: 100%;
    height: 630px;
  }
  .heroSection-01-content {
    padding: 40px 10px;
    text-align: left;
  }
  .heroSection-01-content h2 {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 40px;
  }
  .bannerButton {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .heroSection-02-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .heroSubSection {
    height: 950px;
  }
  .heroSection-02-content h2 {
    font-size: 28px;
    color: #3c2999;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
  }
  .bannerButton-02 a {
    background-color: #3c2999;
    border: none;
    color: #fff !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 4px;
    cursor: pointer;
    border-radius: 12px;
    transition: background-color 0.3s, transform 0.3s;
    box-shadow: 0 4px 6px rgba(211, 211, 211, 0.1);
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .bannerButton-02 a:hover {
    background-color: rgb(36 23 86 / 54%);
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(202, 202, 202, 0.1);
    color: #fff;
  }
  .btnmenu {
    display: flex;
  }
  .top-header {
    display: none;
  }
  .primary.card-account {
    flex: 1.25;
    max-width: 350px;
    z-index: 2;
    margin: -32px -16px;
    height: 550px;
  }
  .footerContent {
    justify-content: center;
  }
  .rowoffootermenu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .footerContentlogocol {
    width: 22%;
  }
  .footerlogo {
    width: 100%;
  }
}
/* //1024/// */
/* For screens equal to or larger than 992px (large devices) */
@media (min-width: 992px) {
  /* Your CSS rules for large devices */
  .heroSection-01 {
    background: url("../images/zetta-banner-01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 630px;
    display: flex !important;
    align-items: center !important;
  }
  .heroSection-02 {
    background: url("../images/zetta-banner-02.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 630px;
  }
  .heroSection-03 {
    background: url("../images/zetta-banner-03.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex !important;
    align-items: center !important;
    width: 100%;
    height: 630px;
  }
  .heroSection-01-content {
    padding: 40px 10px;
    text-align: left;
  }
  .heroSection-01-content h2 {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 40px;
  }
  .bannerButton {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .heroSection-02-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .heroSubSection {
    height: 950px;
  }
  .heroSection-02-content h2 {
    font-size: 28px;
    color: #3c2999;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
  }
  .bannerButton-02 a {
    background-color: #3c2999;
    border: none;
    color: #fff !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 4px;
    cursor: pointer;
    border-radius: 12px;
    transition: background-color 0.3s, transform 0.3s;
    box-shadow: 0 4px 6px rgba(211, 211, 211, 0.1);
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .bannerButton-02 a:hover {
    background-color: rgb(36 23 86 / 54%);
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(202, 202, 202, 0.1);
    color: #fff;
  }
  .btnmenu {
    display: none;
  }
  .top-header {
    display: block;
  }
  .primary.card-account {
    flex: 1.25;
    max-width: 350px;
    z-index: 2;
    margin: -32px -16px;
    height: 550px;
  }
  .rowoffootermenu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .footerContentlogocol {
    width: 22%;
  }
  .footerlogo {
    width: 100%;
  }
}
/* ///desktop/// */
/* For screens equal to or larger than 1200px (extra large devices) */
@media (min-width: 1200px) {
  /* Your CSS rules for extra large devices */
  .heroSection-01 {
    background: url("../images/zetta-banner-01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 630px;
    display: flex !important;
    align-items: center !important;
  }
  .heroSection-02 {
    background: url("../images/zetta-banner-02.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 630px;
  }
  .heroSection-03 {
    background: url("../images/zetta-banner-03.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex !important;
    align-items: center !important;
    width: 100%;
    height: 630px;
  }
  .heroSection-01-content {
    padding: 40px 10px;
    text-align: left;
  }
  .heroSection-01-content h2 {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 40px;
  }
  .bannerButton {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .heroSection-02-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .heroSubSection {
    height: 950px;
  }
  .heroSection-02-content h2 {
    font-size: 28px;
    color: #3c2999;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
  }
  .bannerButton-02 a {
    background-color: #3c2999;
    border: none;
    color: #fff !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 4px;
    cursor: pointer;
    border-radius: 12px;
    transition: background-color 0.3s, transform 0.3s;
    box-shadow: 0 4px 6px rgba(211, 211, 211, 0.1);
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .bannerButton-02 a:hover {
    background-color: rgb(36 23 86 / 54%);
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(202, 202, 202, 0.1);
    color: #fff;
  }

  .btnmenu {
    display: none;
  }
  .top-header {
    display: block;
  }
  .paraHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .primary.card-account {
    flex: 1.25;
    max-width: 350px;
    z-index: 2;
    margin: -32px -16px;
    height: 550px;
  }
  .rowoffootermenu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .footerContentlogocol {
    width: 22%;
  }
  .footerlogo {
    width: 100%;
  }
}
