
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Signika:wght@300..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');




*{
    box-sizing: border-box;
    padding: 0%;
    margin: 0%;
}

:root{
    --yellow: #ff471a;
    --blue: #6161ff;
    --gold:  #ff6600;
    --purple:#6600ff;
    --black: #000;
    --white: #fff;
    --gray:  #81817d;
    --green: #339966;
    --peach:  #ffd1b4;
}

.navbar{
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding: 10px;
    background-color: var(--white);
    height: 12vh;
    position: fixed;
    width: 100%;
}

.left-section{
    display: flex;
    align-items: center;
}

.left-section img{
    width: 200px;
    margin-right: 20px;
    margin-left: 40px;
}

.left-section ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.left-section li{
    margin-bottom: 0px;
    margin-left: 20px ;
    margin-right: 20px;
    font-family: "Oswald", serif ;
    font-size: 22px ;
    font-weight: 550 ;
  
}

.left-section li a{
    text-decoration: none;
    color: var(--gray);
}


.left-section li a:hover{
    background-color: var(--white);
    color: var(--blue) ;
    transition: all 0.3 ease-in-out 1s;
}


.right-section{
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.right-section i{
    font-size: 25px;
    color: var(--blue);
    margin-right: 30px;
    margin-left: 30px;

}

.right-section .login-btn {
    background-color: var(--white);
    padding: 0.9rem 1.5rem;
    margin-left: 0.5rem;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: bold;

}

.right-section .login-btn a {
    text-decoration: none;
    color: var(--gray);
    font-family: "Oswald", serif ;   
}

.right-section .sign-in a {
    text-decoration: none;
    color: var(--white);
    font-family: "Oswald", serif ;   
}

.right-section .sign-in {
    background-color: var(--yellow);
    padding: 0.8rem 3rem;
    border: none;
    border-radius: 5px;
    margin-left: 1rem;
    margin-right: 5rem;
    font-size: 1.5rem;
    font-weight: bold;
}

/*section one*/

.section-one{
    height: 100vh;
    background-image: url('https://images.ctfassets.net/mnc2gcng0j8q/7HHeP7c6lmWfFVZiDhkl2S/fcc6ece26a7d55014c6b7e712185af30/Hero_Background.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}


.flexbox{
    display: flex;
    justify-content: space-between;
    padding-top: 10rem;
}

.section-image img{
    width: 800px;
    padding-top: 8rem;
}

.Scalable {
    margin-left: 7rem;
}

.Scalable h1{
    font-family: "Oswald", serif ;   
    font-size: 67px ;
    font-weight: bold;
}

.Scalable h2 {
    font-family: "Oswald", serif ;
    font-size: 67px ;
    font-weight: bold;
    padding-bottom: 3rem;
}

.Scalable p {
    font-size: 1.7rem;
}

form .sign-in {
    background-color: var(--yellow);
    padding: 1.5rem 3rem;
    border: none;
    border-radius: 5px;
    margin-left: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
}

form .sign-in a {
    color: white;
    text-decoration: none;
}

form {
    margin-top: 3rem;
}

#email {
    outline: none;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 10rem;
    padding-left: 1rem;
    background-color: var(--white);
    border-radius: 5px;
    border: 1px solid grey;
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

#star {
    width: 9rem;
    margin-top: 1rem;
    margin-left: 1.5rem;
}

#G-logo {
    width: 4rem;
}

.links {
    display: flex;
}


/*section two*/

.section-two{
    height: 900px;
}

.Business{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Business h1{
    font-family: "Oswald", serif ;
    font-size: 70px ;
    padding: 10px;
    font-weight: 600;
    margin-top: 5rem;

}


.Business p{
    font-family: serif ;
    font-size: 25px ;
    padding: 10px;
    font-weight: 500;
    margin-top: 1rem;
    text-align: center;

}

.section-twoimg {
    display: flex;
    justify-content: space-around;
}

.section-twoimg img{
    width: 310px;
    height: 400px ;
    margin-top: 2rem;
    transition: 0.5 ease-in-out 1s;
}


/*section three*/

.section-three{
    height: 2000px;
}

.Covered{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.Covered h1{
    font-family: "Oswald", serif ;
    font-size: 70px ;
    padding: 10px;
    font-weight: 600;
    margin-top: 4rem;
    text-align: center;

}


.Covered p{
    font-family: serif ;
    font-size: 25px ;
    padding: 10px;
    font-weight: 500;
    margin-top: 1rem;
    text-align: center;

}


.five-layout{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5rem;
}

.five-layout .one-two{
    background-color: var(--gold);
    width: 470px;
    height: 650px;
    border-radius: 20px;
    margin-right: 3rem;
}


.one-two h1{
    font-family:  "Poppins", serif ;
    font-size: 42px ;
    margin-left: 3rem;
    color: var(--white);
    font-weight: 600;
    margin-top: 1rem;

}

.one-two p{
    font-family:  "Poppins", serif ;
    font-size: 21px ;
    margin-left: 3rem;
    color: var(--white);
    font-weight: 500;
    
    

}


.one-two button{
    font-family:  "Poppins", serif ;
    font-size: 25px ;
    margin-left: 3rem;
    color: var(--white);
    background-color: var(--black);
    padding: 10px;
    font-weight: 500;
    margin-top: 8rem;
    border-radius: 7px;

}

.one-two img{
    width: 470px;
    height: 250px;
    
}

/* two*/

.five-layout .two{
    background-color: var(--purple);
    width: 470px;
    height: 650px;
    border-radius: 20px;
}

.two h1{
    font-family:  "Poppins", serif ;
    font-size: 42px ;
    margin-left: 3rem;
    color: var(--white);
    font-weight: 600;
    margin-top: 2rem;

}

.two p{
    font-size: 21px ;
    font-family:  "Poppins", serif ;
    margin-left: 3rem;
    color: var(--white);
    font-weight: 500;


}


.two button{
    font-family:  "Poppins", serif ;
    font-size: 25px ;
    margin-left: 3rem;
    color: var(--white);
    background-color: var(--black);
    padding: 10px;
    font-weight: 500;
    margin-top: 13rem;
    border-radius: 7px;

}

.two img{
    width: 470px;
    height: 250px;
    
    
}


/*three*/

.five-layout .three{
    background-color: var(--yellow);
    width: 470px;
    height: 650px;
    border-radius: 20px;
    margin-left: 3rem;
}

.three h1{
    font-family:  "Poppins", serif ;
    font-size: 41px ;
    margin-left: 3rem;
    color: var(--white);
    font-weight: 600;
    margin-top: 1rem;
    

}

.three p{
    font-family:  "Poppins", serif ;
    font-size: 20px ;
    margin-left: 3rem;
    color: var(--white);
    font-weight: 500;

}


.three button{
    font-family:  "Poppins", serif ;
    font-size: 22px ;
    margin-left: 3rem;
    color: var(--white);
    background-color: var(--black);
    padding: 10px;
    font-weight: 550;
    margin-top: 13rem;
    border-radius: 7px;

}

.three img{
    width: 470px;
    height: 250px;

    
    
}

/* four */

.five-layout .four{
    background-color: var(--blue);
    width: 470px;
    height: 650px;
    border-radius: 20px;
    margin-right: 1rem;
    margin-top: 5rem;
}

.four h1{
    font-family:  "Poppins", serif ;
    font-size: 41px ;
    margin-left: 3rem;
    color: var(--white);
    font-weight: 600;
    margin-top: 1rem;

}

.four p{
    font-family:  "Poppins", serif ;
    font-size: 22px ;
    margin-left: 3rem;
    color: var(--white);
    font-weight: 500;
    

}


.four button{
    font-family:  "Poppins", serif ;
    font-size: 20px ;
    margin-left: 3rem;
    color: var(--white);
    padding: 10px;
    background-color: var(--black);
    font-weight: 550;
     margin-top: 13rem;
     border-radius: 7px;


}

.four img{
    width: 470px;
    height: 250px;

}

/* five */

.five-layout .five{
    background-color: var(--green);
    width: 470px;
    height: 650px;
    border-radius: 20px;
    margin-left: 1rem;
    margin-top: 5rem;
}

.five h1{
    font-family:  "Poppins", serif ;
    font-size: 41px ;
    margin-left: 3rem;
    color: var(--white);
    font-weight: 600;
    margin-top: 1rem;

}

.five p{
    font-family:  "Poppins", serif ;
    font-size: 21px ;
    margin-left: 3rem;
    color: var(--white);
    font-weight: 500;

}


.five button{
    font-size: 21px ;
    margin-left: 3rem;
    color: var(--white);
    background-color: var(--black);
    padding: 10px;
    font-weight: 550;
    margin-top: 13rem;

}

.five img{
    width: 470px;
    height: 250px;

    
}

/*section four*/

.section-four{
    background-image: url('https://images.ctfassets.net/mnc2gcng0j8q/71lJJTruMfKcND8wB3ki0m/6481651e82b6982aa97a0e4e579a2fa7/product_background_GuidedShopping.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height:800px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
}

.question{
    display:flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.started h4{
    font-family:  "Poppins", serif ;
    font-size: 22px ;
    font-weight: 650;
    margin-left: 10rem;
    color: var(--black);
    margin-top: 7rem;
    margin-left: 14rem;


}

.started p{
    font-family:  "Poppins", serif ;
    font-size: 22px ;
    font-weight: 400;
    padding: 0px 15px;
    color: var(--gray);
    margin-left: 10rem;
}

.started .how-far a{
    background-color: var(--white);
    padding: 15px;
    border: 1px solid var(--white);
    width: 200px;
    text-align: center;
    position: absolute;
    text-decoration: none;
    border-radius: 10px;
    font-family:  "Poppins", serif ;
    font-size: 26px ;
    color: var(--black);
    font-weight: 500;
    margin-top: 2rem;
    margin-left: 30rem;

}

.started .how-many a{
    background-color: var(--white);
    padding: 15px;
    border: 1px solid var(--white);
    width: 200px;
    text-align: center;
    position: absolute;
    text-decoration: none;
    border-radius: 10px;
    font-family:  "Poppins", serif ;
    font-size: 26px ;
    color: var(--black);
    font-weight: 500;
    margin-top: 2rem;
    margin-left: 15rem;

}


.started .weldon a{
    background-color: var(--white);
    padding: 15px;
    border: 1px solid var(--white);
    width: 200px;
    text-align: center;
    position: absolute;
    text-decoration: none;
    border-radius: 10px;
    font-family:  "Poppins", serif ;
    font-size: 26px ;
    color: var(--black);
    font-weight: 500;
    margin-top: 10rem;
    margin-left: 15rem;

}



.started .around a{
    background-color: var(--white);
    padding: 15px;
    border: 1px solid var(--white);
    width: 200px;
    text-align: center;
    position: absolute;
    text-decoration: none;
    border-radius: 10px;
    font-family:  "Poppins", serif ;
    font-size: 26px ;
    color: var(--black);
    font-weight: 500;
    margin-top: 10rem;
    margin-left: 30rem;

}


.started .human a{
    background-color: var(--white);
    padding: 15px;
    border: 1px solid var(--white);
    width: 200px;
    color: var(--black);
    font-weight: 500;
    text-align: center;
    position: absolute;
    text-decoration: none;
    border-radius: 10px;
    font-family:  "Poppins", serif ;
    font-size: 26px ;  
    margin-top: 17rem;
    margin-left: 20rem;
}



.understand{
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

.understand h1{
    font-family:  "Poppins", serif ;
    font-size: 50px ;
    font-weight: 650;
    margin-left: 10rem;
    color: var(--black);
    margin-top: 14rem;
    margin-right: 10rem;


}

.understand p{
    font-family:  "Poppins", serif ;
    font-size: 22px ;
    font-weight: 400;
    padding: 0px 15px;
    color: var(--gray);
    margin-left: 9rem;
    margin-top: 2rem;
}



/*section five*/

.section-five{
    height:400px
}

.Software{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.Software h1{
    text-align: center ;
    font-family:  "Poppins", serif ;
    font-size: 52px ;
    font-weight: 700;
    padding: 10px;
    color: var(--black);
}

.Software p{
    text-align: center ;
    font-family:  "Poppins", serif ;
    font-size: 22px ;
    font-weight: 400;
    padding: 10px;
    color: var(--gray);
}


.section-six{
    background-image: url('https://images.ctfassets.net/mnc2gcng0j8q/6S0Pad1ra0xj02V0VJNRtr/829ad7a5d7acbadd548fdda73262bbdf/product_background_PEO.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;

}

.convenient{
    display: flex;
    justify-content: space-between ;

}

.convenient-one{
    padding-top: 10rem;
}


.convenient-one h1{
    font-family:  "Poppins", serif ;
    font-size: 50px ;
    font-weight: 650;
    margin-left: 4rem;
    margin-bottom: 1rem;
    color: var(--black);
  
}



.convenient-one p{
    font-family:  "Crimson Pro", serif ;
    font-size: 27px ;
    font-weight: 420;
    margin-left: 4rem;
    margin-top: 12px;
    color: var(--gray);
    
}


.convenient-image img{
    width: 750px;
    height: 440px;
    margin-right: 5rem;
    margin-top: 5rem;
}




/* section seven */

.section-seven{
    background-image: url('https://images.ctfassets.net/mnc2gcng0j8q/XcGkEGKuGySufBXMEOu7o/776ab826c47ba67576daa8025a8f06be/product_background_Intl.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}

.localized-two{
    display: flex;
    justify-content: space-between ;
    align-items: center;
    padding-top: 14rem;

}


.localized h1{
    font-family:  "Poppins", serif ;
    font-size: 50px ;
    font-weight: 650;
    margin-left: 4rem;
    margin-bottom: 1rem;
    color: var(--black);
  
}



.localized p{
    font-family:  "Crimson Pro", serif ;
    font-size: 27px ;
    font-weight: 420;
    margin-left: 4rem;
    margin-top: 12px;
    color: var(--gray);
    
}


.localized-More{
    bottom: 18rem;
    
}

.localized-More img{
    width: 790px;
    height: 440px;
    margin-right: 7rem;

}



.localized button{
    font-family:  "Poppins", serif ;
    font-size: 22px;
    font-weight: 500;
    margin-left: 4rem;
    background-color: var(--black);
    border: none;
    padding: 10px;
    border-radius: 8px;
    margin-top: 2rem;
    
    
}

.localized button a{
    border: none;
    text-decoration: none;
    padding: 10px;
    color: var(--white);
}



/* section eight */

.section-eight{
    background-image: url('https://images.ctfassets.net/mnc2gcng0j8q/3KliOut1jk2s0mikLWI44k/0c54a8a52bfa3dda2204e852be171f57/product_background_Payroll.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
}


.localities{
    display: flex;
    justify-content: space-between ;
    align-items: center;
    padding-top: 14rem;

}


.localized-one h1{
    font-family:  "Poppins", serif ;
    font-size: 50px ;
    font-weight: 650;
    margin-left: 4rem;
    margin-bottom: 1rem;
    color: var(--black);
  
}



.localized-one p{
    font-family:  "Crimson Pro", serif ;
    font-size: 25px ;
    font-weight: 400;
    margin-left: 4rem;
    margin-top: 12px;
    color: var(--gray);
    
}


.localized-image1{
   margin-right: 5rem; 
    bottom: 18rem;
}

.localized-image1 img{
    width: 780px;
    height: 440px;

}



.localized-one button{
    font-family:  "Poppins", serif ;
    font-size: 22px;
    font-weight: 500;
    margin-left: 4rem;
    background-color: var(--black);
    border: none;
    padding: 10px;
    border-radius: 8px;
    margin-top: 2rem;
    
    
}

.localized-one button a{
    border: none;
    text-decoration: none;
    padding: 10px;
    color: var(--white);
}



/*section nine*/

.section-nine{
    background-color: var(--white);
    height: 260px;
}

.image-border{
    display: flex;
    justify-content: space-evenly;
}

.image-border img{
    width: 200px;
    height: 100px;
    margin-top: 4rem;
    filter:  grayscale(1);
}

.empty-one{
    display: flex;

}
#empty2{
    border-bottom: 5px solid rgb(13, 13, 14);
    width: 400px;

}

#empty{
    border-bottom: 5px solid rgb(6, 24, 190);
    width: 400px;
    margin-left: 10rem;

}

#empty3{
    border-bottom: 5px solid rgb(12, 12, 12);
    width: 560px;
    
}

/*end of that*/

.blue-image{
    background-image: url('https://images.ctfassets.net/mnc2gcng0j8q/1z3P1ZLBzUKUWy31o9G4jF/041b263161f793092f38cb590656733d/Background_Horizontal_Slibebox.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 600px;
    width: 100%;
   
    
}

.nkoli{
    display: flex;
    justify-content: space-between;
    
    
}

.magical{
    padding-top: 7rem;
}

.magical img{
        width: 170px;
        height: 110px;
        margin-left: 20rem;
}

.magical p .arrow{
    width: 45px;
    height: 30px;
    vertical-align: baseline;
    margin-left: 25rem;
    font-family:"Poppins", serif ;
    font-size: 30px;
    font-weight: 500;
}

.magical p .arrow2{
    width: 45px;
    height: 30px;
    vertical-align: baseline;
    margin-left: 25rem;
    font-family:"Poppins", serif ;
    font-size: 25px ;
    font-weight: 500;
}


.magical  .arrow3{
    width: 45px;
    height: 30px;
    vertical-align: baseline;
    margin-left: 25rem;
    
}

.magical p{
    font-family:  "Poppins", serif;
    font-size: 25px;
    font-weight: 400;
    color: var(--gray);
    
    
}

.magical h4 a{
    font-family:  "Poppins", serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--blue);
    text-decoration: none;
    margin-left: 20rem;
    margin-top: 3rem;



}

.material-symbols-outlined{
    color: var(--blue);
    size: 25px;
    margin-top: 3rem;
}

.organization{
    padding-top: 10rem;
}

.organization h1{
    font-family:  "Poppins", serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--blue);
    margin-right: 18rem;
}

.organization h2{
    font-family:  "Poppins", serif;
    font-size: 23px;
    font-weight: 600;
    color: var(--blue);
    margin-right: 18rem;
    margin-top: 3rem;

}

.organization p{
    font-family:  "Poppins", serif;
    font-size: 21px;
    font-weight: 400;
    color: var(--blue);
    margin-right: 18rem;
    margin-top: 2rem;
}

/* section ten*/

.handle{
    height: 400px;
    background-color: var(--white);
}

.payroll{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 10rem;
}

.payroll h1{
    font-family:  "Poppins", serif;
    font-size: 45px;
    font-weight: 700;
    color: var(--black);

}


.payroll p{
    font-family:  "Poppins", serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    color: var(--black);
    margin-top: 2rem;

}

/* countination of section ten*/

/*.processed{
    height: 700px;
    background-color: white;
}

.processed-one {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
     


} 

.processed-two{
    border: none;
    background-color: rgb(211, 234, 253);
    margin-left: 7rem;
    padding-top: 1rem;
    margin-bottom: 2rem;
    width: 780px;
    border-radius: 15px;
} 



.processed-two .process{
    font-family:  "Poppins", serif;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 1rem;

}

.processed-two .process img{
    width: 60px;
    height: 50px;
    margin-left: 1rem;
}

.processed-two p{
    font-family:  "poppins", serif;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 33px;
    font-weight: 430;
    padding: 10px;
    margin-left: 1rem;

}



.Stress-less{
    border: none;
    background-color: rgb(214, 215, 218);
    margin-left: 7rem;
    width: 780px;
    border-radius: 15px;
    margin-bottom: 2rem;
    
} 

.Stress-less h1{
    font-family:  "Poppins", serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--gray);
}

.Stress-less img{
    width: 60px;
    height: 50px;
    margin-left: 1rem;
    margin-top: 1rem;
}

.Expansion{
    border: none;
    background-color: rgb(207, 207, 209);
    margin-left: 7rem;
    width: 780px;
    border-radius: 15px;

    
   
} 

.Expansion h1{
    font-family:  "Poppins", serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--gray);

}

.Expansion img{
    width: 60px;
    height: 50px;
    margin-left: 1rem;
    margin-top: 1rem;
}

.Documents{
    border: none;
    background-color: rgb(225, 227, 230);
    margin-left: 7rem;
    width: 780px;
    border-radius: 15px;
    margin-top: 2rem ;
   
} 

.Documents h1{
    font-family:  "Poppins", serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--gray);
    

}

.Documents img{
    width: 60px;
    height: 50px;
    margin-left: 1rem;
    margin-top: 1rem;
}


.money-one{
    
}

.money-two{
    border: none;
    background-color: rgb(214, 215, 218);
    width: 300px;
    border-radius: 15px;
    margin-right: 34rem;
    
}

.money-two h1{
    

}*

/* Section One */

.one {
    position: relative;
    height: 85vh;
    margin: 1rem;
}


.payroll-one {
    position: relative;
    border: none;
    background-color: rgb(211, 234, 253);
    left: 4rem;
    padding-top: 1rem;
    margin-bottom: 2rem;
    width: 780px;
    height: 270px;
    border-radius: 15px;
}


.payroll-one .process{
    color: var(--black);
    font-family:  "Poppins", serif;
    font-size: 25px;
    font-weight: 600;
    position: absolute;
    margin-bottom: 2rem;

}

.payroll-one .process img{
    width: 60px;
    height: 50px;
    margin-left: 2rem;
}




.payroll-one .fa-solid {
    margin-left: 13rem;
    font-size: 2rem;
    
}


.payroll-one p{
        color: var(--black);
        font-family:  "poppins", serif;
        font-size: 20px;
        position: absolute;
        letter-spacing: 1px;
        line-height: 33px;
        font-weight: 430;
        padding: 10px;
        left: 1rem;
        top: 6rem;

}

.tax{
    position: relative;
    border: none;
    background-color: rgb(214, 215, 218);
    left: 4%;
    width: 780px;
    height: 90px;
    border-radius: 15px;
    margin-bottom: 2rem;
    
    
} 

.tax .Stress-less{
    color: var(--gray);
    font-family:  "Poppins", serif;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--gray);
}


.tax .Stress-less img {
    width: 60px;
    height: 50px;
   margin-left: 2rem;
    margin-top: 1rem;
}

 .tax .fa-solid {
    margin-left: 17rem;
    font-size: 2rem;
}

.remote {
    position: relative;
    border: none;
    background-color: rgb(214, 215, 218);
    left: 4%;
    width: 780px;
    height: 100px;
    border-radius: 15px;
    margin-bottom: 2rem;

}

.remote .Remote-one{
    color: var(--gray);
    font-family:  "Poppins", serif;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--gray);
}

.remote .Remote-one img {
    width: 60px;
    height: 50px;
    margin-left: 2rem;
    margin-top: 1rem;
}

 .remote .fa-solid {
    margin-left: 13rem;
    font-size: 2rem;
}

.document {
    position: relative;
    border: none;
    background-color: rgb(214, 215, 218);
      left: 4%;
    width: 780px;
    height: 100px;
    border-radius: 15px;
    margin-bottom: 2rem;
}

.document .Document-two{
    color: var(--gray);
    font-family:  "Poppins", serif;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--gray);

}

.document .Document-two img {
    width: 60px;
    height: 50px;
    margin-left: 2rem;
    margin-top: 1rem;
}

 .document .fa-solid {
    margin-right: 5rem;
    margin: 2rem;
    font-size: 2rem;
}

/*-------------*/

.dollars {
    width: 350px;
    height: 270px;
    background-color: whitesmoke;
    border-radius: 7px;
    text-align: center;
    position: absolute;
    right: 27rem;
    top: 0;
}

.dollars:hover{
    border: 4px solid blue;
}

.dollars h4 {
     font-size: 3rem;
     padding-top: 3rem;
     padding-bottom: 1rem;
}

.dollars .fa-arrow-up {
    color: rgb(3, 122, 83);
}

.dollars p {
    color: var(--black);
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.2rem 1rem;
}


.federal {
    width: 350px;
    height: 270px;
    background-color: whitesmoke;
    border-radius: 7px;
    text-align: center;
    position: absolute;
    right: 3rem;
    top: 0;
}

.federal h4 {
     font-size: 3rem;
     padding-top: 3rem;
     padding-bottom: 1rem;
}

.federal .fa-asterisk {
    color: goldenrod;
}

.federal p {
    color: var(--black);
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 0.2rem 1rem;
}


.number {
    width: 350px;
    height: 270px;
    background-color: whitesmoke;
    border-radius: 7px;
    text-align: center;
    position: absolute;
    margin-bottom: 7rem;
    right: 27rem;
    bottom: 0;
    
}

.number h4 {
     font-size: 3rem;
     padding-top: 3rem;
     padding-bottom: 1rem;
}

.number .fa-plus {
    color: rgb(9, 184, 243);
}

.number p {
    color: var(--black);
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 0.2rem 1rem;
}

.generated {
    width: 350px;
    height: 270px;
    background-color: whitesmoke;
    border-radius: 7px;
    text-align: center;
    position: absolute;
    margin-bottom: 7rem;
    right: 3rem;
    bottom: 0;
    

}

.generated h4 {
     font-size: 3rem;
     padding-top: 3rem;
     padding-bottom: 1rem;
}

.generated .fa-arrow-up {
    color: blueviolet;
}

.generated p {
    color: var(--black);
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 0.2rem 1rem;
}

.whole {
    padding-left: 5rem;
}


/*section eleven*/

.section-eleven{
    width: 100%;
    height: 650px;
    background-color: rgb(253, 225, 200);
}


.support {
    display: flex;
    justify-content: space-between;
    padding-top: 10rem;

}

.exactly {
    margin-left: 5rem;
}

.exactly h1{
    font-family: "Crimson Pro", serif ;
    font-size: 55px ;
    font-weight: 750;
    color: var(--black);
    margin-bottom: 2rem;
    margin-top: 5rem;
  
}

.exactly p{
    font-family: "Crimson Pro", serif ;
    font-size: 24px ;
    font-weight: 420;
    line-height: 32px;
    margin-bottom: 12rem;
    color: var(--gray)
    
}

.support-image{
    margin-right: 7rem;

}

.support-image img{
    width: 700px;
}






/*section  twelve*/

.section-twelve{
    height: 800px;
    background-color: var(--white);
    
 }
 
 .create {
     margin-right: 7rem;
 }
 
 .reliable {
     display: flex;
     justify-content: space-between;
     padding-top: 8rem;
 
 }
 
 .create h1{
     font-family: "roboto", serif ;
     font-size: 60px ;
     font-weight: 800;
     margin-left: 6rem;
     color: var(--black);
     margin-bottom: 2rem;
     margin-top: 3rem;
   
 }
 
 .create p{
     font-family: "Crimson Pro", serif ;
     font-size: 26px ;
     font-weight: 420;
     line-height: 35px;
     margin-bottom: 3rem;
     margin-left: 6rem;
     color: var(--gray);
     
 }


.create button{
    font-family: "roboto", serif ;
    font-size: 25px;
    font-weight: 600;
    background-color: var(--yellow);
    padding: 15px;
    border-radius: 8px;
    border: none;
    margin-left: 6rem;
    
    
}

.create button a{
   
    text-decoration: none;
    padding: 20px;
    color: var(--white);
}

 .create-image{
    margin-left: 7rem;
 }
 
 .create-image img{
     width: 720px;
     height: 450px;
 
 }
 
/* section-thirteen */


.section-thirteen{
    height: 250px;
    background-color: var(--white);
}


.lingering{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.lingering h1{
    font-family: "Signika", serif ;
    font-size: 53px ;
    font-weight: 700;
    margin-left: 6rem;
    color: var(--black);
  
}

.lingering p{
    font-family: "Crimson Pro", serif ;
    font-size: 25px ;
    font-weight: 420;
    line-height: 35px;
    color: var(--black);
    margin-top: 1rem;
    margin-left: 4rem;
    
} 


/*section fouth*/

.section-fourth{
    width: 100%;
    height: 500px;
}

.runinig{
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
}


.runinig-one h1{
    font-family: "Oswald", serif;
    font-size: 30px ;
    font-weight: 600;
    text-align: center;
    color: var(--black);

}

.runinig-one img{
    width: 100px;
    height: 70px;
    margin-left: 8rem;

}

.runinig-one p{
    font-family: "Crimson Pro", serif ;
    letter-spacing: 2px;
    font-size: 25px ;
    font-weight: 400;
    text-align: center;
    color: var(--black);
    padding: 5px 10px;
    margin-top: 1rem;
    margin-bottom: 2rem;


}

.runinig-one h3 a{
    font-family:"roboto", serif ;
    font-size: 22px ;
    font-weight: 700;
    text-align: center;
    padding-top: 7px;
    margin-left: 6rem;
    text-decoration: none;
    color: var(--blue);


}

.runinig-one .material-symbols-outlined a{
    font-size: 30px;
    color: var(--blue);
}


.runinig-two h1{
    font-family: "Oswald", serif ;
    font-size: 30px ;
    font-weight: 600;
    text-align: center;
    color: var(--black);

}

.runinig-two img{
    width: 100px;
    height: 70px;
    margin-left: 5rem;

}

.runinig-two p{
    font-family: "Crimson Pro", serif ;
    letter-spacing: 2px;
    font-size: 25px ;
    font-weight: 400;
    text-align: center;
    color: var(--black);
    padding: 5px 10px;
    margin-top: 1rem;
    margin-bottom: 2rem;


}

.runinig-two h3 a{
    font-family:"roboto", serif ;
    font-size: 22px ;
    font-weight: 700;
    text-align: center;
    color: var(--black);
    padding-top: 5px;
    margin-left: 6rem;
    text-decoration: none;
    color: var(--blue);

}

.runinig-two .material-symbols-outlined a{
    font-size: 30px;
    color: var(--blue);
    
}




.runinig-three h1{
    font-family: "Oswald", serif ;
    font-size: 30px ;
    font-weight: 600;
    text-align: center;
    color: var(--black);

}

.runinig-three img{
    width: 100px;
    height: 70px;
    margin-left: 8rem;

}

.runinig-three p{
    font-family: "Crimson Pro", serif ;
    letter-spacing: 2px;
    font-size: 25px ;
    font-weight: 400;
    text-align: center;
    color: var(--black);
    padding: 5px 10px;
    margin-top: 1rem;
    margin-bottom: 2rem;


}

.runinig-three h3 a{
    font-family:"roboto", serif ;
    font-size: 22px ;
    font-weight: 700;
    text-align: center;
    color: var(--black);
    padding-top: 5px;
    margin-left: 6rem;
    text-decoration: none;
    color: var(--blue);

}

.runinig-three .material-symbols-outlined a{
    font-size: 30px;
    color: var(--blue);
    
}



.runinig-four h1{
    font-family: "Oswald", serif ;
    font-size: 30px ;
    font-weight: 600;
    text-align: center;
    color: var(--black);

}

.runinig-four img{
    width: 100px;
    height: 70px;
    margin-left: 3rem;

}

.runinig-four p{
    font-family: "Crimson Pro", serif ;
    letter-spacing: 2px;
    font-size: 25px ;
    font-weight: 400;
    text-align: center;
    color: var(--black);
    margin-top: 1rem;
    margin-bottom: 2rem;

}

.runinig-four span{
    font-family: "Crimson Pro", serif ;
    font-size: 25px ;
    font-weight: 700;

}

.runinig-four h3 a{
    font-family:"roboto", serif ;
    font-size: 22px ;
    font-weight: 700;
    text-align: center;
    color: var(--black);
    padding-top: 5px;
    margin-left: 2rem;
    text-decoration: none;
    color: var(--blue);

}

.runinig-four .material-symbols-outlined a{
    font-size: 30px;
    color: var(--blue);
}




/* section-fifty */

.section-fifty{
    height: 700px;
    background-color: var(--white);
}

.Monthly{
    display: flex;
    justify-content: space-around;
    
}

.newsletter p{
    font-family: "robota", serif ;
    font-size: 20px ;
    font-weight: 400;
    margin-left: 3rem;
    padding-bottom: 1rem;

}

.newsletter .Get-Started{
    font-family: "robota", serif ;
    font-size: 25px ;
    font-weight: 400;
    margin-left: 3rem;
    color: grey;

}

.newsletter h1{
        font-family: "robota", serif ;
        font-size: 35px ;
        font-weight: 600;
        margin-left: 3rem;
        padding-top: 2rem;

}

.newsletter h2{
    font-family: "robota", serif ;
    font-size: 23px ;
    font-weight: 500;
    letter-spacing: 2px;
    margin-left: 3rem;
    padding-top: 1rem;
}


#email2 {
    outline: none;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 10rem;
    padding-left: 1rem;
    background-color: var(--white);
    border-radius: 5px;
    border: 1px solid grey;
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    margin-left: 3rem;
}

.subscribe {
    border: none;
    outline: 0;
    background-color: blue;
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
    text-decoration: none;
    margin-left: -10rem;
}

.subscribe a {
    color: white;
    text-decoration: none;
}


.SOLUTION p {
    font-family: "roboto";
    font-size: 25px;
    padding: 1rem 0;
    font-size: 1.3rem;
}

.SOLUTION a {
    font-family: "roboto";
    font-size: 20px;
    text-decoration: none;
    color: rgb(3, 3, 3);
}

.SOLUTION a:hover {
    text-decoration: underline;
    color: grey;
}

.careers p {
    font-family: "roboto";
    font-size: 20px;
    padding: 1rem 0;
    font-size: 1.3rem;
}

.careers a {
    font-family: "roboto";
    font-size: 20px;
    text-decoration: none;
    color: rgb(5, 5, 5);
}

.careers a:hover {
    text-decoration: underline;
    color: grey;
}
#edit {
    color: blue;
    background-color: rgb(215, 231, 245);
    font-size: 0.9rem;
    padding: 0.7rem 1.2rem;
    border-radius: 25px;
    font-weight: bold;
}

.Compare p {
    font-family: "roboto";
    font-size: 27px;
    padding: 1rem 0;
    font-size: 1.3rem;
}

.Compare a {
    font-family: "roboto";
    font-size: 20px;
    text-decoration: none;
    color: rgb(8, 8, 8);
}

.Compare a:hover {
    text-decoration: underline;
    color: grey;
}

.success p {
    font-family: "roboto";
    font-size: 20px;
    padding: 1rem 0;
    font-size: 1.3rem;
}

.success a {
    font-family: "roboto";
    font-size: 20px;
    text-decoration: none;
    color: rgb(10, 10, 10);
}

.success a:hover {
    text-decoration: underline;
    color: grey;
}  


.success-one{
    height: 100px;
    background-color: white;
    border-bottom: 2px solid var(--gray);
}
    

.success-two{
    display:flex;
    justify-content: space-around;

}

.success-two p{
    font-size: 45px;
    font-family: "roboto";
    font-weight: 500;
    color: var(--black);
    margin-left: 10rem;
}

.success-two span{
    font-size: 45px;
    font-family: "roboto";
    font-weight: 500;
    color: var(--blue);
}



.fa-facebook{
    font-size: 40px;
    margin-left: 50rem;
}

.fa-x-twitter{
    font-size: 40px;
    
}


.fa-linkedin{
    font-size: 40px;

}


.fa-youtube{
    font-size: 40px;
    
}

.fa-instagram{
    font-size: 40px;
}


.ending{
    height: 500px;
    background-color: var(--white);
    border-bottom: 1px solid var(--gray);
}

.ending-one{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.ending-two{
    padding-top: 7rem;

}

.ending-two img{
    width: 850px;
    margin-left: 6rem;

}


.ending-three p{
    font-family: "roboto" ;
    font-size: 25px;
    font-weight: 600 ;
    margin-top: 2rem;
    margin-right: 25rem;
}

.ending-three h2{
    font-family: "roboto" ;
    font-size: 20px;
    font-weight: 400 ;
    margin-top: 5px;
}


.ending-three h1{
    font-family: "roboto" ;
    font-size: 23px;
    font-weight: 400 ;
    margin-top: 5px;
}


.ending-three .ending-image{
    width: 160px;
    height: 60px;
}







.accessing{
    height: 400px;
}

.Copyright{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.Copyright p{
    font-family: "roboto";
    font-size: 20px;
    font-weight: 400 ;
    margin-top: 6rem;
}

.Copyright .site-one {
    font-family: "roboto";
    font-size: 20px;
    font-weight: 400 ;

}