#how-it-works-hero .container {
    padding-top: 120px;
    padding-bottom: 100px;
    height: 563px;
}

#how-it-works-hero .content-wrap {
    padding: 32px 0;
}

#how-it-works-hero .content-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 347px;
    background: linear-gradient(93.84deg, rgba(38, 165, 254, 0.3) 7.8%, rgba(0, 236, 193, 0.3) 91.4%);
    border-radius: 50%;
    filter: blur(101px);
}

#how-it-works-hero .heading {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 65px;
    text-align: center;
    color: #000000;
}

#how-it-works-hero .sub-heading {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #000000E5;
    max-width: 63%;
    margin: 0 auto;
}

#how-it-works-hero .get-app-btn {
	font-family: Quicksand;
	font-weight: 700;
	font-size: 30px;
	width: 302px;
	height: 99px;
	border-radius: 15px;
  	background: #fff;
    background-image: none;
    background-origin: padding-box;
    background-clip: border-box;
	border: 2px solid transparent;
	background-image: linear-gradient(#fff, #fff), linear-gradient(289.39deg, #37F4A9, #26A5FE);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	padding: 13px;
	text-decoration: none;
	color: #000;
    margin:  0 auto;
}

#quick-registration .container {
    padding: 100px 0;
}

#quick-registration .heading {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}

#quick-registration  .heading-wrap {
    margin-bottom: 58px;
    max-width: 383px;
}

#quick-registration .step-box {
    border: 2px solid #26A5FE;
    height: 105px;
    border-radius: 20px;
    padding: 0px 47px;
    width: auto;
    align-content: center;
    align-items: center;
    width: 262px;
    height: 124px;
}

#quick-registration .step-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    color: #26A5FE;
}

#quick-registration .step-box.box-2 .step-title {
    padding: 0 20px;
}

#quick-registration .step-box.box-4 .step-title {
    padding: 0 8px;
}

#quick-registration .step-container {
    flex-wrap: wrap;
    gap: 30px 29px;
}

#quick-registration .step-box .step-icon {
    margin-bottom: 10px;
    margin-top: 18px;
}

#quick-registration .step-box .step-content {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    color: #26A5FE;
}

#shopping-journey .container {
    padding: 100px 0 50px;
}

#shopping-journey .heading {
    margin-bottom: 29px;
    font-family: Quicksand;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #121212;
}

#shopping-journey #shoppingTab {
    width: 473px;
    height: 89px;
    background: #EEF3FF;
    margin: 0 auto 83px;
    padding: 15px;
}

#shopping-journey #shoppingTab .nav-link {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #26A5FE;
    padding: 0 50px;
    height: 60px;
    transition: 0.15s ease-in;
}

#shopping-journey #shoppingTab .nav-link.active {
    border-radius: 30px;
    background: #26A5FE;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
    text-align: center;
    color: #fff;
}

#shopping-journey #shoppingTab #online img{
    height: 477px;
    position: relative;
    top: -16px;
}

#shopping-journey #shoppingTabContent .step-badge {
    width: 73px;
    height: 73px;
    background: #26A5FE;
    font-family: Quicksand;
    font-weight: 700;
    font-size: 40px;
    margin-right: 45px;
    color: #fff;
    position: relative;
    flex-shrink: 0;
}

#shopping-journey #shoppingTabContent .step {
    margin-bottom: 57px;
}

#shopping-journey #shoppingTabContent p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

#shopping-journey #shoppingTabContent .step:last-child {
  margin-bottom: 0;
}

#shopping-journey #shoppingTabContent .steps .step:not(:first-child) .step-badge::before {
    content: '';
    width: 7px;
    background: #26A5FE;
    height: 58px;
    position: absolute;
    top: -57px;
}

#enjoy-benefits {
    background: #F1F5FE;
    padding: 74px 0 135px;
}

#enjoy-benefits .heading {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 52px;
}

#enjoy-benefits .card-wrap {
    width: 364px;
    height: 407px;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px #0000001A;
    background: #FFFFFF;
    overflow: hidden;
}

#enjoy-benefits .card-wrap:hover {
    transform: translateY(-5px);
}

#enjoy-benefits .cards {
    gap: 38px;
}

#enjoy-benefits .card {
    border: none;
    padding: 30px 64px;
    display: block;
}

#enjoy-benefits .card img {
    height: 247px;
    width: 206px;
    margin: 15px auto 32px;
} 

#enjoy-benefits .card-wrap, #enjoy-benefits .card-body {
    padding: 0;
}

#enjoy-benefits .card-text {
    font-weight: bold;
}