@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

* {
    /* box-sizing: border-box; */
    padding: 0;
    margin: 0;
}

html {
    font-size: 62.5%;
    /* overflow-x: hidden; */
}

/* body{
    
    /* background-image: url("Images/Vector\ 2.png"); 
    background-size: cover;
    background-position: center;
} */

.logo {
    position: absolute;
    left: 35px;
    width: 120px;
    cursor: pointer;
    top: 26px;
  
}

li,
a,
button {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: black;
    text-decoration: none;

}

header {
    background-color: #F1FFFC;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-shadow: 2px 2px 10px black;
}

header:hover {
    box-shadow: 2px 2px 25px black;
    transition: 0.5s;
}

.navlinks li {
    display: inline-block;
    margin: 30px;
    align-items: center;
}

.navlinks li a:hover {
    color: aqua;
    text-shadow: 1px 1px 5px black;
}

button {
    width: 100%;
    padding: 12px;
    background-color: lightblue;
    border-radius: 50px;
    outline: none;
    cursor: pointer;
    transition: all 0.5s, ease 0s;
    border: none;
    z-index: 999;
}

button:hover {
    box-shadow: 1px 1px 5px black;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 300px;
    z-index: 999;
    background-color: transparent;
    backdrop-filter: blur(10px);
    box-shadow: -3px 0 10px black;
    display: none;
    justify-content: flex-start;
    list-style: none;
    flex-direction: column;
    transition: transform 0.3s ease;
    transform: translateX(100%);
}

.sidebar li {
    width: 100%;
    margin: 25px;
    text-shadow: 1px 1px 2px black;

}

.sidebar img {
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 120px;
}

nav ion-icon {
    font-size: 2em;
    position: absolute;
    top: 35px;
    right: 20px;
}

/* connect wallet css */
.connect-wallet-page {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-content {
    top: 200px;
    width: 450px;
    position: relative;
    margin: 2% auto;
    background-color: #F1FFFC;
    padding: 10px;
    overflow: hidden;
    border-radius: 20px;
}

.custom-heading,
.custom-paragraph {
    text-align: center;
    font-size: 2rem;
    margin: 1rem 0 2rem;
}

.custom-logos-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 1rem;
    grid-column-gap: 3rem;
    justify-items: center;
    /* Center items horizontally */
    align-items: center;
    /* Center items vertically */
}

.custom-logo p {
    text-align: center;
}

/* connect wallet css */

.about {
    background-image: url("Images/Vector 1.png");
    background-size: cover;
    background-position: center;
    height: 110vh;
    /* Set the height to cover the full screen */
    display: flex;
    justify-content: center;
    align-items: center;

}

.about-img img {
    width: 40vw;
    
}

.about-content h3 {
    font-size: 5rem;
    color: #321782;
}

.about-content p {
    font-size: 1.6rem;
    margin: 2rem 0 3rem;
}

.csec {
    background-image: url("Images/Group 28.png");
    background-repeat: no-repeat;
    /* Prevent the image from repeating */
    background-position: left top;
    /* Set the initial position of the image */
    background-size: contain;
    /* Ensure the image fits within the container */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
}

.csec-content {
    margin: 5rem;
}

.csec-img img {
    width: 33vw;
    margin: 4rem;
}

.csec-content h3 {
    font-size: 5rem;
    color: #321782;
}

.csec-content p {
    font-size: 1.6rem;
    margin: 2rem 0 3rem;
}

/* Style for the section */
.dsec-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    top: 15px;
    margin: 4rem;
}

/* Style for each box within the section */
.dsec-box {
    width: calc(33.33% - 20px);
    /* 33.33% width for each box with some margin */
    margin: 10px;
    padding: 3rem;
    /* Margin to separate the boxes */
    box-sizing: border-box;
}




/* Style for the heading */
.dsec-heading {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #3B1C93;
}



/* Style for the image */
.dsec-img {
    text-align: center;


}

/* Style for the paragraph content */
.dsec-content {
    text-align: center;
    font-size: 19px;
    font-family: sans-serif;

}

.heading {
    font-size: 4.5rem;
    text-align: center;
    color: #321782;
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.psec {
    background-image: url("Images/Group 54.png");
    background-repeat: no-repeat;
    /* Prevent the image from repeating */
    background-position: right top;
    /* Set the initial position of the image */
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
}

.psec-img img {
    width: 51vw;
}

.psec-content {
    display: flex;
    justify-content: baseline;
    align-items: center;
}

.psec-content img{
    margin-right: 30px;
}
.psec-content span {
    font-size: 3rem;
    color: #321782;
}

.psec-content h2 {
    font-size: 1.6rem;
    margin: 1rem 0 2rem;
}

/* Style for the section */
.dsec-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    top: 15px;
}

/* Style for each box within the section */
.dsec-box {
    width: calc(33.33% - 20px);
    /* 33.33% width for each box with some margin */
    margin: 10px;
    /* Margin to separate the boxes */
    box-sizing: border-box;
}

/* Style for the heading */
.dsec-heading {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #3B1C93;
}

/* Style for the image */
.dsec-img {
    text-align: center;
}

/* Style for the paragraph content */
.dsec-content {
    text-align: center;
    font-size: 19px;
    font-family: sans-serif;
}

/* Footer styles */

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    color: #fff;
    padding: 40px 0;
    position: relative;
    top: 3rem;
    text-align: center;
}

.footer-column {
    flex: 1;
    margin-bottom: 10px;
}

.footer-column h2 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.footer-column li a {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 5px;
    
}

.connect-text {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 10px;
    
}

.connect-button {
    padding: 10px;
    background-color: #11fcc1;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}

.footer .socialLinks {
    margin-top: 28px;
}

.socialLinks ul li {
    display: inline-block;
}

.socialLinks ul li a i {
    display: block;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    background: #fafafa;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.socialLinks ul li a .fa-telegram {
    color: #4267b2;
}

.socialLinks ul li a .fa-twitter {
    color: #1da1f2;
}

.socialLinks ul li a .fa-youtube {
    color: #dd5044;
}

.socialLinks ul li a .fa-instagram {
    color: #d51818;
}

.socialLinks ul li a .fa-linkedin-in {
    color: #0177b5;
}

.socialLinks ul li a:hover i {
    color: #fff;
}

.socialLinks ul li a:hover .fa-telegram {
    background: #4267b2;
}

.socialLinks ul li a:hover .fa-twitter {
    background: #1da1f2;
}

.socialLinks ul li a:hover .fa-youtube {
    background: #dd5044;
}

.socialLinks ul li a:hover .fa-linkedin-in {
    background: #0177b5;
}

.socialLinks ul li a:hover .fa-instagram {
    background: #b62d46;
}

@media only screen and (min-width: 830px) {
    .navlinks ion-icon {
        display: none;
    }
}

@media(max-width: 830px) {

    .navlinks .items,
    .navlinks .bnb {
        display: none;
    }

    .logo {
        left: 1rem;
    }
    
    .custom-content {
        top: 220px;
        width: 220px;
    }
    
    .custom-logos-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .about {
        height: 80vh;
        flex-direction: column-reverse;
        text-align: center;
    }

    .about-content h3 {
        text-align: center;
    }

    .about-img img {
        width: 60vw;
    }

    .psec {
        flex-direction: column;
        align-items: center;
    }

    .psec-img img {
        width: 60vw;
    }

    .csec {
        flex-direction: column-reverse;
        text-align: center;
        
    }

    .csec-content h3 {
        font-size: 3rem;
        text-align: center;
    }

    .csec-img img {
        width: 60vw;
    }

    .dsec-box {
        width: 100%;
        /* Full width for each box on smaller screens */
        margin: 0;
        padding: 2rem;
    }

    .footer {
        flex-direction: column;
        text-align: center;
    }

    .footer-column {
        width: 100%;
    }
}