*,::before,::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Thin.ttf);
    font-weight: 100;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-ExtraLight.ttf);
    font-weight: 200;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-ExtraBold.ttf);
    font-weight: 800;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Black.ttf);
    font-weight: 900;
}
body {
    font-family: var(--bodyFont);
    font-size: 16px;
}
:root{
    --primaryColor: #293567;
    --secondaryColor: #0a0300;
    --textWhite: #ffff;
    --bodyFont: "Poppins"; 
    --iconFont: 'Line Awesome Free'; 
}
.contentTitle h2{
    font-size: 30px;
    font-weight: 600;
    color: var(--secondaryColor);
    text-transform: capitalize;
}
h1,h2,h3,h4,h5{
    color: var(--secondaryColor);
}
h2{
    font-size: 36px;
    font-weight: 600;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 18px;
    font-weight: 400;
    color: var(--themeColor);
    line-height: 30px;
}
h5{
    font-size: 16px;
    font-weight: 700;
}
header,section,.headerBottom,footer,.footerTop,.footerBottom{
    width: 100%;
    float: left;
}
p{
    font-size: 14px;
    color: #2a2828;
}
a{
    display: inline-block;
    text-decoration: none;
    color: var(--secondaryColor);
    font-weight: 600;
    font-size: 15px;
}
.object-cover{
    object-fit: cover;
    object-position: center;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
a.primaryBtn{
    font-size: 14px;
    color: var(--textWhite);
    position: relative;
    padding: 13px 30px;
    border-radius: 5px;
    background-color: var(--primaryColor);
    transition: all .3s ease-in-out 0s;
}
a.primaryBtn2{
    font-size: 14px;
    color: var(--primaryColor);
    position: relative;
    padding: 12px 30px;
    border-radius: 5px;
    background-color: var(--textWhite);
    border: 1px solid var(--primaryColor);
    transition: all .3s ease-in-out 0s;
}
a.primaryBtn:hover{
    background-color: var(--secondaryColor);
    color: var(--textWhite) !important;
}
a.primaryBtn2:hover{
    background-color: var(--primaryColor);
    color: var(--textWhite) !important;
}
section {
    padding: 60px 0;
}
header .headerBottom a.navbar-brand img{
    height: 90px;
}
header{
    background-color: var(--textWhite)fff;
}
header .headerBottom .navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
    align-items: center;
}
header .headerBottom .navbar-expand-lg {
    padding: 0;
}
header .headerBottom nav.navbar ul.listType{
    display: flex;
    align-items: center;
    gap: 20px;
}
header .headerBottom {
    background-color: var(--secondaryColor);
    border-bottom: 1px solid rgb(165 161 161 / 67%);
    padding: 0 0 7px;
}
section.mainBanner{
    background-color: var(--secondaryColor);
}
section.mainBanner h1{
    color: var(--textWhite);
    font-size: 30px;
}
section.mainBanner p{
    color: var(--textWhite);
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
}
section.mainBanner h2{
    color: var(--textWhite);
    font-size: 20px;
    margin:  0 0 15px;
}
section.mainBanner a,section.mainBanner p{
     color: var(--textWhite);
    font-size: 20px;
    margin:  0 0 15px;
}
section.mainBanner h3{
    color: var(--textWhite);
    font-size: 15px;
}
section.tokenWrap .videoWrap{
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}
section.tokenWrap .videoWrap video{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
section.tokenWrap .bottomBox{
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
}
section.tokenWrap{
    position: relative;
}
.bgGRay{
    background-color: #e1d9d9;
}

section.tokenWrap .contentTitle h2{
    color:var(--textWhite);
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
section.tokenWrap ul.contentList li svg{
    position: absolute;
    top: 14px;
    left: 0;
    width: 10px;
    height: 10px;
    fill: var(--textWhite);
}
section.tokenWrap ul.contentList li{
    line-height: 25px;
    font-size: 17px;
    position: relative;
    padding: 5px 0 5px 30px;
    color: var(--textWhite);
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
section.tokenWrap h3{
    color: var(--textWhite);
    text-shadow:0 2px 10px rgba(0,0,0,0.2);
}
section.futuregrowthWrap .growthBox .contentBox{
    background-color: #f0e7de;
    padding: 20px 20px 40px;
    height: 230px;
}
section.futuregrowthWrap .growthBox .contentBox h3{
    font-size: 18px;
    font-weight: 600;
}
section.futuregrowthWrap .growthBox .contentBox a.learnBtn{
    border: 1px solid var(--secondaryColor);
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 3px;
}
section.futuregrowthWrap .growthBox .contentBox p{
    font-size: 13px;
    margin: 0;
    line-height: 25px;
}
section.contactWrap .infoQWrap .icon i{
    color: #89673e;
    font-size: 25px;
    font-weight: 900;
    height: 45px;
    width: 45px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #89673e;
    margin:  0 0 15px;
    border-radius: 50px;
}
section.contactWrap .infoQWrap .info h4{
    font-weight: 700;
    margin: 0;
}
section.contactWrap {
    background-color: #f3f4f6;
}
section.introaiWrap .boxWrap .imgbox img{
    height: 400px;
    object-fit: cover;
    object-position: center;
}
section.introaiWrap .boxWrap .contentBox{
    padding: 20px;
    background-color: #000;
    box-shadow: 6.5px 11.3px 16.6px 1.4px rgba(40,43,49,.13);
    margin:  0 0 25px;
}
section.introaiWrap .boxWrap .contentBox h3{
    color: var(--textWhite);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}



footer .footerTop{
    padding: 50px 0 30px;
}
footer{
    background-color: var(--secondaryColor);
}
footer .footerTop .footerWidgts ul.infoList li a{
    color: var(--textWhite);
    font-size: 12px;
    font-weight: 400;
}
footer .footerTop .footerWidgts ul.infoList li{
    line-height: 30px;
}
footer .footerTop .footerWidgts h3{
    color: var(--textWhite);
    font-size: 18px;
    margin:  0 0 15px;
}
footer .footerTop .footerWidgts ul.socialIcns li a{
    color: var(--textWhite);
    font-size: 18px;
    font-weight: 500;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid var(--textWhite);
    border-radius: 3px;
}
footer .footerTop .footerWidgts p{
    color: var(--textWhite);
    font-size: 12px;
    line-height: 25px;
}



footer .footerBottom > .container{
    border-top: 1px solid rgb(255 255 255 / 45%);
    padding: 20px 0;
}
footer .footerBottom p,footer .footerBottom ul.rightBox li a{
    color: var(--textWhite);
    font-size: 13px;
    font-weight: 400;
}





@media screen and (max-width: 991px){
    header .headerBottom .navbar-toggler{
        border: 1px solid var(--textWhite);
    }
    header .headerBottom .navbar-toggler i{
        color:  var(--textWhite);
    }
    header .headerBottom nav.navbar ul.navbar-nav{
        gap: 0;
        margin: 10px 0 0;
    }
    header .headerBottom .navbar-toggler:focus{
        box-shadow: none;
    }
    .headerBottom nav.navbar .callWrap a.primaryBtn{
        margin: 15px 0 20px;
    }
    header .headerBottom .navbar-expand-lg{
        margin: 0;
    }
    header .headerBottom{
        position: inherit;
    }
    section.tokenWrap{
        padding: 60px 0 0;
    }
    section.futuregrowthWrap .growthBox .contentBox{
        margin:  0 0 15px;
    }
   footer .footerBottom ul.rightBox{
    justify-content: center !important;
   }
   footer .footerTop .footerWidgts ul.infoList{
    margin:  0 0 15px;
   }
   header .headerBottom a.navbar-brand img{
    height: 70px;
   }
   section.contactWrap .infoQWrap .info h4{
    margin:  0 0 15px;
   }
   section.tokenWrap .bottomBox{
       left: 0;
   }
   section.futuregrowthWrap .growthBox .contentBox{
       height: auto;
   }
   h2{
       font-size: 25px;
   }


}




@media screen and (max-width: 767px){
    .contentTitle h2{
        font-size: 22px;
    }
}