@import url('https://fonts.googleapis.com/css?family=Montserrat:500');

*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

nav{
    width: 100%;
    height: 143.76px;
    line-height: 100px;
    background-color: rgb(40, 57, 73);
    padding: 0%;
    margin: 0%;
    border: 0%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

li, a, button{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: rgb(212, 212, 212);
    text-decoration: none;
}

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0%;
}

.logo{
    width: 316.8px;
    height: 143.76px;
    cursor: pointer;
}

.nav_links{
    list-style: none;
}

.nav_links li{
    display: inline-block;
    padding: 0px 20px;
}

.nav_links li a{
    transition: all 0.3s ease 0s;
}

.nav_links li a:hover{
    color: rgb(230, 216, 143);
}

button{
    padding: 9px 25px;
    background-color: rgb(152, 141, 86);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

button:hover{
    background-color: rgba(152, 141, 86, 0.6);
}

.tit_1{
    font-family: "Montserrat", sans-serif;
    font-weight: 750;
    text-align: center;
    text-decoration: none;
    font-size: 35px;
    color: rgb(40, 57, 73);
}

.text_1{
    font-family: "Montserrat", sans-serif;
    font-weight: 750;
    text-align: left;
    text-decoration: none;
    font-size: 20px;
    color: rgb(50, 50, 50);
    line-height: 250%;
}

.img_2{
   float: right;
   width: 30%;
   border-radius: 25px;
   height: 20.00976%;
}

.con_1{
    align-content: center;
    margin: 3%;
    justify-content: space-between;
    display: flex;
    width: 85%;
    height: 45%;
}

.con_3{
    background-color: rgb(40, 57, 73);
    padding: 0%;
    border: 0%;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 45%;
}

.con_4{
    background-color: rgb(227, 227, 227);
    padding: 0%;
    border: 0%;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 45%;
}

.img_3{
    width: 35%;
    float: left;
    border-radius: 25px;
    height: 23.3242%;
}

.text_2{
    flex: 1;
    margin-right: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 750;
    text-align: left;
    text-decoration: none;
    font-size: 20px;
    color: rgb(50, 50, 50);
    line-height: 250%;
}

.tit_2{
    margin: 3%;
    margin-left: 6%;
    font-family: "Montserrat", sans-serif;
    font-weight: 750;
    text-align: left;
    text-decoration: none;
    font-size: 35px;
    color: rgb(40, 57, 73);
}

.tit_3{
    margin: 3%;
    font-family: "Montserrat", sans-serif;
    font-weight: 750;
    text-align: center;
    text-decoration: none;
    font-size: 35px;
    color: rgb(40, 57, 73);
    display: block;
}

.con_2{
    align-content: center;
    margin: 3%;
    display: block;
    width: 50%;
    height: auto;
}

.text_1{
    font-family: "Montserrat", sans-serif;
    font-weight: 750;
    text-align: left;
    text-decoration: none;
    font-size: 20px;
    color: rgb(50, 50, 50);
    margin: 3%;
}

.text_3{
    font-family: "Montserrat", sans-serif;
    font-weight: 750;
    text-align: left;
    text-decoration: none;
    font-size: 20px;
    color: rgb(212, 212, 212);
    margin: 3%;
}

.text_4{
    font-family: "Montserrat", sans-serif;
    font-weight: 750;
    text-align: left;
    text-decoration: none;
    font-size: 20px;
    color: rgb(230, 216, 143);
    margin: 3%;
}

.text_5{
    font-family: "Montserrat", sans-serif;
    font-weight: 750;
    text-align: left;
    text-decoration: none;
    font-size: 20px;
    color: darkgrey;
    margin: 3%;
    cursor: pointer;
}

.text_6{
    font-family: "Montserrat", sans-serif;
    font-weight: 750;
    text-align: left;
    text-decoration: none;
    font-size: 25px;
    color: rgb(134, 124, 76);
    margin: 3%;
    cursor: pointer;
}

.l_1{
    height: 6px;
    color: rgb(152, 141, 86);
    border: none;
    background-color: rgb(152, 141, 86);
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.l_2{
    height: 6px;
    color: rgb(152, 141, 86);
    border: none;
    background-color: rgb(152, 141, 86);
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

html {
    scroll-behavior: smooth;
}

.img_4{
    width: 45%;
    height: 27%;
    float: left;
    border-radius: 25px;
}

.l_3{
    height: 6px;
    color: rgb(152, 141, 86);
    border: none;
    background-color: rgb(152, 141, 86);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}