@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #FFFFFF;
    background: #000000;
}


/**************** header ****************/


.header {
    background: #000000;
    height: 61px;
}


.navigation__link {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.04em;

}
.navigation__link:hover {
    color: #fff;
}

.langs .lang {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #5e5d5d;
}


.lang.active {
    font-weight: 700;
    color: #fff;
}




/**************** octagon ****************/


.octagon {
    padding-top: 45px;
    padding-bottom: 100px;
    background-image: url(img/background.jpg);
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%; 
}

.octagon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
    height: 900px;
}
  
  .inner {
    position: relative;
    z-index: 3;
  }

.octagon__heading {
    padding-top: 40px;
    font-weight: 700;
    font-size: 23px;
    line-height: 34px;
    letter-spacing: 0.04em;
}
.octagon__text {
    margin-top: 23px;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.04em;

}

.btn {
    background: #08e2e2;
    height: 60px;  
    width: 350px;
    margin-top: 63px;
}


.octagon__button_link {
    margin-left: 30px;
}
.octagon__button_link:first-child {
    margin-left: 0;
}


.btn:hover {
    background: #2097f6;

}
.btn__text {
    font-weight: 600;
    font-size: 21px;
/*    line-height: 21px;*/
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

.btn__text:hover {
    color: #fff;
}



/**************** services ****************/



.services {
    background: #000000;
    padding-top: 40px;
    padding-bottom: 50px;

}

.services__heading {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    

}
.services__list__item {
    list-style-type: none; 
    margin-bottom: 50px;
}

   
.services__list {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0;

}

.services__link {
    padding-left: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.services__link:hover {
    color: #fff;
}


/**************** footer ****************/



.footer {
    height: 68px;
    background: #26292E;
    

}

.footer___text {
    font-size: 14px;
    line-height: 140%;
    margin: 0;
    display: flex;
    align-items: center;  
}

.footer__link {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 132.5%;
}

.footer__link:hover {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 132.5%;
}
.fivestars {
    display: flex;
    justify-content: end;
}
/* media */

@media screen and (max-width: 1199px) {
    .navigation__link {
        font-size: 13px;
    }
    .services__link {
        padding-left: 15px;
        color: #fff;
        font-size: 13px;
        line-height: 20px;
    }
  }

  @media screen and (max-width: 991px) {
    .navigation__link {
        font-size: 13px;
    }

    .octagon__button_link {
        margin-left: 0;
    }
    .btn {
        margin-top: 30px;
    }
    .btn__text {
        font-size: 18px;
    }
    .octagon__buttons {
        margin-top: 50px;
    }
    .octagon__heading {
        padding-top: 70px;

    }
  }


  
@media screen and (max-width: 767px) {
    .header {
        height: 100px;
    }
    .services {
        padding-bottom: 100px;
    }
    .services__heading {
        font-size: 40px;
    }
    .navigation__link {
        font-size: 15px;
        margin: 10px;
    }
    .services__link {
        font-size: 15px;
    }
    .services__list {
        margin-top: 30px;
    }
    .footer {
        height: 100px;
    }
    .footer___text {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .footer__link {
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fivestars_logo {
        width: 110px;
    }
    .fivestars {
        justify-content: center;
    }
    .copy {
        display: flex;
        justify-content: center;
    }
    .header {
        height: 140px;
    }
    .langs .lang {
        font-size: 15px;
    }
    .navigation__link {
        font-size: 18px;
        padding-top: 5px;
    
    }
  }

  @media screen and (max-width: 575px) {
    .navigation__link {
        display: flex;
        justify-content: center;
        font-size: 15px;
        margin: 5px;
    }
    .services__heading {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .services__link {
        font-size: 25px;
        line-height: 30px;
    }
    .services__list {
        margin-top: 0px;
    }
    .header {
        height: 180px;
    }   
    .langs .lang {
        font-size: 15px;
    }
    .navigation__link {
        font-size: 14px;
        padding-top: 5px;
    }
    .location {
        font-size: 14px;
    }
  }

  
  @media screen and (max-width: 473px) {
    .btn {
        height: 50px;  
        width: 250px;
        margin-top: 20px;
    }
    .btn__text {
        font-size: 14px;
    }
    .octagon__buttons {
        margin-top: 30px;
    }
    .octagon__heading {
        padding-top: 40px;
    }
    .octagon {
        padding-bottom: 60px;
    }
    .services__link {
        font-size: 20px;
        line-height: 30px;
    }
    .footer {
        height: 120px;
    }
  }

  @media screen and (max-width: 400px) {
    .footer {
        height: 150px;

    }
  }