@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;800&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");

:root {
    --brand: #FCD535;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);

}
input{
    outline: none;
    color: grey;
    padding: 5px;
    border: 1px solid rgb(194, 194, 194);
    font-size: 14px;
}
p{
    font-size: 14px;
    color: #a2b4d2;
}
body {
    font-family: 'Roboto', sans-serif;
    color: #a2b4d2;
    line-height: 1.9;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 500;
    color: #a2b4d2;
}


/* ---- HOME PAGE ---- */
.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-brand {
    color: var(--brand) !important;
}


.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important;
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


 /* slide */
.slide {
    height: 636px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.slide .ms-3:hover{
    color: #FCD535;
}
.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/Untitled\ design\ \(2\).jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/Untitled\ design\ \(3\).jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: capitalize;
    color: #fff;
}

/* navbar */
.top-nav {
    background-color:#10122d;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 14px;
    color: white;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
    background-color:#0b0c22;
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}

.navbar .navbar-nav .nav-link {
    font-size: 15px;
    color:#EAECEF;
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
    
}

.nav-item {
    color: #EAECEF;
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-toggler-icon {
    background-color:#10122d;
    
}

.navbar-brand .dot {
    color: var(--brand);
}
.navbar-nav{
    width: 650px;
    display: flex;
    justify-content: space-around;
}
.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color:#0b0c22;
}

.btn-brand:hover {
    background-color: #FCD535;
    color:#0b0c22;
}

.intro {
    margin-bottom: 50px;
    text-align: center;
}

.intro p {
    max-width: 700px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #EAECEF;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}

.row-text-center{
    width: 70%;
    padding: 15px 0px;
    border: 1px solid red;
}

/* Buy bitcoin */
.coinbase {
    background-color: #0b0c22;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* MILESTONE */
.milestone {
    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner1.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.milestone h1,
.milestone p {
    color: #fff;
}
.milestone-header{
    width: 65%;
}
.milestone-header p{
    padding-top: 10px;
}
.facts{
    display: flex;
    width: 60%;
    display: flex;
    margin-top: 20px;
}
.fact-block{
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* PARTNERS */
.partner {
    padding: 32px;
    background-color: #0b0c22;
    box-shadow: var(--shadow);
}

.partner h5 {
    margin-top: 24px;
    margin-bottom: 14px;
    color: #FCD535;
}
/* SERVICES */
.services .container{
    max-width: 90%;
}
.service-post {
    position: relative;
    background-color: #10122d;
    box-shadow: var(--shadow);
}

.service-post .content {
    padding: 32px;
}

.service-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}
.service-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.service-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

/* CAREERS */
.careers{
    width: 100%;
    background-color: rgb(234, 234, 234);
}
.text-and-image{
    background-color: #0b0c22;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.career-text{
    background-color: #0b0c22;
    width: 50%;
}
.career-image{
    width: 45%;
    display: flex;
    justify-content: center;
    object-fit: cover;
    align-items: center;
}
.career-text p{
    background-color:  #0b0c22;
    padding: 30px;
}

/* PRICE PLAN */
.card {
    background-color: #0b0c22;
    animation-fill-mode: forwards;
}

.card-header h6{
    color: #EAECEF;
}
.card-body h1{
    color: #FCD535;
}
.card-body .ms-3{
    border: 1px solid #FCD535;
    color: #FCD535;
}
.card-body .ms-3:hover{
    background-color: #FCD535;
    color: white;
}
ul li{
    padding: 10px 0px;
}
small{
    font-weight: 100;
}

/* DONATIONS */
.donations{
    width: 100%;
    background-color: rgb(234, 234, 234);
}
.reverse{
    flex-direction: row-reverse;
}

/* FOOTER */
footer {
    margin-top: 20px;
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(../img/b.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}
footer .navbar-brand {
    color: #fff;
}
footer p {
    color: #ADB3B9;
}
footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

/* ------ ABOUT US PAGE ------- */
.about-us-hero{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/project2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
}
.colored-border{
    border-left: 3px solid #FCD535;
}

/* PROJECTS */
.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}
.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}
.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}


/* ------ FAQ PAGE------- */
.faq-hero{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/project3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
}

.accordion-item {
    background-color: #10122d;
}

.accordion-button {
    background-color: #10122d;
    color: #ADB3B9;
}

#10122d


/* ------ PLAN PAGE------- */
.plan-hero{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/project1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
}


/* ------ TERMS AND CONDITION PAGE------- */
.terms{
    padding: 30px;
    border-left: 3px solid #FCD535;
}
.terms-hero{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/project5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
}


/* ------ LOGIN PAGE------- */
label{
    font-weight: 500;
}
.profile{
    width: 400px;
}
.profile .btn{
    background-color: #FCD535;
    width: 90%;
}
.profile .btn:hover{
    color: white;
    background-color: #d7842b;

}

/* ------ RESPONSIVENESS------- */
@media screen and (max-width:518px){
    .top-nav{
        display: none;
    }
}
@media screen and (max-width:424px){
    .slide{
        height: 400px;
        border: 1px solid black;
    }
}
@media screen and (max-width:906px){
    .milestone-header{
        width: 90%;
    }
    .facts{
        width: 70%;
    }
}
@media screen and (max-width:768px){
    .text-and-image{
        flex-direction: column-reverse;
    }
    .career-image{
        width: 90%;
    }
    .career-text{
        width: 90%;
        margin-top: 20px;
    }
}
@media screen and (max-width:600px){
    .facts{
        width: 80%;
    }
}
@media screen and (max-width:524px){
    .facts{
        flex-direction: column;
    }
    .fact-block{
        margin: 5px 0px;
    }
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }