* {
    padding: 0;
    margin: 0;
}
 
/* color code =>  #ef9d4d */

/* bakground gradient color --  #eed0b3 #a5fbea  */



/* filter: invert(1) sepia(1) saturate(1) hue-rotate(275deg); */

@font-face {

    font-family: 'bold';
    src: url("font/Poppins-Bold.ttf");
}


@font-face {

    font-family: 'xbold';
    src: url("font/Poppins-ExtraBold.ttf") format('truetype');
}


@font-face {

    font-family: 'normal';
    src: url("font/Poppins-Light.ttf") format('truetype');
}

@font-face {

    font-family: 'medium';
    src: url("font/Poppins-Medium.ttf") format('truetype');
}


a:focus{
    outline: none !important;
    box-shadow: none !important;
}



body {
    background: #010329;
}

section{
    padding-left: 150px !important;
    padding-right: 150px !important;
}

button {
    color: #ffffff !important;
    box-shadow: none !important;
}


a {
    font-family: 'normal', sans-serif;
    font-weight: normal;
}


h1,
h2 {
    font-family: 'bold', sans-serif;
    color: white !important;
    font-weight: bold;
}

h3,h4 {
    font-family: 'medium', sans-serif;
    color: white !important;
}

p {
    font-family: 'normal', sans-serif;
    font-weight: normal;
    color: white !important;
}



/* NAVBAR STYLING */

nav {
    background: white;
    padding: 0 150px 0 150px !important;
}

nav .navbar-brand img{
    width: 50px;
    margin-left: 0;
}

nav .menu-bar img{
    width: 35px;
}

nav .navbar-collapse ul{
    margin-left: 30%;
    /* background: red; */
}

nav .navbar-collapse ul li a{
    text-decoration: none;
    color: black;
    font-family: 'medium', sans-serif;
    margin-left: 50px;
    width: 100%;
    text-align: center;
    transition: 0.5s;
    font-size: 14px;
}

nav .navbar-collapse ul li a:hover{
     color: #000000;
}

nav .navbar-collapse ul li .active{
    color: white;
    background: #000000;
    padding: 5px 20px 5px 20px !important;
    border: none;
    border-radius: 5px;
    transition: 0.5s;
}


nav .navbar-collapse ul li .active:hover{
     color: white;
}


nav .navbar-collapse ul .active-link{
    margin-left: 20% !important;
}





/* ----------------------------------------------- section 1 --------------------------------- */

.section-1{
    width: 100%;
    height: fit-content;
}

.section-1 .sec-1-cont .sec-1-text h1{
    font-size: 250px;
    margin-top: 100px;
}

.section-1 .sec-1-cont .sec-1-text h1 span{
    -webkit-text-stroke: 4px white;
    color: transparent !important;
}

.section-1 .sec-1-cont .sec-1-text .p-text{
    font-size: 50px;
    margin-top: -50px !important;
}

.section-1 .sec-1-cont .sec-1-image img{
    margin-top: 205px;
    width: 75%;
    margin-left: 80px;
}

.section-1 .sec-1-cont .sec-1-text  a{
    background: white;
    padding: 15px 60px 15px 60px;
    font-size: 16px;
    color: black;
    font-weight: bolder;
    border: none;
    border-radius: 5px;
    margin-top: 30px;
}

.section-1 .sec-1-cont .sec-1-text .btn-1{
   background: none;
   color: white;
   border: 2px white solid;
}

.section-1 .sec-1-cont .sec-1-text .btn-2{
    margin-left: 20px;
}



/* ----------------setion 2----------------------------*/
.section-2{
    width: 100%;
    height: fit-content;
}

.section-2 h1{
    color: black !important;
    font-size: 60px;
    margin-top: 30px;
}

.section-2 .sec-2-cont{
    background: white;
    padding: 30px;
    border: none;
    border-radius: 15px;
}

.section-2 .sec-2-cont .sec-2-card{
    background: white;
    box-shadow: 0px -25px 20px -20px rgba(223, 223, 223, 0.45), 25px 0 20px -20px rgba(209, 209, 209, 0.45), 0px 25px 20px -20px rgba(196, 196, 196, 0.45), -25px 0 20px -20px rgba(100, 100, 100, 0.45);
    border: none;
    border-radius: 15px;
    padding: 30px;
    width: 30%;
    margin-left: 25px;
    margin-top: 40px;
}

.section-2 .sec-2-cont .sec-2-card h3{
color: black !important;
}

.section-2 .sec-2-cont .sec-2-card p{
color: black !important;
font-size: 14px;
margin-top: 30px;
}



/* ------------------------ section-3 ----------------------- */

.section-3{
    width: 100%;
    height: fit-content;
}

.section-3 .sec-3-cont .cards{
    margin-top: 100px;
}

.section-3 .sec-3-cont .sec-3-image img{
    width: 70%;
    animation: floatAnimation 2.5s infinite alternate;
}

.section-3 .sec-3-cont .sec-3-text h2{
   font-size: 90px;
   margin-top: 45px;
}

.section-3 .sec-3-cont .sec-3-text p{
  margin-top: 15px;
}

.section-3 .sec-3-cont .sec-3-text a{
  margin-top: 15px;
  background: white;
  text-align: center !important;
  padding: 10px 50px 10px 50px;
  color: black;
  font-weight: bold;
}

@keyframes floatAnimation {
    0% {
        transform: translate(0, 0px);
    }
    100% {
        transform: translate(0px, 20px); /* Adjust values as needed */
    }
}


/* ------------------------- section 4 --------------------------- */
.section-4{
    width: 100%;
    height: fit-content;
    margin-bottom: 30px;
}

.section-4 h2{
    font-size: 60px;
    margin-top: 100px;
}

.section-4 h2 span{
    color: transparent;
    -webkit-text-stroke: 1px white;
}

.section-4 .sec-4-cont .sec-4-box{
    margin-top: 40px;
    margin-left: 30px;
    width: 30%;
}

.section-4 .sec-4-cont .sec-4-box p span{
   font-weight: bolder;
}



/* ------------------------------ footer ----------------------------- */
footer{
    width: 100%;
    height: fit-content;
}

footer .footer-cont{
    padding-left: 150px !important;
    padding-right: 150px !important;
    padding-top: 30px;
    padding-bottom: 15px;
}
/* 
footer .footer-cont .footer-cont-box{
    margin-left: 5px;
} */

footer .footer-cont .footer-cont-box h5{
   font-size: 25px;
   margin-top: 30px;
}

footer .footer-cont .footer-cont-box p a img{
    width: 30px;
    margin-top: 10px;
    margin-right: 10px;
}

footer .footer-cont .footer-cont-box p{
    font-size: 14px;
    margin-top: 20px;
}








/* ------------------------------------------------- about page ------------------------------------------------------ */

.about-sec-1{
    width: 100%;
    height: fit-content;
    margin-bottom: 50px;
}

.about-sec-1 .about-sec-1-cont .about-sec-1-box h1{
    margin-top: 100px;
    font-size: 150px;
}

.about-sec-1 .about-sec-1-cont .about-sec-1-box h1 span{
   -webkit-text-stroke: 3px white;
   color: transparent !important;
}

.about-sec-1 .about-sec-1-cont .about-sec-1-box p{
    padding: 0 50px 0 50px;
}


/* ------------------------- about-token-sec------------------------ */

.about-token-sec{
    width: 100%;
    height: fit-content;
    margin-bottom: 30px;
}


.about-token-sec  .about-token-cont h2{
    font-size: 70px;
    margin-top: 70px;
}

.about-token-sec  .about-token-cont .about-token-img img{
margin-top: 30px;
width: 70%;

}








/* ------------  Resposive view -------------------- */


/* For Tablet View */
@media screen and (min-device-width: 768px) and (max-device-width: 1020px) {

    /* NAVBAR STYLING */

    nav{
        padding: 0 100px 0 100px !important;
    }

nav .navbar-brand img{
    width: 70px;
}

nav .menu-bar img{
    width: 30px;
}

nav .navbar-collapse ul li a{
    margin-left: 20px;
    text-align: left;
    width: 50%;
}

nav .navbar-collapse ul li .active{
    padding: 5px 10px 5px 10px !important;
    width: 50%;
    text-align: center;
    margin-top: 15px;
}


nav .navbar-collapse ul .active-link{
    margin-left: 0 !important;
}

section{
    padding-left: 100px !important;
    padding-right: 100px !important;
}




/* ----------------------------------------------- section 1 --------------------------------- */

.section-1 .sec-1-cont .sec-1-text h1{
    font-size: 150px;
    margin-top: 100px;
}

.section-1 .sec-1-cont .sec-1-text .p-text{
    font-size: 30px;
    margin-top: -30px !important;
}

.section-1 .sec-1-cont .sec-1-image img{
    margin-top: 170px;
    width: 85%;
    margin-left: 50px;
}

.section-1 .sec-1-cont .sec-1-text  a{
    padding: 10px 30px 10px 30px;
    font-size: 12px;
    color: black;
    font-weight: bold;
    margin-top: 30px;
}

.section-1 .sec-1-cont .sec-1-text .btn-1{
   background: none;
   color: white;
   border: 1px white solid;
}

.section-1 .sec-1-cont .sec-1-text .btn-2{
    margin-left: 10px;
}




/* ----------------setion 2----------------------------*/

.section-2 h1{
    color: black !important;
    font-size: 40px;
    margin-top: 10px;
}

.section-2 .sec-2-cont{
    background: white;
    padding: 20px;
    padding-bottom: 30px;
    border-radius: 15px;
}

.section-2 .sec-2-cont .sec-2-card{
    border-radius: 15px;
    padding: 30px;
    width: 30%;
    margin-left: 15px;
    margin-top: 40px;
}

.section-2 .sec-2-cont .sec-2-card h3{
font-size: 20px;
margin-top: 20px;
}

.section-2 .sec-2-cont .sec-2-card p{
font-size: 10px;
}




/* ------------------------ section-3 ----------------------- */

.section-3 .sec-3-cont .cards{
    margin-top: 0;
}

.section-3 .sec-3-cont .sec-3-image img{
    width: 80%;
    margin-top: 90px;
    margin-right: 0 !important;
    /* margin-left: 65px; */
}

.section-3 .sec-3-cont .sec-3-text h2{
   font-size: 50px;
   margin-top: 100px;
}

.section-3 .sec-3-cont .sec-3-text p{
  margin-top: 15px;
  font-size: 10px;
}

.section-3 .sec-3-cont .sec-3-text a{
    margin-top: 10px !important;
  padding: 10px 25px 6px 25px;
  font-size: 10px;
}



/* ------------------------- section 4 --------------------------- */

.section-4 h2{
    font-size: 40px;
    margin-top: 100px;
}

.section-4 .sec-4-cont .sec-4-box{
    margin-left: 5px;
    width: 32%;
}

.section-4 .sec-4-cont .sec-4-box h3{
    font-size: 20px;
}

.section-4 .sec-4-cont .sec-4-box p{
    font-size: 12px;
}



/* ------------------------------ footer ----------------------------- */

footer .footer-cont{
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-top: 30px;
    padding-bottom: 15px;
}
/* 
footer .footer-cont .footer-cont-box{
    margin-left: 5px;
} */

footer .footer-cont .footer-cont-box h5{
   font-size: 20px;
   margin-top: 30px;
}

footer .footer-cont .footer-cont-box p a img{
    width: 25px;
    margin-top: 5px;
    margin-right: 5px;
}

footer .footer-cont .footer-cont-box p{
    font-size: 12px;
    margin-top: 15px;
}





/* ------------------------------------------------- about page ------------------------------------------------------ */

.about-sec-1 .about-sec-1-cont .about-sec-1-box h1{
    font-size: 90px;
}

.about-sec-1 .about-sec-1-cont .about-sec-1-box h1 span{
   -webkit-text-stroke: 1px white;
}

.about-sec-1 .about-sec-1-cont .about-sec-1-box p{
    padding: 0 10px 0 10px;
    font-size: 14px;
    margin-top: 10px;
}



/* ------------------------- about-token-sec------------------------ */


.about-token-sec  .about-token-cont h2{
    font-size: 45px;
    margin-top: 70px;
}

.about-token-sec  .about-token-cont .about-token-img img{
margin-top: 20px;
width: 80%;

}
}






/* iPad pro size */

@media screen and (min-device-width: 1024px) and (max-device-width: 1024px){

    /* NAVBAR STYLING */

    nav{
        padding: 0 100px 0 100px !important;
    }

nav .navbar-brand img{
    width: 70px;
}

nav .menu-bar img{
    width: 30px;
}

nav .navbar-collapse ul li a{
    margin-left: 20px;
    text-align: left;
    width: 50%;
}

nav .navbar-collapse ul li .active{
    padding: 5px 10px 5px 10px !important;
    width: 50%;
    text-align: center;
    margin-top: 15px;
}


nav .navbar-collapse ul .active-link{
    margin-left: 0 !important;
}

section{
    padding-left: 100px !important;
    padding-right: 100px !important;
}




/* ----------------------------------------------- section 1 --------------------------------- */

.section-1 .sec-1-cont .sec-1-text h1{
    font-size: 200px;
    margin-top: 150px;
}

.section-1 .sec-1-cont .sec-1-text .p-text{
    font-size: 30px;
    margin-top: -30px !important;
}

.section-1 .sec-1-cont .sec-1-image img{
    margin-top: 250px;
    width: 70%;
    margin-left: 90px;
}

.section-1 .sec-1-cont .sec-1-text  a{
    padding: 10px 30px 10px 30px;
    font-size: 12px;
    color: black;
    font-weight: bold;
    margin-top: 30px;
}

.section-1 .sec-1-cont .sec-1-text .btn-1{
   background: none;
   color: white;
   border: 1px white solid;
}

.section-1 .sec-1-cont .sec-1-text .btn-2{
    margin-left: 10px;
}



/* ----------------setion 2----------------------------*/

.section-2 h1{
    color: black !important;
    font-size: 40px;
    margin-top: 10px;
}

.section-2 .sec-2-cont{
    background: white;
    padding: 20px;
    padding-bottom: 30px;
    border-radius: 15px;
}

.section-2 .sec-2-cont .sec-2-card{
    border-radius: 15px;
    padding: 30px;
    width: 30%;
    margin-left: 15px;
    margin-top: 40px;
}

.section-2 .sec-2-cont .sec-2-card h3{
font-size: 20px;
margin-top: 20px;
}

.section-2 .sec-2-cont .sec-2-card p{
font-size: 14px;
}


/* ------------------------ section-3 ----------------------- */

.section-3 .sec-3-cont .cards{
    margin-top: 0;
}

.section-3 .sec-3-cont .sec-3-image img{
    width: 80%;
    margin-top: 90px;
    margin-right: 0 !important;
    /* margin-left: 65px; */
}

.section-3 .sec-3-cont .sec-3-text h2{
   font-size: 70px;
   margin-top: 100px;
}

.section-3 .sec-3-cont .sec-3-text p{
  margin-top: 15px;
  font-size: 14px;
}

.section-3 .sec-3-cont .sec-3-text a{
    margin-top: 10px !important;
  padding: 10px 25px 6px 25px;
  font-size: 14px;
}



/* ------------------------- section 4 --------------------------- */
.section-4{
    width: 100%;
    margin-bottom: 35px;
}

.section-4 h2{
    font-size: 40px;
    margin-top: 100px;
}

.section-4 .sec-4-cont .sec-4-box{
    margin-left: 3%;
    width: 30%;
}

.section-4 .sec-4-cont .sec-4-box h3{
    font-size: 20px;
}

.section-4 .sec-4-cont .sec-4-box p{
    font-size: 14px;
}




/* ------------------------------ footer ----------------------------- */

footer .footer-cont{
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-top: 30px;
    padding-bottom: 15px;
}
/* 
footer .footer-cont .footer-cont-box{
    margin-left: 5px;
} */

footer .footer-cont .footer-cont-box h5{
   font-size: 20px;
   margin-top: 30px;
}

footer .footer-cont .footer-cont-box p a img{
    width: 25px;
    margin-top: 5px;
    margin-right: 5px;
}

footer .footer-cont .footer-cont-box p{
    font-size: 12px;
    margin-top: 15px;
}




/* ------------------------------------------------- about page ------------------------------------------------------ */

.about-sec-1 .about-sec-1-cont .about-sec-1-box h1{
    font-size: 90px;
}

.about-sec-1 .about-sec-1-cont .about-sec-1-box h1 span{
   -webkit-text-stroke: 1px white;
}

.about-sec-1 .about-sec-1-cont .about-sec-1-box p{
    padding: 0 10px 0 10px;
    font-size: 14px;
    margin-top: 10px;
}




/* ------------------------- about-token-sec------------------------ */


.about-token-sec  .about-token-cont h2{
    font-size: 45px;
    margin-top: 70px;
}

.about-token-sec  .about-token-cont .about-token-img img{
margin-top: 20px;
width: 80%;

}

}





/* for large mobile view  */
@media only screen and (min-width: 500px) and (max-width: 767px) and (orientation: portrait) {

    /* NAVBAR STYLING */
nav{
    padding: 0 30px 0 30px !important;
}

nav .navbar-brand img{
    width: 50px;
}

nav .menu-bar img{
    width: 25px;
}

nav .navbar-collapse ul{
    margin-left: 0;
    margin-top: 20px;
    /* background: red; */
}

nav .navbar-collapse ul li a{
    margin-left: 20px;
    text-align: left;
    width: 50%;
    font-size: 12px;
}

nav .navbar-collapse ul li .active{
    padding: 5px 10px 5px 10px !important;
    width: 50%;
    text-align: center;
    margin-top: 15px;
}


nav .navbar-collapse ul .active-link{
    margin-left: 0 !important;
}


section{
    padding-left: 50px !important;
    padding-right: 50px !important;
}



/* ----------------------------------------------- section 1 --------------------------------- */

.section-1 .sec-1-cont .sec-1-text h1{
    font-size: 120px;
    margin-top: 100px;
}

.section-1 .sec-1-cont .sec-1-text h1 span{
    -webkit-text-stroke: 2px white;
}

.section-1 .sec-1-cont .sec-1-text .p-text{
    font-size: 30px;
    margin-top: -20px !important;
}

.section-1 .sec-1-cont .sec-1-image img{
    margin-top: 30px;
    width: 70%;
    margin-left: 45px;
}

.section-1 .sec-1-cont .sec-1-text a{
    padding: 15px 45px 15px 45px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 25px;
}

.section-1 .sec-1-cont .sec-1-text .btn-1{
   border: 1px white solid;
}

.section-1 .sec-1-cont .sec-1-text .btn-2{
    margin-left: 10px;
}



/* ----------------setion 2----------------------------*/

.section-2 h1{
    color: black !important;
    font-size: 40px;
    margin-top: 10px;
}

.section-2 .sec-2-cont{
    background: white;
    padding: 20px;
    padding-bottom: 30px;
    border-radius: 15px;
}

.section-2 .sec-2-cont .sec-2-card{
    border-radius: 15px;
    padding: 30px;
    width: 85%;
    margin-left: 25px;
    margin-top: 40px;
}

.section-2 .sec-2-cont .sec-2-card h3{
font-size: 25px;
margin-top: 20px;
}

.section-2 .sec-2-cont .sec-2-card p{
font-size: 13px;
}



/* ------------------------ section-3 ----------------------- */

.section-3 .sec-3-cont .cards{
    margin-top: 0;
}

.section-3 .sec-3-cont .sec-3-image img{
    width: 60%;
    margin-top: 90px;
    margin-right: 0 !important;
    margin-left: 65px;
}

.section-3 .sec-3-cont .sec-3-text h2{
   font-size: 70px;
   margin-top: 50px;
}

.section-3 .sec-3-cont .sec-3-text p{
  margin-top: 15px;
  font-size: 14px;
}

.section-3 .sec-3-cont .sec-3-text a{

  padding: 10px 30px 6px 30px;
  font-size: 14px;
}



/* ------------------------- section 4 --------------------------- */
.section-4{
    margin-bottom: 50px;
}

.section-4 h2{
    font-size: 40px;
    margin-top: 100px;
}

.section-4 .sec-4-cont .sec-4-box{
    margin-left: 65px;
    width: 70%;
}

.section-4 .sec-4-cont .sec-4-box h3{
    font-size: 20px;
}

.section-4 .sec-4-cont .sec-4-box p{
    font-size: 14px;
}



/* ------------------------------ footer ----------------------------- */

footer .footer-cont{
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 30px;
    padding-bottom: 15px;
}
/* 
footer .footer-cont .footer-cont-box{
    margin-left: 5px;
} */

footer .footer-cont .footer-cont-box h5{
   font-size: 20px;
   margin-top: 30px;
}

footer .footer-cont .footer-cont-box p a img{
    width: 25px;
    margin-top: 5px;
    margin-right: 10PX;
}

footer .footer-cont .footer-cont-box p{
    font-size: 12px;
    margin-top: 15px;
}





/* ------------------------------------------------- about page ------------------------------------------------------ */

.about-sec-1 .about-sec-1-cont .about-sec-1-box h1{
    font-size: 70px;
}

.about-sec-1 .about-sec-1-cont .about-sec-1-box h1 span{
   -webkit-text-stroke: 1px white;
}

.about-sec-1 .about-sec-1-cont .about-sec-1-box p{
    padding: 0 10px 0 10px;
    font-size: 14px;
    margin-top: 10px;
}





/* ------------------------- about-token-sec------------------------ */


.about-token-sec  .about-token-cont h2{
    font-size: 45px;
    margin-top: 70px;
}

.about-token-sec  .about-token-cont .about-token-img img{
margin-top: 20px;
width: 100%;

}

}




/* For Mobile Portrait View */
@media screen and (min-device-width: 390px) and (max-device-width: 500px) and (orientation: portrait) {

    /* NAVBAR STYLING */

nav{
    padding: 0 20px 0 20px !important;
}

nav .navbar-collapse ul{
    margin-left: 0;
    margin-top: 15px;
    /* background: red; */
}


nav .navbar-brand img{
    width: 50px;
}

nav .menu-bar img{
    width: 25px;
}

nav .navbar-collapse ul li a{
    margin-left: 20px;
    text-align: left;
    width: 50%;
    font-size: 12px;
}

nav .navbar-collapse ul li .active{
    padding: 5px 10px 5px 10px !important;
    width: 50%;
    text-align: center;
    margin-top: 15px;
}


nav .navbar-collapse ul .active-link{
    margin-left: 0 !important;
}

section{
    padding-left: 30px !important;
    padding-right: 30px !important;
}



/* ----------------------------------------------- section 1 --------------------------------- */

.section-1 .sec-1-cont .sec-1-text h1{
    font-size: 100px;
    margin-top: 100px;
    
}

.section-1 .sec-1-cont .sec-1-text h1 span{
    -webkit-text-stroke: 2px white;
}


.section-1 .sec-1-cont .sec-1-text .p-text{
    font-size: 20px;
    margin-top: -20px !important;
}

.section-1 .sec-1-cont .sec-1-image img{
    margin-top: 30px;
    width: 85%;
    margin-left: 15px;
}

.section-1 .sec-1-cont .sec-1-text a{
    padding: 15px 45px 15px 45px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 25px;
}

.section-1 .sec-1-cont .sec-1-text .btn-1{
   border: 1px white solid;
}

.section-1 .sec-1-cont .sec-1-text .btn-2{
    margin-left: 10px;
}


/* ----------------setion 2----------------------------*/

.section-2 h1{
    color: black !important;
    font-size: 40px;
    margin-top: 10px;
}

.section-2 .sec-2-cont{
    background: white;
    padding: 20px;
    padding-bottom: 30px;
    border-radius: 15px;
}

.section-2 .sec-2-cont .sec-2-card{
    border-radius: 15px;
    padding: 30px;
    width: 95%;
    margin-left: 7px;
    margin-top: 40px;
}

.section-2 .sec-2-cont .sec-2-card h3{
font-size: 20px;
margin-top: 20px;
}

.section-2 .sec-2-cont .sec-2-card p{
font-size: 13px;
}



/* ------------------------ section-3 ----------------------- */

.section-3 .sec-3-cont .cards{
    margin-top: 0;
}

.section-3 .sec-3-cont .sec-3-image img{
    width: 60%;
    margin-top: 90px;
    margin-right: 0 !important;
    margin-left: 65px;
}

.section-3 .sec-3-cont .sec-3-text h2{
   font-size: 60px;
   margin-top: 50px;
}

.section-3 .sec-3-cont .sec-3-text p{
  margin-top: 15px;
  font-size: 14px;
}

.section-3 .sec-3-cont .sec-3-text a{

  padding: 10px 30px 6px 30px;
  font-size: 14px;
}



/* ------------------------- section 4 --------------------------- */
.section-4{
    margin-bottom: 35px;
}

.section-4 h2{
    font-size: 40px;
    margin-top: 100px;
}

.section-4 .sec-4-cont .sec-4-box{
    margin-left: 65px;
    width: 70%;
}

.section-4 .sec-4-cont .sec-4-box h3{
    font-size: 20px;
}

.section-4 .sec-4-cont .sec-4-box p{
    font-size: 14px;
}



/* ------------------------------ footer ----------------------------- */

footer .footer-cont{
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 30px;
    padding-bottom: 15px;
}
/* 
footer .footer-cont .footer-cont-box{
    margin-left: 5px;
} */

footer .footer-cont .footer-cont-box h5{
   font-size: 20px;
   margin-top: 30px;
}

footer .footer-cont .footer-cont-box p a img{
    width: 25px;
    margin-top: 5px;
    margin-right: 10PX;
}

footer .footer-cont .footer-cont-box p{
    font-size: 12px;
    margin-top: 15px;
}





/* ------------------------------------------------- about page ------------------------------------------------------ */

.about-sec-1 .about-sec-1-cont .about-sec-1-box h1{
    font-size: 60px;
}

.about-sec-1 .about-sec-1-cont .about-sec-1-box h1 span{
   -webkit-text-stroke: 1px white;
}

.about-sec-1 .about-sec-1-cont .about-sec-1-box p{
    padding: 0 10px 0 10px;
    font-size: 14px;
    margin-top: 10px;
}



/* ------------------------- about-token-sec------------------------ */


.about-token-sec  .about-token-cont h2{
    font-size: 45px;
    margin-top: 70px;
}

.about-token-sec  .about-token-cont .about-token-img img{
margin-top: 20px;
width: 100%;

}

}




/* for older and smaller screens  */
@media screen and (min-device-width: 320px) and (max-device-width: 389px) and (orientation: portrait){
  /* NAVBAR STYLING */

nav{
    padding: 0 20px 0 20px !important;
}

nav .navbar-collapse ul{
    margin-left: 0;
    margin-top: 15px;
    /* background: red; */
}


nav .navbar-brand img{
    width: 50px;
}

nav .menu-bar img{
    width: 25px;
}

nav .navbar-collapse ul li a{
    margin-left: 20px;
    text-align: left;
    width: 50%;
    font-size: 12px;
}

nav .navbar-collapse ul li .active{
    padding: 5px 10px 5px 10px !important;
    width: 50%;
    text-align: center;
    margin-top: 15px;
}


nav .navbar-collapse ul .active-link{
    margin-left: 0 !important;
}

section{
    padding-left: 30px !important;
    padding-right: 30px !important;
}



/* ----------------------------------------------- section 1 --------------------------------- */

.section-1 .sec-1-cont .sec-1-text h1{
    font-size: 90px;
    margin-top: 100px;
}

.section-1 .sec-1-cont .sec-1-text h1 span{
    -webkit-text-stroke: 1px white;
}

.section-1 .sec-1-cont .sec-1-text .p-text{
    font-size: 22px;
    margin-top: -20px !important;
}

.section-1 .sec-1-cont .sec-1-image img{
    margin-top: 50px;
    width: 85%;
    margin-left: 15px;
}

.section-1 .sec-1-cont .sec-1-text a{
    padding: 15px 40px 15px 40px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 25px;
}

.section-1 .sec-1-cont .sec-1-text .btn-1{
   border: 1px white solid;
}

.section-1 .sec-1-cont .sec-1-text .btn-2{
    margin-left: 10px;
}



/* ----------------setion 2----------------------------*/

.section-2 h1{
    color: black !important;
    font-size: 40px;
    margin-top: 10px;
}

.section-2 .sec-2-cont{
    background: white;
    padding: 20px;
    padding-bottom: 30px;
    border-radius: 15px;
}

.section-2 .sec-2-cont .sec-2-card{
    border-radius: 15px;
    padding: 30px;
    width: 95%;
    margin-left: 7px;
    margin-top: 40px;
}

.section-2 .sec-2-cont .sec-2-card h3{
font-size: 20px;
margin-top: 20px;
}

.section-2 .sec-2-cont .sec-2-card p{
font-size: 13px;
}



/* ------------------------ section-3 ----------------------- */

.section-3 .sec-3-cont .cards{
    margin-top: 0;
}

.section-3 .sec-3-cont .sec-3-image img{
    width: 60%;
    margin-top: 90px;
    margin-right: 0 !important;
    margin-left: 65px;
}

.section-3 .sec-3-cont .sec-3-text h2{
   font-size: 60px;
   margin-top: 50px;
}

.section-3 .sec-3-cont .sec-3-text p{
  margin-top: 15px;
  font-size: 14px;
}

.section-3 .sec-3-cont .sec-3-text a{

  padding: 10px 30px 6px 30px;
  font-size: 14px;
}




/* ------------------------- section 4 --------------------------- */
.section-4{
    width: 100%;
    margin-bottom: 35px;
}

.section-4 h2{
    font-size: 40px;
    margin-top: 100px;
}

.section-4 .sec-4-cont .sec-4-box{
    margin-left: 65px;
    width: 70%;
}

.section-4 .sec-4-cont .sec-4-box h3{
    font-size: 20px;
}

.section-4 .sec-4-cont .sec-4-box p{
    font-size: 14px;
}



/* ------------------------------ footer ----------------------------- */

footer .footer-cont{
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 30px;
    padding-bottom: 15px;
}
/* 
footer .footer-cont .footer-cont-box{
    margin-left: 5px;
} */

footer .footer-cont .footer-cont-box h5{
   font-size: 20px;
   margin-top: 30px;
}

footer .footer-cont .footer-cont-box p a img{
    width: 25px;
    margin-top: 5px;
    margin-right: 10PX;
}

footer .footer-cont .footer-cont-box p{
    font-size: 12px;
    margin-top: 15px;
}





/* ------------------------------------------------- about page ------------------------------------------------------ */

.about-sec-1 .about-sec-1-cont .about-sec-1-box h1{
    font-size: 60px;
}

.about-sec-1 .about-sec-1-cont .about-sec-1-box h1 span{
   -webkit-text-stroke: 1px white;
}

.about-sec-1 .about-sec-1-cont .about-sec-1-box p{
    padding: 0 10px 0 10px;
    font-size: 14px;
    margin-top: 10px;
}



/* ------------------------- about-token-sec------------------------ */


.about-token-sec  .about-token-cont h2{
    font-size: 40px;
    margin-top: 70px;
}

.about-token-sec  .about-token-cont .about-token-img img{
margin-top: 20px;
width: 100%;

}


}




/* For Mobile Landscape View */
@media screen and (max-device-width: 667px) and (orientation: landscape) {


    /* NAVBAR STYLING */

nav{
    padding: 0 30px 0 30px !important;
}

nav .navbar-collapse ul{
    margin-left: 0;
    margin-top: 15px;
    /* background: red; */
}


nav .navbar-brand img{
    width: 50px;
}

nav .menu-bar img{
    width: 25px;
}

nav .navbar-collapse ul li a{
    margin-left: 20px;
    text-align: left;
    width: 50%;
    font-size: 12px;
}

nav .navbar-collapse ul li .active{
    padding: 5px 10px 5px 10px !important;
    width: 50%;
    text-align: center;
    margin-top: 15px;
}


nav .navbar-collapse ul .active-link{
    margin-left: 0 !important;
}


section{
    padding-left: 20px !important;
    padding-right: 20px !important;
}



/* ----------------------------------------------- section 1 --------------------------------- */
.section-1 .sec-1-cont .sec-1-text{
        width: 50%;
}


.section-1 .sec-1-cont .sec-1-image{
    width: 50%;
}


.section-1 .sec-1-cont .sec-1-text h1{
    font-size: 100px;
    margin-top: 100px;
}

.section-1 .sec-1-cont .sec-1-text .p-text{
    font-size: 20px;
    margin-top: -20px !important;
}

.section-1 .sec-1-cont .sec-1-image img{
    margin-top: 100px;
    width:85%;
    margin-left: 15px;
}

.section-1 .sec-1-cont .sec-1-text a{
    padding: 15px 30px 15px 30px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 25px;
}

.section-1 .sec-1-cont .sec-1-text .btn-1{
   border: 1px white solid;
}

.section-1 .sec-1-cont .sec-1-text .btn-2{
    margin-left: 10px;
}

/* ----------------setion 2----------------------------*/

.section-2 h1{
    color: black !important;
    font-size: 40px;
    margin-top: 10px;
}

.section-2 .sec-2-cont{
    background: white;
    padding: 20px;
    padding-bottom: 30px;
    border-radius: 15px;
}

.section-2 .sec-2-cont .sec-2-card{
    border-radius: 15px;
    padding: 30px;
    width: 95%;
    margin-left: 7px;
    margin-top: 40px;
}

.section-2 .sec-2-cont .sec-2-card h3{
font-size: 20px;
margin-top: 20px;
}

.section-2 .sec-2-cont .sec-2-card p{
font-size: 13px;
}


/* ------------------------ section-3 ----------------------- */

.section-3 .sec-3-cont .cards{
    margin-top: 0;
}

.section-3 .sec-3-cont .sec-3-image img{
    width: 60%;
    margin-top: 90px;
    margin-right: 0 !important;
    margin-left: 65px;
}

.section-3 .sec-3-cont .sec-3-text h2{
   font-size: 60px;
   margin-top: 50px;
}

.section-3 .sec-3-cont .sec-3-text p{
  margin-top: 15px;
  font-size: 14px;
}

.section-3 .sec-3-cont .sec-3-text a{

  padding: 10px 30px 6px 30px;
  font-size: 14px;
}


/* ------------------------------ footer ----------------------------- */

footer .footer-cont{
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 30px;
    padding-bottom: 15px;
}
/* 
footer .footer-cont .footer-cont-box{
    margin-left: 5px;
} */

footer .footer-cont .footer-cont-box h5{
   font-size: 20px;
   margin-top: 30px;
}

footer .footer-cont .footer-cont-box p a img{
    width: 25px;
    margin-top: 5px;
    margin-right: 10PX;
}

footer .footer-cont .footer-cont-box p{
    font-size: 12px;
    margin-top: 15px;
}



/* ------------------------------------------------- about page ------------------------------------------------------ */

.about-sec-1 .about-sec-1-cont .about-sec-1-box h1{
    font-size: 80px;
}

.about-sec-1 .about-sec-1-cont .about-sec-1-box h1 span{
   -webkit-text-stroke: 1px white;
}

.about-sec-1 .about-sec-1-cont .about-sec-1-box p{
    padding: 0 10px 0 10px;
    font-size: 14px;
    margin-top: 10px;
}



/* ------------------------- about-token-sec------------------------ */


.about-token-sec  .about-token-cont h2{
    font-size: 45px;
    margin-top: 70px;
}

.about-token-sec  .about-token-cont .about-token-img img{
margin-top: 20px;
width: 70%;

}
}