:root {
    --black: #000;
    --black-alt: #1e1e1e;
    --black-alt-2: #242424;
    --black-alt-3: #131313;
    --black-alt-4: #1f1f1f;
    --black-alt-5: #121212;
    --th-green: #d7ff2b;
    --white: #fff;
    --off-white: #f1f2f2;
    --purple: #9768ff;
    --purple-alt: #e7deff;
    --gray: #c2c2c2;
    --gray-alt: #b5b5b5;
    --gray-alt-2: #565555;
    --gray-alt-3: #a1a1a1;
    --gray-alt-4: #727272;
    --gray-alt-5: #424242;
    --gray-alt-6: #3a3a3a;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    padding-right: 0 !important;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
    font-family: 'Work Sans', sans-serif;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

p {
    font-size: 16px;
    color: #555;
}

ul li {
    list-style: none;
    display: inline-block;
}

.text-white {
    color: var(--white);
}

.text-off-white {
    color: var(--off-white);
}

.text-black {
    color: var(--black);
}

.text-black-alt {
    color: var(--black-alt);
}

.text-black-alt-2 {
    color: var(--black-alt-2);
}

.text-th-green {
    color: var(--th-green);
}

.text-purple {
    color: var(--purple);
}

.text-grey-4 {
    color: var(--gray-alt-4);
}

.bg-light {
    background-color: var(--off-white) !important;
}

.bg-black {
    background-color: var(--black);
}

.bg-black-alt {
    background-color: var(--black-alt);
}

.bg-black-alt-2 {
    background-color: var(--black-alt-2);
}

.bg-black-alt-3 {
    background-color: var(--black-alt-3);
}

.bg-th-green {
    background-color: var(--th-green);
}

.bg-purple {
    background-color: var(--purple);
}

.form-control:focus {
    background-color: none;
    border-color: var(--gray) !important;
    outline: 0;
    box-shadow: none;
}

/*Header*/
header {
    padding: 30px 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 9;
    background-color: var(--white);
}

.box-shadow {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.18);
}

.logo {
    width: 220px;
}

header ul.acc-login a {
    color: var(--black);
}

header ul.acc-login li:nth-child(2) a,
header ul.acc-login li:last-child a {
    background-color: var(--th-green);
    color: var(--black-alt);
    border-radius: 30px;
    padding: 2px 12px;
    margin-left: 15px;
}

input:focus {
    outline: none;
    box-shadow: none;
}

.cart-form-block {
    gap: 20px;
}
.cart-form-input {
    text-align: left;
}
.cart-form-input input {
    background-color: #f2f2f2;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    font-size: 16px;
    color: black;
    padding: 5px 10px;
    width: 100%;
}
.cart-form-input label {
    color: black;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    opacity: 1;
}

.main-banner {
    background: url(https://goldbcert.blockcerts.com/media/0a5ojay4/main-banner.png) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-banner .content {
    position: relative;
}
.main-banner .content .left {
    position: relative;
}
.main-banner .coin1 {
    position: absolute;
    top: 0px;
    left: calc(35% - 100px);
    width: 205px;
    height: 313px;
}
.main-banner .coin2 {
    position: absolute;
    top: 321px;
    left: calc(33% - 185px);
    width: 280px;
    height: 371px;
}
.main-banner .coin3 {
    position: absolute;
    top: 300px;
    left: calc(75% - 133px);
    width: 189px;
    height: 266px;
}
.main-banner .bg-coin {
    position: absolute;
    top: calc(50% - 235px);
    left: calc(50% - 235px);
    width: 470px;
    height: 470px;
}

.main-banner .content .right {
    position: relative;
    padding: 50px;
    text-align: right;
    display: grid;
    align-items: center;
}
.main-banner .right h3 {
    font-size: 27px;
    font-weight: normal;
}
.main-banner .right h3 > span {
    /* color: #946cff; */
    color: #1e1e1e;
    font-weight: bolder;
}
.cart {
    border-radius: 1rem;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 20px -8px #ccc;
    background: #fff;
    padding: 25px;
    min-height: 150px;
    min-width: 300px;
    margin:2rem 0;
}
.cart p {
    text-align: left;
    color: #946cff;
    font-size: 16px;
    font-weight: bold;
}

.btn-maiai {
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #946cff;
    border: 1px solid #946cff;
    color: white;
    outline: none;
    box-shadow: none;
    transition: all 0.1s ease-in;
    width: 100%;
    font-size: 16px;
}
.btn-main {
    padding: 10px 40px;
    border-radius: 10px;
    background-color: #d7ff2b;
    border: 1px solid #d7ff2b;
    color: black;
    outline: none;
    box-shadow: none;
    transition: all 0.1s ease-in;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
}
.section-1 {
    padding: 5rem 0;
}
.section-1 p {
    font-size: 20px;
    margin-bottom: 0;
}
.section-1 .section-title h2 {
    color: #946cff;
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.section-1 .section-title p {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2rem;
}
.section-1 .btn-maiai {
    width: 200px;
}
.section-1 .section-banner h1 {
    position: absolute;
    top: calc(50% - 76px);
    text-align: left;
    right: 20%;
    font-weight: normal;
}
.section-1 .section-banner h1 span {
    font-weight: bolder;
}

.section-2 {
    padding-bottom: 5rem;
}
.section-2 p {
    font-size: 20px;
    margin-bottom: 0;
}
.section-2 .btn-maiai {
    width: 200px;
}
.section-2 .section-title h2 {
    color: #946cff;
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 3rem;
}
.section-2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}
.section-2 ul li {
    list-style: none;
    margin: 0 2rem;
    text-align: center;
    width: 130px;
}
.section-2 ul li h5 {
    font-size: 22px;
    font-weight: bold;
    color: #946cff;
    margin-bottom: 0.5rem;
}
.section-2 ul li p {
    font-size: 24px;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #d7ff2b;
}

.section-3 {
    padding-bottom: 5rem;
}
.section-3 p {
    font-size: 20px;
    margin-bottom: 0;
}
.section-3 .btn-maiai {
    width: 200px;
}
.section-3 .section-title h2 {
    color: #946cff;
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 3rem;
}
.section-3 ul {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.section-3 ul li {
    list-style: none;
    margin: 0.5rem;
    padding: 1.5rem;
    flex: 1;
    border-radius: 8px;
}
.section-3 ul li:nth-child(1) {
    background-color: #a880ff;
}
.section-3 ul li:nth-child(2) {
    background-color: #9e76ff;
}
.section-3 ul li:nth-child(3) {
    background-color: #946cff;
}
.section-3 ul li:nth-child(4) {
    background-color: #8a62f5;
}
.section-3 ul li:nth-child(5) {
    background-color: #8058eb;
}
.section-3 ul li h5 {
    font-size: 48px;
    font-weight: bold;
    color: #d7ff2b;
    margin-bottom: 0.5rem;
}
.section-3 ul li p {
    font-size: 20px;
    margin: 0;
    color: white;
    line-height: 26px;
}
.section-3 .highlight {
    border: 1px solid #946cff;
    background-color: white;
    color: #946cff;
    padding: 1rem;
    border-radius: 1rem;
    font-size: 18px;
    text-align: center;
}

.section-4 {
    padding-bottom: 5rem;
}
.section-4 .section-title h2 {
    color: #946cff;
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 3rem;
}
.section-4 ul {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-4 ul li {
    list-style: none;
    margin: 1rem;
    border-radius: 8px;
    width: 330px;
    overflow: hidden;
}
.section-4 ul li figure {
    padding: 1rem 2rem;
    margin: 0;
    height: 90px;
    display: flex;
    background-color: #000;
}
.section-4 ul li figure img {
    max-height: 80%;
    margin: auto;
    max-width: 80%;
    aspect-ratio: 3/4 auto;
}
.section-4 ul li a {
    padding: 1rem;
    background-color: #d7ff2b;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    display: block;
    transition: all 0.1s ease-in;
}

.section-5 {
    background: #946cff url(https://goldbcert.blockcerts.com/media/lcmfqk0w/section-authenticated-intelligence.png) no-repeat -50px center;
    padding: 5rem 0;
    height: 670px;
    display: flex;
    align-items: center;
}
.section-5 > div {
    background: linear-gradient(270deg, #d7ff2b 3.47%, #946cff 44.7%, #1e1e1e 85.93%);
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.section-5 > div h2 {
    color: white;
    font-size: 30px;
    font-weight: normal;
    margin: 0;
}
.section-5 > div h2 > span {
    font-weight: bold;
}

footer {
    color: #555;
}
footer h3 {
    color: #946cff;
    font-size: 18px;
}
footer ul.footer-links {
    padding-left: 0;
}
footer ul.footer-links li {
    display: block;
    padding: 2px 0;
}

footer ul.footer-links li a {
    font-size: 14px;
    color: #555;
}
.outer-footer {
    border-top: 2px dotted #eaeaea;
    padding: 40px 0 20px 0;
}
ul.social-links {
    gap: 20px;
    padding-left: 0;
}
ul.social-links li a i {
    font-size: 32px;
    color: #946cff;
}

/*Media query*/
@media (max-width: 390px) {
    body {
        margin: 0;
    }
}
@media (min-width: 390px) and (max-width: 767px) {
    body {
        margin: 0;
    }
    .section-1 img {
        min-width: 1200px;
    }
    .section-1 h1 {
        top: calc(50% - 60px) !important;
    }
    .section-2 ul li {
        margin: 1rem 2rem;
        min-width: 100%;
        flex: 1;
    }
    .section-3 ul li {
        min-width: 80% !important;
    }
    .section-4 ul {
        justify-content: center !important;
    }
    .section-5 h2 {
        text-align: center;
        padding: 0 3rem;
    }
}
@media (min-width: 767px) and (max-width: 992px) {
    body {
        margin: 0;
    }
    .section-1 h1 {
        top: calc(50% - 46px) !important;
        font-size: 26px;
    }
    .section-2 ul li {
        margin: 1rem 2rem;
    }
    .section-3 ul li {
        min-width: 310px !important;
    }
    .section-4 ul {
        justify-content: center !important;
    }
    .section-4 ul li {
        /* width: 260px !important; */
    }
    .section-5 h2 {
        text-align: center;
        padding: 0 3rem;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    body {
        margin: 0;
    }
    .section-1 h1 {
        top: calc(50% - 46px) !important;
        font-size: 26px;
    }
    .section-2 ul li {
        margin: 1rem 2rem;
    }
    .section-3 ul li {
        min-width: 310px !important;
    }
    .section-4 ul {
        justify-content: center !important;
    }
    .section-4 ul li {
        width: 260px !important;
    }
    .section-5 h2 {
        text-align: center;
        padding: 0 3rem;
    }
}
