@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

body .looking_for {
  padding-top: 20px;
  max-width: 1320px;
  margin: 0 auto;
  z-index: 999;
}

body .looking_for .tab-content {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 24px #E4E2EE;
          box-shadow: 0px 6px 24px #E4E2EE;
}

body .looking_for .nav-tabs {
  border: none;
}

body .looking_for .nav-tabs .nav-item {
  margin-right: 10px;
}

body .looking_for .nav-tabs .nav-item a {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1F3347;
}

body .looking_for .nav-tabs .nav-item img {
  margin-right: 10px;
}

body .header {
  padding-top: 21px;
  padding-bottom: 114px;
}

body .header .sign-button {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  background: #FFFDFD;
  border-radius: 4px;
  padding: 16px 47px 16px 47px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  cursor: pointer;
}

body .header .sign-button:hover {
  background: #FFC814;
}

body .header .sign-button a {
  white-space: nowrap;
  text-decoration: none;
  color: #1F3347;
}

body .header h2 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #FFFFFF;
}

body .header .nav-menu {
  margin-right: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .header .nav-menu .responsive_menu {
  display: none;
  color: #000000;
  cursor: pointer;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  font-size: 33px;
  margin-bottom: 9px;
}

body .header .nav-menu .responsive_menu:hover {
  color: #FFC814;
}

body .header .nav-menu .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

body .header .nav-menu .nav-list li a {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-left: 32px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body .header .nav-menu .nav-list li a:hover {
  color: #FFC814;
}

body .main-description {
  padding-bottom: 275px;
}

body .main-description h1 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 76px;
  margin-bottom: 17px;
  color: #FFFFFF;
}

body .main-description p {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 35px;
  color: #FFFFFF;
}

body .main-description .buttons-main .first_button {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  padding: 16px 37px 16px 37px;
  background: #FFFDFD;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  margin-right: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body .main-description .buttons-main .first_button:hover {
  background: #FFC814;
}

body .main-description .buttons-main .second_button {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  padding: 16px 48px 16px 48px;
  background: #FFFDFD;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body .main-description .buttons-main .second_button:hover {
  background: #FFC814;
}

body .looking_for {
  padding-bottom: 20px;
}

body .looking_for .booking_form div {
  max-width: 170px;
  margin-bottom: 37px;
}

body .looking_for .booking_form .butt_contain .butt_book {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #22283C;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #daaaaa;
  padding: 14px 40px 15px 40px;
  border-radius: 4px;
  white-space: nowrap;
}

body .looking_for .booking_form .butt_contain .butt_book:hover {
  background: #FFC814;
  -webkit-box-shadow: 0px 6px 24px rgba(255, 200, 20, 0.4);
          box-shadow: 0px 6px 24px rgba(255, 200, 20, 0.4);
}

body .looking_for .booking_form label {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1F3347;
  margin-bottom: 7px;
  margin-top: 38px;
}

body .looking_for .booking_form input {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 24px #E4E2EE;
          box-shadow: 0px 6px 24px #E4E2EE;
  border-radius: 4px;
  outline: none;
  border: none;
  padding: 14px 8px 15px 10px;
}

body .second-block {
  padding-top: 197px;
  background: url(../img/Travel.png) no-repeat top/80%;
  position: relative;
}

body .second-block .pictures {
  position: relative;
}

body .second-block .pictures .woman {
  position: absolute;
  bottom: -119px;
  right: 122px;
}

body .second-block .second-block-text {
  max-width: 529px;
}

body .second-block .second-block-text::after {
  content: "";
  width: 100%;
  height: 78%;
  position: absolute;
  background: url(../img/desk.png) no-repeat;
  z-index: 1;
  top: 215px;
  left: 494px;
}

body .second-block .second-block-text .main_button {
  margin-top: 50px;
}

body .second-block .second-block-text .main_button a {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  color: #1F3347;
  text-decoration: none;
  background: #FFC814;
  border-radius: 4px;
  padding: 16px 39px 16px 39px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body .second-block .second-block-text .main_button a:hover {
  background: #777575;
}

body .second-block .second-block-text .results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .second-block .second-block-text .results .res h2 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 28px;
  color: #FFC814;
}

body .second-block .second-block-text .results .res p {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #9DA1B4;
  max-width: 88px;
}

body .second-block .second-block-text .about {
  font-family: 'Quick';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 15px;
  color: #FFC814;
}

body .second-block .second-block-text h2 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  text-transform: capitalize;
  color: #1F3347;
}

body .second-block .second-block-text .about_second {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #9DA1B4;
}

body .second-block .second-block-text .arrow_list {
  margin-bottom: 32px;
}

body .second-block .second-block-text .arrow_list p {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #9DA1B4;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.logo {
  background: url(../img/BG.png);
}
/*# sourceMappingURL=style.css.map */