*{
    margin: 0;
    padding: 0;
}

html{
    font-family: ;
    scroll-behavior: smooth;
}

.body{
    background-color: #f6f7fb;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
}
.row{
   display: flex;
   justify-content: space-between ;
   align-items: center;
   border-radius: 10px;
   background-color: #fff;
   box-shadow: 0px 10px rgba(0, 0, 0, 0.08);
   
}
header{ 
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.hero{
    margin-top: 60px;
}
.name{
    position: relative;
    top: -16px;
    left: 15px;
}
.name a{
    color: rgb(9, 9, 66);
    text-decoration: none;
}
.navigation ul{ 
    display: flex;
     list-style: none;
}
.navigation li a{
         padding: 30px;
         color: gray;
        text-decoration: none;
}
.dropdown{
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08) ;
    left: 380px;
    right: 0;
    width: 10%;
    margin: 0 auto;
    /* top: 100%; */
    display: none;
}
.dropdown li{
   padding: 5px 10px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.01);
   width: 14vw;
}
.dropdown li a{
    display: block;
}

.navigation ul li a:hover{
         color: navy;
}
.buttons{
    /* position: relative;
    right: 15px; */
    padding: 20px;
    border-radius: 10px;
    border: 1px solid navy;
    background-color: navy;
    color: #fff;
    z-index: 5;
}
.buttons:hover{
    background-color: rgb(0, 0, 15);
    color: rgb(252, 250, 250);
}
.hero .container{
       margin: 0 auto;
       max-width: 1200px;
}
.award{
    border: 1px solid rgb(56, 56, 232); 
    border-radius: 10px;
    display: flex;
    margin-left: 450px;
    padding: 2px;
    width: fit-content;
    margin-top: 100px;
}
.award i{ 
    color: goldenrod;
}
.award p{
      color: navy;
} 
.digital h1{
     color: navy;
    text-align: center;
    margin-top: 40px;
}
.lorem{ width: 50%;    
     margin-top: 50px;
     margin-left: 300px;
     color: gray;
}
.roww {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.btns button{
    width: fit-content;
    position: relative;
    height: 53px; 
    border: 1px solid navy;
    border-radius: 5px;
    margin-top: 65px;
    margin: 10px;
    /* padding: 10px */
    background-color: navy;
}
 .btns span a{
    width: 56px;
    position: relative;
    top: 25px;
    border: 1px solid gray;
    border-radius: 5px;
    margin-top: 82px;
}
.btns  a{ 
     /* position: relative; */
    /* margin: 10px 10px; */
    padding: 16px 36px;
    color: #fff;
    text-decoration: none;
    padding: auto;
    z-index: 5;
} 
.btns span a{
    /* position: relative; */
    /* padding: 16px 36px; */
    color: rgb(44, 44, 80);
    text-decoration: none;
    padding: auto;
    z-index: 5;
}

.btns::before{
    content: "";
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0px;
     top: 0;
     margin: auto;
     width: 0;
     height: 0;
     transition: .3s linear all;
 }
.btns:hover::before{
     width: 100%;
     height: 100%;
     background-color: black;
} 
.btns span:hover{
    /* border: 1px solid black; */
    
}
.metrics{
    /* background-color: rgb(248, 248, 246); */
     /* border: 1px solid gray; */
    border-radius: 5px;
    display: flex;
    justify-content: space-evenly;
    margin-left: 500px;
    margin-top: 30px;
     width: 500px;
}
.boxes i{ 
    color: navy;
    background-color: rgb(160, 180, 188);
    /* position: relative; */
}
.boxes h1{
    /* margin-left: 5px; */
    color: rgb(19, 19, 153);
    z-index: 3;
}
.boxes p{
    color: gray;
}
.boxes {
     /* border: 2px solid navy; */
    /* position: relative; */
    background-color: #fff;
    border-radius: 16px;
    margin: 25px;
    /* width: 270px; */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    /* padding: 16px; */
    margin-top: 5px;
    /* display: flex; */
    text-align: center;
    /* height: 370px; */
   
}
.boxes::before{
    position: absolute;
    content: "";
     width: 0;
     height: 0;
     top: 0;
     bottom: 0;
     right: 0;
     left: 0;
     margin: auto;
}
.boxes:hover::before{
    background-color: rgb(188, 188, 203);
    box-shadow: 2px 2px 2px 1px black;
    width: 100%;
    height: 100%;
    color: #fff;
}
.sec2{
    margin-top: 40px;
}
.sect2 .container{
    max-width: 1200px;
    margin: 0 auto;
   
}
.sect2 .col1{
    width: 60%;
}

 .sec2 .col1 span{ 
       width: 250px;
       height: 250px;
}
.image-box{
     position: relative;
}
.box{
  
    position: absolute;
    top: 900px;
    border-radius: 10px;
    left: 480px;
    background-color: white;
    color: navy;
}
.box p{
    color: gray;
}
.col1 .image{
    border: 1px solid transparent;
    border-radius: 8px 8px 8px;
    margin-left: 5px;
    display: flex;
    width: 220px;
    height: 220px;
}
.col-col2 h3{
    width: fit-content;
    position: relative;
    top: -450px;
    left: 800px;
    color: navy;
    background-color: skyblue;
   border-radius: 3px;
}
.col2 h2{
    position: relative;
    left: 500px;
}
.rowww {
    margin-top: 80px;
    display: flex;
    justify-content: space-around;
}
.rowww .boxe h1{
    color: navy;
}
.boxe p{
    color: gray;
}

.sect3{
    margin-top: 70px;
}
.sect3 h1{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: navy;
    text-align: center;
}
.sect3 p{
    margin-top: 20px;
    color: gray;
    text-align: center;
}
/* .roww{
    display: flex;
    justify-content: space-between;
} */
.box1{
    margin-top: 55px;
    width: 450px;
    height: 490px;
    background-color: white;
    /* border: 2px solid gray; */
    border-radius: 16px;
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
     padding: 16px;
}
.box1:hover{
    box-shadow: 2px 2px 2px 2px navy;
    
}.box2:hover{
    box-shadow: 2px 2px 2px 2px navy;
    
}.box3:hover{
    box-shadow: 2px 2px 2px 2px navy;
    
}.box4:hover{
    box-shadow: 2px 2px 2px 2px navy;
    
}.box5:hover{
    box-shadow: 2px 2px 2px 2px navy;
    
}
.box1 .icons{
    background-color: navy;
    width: 70px;
    height: 35px;
   position: relative;
   top: 20px;
   left: 180px;
}
.box1 i{
    width: 150px;
    height: 20px;
    position: relative;
    top: 10px;
    left: 30px;
    color: #fff;
}
.popular{
    position: relative;
    top: -80px;
    left: 150px;
    width: 120px;
    height: 50x;
    padding: 10px;
    background-color: navy;
    border: 1px solid black;
    box-shadow: 0px 5px 8px;
    color: #fff;
    border-radius: 5px;
}
.popular:hover{
      background-color: black;
      margin-bottom: 2px;
}
.box1 h2{
    color: navy;
    margin-top: 5PX;
    margin-left: 100pX;
}
.row .box1 p{
    margin-top: 15px;
    color: gray;
}
.features{
    margin-left: 40px
}
.features i{
    color: navy;
    position: relative;
    left: 115px;
    top: 40px;
}
.features h4{
   margin-left: 140px;
   margin-top: 20px;
   color: gray;
}
.button{
    width: 150px;
    height: 40px;
    margin-top: 50px;
    margin-left: 100px;
    background-color: navy;
     padding: 13px;
    border-radius: 10px;
    border: 1px solid navy;
    color: #fff;
    z-index: 5;
}
.button:hover{
    background-color: rgb(0, 0, 15);
    color: rgb(252, 250, 250);
}
.button a{
    color: #fff;
    padding: 12px;
    text-decoration: none;
}
.col2{
    margin-top: 300px;   
}
.box2{
    width: 220px;
    height: 220px;
    border-radius: 7px;
    margin-right:  550px;
    margin-top: -220px;
    margin-left: 35px;
    border: 1px solid navy;
    box-shadow:  5px 8px 25px rgba(0, 0, 0, 0.08);
    padding: 16px;
}
.box2 .icons{
    color: white;
    background-color: navy;
    width: 50px;
    height: 40px;
    border-radius: 6px;
}
.box2 .icons i{
    position: relative;
    top: 10px;
    left: 20px;
}
.box2 h3{
    color: navy;
    margin-top: 10px; 
}
.box2 a{position: relative;
      top: 20px;
      color: navy;
      margin-top: 50px;
      margin-left: 10px;
      text-decoration: none;
}
.box2 i{
    position: relative;
    top: 20px;
}
.box3{
    width: 215px;
    height: 215px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid navy;
    box-shadow:  0 8px 25px rgba(0, 0, 0, 0.08);
    margin-left: 350PX;
    margin-top: -250px;
    padding: 16px;
}   
.box3 h3{
    color: navy;
    margin-top: 15px;
}
.box3 i{
      position: relative;
    top: 20px;
}
.box3 a{position: relative;
      top: 20px;
      color: navy;
      margin-bottom: 100px;
      margin-left: 20px;
      text-decoration: none;
}
.box3 .icons i{
    position: relative;
    top: 10px;
    left: 20px;
}
.box3 .icons{
    color: white;
    background-color: navy;
    width: 50px;
    height: 40px;
    border-radius: 6px;
}
.box4{
    width: 215px;
    height: 215px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid navy;
    box-shadow:  0 8px 25px rgba(0, 0, 0, 0.08);
    margin-left: 350PX;
    margin-top: 30px;
    padding: 16px;
}   
.box4 h3{
    color: navy;
    margin-top: 20px;
}
.box4 i{
      position: relative;
      top: 20px;
    /*  */
}
.box4 a{position: relative;
      top: 20px;
      color: navy;
      margin-bottom: 100px;
      margin-left: 10px;
      text-decoration: none;
}
.box4 .icons i{
    position: relative;
    top: 10px;
    left: 15px;
}
.box4 .icons{
    color: white;
    background-color: navy;
    width: 50px;
    height: 40px;
    border-radius: 6px;
}
.box5{
     width: 215px;
    height: 219px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid navy;
    box-shadow:  0 8px 25px rgba(0, 0, 0, 0.08);
    margin-left:40PX;
    margin-top: -250px;
    padding: 16px;
}
.box5 h3{
    color: navy;
    margin-top: 30px;
}
 .box5 p{
    width: 180px;
    margin-top: 10px;
}  
.box5 i{
      position: relative;
      top: 10px;
      color: black;
}
.box5 a{position: relative;
       top: 10px;
      color: navy;
      margin-left: 10px;
      text-decoration: none;
}
.box5 .icons i{
    position: relative;
    top: 10px;
    left: 15px;
    color: #fff;
}
.box5 .icons{
    color: white;
    background-color: navy;
    width: 50px;
    height: 40px;
    border-radius: 6px;
}
section{
    margin-top: 50px;
}
.rows{
    display: flex;
    justify-content: space-between;
    width: 30%;
    margin-left: 160px;
    background-color: rgb(171, 174, 207);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 15px;
    color: navy;
    position: relative;
}
.bar{
    z-index: 8;
}
.bar::before{
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0px;
     top: 0;
     margin: auto;
     width: 0;
     height: 0;
     transition: .2s linear all;
}
.bar:hover::before{
     width: 100%;
     height: 100%;
     background-color: rgb(100, 114, 163);
} 
.bar:hover{
    background-color: black;
    color: white;
}
.row1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%
}
.boxxs{
    margin-left: 120px;
    margin-top: 70px;
    border: 1px solid navy;
    border-radius: 16px;
    width: 350px;
    height: 300px;
    padding: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.boxxs i{
    color: navy;
    background-color: rgb(100, 114, 163);
    margin-top: 20px;
    width: 20px;
    height: 20px;
    margin-left: 152px;
    text-align: center;
}
.boxxs h5{
    color: navy;
    font-size: larger;
    margin-top: 35px;
    /* margin-left: 60px; */
    text-align: center;
}
.boxxs p{
    text-align: center;
    margin-top: 35px;
    color: gray;
}
.boxxs button{
    border: 1px solid navy;
    margin-left: 70px;
    margin-top: 35px;
    padding: 10px;
    border-radius: 16px;
    background-color: #fff;
    color: navy;
}
 .boxxs a {
    z-index: 5;
    color: navy;
 }
.boxxs:hover{
    box-shadow: 2px 2px 2px 2px;
}
.sec5{
    margin-top: 50px;
}
.sec5 h1{
    color: navy;
    text-align: center;
}
.sec5 p{
    margin-top: 20px;
    color: gray;
    width: 50%;
    margin: 0px auto;
}
.row2{
    display: flex;
    justify-content: space-between;
    width: 85%;
}
.content h2{
    color: navy;
    margin-top: 180px;
    margin-left: 250px;
    width: 60%;
    word-spacing: 5PX;
}
.content p{
    margin-top: 40px;
    margin-left: 250px;
    width: 70%;
    font-size: larger;
    word-spacing: 7px;
}
.image img{
    object-fit: cover;
    margin-top: 55px; 
    border-radius: 10px;
}
.sec6{
    margin-top: 35px;
    margin-left: 30px;
}
.row3{
    display: flex;
    justify-content: flex-start;
}
.row4{
    display: flex;
    justify-content: flex-start;
}
.boxxx{
    margin-top: 20px;
    margin-left:40px;
    width: 600px;
    height: 180px;
    border-radius: 10px;
    padding: 8px;
}
.boxxx h4{
    color: navy;
    margin-top: 10px;
    margin-left: 100px;
}
.boxxx p{
    margin-top: 20PX ;
    margin-left: 90px;
    color: gray;
}
.boxxx span{
    margin-left: 120px;
    color: navy;
    background-color: skyblue;
    position: relative;
    top: 20px;
}
.boxxx:hover{
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    background-color: white;
    border: 1px solid navy;
}
.font{
    color: navy;
    background-color: skyblue;
    width: 30px;
    height: 20px;
    text-align: center;
    position: relative;
    top: 60px;
    left: 30px;
}
.row5{
    display: flex;
    justify-content: center;
    margin-top: 35px;     
}
.row5 button:hover{
     box-shadow: 0 8px 25px rgba(147, 10, 10, 0.08);
     border: 1px solid black;
}
.row5 span:hover{
     box-shadow: 0 8px 25px rgba(147, 10, 10, 0.08);
     border: 1px solid black;
     background-color: navy;
}

.sec7{
    margin-top: 45px;
    background-color: rgb(248, 247, 250);
}
.sec7 h1{
    color: navy;
    text-align: center;
}
.sec7 p{
    color: gray;
    text-align: center;
    margin-top: 15px;
}
.row6{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    margin-left: 130px;
    width: 80%;
}
.worker{
    width: 326px;
    height: 375px;
    padding: 10px;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(147, 10, 10, 0.08);
}
.stars{
    display: flex;
    color: goldenrod;
    margin-left: 40px;
    margin-top: 35px;
}
.worker p{
    margin-top: 60px;
    margin-left: 30px;
    width: 80%;
    font-size: 18px;
}
.review{
    border: 1px solid navy;
    width: 70px;
    height: 30px;
    position: relative;
    background-color: navy;
    color: white;
    border-radius: 10%;
    padding: 2px;
    left: 180px;
    top: -28px;
}
.name{
    margin-top: 50px;
    margin-left: 70px;
    display: flex;
}
.name h4{
    color: navy;
}
.name h5{
    color: blue;
}
.colum img{
     width: 40px;
     border: 1px solid navy;
     border-radius: 100%;
     margin-left: -20px;
}
.colum2 p{
    margin-top: 2px;
    font-size: 12px;
    margin-left: -10px;
}
.row7{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    margin-left: 130px;
    width: 80%;
}
.sec8{
    margin-top: 40px;
}
.sec8 h1{
    text-align: center;
    color: navy;
}
.paraa{
    text-align: center;
    color: gray;
    margin-top: 20px;
}
.row9{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
    width: 70%;
}
.starter h3{
    color: navy;
    margin-left: 100px;
    margin-top: 50px;
}
.prizee{
    display: flex;
    margin-top: 100px;
    margin-left: -50px;
}
.starter{
    display: flex;
    justify-content: space-evenly;
    width: 300px;
    height: 550px;
    border: 1px solid black;
    border-radius: 12px;
}
.starter p{
    margin-top: 100px;
    margin-left: -70px;
}
.starter .btns{
    margin-top: 300px;
}
