@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:wght@300..700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body {
  background: #19213dcc;
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 10px;
}

.header {
  background: #021236;
  backdrop-filter: blur(581.6358642578125px);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
/* .header-link{
  position: sticky;
  left: 0;
  top: 40px;
  z-index: 9999;
} */

/* .header-img {
  position: sticky;
  top: 15px;    
  left: 20px;   
  width: 120px;   
  height: auto;
  z-index: -1000;
} */

.header-text {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
  color: #ffffff;
  margin: 15px 0;
  text-align: left;
}

.header-button {
  width: 100%;
  max-width: 423px;
  height: 55px;
  cursor: pointer;
  border-radius: 16px;
  background-color: #0055ff;
  color: white;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  margin: 15px auto;
}
.header-button:hover {
  background: radial-gradient(
    72.29% 72.29% at 50% 50%,
    #102452 0%,
    #437cff 100%
  );
}

.header-pic {
  width: 100%;
  height: auto;
  margin: 30px auto;
  object-fit: cover;
}

.team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.header-text-bottom {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: var(--Accent-3, #b4b9c9);
  max-width: 550px;
}

@media (max-width: 992px) {
  .header-text {
    font-size: 24px;
  }
  .header-text-bottom {
    font-size: 18px;
    max-width: 100%;
    text-align: center;
  }
  .team {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .header-text {
    font-size: 20px;
    line-height: 140%;
  }
  .header-button {
    width: 100%;
    font-size: 18px;
    height: 50px;
  }
  .header-pic {
    height: auto;
  }
  .team {
    flex-direction: column;
    gap: 20px;
  }
  .header-text-bottom {
    font-size: 16px;
    padding: 0 10px;
  }
}
.hero {
  background: var(--Color-4, #19213d);
  padding: 40px 0;
}

.hero-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.hero-left {
  backdrop-filter: blur(480.1360778808594px);
  max-width: 550px;
  margin-top: 40px;
}

.hero-title {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 70px;
  color: #ffffff;
}

.hero-text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  margin: 20px 0;
}

.hero-rights {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.hero-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.hero-block {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  max-width: 500px;
}

.hero-texts {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-hr {
  width: 60px;
  height: 1px;
  border-radius: 8px;
  background: linear-gradient(90deg, #6d758f 0%, rgba(109, 117, 143, 0) 100%);
}

.hero-p {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #3a82f7;
}

@media (max-width: 992px) {
  .hero-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-left {
    margin-top: 20px;
    max-width: 100%;
  }

  .hero-title {
    font-size: 36px;
    line-height: 52px;
  }

  .hero-text {
    font-size: 16px;
    text-align: left;
  }

  .hero-block {
    font-size: 16px;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .hero-title {
    font-size: 28px;
    line-height: 40px;
  }

  .hero-text {
    font-size: 14px;
  }

  .hero-block {
    font-size: 14px;
  }

  .hero-right {
    gap: 10px;
  }

  .hero-hr {
    width: 40px;
  }

  .hero-p {
    font-size: 16px;
  }
}
.wrapper {
  background-color: #19213d;
  padding: 40px 0;
}

.wrapper-w {
  display: flex;
  justify-content: center;
  text-align: center;
}

.wrapper-title {
  margin-bottom: 30px;
  text-align: left;
  max-width: 900px;
  width: 100%;
  height: auto;
  font-weight: 600;
  font-size: 42px;
  line-height: 110%;
  color: #ffffff;
  padding: 60px 10px;
}

.line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}

.line-doc {
  color: white;
  font-size: 32px;
  font-weight: bold;
}

.line-wrapper {
  padding: 12px 25px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.line-wrapper.active {
  background-color: #fff;
  border-color: #fff;
  transform: scale(1.1);
}

.line-wrapper:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.wrapper-num {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.line-wrapper.active .wrapper-num {
  color: #19213d;
}

.line-hr1,
.line-hr2,
.line-hr3,
.line-hr4,
.line-hr5 {
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 2px;
  flex-grow: 1;
  margin: 0 5px;
  position: relative;
  z-index: 1;
}

.line-hr1.active,
.line-hr2.active,
.line-hr3.active,
.line-hr4.active,
.line-hr5.active {
  background-color: #4a72ff;
}

.line-cards {
  margin-top: 40px;
}

.wrapper-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  gap: 30px;
}

.wrapper-item {
  flex-basis: calc(50% - 15px);
  background: linear-gradient(145deg, #2a3b6a, #1f2d54);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  opacity: 0.7;
  transform: translateY(20px);
}

.wrapper-item.active {
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.wrapper-text {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.wrapper-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #4a72ff;
  border-radius: 50%;
}

.wrapper-block {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.7;
  border-left: 3px solid #4a72ff;
  padding-left: 20px;
  margin: 0;
}

.progress-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  transform: translateY(-50%);
  z-index: 0;
}

.progress-bar {
  height: 100%;
  background: #4a72ff;
  width: 0%;
  transition: width 0.5s ease;
  border-radius: 2px;
}

@media (max-width: 992px) {
  .wrapper-list {
    flex-direction: column;
  }

  .wrapper-item {
    flex-basis: 100%;
  }

  .line-hr1,
  .line-hr2,
  .line-hr3,
  .line-hr4,
  .line-hr5 {
    display: none;
  }

  .line {
    justify-content: center;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .wrapper-title {
    font-size: 32px;
    padding: 30px 10px;
  }

  .line-wrapper {
    padding: 10px 20px;
  }

  .wrapper-num {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .line {
    gap: 10px;
  }

  .line-wrapper {
    padding: 8px 16px;
  }

  .wrapper-text {
    font-size: 20px;
  }

  .wrapper-block {
    font-size: 15px;
  }
}
.main {
  background-color: #1a213d;
}
.main-img {
  width: 100%;
  height: auto;
}

.text-block {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex: 1;
}

.main-text {
  flex: 1;
  max-width: 500px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2.5vw, 30px); /* responsiv font */
  line-height: 1.3;
  color: #ffffff;
}

.main-block {
  flex: 1;
  max-width: 566px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 480px) {
  .text-block {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section {
  background-color: #19213d;
}
.section-title {
  max-width: 100%;
  margin: 40px auto;
  text-align: left;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 4vw, 30px);
  line-height: 1.3;
  color: #ffffff;
}

.cards {
  background-color: #19213d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem; /* orasini ochdim */
  flex-wrap: wrap; /* kichik ekranda sig‘masa pastga tushadi */
}

.card {
  flex: 1 1 300px;
  max-width: 600px;
  border-radius: 16px;
  padding: 24px;
  background: linear-gradient(180deg, #172c5c 0%, #0a1e4a 177.17%);
  color: white;
  height: auto; /* responsiv bo'lishi uchun */
}

.section-text {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 600;
  margin-bottom: 8px;
}

.section-block {
  font-size: clamp(14px, 1.8vw, 16px);
  color: rgb(211, 201, 201);
  line-height: 1.5;
}

.center-card {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-card i {
  font-size: clamp(32px, 6vw, 50px); /* uzunroq va katta strelka */
  color: #ffffff;
}

.cards-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  /* margin-top: 50px; */
  flex-wrap: wrap;
}
.card-main {
  position: relative;
  flex: 1 1 300px;
  padding: 2.5rem 1.5rem 1.5rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #172c5c 0%, #0a1e4a 177.17%);
  color: #fff;
  text-align: left;
  margin: 10px auto;
}

.card-main i {
  position: absolute;
  top: -25px;
  left: 15%;
  transform: translateX(-50%);
  font-size: 30px;
  background: #0a1e4a;
  padding: 12px;
  border-radius: 50%;
  border: 2px solid #1e3a8a; /* icon atrofiga chiziq */
  color: #4f9cf9;
}

.cards-text {
  font-size: clamp(18px, 2.5vw, 20px);
  font-weight: 600;
  margin-bottom: 10px;
}

.cards-block {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.6;
  color: rgb(200, 200, 200);
}
.pricing {
  padding: 60px 20px;
  background-color: #19213d;
  text-align: center;
  color: white;
}

.pricing-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}

.pricing-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.pricing-card {
  background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
  color: #000;
  border-radius: 16px;
  padding: 30px 20px 60px;
  max-width: 320px;
  flex: 1 1 300px;
  position: relative;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

.pricing-card.featured {
  box-shadow: 0px 10.49px 23.07px 0px #e8f7ff99 inset;
  background: linear-gradient(180deg, #172c5c 0%, #0a1e4a 177%);
  color: white;
}

.plan-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left;
  color: #353e5c;
}

.price {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  color: #353e5c;
}

.features {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 30px;
}

.features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Inter;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.btn_1 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #4f9cf9, #0055ff);
  color: white;
  padding: 12px 80px;
  border-radius: 12px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.btn_1:hover {
  background: radial-gradient(
    72.29% 72.29% at 50% 50%,
    #102452 0%,
    #437cff 100%
  );
}

.section {
  padding: 40px 20px;
}

.section h4 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  color: #fff;
}

.content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.left-img {
  display: flex;
  gap: 15px;
  flex: 1;
  justify-content: flex-start;
  max-width: 600px;
}

.left-img .column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.img {
  width: 160px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.large-image {
  width: 360px;
  height: 480px;
  border-radius: 12px;
  object-fit: cover;
}

.right-texts {
  flex: 1;
  min-width: 480px;
}

.right-texts p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 34px;
  line-height: 130%;
  letter-spacing: 0%;
  width: 639.3182983398438;
  height: 114;
  opacity: 1;
  color: #ffffff;
  margin-bottom: 10px;
}

.right-texts span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}

.right-texts i {
  color: #4facfe;
  margin-top: 5px;
  font-size: 18px;
}

.right-texts blockquote {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #ddd;
}

.section-button-bot {
  width: 100%;
  max-width: 300px;
  height: 55px;
  cursor: pointer;
  border-radius: 16px;
  color: white;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  margin: 15px auto;
  background-color: #0055ff;
}
.section-button-bot:hover {
  background: radial-gradient(
    72.29% 72.29% at 50% 50%,
    #102452 0%,
    #437cff 100%
  );
}

@media (max-width: 992px) {
  .content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .left-img {
    justify-content: center;
  }

  .right-texts {
    text-align: left;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .content-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
  }

  .left-img {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }

  .left-img .column {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .img {
    width: 45%;
    max-width: 140px;
  }

  .large-image {
    width: 100%;
    max-width: 260px;
    height: auto;
  }

  .right-texts {
    min-width: auto; /* min-width ni olib tashladik */
    width: 100%;
    text-align: left; /* matn chapdan o‘qilishi uchun */
  }

  .right-texts p {
    font-size: 22px;
    line-height: 1.4;
    text-align: center; /* sarlavha markazda */
  }

  .right-texts span {
    display: flex;
    flex-direction: row; /* ✅ icon va text yonma-yon */
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
  }

  .right-texts i {
    font-size: 16px;
    margin-top: 4px;
    flex-shrink: 0; /* icon siqilib ketmasin */
  }

  .right-texts blockquote {
    font-size: 14px;
    line-height: 1.4;
    color: #ddd;
  }

  .right-texts button {
    max-width: 200px;
    height: 48px;
    font-size: 16px;
    margin: 20px auto 0;
    display: block;
  }
}
.footer {
  background: #112553;
  color: #fff;
  padding-top: 20px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* chap va o‘ng taraf yuqoridan bir xil boshlansin */
  gap: 60px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.footer-logo {
  max-width: 400px;
  flex: 1;
}

.footer-logo img {
  max-width: 140px;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.footer-logo p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.right {
  flex: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-links,
.footer-services,
.footer-contact {
  flex: 1;
  min-width: 200px;
}

.footer-links h5,
.footer-services h5,
.footer-contact h5 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-direction: column;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #1e90ff;
  transform: translateX(5px);
}

.footer-services p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.footer-contact {
  display: flex;
  flex-direction: column;
}

.footer-contact span {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}

.footer-contact i {
  color: #1e90ff;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #1e90ff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-bottom p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.footer-socials {
  display: flex;
  gap: 15px;
}

.footer-socials a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-socials a:hover {
  color: #1e90ff;
  border-color: #1e90ff;
  transform: translateY(-2px);
}
.fot {
  background: #021236;
}

@media (max-width: 992px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }

  .footer-logo {
    max-width: 100%;
  }

  .right {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 ustunli joylashuv */
    gap: 30px;
    width: 100%;
    justify-items: center;
  }

  .footer-links,
  .footer-services,
  .footer-contact {
    text-align: center;
  }

  .footer-contact span {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .right {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .footer-bottom p {
    font-size: 16px;
  }

  .footer-socials {
    justify-content: center;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 30px 0 15px 0;
  }

  .footer-logo img {
    max-width: 100px;
  }

  .footer-logo p {
    font-size: 14px;
    line-height: 1.4;
  }

  .footer-links h5,
  .footer-services h5,
  .footer-contact h5 {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .footer-links a,
  .footer-services p,
  .footer-contact span {
    font-size: 13px;
  }

  .footer-bottom p {
    font-size: 14px;
  }

  .footer-socials a {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
}

/* Website form */

.website_form div input {
    /*width: 300px;*/
    padding: 8px 20px;
    border: 1px solid #D8E0F0;
    border-radius: 8px;
}

.modal_button {
    padding: 16px 50px;
    text-decoration: none;
    background: linear-gradient(to right, #021236 0%, #021236 50%, #173ec8 50%, #173ec8 100%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: white; /* default text color */
    transition: all 0.4s ease;
    border: none;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
}

.modal_button:hover {
    background-position: left bottom; /* shifts the gradient */
    color: white;
}


/* Website form */
