html {font-display: swap !important;}
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url(/css/fonts/Poppins/Poppins_400.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url(/css/fonts/Poppins/Poppins_500.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url(/css/fonts/Poppins/Poppins_600.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 700; font-display: swap; src: url(/css/fonts/Poppins/Poppins_700.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
* { box-sizing:border-box;}html { margin: 0em; padding: 0; height:100%;width:100%; }a { outline:none; }
body { margin:0; padding: 0; font-size:14px; width:100%; height:100%; }
.login_body { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', Arial, sans-serif; }
input:focus, select:focus, textarea:focus, button:focus { outline:0; }p { padding:0; margin:0; }img { border:0px; }h1, h2, h3{  margin: 0;  padding: 0; }h2 { font-size:1.5em; margin-bottom:5px; }
ul { margin: 0; padding: 0; list-style:none; }li { list-style:none; }button {  border:none; outline: none !important; cursor:pointer; }

/* Navbar */
.container { max-width: 1170px; margin: auto; padding: 0 15px; }
.header { position: relative; left: 0; top: 0; width: 100%; border-bottom: 1px solid hsla(0, 0%, 100%, 0.2); background: linear-gradient(-30deg, rgba(238, 29, 176, 0.65) 0%, rgba(108, 28, 253, 0.65) 40%, rgba(108, 28, 253, 0.65) 100%); }
.header .container { display: flex; align-items: center; justify-content: space-between; }
.header .logo img { vertical-align: middle; transform: translateY(2px); }
.header .menu .head { display: none; }
.header .menu ul { list-style: none; }
.header .menu > ul > li { display: inline-block; }
.header .menu > ul > li:not(:last-child) { margin-right: 40px; }
.header .menu .dropdown { position: relative; }
.header .menu a { text-decoration: none; text-transform: capitalize; font-size: 16px; color: hsl(0, 0%, 100%); line-height: 1.5; display: block; position: relative; transition: color 0.4s ease-in-out; }
.header .menu > ul > li > a { padding: 24px 0; }
.header .menu > ul > li > a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #00ff99; transition: width 0.4s ease-in-out; }
.header .menu > ul > li > a:hover { color: #00ff99; }
.header .menu > ul > li > a:hover::after { width: 100%; }
.header .menu > ul > .dropdown > a { padding-right: 15px; }
.header .menu i { font-size: 10px; pointer-events: none; user-select: none; position: absolute; color: hsl(0, 0%, 100%); top: calc(50% - 5px); }
.header .menu > ul > li > i { right: 0; }
.header .menu .sub-menu { position: absolute; top: 100%; left: 0; width: 230px; padding: 15px 0; background-color: hsl(260, 50%, 45%); box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.5); z-index: 1; transform-origin: top; transform: scaleY(0); visibility: hidden; opacity: 0; }
.header .menu .sub-menu-right { left: 100%; top: 0; }
.header .menu .sub-menu-left { top: 0; left: auto; right: 100%; }
.header .menu li:hover > .sub-menu { opacity: 1; transform: none; visibility: visible; transition: all 0.5s ease; }
.header .menu .sub-menu a { padding: 6px 24px; }
.header .menu .sub-menu .dropdown > a { padding-right: 34px; }
.header .menu .sub-menu span { background-image: linear-gradient(#00ff99, #00ff99); background-size: 0 1px; background-repeat: no-repeat; background-position: 0 100%; transition: background-size 0.5s ease; }
.header .menu .sub-menu li:hover > a > span { color: #00ff99; background-size: 100% 1px; }
.header .menu .sub-menu i { transform: rotate(-90deg); right: 24px; }
.header-right { display: flex; }
.header-right > * { margin-left: 25px; }
.header-right .open-menu-btn { display: none; }
.header-button { background: linear-gradient(135deg, #28a745, #218838); color: white; padding: 10px 20px; font-size: 16px; border: none; border-radius: 15px 4px 15px 4px !important; cursor: pointer; position: relative; overflow: hidden; transition: color 0.4s ease-in-out; z-index: 1; }
.header-button::before { content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(135deg, #ff9800, #ff5722); transition: left 0.4s ease-in-out; z-index: -1; }
.header-button:hover::before { left: 0; }
.header-button:hover { color: #fff; }
.header .menu > ul .mobile-display { display: none; }
.full-width { width: 100%; }

/* hero */
.hero { background: #9640fd; opacity: 1; background-size: cover; background-position: center; position: relative; }
.hero-bg { background: rgba(21, 21, 21, 0.5); display: flex; align-items: center; padding: 100px !important; }
.hero-row { display: flex; flex-direction: row; justify-content: space-around;    flex-wrap: wrap; }
.stext { background: -moz-linear-gradient(0deg,rgb(203, 155, 255) 0%, #ee1db0 100%); background: -webkit-linear-gradient(0deg, rgb(203, 155, 255) 0%, #ee1db0 100%); background: -ms-linear-gradient(0deg, rgb(203, 155, 255) 0%, #ee1db0 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-content { width: 36%; color: #fff; }
.hero-content p { padding-top: 10px; }
.hero-btn-group { margin-top: 40px; }
.btn-app { background: linear-gradient(45deg, #8b94e9 10%, #c092ff 80%); color: #000 !important; text-decoration: none; padding: 12px 40px; border-radius: 25px; margin-right: 30px; text-align: center; cursor: pointer; }
.btn-app:hover { background: linear-gradient(90deg, #b571fa, #e592d8); }
.btn-radio { background: linear-gradient(90deg, #e592d8, #b571fa); color: #000 !important; text-decoration: none; padding: 12px 40px; border-radius: 25px; text-align: center; cursor: pointer; }
.btn-radio:hover { background: linear-gradient(45deg, #c092ff 10%, #8b94e9 80%); }

/* login */
.login_box { position: relative; width: 320px; backdrop-filter: blur(25px); border: 2px solid rgb(201, 172, 255); border-radius: 15px; padding: 5.3em 2em 2.2em 2em; color: #ffffff; box-shadow: 0px 0px 10px 2px rgba(201, 172, 255, 0.4); background: linear-gradient(-30deg, rgba(108, 28, 253, 0.1) 0%, rgba(108, 28, 253, 0.2) 100%); }
.login_box:hover { box-shadow: 0px 0px 10px 2px rgb(201, 172, 255); }
.login-header { position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; background-color: rgb(201, 172, 255); width: 150px; height: 60px; border-radius: 0 0 20px 20px; }
.login-header span { font-size: 22px; font-weight: 500; color: #000000; }
.login-header::before { content: ""; position: absolute; top: 0; left: -30px; width: 30px; height: 30px; border-top-right-radius: 50%; background: transparent; box-shadow: 15px 0 0 0 rgb(201, 172, 255); }
.login-header::after { content: ""; position: absolute; top: 0; right: -30px; width: 30px; height: 30px; border-top-left-radius: 50%; background: transparent; box-shadow: -15px 0 0 0 rgb(201, 172, 255); }
.input_box{ position: relative; display: flex; flex-direction: column; margin: 20px 0; }
.input_fields { width: 100%; height: 49px; font-size: 16px; background: transparent; color: #ffffff !important; padding-inline: 20px 50px; border: 2px solid #ffffff; border-radius: 30px !important; outline: none; }
#user_username { margin-bottom: 7px; }
.label_input { position: absolute; top: 14px; left: 20px; transition: .2s; }
.input_fields:focus { box-shadow: 0 0 5px rgb(201, 172, 255); border: 2px solid rgb(201, 172, 255) !important; }
.input_fields:focus ~ .label_input,
.input_fields:valid ~ .label_input { position: absolute; top: -10px; left: 20px; font-size: 14px; background-color: rgb(201, 172, 255); border-radius: 30px; color: #000; padding: 0 10px; transition: all 0.3s ease-in-out; box-shadow: 0 0 5px rgb(201, 172, 255); }
.icon { position: absolute; top: 17px; right: 23px; font-size: 16px; }
.input_fields:focus ~ .icon { color: rgb(201, 172, 255); }
.login-forgot { font-size: 15px; display: flex; justify-content: end; cursor: pointer; }
.login-forgot > p { background-image: linear-gradient(rgb(201, 172, 255), rgb(201, 172, 255)); background-size: 0 1px; background-repeat: no-repeat; background-position: 0 100%; transition: background-size 0.5s ease; }
.login-forgot > p:hover { color: rgb(209, 184, 255); background-size: 100% 1px; }
.input-submit { width: 100%; height: 38px; background: linear-gradient(90deg, #00C9FF, #92FE9D); color: #000; font-size: 16px; font-weight: 500; border: none !important; border-radius: 30px !important; cursor: pointer; position: relative; overflow: hidden; transition: all 0.4s ease-in-out; z-index: 1; }
.input-submit::before { content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, #ff69b4, #7b68ee); transition: left 0.4s ease-in-out; z-index: -1; }
.input-submit:hover::before { left: 0; }
.form_btn { display: flex; justify-content: space-between; margin-top: 10px; }
.form-register { background: linear-gradient(90deg, #5ad3fc, #a87eff); color: #000; padding: 9px 30px; font-size: 16px; border-radius: 25px !important; position: relative; overflow: hidden; transition: all 0.4s ease-in-out; z-index: 1; border: none; }
.form-register::before { content: ""; position: absolute; top: 0; right: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, #ff69b4, #7b68ee); transition: right 0.4s ease-in-out; z-index: -1; }
.form-register:hover::before { right: 0; }
.form-guest { background: linear-gradient(90deg, #7ab2e1, #EE82EE); color: #000; padding: 9px 30px; font-size: 16px; border-radius: 25px !important; position: relative; overflow: hidden; transition: all 0.4s ease-in-out; z-index: 1; border: none; }
.form-guest::before { content: ""; position: absolute; left: 0; bottom: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, #ff69b4, #7b68ee); transition: bottom 0.4s ease-in-out; z-index: -1; }
.form-guest:hover::before { bottom: 0; }

/* our team */
.testimonial { display: flex; justify-content: center; align-items: center; padding: 50px 8%; flex-flow: column; background: linear-gradient(45deg, #f4ccff, #bd89ff); }
.testimonial-head { padding: 10px 0; }
.testimonial-head h2 { font-size: 28px; padding-bottom: 5px; text-align: center; }
.testimonial-container { width: 100%; overflow: hidden; position: relative; max-width: 1200px; padding: 20px 0; }
.testimonial-wrapper { display: flex; transition: transform 0.5s ease-in-out; }
.testimonial-card { flex: 0 0 calc(33.33% - 20px); box-sizing: border-box; background: #ffffff; padding: 30px; margin: 10px; border-radius: 10px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.3s; }
.testimonial-card:hover { transform: scale(1.05); }
.testimonial-card img { width: 90px; height: 90px; border-radius: 50%; margin-bottom: 10px; margin-top: -55px; border: 3px solid rgb(192, 171, 255); border: 3px solid #ccabf8; }
.testimonial-card h3 { font-size: 18px; color: #b200ff; text-shadow: 0 0 1px #d972f3, 0 0 0px #d164f5, 0 0 30px #b200ff; padding-bottom: 3px; }
.testimonial-card p { color: #494949; }
.dots { display: flex; justify-content: center; margin-top: 20px; }
.dot { width: 9px; height: 9px; background-color: #9912ea; border-radius: 50%; margin: 4px; cursor: pointer; transition: background-color 0.3s; display: inline-flex; flex-wrap: wrap; }
.dot.active { background-color: white; }

/* active members */
.member-section { background: #e9c6ef; padding: 40px 6%; margin: auto; position: relative; overflow: hidden; }
.member-head { padding: 0 0 23px 0; }
.member-head h2 { font-size: 28px; padding-bottom: 5px; text-align: center; }
.member-container { display: flex; gap: 18px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; padding: 10px; }
.member-container::-webkit-scrollbar { display: none; }
.member-card { min-width: 120px; text-align: center; }
.member-card img { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; border: 3px solid white; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
.member-card p { margin-top: 8px; font-size: 14px; font-weight: bold; color: #4a148c; }
.arrow-btn { position: absolute; top: 50%; transform: translateY(-50%); background:rgba(122, 38, 174, 0.4); color: white; border: none; cursor: pointer; padding: 10px; font-size: 18px; border-radius: 50%; display: none; }
.arrow-btn:hover { background:rgb(95, 24, 181); }
.prev { left: 10px; }
.next { right: 10px; }
.member-body { display: grid; justify-content: center; align-items: center; }

/* card */
.head-feature { background-color: #ded5ff; display: flex; flex-direction: column; justify-content: center; text-align: center; padding: 30px 9%; }
.feature-content { width: 70%; margin: 0 auto; padding: 30px 0 17px 0; }
.feature-content h2 { font-size: 25px; padding-bottom: 5px; }
.feature-content p { font-size: 16px; }
.feature { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; padding: 40px; justify-content: center; text-align: center; }
.card { background: #fff; border-radius: 12px; padding: 35px 24px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; position: relative; overflow: hidden; animation: fadeInUp 0.8s ease-out; }
.card:hover { transform: translateY(-2px) scale(1.05); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); }
.card i { font-size: 50px; color: #6c1cfd; margin-bottom: 10px; transition: color 0.3s ease-in-out; }
.card:hover i { color: #ee1db0; }
.card h3 { font-size: 18px; margin: 10px 0; color: #333; transition: transform 0.3s ease-in-out; }
.card:hover h3 { transform: scale(1.1); color: #6c1cfd; }
.card p { font-size: 14px; color: #666; transition: opacity 0.3s ease-in-out; }
.card:hover p { opacity: 0.8; }
.card::before { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(238, 29, 176, 0.2) 0%, rgba(108, 28, 253, 0.15) 50%); transition: opacity 0.3s ease-in-out; opacity: 0; border-radius: 50%; z-index: -1; }
.card:hover::before { opacity: 1; }

/* radio schedule */
.radio-section { padding: 5rem 10% 3rem 10%; background: #eacfff; position: relative; overflow: hidden; }
.radio-header { padding-bottom: 40px; }
.radio-header h2 { font-size: 28px; padding-bottom: 5px; }
.radio-header p { font-size: 16px; }
.tabs { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; gap: 10px; }
.tab { padding: 7px 13px; cursor: pointer; background: #eee; border-radius: 5px; transition: background 0.3s; }
.tab.active { background: #a237cd; color: white; }
.schedule { display: none; }
.schedule.active { display: flex; flex-wrap: wrap; flex-flow: column; justify-content: center; }
.schedule-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; padding: 1rem; justify-content: center; }
.schedule-card { background: rgba(255,255,255,0.95); border-radius: 15px; padding: 1.5rem; box-shadow: 0 8px 32px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; min-height: 200px; perspective: 1000px; }
.card-inner { position: relative; width: 100%; height: 100%; transition: transform 0.6s; transform-style: preserve-3d; }
.schedule-card:hover .card-inner { transform: rotateY(180deg); }
.card-front, .card-back { position: absolute; width: 100%; height: 100%; backface-visibility: hidden; display: flex; align-items: center; overflow: hidden; }
.card-back { transform: rotateY(180deg); padding: 1.5rem; }
.rj-profile { display: flex; align-items: center; gap: 1.5rem; width: 100%; }
.image-wrapper { position: relative; flex-shrink: 0; }
.rj-image { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; border: 3px solid #9900fd; box-shadow: 0 4px 15px rgba(172,0,253,0.3); }
.rj-details { flex: 1; }
.rj-details h3 { margin: 0; color: #2A2A72; font-size: 1.4rem; }
.timing { color: #2B2B2B; display: flex; align-items: center; gap: 0.5rem; margin: 0.5rem 0; font-size: 0.95rem; }
.show-name { color: #8400f8; font-weight: 600; font-size: 1.1rem; }
.wave-animation { position: relative; height: 40px; margin-top: 1rem; display: flex; align-items: center; gap: 5px; }
.wave { width: 4px; height: 20px; background: #a246ff; animation: wave 1.2s infinite ease-in-out; border-radius: 2px; }
.wave:nth-child(2) { animation-delay: -0.2s }
.wave:nth-child(3) { animation-delay: -0.4s }

/* funcafe radio section */
.rjs-container { display: flex; justify-content: space-between; align-items: flex-start; max-width: 1200px; margin: 50px auto; gap: 20px; }
.left-section, .right-section { background: #1e1e1e; padding: 25px; border-radius: 10px; flex: 1; text-align: center; box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1); }
.left-section h2,
.right-section h2 { text-align: center; color: #ffffff; padding: 0 0 10px 0; }
.separator { width: 5px; height: 300px; background: linear-gradient(to bottom, #ff9800, #ff5722); border-radius: 5px; margin: auto 0; }
.left-section .rjhead-profile { display: flex; align-items: center; gap: 25px; border: 2px solid #c59fe3; border-radius: 10px; padding: 10px 20px; background:rgba(195, 129, 248, 0.6); box-shadow: 0 0 10px #c381f8; } 
.left-section .rjhead-profile:hover { background:rgba(195, 129, 248, 0.75); }
.left-section .rjhead-profile img { width: 65px; height: 65px; border-radius: 50%; border: 3px solid rgb(178, 95, 255); transition: transform 0.3s ease-in-out; }
.left-section .rjhead-profile:hover img { transform: scale(1.1); }
.rjhead-details h3 { margin: 0; font-size: 20px; color:rgb(255, 255, 255); }
.rjhead-details p { margin: 5px 0; color: #eee; }
.radio-player { margin-top: 20px; padding: 10px; filter: drop-shadow(0 0 8px rgb(227, 192, 255)); }
audio { width: 100%; }
.listeners-box { margin-top: 10px; padding: 15px; background: #dad1fb; border-radius: 8px; font-size: 16px; text-align: center; }
.listeners-box span { color: #8c00ff; }
.current-rjs { margin-top: 15px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; height: 118px; overflow-y: auto;}
.rj-tag { background: rgba(255,0,255,0.3); padding: 5px 15px; border-radius: 20px; border: 1px solid #ff00ff; transition: all 0.3s; color: #fff; }
.rj-tag:hover { background: rgba(255,0,255,0.6); }
.right-content { color: #ffffff; padding: 19px 0 0 0; }
.right-content h3 { font-size: 18px; padding-bottom: 9px; }
.right-content p { font-size: 15px; }

/* content */
.content { padding: 5% 21%; background: #ffffff; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
.head-part { padding-bottom: 10px; }
.head-part a { text-decoration: none; }
.font-18 { font-size: 18px; }
.content-part { padding-bottom: 20px; }
.m-bottom { margin-bottom: 25px; }
.p-text { font-size: 16px; }
.text-center { text-align: center; }
.content-left-img { float: left; margin-right: 15px; margin-top: 5px; }
.purple { color: rgb(139, 23, 255); }
.blue { color: #08007b; }
.pink { color: #d5006b; }
.light1 { color: #ff80f6; }
.light2 { color: #b77fff; }
.light3 { color: #cf7fff; }
.a_link { text-decoration: none; }
.a_link:hover { text-decoration: underline; }

/* footer */
footer { position: relative; width: 100%; height: auto; padding-top: 80px; background: linear-gradient(-30deg, rgba(108, 28, 253, 0.1) 0%, rgba(108, 28, 253, 0.2) 100%); }
.f-container { width: 100%; max-width: 1320px; margin: 0 auto; padding: 0 12px; }
.f-wrapper { display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; }
.f-wrapper .footer-widget { width: calc(20% - 30px); margin: 0 15px 50px; padding: 0 12px; }
.f-wrapper .footer-widget:nth-child(1) { width: calc(40% - 50px); margin-right: 15px; }
.f-wrapper .footer-widget .logo { margin-bottom: 30px; vertical-align: middle; }
.f-wrapper .footer-widget p { margin-bottom: 30px; font-size: 16px; line-height: 24px; }
.f-wrapper .footer-widget .footer-socials { display: flex; align-items: center; justify-content: flex-start; }
.f-wrapper .footer-widget .footer-socials li { list-style: none; }
.f-wrapper .footer-widget .footer-socials li a { width: 40px; height: 40px; margin-right: 10px; color: #fff; background-color: rgba(3, 127, 243, 0.5); border-radius: 50%; font-size: 20px; text-decoration: none; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease-out; }
.f-wrapper .footer-widget .footer-socials li:nth-child(1) a { border: 2px solid #316FF6; background-color: transparent; color: #316FF6; }
.f-wrapper .footer-widget .footer-socials li:nth-child(2) a { border: 2px solid #d62976; background-color: transparent; color: #d62976; }
.f-wrapper .footer-widget .footer-socials li:nth-child(3) a { border: 2px solid #00AFF0; background-color: transparent; color: #00AFF0; }
.f-wrapper .footer-widget .footer-socials li:nth-child(4) a { border: 2px solid #075E54; background-color: transparent; color: #075E54; }
.f-wrapper .footer-widget .footer-socials li a:hover { background-color: #037ef3; }
.f-wrapper .footer-widget .footer-socials li:nth-child(1) a:hover { border: 2px solid #316FF6; background-color: #316FF6; color: #fff; }
.f-wrapper .footer-widget .footer-socials li:nth-child(2) a:hover { border: 2px solid #d62976; background-color: #d62976; color: #fff; }
.f-wrapper .footer-widget .footer-socials li:nth-child(3) a:hover { border: 2px solid #00AFF0; background-color: #00AFF0; color: #fff; }
.f-wrapper .footer-widget .footer-socials li:nth-child(4) a:hover { border: 2px solid #075E54; background-color: #075E54; color: #fff; }
.f-wrapper .footer-widget h4 { color: #585978; margin: 10px 0 35px; font-size: 20px; font-weight: 600; line-height: 34px; position: relative; }
.f-wrapper .footer-widget h4::after { content: ""; position: absolute; bottom: 0; left: 0; width: 31%; height: 3px; background: linear-gradient(-30deg, rgba(238, 29, 176, 0.9) 0%, rgba(108, 28, 253, 0.95) 100%); border-radius: 5px; }
.f-wrapper .footer-widget .links li { list-style: none; }
.f-wrapper .footer-widget .links li a { color: #585978; font-size: 16px; text-decoration: none; text-transform: capitalize; line-height: 32px; background-image: linear-gradient(hsl(280.8deg 64% 42%), hsl(280.8deg 72% 59%)); background-size: 0 1px; background-repeat: no-repeat; background-position: 0 100%; transition: background-size 0.5s ease; }
.f-wrapper .footer-widget .links li a:hover { color:rgb(149, 0, 229); background-size: 100% 1px; }
.footer-logo { margin: 13px 0 35px; font-size: 20px; font-weight: 600; line-height: 36px; }
.copyright-wrapper { padding: 20px 0; border-top: 1px solid rgba(88, 89, 120, 0.4); }
.copyright-wrapper p { color: rgba(88, 89, 120, 0.6); font-size: 14px; font-weight: 500; text-align: center; }
.copyright-wrapper p a { color: inherit; font-weight: 500; text-decoration: none; transition: all 0.3s ease-out; }
.copyright-wrapper p a:hover { color:rgb(149, 0, 229); }
.small_modal_out { display: none; }
.empty_zone { width: 100%; }
.empty_zone { padding: 15px; margin: 0 auto; text-align: center; }
.empty_zone_icon { width: 64px; height: 64px; }
.empty_zone_text { font-size: 13px; margin-top: 10px; }
.sub_text{ color: #888; }

/* Responsive */
@media screen and (min-width:1101px){
	::-webkit-scrollbar { width: 3px !important; height: 3px!important; }
    ::-webkit-scrollbar-thumb { height: 50px!important; background-color: #eb3580!important; background-image: linear-gradient(#eb576a, #23b83c, #51bac3); border-radius: 3px!important; }
    ::-webkit-scrollbar-track { -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3) }
}

@media(max-width:1240px) {
    .hero-bg { padding: 100px 0 !important; }
}

@media(max-width:991px) {

    /* Navbar Responsive */
    .header { padding: 12px 0; }
    .header .menu { position: fixed; right: 0; top: 0; width: 320px; height: 100%; background-color: hsl(260, 50%, 45%); padding: 15px 30px 30px; overflow-y: auto; z-index: 99; transform: translateX(100%); }
    .header .menu.open { transform: none; }
    .header .menu .head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
    .header .menu .close-menu-btn { height: 35px; width: 35px; position: relative; display: inline-flex; align-items: center; justify-content: center; background-color: transparent; cursor: pointer; border: none; }
    .header .menu .close-menu-btn::before,
    .header .menu .close-menu-btn::after { content: ''; position: absolute; width: 80%; height: 2px; background-color: hsl(0, 0%, 100%); }
    .header .menu .close-menu-btn::before { transform: rotate(45deg); }
    .header .menu .close-menu-btn::after { transform: rotate(-45deg); }
    .header .menu > ul > li { display: block; }
    .header .menu > ul > li:not(:last-child) { margin-right: 0; }
    .header .menu li { border-bottom: 1px solid hsla(0, 0%, 100%, 0.25); }
    .header .menu li:first-child { border-top: 1px solid hsla(0, 0%, 100%, 0.25); }
    .header .menu > ul > li > a { padding: 12px 0; }
    .header .menu > ul > .dropdown > a { padding-right: 34px; }
    .header .menu i { height: 34px; width: 34px; border: 1px solid hsla(0, 0%, 100%, 0.25); display: inline-flex; align-items: center; justify-content: center; pointer-events: auto; cursor: pointer; top: 7px; }
    .header .menu .dropdown.active > i { background-color: hsla(0, 0%, 100%, 0.25); transform: rotate(180deg); }
    .header .menu .sub-menu { position: static; opacity: 1; transform: none; visibility: visible; padding: 0; transition: none; box-shadow: none; width: 100%; display: none; }
    .header .menu .dropdown.active > .sub-menu { display: block; }
    .header .menu .sub-menu li:last-child { border: none; }
    .header .menu .sub-menu a { padding: 12px 0 12px 15px; }
    .header .menu .sub-menu .sub-menu a { padding-left: 30px; }
    .header .menu .sub-menu .sub-menu .sub-menu a { padding-left: 45px; }
    .header .menu .sub-menu span { background-image: none; }
    .header .menu .sub-menu i { transform: none; right: 0; }
    .header-right .open-menu-btn { display: inline-flex; align-items: center; justify-content: center; height: 40px; width: 44px; cursor: pointer; position: relative; background-color: transparent; border: none; }
    .header-right .open-menu-btn .line { height: 2px; width: 30px; background-color: hsl(0, 0%, 100%); position: absolute; }
    .header-right .open-menu-btn .line-1 { transform: translateY(-8px); }
    .header-right .open-menu-btn .line-3 { transform: translateY(8px); }
    .header .menu > ul .mobile-display { display: block; }
    .pc-display { display: none; }

    /* hero responsive */
    .hero-row { flex-direction: column; align-items: center; text-align: center; }
    .f-wrapper .footer-widget h4::after { width: 15%; }
    .hero-bg { padding: 80px 0 !important; }
    .hero-content { width: 70%; margin-top: 45px;}
    
    /* footer Responsive */
    .f-container { max-width: 960px; }
    .f-wrapper .footer-widget,
    .f-wrapper .footer-widget:nth-child(1) { width: calc(50% - 30px); }

    .rjs-container { flex-flow: column; justify-content: center; align-items: center; }
    .separator { display: none; }
    .left-section, .right-section { width: 82%; }
}

@media(max-width:868px) {
    .content { padding: 10% 10%; }
}

@media (max-width: 768px) {
    .f-container { max-width: 720px; }
    .f-wrapper .footer-widget,
    .f-wrapper .footer-widget:nth-child(1) { width: 100%; margin: 0 10px 50px; }
    .f-wrapper .footer-widget h4::after { width: 11%; }
    .rj-image { width: 100px; height: 100px; }
    .testimonial-card { flex: 0 0 calc(50% - 20px); }
    .feature-content { width: 80%; }
    .footer-logo { margin: 0 0 18px; }
}

@media(max-width:551px) {
    .hero-content { width: 90%; }
    .f-wrapper .footer-widget h4::after {  width: 15%; }
    .left-section, .right-section { width: 100%; }
}

@media (max-width: 480px) { 
    .schedule-card { min-height: 280px; } 
    .rj-profile { flex-flow: column; text-align: center; }
    .testimonial-card { flex: 0 0 calc(100% - 20px); }
    .feature-content { width: 88%; }
}

@media(max-width:340px) {
    .login_box { max-width: 294px; }
    .f-wrapper .footer-widget h4::after {  width: 20%; }
    .feature-content { width: 97%; }
}

@media(max-width:296px) {
    .login_box { max-width: 264px; padding: 5.3em 1.1em 2.2em 1.1em; }
    .hero-btn-group { display: flex; flex-wrap: wrap;  justify-content: center; }
    .btn-app { padding: 12px 30px; }
    .btn-radio { padding: 12px 30px; }
    .f-wrapper .footer-widget h4::after {  width: 20%; }
    .content { padding: 10% 4%; }
}


/* Fade In Animation */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes wave { 0%, 60%, 100% { transform: scaleY(0.4) } 20% { transform: scaleY(1) } }