*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.font-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

header{
    background-color: #FFFFFF;
}

nav{
    width: 85%;
    height: 60px;
    margin: auto;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

nav .logo{
    padding-top: 16px;
    width: 139px;
    height: 60px;
    cursor: pointer;
}

nav .menu{
    display: flex;
    list-style: none;
    gap: 32px;
    align-items: center;
    margin: auto;
    margin-top: 34px;
    
}

nav .menu a{
    text-decoration: none;
    color: #000000;
}

nav .btn{
    background: #4a8f65;
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    margin-top: 24px;
    cursor: pointer;
}

nav .btn:hover{
    background-color: darkslategrey;
}

#main-header{
    background-image: url(../assets/hero-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 16px;
}

.main-container{
    margin: 0 auto;
}

.main-container h5{
    background-color: #FFFFFF;
    max-width: 229px;
    margin: auto;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #469165;
    border: none;
    border-radius: 1000px;
    text-align: center;
    padding: 8px;
    margin-bottom: 16px;
}

.main-container h2{
    font-size: 72px;
    font-weight: bold;
    width: 770px;
    margin: auto;
    color: #FFFFFF;
    padding-bottom: 16px;
}

.main-container p{
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

#btn-head{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
}


#main-header .btn-f{
    background-color: #469165;
    border: none;
    border-radius: 4px;
    width: 251px;
    padding: 16.5px;
    text-align: center;
    cursor: pointer;
}

#btn-head .btn-f:hover{
    background-color: darkslategrey;
}

.btn-f a{
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    display: flex;
    gap: 10px;
}

#btn-head .btn-s{
    background: transparent;
    border: 1px solid #ffffffda;
    color: #ffffff;
    border-radius: 4px;
    padding: 16.5px;
    cursor: pointer;
}

#btn-head .btn-s:hover{
    background-color: darkslategrey;
}

.btn-s a{
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
}

.section-1 {
  max-width: 1600px;
  margin: auto;
  text-align: center;
}

.section-1 h2{
    font-size: 48px;
    font-weight: bold;
    padding-bottom: 36px;
    color: #001931;
}

.section-1p {
   font-size: 16px;
   line-height: 20px;
   color: #627382;
   margin-bottom: 44px;
}

.cards {
  display: flex;
  justify-content: space-around;
  gap: 24px;
  height: auto;
}

.card {
  background: #FFFFFF;
  padding: 69.5px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 #00000018;
}

.card .icon {
  width: 45px;
  height: 45px;
  background: #F95555;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 32px;
}

.card h3{
    font-size: 24px;
    font-weight: 600;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #001931;
}

.card p{
    font-size: 16px;
    line-height: 20px;
    color: #627382;
}

.section-2 {
  padding: 80px 20px;
  background: #ffffff;
}

.section-2main {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.section-2img img {
  max-width: 100%;
  border-radius: 12px;
}

.section-2para {
  max-width: 520px;
}

.section-2para h5{
    font-size: 16px;
    line-height: 20px;
    color: #469165;
    padding-bottom: 16px;
}

.section-2para h2 {
  font-size: 48px;
  font-weight: bold;
  color: #001931;
  padding-bottom: 16px;
  
}

.section-2para p {
  font-size: 16px;
  line-height: 20px;
  color: #627382;
  padding-bottom: 40px;
}

.section-2para ul{
  list-style: none;
}

.section-2para li {
  font-size: 16px;
  line-height: 20px;
  color: #001931;
  padding-bottom: 16px;
  display: flex;
  gap: 7.87px;
}

.section-3{
    text-align: center;
    background-color: #F7F6F2;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 85%;
    height: 384px;
    border: none;
    border-radius: 12px;
}

.section-3box{
    text-align: center;
    padding: 80px 40px;
}

.section-3para h2{
    font-size: 40px;
    font-weight: bold;
    color: #001931;
    padding-bottom: 16px;
}

.section-3para p{
    font-size: 16px;
    line-height: 24px;
    color: #627382;
    padding-bottom: 24px;
}

.section-3para button{
    background-color: #469165;
    border: none;
    border-radius: 4px;
    padding: 16.5px 16px;
    margin-bottom: 16px;
    cursor: pointer;
    box-shadow: 0 10px 20px 0 #0000002a;
}

.section-3para button:hover{
    background-color: darkslategrey;
}

.section-3para button a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    text-align: center;
    gap: 10px;
}

.section-3para h5{
    font-size: 16px;
    line-height: 20px;
    color: #627382;
}

footer #footer{
    background-color: #001931;
    margin-top: 120px;
    height: 348px;
}

#footer .footer-contain{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 1360px;
    padding-top: 120px;
    padding-bottom: 80px;
}

.footer-contain .footer-left img{
    font-size: 350px;
}

.footer-contain .footer-right h4{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF;
    padding-bottom: 16px;
}

.footer-right .footer-logo{
    display: flex;
    width: 92px;
    gap: 16px;
    align-items: center;
    cursor: pointer;
}

.footer-logo img{
    width: 20px;
    height: 20px;
}

/* .footer-border{
    height: auto;
    margin: 0 auto;
    border-top: 1px solid #d7d7d7d7;
} */

/* .copy{
    font-size: 16px;
    line-height: 24px;
    color: #FAFAFA;
    margin: 110px auto 30px;
    text-align: center;
    padding-bottom: 30px;
    
} */

.copyrights{
    background-color: #001931;
    font-size: 16px;
    font-weight: 24px;
    color: #FAFAFA;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #d5d5d5d5;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}