::-webkit-scrollbar {
  display: none;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sec-2 {
    width: 100%;
    margin: 4px 0;
    padding: 5px 0;
    display: flex;
    align-items: center;
    margin: auto;
    z-index: 10;
  }
  @media only screen and (max-width:768px) {
    .sec-2{
        flex-direction: column;
    }
  }
  .logo{
   padding: 0px 12px;
padding-bottom: 2px;
   margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(145deg, rgb(0, 251, 255), rgb(215, 215, 215));
    box-shadow:inset 4px 4px 4px rgb(255, 255, 255),inset -7px -7px 5px rgb(255, 255, 255), 1px 7px 18px rgba(0, 0, 0, 0.546);
    font-weight: bold;
    font-size: 12px;
    z-index: 1;
    text-decoration: none;
    overflow: hidden;
    transition: .5s;
  }
.my{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
background: rgba(7, 7, 7, 0.315);
backdrop-filter: blur(125px);
box-shadow: 0px 2px 1px rgb(201, 200, 200);
position: fixed;
z-index: 10;
}
.nav-list {
    /* width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;

    flex-wrap: wrap; */
  }
  
  ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    width: 140px;
    margin-top: 18px;
    margin-right: 18px;
    margin-bottom: 18px;
    border-radius: 40px;
    list-style: none;
    background: linear-gradient(145deg, rgb(255, 0, 0), rgb(9, 9, 9));
    box-shadow: 1px 7px 18px rgba(0, 0, 0, 0.546);
    cursor: pointer;
    font-weight: bold;
    font-size: large;
  }
  
  
  ul li:active {
    height: 27px;
    width: 140px;
    margin-top: 18px;
    margin-right: 18px;
    margin-bottom: 18px;
    background: linear-gradient(150deg, rgb(93, 238, 246), rgb(255, 255, 255));
    box-shadow: inset 1px 1px 10px #f2f1f1;
   
    border: 1px solid rgb(185, 185, 185);
    cursor: none;
  }
  
  ul li a {
    text-decoration: none;
    color: rgb(187, 187, 187);
  }
  ul li a:active {
    color: transparent;
    text-shadow: -1px -1px #b9b9b9;
  }
  
.sec{
    background: radial-gradient(rgb(230, 243, 247),rgb(16, 185, 215));
    min-height: 70vh;
    overflow: hidden;
}

.footer {
    background: rgba(182, 182, 182, 0.483);
    display: flex;
    align-items: center;
  }
  img{
    border-radius: 50%;
  }
  .info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 40px;
  }
  
  .ico {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px 20px;
  }
  
  .logotxt {
    font-size: 27px;
  }
  
  .fdesc {
    font-weight: 300;
    margin-left: 20px;
  }
  
  .socialbar ul {
    /* margin-left: 900px; */
    /* margin-top: -100px; */
    position: absolute;
    display: flex;
    transform-style: preserve-3d;
    transform: rotate(0deg) skew(0deg);
    /* transform: rotate(-25deg) skew(25deg); */
  }
  
  .socialbar ul li {
    position: relative;
    list-style: none;
    width: 0px;
    height: 0px;
    margin: 0 13px;
  }
  
  .socialbar ul li span {
    position: absolute;
    display: flex !important;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    background: rgb(221, 216, 216);
    color: rgba(255, 255, 255, 0.9);
    font-size: 27px !important;
  }
  
  .socialbar ul li :hover span {
    position: absolute;
    z-index: 1000;
    transition: 0.8s;
    /* box-shadow: -10px 10px 0px rgba(107, 106, 106, 0.884); */
  }
  
  .socialbar ul li :hover span :nth-child(1) {
    transform: translate(12px, -12px);
    transition: .7s;
    border-radius: 50%;
  }
  
  .socialbar ul li :nth-child(1):hover span {
    background: rgb(223, 218, 218);
  }
  
  .socialbar img:hover {
    box-shadow: -8px 8px 8px #525151;
    border-radius: 50%;
    transition: 0s;
    z-index: 1000;
  }
  
  .socialbar img:active {
    box-shadow: 0px 0px 5px #ffffff,
      0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 40px #ffffff, 0 0 60px #ffffff, 0 0 100px #ffffff, 0 0 125px #ffffff, 0 0 160px #ffffff, 0 0 200px #ffffff;
    border-radius: 50%;
    transition: 0s;
  }
  
  /* link sec */
  .links {
    margin-top: 10px;
    display: flex;
    padding-right: 40px;
    justify-content: stretch;
    align-items: center;
  }
  
  .list {
    /* display: flex;
    justify-content: start;
    gap: 10px;
    font-size: 14px;
    font-style: italic;
    color: rgb(92, 92, 92);
    flex-direction: column;
    font-weight: 200; */
  }
  
  .listtitle {
    font-size: 18px;
    margin-right: 48px;
    font-weight: bold;
    color: rgb(0, 0, 0);
  }
  
  /* media quary */


  .sec {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
.fast{
  width: 60%;
  margin-left: 40px;
  margin-right: -20px;
    
}
#webview {
  width: 80%;
  border: none;
  padding: 80px 0;
  border-radius: 50%;
}

  .ihs {
    width: 70%;
   margin: 42px;
   margin-left: -10px;
  }
  
.too{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 7px;
  margin-right: 18px;
}
.jan{
  /* display: inline-block; */
  display: flex;
  align-items: center;
  justify-content: center;
    position: relative;
    cursor: pointer;
    padding: 10px 12px;
    margin: 10px 12px;
    width: 120px;
    height: 27px;
    border-radius: 50px;
    /* background: linear-gradient(50deg, #fa0202,#03ccfe); */
    box-shadow: 0 0 0 2px rgba(251, 247, 247, 0.704),
    15px 15px 10px rgb(58, 58, 58), inset -1px -2px 7px rgba(255, 255, 255, 0.622);
    overflow: hidden;
   overflow: hidden;
}
.jan:nth-child(1){
  background: linear-gradient(180deg, #f8fafa,#ff00f2);
}
.jan:nth-child(2){
  background: linear-gradient(180deg, #f8fafa,#03fe03);
}
.jan:nth-child(3){
  background: linear-gradient(180deg, #f8fafa,#fe0303);
}
.jan:nth-child(4){
  background: linear-gradient(180deg, #f8fafa,#03ccfe);
}
.jan:nth-child(5){
  background: linear-gradient(180deg, #f8fafa,#fef603);
}
.jan:nth-child(6){
  background: linear-gradient(180deg, #f8fafa,#5900ff);
}
.jan:nth-child(7){
  background: linear-gradient(180deg, #f8fafa,#ff8800);
}
.jan:nth-child(8){
  background: linear-gradient(180deg, #f8fafa,#510000);
}
.jan:nth-child(9){

  background: linear-gradient(180deg, #f8fafa,#0318fe);
}
.jan:nth-child(10){

  background: linear-gradient(180deg, #f8fafa,#043f0a);
}
.jan:nth-child(11){
  background: linear-gradient(180deg, #f8fafa,#8301f4);
}
.jan:nth-child(12){
  background: linear-gradient(180deg, #f8fafa,#7cfe03);
}
.jan::before{
  content: '';
  position: absolute;
  top: 1px;
  left: 2px;
  bottom: 4px;
  right: 4px;
  border-radius: 50px;
  background: linear-gradient(90deg, #1694e3,#fefafa);
  box-shadow: -4px -4px 8px #fefefe;
}
.jan:active::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 1px;
  bottom: 2px;
  right: 2px;
  border-radius: 50px;
  background: linear-gradient(120deg, #1694e3,#fefafa);
}
.jan:active{
  background: linear-gradient(145deg, #03ccfe,#ffffff);
  box-shadow: 0px 0px 10px #fefefe,
              0px 0px 30px #fefefe,
              0px 0px 60px #fefefe,
              0px 0px 100px #fefefe,
              0px 0px 260px #fefefe,
              0px 0px 400px #fefefe,
              0px 0px 600px #fefefe;
filter: blur(.20px);
}
.jan i{
  position: relative;
  color: rgb(255, 255, 255);
  font-style: normal;
}
.jan:active i{
  color: transparent;
    /* text-shadow: 6px 6px 0px rgb(255, 255, 255); */
}

.spacer-10{
  position: relative;
}

.fateh{
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

.box {
  width: 90%;
  margin: auto;
  position: relative;
 display: flex;
 align-items: center;
 flex-wrap: wrap;
  padding: 15px;
  padding-top: 0;
  padding-left: 34px;
  margin: 20px;
  margin-left: 12px;
  backdrop-filter: blur(25px);
}

.box a {
 text-decoration: none;
}

.box .list {
  height: 77px;
  width: 324px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 5px;
  background: rgba(142, 142, 142, 0.4);
  border-radius: 14px;
  margin: 12px;
  padding-top: 7px;
  cursor: pointer;
  transition: .5s;
  overflow: hidden;
  backdrop-filter: blur(25px);
}

.box .list:hover {
  background: #ffffff4e;
  box-shadow: 15px 30px 50px rgba(0, 0, 0, 0.5);
  transform: scale(1) translateX(10px) translateY(-10px);
}

.box .list .imgbx {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  border: 2px solid rgba(163, 163, 163, 0.565);
}

.box .list .imgbx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box .list .contant {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  text-decoration: none;
 
}
.box .list .contant h1{
 font-size: 22px;
  /* color: #00bbff; */
  text-decoration: none;

}
.box .list .contant p{
 font-size: 14px;
  color: #111111;
  text-decoration: none;
  text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.498);
}
h1{
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(120deg, rgb(234, 0, 255), rgb(255, 204, 0), rgb(0, 145, 255), rgb(119, 0, 255));
  background-size: 400% 10%;
  animation: animate 12s infinite;
  text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.48);
  text-decoration: none;
}

.foo1{
  display: flex;
}
.fi:nth-child(1) {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 12px;
 
  margin: 7px;
  width: 141px;
  height: 29px;
  /* border-radius: 20px; */
  background: linear-gradient(145deg, #2003fe, transparent, transparent);
  box-shadow: 5px 5px 5px rgb(28, 27, 27), inset -3px -3px 10px rgb(255, 255, 255), inset 2px 2px 7px #ffffff, inset -2px 2px 7px #ffffff, inset 2px -2px 7px #ffffff;
  color: #c3c3c3;
}

.fi:nth-child(2) {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 12px;
 
  margin: 7px;
  width: 141px;
  height: 29px;
  /* border-radius: 20px; */
  background: linear-gradient(145deg, #fe0303, transparent, transparent);
  box-shadow: 5px 5px 5px rgb(28, 27, 27), inset -3px -3px 10px rgb(255, 255, 255), inset 2px 2px 7px #ffffff, inset -2px 2px 7px #ffffff, inset 2px -2px 7px #ffffff;
  color: #ffffff;
}

.fi:nth-child(3) {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 12px;

  margin: 7px;
  width: 141px;
  height: 29px;
  /* border-radius: 20px; */
  background: linear-gradient(140deg, #9dff00, transparent, transparent);
  box-shadow: 5px 5px 5px rgb(28, 27, 27), inset -3px -3px 10px rgb(255, 255, 255), inset 2px 2px 7px #ffffff, inset -2px 2px 7px #ffffff, inset 2px -2px 7px #ffffff;
  color: #ffffff;
}

.fi:nth-child(4) {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 12px;

  margin: 7px;
  width: 141px;
  height: 29px;
  /* border-radius: 20px; */
  background: linear-gradient(140deg, #ff00b3, transparent, transparent);
  box-shadow: 5px 5px 5px rgb(28, 27, 27), inset -3px -3px 10px rgb(255, 255, 255), inset 2px 2px 7px #ffffff, inset -2px 2px 7px #ffffff, inset 2px -2px 7px #ffffff;
  color: #ffffff;
}

.fi:nth-child(5) {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 12px;

  margin: 7px;
  width: 141px;
  height: 29px;
  /* border-radius: 20px; */
  background: linear-gradient(140deg, #ff9500, transparent, transparent);
  box-shadow: 5px 5px 5px rgb(28, 27, 27), inset -3px -3px 10px rgb(255, 255, 255), inset 2px 2px 7px #ffffff, inset -2px 2px 7px #ffffff, inset 2px -2px 7px #ffffff;
  color: #ffffff;
}

.fi:nth-child(6) {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 12px;

  margin: 7px;
  width: 141px;
  height: 29px;
  /* border-radius: 20px; */
  background: linear-gradient(140deg, #00a6ff, transparent, transparent);
  box-shadow: 5px 5px 5px rgb(28, 27, 27), inset -3px -3px 10px rgb(255, 255, 255), inset 2px 2px 7px #ffffff, inset -2px 2px 7px #ffffff, inset 2px -2px 7px #ffffff;
  color: #ffffff;
}

.fi:nth-child(7) {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 12px;
 
  margin: 7px;
  width: 141px;
  height: 29px;
  /* border-radius: 20px; */
  background: linear-gradient(140deg, #024e08, transparent, transparent);
   box-shadow: 5px 5px 5px rgb(28, 27, 27), inset -3px -3px 10px rgb(255, 255, 255), inset 2px 2px 7px #ffffff, inset -2px 2px 7px #ffffff, inset 2px -2px 7px #ffffff;
  color: #ffffff;
}

.fi:hover {
  background-color: hsl(53, 100%, 50%);
  transition: .3s;
}

.fi:active {
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0px 0px 10px rgb(255, 255, 255),
    0px 0px 20px rgb(255, 255, 255),
    0px 0px 40px rgb(255, 255, 255),
    0px 0px 60px rgb(255, 255, 255), inset 3px -3px 7px white, inset 3px 3px 3px white;
  font-size: 12px;
  text-shadow: none;
  cursor: pointer;
}
.rr{
  width: 90%;
  margin-left: 20px;
}

.socia ul {
  position: absolute;
  top: 27px;
  right: -662px;
  display: flex;
  flex-direction: column;
  transform-style: preserve-3d;
  transform: rotate(-0deg) skew(0deg);
}

.socia ul li {
  position: relative;
  list-style: none;
  width: 0px;
  height: 0px;
  margin: 17px 14px;
}

.socia ul li span {
  position: absolute;
  display: flex !important;
  top: 0;
  left: 0;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: rgba(221, 216, 216, 0.572);
  color: rgba(255, 255, 255, 0.9);
}
.socia ul li span img{
  border-radius: 50%;
 border: 2px solid rgb(192, 192, 192);
}

.socia ul li :hover span {
  transition: 0.8s;
 
}

.socia ul li :hover span :nth-child(1) {
  transform: translate(-20px, -12px);
  transition: .8s;
  border-radius: 50%;
  visibility: none;
}

.socia ul li :nth-child(1):hover span {
  background: rgb(180, 180, 180);
  z-index: 10;
}

.socia img:hover {
  background: rgb(180, 180, 180);
  box-shadow: 0px 0px 5px #c6c6c6;
  border-radius: 50%;
  transition: 3s;
}

.socia img:active {
  background: rgb(223, 218, 218);
  box-shadow: 0px 0px 5px #ffffff,
      0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 40px #ffffff, 0 0 60px #ffffff, 0 0 100px #ffffff, 0 0 125px #ffffff, 0 0 160px #ffffff, 0 0 200px #ffffff;
  border-radius: 50%;
  transition: 2s;
}

.ff{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  width: 100%;
  background: #000000;
}

.socialbr ul li :hover span :nth-child(1) {
  transform: translate(12px, -12px);
  transition: .7s;
  border-radius: 50%;
}

.socialbr ul li :nth-child(1):hover span {
  background: rgb(223, 218, 218);
}

.socialbr img:hover {
  box-shadow: 0px 0px 5px #ffffff,
    0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 40px #ffffff, 0 0 60px #ffffff, 0 0 100px #ffffff, 0 0 125px #ffffff, 0 0 160px #ffffff, 0 0 200px #ffffff;
  border-radius: 50%;
  transition: 0s;
}


.btna  a{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 10px;
  width: 124px;
  height: 24px;
  border-radius: 20px;
  background: linear-gradient(140deg, #4000ff, rgb(212, 212, 212));
  box-shadow: 5px 5px 5px rgb(28, 27, 27), inset -4px -4px 10px rgb(255, 255, 255), inset 2px 2px 10px #bababa;
  color: #c3c3c3;
}

.btnb a{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 10px;
  width: 124px;
  height: 24px;
  border-radius: 20px;
  background: linear-gradient(140deg, #ff0000, rgb(212, 212, 212));
  box-shadow: 5px 5px 5px rgb(28, 27, 27), inset -4px -4px 10px rgb(255, 255, 255), inset 2px 2px 10px #ffffff;
  color: #c3c3c3;
}

.btnc a{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 10px;
  width: 124px;
  height: 24px;
  border-radius: 20px;
  background: linear-gradient(140deg, #aeff00, rgb(212, 212, 212));
  box-shadow: 4px 8px 12px rgba(2, 2, 2, 0.556), inset -4px -4px 10px rgb(255, 255, 255), inset 2px 2px 10px #ffffff;
  color: #c3c3c3;
}

.btnd a{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 10px;
  width: 124px;
  height: 24px;
  border-radius: 20px;
  background: linear-gradient(140deg, #ff00ff, rgb(212, 212, 212));
  box-shadow: 5px 5px 5px rgb(28, 27, 27), inset -4px -4px 10px rgb(255, 255, 255), inset 2px 2px 10px #ffffff;
  color: #c3c3c3;
}

 .btna :active {
  background: linear-gradient(140deg, #4000ff, white, rgb(255, 255, 255));
  box-shadow: 0px 0px 10px rgb(255, 255, 255),
    0px 0px 20px rgb(255, 255, 255),
    0px 0px 40px rgb(255, 255, 255),
    0px 0px 60px rgb(255, 255, 255), inset 2px 2px 7px #ffffff, inset 4px -4px 7px #ffffff;
  text-shadow: none;
  border: 1px solid rgb(181, 181, 181);
  border: 0;
  text-shadow: none;
  color: #9d9d9d;
  cursor: none;
}

.btnb :active {
  background: linear-gradient(140deg, #fe0303, white, rgb(255, 255, 255));
  box-shadow: 0px 0px 10px rgb(255, 255, 255),
    0px 0px 20px rgb(255, 255, 255),
    0px 0px 40px rgb(255, 255, 255),
    0px 0px 60px rgb(255, 255, 255), inset 2px 2px 7px #ffffff, inset 4px -4px 7px #ffffff;
  text-shadow: none;
  border: 1px solid rgb(181, 181, 181);
  text-shadow: none;
  border: 1px solid rgb(181, 181, 181);
  border: 0;
  text-shadow: none;
  color: #9d9d9d;
  cursor: none;
}

.btnc :active {
  background: linear-gradient(140deg, #9dff00, white, rgb(255, 255, 255));
  box-shadow: 0px 0px 10px rgb(255, 255, 255),
    0px 0px 20px rgb(255, 255, 255),
    0px 0px 40px rgb(255, 255, 255),
    0px 0px 60px rgb(255, 255, 255), inset 2px 2px 7px #ffffff, inset 4px -4px 7px #ffffff;
  text-shadow: none;
  border: 1px solid rgb(181, 181, 181);
  text-shadow: none;
  border: 1px solid rgb(181, 181, 181);
  border: 0;
  text-shadow: none;
  color: #9d9d9d;
  cursor: none;
}

.btnd :active {
  background: linear-gradient(140deg, #ff00b3, white, rgb(255, 255, 255));
  box-shadow: 0px 0px 10px rgb(255, 255, 255),
    0px 0px 20px rgb(255, 255, 255),
    0px 0px 40px rgb(255, 255, 255),
    0px 0px 60px rgb(255, 255, 255), inset 2px 2px 7px #ffffff, inset 4px -4px 7px #ffffff;
  text-shadow: none;
  border: 1px solid rgb(181, 181, 181);
  text-shadow: none;
  border: 1px solid rgb(181, 181, 181);
  border: 0;
  text-shadow: none;
  color: #9d9d9d;
  cursor: none;
}


.b-list{
  display: flex;
}

.btni a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 100px;
  margin-top: 18px;
  margin-right: 18px;
  margin-bottom: 18px;
  border-radius: 20px;
  list-style: none;
  background: linear-gradient(150deg, rgb(2, 204, 255), rgb(255, 2, 2));
  box-shadow:  4px 8px 12px #00000077;
  border: 1px solid #767676;
  cursor: pointer;
  color: #000;
}

footer {
   background-color: rgba(33, 28, 42, 0.776);
   color: azure;
 }

.ff{
 color: #ff8000;
 font-size: 16px;
 font-weight: bold;
}
.ico {
  display: flex;
  align-items: center;
  gap: 10px;
}
.img{
  border-radius: 50%;
  box-shadow: 4px 6px 10px rgb(35, 35, 35);
}
 footer p{
  color: #03ddff;
  text-shadow: 4px 8px 12px rgb(0, 0, 0);
  padding-right: 40px;
  margin: 20px;
}
 .ico .logotxt {
  font-size: 30px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(90deg, rgb(0, 21, 255), rgb(255, 0, 0), rgb(60, 255, 0), rgb(238, 0, 255), rgb(0, 208, 255), rgb(255, 140, 0) );
  background-size: 400% 10%;
  animation: animate 12s infinite;
  text-shadow: 4px 8px 12px rgb(0, 0, 0);
}
 .ico h1 {
 margin-bottom: 10px;
}
 
.sobr ul {
  position: absolute;
  display: flex;
  transform-style: preserve-3d;
  transform: rotate(0deg) skew(0deg);
  margin-left: 4px;
  
}

.sobr ul li {
  position: relative;
  list-style: none;
  width: 0px;
  height: 0px;
  margin: 0 15px;
}

.sobr ul li span {
  position: absolute;
  display: flex !important;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: rgb(174, 174, 174);
  color: rgba(255, 255, 255, 0.9);
  font-size: 27px !important;
}

.sobr ul li :hover span {
  position: absolute;
  z-index: 1000;
  transition: 0.8s;
  /* box-shadow: -10px 10px 0px rgba(107, 106, 106, 0.884); */
}

.sobr ul li :hover span :nth-child(1) {
  transform: translate(12px, -12px);
  transition: .7s;
  border-radius: 50%;
}

.sobr ul li :nth-child(1):hover span {
  background: rgb(223, 218, 218);
}

.sobr img:hover {
  box-shadow: 0px 0px 5px #ffffff,
    0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 40px #ffffff, 0 0 60px #ffffff, 0 0 100px #ffffff, 0 0 125px #ffffff, 0 0 160px #ffffff, 0 0 200px #ffffff;
  border-radius: 50%;
  transition: 0s;
}


.btna  a{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 5px;
  width: 124px;
  height: 24px;
  border-radius: 20px;
  background: linear-gradient(140deg, #4000ff, rgba(212, 212, 212, 0));
  box-shadow: 5px 5px 5px rgb(28, 27, 27), inset -4px -4px 10px rgb(255, 255, 255), inset 2px 2px 10px #bababa;
  color: #dcff68
}

.btnb a{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 5px;
  width: 124px;
  height: 24px;
  border-radius: 20px;
  background: linear-gradient(140deg, #ff0000, rgba(212, 212, 212, 0));
  box-shadow: 5px 5px 5px rgb(28, 27, 27), inset -4px -4px 10px rgb(255, 255, 255), inset 2px 2px 10px #ffffff;
  color: #dcff68
}

.btnc a{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 5px;
  width: 124px;
  height: 24px;
  border-radius: 20px;
  background: linear-gradient(140deg, #aeff00, rgba(212, 212, 212, 0));
  box-shadow: 4px 8px 12px rgba(2, 2, 2, 0.556), inset -4px -4px 10px rgb(255, 255, 255), inset 2px 2px 10px #ffffff;
  color: #dcff68
}

.btnd a{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 5px;
  width: 124px;
  height: 24px;
  border-radius: 20px;
  background: linear-gradient(140deg, #ff00ff, rgba(212, 212, 212, 0));
  box-shadow: 5px 5px 5px rgb(28, 27, 27), inset -4px -4px 10px rgb(255, 255, 255), inset 2px 2px 10px #ffffff;
  color: #dcff68
}
.btne a{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 5px;
  width: 124px;
  height: 24px;
  border-radius: 20px;
  background: linear-gradient(140deg, #00e5ff, rgba(212, 212, 212, 0));
  box-shadow: 5px 5px 5px rgb(28, 27, 27), inset -4px -4px 10px rgb(255, 255, 255), inset 2px 2px 10px #ffffff;
  color: #dcff68
}

 .btna :active {
  background: linear-gradient(140deg, #4000ff, white, rgb(255, 255, 255));
  box-shadow: 0px 0px 10px rgb(255, 255, 255),
    0px 0px 20px rgb(255, 255, 255),
    0px 0px 40px rgb(255, 255, 255),
    0px 0px 60px rgb(255, 255, 255), inset 2px 2px 7px #ffffff, inset 4px -4px 7px #ffffff;
  text-shadow: none;
  border: 1px solid rgb(181, 181, 181);
  border: 0;
  text-shadow: none;
  color: #9d9d9d;
  cursor: none;
}

.btnb :active {
  background: linear-gradient(140deg, #fe0303, white, rgb(255, 255, 255));
  box-shadow: 0px 0px 10px rgb(255, 255, 255),
    0px 0px 20px rgb(255, 255, 255),
    0px 0px 40px rgb(255, 255, 255),
    0px 0px 60px rgb(255, 255, 255), inset 2px 2px 7px #ffffff, inset 4px -4px 7px #ffffff;
  text-shadow: none;
  border: 1px solid rgb(181, 181, 181);
  text-shadow: none;
  border: 1px solid rgb(181, 181, 181);
  border: 0;
  text-shadow: none;
  color: #9d9d9d;
  cursor: none;
}

.btnc :active {
  background: linear-gradient(140deg, #9dff00, white, rgb(255, 255, 255));
  box-shadow: 0px 0px 10px rgb(255, 255, 255),
    0px 0px 20px rgb(255, 255, 255),
    0px 0px 40px rgb(255, 255, 255),
    0px 0px 60px rgb(255, 255, 255), inset 2px 2px 7px #ffffff, inset 4px -4px 7px #ffffff;
  text-shadow: none;
  border: 1px solid rgb(181, 181, 181);
  text-shadow: none;
  border: 1px solid rgb(181, 181, 181);
  border: 0;
  text-shadow: none;
  color: #9d9d9d;
  cursor: none;
}

.btnd :active {
  background: linear-gradient(140deg, #ff00b3, white, rgb(255, 255, 255));
  box-shadow: 0px 0px 10px rgb(255, 255, 255),
    0px 0px 20px rgb(255, 255, 255),
    0px 0px 40px rgb(255, 255, 255),
    0px 0px 60px rgb(255, 255, 255), inset 2px 2px 7px #ffffff, inset 4px -4px 7px #ffffff;
  text-shadow: none;
  border: 1px solid rgb(181, 181, 181);
  text-shadow: none;
  border: 1px solid rgb(181, 181, 181);
  border: 0;
  text-shadow: none;
  color: #9d9d9d;
  cursor: none;
}
.btne :active {
  background: linear-gradient(140deg, #ff00b3, white, rgb(255, 255, 255));
  box-shadow: 0px 0px 10px rgb(255, 255, 255),
    0px 0px 20px rgb(255, 255, 255),
    0px 0px 40px rgb(255, 255, 255),
    0px 0px 60px rgb(255, 255, 255), inset 2px 2px 7px #ffffff, inset 4px -4px 7px #ffffff;
  text-shadow: none;
  border: 1px solid rgb(181, 181, 181);
  text-shadow: none;
  border: 1px solid rgb(181, 181, 181);
  border: 0;
  text-shadow: none;
  color: #9d9d9d;
  cursor: none;
}
.ro{
  margin: 15px;
}
.fii{
 display: flex;
 flex-direction: column;
 align-items: center;
}
.b-list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nav-list{
  margin-left: -58px;
}
a {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 990px) {
  .footer {
    flex-direction: column;
    width: 100%;
  }
  .info {

    margin: 0px;
  }
  
  .my{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .links {
    width: 84%;
  }
  #webview {
    width: 80%;
    border: none;
    padding: 80px 0;
    border-radius: 0%;
  }
  .box {
  
    padding: 0px;
    padding-top: 0;
    padding-left: 0px;
    margin-left: 0px;
    margin: auto;
    backdrop-filter: blur(25px);
  }
}

@media screen and (max-width: 768px) {
  .footer {
    flex-direction: column;
    padding: 0px 10px;
  }
  .sec {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ihs {
    width: 100vw;
   margin: 0px;
   
  }
 
  .fast{
   
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  #webview {
    width: 100%;
    border: none;
    padding: 0px 0px;
  }
}
@media (max-width: 990px) {
  .heading1 {
    position: absolute;
    z-index: 10;
  
    margin-top: 10px;
  }
  .category_box{
    
    margin-left: 27px;
  }
  .box {
    width: auto;
    position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
    padding: 0px;
  }
  .nav-list{
   display: none;
  }
  footer p{
   
    padding-right: 0px;
  }
  footer {
     background-color: rgba(33, 28, 42, 0.776);
     color: azure;
   }
   .sobr ul {
    margin-left: -7px;
    
  }
  
  .ico .logotxt {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .ro{
    margin: 0;
    margin-left: 10px;
  }
  .ico {

    margin: 0px 0px;
}
  footer p {
    padding-right: 0px;
    margin:10px 5px;

  }
  .fii {
    margin-top: 40px;
    margin-left: 0px;
    padding-left: 0px;
}
.cc{
  margin-left: 5%;
}
}
@media (max-width: 427px) {
 
  .ico .logotxt {
    font-size: 18px;
  }

}
