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

body {
    font-family: 'Adigiana Toybox', Arial, sans-serif;
    background-color: #ff7b00; /* Orange */
    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: 800px;
    width:100%;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

header {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    background: #ff7b00; /* Orange */
    padding: 20px;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

header h1 {
    margin: 0;
    color: white;
}

header h3 {
    margin:0;
    color: red;
}

.headerImage {
    width: 800px;
    max-width: 100%;
    border-radius: 12px;
    height: auto;
}

.footerImage {
    width: 55%;
}

footer {
    max-width: 800px;
    width:93%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    background: #ff7b00; /* Orange */
    padding: 20px;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: row;
    align-items: space-between;
    width: 100%;
    box-sizing: border-box;
}

footer img {
    height: 100px;
}

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

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

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

.social-icons img {
    width: 30px;
    height: 30px;
    transition: transform 0.3s;
}

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

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

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: #ff7b00; /* Orange */
    margin-bottom: 10px;
}

.address-box {
    background-color: #ff7b00; /* Orange */
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}

.address-box p {
    margin: 0;
    color: white;
}

.button-container {
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

.btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    margin: 5px;
    font-size: 16px;
    color: white;
    border: #ff0000;
    background-color: #ff7b00; /* Orange */
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    box-sizing: border-box;
}

.btn:hover {
    background-color: #cc6300; /* Darker orange */
}

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

.pictures-grid {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.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);
}

.video_infobox {
    width: 100%;
    max-width: 150px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.info-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.info-box {
    flex: 1;
    background-color: #ff7b00; /* Orange */
    color:white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    width: 100%;
}

.info-box h3,
.info-box h2 {
    color: red;
    margin-top: 0;
}

.info-box p {
    margin: 0;
    color: white;
}

.info-box img {
    width: 90%;
    border-radius: 10px;
}

.celebration-container {
    text-align: center;
    background: #0a0a0a;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    display: none;
}

.celebratory-text {
    font-size: 24px;
    font-weight: bold;
    color: rgb(134, 239, 172);
    animation: celebratoryEffect 2s infinite;
    position: relative;
}

.bluetext {
    color:#ff7b00; /* Orange */
}

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

.disclaimer {
    background:white;
    color: #ff7b00; /* Orange */
    font-size: 11px;
}

/* 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:white;
    color: #0149ab;
    font-size: 11px;
}
@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 {
        flex-direction: row;
        align-items: center;
    }

    .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;
    }

    .pictures-grid img, .pictures-grid video, .video_infobox {
        max-width: 100%; /* Full width images and videos */
    }
}
