header#home {
  background: #fff;
  padding: 10px;
}
.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

.top-nav .left-part {
  display: flex;
  align-items: center;
}
.top-nav .left-part .links {
  padding-top: 10px;
  margin-left: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-nav .left-part .links a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.top-nav .left-part .links a:hover {
  font-size: 14px;
  font-weight: 500;
  color: #3e91c2;
}

.top-nav .right-part {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
}

.top-nav .right-part a {
  font-size: 14px;
  display: inline-block;
  border-radius: 20px;
  background: #ffffff;
  color: #000;
  background: #ffffff;
  width: 90px;
  text-align: center;
  padding: 8px;
  font-weight: 500;
  border: 1px solid #2281b8;
}

.top-nav .right-part a:hover {
  background: #388ebf;
  border-color: #388ebf;
  color: #fff;
}
.top-nav .right-part a.login-btn {
  background: #3e91c2;
  color: #fff;
  border: 1px solid #3e91c2;
}

@media (max-width: 992px) {
  .top-nav {
    width: 98%;
  }
}

@media (max-width: 768px) {
  .top-nav .left-part img {
    width: 195px !important;
  }
  .top-nav .left-part .links a {
    font-size: 12px;
  }
  .top-nav {
    width: 100%;
  }
}

@media (max-width: 568px) {
  .top-nav .left-part .links {
    display: none;
  }
}

@media (max-width: 420px) {
  .top-nav .left-part img {
    width: 172px !important;
  }
  .top-nav .right-part {
    gap: 2px;
  }
  .top-nav .right-part a {
    font-size: 0.7rem;
    margin-left: 5px;
  }
}

.getstartedcontainer {
  background: linear-gradient(
    90deg,
    rgba(56, 182, 255, 1) 0%,
    rgba(85, 156, 196, 1) 50%,
    rgba(121, 168, 195, 1) 100%
  );
  text-align: center;
  padding: 100px 0;
}

.getstartedcontainer h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 900;
}

.embed-responsive-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.embed-responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .embed-responsive-iframe iframe {
    height: 100%;
    border-radius: 20px;
  }

  .ifrims {
    margin-bottom: 200px;
  }
}

.btnstwl {
  background: #3e91c2;
  border-color: #3e91c2;
  box-shadow: none;
  color: #fff;
  border-radius: 20px;
}

.btnstwl:hover {
  background: #329edd;
  border-color: #329edd;

  color: #fff;
}

.top-nav .right-part a.login-btn:hover {
  background: #329edd;
  border-color: #329edd;

  color: #fff;
}

.info-box {
  background-color: #ffffff;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
}
.info-box h2 {
  font-weight: bold;
  color: #3e91c2;
  font-size: 50px;
}
.info-box p {
  margin: 0;
  color: #6c757d;
}

.payment-section {
  background-color: #f8f9fa;
  padding: 40px 20px;
  text-align: center;
}
.payment-section img {
  max-width: 100%;
  height: auto;
}
.payment-section .icon-wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.payment-section .icon-wrapper img {
  height: 40px;
}
.btn-get-started {
  margin-top: 20px;
}

.text-purple {
  color: #6f42c1;
}

.card {
  background-color: #f8f9fa;
  border-radius: 8px;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .social-icons {
    margin-top: 20px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .usefulli {
    margin-top: 20px;
  }
}

.cta-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  text-align: center;
  padding: 50px 20px;
}

.cta-section h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.cta-section .btn-primary {
  background-color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1.2rem;
}

.footer {
  background-color: #fff;
  padding: 40px 20px;
}

.footer .footer-logo {
  text-align: center;
  margin-top: 20px;
}

.footer .footer-logo img {
  width: 50px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #000;
}

.footer-links a:hover {
  color: #f72d8d;
}

.social-icons a {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 10px;
}

.social-icons a:hover {
  color: #f72d8d;
}

.gradient-text {
  background-color: red;
  background-image: linear-gradient(45deg, #429fd4, #3e91c2);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  animation: 5s ease-in-out infinite alternate;
}
