*{
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
}
:root{
    --x :  #005338;
    --y :   #a40026;
    --z :   #d4e9e2;
}

html body{
    width: 100%;
}

.navbar{
    width: 100%;
    height: auto;
    background-color: white;
    padding: 20px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%), 0 2px 2px rgb(0 0 0 / 6%),
    0 0 2px rgb(0 0 0 / 7%);
}
.navbar-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
   width: 100%;
    margin: 0;
    
}

.navbar ul{
    display: flex;
    align-items: center;
    list-style: none;
}
.navbar li{
    margin: 0;
    font-weight: bold;
    
    
}
.navbar a{
    color: #000 ;
    text-decoration: none;
    margin-left: 24px;
    list-style: none;
    font-size: 14px;
}
.navbar a:hover{
    color: var(--x);
}
.navbar img{
    width: 100px;
    margin-right: 20px;
}
.navbar-left{
    text-transform: uppercase;
    margin-left: 20px;
    flex: 1;
}

.navbar-right li:first-child{
    display: flex;
    align-items: center;
}
.navbar-right i{
    margin-right: 5px;
}
.navbar-right li:nth-child(2){
    margin: 0 50px;
}
.btn-darkoutline{
    cursor: pointer;
    display: inline-block;
    background: none;
    border: 1px #000 solid;
    border-radius: 50px;
    padding: 7px 16px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border-color: #000;
    color: #000;
}
.btn-dark{
    cursor: pointer;
    display: inline-block;
    background: none;
    border: 1px #000 solid;
    border-radius: 50px;
    padding: 7px 16px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    background-color: #000;
  color: #fff;
}
.btn-darkoutline:hover{
    background-color: rgba(0, 0, 0, 0.06);
}
.btn-dark:hover{
    background-color: #333;
}


.box-one{
    display: flex;
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows:100% ;
    background-color: #006241;
    margin: 30px 50px;

}
.box-one img{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-img{
    text-align: center ;
    
}
.text-img h1{
    font-size: 50px;
    color: white;
    margin-bottom: 30px;
    word-spacing: 10px;
}
.text-img p{
    font-size: 21px;
    line-height: 1.7;
    font-weight: 500;
    color: white;
    margin-bottom: 20px;
}

.btn-in{
    background-color:  #006241 ;
    border: 2px solid white;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    color: white;
}
.btn-in:hover{
    background-color: #004f35;
}

/* box-2 */
.box-two{
    display: flex;
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows:100% ;
    background-color: var(--y);
    margin: 30px 50px;

}
.box-two img{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-img{
    text-align: center ;
    padding: 120px;
    
}
.text-img h1{
    font-size: 50px;
    color: rgba(255, 255, 255, 0.615);
    margin-bottom: 30px;
    word-spacing: 10px;
}
.text-img p{
    font-size: 21px;
    line-height: 1.7;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.612);
    margin-bottom: 20px;
}

.btn-two{
    background-color: var(--y) ;
    border: 2px solid rgba(255, 255, 255, 0.612);
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.616);
}
.btn-two:hover{
    background-color: #8e0007;
}

#three{
    height: 414px;
}

#three .text-img{
    padding: 80px;
    
}

#three h1{
    font-size: 25px;
    font-weight: 500;
    word-spacing: 0;

}
#three p{
    font-weight: 500;
    font-size: 18px;
}

/* box-3 */
.box-three{
    display: flex;
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows:100% ;
    background-color: #f39c12;
    margin: 30px 50px;

}
.box-three img{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-img{
    text-align: center ;
    
}
.box-three .text-img h1{
    font-size: 50px;
    color: rgba(0, 0, 0, 0.616);
    margin-bottom: 30px;
    font-weight: 500;
    word-spacing: 0;
}
.box-three .text-img p{
    font-size: 21px;
    line-height: 1.7;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.604);
    margin-bottom: 20px;
}

.box-three .btn-three{
    background-color:   #f39c12 ;
    border: 2px solid rgba(0, 0, 0, 0.61);
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.619);
}
.btn-three:hover{
    background-color:  #e79005;
}


.box-four{
    display: flex;
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows:100% ;
    background-color: #f9e79f;
    margin: 30px 50px;

}

.box-four img{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-img{
    text-align: center ;
    
}
.box-four .text-img h1{
    font-size: 50px;
    color: rgba(0, 0, 0, 0.616);
    margin-bottom: 30px;
    word-spacing: 10px;
}
.box-four .text-img p{
    font-size: 21px;
    line-height: 1.7;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.653);
    margin-bottom: 20px;
}

.box-four .btn-five{
    background-color: #f9e79f ;
    border: 2px solid rgba(0, 0, 0, 0.616);
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.648);
}
.btn-five:hover{
    background-color: #ffe57d;
}
.contents{
    display: flex;
    padding: 40px 400px;
    flex-direction: column;
}
.para{
    margin-top: 40px;
    font-size: 13px;
    line-height: 2;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.para a{
    color: #000;
}
#origin{
    margin-top: 100px;
}
.bar{
    width: 100%;
    height: 0;
    border: 1px solid rgba(0, 0, 0, 0.096);
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%), 0 2px 2px rgb(0 0 0 / 6%),
    0 0 2px rgb(0 0 0 / 7%);
}
.block{
    display: grid;
    grid-template-columns: 400px;
    gap: 10px;
    display: flex;
    margin-left: 10px;
    margin-top: 20px;
    
    
}
.block p{
    margin: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #00000088;
    
    
}

.block p:hover{
    color: #000;
}

.block h5{
    /* margin-left: 30px; */
    margin: 15px 0 35px 30px;
    font-size: 18px;
    font-weight: 500;
}
.bar-1{
    /* margin-bottom: 20px; */
    width: 95%;
    height: 0;
    border: 1px solid rgba(0, 0, 0, 0.096);
    margin-left: 2.5%;
    

}

footer{
    margin-top: 30px;
    margin-left: 40px;
}
 
footer ul{
    display: flex;
    margin-bottom: 10px;
    margin-right: 20px;
    
    
}
footer li{
    margin-left: 15px;
    text-decoration: none;
    list-style: none;
}
footer p{
    margin-top: 25px;
}
.word{
    font-size: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
}