html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #006ED9;
}

@font-face {
    font-family: Lonley Coffee;
    src: url('../Lonely%20Coffee.otf');
}

@font-face {
    font-family: MrDodo;
    src: url('../fonts/MrDodo-Regular.ttf');
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.background-img-top {
    background: url('../images/Layer_1.png') no-repeat center;
    background-size: 100%;
}

/* <navbar section start> */
nav.navbar.navbar-expand-xl {
    background: #006ED9;
    max-width: 1351.3px;
    margin: 0 auto;
    border-radius: 16px;
    margin-top: 50px;
    z-index: 9;
    box-shadow: 0 5px 0px 8px #000;
}

span img {
    background: #fff;
    padding: 8px 17px;
    border-radius: 10px;
    rotate: -5deg;
}

.navbar-expand-xl .navbar-nav .nav-link {
    font-size: 16px;
    font-family: "Dela Gothic One", sans-serif;
    color: #fff;
}

/* <navbar section end> */


/* <banner section start> */
.banner {
    padding: 100px 0;
    background: url('../images/banner-dots.png') no-repeat center;
    background-size: cover;
}

.banner h1 {
    font-family: Lonley Coffee;
    font-size: 110px;
    color: #fff;
    text-shadow: 0px 10px 0px BLACK;
    z-index: 9;
    position: relative;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
}

.gif-pic img {
    margin-top: -300px;
}

section.banner a.buy-btn {
    color: #000;
    background: #fff;
    text-decoration: none;
    font-size: 70px;
    font-family: MrDodo;
    padding: 21px 85px;
    border-bottom: 9px solid #000;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-radius: 24px;
    margin-top: 40px;
    display: inline-block;
}

/* <banner section end> */

/* <!-- POWSCHE MEME section start --> */

.powsche-meme h2 {
    font-size: 90px;
    text-align: center;
    font-family: Lonley Coffee;
    color: #fff;
    margin-bottom: 50px;
    text-shadow: 0px 10px 0px BLACK;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: black;
}

.banner {
    background: url('../images/banner-dots.png') no-repeat center;
    background-size: 100%;
}

.powsche-meme {
    background: url('../images/dot-bg.png') no-repeat right;
    background-size: 100%;
}

/* .Roadmap{
    background: url('../img/dot-bg2.png') no-repeat left;
    background-size: 100%;
} */
.roadmap-road {
    background: url('../images/dot-bg3.png') no-repeat center;
    background-size: 100%;
}

/* <!-- POWSCHE MEME section end --> */


/* <!-- $POWSCHE STORIES start --> */
.stories {
    background: url('../images/stories-bg.png') no-repeat center;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
}

.stories h2 {
    font-size: 91px;
    color: #fff;
    font-family: Lonley Coffee;
    margin: 0;
    text-shadow: 0px 10px 0px BLACK;
}

/* <!-- $POWSCHE STORIES end --> */

/* <!-- $POWSCHE partnes start --> */
.partnes {
    margin-top: 60px;
    margin-bottom: 70px;
}

.partners-img {
    padding-top: 50px;
}

.partnes h2 {
    font-size: 130px;
    text-align: center;
    color: #fff;
    font-family: Lonley Coffee;

}

/* <!-- $POWSCHE partnes end --> */


/* Roadmap start */
.Roadmap h2 {
    font-size: 130px;
    color: #fff;
    font-family: Lonley Coffee;
    text-align: center;
}

.roadmap-sec {
    margin-top: 450px;
}

.roadmap-road {
    max-width: 100%;
    margin: 0 auto;
}

.roadmap-content-boxes img {
    position: absolute;
}

.roadmap-content-box1 {
    top: -9%;
    left: 0;
}

.roadmap-road>img {
    width: 100%;
}

.roadmap-content-box2 {
    top: -11%;
    left: 16%;
    z-index: -1;
    max-width: 32%;
}

.roadmap-content-box3 {
    top: -10%;
    right: 15%;
    max-width: 500px;
}

.roadmap-content-box4 {
    right: 5%;
    top: 1%;
    max-width: 37%;
}

.roadmap-content-box5 {
    right: 0;
    top: 10%;
}

.roadmap-content-box6 {
    left: 4%;
    top: 15%;
    max-width: 40%;
}

.roadmap-content-box7 {
    left: 40px;
    top: 26%;
}

.roadmap-content-box8 {
    right: 5%;
    top: 30%;
    max-width: 35%;
}

.roadmap-content-box9 {
    right: 20%;
    top: 42%;
    max-width: 38%;
}

.roadmap-content-box10 {
    left: 0;
    bottom: 23%;
    max-width: 35%;
}

.roadmap-content-box11 {
    right: 0;
    bottom: 15%;
}

.need-money {
    position: relative;
    top: -450px;
}

.main-heading {
    font-size: 130px;
    font-family: Lonley Coffee;
    text-shadow: 0px 7px 0px BLACK;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
}

.htb-section {
    background: #000C2B;
    padding: 100px 0 0;
    margin-top: -300px;
}

.step-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
}

.step-line img {
    max-width: 50%;
}

.step-card {
    background: #006ED9;
    border-radius: 20px;
    position: relative;
    min-height: 300px;
    padding: 30px 20px;
    margin-bottom: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step-card-left {
    margin-left: 250px;
}

.step-card .step-img {
    max-width: 200px;
    position: absolute;
    top: -90px;
    left: -85px;
    z-index: 9;
}

.step-card .step-img2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.step-card h4 {
    padding-left: 90px;
    font-size: 45px;
    color: #fff;
    margin-bottom: 20px;
    font-family: Lonley Coffee;
}

.step-card h5 {
    font-size: 24px;
    color: #fff;
    font-family: Lonley Coffee;
    padding-left: 80px;
    line-height: 35px;
}

.step-card h5 a {
    color: #AD9FFF;
    text-decoration: none;
}

.step-card-right {
    margin-right: 150px;
}

.involved-section {
    background: url('../images/involved-bg.png') no-repeat center;
    background-size: cover;
    background-color: #056FAC;
    padding: 120px 0 0;
}

.join-us-section {
    background: url('../images/join-us-bg.png') no-repeat center;
    background-size: cover;
    padding-bottom: 100px;
}

.join-us-section .main-heading {
    font-size: 80px;
}

.partners-img a img:hover,
.navbar-text a img:hover,
.footer-bar a img:hover,
.footer-icons a img:hover,
.icons a img:hover {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.5s;

    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

footer {
    background: #000876;
    padding: 70px 0;
    color: #fff;
    margin-bottom: 100px;
}

.footer-bar {
    background: #38B6FF;
    box-shadow: 0px 5px 0px 5px #056FAC;
    border-radius: 15px;
    padding: 10px 20px;
}

.footer-bar ul li {
    margin: 0 15px;
}

.footer-bar ul li a {
    color: #fff;
    font-family: "Dela Gothic One", sans-serif;
}

.copy-adress p {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 20px;
    max-width: 100%;
    width: 100%;
    font-family: Lonley Coffee;
}

.copy-adress {
    margin-left: 80px;
    display: flex;
}

.copy-adress input:focus {
    outline: none;
}

/*Ham Burger Css*/
.navbar-light .navbar-toggler {
    border-color: transparent;
    color: transparent;
}

.navbar-toggler-icon {
    width: 30px;
    height: 3px;
    background: #fff;
    position: relative;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.navbar-toggler-icon:after,
.navbar-toggler-icon:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    left: 0;
    background: #fff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.navbar-toggler-icon:before {
    top: 10px
}

.navbar-toggler-icon:after {
    top: -10px
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
    top: 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background: 0 0
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    border: none;
}

/*Ham Burger Css End*/

.btn.btn-primary-outline {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	font-family: Lonley Coffee;
	padding: 10px 20px;
}
.btn.btn-primary-outline:hover,
.btn.btn-primary-outline:focus{
    background: #fff;
    color: #000;
    border-color: #fff;
}
.btn.btn-primary {
	background: #fff;
	color: #000;
	border-radius: 30px;
	font-family: Lonley Coffee;
	border-color: #fff;
	padding: 10px 20px;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover{
    background: #fff;
    border-color: #fff;
}
.disclaimer-text{
    font-family: Lonley Coffee;
    font-size: 35px;
}
@media(min-width: 2000px) {
    .roadmap-road {
        max-width: 1920px;
        margin: 0 auto;
    }
}

@media (max-width: 1600px) {
    .step-line img {
        max-width: 70%;
    }

    .step-card-left {
        margin-left: 100px;
    }

    .step-card-right {
        margin-right: 40px;
    }
}

@media (max-width: 1440px) {
    .roadmap-content-box1 {
        top: -5%;
    }

    .roadmap-content-boxes img {
        max-width: 32%;
    }

    .roadmap-content-box3 {
        top: -10%;
        right: 10%;
    }

    .roadmap-content-box4 {
        top: 5%;
    }

    .roadmap-content-box8 {
        top: 28%;
    }

    img.roadmap-content-box10 {
        left: 10%;
        bottom: 24%;
        max-width: 30%;
    }

    img.roadmap-content-box11 {
        right: 5%;
        bottom: 17%;
        max-width: 45%;
    }

    img.roadmap-content-box5 {
        right: 6%;
        top: 14%;
        max-width: 25%;
    }

    .roadmap-content-box9 {
        right: 10%;
    }
}

@media (max-width: 1400px) {
    .step-card-right {
        margin-right: 0;
        margin-left: 100px;
    }
}

@media(max-width: 1366px) {
    .banner h1 {
        font-size: 100px;
    }

    .icons.text-center img {
        max-width: 112px;
    }

    section.banner a.buy-btn {
        font-size: 43px;
        top: -167px;
    }

    .powsche-meme h2 {
        font-size: 90px;
    }

    .stories {
        padding: 30px 0;
    }

    .stories h2 {
        font-size: 50px;
    }

    .partnes h2 {
        font-size: 101px;
    }

    .main-heading {
        font-size: 100px;
    }

    .step-card h4 {
        padding-left: 80px;
        font-size: 32px;
    }

    .step-card h5 {
        font-size: 26px;
    }

    .step-card-left {
        margin-left: 95px;
        margin-right: 0;
    }

    .step-card {
        border-radius: 20px;
        min-height: 300px;
    }

    .step-card h5 {
        padding-left: 90px;
    }

    .join-us-section .main-heading {
        font-size: 75px;
    }

    .footer-bar img {
        max-width: 148px;
    }

    .footer-bar ul li a {
        font-size: 11px;
    }
}

@media (max-width: 1199px) {
    .navbar-nav {
        padding: 30px 0 10px;
        text-align: center;
    }

    .roadmap-sec {
        margin-top: 280px;
    }
}

@media (max-width:991px) {
    .gif-pic img {
        margin-top: -100px;
    }

    .partnes h2,
    .main-heading,
    .powsche-meme h2,
    .banner h1 {
        font-size: 60px;
    }

    section.banner a.buy-btn {
        font-size: 25px;
        margin-top: 0;
    }

    .icons.text-center img {
        max-width: 80px;
    }

    .stories h2 {
        font-size: 35px;
    }

    .roadmap-content-box3 {
        top: -10%;
        right: 8%;
    }

    .roadmap-content-box7 {
        top: 32%;
    }

    .roadmap-content-box6 {
        left: 4%;
        top: 20%;
    }

    .need-money {
        top: -250px;
    }

    .roadmap-sec {
        margin-top: 200px;
    }

    .join-us-section .main-heading {
        font-size: 60px;
    }

    .footer-bar ul li {
        display: none;
    }
}

@media (max-width:767px) {
    .roadmap-sec {
        margin-top: 200px;
        margin-bottom: 200px;
    }

    .join-us-section .main-heading,
    .main-heading,
    .partnes h2,
    .main-heading,
    .powsche-meme h2,
    .banner h1 {
        font-size: 30px;
        text-shadow: 0px 5px 0px BLACK;
    }

    section.banner a.buy-btn {
        font-size: 24px;
        padding: 10px 45px;
    }

    .banner {
        padding-bottom: 0;
        padding-top: 50px;
    }

    .step-card h5 {
        font-size: 20px;
    }

    .step-card .step-img {
        max-width: 140px;
        top: -60px;
        left: -52px;
    }

    .step-card h5 {
        padding-left: 50px;
    }

    .step-line img {
        max-width: 100%;
        display: none;
    }

    .step-card-right,
    .step-card-left {
        margin-left: 40px;
    }

    .partners-img .col {
        width: 50%;
        flex: initial;
        margin-bottom: 20px;
    }

    .first-step {
        margin-top: 80px;
    }

    .banner h1,
    .main-heading,
    .powsche-meme h2 {
        -webkit-text-stroke-width: .5px;
    }
    .navbar-brand img{
        max-width: 150px;
    }
    nav.navbar.navbar-expand-xl {
        margin: 50px 10px 0;
        box-shadow: 0 3px 0px 5px #000;
    }
    .copy-adress {
        margin-left: 50px;
    }
    .copy-adress p {
        word-break: break-all;
    }
    .disclaimer-text{
        font-size: 22px;
    }
}

@media only screen and (max-width: 600px) {
    .roadmap-content-boxes img {
        max-width: 30%;
    }

    .text-immg img {
        top: -100px;
    }

    .icons.text-center {
        top: -67px;
    }

    .icons.text-center img {
        max-width: 60px;
    }

    .powsche-meme h2 {
        margin-top: 50px;
    }

    .stories h2 {
        font-size: 38px;
        margin-top: 28px;
    }

    .partners-img {
        padding-top: 18px;
    }

    .partnes {
        margin-top: 33px;
        margin-bottom: 27px;
    }

    .involved-section {
        padding: 50px 0 0;
    }

    .need-money {
        position: relative;
        top: -170px;
    }

    .roadmap-sec {
        margin-bottom: 0;
    }

    .htb-section {
        padding: 100px 0 0;
        margin-top: -122px;
    }

    img.roadmap-content-box7 {
        left: 12px;
        top: 28%;
        max-width: 35%;
    }

    .roadmap-content-box3 {
        top: -12%;
        right: 15%;
    }

    img.roadmap-content-box11 {
        width: 57%;
    }

    .roadmap-content-box2 {
        top: -16%;
        left: 9%;
        z-index: -1;
    }

    img.roadmap-content-box2 {
        max-width: 50%;
        top: -15%;
    }

    img.roadmap-content-box10,
    img.roadmap-content-box8,
    img.roadmap-content-box6,
    img.roadmap-content-box4 {
        max-width: 50%;
    }

    .roadmap-content-box4 {
        right: 0%;
        top: 0%;
    }

    img.roadmap-content-box5 {
        max-width: 30%;
    }

    .roadmap-content-box5 {
        right: 12%;
        top: 13%;
    }

    .roadmap-content-box6 {
        left: 2%;
        top: 14%;
    }

    .roadmap-content-box8 {
        right: 0;
        top: 28%;
    }

    img.roadmap-content-box10 {
        left: 4%;
        bottom: 20%;
    }

   img.roadmap-content-box9 {
        right: 15%;
        top: 50%;
        max-width: 35%;
    }

    img.roadmap-content-box11 {
        right: 0%;
        bottom: 13%;
        max-width: 50%;
    }

    img.stories-img-1 {
        width: 55%;
    }

    .hide-mobile {
        display: none;

    }

    footer {
        margin-bottom: 0px;
    }

    .step-card .step-img2 {
        max-width: 20px;
    }

    .step-card h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .copy-adress input {
        font-size: 14px;
    }

    .copy-adress img {
        max-width: 20px;
    }
}

@media (max-width: 414px) {
    .roadmap-sec {
        margin-top: 120px;
    }

    .roadmap-content-box2 {
        top: -10%;
    }

    .need-money {
        top: -120px;
    }
}