* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

/*-----------------------------------*\
              NAVBAR-PART  
\*-----------------------------------*/
/* ----- background -------- */
.pixel-head {
  height: 850px !important;
  width: 100% !important;
}

#background-part-sec {
  z-index: -10;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  height: 850px !important;
  width: 100% !important;
}

#background-part-sec {
  background-image: url("../Img/background-part/back-3.jpg");
}

#background-part-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.607);
  z-index: -10;
  height: 850px !important;
  width: 100% !important;
}

/* ----- logo + menu  -------- */
.logo-menu-part {
  display: flex;
  flex-direction: row;
  background-color: rgba(0, 0, 0, 0.65);
  background-image: linear-gradient(rgba(48, 48, 48, 0.207) 13%, rgba(30, 30, 30, 0.333) 40%, rgba(0, 0, 0, 0.1450980392) 86%) !important;
  padding: 40px 80px 40px 80px !important;
}

.logo-sec {
  height: 130px !important;
  width: 130px !important;
}

.pixel-menu-section {
  flex-grow: 1;
  align-self: center;
  margin: auto;
}

.pixel-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 0 !important;
  gap: 15px;
}

.pixel-menu-section > ul > li {
  list-style-type: none;
}

.nav-link {
  background-image: linear-gradient(rgba(48, 48, 48, 0.47) 13%, rgba(30, 30, 30, 0.459) 40%, rgba(12, 13, 17, 0.5607843137) 86%) !important;
  color: #fefefe !important;
  padding: 15px !important;
  font-family: sans-serif, serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  border-radius: 0.375rem !important;
  transition: all 0.3s ease;
}

.act, .btn-search:hover, .nav-link:hover {
  background-image: linear-gradient(rgb(0, 0, 0) 13%, rgb(0, 0, 0) 40%, #0c0d11 86%) !important;
  color: #fefefe !important;
  padding: 15px !important;
  font-family: sans-serif, serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  border-radius: 0.375rem !important;
  transform: scale(0.95);
  transition: 0.5s ease;
  cursor: pointer !important;
  filter: drop-shadow(3px 3px 3px rgba(255, 255, 255, 0.5));
  border-bottom: rgba(255, 0, 0, 0.847) solid 3px !important;
  overflow: hidden;
}

.logo-sec:hover {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.more-section {
  left: -25px !important;
  background-color: #000000 !important;
  text-align: center !important;
  transition: 0.3s;
}

.setting-part {
  border: none;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  color: #fefefe;
  outline: none;
  width: 200px !important;
  transition: background-position 0.7s, box-shadow 0.4s;
}

.setting-part:hover:after {
  right: -40px;
  transition: right 0.4s, transform 30s 0.2s linear;
}

.setting-part:before,
.setting-part:after {
  font-family: FontAwesome;
  display: block;
  position: absolute;
}

.setting-part:before {
  transition: all 1s;
  font-size: 25px !important;
}

.setting-part:after {
  transition: right 0.4s, transform 0.2s;
  font-size: 100px;
  opacity: 0.3;
  top: -17px;
  right: -120px;
}

.setting-part:hover:after {
  transform: rotate(3000deg);
}

.setting-part:hover:before {
  transform: rotate(360deg);
}

.setting-part:after,
.setting-part:before {
  content: "\f1cd";
}

.setting-part:before {
  top: 8px;
  left: 15px;
}

.login-logo {
  font-size: 22px !important;
  margin-right: 10px !important;
}

.search-box-one {
  position: absolute;
  top: 135px;
  right: 320px;
  -webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none; /* Standard syntax */
}

.search-box-two {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  position: absolute;
  top: 80px;
  right: 100px;
}

/* search-overlay */
.search__wrap {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.888);
  transition: top 0.3s ease-in-out;
  z-index: 999999999;
}

.search__layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.ser-big {
  width: 100%;
  border: none;
  font-size: 40px;
  background-color: transparent;
  font-family: ROBOT;
}

.aline {
  display: block;
  height: 2px;
  background: #00FF00;
  margin-top: 10px;
  width: 100%;
  position: relative;
}

.aline:before {
  content: "";
  position: absolute;
  background: red;
  top: 0;
  left: 0;
  display: block;
  height: 2px;
  width: 0;
  transition: width 1s linear;
}

.ser-big:focus {
  outline: none;
  border: none;
}

.ser-big:focus + .aline:before {
  background: rgb(255, 0, 0);
  width: 100%;
}

.ser-big {
  text-align: center; /* Center align text */
  color: #fefefe;
}

.ser-big::-moz-placeholder {
  text-align: center;
}

.ser-big::placeholder {
  text-align: center;
}

.title-s {
  font-size: 47px;
  margin: 0 0 70px 0;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #66f845;
  letter-spacing: -1px;
}

.title-s span {
  color: white;
  font-family: Starzone;
  text-shadow: -2px 2.5px 0px rgba(217, 255, 0, 0.66);
  letter-spacing: 5px;
}

.serch-type {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 30%;
  text-align: center;
  padding: 0 80px 0 80px !important;
}

#search-section-ic {
  position: absolute;
  top: 80%;
  right: 6%;
  font-size: 25px;
  color: #00FF00;
}

.item-6 {
  position: absolute;
  top: 5%;
  right: 7%;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
}
.item-6:before, .item-6:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50%;
  background-color: #00FF00;
  transition: width 0.2s ease-out;
}
.item-6:before {
  transform: rotate(45deg);
  left: 7px;
  top: 7px;
  transform-origin: left;
}
.item-6:after {
  transform: rotate(-45deg);
  right: 7px;
  top: 7px;
  transform-origin: right;
}
.item-6 .inner {
  color: #ff0000;
}
.item-6 .inner:before, .item-6 .inner:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50%;
  background-color: #00FF00;
  transition: width 0.2s ease-out;
}
.item-6 .inner:before {
  transform: rotate(45deg);
  transform-origin: right;
  bottom: 6px;
  right: 8px;
}
.item-6 .inner:after {
  transform: rotate(-45deg);
  transform-origin: left;
  bottom: 6px;
  left: 8px;
}
.item-6 .label {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.item-6:focus:before, .item-6:focus:after, .item-6:hover:before, .item-6:hover:after {
  width: 10px;
}
.item-6:focus .inner:before, .item-6:focus .inner:after, .item-6:hover .inner:before, .item-6:hover .inner:after {
  width: 10px;
}
.item-6:focus .label, .item-6:hover .label {
  opacity: 1;
}

/*------*/
.btn-search-sec-over {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* Keyframe animation for search overlay */
@keyframes slideInFromTop {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
.btn-search {
  width: 50px;
  height: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  color: #fefefe;
  background-color: transparent;
  pointer-events: painted;
}

.btn-search:focus ~ .input-search {
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}

.input-search:focus {
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}

/*-----------------------------------*\
          HAM BURGER PART 
\*-----------------------------------*/
.ham-part-section {
  display: none;
  filter: invert(1);
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham6 .top {
  stroke-dasharray: 40, 172;
}

.ham6 .middle {
  stroke-dasharray: 40, 111;
}

.ham6 .bottom {
  stroke-dasharray: 40, 172;
}

.ham6.active .top {
  stroke-dashoffset: -132px;
}

.ham6.active .middle {
  stroke-dashoffset: -71px;
}

.ham6.active .bottom {
  stroke-dashoffset: -132px;
}

/*-----------------------------------*\
              TITLE PART 
\*-----------------------------------*/
.main-name-part {
  text-align: center;
}

.main-name {
  font-family: "Starzone", "sans-serif", "serif" !important;
  font-weight: 800 !important;
  font-size: 100px !important;
  letter-spacing: 10px;
  color: aliceblue;
  text-shadow: 1px -1px 0 rgba(168, 0, 0, 0.5098039216), 5px 5px 10px rgba(255, 41, 41, 0.5725490196);
  margin-top: 100px !important;
}

.main-name-two {
  letter-spacing: 1px;
  color: aliceblue;
  font-family: "CustomFont1", "CustomFont2";
  font-weight: 800;
  font-size: 100px;
  letter-spacing: 1px;
  text-shadow: 1px -1px 0 rgba(168, 0, 0, 0.5098039216), 5px 5px 10px rgba(7, 255, 251, 0.5294117647);
}

.main-name-three {
  font-family: "CustomFont1", "CustomFont2";
  font-weight: 800;
  font-size: 50px;
  letter-spacing: 5px;
  text-shadow: 1px -1px 0 rgba(168, 0, 0, 0.5098039216), 5px 5px 10px rgba(255, 41, 41, 0.5725490196);
}

.glowing-part {
  color: var(--fontColor);
  --screenCoeff: calc(1vw + 1vh);
  --bgColor: rgb(20, 20, 20);
  --fontColor: rgb(255, 255, 255);
  --shadowColor: 0 0 0.3em rgb(0 229 215);
  --glowColor: rgb(160 255 234);
}

#glowing_text {
  text-wrap: nowrap;
  text-overflow: clip;
}

/*-----------------------------------*\
              ARCADE 
\*-----------------------------------*/
.arcade-section-part {
  padding: 0px 80px 0px 80px !important;
  background-color: rgb(0, 0, 0);
}

.arcade-title {
  font-family: sans-serif, serif !important;
  font-weight: 800 !important;
  font-size: 40px !important;
  letter-spacing: 3px;
  color: aliceblue;
  margin-bottom: 0 !important;
  text-align: center;
}

.arcade-title-part {
  display: flex;
  flex-direction: row;
  border-top: solid 1px #fefefe;
  border-bottom: solid 1px #fefefe;
  box-shadow: 0px -15px 15px -15px #fefefe, 0px 15px 15px -15px #fefefe; /* bottom shadow */
  justify-content: center;
}

#arcade-img {
  height: 70px !important;
  width: 70px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right -1em bottom 10px;
     object-position: right -1em bottom 10px;
}

#arcade-img-two {
  height: 70px !important;
  width: 70px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right -3em bottom 10px;
     object-position: right -3em bottom 10px;
}

.arcade-head-part {
  padding: 40px 80px 40px 80px !important;
  background: linear-gradient(rgba(0, 0, 0, 0.666), rgba(0, 0, 0, 0.605)), url(../Img/arcade-part/arcade-background/arcade-3.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/*-----------------------------------*\
              ARCADE CARD 
\*-----------------------------------*/
.card {
  margin-bottom: 20px;
  position: relative !important;
  padding-bottom: 50px !important;
}

.arcade-card-part {
  gap: 20px;
}

.arcade-card-one {
  perspective: 2500px;
  border-radius: 1rem !important;
  background-color: #191c29 !important;
  perspective: 2500px !important;
}

.arcade-card-img {
  padding: 5px !important;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.397), 0 0 1px rgba(255, 255, 255, 0.462), 0 0 1px rgba(255, 255, 255, 0.416), 0 0 1px rgba(255, 255, 255, 0.453);
}

.ca-arc-hov-img {
  height: 420px !important;
  width: 200px !important;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  right: 115px;
}

.arcade-t-card {
  font-family: sans-serif, serif !important;
  font-weight: 700 !important;
  font-size: 25px !important;
  color: #fefefe !important;
  margin-bottom: 0 !important;
  padding-top: 10px !important;
}

.arcade-b-card {
  font-family: sans-serif, serif !important;
  font-weight: 100 !important;
  font-size: 16px !important;
  color: #fefefe !important;
  font-style: italic;
  margin-bottom: 0 !important;
  padding-top: 15px !important;
  text-align: justify;
}

.button-card-part {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute !important;
  padding: 0 15px 0 15px !important;
  bottom: 15px !important; /* 15px from the bottom */
  left: 0 !important;
  right: 0 !important; /* Make the button container full width */
}

.arcade-btn {
  font-family: sans-serif, serif !important;
  font-weight: 100 !important;
  font-size: 20px !important;
  background-color: #ff0000 !important;
  border: none !important;
  color: #fefefe !important;
  cursor: pointer;
  -webkit-clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0) !important;
          clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0) !important;
}

.arcade-btn:hover:before {
  transform: rotate(360deg);
}

.arcade-btn:before {
  transition: all 1s;
  font-size: 25px !important;
  content: "+";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  margin-top: -7px !important;
}

.button-card-part-price {
  font-family: sans-serif, serif !important;
  font-weight: 100 !important;
  font-size: 20px !important;
  color: #fefefe;
  margin-bottom: 0 !important;
  padding: 5px !important;
}

.arcade-b-card .read-more {
  color: #ff0000 !important;
  cursor: pointer;
}

.read-less {
  color: #ff0000 !important;
  cursor: pointer;
}

/*----arcade-card-hover----*/
/*--arcade-part-2--*/
.arcade-card-part-two {
  padding-top: 3rem !important;
  gap: 20px;
}

/*--btn-arcade--*/
.arc-btn-mor {
  padding: 25px 0 0px 0 !important;
  display: flex;
  justify-content: center;
}

.common-btn-part {
  background-color: hsla(155, 100%, 94%, 0.01);
  box-shadow: 0px -3px 15px 0px hsla(155, 100%, 100%, 0.25) inset;
  color: hsl(156, 51%, 75%);
  font-family: sans-serif, serif !important;
  font-weight: 100 !important;
  font-size: 22px !important;
  padding: 8px 20px 8px 20px !important;
  border-radius: 10%;
  border: solid 1px rgba(255, 255, 255, 0.708);
}

.common-btn-part::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.6s;
  pointer-events: none;
}

.common-btn-part:hover {
  color: #fefefe;
  background-color: rgb(0, 0, 0);
  transform: scale(1.2);
  transition: 0.8s;
  box-shadow: 0 0 0.5em 0em rgba(248, 248, 248, 0.712);
}

/*-----------------------------------*\
                EVENTS
\*-----------------------------------*/
.event-section-part {
  background-color: rgba(0, 0, 0, 0.95);
  background-position: center;
  animation: gradientAnimation 15s ease infinite;
  filter: hue-rotate(45deg);
  overflow: hidden;
  padding: 0px 80px 40px 80px !important;
}

.event-join-t {
  font-family: "Starzone", "sans-serif", "serif" !important;
  font-weight: 800 !important;
  font-size: 50px !important;
  letter-spacing: 0.3rem;
  padding: 5rem 0px 0px 0px !important;
  color: #ffffff;
}

#event-gm-join-t {
  color: #00FF00 !important;
}

.event-dis {
  font-family: "Helvetica Neue";
  font-family: sans-serif, serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #ffffff;
}

.event-part-two-sec {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 40rem;
  height: 28rem;
  overflow: hidden;
}

.event-one-img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-btn {
  color: #00FF00 !important;
}

/*-----------------------------------*\
              characters
\*-----------------------------------*/
.char-sec-main {
  padding: 60px 80px 60px 80px !important;
  background: linear-gradient(rgba(0, 0, 0, 0.596), rgba(0, 0, 0, 0.596)), url(../Img/contact/cont-back-3.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.character-title {
  font-family: "Starzone", "sans-serif", "serif" !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  letter-spacing: 0.3rem;
  text-align: center;
  color: #ff0000;
  font-style: italic;
  padding: 0px 0px 40px 0px !important;
  margin-bottom: 0%;
}

/*-----------------------------------*\
              characters video 
\*-----------------------------------*/
.v-c-a {
  text-align: center;
}

.video-bar-part-c {
  display: flex;
  justify-content: center;
  top: -60px;
  position: relative;
}

.video-container {
  position: relative;
  overflow: hidden;
}

.video-container video {
  height: 60% !important;
  width: 60% !important;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.video-controls {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.778);
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease;
  height: 55px !important;
  width: 60% !important;
}

#myVideo:hover + .video-controls,
.video-controls:hover {
  opacity: 1;
}

.svg-butn-part {
  background-color: transparent !important;
  border: none !important;
  color: #ff0000;
  position: absolute;
  right: 9rem;
  top: 10px;
}

.play-btn-char {
  background-color: transparent !important;
  border: none !important;
  color: #ff0000;
  position: absolute;
  left: 20px;
}

#fonts-play {
  height: 40px !important;
  width: 40px !important;
  background-color: #fefefe;
  text-align: center;
  font-size: 25px;
  padding: 5px;
  color: #000;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fefefe;
  z-index: 1;
  transition: 0.5s;
  box-shadow: 0px -1px 20px 0px hsla(0, 100%, 50%, 0.745);
}

.play-btn-char:hover #fonts-play, .pause-btn-char:hover #fonts-play {
  color: #00ff00;
  background-color: #000000;
  transform: rotateY(360deg);
  box-shadow: 3px 1px 15px 0px hsl(0, 100%, 50%) inset;
}

.pause-btn-char {
  background-color: transparent !important;
  border: none !important;
  color: #ff0000;
  position: absolute;
  left: 70px;
}

.vol-sec-svg {
  height: 35px !important;
  width: 37px !important;
  cursor: pointer;
  filter: invert(1);
}

.circle_lg {
  stroke-dasharray: 600px 1500px;
  transition: all 0.5s;
}

.circle_sm {
  opacity: 1;
  transition: all 0.25s;
}

.vol-sec-svg.mute .circle_lg {
  stroke-dashoffset: -1360px;
}

.vol-sec-svg.mute .circle_sm {
  opacity: 0;
}

#myVideo {
  border-radius: 10px !important;
  box-shadow: 0px -1px 20px 0px hsla(0, 100%, 50%, 0.745);
}

/*-----------------------------------*\
 characters video bar customizations
\*-----------------------------------*/
.vid-car-bar {
  height: 10px;
  background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
  border-radius: 5px;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  float: right;
  margin-top: 12px;
}

.vid-car-bar:hover {
  opacity: 1;
}

.vid-car-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.vid-car-bar::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.char-btn-sec {
  display: flex;
  justify-content: center;
  padding: 30px 0 0 0 !important;
}

.character-btn-p {
  display: flex;
  justify-content: center;
  padding: 15px 30px;
  background-color: rgba(146, 0, 0, 0.781);
  color: #fefefe;
  font-size: 18px;
  border: none;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  font-family: "roboto", "Helvetica", "Arial";
  border: solid 2px rgba(0, 0, 0, 0.95);
}

.character-btn-p:hover {
  transition: 0.2s ease-in-out;
  box-shadow: 0px -1px 20px 0px hsl(0, 100%, 50%);
  border: solid 2px #ffffff;
  background-color: rgba(0, 0, 0, 0.95);
  color: #ffffff;
}
.character-btn-p:hover #char-btn-i {
  transform: rotate(360deg);
}

#char-btn-i {
  transition: all 1s;
  font-size: 25px !important;
  position: relative;
  padding-left: 10px;
}

/*-----------------------------------*\
              Contact us
\*-----------------------------------*/
.footer-section {
  padding: 60px 80px 60px 80px !important;
  background-color: rgba(0, 0, 0, 0.95);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.footer-head {
  padding: 0 0 30px 0 !important;
}
.footer-head .footer-title {
  letter-spacing: 1px;
  color: #00FF00;
  font-family: "Starzone", "sans-serif", "serif" !important;
  font-weight: 700 !important;
  font-size: 25px !important;
}

.foot-name, .foot-email,
.foot-numb,
.foot-message {
  border-radius: 15px;
  border: 1px solid;
  background-color: #000000;
  width: 90%;
  margin: 10px 0 !important;
  padding: 4px 15px !important;
  font-style: italic;
  color: aliceblue;
  outline: none;
}

.foot-button {
  margin-top: 20px !important;
}
.foot-button .footer-btn {
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 18px;
  height: 50px !important;
  width: 140px !important;
  border-radius: 18px;
  border: none;
}

.copyright-section, .footer-mail-section,
.footer-number-section, .footer-address-section {
  display: flex;
  flex-direction: row;
}

.footer-mail-section,
.footer-number-section {
  padding: 30px 0 0 0px !important;
}

#num-dis:hover, #mail-dis:hover, #foot-icons-part:hover {
  cursor: pointer;
  color: #fefefe;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #a19b9e, 0 0 40px #4e4a4c, 0 0 50px #e60073, 0 0 60px #393738, 0 0 70px #96848d;
  color: #ffffff;
}

#foot-icons-part {
  font-size: 25px !important;
  color: #fefefe;
}
#num-dis, #mail-dis {
  text-decoration: none;
}

#num-dis, #mail-dis, #add-dis {
  letter-spacing: 1px;
  line-height: 25px;
  color: #fefefe;
  font-style: italic;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 20px;
  padding: 0 0 0 20px !important;
  margin-bottom: 0;
}

.foot-message {
  resize: none;
}

/*-----------------------------------*\
              copy-right 
\*-----------------------------------*/
.copyright-section {
  padding: 30px 80px 30px 80px !important;
  background-color: #000000;
  border-top: solid 2px #fefefe;
  box-shadow: 0px -15px 15px -15px #fefefe;
}

.copy-right-text p {
  letter-spacing: 0px;
  line-height: 35px;
  color: #fefefe;
  margin-bottom: 0%;
  font-family: "Helvetica Neue", Helvetica, Arial !important;
  font-weight: 600 !important;
  font-size: 22px !important;
}

.copyright-fonts {
  display: flex;
  margin-left: auto !important;
  gap: 15px;
}

#fonts-event {
  width: 40px;
  height: 40px;
  background-color: #fefefe;
  text-align: center;
  /* line-height: 80px; */
  font-size: 25px;
  padding: 5px;
  color: #000;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fefefe;
  z-index: 1;
  transition: 0.5s;
  box-shadow: 0px -1px 20px 0px hsla(0, 100%, 50%, 0.745);
}

.font-cont {
  text-decoration: none !important;
}

.font-cont:hover #fonts-event {
  color: #00ff00;
  background-color: #000000;
  transform: rotateY(360deg);
  box-shadow: 3px 1px 15px 0px hsl(0, 100%, 50%) inset;
}

/*-----------------------------------*\
              #GO TO TOP
\*-----------------------------------*/
#goToTopBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  background-color: #ff0000;
  color: #fefefe;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 16px;
  -webkit-clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0) !important;
          clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0) !important;
}

#goToTopBtn:hover {
  background-color: #a40000;
}
#goToTopBtn:hover #top-btn-par {
  color: #000000;
}

#top-btn-par {
  font-size: large;
}

/*-----------------------------------*\
              cursor animation
\*-----------------------------------*/
/*-----------------------------------*\
              custom scrollbar
\*-----------------------------------*/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #000000;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #70ff0a;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff0000;
}

#logout-part {
  position: absolute;
  z-index: 99;
  right: 515px;
}

.initial-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #007bff; /* Change color as needed */
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}/*# sourceMappingURL=home.css.map */