@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700;900&display=swap');
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }

  body {
    font-family: 'Lato', sans-serif;
    color: #333;
    line-height: 1.6;
  }

  ul {
    list-style-type: none;
  }
  
  a {
    text-decoration: none;
    color: #333;
  }

  /*navbar*/
  .navbar {
    background-color: var(--primary-color);
    color: black;
    height: auto;
  }
  .navbar ul {
    display: flex;
  }
  
  .navbar a {
    color: black;
    padding: 10px;
    margin: 0 5px;
  }
  
  .navbar a:hover {
    border-bottom: 2px #0A416C  solid;
  }
  
  .navbar .flex {
    justify-content: space-between;
  }
  
  /*showcase*/

  .showcase {
    height: 500px;
    background:url(backoffice.png);
    background-size: cover;
    color: #0A416C;
    position: relative;
  }
  
  .showcase h1 {
    font-size: 40px;
    font-weight: 800;
    padding-left: 3rem;
  }
  
  .showcase p {
    margin: 20px 0;
    color: white;
    padding-left: 3rem;
  }

  .showcase a {
    margin-left: 3rem;
  }
  
  .showcase .container {
    overflow: visible;
    gap: 30px;
    width: 85%;
    
  }

  /*services*/

  .stats2{
    background-color: #F8F9FB ;
  }

  .stats2 .container .card1{
    min-height: 200px;
  }
  
  .stats2 .headline {
    display: flex;
    font-size: 50px;
    justify-content: center;
    margin: auto;
    color: #1f3841;
    padding-top: 2rem;
}
 /*about-us*/
  .about-us{
    padding-top:2rem;
    padding-bottom: 5rem;
    background-color:#F8F9FB ;
    overflow: hidden;
    
  }
  .container2{
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 20rem;
    padding-top: 5rem;
    
  }

  .container2 h3{
    display: flex;
    justify-content: center;
    font-size: 50px;
    font-weight: 700;
  }

  .container2 .word{
    width: 55%;
    text-align:start;
  }

  .container2 .heading img{
    position: relative;
    left: 50px;
  }
  
/* Stats */
  .stats {
    padding-top: 70px;
  }
  .stats .container .card{
    min-height: 230px;
  }
  
  .stats-heading {
    max-width: 500px;
    margin:  50px;
  }
  
 .stats .container h1 {
    font-size: 45px;
    font-weight: bold;
  }
  
  .stats .grid h3 {
    font-size: 20px;
    font-weight: bold;
  }

  .stats .grid p {
    font-size: 15px;
  }

  .stats .headline {
    display: flex;
    font-size: 50px;
    justify-content: center;
    margin: auto;
    color: #1f3841;
}

  
  /*xxx*/
.stats1{
    background-color: #F8F9FB;
    margin-top: 50px;
    padding-top: 30px;
    font-family: 'Lato', sans-serif;
    padding-bottom: 5rem;
}
.stats1  .container .text-center .orange{
  color: #f3ab1c;
  font-size: 50px;
}
.stats1 h1{

    font-size: 50px;
    margin: auto;
    color: #1f3841;
    font-weight: bold;

}

.stats1 .custom{
    padding-top: 100px;
}

.stats1 .custom .text-center h3{
  font-family: 'Lato', sans-serif;
    font-size: 35px;
    font-weight: 900;
    color:#1f3841;
}

.stats1 .custom .text-center p{
  font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #1f3841;
}

.stats1 .custom img{
    margin: auto ;
    width: 90%;
    height: auto;
}


  .custom1{
    margin: 0;
    background-color: #F8F9FB;
    min-width:100vw;
    min-height:100vh;
    overflow: hidden;
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.custom2{
  display:flex;
  justify-content: center;
  align-items: center;
}

.custom2{
  display:flex;
  justify-content: center;
  align-items: center;
}

.tick{
  margin: 8px;
  padding-top: 8px;
}

/*packages*/

.price-comparison{
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin: 1rem;
    padding-top: 5rem;
}
.custom1 h1{
    display: flex;
    font-size: 50px;
    justify-content: center;
    padding-top: 2rem;
    
}


.price-column{
    background-color: white;
    border: 2px rgba(243, 171, 28,1) solid ;
    padding: 2rem;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 400px;
    border-radius: 8px;
    margin: 0 15px;
}



.price-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}
.price{
    font-size: 3.5rem;
    display: flex;
}

.dollar-sign{
    font-size: 1.5rem;
    margin-top: .5rem;
    margin-right: 0.25rem;
}
.per-month{
    font-size: .75rem;
    align-self: flex-end;
    margin-bottom: 1.1rem;
    text-transform: uppercase;
}

.plan-name{
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

.divider{
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    margin:2rem 0;
}

.popular .divider{
    background-color: rgba(225 , 225, 225, 0.2);
}

.feature{
    display: flex;
    align-items: center;
    margin: .5rem;
}

.feature img{
    height: 1.1em;
    width: 1.1em;
    margin-right: .5rem;
}

.feature p{
    padding: .5rem;
}

.transaction{
    position: relative;
    top: 10px;
}
.price-column .most-popular{
    position: relative;
    bottom: 1rem;
    text-align: center;
}
.cta{
    border: none;
    background-color:	rgba(243, 171, 28,1);
    color: white;
    width: 100%;
    padding: 0.75rem 1rem;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 3rem;
}

.cta1{
  border: none;
  background-color:	rgba(243, 171, 28,1);
  color: white;
  width: 100%;
  padding: 0.75rem 1rem;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  margin-top: 3rem;
  padding-top: 100px;
}

.popular .cta{
    background-color:white ;
    color: 	rgb(243, 171, 28);
}

.showcase-form {
  position: relative;
  top: 60px;
  height: 350px;
  width: 400px;
  padding: 40px;
  z-index: 100;
  justify-self: flex-end;
  animation: slideInFromRight 1s ease-in;
}

.showcase-form .form-control {
  margin: 30px 0;
}

/*payroll*/

.payroll .headline{
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  padding: 5rem 0;
}
.pricing-table{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: min(1600px, 100%);
  margin: auto;
}

.pricing-card{
  flex: 1;
  max-width: 360px;
  background-color: #fff;
  margin: 20px 10px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #2d2d2d;
  transition: .3s linear;
  
}

.pricing-card-header{
  background-color: #f1b02c;
  display: inline-block;
  color: #fff;
  padding: 12px 30px;
  border-radius: 0 0 20px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  transition: .4s linear;
}

.pricing-card:hover .pricing-card-header{
  box-shadow: 0 0 0 26em #f1b02c;
}

.price1{
  font-size: 70px;
  color: #f1b02c;
  margin: 40px 0;
  transition: .2s linear;
  display: flex;
  justify-content: center;
}

.price1 sup, .price1 span{
  font-size: 22px;
  font-weight: 700;
}

.pricing-card:hover ,.pricing-card:hover .price1{
  color: #fff;
}

.pricing-card li{
  font-size: 16px;
  padding: 10px 0;
  text-transform: uppercase;
}

.order-btn{
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 80px;
  border: 2px solid #f1b02c;
  color: #f1b02c;
  padding: 18px 40px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 500;
  transition: .3s linear;
}

.order-btn:hover{
  background-color: #f1b02c;
  color: #fff;
}


}

/*contact us*/
.showcase-form input[type='text'],
.showcase-form input[type='email'], 
.showcase-form textarea{
  border: 0;
  border-bottom: 1px solid #b4becb;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

.showcase-form input:focus {
  outline: none;
}

.contact{
  position: relative;
  min-height: 100vh;
  padding: 50px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background:linear-gradient(-45deg,#f55f4b,#f1b02c  ) ;
}

.contact .content{
  max-width: 800px;
  text-align: center;
  position: relative;
  bottom: 10rem;
}

.contact .content h1{
  font-size: 50px;
  font-weight: 700;
  color: #0A416C;
}

.contact .content p{
  padding-top: 1rem;
  font-weight: 500;
  color:#0A416C;
}

.container1{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  position: relative;
  bottom: 5rem;
}

.container1 .contactInfo{
  width: 50%;
  display: flex;
  flex-direction: column;
}

.container1 .contactInfo .box{
  position:relative;
  padding: 20px 0 ;
  display: flex;
}

.container1 .contactInfo .box .icon{
  min-width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
}

.container1 .contactInfo .box .text{
  font-size: 16px;
  color: #0A416C;
}


.container1 .contactInfo .box .text h3{
  font-size: 20px;
  color: #0A416C;
}
.contactForm{
  width: 40%;
  padding: 10px;
}

.contactForm  .inputBox{
  position: relative;
  width: 100%;
  margin-top: 10px;

}

.contactForm  .inputBox input[type='text'],
.contactForm  .inputBox input[type='email'],
.contactForm  .inputBox textarea{
  position: relative;
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  outline: none;
  border-bottom: 2px solid #fff;
  background: transparent;
}


  /*utilities*/

  .container {
    max-width: 1100px;
    margin: 0 auto;
    overflow: auto;
    padding: 0 40px;
  }
  .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .card {
    background-color: #fff;
    color: #333;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin: 10px;
  }
  .card1 {
    background-color: #fff;
    color: #333;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin: 10px;
  }
  
  .grid {
    display: grid;
    gap: 20px;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

 
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .btn {
    display: inline-block;
    padding: 10px 30px;
    cursor: pointer;
    background: #f3ab1c;
    color: white;
    border: none;
    border-radius: 5px;
  }
  .btn-outline {
    background-color: #0A416C;
    
  }
  
  .btn:hover {
    transform: scale(0.98);
  }

  .bg-secondary,
.btn-secondary {
  background-color: var(--secondary-color);
  color: #fff;
}

.text-center {
    text-align: center;
  }


/* Margin */
.my-1 {
    margin: 1rem 0;
  }
  
  .my-2 {
    margin: 1.5rem 0;
  }
  
  .my-3 {
    margin: 2rem 0;
  }
  
  .my-4 {
    margin: 3rem 0;
  }
  
  .my-5 {
    margin: 4rem 0;
  }