@font-face {
    font-family: 'Adigiana Toybox';
    src: url('fonts/AdigianaUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.social-icons {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.column {
  flex: 1;
}


.telegram-icon {
  display: block;
  margin: 0 auto;
}

body {
    font-family: 'Adigiana Toybox', Arial, sans-serif;
    background-color: #3A3A3A; /* Light Grey with Blue Tint */
    color: white;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 800px;
    width:93%;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.containerFooter {
    max-width: 900px;
    width:100%;
    margin: 0 auto;
    padding: 20px;
    background-color: whitesmoke;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

header {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    background: #3A3A3A;
    padding: 20px;
    border-radius: 10px 10px 0 0; /* Rounded corners at the top */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; /* Ensure header does not overflow */
    box-sizing: border-box;
}

header h1 {
    margin: 0;
    color: white; /* Light Grey */
    word-wrap: break-word; /* Ensure text does not overflow */
}
header h3 {
    margin:0;
    color: #70C7BA
}
.headerImage {
    width:50%
}

footer{
    max-width: 800px;
    width:93%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    background: #3A3A3A;
    padding: 20px;
    border-radius: 10px 10px 0 0; /* Rounded corners at the top */
    display: flex;
    flex-direction: row;
    align-items: space-between;
    width: 100%; /* Ensure header does not overflow */
    box-sizing: border-box;
}
footer img {
    height: 100px;
}

footer .social-icons {
    justify-content: flex-end;
}

footer .social-icons a img{
width:50px;
height: 50px;
}


.social-icons {
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin-top: 10px;
    flex-wrap: nowrap; /* Ensure horizontal alignment */
    box-sizing: border-box;
}

.social-icons img {
    width: 30px;
    height: 30px;
}

.social-icons img:hover {
	transform: scale(1.5);
}

.social-icons a.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.bottomSatohy {
	margin-bottom: 0px;
	width: 100;
}

.telegram-iconbottom {
	width: 50;
}

section {
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}
.imageSection img{
width: 100%;
border-radius: 10px;
}

.contract-address h2,
.pictures h2,
.info-boxes h2 {
    color: #3A3A3A; /* Light Grey */
    margin-bottom: 10px;
    word-wrap: break-word; /* Ensure text does not overflow */
}

.address-box {
    background-color: #3A3A3A; /* Light Grey */
    padding: 10px;
    border-radius: 5px;
    word-wrap: break-word; /* Ensure long text breaks to the next line */
    width: 100%;
    box-sizing: border-box;
}

.address-box p {
    margin: 0;
    color: white; /* Dark Text */
    word-wrap: break-word; /* Ensure text does not overflow */
}

.button-container {
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center; /* Center the buttons */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    width: 100%;
    box-sizing: border-box;
}

.btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    margin: 5px; /* Ensure spacing between buttons */
    font-size: 16px;
    color: white;
    border:#ff0000;
    background-color: #3A3A3A;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    box-sizing: border-box;
    max-width: 100%; /* Ensure buttons do not overflow */
}

.btn:hover {
    background-color: rgb(77, 141, 100); /* Dark Green on hover */
}

.btn-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.pictures-grid {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    width: 100%; /* Full width within container */
    box-sizing: border-box;
}

.pictures-grid img, .pictures-grid video {
    width: 100%;
    max-width: 175px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.video_infobox {
    width: 100%; /* Full width on smaller screens */
    max-width: 150px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.info-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    width: 100%; /* Full width within container */
    box-sizing: border-box;
}

.info-box {
    flex: 1;
    background-color: #3A3A3A
		; /* Light Grey */
    color:white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px; /* Add margin for better spacing on smaller screens */
    width: 100%; /* Full width within container */
    box-sizing: border-box;
}

.info-box h3, .info-box h2 {
    color: #70C7BA; /* Dark Blue */
    margin-top: 0;
    word-wrap: break-word; /* Ensure text does not overflow */
}

.info-box p {
    margin: 0;
    color: white; /* Dark Text */
    word-wrap: break-word; /* Ensure text does not overflow */
}
.info-box img {
    width: 90%;
    border-radius: 10px;
}
.celebration-container {
    text-align: center;
    background: #0a0a0a; /* Darker background */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    display: none;
    width: 100%; /* Full width within container */
    box-sizing: border-box;
}

.celebratory-text {
    font-size: 24px;
    font-weight: bold;
    color: #70C7BA;
    animation: celebratoryEffect 2s infinite;
    position: relative;
    z-index: 1;
    word-wrap: break-word; /* Ensure text does not overflow */
}
.bluetext {
    color:#3A3A3A;
}

@keyframes celebratoryEffect {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Light effects for celebration container */
.celebration-container::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.8));
    animation: lightEffect 5s infinite;
    z-index: 0;
}
.disclaimer {
    background: whitesmoke;
    color: #3A3A3A;
    font-size: 11px;
}

.social-footer {
    text-align: center;
    max-width: 900px;
    width:100%;
    height:300px;
    margin: 0 auto;
}

@keyframes lightEffect {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .container {
        padding: 10px;
    }

    .header, .button-container, .info-grid, .pictures-grid {
        flex-direction: column;
        align-items: center;
    }

    .social-icons {
        
		align-content: center;
        flex-direction: row;
    }

    .btn {

        margin: 5px 0; /* Margin between buttons */
    }

    .info-box, .address-box, .celebration-container {
        width: 100%; /* Full width for boxes */
    }
}

@media (max-width: 480px) {
    header h1 {
        font-size: 1.5em; /* Smaller font size for header */
    }

    header h3 {
        font-size: 1em; /* Smaller font size for sub-header */
    }

    .celebratory-text {
        font-size: 20px; /* Smaller celebratory text */
    }

    .social-icons img {
        width: 20px; /* Smaller icons */
        height: 20px;
    }
	

}