 h1{
    font-family: 'Cormorant Garamond', serif;
font-family: 'Roboto', sans-serif;
   }

   /*image*/

  .home{
  min-height: 40vh;
  min-width: 40vh;
  display: flex;
  align-items: center;
  background:url(../Images/blockchain.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  resize: horizontal;
  
}
.home .content h3{
  font-size: 2rem;
  text-transform: uppercase;
  color: #f2f1f4;
  text-align: center;
  background: rgba(54, 54, 85, 0.7);
box-shadow: 0 8px 32px 0 rgba(68, 73, 136, 0.37);
backdrop-filter: blur( 14.5px );
-webkit-backdrop-filter: blur( 14.5px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
font-weight: bold;
letter-spacing: 0.1rem;
}
.home .content p{
  font-size: 1rem;
 font-weight: bolder;
 line-height: 1.8;
 padding: 1rem 0;
  color: #fcf9f9;
}

   
   /*image end*/
/*social media start*/

  

/*social media end*/
/*Box modal*/

.spinner {
 width: 44px;
 height: 44px;
 animation: spinner-y0fdc1 2s infinite ease;
 transform-style: preserve-3d;
}

.spinner > div {
 background-color: rgba(0,77,255,0.2);
 height: 100%;
 position: absolute;
 width: 100%;
 border: 2px solid #eef0f5;
}

.spinner div:nth-of-type(1) {
 transform: translateZ(-22px) rotateY(180deg);
}

.spinner div:nth-of-type(2) {
 transform: rotateY(-270deg) translateX(50%);
 transform-origin: top right;
}

.spinner div:nth-of-type(3) {
 transform: rotateY(270deg) translateX(-50%);
 transform-origin: center left;
}

.spinner div:nth-of-type(4) {
 transform: rotateX(90deg) translateY(-50%);
 transform-origin: top center;
}

.spinner div:nth-of-type(5) {
 transform: rotateX(-90deg) translateY(50%);
 transform-origin: bottom center;
 
}

.spinner div:nth-of-type(6) {
 transform: translateZ(22px);
}

@keyframes spinner-y0fdc1 {
 0% {
  transform: rotate(45deg) rotateX(-25deg) rotateY(25deg);
 }

 50% {
  transform: rotate(45deg) rotateX(-385deg) rotateY(25deg);
 }

 100% {
  transform: rotate(45deg) rotateX(-385deg) rotateY(385deg);
 }
}
.a{
  font-size: 20px;
  font-weight: bold;
  
}

/*Box modal end*/



/*video start*/
.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 72px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
/*video end*/

#n{
  font-weight: bold;
  text-decoration-line: underline; 
}

/*Button Submit */

.btn {
  color: rgb(247, 239, 247);
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid rgb(245, 241, 241);
  padding: 10px 20px;
  font-size: 17px;
  font-weight: bold;
  background: transparent;
  position: relative;
  transition: all 1s;
  overflow: hidden;
  text-align: center;
}

.btn:hover {
  color: rgb(11, 11, 11);
}

.btn::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: rgb(65, 94, 181);
  z-index: -1;
  transition: all 1s;
}

.btn:hover::before {
  width: 160%;
}
/*Button Submit end */

/*footer*/
footer{
    margin:0;
    padding:0;
    font-family: 'poppins',sans-serif;
    box-sizing: border-box;
    
}
footer{
    width: 100%;
    position: relative;
    bottom: 0;
    background:black;
    color: #fff;
    padding: 15px 0 5px;
    
    font-size: 16px;
    line-height: 20px;
    overflow-x: hidden;
    zoom: 85%;
}

.rol{
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 5px;
}
.cow{
    flex-basis: 19%;
    padding: 10px;
   size: 40px;
   margin-bottom: -20px;
}
.cow img{
    padding: 40px 42px;

    font-size: 30px;
    margin-top: -50px;
}
.cow h3{
    width: fit-content;
    margin-bottom: 10px;
    position: relative;
    margin-top: -5px;
}

.email-id{
    width: fit-content;
    border-bottom:1px solid #ccc;
    margin: 20px 0;
    margin-top: 10px;
    margin-bottom: 5px;
}
.cow h4{
    margin: -5px 0;
     color: #fff;
     margin-bottom: 5px;
    margin-top: 5px;
}
.cow li {
    list-style: none;
     margin-bottom: 12px;
}
.cow li a{
    text-decoration: none;
    color: #f8f1f1;
}

.socials{
    margin: 0;
 }
 .socials li{
     list-style: none;
     display: inline-block;
     margin-top: 50px;
 }
 .socials li a{
   
     width: 40px;
     height: 40px;
     display: inline-block;
     margin-right: 5px;
     background-color: #fff;
     border-radius: 50%;
     text-align: center;
     transition: .6s;
     box-shadow: 0 5px 4px rgba(0,0,0,.5);
 }
 .socials li .fa{
     font-size: 20px;
     line-height: 10px;
     transition: .6s;
     color: #000;
 }
 .socials li a:hover{
     transform: translate(0,-10px);
 }
 .socials li:nth-child(1) a:hover{
    background-color: #3b5999;
}
.socials li:nth-child(2) a:hover{
    background-color: #55acee;
}
.socials li:nth-child(3) a:hover{
    background-color: #f42424;
}
.socials li:nth-child(4) a:hover{
    background-color: #3b5999;
}
 .socials a {
     color: #e7f2f4;
     padding: 10px 12px;
     font-size: 20px;
 }
hr{
    width: 90%;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 10px auto;
}
.copyright{
    text-align: center;
}


@keyframes moving{
    0%{
        left: -20px;
    }

100%{
    left: 100%;
}
}
@media (max-width: 850px) {
    footer{
        bottom: unset;
    }

    .cow{
        flex-basis: 100%;
    }
    .cow:nth-child(2),.col:nth-child(3){
        flex-basis: 100%; 
}
}
@media (max-width: 850px) {
    footer{
        bottom: unset;
    }

    .cow{
        flex-basis: 100%;
    }
    .cow:nth-child(2),.col:nth-child(3){
        flex-basis: 100%; 
}
} 

/*footer end*/

/*scroll button edit*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(128, 37, 224);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
/*scroll button edit end*/
/*service box start*/
.icon{
  font-size: 45px;
  margin: 15px auto;
  padding: 10px;
  height: 80px;
  width: 80px;
  border: 3px solid rgb(23, 23, 23);
  border-radius: 50%;
}

.col-md-4:hover{
  box-shadow: 10px 15px 15px -3px rgba(11, 11, 11, 0.5);
  cursor: pointer;

}
p{
  margin-top: 20px;
  font-size: 18px;
  text-align: left;
  text-transform:inherit;
}
/*service box end*/



