* {margin:0px; padding: 0px;}

body{
  background-color: #0d0d0e;
  font-family: 'Poppins';
  font-display: swap;
  font-weight: 400;
  font-size: 13px;
}

html {
  scroll-behavior: smooth;
}

/* Poppins Regular (400) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Poppins Medium (500) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Poppins SemiBold (600) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Poppins Bold (700) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #14101e;
  --lighterdark: #ddcfff;
  --red: #d73646;
  --black: #252525;
  --yellow: #ffee56;
  --white: #fff;
  --gray: #c7c7c7;
}

header{
    width: 100%;
    height: 80px;
}

.header{
    width: 1300px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}

.logo{
    transition: 0.2s;
}

.logo:hover{
    scale: 1.1;
}

nav{
    
}

nav a{
    color: #e4e4e4;
    text-decoration: none;
    margin-left: 40px;
    transition: 0.2s;
}

nav a:hover{
    color: #7979ff;
}

nav ul{
    display: flex;
}

nav li{
    list-style-type: none;
}

.nav-1:hover::after{
    position: absolute;
    transform: translate(-34px, -20px);
    content: "Soon";
    color: #ffffff;
}

.nav-2:hover::after{
    position: absolute;
    transform: translate(-56px, -20px);
    content: "Soon";
    color: #ffffff;
}

.nav-3:hover::after{
    position: absolute;
    transform: translate(-44px, -20px);
    content: "Soon";
    color: #ffffff;
}

.title{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 200px;
}

h1{
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
}

h2{
    font-size: 15px;
    color: var(--gray);
    font-weight: 400;
}

#s1{
    margin-top: 200px;
}

.s1{
    width: 1300px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    align-items: center;
}

.s1-text{
    width: 800px;
    background-color: #242453;
    padding-top: 35px;
    padding-bottom: 35px;
    border-radius: 7px;
    border: 1px solid #6a6ab7;
    color: #efefef;
    padding-left: 50px;
    padding-right: 50px;
}

.s2{
    width: 1300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#s2{
    margin-top: 240px;
}

.s2-title{
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.s2-title-text{
    font-size: 14px;
    color: var(--gray);
    font-weight: 400;
    text-align: center;
}

.s2-basics{
    font-size: 13px;
    color: var(--gray);
    margin-top: 70px;
    width: 700px;
}

.s2-a{
    margin-top: 25px;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
}

.s2-b{
    margin-left: 15px;
    margin-top: 10px;
}

h4{display: inline;}


#try{
    margin-top: 240px;
}

.try-title{
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.try-title-text{
    font-size: 14px;
    color: var(--gray);
    font-weight: 400;
    text-align: center;
}

.try-content{
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    color: var(--gray);
}

.try-content2{
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    color: var(--gray);
    margin-top: 80px;
}

.try-description{
    font-size: 13px;
}

.try-button{
    background-color: #2f2f87;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 7px;
    border: 1px solid #7070d9;
    color: #efefef;
    padding-left: 20px;
    text-decoration: none;
    padding-right: 20px;
    transition: 0.2s;
}

.try-button:hover{
    background-color: #242453;
    border: 1px solid #6a6ab7;
    color: #efefef;
}

#joindiscord{
    margin-top: 240px;
}

.joindiscord{
  width: 70px;
  height: 70px;
  margin-top: 25px;
  border-radius: 50px;
  color: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  margin-left: auto;
  margin-right: auto;
  background-color: #2f2f87;
  border: 1px solid #7070d9;
}

.joindiscord:hover{
    transform: scale(1.1);
    border: 1px solid #6a6ab7;
    background-color: #242453;
}

footer{
    width: 1300px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 240px;
    display: flex;
    border-top: 1px solid #555555;
    align-items: center;
    justify-content: space-between;
}

.footer-logo{
    width: 500px;
}

.scale{
    transition: 0.2s;
}

.scale:hover{
    transform: scale(1.1);
}

.footer-nav{
    
}

.footer-nav a{
    color: #e4e4e4;
    text-decoration: none;
    margin-left: 40px;
    transition: 0.2s;
    display: flex;
}

.footer-nav a:hover{
    color: #7979ff;
}

.footer-nav ul{
    display: flex;
}

.footer-nav li{
    display: flex;
    align-items: center;
    list-style-type: none;
}

.footer-nav-1:hover::after{
    position: absolute;
    transform: translate(0px, -20px);
    content: "Soon";
    color: #ffffff;
}

.footer-nav-2:hover::after{
    position: absolute;
    transform: translate(21px, -20px);
    content: "Soon";
    color: #ffffff;
}

.footer-nav-3:hover::after{
    position: absolute;
    transform: translate(10px, -20px);
    content: "Soon";
    color: #ffffff;
}

.footer-up{
    border-bottom: 1px solid #353535;
    padding-bottom: 10px;
    display: flex;
}

#blog{
    margin-top: 240px;
}

.blog-container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.blog-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 70px;
}

.blog-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.blog-card:hover {
    transform: translateY(-10px);
}

.blog-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.blog-content {
    padding: 30px;
}

.blog-content h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.blog-content a {
    text-decoration: none;
    color: #7979ff;
    font-weight: bold;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    color: #7979ff;
    font-weight: bold;
}

.read-more:hover {
    text-decoration: underline;
}

#blog-post {
    margin-top: 100px;
}

.blog-post-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.blog-post-title {
    font-size: 22px;
    color: var(--white);
    font-weight: 600;
    text-align: center;
}

.blog-post-meta {
    font-size: 13px;
    color: var(--gray);
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.blog-post-featured-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto 30px;
    border-radius: 7px;
}

.blog-post-content2 {
    padding: 35px 50px;
    border-radius: 7px;
    font-size: 13px;
}

.blog-post-content h2 {
    font-size: 15px;
    color: var(--white);
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
}

.blog-post-content2 p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #efefef;
    padding-bottom: 30px;
    padding-top: 5px;
}

.blog-post-content2 a {
    color: #7979ff;
    text-decoration: none;
    transition: 0.2s;
    font-weight: 700;
}

.blog-post-content2 a:hover {
    text-decoration: underline;
}

.blog-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-cta {
    text-align: center;
    margin-top: 40px;
}

.blog-post-cta p {
    color: var(--gray);
    font-size: 14px;
    margin-bottom: 40px;
}

/* Related Posts Section */
#related-posts {
    margin-top: 240px;
}

.related-title {
    font-size: 20px;
    color: var(--white);
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width: 1400px) and (min-width: 1000px) {

.header{
    width: 92%;
}

.s1{
    width: 92%; 
}

.s1-text{
    width: 60%;
}

.s2{
    width: 92%;
}

.blog-container{
    width: 92%;
}

.try-content{
    width: 92%;
}

.try-content2{
    width: 92%;
}

footer{
    width: 92%;
}

.title{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

}

@media only screen and (max-width: 1000px) and (min-width: 0px) {

    .header{
        width: 92%;
    }
    
    .s1{
        width: 92%; 
        display: flex;
        justify-content: center;
    }
    
    .s1 img{
        display: none;
    }

    .s1-text{
        width: 60%;
    }
    
    .s2{
        width: 92%;
    }
    
    .s2-basics{
        width: auto;
    }

    .blog-container{
        width: 92%;
    }
    
    .try-content{
        width: 92%;
    }
    
    .try-content2{
        width: 92%;
    }
    
    footer{
        width: 92%;
    }
    
    nav a{
        margin-left: 10px;  
    }

    .title{
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }
    

    }