﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html { font-size: 14px;position: relative;  min-height: 100%;}
header{background: #fff;}

body {--primaryColor: #28a745; --pbotLightGreen: #00ff1e; margin-bottom: 60px; font-family:'Montserrat', 'Arial Narrow', Arial, sans-serif;   background:#fff;}
.sidemenu a{color:#000;    font-size: 1.1rem;font-weight: 500;}
.sidemenu a:hover{color: var(--primaryColor);text-decoration:none}

.defualtColor {
    color: #28a745;
    font-weight: 600;
}

.btn-link {
    font-weight: 400;
    color: #28a745;
    text-decoration: none;
    text-transform: uppercase;
}

.maintweet {
    color: #000;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-light .myaddress {
   /* color: #fff;
    background: #28a745;
    padding: .85rem 1.5rem;
    margin-bottom: -10px;*/
    font-size: 1.1rem;
}

a.navbar-brand { color: var(--primaryColor) !important; white-space: normal;text-align: center;word-break: break-all;font-weight: bold;text-transform: uppercase;}

/* Provide sufficient contrast against white background */
a {    color: var(--primaryColor)}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-weight: 300;font-family: sans-serif;}
.scrollAlone {height: calc(100vh - 130px); overflow-y: auto;}
.outofview{animation: none !important;}
.btn-twitter {background-color: #00acee;color: #fff !important;border: 1px solid #00acee;}

.blendedBg {
    background: rgb(226,226,226); /* Old browsers */
    background: -moz-linear-gradient(125deg, #ffffff 0%, #f8f8f8 50%, #f3f3f3 51%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(125deg, #ffffff 0%,#f8f8f8 50%,#f3f3f3 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(125deg, #ffffff 0%,#f8f8f8 50%,#f3f3f3 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.blendedBg img{height:200px;}
.nature {
    background-image: url('/images/pexels-kampus-production-5940715.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.nature2 {
    background-image: url('/images/pexels-rfstudio-3810789.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.naturefrostedCard {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
    background-color: #ffffffc7;
    backdrop-filter: blur(5px);
}
/* Sticky footer styles
-------------------------------------------------- */
@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
.footer {position: absolute;bottom: 0;width: 100%; white-space: nowrap;line-height: 60px; background: #fff;/* Vertically center the text there */}













.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

form .error {
    color: #ff0000;
}

.nav, .pagination, .carousel, .card-title a {
    cursor: pointer;
}
/*Fix for Ui-Bootstrap*/

.pbot-title {
    color: var(--primaryColor);
}


.alpha{
    padding-top:0px;
    margin-top: -40px;
}

.text-muted-50 {
    color: #4b4d4f !important
}

.card-footer-sharp {
    background-color: rgba(40, 35, 35, 0.02);
}


.tweet-nft-media{
    width: 100%;
}



.carousel-item::before {
    background: #000000b0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: ' ';
}

.carousel-caption {
    position: absolute;
    right: 45%;
    bottom: 30%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
    .carousel-caption h2 {
        color: #92e9b2;
        font-size: 3rem;
    }
    .carousel-caption .btn {
        padding: 1rem 2rem;
    }
    .h1, .h2, .h3, .h4, h1, h2, h3, h4 {
        color: #12843c;
    }
.community .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    overflow: hidden;
}

.banner {
    background-image: url(/images/pexels-kampus-production-5940715.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color:#fff;
}
.banner h1{
    color: #fff;
}
    .banner::before {
        content: ' ';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: #00000087;
    }


.mint-steps-title {
    color: #007bff
}


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.ad-728  > iframe{
    margin: auto;
}