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

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

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;
}

img {
  vertical-align: top;
}

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

html {
  scroll-behavior: smooth;
}

/* Font family*/
/* Font size*/
/* Media*/
/* Color*/
/* Font family*/
/* Font size*/
/* Media*/
/* Color*/
header {
  display: flex;
  width: 100%;
  background-color: #5353da;
  justify-content: center;
}

header .container {
  width: 100%;
  max-width: 1200px;
}

header .container .header-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

header .container .header-wrap .logo {
  width: 200px;
  font-size: 25px;
  color: #fcfbf9;
  padding: 10px;
}

header .container .header-wrap nav {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 720px) {
  header .container .header-wrap nav {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(218, 154, 57, 0.87);
    height: 1900px;
    transform: translateX(100%);
  }
}

header .container .header-wrap a {
  color: #fcfbf9;
  font-size: 25px;
  padding: 10px;
}

@media (max-width: 720px) {
  header .container .header-wrap a {
    display: block;
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
  }
  header .container .header-wrap a:first-of-type {
    margin-top: 150px;
  }
}

header .container .header-wrap .on {
  transform: translateX(0%);
}

header .container .header-wrap .burger {
  display: none;
}

@media (max-width: 720px) {
  header .container .header-wrap .burger {
    display: inline-block;
  }
}

header .container .header-wrap .burger div {
  width: 50px;
  height: 5px;
  border: 1px solid white;
  border-radius: 5px;
  background-color: #fcfbf9;
  margin: 2px;
}

.wrapper {
  width: 100%;
  height: 100%;
}

.wrapper main {
  width: 100%;
  height: 100%;
  background-image: url(../img/background.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.wrapper main .main-container {
  width: 100%;
  text-align: center;
}

.wrapper main .main-container img {
  margin-top: -10px;
}

@media (max-width: 400px) {
  .wrapper main .main-container img {
    width: 100px;
  }
}

.wrapper main .main-container h1 {
  font-size: 70px;
  font-family: "Kiwi Maru", serif;
  color: #fcfbf9;
}

@media (max-width: 400px) {
  .wrapper main .main-container h1 {
    font-size: 35px;
    width: 300px;
  }
}

.wrapper main .main-container p {
  font-family: "Kiwi Maru", serif;
  font-size: 15px;
  color: #fcfbf9;
  padding-top: 30px;
}

@media (max-width: 400px) {
  .wrapper main .main-container p {
    font-size: 15px;
  }
}

.wrapper main .main-container .time {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: 30px 0px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 720px) {
  .wrapper main .main-container .time {
    max-width: 400px;
  }
}

.wrapper main .main-container .time .days,
.wrapper main .main-container .time .hours,
.wrapper main .main-container .time .minutes,
.wrapper main .main-container .time .seconds {
  float: left;
  color: #fcfbf9;
  width: 100%;
  width: calc(100% / 4);
  font-family: "Lexend", sans-serif;
}

.wrapper main .main-container .time label {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 60px;
}

.wrapper main .main-container .time span {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 15px;
  padding: 10px 0px;
  font-family: "Kiwi Maru", serif;
}

.wrapper main .main-container form {
  text-align: center;
}

.wrapper main .main-container form p {
  font-family: "Kiwi Maru", serif;
  font-size: 25px;
}

.wrapper main .main-container form input {
  width: 30%;
  height: 20px;
  border-bottom: 3px solid #fcfbf9;
  background-color: transparent;
}

.wrapper main .main-container form button {
  background-color: red;
  width: 100px;
  height: 40px;
  border-radius: 25px;
  color: #fcfbf9;
  margin-top: 10px;
  font-size: 15px;
}

.wrapper main .main-container .icon-scroll {
  width: 40px;
  height: 70px;
  border-radius: 25px;
  border: 3px solid #fcfbf9;
  margin-left: calc(50% - 20px);
  margin-top: 20px;
}

.wrapper main .main-container .icon-scroll .scroll {
  width: 8px;
  height: 8px;
  background: #fcfbf9;
  margin-left: calc(50% - 4px);
  border-radius: 5px;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  from {
    top: 0%;
    opacity: 1;
  }
  to {
    bottom: 100%;
    opacity: 0;
    transform: translateY(47px);
  }
}

.wrapper section {
  display: flex;
  width: 100%;
  height: 500px;
  justify-content: center;
}

@media (max-width: 720px) {
  .wrapper section {
    height: 900px;
  }
}

.wrapper section .block {
  display: inline-block;
  width: 100%;
  padding-top: 100px;
}

@media (max-width: 720px) {
  .wrapper section .block {
    height: 100%;
  }
}

.wrapper section .block .block-left {
  float: left;
  width: 50%;
}

@media (max-width: 720px) {
  .wrapper section .block .block-left {
    width: 100%;
  }
}

.wrapper section .block .block-left h2 {
  font-family: "Kiwi Maru", serif;
  font-size: 25px;
  padding-left: 10px;
}

@media (max-width: 400px) {
  .wrapper section .block .block-left h2 {
    font-size: 35px;
    width: 300px;
  }
}

.wrapper section .block .block-left p {
  font-family: "Kiwi Maru", serif;
  font-size: 15px;
  padding: 10px;
}

.wrapper section .block .block-left p span {
  color: red;
  font-size: 15px;
}

.wrapper section .block .block-left .file {
  width: 50%;
  width: 400px;
  height: 10px;
}

.wrapper section .block .block-left label {
  font-family: "Kiwi Maru", serif;
  font-size: 15px;
}

.wrapper section .block .block-left progress::-webkit-progress-value {
  background: #5353da;
}

.wrapper section .block .block-left div {
  padding: 10px;
}

@media (max-width: 920px) {
  .wrapper section .block .block-left {
    width: 100%;
  }
}

.wrapper section .block .block-right {
  float: left;
  width: 50%;
}

.wrapper section .block .block-right h2 {
  font-family: "Kiwi Maru", serif;
  font-size: 25px;
  padding-left: 10px;
}

@media (max-width: 720px) {
  .wrapper section .block .block-right h2 {
    font-size: 15px;
  }
}

.wrapper section .block .block-right p {
  font-family: "Kiwi Maru", serif;
  font-size: 15px;
  padding: 10px;
}

.wrapper section .block .block-right p span {
  color: red;
  font-size: 15px;
}

.wrapper section .block .block-right form {
  width: 100%;
  margin-top: 40px;
}

.wrapper section .block .block-right form .name {
  width: 49%;
  float: left;
  border-bottom: 1px solid grey;
  padding: 3px 0;
}

.wrapper section .block .block-right form .email {
  width: 49%;
  float: right;
  border-bottom: 1px solid grey;
  padding: 3px 0;
}

.wrapper section .block .block-right form .textarea {
  width: 100%;
  border-bottom: 1px solid grey;
  resize: none;
  margin-top: 25px;
  padding: 6px 0;
  height: 70px;
}

.wrapper section .block .block-right form button {
  background-color: red;
  color: #fcfbf9;
  width: 150px;
  height: 40px;
  font-family: "Kiwi Maru", serif;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 60%;
  margin-top: 10px;
}

.wrapper footer {
  background-color: #5353da;
  width: 100%;
  display: flex;
  justify-content: center;
}

.wrapper footer .footer-box {
  width: 100%;
  text-align: center;
}

.wrapper footer .footer-box .icon-box {
  text-align: center;
  justify-content: center;
  display: inline-block;
  width: 100%;
}

.wrapper footer .footer-box .fa {
  width: 50px;
  color: #fcfbf9;
  height: 50px;
  padding: 15px;
}

.wrapper footer .footer-box .fa-facebook:hover,
.wrapper footer .footer-box .fa-twitter:hover,
.wrapper footer .footer-box .fa-google:hover,
.wrapper footer .footer-box .fa-linkedin:hover,
.wrapper footer .footer-box .fa-youtube:hover,
.wrapper footer .footer-box .fa-instagram:hover,
.wrapper footer .footer-box .fa-pinterest:hover {
  background-color: red;
  color: #fcfbf9;
}

.wrapper footer .footer-box p {
  font-family: "Kiwi Maru", serif;
  font-size: 15px;
  color: #fcfbf9;
}

@media (max-width: 400px) {
  .wrapper footer .footer-box img {
    width: 100px;
  }
}

.wrapper footer .footer-box .arrow {
  position: absolute;
  height: 45px;
  width: 45px;
  border: 1px solid red;
  background-color: red;
  right: 200px;
  top: 1220px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper footer .footer-box .arrow a {
  font-size: 20px;
}

.wrapper .container {
  width: 100%;
  max-width: 1200px;
  padding: 3%;
}

@media only screen and (max-width: 720px) {
  .wrapper .container {
    max-width: 98%;
  }
}
