

@font-face {
    font-family: 'Manrope-VariableFont_wght';
    src: url('./fonts/Manrope-VariableFont_wght.ttf') format('ttf'),
        url('./fonts/Inter-Italic-VariableFont_opsz_wght.ttf') format('ttf'),
        url('./fonts/Inter-VariableFont_opsz_wght.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "Manrope-VariableFont_wght", sans-serif;
    background-color: #f8f9fa;
    color: #013b99;
    margin: 0;
    padding: 0;
    display: flex;
}

header {
    background-color: #0062ff;
    color: white;
    text-align: center;
    padding: 20px 0;
    width: 100%;
}
.primaryLogo {
    max-width: 110px;
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
}
.submenu {
    padding-left: 20px;
    display: block;
}

.content {
    margin-left: 260px;
    padding: 20px;
    width: calc(100% - 260px);
}


footer {
    background-color: #013b99;
    color: white;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .sidebar {
        display: none;
        width: 100%;
        height: auto;
        position: relative;
    }

    .content {
        margin-left: 0;
        width: 100%;
    }

    .sidebar ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sidebar ul li {
        text-align: center;
    }
}
.sidebar {
    background-color: #0062ff;
    width: 250px;
    color: #ffffff;
    height: 100vh;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 25px;
    padding-right: 20px;
}

.logo {
    display: block;
    margin: 0 auto 30px;
    max-width: 50px;
    filter: brightness(0) invert(1);
    /* Make logo white */
}



.menu li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding: 10px;
    border-radius: 5px;
    transition: #0062ff 0.3s ease, color 0.3s ease;
}

.menu li a:hover {
    background-color: #2478ff;
    color: #fff;
}

.submenu {
    /* list-style: none; */
    margin-top: 2px;
    padding-left: 20px;
    /* display: none; */
}

.submenu li a {
    font-size: 14px;
    padding: 10px;
}

/* Active Link Styling */
.menu li a.active {
    background-color: #fff;
    color: #fff;
}


.main {
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow-x: scroll;
}

.container {
    /* margin-top: 40px; */
    max-width: 900px;
    background-color: #CCE0FF;
    /* color: white; */
    display: flex;
    flex-direction: column;
    padding: 10px 45px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header .title {
    font-size: 26px;
    width: 100%;
    font-weight: bold;
    text-align: start;
}

.header .title .desc {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.bonum {
    max-width: 110px;
}

.apple-pay {
    margin-top: 30px;
    margin-bottom: 15px;
    max-width: 35%;
}

.apple-logo {
    font-size: 80px;
}

.footer {
    width: 100%;
    display: flex;
    text-align: start;
    justify-content: start;
    color: #b3b3b3;
    font-size: 12px;
    gap: 30px;
    line-height: 1.5;
}

.cont {
    border-top: 1px solid #e1e1e174;
    max-width: 900px;
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
    text-align: start;
    padding: 45px;
    min-height: 300px;
    line-height: 2;
    width: 100%;
}

.mainTitle {
    width: 100%;
    max-width: 900px;
    padding: 10px 45px; 
    background: white
}
.mainTitle h1 {
    color: #001433;
}

.cont .apple-pay-grey {
    max-width: 30px;
}

.cont .body {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
}

.cont .cont-header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.cont .body .content1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: start;
}

.cont .body .content1 .title {
    font-size: 20px;
    font-weight: bold;
}

.cont .body .content1 .desc {
    line-height: 1.4;
    font-weight: 300;
    padding: 0;
}

.s-img {
    width: 100%;
    display: flex;
    justify-content: center;
}

.content-img {
    text-align: center;
    background-color: cadetblue;
    max-width: 70%;
    margin-top: 30px;
}

ul {
    list-style-type: circle;
    margin: 0;
}

p {
    line-height: 1.4;
}

.code-section {
    background-color: #282c34;
    border-radius: 8px;
    /* padding: 20px; */
    margin: 0 auto;
    margin-top: 20px;
    max-width: 100%;
    max-height: 600px;
    overflow: auto;
}

pre {
    color: #abb2bf;
    font-family: "Courier New", Courier, monospace;
    font-size: 8px;
    margin: 0;
    white-space: pre-wrap;
}

.code-section {
    background-color: #282c34;
    border-radius: 8px;
    /* padding: 20px; */
    margin: 0 auto;
    margin-top: 20px;
    max-width: 100%;
    max-height: 600px;
    overflow: auto;
}

.flexImg {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}