*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: Roboto, Arial; 
    width: 100%;
    height: auto;
    
}
ul,ol{
    list-style: none;
}
a{
    text-decoration: none;
    color: white;
}
img{
    width: 100%;
}

.header{ 
    /* padding: 0 3rem; */
    height: 5em;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    z-index: 200;
    position: fixed;
    right: 0;
    left: 0;
    box-shadow:  0px 0px 10px 0px gray;
  }
  .header .logo{
    height: 3rem;
    margin-left: 20px;
    margin-top: 20px;
  }

  .navbar-list{
    display: flex;
    gap: 1rem;
    padding: 2rem;
    margin-right: 0px;
    
    
  }
  .navbar-list .navbar-link{
    align-items: center;
    margin-top: 10px;
  }
  .link{
    font-weight: 700;
  }
  .mobile-navbar-btn{
    display: none;
    background: #5d2ece;
    cursor: pointer;
    width: 3rem;
    margin-right: 10px;
    font-size: 2.3rem;
    height: 3rem;
    color: white;
  }
 
  .mobile-navbar-btn [name="close"] {
    display: none;
  }

  .navbar-list .btn{
    background: #f2eefb;
    color: #5d2ece;
    border-radius: 7px;
    padding: 8px 16px;
    width: 110px;
    height: 50px;
    outline: none;
    border: none;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
}

.container{
    width: 95%;
    margin: 0px auto;
}
.home{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 120px 4%;
}
.section-right{
    width: 50%;
    margin: 0px auto;
    padding: 20px 4%;
}
.section-right .btn{
    color: rgb(227, 60, 138);
   background-color: rgba(227, 60, 138, 0.07);;
    width:auto;
    padding: 5px;
    text-align: start;
    border-radius: 20px;
    border-color: transparent;
    font-size: 12px;
}
.section-right .btn span{
    background-color: rgb(227, 60, 138);
    color: #f2eefb;
    padding: 2.5px;
    border-radius: 10px;
}
.section-right h1{
  margin-top: .2em;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 900;
    padding: 5px;
    
}
.section-right  p{
    padding: 20px 0px;
    font-size: 1.1em;
    line-height: 2em;
    color: rgb(107, 119, 140);
}
.section-right .sub-title,.flex{
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 0;
}
.toolpik img{
    width: 10%;
}
.section-right .toolpik{
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 5px;
    color:rgb(107, 119, 140) ;
}

.section-left{
    width: 50%;
}
.topic,.carbon{
    text-align: center;
    font-size: 20px;
    position: relative;
    padding: 20px 0px;
}
.topic::after{
    content: ' ';
    position: absolute;
    bottom: 0;
    width: 7%;
    margin-left: -2.5rem;
    top: 20px;
    border-bottom: 2px solid black
    ;
  
}

.grid{
 width: 100%;
 display: grid;
 grid-template-columns: 1fr 1fr;
 column-gap: 70px;
 align-items: center;
 padding: 40px 4%;
}
.feature-right,.loan-right,
.invest-right, .report-right,
.group-right,.carbon-right{
    width: 100%;
    font-size: 20px;
}

.feature-left button,.loan-left button,
.invest-left button, .payment-left
button, .report-left button,
.group-left button{
    margin: 5px 0px;
    padding: 4px 4px;
    color: rgb(30, 16, 66);
    width: 200px;
    height: 40px;
    outline: none;
    border: none;
    font-weight: 100;
    font-size: 13px;
    border-radius: 20px;
    background: rgb(222, 235, 255);
}
.feature-left h2, 
.loan-left h3,
.invest-left h3,.payment-left h3
,.report-left h3,
.group-left h3{
    padding: 1px 0px;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.5em;
    margin: 5px 0px;
}
.feature-left p,
.loan-left p,
.invest-left p, .payment-left p,
.report-left p,
.group-left p,.carbon-left p,.trust p{
    padding: 10px 0px;
    font-size: 1em;
    line-height: 1.5em;
    color: rgb(107, 119, 140);
}
.feature-left a,
.loan-left a,
.invest-left a, .payment-left a,
.report-left a,
.group-left a{
    color: rgb(57, 59, 61);
    font-weight: 500;
}
 .flex button{
    margin: 0px 5px;
    padding: 8px 0px;
    color: rgb(30, 16, 66);
    width: 50px;
    height: 50px;
    outline: none;
    border: none;
    font-weight: 100;
    font-size: 20px;
    font-weight: 700;
    border-radius: 100%;
    background: rgb(222, 235, 255);
 }
 .flex h2{
    font-size: 15px;
    font-weight: 200;
    color: black;
 }
 .trust{
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    padding: 0 4%;
    width: 100%;
    background: rgb(249, 249, 249);
    z-index: 100;
 }
 .trust h2{
    font-weight: 600;
 }
 .trust img{
    width:150px;
 }
 .trust .flex{
    align-items: center;
    justify-content: center;
 }
 .grid-2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    align-items: center;
    column-gap: 30px;
    margin-top: 30px;
    padding: 20px 4%
 }
  .grid-2 .p{
    height: 40vh;
    background: white;
    padding: 30px 0px;
    border-radius: 20px;
    font-size: 15px;
    color:rgb(107, 119, 140) ;
    line-height: 1.2em;
    
    transition: .5s ease;
  }
  .grid-2 .p:hover{
    box-shadow: 10px 10px  gray;
  }
 .store{
    text-align: center;
    color: rgb(244, 246, 249);
 } 
 .store h4{
   background: rgb(27, 19, 104);
   margin-top: 30px;
   padding: 15px;
   font-weight: 100;

 }
 .store h4 a{
    color: white;
 }
 .store-content{
    background: #5d2ece;
 }
 .store-content h2{
    padding: 20px 4%;
 }
 .store-content p{
    padding: 15px;
    margin-top: 20px;

 }
 .store-content .flex img{
    width:150px;
    margin: 20px;
 }
 .store-content .flex{
 display: inline-block;
 }
 footer{
    padding: 40px 4%;
    background: rgb(255, 255, 255);
 }
.footer{
    display: flex;
    justify-content: space-between;
}
.footer img{
    width: 100px;
}
.footer .FM{
    display: flex;
    flex-direction: column;
}
.FM select{
    background:rgb(27, 19, 104) ;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 0;
    width:150px ;
    color: white;
}

.footer p{
   margin-bottom: 10px;
}
.footer li{
    color:rgb(107, 119, 140) ;
    margin-top: 5px;
    
    padding: 5px 0;
    cursor: pointer;
}

@media (max-width:700px) {
      
    
    .mobile-navbar-btn{
        display: block;
        padding:  5px;
        text-align: center;
        background: #5d2ece;
        border-radius: 4rem;
      }
     
      .header{
        position: fixed;
      }
      .header .logo{
        padding: 0 4%;
      }
      .header .navbar{
        /* display: none; */
        width: 50%;
        height: 100vh;
        background: #333;
        position: absolute;
        top: 100%;
        left: -100%;
        display: flex;
        justify-content: center;
        align-items:center;
        /* opacity: 0; */
         /* transform: translateX(-100%); */
         transition: all 1.1s ease;
      }
    
  
       .navbar-list{
        flex-direction: column;
        align-items: center;
        font-size: 20px;
        color: white;
        /* text-align: center; */
        
      }
  
      .active .navbar{
        /* transform: translateX(0); */
         left: 0;
      }
      .active  .mobile-navbar-btn [name="close"] {
        display: block;
        
      }
      .active  .mobile-navbar-btn [name="menu"] {
        display: none;
      }

      
      .home{
        flex-direction: column;
        width: 100%;
        gap: 40px;
        align-items: center;
      }
      .topic::after{
        content: ' ';
        position: absolute;
        bottom: 0;
        width: 8%;
        margin-left: -1rem;
        top: -20px;
        border-bottom: 2px solid black
        ;
      
    }
      .section-right,.section-left{
        width: 100%;
        font-size:10px;
      }
      .section-right .btn{
        width: auto;
        font-size: 10px;
        word-wrap: normal;
      text-align: start;
        
      }
      .section-right .btn span{
        padding: 3px;
        font-size: 10px;
      }
      .grid{
        width: 100%;
        font-size: 12px;
        padding: 10px 4%;
        grid-row-gap: 20px;
      }
      .feature-right,.invest-right, .report-right{
        grid-column: 1/span2;
      }
      .feature-left, .invest-left,.report-left{
        grid-column: 1/span2;
      }
      .loan-right,.payment-right,.group-right,.carbon-left{
        grid-column: 1/span2;
        grid-row: 1;
      }
      .loan-left,.payment-left,.group-left,.carbon-right{
        grid-column: 1/span2;
      }
     .loan-left h3{
        font-size: 20px;
     }
     .trust h2,.carbon h3,.topic h3{
        font-size: 15px;
     }
     .trust p{
        font-size: 12px;
     }
     .grid-2{
        display: flex;
        flex-direction: column;
        row-gap: 20px;
     }
     .store-content h2{
        font-size: 18px;
     }
     .store-content p{
        line-height: 20px;
        font-size: 13px;
     }
   .footer{
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-column-gap: 40px;
   }
   .footer .FM{
    flex-direction: row;
    column-gap: 50%;
    padding-bottom: 30px;
   }
   .footer .FM{
    grid-column: 1/span2;
   }
   .footer p{
    font-size: 15px;
   }
   .footer ol{
    margin: 10px 0;
   }
   .footer ol li{
   font-size: 12px;
   
   }
  
}