:root {
  --bg-main: #6C2DC7;
  --bg-main-2: #0F0E17;
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Roboto", sans-serif;
  --transition-speed: 0.3s;
  --bg-gar-1: linear-gradient(to right, #e7a7cb, #a574b2, #e7a7cb);
}
/* 007A7A Breadley Sans
00D4D9
A8FFE7 */
*,
*:before,
*:after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
input,
select,
textarea {
  background-color: transparent;
  outline: none;
}
button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
.bg-dark-2{
  background: #000;
}
body {
  min-height: 100vh;
  /* font-weight: 400; */
  font-family: var(--font-primary);
  color: #000;
  background-color: var(--bg-main-2);
}
.color-main {
  color: var(--bg-main);
}
.color-main-3 {
  color: #a889eb;
}
.bg-main-black {
  background-color: #0F0E17;

}
.bg-main {
  background-color: var(--bg-main);
}
.border-main {
  border:1px solid var(--bg-main);
}
.font-1 {
  font-family: "Libre Franklin", sans-serif;
}
.font-2 {
  font-family: "font-2";
}
.img-logo {
  max-width: 200px;
  width: 100%;
  display: block;
      filter: drop-shadow(2px 4px 6px black);
}
.bg-header.shadow .img-logo {
  max-width: 190px;
}

.nav-link{
  cursor: pointer;
  position: relative;
  color: #fff;
}
.nav-link::after{
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--bg-main);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}
.nav-link.active::after,
.nav-link:hover::after{
  transform: scaleX(1);
  transform-origin: left;
}
.nav-link.active,
.nav-link:hover{
  color: var(--bg-main);
}
.mobile .nav-link::after{
  display: none;
}
.btn-all {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(135deg, #6C2DC7, #8A4FFF);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 0 12px rgba(138, 79, 255, 0.35);
  white-space: nowrap;
}

/* Hover */
.gallery-item-g.active,
.btn-all:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(138, 79, 255, 0.55),
              0 0 8px rgba(255, 255, 255, 0.1);
  background: #fff;
  color: #6C2DC7;
}
.noise{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(../images/noise.gif) repeat;
  opacity: 0.01;
  z-index: 9999;
}
/* Active / pressed state */
.btn-all:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 0 0 10px rgba(138, 79, 255, 0.4);
}
.slider-main::after{
   content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: url(../images/slider.jpg) no-repeat center center/cover;
  opacity: 0.6;
    z-index: -2;
  pointer-events: none;
}
.slider-main::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: var(--bg-main-2);
  opacity: 0.9;
  z-index: -1;
  pointer-events: none;
  
}
.img-about-us .img-1{
  border-radius: 20px;
}
.img-about-us::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: var(--bg-main);
  transform: translate(-25%,-25%);
  border-radius: 20px;
}
.img-icon-about-us{
  bottom: 20px;
  left: -240px;
  max-width: 354px;
  width: 100%;
  z-index: -1;

  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
/* TODO services */
#ourServices::before{
  background: url(../images/bg-service.jpg) no-repeat center center/cover;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.category-info {
  color:#fff;
  padding: 15px;
    border-radius: 20px;
    border: 1px solid transparent;
}
.img-services::before,
.category-box::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(4%, 19%);
  background: var(--bg-main);
  border: 1px solid var(--bg-main);
  border-radius: 20px;
  opacity: 0.9;
  z-index: -1;
  pointer-events: none;
}
.img-services img,
.category-box img{
  border-radius: 20px;
}
.service-item:hover .category-box::before{
  transform: translate(0, 0);
  transition: transform 0.3s ease-in-out;
}
/* .service-item:hover .category-info {
  color: var(--bg-main);
  background: #000;
  transition: all 0.3s ease-in-out;
  border-color: var(--bg-main);
} */
/* TODO Reviews */
.bg-review {
  width: 150px;
  max-width: 150px;
 top: 60%;
  right: -20px;
  z-index: 1;
  animation: bounce-animation 3s ease-in-out infinite;
}
#ourPhoto::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ourPhoto.png) no-repeat center center/cover;
  background-attachment: fixed;
  opacity: .2;
  z-index: -1;
}
.gallery-image-box img{
  border: 2px solid var(--bg-main);
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
.gallery-image-box i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: var(--bg-main);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.gallery-image-box:hover i{
  opacity: 1;
}
.gallery-image-box:hover img{
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  filter: brightness(.6);
}
.form-contact{
  margin-left: -50px;
}
.item-contact-us i{
  color: var(--bg-main);
  width: 45px;
  height: 45px;
  border: 1px solid var(--bg-main);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.contact-unique {
    background: linear-gradient(135deg, #0F0E17, #1b1730);
    padding: 100px 0;
    position: relative;
}

.glow-text {
    color: #c6b0ff;
    text-shadow: 0px 0px 8px #a778ff;
}

.text-gradient {
    background: linear-gradient(45deg, #d8bfff, #8c52ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-service-page,
.glass-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 20px;
}

.contact-item {
    display: flex;
    gap: 15px;
    font-size: 15px;
}
.contact-item i {
    font-size: 20px;
    color: #caa0ff;
    text-shadow: 0 0 5px #caa0ff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #caa0ff;
    border-radius: 10px;
}

.custom-input {
    background: rgba(255, 255, 255, 0.07);
    border: none;
    color: #fff;
    padding: 12px 15px;
    border-radius: 10px;
}
.custom-input::placeholder { color: #d6c9ff; }

.btn-custom {
    background: linear-gradient(45deg,#8b5cf6,#c084fc);
    border: none;
    padding: 12px;
    color: white;
    font-weight: bold;
    border-radius: 12px;
    transition: .2s;
}
.btn-custom:hover { transform: scale(1.03); }

.bg-blur {
    position: absolute;
    width: 300px;
    height: 300px;
    background: #b388ff;
    filter: blur(200px);
    opacity: .4;
    top: -50px;
    right: -50px;
    border-radius: 50%;
}
.img-decor-contact{
  margin-top: -50px;
  border-radius: 20px;
  border: 2px solid var(--bg-main);
}
.page{
  background: var(--bg-main);
}
.bg-services::before{
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/page-service.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  opacity: .1;
  z-index: -1;
}

@media (max-width: 990.99px) {
  .item-message{
  margin-left: 0px;
}
}
@media (max-width: 767.99px) {
   .img-contact{
      position: unset !important;
    }
    .form-contact{
      margin-left: 0px;
    }
}

@media (max-width: 984px) {
}
@media (max-width: 576px) {
  #ourPhoto::after{
    background-attachment: scroll;
  }
  .text-slider{
    margin-top: -80px;
    position: relative;
    z-index: 999;
  }
}
/* End */
.scroll-to-top {
  border: 1px solid #6C2DC7;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(-500px) translateX(-30px);
  background: #6C2DC7 !important;
  color: #ffffff !important;
  z-index: 99;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
/* .scroll-to-top.active {
} */
.scroll-to-top.active {
  transform: translateY(-50%) translateX(-30px);
  opacity: 1;
}
.scroll-to-top:hover {
  background: #ffff !important;
  color: #6C2DC7 !important;
}
.ring-to-top:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #6C2DC7;
  opacity: 0.5;
  animation: ring-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.ring-to-top:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: rgba(#6C2DC7, 0.5);
  border-radius: 50%;
  border: none;
  animation: ring-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.ring-to-top {
  box-sizing: border-box;
  animation: oscillate-rotation 1s infinite ease-in-out;
  transform-origin: 50% 50%;
  bottom: 100px;
  right: 30px;
  border: 1px solid #6C2DC7;
  background: #fff !important;
  color: #6C2DC7 !important;
  z-index: 99;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

@keyframes ring-circle-anim {
  0% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0;
  }

  30% {
    transform: rotate(0) scale(1.5) skew(0deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0) scale(1.7) skew(0deg);
    opacity: 0.1;
  }
}
@keyframes ring-circle-fill-anim {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0) scale(1.4) skew(0deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0.2;
  }
}

@keyframes oscillate-rotation {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(0deg);
  }
}
.w-fit {
  width: fit-content;
}
.h-fit {
  height: fit-content;
}
.frame {
  padding-top: 85px;
}
.frame-2 {
  padding-bottom: 85px !important;
}
.bg-services {
  background: url(../images/bg-services.png) no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 446px) {
  .bg-services {
    background-attachment: scroll;
  }
  .frame {
    padding-top: 50px;
  }
  .frame-2 {
    padding-bottom: 50px !important;
  }
  .img-logo {
    max-width: 170px;
  }
  .bg-header.shadow .img-logo {
    max-width: 160px;
  }
}
.animate {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.animate.active {
  opacity: 1;
  animation: fadeInUp 1s forwards;
}
.slick-slide .animate.active {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.slick-slide.slick-active .animate.active {
  opacity: 1;
  animation: fadeInUp 1s forwards;
}
@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.icon-footer {
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--bg-main);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--bg-main);
  color: #ffffff;
}
.icon-footer:hover {
  transform: scale(1.2);
  color: var(--bg-main);
  background-color: #ffffff;
}

@keyframes bounce-animation {
  0% {
      -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
      transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
      -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
      transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
      -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
      transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}