@font-face {
    font-family: "OpenSans"; 
    src: url("/fonts/OpenSans-Light.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
}
@font-face {
    font-family: "BebasNeue"; 
    src: url("/fonts/BebasNeue.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
}
@font-face {
    font-family: "BebasNeueLight"; 
    src: url("/fonts/BebasNeueLight.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
}
/* ЦВЕТА */


html {
    scroll-behavior: smooth;
}

*{
    scroll-behavior: smooth;
}


body{
    width: 90rem;
    margin: 0 auto;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


.header {
    width: 100%;
    height: 450px;
}
.description-content {
    display: flex;
    flex-direction: column;
    height: 450px;
    background-color: hsl(131, 100%, 15%);

    color: white;
    align-items: center;
    text-align: center;
}
.content-title {
    font-size: 110px;
    font-family: "BebasNeue";
    margin: 78px 0px 0px 0px;
}
.content-text {
    font-size: 24px;
    margin: 53px 0px 40px 0px;
    width: 1200px;
    font-family: "OpenSans";
    text-align: justify;
}


.main {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #005c0e5d;
    height: 3380px;

}
.main-container {
    height: 3380px;
    width: 1200px;
    display: flex;
    align-items: center;
    flex-direction: column;
}


.container-title {
    font-size: 60px;
    font-family: "BebasNeue";
    margin: 70px 0px 100px 0px;
}

.area-items {
    width: 1200px;
}

.area-item {
    margin: 0px 0px 100px 0px;
}

.area-title {
    font-size: 40px;
    font-family: "BebasNeue";
    margin: 0px 0px 30px 90px;
    border-left: 3px solid rgb(0, 120, 0);
    padding: 0px 0px 0px 15px;
}

.area-description {
    display: flex;
}

.img {
    
}

.img img{
    width: 600px;
    height: auto;
    border-radius: 35px;
    transition: 0.5s;
}
.img img:hover{
    transition: 0.3s;
    transform: scale(1.5);
}

.conclusion-title{
    font-size: 40px;
    font-family: "BebasNeue";
    margin: 0px 0px 30px 90px;
    border-left: 3px solid rgb(0, 120, 0);
    padding: 0px 0px 0px 15px;
}

.text {
    font-size: 26px;
    font-family: "OpenSans";
    text-align: justify;
    margin: 0px 0px 0px 50px;
}









/* FOOTER */

.footer {
    width: 100%;
    background-color: hsl(131, 100%, 13%);
}
.footer-container{
    height: 520px;
    display: flex;
}
.footer-nav-links {
    margin: 94px 0px 0px 106px;
    list-style-type: none;
}
.footer-nav-link{
    margin: 0px 0px 32px 0px;
}
.footer-nav-link a{
    text-decoration: none;
    color: white;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 36px;
    transition: 0.2s;
    font-family: "BebasNeueLight";
}
.footer-nav-link a:hover{
    color: #4a7ea3;
    transition: 0.2s;
}
.footer-best-places {
    margin: 96px 0px 0px 105px;
    list-style-type: none;
}
.best-place{
    margin: 0px 0px 32px 0px;
}
.best-place a{
    text-decoration: none;
    color: white;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    transition: 0.2s;
    font-family: "BebasNeueLight";
}
.best-place a:hover{
    color: #4a7ea3;
    transition: 0.2s;
}
.footer-about-project{
    width: 573px;
    height: 212px;
    margin: 91px 0px 0px 100px;
    font-family: "BebasNeueLight";
}
.footer-about-project p:nth-child(1){
    margin: 0px 0px 0px 0px;
    font-size: 35px;
    color: white;
}
.footer-about-project p:nth-child(2){
    margin: 17px 0px 0px 0px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: white;
    font-family: "OpenSans";
}
.footer-about-project p:nth-child(3){
    margin: 15px 0px 0px 0px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: white;
    font-family: "OpenSans";
}

.copyright{
    display: flex;
    background-color: hsl(131, 100%, 11%);
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: white;
    font-family: "OpenSans";
}