/* Custom Variables */
header {
  z-index: 10;
}

/* NAV Styles */
.box {
  padding: 40px 0;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .box {
    display: none;
  }
}
.box a {
  display: block;
  position: absolute;
  /* top: 0; */
  left: 0;
  width: 130px;
  height: 130px;
  padding: 0px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 130px;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  z-index: 10;
}
.box a:hover {
  top: -20px;
  left: -20px;
  width: 170px;
  height: 170px;
  font-size: 24px;
  line-height: 170px;
  z-index: 100;
}
.box a img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.box a br {
  display: block;
  content: "";
  margin: -105px;
}
.box-in {
  position: relative;
  width: 130px;
  height: 130px;
}

.circle1 {
  top: 15px;
}

.circle2 {
  top: -10px;
}

.circle3 {
  top: 30px;
}

.circle4 {
  top: -20px;
}

.circle5 {
  top: 5px;
}

.circle6 {
  top: 25px;
}

.circle7 {
  top: -15px;
}

/* top-movie Styles */
.top-movie .container-fluid {
  padding: 0;
}
.top-movie .video-container {
  position: relative;
  width: 90%;
  margin: 0 auto;
  aspect-ratio: 16/9;
  box-sizing: border-box;
}
.top-movie .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-movie .video-container .full-button {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 50px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 12px);
}
@media (max-width: 768px) {
  .top-movie .video-container .full-button {
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .top-movie .video-container {
    width: 100%;
    margin: 0 auto 25px;
  }
  .top-movie .video-container button {
    bottom: -35px;
    width: 60%;
    padding: 8px 10px;
  }
}

/* bubble Styles */
.bubble {
  width: 120%;
  height: auto;
  transition: transform 0.3s;
}
.bubble:hover {
  transform: scale(1.3);
}

.girl {
  width: 140%;
  height: auto;
  top: 25px;
  position: relative;
}

.row-bubble .col {
  padding: 0;
}/*# sourceMappingURL=head.css.map */