body {
  background: #000;
  font-family: "Cabin", sans-serif;
  font-size: 2vw;
  font-style: normal;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  padding: 0;
}

a,
p,
h1,
h2,
h3 {
  font-family: "Cabin", sans-serif;
  margin: 0;
}

h1 {
  letter-spacing: 3px;
}

li a {
  text-decoration: none;
  color: #fff;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

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

div {
  margin: 0;
}

.row {
  max-width: 1200px;
  margin: 0 auto;
}

section {
  min-height: 650px;
}

h2 {
  font-size: 2.5vw;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  position: relative;
  margin-top: 0;
  margin-bottom: 1.2rem;
  margin-left: 6px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  h2 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 414px) {
  h2 {
    font-size: 2.8em;
  }
}

h3 {
  text-align: center;
  font-size: 2vw;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  position: relative;
  margin-top: 0;
  margin-bottom: 1.2rem;
  margin-left: 6px;
}
@media screen and (max-width: 820px) {
  h3 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 414px) {
  h3 {
    font-size: 2em;
  }
}

h1 {
  text-align: center;
  font-size: 3vw;
  line-height: 1.5;
  margin-top: 0;
  color: #fff;
}
@media screen and (max-width: 820px) {
  h1 {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 414px) {
  h1 {
    font-size: 3em;
  }
}

p {
  font-size: 20px;
}
@media screen and (max-width: 820px) {
  p,
  ul.section-content li {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 414px) {
  p {
    font-size: 2.5em;
  }
}

a,
a::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.intro-bottom-line:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 12%;
  background-color: black;
  position: absolute;
  margin-top: 35px;
  top: 60%;
  left: 44%;
}

.header-logo a {
  display: block;
  position: fixed;
  margin: 9px 0 0;
  padding: 0;
  outline: 0;
  border: none;
  width: 80px;
}

.d-header {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 500;
  height: 150px;
  padding: 50px 90px;
}
@media screen and (max-width: 414px) {
  .d-header {
    padding-left: 51px;
  }
}

.header-logo {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

img,
video {
  height: auto;
}

.header-logo a {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  width: 80px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav.menu {
  float: right;
  width: 60%;
  margin-top: 4px;
  margin-right: -100px;
}

.main-menu ul {
  list-style: none;
}

.menu ul li {
  display: inline;
}

.menu ul li a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 10px 0px;
  margin-right: calc(18% - 50px);
  position: relative;
  text-decoration: none;
}

.site-logo img {
  width: 200px;
}

nav a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 2px;
  background-color: #ffcc1e;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  left: 0;
  bottom: -2px;
}
nav a:hover:after {
  width: 100%;
  visibility: visible;
  transform: scaleX(1);
}

a.active {
  border-bottom: 2px solid #ffcc1e;
}

.button-container {
  text-align: center;
  padding: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .button-container {
    margin-top: 0;
    padding: 30px 60px;
  }
}
@media screen and (max-width: 414px) {
  .button-container {
    margin-top: 0;
    padding: 30px 30px;
  }
}
@media screen and (max-width: 820px) {
  .button-container a {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 414px) {
  .button-container a {
    font-size: 2em;
  }
}

.btn {
  text-decoration: none;
  padding: 15px 60px;
  margin: 0;
  display: inline-block;
}

.yellow-btn-stroke {
  color: #ffcc1e;
  border: 2px solid #ffcc1e;
}
@media screen and (max-width: 715px) {
  .yellow-btn-stroke {
    width: 100%;
  }
}

.pink-btn-stroke {
  color: #fb2366;
  border: 2px solid #fb2366;
  margin-left: 40px;
}
@media screen and (max-width: 715px) {
  .pink-btn-stroke {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

.btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn:hover {
  color: #000;
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.yellow-btn-stroke::before,
.yellow-btn-stroke::after {
  background: #ffcc1e;
}

.pink-btn-stroke::before,
.pink-btn-stroke::after {
  background: #fb2366;
}

.btn::after {
  left: -38%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.btn:hover:after {
  height: 100%;
  width: 138%;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.copyright {
  margin-top: 30px;
  display: inline-block;
}

@media screen and (max-width: 820px) {
  nav.menu {
    display: none;
  }
}

.hamburger-menu {
  float: right;
  display: none;
  width: 55px;
  height: 40px;
  align-self: center;
  cursor: pointer;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  margin-top: 9px;
  margin-right: -40px;
}
@media screen and (max-width: 820px) {
  .hamburger-menu div {
    height: 5px;
    background: white;
    border-radius: 50px;
    align-self: flex-end;
  }
  .hamburger-menu .top {
    width: 84%;
  }
  .hamburger-menu .meat {
    width: 100%;
    transition: all 200ms ease-in-out;
  }
  .hamburger-menu .bottom {
    width: 63%;
    transition: all 400ms ease-in-out;
  }
  .hamburger-menu:hover div {
    background: yellow;
  }
  .hamburger-menu:hover .top {
    animation: burger-hover 1s infinite ease-in-out alternate;
  }
  .hamburger-menu:hover .meat {
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
  }
  .hamburger-menu:hover .bottom {
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
  }
  @keyframes burger-hover {
    0% {
      width: 100%;
    }
    50% {
      width: 50%;
    }
    100% {
      width: 100%;
    }
  }
}

@media screen and (max-width: 820px) {
  nav.hamburger-content-show {
    display: block;
    background: #003f87;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    padding-top: 200px;
    opacity: 1;
    margin: 0;
    top: 0;
    left: 0;
  }

  .hamburger-content-show a {
    width: 100%;
    display: block;
    height: 20%;
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 40px;
  }

  nav a:after {
    display: none;
  }
  nav a:hover:after {
    display: none;
  }

  .header-logo {
    position: absolute;
    z-index: 3;
  }

  .hamburger-menu {
    position: absolute;
    z-index: 3;
    right: 90px;
  }

  .hamburger-content-show a:hover,
  .active {
    background: #ffcc1e;
    color: #003f87;
  }

  .hamburger-content-show a.active {
    color: #003f87;
  }

  .active-menu-icon .meat {
    display: none;
    animation: none;
    transition: none;
  }
  .active-menu-icon .top {
    transform: rotate(45deg);
    margin-top: 17px;
    width: 100%;
    animation: none !important;
    transition: none;
  }
  .active-menu-icon .bottom {
    transform: rotate(-45deg);
    margin-bottom: 19px;
    width: 100%;
    animation: none !important;
    transition: none;
  }
}

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