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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #fff;
  --secondary-color: #0B1321;
  --header-bc-link: linear-gradient(#e4e4e4, #8f8f8f);
}

.dark-mode {
  --primary-color: #0B1321;
  --secondary-color: #fff;
  --header-bc-link: linear-gradient(#badd81, #979797);
}

@font-face {
  font-family: "Hamilton";
  src: url("../fonts/Fontmain/Hamilton.ttf");
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: var(--primary-color);
}

.scrolltop {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(63, 67, 77, 0.5);
  position: fixed;
  bottom: -20%;
  right: 1.6rem;
  border-radius: 5px;
  padding: 1.5rem;
  z-index: 10;
  text-decoration: none;
  transition: all 0.4s;
  visibility: hidden;
}
.scrolltop__icon {
  font-size: 1.8rem;
  color: #fff;
}

.show-scroll {
  visibility: visible;
  bottom: 1.8rem;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.grid {
  width: 100%;
  display: block;
  padding: 0;
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.col {
  padding-left: 4px;
  padding-right: 4px;
}

.row.no-gutters .col {
  padding-left: 0;
  padding-right: 0;
}

.c-0 {
  display: none;
}

.c-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-o-1 {
  margin-left: 8.33333%;
}

.c-o-2 {
  margin-left: 16.66667%;
}

.c-o-3 {
  margin-left: 25%;
}

.c-o-4 {
  margin-left: 33.33333%;
}

.c-o-5 {
  margin-left: 41.66667%;
}

.c-o-6 {
  margin-left: 50%;
}

.c-o-7 {
  margin-left: 58.33333%;
}

.c-o-8 {
  margin-left: 66.66667%;
}

.c-o-9 {
  margin-left: 75%;
}

.c-o-10 {
  margin-left: 83.33333%;
}

.c-o-11 {
  margin-left: 91.66667%;
}

/* >= Tablet */
@media (min-width: 740px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .col {
    padding-left: 8px;
    padding-right: 8px;
  }

  .m-0 {
    display: none;
  }

  .m-1,
.m-2,
.m-3,
.m-4,
.m-5,
.m-6,
.m-7,
.m-8,
.m-9,
.m-10,
.m-11,
.m-12 {
    display: block;
  }

  .m-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .m-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .m-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .m-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .m-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .m-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .m-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .m-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .m-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .m-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .m-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .m-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .m-o-1 {
    margin-left: 8.33333%;
  }

  .m-o-2 {
    margin-left: 16.66667%;
  }

  .m-o-3 {
    margin-left: 25%;
  }

  .m-o-4 {
    margin-left: 33.33333%;
  }

  .m-o-5 {
    margin-left: 41.66667%;
  }

  .m-o-6 {
    margin-left: 50%;
  }

  .m-o-7 {
    margin-left: 58.33333%;
  }

  .m-o-8 {
    margin-left: 66.66667%;
  }

  .m-o-9 {
    margin-left: 75%;
  }

  .m-o-10 {
    margin-left: 83.33333%;
  }

  .m-o-11 {
    margin-left: 91.66667%;
  }
}
/* PC medium resolution > */
@media (min-width: 1113px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .row.sm-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }

  .col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row.sm-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .l-0 {
    display: none;
  }

  .l-1,
.l-2,
.l-2-4,
.l-3,
.l-4,
.l-5,
.l-6,
.l-7,
.l-8,
.l-9,
.l-10,
.l-11,
.l-12 {
    display: block;
  }

  .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-o-1 {
    margin-left: 8.33333%;
  }

  .l-o-2 {
    margin-left: 16.66667%;
  }

  .l-o-3 {
    margin-left: 25%;
  }

  .l-o-4 {
    margin-left: 33.33333%;
  }

  .l-o-5 {
    margin-left: 41.66667%;
  }

  .l-o-6 {
    margin-left: 50%;
  }

  .l-o-7 {
    margin-left: 58.33333%;
  }

  .l-o-8 {
    margin-left: 66.66667%;
  }

  .l-o-9 {
    margin-left: 75%;
  }

  .l-o-10 {
    margin-left: 83.33333%;
  }

  .l-o-11 {
    margin-left: 91.66667%;
  }
}
/* Tablet - PC low resolution */
@media (min-width: 740px) and (max-width: 1023px) {
  .wide {
    width: 644px;
  }
}
/* > PC low resolution */
@media (min-width: 1024px) and (max-width: 1239px) {
  .wide {
    width: 984px;
  }

  .wide .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .wide .row.sm-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }

  .wide .col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .wide .row.sm-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wide .l-0 {
    display: none;
  }

  .wide .l-1,
.wide .l-2,
.wide .l-2-4,
.wide .l-3,
.wide .l-4,
.wide .l-5,
.wide .l-6,
.wide .l-7,
.wide .l-8,
.wide .l-9,
.wide .l-10,
.wide .l-11,
.wide .l-12 {
    display: block;
  }

  .wide .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .wide .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .wide .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .wide .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .wide .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .wide .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .wide .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wide .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .wide .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .wide .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .wide .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .wide .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .wide .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .wide .l-o-1 {
    margin-left: 8.33333%;
  }

  .wide .l-o-2 {
    margin-left: 16.66667%;
  }

  .wide .l-o-3 {
    margin-left: 25%;
  }

  .wide .l-o-4 {
    margin-left: 33.33333%;
  }

  .wide .l-o-5 {
    margin-left: 41.66667%;
  }

  .wide .l-o-6 {
    margin-left: 50%;
  }

  .wide .l-o-7 {
    margin-left: 58.33333%;
  }

  .wide .l-o-8 {
    margin-left: 66.66667%;
  }

  .wide .l-o-9 {
    margin-left: 75%;
  }

  .wide .l-o-10 {
    margin-left: 83.33333%;
  }

  .wide .l-o-11 {
    margin-left: 91.66667%;
  }
}
@font-face {
  font-family: "Alexa";
  src: url("../fonts/FontsStyle/Alexa.ttf");
}
@font-face {
  font-family: "Bayview";
  src: url("../fonts/FontsStyle/Bayview.ttf");
}
@font-face {
  font-family: "Amsterdam";
  src: url("../fonts/FontsStyle/Amsterdam.ttf");
}
@font-face {
  font-family: "Greenworld";
  src: url("../fonts/FontsStyle/Greenworld.ttf");
}
@font-face {
  font-family: "NewCursive";
  src: url("../fonts/FontsStyle/NewCursive.ttf");
}
@font-face {
  font-family: "Barcelona";
  src: url("../fonts/FontsStyle/Barcelona.ttf");
}
@font-face {
  font-family: "Vintage";
  src: url("../fonts/FontsStyle/Vintage.ttf");
}
@font-face {
  font-family: "Amanda";
  src: url("../fonts/FontsStyle/Amanda.ttf");
}
@font-face {
  font-family: "Freespirit";
  src: url("../fonts/FontsStyle/Freespirit.ttf");
}
@font-face {
  font-family: "Chelsea";
  src: url("../fonts/FontsStyle/Chelsea.ttf");
}
@font-face {
  font-family: "Signature";
  src: url("../fonts/FontsStyle/Signature.ttf");
}
@font-face {
  font-family: "Austin";
  src: url("../fonts/FontsStyle/Austin.ttf");
}
@font-face {
  font-family: "NeonScript";
  src: url("../fonts/FontsStyle/Neonscript.ttf");
}
@font-face {
  font-family: "Freehand";
  src: url("../fonts/FontsStyle/Freehand.ttf");
}
@font-face {
  font-family: "LoveNote";
  src: url("../fonts/FontsStyle/LoveNote.ttf");
}
@font-face {
  font-family: "Northshore";
  src: url("../fonts/FontsStyle/Northshore.ttf");
}
@font-face {
  font-family: "Beachfront";
  src: url("../fonts/FontsStyle/Beachfront.ttf");
}
@font-face {
  font-family: "Royalty";
  src: url("../fonts/FontsStyle/Royalty.ttf");
}
@font-face {
  font-family: "Rocket";
  src: url("../fonts/FontsStyle/Rocket.ttf");
}
@font-face {
  font-family: "WildScript";
  src: url("../fonts/FontsStyle/WildScript.ttf");
}
@font-face {
  font-family: "Avante";
  src: url("../fonts/FontsStyle/Avante.ttf");
}
@font-face {
  font-family: "Monaco";
  src: url("../fonts/FontsStyle/Monaco.ttf");
}
@font-face {
  font-family: "Waikiki";
  src: url("../fonts/FontsStyle/Waikiki.ttf");
}
@font-face {
  font-family: "ClassicType";
  src: url("../fonts/FontsStyle/ClassicType.ttf");
}
@font-face {
  font-family: "Typewriter";
  src: url("../fonts/FontsStyle/Typewriter.ttf");
}
@font-face {
  font-family: "Buttercup";
  src: url("../fonts/FontsStyle/Buttercup.ttf");
}
@font-face {
  font-family: "Melbourne";
  src: url("../fonts/FontsStyle/Melbourne.ttf");
}
@font-face {
  font-family: "NeoTokyo";
  src: url("../fonts/FontsStyle/NeoTokyo.ttf");
}
@font-face {
  font-family: "LoveNeon";
  src: url("../fonts/FontsStyle/LoveNeon.ttf");
}
@font-face {
  font-family: "Marquee";
  src: url("../fonts/FontsStyle/Marquee.ttf");
}
@font-face {
  font-family: "Mayfair";
  src: url("../fonts/FontsStyle/Mayfair.ttf");
}
@font-face {
  font-family: "NeonGlow";
  src: url("../fonts/FontsStyle/NeonGlow.ttf");
}
@font-face {
  font-family: "NeonLite";
  src: url("../fonts/FontsStyle/NeonLite.ttf");
}
@font-face {
  font-family: "Neontrace";
  src: url("../fonts/FontsStyle/Neontrace.ttf");
}
@font-face {
  font-family: "Nevada";
  src: url("../fonts/FontsStyle/Nevada.ttf");
}
@font-face {
  font-family: "SciFi";
  src: url("../fonts/FontsStyle/SciFi.ttf");
}
.c1-hover,
.c2-hover,
.c3-hover,
.c4-hover,
.c5-hover,
.c6-hover {
  transition: all 0.2s ease;
}

.color-active.c1-hover,
.c1-hover:hover,
.l1-hov {
  text-shadow: white 0px 0px 2px, white 0px 0px 4px, #e1e3e6 0px 0px 8px, #e1e3e6 0px 0px 12px, #e1e3e6 0px 0px 16px, #e1e3e6 0px 0px 22px, #e1e3e6 0px 0px 30px !important;
  color: #fff !important;
}

.color-active.c2-hover,
.c2-hover:hover,
.l2-hov {
  text-shadow: white 0px 0px 2px, white 0px 0px 4px, #0bd748 0px 0px 8px, #0bd748 0px 0px 12px, #0bd748 0px 0px 16px, #0bd748 0px 0px 22px, #0bd748 0px 0px 30px !important;
  color: #fff !important;
}

.color-active.c3-hover,
.c3-hover:hover,
.l3-hov {
  text-shadow: white 0px 0px 2px, white 0px 0px 4px, #ff2a4d 0px 0px 8px, #ff2a4d 0px 0px 12px, #ff2a4d 0px 0px 16px, #ff2a4d 0px 0px 22px, #ff2a4d 0px 0px 30px !important;
  color: #fff !important;
}

.color-active.c4-hover,
.c4-hover:hover,
.l4-hov {
  text-shadow: white 0px 0px 2px, white 0px 0px 4px, #0274fc 0px 0px 8px, #0274fc 0px 0px 12px, #0274fc 0px 0px 16px, #0274fc 0px 0px 22px, #0274fc 0px 0px 30px !important;
  color: #fff !important;
}

.color-active.c5-hover,
.c5-hover:hover,
.l5-hov {
  text-shadow: white 0px 0px 2px, white 0px 0px 4px, #fff97c 0px 0px 8px, #fff97c 0px 0px 12px, #fff97c 0px 0px 16px, #fff97c 0px 0px 22px, #fff97c 0px 0px 30px !important;
  color: #fff !important;
}

.color-active.c6-hover,
.c6-hover:hover,
.l6-hov {
  text-shadow: white 0px 0px 2px, white 0px 0px 4px, #ff5ce8 0px 0px 8px, #ff5ce8 0px 0px 12px, #ff5ce8 0px 0px 16px, #ff5ce8 0px 0px 22px, #ff5ce8 0px 0px 30px !important;
  color: #fff !important;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  background-color: var(--secondary-color);
  height: 6rem;
  padding: 0 15rem;
  z-index: 10;
}
.header__logo {
  font-size: 4rem;
  font-family: "Hamilton";
  color: #6b9be7;
  transition: all 0.2s ease;
}
.header__logo:hover {
  color: #9cb9e9;
}
.header__nav {
  margin-left: auto;
}
.header__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav-link {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  padding: 0 1.5rem;
  background: var(--header-bc-link);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  transition: all 0.4s;
}
.header__nav-link:hover {
  background: #78d1e0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.header-tel {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  margin-left: auto;
  margin-right: 2rem;
  color: #6b9be7;
  transition: all 0.2s ease;
}
.header-tel:hover {
  color: #9cb9e9;
}
.header__bars {
  display: none;
  color: var(--primary-color);
  font-size: 2rem;
  margin-left: 2rem;
}
.header-darkmode {
  font-size: 2rem;
  color: var(--primary-color);
  cursor: pointer;
}

.banner {
  background-image: url("../img/banner/wall1.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  text-align: center;
  position: relative;
}
.banner__text {
  position: absolute;
  top: 9rem;
  left: 50%;
  transform: translateX(-50%);
  cursor: default;
}
.banner__title {
  font-family: "Hamilton";
  font-size: 7rem;
  color: #fff;
  text-shadow: white 0px 0px 2px, white 0px 0px 4px, #63aaff 0px 0px 8px, #63aaff 0px 0px 12px, #63aaff 0px 0px 16px, #63aaff 0px 0px 22px, #63aaff 0px 0px 30px;
}
.banner__desc {
  margin-top: 3rem;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 1rem;
}

.section__heading {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 2rem;
  letter-spacing: 3px;
  cursor: default;
  color: var(--secondary-color);
}

.custom__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.custom-head__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #4aaaa0de;
  margin-bottom: 15px;
}
.custom-left {
  width: 400px;
  box-shadow: 0 3px 13px 0px #ccc;
  border-radius: 1.5rem;
}
.custom-left__title {
  font-size: 2rem;
  font-family: "Amanda";
  text-transform: uppercase;
  color: #39a297;
  padding: 2rem 2rem 1.5rem;
  cursor: pointer;
  position: relative;
}
.custom-left__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -35%;
  transform: translateY(-50%);
  border: 1px solid #3eb9ad;
  height: 30px;
}
.custom-left__title:last-child::after {
  border: none;
}
.custom-text__input {
  margin-bottom: 2rem;
  padding: 0 1.5rem;
}
.custom-text__area {
  width: 100%;
  height: 9rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  padding: 2rem 1.2rem 1.2rem;
  background-color: #f5f5f5;
  color: #555;
  border-radius: 1.5rem;
  border: none;
  resize: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.custom-text__area:focus {
  outline: 0;
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}
.custom-fonts {
  padding: 0 1.5rem;
}
.custom-fonts__list {
  text-align: center;
}
.custom-fonts__item {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  transition: all 0.2s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-fonts__item p {
  display: contents;
  font-size: 160%;
  color: var(--secondary-color);
}
.custom-colors {
  padding: 0 1.5rem;
  margin-bottom: 2rem;
}
.custom-colors__list {
  text-align: center;
}
.custom-colors__item {
  margin-top: 1rem;
  cursor: pointer;
}
.custom-colors__icon {
  cursor: pointer;
  font-size: 2.4rem;
  padding: 1rem 2rem;
}
.custom-colors__desc {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: var(--secondary-color);
}
.custom-right {
  margin-left: 1.5rem;
  border-radius: 1.5rem;
  position: relative;
}
.custom-right__container {
  position: relative;
  border-radius: 1.5rem;
  box-shadow: 0 -3px 13px 0px #ccc;
}
.custom-slide {
  width: 800px;
  height: 600px;
  overflow: hidden;
}
.custom-slide__images {
  width: 100%;
  height: 100%;
}
.custom-slide__img {
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
}
.custom-slide__btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.custom-slide__btn span {
  display: inline-block;
  width: 50px;
  height: 15px;
  margin: 0 3px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 2px;
  transition: all 0.2s ease;
}
.custom-slide__chevron {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.5rem;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.custom-slide__chevron:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.custom-slide__chevron span {
  font-size: 2.5rem;
  color: #fff;
  line-height: 3.1rem;
}
.custom-slide__chevron--left {
  left: 1.5rem;
}
.custom-slide__chevron--right {
  right: 1.5rem;
}
.custom-text {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.custom-text__show {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 7rem;
  cursor: pointer;
  white-space: pre-wrap;
  width: fit-content;
  padding-top: 7rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: #b5b5b5 0px 1px 0px, darkgray 0px 2px 0px, #949494 0px 3px 0px, #7d7d7d 0px 4px 0px, rgba(0, 0, 0, 0.23) 0px 0px 5px, rgba(0, 0, 0, 0.43) 0px 1px 3px, rgba(0, 0, 0, 0.4) 1px 4px 6px, rgba(0, 0, 0, 0.38) 0px 5px 10px, rgba(0, 0, 0, 0.25) 3px 7px 12px;
}
.custom-select {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: #fff;
  font-size: 1.9rem;
  padding: 5px;
  border: transparent;
  outline: transparent;
  background-color: rgba(99, 192, 200, 0.609);
  border-radius: 5px;
  cursor: pointer;
}
.custom-save {
  padding: 2.2rem 0;
  text-align: center;
}
.custom-save__url {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  cursor: pointer;
  color: var(--secondary-color);
  transition: all 0.4s ease;
}
.custom-save__url:hover {
  color: rgba(99, 192, 200, 0.609);
}
.custom-save__copy {
  margin-top: 1.5rem;
  position: relative;
}
.custom-save__link {
  border: 1px solid #555;
  font-size: 1.8rem;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 1rem;
}
.custom-save__button {
  text-transform: uppercase;
  background-color: rgba(99, 192, 200, 0.609);
  color: var(--secondary-color);
  border: transparent;
  border-radius: 3px;
  padding: 1rem;
  font-size: 1.3rem;
  cursor: pointer;
  transition: all 0.4s ease;
}
.custom-save__button:hover {
  background-color: rgba(97, 164, 185, 0.76);
  color: #fff;
}
.custom-save__tooltip {
  cursor: default;
  position: absolute;
  top: 47px;
  right: 300px;
  padding: 5px;
  font-size: 1.3rem;
  text-transform: lowercase;
  color: var(--secondary-color);
  z-index: 1;
  transition: all 3s ease-in-out;
}

.showmore {
  display: none;
}

.active-cus,
.active {
  text-shadow: white 0px 0px 2px, white 0px 0px 4px, #a2e6ff 0px 0px 8px, #a2e6ff 0px 0px 6px, #a2e6ff 0px 0px 8px, #a2e6ff 0px 0px 22px, #a2e6ff 0px 0px 30px;
}

.prices-title {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-top: 4rem;
}

.gallery {
  height: 942px;
  overflow: hidden;
}
.gallery:hover .gallery__img {
  transition: all 0.3s;
  filter: grayscale(1);
}
.gallery__link:hover .gallery__img {
  transition: all 0.3s linear;
  filter: grayscale(0);
}
.gallery__img {
  width: 100%;
}

.footer {
  background-color: #000;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 3rem;
}
.footer__title {
  color: #fff;
  font-size: 5rem;
  font-family: "Hamilton";
  padding: 5rem 0 3rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.footer__title:hover {
  color: #46A399;
}
.footer-contact {
  color: #fff;
}
.footer-contact__item {
  font-size: 4rem;
  font-family: "Buttercup";
  line-height: 1.6;
  cursor: default;
}
.footer-contact__item--call {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}
.footer-contact__item--call:hover {
  color: #46A399;
}
.footer-contact__item--link {
  text-decoration: none;
  color: #fff;
  font-size: 5rem;
  transition: all 0.2s ease;
}
.footer-contact__item--link:hover {
  color: #46A399;
}
.footer__copy {
  color: rgba(187, 187, 187, 0.938);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding-top: 4rem;
  padding-bottom: 2rem;
  cursor: default;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .header {
    padding: 0 90px;
  }

  .custom__container {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .header {
    padding: 5px 10px;
  }
  .header__nav {
    position: absolute;
    top: -1000%;
    left: 0;
    width: 100%;
    background-color: #294169;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
  }
  .header__nav-list {
    flex-direction: column;
    row-gap: 1.5rem;
    padding: 10px 0;
    background-color: var(--header-bc-link);
  }
  .header-tel {
    font-size: 1.7rem;
    margin-left: auto;
    margin-right: 1.5rem;
  }
  .header__bars {
    display: block;
    font-size: 2.2rem;
  }

  .show-menu {
    top: 0;
  }

  .banner__text {
    width: 100%;
  }

  .custom__container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .custom-left {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1023px) {
  .custom-right {
    width: 600px;
    height: initial;
    margin: 0;
    background-color: transparent;
  }
  .custom-left {
    margin-top: 2rem;
  }
  .custom-left__title::after {
    right: -120%;
  }
  .custom-slide {
    width: 600px;
  }

  .gallery {
    max-height: 491px;
  }
}
@media only screen and (max-width: 739px) {
  .header-tel {
    display: none;
  }
  .header-darkmode {
    margin-left: auto;
  }

  .banner__title {
    font-size: 5rem;
    padding: 0 1rem;
  }
  .banner__desc {
    line-height: 1.5;
  }

  .custom-right {
    max-width: 400px;
    max-height: 400px;
    margin: 0;
    background-color: transparent;
  }
  .custom-left {
    margin-top: 12rem;
  }
  .custom-slide {
    width: 370px;
    height: 350px;
  }
  .custom-slide__btn {
    display: none;
  }
  .custom-text__show {
    font-size: 5rem;
  }
  .custom-save__tooltip {
    right: 80px;
  }

  .gallery {
    max-height: 320px;
  }
}
@media only screen and (max-width: 320px) {
  .header-tel {
    display: none;
  }
  .header-darkmode {
    margin-left: auto;
  }

  .custom-left {
    margin-top: 12rem;
  }
  .custom-left__title::after {
    right: -20%;
  }
  .custom-slide {
    width: 315px;
  }
}

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