
* {
    box-sizing: border-box;
  }
  .home{
    background:#000;
    color: rgb(250, 14, 14);
}
  body {
    margin: 0px;
    font-family: 'segoe ui';
  }
  
  .nav {
    height: 50px;
    width: 100%;
  background:#000152;
  top:0;
z-index: 1;
    position: fixed;
  }
  
  .nav > .nav-header {
    display: inline;
  }
  
  .nav > .nav-header > .nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 10px 10px 10px 10px;
  }
  .bnt-more{
    background:none;
    border: none;
    border-bottom: 2px solid #000152;
  }
  
  .nav > .nav-btn {
    display: none;
  }
  
  .nav > .nav-links {
    display: flex;
    float: right;
    font-size: 18px;
  }
  
  .nav > .nav-links > a {
    display: inline-block;
    padding: 13px 10px 13px 10px;
    text-decoration: none;
    color: #efefef;
  }
  
 
  .ftc:hover .ft{
    display:block;
  }
  .ftc a{
    text-decoration: none;
    color:white;

   top:9px;
  }
  .ft{
    width: 300px;
    height:300px;
    background-color: #000152;
    display:none;
    position:absolute;
    right:0px;
    
    top:40px;
  }
  .nav > #nav-check {
    display: none;
  }
  
  @media (max-width:600px) {
    
.mession-content img{
 display: none;
 

}
.mession-content{
  display: flex;
  margin-top: 10px;
flex-direction: column;
}
    .nav > .nav-btn {
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 0px;
    }
    .nav > .nav-btn > label {
      display: inline-block;
      width: 50px;
      height: 50px;
      padding: 13px;
    }
    .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
      background-color: rgba(0, 0, 0, 0.3);
     
    }
    .nav > .nav-btn > label > span {
      display: block;
      width: 25px;
      height: 10px;
      border-top: 2px solid #eee;
    }
    .nav > .nav-links {
      position: absolute;
      display: block;
      width: 100%;
      z-index:1;
      background:#000152;
      height: 0px;
      transition: all 0.3s ease-in;
      overflow-y: hidden;
      top: 50px;
      left: 0px;
    }
     a:hover{
background:red;
    }
    .nav > .nav-links > a {
      display: block;
      width: 100%;
    }
    .nav > #nav-check:not(:checked) ~ .nav-links {
      height: 0px;
    }
    .nav > #nav-check:checked ~ .nav-links {
      height: calc(100vh - 50px);
      overflow-y: auto;
    }
  }
  .back{
      background-blend-mode: darken;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("IMG_0821.JPG");
      width:100%;
      height:50%;
      z-index:-1;
      transition-delay: 2s;
      transition-duration: 2s;
      top:50px;
      position:absolute;
      animation: change 20s infinite;
  }
  .back:hover::before{
    content: '';
    position: absolute;
  
    animation: back 1s;
    background-blend-mode: darken;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("IMG_0829.JPG");
    width:100%;
    height:100%;
  }
  
    .center{
    
    display: flex;
    text-align: center;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      place-content: center;
    width:200px;
    color:#fff;
    height:100px;
  }
  .txt{

    
    display: flex;
      
      flex-direction: column;
      justify-content: center;
      align-items: center;
    background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height:90%;
 position: absolute;
  top:0;
  left: 0;
  }
  
/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-top: 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;
margin-top:400px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.team{
  content: "";
  display: table;
  clear: both;

}
.team{margin: 0 -5px;
margin-top:400px;
}
/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .row{
    margin-top:400px;
  }
}
.card img{
  cursor: pointer; 
  width:100%;
  height:200px;
}
/* Style the counter cards */
.card {
  box-shadow: 1px 4px 8px 0 #999;
  padding: 16px;
  text-align: center;
  background:#fff;
  color:#000;
  border-radius: 7px;
}

.card1 img{
  cursor: pointer; 
  width:100px;
  height:100px;
  border-radius: 100px;;
}
/* Style the counter cards */
.card1 {
  box-shadow: 1px 4px 8px 0 #999;
  padding: 16px;
  text-align: center;
  background:none;
  color:#000;
  border-radius: 7px;
  display:flex;
  position: relative;
    justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  gap: 20px;
}
.card1:hover{
  color:#fff
}
.card1::before{
    
border-bottom-right-radius:100%;
    top:0;
    content: '';
    position:absolute;
    width:80px;
    height:80px;
    background:#000152;
    left:0;
}
.card1:hover .code{
  background-color: #fff;
  color:#000;

}
.card1:hover::before{
  width:100vh;
animation: card 1s;
animation-duration: reverse;
  height:100vh;
  z-index: -1;
}
@keyframes card{
  0%{
    width:0px;
    height:0px;
  }
  80%{
    width:100vh;

    height:100vh;
  }
  100%{
    width:0px;
    height:0px;
  }
}
.code{
  width:300px;
  height:40px;
  border:none;
  background:#000152;
  color:#fff;
  font-weight:none;
  border-radius: 6px;
  }
  a:hover{
    color:red;
  }
  
.container {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.team{
  margin-top: 10px;
}
.read-more{
  overflow: hidden;
  height:0px;
  
}
.bot:hover .mssage{
  display:block;
}
.mssage{
 
  width:300px;
  height:300px;
  display:none;
  position:fixed;
bottom:20px;

}
.view{
  position:fixed;
  bottom:0px;
}

.r-nav{    position: absolute;
    right: 9px;
    width: 100px;
    top: 0px;
    height: 45px;
    } 

.r-nav li {
   list-style: none;
  
    display: inline-block;
    width: 30px;
    
    text-align: center;
}
.r-nav li a {
       margin: 0;
    padding: 0;
    line-height: 18px;
    font-size: 16px;
    color: #979797;
   
}

.bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/bg.png) no-repeat 0 0;
	 
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}


.loading-img{ width: 100px;
    display: inline;
    margin: 10px 80px;
    height: 100px;}


.buttonx {
    background: #0070ff;;
    padding: 5px 30px;
    margin: 5px 5px 5px 0px;
    border: 1px solid #0070ff;
    color: #fff;
    border-radius: 10px;
}

.buttony { background: transparent;
    padding: 5px 30px;
    margin: 5px 5px 5px 0px;
    border: 1px solid #0070ff;
	color: #0070ff;;
    border-radius: 10px;
}


.oracle-search{width: 100%;
    margin: 7px auto;
    height: 29px;
    padding: 5px;
    font-size: 12px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    background: rgba(68, 68, 68, 0.47);}

          #more{
            display:none;
          }
