body {
    margin: 0;
    padding: 0;
    background: radial-gradient(circle, #ccebc5, #ffd8a8, #e0e0e0);    height: 100vh;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}

nav{
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    background: linear-gradient(to left,#e9fce2, #e9fce2, #ffeacc, #ffeacc);
    box-shadow: #f5deb3 1px 2px 20px 1px;
    height: 6.5vh;
    z-index: 10;
}

.main {
    display: flex;
    justify-content: center;
    gap: 10%;
    width: 80%;
    margin: 0 auto; 
}

.navlogo{
    width: 10%;
    justify-content: flex-start;
}
.nlogo{
    width: 90%;
    padding-left: 20%;
}
.n{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: black;
    text-decoration: none;
}

.home, .suggest, .search, .foodie, .gamez {
    position: relative;
    padding: 10px 20px;
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 10px;
}

.home:hover {
    background-color: #38b6ff;
    color: #fff;
}

.suggest:hover {
    background-color: #38b6ff;
    color: #fff;
}

.search:hover {
    background-color: #38b6ff;
    color: #fff;
}

.foodie:hover {
    background-color: #7ed957;
    color: #fff;
}

.gamez:hover {
    background-color: #ff914d;
    color: #fff;
}


footer {
    margin: 0;
    padding: 0;
    margin-top: 2%;
    margin-bottom: 2%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: linear-gradient(215deg, #e9fce2, #ffeacc);
    padding: 3% 0;
    border-radius: 10em 10em 0 0;
}

.footcon {
    display: flex;
    align-items: center; 
    gap: 2em; 
    width: 90%; 
    margin: 0 auto;
}

.flogo {
    width: 80%; 
    max-width: 300px; 
    text-align: center;
    margin: 0 auto; 
    display: block; 
}

.footlogo {
    flex: 0 0 auto; 
    max-width: 350px; 
}

.foot1 {
    flex: 1; 
    text-align: left; 
}

.infos {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1rem;
    line-height: 1.5em;
}

.connect {
    flex: 2;
    display: flex;
    flex-wrap: wrap; 
    gap: 15px; 
    border: none; 
    justify-content: center;
    align-items: center;
    padding: 1%; 
}

.lnk {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px; 
    height: 50px;
    border-radius: 50%; 
    background-color: #e9fce2; 
    color: black; 
    transition: background-color 0.3s ease, color 0.3s ease;
}

.lnk:hover {
    background-color: black; 
    color: white; 
}

.cpyr8 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.9rem; 
    margin-top: 1.5em; 
    text-align: center; 
}

.flogo2 {
    display: none; 
}


.hamburger-icon{
    display: none;
}


.hamburger-icon {
    cursor: pointer;
}

.hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5vh;
    justify-content: space-around;
    position: fixed;
    top: 8.5vh;
    right: -100%;
    width: 60%;
    background: linear-gradient(215deg,#e9fce2, #e9fce2, #ffeacc, #ffeacc);
    box-shadow: #f5deb3 1px 2px 20px 1px;
    height: auto;
    z-index: 4;
    padding-top: 5vh;
    padding-bottom: 5vh;
    cursor: pointer;
    transition: right 1s ease;
    border-radius: 0px 0px 0px 30px;
  }
  
  .hamburger.show {
    right: 0;
  }
  

.n1{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: black;
    text-decoration: none;
    display: none;
}

.mob{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5vw;
    position: absolute;
    top: 20%;
    right: 5%;
}


.text-container > a{
    text-decoration: none;
    color: currentColor;
}
.s{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.spotlight{
    font-size: 1rem;
    background: linear-gradient(to right,  #2db400, #ff7e00);
    background-clip: text; 
    -webkit-text-fill-color: transparent;
}
.visitbutton{
    background: linear-gradient(45deg,#e9fce2, #e9fce2, #ffeacc, #ffeacc);
    width: 30%;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50rem;
    margin-top: 3vh;
    color: #000;
}

.visitbutton:hover{
    background: linear-gradient(45deg,#ffeacc, #ffeacc, #e9fce2, #e9fce2);
    color: #000;
    transition: 0.5s;
}

.text-container > .title{
    font-size: 4rem;
    background: linear-gradient(to right,#e9fce2, #e9fce2, #ffeacc, #ffeacc);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slider-container {
    position: relative;
    overflow: hidden;
    padding-top: 7vh;
    padding-bottom: 8vh;
}
.slider-wrapper {
    position: relative;
    margin: 0 auto;
}
.slider {
    display: flex;
    aspect-ratio: 16/8.5;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    width: 100%;
}
.slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, black, transparent);
    z-index: 1
}
.slide {
    position: relative;
    flex: 1 0 100%;
    scroll-snap-align: start;
}
.slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.text-container {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: white;
    z-index: 2;
    width: 30%;
}
.title {
    font-size: 24px;
    margin: 0;
    padding-bottom: 10px;
}
.cd-content > a:hover{
    color: #38b6ff;
}
.content {
    font-size: 16px;
    margin: 0;
}
.prev, .next {
    position: absolute;
    transform: translateY(-50%);
    background: linear-gradient(45deg,#e9fce2, #e9fce2, #ffeacc, #ffeacc);
    opacity: 0.9;
    border-radius: 1rem;
    color: #000;
    border: none;
    cursor: pointer;
    padding: 1rem;
    z-index: 3;
}

.prev:hover, .next:hover {
    background: linear-gradient(45deg,#ffeacc, #ffeacc, #e9fce2, #e9fce2);
    color: #000;
    transition: 0.5s;
}

.prev {
    right: 1rem;
    bottom: 0;
}
.next {
    right: 1rem;
    bottom: 3.5rem;
}


.outtop9{
    display: flex;
    justify-content: center;
    padding-bottom: 10vh;
    text-align: center;
}

.top9{
    border-radius: 20px;
    width: 90%;
    padding: 1.5%;
    background: linear-gradient(to right,#e9fce2, #e9fce2, #ffeacc, #ffeacc);
}

.top9txt {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 3em;
    margin: 0.5rem 0 0.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    background: linear-gradient(to right, #7ed957, #2db400, #7ed957, #2db400, #ffb347, #ff7e00, #ffb347, #ff7e00);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fortext {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
}


.forgamez,.forfood{
    padding: 0.5vw;
}

.container {
    width: 90%;
    height: 40vh;
    display: flex;
    gap: 2vw;
    margin-left: auto;
    margin-right: auto;
}
  
.cd {
    height: 95%;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    position: relative;
    transition: flex-grow 1s cubic-bezier(0.15, 1, 0.3, 1);
    --transition-timing: 0.75s;
}

.cd:hover {
    flex-grow: 5;
}
  
.cd > .background {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.7);
    transition: var(--transition-timing) ease;
}
.cd:hover > .background {
    filter: brightness(1);
}
  
.cd > .cd-content {
    display: flex;
    align-items: center;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 20px;
    overflow: hidden;
    transition: var(--transition-timing);
}
.cd:hover > .cd-content {
    inset: 20px;
    top: auto;
}
  
.cd-content > * {
    transition: var(--transition-timing);
}
  
.cd-content > .profile-image {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}
  

.profile-image > svg{
    padding: 0.5em;
    z-index: 1;
    color: white;
}
.cd:hover .profile-image > svg {
    animation: rotate 1s ease;
    color:#2db400;
}
.cd:hover .ent > svg {
    animation: rotate 1s ease;
    color:#ff7e00;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.cd-content > .title {
    white-space: pre;
    margin-left: 10px;
    translate: 0 100%;
    opacity: 0;
    color: white;
    z-index: 1;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.cd:hover .title {
    opacity: 1;
    translate: 0 0;
}
  
.cd > .backdrop {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 15vh;
    z-index: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
}





@media (min-width: 1023px) and (max-width: 1200px) {
    .visit{
        top: 42%;
    }
    .connect{
        width: 80%;
    }
    .ex{
        font-size: 18px;
    }
    footer{
        border-radius: 0;
    }
}

@media (min-width: 800px) and (max-width: 1024px){

    .hamburger-icon{
        display: block;
    }
    .n1{
        display: block;
        font-size: 20px;
    }
    footer{
        border-radius: 0;
    }

    .visit{
        position: relative;
        top: 0;
        left: 0;
        width: 30%;
        animation: none;
    }
    .connect{
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }
    .strtcon{
        animation: none;
    }
    .visitcon{
        text-align: center;
    }
    .strtlogo, .caption{
        width: 80%;
    }
    .footcon{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .flogo{
        display: none;
    }
    .flogo2{
        display: inline;
        width: 100%;
        margin-top: 10%;
    }
    .footlogo{
        text-align: center;
    }
    .foot1{
        width: 90%;
        justify-content: center;
        align-items: center;
    }
    .cpyr8{
        margin-top: 5%;
    }
    .card-side {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
    }

    .front {
        display: flex;
        flex-direction: column;
    }

    .back {
        display: none;
    }

    .card:hover {
        transform: none;    
    }

    .cards{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .front-page{
        width: 80%;
    }
    .png{
        width:30%;
        padding: 0;
        margin: 0;
    }
    .mobilecon{
        display: block;
        width: 70%;
        font-size: 25px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }
    .n{
        display: none;
    }

    nav{
        height: 8vh;
    }
    .mobilevw{
        width: 200%;
    }
    .card{
        height: 300px;
    }


    .container{
        display: grid !important;
        grid-template-columns: repeat(6,1fr);
        grid-template-rows: repeat(5,40vh);
        gap: 3vw !important;
    }
    .forfood{
        height: 140vh !important;
    }

    .cd > .background {
        filter: none !important;
        transition: none !important;
    }
    
    .cd > .cd-content {
        transition: none !important;
    }
    
    .cd-content > * {
        transition: none !important;
    }
    
    .cd:hover .profile-image > svg {
        animation: none !important;
        color: white !important;
    }
    
    .cd:hover .ent > svg {
        animation: none !important;
        color: white !important;
    }
    
    .cd-content > .title, .cd:hover .title {
        translate: none !important;
        opacity: 1 !important;
    }
    .cd:hover > .cd-content {
        left: 10px !important;
        right: 10px !important;
        bottom: 20px !important;
    }
    .cd > .cd-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cd-content > .title {
        white-space: normal !important;
        overflow: visible !important;
        text-align: center !important;
    }
    .container > .cd:nth-child(1) {
        grid-column: span 6;
        grid-row: span 1;
    }
    .container > .cd:nth-child(2) {
        grid-column: span 3;
        grid-row: span 1;
    }
    .container > .cd:nth-child(3) {
        grid-column: span 3;
        grid-row: span 1;
    }
    .container > .cd:nth-child(4),.container > .cd:nth-child(5){
        grid-column: span 3;
        grid-row: span 1;
    }
    
    .cd{
        border-radius: 10px !important;
    }

    .title {
        font-size: 25px !important;
    }
    .content {
        font-size: 13px !important;
    }
    .spotlight{
        font-size: 12px !important;
    }
    .visitbutton{
        font-size: 12px;
    }
    .home::after, .suggest::after, .search::after, .foodie::after, .gamez::after {
        width: 0;
        height: 0;
    }
    .search{
        padding: 0;
    }
    .search:hover{
        transition: none;
        background-color: transparent;
        color: #000;
    }

}

@media (max-width: 800px) {
    .hamburger-icon{
        display: block;
    }
    .n1{
        display: block;
    }

    footer{
        border-radius: 0;
    }
    .search{
        position: fixed;
        top: 2.7vh;
        right: 15.5%;
    }

    .visit{
        position: relative;
        top: 0;
        left: 0;
        width: 30%;
        animation: none;
    }
    .strtcon{
        animation: none;
    }
    .visitcon{
        text-align: center;
    }
    .strtlogo, .caption{
        width: 80%;
    }
    .footcon{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .flogo{
        display: none;
    }
    .flogo2{
        display: inline;
        width: 60%;
        margin-top: 10%;
    }
    .footlogo{
        text-align: center;
    }
    .foot1{
        width: 90%;
        justify-content: center;
        align-items: center;
    }
    .cpyr8{
        margin-top: 5%;
    }
    .card-side {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
    }

    .front {
        display: flex;
    }

    .back {
        display: none;
    }

    .card:hover {
        transform: none;    
    }

    .cards{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .front-page{
        width: 90%;
    }
    .png{
        width:80%;
        transform: rotate(-45deg);
    }
    .mobilecon{
        display: block;
        width: 300%;
        font-size: 15px;
        text-align: left;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-weight: 600;
        padding-right: 10%;
    }
    .n{
        display: none;
    }

    nav{
        height: 8vh;
    }
    .mobilevw{
        width: 200%;
    }
    

    .container{
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(5,40vh);
        gap: 3vw !important;
    }
    .forfood{
        height: 135vh !important;
    }

    .cd > .background {
        filter: none !important;
        transition: none !important;
    }
    
    .cd > .cd-content {
        transition: none !important;
    }
    
    .cd-content > * {
        transition: none !important;
    }
    
    .cd:hover .profile-image > svg {
        animation: none !important;
        color: white !important;
    }
    
    .cd:hover .ent > svg {
        animation: none !important;
        color: white !important;
    }
    
    .cd-content > .title, .cd:hover .title {
        translate: none !important;
        opacity: 1 !important;
    }
    .cd:hover > .cd-content {
        left: 10px !important;
        right: 10px !important;
        bottom: 20px !important;
    }
    .cd > .cd-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cd-content > .title {
        white-space: normal !important;
        overflow: visible !important;
        text-align: center !important;
    }
    .container > .cd:nth-child(1) {
        grid-column: span 2;
        grid-row: span 1;
    }
    .cd{
        border-radius: 10px !important;
    }

    .title {
        font-size: 25px !important;
    }
    .content {
        display: none;
    }
    .spotlight{
        font-size: 12px !important;
    }
    .visitbutton{
        font-size: 12px;
        margin-top: 1vh !important;
        width: 20% !important;
        height: 4vh !important;
    }
    .text-container{
        width: 100% !important;
        top: 75% !important;
    }
    .slider, .slide img{
        height: 60vh !important;
    }
    .prev, .next {
        padding: 0.75rem !important;
    }
    .prev {
        bottom: 2rem !important;
    }
    
    .next {
        bottom: 5rem !important;
    }  

    .home::after, .suggest::after, .search::after, .foodie::after, .gamez::after {
        width: 0;
        height: 0;
    }
    .cd > .backdrop {
        background: linear-gradient(to bottom, transparent, rgba(0, 0, 0));
        height: 80%;
    }
    .search-bar{
        width: 70% !important;
        text-align: center;
    }
    .footcon {
        flex-direction: column; 
    }

    .footlogo, .infos, .connect {
        max-width: 100%; 
    }

    .connect {
        gap: 10px; 
    }

    .lnk {
        width: 40px;
        height: 40px;
    }
    .search{
        padding: 0;
    }
    .search:hover{
        transition: none;
        background-color: transparent;
        color: #000;
    }
}








.search-bar-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    transform: translateY(-20px);
    background: linear-gradient(45deg, #FFFFFF, #FFEBB5, #FFFFFF, #FFF5E1);
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease-in;
    padding-top: 10vh;
    padding-bottom: 5vh;
    border-radius: 0px 0px 50px 50px;
}

.search-bar-container.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.search-bar {
    width: 40%;
    padding: 15px;
    font-size: 18px;
    border: 0;
    border-bottom: 1px solid #000;
    background-color: transparent;
    color: #000;
    outline: none;
}

.search-icon {
    width: 24px;
    height: 24px;
}

.slider-container.fade-hidden {
    opacity: 0; 
    transition: opacity 1s ease;
}

.slider-container.fade-visible {
    opacity: 1; 
}

.outtop9.fade-hidden {
    opacity: 0; 
    transition: opacity 1s ease;
}

.outtop9.fade-visible {
    opacity: 1; 
}




.lnk:hover svg {
    scale: 1.5;
    fill: white; 
    transition: fill 0.3s ease; 
    transition: scale 0.3s ease; 
    background-color: #000;
    border-radius: 50%;
    padding: 2px;
}

.top9txt, .fortext {
    opacity: 0;
    transform: translateY(50px); 
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.top9txt.visible, .fortext.visible {
    opacity: 1;
    transform: translateY(0); 
}





.search-results {
    max-height: 250px;
    overflow-y: auto;
    margin-top: 15px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: none;
    text-align: left;
}

/* Show search results */
.search-results.show {
    display: block;
}

/* Individual Search Result Item */
.search-result-item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background 0.3s ease;
}

/* Last item has no border */
.search-result-item:last-child {
    border-bottom: none;
}

/* Hover effect */
.search-result-item:hover {
    background: #fff5e1;
}

/* Result Image */
.result-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
}

/* Result Info */
.result-info {
    display: flex;
    flex-direction: column;
}

.result-info h4 {
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}

.result-info p {
    font-size: 14px;
    color: #555;
    margin: 0;
}
.content h1, h2, h3, h4, h5, h6{
    color: #e68a00;
  }




.navlogo:hover {
    transform: rotate(3deg) scale(1.05);
    transition: 0.5s ease;
}