/* Inter-And-Yeseva-font-family */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--scroll-padding, 100px);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}

:root {
  --primary-color: #3f51b5 !important;
  --secondary-color: #0E0F2A !important;
  --dark-blue:#191946;
  --dark-color: #1a1a1a;
  --blue-color: #002B49;
  --info-color: #2196F3;
  --warning-color: #fb0;
  --success-color: #00C08B;
  --light: #686868;
  --danger-color: #DF1156;
  --light-color: #F8FAFF;
  --dark-light: #D2E3FF;
}

/* colors */

.bg-light {
  background-color: #999 !important;
}

.dark-light {
  background-color: var(--dark-light);
}

.dark-blue{
  background-color: var(--dark-blue);
}

.light-color {
  background-color: var(--light-color);
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-success {
  background-color: var(--success-color) !important;
}

.bg-brown {
  background-color: var(--brown-color);
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.text-dark {
  color: var(--dark) !important;
}

.bg-info {
  background-color: var(--info-color) !important;
}

.text-light {
  color: #686868 !important;
}

.text-light-dark {
  color: var(--light-dark-text);
}

.text-warning {
  color: var(--warning-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}


.bg-warning {
  background-color: var(--warning) !important;
}

.bg-dark {
  background-color: var(--dark-color) !important;
}

.column-border {
  border-bottom: 1px solid var(--info-color);
}

.text-blue {
  color: var(--blue-color);
}

/* Font-weight */

.fw-900 {
  font-weight: 900 !important;
}

/* Font-styling */
.fs-6 {
  font-size: 20px !important;
}

.fs-5 {
  font-size: 14px !important;
}

.fs-4 {
  font-size: 12px !important;
}

/* button-css */
.btn-primary {
  background-color: var(--success-color);
}

.btn-primary:hover {
  background-color: var(--primary-color);
}

.btn-danger {
  background-color: var(--danger-color);
  color: white;
}

.btn-danger:hover {
  background-color: var(--primary-color);
  color: white;
}

.btn-white{
  background-color: white;
  color: var(--dark-blue);
}
.btn-white:hover{
  background-color: var(--dark-blue);
  color: white;
}
.btn-white:hover svg{
  fill:white;
}

input[type="text"]::placeholder {
  color: white /* Change this to the color you want */
}

/* Header-css */
header {
  height: 150px;
}

.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.8s ease-out;
  border-bottom: 4px solid var(--warning-color);
  height: 90px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.logo img {
  max-width: 280px;
}

.tooltip-bg {
  background-color: var(--success-color);
  border-radius: 50px;
  height: 30px;
  width: 30px;
  border: none;
  color: white;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

/* Carousel-section-css */
.sec_img {
  position: absolute;
  background-image: url(../../assets/images/floating-elemet.png);
  background-size: cover;
  content: '';
  height: 100%;
  width: 80%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  transform: translate(-20px, 100px);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  right: 0px;
  height: 100%;
  width: 6%;
  top: 0;
  background-color: #0e0f2a;
}

.swiper-button-prev {
  left: 0px;
  height: 100%;
  width: 6%;
  top: 0;
  background-color: #0e0f2a;
}

/* Plan-css */
.plan-body img {
  width: 20px;
  height: 20px;
}

.gradient-img {
  text-align: center;
  position: absolute;
  top: 150px;
}

.gradient-img-two {
  top: -50px;
  transform: rotateX(181deg);
  z-index: 1;
}

.plan-active {
  border: solid 8px #00C08B;
  padding: 0;
  margin-top: -65px !important;
  box-shadow: 0px 1px 28px -7px black;
  z-index: 01;
}

/* Step-css */
.step p {
  margin-top: 10px;
}

.step-one {
  width: 20%;
  text-align: center;
}

.step-two {
  width: 30%;
  text-align: center;
}

.step-three {
  width: 20%;
  text-align: center;
}

.step-four {
  width: 40%;
  text-align: center;
  margin-top: -60px;
}

.step-one::after {
  background-color: var(--primary-color);
  height: 8px;
  width: 130px;
  position: absolute;
  content: '';
  top: 17px;
  bottom: 0;
  left: -70px;
  border-radius: 20px;
}

.step-two::after {
  background-color: var(--primary-color);
  height: 8px;
  width: 165px;
  position: absolute;
  content: '';
  top: 17px;
  bottom: 0;
  left: -60px;
  border-radius: 20px;
}

.step-three::after {
  background-color: var(--primary-color);
  height: 8px;
  width: 165px;
  position: absolute;
  content: '';
  top: 17px;
  bottom: 0;
  left: -105px;
  border-radius: 20px;
}

.step-four::after {
  background-color: var(--primary-color);
  height: 8px;
  width: 140px;
  position: absolute;
  content: '';
  top: 77px;
  bottom: 0;
  left: -60px;
  border-radius: 20px;
}

.golden_card{
  margin-top: 93px;
}
.golden_card img{
  width: 50px;
  margin-bottom: 7px;
}

/* footer-css */
.scroll-down{
  transform: rotate(180deg);
}
.scroll-down img{
  -webkit-animation: mover 1.3s infinite alternate;
  animation: mover 1.3s infinite alternate;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}


@media (min-width: 992px) and (max-width: 1200px) {
  .sec_img {
    height: 65%;
    width: 100%;
    transform: translate(-20px, 20px);
}
.swiper-button-prev, .swiper-button-next  {
  width: 8%;
}
.step-one::after, .step-three::after, .step-two::after, .step-four::after{
  display: none;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.sec_img{
  display: none;
}
.swiper-button-prev, .swiper-button-next  {
  width: 8%;
}
.is-sticky{
  height: 120px;
}
.logo img {
  max-width: 200px;
}
.menu{
width: 70px;
}
.swiper-button-next {
width: 10%;
}
.swiper-button-prev {
width: 10%;
}
.sec_img {
transform: translate(-20px, 10px);
}
.column-border{
  text-align: center;
}
.plan-active {
  margin-top: 40px !important;
}
.gradient-img{
display: none;
}
.step {
width: 100% !important;
margin-bottom: 20px;
}
.step-one::after, .step-three::after, .step-two::after, .step-four::after{
display: none;
}
.step-four {
margin-top: 40px;
}
.golden_card {
margin: 50px 30px 0 30px;
}
}

@media (max-width: 767px) {
  .is-sticky{
    height: 120px;
  }
  .logo img {
    max-width: 200px;
}
.menu{
  width: 70px;
}
.swiper-button-next {
  right: -8px;
  top:1px;
  width: 16%;
}
.swiper-button-prev {
  left: -8px;
  top:1px;
  width: 16%;
}
.sec_img {
  transform: translate(-20px, 10px);
}
  .column-border{
    text-align: center;
  }
  .plan-active {
    margin-top: 40px !important;
}
.gradient-img{
  display: none;
}
.step {
  width: 100% !important;
  margin-bottom: 20px;
}
.step-one::after, .step-three::after, .step-two::after, .step-four::after{
  display: none;
}
.step-four {
  margin-top: 40px;
}
.golden_card {
  margin: 50px 30px 0 30px;
}
}