* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
}

.header {
  width: 100%;
  height: 72px;
  background: whitesmoke;
  display: flex;
  align-items: center;
  padding: 0 270px;
  gap: 70px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
   position: fixed;
  top: 0;
  left: 0;
  z-index: 100;

}

.logo img {
  width: 110px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 60px;
  flex: 1;
}

.nav-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav a {
  text-decoration: none;
  color: #40196d;
  font-size: 14px;
  font-weight: 600;
}

.nav-item img {
  width: 15px;
  height: 15px;
}

.signinandjoin {
  display: flex;
  align-items: center;
  gap: 35px;
  background-color: none;
}

.signin {

  text-decoration: none;
  color: #40196d;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-color: white;
  background-color: white;
  font-family: 'Muli', sans-serif;

}

.join {
  text-decoration: none;
  background: #40196d;
  color: white;
  padding: 15px 32px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 12px;
  font-style: none;
  cursor: pointer;
  border-color: none;
  font-family: 'Muli', sans-serif;
}

.Niglogo{
    width: 30px;
    height: 30px;

}

.emptySpace{
    width: 100%;
    height: 50px;
    background-color: white;
}

.section-one-large {
    width: 100%;
    height: 700px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  
}

.section-one-left {
    width: 35%;
    height: 700px;
    background-color: white;
    
  
}

.section-one-right {
    width: 35%;
    height: 700px;
    background-color: white;
    position: relative;
    overflow: hidden;
    
}

.hero-image{
    position: relative;
    width: 620px;
    height: 620px;
    margin: 40px auto 0;
}

.circle{
    position: absolute;
    width: 650px;
    height: 650px;
    left: 30px;
    top: 30px;
    z-index: 1;
    animation-name: rotateCircle;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    transform-origin: center center;
}

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


.phone{
    position: absolute;
    width: 430px;
    left: 85px;
    top: 20px;
    z-index: 2;
}



.section-one-left-content {

    font-family: 'Muli', sans-serif;
    color: #40196d;
    font-size: 27px;
    font-weight: bold;
    margin-top: 170px;
    
}

.section-one-left-content-two {
    font-family: Arial, sans-serif;
    color: black;
    font-size: 22px;
    margin-top: 20px;
    
}

.download-buttons{
    display: flex;
    gap: 15px;
    margin-top: 30px;
    align-items: center;
}

.Appstore{
    width: 150px;
    height: 50px;
    cursor: pointer;
}

.Googleplay{
    width: 150px;
    height: 50px;
    cursor: pointer;
}

.section-one-right-content{
    width: 100%;
    height: 100%;
   
}


.promo-footer{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 35px;
}

.cbn, .ndic{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #888;
    font-family: 'Muli', sans-serif;
    
    
}

.cbn img, .ndic img{
    height: 20px;
}

.section-two{
    width: 100%;
    height: 500px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-box{

    width: 100%;
    display: flex;
    align-items: center; 
    justify-content: center;
    gap : 30px;
    flex-direction: column;
    
    

}

.big-container1, .big-container2{
    flex-direction: row;
    display: flex;
    gap: 5px;
    width: 70%;
   
}

.big-container2{
   
    margin :auto;

}

.container1 , .container2 , .container3 , .container4 , .container5{
    margin: auto;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 150px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgb(246, 240, 240);

}

.order-image1, .order-image2, .order-image3, .order-image4, .order-image5{
    
    width: 100%;
    padding: 5%;

}

.text, .text-two, .text-three, .text-four, .text-five{

    padding: 0% 5%;
    width: 100%;
    font-size: 25px;
    color: #40196d;
    font-weight: bold;
    font-family: 'Muli', sans-serif;
   

}


.emptySpaceTwo{
    width: 100%;
    height: 100px;
 
}

.section-your-phone-our-app {

    width: 100%;
    height: 400px;
    background-color:white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-box{
    width: 35%;
    height: 400px;
    background-color: white;
    
}

.right-box{
    width: 35%;
    height: 400px;
    background-color: white;
    

}


.left-box-content{
    font-size: 25px;
    color: #40196d;
    font-weight: bold;
    margin-top: 20px;
    line-height: 50px;
    display: flex;
    flex-direction: column;
    font-family: 'Muli', sans-serif;
  
}

.left-box-content-two {

    font-size: 20px;
    color: black;
    font-weight: bold;
    margin-top: 20px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    font-family: 'Muli', sans-serif;
}

.account-opening{

    font-size: 25px;
    color: #40196d;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 20px;
    font-family: 'Muli', sans-serif;

}

.account-arrow{
    margin-bottom: 40px;

}

.girl{
    
  position: relative;
  top: 50px;
  left: 60px;
    
}

.empty-cont {

  width: 100%;
  height: 100px;
  background-color: white;


}


.manage-box {

  width: 100%;
  height: 400px;
  background-color: white;
  display: flex;
  justify-content: center;

}

.left-cup {

  width: 35%;
  height: 400px;
  background-color: white;
  padding-top: 60px;
  padding-left: 120px;
  justify-content: center;
  align-items: center;

}

.left-cup img {

  width: 400px;
}



.right-cup {

  width: 35%;
  height: 400px;
  background-color: white;

}

.right-cup h1 {

  font-size: 40px;
  color: #40196d;
  line-height: 45px;
  position: relative;
  top: 70px;
  font-family: 'Muli', sans-serif;
 

}

.right-cup h6 {

  font-size: 15px;
  color: black;
  line-height: 25px;
  position: relative;
  top: 100px;
  font-family: 'Muli', sans-serif;
  
}

.empty-box-two {

  width: 100%;
  height: 100px;
  background-color: white;

}

.spend-and-save-box {

  width: 100%;
  height: 400px;
  background-color: white;
  display: flex;
  justify-content: center;

} 

.left-one {

  width: 35%;
  height: 400px;
  background-color: white;

} 

.right-one {

  width: 35%;
  height: 400px;
  background-color: white;


} 

.left-one h1 {

  font-size: 40px;
  color: #40196d;
  align-items: center;
  justify-content: left;
  display: flex;
  position: relative;
  top: 50px;
  font-family: 'Muli', sans-serif;
}

.left-one h6 {

  font-size: 15px;
  color: black;
  align-items: center;
  justify-content: left;
  display: flex;
  line-height: 25px; 
  position: relative;
  top: 70px;
  font-family: 'Muli', sans-serif;
  
}

  .left-one h5 {

    font-size: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
    color: #40196d;
    position: relative;
    top: 110px;
    text-decoration: underline;
    font-family: 'Muli', sans-serif;

  }


.right-one img {

  width: 400px;
  position: relative;
  left: 120px;

}

.empty-box-three {

  width: 100%;
  height: 100px;
  background-color: white;

}

.block-card-box {

  width: 100%;
  height: 500px;
  background-color: white;
  display: flex;
  justify-content: center;

}

.left-angle {

  width: 35%;
  height: 500px;
  background-color: white;
  
}

.right-angle {

  width: 35%;
  height: 500px;
  background-color: white;

}

.left-angle img {

  width: 600px;
  position: relative;
  
}

.right-angle h1 {

  font-size: 40px;
  color: #40196d;
  display: flex;
  align-items: left;
  justify-content: left;
  position: relative;
  top: 120px;
  font-family: 'Muli', sans-serif;

}

.right-angle h6 {

  font-size: 15px;
  display: flex;
  align-items: left;
  justify-content: left;
  position: relative;
  top: 130px;
  line-height: 25px;
  font-family: 'Muli', sans-serif;

}

.right-angle h5 {

  font-size: 15px;
  display: flex;
  align-items: left;
  justify-content: left;
  position: relative;
  top: 160px;
  text-decoration: underline;
  color: #40196d;
  font-family: 'Muli', sans-serif;

}

.empty-box-four {

  width: 100%;
  height: 150px;
  background-color: white;

}

.hello-box {

  width: 100%;
  height: 500px;
  background-color: white;
  display: flex;
  justify-content: center;

}

.left-array {

  width: 35%;
  height: 500px;
  background-color: white;


}

.right-array {

  width: 35%;
  height: 500px;
  background-color: white;
  

}

.left-array h1 {

  font-size: 40px;
  color: #40196d;
  display: flex;
  justify-content: left;
  position: relative;
  top: 70px;
  font-family: 'Muli', sans-serif;
  
}

.left-array h6 {

  font-size: 15px;
  display: flex;
  justify-content: left;
  position: relative;
  top: 100px;
  color: black;
  line-height: 20px;
  font-family: 'Muli', sans-serif;
}

.left-array h5 {

  font-size: 20px;
  display: flex;
  justify-content: left;
  position: relative;
  top: 130px;
  color: #40196d;
  text-decoration: underline;
  font-family: 'Muli', sans-serif;

}

.right-array img {

  width: 500px;
  margin-top: 60px;

}

.fee-box {

  width: 100%;
  height: 500px;
  background-color: white;
  display: flex;
  justify-content: center;

}

.left-column {

  width: 35%;
  height: 500px;
  background-color: white;

}

.right-column {

  width: 35%;
  height: 500px;
  background-color: white;

}

.left-column img {

  width: 450px;
  position: relative;
  top: 20px;
  left: 50px;

}

.right-column h1 {

  font-size: 40px;
  color: #40196d;
  position: relative;
  top: 150px;
  font-family: 'Muli', sans-serif;

}

.right-column h6 {

  font-size: 15px;
  color: black;
  position: relative;
  top: 170px;
  font-family: 'Muli', sans-serif;

}

.right-column h5 {

  font-size: 20px;
  color: #40196d;
  text-decoration: underline;
  position: relative;
  top: 190px;
  font-family: 'Muli', sans-serif;

}

.promise-box {

  width: 100%;
  height: 220px;
  background-color: white;
  font-size: 30px;
  justify-content: center;
  display: flex;
  padding-top: 110px;
  color: #40196d;
  font-family: 'Muli', sans-serif;

}

.sliding-page {

  width: 100%;
  height: 400px;
  background-color: pink;

}

.partners-page {

  width: 100%;
  height: 200px;
  background-color: whitesmoke;

}

.partners-page h3 {

  font-size: 40px;
  color: #40196d;
  display: flex;
  justify-content: center;
  padding-top: 70px;

}

.partners-logo {

  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.inner-cont {

  width: 70%;
  height: 200px;
  background-color: peru;
  row-gap: 30px;
  

}

.inner-cont img {




}
































