body {
    min-width: 100%;
    margin: 0;
}

img[src="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"]{
    display:none;
   }

a:active {
    text-decoration: none;
    color: inherit;
}

a:link, a:visited {
    text-decoration: none;
    color: inherit;
}

#sideBar {
    width: 0%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    height: 100%;
    z-index: 1;
    overflow-x: hidden;
    transition: 0.5s;
}

#crossMenu {
    font-size: 3.5vw;
    color: white;
    margin-left: 2%;
    cursor: pointer;
}

#menuBar {
    text-align: center;
    color: white;
    font-family: sans-serif;
    font-size: 3.5vw;
    width: 25%;
    margin: auto;
    margin-top: 1%;
    border-style: solid;
    border-width: thin;
    border-color: white;
}

#itemCon {
    margin-top: 5%;
}

#home, #about, #contact, #ppolicy, #sandf, #st, .common {
    text-align: center;
    color: white;
    font-family: sans-serif;
    font-size: 3vw;
    width: 40%;
    margin: auto;
    margin-top: 1%;
    border-style: solid;
    border-width: thin;
    border-color: white;  
    cursor: pointer;
}

#home:hover, #about:hover, #contact:hover, #ppolicy:hover, #sandf:hover, #st:hover, .common:hover {
    color: rgb(0, 162, 255);
    background: white;
}

#mainContainer {
    background: linear-gradient(90deg, #66baff, #008cff);
    display: flex;
    margin-top: 0.5vw;
    padding: 0.3vw 0vw 0.3vw 0vw;
}

#BarContainers {
    /*background: red;*/
    width: 25.6vw;
    margin-top: 0.5vw;
}

#Heading {
    /*background: maroon;*/
    width: 40vw;
}

#fHeading {
    color: white;
    font-family: sans-serif;
    margin: 0;
    margin-left: 1vw;
    font-size: 4vw;
    margin-top: 0.3vw;
}

#headLogo {
    width: 10%;
    display: block;
}

.barImg {
    margin-left: 1vw;
    cursor: pointer;
    width: 6vw;
}

#opContainer {
    background: linear-gradient(90deg, #66baff, #008cff);
    margin-top: 0.5vw;
    color: white;
    font-size: 1.6vw;
    padding: 0.4vw 0vw 0.4vw 0vw;
    font-family: sans-serif;
    font-weight: lighter;
}

#opGames, #opArtwork, #opVideos, #opBlogs, #opTechnofo, #opApplications, #opServices, #opEDMs {
    border-style: solid;
    border-width: thin;
    border-color: white;
    margin-left: 0.8vw;
    text-align: center;
    padding: 0vw 0.5vw 0vw 0.5vw;
    cursor: pointer;
}

#opGames:hover, #opArtwork:hover, #opVideos:hover, #opBlogs:hover, #opTechnofo:hover, #opApplications:hover, #opServices:hover, #opEDMs:hover {
    background: white;
    color:rgb(0, 162, 255)
}

#dataContainer {
    background: linear-gradient(90deg, #66baff, #008cff);
    margin-top: 0.5vw;
    padding-bottom: 0.5vw;
}

.CHeading {
    margin: auto;
    color: white;
    text-align: center;
}

.CHeadingInr {
    margin: 0vw;
    font-size: 4.2vw;
    font-weight: lighter;
    padding-top: 0.5vw;
    font-style: italic;
}

.audioImgContainer {
    margin: 1vw 0vw 0vw 0.5vw;
}

.audioPlayer {
    background: black;
    width: 49%;
    padding: 0.2vw 0vw 0.2vw 1vw;
    color: white;
    display: flex;
}

.playIcon, .SpeakerIcon {
    border-style: solid;
    border-width: 0.15vw;
    border-color: white;
    border-radius: 100%;
    height: 2vw;
    width: 2vw;
    cursor: pointer;
}

.cross {
    z-index: 1;
    position: absolute;
    border-style: solid;
    border-width: thik;
    border-color: red;
    border-top: transparent;
    transform: rotate(140deg);
    width: 1.6vw;
    margin: 1.05vw 0vw 0vw 1.2vw;
    visibility: hidden;
}

.SpeakerIcon {
    margin-left: 1vw;
    display: flex;
}

.playOutter {
    margin: 0.4vw 0vw 0vw 0.35vw;
}

.play{
    width: 0;
    height: 0;
    border-top: 0.6vw solid transparent;
    border-left: 1vw solid white;
    border-bottom: 0.6vw solid transparent;
    margin: auto;
}

.pauseFlex {
    display: flex;
    visibility: hidden;
}

.pause, .pause2 {
    background: white;
    width: 0.2vw;
    height: 1.2vw;
    cursor: pointer;
}

.pause {
    margin-left: 0.19vw;
}

.pause2 {
    margin-left: 0.5vw;
}

.duration {
    margin: 0.45vw 0vw 0vw 1vw;
    font-size: 1.3vw;
    font-family: sans-serif;
}

.progressBar, .progressBar2 {
    margin: 0.72vw 0vw 0vw 1vw;
    background: white;
    height: 0.9vw;
    width: 20vw;
    display: flex;
}

.progressBar2 {
    width: 13vw;
}

.speakerImg {
    width: 70%;
    margin-left: 0.3vw;
}

.seekBar {
    background: #00ff00;
    width: 0%;
    height: 0.9vw;
}

.seekCursor {
    margin: 0vw 0vw 0vw 0vw;
    background: rgb(95, 95, 95);
    width: 1vw;
    height: 0.9vw;
    cursor: pointer;
}

#amaTag {
    overflow: hidden;
    max-width: 100%;
}

#footer, #footer2 {
    text-align: center;
    color: white;
    font-size: 2.2vw;
    border-style: solid;
    border-width: thin;
    border-color: white;
    padding-top: 0.5vw;
    background: white;
    color:rgb(0, 162, 255);
}

#footer {
    margin-top: 1%;
}

#footer2 {
    margin: 0.4vw 0vw 0vw 0vw;
}

@media screen and (max-width: 650px){
    #fHeading {
        font-size: 7vw;
        margin-left: 1.5vw;
    }

    .imgLogo {
        width: 90%;
    }

    .fBar {
        color: white;
        width: 7vw;
        font-size: 0.8vw;
        margin: 1.2vw 0vw 0vw 1.1vw;
    }

    #BarContainers {
        /*background: red;*/
        width: 17vw;
        margin-top: 1vw;
    }

    .barImg {
        margin-top: 0.5vw;
        width: 8vw;
    }

    #opContainer {
        font-weight: normal;
        margin-top: 0.6vw;
        font-size: 3vw;
        padding: 0.9vw 0vw 0.9vw 0vw;
        overflow-y: hidden;
        max-width: 100%;
    }

    #dataContainer {
        margin-top: 0.6vw;
    }

    .CHeadingInr {
        font-size: 6.5vw;
    }

    .duration {
        margin: 0vw 0vw 0vw 1vw;
        font-size: 2.7vw;
    }

    .playIcon, .SpeakerIcon {
        height: 2.7vw;
        width: 2.7vw;
    }

    .progressBar, .progressBar2 {
        margin: 0.72vw 0vw 0vw 1vw;
        height: 1.5vw;
        width: 15vw;
    }
    
    .progressBar2 {
        width: 11vw;
    }

    .seekBar {
        height: 1.5vw;
    }
    
    .seekCursor {
        height: 1.5vw;
    }

    .playOutter {
        margin: 0.6vw 0vw 0vw 0.2vw;
    }

    .play{
        border-top: 0.7vw solid transparent;
        border-left: 1.3vw solid white;
        border-bottom: 0.75vw solid transparent;
        margin: auto;
    }

    .pause, .pause2 {
        background: white;
        width: 0.3vw;
        height: 1.4vw;
        cursor: pointer;
    }
    
    .pause {
        margin-left: 0.52vw;
    }
    
    .pause2 {
        margin-left: 0.52vw;
    }

    .cross {
        border-width: 0.35vw;
        width: 2.1vw;
        margin: 1.4vw 0vw 0vw 1.2vw;
    }
}

@media screen and (max-width: 500px){
    #footer, #footer2 {
        font-size: 3.9vw;
    }

    #menuBar {
        font-size: 4.5vw;
        width: 30%;
    }

    #home, #about, #contact, #ppolicy, #sandf, #st, .common {
        font-size: 4vw;
        width: 50%;
    }
}

@media screen and (max-width: 360px){
    #opContainer {
        font-size: 2.915vw;
        padding: 1vw 0.8vw 1vw 0.8vw;
    }
}