@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    /* font-family: 'Poppins', sans-serif; */
    font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

:root {
    --primary-color: #ffffff;
    --secondary-color: #000000;
    --accent-1: #000000;
    --accent-2: #ffffff;
    --title-span: white;
    /* --accent-1: #616f89;
    --accent-2: #d8c8bc; */
    --gradient-accent: linear-gradient(#00000000, #00000000);
    /* --gradient-accent: linear-gradient(#eadaca, #98a8bb, #eadaca, #98a8bb); */

    /* --background-1: #614cbf;
    --background-2: #48459a;
    --background-3: #353283;
    --background-4: #253569;
    --background-5: #1e2b58;
     */

    --background-1: #4d4d4d;
    --background-2: #3c3c3c;
    --background-3: #1e1e1e;
    --background-4: #111111;
    --background-5: #000000;
}

html {
    /* font-size: 62.5%; */
    overflow-x: hidden;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

html::-webkit-scrollbar {
    display: none;
}

.logo {
    font-size: 2.9rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    transform: translateX(100%);
    opacity: 0;
    animation: RightSlide 1s ease forwards;
}







/* body {
    min-height: 100vh;
    background: url('images/background.jpg') no-repeat;
    background-size: cover;
    background-position: center;
} */

.hero img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    /* z-index: -1; */
}

img {
    pointer-events: none;
}

/* .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 100px;
    background: rgba(255, 255, 255, .1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(255, 255, 255, .2);
} */

.full-screen {
    width: 100vw;
    height: 103vh;
    display: flex;
    justify-content: center;
    align-items: center;
}



.logo {
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    font-weight: 600;
    cursor: default;
}

.navbar a {
    color: var(--accent-1);
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    margin: 0rem 2rem;
}

.navbar a:hover {
    color: var(--accent-2);
}

.menu-icon1 {
    position: fixed;
    bottom: .2rem;
    right: 2rem;
    cursor: pointer;
    z-index: 10001;
}

#menu-icon {
    font-size: 35px;
    color: #fff;
    cursor: pointer;
    z-index: 10001;
    display: none;
    transition: .9s;
}

.bx-refresh {
    color: #fff;
    font-size: 35px;
    cursor: pointer;
}


body {
    background-color: #000000c5;
}

.container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.blog-post {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 50%;
    padding: 0rem 5rem;
    padding-bottom: 3.23rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .blog-post {
        width: 90%;
        padding: 0rem 1rem;
    }
}

.blog-post h1 {
    letter-spacing: -0.011em;
    line-height: 52px;
    /* font-size: 42px; */
    font-size: 2.2rem;
    color: white;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
    margin-top: 42px;
}

.blog-post img {
    border-radius: 20px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: auto;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    pointer-events: none;
}

.blog-post p, ul {
    font-size: 20px;
    color: white;
    line-height: 1.6;
    letter-spacing: -0.003em;
    line-height: 32px;
    font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
    margin-top: auto;
    margin-bottom: 2.14em;
    /* margin-bottom: 1.2rem; */
}

.blog-post h2 {
    font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    margin-top: 2.14rem;
    font-size: 1.5rem;
}

.blog-post h4 {
    font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgb(162, 162, 162);
    margin-top: 0;
}

/* ul li {
    font-size: 20px;
    color: white;
    line-height: 1.6;
    letter-spacing: -0.003em;
    line-height: 32px;
    font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
    margin-left: 2.14em;
} */

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 1.5rem;
}

.note {
    font-style: italic;
    color: rgb(162, 162, 162);
    border-left: 3px solid #ddd;
    padding-left: 15px;
}


h5{
    padding-left: -2rem;
    margin-left: -3rem;
    color: white;
}

.blog-post i{
    margin-top: 5rem;
    margin: -3rem;
    color: white;
}




footer {
    display: flex;
    justify-content: center;
}

.footer-content {
    width: 50%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    margin-top: 1rem;
    color: rgb(176, 176, 176);
}

.socials a {
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    padding: .3rem;
    background-color: white;
    color: black;
}
