@media (max-width: 1920px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 900px) {
    .about,
    .gallery-assets,
    .gallery-assets2,
    .gallery-items,
    .shop-items,
    .social-links {
        gap: 24px;
    }
    .hero-text {
        font-size: 1.8rem;
        margin-left: 0;
    }
    .about {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 5vw;
    }
    .about-char {
        width: 60vw;
        min-width: 160px;
    }
    .about p {
        font-size: 1.2rem;
        max-width: 90vw;
    }
    .gallery-items img {
        width: 160px;
        height: 160px;
    }
    .shop-items img {
        width: 180px;
    }
    .footer-logo {
        width: 110px;
    }
}

@media (max-width: 880px) {
}

@media (max-width: 768px) {
    body {
        background-image: url(../images/BG.png);
        background-size: cover;
    }
    
    .header {
		display: none;
	}

	.header-mobile {
		display: block;
	}

    .hero {
        padding: 0 20px;
    }
    .hero-content {
        padding: 0;
    }

    .hero-text {
        position: absolute;
        z-index: 1;
        top: 10%;
        left: 50%;
    }
    .hero-text img {
        width: 80%;
        height: auto;
    }
    .about {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 90%;
        left: 2%;
    }
    .about-char {
        position: absolute;
        width: 50%;
        height: auto;
        left: 45%;
        top: 70%;
        z-index: -1;
    }

    .about-ca {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 170%;
        z-index: -1;
    }
    .about p {
        width: 100%;
        text-align: center;
        top: 5px;
        font-size: 25px;
    }
    .gallery-section {
        position: absolute;
        display: flex;
        top: 160%;
        left: 0;
        align-items: center;
        justify-content: center;
    }

    .gallery-content {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
    }
    .gallery-tittle {
        display: flex;
        margin-top: 50px;
        justify-content: center;
        align-items: center;
    }
    .gallery-media {
        display: flex;
        top: 200px;
        flex-direction: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery-media-2 {
        display: flex;
        top: 450px;
        flex-direction: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery-item {
        border: 4px solid #ffffff;
        border-radius: 8px;
        flex-wrap: wrap;
        align-items: center;
    }
    .gallery-item img {
        width: 400px;
        height: 200px;
        border-radius: 10px;
    }

    .shop {
        position: absolute;
        display: flex;
        top: 220%;
        left: 0;
        align-items: center;
        justify-content: center;
    }
    .shop-items {
        position: absolute;
        width: 45%;
        height: auto;
        align-items: center;
        justify-content: center;
        top: 50%;
    }
    .shop-items img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .social {
        position: absolute;
        top: 293%;
        left: 0;
        display: flex;
        gap: 320px;
    }
    
    .social-content {
        position: absolute;
        width: 100%;
        height: auto;      
    }
    .social-links {
        position: relative;
        align-items: center;
        justify-content: center;
        display: flex;
        gap: 20px;
    }
    .footer {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 250%;
    }
    .footer-content {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .copyright-text img {
        width: 100%;
        height: auto;
    }
    .footer-logo {
        position: relative;
        width: 100px;
        height: auto;
        margin: 0 auto;
    }
    .copyright-text {
        position: relative;
        height: auto;
    }

}

@media (max-width: 480px) {    
    .header {
		display: none;
	}

	.header-mobile {
		display: block;
	}

    .hero {
        padding: 0 20px;
    }
    .hero-content {
        padding: 0;
    }

    .hero-text {
        position: absolute;
        z-index: 1;
        top: 10%;
        left: 50%;
    }
    .hero-text img {
        width: 80%;
        height: auto;
    }
    .about {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 90%;
        left: 2%;
    }
    .about-char {
        position: absolute;
        width: 50%;
        height: auto;
        left: 45%;
        top: 70%;
        z-index: -1;
    }

    .about-ca {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 170%;
        z-index: -1;
    }
    .about p {
        width: 100%;
        text-align: center;
        top: 5px;
        font-size: 25px;
    }
    .gallery-section {
        position: absolute;
        display: flex;
        top: 160%;
        left: 0;
        align-items: center;
        justify-content: center;
    }

    .gallery-content {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
    }
    .gallery-tittle {
        display: flex;
        margin-top: 50px;
        justify-content: center;
        align-items: center;
    }
    .gallery-media {
        display: flex;
        top: 200px;
        flex-direction: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery-media-2 {
        display: flex;
        top: 450px;
        flex-direction: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery-item {
        border: 4px solid #ffffff;
        border-radius: 8px;
        flex-wrap: wrap;
        align-items: center;
    }
    .gallery-item img {
        width: 400px;
        height: 200px;
        border-radius: 10px;
    }

    .shop {
        position: absolute;
        display: flex;
        top: 220%;
        left: 0;
        align-items: center;
        justify-content: center;
    }
    .shop-items {
        position: absolute;
        width: 45%;
        height: auto;
        align-items: center;
        justify-content: center;
        top: 50%;
    }
    .shop-items img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .social {
        position: absolute;
        top: 293%;
        left: 0;
        display: flex;
        gap: 320px;
    }
    
    .social-content {
        position: absolute;
        width: 100%;
        height: auto;      
    }
    .social-links {
        position: relative;
        align-items: center;
        justify-content: center;
        display: flex;
        gap: 20px;
    }
    .footer {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 250%;
    }
    .footer-content {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .copyright-text img {
        width: 100%;
        height: auto;
    }
    .footer-logo {
        position: relative;
        width: 100px;
        height: auto;
        margin: 0 auto;
    }
    .copyright-text {
        position: relative;
        height: auto;
    }
}

@media (max-width: 412px) {    
    .header {
		display: none;
	}

	.header-mobile {
		display: block;
	}

    .hero {
        padding: 0 20px;
    }
    .hero-content {
        padding: 0;
    }

    .hero-text {
        position: absolute;
        z-index: 1;
        top: 10%;
        left: 50%;
    }
    .hero-text img {
        width: 80%;
        height: auto;
    }
    .about {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 55%;
        left: 2%;
    }
    .about-char {
        position: absolute;
        width: 50%;
        height: auto;
        left: 45%;
        top: 70%;
        z-index: -1;
    }

    .about-ca {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 150%;
        z-index: -1;
    }
    .about p {
        width: 100%;
        text-align: center;
        top: 5px;
        font-size: 15px;
    }
    .gallery-section {
        position: absolute;
        display: flex;
        top: 100%;
        left: 0;
        align-items: center;
        justify-content: center;
    }

    .gallery-content {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
    }
    .gallery-tittle {
        display: flex;
        margin-top: 20px;
        justify-content: center;
        align-items: center;
    }
    .gallery-media {
        display: flex;
        top: 100px;
        flex-direction: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery-media-2 {
        display: flex;
        top: 250px;
        flex-direction: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery-item {
        border: 4px solid #ffffff;
        border-radius: 8px;
        flex-wrap: wrap;
        align-items: center;
    }
    .gallery-item img {
        width: 100px;
        height: 100px;
        border-radius: 10px;
    }

    .shop {
        position: absolute;
        display: flex;
        top: 130%;
        left: 0;
        align-items: center;
        justify-content: center;
    }
    .shop-items {
        position: absolute;
        width: 45%;
        height: auto;
        align-items: center;
        justify-content: center;
        top: 50%;
    }
    .shop-items img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .social {
        position: absolute;
        top: 185%;
        left: 0;
        display: flex;
        gap: 320px;
    }
    
    .social-content {
        position: absolute;
        width: 100%;
        height: auto;      
    }
    .social-links {
        position: relative;
        align-items: center;
        justify-content: center;
        display: flex;
        gap: 20px;
    }
    .social-links img { 
        width: 50px;
        height: 50px;
    }

    .footer {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 180%;
    }
    .footer-content {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    
    .footer-logo {
        position: relative;
        width: 100px;
        top: 70px;
        height: auto;
        margin: 0 auto;
    }
    .copyright {
        position: absolute;
        top: 155px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .copyright img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 390px) {
    .header {
		display: none;
	}

	.header-mobile {
		display: block;
	}

    .hero {
        padding: 0 20px;
    }
    .hero-content {
        padding: 0;
    }

    .hero-text {
        position: absolute;
        z-index: 1;
        top:2%;
        left: 20%;
    }
    .hero-text img {
        width: 80%;
        height: auto;
    }
    .about {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 70%;
        left: 2%;
    }
    .about-char {
        position: absolute;
        width: 50%;
        height: auto;
        left: 45%;
        top: 70%;
        z-index: -1;
    }

    .about-ca {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 160%;
        z-index: -1;
    }
    .about p {
        width: 100%;
        text-align: center;
        top: 2px;
        font-size: 15px;
    }
    .gallery-section {
        position: absolute;
        display: flex;
        top: 120%;
        left: 0;
        align-items: center;
        justify-content: center;
    }

    .gallery-content {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
    }
    .gallery-tittle {
        display: flex;
        margin-top: 50px;
        justify-content: center;
        align-items: center;
    }
    .gallery-media {
        display: flex;
        top: 110px;
        flex-direction: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery-media-2 {
        display: flex;
        top: 250px;
        flex-direction: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery-item {
        border: 4px solid #ffffff;
        border-radius: 8px;
        flex-wrap: wrap;
        align-items: center;
    }
    .gallery-item img {
        width: 200px;
        height: 100px;
        border-radius: 10px;
    }

    .shop {
        position: absolute;
        display: flex;
        top: 160%;
        left: 0;
        align-items: center;
        justify-content: center;
    }
    .shop-items {
        position: absolute;
        width: 45%;
        height: auto;
        align-items: center;
        justify-content: center;
        top: 50%;
    }
    .shop-items img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .social {
        position: absolute;
        top: 215%;
        left: 0;
        display: flex;
    }
    
    .social-content {
        position: absolute;
        width: 100%;
        height: auto;      
    }
    .social-links {
        position: relative;
        align-items: center;
        justify-content: center;
        display: flex;
        gap: 20px;
    }
    .social-links img { 
        width: 50px;
        height: 50px;
    }
    .footer {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 240%;
    }
    .footer-content {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    
    .footer-logo {
        position: relative;
        width: 100px;
        top: 70px;
        height: auto;
        margin: 0 auto;
    }
    .copyright {
        position: relative;
        top: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
    }   
}

@media (max-width: 375px) {
    .hero {
        padding: 0 20px;
    }
    .hero-content {
        padding: 0;
    }

    .hero-text {
        position: absolute;
        z-index: 1;
        top:2%;
        left: 20%;
    }
    .hero-text img {
        width: 70%;
        height: auto;
    }
    .about {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 70%;
        left: 2%;
    }
    .about-char {
        position: absolute;
        width: 55%;
        height: auto;
        left: 45%;
        top: 55%;
        z-index: -1;
    }

    .about-ca {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 150%;
        z-index: -1;
    }
    .about p {
        width: 100%;
        text-align: center;
        top: 2px;
        font-size: 15px;
    }
    .gallery-section {
        position: absolute;
        display: flex;
        top: 120%;
        left: 0;
        align-items: center;
        justify-content: center;
    }

    .gallery-content {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
    }
    .gallery-tittle {
        display: flex;
        margin-top: 50px;
        justify-content: center;
        align-items: center;
    }
    .gallery-media {
        display: flex;
        top: 110px;
        flex-direction: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery-media-2 {
        display: flex;
        top: 250px;
        flex-direction: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery-item {
        border: 4px solid #ffffff;
        border-radius: 8px;
        flex-wrap: wrap;
        align-items: center;
    }
    .gallery-item img {
        width: 200px;
        height: 100px;
        border-radius: 10px;
    }

    .shop {
        position: absolute;
        display: flex;
        top: 170%;
        left: 0;
        align-items: center;
        justify-content: center;
    }
    .shop-items {
        position: absolute;
        width: 45%;
        height: auto;
        align-items: center;
        justify-content: center;
        top: 50%;
    }
    .shop-items img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .social {
        position: absolute;
        top: 240%;
        left: 0;
        display: flex;
    }
    
    .social-content {
        position: absolute;
        width: 100%;
        height: auto;      
    }
    .social-links {
        position: relative;
        align-items: center;
        justify-content: center;
        display: flex;
        gap: 20px;
    }
    .social-links img { 
        width: 50px;
        height: 50px;
    }
    .footer {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 240%;
    }
    .footer-content {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    
    .footer-logo {
        position: relative;
        width: 100px;
        top: 70px;
        height: auto;
        margin: 0 auto;
    }
    .copyright {
        position: relative;
        top: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
    }   
}

@media (max-width: 360px) {
    .hero-text {
        position: absolute;
        z-index: 1;
        top: 2%;
        left: 20%;
    }
    .hero-text img {
        width: 70%;
        height: auto;
    }
    .about {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 55%;
        left: 2%;
    }
    .about-char {
        position: absolute;
        width: 50%;
        height: auto;
        left: 45%;
        top: 70%;
        z-index: -1;
    }

    .about-ca {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 150%;
        z-index: -1;
    }
    .about p {
        width: 100%;
        text-align: center;
        top: 2px;
        font-size: 14px;
    }
    .gallery-section {
        position: absolute;
        display: flex;
        top: 100%;
        left: 0;
        align-items: center;
        justify-content: center;
    }

    .gallery-content {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
    }
    .gallery-tittle {
        display: flex;
        margin-top: 20px;
        justify-content: center;
        align-items: center;
    }
    .gallery-media {
        display: flex;
        top: 100px;
        flex-direction: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery-media-2 {
        display: flex;
        top: 250px;
        flex-direction: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery-item {
        border: 4px solid #ffffff;
        border-radius: 8px;
        flex-wrap: wrap;
        align-items: center;
    }
    .gallery-item img {
        width: 100px;
        height: 100px;
        border-radius: 10px;
    }

    .shop {
        position: absolute;
        display: flex;
        top: 130%;
        left: 0;
        align-items: center;
        justify-content: center;
    }
    .shop-items {
        position: absolute;
        width: 45%;
        height: auto;
        align-items: center;
        justify-content: center;
        top: 50%;
    }
    .shop-items img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .social {
        position: absolute;
        top: 185%;
        left: 0;
        display: flex;
        gap: 320px;
    }
    
    .social-content {
        position: absolute;
        width: 100%;
        height: auto;      
    }
    .social-links {
        position: relative;
        align-items: center;
        justify-content: center;
        display: flex;
        gap: 20px;
    }
    .social-links img { 
        width: 50px;
        height: 50px;
    }

    .footer {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 209%;
    }
    .footer-content {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    
    .footer-logo {
        position: relative;
        width: 100px;
        top: 70px;
        height: auto;
        margin: 0 auto;
    }
    .copyright {
        position: absolute;
        top: 155px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .copyright img {
        width: 100%;
        height: auto;
    }
    
}

@media (max-width: 344px) {
    .hero-text {
        position: absolute;
        z-index: 1;
        top: 2%;
        left: 20%;
    }
    .hero-text img {
        width: 70%;
        height: auto;
    }
    .about {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 55%;
        left: 2%;
    }
    .about-char {
        position: absolute;
        width: 50%;
        height: auto;
        left: 45%;
        top: 70%;
        z-index: -1;
    }

    .about-ca {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 150%;
        z-index: -1;
    }
    .about p {
        width: 100%;
        text-align: center;
        top: 1px;
        font-size: 15px;
    }
    .gallery-section {
        position: absolute;
        display: flex;
        top: 100%;
        left: 0;
        align-items: center;
        justify-content: center;
    }

    .gallery-content {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
    }
    .gallery-tittle {
        display: flex;
        margin-top: 20px;
        justify-content: center;
        align-items: center;
    }
    .gallery-media {
        display: flex;
        top: 100px;
        flex-direction: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery-media-2 {
        display: flex;
        top: 250px;
        flex-direction: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery-item {
        border: 4px solid #ffffff;
        border-radius: 8px;
        flex-wrap: wrap;
        align-items: center;
    }
    .gallery-item img {
        width: 100px;
        height: 100px;
        border-radius: 10px;
    }

    .shop {
        position: absolute;
        display: flex;
        top: 130%;
        left: 0;
        align-items: center;
        justify-content: center;
    }
    .shop-items {
        position: absolute;
        width: 45%;
        height: auto;
        align-items: center;
        justify-content: center;
        top: 50%;
    }
    .shop-items img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .social {
        position: absolute;
        top: 185%;
        left: 0;
        display: flex;
        gap: 320px;
    }
    
    .social-content {
        position: absolute;
        width: 100%;
        height: auto;      
    }
    .social-links {
        position: relative;
        align-items: center;
        justify-content: center;
        display: flex;
        gap: 20px;
    }
    .social-links img { 
        width: 50px;
        height: 50px;
    }

    .footer {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 209%;
    }
    .footer-content {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    
    .footer-logo {
        position: relative;
        width: 100px;
        top: 70px;
        height: auto;
        margin: 0 auto;
    }
    .copyright {
        position: absolute;
        top: 155px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .copyright img {
        width: 100%;
        height: auto;
    }
    
}
