*{
    line-height: 1.5 !important;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: kalameh;
}
video{
    z-index: 0;
}
/* color */
.bg-light{
    background-color: #f5f5f5 !important;
}
.text-light{
    color: #f5f5f5 !important;
}
.bg-gray{
    background-color: #c0c0c0;
}
.text-gray{
    color: #c0c0c0;
}
.bg-dark-gray{
    background-color: #727272;
}
.text-dark-gray{
    color: #727272;
}
.bg-light-gray{
    background-color: #9d9d9d;
}
.text-light-gray{
    color: #9d9d9d;
}
.bg-black{
    background-color: #000000;
}
.text-black{
    color: #000000;
}
.bg-red{
    background-color: #ff0000;
}
.text-red{
    color: #ff0000;
}
.bg-gradient-red{
    background: linear-gradient(180deg,#ff0000,#800000);
}
.text-hvr .hvr{
    transition: .25s;
}
.text-hvr:hover .hvr{
    color: #ff0000;
}
/* fonts */
h1 {
	font-weight: bold;
}
.text-xsm{
    font-size: 0.8rem;
}
.text-sm {
	font-size: 0.9rem;
}
.text-md {
	font-size: 1.1rem;
}
.text-lg {
	font-size: 1.2rem;
}
.text-xlg {
	font-size: 1.4rem;
}
.text-xxlg {
	font-size: 1.6rem;
}
.text-underline {
	text-decoration: underline;
}
.text-w-regular {
	font-weight: normal;
}
.text-w-md {
	font-weight: 500;
}
.text-w-semibold {
	font-weight: 600;
}
.text-w-bold {
	font-weight: bold;
}
.text-w-xbold {
	font-weight: 800;
}
.text-w-ultrabold {
	font-weight: 850;
}
.text-w-very-bold {
	font-weight: 900;
}

/* layout */
.no-space{
    margin-right: 0px;
    margin-left: 0px;
}
.no-gutters{
    margin-right: -10px;
    margin-left: -10px;
}
.no-space>.col, .no-space>[class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}
.col-5-item{
    padding: 0 10px;
    flex: 0 0 20%;
    max-width: 20%;
}
.navbar-nav{
    flex-direction: row;
}
span{
    display: block;
}
a{
    display: block;
}
a,a:hover,a:focus{
    text-decoration: none;
    color: inherit;
    transition: all 0.25s;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
svg,
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
button:visited,
button:focus,
button{
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    cursor: pointer;
}
.form-control, 
.form-control:focus{
    height: inherit;
    border: none;
    outline: none;
    box-shadow: none;
    padding: inherit;
}
input,textarea,
input::placeholder{
    font-family: kalameh;
}
/* header */
body{
    background-image: url("../img/Untitled-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.my-nav{
    transition: all 0.5s;
}
.my-nav-fixed{
    /* display: none; */
    background-color: #e9e9e9;
    position: fixed;
    top: -50%;
    padding: 1.5rem 0;
    box-shadow: 10px 0 15px rgb(152, 152, 152);
    right: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s;
}
#btnCloseSearch,
#inputSearch,
header .header-navbar .navbar-link{
    position: relative;
    transition: all 0.25s;
}
header .header-navbar .hide-item{
    opacity: 0;
    visibility: hidden;
}
header .header-navbar .show-item{
    opacity: 1;
    visibility: visible;
}
header .header-navbar .active::before{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #000000;
}
.border-bt:focus,
.border-bt{
    border-bottom: 2px solid #c0c0c0;
}
/* menu */
.menu-mobile{
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 1000000;
    box-shadow: 0px -10px 12px #1800000f;
    padding: 0 15px;
}
.menu-mobile button{
    transition: all 0.25s;
    position: relative;
}
.menu-mobile .active{
    color: #ff0000;
}
.menu-mobile .active::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background-color: #ff0000;
}
.menu .box-search{
    position: fixed;
    width: 100%;
    top: -50%;
    right: 0;
    transition: all 0.35s;
    /* visibility: hidden; */
    /* opacity: 0; */
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0px 10px 12px #1800000f;
}
.menu .box-search input{
    box-shadow: 2px 2px 10px 0 #7272721b inset,
    -2px -2px 10px 0 #dcdcdc86 inset;
    background-color: #eeeeee66;
}
.show-box-search{
    top: 0 !important;
    /* visibility: visible !important; */
    /* opacity: 1 !important; */
}


/* footer */
.border-bt-red{
    border-bottom: 2px solid #ff0000;
}
footer{
    overflow: hidden;
    margin-top: 140px;
}
footer .my-nav .footer-social-music .icon{
    width: 40px;
    height: 40px;
}
footer .my-nav{
    border-radius: 100px 100px 0 0;
    position: relative;
}
footer .my-nav::after,
footer .my-nav::before{
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #00000000;
    bottom: -22px;
    border-bottom: 21px solid #ffffff;

}
footer .my-nav::after{
    left: -57px;
    border-right: 21px solid #ffffff;
    border-radius: 0 0px 75px 0;
}
footer .my-nav::before{
    right: -57px;
    border-left: 21px solid #ffffff;
    border-radius: 0 0px 0 75px;
}
@media (min-width: 576px){

}
@media (min-width: 576px){

}
@media (min-width: 992px){
    /* .container {
        max-width: 1050px;
    } */
}
@media (min-width: 1200px){
    /* .container {
        max-width: 1300px;
    } */
}
@media (max-width: 992px){
    footer .p-me{
        padding-bottom: 108px !important;
    }
    footer .my-nav .footer-social-music .icon{
        width: 30px;
        height: 30px;
    }
    footer .footer-share a{
        font-size: 1.7rem;
    }
}
@media (max-width: 768px){
    .text-sm {
        font-size: 0.8rem;
    }
    .text-md {
        font-size: 1rem;
    }
    .text-lg {
        font-size: 1.2rem;
    }
    .text-xlg {
        font-size: 1.3rem;
    }
    .text-xxlg{
        font-size: 1.4rem;
    }
    .flickity-button{
        display: none;
    }
}
@media (max-width: 450px){
    .menu .menu-mobile a{
        font-size: 0.9rem;
    }

}
