*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Arimo', sans-serif;
}

/* ----- Start header ------ */

#mynavbar li a{
    color: black;
}
.btn-green{
    background-color: #1ab58a;
    padding: 8px 25px;
    border-radius: 5px;
    margin-left: 10px;
}
.btn-green a {
    font-size: 16px;
    color: white;
    font-weight: 400;
    text-decoration: none;
}

/* ----- End header ------ */

/* ----- Start Banner ------ */
#banner{
    background-image: url(../img/Laffo_banner.png); 
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#banner h1{
    font-size: 60px;
    color: #1ab58a;
    font-weight: 700;
}

#banner h1 span{
    font-size: 60px;
    color: #3d5d84;
}
#banner p{
    font-size: 28px;
}
#banner h2{
    font-size: 50px;
    font-weight: bold;
    color: #3d5d84;
}
#banner .btn-connect{
    width: max-content;
    height: max-content;
    padding: 15px;
    margin-top: 20px;
    background-color: #5c95a9;
    border: none;
    color: white;
    font-weight: 1000;
    border-radius: 10px;
    text-decoration: none;
}
#banner .btn-connect:hover{
    background-color: #1ab58a;
}
/* ----- End Banner ------ */

/* ----- Start Brands ------ */

#brands .row{
    justify-content: center;
}
#brands h1{
    color: #3d5d84;
    font-size: 50px;
    font-weight: 700;
}
.btn-brands{
    width: max-content;
    height: max-content;
    padding: 15px;
    background-color: #3d5d84;
    border: none;
    color: white;
    font-weight: 1000;
    margin: 50px auto;
    border-radius: 10px;
}
.btn-brands:hover{
    color: white;
    background-color: #1ab58a;
}

.box img{
    margin-top: 20px;
    width: 100%;
}

/* ----- End Brands ------ */

/* ----- Start occasion ------ */

#occasion .row{
    justify-content: center;
}

#occasion h1{
    font-size: 50px;
    color: #3d5d84;
    font-weight: 700;
}

#occasion h3{
    font-size: 28px;
    font-weight: 600;
}
    
/* ----- End occasion ------ */

/* ----- Start Eperience ------ */
#experience img{
    width: 100%;
}
.experience_rignt h2{
    margin: 15px 0px;
    color: #39816d;
    font-size: 45px;
    font-weight: 700;
}
.experience_rignt h2 span{
    color: #3d5d84;
}
.experience_rignt p{
    font-size: 24px;
    margin-bottom: 0;
}
.experience_rignt h3{
    color: #3d5d84;
    font-size: 36px;
    font-weight: 600;
}
.btn-experience{
    width: max-content;
    padding: 15px 25px;
    margin-top: 20px;
    background-color: #3d5d84;
    border-radius: 8px;
    color: white;
    border: none;
    text-decoration: none;
    margin: auto;
}
.btn-experience:hover{
    color: white;
    background-color: #1ab58a;
}
/* ----- End Eperience ------ */

/* ----- Start process ------ */

.process_sub_main{
    width: 85%;
    align-items: center;
    justify-content: center;
    margin: auto;
}

#process h1{
    font-size: 50px;
    color: #3d5d84;
    font-weight: 700;
    margin-top: 20px;
}

.process_img {
    min-width: fit-content;
}
.process_img img{
    width: 100%;
}

#process .process_step{
    margin-left: -14px;
    min-width: 250px;
    height: min-content;
    background-color: #3d5d84;
    padding: 10px 20px 10px 20px;
}
#process .process_step p{
    font-size: 25px;
    font-weight: 700;
    color: #72bea9;
    margin-bottom: 5px;
}
#process .process_step span{
    font-size: 25px;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
    line-height: 0;
}
.process_text{
    display: flex;
    align-items: center;
    width: 100%;
    height: 180px;
    background-color: white;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 10px;
}
.process_text p{
    font-size: 20px;
    padding: 0 40px;
    margin-bottom: 0;
}

/* ----- End process ------ */



/* ----- Start Benfits  ------ */

#benfits{
    margin-top: 50px;
}
.benfits-sub{
    align-items: center;
}
.benfits_img img{
    width: 100%;
}
.benfits_text {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-left: -130px;
    padding: 20px;
}
.benfits_text h2{
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #3d5d84;
}
.benfits_text h4{
    font-size: 30px;
    padding: 5px 0px;
}

.benfits_text li i{
    color: #1ab58a;
    padding: 8px;
}
.benfits_text ul{
margin-bottom: 1rem;
}

.benfits_text li{
    list-style-type: none;
    font-size: 22px;
}
.benfits_text li i{
    margin-right: 10px;
}
.btn-benfits-text{
    width: max-content;
    padding: 10px;
    margin-top: 100px;
    background-color: #3d5d84;
    border-radius: 8px;
    color: white;
    border: none;
    text-decoration: none;
    margin: auto;
}
.btn-benfits-text:hover{
    color: white;
    text-decoration: none;
    background-color: #1ab58a;
}

/* ----- End Benfits  ------ */

/* ----- Start Connect  ------ */

.connect_main{
    background-color: #284f7e;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    border: 4px solid white;
}

.connect_img img{
    width: 100%;
}

.connect_text h2{
    font-size: 42px;
    font-weight: 700;
    color: white;
}
.connect_text p{
    font-size: 25px;
    color: white;
    margin-bottom: 0px;
}
.connect_text span{
   color: #1ab58a;
}

/* ----- End Connect  ------ */

/* ----- Start Footer  ------ */

footer{
    margin-top: -150px;
    background-color: black;
    overflow: hidden;
}
.footer_sub{
    display: flex;
    justify-content: space-between;
}
footer .part{
    color: white;
    padding-top: 180px;
}
footer .part a{
    color: white;
}
footer .part i{
    padding-right: 15px;
    color: #1ab58a;
    font-size: 24px;
}
.copyright {
    text-align: center;
    padding: 20px 20px;
    color: white;
  }

/* ----- End Footer  ------ */

@media (max-width:900px){
    .process_text p{
        font-size: 16px;
        padding: 10px 20px;
    } 

    .benfits_text {
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        margin-left: -130px;
        padding: 20px;
    }
    .benfits_text h2{
        font-size: 30px;
        padding: 0px;
    }
    .benfits_text h4{
        font-size: 20px;
        padding: 0px 0px;
    }
        
    .benfits_text li{
        font-size: 16px;
    }
    .btn-benfits-text{
        padding: 10px;
        margin-top: 0px;
    }
    .connect_text h2{
        font-size: 26px;
    }
    .connect_text p{
        font-size: 18px;
    }
    footer .part p{
      font-size: 14px;
    }
 
}
@media (max-width:767px){
    #banner h1{
        font-size: 40px;
    }
    
    #banner h1 span{
        font-size: 40px;
    }
    #banner p{
        font-size: 20px;
    }
    #banner h2{
        font-size: 30px;
    }
    .benfits-sub{
        flex-direction: column;
    }
    .process_sub_main{
        flex-direction: column;
    }
    #process .process_step{
        flex-direction: column;
        margin-left: 0px;
        margin-top: -15px;
        width:60%;
        height: min-content;
        background-color: #3d5d84;
        text-align: center;
        border-radius: 10px;
    }
    
    .process_text{
        font-size: 16px;
        padding: 0 20px;
        text-align: center;
    }
    .benfits_text{
        margin-left:0px;
    }
    .benfits_text h2{
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 10px;
        color: #3d5d84;
    }
    .experience_rignt h2{
        font-size: 38px;
        font-weight: 700;
    }
   
    footer{
        margin-top: 20px;
    }
    .footer_sub{
        flex-direction: column;
        margin-top: 0px;
        text-align: center;
    }
    footer .part{
        padding-top: 20px;
    }
    
}