html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #54E346;
}

.navbar {
  /* background-image: linear-gradient(to right, #5B7DB1, #1A132F); */
  background-color: #1C1427;
  margin: 0;
  padding-bottom: 2px;
}
.navSection {
  position: sticky;
  top: 0;
  z-index: 1;
  /* box-shadow:2px 2px 25px black; */
}
.custom-shape-divider-bottom-1648825485 .shape-fill {
    fill: #54E346;
}
.custom-shape-divider-top-1648881665 .shape-fill {
    fill: #54E346;
}
.sec {
  position: relative;
  color: white;
  text-decoration: none;
  padding-right: 30px;
  padding-top: 100px;
  color: transition;
  font-family: 'Audiowide', cursive;
  text-shadow: 8px 8px 4px #000000;
  transition:font-size .2s;
  font-size: 1.4em;
}
.btn-secondary{
  box-shadow:-2px 4.5px 12px #000000;
  width:150px;
}
.sec:hover {
  font-size:1.6em;
  color: #FF5403;
}

.seb {
  color: white;
  font-size: 2.7em;
  text-decoration: none;
  color: transition;
  font-family: 'Monoton', cursive;
  /* font-family: 'Audiowide', cursive; */
  padding-top:0;
  padding-left: 10px;
  transition:font-size .2s;
  text-shadow: 11px 11px 5px #000000;

}

.seb:hover {
  color: #FF5403;
  font-size:2.9em;
}

.fa-chess {
  color:white;
  font-size: 3em;
  padding-left: 2px;
  transition:font-size .2s;
  color:transition;
  text-shadow: 2px 7px 9px #000000;

}
.fa-chess:hover{
  color:#FF5403;
  font-size:3.4em;
  cursor:pointer;
}
.btn-light {
  width: 100px;
  padding-bottom: 10px;
}

.Banner {
  /* background-image: linear-gradient(to left, #283C63, #000000); */
  background-color: #1C1427;
  /* background-color:white; */
  /* background-image: linear-gradient(to right, #5B7DB1, #000000); */

  padding-bottom: 1px;
  padding-top: 30px;
}

p {
  color: white;
}

#banner-head {
  color: white;
  /* cursor:pointer; */
  font-family: 'Audiowide', cursive;
}

.hrs {
  border: 4px solid blue;
  opacity: 1.0;
  width: 100px;
  align: center;
}

.custom-shape-divider-bottom-1648825485 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1648825485 svg {
  position: relative;
  display: block;
  width: calc(118% + 1.3px);
  height: 192px;
}


#footche {
  /* background-image: linear-gradient(to left, #283C63, #000000); */
  background-color: #1C1427;
  width:100%;
  z-index: -1;
  /* height:100px; */
}
#FOOT{
  /* margin-bottom: 0; */
  /* background-color: #FF5403; */
  position:relative;
  bottom:0;
  /* margin-bottom:0; */
}
.btn-outline-success {
  width: 200px;
}

.btn-ban {
  width: 100px;
  /* box-shadow:1px 1px 12px black,-1px -1px 12px black; */

  border-width:2px;
  /* box-shadow:-5px -5px 6px black; */
  /* border-color:transition;
  box-shadow:transition; */
}
.btn-ban:hover{
  /* border-color:red; */
  /* box-shadow:2px 2px 3px blue,-2px -2px 3px blue; */
}

/* .animate-piece {
  animation: virus 1.2s linear;
}

@keyframes virus {
  1% {
    transform: rotate(360deg);
  }
} */
.rand-img {
  position: absolute;
  opacity: 0.8;
  animation: rotation 2s infinite linear;
  /* box-shadow: 5px 5px 5px black; */
}
@keyframes rotation{
  1%{
    transform:rotate3d(0,1,0,1turn);
  }
}
.touch-img{
  animation: rotter 1s infinite linear;
}
@keyframes rotter {
  1%{
    transform:rotate3d(0,1,0,3turn);
  }
}
.res_img{
  width:90%;
  height:80%;
  animation:wobble 2400ms ease-in-out  infinite; 
  border-radius:10%;
  box-shadow:3px 11px 18px #000000, 3px -9.5px 18px #000000;
}
@keyframes wobble {
  /* /////////////////// */
  40%{
    transform:translateY(33px);
  }
  /* ///////////////// */
  
  /* ///////////////////////////// */
  /* 25%{
    transform:translateY(-5px) translateX(10px);
  }
  33%{
    transform:translateY(2px) translateX(5px);
  }
  50%{
    transform:translateY(-10px) translateX(-10px);
  }
  70%{
    transform:translateX(-5px) translateY(5px);
  }
  100%{
    transform:translateX(0) translateY(0);
  } */
  /* /////////////////////// */
}
.para_text_style{
  font-family: 'PT Serif', serif;
  font-size:1.21em;
}
.fa-brands{
  padding-top:10px;
}
.horizon{
  border:2px solid #FFDE7D;
  opacity:1;
  border-radius:200px 0px 200px 0px;
  width:90%;
  text-decoration: none;
  color:#FFDE7D;
  box-shadow: 8px 5px 4px black;
  /* text-shadow: 8px 5px 4px #000000; */
  /* text-align: center; */
}
/* .animate-piece {
  animation: virus 1.2s linear;
}

@keyframes virus {
  1% {
    transform: rotate(360deg);
  }
} */

.custom-shape-divider-top-1648881665 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1648881665 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 152px;
}

.kar {
  display: block;
}
.ko{
  text-shadow:-3px -3px black;
}
.kool{
  text-shadow:-4px 5px 6px black;
  font-size:2.7em;
  animation:idf 1.7s linear infinite;
  /* text-decoration: underline; */
  color:#F4A442;
}
@keyframes idf {
  50%{
    transform:translateY(15px);
    color:#E1701A;
    /* text-shadow:2px 4px 5px black; */
    /* text-decoration: underline; */
  }
  100%{
    color:#F4A442;
    transform:translateY(0px);
    /* text-decoration: underline; */
    
  }
}
.btnn{
  border-color:#06FF00;
  transition:background-color .3s;
  box-shadow:4px 2px 12px black,4px 2px 12px black;
  animation: swar 1990ms ease-in-out infinite;
}
.btnn:hover{
  border-color:#06FF00;
  background-color:#06FF00;
  color:black;
}
.btnnr{
  height:42px;
  border-color:black;
  transition:background-color .3s;
  box-shadow:4px 3px 12px black,4px 2px 12px black;
  animation: swar 3s ease-in-out infinite;
  font-size:1.2em;
  color:whitesmoke; 
  width:200px;
}
.btnnr:hover{
  border-color:black;
  background-color:gray;
}
@keyframes swar {
  50%{
    transform:translateX(15px);
  }
  100%{
    transform:translateX(0px);
  }
}
.color-seq{
  animation: snc 2.5s linear infinite;
}
@keyframes snc {
  0%{
    color:#77ACF1;
    /* text-shadow: 0px 0px 40px #FFDE7D;     */

    
  }
  50%{
    color:#000000;
    /* text-shadow: 4px 10px 2px #1EAE98;  */
    text-shadow: 0px 0px 25px #77ACF1;    
  }
  100%{
    color:#77ACF1;
    /* text-shadow: 0px 0px 40px #FFDE7D;     */
    
    /* text-shadow: 2px -0px 40px #49FF00;   */
    /* transform:translateX(20px); */
  }
}

