/* Custom CSS for LaunchNodes Website */

/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

body {
  font-family: "Source Sans Pro", "Segoe UI", Tahoma, Geneva, Verdana,
    sans-serif;
  color: #fff;
  background-image: radial-gradient(
    98.96% 185.68% at 0% 0%,
    #3391ff 0%,
    #1f5799 100%
  );
}

/* Font Family Rules */
h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.btn {
  font-family: "Outfit", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Typography - Font Sizes */
h1 {
  font-size: 64px;
  font-weight: 700;
}

h2 {
  font-size: 48px;
  font-weight: 600;
}

h3 {
  font-size: 32px;
  font-weight: 600;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Header */

.navbar-nav .nav-link.header_button {
  background-color: #00000000;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 10px;
  padding: 16px 32px;
  text-transform: none;
  letter-spacing: normal;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #ffa133;
}

.header_button:hover,
.header_button:active,
.header_button:focus {
  background-color: #ffa133 !important;
  color: #ffffff !important;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

/* Header */

/* Hero Section */
.hero-section {
  background-image: url(./images/page_assets/background.svg);
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.banner-top-row {
  padding-top: 200px;
  padding-bottom: 50px;
}

/* Right Extended Section */
.section-right-extended {
  position: relative;
  overflow: hidden;
}

.section-right-extended .container {
  max-width: calc(50% + 800px);
  margin-right: 0;
  margin-left: auto;
  padding-right: 0;
}

/* .section-right-extended::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  background: inherit;
  z-index: -1;
} */

/* Banner Button Styles */
.yellow_btn {
  background-color: #ffa133;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #222222;
  border-radius: 10px;
  padding: 16px 32px;
  text-transform: none;
  letter-spacing: normal;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blue_btn {
  background-color: #cff3ea;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #222222;
  border-radius: 10px;
  padding: 16px 32px;
  text-transform: none;
  letter-spacing: normal;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blue_btn:hover,
.blue_btn:focus,
.blue_btn:active {
  background-color: #ffa133;
}

.yellow_btn:hover,
.yellow_btn:focus,
.yellow_btn:active {
  background-color: #3391ff;
  color: #ffffff;
  box-shadow: 0px 12px 32px 0px
    rgba(13.000000000000007, 70.9999999999999, 161, 0.15);
}

/* Navigation */
.navbar-brand {
  font-weight: 700;
  color: white !important;
}

.navbar-nav .nav-link {
  font-weight: 500;
  margin: 0 10px;
  color: #ffffff;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #ffa133;
}

/* Section Card Section */

.staking-section {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 140px 20px 140px 20px;
  background-color: #f9f6f2;
}

.staking-section .container {
  max-width: 1300px;
}

.staking-section .card {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Left large card */
.large-card {
  background-color: transparent;
  background-image: radial-gradient(at top left, #3391ff 0%, #1f5799 100%);
  color: #fff;
  height: 100%;
  padding: 20px 20px 40px 20px;
}

.large-card img {
  width: 80%;
  max-width: 300px;
  margin-bottom: 1.5rem;
}

.large-card h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.large-card a {
  color: #fff;
  text-decoration: none;
  margin-right: 1.5rem;
  font-weight: 500;
  display: inline-block;
}

.border-animation::after {
  background: #fff;
  content: "";
  width: 21px;
  height: 1px;
  margin-top: 5px;
  display: block;
  transition: 0.3s;
}

.border-animation:hover::after {
  width: 100%;
}

/* Right small cards */
.small-card {
  background-color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #202020;
  flex-direction: row;
}

.small-card h3 {
  margin-bottom: 1rem;
}

.small-card a {
  color: #202020;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 12px;
}

.small-card img {
  width: auto;
  height: auto;
  margin-left: 1.5rem;
}

.border-animation-black::after {
  background: #202020;
  content: "";
  width: 21px;
  height: 1px;
  margin-top: 5px;
  display: block;
  transition: 0.3s;
}

.border-animation-black:hover::after {
  width: 100%;
}

/* Third Row */

.deploy-nodes {
  padding: 100px 0;
  background-color: #fff;
}

.deploy-nodes .card {
  height: inherit !important;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin: 0 20px;
  padding: 40px 40px 60px;
  margin-bottom: 40px;
}

.deploy-nodes h2 {
  color: #222222;
}

.deploy-nodes .card a {
  color: #ffa133;
  text-decoration: none;
  display: inline-block;
}

.deploy-nodes .card img {
  aspect-ratio: auto 53 / 93;
  width: 53px;
}

.deploy-nodes .card h3 {
  margin: 32px 0;
}

#hero-carousel {
  padding: 80px 0 0 0;
}

#hero-carousel .owl-stage {
  padding-left: 0 !important;
}

.border-animation-orange {
  color: #ffa133;
  display: inline-block;
  text-decoration: none;
}

.border-animation-orange::after {
  background: #ffa133;
  content: "";
  width: 21px;
  height: 1px;
  margin-top: 5px;
  display: block;
  transition: 0.3s;
}

.border-animation-orange:hover::after {
  width: 100%;
}

.card_top_right {
  display: flex;
  gap: 16px;
}

.card_top_right ul img {
  background-color: #3291ff;
  border-radius: 4px;
  padding: 4px;
  width: 20px !important;
}

.card_top_right ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}

.card_top_right ul {
  list-style: none;
  padding-left: 0;
}

.card_top_right span {
  padding: 4px 10px;
  font-size: 9px;
  line-height: 11px;
  border-radius: 40px;
  color: #222;
  text-transform: uppercase;
}

.card_inner {
  display: flex;
  justify-content: space-between !important;
  align-items: flex-start;
}

.blue_border {
  border: 1px solid #3391ff;
}

.yellow_border {
  border: 1px solid #fff384;
}

/* Third Row */

/* Fourth Row */

.deploy-nodes-setup {
  padding: 100px 0;
  /* background-color: #fff; */
}

.deploy-nodes-setup .card {
  height: -webkit-fill-available;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin: 0 20px;
  padding: 40px 40px 60px;
  margin-bottom: 40px;
}

.deploy-nodes-setup .card a {
  color: #ffa133;
  text-decoration: none;
  display: inline-block;
}

.deploy-nodes-setup .card img {
  aspect-ratio: auto 53 / 93;
  width: 53px;
}

.deploy-nodes-setup .card h3 {
  margin: 32px 0;
}

#node-carousel {
  padding: 80px 0 0 0;
}

#node-carousel .owl-stage {
  padding-left: 0 !important;
  display: flex;
}

/* Fourth Row */

/* Fifth Row */

.staking h2 {
  color: #222;
  padding-bottom: 64px;
}

#staking-big-carousel .owl-stage {
  padding-left: 0 !important;
}

.staking {
  padding: 100px 0;
  background-color: #fff;
}

.staking .card {
  height: inherit !important;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin: 0 20px;
  padding: 40px 40px 60px;
  margin-bottom: 40px;
}

.staking .card a {
  color: #ffa133;
  text-decoration: none;
  display: inline-block;
}

.staking .card h3 {
  margin: 32px 0;
}

.staking .card_top_right {
  display: block;
}

.staking .card_first_row img {
  width: 150px;
  margin-right: 40px;
}

.staking_sec_container h4 {
  color: #222;
}

.staking_sec_container {
  padding-top: 80px;
}

/* Fifth Row */

/* Sixth Row */

.client {
  padding: 100px 0;
}

.client .container {
  max-width: 1300px;
}

.client_card {
  border-radius: 20px;
  color: #222;
}

.client h2 {
  padding-bottom: 64px;
}

/* Sixth Row */

/* Seventh row */
.benefits_card {
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  color: #222;
}

.benefits {
  padding: 50px 0 100px 0;
}

.benefits_card a {
  color: #ffa133;
  text-decoration: none;
  display: inline-block;
}

/* Seventh row */
/* Workflow Section */
.workflow-section {
  padding: 100px 0;
  background: #ffffff;
}

.workflow-section h2 {
  color: #000000;
}

.workflow-subtitle {
  font-size: 18px;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
}

.workflow-step-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}

.workflow-step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.workflow-step-number {
  position: absolute;
  top: -15px;
  right: 30px;
  font-size: 60px;
  font-weight: 700;
  color: rgba(51, 145, 255, 0.1);
  line-height: 1;
}

.workflow-step-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #3391ff 0%, #1f5799 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.workflow-step-icon i {
  font-size: 32px;
  color: #ffffff;
}

.workflow-step-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.workflow-step-card > p {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.workflow-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.workflow-features li {
  padding: 8px 0;
  color: #444;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.workflow-features i {
  color: #3391ff;
  font-size: 16px;
  flex-shrink: 0;
}

.workflow-cta {
  background: linear-gradient(135deg, #3391ff 0%, #1f5799 100%);
  border-radius: 25px;
  padding: 50px 40px;
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto;
}

.workflow-cta h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.workflow-cta p {
  font-size: 16px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
}
/* End Workflow Section */


/* EightRow */
.solo-card {
  color: #fff;
  padding: 40px 40px 90px 40px;
  background: radial-gradient(
    259.74% 352.51% at 0% 0%,
    #3391ff 0%,
    #1f5799 100%
  );
  border-radius: 30px;
  position: relative;
}

.solo-staking {
  padding: 100px 0;
  background-color: #fff;
}

.solo-inner-card {
  background: rgba(214, 233, 255, 0.1);
  border-radius: 10px;
  padding: 40px 40px 40px 40px;
  position: relative;
  margin-top: 64px;
}

.inner_image {
  position: absolute;
  bottom: -15px;
  right: -15px;
}

.solo-inner-card h4 {
  font-size: 20px;
}

.solo-inner-card p {
  font-size: 13px;
}

.solo-inner-card a {
  color: #ffa133;
  text-decoration: none;
  position: relative;
  padding-left: 6px;
  display: inline-block;
  transition: 0.3s;
}

.solo-inner-card a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 20px;
  height: 1px;
  background-color: #ffa133;
  transition: 0.3s;
}

.solo-inner-card a:hover::after {
  width: 100%;
  transition: 0.3s;
}

.solo_top_row {
  position: relative;
  color: #222;
  padding-bottom: 50px;
}

.solo_top_row img {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 2;
}

.solo_card_big_image {
  position: absolute;
  bottom: -50px;
  left: -50px;
  z-index: 2;
}

/* EightRow */

/* Ninth Row */

.ninth-row {
  padding: 100px 0 150px 0;
}

.staking_sub_row {
  padding-top: 100px;
  padding-bottom: 64px;
}

.staking-solo {
  padding: 40px;
  background-color: #3291ff;
  border-radius: 20px;
}

.staking_solo_image {
  margin-top: 130px;
}

.staking-service-row-inner-div {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  color: #222;
}

.staking-service-row-inner-div h4 {
  margin-bottom: 24px;
}

.ninth_last_row {
  padding-top: 100px;
}

.staking-service-row-inner-div .d-flex.align-items-center {
  flex-wrap: wrap;
}

/* Ninth Row */

/* Featured Row */

.featured_logos {
  padding: 100px 0;
  background-color: #fff;
  color: #222;
}

#featured-logos-carousel img {
  width: 75%;
  max-height: 100px;
  object-fit: contain;
}

#featured-logos-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

#featured-logos-carousel .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured_logos h3 {
  padding-bottom: 20px;
}

/* Featured Row */

/* Testimonial Section */

.testimonial-section {
  padding: 100px 0 0 0;
}

#testimonial-carousel {
  padding: 80px 0 0 0;
}

#testimonial-carousel .owl-stage {
  padding-left: 0 !important;
}

#testimonial-carousel .owl-dots {
  text-align: left;
  margin-top: 20px;
}

#testimonial-carousel .owl-dots .owl-dot span {
  background-color: #fff;
}

#testimonial-carousel .owl-dots .owl-dot.active span {
  background-color: #ffa133;
}

.review-card {
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  color: #222;
}

.testimonial_last_image {
  margin-bottom: -20px;
}

/* Testimonial Section */

/* Platform Section */

.platform_section {
  padding: 100px 0;
  background-color: #fff;
  color: #222;
}

/* Platform Section */

/* last Section */

.last_section {
  background-color: #fff;
  padding-bottom: 100px;
}

.last_section .container {
  padding: 70px;
  background-image: radial-gradient(
    98.96% 185.68% at 0% 0%,
    #3391ff 0%,
    #1f5799 100%
  );
  color: #fff;
  border-radius: 20px;
}

.last_section_image {
  position: absolute;
  bottom: -130px;
  width: 100%;
}

/* last Section */

/* Footer */
.footer_main_row {
  padding: 100px 0 20px 0;
  color: #fff;
}

.footer_nav_items a {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  text-decoration: none;
}

.modal .modal-dialog {
  max-width: 700px;
}

#popupModal {
  width: 100%;
}

/* Footer */

/* Responsive Design */

@media (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }
  .last_section_image {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    bottom: 0;
  }

  .section-right-extended .container {
    padding-right: 20px;
  }

  .yellow_btn,
  .blue_btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .mt-5.pt-5 {
    padding-top: 0 !important;
  }

  .large-card a {
    width: fit-content;
  }

  .large-card .d-flex {
    flex-direction: column;
    gap: 20px;
  }

  .staking-section .card {
    margin-bottom: 30px;
  }

  .deploy-nodes .card,
  .deploy-nodes-setup .card,
  .staking .card {
    margin: 0 auto 30px auto;
  }

  #hero-carousel {
    padding-top: 40px;
  }

  .card_inner {
    flex-direction: column;
  }

  .staking,
  .client,
  .deploy-nodes-setup,
  .deploy-nodes,
  .staking-section,
  .benefits,
  .solo-staking,
  .ninth-row,
  .featured_logos,
  .testimonial-section,
  .platform_section {
    padding: 40px 0;
  }

  .client_card,
  .benefits_card {
    margin-bottom: 40px;
    height: auto !important;
  }

  .solo_top_row img {
    display: none;
  }

  .solo-inner-card {
    flex-direction: column;
    margin-top: 20px;
  }

  .solo_card_big_image {
    width: 200px;
    height: auto;
  }

  .solo-card {
    margin-bottom: 40px;
    height: auto !important;
  }

  .ninth-row .d-flex.align-items-center {
    flex-direction: column;
    gap: 20px;
  }

  .ninth-row .d-flex.align-items-center h3,
  .ninth-row .d-flex.align-items-center p {
    text-align: center;
  }

  .staking_solo_image {
    margin-top: 20px;
  }

  .staking-solo,
  .staking-service-row-inner-div {
    height: auto !important;
    margin-bottom: 40px;
  }

  .ninth-row .staking-service-row-inner-div .d-flex.align-items-center {
    flex-direction: row;
    gap: 10px;
    /* justify-content: space-between; */
  }

  .ninth_last_row {
    padding-top: 0px;
  }

  .last_section .container {
    padding: 40px 40px 0 40px;
  }

  .last_section {
    padding-bottom: 40px;
  }

  .footer_main_row {
    text-align: center;
    padding: 40px 0;
  }

  .footer_nav_items {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  h6.text-center.footer_last.mt-5 {
    margin-top: 0 !important;
  }

  .banner-top-row {
    padding-top: 100px;
  }

  #navbarNav {
    background-color: #fff;
    margin-top: 20px;
    padding: 20px 0;
  }

  #navbarNav .navbar-nav .nav-link {
    color: #222 !important;
  }
}

  .workflow-section {
    padding: 50px 0;
  }

  .workflow-subtitle {
    font-size: 16px;
  }

  .workflow-step-card {
    margin-bottom: 30px;
  }

  .workflow-step-number {
    font-size: 40px;
    top: -10px;
    right: 20px;
  }

  .workflow-step-icon {
    width: 60px;
    height: 60px;
  }

  .workflow-step-icon i {
    font-size: 28px;
  }

  .workflow-cta {
    padding: 40px 30px;
  }

  .workflow-cta h4 {
    font-size: 24px;
  }
@media (min-width: 768px) and (max-width: 992px) {
  .banner-top-row {
    padding-top: 60px;
  }

  .last_section_image {
    position: relative;
    bottom: 0;
    width: 100%;
  }

  .ninth-row .d-flex.align-items-center,
  .card_inner {
    flex-direction: column;
    gap: 20px;
  }

  .benefits_card,
  .client_card {
    padding: 20px !important;
  }

  .deploy-nodes-setup img {
    width: 100%;
  }

  .solo-card {
    margin-bottom: 40px;
    height: auto !important;
  }

  .staking-solo {
    height: auto !important;
  }

  .staking-service-row {
    margin-top: 40px;
  }

  .ninth-row .staking-service-row-inner-div .d-flex.align-items-center {
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
  }

  .last_section .container {
    padding-bottom: 0;
  }

  .hero-section {
    height: auto;
  }

  #navbarNav {
    background-color: #fff;
    margin-top: 20px;
    padding: 20px 0;
  }

  #navbarNav .navbar-nav .nav-link {
    color: #222 !important;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .card_inner {
    flex-direction: column;
    gap: 20px;
  }
}
