.clear,
.main,
html.overflow-hidden body {
  overflow: hidden;
  max-height: 100vh;
}
.main .bg,
.main .light {
  width: 100vw;
  bottom: 0;
  left: 0;
  top: 0;
}
.btn,
.content .title {
  font-weight: 700;
  text-transform: uppercase;
}
.btn,
.content .logo-secondary,
.content .title {
  text-transform: uppercase;
}
.content .card,
.menu ul {
  box-shadow: -4px 6px 2vw #000;
}
html {
  margin-top: 0!important;
}
#loader,
.menu ul,
body,
html {
  height: 100%!important;
}
.btn,
.contacts a,
.menu li ,
.menu li  a{
  color: #fff;
  font-style: italic;
}
 
.btn,
.contacts a,
.content .title,
.menu li {
  font-style: italic;
}
:root {
  --primary-color: #fff;
  --primary-color-thin: rgba(255, 0, 144, 0.2);
  --text-color: #2b2b2b;
  --label-color: #505050;
  --border-color: #e7e7e7;
  --background-color: #f5f5f5;
}
@font-face {
  font-family: "Adlery Pro";
  src: url("../font/AdleryPro.eot");
  src: local("Adlery Pro Swash"), local("AdleryPro-Swash"),
    url("../font/AdleryPro.eot?#iefix") format("embedded-opentype"),
    url("../font/AdleryPro.woff2") format("woff2"),
    url("../font/AdleryPro.woff") format("woff"),
    url("../font/AdleryPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-animation: 1s linear forwards loader;
  animation: 1s linear forwards loader;
}
@-webkit-keyframes loader {
  0%,
  70% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    visibility: hidden;
    z-index: -10;
    opacity: 0;
  }
}
@keyframes loader {
  0%,
  70% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    visibility: hidden;
    z-index: -10;
    opacity: 0;
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0px;
  display: block;
}
html:not(.touch-screen) ::-webkit-scrollbar,
html:not(.touch-screen)::-webkit-scrollbar {
  width: 0px;
  height: 5px;
  border-radius: 10px;
}
html:not(.touch-screen) ::-webkit-scrollbar-track,
html:not(.touch-screen)::-webkit-scrollbar-track {
  background: var(--border-color);
}
html:not(.touch-screen) ::-webkit-scrollbar-thumb,
html:not(.touch-screen)::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
  opacity: 0.7;
}
:active,
:focus,
:visited {
  outline: 0;
}
body {
  overflow-x: hidden;
  background-color: #000;
}
.main {
  position: relative;
  height: 100vh;
  background: url("../img/background.jpg") top center/cover no-repeat;
}
.main .bg {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  min-height: 100vh;
  opacity: 0.16;
}
.decor.bulb .light,
.main .light {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.decor {
  position: absolute;
}
.decor.bulb {
  z-index: 10;
  top: 0;
  right: 15%;
  width: 9vw;
}
.decor.bulb img {
  max-width: 100%;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
}
.decor.bulb .light {
  top: 34%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 200, 0.7) 0,
    transparent 70%
  );
  filter: blur(15px);
  animation: 2s infinite alternate glowBlink;
}
.decor.bulb .light.secondary {
  top: 39%;
}
.decor.bulb .light.center {
  top: 44%;
  width: 31%;
  height: 31%;
  animation: 2s infinite alternate glowBlink2;
}
@keyframes glowBlink2 {
  0%,
  100% {
    opacity: 0.3;
    filter: blur(5px);
  }
  50% {
    opacity: 1;
    filter: blur(10px);
  }
}
@keyframes glowBlink {
  0%,
  100% {
    opacity: 0.5;
    filter: blur(12px);
  }
  50% {
    opacity: 1;
    filter: blur(16px);
  }
}
.content {
  max-width: 64%;
  position: relative;
  z-index: 6;
  /* padding: 3vw 2.5vw; */
  padding: 0.5vw 2vw 3vw;
}
.contacts,
.social {
  position: fixed;
  left: 20px;
}
.content .card {
  /* display: table;
  padding: 10vh 5vw 6vh;
  width: 42vw;
  position: relative;
  transform: rotate(-12deg); */
padding: 10.5vh 15vw 19vh;
    display: table;
    width: 38vw;
  position: relative;
  transform: rotate(-12deg);
}
/* .content .title {
  width: 100%;
  text-align: right;
  font-size: 1.75vw;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 8.5%;
} */
.content .title {
width: 100%;
    font-size: 1.8vw;
    color: rgba(255, 255, 255, 0.72);
    margin-top: -9%;
    padding-left: 2%;
}
.content .logo {
  line-height: 1;
  text-align: center;
}
.content .logo-primary {
  font-family: "Adlery Pro";
  font-size: 4.6vw;
  color: rgba(255, 255, 255, 0.63);
  margin-bottom: -3%;
  text-align: center;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.99);
}
.content .logo-secondary {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-size: 5.5vw;
  color: rgba(255, 255, 255, 0.77);
  text-align: center;
  font-weight: 800;
  text-shadow: 0 0 50px #000;
  letter-spacing: 0.15vw;
}
.content .card .line {
  position: absolute;
  height: 2px;
  background-color: #fff;
}
.content .line.top {
    left: -10%;
    width: 70%;
    top: 5vh;
}
.content .line.bottom {
left: 13%;
    width: 104%;
    bottom: -5%;
}
.contacts {
  bottom: 17vh;
  z-index: 20;
}
.contacts ul {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  list-style: none;
}
.contacts a {
  display: flex;
  align-items: center;
  gap: 1.6vw;
}
.contacts a .icon,
.social ul {
  align-items: center;
  display: flex;
}
.contacts a .icon {
  width: 2.7vw;
  height: 2.7vw;
  border-radius: 50%;
  border: 0.15vw solid #fff;
  justify-content: center;
  padding: 0.55vw;
}
.contacts a .text {
  font-size: 1.5vw;
  position: relative;
}
.contacts a .text:after {
  content: "";
  position: absolute;
  top: 102%;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #fff;
  transition: 0.4s;
}
.social {
  bottom: 4vh;
  width: 65%;
}
.btn,
.btn span,
.menu ul {
  position: relative;
}
.social ul {
  justify-content: center;
  gap: 3vw;
  list-style: none;
}
.btn {
  font-size: 1.6vw;
  padding: 2vh 3.6vw;
  border: 0.1vw solid #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  min-width: 17vw;
  justify-content: center;   
}
.social .btn{
     color:#fff;
}
.btn span {
  transition: transform 0.5s;
  z-index: 3;
}
.btn::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  background: #fff;
  border-radius: 8px;
  clip-path: circle(0.3% at 0 0);
  -webkit-clip-path: circle(0.3% at 0 0);
  transition: clip-path 0.55s, opacity 0.5s, visibility 1s;
  opacity: 0;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  z-index: 0;
}
.menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 35%;
  padding: 1vh 1vw 16vh;
}
.menu ul {
  padding: 10vh 2vw 3vh;
  text-align: right;
  overflow: auto;
}
.menu li {
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  list-style: none;
  padding: 1.6vh 0;
  border-bottom: 0.1vw solid #fff;
  cursor: pointer;
  transition: 0.4s;
}
.menu .btn {
  position: absolute;
  bottom: 4vh;
  left: 50%;
  transform: translateX(-50%);
}
.menu .btn-close {
  display: none;
}

.main .image-list {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 2vh;
  justify-content: space-around;
}
.main .image-list .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.main .image-list .image {
  flex: auto;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  max-width: 9vw;
}
.main .image-list img {
  position: absolute;
  /*left: 0;*/
  /*top: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*object-fit: cover;*/
  /*object-position: center;*/
  left: 50%;
    top: 50%;
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
    /* object-position: center; */
    transform: translate(-50%, -50%);
}
@keyframes tiltLeftRight {
  0%,
  100% {
    transform: rotate(0);
  }
  30% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(8deg);
  }
}


.arrow-hint {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: arrowPulse 2s linear infinite;
  transform-origin: center;
  position: absolute;
  left: -20px;
  top: 8px;
}

.arrow-hint svg {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 0 4px rgba(253, 224, 54, 0.7));
}


@keyframes arrowPulse {
  0% {
    transform: translateX(0);
    opacity: 0.5;
  }
  50% {
    transform: translateX(-6px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0.5;
  }
}

/* Тільки на мобільних */
@media (min-width: 768px) {
  .arrow-hint {
    display: none;
  }
}

@media (min-height: 700px) {
  .main {
    min-height: 700px;
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .contacts a:hover .text:after {
    width: 100%;
  }
  .contacts a:hover svg {
    animation: 1s tiltLeftRight;
  }
  .btn:hover::before {
    clip-path: circle(141% at 0 0);
    -webkit-clip-path: circle(141% at 0 0);
    opacity: 1;
  }
  .btn:hover {
    color: #000;
  }
  .menu li:hover {
    padding-right: 2vw;
  }
}
@media (max-width: 1650px) {
  .menu li {
    font-size: 1.35vw;
    padding: 1.6vh 0;
  }
}
@media (max-width: 1450px) {
  .menu li {
    font-size: 1.55vw;
    padding: 1.8vh 0;
  }
  .content .title {
    margin-top: 15%;
  }
  /* .main .image-list {
    margin-top: 10vh;
  } */
  .main .image-list .image {
    max-width: 11vw;
  }
}
@media (max-height: 600px) {
  .menu li {
    font-size: 1.3vw;
    padding: 1.6vh 0;
  }
}
.mobile-burger {
  display: none;
  position: fixed;
  z-index: 12;
  left: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  padding: 5px;
}
@media (max-width: 550px) {
  .mobile-burger {
    left: auto;
    top: 10px;
    right: 20px;
    display: block;
  }
  .main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 25vh;
    background-repeat: no-repeat;
    background-position: 19% 2%;
    background-size: auto 120%;
  }
  .content .title {
    font-size: 5.75vw;
    margin-top: 10vh;
  }
  .main .image-list .image {
    max-width: 16vw;
  }
  .content {
    max-width: 100%;
    width: 100%;
    padding: 20px 16px;
  }
  .content .card {
    padding: 7vh 5vw 5vh;
    width: 100%;
    transform: rotate(-15deg);
    box-shadow: -5px 5px 20px #000;
  }
  .content .line.top {
    left: -10%;
    width: 72%;
    top: 4vh;
  }
  .content .logo-primary {
    font-size: 15vw;
  }
  .content .logo-secondary {
    font-size: 20vw;
  }
  .decor.bulb {
    right: auto;
    width: 20vw;
    z-index: 20;
    left: 20px;
    top: 32px;
  }
  .decor.bulb:after {
    content: "";
    position: absolute;
    left: 49%;
    top: auto;
    width: 2px;
    height: 100px;
    z-index: 100;
    background: #000;
    bottom: 76%;
  }
  .social {
    left: 15px;
    right: 15px;
    width: auto;
    bottom: 2.5vh;
  }
  .social li {
    flex: 1;
  }
 
  .btn {
    font-size: 15px;
    padding: 12px 24px;
    border: 1px solid #fff;
    min-width: 150px;
  
  }
  .social ul {
    gap: 15px;
  }
  .about-btn {
    position: fixed;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .about-btn a {
    font-size: 11px;
    padding: 6px;
    min-width: 87px;
    border-radius: 8px;
  }
  .menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 1vh 1vw 16vh;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 19;
    background: url("../img/background.jpg") 19% 2% / auto 120% no-repeat;
    clip-path: circle(0.3% at 0% 0);
    -webkit-clip-path: circle(0.3% at 0% 0);
    transition: clip-path 0.65s, opacity 0.6s, visibility 1s;
    opacity: 0;
    visibility: hidden;
  }
  .menu.active {
    clip-path: circle(148% at 0% 0);
    -webkit-clip-path: circle(148% at 0% 0);
    opacity: 1;
    visibility: visible;
  }
  .menu ul {
    box-shadow: none;
    padding: 15vh 16px 3vh;
    text-align: left;
  }
  .menu li {
    font-size: 15px;
    padding: 12px 0;
  }
  .contacts {
    z-index: 18;
    left: 10px;
    bottom: 12.5vh;
    right: 10px;
  }
  .menu .btn-close {
    right: 20px;
    left: auto;
    top: 10px;
    display: block;
  }
  .contacts a .text {
    font-size: 16px;
  }
  .contacts a .icon {
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    padding: 6px;
  }
  .contacts a .icon svg {
    width: 22px;
    height: 22px;
  }
  .contacts ul {
    gap: 8px;
  }
  .contacts li {
    display: flex;
    align-items: center;
    /* justify-content: center; */
  }
  .menu .btn {
    left: 15px;
    transform: translateX(0);
    min-width: 240px;
    right: 15px;
  }
}
