body {
  width: 100%;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  max-width: 1600px; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.section {
  width: 100%;
  max-width: 1600px;
  height: auto; }
  .section__dark-blue {
    background-color: #2e3b4e; }
  .section__pink-forest {
    background: url("../img/2-bg.png") no-repeat; }
  .section__purple {
    background: url("../img/montain-bg.png") no-repeat; }
  .section__photography {
    background: url("../img/food.png") no-repeat; }

/* the end all section */
.container {
  max-width: 1180px;
  margin: 0 auto; }
  .container__header {
    max-width: 1600px;
    margin: 0 auto; }
  .container__purple {
    max-width: 1600px;
    height: 550px;
    background-color: rgba(82, 37, 98, 0.8); }
  .container__white {
    max-width: 1600px; }

.header {
  width: 100%;
  max-width: 1600px;
  height: 890px;
  background: url("../img/first_bg.png") center center no-repeat;
  background-size: cover; }

.nav {
  padding: 30px 30px 30px;
  border-bottom: 1px solid #413140;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 210px; }
  .nav__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none; }
  .nav__logo__title {
    font-size: 12px;
    font-style: italic;
    color: #efeeef;
    padding-left: 10px;
    margin-bottom: 7px; }
  .nav__main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style-type: none;
    font-weight: 400;
    font-size: 13px; }
  .nav__link {
    margin-right: 50px;
    text-decoration: none;
    color: #fff; }
  .nav__link:hover {
    border-bottom: 3px solid #fff;
    padding-bottom: 40px;
    -webkit-transition: .1s;
    transition: .1s; }

#check-menu {
  display: none; }

.search__form {
  position: relative; }

.search__input {
  width: 220px;
  height: 42px;
  padding-left: 15px;
  border-radius: 42px;
  border: 2px solid #324b4e;
  background: #fff;
  outline: none;
  position: relative;
  -webkit-transition: .3s linear;
  transition: .3s linear; }
  .search__input:focus {
    width: 230px; }

.search__button {
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  position: absolute;
  top: -2px;
  right: 0; }
  .search__button:before {
    content: "\f002";
    font-family: FontAwesome;
    color: #324b4e; }
  .search__button:hover {
    cursor: pointer; }

.intro {
  margin-top: 275px;
  margin-left: 220px;
  max-width: 510px;
  text-align: right; }
  .intro__title {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 70px; }
  .intro .button__wrapper {
    display: inline-block; }
  .intro__button {
    text-decoration: none;
    background-color: #8824cd;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 60px;
    border-top: 1px solid #b87ce1;
    border-radius: 42px;
    color: #fff; }
  .intro__button:hover {
    background-color: #5a4659; }
  .intro__sub-button {
    text-align: center;
    margin-top: 42px;
    font-size: 12px;
    opacity: .7; }

.offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 820px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 140px; }
  .offer__inner {
    max-width: 400px;
    margin-top: 80px; }
  .offer__title {
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase; }
  .offer__text {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    opacity: .8; }

.started {
  text-align: center;
  padding: 150px 0 215px; }
  .started__title {
    font-size: 35px;
    font-weight: 300;
    padding-bottom: 25px; }
  .started__text {
    max-width: 450px;
    font-size: 15px;
    font-weight: 400;
    margin: 0 auto 55px;
    opacity: .8;
    line-height: 26px; }
  .started__button {
    text-decoration: none;
    background-color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 22px 92px;
    border-top: 1px solid #fff;
    border-radius: 42px;
    color: #d54c63; }
  .started__button:hover {
    background-color: #c7576d;
    color: #fff; }

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 495px; }
  .heading__img {
    max-width: 629px;
    max-height: 495px; }
  .heading__inner {
    color: #000;
    padding: 95px 0 125px;
    max-width: 653px;
    margin: 0 30px 0 100px;
    color: #3a4d60; }
  .heading__title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .heading__sub-title {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 37px; }
  .heading__text {
    font-size: 17px;
    font-weight: 400; }

.rush {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 777px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 155px 0 140px;
  text-align: center; }
  .rush__title {
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 35px;
    margin: 0 auto; }
  .rush__text {
    color: #a87bb7;
    font-size: 20px;
    font-weight: 400; }
  .rush__button {
    text-decoration: none;
    background-color: #8824cd;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 60px;
    border-top: 1px solid #b87ce1;
    border-radius: 42px;
    color: #fff; }
  .rush__button:hover {
    background-color: #5a4659; }
  .rush__sub-button {
    text-align: center;
    margin-top: 42px;
    font-size: 12px;
    opacity: .7; }
  .rush .button__wrapper {
    margin: 0 auto;
    margin-top: 55px; }

.photography {
  max-width: 530px;
  padding: 370px 0 73px; }
  .photography__button {
    border: 2px solid #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 9px 25px;
    border-radius: 42px;
    color: #fff;
    letter-spacing: 1px; }
  .photography__button:hover {
    background-color: #fff;
    color: #000; }
  .photography__title {
    margin: 40px 0 30px;
    font-size: 40px;
    font-weight: 400; }
  .photography .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .photography .author__about {
      margin-left: 15px;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 1px; }

.heading--second {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.heading__inner--second {
  margin: 0 30px 0 13%; }

.footer {
  width: 100%;
  max-width: 1600px;
  height: auto;
  background-color: #e7526b; }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__help {
    padding: 45px 0 45px;
    max-width: 565px; }
  .footer__title {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .footer__text {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 35px; }
  .footer__email {
    color: #fff;
    font-size: 18px; }
    .footer__email:hover {
      color: #8824cd; }

.socials {
  font-size: 30px;
  margin-top: 70px;
  text-align: center; }

.twitter {
  color: #78cdf0;
  margin-right: 20px; }

.pinterest {
  color: #fff;
  margin-right: 20px; }

.facebook {
  color: #537bbd; }

.socials .socials--hover:hover {
  color: #8824cd; }

.copyright {
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px; }

/* 1200px - 1300px */
@media screen and (max-width: 1300px) {
  .nav {
    padding-left: 45px; }

  .heading__inner--second {
    margin: 0 30px 0 4%; } }
/* 1130px - 1200px */
@media screen and (max-width: 1200px) {
  .container {
    padding: 0px 20px; } }
/* 980px - 1130px */
@media screen and (max-width: 1130px) {
  .heading__img {
    max-width: 499px;
    max-height: 495px; }

  .heading__inner {
    padding: 25px 0 40px;
    margin: 0px 30px 0 30px; } }
/* 840px - 980px */
@media screen and (max-width: 980px) {
  .heading__img {
    max-width: 340px;
    max-height: 225px;
    -ms-flex-item-align: center;
        align-self: center; }

  .nav {
    padding-left: 30px; }
    .nav__link {
      margin-right: 20px; }

  .search__input {
    width: 220px; }
    .search__input:focus {
      width: 230px; }

  .search__form {
    position: relative;
    padding: 15px 0; }

  .search__button {
    right: 15px;
    top: 15px; }

  /*Nav*/
  .nav__main-menu:hover .nav__link {
    -webkit-filter: blur(0px);
            filter: blur(0px); }

  .nav__main-menu:hover .nav__link:hover {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    border-bottom: 0; }

  /*nav Burger*/
  .burger__wrapper {
    margin: 20px 20px 0 0;
    width: 250px;
    position: relative;
    color: white;
    text-align: center;
    height: 40px; }

  #check-menu {
    display: none; }

  .burger__label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    line-height: 40px; }

  .burger__line {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 35px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: .5s all;
    transition: .5s all; }

  .second, .third {
    top: 18px; }

  .fourth {
    top: 28px; }

  .nav__main-menu {
    display: block;
    position: absolute;
    width: 250px;
    bottom: 0;
    right: 25px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    max-height: 0;
    font-size: 0;
    overflow: hidden;
    -webkit-transition: .5s all;
    transition: .5s all;
    background-color: rgba(59, 56, 56, 0.4);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    border-radius: 14px; }

  .nav__link {
    display: block;
    margin: 23px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase; }
    .nav__link:hover {
      color: #b87ce1;
      padding-bottom: 0px;
      -webkit-transition: .5s;
      transition: .5s; }

  #check-menu:checked ~ .nav__main-menu {
    max-height: 500px;
    font-size: 15px; }

  #check-menu:checked ~ .first {
    display: none; }

  #check-menu:checked ~ .second {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

  #check-menu:checked ~ .third {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

  #check-menu:checked ~ .fourth {
    display: none; }

  /* the end nav burger*/ }
/* 675px - 840px */
@media screen and (max-width: 840px) {
  .offer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 75px; }

  .intro {
    margin-left: 135px; }

  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .socials {
    margin-bottom: 20px;
    margin-top: 0px; } }
/* 365px - 675px */
@media screen and (max-width: 675px) {
  .heading__img {
    display: none; }

  .intro {
    margin: 275px auto 0px auto;
    text-align: center; }

  .photography {
    padding: 233px 0 73px; } }
/* 270px - 400px */
@media screen and (max-width: 400px) {
  .nav__main-menu {
    right: -30px; }

  .heading {
    max-height: 900px; }

  .started__button {
    padding: 22px 27px; }

  .intro__button {
    padding: 20px 25px; }

  .rush {
    padding: 45px 0 15px; }
    .rush__button {
      padding: 20px 27px; } }

/*# sourceMappingURL=main.css.map */