@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
    font-family: 'Mulish';
    src: url('/fonts/Mulish-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('/fonts/Mulish-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('/fonts/Mulish-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Outfit';
    src: url('/fonts/Outfit-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


/* Set the height of the viewport to 100% */
html, body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Mulish', sans-serif;
}

/* Center the content vertically and horizontally */
.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Style the header */
header {
    background-color: #fff;
    color: #fff;
    width: 100%;
}

/* Style the main content */
main {
    flex: 1;
    padding: 0;
    width: 100%;
}

/* Style the footer */
footer {
    background-color: #333333;
    color: #fff;
    padding: 1rem;
    width: 100%;
    text-align: center;
}

.footer-links {
    color: #f79319 !important;
}

.nav-cta {
    background: #2457e9;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 20px;
    margin: 0;
}

.create-order {
    color: #222222;
    height: 55px;
    width: 180px;
    font-weight: 600;
    border-radius: 30px;
    box-sizing: border-box;
    display: block;
    letter-spacing: 1px;
    padding: 3px;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background-image: linear-gradient(to right, var(--v-primary-base) 0%, var(--v-secondary-base) 100%);
    cursor: pointer;
    text-align: center;
    padding: 15px 0;
}

h1 {
    font-size: 60px;
}

.index-icons {
    max-width:150px;
}

.index-orange-sec {
    background: orange;
    margin-left: -300vw;
    padding-left: 300vw;
    margin-right: -300vw;
    padding-right: 300vw;
}

.index-buybtc {
    background: url(/Images/buy-bitcoin-png.png) center bottom no-repeat;
    background-size: cover;
    max-width: 400px;
}

.index-sellbtc {
    background: url(/Images/sell-bitcoin-png.png) center bottom no-repeat;
    background-size: cover;
    max-width: 400px;
}

.index-about {
    background: url(/Images/about-png.png) center bottom no-repeat;
    background-size: cover;
    max-width: 400px;
}


.btn-camo {
    font-size: 18px;
    background: rgba(255,255,255,0.3);
    font-weight: 600;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease;
    line-height: 39px;
    height: 41px;
    padding: 0 24px;
    display: inline-block;
    text-align: center;
    pointer-events: auto !important;
    color: #fff;
    border: 2px solid #fff;
}

.education-box-1 {
    background: -webkit-linear-gradient(30deg,#fc9c47,#f8c93d);
     background: linear-gradient(30deg,#fc9c47,#f8c93d); 
}
.education-box-2 {
    background: -webkit-linear-gradient(30deg,#1c5808,#14d067);
    background: linear-gradient(30deg,#1c5808,#14d067);
}
.education-box-3 {
    background: -webkit-linear-gradient(30deg,#0a2463,#4949d9);
    background: linear-gradient(30deg,#0a2463,#4949d9);
}

.education-box-4 {
    background: linear-gradient(30deg,#870000,#db2d65);
}

.education-box-5 {
    background: linear-gradient(30deg,#38006a,#9442ed);
}

.education-box-6 {
    background: linear-gradient(30deg,#211d44,#859ae7);
}


.buy-btn {
    display: inline-block;
    margin: 35px 0 40px;
    padding: 15px 40px;
    background: #F79319;
    text-decoration: none;
    font: 17px open_sansbold;
    color: #fff;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    transition: all .2s ease-in;
}

.success-box {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    border: 1px solid transparent;
    border-radius: 4px;
}

.bt-icon {
    position: absolute;
    top: -48px;
    left: 50%;
    margin-left: -48px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 10px solid #fff;
    background-color: #F79319;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .2s ease-in;
}
.bt-container {
    display: inline-block;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 60px 20px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    transition-property: border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    margin-bottom: 40px;
    max-width: 320px;
    min-height: 170px;
}

.education-header-box {
    background-image: url('/Images/education-hero-background.png');
    background-position:center;
    background-size:cover;
}