body {
  color: var(--grayOne);
  background-color: #030303;
}

.add-menu-navbar {
  animation: slideInDown 0.6s;
}

.index-header .add-menu-navbar {
  background-color: rgb(12 12 12 / 1%);
  backdrop-filter: blur(20px);
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}


/*scrollTop*/
.scrollTop,
.scrollTop2 {
  opacity: 0;
  visibility: hidden;
}
.add-scrollTop {
  visibility: visible !important;
  opacity: 1;
}

/*scrollTop*/

/*sectionTwo*/
.bg-art {
  background-color: #ffffff0c;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
}

.art-content::after,
.art-content::before {
  display: block;
  content: "";
  position: absolute;
  background-image: url("../../images/background/downsign.png");
  width: 150px;
  height: 50px;
  background-repeat: no-repeat;
}

.art-content::after {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%) scale(-1);
}

.art-content::before {
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}

.art::-webkit-scrollbar {
  width: 5px;
  border-radius: 4px;
}

.art::-webkit-scrollbar-thumb {
  background-color: rgba(188, 152, 113, 0.54);
  border-radius: 5px;
}

.art-ul a {
  background-color: rgba(188, 152, 113, 0.54);
  padding: 0.75rem;
  transition: all 0.5s ease;
}

.art-ul a:hover {
  transform: scale(1.05);
}

/*sectionTwo*/

.my_video {
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  z-index: -1;
}

.background_teaser {
  min-height: 100vh;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.buttonTwo {
  padding: 0.65rem 1.5rem;
  border-radius: 0.25rem;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}

.dropdown
  .dropdown-box.show
  > .dropdown-box__content
  .tab-content
  .tab-content__pane {
  /*visibility: visible;*/
  display: block;
}

.dropdown .dropdown-box .dropdown-box__content .tab-content .tab-content__pane {
  /*visibility: hidden;*/
  display: none;
}

.nav-tabs .active {
  border-bottom-width: 2px;
  --border-opacity: 1;
  border-color: #1c3faa;
  /*border-color: rgba(28, 63, 170, var(--theme-gold));*/
  /*font-weight: 500;*/
}
@media only screen and (min-width: 64rem) {
  .tab-content .tab-content__pane {
    top: -9999px;
    left: -9999px;
    transition: visibility 0s linear 0.6s, opacity 0.6s 0s;
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
}

.tab-content .tab-content__pane.active {
  transition: visibility 0s linear 0s, opacity 0.6s 0s;
  position: static;
  visibility: visible;
  opacity: 1;
}

.search-result.show > .search-result__content .tab-content .tab-content__pane {
  visibility: visible;
}

/*tabs*/

/*showloading*/

.show2.show_X .show_img,
.show2.show_X .show_nav_left,
.show2.show_X .show_title > *,
.show2.show_X .show_nav_right,
.show2.show_X .show_top,
.show2.show_X .show_bottom {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: 1.5s ease;
}

.show2.show_X .show_top {
  transition-delay: 2s;
}
.show2.show_X .show_bottom {
  transition-delay: 2.5s;
}
.show2.show_X .show_nav_left,
.show2.show_X .show_nav_right {
  transition-delay: 3s;
}

.show2.show_X .show_title > *:nth-child(1) {
  transition-delay: 3.7s;
}
.show2.show_X .show_title > *:nth-child(2) {
  transition-delay: 4.2s;
}
.show2.show_X .show_title > *:nth-child(3) {
  transition-delay: 4.7s;
}
.show2.show_X .show_title > *:nth-child(4) {
  transition-delay: 5.2s;
}
.show2.show_X .show_title > *:nth-child(5) {
  transition-delay: 5.7s;
}
.show2.show_X .show_title > *:nth-child(5) {
  transition-delay: 6.2s;
}

.tab-content__pane.active .showX_X > * {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.tab-content__pane.active .showY_Y > * {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.tab-content__pane.active .showY_Y > *:nth-child(1) {
  transition-delay: 2.2s;
}

.tab-content__pane.active .showY_Y > *:nth-child(2) {
  transition-delay: 2.7s;
}
.tab-content__pane.active .showY_Y > *:nth-child(3) {
  transition-delay: 2.9s;
}
.tab-content__pane.active .showY_Y > *:nth-child(4) {
  transition-delay: 3.1s;
}
.tab-content__pane.active .showY_Y > *:nth-child(5) {
  transition-delay: 3.3s;
}
.tab-content__pane.active .showY_Y > *:nth-child(6) {
  transition-delay: 3.5s;
}
.tab-content__pane.active .showY_Y > *:nth-child(7) {
  transition-delay: 3.7s;
}
.tab-content__pane.active .showY_Y > *:nth-child(8) {
  transition-delay: 3.9s;
}
.tab-content__pane.active .showY_Y > *:nth-child(9) {
  transition-delay: 4.1s;
}
.tab-content__pane.active .showY_Y > *:nth-child(10) {
  transition-delay: 4.3s;
}

/**/
.tab-content__pane.active .showX_X > *:nth-child(1) {
  transition-delay: 1s;
}
.tab-content__pane.active .showX_X > *:nth-child(2) {
  transition-delay: 1.5s;
}
.tab-content__pane.active .showX_X > *:nth-child(3) {
  transition-delay: 1.8s;
}
.tab-content__pane.active .showX_X > *:nth-child(4) {
  transition-delay: 2s;
}
.tab-content__pane.active .showX_X > *:nth-child(5) {
  transition-delay: 2.2s;
}
.tab-content__pane.active .showX_X > *:nth-child(6) {
  transition-delay: 2.4s;
}
.tab-content__pane.active .showX_X > *:nth-child(7) {
  transition-delay: 2.6s;
}
.tab-content__pane.active .showX_X > *:nth-child(8) {
  transition-delay: 2.8s;
}
.tab-content__pane.active .showX_X > *:nth-child(9) {
  transition-delay: 3s;
}
.tab-content__pane.active .showX_X > *:nth-child(10) {
  transition-delay: 3.2s;
}

/*animateWeb*/

.seo_title_bg {
  background: #030303;
  background: -moz-linear-gradient(
    0deg,
    rgb(4 4 4) 0%,
    rgb(18 18 18) 35%,
    rgb(38 38 38) 95%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgb(4 4 4) 0%,
    rgb(18 18 18) 35%,
    rgb(38 38 38) 95%
  );
  background: -moz-linear-gradient(
    0deg,
    rgb(4 4 4) 0%,
    rgb(18 18 18) 35%,
    rgb(38 38 38) 95%
  );
  background: -o-linear-gradient(
    0deg,
    rgb(4 4 4) 0%,
    rgb(18 18 18) 35%,
    rgb(38 38 38) 95%
  );
  background: linear-gradient(
    0deg,
    rgb(4 4 4) 0%,
    rgb(18 18 18) 35%,
    rgb(38 38 38) 95%
  );
}

/*section-eight*/
.flower {
  animation: flower 10s infinite;
}

.flowerTwo {
  -webkit-animation: flower 10s 3s infinite;
  -moz-animation: flower 10s 3s infinite;
  -o-animation: flower 10s 3s infinite;
  animation: flower 10s 3s infinite;
}

.PendantDesign {
  animation: flower 5s infinite;
}

@-webkit-keyframes flower {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}

@-moz-keyframes flower {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -moz-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}

@-o-keyframes flower {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}

@keyframes flower {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}

/*section-eight*/

.double-border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--theme-gold);
  border-radius: 50%;
  display: block;
  -webkit-mask-image: -webkit-linear-gradient(
    left,
    #000000cc 0%,
    #00000000 10%,
    #00000000 90%,
    #000000cc 100%
  );
  mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000000cc),
    color-stop(10%, #00000000),
    color-stop(90%, #00000000),
    to(#000000cc)
  );
  mask-image: linear-gradient(
    90deg,
    #000000cc 0%,
    #00000000 10%,
    #00000000 90%,
    #000000cc 100%
  );
}

/*footer*/
.footer-img::before {
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 0 70px 78px var(--theme-gold);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}

.footer-img:hover::before {
  opacity: 0.6;
}

/*footer*/

/*animateWeb*/

.cd-section.visible .backgroundSection .showX > * {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.cd-section.visible .backgroundSection .showY > * {
  opacity: 1;
  visibility: visible;
  transform: none;
}


@media (width >= 64rem /* 1024px */) {
  .show_img {
    transform: translatex(30px);
  }
  .show_nav_left {
    transform: translatex(-30px);
  }
  .show_nav_right {
    transform: translatex(30px);
  }
  .show_top {
    transform: translateY(-30px);
  }
  .show_bottom {
    transform: translateY(30px);
  }
  .show_title > * {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
  }

  .show_img,
  .show_bottom,
  .show_top,
  .show_nav_right,
  .show_nav_left {
    opacity: 0;
    visibility: hidden;
  }

  .tab-content__pane .showX_X > * {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-500px);
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
  }
  .tab-content__pane .showY_Y > * {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    -webkit-transition: all 2.5s;
    -o-transition: all 2.5s;
    -moz-transition: all 2.5s;
    transition: all 2.5s;
  }

  .cd-section .backgroundSection .showX > * {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-500px);
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
  }
  .cd-section .backgroundSection .showY > * {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    -webkit-transition: all 2.5s;
    -o-transition: all 2.5s;
    -moz-transition: all 2.5s;
    transition: all 2.5s;
  }
}

/*animateWeb*/
