header#home {
  background: #fff;
  padding: 16px;
}

.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;
}

.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;
}


section {
    margin: 5rem 0;
}

.info-box {
  background-color: #e9ecef;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  margin-top: 2rem;
}

.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;
}

section.payment-section h2 {
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #4ac4f3;
}

a.btn.btn-primary.btn-get-started {
    font-size: 30px;
    font-weight: 400;
    padding: 1rem 2rem;
    background: #3e91c2;
    border-radius: 16px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 275px;
}


.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: #e9ecef;
  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 h5 {
  color: #ffff;
}

.footer-links a {
  text-decoration: none;
  color: #ddd;
}

.footer-links a:hover {
  color: #4ac4f3;
}

.social-icons a {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 10px;
}

.social-icons a:hover {
  color: #f72d8d;
}

ul.footer-links li:has(a i) {
  display: inline-block;
  font-size: 32px;
  margin-right: 16px;
}

.footer-logo p {
  color: #d1d1d1;
}

.gradient-text {
  color: #4ac4f3;
}

.footer {
  background-color: #154f70;
  padding: 40px 20px;
}

/* auth pages */

.profile_info img {
  border: 0;
}
.main_content {
  padding-left: 0 !important;
}
.header_iner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_iner .middle-menu {
  display: flex;
  align-items: center;
}
.header_iner .middle-menu img {
  width: 150px;
  position: relative;
  top: -4px;
}
.header_iner .middle-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  gap: 25px;
  /* padding-top: 10px; */
  margin-left: 20px;
}
.header_iner .middle-menu ul li a {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  color: #fff;
}

.header_iner .middle-menu ul li a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .sidebar_icon {
    display: block !important;
  }
  .header_iner .middle-menu {
    margin-left: auto;
    margin-right: auto;
  }
  .header_iner .middle-menu ul {
    display: none;
  }
  .middle-menu.middle-menu-mobile {
    display: block !important;
  }
  .header_iner .middle-menu ul li a {
    font-size: 12px;
  }
  .header_iner .middle-menu img {
    width: 157px;
  }
}

/* Welcome Page */
/* How it works */
.htw {
  font-weight: 900;
  margin-bottom: 50px;
  color: #3e91c2;
  font-size: 50px;
}
