::-webkit-scrollbar {width: 7px; height: 4px; background: #ffffff; }
::-webkit-scrollbar-thumb { background-color: #000777; -webkit-border-radius: 1ex; }

html, body {
   margin: 0;
   padding: 0;
   font-family: 'Rubik', sans-serif;
   color: rgba(0,0,51);#432000;
   user-select: none;
   background-image: url("../assets/img/marketingchart.jpg");
   background-position-x: left;
   animation: backgroundmove 15s;
}
@keyframes backgroundmove {
  1% {background-position-x: right;}
}

a {
	text-decoration: none;
}

/*
.white {color: rgba(255,255,255);}
.green {background-color: rgba(0,125,0);}
.orange {background-color: rgba(255,154,53);}
.brown {background-color: rgba(130,66,66);}
.txtcolor {background-color: rgba(0,0,51);}
*/

.nav a {
   text-transform: uppercase;
   letter-spacing: 2px;
   #color: #03e9f4;
   color: rgba(0,125,0);
   font-size: 1.2rem;
   font-weight: bold;
   transition: .5s;
}
.nav a:hover {
   background-color: rgba(0,125,0);
   color: #fff;
   box-shadow: 0 0 5px rgba(0,125,0),
               0 0 25px rgba(0,125,0),
               0 0 50px rgba(0,125,0),
               0 0 200px rgba(0,125,0);
   -webkit-box-reflect: below 1px linear-gradient(transparent, #0005)
}

li {
   list-style: none;
}

.wrapper{
  display: flex;  
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  animation: backgroundmove2 20s infinite;
}
@keyframes backgroundmove2 {
  0% {
    @keyframes backgroundmove {
  
     }
  }
  25% {
    background-image: url("../assets/img/coinmoney.jpg");
  }
  50% {
    background-image: url("../assets/img/paperanalysis.jpg");
  }
  100% {
    background-image: url("../assets/img/businessman.jpg");
  }
}

.wrapper redbtn{
  border-radius: 6px;
  padding: 4px 20px;
  background: red;
  font-size: 1.2em;
  width: 40%;
  text-align: center;
  opacity: 0.7;
  color: #fff;
}

.wrapper greenbtn{
  border-radius: 6px;
  padding: 4px 20px;
  background-color: rgba(0,125,0);
  font-size: 1.2em;
  width: 40%;
  text-align: center;
  opacity: 0.7;
  color: #fff;
}

.wrapper .header {
   display: flex;
   flex-direction: column;
   width: 100%;
   #background-color: #fff;
}

.header .logoNav {
   display: flex;
   justify-content: space-around;
   flex-flow: wrap;
   background-image: url("../assets/img/timemoney.jpg");
}

.header .logo {
   #font-weight: bold;
   #text-align: center;
   #color: #000;
   cursor: pointer;
   width: 250px;
   #height: 100px;
}

.header .logo img {
   width: 100%;
   #height: 50%;
   #margin: 0 auto;
}

.header .nav {
  overflow: hidden;
  padding: 2px auto;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}

.header .navMobile {
  display: none;
}
.dropbtna {
   display: flex;
   align-items: center;
   #background-color: #4CAF50;
   color: white;
   height: 40px;
   border: none;
   cursor: pointer;
   position: relative;
}
.dropbtna span {
   width: 40px;
   height: 3px;
   background-color: rgba(0,125,0);
}

.dropbtna::before{
   content: "";
   width: 40px;
   height: 3px;
   position: absolute;
   top: 6px;
   background-color: rgba(0,125,0);
}

.dropbtna::after{
   content: "";
   width: 40px;
   height: 3px;
   position: absolute;
   bottom: 6px;
   background-color: rgba(0,125,0);
}

.dropbtna:hover {
   opacity: 0.3;
}

.dropdown {
   position: relative;
   display: inline-block;
}

.dropdown-content {
   display: none;
   position: absolute;
   min-width: 200px;
   #background: rgba(255, 255, 255, 0.1);
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   padding: 16px;
   backdrop-filter: blur(15px);
   border-radius: 10px;
   overflow: hidden;
   transition: height 0.2s cubic-bezier(0.17s, 0.88s, 0.32, 1.27s);
   z-index: 1;
   text-align: center;
   font-weight: bold;
}

.dropdown:hover .dropdown-content {
   display: block;
   left: -120px;
}

/* Links inside the dropdown */
.dropdown-content a {
   color: black;
   padding: 12px 16px;
   display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

.header .displayImage {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  font-size: 20px;
  cursor: pointer;
  border-block-style: solid;
  border-block-width: 10px;
  animation: displayImageBorderMove 5s infinite;
}
@keyframes displayImageBorderMove {
  50% {border-block-color: brown;}
}

.header .displayImage .callToAction {
  color: rgba(0,125,0);
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
}

.selection {
  width: 100%;
  letter-spacing: 2px;
  animation: mymove 5s;
}

@keyframes mymove {
  50% {padding-inline-start: 40%; letter-spacing: 50px;}
}

.selection .boxes{
  display: flex;
  justify-content: space-around;
  flex-flow: wrap;
  gap: 1px;
  margin: 14px auto;
}

.selection .boxes .box{
  width: 320px;
  padding: 5px;
  font-size: 18px;
  background-color: #fff;
  border-bottom-right-radius: 50px 30px;
  border-bottom-left-radius: 50px 30px;
}

.selection .boxes .box .boxtitle{
  width: 320px;
  font-size: 18px;
  color: #fff;
  background-color: rgba(0,125,0);
  text-align: center;
}

.selection .boxes .box h1{
  margin: 22px;
}

.selection .imgbgContent{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  font-size: 22px;
  font-weight: bold;
  background-color: #f2f2f2;
}

.selection .boxes2{
  display: flex;
  justify-content: space-around;
  gap: 1px;
  flex-flow: wrap;
}

.selection .boxes2 .box2{
  width: 235px;
  padding: 5px;
  font-size: 18px;
  background-color: #fff;
  border-bottom-right-radius: 50px 30px;
  border-bottom-left-radius: 50px 30px;
}

.selection .boxes2 .box2 img{
  width: 100px; 
}

.selection .boxes2 .box2 h1{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: rgba(0,125,0);
}

.selection .boxes2 .box2 .box2image{
  text-align: center;
}

.selection .boxes3{
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-flow: wrap;
  margin: 14px;
  background-color: #fff;
}

.selection .boxes3 .box3{
  width: 450px;
  padding: 5px;
  text-align: center;
  font-size: 18px;
  background-color: orange;
}

.selection .boxes3 .box3 h1{
  margin: 22px;
}

.selection .investmentPlan{
  display: flex;
  flex-direction: column;
  font-size: 18px;
  background-color: #fff;
  align-items: center;
  border-top-right-radius: 50px 30px;
  border-top-left-radius: 50px 30px;
}

.selection .investmentPlan .investmentPlanTitle{
  color: red;
  font-size: 35px;
  font-weight: bold;
}

.selection .investmentPlan .percent{
  border-radius: 6px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  box-shadow: 4px 4px 4px 6px rgba(0, 0, 0, 0.1);
}

.selection .investmentPlan .percent percent{
  color: white;
  font-weight: bold;
  width: 140px;
  font-size: 2em;
  background-color: red;
  padding: 10px, 10px;
}

.selection .whyUs{
  display: flex;
  flex-direction: column;
  font-size: 18px;
  background-color: #fff;
  align-items: center;
  border-bottom-right-radius: 50px 30px;
  border-bottom-left-radius: 50px 30px;
}

.selection .whyUs .whyUsTitle{
  color: red;
  font-size: 35px;
  font-weight: bold;
}

.selection .whyUs whyUscontent{
  font-size: 20px;
  margin: 5px;
  font-weight: bold;
}

.selection .nowInvesting{
  display: flex;
  flex-direction: column;
  font-size: 18px;
  background-color: #fff;
  align-items: center;
  border-top-right-radius: 50px 30px;
  border-top-left-radius: 50px 30px;
  padding: 5px;
}

.selection .nowInvesting .nowInvestingTitle{
  color: red;
  font-size: 35px;
  font-weight: bold;
}

.selection .calculator{
  display: flex;
  flex-direction: column;
  font-size: 18px;
  align-items: center;
  padding: 5px;
}

.selection .calculatorWrap{
  display: flex;
  flex-direction: column;
  background-color: #fff;
  align-items: center;
}

.selection .calculator .calculatorTitle{
  color: red;
  font-size: 35px;
  font-weight: bold;
}

.selection .calculatorButton{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  font-weight: bold;
  box-shadow: 4px 4px 4px 6px rgba(0, 0, 0, 0.1);
}

.selection .calculator .calculatorButtonTitle{
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  background-color: rgba(0,125,0);
}

.selection .calculatorButton input {
   width: 90%;
   padding: 20px 10px 10px;
   box-shadow: 4px;
   color: #23242a;
   font-size: 1.2em;
   letter-spacing: 0.05em;
   transition: 0.5s;
}

.selection .calculatorButton input[type=submit] {
   border: none;
   outline: none;
   padding: 9px 25px;
   cursor: pointer;
   font-size: 0.9em;
   border-radius: 4px;
   font-weight: bold;
}

.selection .faq{
  display: flex;
  flex-direction: column;
  font-size: 18px;
  background-color: #fff;
  align-items: center;
  border-bottom-right-radius: 50px 30px;
  border-bottom-left-radius: 50px 30px;
}

.selection .faq .faqTitle{
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  background-color: rgba(0,125,0);
}

.footer{
  width: 100%;
  background-color: rgba(0,125,0);
  border-top-right-radius: 50px 30px;
  border-top-left-radius: 50px 30px;
}

.footer .linkSocial{
  display: flex;
  justify-content: space-around;
  flex-flow: wrap;
}

.footer .ftlink{
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.footer .copyrite{
  text-align: center;
  padding: 14px;
}

/*                Login Page   */






/*                Smaller Display Version   */

@media (max-width: 640px){
.navMobile a {
   text-transform: uppercase;
   color: rgba(0,125,0);
   font-size: 1.2rem;
   font-weight: bold;
   transition: .5s;
}
.navMobile a:hover {
   background-color: rgba(0,125,0);
   color: #fff;
   box-shadow: 0 0 5px rgba(0,125,0),
               0 0 25px rgba(0,125,0),
               0 0 50px rgba(0,125,0),
               0 0 200px rgba(0,125,0);
   -webkit-box-reflect: below 1px linear-gradient(transparent, #0005)
}
.header .nav {
   display: none;
  }
.header .navMobile {
  display: flex;
  position: relative;
  margin-top: 5%;
  margin-left: 70px;
  }
}