body{
    overflow-x: hidden;
}
:root{
    --home--color: #546deb;
    --word--color: #9da0a4;
}
/* Nav */
.home{
     color: var(--home--color);
     margin-left: 480px;
}
.links{
     list-style: none;
}
/* section (1) */
.section{
    background-color: #f5f7fd;
}
.btn-2{
    border-radius: 43%;
    background-color: rgb(255, 255, 255);
    color: #4d5be9;
    margin-top: 80px;
    margin-left: 50px;
}
.my-btn{
    border: 1px solid #546deb;
    color: white;
    background-color: #546deb;
    border-radius: 10%;
}
.my-btn:hover{
    background-color: white;
    color: #546deb;
    cursor: pointer;
}
.word{
     color: var(--word--color);
}
.word:hover{
    color: black;
    cursor: pointer;
}
.word-box{
    padding-top: 10px;
    margin-left: 50px;
}
.lorem{
    padding-top: 10px;
    margin-left: 50px;
}
.words{
    color: #2e3280;
}
.btn-3{
    color: white;
    background-color: var(--home--color); 
    border: 1px solid #3d59e8;
    text-transform: capitalize;
    width: 120px;
    height: 46px;
    margin-left: 50px;
}
.btn-3:hover{
    color: var(--home--color);
    background-color: white;
    border: 1px solid #3d59e8;
    cursor: pointer;
    transform: translate(-2px, -10px);
}
.btn-4{
    color: var(--home--color);
    background-color: white; 
    border: 1px solid #3d59e8;
    text-transform: capitalize;
    width: 120px;
    height: 46px;

}
.btn-4:hover{
    background-color: #3d59e8;
    color: white;
    cursor: pointer;
    border: 1px solid white;
    transform: translate(-2px, -10px);
}
/* section (2)  */
.section6{
    padding: 60px;
   }
   .section6 .card{
     box-shadow: 5px 10px 1px #2e3280;
   }
   .section6 .card:hover{
       transform: translate(2px, -5px);
       cursor: pointer;
   }
   .section6 h1{
       text-align: center;
   }
   .section6 .para{
       text-align: center;
       width: 50%;
       margin: auto;
       margin-bottom: 50px;
   }
   .section6 .paragraph{
font-size: 16x;
font-weight: bold;
color: #343883;
   }

.card-1{
    color:#2e3280;
}
.icon{
    color: orangered;
    margin-left: 20px;
    font-size: 50px;
}

.icon-5{
    font-size: 35px;
     color: #1edee4;
    margin-left: 20px;
    font-size: 50px;
}
.icon-6{
    color: #255cf2;
   margin-left: 20px;
   font-size: 50px;
}
 /* section (3) */
 .section-2{
    background-color: #f5f7fd;
    height: 500px;
    padding-top: 60px;
}
 .head-1{
    color: #2e3280;
    margin-top: 15px;
    width: 70%;
 }
 .icon-1{
    color: orangered;  
     font-size: 50px;
      padding-top: 20px;
}
.text-lorem{
    margin-left: 4px; 
    text-align: left; 
}

/* section (4) */
.section-3{
    background-color: white;
    margin-top: 10px;
    height: 500px;
    padding-top: 50px;
}
.rocket{
    font-size: 40px;
    margin-left: 100px;
    background-color: #1edee4;  
    color: white;  
    border: 1px solid #1edee4;
}
.image-1{
    margin-top: -20px;
}
.head-3{
    color: #2e3280;
    margin-top: 15px;
    margin-left: 80px;
}
.paragraph-2{
    margin-left: 80px;
}
.link-1{
    margin-left: 80px; 
}
/* section (5) */
.section5 h1{
    text-align: center;
}
.section5 .lead{
    text-align: center;
    width: 50%;
    margin: auto;
    margin-bottom: 50px;
}
.section5{
background-color: #f5f7fd;
padding: 40px;
}
.section5 .card{
    box-shadow: 5px 8px 1px #8493df;
}
.section5 .card:hover{
    cursor: pointer;
    transform: translate(2px, -10px);
}
.head-2{
    color: #2e3280;
    margin-top: 50px;
 }
 .divicon{
    display: flex;
    flex-direction: row;
}
.divicon h5{
    padding-top: 12px;
}
.icon-8{
    color: #acb5e2;
    font-size: 30px;
    margin-left: 150px;
}
.edit{
    color: #9fadf4;
   font-size: 30px;
   margin-left: 150px;
}
.paragrah-2{
    width: 90%;
  }
  .link-2{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
.sec5-2{
    margin-top: 30px;
}
/* section (6) */
.paragraph-1{
    color: #2e3280;
    font-size: 40px;
    text-align: center;
    margin-top: 50px;
}
.tet{
    text-align: center;
    font-size: 20px;
}
.sub-title{
    color: blue;
    text-align: center;
}
.sub-text-1{
    margin-top: -25px;
    margin-left: 120px;
}
.dollar{
    font-size: 18px;
    color: blue;
    margin-left: 80px;
}
.sub-text{
    margin-top: -25px;
    margin-left: 110px;
}
.para-1{
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
    margin-top: 10px;
}
.btn-1{
    margin-left: 80px;
    margin-top: 10px;
 }
 .btn-1:hover{
     background-color: white;
     color: #343883;
     cursor: pointer;
     transform: translate(2px, -10px);
 }
 /* section (7) */
 .section-5{
    background-color: #f5f7fd;
    height: 500px;
}
.text-1{
    padding-top:40px;
    text-align: center;
    color: #343883;
}  
.text-2{
    text-align: center;
}
.image{
    background-color: white;
    padding-right: 2px;
    padding-left: 2px;
    margin-top: 35px;
}
.image-2{
    background-color: white;
    margin-left: 22px; 
    margin-top: 35px;
    padding-right: 15px;
    padding-left: 15px;
}
/* section (8) */
.img{
    border-radius: 80%;
    width: 80px;
    height: 80px;
   margin-left: 150px;
   margin-top: 10px;
}
.morgan{
    color: #343883;
    text-align: center;
}
.web{
    text-align: center;
}
/* section (9) */
.section-9{
    background-color: #3d59e8;   
    margin-top: 30px;
    height: 400px;
}
.btn-5{
    border-radius: 30%;
    background-color: #3d59e8;
    color: white;
    margin-left: 80px;
    margin-top: 60px;
    border: 1px solid #3d59e8;
}
.btn-5:hover{
    background-color: white;
    color: #3d59e8;
    cursor: pointer;
    transform: translate(1px, -5px);
}
.head-6{
    color: white;
    margin-top: 10px;
    margin-left: 60px;
}
.tet-2{
    color: rgba(240, 236, 236, 0.8);
    font-size: 15px;
    margin-left: 60px;
}
.btn-6{
    background-color: #3d59e8;
    color: white;
    border: 1px solid white;
    margin-left: 80px;
    padding: 10px;
}
.btn-6:hover{
    background-color: white;
    color: #3d59e8;
    cursor: pointer;
    transform: translate(2px, -10px);
}
/* section (10) */
.section-10{
    height: 540px;
}
.head-8{
    color: #343883;
    margin-top:80px;
    text-align: center;
}
.tet-3{
    text-align: center;
    margin-left: 200px;
}
.theme{
    margin-left: 80px;
    margin-top: -30px;
}
.date{
    margin-left: 290px;
    margin-top: -30px;
}
.img-1{
    border-radius: 50%;
    margin-left: 20px;
    width: 50px;
    height: 50px;
}
/* section (11) */
.section-11{
    background-color: #f5f7fd;
    height: 50vw;
}
.head{
    margin-left: 50px;
    margin-top: 10px;
}
.tet-4{
    text-align: center;
}
.form{
    background-color: white;
    margin-top: 50px;
    margin-left: 40px;
    border-radius: 5%;
}
.form-control{
    margin: 20px;
    margin-left: -167px;
   padding-right: 50px;
   padding-left: 50px;
}
.btn-7{
    margin-left: -400px;
    color: #3d59e8;
    background-color: white;
    margin-top: 80px;
}
.btn-7:hover{
    cursor: pointer;
    transform: translate(2px, -10px);
}
/* footer */
.footer{
    background-color: #2d323d;
    margin-top: 10px;
}
.logo{
    color: white;
    margin-top: 40px;
    margin-left: 80px;
}
.text-4{
    text-align: left;
    font-size: 10px;
    margin-left: 80px;
    margin-top: 20px;
}
.form-control-1{
    border-radius: 40%;
   margin-left: 100px;
   border: 1px solid white;
   height: 35px;
   width: 220px;
}
.send{
    color: white;
    font-size: 25px;
}
.send:hover{
    cursor: pointer;
    transform: translate(2px, -8px);
}
.heads{
    margin-top: 10px;
    color: white;
}
.head-4{
    margin-top: -27px;
    margin-left: 80px;
}
.icons{
    margin-left: 75rem;
    margin-top: -54px;
    color: white;
    padding: 4px;
}
.icons:hover{
    cursor: pointer;
    transform: translate(2px, -10px);
}
.head-5{
    margin-top: -40px;
    margin-left: 90px;
}



