html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}

p {
    line-height: normal;
    font-family: 'Vazirmatn FD' !important;
}

span {
    line-height: normal;
    font-family: 'Vazirmatn FD' ;
}

body {
    overflow-x: hidden;
}

/*--------------------------------ColorSets Start--------------------------------*/
:root {
    --cs1Pink: #FF85D3;
    --cs1HotPink: #F14380;
    --cs1Blue: #569CFE;
    --cs1LightBlue: #DAEAFE;
    --cs1Phosphori: #EBFF01;
    --cs1DarkGreen: #004334;
    --cs1LightGreen: #A0DCA9;
    --cs1BlueGreen: #7FF5DC;
    --cs1Orange: #FEC601;
    --cs1HotOrange: #F35C01;
    --cs1Black: black;
}

/*---------********----------------ColorSets End----------********-------------*/


/*-----------------------General----------------------*/
@font-face {
    font-family: Vazirmatn FD;
    src: url('../fonts/VazirFD/webfonts/Vazirmatn-FD-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn FD;
    src: url('../fonts/VazirFD/webfonts/Vazirmatn-FD-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn FD;
    src: url('../fonts/VazirFD/webfonts/Vazirmatn-FD-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn FD;
    src: url('../fonts/VazirFD/webfonts/Vazirmatn-FD-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn FD;
    src: url('../fonts/VazirFD/webfonts/Vazirmatn-FD-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn FD;
    src: url('../fonts/VazirFD/webfonts/Vazirmatn-FD-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn FD;
    src: url('../fonts/VazirFD/webfonts/Vazirmatn-FD-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn FD;
    src: url('../fonts/VazirFD/webfonts/Vazirmatn-FD-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn FD;
    src: url('../fonts/VazirFD/webfonts/Vazirmatn-FD-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'WOFF Javanweb';
    src: url('../fonts/Javan/Javanweb.woff');
}

@font-face {
    font-family: 'WOFF2 Javanweb';
    src: url('../fonts/Javan/Javanweb.woff2');
}

.Javan {
    font-family: 'WOFF Javanweb';
    font-weight:normal;
}
.Vazir {
    font-family: 'Vazirmatn FD';
}

.bodyMNG {
    direction: rtl;
    background-color: #494949;
    color: white;
}

.navMNG {
    background-color: #363636;

}

.navbar-nav{
    margin-top:0px;
    white-space: nowrap;
}

.navbar-logo {
    width: 40px;
    height: 45px;
}

.NavbarTitle {
    color: var(--cs1Phosphori);
    font-family: 'WOFF Javanweb';
    margin-left:5px;
}

.navbar-brand {
    display: flex;
}

footer {
    position: unset !important;
}

.table {
    color: inherit;
}

.rtl {
    direction: rtl;
}

.automargin {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

strong {
    line-height: normal;
}

ul {
    margin-top: revert;
}

li{
    line-height:normal;
}

tr {
    vertical-align: middle;
}

.form-floating > label{
    right:0;
    left:unset;
}

.material-symbols-outlined {
    vertical-align: middle;
}

.btn {
    margin: 10px 0px 10px 0px;
}

.form-group {
    padding: 5px 0 5px 0;
}

.dr-btn {
    background-color: #559cfd;
    border: 2px solid #221f1f;
    border-radius: 30px;
    line-height: 0.5 !important;
    box-shadow: #221f1f 4px 4px 0px 1px;
    font-size: larger;
    vertical-align: bottom;
    color: white;
    text-decoration: none;
}

body {
    margin-bottom: 20px;
    font-family: 'Vazirmatn FD';

}

.pagination-container {
    display: flex;
    justify-content: center !important;
}

.paginationNext a {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}
.paginationPrevious a {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}
.pagination .page-item:first-child .page-link {
    border-top-left-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}
.pagination .page-item:last-child .page-link {
    border-top-right-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.close {
    cursor: pointer;
}

tag {
    color:black;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

hr {
    color: #3e3e3e;
    margin: 5px;
}

.Tag {
    border: #bbbbbb 1px solid;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: inline-block;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    padding: 4px;
    text-decoration: none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: middle;
    color: #638421;
    background-color: #cde69c;
    border-color: #a5d24a;
}
.TagText {
    display: initial;
    width: initial;
    vertical-align: top;
    height: 30px
}
.TagPrediction {
    min-height: 150px;
    position: absolute;
    z-index: 4;
    background-color: #ffffff;
    border: 1px solid #c1dc8f;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #cce59b;
    max-height: 250px;
    width: 200px;
    line-height: 15px;
    padding: 5px 5px 0px 0px;
    margin-top: 30px;
    overflow-x: hidden;
    overflow-y: scroll;
    visibility: hidden;
}

.wait {
    background: #fff18a url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}

.SWcontainer {
    height: 100%;
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    direction: ltr;
    padding-top:5px;
}

label.switch {
    text-align: left;
    width: 100px;
    height: calc(100px / 2);
    border-radius: 60px;
    background-color: #4ed164;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

label.switch > span {
    display: block;
    width: 100%;
    height: 100%;
}

label.switch > input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

label.switch > span:before, label.switch > span:after {
    content: "";
    cursor: pointer;
    position: absolute;
}

label.switch > input[type="checkbox"]:focus ~ span {
    box-shadow: 0 0 0 4px #43b556;
}

label.switch > input[type="checkbox"]:checked:focus ~ span {
    box-shadow: 0 0 0 4px #fff;
}

label.switch > span {
    border-radius: 60px;
}

label.switch > span:before {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: opacity .2s ease-out .1s, transform .2s ease-out .1s;
    transform: scale(1);
    opacity: 1;
}

label.switch > span:after {
    top: 50%;
    z-index: 3;
    transition: transform .4s cubic-bezier(0.44,-0.12, 0.07, 1.15);
    width: calc(100px / 2);
    height: calc(100px / 2);
    transform: translate3d(0, -50%, 0);
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

label.switch > input[type="checkbox"]:checked ~ span:before {
    transform: scale(0);
    opacity: .7;
}

label.switch > input[type="checkbox"]:checked ~ span:after {
    transform: translate3d(100%, -50%, 0);
}

.nav-item {
    border-radius: 35px;
}

.dr-btn:focus, .dr-btn:active:focus, .dr-btn.nav-link:focus {
    box-shadow: yellow 4px 4px 0px 1px;
    border: 2px solid yellow;
}

.dr-btn:hover {
    box-shadow: yellow 4px 4px 0px 1px;
    border: 2px solid yellow;
    color: yellow;
}


select::after {
    content: 'arrow_drop_down';
    font-family: 'Material Symbols Outlined';
    position: absolute;
    right: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: rtl;
    -webkit-font-smoothing: antialiased;
}

.slider{
    overflow:hidden;
}

.dreamSlider > .slick-list > .slick-track > .slick-slide {
    padding:15px;
    height:100%;
}

.customstyle {
    background-color: white;
    border: 3px solid black;
    border-radius: 30px;
    line-height: 0.5 !important;
    box-shadow: black 4px 4px 0px 1px;
    vertical-align: middle;
    transition: 150ms
}

/*------------------------Navbar Start----------------------*/
.mainnavstyle {
    padding: 5px 5px 5px 5px;
}

.nav-item {
    margin: 0 5px 0 5px;
}

.MenuAvatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.MenuAvatarContianer {
    text-align: center;
    padding: 0px !important;
    width: 100px;
    height: 45px;
}
/*------------------------Navbar End----------------------*/

/*------------------------Comments Start----------------------*/
.CommentBox {
    background-color: white;
    border: 5px solid #272727;
    border-radius: 30px;
    position: relative;
    border-style: dashed;
    margin-bottom: 40px;
}
.CommentBTN {
    background-color: #74f5ff;
    border: 0px;
    padding: 0px 15px 0px 15px;
    margin: 10px;
    transition: 0.4s;
}
.CommentBTN:hover {
    background-color: #74deff;
    box-shadow: 0px 0px 1px 5px #74deff;
}
.CommentBTN > span {
    font-size: xx-large !important;
    
}
/*------------------------Comments End----------------------*/

/*---------********----------------Profile & Identity Start----------********-------------*/


.Profile {
    background-color: var(--cs1Orange);
}

.ProfileNav:hover {
    background-color: var(--cs1Pink);
}

.ProfileNavbarTitle {
    color: var(--cs1HotPink);
}

.Identity {
    background-color: var(--cs1LightGreen);
}

.IdentityNav:hover {
    background-color: var(--cs1Pink);
}

.IdentityNavbarTitle {
    color: var(--cs1HotPink);
}

.ProfileMenu {
    background-color: var(--cs1Pink);
}

.ProfileContent {
    background-color: var(--cs1LightGreen);
}

.btnCustom {
    background-color: var(--cs1Pink);
    color: #fff;
    border: 2px solid var(--cs1HotPink);
    border-radius: 30px;
    line-height: 0.5 !important;
    box-shadow: #505050 4px 4px 0px 1px;
    padding: 15px;
    vertical-align: middle;
    transition: 150ms;
}
.btnCustom:hover {
    background-color: var(--cs1HotPink);
    border-color: var(--cs1HotPink);
    color: #fff;
}
.ProfileMenuItem {
    margin-bottom: 20px;
    text-align: center;
    font-family: 'WOFF Javanweb';
    font-size: xx-large;
    padding: 20px;
    width: min-content;
}

.ActiveProfileNavItem {
    background-color: var(--cs1Blue);
}

.ProfileName {
    margin-top: 20px;
    margin-bottom: 20px;
}



.Avatar {
    position: relative;
    width: 100%; /* Makes the image fill the li width */
    height: auto; /* Keeps aspect ratio */
    max-width: 200px; /* Optional: limit image width */
    display: block; /* Remove inline spacing */
    border-radius: 50%;
}
.Avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.avatar-upload{
    display:none;
}

.Avatar:hover::before {
    content: "تغییر آواتار";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 95px;
    border-radius: 50%;
    font-size: x-large;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
}

.Avatar:hover::before {
    visibility: visible;
    opacity: 1;
}

.SubscriptionPlanCard {
    background-color: white;
    transition: 150ms;
    border: 4px solid #4e4e4e;
    border-radius: 20px;
    padding: 20px;
    border-style: dashed;
    margin: 15px;
    text-align: center;
    transition: 150ms;
}


.SubscriptionPlanCard:hover{
    background-color: #d3d3d3;
    cursor:pointer;
}

.SubscriptionPayBtn {
    padding: 5px;
    font-size:35px;
}
.SubscriptionPayBtn:hover {
    background-color: #d3d3d3;
    cursor: pointer;
}

.StatementOfPurpose {
    background-color: yellow;
    min-height:25VH;
    height:fit-content;
    padding:15px;
}


.MyCourse-Box-Heading {
    position: relative;
    margin-right: 35px;
    z-index: 1;
    border-radius: 60px;
    width: fit-content;
    background-color: var(--cs1HotOrange);
    font-weight: normal;
    font-size: 38pt;
    margin-bottom: -25px;
}

.MyCourse {
    background-color: #fec601;
    border-top: 4px solid #272727;
    border-bottom: 4px solid #272727;
    border-right: 0;
    border-left: 0;
    border-style: dashed;
    padding: 2% !important;
}

.slick-list {
    height:100%;
}
.slick-track {
    height: 100%;
}


.MyCourse > .slick-list {
    position: relative;
}

.MyCourse > .slick-list > .slick-track > .slick-slide {
    padding: 15px;
}

/*.MyCourse-slick-next {
    right: 45px !important;
    z-index: 1;
}

.MyCourse-slick-prev {
    left: 62px !important;
    z-index: 1;
}

.MyCourse-slick-prev:before, .MyCourse-slick-next:before {
    width: 39px !important;
    height: 36px !important;
    background-color: aqua !important;
    border-radius: 50px !important;
    font-size: 40px !important;
    color: black !important;
    display: block;
}*/

/*---------********----------------Profile End----------********-------------*/

/*---------********----------------Homepage Start----------********-------------*/
.Home {
    background-color: var(--cs1Blue);
}

.HomeNav:hover {
    background-color: var(--cs1Phosphori);
}

/*-------------------------Homepage MainSection-----------------------*/
.MainSection {
    background-size: 85px 85px;
    background-image: linear-gradient(to right, #a7c0c8 1px, transparent 1px), linear-gradient(to bottom, #a7c0c8 1px, transparent 1px);
    background-color: var(--cs1Blue) //#569cfe;
    margin-top: -80px;
    padding-top: 80px;
    height: 80vh;
    padding-bottom: 25px;
}

.MainSectionimg {
    height: 65% !important;
}

.Hsearchbox-matn {
    font-family: 'WOFF Javanweb';
    font-size: xxx-large;
}

.Hsearchbox {
    width: 70%;
    height: 45px;
    padding: 0 35px 0 15px;
    margin-right: -35px;
    font-family: 'WOFF Javanweb';
}

.Hsearch-btn {
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.Hsearch-btn-icon {
    vertical-align: middle;
}

/*-------------------------Homepage OtherSections-----------------------*/
.OtherSections {
    height: 50vh;
    padding-left: 10%;
    padding-right: 10%;
}

.OtherSectionsImgBox {
    box-shadow: #00000073 4px 4px 0px 1px;
}


.OtherSectionsimg {
    max-height: -webkit-fill-available;
    max-width: fit-content;
    border: 2px solid black;
    border-radius: 30px;
    object-fit: cover;
}

/*---------********----------------Homepage End----------********-------------*/


/*---------********----------------School Start----------********-------------*/

.School {
    background-color: var(--cs1Orange);
}
.SchoolNav:hover {
    background-color: var(--cs1Orange);
}
.SchoolNavbarTitle {
    color: var(--cs1HotOrange);
}


.tag-box {
    border-radius: 20px;
    font-size: 11pt;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.8;
}

.tag-box1 {
    background-color: var(--cs1Blue);
}

.tag-box2 {
    background-color: var(--cs1Pink);
}

.tag-box3 {
    background-color: var(--cs1Orange);
}


/*-------------------------School Sec1-----------------------*/

.Ssec1 {
    margin-top: -80px;
    padding-top: 80px;
    height: 80vh;
}

.NewLabelCourse::before {
    content: "دوره جدید";
    position: relative;
    margin-top: 15px;
    float: right;
    transform: rotate(30deg);
    z-index: 999999;
    background: #ff0000b5;
    color: white;
    border-radius: 20px;
    padding: 5px 15px 5px 15px;
}

.Ssec1img {
    max-height: 50vh;
    max-width: 100%;
    border-radius:10px;
}

.Ssearchbox-matn {
    font-family: 'WOFF Javanweb';
}

.Ssearchbox {
    width: 70%;
    height: 45px;
    padding: 0 35px 0 15px;
    margin-right: -35px;
}

.Ssearch-btn {
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.slider {
    max-height: 100%;
}

.Ssearch-btn-icon {
    vertical-align: middle;
}

/*-------------------------School Course List-----------------------*/

.CourseBoxIMG {
    border: 2px solid black;
    border-radius: 30px;
    height: 270px;
    object-fit: cover;
}

.CourseCards {
    background-color: white !important;
}

.CourseCards:hover {
    background-color: #dfe2ff !important;
}
.CourseCardsBoxIMG {
    border: 2px solid black;
    max-width: 45pt;
}
/*-------------------------School Course Page-----------------------*/
.Course-Box {
    border: 4px solid #ced4da;
    border-radius: 10px;
    position: relative;
    padding: 40px 20px 10px 20px;
    border-style: dashed;
    margin-bottom: 40px;
}

.Course-Box-Heading {
    position: absolute;
    top: -15px;
    right: -5px;
    background-color: #ffffff;
    padding: 5px 15px;
    font-weight: bold;
    font-size: xx-large
}

.Course-btn {
    background-color: #ff8da1;
    color: white;
    border-radius: 50px;
    font-size: 45px;
    width: max-content;
    padding: 5px 25px 5px 25px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'WOFF Javanweb';
    border: none;
}

.CourseMasterAvatarBox {
    background-color: var(--cs1Blue);
    border-radius: 75px;
    width: fit-content;
}

.CourseMasterAvatarImg {
    border: 3px solid black;
    max-width: 75px;
}

/*-------------------------Subtitle زیرنویس-----------------------*/

#Video::cue {
    direction: rtl;
    font-family: Vazirmatn FD;
    font-size: 24pt;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
}


/*---------********----------------School End----------********-------------*/

/*---------********------School Related Course End------********-------------*/
.related > .slick-list > .slick-track > .slick-slide {
    padding: 10px 20px 10px 20px;
}
.related > .slick-list {
    background-color: var(--cs1Blue);
    border: 5px solid #272727;
    border-radius: 30px;
    position: relative;
    border-style: dashed;
}

.Related-Box-Heading {
    position: relative;
    margin-bottom: -10px;
    margin-right: 10px;
    line-height: 20px;
    z-index: 1;
    border-radius: 50px;
    width: fit-content;
    background-color: var(--cs1LightBlue);
    padding: 5px 25px;
    font-weight: normal;
    font-size: 35pt;
}
.slick-next {
    right: 5px !important;
    z-index: 1;
}
.slick-prev {
    left: 30px !important;
    z-index: 1;
}
.slick-prev:before, .slick-next:before {
    width: 39px !important;
    height: 36px !important;
    border-radius: 50px !important;
    font-size: 45px !important;
    color: black !important;
    display: block;
}

/*---------********------School Related Course End------********-------------*/


/*---------********----------------Artist Start----------********-------------*/


/*-------------------------Artist List-----------------------*/

.Artists {
    background-color: var(--cs1Pink);
}

.ArtistsNav:hover {
    background-color: var(--cs1BlueGreen);
}

.ArtistsNavbarTitle {
    color: var(--cs1BlueGreen);
}

.ArtistSlickImgBox {
    box-shadow: #ffae00 4px 4px 0px 1px;
}


.ArtistSlickImg {
    border-radius: 30px;
    object-fit: cover;
    max-height: 35vh;
    max-width: 100%;
}

.ArtistBoxIMG {
    border: 3px solid black;
    border-radius: 30px;
    height: 20vh;
    object-fit: cover;

}

.ArtistCards {
    background-color: white !important;
}

.ArtistCards:hover {
    background-color: #dfe2ff !important;
}




.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.lightbox img {
    max-width: 80%;
    max-height: 80%;
}

.lightbox .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: black;
    font-size: 2rem;
    cursor: pointer;
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    background-color: white;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
}

/* Fix spacing between images */

.ArtworkBox {
    padding: 0;
    height: 325px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.ArtworkLightBox {
    padding: 0;
}
.Artwork-img {
    opacity: 0.9;
    transition: opacity 0.25s ease-in-out;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    /*    width: -webkit-fill-available;
*/
}
.Artwork-img:hover {
    opacity: 1; /* Change opacity to 100% on hover */
}
.ArtworkContainer {
    border: black 2px solid;
    border-radius: 40px;
    overflow: hidden;
}

/*---------********----------------Artist Sec1----------********-------------*/


.Asec1 {
    margin-top: -80px;
    padding-top: 80px;
    height: 80vh;
}
.Asec1img {
    max-height: 40vh;
    max-width: 100%;
    border-radius: 10px;
}

.NewLabelArtist::before {
    content: "هنرمند جدید";
    position: relative;
    margin-top: 30px;
    margin-right: 10px;
    float: right;
    transform: rotate(30deg);
    z-index: 999999;
    background: #ff0000b5;
    color: white;
    border-radius: 20px;
    padding: 5px 15px 5px 15px;
}

.Asearchbox-matn {
    font-family: 'WOFF Javanweb';
}

.Asearchbox {
    width: 70%;
    height: 45px;
    padding: 0 35px 0 15px;
    margin-right: -35px;
    font-family: 'WOFF Javanweb';
}

.Asearch-btn {
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.Asearch-btn-icon {
    vertical-align: middle;
}


/*---------********----------------DreamWall Start----------********-------------*/

.DreamWall {
    background-color: #e7e6e0;
}

.DreamWallNav:hover {
    background-color: var(--cs1Orange);
}

.DreamWallNavbarTitle {
    color: var(--cs1Black);
}

.DreamWall_ul, .DreamWall_li {
    list-style: none;
}

ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.DreamWall_ul li {
    margin: 3em;
}

.DreamWall_ul li a::before {
    content: "";
    position: absolute;
    top: 0em;
    left: -1.5em;
    width: 5em;
    height: 1em;
    transform: rotate(-30deg);
    box-shadow: black 0px 1px 0px 1px;
    z-index: 6;
    background: var(--cs1HotPink);
}

.DreamWall_ul li a {
    text-decoration: none;
    color: #000;
    background: var(--cs1Pink);
    display: block;
    height: 14em;
    width: 14em;
    padding: 0.75em;
    /*box-shadow: 5px 5px 7px rgba(33,33,33,.7);*/
    box-shadow: black 4px 4px 0px 1px;
    transition: transform .15s linear;
    transform: rotate(-6deg);
}

.DreamWall_ul li:nth-child(even) a {
    transform: rotate(3deg);
    position: relative;
    top: 15px;
    background: var(--cs1Orange);
}

.DreamWall_ul li:nth-child(3n) a {
    transform: rotate(-3deg);
    position: relative;
    top: -18px;
    background: var(--cs1LightGreen);
}

.DreamWall_ul li:nth-child(5n) a {
    transform: rotate(-6deg);
    position: relative;
    top: -8px;
    background: var(--cs1Blue);
}

.DreamWall_ul li a:hover, .DreamWall_ul li a:focus {
    /*box-shadow: 10px 10px 7px rgba(0,0,0,.7);*/
    box-shadow: black 4px 4px 0px 1px;
    transform: scale(1.25);
    position: relative;
    z-index: 5;
}
/*---------********----------------DreamWall End----------********-------------*/

/*---------********----------------Club Start----------********-------------*/

.Club {
    background-color: var(--cs1Blue);
}

.ClubNav:hover {
    background-color: var(--cs1Blue);
}

.ClubNavbarTitle {
    color: var(--cs1Black);
}



/*---------********----------------Searchpage Start----------********-------------*/
.Search {
    background-color: #569cfe;
}

.SearchNav:hover {
    background-color: #ebff01;
}

/*-------------------------Searchpage Sec1-----------------------*/
.SeSec1 {
    padding: 50px 50px 50px 50px;
    background-color: #569cfe;
    text-align: center;
}
/*---------********----------------Searchpage End----------********-------------*/




