@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

body
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
html
{
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
.construh1 
{
  -webkit-text-stroke: 1px blue; /* width and color */
  text-align: center;
  color: white;
  font-size: 2em;
  font-family: 'Bakbak One', cursive;
}
.constru-img
{
  align-items: center;
  width: auto;
  height: 20rem;
}
.b2
{
 align-items: center;
 padding: 2%;
 width: 10%;
 height: 10%;
}
.banner
{
  position: relative;
  margin: 0;
  width: 5rem;
  height: auto;
  padding: 5px;
  border-radius:50% 13% 50% 45%;
  border: 1.5px solid rgba(82, 206, 197, 1);
  box-shadow:
    0 0 20px #fff,
    0 0 40px #fff,
    0 0 80px #fff,
    0 0 90px #0ff,
    0 0 95px #0ff,
    0 0 105px #0ff;
}
.bannerh2
{
  text-align: center;
  -webkit-text-stroke: 1px #fff;
  color: #42e3f5;
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-family:  'Permanent Marker', cursive;
  letter-spacing: 2px;
  text-shadow:
    0 0 20px #fff,
    0 0 40px #fff,
    0 0 80px #fff,
    0 0 90px #0ff,
    0 0 95px #0ff,
    0 0 105px #0ff;
}
.bannerh3
{
  text-align: left;
  -webkit-text-stroke: 0.5px white;
  color: #ef42f5;
  font-size: 0.5em;
  margin: 0;
  font-family: 'Bakbak One', cursive;
letter-spacing: 5px;
text-shadow:
    0 0 5px #fd75ff,
    0 0 10px #fff,
    0 0 20px #fd75ff,
    0 0 40px #ff00c8,
    0 0 80px #ff00c8,
    0 0 90px #0ff,
    0 0 100px #0ff,
    0 0 150px #0ff;

  padding: 0;
  margin: 0;
}
body
{
  padding: 0;
}
.neon {
  color: #fff;
}
.iframetop
{
  border: none;
    height: 100vh; 
    width: 100vw;
  margin-top: -10%;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.navMenu {
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.navMenu a {
  color: #f6f4e6;
  text-decoration: none;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  width: 80px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navMenu a:hover {
  color: #fddb3a;
  background-color: blue;
}

.navMenu .dot {
  position: fixed;
  margin-bottom: -10px;
  padding: 6px;
  width: 6px;
  height: 6px;
  background: #fddb3a;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navMenu a:nth-child(1):hover ~ .dot {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.navMenu a:nth-child(2):hover ~ .dot {
  -webkit-transform: translateX(110px);
  transform: translateX(110px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.navMenu a:nth-child(3):hover ~ .dot {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.navMenu a:nth-child(4):hover ~ .dot {
  -webkit-transform: translateX(285px);
  transform: translateX(285px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.cabe
{
  font-family: "Montserrat", sans-serif;
  align-items: center;
  width: 100%;
  height:10%;
  position: fixed;
  background-color: blue;
}
