@import './flexponsive.css';

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
}

html {
  height: 100%;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  height: 100%;
  background: #000;
  color: #fff;
  cursor: default;
  font-size: 14px;
  font-family: 'Jost', sans-serif;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.button {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  background: #B88535;
  border: 2px solid #B88535;
  color: #313131;
  text-decoration: none;
  border-radius: 4px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  padding: 13px;
  transition: opacity 0.2s;
}

.button:hover {
  opacity: 0.9;
}

.header {
  position: relative;
  padding: 16px 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.header__logo a {
  width: 150px;
  display: inline-block;
}

.header__logo a img {
  width: 100%;
  margin-bottom: -10px;
}

.header__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.header__list li + li {
  margin-left: 70px;
}

.header__list li a {
  text-decoration: none;
  color: #F7F7F7;
  transition: opacity 0.2s;
}

.header__list li a:hover {
  opacity: 0.6;
}

.header__container {
  width: 100%;
  display: inline-flex;
  align-items: flex-end;
}

.header__actions {
  margin-left: 36px;
  display: inline-flex;
}

.header__actions a {
  text-decoration: none;
  display: inline-block;
  width: 12px;
  transition: opacity 0.2s;
}

.header__actions a:hover {
  opacity: 0.6;
}

.header__actions a img {
  width: 100%;
}

.header__actions a + a {
  margin-left: 14px;
}

.clickbait {
  background: url('../images/background.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -73px;
}

.clickbait__container {
  padding-top: 173px;
  background: rgba(0, 0, 0, 0.27);
}

.clickbait__title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 46px;
}

.clickbait__input input {
  font-family: 'Jost', sans-serif;
  border-radius: 16px;
  width: 100%;
  border: 1px solid #707070;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  padding: 12px 24px;
  outline: none;
  margin-bottom: 300px;
}

.clickbait__input input::placeholder {
  color: #585858;
}

.clickbait__boxes {
  position: relative;
  z-index: 2;
  margin-bottom: -80px;
}

.clickbait__box {
  text-decoration: none;
  color: #F8D367;
  position: relative;
  display: block;
  height: 250px;
  background: #dbdbdb;
  border-radius: 50px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  transition: filter 0.2s;
}

.clickbait__box:hover {
  filter: brightness(1.25);
}

.clickbait__box-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.clickbait__box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clickbait__box-container {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 10;
  background-image: linear-gradient(transparent, #000);
  font-size: 20px;
  line-height: 24px;
}

.info {
  padding: 150px 0;
  color: #585858;
  background: #fff;
}

.packages__title,
.info__title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
}

.packages {
  background: radial-gradient(circle, rgba(69,69,69,1) 0%, rgba(0,0,0,1) 60%);
  padding: 80px 0;
}

.packages__subtitle {
  text-align: center;
  color: #707070;
}

.packages__boxes {
  margin-top: 48px;
}

.packages__box {
  background: #707070;
  border: 1px solid #fff;
  padding-top: 60px;
  text-align: center;
}

.packages__box-container {
  padding: 0 18px;
}

.packages__box-image {
  width: 100px;
  margin-bottom: 40px;
}

.packages__box_rec {
  position: relative;
  background: linear-gradient(0deg, rgba(147,85,26,1) 0%, rgba(248,211,103,1) 100%);
}

.packages__box-price {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 50px;
}

.packages__box-texts {
  min-height: 128px;
  margin-bottom: 50px;
}

.packages__box-text {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.packages__box-text:not(:last-child) {
  margin-bottom: 10px;
}

.packages__box-button {
  color: #F8D367;
  background: #313131;
  appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 14px 10px;
  transition: color 0.2s, background 0.2s;
}

.packages__box-button:hover {
  background: #F8D367;
  color: #313131;
}

.packages__footer {
  font-size: 16px;
  line-height: 22px;
  margin-top: 48px;
  text-align: center;
}

.packages__footer a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: opacity 0.2s;
}

.packages__footer a:hover {
  opacity: 0.6;
}

.about {
  background: url('../images/background2.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.about__container {
  padding: 120px 0;
  background: rgba(0, 0, 0, 0.8);
}

.about__image {
  width: 100%;
}

.about__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 36px;
}

.about__text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 72px;
}

.about__button {
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #f7f7f7;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  padding: 13px;
  transition: color 0.2s, background 0.2s;
}

.about__button:hover {
  background: #fff;
  color: #313131;
}

.footer {
  background: #1C1C1C;
  padding: 70px 0 90px;
}

.footer__link {
  display: inline-flex;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  transition: opacity 0.2s;
}

.footer__link img {
  height: 24px;
  margin-right: 20px;
}

.footer__link:hover {
  opacity: 0.6;
}

.footer__text {
  font-size: 12px;
  line-height: 18px;
}

.footer__inc {
  font-size: 10px;
  margin-top: 24px;
}

.footer__news {
  margin-top: 20px;
  display: inline-flex;
}

.footer__input {
  font-family: 'Jost', sans-serif;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: none;
  border: 1px solid #f7f7f7;
  font-size: 12px;
  line-height: 18px;
  padding: 12px 18px;
  color: #fff;
  width: 200px;
}

.footer__input::placeholder {
  color: #fff;
}

.footer__button {
  font-family: 'Jost', sans-serif;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 10px;
  line-height: 14px;
  background: #F8D367;
  border: none;
  padding: 12px 22px;
}

.celebrity {
  background: url('../images/background.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -73px;
}

.celebrity__container {
  padding-top: 173px;
  background: rgba(0, 0, 0, 0.71);
}

.celebrity__image {
  position: relative;
  z-index: 100;
  width: 100%;
}

.celebrity__title {
  font-size: 50px;
  line-height: 56px;
  margin-bottom: 28px;
  font-weight: 500;
}

.celebrity__subtitle {
  color: #A7A7A7;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 36px;
}

.celebrity__text {
  color: #A7A7A7;
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
  margin-bottom: 72px;
}

@media screen and (min-width: 576px) {
  .about__buttons {
    width: 300px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .clickbait__box {
    height: 180px;
  }

  .clickbait {
    margin-top: -92px;
  }

  .celebrity {
    margin-top: -92px;
  }

  .clickbait__container {
    padding-top: 180px;
  }

  .celebrity__container {
    padding-top: 180px;
  }

  .header__logo a img {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .header__actions {
    margin-left: 78px;
  }
}

@media screen and (min-width: 768px) {
  .celebrity__title {
    font-size: 120px;
    line-height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .clickbait {
    margin-top: -105px;
  }

  .celebrity {
    margin-top: -105px;
  }

  .clickbait__container {
    padding-top: 200px;
  }

  .celebrity__container {
    padding-top: 200px;
  }
}

@media screen and (min-width: 1200px) {
  .celebrity__image {
    margin-top: -125px;
  }
}

@media screen and (max-width: 576px) {
  .clickbait__box {
    max-width: 300px;
    margin: auto;
  }

  .clickbait {
    margin-top: -120px;
  }

  .celebrity {
    margin-top: -120px;
  }

  .header__logo a {
    margin-right: 10px;
  }

  .header__container {
    flex-direction: column;
  }

  .header__actions {
    margin-top: 12px;
    margin-left: 0;
  }

  .header__list li + li {
    margin-left: 32px;
  }
}
