/* 
clay-court by Boris Misevic @borisview (unsplash)
grass-court by @helloimnik (unsplash)
hard-court by Parsoa Khorsand @parsoakhorsand (unsplash)
stands by Reed Mok @reeeed (unsplash)
*/

/* !!!!!!!!!!!!!!! Font size needs to adjust to screen size !!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!! BUILD YOUR OWN SCROLL BAR !!!!!!!!!!!!!!! */


@font-face {
    /* font-family: pramukhRounded;
    src: url('/fonts/PramukhRounded-Variable.ttf'); */
    /* font-family: satoshi;
    src: url('/fonts/Satoshi-Variable.ttf'); */
    font-family: 'Geist';
    src: url('/fonts/Geist-v1.4.01/Geist-v1.4.01/variable/Geist[wght].ttf');
}

@font-face {
    font-family: 'Geist Mono';
    src: url('/fonts/GeistMono-1.4.01/GeistMono-1.4.01/variable/GeistMono[wght].ttf');
}

* {
    font-family: 'Geist', sans-serif;
    /* font-family: 'Geist Mono'; */
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: 500;
}


body {
    /* background: url('./assets/clay-court.avif'); */
    background: url('./assets/1914_International_Lawn_Tennis_Challenge.jpg');
    /* background-position: 0 -10vh; */
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: 0 -5vh; */
    overflow-x: hidden;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 90vw;
    height: 90vh; */
}


.content {
    display: block;
    justify-items: center;
    justify-content: center;
    /* height: 600vh; */
    width: 100vw;
    height: 100vh;
    /* width: 90vw;
    height: 90vh; */
    overflow-x: hidden;
    /* overflow-y: hidden; */
    margin: 0;
    /* background: linear-gradient(to bottom, rgba(18,18,18,0) 80vh, rgba(18, 18, 18, 1) 110vh); */
                /* linear-gradient(to bottom, rgba(18,18,18,0) 60vh, rgba(18, 18, 18, 0.5) 120vh), 
                linear-gradient(to bottom, rgba(18,18,18,0.5) 90vh, rgba(18, 18, 18, 0.75) 150vh),
                linear-gradient(to bottom, rgba(18,18,18,0.75) 120vh, rgba(18, 18, 18, 1) 180vh); */
                /* linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 1px, transparent 1px), */
                /* linear-gradient(to right, rgba(255, 255, 255, 0.4) 1px, transparent 1px); */

    /* background-image: 
        linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 1px, transparent 1px),
        linear-gradient(to right, rgba(255, 255, 255, 0.4) 1px, transparent 1px); */
    /* background-size: 100% 100%, 40px 40px; */
    
    
    /* overflow-y: scroll; */
}

/* ------------------------- SCROLL BAR SITUATION ------------------------- */
.scroll-container {
    /* height: 90vh;
    width: 90vw; */
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    /* display: flex; */
}

.scroll-container::-webkit-scrollbar {
    width: 16px;
}

.scroll-container::-webkit-scrollbar-track {
    /* background-color: transparent; */
    background-color: #181818;
    /* background: white,
                linear-gradient(to bottom, rgba(18,18,18,0) 60vh, rgba(18, 18, 18, 0.5) 150vh), 
                linear-gradient(to bottom, rgba(18,18,18,0) 100vh, rgba(18, 18, 18, 0.75) 200vh),
                linear-gradient(to bottom, rgba(18,18,18,0) 150vh, rgba(18, 18, 18, 1) 300vh); */
}

.scroll-container::-webkit-scrollbar-thumb {
    /* background-color: #181818; */
    /* background-color: rgb(255, 216, 107); */
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    border: 5px solid #181818;
    background-clip: content-box;
    cursor: pointer;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 1);
}


/* ------------------------- ADVANTAGE:IN LOGO SITUATION ------------------------- */
.ADIN_logo {
    position: fixed;
    /* top: 30px; */
    /* right: 50px; */
    left: 50px;
    /* background-color: rgba(18, 18, 18, 0.5); */
    /* border: 2px rgba(18, 18, 18, 0.5); */
    border-radius: 60px;
    /* height: 2.5vw; */
    height: 5vw;
    width: 5vw;
    z-index: 30;
    background-image: url('./assets/adInLogo.png'); 
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* .ADIN_logo img {
    background-color: green;
} */


/* ------------------------- NAVIGATION BAR SITUATION ------------------------- */
.navbar2 {
    position: fixed;
    top: 15px;
    /* margin-top: 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vw;
    width: 100vw;
    z-index: 25;
    /* background-color: red; */
}

.nav-items {
    background-color: rgba(22, 22, 22, 0.5);
    /* background-color: red; */
    height: 2.5vw;
    width: 50vw;
    border-radius: 30px;
    display: flex;
    /* justify-content: center; */
    justify-content: space-between;
    align-items: center;
    /* align-items: baseline; */
    list-style: none;
    /* border: 1px solid rgba(22, 22, 22, 0.5); */
    /* opacity: 0.5; */
}

.nav-items li {
    height: 100%;
    display: flex;
    align-items: center;
}

ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.nav-items a:hover {
    cursor: pointer;
    /* border: 2px solid rgba(0, 0, 0, 0.5); */
}

.nav-link.active {
    /* background-color: yellow; */
    /* background-color: rgb(255, 216, 107); */
    /* background-color: rgba(69, 225, 12, 1); */
    background-color: rgba(18, 18, 18, 1);
    /* fbd86b */
    /* color: rgb(0, 0, 0); */
    /* border: 2px solid rgba(255, 255, 255, 0.5); */
    border: 2px solid rgba(0, 0, 0, 0.5);
}

.nav-items a {
    /* background-color: rgba(22, 22, 22, 0.93); */
    /* background-color: yellow; */
    color: rgb(255, 255, 255);
    /* margin-bottom: -1vw; */
    /* opacity: 0.8; */
    /* opacity: 1; */
    /* text-decoration: none; */
    /* text-decoration-color: black; */
    padding: 0.55vw 1.2vw;
    /* padding-top: 0.7vw; */
    /* position: relative; */
    /* display: inline-block; */
    border-radius: 30px;
    /* border: 2px solid rgba(0, 0, 0, 0.5); */
    /* border: 1px solid transparent; */
    transition: all 0.3s ease;
    font-size: 0.9vw;
    /* margin: 0 auto;
    position: static; */
}

a:hover {
    /* color: rgb(0, 0, 0); */
    opacity: 1;
    background-color: rgba(18, 18, 18, 0.55);
    /* border: 2px solid rgba(0, 0, 0, 0.5); */
    /* text-decoration: underline; */
    /* text-underline-offset: 5px; */
    /* text-decoration: ; */
    /* text-decoration-color: rgb(255, 255, 255); */
}


/* ------------------------- SEARCH BAR SITUATION ------------------------- */
.pop {
    display: none;
    background-color: rgba(22, 22, 22, 0.5);
    /* background-color: red; */
    color: rgb(255, 255, 255);
    /* opacity: 1; */
    text-decoration: none;
    text-decoration-color: black;
    padding: 0.75vw 1vw;
    border-radius: 30px;
    transition: all 0.3s ease;
    margin: 2vw;
    cursor: pointer;
}

.pop:hover {
    color: rgb(0, 0, 0);
    /* opacity: 1; */
    background-color: grey;
}

.search-container {
    display: none;
    height: 2.5vw;
    max-width: 50vw;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.search-container input {
    border: 1px solid rgba(22, 22, 22, 0.93);
    width: 100%;
    max-width: 50vw;
    height: 2.3vw;
    border-radius: 20px;
    font-size: 16px;
    background-color: rgba(22, 22, 22, 0.93);
    color: white;
    padding-left: 2vw;
    box-sizing: border-box;
}

/* SEARCH BAR TOGGLE */
.nav-link.hidden {
    display: none;
}


/* ------------------------- TOP TEXT SITUATION ------------------------- */
.top-text {
    margin-top: 15vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: end;
    /* align-items: end; */
    height: 85vh;
    /* background-color: blue; */
    /* align-items: center; */
}

.title-divider-horiz {
    width: 70vw;
    margin-left: 45px;
    height: 2px;
    opacity: 0.5;
    background-color: white;
}

/* .name2 {
    background-color: red;
    display: flex;
    justify-content: end;
    align-items: end;
} */

/* .name2 {
    background-color: red;
} */

.name2 .live-events {
    position: fixed;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    /* justify-content: space-between; */
    /* margin: auto; */
    /* align-items: center; */
    align-items: end;
    /* bottom: -25px; */
    bottom: 40px;
    right: 50px;
    /* margin-bottom: 10px; */
    font-size: 1.5vw;
    color: white;
    transition: all 0.3s ease;
    /* height: 100%; */
}

.live-events {
    width: 12.5vw;
    height: 2.5vw;
    background-color: rgba(18, 18, 18, 0.5);
    /* background-color: red; */
}

.name2 .live-events:hover {
    background-color: #181818;
    cursor: pointer;
}

.live-events h6 {
    margin-left: 3.5vw;
    margin-right: 4.5vw;
    /* margin-top: 0.5vw; */
    margin-bottom: 0.5vw;
    /* background-color: red; */
}

.live-events svg {
    /* margin-top: auto; */
    margin-bottom: 0.75vw;
    /* background-color: blue; */
}

.name2 p {
    /* width: fit-content; */
    width: 80vw;
    /* background-color: blue; */
    /* display: flex;
    justify-content: center; */
    color: white;
    display: block;
    margin: 0;
    font-size: 10vw;
    margin-left: 40px;
    margin-bottom: 10px;
    /* transform: translateY(20px); */
    /* background-color: blue; */
}



/* FRAME FOR LANDING */

/* Frame edges */
.frame-edge {
    position: fixed;
    /* background-color: #ffffff; */
    background-color: #181818;
    /* border: 2px solid white; */
    /* border-right: 2px solid white; */
    z-index: 9990;
}

.frame-top,
.frame-bottom {
    left: 0;
    width: 100vw;
    height: 15px;
}

.frame-top {
    top: 0;
    /* border-bottom: 2px solid white; */
}

.frame-bottom {
    bottom: 0;
    /* border-top: 2px solid white; */
}

.frame-left,
.frame-right {
    top: 0;
    height: 100vh;
    width: 15px;
}

.frame-left {
    left: 0;
    /* border-right: 2px solid white; */
}

.frame-right {
    right: 0;
    /* border-left: 2px solid white; */
}





/* ----------------- SEARCH ------------------ */
#search-suggestions {
    position: absolute;
    display: flex;
    flex-direction: column;
    /* background: white; */
    background-color: rgba(18, 18, 18, 0.5);
    /* border: 1px solid #181818; */
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50vw;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    color: white;
    top: 100%; /* place directly below input */
    border-radius: 1vw;
    /* left: 0;
    right: 0; */
}

#search-suggestions li {
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #333333;
    transition: all 0.3s ease;
}

#search-suggestions li:hover {
    background-color: #333333;
}


















