/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

* {
  outline-style: none;
  box-shadow: none;
  border-color: transparent; }

html {
  font-size: 50%;
  font-size: 8px;
  -webkit-text-size-adjust: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  overflow: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

a {
  text-decoration: none; }

input {
  outline-style: none;
  box-shadow: none;
  border-color: transparent; }

button:hover {
  cursor: pointer; }

strong {
  font-weight: bold !important; }

#main {
  -webkit-transition: -webkit-transform .25s, opacity .25s;
  -ms-transition: -o-transform .25s, opacity .25s;
  -o-transition: -o-transform .25s, opacity .25s;
  transition: transform .25s, opacity .25s; }

.is-exiting {
  opacity: 0.5; }

@font-face {
  font-family: akkurat;
  src: url(fonts/Akkurat.otf); }
@font-face {
  font-family: akkurat-bold;
  src: url(fonts/Akkurat-Bold.otf); }
@font-face {
  font-family: akkurat-light;
  src: url(fonts/Akkurat-Light.otf); }
.header {
  display: block;
  position: absolute;
  width: 100%;
  height: 200px;
  z-index: 10; }
  .header .header-logo {
    display: block;
    position: absolute;
    margin-left: 50px;
    margin-top: 50px;
    height: 80px; }
    .header .header-logo img {
      width: 100%;
      height: auto; }
  .header .header-links {
    display: grid;
    position: relative;
    top: 0;
    width: 100%;
    max-width: 120px;
    height: 100%;
    margin-left: auto;
    right: 50px;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center; }
    .header .header-links a {
      font-family: akkurat, arial;
      font-weight: bold;
      font-size: 20px;
      color: #FFFFFF;
      text-align: center;
      line-height: 24px;
      text-transform: uppercase;
      width: 120px; }
      @media only screen and (max-width: 1920px) {
        .header .header-links a {
          font-size: 18px;
          line-height: 22px; } }
      @media only screen and (max-width: 480px) {
        .header .header-links a {
          font-size: 15px;
          line-height: 15px; } }
    .header .header-links a:hover {
      border-bottom: 2px solid white;
      padding-bottom: 8px;
      margin-top: 10px; }
    .header .header-links .selected {
      border-bottom: 2px solid white;
      padding-bottom: 8px;
      margin-top: 10px; }
  .header .hamburger {
    display: none; }

@media only screen and (max-width: 880px) {
  .header .header-links {
    display: none;
    position: absolute;
    max-width: 108px;
    top: 125px;
    right: 0%;
    padding-right: 50px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 60px);
    justify-items: end; }
    .header .header-links a {
      width: auto; }
  .header .hamburger {
    position: absolute;
    display: block;
    top: 75px;
    right: 50px;
    z-index: 10000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .header .line {
    width: 25px;
    height: 2px;
    background-color: white;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .header .line {
    display: block;
    margin: 8px auto; }
  .header .black {
    background-color: black; }
  .header .hamburger:hover {
    cursor: pointer; }
  .header .hamburger.is-active .line:nth-child(2) {
    opacity: 0; }
  .header .hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg); }
  .header .hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-14px) rotate(-45deg);
    -ms-transform: translateY(-14px) rotate(-45deg);
    -o-transform: translateY(-14px) rotate(-45deg);
    transform: translateY(-14px) rotate(-45deg); } }
@media only screen and (max-width: 480px) {
  .header {
    height: 109px; }
    .header .header-logo {
      width: 50px;
      height: 50px;
      margin-left: 30px;
      margin-top: 30px; }
    .header .header-links {
      top: 95px;
      padding-right: 30px;
      row-gap: 25px;
      grid-template-rows: repeat(2, 20px); }
    .header .hamburger {
      top: 35px;
      right: 30px; }
    .header .hamburger .line {
      width: 30px;
      height: 2px; }
    .header .line {
      margin: 8px auto; }
    .header .hamburger:hover {
      cursor: pointer; }
    .header .hamburger.is-active .line:nth-child(1) {
      -webkit-transform: translateY(11px) rotate(45deg);
      -ms-transform: translateY(11px) rotate(45deg);
      -o-transform: translateY(11px) rotate(45deg);
      transform: translateY(11px) rotate(45deg); }
    .header .hamburger.is-active .line:nth-child(3) {
      -webkit-transform: translateY(-10px) rotate(-45deg);
      -ms-transform: translateY(-10px) rotate(-45deg);
      -o-transform: translateY(-10px) rotate(-45deg);
      transform: translateY(-10px) rotate(-45deg); } }
@media only screen and (max-width: 320px) {
  .header .header-links {
    top: 95px;
    grid-template-rows: repeat(3, 15px); } }
.footer {
  display: block;
  position: relative;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%); }
  .footer p {
    font-family: akkurta-light, arial;
    font-weight: lighter;
    font-size: 10px;
    color: #FFFFFF;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .footer p {
        font-size: 10px; } }
    @media only screen and (max-width: 480px) {
      .footer p {
        font-size: 8px;
        line-height: 10px; } }

@media only screen and (max-width: 480px) {
  .footer {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%); }
    .footer p {
      font-family: akkurta-light, arial;
      font-weight: lighter;
      font-size: 10px;
      color: #FFFFFF;
      text-align: center; } }
    @media only screen and (max-width: 480px) and (max-width: 1024px) {
      .footer p {
        font-size: 10px; } }
    @media only screen and (max-width: 480px) and (max-width: 480px) {
      .footer p {
        font-size: 8px;
        line-height: 10px; } }

.content {
  display: block;
  position: relative;
  width: 100%;
  min-height: 720px;
  overflow: hidden; }
  .content img {
    width: 100%;
    min-height: 720px;
    height: 100vh;
    object-fit: cover; }
  .content .center-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 360px;
    max-width: 720px; }
    .content .center-text p, .content .center-text a {
      font-family: akkurat, arial;
      font-size: 18px;
      color: #FFFFFF;
      text-align: center;
      line-height: 22px; }
      @media only screen and (max-width: 1920px) {
        .content .center-text p, .content .center-text a {
          font-size: 16px;
          line-height: 20px; } }
          @media only screen and (max-width: 1080px) {
        .content .center-text p, .content .center-text a {
          font-size: 13px;
          line-height: 18px; } }
      @media only screen and (max-width: 480px) {
        .content .center-text p, .content .center-text a {
          font-size: 12px;
          line-height: 16px; } }
    .content .center-text a {
      text-decoration: underline; }
    .content .center-text .black {
      color: black; }
  .content #Contact {
    top: calc(50% - 60px); }
  .content #Home,
  .content #About {
    top: calc(50% - 90px); }

.transistion-fade {
  transition: 1s;
  opacity: 1; }

html.is-animating .transition-fade {
  opacity: 0; }

@media only screen and (max-width: 480px) {
  .content {
    min-height: unset; }
    .content .center-text {
      top: calc(50% - 50px);
      min-width: 300px;
      max-width: 580px;
      padding-left: 10px;
      padding-right: 10px; }
    .content #Contact {
      min-width: 320px; } }
@media only screen and (max-width: 320px) {
  .content .center-text {
    min-width: 280px;
    max-width: 580px; } }
/* box */
.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 4rem 2rem;
}

.box:not(:first-child) {
  height: 45rem;
}

.box__title {
  font-size: 10rem;
  font-weight: normal;
  letter-spacing: .8rem;
  margin-bottom: 2.6rem;
}

.box__title::first-letter {
  color: var(--primary);
}

.box__p,
.box__info,
.box__note {
  font-size: 1.6rem;
}

.box__info {
  margin-top: 6rem;
}

.box__note {
  line-height: 2;
}


/* modal */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;

  display: none;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 100%;

  /* --m-background is set as inline style */
  background: var(--m-background);
}

/* using :target */
/*
when users will click/enter button(link) browser will add a #id in a url and when that happens we'll show our users the modal that contains that id.
*/
.modal-container:target {
  display: flex;
}

.modal {
  width: 60rem;
  padding: 4rem 2rem;
  border-radius: .8rem;

  color: var(--light);
  background: var(--background);
  box-shadow: var(--m-shadow, .4rem .4rem 10.2rem .2rem) var(--shadow-1);
  position: relative;

  overflow: hidden;
}

.modal__title {
  font-size: 3.2rem;
}

.modal__text {
  padding: 0 4rem;
  margin-top: 4rem;

  font-size: 1.6rem;
  line-height: 2;
}

.modal__btn {
  margin-top: 4rem;
  padding: 1rem 1.6rem;
  border: 1px solid var(--border-color);
  border-radius: 100rem;

  color: inherit;
  background: transparent;
  font-size: 1.4rem;
  font-family: inherit;
  letter-spacing: .2rem;

  transition: .2s;
  cursor: pointer;
}

.modal__btn:nth-of-type(1) {
  margin-right: 1rem;
}

.modal__btn:hover,
.modal__btn:focus {
  background: var(--focus);
  border-color: var(--focus);
  transform: translateY(-.2rem);
}


/* link-... */
.link-1 {
  font-size: 1.8rem;

  color: var(--light);
  background: var(--background);
  box-shadow: .4rem .4rem 2.4rem .2rem var(--shadow-1);
  border-radius: 100rem;
  padding: 1.4rem 3.2rem;

  transition: .2s;
}

.link-1:hover,
.link-1:focus {
  transform: translateY(-.2rem);
  box-shadow: 0 0 4.4rem .2rem var(--shadow-2);
}

.link-1:focus {
  box-shadow:
          0 0 4.4rem .2rem var(--shadow-2),
          0 0 0 .4rem var(--global-background),
          0 0 0 .5rem var(--focus);
}

.link-2 {
  width: 4rem;
  height: 4rem;
  border: 1px solid var(--border-color);
  border-radius: 100rem;

  color: inherit;
  font-size: 2.2rem;

  position: absolute;
  top: 2rem;
  right: 2rem;

  display: flex;
  justify-content: center;
  align-items: center;

  transition: .2s;
}

.link-2::before {
  content: '×';

  transform: translateY(-.1rem);
}

.link-2:hover,
.link-2:focus {
  background: var(--focus);
  border-color: var(--focus);
  transform: translateY(-.2rem);
}

.abs-site-link {
  position: fixed;
  bottom: 20px;
  left: 20px;
  color: hsla(0, 0%, 1000%, .6);
  font-size: 1.6rem;
}

.rounded-0{
  padding-top: 150px;
}

.btn_hover1 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  border: 1.5px solid #d12bec;
  color: #ffffff;
  z-index: 1;
  letter-spacing: 0.8px;
  background: linear-gradient(180deg, #ff7527 0%, #fabf28 100%);
}

.btn_hover1:hover {
  color: #ffffff;
}

.btn_hover1::before {
  border-radius: 50px;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
  background: linear-gradient(42deg, #7436bb 0.01%, #b520a3 100%);
  z-index: -1;
  top: 0;
  right: 0;
}

.btn_hover1:hover::before {
  width: 0;
  background: linear-gradient(42deg, #7436bb 0.01%, #b520a3 100%);
}

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