@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

*{
    margin: 0;
    box-sizing: border-box;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
}
header{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.nav-area ul{
display: flex;
justify-content: space-around;
list-style-type: none;
}
.nav-area ul li{
    padding: 20px;
}
.logo{
    width: 200px;
}
.nav-area ul li a{
    text-decoration: none;
    color: white;
}
header{
    background: #5d281c;
    
}
.cover{
    background: #5d281c;
    padding: 10px;
    border: 1px solid white;
    border-radius: 5px;
    display: none;
}
.line1{
    width: 30px;
    height: 1px;
    border-top: 2px solid white;
    margin-bottom: 5px;
}
.line2{
    width: 30px;
    height: 1px;
    border-top: 2px solid white;
    margin-bottom: 5px;
}
.line3{
    width: 30px;
    height: 1px;
    border-top: 2px solid white;
    margin-bottom: 5px;
}
.slide-area{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
background: #5d281c;
}
.slide-text{
    width: 50%;
}
.slide-text h3{
 color: white;
 font-size: 40pt;
}
.slide-text p{
    color: white;
    font-size: 14pt;
    line-height: 1.6;
   }
.slide-img{
    width: 50%;
}
.de-img{
    width: 100%;
}
.login-btn{
    background: #D82513;
    display: inline-block;
    padding: 15px 40px 15px 40px;
    color:white;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 10px;
}
.reg-btn{
    background: white;
    display: inline-block;
    padding: 15px 40px 15px 40px;
    color:#D82513;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 10px;
}

.about{
    width: 100%;
    display: flex;
    align-items: center;
}
.about-img{
    width: 50%;
    padding: 40px;
}
.about-text{
    width: 50%;
    padding: 40px;
}
.about-text h3{
    font-size: 30pt;
}
.about-text p{
    line-height: 1.6;
    text-align: justify;
}
.box1{
    border: 1px solid #D82513;
    width: 25%;
    text-align: center;
    padding: 40px 0 40px 0;
    margin: 20px 40px 20px 40px;
}
.box1 .plan{
    font-weight: bold;
}
.box1 .percent{
    font-size: 30pt;
    color: #D82513;
    font-weight: bold;
}
.box1 .others{
    line-height: 1.6;
}
.p-btn{
    border: 1px solid #D82513;
    padding: 15px 40px 15px 40px;
    text-decoration: none;
    color: #D82513;
    border-radius: 5px;
}
.invest-box{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

}
.invest-head h3{
    font-size: 30pt;
}
footer{
    background: #0f010f;
    color: white;
}
.f-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}
.f-logo img{
    width: 250px;
}
.f-about{
width: 30%;
}
.f-about h3{
    font-size: 25pt;
}
.f-about p{
    line-height: 1.6;
}
.f-links h3{
    font-size: 25pt;
}
.f-links ul{
    list-style-type: none;
}
.f-links a{
    text-decoration: none;
    color: white;
    line-height: 1.6;
}
.f-copy{
    text-align: center;
    border-top: 1px solid white;
    padding: 20px;
}
.contact{
    text-align: center;
    padding: 30px;
}
.contact-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact h3{
    font-size: 30pt;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  .active, .collapsible:hover {
    background-color: #555;
  }
  
  .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
  }
  .faq h3{
    font-size: 30pt;
    text-align: center;
  }
  .faq p{
    text-align: center;
  }
  .faq-area{
    padding: 40px;
  }
  .service{
    width: 100%;
    background: #E2EFFE;
    padding: 40px;
  }
.service h3{
    font-size: 30pt;
    text-align: center;
}
.service p{
    text-align: center;
}
.s-icon{
    background: #E2EFFE;
    border: 1px solid #D82513;
    border-radius: 50%;
    padding: 30px;
    display: inline-block;
    

}
.i-box{
    width: 32%;
    padding-bottom: 20px;
}
.service-area{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.goog-logo-link {
    display:none !important;
} 
    
.goog-te-gadget{
    color: transparent !important;
}
#google_translate_element { color: transparent; } 
#google_translate_element a { display: none; }