:root {
	--transparent-color: #ffffff00;

    --white-color: #ffffff;
    --white-color-05: #ffffff0d;
	--white-color-15: #ffffff26;
	--white-color-25: #ffffff40;
	--white-color-50: #ffffff80;
	--white-color-75: #ffffffbf;
	
    --black-color: #000000;
	--black-color-15: #00000026;
	--black-color-25: #00000040;
    --black-color-40: #00000066;
	--black-color-50: #00000080;
	--black-color-75: #000000bf;

    --dark-color: #000112;

    --theme-color-01: #06021a;
    --theme-color-01-15: #06021a26;
	--theme-color-01-25: #06021a40;
	--theme-color-01-50: #06021a80;
	--theme-color-01-75: #06021abf;
    --theme-color-01-85: #06021ad9;

    --theme-color-02: #e5292c;
    --theme-color-02-15: #e5292c26;
	--theme-color-02-25: #e5292c40;
	--theme-color-02-50: #e5292c80;
	--theme-color-02-75: #e5292cbf;

    --theme-color-03: #0e1437;

    --theme-color-04: #192464;

    --theme-color-05: #23ccfc;

    --red-color: #be5034;
	
    --border-radius-00: 0;
    --border-radius-25: .25rem;
    --border-radius-50: 50%;

    --font-montserrat: "Montserrat", sans-serif;
    --font-tajawal: "Tajawal", sans-serif;
	--font-awesome: "Font Awesome 5 Pro", sans-serif;
}

* {
    outline: 0 !important;
    box-shadow: none !important;
}

html {
    position: relative;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
	font-family: var(--font-montserrat);
    color: var(--white-color);
    background-color: var(--theme-color-01);
	font-size: 100%;
	font-weight: 400;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    min-height: 100%;
	direction: ltr;
}

a,
a:focus,
a:hover {
    text-decoration: none !important;
    transition: all .5s ease-in-out;
}

ul {
    padding: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
	color: var(--white-color);
}

p {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

@media (max-width: 576px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important;
    }
}

::selection {
    background: var(--theme-color-01);
    color: var(--white-color);
}

.lang-en {
    font-family: var(--font-montserrat);
}

/****** Header ******/

header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2;
        border-bottom: none;
        background-color: var(--theme-color-01);
        background-image: url(../img/pages/header-bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        border-bottom: .5rem solid var(--theme-color-02);
}

header .header-logo {
    display: block;
}

header .header-logo img {
    width: 140px;
}

header .header-left,
header .header-right {
    display: none;
}

header .nav-item .nav-link i,
header .nav-item .nav-link i:focus {
    font-size: 2vw;
    color: var(--white-color);
}

@media (max-width: 576px) {
    header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2;
        border-bottom: none;
        background-color: var(--transparent-color);
        background-image: url(../img/pages/header-bg-mob.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        border-bottom: none;
    }
    header .header-left {
        display: block;
    }
    header .header-logo {
        display: none;
    }
    header .navbar {
        padding-top: 1vh;
        padding-bottom: 4.4vh;
    }
    header .nav-item .nav-link,
    header .nav-item .nav-link:focus {
        font-size: 1.125vw;
        font-weight: 600;
        line-height: normal;
        background-color: var(--transparent-color);
        color: var(--white-color);
        margin-right: .25rem;
        margin-left: .25rem;
        padding: .25rem !important;
        position: relative;
    }
    header .nav-item .nav-link i,
    header .nav-item .nav-link i:focus {
        font-size: 4vw;
    }
}

@media (max-width: 576px) {
    header .navbar {
        padding-top: .5vh;
        padding-bottom: 3vh;
    }
}

/****** Footer ******/

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    border-top: none;
    background-color: var(--transparent-color);
    background-image: url(../img/pages/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

footer.footer-cus {
    height: auto;
    padding-top: 10vh;
}

footer .col-footer-01 {
    padding-bottom: 1.5vh;
    padding-top: 6vh;
}

footer .footer-link {
    position: relative;
    display: inline-block;
    font-size: 1.5vw;
    font-weight: 600;
    line-height: normal;
    color: var(--white-color);
    text-align: center;
    padding: 0 4px;
}

footer .footer-link::after {
    content: "";
    width: 100%;
    height: .75vh;
    background-color: var(--theme-color-02);
    position: absolute;
    bottom: .75vh;
    left: 50%;
    margin-left: -50%;
    z-index: -1;
}

footer .col-footer-02 {
    padding-top: .5vh;
}

footer .col-footer-02 img {
    width: 52%;
}

footer .col-footer-03 {
    padding-top: 2vh;
}


@media (min-width: 1400px) {
    footer.footer-cus {
        padding-top: 14vh;
    }
    footer .col-footer-02 img {
        width: 40%;
    }
}


@media (max-width: 992px) {
    footer .col-footer-01 {
        padding-bottom: .5vh;
        padding-top: 3.05vh;
    }
    footer .footer-link {
        font-size: 2vw;
    }
    footer .col-footer-03 {
    padding-top: 1vh;
}
}


@media (max-width: 576px) {
    footer {
        background-image: url(../img/pages/footer-bg-mob.webp);
    }
    footer.footer-cus {
        padding-top: 7.2vh;
    }
    footer .col-footer-01 {
        padding-bottom: .5vh;
        padding-top: 3.05vh;
    }
    footer .footer-link {
        font-size: 3vw;
    }
    footer .col-footer-02 {
        padding-top: .25vh;
    }
    footer .col-footer-02 img {
        width: 90%;
    }
    footer .footer-link::after {
        width: 100%;
        height: .5vh;
        bottom: .5vh;
    }
}

/****** Main ******/

main {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.bg-theme-color-01 {
    background-color: var(--theme-color-01);
}

.bg-theme-color-02 {
    background-color: var(--theme-color-02);
}

.cus-link,
.cus-link:focus {
    position: relative;
    display: inline-block;
    color: currentColor;
}

.cus-link:hover {
    color: var(--theme-color-02);
}

.cus-link::after,
.cus-link::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    background-color: currentColor;
}

.cus-link::before {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.cus-link::after {
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}

.cus-link:hover::before {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    -moz-transition: -moz-transform .5s cubic-bezier(.86, 0, .07, 1);
    transition: transform .5s cubic-bezier(.86, 0, .07, 1);
}

.cus-link:hover::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1) .25s;
    -moz-transition: -moz-transform .5s cubic-bezier(.86, 0, .07, 1) .25s;
    transition: transform .5s cubic-bezier(.86, 0, .07, 1) .25s;
}


/****** Intro Page ******/

.intro-page header {
    display: none;
}

.intro-page footer {
    display: none;
}

.intro-sec {
  position: relative;
  background-image: none;
  background-color: var(--theme-color-01);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.intro-sec::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/pages/intro-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform: scale(1);
    transform-origin: center center;
    z-index: 0;
    animation: bgZoom 3s ease-in-out 4s 2 forwards;
}

.intro-sec-blur::before {
    content: "";
    width: 100vw;
    height: 100vh;
    background: var(--black-color-25);
    position: absolute;
    top: 0;
    left: 0;  
    backdrop-filter: blur(10px);
    fill-opacity: 0;
    opacity: 1;
    z-index: 1;
    animation: fadeOutBlur 1s ease-in-out 4s 1 both;
    transition: all .5s ease-in-out;
}

.intro-over {
    position: relative;
    z-index: 2;
    animation: moveToCorner 1s ease-in-out 4s 1 both;
}

.intro-over img {
    position: absolute;
    top: 0;
    left: 0;
}

.intro-over img.logo-image-01 { 
  z-index: 1;
  opacity: 1;
  transform-origin: center;
  animation: zoomPulse .8s ease-in-out 0s 3 both;
}

.intro-over img.logo-image-02,
.intro-over img.logo-image-03,
.intro-over img.logo-image-04 {
  opacity: 0;
  will-change: transform, opacity;
}

.intro-over img.logo-image-02 {
  z-index: 4;
  transform: translateY(100%);
  animation: slideUp 1.2s cubic-bezier(.2,.75,.2,1) calc(3 * .8s) 1 both;
}

.intro-over img.logo-image-03 {
  z-index: 3;
  transform: translateX(var(--split-shift, 60px)) scale(.98);
  animation: nudgeLeft .5s ease-out calc((3 * .8s) + .6s) 1 both;
}

.intro-over img.logo-image-04 {
  z-index: 2;
  transform: translateX(calc(var(--split-shift, 60px) * -1)) scale(.98);
  animation: nudgeRight .5s ease-out calc((3 * .8s) + .6s) 1 both;
}


@media (max-width: 576px) {
    .intro-sec {
        background-image: url(../img/pages/intro-bg-mob.webp);
    }
}


/****** Home Page ******/

.home-page {
    background-color: var(--theme-color-01);
}

.home-sec {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/pages/home-bg-full-xxx.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
}

.home-over {
    position: relative;
    z-index: 1;
}

.home-over .logo-image {
    position: absolute;
    top: 5vh;
    margin: auto;
    width: 100%;
}

.home-over .home-btn {
    position: relative;
    width: 37%;
    margin: auto;
    padding-top: 21%;
}

.home-over .home-btn img { 
  z-index: 1;
  opacity: 1;
  transform-origin: center;
  animation: zoomPulse2 1.5s ease-in-out infinite;
}

.home-text {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 75vh;
    text-align: center;
}

.home-text h1 {
    position: relative;
    font-size: 2vw;
    letter-spacing: 1vw;
    font-weight: 400;
	color: var(--white-color);
    text-align: center;
    background-color: var(--theme-color-02);
    display: inline-block;
    border-radius: 2rem;
    padding: .25rem 2rem;
}

.home-text h2 {
    position: relative;
    font-size: 4vw;
    letter-spacing: .25vw;
    font-weight: 600;
    text-align: center;
    color: var(--white-color);
    text-transform: uppercase;
    width: 60%;
    margin: auto;
    margin-top: 2.5vh;
    line-height: 3vh;
    display: none;
}

.home-text h2::after {
    content: "";
    width: 50%;
    height: .7vh;
    background-color: var(--theme-color-02);
    position: absolute;
    bottom: .5rem;
    left: 50%;
    margin-left: -25%;
    z-index: -1;
}

.home-text h3 {
    position: relative;
    font-size: 4vw;
    letter-spacing: .25vw;
    font-weight: 600;
    text-align: center;
    color: var(--white-color);
    text-transform: uppercase;
    width: 60%;
    margin: auto;
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;
    line-height: 3vh;
    display: none;
}

.home-text h3::after {
    content: "";
    width: 60%;
    height: .7vh;
    background-color: var(--theme-color-02);
    position: absolute;
    bottom: .5rem;
    left: 50%;
    margin-left: -30%;
    z-index: -1;
}

.home-text .home-image {
    display: none;
}


@media (min-width: 1400px) {
    .home-sec {
        background-image: url(../img/pages/home-bg-full-xxx-02.webp);
        padding-top: 45%;
    }
    .home-over .home-btn {
        width: 30%;
        padding-top: 13.5%;
    }
}


@media (max-width: 992px) {
    .home-sec {
        background-image: url(../img/pages/home-bg-mob-02.webp);
        padding-top: 148.26%;
    }
    .home-over .home-btn {
        width: 75%;
        padding-top: 50%;
    }
}

@media (max-width: 576px) {
    .home-sec {
        background-image: url(../img/pages/home-bg-mob.webp);
        padding-top: 188.79%;
        background-position: center top;
        height: auto;
    }

    .home-over {
        position: relative;
        z-index: 1;
    }

    .home-over .logo-image {
        position: absolute;
        top: 10vh;
        margin: auto;
        width: 100%;
    }

    .home-over .home-btn {
        position: relative;
        width: 98%;
        margin: auto;
        padding-top: 64%;
    }

    .home-over .home-btn img { 
        z-index: 1;
        opacity: 1;
        transform-origin: center;
        animation: zoomPulse2 1.5s ease-in-out infinite;
    }

    .home-text {
        position: absolute;
        width: 100%;
        margin: auto;
        top: 60vh;
        text-align: center;
    }

    .home-text h1 {
        position: relative;
        font-size: 4vw;
        letter-spacing: 1vw;
        font-weight: 400;
        color: var(--white-color);
        text-align: center;
        background-color: var(--transparent-color);
        padding: 0;
        display: block;
    }

    .home-text h2 {
        position: relative;
        font-size: 4vw;
        letter-spacing: .25vw;
        font-weight: 600;
        text-align: center;
        color: var(--white-color);
        text-transform: uppercase;
        width: 60%;
        margin: auto;
        margin-top: 2.5vh;
        line-height: 3vh;
        display: block;
    }

    .home-text h2::after {
        content: "";
        width: 50%;
        height: .5vh;
        background-color: var(--theme-color-02);
        position: absolute;
        bottom: .5rem;
        left: 50%;
        margin-left: -25%;
        z-index: -1;
    }

    .home-text h3 {
        position: relative;
        font-size: 4vw;
        letter-spacing: .25vw;
        font-weight: 600;
        text-align: center;
        color: var(--white-color);
        text-transform: uppercase;
        width: 60%;
        margin: auto;
        margin-top: 2.5vh;
        margin-bottom: 2.5vh;
        line-height: 3vh;
        display: block;
    }

    .home-text h3::after {
        content: "";
        width: 60%;
        height: .5vh;
        background-color: var(--theme-color-02);
        position: absolute;
        bottom: .5rem;
        left: 50%;
        margin-left: -30%;
        z-index: -1;
    }
    
    .home-text .home-image {
        display: block;
    }
}


/****** Categories Page ******/

.categories-page {
    background-color: var(--black-color);
}

.categories-sec {
    position: relative;
}

.categories-spin {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.categories-spin .categories-spin-01,
.categories-spin .categories-spin-02,
.categories-spin .categories-spin-03,
.categories-spin .categories-spin-04 {
    position: absolute;
    left: 0;
    top: 0;
}

.categories-spin .categories-spin-01 {
    z-index: 1;
}

.categories-spin .categories-spin-02 {
    z-index: 2;
    transition: transform 0.5s ease;
    cursor: grab;
    border-radius: 50%;
}

.categories-spin .categories-spin-03 {
    z-index: 3;
}

.categories-spin .categories-spin-04 {
    z-index: 4;
    transition: transform 0.5s ease;
    cursor: grab;
    border-radius: 50%;
    overflow: hidden;
}

.categories-sec .arrow-cus-01 {
    width: 4rem;
    height: 4rem;
    position: relative;
    margin: auto;
}

.categories-sec .arrow-cus-01::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pages/arrow-01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.categories-sec .arrow-cus-01 {
    animation: float 2s ease-in-out infinite;
}

.categories-sec .cat-name {
    color: var(--white-color);
    font-size: 1.5vw;
    padding: .5rem;
    border: none;
    text-align: center;
    background-color: var(--theme-color-02);
}

.categories-sec .cat-name a,
.categories-sec .cat-name a:focus {
    color: var(--white-color);
    font-size: 1.5vw;
}

.categories-sec .cat-name a:hover {
    color: var(--white-color);
}

.categories-sec .cat-name .btn-form {
    color: var(--white-color);
    font-size: 1.5vw;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    background-color: var(--transparent-color);
    text-align: center;
    width: 100%;
}

.categories-sec .cat-arrow-left,
.categories-sec .cat-arrow-right {
    color: var(--theme-color-02);
    font-weight: 600;
    font-size: 1.5vw;
    cursor: pointer;
}

.categories-sec .text {
    font-size: 1.75vw;
    font-weight: 500;
    position: relative;
    z-index: 1;
    color: var(--white-color);
    display: inline-block;
}

.category-item {
    opacity: 0;
    transform: translateY(0);
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    display: none;
}

.category-item.active {
    display: block;
    animation-name: fadeInUp2;
    opacity: 1;
}

@media (min-width: 1440px) {
    .categories-sec .cat-name a,
    .categories-sec .cat-name a:focus {
        font-size: 1.125vw;
    }
    .categories-sec .cat-name .btn-form {
        font-size: 1.125vw;
    }
    .categories-sec .text {
        font-size: 1.5vw;
    }
}

@media (max-width: 992px) {
    .categories-sec .page-logo {
        width: 24vw;
        height: auto;
    }
    .categories-sec .cat-name a,
    .categories-sec .cat-name a:focus {
        font-size: 3.5vw;
    }
    .categories-sec .cat-name .btn-form {
        font-size: 3.5vw;
    }
    .categories-sec .cat-arrow-left,
    .categories-sec .cat-arrow-right {
        font-size: 3.5vw;
    }
}

@media (max-width: 576px) {
    .categories-sec {
        padding-top: 10vh;
    }
    .categories-sec .page-logo {
        width: 30vw;
    }
    .categories-sec .arrow-cus-01 {
        width: 3rem;
        height: 2rem;
    }
    .categories-sec .cat-name a,
    .categories-sec .cat-name a:focus {
        font-size: 4.5vw;
    }
    .categories-sec .cat-name .btn-form {
        font-size: 4.5vw;
    }
}


/****** Registration Page ******/

.registration-page {
    background-color: var(--theme-color-03);
}


.registration-page h1 {
    font-size: 2.5vw;
    text-transform: uppercase;
}

.registration-page h2 {
    font-size: 3vw;
    font-weight: 300;
    padding-bottom: .75vw;
    border-bottom: 2px solid var(--theme-color-04);
}

.registration-page p {
    font-size: 1.5vw;
}

.registration-sec img.im-lo {
    visibility: hidden;
}

@media (min-width: 1400px) {
    .registration-page h1 {
        font-size: 2vw;
    }
    .registration-page h2 {
        font-size: 2.5vw;
    }
}

@media (max-width: 576px) {
    .registration-sec {
        padding-top: 8vh;
    }
    .registration-sec img.im-lo {
        visibility: visible;
    }
    .registration-page h1 {
        font-size: 4vw;
        text-align: center;
    }
    .registration-page h2 {
        font-size: 6vw;
        padding-bottom: 1.5vw;
    }
    .registration-page p {
        font-size: 3vw;
    }
    .registration-page p.p-cus {
        font-size: 3.5vw;
    }
}


/****** Own Song Page ******/

.ownsong-page {
    background-color: var(--theme-color-03);
}


.ownsong-page h1 {
    font-size: 2.5vw;
    text-transform: uppercase;
    text-align: center;
}

.ownsong-page h2 {
    font-family: var(--font-tajawal);
    font-size: 3vw;
    font-weight: 600;
    padding-bottom: .75vw;
    border-bottom: 2px solid var(--theme-color-04);
    text-align: center;
}

.ownsong-page h2 span {
    font-size: 2vw;
    font-weight: 300;
    color: var(--theme-color-02);
}

.form-scroll {
    overflow-y: scroll;
    height: 30vh;
    display: block;
    direction: rtl;
    font-family: var(--font-tajawal);
    text-align: right;
}

.form-scroll .form-control {
    direction: rtl;
    font-family: var(--font-tajawal);
    text-align: right;
}

.form-end {
    border-top: 2px solid var(--theme-color-04); 
}

@media (min-width: 1400px) {
    .ownsong-page h1 {
        font-size: 2vw;
    }
    .ownsong-page h2 {
        font-size: 2.5vw;
    }
}

@media (max-width: 992px) {
    .form-scroll {
        height: 50vh;
    }
}

@media (max-width: 576px) {
    .ownsong-sec {
        padding-top: 8vh;
    }
    .ownsong-page h1 {
        font-size: 4vw;
        text-align: center;
    }
    .ownsong-page h2 {
        font-size: 6vw;
        padding-bottom: 1.5vw;
    }
    .ownsong-page h2 span {
        font-size: 4vw;
    }
    .ownsong-page p {
        font-size: 2.5vw;
    }
    .form-scroll {
        height: 38vh;
    }
}


/****** Sound Page ******/

.sound-page {
    background-color: var(--theme-color-01);
}

.sound-sec {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/pages/sound-bg-full-xxx.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: auto;
    padding-top: 72.91%;
}

.sound-over {
    position: relative;
    z-index: 1;
}

.sound-over .logo-image {
    position: absolute;
    top: 8vh;
    margin: auto;
    width: 100%;
}

.sound-over .logo-image img.lo-ig {
    visibility: hidden;
}

.sound-animation {
    position: absolute;
    bottom: 11.5vw;
    left: 49.5vw;
    transform: translate(-50%, 0);
    aspect-ratio: 1 / 1;
    border-radius: var(--border-radius-50);
    text-align: center;
    display: grid;
    align-items: center;
    width: 23.5vw;
    height: auto;
    z-index: 1;
}

.sound-animation::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: url(../img/pages/sound-point.webp) center/cover;
    animation: rotateBorder 2.5s infinite linear;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sound-animation.playing::after {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sound-control {
    position: absolute;
    bottom: 0;
    left: 10vh;
    width: calc(100% - 20vh);
    z-index: 2;
}

.sound-control i {
    font-size: 2vw;
    color: var(--white-color);
}

.sound-control .btn-ply-paus::before {
    content: "";
    background-color: var(--theme-color-02);
    position: absolute;
    display: block;
    width: 7.5vh;
    height: 7.5vh;
    bottom: .5vh;
    left: 50%;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, 0);
}

.sound-control .btn-ply-paus i {
    position: relative;
    bottom: 1.75vh;
    font-size: 3vw;
    color: var(--theme-color-01);
}

.sound-control i.white-icon {
    color: var(--white-color);
}

.sound-control-02 i.white-icon {
    color: var(--white-color);
}

.sound-control-02 i.red-icon {
    color: var(--theme-color-02);
}

.sound-page.live-page .sound-control-02 {
    display: none;
}

.sound-time {
    position: absolute;
    bottom: 13.25vw;
    left: 49.5vw;
    transform: translate(-50%, 0);
    width: 19.5vw;
    height: auto;
    z-index: 2;
}

.progress-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.progress-circle {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    overflow: visible;
}

.progress-circle circle {
    fill: none;
    stroke-width: 2px;
    transform-origin: 50% 50%;
}

.progress-bg {
    stroke: var(--transparent-color);
}

.progress-bar {
    stroke: var(--white-color);
    stroke-linecap: round;
    transition: stroke-dashoffset 0.2s linear;
}

.progress-time {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--black-color);
}

.sound-name {
    color: var(--theme-color-05);
}


.sound-control-02 {
    position: absolute;
    bottom: 15vh;
    left: 10vh;
    width: calc(100% - 20vh);
    z-index: 2;
}

.sound-control-02 i {
    font-size: 2.5vw;
    color: var(--white-color);
}

@media (min-width: 1400px) {
    .sound-sec {
        background-image: url(../img/pages/sound-bg-full-xxx2.webp);
        padding-top: 45%;
    }
    .sound-over .logo-image {
        top: 4vh;
    }
    .sound-animation {
        bottom: 8vw;
        left: 49.75vw;
        width: 18.25vw;
    }
    .sound-time {
        bottom: 9.25vw;
        left: 49.7vw;
        width: 15.5vw;
    }
    .sound-control {
        position: absolute;
        bottom: -2vh;
        left: 10vh;
        width: calc(100% - 20vh);
        z-index: 2;
    }
    .sound-control i {
        font-size: 1.5vw;
        color: var(--white-color);
    }
    .sound-control .btn-ply-paus::before {
        content: "";
        background-color: var(--theme-color-02);
        position: absolute;
        display: block;
        width: 9.5vh;
        height: 9.5vh;
        bottom: 2.5vh;
        left: 50%;
        border-radius: 50%;
        z-index: -1;
        transform: translate(-50%, 0);
    }
    .sound-control .btn-ply-paus i {
        position: relative;
        bottom: 4vh;
        font-size: 3vw;
        color: var(--theme-color-01);
    }
    .sound-control-02 {
        position: absolute;
        bottom: 18vh;
        left: 10vh;
        width: calc(100% - 20vh);
        z-index: 2;
    }
    .sound-control-02 i {
        font-size: 1.5vw;
        color: var(--white-color);
    }
}

@media (max-width: 992px) {
    .sound-sec {
        background-image: url(../img/pages/sound-bg-mob-02.webp);
        padding-top: 136%;
    }
    .sound-over .sound-btn {
        width: 75%;
        padding-top: 50%;
    }
    /* .sound-control {
        position: absolute;
        bottom: 10vh;
        left: 2vh;
        width: calc(100% - 4vh);
    }
    .sound-control i {
        font-size: 4vw;
    } */
    .sound-control {
        position: absolute;
        bottom: -.25vh;
        left: 2vh;
        width: calc(100% - 4vh);
    }
    .sound-control i {
        font-size: 4vw;
    }
    .sound-control .btn-ply-paus::before {
        content: "";
        background-color: var(--theme-color-02);
        position: absolute;
        display: block;
        width: 8vh;
        height: 8vh;
        bottom: 1.5vh;
        left: 50%;
        border-radius: 50%;
        z-index: -1;
        transform: translate(-50%, 0);
    }
    .sound-control .btn-ply-paus i {
        position: relative;
        bottom: 3vh;
        font-size: 6vw;
        color: var(--theme-color-01);
    }
    .sound-animation {
        bottom: 17vw;
        left: 51vw;
        width: 52vw;
    }
    .sound-time {
        bottom: 22vw;
        left: 50.75vw;
        width: 42vw;
    }
    .sound-control-02 {
        position: absolute;
        bottom: 12vh;
        left: 2vh;
        width: calc(100% - 4vh);
    }
    .sound-control-02 i {
        font-size: 5vw;
    }
}

@media (max-width: 576px) {
    .sound-sec {
        background-image: url(../img/pages/sound-bg-mob.webp);
        padding-top: 231.48%;
    }
    .sound-over {
        position: relative;
        z-index: 1;
    }
    .sound-over .logo-image {
        position: absolute;
        top: 10vh;
        margin: auto;
        width: 100%;
    }
    .sound-over .logo-image img.lo-ig {
        visibility: visible;
    }
    /* .sound-control {
        position: absolute;
        bottom: 10vh;
        left: 2vh;
        width: calc(100% - 4vh);
    }
    .sound-control i {
        font-size: 6vw;
    } */
    .sound-control {
        position: absolute;
        bottom: .125vh;
        left: 2vh;
        width: calc(100% - 4vh);
    }
    .sound-control i {
        font-size: 4.5vw;
    }
    .sound-control .btn-ply-paus::before {
        content: "";
        background-color: var(--theme-color-02);
        position: absolute;
        display: block;
        width: 5.5vh;
        height: 5.5vh;
        bottom: .5vh;
        left: 50%;
        border-radius: 50%;
        z-index: -1;
        transform: translate(-50%, 0);
    }
    .sound-control .btn-ply-paus i {
        position: relative;
        bottom: 1.25vh;
        font-size: 5vw;
        color: var(--theme-color-01);
    }
    .sound-animation {
        bottom: 19.5vw;
        left: 50vw;
        width: 72vw;
    }
    .sound-time {
        bottom: 25.25vw;
        left: 50vw;
        width: 60vw;
    }
    .sound-control-02 {
        position: absolute;
        bottom: 9vh;
        left: 2vh;
        width: calc(100% - 4vh);
    }
    .sound-control-02 i {
        font-size: 6.5vw;
    }
}


/****** Types Page ******/

.types-page {
    background-color: var(--theme-color-01);
}

.types-over {
    position: relative;
    z-index: 1;
}

.types-over .logo-image {
    position: absolute;
    top: 5vh;
    margin: auto;
    width: 100%;
}

.types-sec {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/pages/types-bg-full-xxx.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: auto;
    padding-top: 70%;
}

.types-cat {
    position: absolute;
    bottom: 11vw;
    z-index: 1;
    width: 100%;
}

.types-time {
    position: relative;
    bottom: 0vw;
}
.types-name {
    position: relative;
    bottom: 8vw;
}

.types-types {
    position: relative;
}

.types-text-names .types-text-name.swiper-slide-prev {
    bottom: 12px;
    transform: rotate(160deg);
    transition: all .5s ease-in-out;
}

.types-text-names .types-text-name.swiper-slide-active {
    bottom: 32px;
    transform: rotate(180deg);
    transition: all .5s ease-in-out;
}

.types-text-names .types-text-name.swiper-slide-next {
    bottom: 12px;
    transform: rotate(200deg);
    transition: all .5s ease-in-out;
}

.types-text-names {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
}

.types-text-names .types-text-name {
    position: relative;
    color: var(--white-color);
    writing-mode: vertical-rl;
    transform-origin: center center;
    font-size: 1.5vw;
    font-weight: 400;
    height: 20vh;
    line-height: normal;
    transition: transform 0.5s ease;
    cursor: grab;
    text-align: left;
    align-items: center;
    display: grid;
    padding: 0;
    transform: rotate(180deg);
    word-wrap: break-word;
    white-space: normal;
}

.types-text-names .types-text-name span.name-name {
    line-height: normal;
    display: grid;
}

.types-text-names .types-text-name span.name-active {
    font-weight: 700;
}

.types-text-names .types-text-name.active {
    color: var(--theme-color-02);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


.types-spin-left-btn,
.types-spin-right-btn,
.types-spin-play-btn,
 .types-btns {
    aspect-ratio: 1 / 1;
    cursor: pointer;
}

.types-spin-play-btn .btn-form {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 1400px) {
    .types-over .logo-image {
        top: 2vh;
    }
    .types-sec {
        background-image: url(../img/pages/types-bg-full-xxx-02.webp);
        padding-top: 52.5%;
    }
    .types-cat {
        bottom: 7vw;
    }
    .types-time {
        bottom: 0vw;
    }
    .types-name {
        bottom: 6vw;
    }
    .types-text-names .types-text-name {
        font-size: 1vw;
    }
}

@media (max-width: 992px) {
    .types-sec {
        background-image: url(../img/pages/types-bg-mob-02.webp);
        padding-top: 136%;
    }
    .types-cat {
        bottom: 17vw;
    }
    .types-time {
        bottom: 2vw;
    }
    .types-name {
        bottom: 17vw;
    }
    .types-text-names .types-text-name {
        font-size: 3vw;
    }
}

@media (max-width: 576px) {
    .types-over .logo-image {
        position: absolute;
        top: 10vh;
        margin: auto;
        width: 100%;
    }
    .types-sec {
        background-image: url(../img/pages/types-bg-mob.webp);
        padding-top: 231.48%;
    }
    .types-cat {
        bottom: 28vw;
    }
    .types-time {
        bottom: 6vw;
    }
    .types-name {
        bottom: 30vw;
    }
    .types-text-names .types-text-name {
        font-size: 4vw;
    }
}


/****** Animate ******/

@keyframes bgZoom {
  0%   { transform: scale(1); }
  100% { transform: scale(1.05); }
}

@keyframes zoomPulse {
  0%   { transform: scale(1); opacity: 1; }
  50%  { transform: scale(1.15); }
  100% { transform: scale(1); }
}

@keyframes zoomPulse2 {
  0%   { transform: scale(1); opacity: 1; }
  50%  { transform: scale(1.1); }
  100% { transform: scale(1); }
}

@keyframes slideUp {
  0%   { transform: translateY(100%); opacity: 0; }
  60%  { opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes nudgeLeft {
  0%   { transform: translateX(var(--split-shift, 60px)) scale(.98); opacity: 0; }
  30%  { opacity: 1; }
  80%  { transform: translateX(-6px) scale(1); opacity: 1; }
  100% { transform: translateX(0) scale(1); opacity: 1; }
}

@keyframes nudgeRight {
  0%   { transform: translateX(calc(var(--split-shift, 60px) * -1)) scale(.98); opacity: 0; }
  30%  { opacity: 1; }
  80%  { transform: translateX(6px) scale(1); opacity: 1; }
  100% { transform: translateX(0) scale(1); opacity: 1; }
}

@keyframes moveToCorner {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(
      calc(-35vw + 10%),
      calc(35vh + 10%)
    );
    opacity: 1;
  }
}

@keyframes fadeOutBlur {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}


@media (max-width: 992px) {
    @keyframes moveToCorner {
        0% {
        transform: translate(0, 0);
        opacity: 1;
        }
        100% {
        transform: translate(
            calc(-30vw + 10%),
            calc(40vh + 10%)
        );
        opacity: 1;
        }
    }
}

@media (max-width: 576px) {
    @keyframes moveToCorner {
        0% {
        transform: translate(0, 0);
        opacity: 1;
        }
        100% {
        transform: translate(
            calc(-25vw + 10%),
            calc(41vh + 10%)
        );
        opacity: 1;
        }
    }
}

@keyframes float {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-12px);
    }
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-360deg); /* Complete rotation in 1s */
    }
    100% {
        transform: rotate(-360deg); /* Hold the rotation for 2s */
    }
}

.clipleftin {
  animation: clipleft-cycle 10s ease-in-out infinite both;
  will-change: clip-path, opacity;
}
@keyframes clipleft-cycle {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  10% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  90% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 0;
  }
}


/****** Validate & Sweet Alert ******/

.form-outline {
    position: relative;
}

.form-outline .form-control::placeholder {
	color: var(--white-color-75) !important;
	font-weight: 400 !important;
	opacity: 1 !important;
}

.form-outline .form-control {
    padding: .5rem .75rem;
	height: 2.625rem;
    font-size: .9375rem;
    color: var(--white-color);
    background-color: var(--theme-color-04);
    background-clip: padding-box;
    border: 1px solid var(--theme-color-04);
	border-radius: var(--border-radius-00);
    transition: all .5s ease-in-out;
}

.form-outline .form-control:focus {
    border: 1px solid var(--theme-color-03);
    transition: all .5s ease-in-out;
}

.form-outline .form-control[type="search"] {
    padding: .25rem .5rem;
    font-size: .9375rem;
    color: var(--black-color);
    background-color: var(--white-color);
    background-clip: padding-box;
    border: 1px solid var(--black-color-50);
}

.form-outline .textarea-01 {
	height: 4rem !important
}

.form-outline .invalid-feedback, .error {
    width: auto;
    position: absolute;
    bottom: -1.125rem;
    left: .5rem;
    z-index: 2;
    color: var(--red-color);
    font-size: .75rem;
    font-weight: 500;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.form-outline.is-invalid .form-control {
    border: 1px solid var(--red-color) !important;
	border-right: none; 
}

.form-outline .form-label {
    margin-bottom: .125rem;
    margin-right: .25rem;
    font-size: 1rem;
    font-weight: 400;
    color: var(--white-color);
}

.form-outline .form-control.input-select-cus {
    width: calc(100% - 14rem);
}

.form-outline .btn.btn-light,
.form-outline .btn.btn-light:focus,
.form-outline .btn.btn-light:hover {
    display: inline-block;
    color: var(--white-color);
    font-size: .9375rem;
    background-color: var(--transparent-color);
    border: none;
    padding: 0;
    border-radius: 0;
    outline: 0 !important;
    box-shadow: none !important;
}

.form-outline .btn.btn-light.bs-placeholder {
    color: var(--white-color) !important;
}

.form-outline .dropdown-menu {
    padding: 0;
    left: -.75rem !important;
    font-size: 1rem;
    color: var(--black-color);
    text-align: left;
    list-style: none;
    background-color: var(--white-color);
    background-clip: padding-box;
    border-radius: var(--border-radius-00) !important;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 10%) !important;
}

@media (max-width: 576px) {
    .form-outline .dropdown-menu {
        left: -.75rem !important;
    }
    .form-outline .form-control {
        padding: .25rem .75rem;
        height: 2.45rem;
    }
}

.form-outline .bootstrap-select .dropdown-toggle .filter-option {
    left: auto;
    right: 0;
    float: right;
    text-align: right;
    color: var(--white-color);
    direction: ltr;
}

.bootstrap-select>.dropdown-toggle:after {
    margin-right: -0.5rem;
    color: var(--white-color-75);
}

.form-outline .dropdown-item,
.form-outline .dropdown-item:focus {
    padding: .5rem .75rem;
    color: var(--black-color);
    font-size: .9375rem;
    font-weight: 500;
    white-space: pre-line;
    text-align: right;
    direction: ltr;
}

.form-outline .dropdown-item:hover {
    color: var(--black-color);
    background-color: var(--black-color-15);
    padding: .5rem .75rem;
}

.form-outline .dropdown-item.active,
.form-outline .dropdown-item:active {
    color: var(--black-color);
    text-decoration: none;
    background-color: var(--black-color-25);
}

.form-outline .dropdown-item.selected {
    color: var(--black-color);
    text-decoration: none;
    background-color: var(--black-color-25);
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-left: 34px;
    margin-right: 0;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    left: 12px;
    top: 12px;
}

.form-outline .form-check-input {
    border: 1px solid var(--theme-color-02);
    background-color: var(--theme-color-02);
    position: relative;
    top: 0;
    width: 24px;
    height: 24px;
    margin-right: .5rem;
}

.form-outline .form-check-input[type=checkbox] {
    border-radius: var(--border-radius-00);
}

.form-outline .form-check-input:checked {
    background-color: var(--theme-color-02);
    border-color: var(--theme-color-02);
}

.form-outline .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form-outline .form-check-input:checked[type=checkbox]::after {
    content: "\f00c";
    font-family: var(--font-awesome);
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--white-color);
    position: relative;
    top: -2px;
    left: 2px;
}

.form-outline .form-check-input:checked[type=radio] {
    background-image: none;
}

.form-outline .form-check-input:checked[type=radio]::after {
    content: "\f111";
    font-family: var(--font-awesome);
    font-size: .625rem;
    font-weight: 800;
    color: var(--theme-color-02);
    position: absolute;
    top: 2px;
    left: 4px;
    width: 10px;
    height: 10px;
}

.form-outline .form-check-label {
    color: var(--white-color);
    font-size: 1rem;
    padding-top: .25rem;
}

.form-outline.is-invalid .form-check-input {
    border: 1px solid var(--red-color);
}


@media (max-width: 576px) {
    .form-outline .form-check-label {
        color: var(--white-color);
        font-size: .7rem;
        padding-top: .125rem;
    }
    .form-outline .form-check-input {
        top: 0;
        width: 20px;
        height: 20px;
        margin-right: .5rem;
    }
    .form-outline .form-check-input:checked[type=checkbox]::after {
        font-size: 1rem;
        top: -2px;
        left: 1px;
    }
}

.form-outline .input-group-text {
    color: var(--white-color);
    background-color: var(--theme-color-04);
    border: 1px solid var(--transparent-color);
    border-radius: var(--border-radius-00);
}

.form-outline .input-group-text i {
    color: var(--white-color);
    background-color: var(--theme-color-02);
    border-radius: var(--border-radius-50);
    width: 1.5rem;
    height: 1.5rem;
    padding-top: .3rem;
    font-size: .875rem;
}

.form-outline .toggle-password {
    position: absolute;
    right: .75rem;
    top: 0.5rem;
    float: right;
    z-index: 5;
    color: var(--white-color-75);
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.form-outline .toggle-password~.form-control {
    padding-left: 2.5rem !important;
}

.form-outline .eye::before {
    content: "\f06e";
    font-family: var(--font-awesome);
    font-size: 1rem;
}

.form-outline .eye-slash::before {
    content: "\f070";
    font-family: var(--font-awesome);
    font-size: 1rem;
}

.form-outline .form-control.form-control-cus {
    height: auto;
    font-size: 1.5vw;
    font-weight: 400;
    padding: .75rem 1.5rem;
    text-align: center;
}

@media (min-width: 1400px) {
    .form-outline .form-control.form-control-cus {
        font-size: 1vw;
    }
}

@media (max-width: 576px) {
    .form-outline .form-control.form-control-cus {
        font-size: 4vw;
    }
}

.btn-cus-01,
.btn-cus-01:focus {
    position: relative;
    font-size: 1.5vw;
    letter-spacing: .25vw;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--white-color);
    background: none;
    background-color: var(--theme-color-02);
    padding: .75rem 1.5rem;
    border-radius: var(--border-radius-25);
    border: 1px solid var(--white-color-25);
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-cus-01:hover {
	color: var(--theme-color-02);
    border: 1px solid var(--theme-color-02-25);
    background-color: var(--white-color);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media (min-width: 1400px) {
    .btn-cus-01,
    .btn-cus-01:focus {
        font-size: 1vw;
    }
}

@media (max-width: 992px) {
    .btn-cus-01,
    .btn-cus-01:focus {
        font-size: 2vw;
    }
}

@media (max-width: 576px) {
    .btn-cus-01,
    .btn-cus-01:focus {
        font-size: 4vw;
    }
}

.menu-overflow {
    overflow: hidden;
}

.page-over {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background-color: var(--black-color-50);
	z-index: 1080;
	display: none;
}

.page-over::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3.5rem;
	height: 3.5rem;
	border: .25rem solid var(--white-color);
	border-top: .25rem solid transparent;
	border-radius: 50%;
	animation: spin .5s linear 0s infinite;
	margin-left: -1.75rem;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to{
    transform: rotate(359deg);
  }
}


.email-exist {
    width: auto;
    position: absolute;
    top: -1.5rem;
    right: 0.25rem;
    color: var(--red-color);
    font-size: .875rem;
    margin: 0;
    margin-top: 0.25rem;
}