/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    /* 3. Add accessible line-height */
    line-height: 1.5;
    /* 4. Improve text rendering */
    -webkit-font-smoothing: antialiased;
}

/* 5. Improve media defaults */
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input, button, textarea, select {
    font: inherit;
}

/* 7. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
    text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

a {
    color: #000;
    text-decoration: none;
}


.container {
    width: 90%;
    margin: 0 auto;
}

body {
    background: url(../images/BG.png) no-repeat center top;
    background-size: 800px auto;
    background-color: #2d6b6b;
    font-family: 'Candy Beans', sans-serif;
    margin: 0;
    color: #ffffff;
    z-index: 1;
}

img {
    width: -webkit-fill-available;
    max-width: 100%;
}



#loading img {
    width: 100%;
    height: auto;
}

/* Start Header */

.header-mobile {
    display: none;
}

.header-mobile {
    display: none;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 5%;
    right: 5%;
    top: 5%;
    z-index: 9999;
}

.header-mobile .header-mobile-inner {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-mobile .burger-menu-icon {
    cursor: pointer;
    border: 0;
    padding: 0;
    background: transparent;
}

.header-mobile .burger-menu-icon img {
    width: 80%;
}

.header-mobile .menu-toggle {
    display: none;
    padding: 30px 30px 30px 50px;
    margin-top: 7px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.header-mobile .menu-toggle a {
    margin: 15px 0;
    display: block;
}

.header-mobile .menu-toggle .submenu-list img,
.header-mobile .menu-toggle .submenu-list-bottom img {
    width: auto;
    height: auto;
}

.header-mobile .menu-toggle .submenu-list-bottom {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.header-mobile .menu-toggle .submenu-list-bottom a {
    color: #FFC835;
    font-weight: 600;
    margin-right: 10px;
    font-family: 'Amazing Slab Trial';
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header .header-top .nav-item {
    padding: 33px 0;
    gap: 80px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.header .header-top .nav-item a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Amazing Slab Trial';
}

.header .header-top .connect-wallet {
    position: absolute;
    top: 20px;
    right: 40px;
}

.header .header-top .connect-wallet img {
    width: auto;
}

.header .header-bottom {
    padding: 14px 0;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 10px;
}

.header .header-bottom .download-now {
    color: #FFC835;
    font-weight: 600;
    margin-right: 10px;
    font-family: 'Candy Beans', sans-serif;
}

.header .header-bottom img {
    width: auto;
    height: auto;
}

/* End Header */

/* Start Hero Main */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: -999;
}
.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -999;
}
.hero-text {
    position: absolute;
    z-index: 1;
    top: 30%;
    left: 60%;
}
/* end Hero Main */
/* Start About Section */
.about {
    position: absolute;
    display: flex;
    top: 220%;
    left: 5%;
}
.about-char {
    position: absolute;
    top: 10%;
    left: 90%;
    width: 60%;
    height: 80%;
}
.about-ca {
    position: absolute;
    top: 120%;
    left: 0;
    height: 20%;
}
.about p {
    position: absolute;
    top: 0;
    left: 2%;
    width: 200%;
    height: 0;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Candy Beans', sans-serif;
}
/* End About Section */
/* Start Gallery Section */
.gallery-section {
    position: absolute;
    width: 100%;
    display: flex;
    top: 300%;
    width: 100%;
    height: 50%;
}
.gallery-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-tittle {
    display: flex;
    margin-top: 25px;
    justify-content: center;
    align-items: center;
}
.gallery-media {
    position: absolute;
    top: 350px;
    max-width: 1700px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}
.gallery-media-2 {
    position: absolute;
    top: 850px;
    max-width: 1700px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}
.gallery-media-3 {
    position: absolute;
    top: 1350px;
    max-width: 1700px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}
.gallery-media-4 {
    position: absolute;
    top: 1850px;
    max-width: 1700px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}
.gallery-item {
    left: 0;
    display: flex;
    gap: 50px;
    border: #ffffff 4px solid;
    border-radius: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.gallery-item img {
    width: 400px;
    height: 400px;
    border-radius: 10px;
}
/* End Gallery Section */
/* Start Shop Section */
.shop {
    position: absolute;
    width: 100%;
    top: 440%;
    height: 50%;
}
.shop-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-text {
    position: absolute;
    z-index: 1;
    top: 30%;
}
.shop-items {
    position: absolute;
    top: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.shop-items img {
    width: 100%;
    height: auto;
    max-width: 400px;
}
/* End End Section */
/* Start Social Section */
.social {
    position: absolute;
    top: 532%;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.social-links {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 30px;
}

.social-links a img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

/* End Social Section */
/* Start Footer */
.footer {
    background: url(../images/footer.png) no-repeat;
    width: 100%;
    height: 55vh;
    position: absolute;
    top: 530%;

}
.footer-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: grid;
}
.footer-logo {
    position: relative;
    width: 100%;
    top: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-logo img {
    width: auto;
    height: auto;
}
.copyright {
    position: relative;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright img {
    width: 60%;
    height: auto;
}

/* End Footer */

/* MINTY Custom Styles */
.about-text-img {
    max-width: 800px;
}

.about-text-img h2 {
    font-size: 72px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Candy Beans', sans-serif;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.about-text-img p {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 22px;
    color: #ffffff;
    font-family: 'Candy Beans', sans-serif;
}

.about-text-img p strong {
    font-size: 32px;
    color: #90EE90;
}

.about-ca {
    text-align: center;
}

.about-ca .ca-label {
    position: relative;
    width: auto;
    height: auto;
    font-size: 28px;
    color: #90EE90;
    margin-bottom: 10px;
}

.about-ca .ca-address {
    position: relative;
    width: auto;
    height: auto;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}

.copyright {
    flex-direction: column;
    text-align: center;
    padding: 0 10%;
}

.copyright-text {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'Candy Beans', sans-serif;
}

.disclaimer {
    font-size: 12px;
    color: #aaaaaa;
    font-style: italic;
    line-height: 1.5;
    font-family: 'Candy Beans', sans-serif;
}
/* Header Social Buttons */
.header-social {
    position: absolute;
    top: 20px;
    right: 30px;
    display: flex;
    gap: 15px;
    z-index: 1001;
}

.header-social a img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.header-social a:hover img {
    transform: scale(1.1);
}
/* End MINTY Custom Styles */
