
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto+Condensed:ital,wght@0,700;1,700&display=swap');


*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  overflow-x: hidden !important;
  font-family: 'Open Sans', sans-serif;
  color: #666;
}

a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}

ul {
  list-style: none;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto Condensed', sans-serif !important;
    color: #333;
}

button {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

section {
    padding: 40px 0;
}

.section-title-text {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}


/* Our Apps Section CSS Start */
.our-apps-section {
    background: #f5f5f5;
}

.our-apps-section .app-name {
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 25px;
}

.our-apps-section .app-desc {
    color: #666;
    font-size: 14px;
    line-height: 25px;
}
/* Our Apps Section CSS End */


/* Season 1 Section CSS Start */
.season-1-section .section-title-text {
    color: #133ede;
    font-family: 'Roboto Condensed', sans-serif;
}

.season-1-section .episode-banner {
    background: #cbcbcb;
    display: block;
}

.season-1-section .episode-banner h4 {
    color: #666;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 22px;
    font-weight: 700;
}

.season-1-section .episode-name {
    font-size: 18px;    
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
/* Season 1 Section CSS End */


/* Music Visualizers Section CSS Start */
.music-visualizers-section .section-title-text {
    color: #133ede;
    font-family: 'Roboto Condensed', sans-serif;
}

.music-visualizers-section .music-thumbnail {
    display: block;
    text-align-last: left;
}

.music-visualizers-section .music-name {
    font-size: 18px;    
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
/* Music Visualizers Section CSS End */


/* Social Media Section CSS Start */
.social-media-section {
    background: #f5f5f5;
}

.social-media-section .section-title-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal !important;
    color: #a50dc0;
}

.social-media-section .social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-section .social .social-icon {
    display: block;
    max-width: 80px;
    max-height: 80px;
}

.social-media-section .social .social-text strong {
    color: #333;
    font-size: 16px;
}

.social-media-section .social .social-text p {
    font-size: 14px;
    margin-bottom: 0;
    font-family: 'Roboto Condensed', sans-serif;
    color: #666666;
}

.social-media-section .social .social-icon img {
    border-radius: 20px;
    max-width: 80px;
    max-height: 80px;
}

.social-media-section .social-banner img {
    width: 100%;
}
/* Social Media Section CSS End */



/* Main Site Section CSS Start */
.main-site-section {
    background: #000;
}

.main-site-section .section-title-text {
    color: #db0a0a;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
}

.main-site-section .site-img {
    width: 150px;
    height: 150px;
}

.main-site-section .site-link {
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
}
/* Main Site Section CSS End */


/* Teasers-Trailers Section CSS Start */
.teasers-trailers-section .section-title-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
}

.teasers-trailers-section .show-name {
    font-size: 18px;    
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.teasers-trailers-section .show-desc {
    font-size: 14px;
}
/* Teasers-Trailers Section CSS End */



/* Music Videos Section CSS Start */
.music-videos-section .section-title-text {
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
}

.music-videos-section .music-name {
    font-size: 18px;    
    font-weight: 700;
}
/* Music Videos Section CSS End */


/* GTA Pictures Section CSS Start */
.gta-pictures-section .section-title-text {
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
}
/* GTA Pictures Section CSS End */


/* Project Info Section CSS Start */
.project-info-section .project-info-title {
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
}

.project-info-section .project-info-desc {
    font-size: 14px;
}
/* Project Info Section CSS End */


/* CDS for Sale Section CSS Start */
.cds-for-sale-section .section-title-text {
    color: #e01212;
}

.cds-for-sale-section .cd-image img {
    height: 100%;
}

.cds-for-sale-section .albums {
    background: #f5f5f5;
    z-index: -5 !important;
}

.cds-for-sale-section .album {
    position: relative;
    z-index: 3;
}

.cds-for-sale-section .album::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background: #cbcbcb;
    z-index: -1;
}

.cds-for-sale-section .album-left::after {
    top: 0;
    left: 0;
}

.cds-for-sale-section .album-right::after {
    top: 0;
    right: 0;
}
/* CDS for Sale Section CSS End */


/* Listen Section CSS Start */
.listen-section .section-title-text {
    font-style: normal;
}
/* Listen Section CSS End */


/* Lyric Videos Section CSS Start */
.lyric-videos-section .section-title-text {
    font-style: normal;
}
/* Lyric Videos Section CSS End */


/* Video Previews Section CSS Start */
.video-previews-section .section-title-text {
    font-style: normal;
}

.video-previews-section .video-preview-text {
    font-size: 14px;
}
/* Video Previews Section CSS End */


/* Ringtones Section CSS Start */
.ringtones-section .section-title-text {
    font-style: normal;
}
/* Ringtones Section CSS End */


/* Contact Section CSS Start */
.contact-section .section-title-text {
    font-style: normal;
}

.contact-section .contact-text {
    font-size: 14px;
}
/* Contact Section CSS End */


/* Footer CSS Start */
footer a {
    font-size: 16px;
    font-weight: 700;
    color: #333
}

footer .hidden-text {
    font-size: 4px;
}
/* Footer CSS End */


/* ===================
    Responsive CSS
=================== */

@media (max-width: 767.98px) {
    .album::after {
        display: none;
    }
}