@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v15/nKKZ-Go6G5tXcoaS.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTM.ttf) format('truetype');
}
::selection {
  color: #000;
  background: #feccd5;
}
::-moz-selection {
  color: #000;
  background: #feccd5;
}
a:visited {
  color: #fff;
}
a:active {
  color: #fff;
}
body {
  margin: 0;
  padding: 0;
  display: grid;
  color: black;
  min-height: 100vh;
  font-family: 'Kanit', sans-serif;
  grid-template-columns: 1fr;
  background-color: white;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: 'Kanit', sans-serif;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.2);
  background: linear-gradient(55deg, #000, #333);
  background-clip: border-box;
  -webkit-background-clip: text;
  color: transparent;
  border-bottom: solid 5px #f53d62;
}
body h1 {
  font-size: 2.5em;
}
@media screen and (max-width: 1250px) {
  body h1 {
    font-size: 2em;
  }
}
body h2 {
  font-size: 2.1em;
}
@media screen and (max-width: 1250px) {
  body h2 {
    font-size: 1.8em;
  }
}
body p {
  font-size: 1.4em;
  margin: 0;
  text-indent: 30px;
  padding: 10px 20px;
  font-family: 'Nunito', sans-serif;
}
@media screen and (max-width: 800px) {
  body p {
    margin: 5px;
  }
}
@media screen and (max-width: 530px) {
  body p {
    padding-left: 2px;
    padding-right: 2px;
  }
}
body .subtext {
  font-size: 1em;
  padding: 0 20px;
}
body header {
  display: grid;
  grid-template-columns: 1fr;
  font-family: 'Nunito', sans-serif;
  background: linear-gradient(to right, #14212f, #0d2b43);
  padding: 4px;
  color: #fff;
  position: fixed;
  z-index: 52;
  width: 100%;
  transition: top 0.3s;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
@media screen and (max-width: 1420px) {
  body header {
    display: grid;
    grid-template-columns: 1fr;
  }
}
body header div:first-of-type {
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  place-items: center;
  display: grid;
  margin-left: 20px;
  margin-right: 120px;
}
@media screen and (max-width: 1420px) {
  body header div:first-of-type {
    margin-right: 0;
    text-align: center;
    border-bottom: 1px solid white;
    position: relative;
    padding-bottom: 15px;
    font-size: 20px;
    margin-bottom: 4px;
  }
}
body header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  place-items: center;
  justify-content: center;
}
@media screen and (max-width: 1130px) {
  body header ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 530px) {
  body header ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
body header ul li {
  margin: 0 15px;
}
@media screen and (max-width: 1700px) {
  body header ul li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1600px) {
  body header ul li {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1510px) {
  body header ul li {
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  body header ul li {
    text-align: center;
    padding: 10px;
  }
}
@media screen and (max-width: 530px) {
  body header ul li {
    padding: 0 !important;
  }
}
body header ul li a {
  color: #fff;
  height: 100%;
  min-width: 100px;
  display: grid;
  text-align: center;
  place-content: center;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 530px) {
  body header ul li a {
    padding: 3px 10px;
  }
}
body header ul li a:hover {
  transition: all 0.3s;
  background: linear-gradient(to bottom, #def1ff, #d1d1d1);
  color: #113b5d;
}
body header .active {
  color: #abdaff;
}
body main {
  display: grid;
  grid-template-columns: 1fr 500px;
  text-align: center;
}
@media screen and (max-width: 1530px) {
  body main {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1200px) {
  body main {
    grid-template-columns: 1fr;
  }
}
body main #block-1 {
  min-height: 95vh;
  background-image: url('../images/background0.webp');
  background-attachment: fixed;
  position: relative;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1530px) {
  body main #block-1 {
    background-image: url('../images/background1.webp');
  }
}
@media screen and (max-width: 1200px) {
  body main #block-1 {
    display: none;
  }
}
body main #block-2 ul {
  list-style-type: none;
  padding: 0;
  font-family: 'Nunito', sans-serif;
}
body main #block-2 li {
  margin-bottom: 10px;
  font-size: 1.4em;
}
body main #block-2 li p {
  font-size: 0.7em;
}
body main #block-2 .offer {
  margin-bottom: 40px;
}
body main #block-2 .offer li {
  font-size: 1em;
}
body main #block-2 .contact-btn {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  background: linear-gradient(to right, #14212f, #0d2b43);
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
body main #block-2 .contact-btn:hover {
  background: linear-gradient(to left, #fbaeb9, #fd4368);
  color: #14212f;
  transition: all 0.3s;
}
body main .section {
  min-height: 100vh;
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
}
body #contact {
  place-content: center;
  display: grid;
}
@media screen and (max-width: 1100px) {
  body #contact {
    padding: 30px;
  }
}
body #contact h2 {
  border-left: solid 5px #f53d62;
  text-align: left;
  padding-left: 20px;
}
body #contact .container-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  body #contact .container-grid {
    font-size: 13px;
    grid-template-columns: 1fr;
  }
}
body #contact .column {
  padding: 0;
  text-align: center;
}
body #contact .column .headling {
  margin-top: 40px;
  font-size: 25px;
}
@media screen and (max-width: 1100px) {
  body #contact .column .headling {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1100px) {
  body #contact .context {
    margin-bottom: 30px;
  }
}
body footer {
  width: 100%;
  background: linear-gradient(to right, #14212f, #0d2b43);
  color: white;
  font-size: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  z-index: 40;
}
@media screen and (max-width: 800px) {
  body footer {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}
body footer p {
  font-size: inherit;
}
@media screen and (max-width: 800px) {
  body footer p {
    margin: 0;
  }
}
body footer div {
  display: grid;
  place-items: center;
}
body footer div .company {
  font-weight: bold;
}
body footer #support {
  color: white;
}
body footer #support a {
  color: white;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */