body {
    background-image: url(../images/bg_mint-sec.jpg);
    background-attachment: fixed;
    background-size: cover !important;
    background-repeat: repeat-y !important;
    background-position: center; 
}

/* navbar */

.navbar {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(images/bg_menu.png);
    background-size: auto 230px;
    margin-left: -12px;
    margin-top: -4px;
    /* padding: 8px 5%; */
}

.no-bg {
    background-color: rgba(0, 0, 0, 1.0);
    background-image: none;
}

#navbarSupportedContent {
    background-color:rgba(0, 0, 0, 1.0);
    z-index : 5;
}
@media (min-width: 768px) {
    #navbarSupportedContent {
        background-color: transparent;
    }
}
.navbar-toggler:focus {
    border: 1px solid #fff;
    box-shadow: none;
}
.bg-dark {
    background-color: rgba(0, 0, 0, 1.0) !important;
}

/* title */
#sec-title {
    /* background-color: rgba(0, 0, 0, 0.5); */
    background-image: url(../images/bg_title.jpg);
    background-position: center center;
    background-size: cover;
    height: 300px;
}
@media (min-width: 480px) {
    #sec-title {
        height: 400px;
    }
}
@media (min-width: 720px) {
    #sec-title {
        height: 500px;
    }
}
@media (min-width: 912px) {
    #sec-title {
        height: 600px;
    }
}
.img-100 {
    /* width: 100%; */
    height: 0px;
}

:target {
    display: block;    
    position: relative;     
    top: -60px;
    visibility: hidden;
}
/* sec-about */
@media (max-width: 575px) {
    #sec-about h3 {
        margin-top: 40px;
    }
    #sec-about p {
        text-align: center;
        padding-bottom: 30px;
    }
}
/* intro 2 */
#sec-intro2 {
    position:relative; 
    margin: -50px 0px;
    z-index: 1;
}
.intro2 {
    padding-top: 20%;
    background-position: center center;
    background-image: url(../images/bg_intro_2m.png);
    background-size: cover;
    min-height: 560px;
}

#intro-info>h3 {
    margin-top: 3em;
}

#intro-info {
    padding-bottom: 2em;
}

@media (min-width: 480px) {
    #intro-info>h3 {
        margin-top: 60px;
    }   
}

@media (min-width: 720px) {
    #intro-info>h3 {
        margin-top: 40px;
    }   
}

@media (max-width: 479px) {
    .intro2 {
        padding-top: 35%;
    }
}
@media (min-width: 480px) {
    .intro2 {
        padding-top: 30%;
    }
}
@media (min-width: 576px) {
    .intro2 {
        padding-top: 26%;
    }
}
@media (min-width: 768px) {
    .intro2 {
        padding-top: 28%;
    }
}
@media (min-width: 911px) {
    .intro2 {
        padding-top: 23%;
    }
}
@media (min-width: 1024px) {
    .intro2 {
        padding-top: 20%;
    }
}

/* intro3 */
#intro3 {
    margin-top: 1em;
    background-image: url(../images/bg_intro_3s.jpg) !important;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
#intro3-info {
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 300px;
}

#intro3-info p {
    text-align: center;
}

.hide-sm {
        display: none;
}

#intro3 .bg-dark {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

@media (min-width: 768px) {
    #intro3 {
        /* padding-top: 20%; */
        background-image:none;
    }

    #intro3-info p {
        text-align: left;
    }

    .hide-sm {
        display: block;
        width: 100%;
    }
    #intro3 .bg-dark {
        background-color: #000 !important;
    }
}

/* sec-scroll */
@keyframes animatedBackground {
    from { background-position: 0px 0; }
    to { background-position: -2458px 0; }
  }
  
#sec-scroll {
        /* width:100%; */
        background-image: url(../images/bg_scroll.jpg);
        background-repeat: repeat-x;
        animation: animatedBackground 24s linear infinite;
        /* line-height: 400px; */
        height: 410px;
    box-shadow: inset 10px 0px 20px #000,inset 10px 0px 50px #000, inset 10px 0px 80px #000;
}

/* sec-team */
#sec-team {
    background-image: url(../images/bg_mint-sec.jpg);
    background-attachment: fixed;
    background-size: cover !important;
    background-repeat: repeat-y !important;
    background-position: center; 
    /* background: transparent !important;
    background-image: url(../images/bg_mint-sec.jpg)  !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center; */
}
#sec-team img {
    width: 80%;
}
#sec-team h4 {
    padding: 12px 0px;
}
@media (max-width: 768px) {
    #sec-team img {
        width: 60%;
    }
    #sec-team p {
        font-size: 1em;
    }
}

#footer {
    background-color: #000;
}

.row > * {
    padding-left: 0px;
    padding-right: 0px;
}
#topMenu {
    padding: 2px 0px;
    z-index : 5;
}

@media (min-width: 768px) {
    #topMenu {
        padding: 8px 5%;
    }
}
.navbar {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/bg_menu.png);
    background-size: auto 200px;
    margin-left: -12px;
    margin-top: -4px;
    z-index : 1;
}

.no-bg {
    background-color: rgba(0, 0, 0, 1.0);
    background-image: none;
}


.bg-dark {
    background-color: rgba(0, 0, 0, 1.0) !important;
}

/* sec plan */
#sec-plan {
    background-color: rgba(0, 0, 0, 0.6);
}
#intro-tvking {
    margin-top: -30px;
    padding: 7% 28px 4% 20px;
    /* text-align: center; */
}
#intro-tvking img {
    width: 56%;
    margin-bottom: 1.5em;
}

/* sec callaction */
#sec-callaction {
    /* padding-top: 20%; */
    background-position: center center;
    background-image: url(../images/bg_callaction_s.jpg);
    background-size: cover;
    height: 490px;
}

#sec-callaction .container-fluid {
    padding: 0px;
    margin: 0px;
}
#sec-callaction .mint-info {
    display: none;
}
#mint-info-x {
    display: block;
}
.mint-info div:first-child {
    width: 20%;
    background: transparent linear-gradient(180deg, #00C9B3 0%, #B71BDB 100%) 0% 0% no-repeat padding-box;
    box-shadow: none;
    border-radius: 0px;
    opacity: 1;
}

.mint-info div:last-child {
    width: 80%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0px;
    opacity: 1;
    padding: 1em 0em;
}

@media (min-width: 768px) {
    #sec-callaction {
        background-position: left center;
        background-image: url(../images/bg_callaction.jpg);
        height: auto;
    }
    #sec-callaction .mint-info {
        display: flex;
    }
    #mint-info-x {
        display: none;
    }
    .mint-info div:first-child {
        box-shadow: 0px 0px 15px #FFFFFF;
        border-radius: 20px 0px 0px 0px;
    }
    .mint-info div:last-child {
        box-shadow: 0px 0px 15px #FFFFFF;
        border-radius: 0px 0px 20px 0px;
    }
}

.mint-info h6 {
    /* font-size: 1.2em; */
    letter-spacing: 0.8px;
    margin-bottom: 0px;
}
.mint-info p {
    color: #00000080;
    margin: 0px 1.2em;
}
.mint-info p .info-lab {
    color: var(--bb-pink);
    margin-right: 1.2em;
    font-weight: 500;
}

@media (min-width: 768px) {
    .connect-wallet-button {
        background-color: #B71BDB;
        border-radius: 4px;
        text-align: center;
        border: none;
        color: #fff;
    }
}