body{
    font-family: 'Poppins', sans-serif;
    overflow: auto;
    background-color: #7bb4f5;
}

#iskibidy-container {
    position: relative;
    background-color: #7C2899; 
    height: 50vh; 
    border: 5px solid #fff53d; 
    border-radius: 10px; 
    top: 5vh; 
    margin: 0 3vw; 
 }

#iskibidy-shape {
    position: absolute;
    background-color: #D2008F; 
    clip-path: polygon(0 0, 100% 27%, 100% 78%, 0 100%); 
    width: 32vw; 
    height: 18vh; 
    top: -6vh; 
    left: 14vw; 
}

#iskibidy-logo {
    position: absolute;
    left: 14vw;
    top: -8vh; 
    margin-bottom: 20px;
}
#iskibidy-family {
    position: absolute;
    background-color: #fff53d;
    height: 18vh;
    width: 13vw;
    right: 10vw;
    border-radius: 10px;
    top: -6vh;
}

/* The second background behind the iRizzler family. */
#iskibidy-family-bg {
    position: absolute;
    background-color: #A4C83F;
    height: 16vh;
    width: 11vw;
    border-radius: 10px;
    border: 5px solid white;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

/* The picture of the iRizzler family. */
#iskibidy-family-pic {
    position: absolute;
    margin-left: 5%;
    margin-bottom: 5%;
    width: 11vw;
    height: 20vh;
}

nav#iskibidy-nav{
    background: linear-gradient(90deg, #ffccff, #ffd9cc);
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 90px;
}

nav#iskibidy-nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}

nav#iskibidy-nav ul li {
    position: relative;
}

nav#iskibidy-nav ul li a{
    display: block;
    padding: 10px 20px;
    color: #900090;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #ffd9cc; 
    border: 2px solid #ff99cc;
    border-radius: 15px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15); 
    transition: all 0.3s ease-in-out;
}

nav#iskibidy-nav ul li a:hover{
    background: #ff99cc;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.25);
}   

nav#icarly-nav ul li a.active {
    background: #ffccff;
    border-color: #ff66b2;
}

@media (max-width: 768px) {
    nav#iskibidy-nav ul {
        flex-direction: column;
        gap: 10px;
    }

    nav#iskibidy-nav ul li a {
        width: 100%;
        text-align: center;
    }
}

#i {
    font-size: 150px;
    color: #fff53d;
    -webkit-text-stroke: 0.5px darkblue; /* width and color */
    text-shadow: 0px 0px 0 rgb(239,229,45),
                 1px -1px 0 rgb(224,214,30),
                 2px -2px 0 rgb(208,198,14),
                 3px -3px  0 rgb(192,182,0),
                 4px -4px 3px rgba(0,0,0,0.6),
                 4px -4px 1px rgba(0,0,0,0.5),
                 0px 0px 3px rgba(0,0,0,.2);
 }

#skibi {
    font-size: 150px;
    color: #24f1fc;
    -webkit-text-stroke: 0.5px darkblue; /* width and color */
    text-shadow: 0px 0px 0 rgb(20,225,236),
                 1px -1px 0 rgb(5,210,221),
                 2px -2px 0 rgb(-11,194,205),
                 3px -3px  0 rgb(-27,178,189),
                 4px -4px 3px rgba(0,0,0,0.6),
                 4px -4px 1px rgba(0,0,0,0.5),
                 0px 0px 3px rgba(0,0,0,.2);
 }

 #dy {
       font-size: 150px;
       color: #24f1fc;
       -webkit-text-stroke: 0.5px darkblue; /* width and color */
       text-shadow: 0px 0px 0 rgb(7,212,223),
                    -1px -1px 0 rgb(-22,183,194),
                    -2px -2px 0 rgb(-51,154,165),
                    -3px -3px 0 rgb(-80,125,136),
                    -4px -4px  0 rgb(-109,96,107),
                    -5px -5px 4px rgba(0,0,0,0.48),
                    -5px -5px 1px rgba(0,0,0,0.5),
                    0px 0px 4px rgba(0,0,0,.2);
 }

 #com {
       font-size: 100px;
       color: #fff53d;
       -webkit-text-stroke: 0.5px darkblue; /* width and color */
       text-shadow: 0px 0px 0 rgb(226,216,32),
                    -1px -1px 0 rgb(197,187,3),
                    -2px -2px 0 rgb(168,158,0),
                    -3px -3px 0 rgb(139,129,0),
                    -4px -4px  0 rgb(110,100,0),
                    -5px -5px 4px rgba(0,0,0,0.48),
                    -5px -5px 1px rgba(0,0,0,0.5),
                    0px 0px 4px rgba(0,0,0,.2);
 }



/* All ontop is just the navigation part plus the logo and the family picture. */



section{
    position: relative;
    background-color: white;
    height: 50vh;
    border: 5px solid #fff53d;
    border-radius: 50% 50% 10px 10px;
    margin: 0 3vw;
    bottom: 22vh;
}

#iskibidy-video{
    position: absolute;
    background-color: #E3E057;
    top: -2vh;
    z-index: 2;
    height: 64.2vh;
    width: 36vw;
    border-radius: 5px;
    left: -2vw;
}

#live-show {
    position: absolute;
    object-fit: cover;
    width: 35vw;
    height: 55vh;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 2vh;
    outline: none;
}

#racecar-pic {
    position: absolute;
    z-index: 3; 
    width: 100%;
    height: auto;
    top: 57vh; 
    left: -3vw;
}

#cool-webcast {
    position: absolute;
    left: 35vw;
    font-size: 2.5em;
}

.cool-webcast-part1 {
    color: #7C2899;
}

.cool-webcast-part2 {
    color: #B9D26D;
}

.coolwebcastdiv {
    height: 200px; 
    width: 900px;
    left: 800px;
    top: 90px;
    overflow-y: auto; 
    border: 1px solid #ccc; 
    padding: 10px; 
    margin-top: 20px;
    z-index: 3;
    background-color: #944ed6;
    position: relative;
}

.scrollable-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.item {
    display: flex;
    align-items: center;
    gap: 10px; 
}

.item img {
    width: 150px;
    height:160px; 
    object-fit: cover; 
}
.item p{
    font-size: 1.5em;
    color: white;
}

.coolwebcastdiv::-webkit-scrollbar {
    width: 40px; 
}

.coolwebcastdiv::-webkit-scrollbar-track {
    background: url('../img/chains.png'); 
    border-radius: 1%;
    border-radius: 10px; 
    background-size: 50%;
}

.coolwebcastdiv::-webkit-scrollbar-thumb {
    background: url('../img/zipper.png') no-repeat center center; 
    background-size: 60%; 
    border-radius: 10px;
}

.coolwebcastdiv::-webkit-scrollbar-thumb:hover {
    background: url('../img/zipper.png') no-repeat center center; 
    background-size: 90%; 
}

/* The grey pole with the flags. */
#pole {
    position: absolute;
    background-color: #A4A5AC;
    height: 60vh;
    width: 1vw;
    right: 2.5vw;
    bottom: 0;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);;

}

/* The flag at the top of the pole. */
#flag-1 {
    position: absolute;
    display: table;
    background-color: #F99C43;
    height: 13%;
    width: 1100%;
    right: -90px;
    cursor: pointer;
    top: 5%;
    line-height: 550%;
    text-align: center;
    color: #7C2899;
    font-weight: bold;
    box-shadow: 0 0 10px 10px #D2008F;
    transform: rotate(20deg);
}

#flag-2 {
    position: absolute;
    background-color: #A9CB42;
    height: 75px;
    width: 200px;
    right: -90px;
    top: 40%;
    box-shadow: 0 0 10px 10px #E1E745;
    line-height: 75px;
    text-align: center;
    color: #43521b;
    font-weight: bold;
    transform: rotate(-20deg);
    cursor: pointer;
}

#flag-3 {
    position: absolute;
    background-color: #A9CB42;
    height: 75px;
    width: 200px;
    right: -90px;
    top: 75%;
    box-shadow: 0 0 10px 10px #E1E745;
    line-height: 75px;
    text-align: center;
    color: #43521b;
    font-weight: bold;
    transform: rotate(20deg);
    cursor: pointer;
}
/*Gay Little Monkey*/
#bottom-container {
    background-color: #FFA500; 
    padding: 50px;
    text-align: center;
    border-radius: 20px;
    margin: 100px 0 100px 780px; 
    max-width: 800px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#bottom-container .ad-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px;
}

#bottom-container .left-image,
#bottom-container .right-image {
    max-width: 50px; 
}

#bottom-container .ad-content p {
    margin: 0 10px; 
    flex-grow: 1;
    text-align: center;
}

/* The contact us part. */

#contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
    margin: auto;
    display: flex;
    height: 100px;
    overflow-y: auto;
}

#contact-form input {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 50px;
}

#contact-form textarea {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 100px;
    
}

#contact-form button {
    padding: 10px;
    font-size: 16px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}

#contact-form button:hover {
    background-color: #45a049;
}

/* The bottom orange part. */

#bottom-page {
    background-color: #FFA500; /* Orange color */
    height: 1200px; 
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    margin: 220px auto;
    max-width: 1500px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* quiz content css */
.quiz-container{
    background: #7C2899;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
    width: 600px;
    position: absolute; 
    right: 0; 
    top: 20px; 
    padding: 20px;
    border-radius: 10px;
}

.quiz-header{
    padding: 4rem;
}

h2{
    padding: 1rem;
    text-align: center;
    margin: 0;
}

ul{
    list-style-type: disc;
    padding: 0;
}

ul li{
    font-size: 1.2rem;
    margin: 1rem;
}

ul li label{
    cursor: pointer;
}

button{
    background: #ff66b2;
    color: #fff;
    border: none;
    display: block;
    width: 100%;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 1.1rem;
}

/* The rizzler part. */

.the-rizzler{
    background: #5575cc;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
    width: 600px;
    position: absolute; 
    left: 0;
    top: 200px; 
    padding: 20px;
    border-radius: 10px;
}

#rizzler-img {
    width: 200px; 
    height: auto;
    border: 80px solid transparent;
    padding: 10px;
    background: url('../img/super_saiyan_aura.gif') center/cover; 
    border-radius: 10px; 
}
/*The gallery part.*/
.cant-stop {
    background: #ffffff;
    box-shadow: 0 0 10px 5px rgba(50, 120, 201, 0.5);
    position: absolute; 
    bottom: 20px; /* Adjust the bottom position as needed */
    left: 50%; 
    transform: translateX(-50%); 
    text-align: center;
    margin: 20px 0;
    width: 100%;
    padding: 50px;
}
.cant-stop p{
    font-size: 1.5rem;
    color: #000000;
    margin: 0;
}

.gallery {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
}

.gallery-container {
    display: inline-block;
}

.gallery span {
    display: inline-block;
    margin-right: 10px;
}

.gallery img {
    width: 150px; 
    height: auto; 
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/*random pictures*/
.random-pictures {
    text-align: right;
    margin-top: 20px;
    position: 0; 
}
#spencer-img{
    width: 700px;
    height: auto;
    border-radius: 10px;
}
#spencerlay-img{
    width: 700px;
    height: auto;
    border-radius: 10px;
}
/*Footer area*/
footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    position: relative;
    width: 100%;
    bottom: 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-container p {
    margin: 0;
    font-size: 1rem;
}

.social-media {
    margin-top: 10px;
}

.social-media a {
    color: #fff;
    margin: 0 10px;
    font-size: 1.5rem;
    text-decoration: none;
}

.social-media a:hover {
    color: #ffcc00;
}

