@font-face {
  font-family: Bebas Neue Pro;
  src: url(../font/BebasNeueProLight.otf);
}

@font-face {
  font-family: Bebas Neue Pro Regular;
  src: url(../font/BebasNeueProRegular.otf);
}

@font-face {
  font-family: Arkibal Mono;
  src: url(../font/ArkibalMono.otf);
}

body {
  margin: 0;
  font-family: 'Bebas Neue Pro';
  line-height: 1.5;
  color: #fff;
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewport='0 0 100 100'><text y='50%'>🌹</text></svg>") 16 0, auto;
}

/* General */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arkibal Mono';
  letter-spacing: 1px;
}

p {
  letter-spacing: 1.5px;
  font-size: 18px;
}

a {
  letter-spacing: 1.5px;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewport='0 0 100 100'><text y='50%'>🌹</text></svg>") 16 0, auto !important;
}

button {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewport='0 0 100 100'><text y='50%'>🌹</text></svg>") 16 0, auto !important;
}

a:hover {
  text-decoration: none;
  outline: none !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* General end */

/* layout */

.bodylayout {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.bodylayout:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  top: 0;
  left: 0;
}

.pageLayout {
  min-height: 100vh;
  width: 100%;
  max-width: calc(100% - 400px);
  margin: auto;
  position: relative;
  z-index: 10;
}

.fitHeader {
  padding-top: 90px;
}

/* layout end */

/* header  */

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 25px;
  min-height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}

.ToggleMenu {
  display: none;
}

.ToggleMenu img {
  width: 30px;
  height: 30px;
}

.socialBar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  width: 100%;
}

.socialBar a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}

.socialBar a img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

/* header end */

/* Navigation  */

.mainNav {
  position: absolute;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  width: 200px;
  justify-content: center;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}

.mainNav ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.mainNav ul .navBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mainNav ul .navBox img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

.mainNav ul .navBox h6 {
  font-size: 16px;
  color: #C1C1C1;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.leftNav {
  left: 0;
}

.rightNav {
  right: 0;
}

.mainNav ul .selectedMenu .navBox img {
  filter: drop-shadow(0px 3px 6px #ffffff73);
}

.mainNav ul .selectedMenu .navBox h6 {
  color: #fff;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
}

/* Navigation end */

/* Footer  */

.mainFooter {
  padding: 30px 100px;
  background: #1F1F1F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.brandLogo a {
  display: flex;
}

.mainFooter .socialBar {
  position: unset;
  width: fit-content;
  padding: 0;
  gap: 30px;
}

.mainFooter .socialBar a {
  width: 30px;
  height: 30px;
}

.mainFooter .brandLogo img {
  width: 300px;
}

.mainFooter .brandLogo a .nftLogo {
  filter: invert(1);
  width: 60px;
  padding: 10px;
  margin-left: 60px;
}

.pwrdBy {
  text-align: right;
}

.pwrdBy p {
  margin: 0;
  font-size: 16px;
  padding-right: 40px;
  line-height: normal;
}


.pwrdBy img {
  width: 150px;
}

.copyRight {
  padding: 5px 115px;
}

.copyRight p {
  margin: 0;
  font-size: 12px;
  color: #000;
  font-family: 'Bebas Neue Pro Regular';
}

/* Footer end */

/* video animation  */

.loadding .socialBar,
.loadding footer,
.loadding .ToggleMenu {
  display: none;
}

.AnimateVideo {
  line-height: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

.AnimateVideo img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.MintVideo video {
  align-items: center;
  justify-content: center;
  object-fit: cover;
  width: 50%;
  height: 50%;
}

.InroScreen video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  object-fit: cover;
}

.InroScreen .muteButton {
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 100;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

.InroScreen .muteButton img {
  width: 40px;
}
  
@keyframes pulse-animation {
  0% {
      box-shadow: 0 0 0 0px rgba(50, 245, 139, 0.8);
  }

  100% {
      box-shadow: 0 0 0 20px rgba(50, 245, 139, 0);
  }
}

.InroScreen button{
  border: none;
  outline: none;
}

/* video animation end */

.ThemeBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 30px;
  color: #000;
  font-size: 14px;
  letter-spacing: 2px;
  min-height: 40px;
  transition: all 0.3s ease-in-out;
  font-family: 'Arkibal Mono';
  text-transform: uppercase;
  background: #fff;
  backface-visibility: hidden;
      border-radius: 0;
    border: none;
    opacity: 1;
}

button:hover {
  color: #000 !important;
  background: rgb(255 255 255 / 50%) !important;
}

.ThemeBtn:hover {
  color: #000;
  background: rgb(255 255 255 / 50%);
}

.ThemeBtn:focus {
  color: #000;
}

.TransprentBtn {
  color: #fff;
  background: rgb(255 255 255 / 10%);
}

.TransprentBtn:hover {
  color: #fff;
  background: rgb(255 255 255 / 5%);
}

.TransprentBtn:focus {
  color: #fff;
} 

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #000;
    text-decoration: none;
}
.BtnFlex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}


.mainFooter .socialBar a {
  width: 72px;
  height: 30px;
}
.socialBar a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 34px;
}
.minting-logo {
  width: 100px;
}
.text-center {
  text-align: center!important;
}
.home-details-minting {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.btnflxs {
  display: flex;
  align-items: center;
  max-width: 500px;
  width: 50%;
}
.homeInfo-minting {
  flex-direction: column;
  align-items: center;
  gap: 35px;
  min-height: 100vh;
  justify-content: center;
  padding: 30px 0;
}
.marker {
  width: 5px;
  height: 5px;
  display: inline-grid;
  background: #fff;
  border-radius: 10px;
  margin-right: 5px;
}
.Team-description-modal .modal-header .btn-close:after {
  color: #fff;
  content: "\e5cd";
  font-family: Material Icons;
  font-size: 24px;
}