@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/gilroy-bold');

body {
  font-family: 'Gilroy-Heavy', sans-serif;
  color: #fff !important;
  overflow-x: hidden;
  background-color: #000 !important;
  background-image: url(images/new\ landing\ page.png) !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

html {
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
}


p,
li,
a {
  font-family: "Inter", sans-serif !important;
  color: #fff !important;
  text-decoration: none !important;
}

p {
  font-size: 18px;
  color: rgba(255, 255, 255, 1) !important;
}

.nav-link:hover {
  border-bottom: 1px solid #fff;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: center !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}

.navbar {
  margin-bottom: 40px;
}

.navbar-brand {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
  font-size: 36px !important;
  font-weight: 400;
}

.nav-link {
  font-size: 18px;
}

.nav-btn {
  background-color: rgba(107, 0, 158, 1);
  -webkit-background-color: rgba(107, 0, 158, 1);
  padding: 12px 28px 12px 28px;
  border-radius: 10px;
  transition: .4s;
  border: none;
}

.nav-btn:hover {
  border: 1px solid #fff;
  background: transparent;
}

.navbar {
  padding-top: 2.6rem !important;
  padding-bottom: 2.6rem !important;
}


.main-heading {
  font-size: 78px;
  line-height: 85px;
  font-weight: 800;
  margin-bottom: 25px;
}

span {
  background: linear-gradient(97.2deg, #e4023a 20.7%, #3a1e39 80.82%, #3a1e39 98.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.home p {
  line-height: 32px;
  margin-bottom: 30px;
}

.primary-btn {
  background-color: transparent;
  border: 1px solid rgba(107, 0, 158, 1);
  border-radius: 10px;
  padding: 12px 24px 12px 24px;
  font-size: 18px;
}

.home {
  margin-bottom: 150px;
}

.secondary-btn {
  font-size: 18px;
}

.buttons-col {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}

.btn-icon {
  margin-left: 20px;
  font-size: 16px;
}

.home-img {
  border-radius: 10px;
}

.about {
  margin-bottom: 150px;
}

.about-heading {
  font-size: 86px;
  font-weight: 700;
  margin-bottom: 30px;
}

.about,
.services p {
  line-height: 33px;
}

.service-row {
  margin-bottom: 40px;
}

.services .col-md-5 {
  padding-top: 30px;
}

.box-row {
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}

.divider {
  margin-bottom: 40px;
}

.box {
  border: 1px solid rgba(173, 0, 255, 1);
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.027);
  padding: 40px 30px 020px 30px !important;
  width: 32% !important;
  cursor: pointer;
}

.services .box {
  position: relative;
    overflow: hidden;
    border-radius: 15px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
}

.services .box:hover {
  transform: scale(1.05); /* Slight zoom effect on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

.services .box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1)); /* Gradient border */
  pointer-events: none; /* Ensure this doesn't interfere with hover effects */
}

.box img {
  margin-bottom: 20px;
}

.services .box img {
  width: 100%;
  height: auto;
  border-radius: 15px; /* Ensure images follow container's rounded corners */
  transition: transform 0.3s ease;
}



.box h5 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.box p {
  color: rgba(255, 255, 255, 0.7) !important;
}

.blog-heading {
  font-size: 86px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 55px;
}

.first {
  margin-bottom: 20px;
}

.feature h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px !important;
  text-transform: uppercase;
}

.feature p {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  line-height: 28px;
}

.blog {
  margin-bottom: 150px;
}

.display-2 {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 15px;
}

.services {
  margin-bottom: 150px;
}

.blog h4 {
  margin-bottom: 15px;
}

.blog-details {
  border-radius: 20px;
  width: 97.6%;
  margin-bottom: 15px;
  background: #ffffff1c;
}

.terms-container {
  background-color: rgba(46, 46, 46, 0.8); /* 设置为 80% 透明度 */
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}

.padding {
  padding: 0 30px 5px 30px;
}

.banner-heading {
  font-size: 76px;
  font-weight: 700;
  margin-bottom: 20px;
}

.banner .col-md-6 {
  width: 48.5% !important;
}

.banner {
  background: rgba(255, 255, 255, 0.058);
  padding: 30px 20px;
  margin-bottom: 150px;
}

.banner-row {
  gap: 30px;
  align-items: center;
}

.banner-para {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8) !important;
}


.banner img {
  border-radius: 15px;
  border: 5px solid #e4023a; /* Change color as needed */
  transition: border 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out
}

.banner img:hover {
  border: 5px solid orange; /* Change color as needed */
  transform: rotate(2deg);
}
.form-heading {
  font-size: 76px;
  font-weight: 700;
}

.form-para {
  margin-bottom: 45px;
}

.form-container h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #333333;
}

.form-control {
  border-radius: 20px;
  padding: 20px 15px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: #ddd !important;
}

.form-control:focus {
  box-shadow: none;
  border-color: #80bdff;
}

.form-group label {
  font-weight: bold;
  color: #555555;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #a9a9a9;
}

.form-group textarea {
  resize: none;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  border: 1px solid rgba(135, 19, 205, 1) !important;
}

.form-row {
  justify-content: center;
  align-items: center;
}

.form {
  padding: 30px 0 50px 0;
  background: rgba(255, 255, 255, 0.110);
  border-radius: 24px;
  margin-bottom: 150px;
}

.form .col-md-5 {
  width: 38% !important;
}


footer {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 40px;
}

.footer-logo {
  font-size: 38px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.footer-2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-row {
  margin-bottom: 100px;
  justify-content: space-between;
}

h4 {
  text-transform: uppercase;
  margin-bottom: 20px !important;
  font-size: 22px;
}

footer img {
  padding-left: 5px;
}

.footer-hr {
  margin-bottom: 25px !important;
}

.copyright {
  font-size: 18px;
}


.banner-row {
  gap: 25px !important;
}

.banner-heading {
  font-size: 54px !important;
}

.banner h1 {
  font-size: 54px !important;
}

.form-control {
  font-size: .8rem !important;
}

footer .col-md-2 {
  width: 22% !important;
}

.blog-heading {
  font-size: 70px !important;
}

.banner-row,
.service-row,
.about-row {
  justify-content: center;
}

.home {
  display: flex;
  flex-direction: column;
  align-items: center;
}



.banking-heading {
  font-size: 78px !important;
  margin-bottom: 55px;
}

.cards {
  margin-bottom: 120px;
}

.box img {
  margin-bottom: 30px;
}

.box-heading {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.card-box {
  gap: 10px !important;
  width: 32.333333% !important;
  padding: 50px 25px 50px 25px !important;
}

.card-box:hover {
  background: linear-gradient(136.21deg, #e4023a -1.69%, #3a1e39 49.91%, #3a1e39 101.51%);
}

.box p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7) !important;
  line-height: 28px;
}

.card-box-row .box {
  border: none;
  background-color: transparent;
  display: block; 
  text-align: start !important;
  border-radius: 10px !important;
  padding: 80px 30px !important;
}

.form img {
  border: 5px solid #e4023a;
  border-radius: 40px;
  transition: transform .3s ease-in-out;
}

.form img:hover {
  transform: rotate(-2deg);
  border: 5px solid orange;
}

.about-img {
  animation: rotate360 50s infinite linear;
}

@keyframes rotate360 {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}