*{
    box-sizing: border-box;
}

body{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
.container{
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
   
}
.none{
    display: none !important;
}
.header{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 100vh;
    background-color: #556983;
    background-image: url("./../header/header-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}
.header-title{
    margin: 0;
    margin-bottom: 25px;
   font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}
.header-subtitle{
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
   
   
}
.header-arrow{
    width: 48px;
    height:48px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50% ,0);
}

/*Portfolio*/
.portfolio{
    padding-top: 80px;
    padding-bottom: 115px;
}
.portfolio-header{
    margin: 0;
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 46px;
    line-height: 130%;
    text-align: center;
    color: #000000;
}
.portfolio-card-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:30px
}
.card{
    padding: 20px;
    width: 540px;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(126, 155, 189, 0.35);

}

.card-img{
    margin-bottom: 20px;
}

.card-title{
    margin: 0;
    margin-bottom: 13px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
     color: #000000;
}
.card-link{
    margin: 0;
    margin-bottom: 13px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
     color: #000000;
     text-decoration: none;
}
.card p { 
    margin: 0;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}

/*footer*/
.footer{
    padding-top: 45px;
    padding-bottom: 130;
    background: #1E4776;
    color: white;
}
.footer-row{
    display: flex;
    flex-direction: row;
    gap:30px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-copiright{
    max-width: 350px;
    color: #7E9EC9;
    line-height: 1.3;
    flex-grow: 1;
}
.footer-copiright-name{
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 15px;
}
.footer-copiright p{
    margin: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}
.footer-icons{
    width: 350px;
    flex-grow: 1;
}
.footer-icons p{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
}
.footer-icons-row{
    display: flex;
    align-items: center;
    gap: 35px;
}
.footer-contacts{
    max-width: 350px;
    flex-grow: 1;
}
.footer-button{
    display: inline-block;
    border: 3px solid #FFFFFF;
    border-radius: 50px;
    height: 50px;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 44px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}
.footer-contacts p{
    margin: 15px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #7E9EC9;
    width: 360px;
    height: 120px;
}
/*footer*/
/*forest-travel.html*/
/*section-header*/
.section__title{
    margin-top: 60px;
    font-weight: 700;
    font-size: 46px;
    line-height: 130%;
    text-align: center;
    color: #000000;

}
.section__img {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.section__page{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section__page-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    width: 730px;
    text-align: center;
}
.section__page-text a{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    color: #000000;
}
.section__page-page{
    padding-bottom: 15px;
}
.section__button{
    display: flex;
    justify-content: center;
    height: 61px;
    margin-top: 60px;
}
.button{
    background: transparent;
    border: 3px solid #275BEC;
    border-radius: 50px;
    width: 301;
    color: #275BEC;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    padding-left: 30px;
    padding-right: 30px;
    padding-right: 20px;
    padding-left: 20px;
}

.page-link{
    color:#275BEC;
    text-decoration: none;
}

/*section-header*/
/*forest-travel.html*/
@import url(../css/media.css);