@import url("https://fonts.googleapis.com/css2?family=Playwrite+AT:wght@300&display=swap");

html {
  scroll-behavior: smooth;
  background: #000;
}

/* @font-face {
  font-family: "TimeBurner";
  src: url("time.ttf");
} */

body {
  font-family: "Playwrite AT", Arial;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  height: 100%;
  height: 100svh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: TimeBurner, Arial;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

.hero {
  position: relative;
  background: url("../img/bg.svg") no-repeat;
  background-size: 100%;
  background-position: bottom;
  /* margin-top: 2vh; */

  min-height: 96vh;
  width: 100%;
  height: 100%;
}

.top_name {
  font-size: 8vw;
  /* -webkit-text-stroke: 4px black; */
  color: #000;
  letter-spacing: 0px;
  text-align: right;
  margin: auto;
  margin-left: 19%;
}

.top_name_mob {
  font-size: 20vw;
  /* -webkit-text-stroke: 3px black; */
  color: #000;
  letter-spacing: 0px;
  text-align: right;
  margin: auto;
  text-align: center;
}

.right button {
  float: right;
  margin: auto;
  border: 3px solid #000;
  border-radius: 5px;
  background: #fff;
  /* max-width: 270px; */
  min-height: 40px;
  transition: background 0.3s;
  font-size: 1.5vw;
  font-weight: 800;
}

.right button:hover {
  background: rgba(233, 233, 233, 1);
}

.button_mob button {
  float: right;
  margin-right: 10px;
  border: none;
  border-radius: 5px;
  background: #fff;
  min-height: 55px;
  font-size: 6.3vh;
}

.line {
  text-align: center;
  width: 55%;
  float: right;
  margin-top: -40px;
  line-height: 0px;
}

.line1 {
  border: 4px solid #000;
  color: #fff;
  height: 7px;
  width: 100%;
  border-radius: 5px;
}

.line2 {
  border: 4px solid #000;
  color: #fff;
  height: 7px;
  width: 55%;
  margin-right: 10%;
  border-radius: 5px;
}

.sign {
  min-height: 62vh;
  margin-left: 5%;
  position: absolute;
  bottom: 0;
  z-index: 0;
  margin-bottom: 4vh;
}

.sign_center {
  min-height: 100%;
  background: none;
  border: 4px solid #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0;
  position: relative;
  float: left;
  width: 1.5vw;
  min-width: 12px;
}

.sign_left {
  text-align: right;
  padding-right: 0px;
  position: relative;
  float: left;
}

.sign_left ul {
  list-style-type: none;
  text-align: right;
  list-style-position: inside;
  margin-top: 3.5vh;
}

.sign_left li {
  float: right;
  clear: right;
  padding: 3px;
  padding-left: 3px;
  padding-right: 0;
  font-size: 2.2vw;
  margin-top: 5px;
  font-weight: 800;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
  background: #000;
}

.li {
  float: right;
  clear: right;
  font-size: 2.2vw;
  width: 100%;
  font-weight: 800;
  padding: 8px;
  padding-left: 35px;
  padding-right: 20px;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 1.5% 50%);
  background: #fff;
  transition: background 0.3s;
}

.li:hover {
  background: rgba(233, 233, 233, 1);
}

.sign_right {
  text-align: left;
  margin: 0px;
  position: relative;
  float: left;
  padding-left: 0px;
}

.sign_right ul {
  list-style-type: none;
  margin-top: 1vh;
  margin-left: 0;
  padding-left: 0px;
}

.sign_right li {
  float: left;
  clear: left;
  background: url("../img/border_r.png") no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  padding: 3px;
  padding-right: 3px;
  padding-left: 0px;
  font-size: 2.2vw;
  margin-top: 5px;
  height: auto;
  font-weight: 800;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  background: #000;
}

.mae_sign {
  background-color: #000 !important;
  color: #fff !important;
  transition: all 0.3s ease-out;
}

.mae_sign a {
  color: #fff !important;
}

.mae_sign:hover {
  background: rgba(233, 233, 233, 1) !important;
}

.mae_sign:hover span {
  color: #000 !important;
}

.li2 {
  float: left;
  clear: left;
  font-size: 2.2vw;
  width: 100%;
  font-weight: 800;
  padding: 8px;
  padding-left: 20px;
  padding-right: 35px;
  clip-path: polygon(0% 0%, 85% 0%, 98.5% 50%, 85% 100%, 0% 100%);
  background: #fff;
}

.li2:hover {
  background: rgba(233, 233, 233, 1);
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

.contact {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.icon {
  min-height: 40px;
  height: 2.5vw;
  transition: all 0.3s;
}

.icon:hover {
  filter: invert(1);
}

@media screen and (min-width: 992px) {
  .li,
  .li2 {
    font-size: 20px;
  }
  .show_mobile {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .li,
  .li2 {
    font-size: 1em;
    margin: 0;
    padding: 10px;
  }

  .sign {
    margin: 0;
    width: 100%;
  }
  .sign_left {
    width: 45%;
  }

  .li {
    padding-left: 25px;
  }

  .li2 {
    padding-right: 25px;
  }

  .sign_right {
    width: 45%;
  }
  .contact {
    flex-direction: row !important;
    width: 100% !important;
    max-width: 100% !important;
    align-items: center;
    justify-content: center;
    top: 0vw;
    margin-bottom: 0 !important;
  }
  .icon {
    min-height: 48px;
    height: 7vw;
    transition: all 0.3s;
  }
  .hide_mobile {
    display: none !important;
  }
  .show_mobile {
    display: block !important;
  }
  .top_name {
    font-size: 10vw;
  }
}

@media screen and (max-width: 768px) {
  .kamila {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5vw;
  }
  .top_name {
    margin-left: auto;
    font-size: 12vw;
  }
  .contact {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 640px) {
  .sign {
    /* transform: scale(1.3); */
  }
  .li,
  .li2 {
    font-size: 1.2em;
    margin: 0;
    padding: 10px;
  }

  .li {
    padding-left: 25px;
  }

  .li2 {
    padding-right: 25px;
  }
  .top_name {
    font-size: 15vw;
  }
}

@media screen and (max-width: 480px) {
  .li,
  .li2 {
    font-size: 1.4em;
    margin: 0;
    padding: 10px;
  }

  .li {
    padding-left: 25px;
  }

  .li2 {
    padding-right: 25px;
  }
}

.footer {
  width: 100%;
  height: 16vh;
  left: 0px;
  bottom: 0px;
  position: absolute;
  background: url("../img/bottom.svg") no-repeat;
  background-size: 65%;
  z-index: 2;
  background-position: bottom left;
  overflow: visible;
}

@media screen and (min-width: 320px) and (max-width: 992px) and (orientation: landscape) and (max-height: 560px) {
  .sign {
    display: none;
  }
}

@media screen and (min-width: 440px) and (max-height: 580px) {
  .kamila {
    margin-top: 0px;
  }
  .contact{
    margin-top: 0px;
  }
}
