html{
    scroll-behavior: smooth;
}


.d-service-intro button {
    padding: 10px 30px;
    border: none;
    background: #ffb32f;
    color: #fff;
    font-size: 1.1em;
    margin: 20px 0;
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translate(-50%);
}
.fixNavbar{
    position: fixed;
    width: 100%;
    padding: 1% 0px 1% 2%;
    background-color:#000 !important;
    border-radius: 0;
}
.norNavbar{
    position: relative;
    width: unset;
    padding: 1% 0px 1% 2%;
    background-color:unset !important;
    border-radius: 0;
}

/*loader*/
.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.m-head{
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin:20px 0 10px;
    /*color:#fff;*/
}
.d-services{
    margin: 20px;
    display: inline-block;
}
.d-service-content{
    text-align: center;
    padding: 18px;
    background: #000;
    color: #fff;
    border-radius: 20px;
    margin: 10px 0;
    box-shadow: 1px 1px 10px 2px #3a3737;
    min-height: 630px;
}
.d-service-img{
    padding: 25px 20px;
    border-radius: 50%;
    background: #ffb32f;
    width: 140px;
    height: 140px;
    text-align: center;
    margin: auto;
    display: inline-block;
    margin-bottom: 20px;
}
.d-service-content img {
    width: 94px;
    background: #ffb32f;
}
.d-service-title{
   line-height: 1.3;
    font-size: 2vw;
    font-weight: 700;
    min-height: 55px;
}

.d-service-desc{
    font-size: 15px;
}


/*defind var*/

:root {
    --color-website-text: #fff;
}

/*import css*/
@font-face {
  font-family: circulestd;
  src: url(../fonts/CircularStd-Bold.otf);
  font-display:swap;
}
body{
    background: #f7f7f7;
}

/*common css*/
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

img{
    max-width: 100%;
}
/*navabr*/
.nav-class{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 999;
}
.navbar-brand{
	height: unset;
}
nav{
	padding: 2% 0 2% 2%;
    transition: 0.4s;
    margin-bottom: 0px !important;
}
.nav-img-size{
    max-width: 100%;
    position: absolute;
    width: 160px;
    top: 0;
    width: 9%;
    margin-top: 10px;
}
.own-navbar{
	width: 80%;
}
.own-navbar ul{
	display: flex;
    justify-content: end;
    float: right;
    width: 100%;
}
.own-navbar ul li a{
	color: #fff;
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background: transparent;
}
.navbar-brand{
	padding-top: 5px;
	margin: 0;
}
.nav-header{
    border-radius: 8px;
    color: #fff !important;
}
.navbar-toggle .icon-bar{
    background: #ffc500;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ffc500;
}


/*home section*/
.home-section{
    display: flex;
    align-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    justify-content: center;
    text-align: center;
    z-index: 2;
}
.home-section video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
   /*opacity: 0.9;*/
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #111;
    mix-blend-mode: luminosity;
    background: rgb(0 0 0 / 45%);
}
.home-text{
    z-index: 10;
    color: var(--color-website-text);
}
.home-text span{
    font-size: 2em;
    font-weight: 100;
    text-transform: uppercase;
       text-shadow: 1px 0px 0px #ffffff;
}
.home-text h2{
    font-size: 6.7em;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1em;
    text-shadow: 1px 2px 8px #000000a6;
}
.unchain-section{
    background: #000;
    display: flex;
    flex-wrap:wrap;
    color: #fff;
    width: 100%;
    padding: 100px 0 ;
    text-align:center;
}
.unchain-image{
    text-align:center;
}
.home-text p{
    font-size: 1.2em;
    font-weight: 400;
    margin: 20px 0;
    max-width: 900px;
    text-shadow: 1px 1px 2px #000;
}
.home-text .home-button{
    display: inline-block;
    font-size: 1em;
    background: var(--color-website-text);
    padding: 10px 30px;
    text-decoration: none;
    color: #111;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.2s;
}
.home-text .home-button:hover{
    letter-spacing: 6px;
}
.social{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 10;
}
.social li{
    display: inline-block;
    list-style: none;
}
.social li a{
    display: inline-block;
    transform: scale(0.6);
    transition: 0.3s;
}
.social li a:hover{
    transform: scale(0.6) translateY(-15px);
}


/*about section*/
.about-section {
    padding: 55px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 100vh;
}
.ab-rimg{
    width: 100%;
}
.ab-rply::before{
    content: "";
    position: absolute;
    top: 34%;
    left: 27px;
    width: 122px;
    height: 122px;
    border: 5px solid;
    border-radius: 100%;
    background: #fff;
}
.ab-rply a{
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    top: 39%;
    left: 48px;
    z-index: 222;
    background: #1e283c;
    color: #fff;
    font-size: 24px;
}
.ab-rply i{
    margin-left: 4px;
}
.hide-loader{
    position: absolute;
    top: 46%;
    left: 80px;
    border-radius: 100%;
}
.hide-load-div{
    position: relative;
}
.hide-load-div div{
        position: absolute;
    width: 140px;
    height: 140px;
    top: -62px;
    left: -63px;
    border-radius: 100%;
    opacity: 0;
    margin: 0;
    animation: ball-scale-multiple 3s 0s linear infinite;
    background: #1e283c;
}
.hide-load-div div:nth-child(2){
    animation-delay: -0.4s;
}
.abt-section{
    text-align: center;
    /*padding-bottom: 30px;*/
}
.abt-section span{
    position: relative;
    padding: 0px 50px;
    font-size: 16px;
    color: #ffb32f;
    font-weight: 600;
}
.abt-section h2{
    font-weight: 700;
}
.abt-wrap{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.abt-section p{
    width: 60%;
    margin: auto;
    font-size: 16px;
}
.abt-section span::before{
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    top: 50%;
    left: 0;
    background: #ffb32f;
}
.abt-section span::after{
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    top: 50%;
    right: 0;
    background: #ffb32f;
}
.abt-content button{
    padding: 10px 30px;
    border: none;
    background: #ffb32f;
    color: #fff;
    font-size: 1.1em;
}
.abt-content p{
    padding: 0 12%;
    font-size: 18px;
    line-height: 1.6;
    color:#fff;
    /*margin-bottom: 5%;*/
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; 
    }
  5% {
    opacity: 1; 
    }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; 
    } 
}

.fullsection{
    background: #e01a4f;
    padding: 50px 0;
}
.fullsec-text{
    text-align: center;
    color: #fff;
    font-size: 40px;
}
/*counter section*/
.counter-bg{
    background: url(../images/01.jpg) no-repeat center fixed;
    padding: 30px 0;
    position: relative;
    background-size: cover;
}
.counter-bg::before {
    content: '';
    background: rgb(0 0 0 / 57%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.counter-row{
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}
.counter-div{
    text-align: center;
    color: #fff;
}
.counter-div p:nth-child(1){
    font-size: 5em;
    font-weight: 600;
    text-shadow: 0px 1px 6px #000;
    line-height: 1;
    /* margin-bottom: 0; */
}
.counter-div p:nth-child(2){
    font-size: 1.3em;
    text-shadow: 1px 2px 3px #000;
}

/*how it work*/
.how-h3{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}
.how-section{

    /*margin-top: 30px;*/
    display: flex;
    justify-content: center;
    align-items: center;

}
.himage-aj{
    padding: 30px;
}
.himage-aj img{
    width: 100%;
}
.hcon-box{
    padding-top: 30px;
}
.hbox-section{
    padding: 10px 20px;
    text-align: center;
    background: #524e4ee0;
    color: #fff;
    margin-bottom: 40px;
}
.hbox-section p:nth-child(1){
    font-size: 16px;
    font-weight: 600;
}
.hbox-section p:nth-child(2){
    font-size: 14px;
}




.gallery-container {
    /*background-color: #fff;*/
    color: #35373a;
    min-height: 100vh;
    padding: 0px 50px 30px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 0 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #040506b8;
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}
.d-contact{
    display: flex;
    width: 100%;
    justify-content: space-between;
    /*align-items: center;*/
    flex-wrap: wrap;
    padding: 20px 0 0;
}
.d-contact-form{
    /*background-color: #000;*/
   
}
.d-contact-container{
    margin: 10px 0;
    background-color: #fff;
    /*margin: 10px;*/
     padding:30px;
     border-radius: 8px;
}
.d-contact-form input {
    background: transparent;
    line-height: normal;
    width: 90%;
    margin: 8px 5%;
    border: none;
    border-bottom: 1px solid #000;
    padding: 10px;
    outline: none;
    text-transform: capitalize;
    color: #000;
    font-size: 16px;
}
/*.d-submit-btn{text-align: center}*/
.d-submit-btn button{
    color: #fff;
    border: none;
    margin: 20px 5%;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    width: 150px;
    background: #000
}
.d-contact-details h4 {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    color:#000;
}
.d-contact-details h5 {
    font-size: 16px;
    margin: 12px 0 30px;
    line-height: 1.3;
    color:#000;
}
.d-contact-details p{
    font-size: 16px;
    margin: 14px 0;
    color:#000;
}
.d-contact-details p span img {
    max-width: 100%;
    width: 30px;
    margin-right: 15px;
}
/*.footersection{
    bottom: 0;
    position: absolute;
    width: 100%;
}*/
.footersection p{
    margin: 0;
    padding: 10px 0;
    text-align: center;
    background: #2f2f2f;
    color: #fff;
}
/*************************************SLIDER*********************************************/

/*************************************SLIDER*********************************************/
@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

/*unchain page*/

.videp-sec{
    width: 100%;
    display: flex;
    padding: 0 20px;
}
.video-div{
    width: 33%;
    float: left;
        position: relative;
}
.video-play{
    color: transparent;
    position: absolute;
    top: 40%;
    left: 52%;
    margin-left: -40px;
    margin-top: -18px;
    text-decoration: none;
}
.video-play:hover{
    color: transparent;
}
.video-play::before {
    text-shadow: 0px 2px 0px #000;
    content: "\f144";
    font: normal normal normal 14px/1;
    font-family: FontAwesome;
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    color: #fff;
}