body {
background-image: url('bg.png');
background-size: cover;
background-attachment: fixed;
position: relative;
overflow-x: hidden;
max-width: 100%;
height: 700px;
display: block;
scrollbar-width: thin;
scrollbar-color: #ffffff;
cursor: auto;
}

.mainbar {
position: fixed; z-index: 2;
width: 100%;
height: 6.75vh; 
top: 0px;
left: 0px;
background-color: #1d1d1d;
box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
}

input[type="search"] {
border: solid 1px;
height: 35px;
width: 48.90%; 
border-radius: 20px;
position: relative;
top: -1.75vh;
left: 20%;
background: transparent;
font-family: Arial;
color: white;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    cursor: pointer;

    height: 18px;
    width:  18px;
    background-image: url("close.png");
}


#DTSTV {
background: none;
position: fixed;
width: 8.78%;
left: 0px;
top: 0.2vh;
display: inline-block;
border: none;
}

.WDD {
position: relative;
left: 95vw;
top: 3px;   
}

@media (min-width: 320px) and (max-width: 767px ) {
    
.WDD {
position: relative;
width: 0px;
height: 0px;
}
    
.sidebar{
display: none;
position: fixed; z-index: 1;
background-color: black;
width: 120px;
height: 100vh;
top: 0px;
left: 0px;
overflow-y: scroll;
overflow-x: hidden;
}

#My_Account {
position: relative;
width: 0.5vw;
height: 25px;
left: 30px;    
top: 10px;
}

#signup {
position: relative;
width: 25px;
height: 25px;
left: 29px;    
top: 30px;
}

#radio {
position: relative;
width: 26px;
height: 26px;
top: 50px;
left: 30px;    
}

#balence {
position: relative;
width: 25px;
height: 25px;
top: 45px;
left: 29px;    
}

#settings {
position: relative;
width: 25px;
height: 25px;
top: 40px;
left: 30px;    
}

#Home {
position: relative;
width: 25px;
height: 25px;
top: 40px;
left: 30px;    
}

.sbarea {
position: relative;
width: 100%;
height: 1150px;
top: 44px;
}

.WDD {
position: relative;
left: 1150px;
top: 3px;   
}

h5 {
font-family: arial;
color: white;
}

#MA {
text-decoration: none;
position: relative;
left: -10px;
top: -10px;   
}

#SL {
position: relative;
left: -19px;    
}

#R {
position: relative;
top: -5px;
left: 5px;  
}

#B {
position: relative;  
}

#S {
position: relative;
left: -1px;
}

#H {
position: relative;
left: 7px;

}


#content {
position: relative;
width: 80%;
height: 80%;
display: flex;
flex-wrap: wrap;
background-color: blue;
}

.Welcome {
position: relative;
top: 5vh;
left: 50vw;
font-family: arial;
color: white;
}
    
.showbox1 {
position: relative;
top: 2.5vh;
left: 2vw;
width: 25vw;
height: 45vh;
background-color: #3e2f3f;
justify-content: center;
border: 2px;
font-family: arial;
font-style: italic;
cursor: pointer;
}

.showbox2 {
position: relative;
top: 2.5vh;
left: 2vw;
width: 25vw;
height: 45vh;
background-color: #3e2f3f;
justify-content: center;
border: 2px;
font-family: arial;
font-style: italic;
cursor: pointer;
}

.showbox3 {
position: relative;
top: 2.5vh;
left: 2vw;
width: 25vw;
height: 45vh;
background-color: #3e2f3f;
justify-content: center;
border: 2px;
font-family: arial;
font-style: italic;
cursor: pointer;
}

.showbox1:hover {
    transform: scale(1.13);
    transition: transform 0.5s;
}

.showbox2:hover {
    transform: scale(1.13);
    transition: transform 0.5s;
}

.showbox3:hover {
    transform: scale(1.13);
    transition: transform 0.5s;
}

@keyframes bounce {
    0%, 100% { transform: translateY(20vh); }
    50% { transform: translateY(-10px); }
}    

#showbox-container {
position: relative;
display: flex;
flex-direction: row;
width: 100%;
gap: 10vw;
top: 10vh;
left: 17.5vw;
transition: margin-left 0.3s;
}  

input[type="search"] {
border: solid 1px;
height: 35px;
width: 48.90%; 
border-radius: 20px;
position: relative;
top: 8.5%;
left: 16%;
background: transparent;
font-family: Arial;
color: white;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    cursor: pointer;

    height: 18px;
    width:  18px;
    background-image: url("close.png");
}    
}

@media (min-width: 768px) and (max-width: 1366px ) {

input[type="search"] {
border: solid 1px;
height: 35px;
width: 50%; 
border-radius: 20px;
position: relative;
top: -6vh;
left: 20%;
background: transparent;
font-family: Arial;
color: white;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    cursor: pointer;

    height: 18px;
    width:  18px;
    background-image: url("close.png");
}
    
.sidebar{
display: none;
position: fixed; z-index: 1;
background-color: black;
width: 120px;
height: 100vh;
top: 0px;
left: 0px;
overflow-y: scroll;
overflow-x: hidden;
}

#My_Account {
position: relative;
width: 0.5vw;
height: 25px;
left: 30px;    
top: 10px;
}

#signup {
position: relative;
width: 25px;
height: 25px;
left: 29px;    
top: 30px;
}

#radio {
position: relative;
width: 26px;
height: 26px;
top: 50px;
left: 30px;    
}

#balence {
position: relative;
width: 25px;
height: 25px;
top: 45px;
left: 29px;    
}

#settings {
position: relative;
width: 25px;
height: 25px;
top: 40px;
left: 30px;    
}

#Home {
position: relative;
width: 25px;
height: 25px;
top: 40px;
left: 30px;    
}

.sbarea {
position: relative;
width: 100%;
height: 1150px;
top: 44px;
}

.WDD {
position: relative;
left: 1150px;
top: 3px;   
}

h5 {
font-family: arial;
color: white;
}

#MA {
text-decoration: none;
position: relative;
left: -10px;
top: -10px;   
}

#SL {
position: relative;
left: -19px;    
}

#R {
position: relative;
top: -5px;
left: 5px;  
}

#B {
position: relative;  
}

#S {
position: relative;
left: -1px;
}

#H {
position: relative;
left: 7px;

}

#content {
position: relative;
width: 80vw;
height: 80vh;
display: flex;
flex-wrap: wrap;
background-color: blue;
}

.Welcome {
position: relative;
top: 5vh;
left: 45vw;
font-family: arial;
color: white;
}
    
.showbox1 {
position: relative;
top: 2.5vh;
left: 2vw;
width: 25vw;
height: 45vh;
background-color: #3e2f3f;
justify-content: center;
border: 2px;
font-family: arial;
font-style: italic;
cursor: pointer;
}

.showbox2 {
position: relative;
top: 2.5vh;
left: 2vw;
width: 25vw;
height: 45vh;
background-color: #3e2f3f;
justify-content: center;
border: 2px;
font-family: arial;
font-style: italic;
cursor: pointer;
}

.showbox3 {
position: relative;
top: 2.5vh;
left: 2vw;
width: 25vw;
height: 45vh;
background-color: #3e2f3f;
justify-content: center;
border: 2px;
font-family: arial;
font-style: italic;
cursor: pointer;
}

.showbox1:hover {
    transform: scale(1.13);
    transition: transform 0.5s;
}

.showbox2:hover {
    transform: scale(1.13);
    transition: transform 0.5s;
}

.showbox3:hover {
    transform: scale(1.13);
    transition: transform 0.5s;
}
    
@keyframes bounce {
    0%, 100% { transform: translateY(20vh); }
    50% { transform: translateY(-10px); }
}    

#showbox-container {
position: relative;
display: flex;
flex-direction: row;
overflow-x: auto;
overflow-y: hidden;
gap: 10vw;
top: 15vh;
width: auto;
left: 0vw;
transition: margin-left 0.3s;
height: auto;
}
} 
    

@media (min-width: 1367px) and (max-width: 1920px ) {

.sidebar{
position: relative; z-index: 1;
background-color: black;
width: 8.78%;
height: auto;
top: 0px;
left: -8px;
overflow-y: scroll;
overflow-x: hidden;
display: none;
}

#My_Account {
position: relative;
width: 0.5vw;
height: 25px;
left: 30px;    
top: 10px;
}

#signup {
position: relative;
width: 25px;
height: 25px;
left: 29px;    
top: 30px;
}

#radio {
position: relative;
width: 26px;
height: 26px;
top: 50px;
left: 30px;    
}

#balence {
position: relative;
width: 25px;
height: 25px;
top: 45px;
left: 29px;    
}

#settings {
position: relative;
width: 25px;
height: 25px;
top: -60px;
left: 30px;    
}

#Home {
position: relative;
width: 25px;
height: 25px;
top: 175px;
left: 30px;  
}


#DTSTV {
background: none;
position: fixed;
width: 8.78%;
left: 0px;
top: 1.225vh;
display: inline-block;
border: none;
cursor: pointer;
}



.sbarea {
position: relative;
width: 100%;
height: 1150px;
top: 44px;
left: 18.5%;
}

h5 {
font-family: arial;
color: white;
}

#MA {
text-decoration: none;
position: relative;
left: -10px;
top: -10px;   
}

#SL {
position: relative;
left: -19px;    
}

#R {
position: relative;
top: -5px;
left: 5px;  
}

#B {
position: relative;  
}

#S {
position: relative;
left: -1px;
}

#H {
position: relative;
left: 7px;

}

#content {
position: relative;
width: 80vw;
height: 80vh;
display: flex;
flex-wrap: wrap;
background-color: #blue;

}

.Welcome {
position: relative;
top: 5vh;
left: 45vw;
font-family: arial;
color: white;
}
    
.showbox1 {
position: relative;
top: 2.5vh;
left: 2vw;
width: 25vw;
height: 45vh;
background-color: #3e2f3f;
justify-content: center;
border: 2px;
font-family: arial;
font-style: italic;
cursor: pointer;
}

.showbox2 {
position: relative;
top: 2.5vh;
left: 2vw;
width: 25vw;
height: 45vh;
background-color: #3e2f3f;
justify-content: center;
border: 2px;
font-family: arial;
font-style: italic;
cursor: pointer;
}

.showbox3 {
position: relative;
top: 2.5vh;
left: 2vw;
width: 25vw;
height: 45vh;
background-color: #3e2f3f;
justify-content: center;
border: 2px;
font-family: arial;
font-style: italic;
cursor: pointer;
}

.showbox1:hover {
    transform: scale(1.13);
    transition: transform 0.5s;
}

.showbox2:hover {
    transform: scale(1.13);
    transition: transform 0.5s;
}

.showbox3:hover {
    transform: scale(1.13);
    transition: transform 0.5s;
}
    
@keyframes bounce {
    0%, 100% { transform: translateY(20vh); }
    50% { transform: translateY(-10px); }
}    

#showbox-container {
position: relative;
display: flex;
flex-direction: row;
overflow-x: auto;
overflow-y: hidden;
gap: 10vw;
top: 15vh;
width: auto;
left: 0vw;
transition: margin-left 0.3s;
height: auto;
} 

input[type="search"] {
border: solid 1px;
height: 5.12vh;
width: 48.90%; 
border-radius: 100px;
position: relative;
top: -3.5vh;
left: 25%;
background: transparent;
font-family: Arial;
color: white;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    cursor: pointer;

    height: 36px;
    width:  36px;
    background-image: url("close.png");
}

.WDD {
position: relative;
left: 95vw;
top: 1.5vh;   
}
} 
    

    
@media (min-width: 1921px) and (max-width: 2560px ) {

.sidebar{
position: relative; z-index: 1;
background-color: black;
width: 8.78%;
height: auto;
top: 0px;
left: -8px;
overflow-y: scroll;
overflow-x: hidden;
display: none;
}

#My_Account {
position: relative;
width: 0.5vw;
height: 25px;
left: 30px;    
top: 10px;
}

#signup {
position: relative;
width: 25px;
height: 25px;
left: 29px;    
top: 30px;
}

#radio {
position: relative;
width: 26px;
height: 26px;
top: 50px;
left: 30px;    
}

#balence {
position: relative;
width: 25px;
height: 25px;
top: 45px;
left: 29px;    
}

#settings {
position: relative;
width: 25px;
height: 25px;
top: -60px;
left: 30px;    
}

#Home {
position: relative;
width: 25px;
height: 25px;
top: 175px;
left: 30px;  
}


#DTSTV {
background: none;
position: fixed;
width: 8.78%;
left: 0px;
top: 1.225vh;
display: inline-block;
border: none;
cursor: pointer;
}



.sbarea {
position: relative;
width: 100%;
height: 1150px;
top: 44px;
left: 0%;
}

h5 {
font-family: arial;
color: white;
}

#MA {
text-decoration: none;
position: relative;
left: -10px;
top: -10px;   
}

#SL {
position: relative;
left: -19px;    
}

#R {
position: relative;
top: -5px;
left: 5px;  
}

#B {
position: relative;  
}

#S {
position: relative;
left: -1px;
}

#H {
position: relative;
left: 7px;

}

#content {
position: relative;
width: 80vw;
height: 80vh;
display: flex;
flex-wrap: wrap;
background-color: #blue;

}

.Welcome {
position: relative;
top: 5vh;
left: 45vw;
font-family: arial;
color: white;
}
    
.showbox1 {
position: relative;
top: 2.5vh;
left: 2vw;
width: 25vw;
height: 45vh;
background-color: #3e2f3f;
justify-content: center;
border: 2px;
font-family: arial;
font-style: italic;
cursor: pointer;
}

.showbox2 {
position: relative;
top: 2.5vh;
left: 2vw;
width: 25vw;
height: 45vh;
background-color: #3e2f3f;
justify-content: center;
border: 2px;
font-family: arial;
font-style: italic;
cursor: pointer;
}

.showbox3 {
position: relative;
top: 2.5vh;
left: 2vw;
width: 25vw;
height: 45vh;
background-color: #3e2f3f;
justify-content: center;
border: 2px;
font-family: arial;
font-style: italic;
cursor: pointer;
}

.showbox1:hover {
    transform: scale(1.13);
    transition: transform 0.5s;
}

.showbox2:hover {
    transform: scale(1.13);
    transition: transform 0.5s;
}

.showbox3:hover {
    transform: scale(1.13);
    transition: transform 0.5s;
}
    
@keyframes bounce {
    0%, 100% { transform: translateY(20vh); }
    50% { transform: translateY(-10px); }
}    

#showbox-container {
position: relative;
display: flex;
flex-direction: row;
overflow-x: auto;
overflow-y: hidden;
gap: 10vw;
top: 15vh;
width: auto;
left: 0vw;
transition: margin-left 0.3s;
height: auto;
}

input[type="search"] {
border: solid 1px;
height: 5.12vh;
width: 48.90%; 
border-radius: 100px;
position: relative;
top: 0px;
left: 18.74%;
background: transparent;
font-family: Arial;
color: white;
}  
} 