/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@font-face {
  font-family: "Fontspring-DEMO-theseasons-bd";
  src: url("../fonts/Fontspring-DEMO-theseasons-bd.otf") format("opentype");
}
@font-face {
  font-family: "Fontspring-DEMO-theseasons-bdit";
  src: url("../fonts/Fontspring-DEMO-theseasons-bdit.otf") format("opentype");
}
@font-face {
  font-family: "Fontspring-DEMO-theseasons-it";
  src: url("../fonts/Fontspring-DEMO-theseasons-it.otf") format("opentype");
}
@font-face {
  font-family: "Fontspring-DEMO-theseasons-ltit";
  src: url("../fonts/Fontspring-DEMO-theseasons-ltit.otf") format("opentype");
}
@font-face {
  font-family: "Fontspring-DEMO-theseasons-reg";
  src: url("../fonts/Fontspring-DEMO-theseasons-reg.otf") format("opentype");
}
/* ZERO */
html {
  scroll-behavior: smooth;
}

img {
  pointer-events: none;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: Ubuntu, Cantarell, sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

ul {
  margin: 0 !important;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  padding: 0 25px;
}
