@font-face {
  font-family: 'Anton-Regular';
  src: url('../fonts/Anton-Regular.eot');
  src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Anton-Regular.ttf') format('truetype'),
       url('../fonts/Anton-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

main {
  display: block;
}

a {
  background: transparent;
  text-decoration: none;
}

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

body {
  font-size: 16px;
  font-family: "Anton-Regular", sans-serif;
  background: url('../images/bg-mobile.png') no-repeat center center / cover;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 700px) {
  body {
    background: url('../images/bg-desktop.png') no-repeat center center / cover;
  }
}

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.tour-section {
  max-width: 100%;
  min-height: 100vh;
  padding: 50px 30px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 700px) {
  .tour-section {
    max-width: 62vw;
    padding: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .tour-section {
    max-width: 62vw;
    padding: 100px;
  }
}

.tour-section__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 700px) {
  .tour-section__inner {
    justify-content: flex-end;
  }
}

.tour-section__inner .wrapper-inner {
  padding-top: 180px;
}

@media screen and (min-width: 700px) {
  .tour-section__inner .wrapper-inner {
    padding-top: 0;
  }
}

.tour-section__inner .img1 {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.tour-section__inner .img2 {
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  display: block;
}

.tour-section__inner .buttons-wrapper {
  gap: 20px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
  .tour-section__inner .buttons-wrapper {
    flex-wrap: nowrap;
  }
}

.tour-section__inner .buttons-wrapper > img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .tour-section__inner .buttons-wrapper > img {
    width: auto;
  }
}

.tour-section__inner .buttons-wrapper .btn {
  width: calc(50% - 10px);
  height: 55px;
  border: 2.57972710059909px solid #fefefe;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.54);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .tour-section__inner .buttons-wrapper .btn {
    width: 240px;
    height: 70px;
  }
}

.tour-section__inner .buttons-wrapper .btn img {
  max-width: 65%;
}

.tour-section__inner .preorder-button .btn {
  color: #fff;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.2em;
  border: 2.57972710059909px solid #fefefe;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.54);
  text-align: center;
  text-transform: uppercase;
  padding: 12px 15px;
  display: block;
}

@media screen and (min-width: 700px) {
  .tour-section__inner .preorder-button .btn {
    font-size: 32px;
  }
}

.tour-section__inner .sponsors-wrapper {
  margin: 0 auto 5px;
  column-gap: 25px;
  row-gap: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.tour-section__inner .sponsors-wrapper img {
  max-width: 150px;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 700px) {
  .tour-section__inner .sponsors-wrapper img {
    margin: 0;
  }
}

@media screen and (min-width: 700px) {
  .tour-section__inner .sponsors-wrapper .sbm-logo {
    max-width: 200px;
  }

  .tour-section__inner .sponsors-wrapper .marshall-logo {
    max-width: 190px;
  }
}

.tour-section__inner .social-wrapper {
  gap: 30px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1025px) {
  .tour-section__inner .social-wrapper {
    gap: 40px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

.tour-section__inner .social-media {
  gap: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 700px) {
  .tour-section__inner .social-media {
    gap: 40px;
  }
}

.tour-section__inner .social-media img {
  max-width: 50px;
}

@media screen and (min-width: 700px) {
  .tour-section__inner .social-media img {
    max-width: 68px;
  }
}
