/* Global  */
h1,h2,h3,h4,h5,h6,p{
	margin-bottom: 0;
}
a{
	text-decoration: none;
	color: #514F4F;
}
a,svg,path,button,input,textarea,header,
.header_container,
:before,:after,.swiper-pagination-bullet,
.testimonials_slider .testimonials_item,
.sidr_btn_1 span, .footer_menu_list,
.mob_slide_title .h6_title:after,.custom_arrow,
.get_btn_gr span{
    transition: all 0.3s;
}

body{
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	overflow-x: hidden;
	color: #514F4F;
}
.row{
	margin-left: -15px;
	margin-right: -15px;
}
.container{
	max-width: 1480px;
}
.container-fluid,
.container,
.row>*{
	padding-left: 15px;
	padding-right: 15px;
}
.cursor-pointer{
    cursor: pointer;
}
video{
    width: 100%;
    display: block;
    height: 100%;
}

/* Preloader */
.preloader_col {
    z-index: 9999;
}
.colorful {
   width: 31.4px;
   height: 31.4px;
   border-radius: 50%;
   background: #61d2e9;
   transform-origin: top;
   display: grid;
   animation: colorful-3vgb5t 2s infinite linear;
}
.colorful::before,
.colorful::after {
   content: "";
   grid-area: 1/1;
   background: #4a81e5;
   border-radius: 50%;
   transform-origin: top;
   animation: inherit;
   animation-name: colorful-k94uub;
}
.colorful::after {
   background: #6e72d6;
   --s: 180deg;
}
@keyframes colorful-3vgb5t {
   0%, 20% {
      transform: rotate(0);
   }

   100% {
      transform: rotate(360deg);
   }
}
@keyframes colorful-k94uub {
   50% {
      transform: rotate(var(--s,90deg));
   }

   100% {
      transform: rotate(0);
   }
}

/* Font Family */
@font-face {
	font-family: times-bold-it;
	src: url(../fonts/times-new-roman-bold-italic.otf);
}
.nav_label{
	font-family: times-bold-it;
	font-weight: 400;
}
.h2_title {
    color: #101010;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}
.h3_title,.h3_40_title {
    color: #101010;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}
.h5_title {
    color: #101010;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
.gradient_text,.audio-info .title {
    background: linear-gradient(98.2deg, #C771FD -15.16%, #6E72D6 31%, #4A81E5 71.07%, #61D2E9 106.56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* Button */
.white_btn {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    background-color: #fff;
    color: #6874D8;
    border-radius: 100px;
    padding: 16px 25px;
    border: 2px solid #fff;
}
.white_btn:hover{
    background-color: transparent;
    color: #fff;
}

/* ============= Header ============= */
header {
    z-index: 99;
    transition: all 0.3s ease-in-out;
    position: absolute;
}
.header_container {
    padding-left: 45px;
    padding-right: 68px;
	padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
header.sticky {
    position: fixed;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.sticky .header_container {
    padding-top: 10px;
    padding-bottom: 10px;
}
.toggle_line {
    height: 3px;
    background-color: #111;
}
.toggle_line_one {
    width: 32px;
}
.toggle_line_tow {
    width: 20px;
}
.toggle_btn {
    gap: 8px 0;
}
.head_nav .nav {
    gap: 0 40px;
}
.head_nav .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.head_sign_btn,
.header_border_btn{
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.header_border_btn {
    border: 1px solid #000;
    border-radius: 100px;
	padding: 4px 11px;
}
.header_border_btn:hover{
	color: #fff;
    border-color: transparent;
}
.header_btn .nav{
	gap: 0 20px;
}
/*Sidebar*/
.sidebar_element {
    transition: all 0.6s;
    z-index: 999;
    left: -290px;
}
.sidebar_overlay{
    background-color: #000000;
    opacity: 0.3;
    width: 0;
    z-index: 998;
    transition: all 0.6s;
}
.sidebar_inner {
    z-index: 1;
    max-width: 280px;
    padding: 54px 0 35px;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.sidebar_list {
    gap: 25px 0;
}
.sidebar_item > * {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    width: fit-content;
    gap: 0 10px;
}
.sidebar_menu {
    padding-top: 40px;
}
.sidebar_menu .head_nav {
    border-top: 1px solid #EAE2F7;
    padding-top: 25px;
    margin-top: 30px;
}
.sidebar_menu .head_nav .nav {
    gap: 18px 0;
}
.sidebar_scroll {
    overflow-y: auto;
}
.sidebar_inner > div {
    padding: 0 30px;
}
.sidebar_inner .sidebar_bottom {
    padding-top: 30px;
}
.sidr_btn_1 {
    background: linear-gradient(98.2deg, rgba(199, 113, 253, 0.3) -15.16%, rgba(110, 114, 214, 0.3) 31%, rgba(74, 129, 229, 0.3) 71.07%, rgba(97, 210, 233, 0.3) 106.56%);
    font-size: 14px;
    font-weight: 500;
    padding: 1px;
    color: #000;
}
.sidr_btn_1 span {
    padding: 8px 10px;
}
.sidr_btn_1:hover span{
    background: linear-gradient(98.2deg, rgba(199, 113, 253, 0.3) -15.16%, rgba(110, 114, 214, 0.3) 31%, rgba(74, 129, 229, 0.3) 71.07%, rgba(97, 210, 233, 0.3) 106.56%);
    color: #fff;
}
.sidr_btn_2 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    padding: 7px 0;
}
.sidr_btn_2:hover{
    background-color: transparent;
    color: #000;
}
.sidebar_btn_gr {
    gap: 10px 0;
}
.sider_copy_gr a,.sider_copy_text {
    color: #808080;
    font-size: 12px;
    font-weight: 500;
}
.sider_copy_text a{
    color: #808080;
}
.sider_copy_gr .nav {
    gap: 0 28px;
}
.sider_copy_text {
    padding-top: 5px;
}
.sider_copyright {
    border-top: 1px solid #EAE2F7;
    padding-top: 10px;
    margin-top: 20px;
}
.sidr_open .sidebar_element {
    left: 0;
}
.sidr_open .sidebar_overlay {
    width: 100%;
    transition: all 0.6s;
}
@media screen and (max-width: 991px){
    .header_container{
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* ============= Hero Sec ============= */
.hero_bg{
	background-image: url(../images/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 60px;
}
.h1_title {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.125;
    letter-spacing: 1px;
}
.hero_desc {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    max-width: 600px;
    padding-top: 24px;
    letter-spacing: 1px;
}
.hero_btn{
    padding-top: 40px;
    gap: 0 39px;
}
.hero_bg .container-fluid{
    padding-left: 13%;
}
.hero_img {
    right: -30px;
    top: 50px;
}
@media screen and (min-width: 1200px){
    .hero_left_col{
        width: 44%;
    }
    .hero_right_col{
        width: 56%;
    }
}

/* ============= Work Sec ============= */
.work_sec {
    overflow-x: hidden;
    padding-top: 120px;
}
.work_sec .container {
    max-width: 1473px;
}
.work_main_row{
    padding-top: 60px;
    gap: 70px 0;
}
.work_content {
    max-width: 550px;
}
.work_btn a {
    border: 1px solid #101010;
    border-radius: 100px;
    color: #101010;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 14px 22px;
    position: relative;
    overflow: hidden;
}
.work_btn a > *{
    position: relative;
}
.work_btn a:before,
.partner_btn_link:before,
.header_border_btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(98.2deg, #C771FD -15.16%, #6E72D6 31%, #4A81E5 71.07%, #61D2E9 106.56%);
    opacity: 0;
    transition: all 0.3s;
    border-radius: 100px;
}
.work_btn a:hover:before{
    opacity: 1;
}
.work_btn a svg {
    margin-left: 15px;
}
.work_btn a:hover {
    background-color: transparent;
    color: #fff;
    border-color: transparent;
}
.work_btn a:hover svg path{
    fill: #fff;
}
.work_desc {
    padding-top: 35px;
}
.work_btn {
    padding-top: 30px;
}
.work_img_minus{
    margin-right: -30px;
}
.work_img_minus_left{
    margin-left: -30px;
}
.work_img_minus_left {
    margin-left: -40px;
}

/* ============= AI Buddy Sec ============= */
.ai_buddy_sec {
    padding-bottom: 120px;
    padding-top: 80px;
    overflow-x: hidden;
}
.ai_buddy_slider .buddy_item {
    width: 460px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    height: auto;
}
.ai_buddy_row {
    padding-top: 100px;
}
.pastel_yellow_bg{
    background-color: #FEFBE9;
}
.ice_blue_bg{
    background-color: #DDF9F2;
}
.pastel_green_bg{
    background-color: #EEF6D6;
}
.lavender_whisper_bg{
    background-color: #F4F0FE;
}
.buddy_col {
    padding: 28px 30px 31px;
    border-radius: 30px;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}
.h4_title {
    color: #101010;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.22;
}
.buddy_border_btn {
    color: #101010;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.buddy_desc {
    padding-top: 30px;
}
.buddy_btn {
    padding-top: 20px;
    margin-top: auto;
    gap: 0 22px;
}
.buddy_title {
    padding-top: 45px;
}
.testimonials_slider .swiper-pagination{
    transition: all 5s;
}
.ai_buddy_slider .swiper-pagination,
.testimonials_slider .swiper-pagination {
    bottom: 0;
    top: 0;
    padding-top: 34px;
}
.ai_buddy_slider .swiper-pagination .swiper-pagination-bullet,
.testimonials_slider .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 40px;
    opacity: 1;
    margin: 0 5px;
    background: linear-gradient(98.2deg, #C771FD -15.16%, #6E72D6 31%, #4A81E5 71.07%, #61D2E9 106.56%);
}
.ai_buddy_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.testimonials_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 36px;
    background: linear-gradient(98.2deg, rgba(199, 113, 253, 0.3) -15.16%, rgba(110, 114, 214, 0.3) 31%, rgba(74, 129, 229, 0.3) 71.07%, rgba(97, 210, 233, 0.3) 106.56%);
}
.buddy_video_btn {
    cursor: pointer;
    color: #101010;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #101010;
    border-radius: 100px;
    padding: 13px 21px;
}
.buddy_video_btn:hover {
    background-color: #101010;
    color: #fff;
}
.buddy_video_btn:hover path {
    fill: #fff;
}

/* ============= About Sec ============= */
.about_sec{
    padding: 120px 0 0;
    background-image: url(../images/about-gr-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 35px;
}
.about_row {
    padding-top: 100px;
}
.about_content {
    gap: 20px 0;
    padding: 0 34px 50px 63px;
}
.about_title .h2_title,
.about_desc {
    color: #fff;
}
.about_img .video-container{
    max-width: none;
    border-radius: 10px;
}
.about_img video {
    width: calc(100% - 43px);
    height: calc(100% - 42px);
    border-radius: 17px;
    transition: all 0.3s;
        opacity: 0;
}
.about_img .active video{
    opacity: 1;
}
.about_img .video-container .poster_img{
    z-index: 1;
}
.about_img .video-container .poster_img{
    object-fit: cover;
    object-position: left;
}
.about_img .video-container.active .poster_img {
    opacity: 1;
}
.about_img .video-container .mute-toggle {
    bottom: auto;
    right: auto;
    left: 30px;
    bottom: 30px;
}
.about_img {
    margin-right: -64px;
    margin-top: 25px;
}

/* ============= Testimonials Sec ============= */
.testimonials_sec {
    padding: 120px 0 0;
    overflow-x: hidden;
}
.testimonials_title .hero_desc {
    max-width: none;
}
.testimonials_row {
    margin: 0 -72px;
}
.testimonials_item,.testimonials_slider .swiper-wrapper{
    height: auto;
}
.testimonials_wraper {
    background-color: #FFFFFF;
    box-shadow: 0px 24px 104px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    flex: 1 1 auto;
}
.testimonials_verified {
    background: linear-gradient(98.2deg, #C771FD -15.16%, #6E72D6 31%, #4A81E5 71.07%, #61D2E9 106.56%);
    color: #FFFFFF;
    font-weight: 600;
    gap: 0 10px;
    padding: 5px 0;
}
.testimonials_sub {
    color: #101010;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.29;
}
.testimonials_desc {
    padding-top: 10px;
}
.testimonials_content {
    padding: 23px 20px 18px;
}
.author_img .img-fluid {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    object-fit: cover;
}
.testimonials_author {
    gap: 0 20px;
    padding-top: 20px;
    margin-top: 15px;
}
.author_info_title {
    font-weight: 700;
    font-size: 24px;
    background: linear-gradient(98.2deg, #C771FD -15.16%, #6E72D6 31%, #4A81E5 71.07%, #61D2E9 106.56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.testimonials_author:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(98.2deg, rgba(199, 113, 253, 0.3) -15.16%, rgba(110, 114, 214, 0.3) 31%, rgba(74, 129, 229, 0.3) 71.07%, rgba(97, 210, 233, 0.3) 106.56%);
}
.testimonials_slider {
    padding: 100px 72px 120px;
}
.testimonials_slider .testimonials_item{
    opacity: 0;
    display: flex;
    flex-flow: column;
}
.testimonials_slider .testimonials_item.custom_active{
    opacity: 1;
}
.testimonials_img_video,
.testimonials_img,
.testimonials_content,
.testimonials_sub_title,
.testimonials_desc,
.testimonials_author {
    display: flex;
    flex-flow: column;
    flex: 1 1 auto;
}
.testimonials_author{
    flex-flow: row;
}
.testimonials_img .img-fluid {
    height: 100%;
    object-fit: cover;
}
.custom_arrow {
    width: 50px;
    height: 50px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    z-index: 1;
    border: 2px solid transparent;
}
.custom_arrow:hover{
    border-color: #6E72D6;
}
.custom_arrow.custom-prev {
    left: 50px;
}
.custom_arrow.custom-next {
    right: 50px;
}
/*Review*/
.review_swiper .video-container {
    border-radius: 20px;
    cursor: pointer;
}
.review_swiper {
    padding: 25px 0;
    transition: all 0.3s;
    opacity: 0;
}
.review_swiper.custom_active{
    opacity: 1;
}
.review_slider .custom_arrow.custom-prev {
    left: 10px;
}
.review_slider .custom_arrow.custom-next {
    right: 10px;
}
.review_content {
    z-index: 2;
    padding: 10px 13px 27px 32px;
    pointer-events: none;
    transition: all 0.3s;
}
.active + .review_content {
    opacity: 0;
}
.review_title {
    font-size: 20px;
    font-weight: 700;
}
.review_info {
    padding-top: 15px;
}
.review_autho {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.review_desg {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}
.review_content:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 90px);
    background: linear-gradient(176deg, rgb(0 0 0 / 0%) 20.92%, rgba(0, 0, 0, 0.5) 100%);
    z-index: -1;
    border-radius: 0 0 20px 20px;
}
.review_row {
    padding: 75px 0 95px;
    margin: 0 -30px;
}
.review_slider{
    padding: 0 30px;
}
@media (min-width: 1200px) and (max-width: 1599px){
    .review_slider .custom_arrow.custom-prev {
        left: 30px;
    }
    .review_slider .custom_arrow.custom-next {
        right: 30px;
    }
}


/* ============= Partner Sec ============= */
.partner_sec {
    background-color: #FDF9FF;
    padding: 149px 0;
}
.partner_sec .container {
    max-width: 900px;
}
.partner_title {
    padding-top: 25px;
}
.partner_title .h2_title {
    line-height: 1.16;
    letter-spacing: 1px;
}
.partner_desc {
    padding-top: 15px;
}
.partner_btn{
    padding-top: 50px;
}
.partner_btn_link {
    background-color: #000000;
    color: #fff;
    font-weight: 500;
    padding: 15px 26px;
    border-radius: 100px;
    position: relative;
}
.partner_btn_link:hover {
    background-color: transparent;
}
.partner_btn_link:hover:before,
.header_border_btn:hover:before {
    opacity: 1;
}

/* ============= Trusted Sec ============= */
.trusted_sec {
    padding-top: 120px;
}
.trusted_title .h2_title{
    line-height: 1.16;
}
.trusted_row {
    padding-top: 50px;
}
.trusted_slider:before,
.trusted_slider:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(88.58deg, #FFFFFF 0.75%, rgba(255, 255, 255, 0) 83.8%);
    z-index: 2;
    width: 189px;
}
.trusted_slider:after{
    left: auto;
    right: 0;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

/* ============= As Seen Sec ============= */
.seen_sec {
    padding-top: 110px;
    padding-bottom: 110px;
}
.seen_title {
    max-width: 1042px;
}
.seen_wraper {
    max-width: 1087px;
}
.seen_left_curve {
    top: -15px;
    left: -49px;
}
.seen_right_curve {
    top: -15px;
    right: -49px;
}
.seen_row {
    padding-top: 116px;
}
.seen_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(calc(-50% + 5px));
    background-color: #000000;
    height: 1px;
    width: 100%;
    opacity: 0.5;
}
.seen_title .h2_title {
    padding: 0 36px;
}

/* ============= Footer Sec ============= */
.footer_sec{
    background: linear-gradient(98.2deg, rgba(199, 113, 253, 0.3) -15.16%, rgba(110, 114, 214, 0.3) 31%, rgba(74, 129, 229, 0.3) 71.07%, rgba(97, 210, 233, 0.3) 106.56%);
    padding: 110px 0 116px;
}
.footer_desc {
    font-size: 16px;
    padding-top: 20px;
}
.h6_title {
    color: #101010;
    font-weight: 600;
    font-size: 20px;
}
.footer_menu_list .nav a {
    font-size: 18px;
    font-weight: 500;
}
.footer_menu_list .nav {
    gap: 5px 0;
    display: flex;
    flex-flow: column;
}
.footer_menu_list {
    padding-top: 15px;
}
.location_group {
    gap: 15px 0;
}
.footer_menu {
    min-width: 140px;
}
.location_list {
    padding-top: 23px;
}
.location_label {
    font-size: 18px;
    font-weight: 500;
    padding-top: 5px;
    line-height: 1.3;
}
.social_link svg {
    width: 25px;
    height: 25px;
    fill: #101010;
}
.social_list {
    gap: 0 30px;
}
.copyright_left_text > * {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}
.copyright_ul {
    gap: 0 37px;
}
.copyright_sec {
    padding: 10px 0;
}
.book_demo_popup .modal-dialog {
    max-width: 900px;
}
.book_demo_popup .modal-body {
    padding: 40px 30px;
}
.book_demo_popup .btn-close {
    right: -40px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    opacity: 1;
    font-size: 14px;
    width: 20px;
    height: 20px;
}
.video-container {
    max-width: 710px;
    border-radius: 37px;
    overflow: hidden;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.2);
}
.video-container video {
    object-fit: cover;
    z-index: 1;
}
.video-container .poster_img{
    opacity: 1;
    transition: all 0.3s;
    z-index: 2;
}
.video-container.active .poster_img{
    opacity: 0;
}
.video-container .mute-toggle{
    z-index: 3;
}
.video-container .mute-toggle {
    z-index: 3;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100px;
    right: 20px;
    bottom: 20px;
    opacity: 0;
}
.mute-toggle,.volume_btn{
    transition: all 0.3s;
}
.volume_btn_2,
.active-button .volume_btn_1{
    opacity: 0;
}
.active-button .volume_btn_2,
.video-container:hover .mute-toggle{
    opacity: 1;
}

/* ============= Responsive ============= */
@media screen and (max-width: 991px){
    .footer_menu {
        min-width: auto;
    }
    .footer_menu_list {
        padding-top: 0;
    }
    .footer_menu_list .nav{
        gap: 2px 0;
    }
    .mob_slide_content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out;
    }
    .location_list{
        padding-top: 0;
    }
    .mob_slide_main {
        border-bottom: 1px solid #000000;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .mob_slide_main.footer_info {
        margin: 0;
        padding: 0;
        border: 0;
    }
    .h6_title {
        font-size: 18px;
    }
    .footer_menu_list .nav a{
        font-size: 16px;
    }    .mob_slide_content .nav{
        padding-top: 10px;
    }
    .mob_slide_title .h6_title:after {
        content: "";
        position: absolute;
        right: 0;
        top: 8px;
        background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 8" width="14" height="8"><title>arrow-down-s-line</title><style>.s0 { fill: %23000000 } </style><path class="s0" d="m7 5.2l4.9-5 1.5 1.4-6.4 6.4-6.4-6.4 1.5-1.4z"/></svg>');
        width: 14px;
        height: 8px;
    }
    .mob_slide_title.active .h6_title:after {
        transform: rotate(180deg);
    }
}
@media screen and (max-width: 767px){
    body {
        font-size: 16px;
    }
    br{
        display: none;
    }
    .header_container{
        padding: 15px;
    }
    .header_logo {
        max-width: 100px;
    }
    .hero_bg .container-fluid {
        padding-left: 15px;
    }
    .hero_img {
        right: 0;
        top: 0;
    }
    .work_img_minus {
        margin-right: 0;
    }
    .h1_title{
        font-size: 32px;
    }
    .hero_desc{
        font-size: 18px;
        padding-top: 15px;
    }
    .white_btn {
        font-size: 18px;
        padding: 9px 23px;
    }
    .hero_btn {
        padding-top: 25px;
        gap: 0 20px;
    }
    .hero_video_btn {
        font-size: 18px;
    }
    .hero_video_btn svg {
        width: 25px;
        height: 25px;
    }
    .h2_title{
        font-size: 32px;
    }
    .h3_title{
        font-size: 24px;
    }
    .work_desc {
        padding-top: 15px;
    }
    .work_btn a {
        font-size: 16px;
        padding: 10px 22px;
    }
    .work_btn {
        padding-top: 25px;
    }
    .work_main_row {
        padding-top: 25px;
        gap: 40px 0;
    }
    .work_img_minus_left {
        margin-left: 0;
    }
    .work_sec {
        padding-top: 60px;
    }
    .ai_buddy_row {
        padding-top: 35px;
    }
    .buddy_img {
        max-width: 170px;
        margin: 0 auto;
    }
    .buddy_title {
        padding-top: 25px;
    }
    .buddy_desc {
        padding-top: 10px;
    }
    .buddy_col {
        padding: 25px 15px 30px;
        border-radius: 20px;
    }
    .h4_title{
        font-size: 22px;
    }
    .buddy_btn {
        padding-top: 15px;
        gap: 0 10px;
    }
    .buddy_video_btn {
        padding: 10px 15px;
    }
    .ai_buddy_slider .swiper-pagination{
        padding-top: 25px;
    }
    .about_row {
        padding-top: 30px;
    }
    .about_img{
        border-radius: 10px;
        border-width: 10px;
        margin: 0;
        padding: 0 15px;
    }
    .about_img video {
        width: calc(100% - 15px);
        height: calc(100% - 14px);
        border-radius: 7px;
    }
    .about_title {
        padding: 0 15px;
    }
    .about_sec{
        border-radius: 15px;
    }
    .about_img .video-container .mute-toggle{
        left: 20px;
        bottom: 20px;
        width: 35px;
        height: 35px;
    }
    .about_img .volume_btn {
        max-width: 19px;
    }
    .about_btn svg {
        width: 50px;
        height: 50px;
    }
    .about_content {
        gap: 15px 0;
        padding: 0 15px;
    }
    .partner_title .h2_title{
        letter-spacing: normal;
        font-size: 24px;
    }
    .testimonials_row {
        margin: 0 -15px;
    }
    .ai_buddy_sec,
    .partner_sec,
    .about_sec,.seen_sec {
        padding: 60px 0;
    }
    .testimonials_sec,.trusted_sec {
        padding: 60px 0 0;
    }
    .testimonials_slider {
        padding: 25px 0 70px 15px;
    }
    .testimonials_sub{
        font-size: 20px;
    }
    .author_img .img-fluid{
        width: 50px;
        height: 50px;
    }
    .author_info_title{
        font-size: 18px;
    }
    .testimonials_author{
        gap: 0 10px;
        padding-top: 15px;
    }
    .testimonials_verified svg {
        width: 22px;
        height: 20px;
    }
    .partner_btn {
        padding-top: 30px;
    }
    .partner_btn_link{
        padding: 13px 23px;
    }
    .trusted_title .h2_title {
        font-size: 24px;
    }
    .trusted_row {
        padding-top: 20px;
    }
    .trusted_slider:before, .trusted_slider:after{
        width: 59px;
    }
    .seen_title .h2_title {
        padding: 0 20px;
    }
    .seen_row {
        padding-top: 25px;
    }
    .location_label{
        font-size: 14px;
    }
    .location_label br{
        display: block;
    }
    .location_item .img-fluid {
        max-width: 30px;
    }
    .social_list {
        gap: 0 15px;
    }
    .social_link svg{
        width: 20px;
        height: 20px;
    }
    .footer_sec{
        padding: 50px 0;
    }
    .footer_logo_link {
        max-width: 120px;
    }
    .footer_desc {
        font-size: 16px;
        padding-top: 15px;
    }
    .copyright_ul {
        gap: 5px 25px;
    }
    .work_img {
        max-width: 500px;
        margin: 0 auto;
    }
    .book_demo_popup .modal-body {
        padding: 40px 15px;
        overflow-y: auto;
    }
    .book_demo_popup .modal-dialog {
        min-height: calc(100vh - 760px);
        height: calc(100vh - 60px);
        top: 50%;
        transform: translateY(-50%) !important;
    }
    .book_demo_popup .modal-content {
        height: 100%;
    }
    .book_demo_popup .btn-close {
        right: 0;
    }
    .book_demo_popup .modal-header {
        z-index: 1;
    }
    .modal {
        z-index: 100001;
    }
    .modal-backdrop {
        z-index: 10000;
    }
    .review_row {
        padding: 5px 0 45px;
    }
    .review_content{
        padding: 10px 13px 27px 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    body{
        font-size: 18px;
    }
    .h2_title{
        font-size: 40px;
    }
    .hero_bg .container-fluid {
        padding-left: 15px;
    }
    .hero_img {
        right: 0;
        top: 0;
        max-width: 460px;
    }
    .header_container{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header_logo {
        max-width: 110px;
    }
    .h1_title{
        font-size: 45px;
    }
    .hero_desc{
        padding-top: 18px;
        font-size: 22px;
    }
    .white_btn{
        font-size: 18px;
        padding: 11px 25px;
    }
    .hero_btn {
        padding-top: 25px;
        gap: 0 30px;
    }
    .work_img_minus {
        margin-right: 0;
    }
    .work_img_minus_left {
        margin-left: 0;
    }
    .work_img {
        max-width: 500px;
        margin: 0 auto;
    }
    .work_content {
        margin: 0 auto;
    }
    .h3_title{
        font-size: 30px;
    }
    .work_desc {
        padding-top: 20px;
    }
    .work_btn a{
        font-size: 18px;
        padding: 10px 22px;
    }
    .work_btn {
        padding-top: 25px;
    }
    .work_main_row {
        padding-top: 30px;
        gap: 50px 0;
    }
    .ai_buddy_row {
        padding-top: 40px;
    }
    .h4_title{
        font-size: 20px;
    }
    .buddy_desc {
        padding-top: 10px;
        font-size: 16px;
    }
    .buddy_video_btn{
        font-size: 14px;
        padding: 10px 17px;
    }
    .buddy_img {
        max-width: 180px;
        margin: 0 auto;
    }
    .buddy_title {
        padding-top: 20px;
    }
    .work_sec {
        padding-top: 80px;
    }
    .ai_buddy_sec{
        padding-bottom: 80px;
    }
    .about_row {
        padding-top: 40px;
    }
    .about_img {
        border-width: 12px;
        border-radius: 12px;
        margin: 0 auto;
        max-width: 520px;
    }
    .about_img video{
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }
    .about_btn svg {
        width: 45px;
        height: 45px;
    }
    .about_content{
        font-size: 16px;
        padding: 20px 20px 0;
    }
    .about_sec {
        padding: 80px 0;
    }
    .testimonials_slider {
        padding: 40px 72px 80px;
    }
    .testimonials_sub{
        font-size: 20px;
    }
    .testimonials_desc {
        font-size: 16px;
    }
    .author_info_title{
        font-size: 20px;
    }
    .author_info_desc {
        font-size: 16px;
    }
    .testimonials_sec,.trusted_sec {
        padding: 80px 0 0;
    }
    .partner_sec,.seen_sec {
        padding: 80px 0;
    }
    .partner_btn {
        padding-top: 30px;
    }
    .partner_btn_link{
        padding: 13px 26px;
    }
    .seen_row {
        padding-top: 40px;
    }
    .footer_sec{
        padding: 80px 0 50px;
    }
    .social_list {
        gap: 0 15px;
    }
    .copyright_ul {
        gap: 0 20px;
    }
    .review_content{
        padding: 10px 13px 27px 20px;
    }
    .review_row {
        padding: 15px 0 55px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    body {
        font-size: 18px;
    }
    .head_nav .nav {
        gap: 0 30px;
    }
    .header_container{
        padding: 20px;
    }
    .hero_bg .container-fluid {
        padding: 0 20px;
    }
    .h1_title{
        font-size: 45px;
    }
    .hero_desc{
        font-size: 22px;
        padding-top: 15px;
    }
    .white_btn{
        padding: 12px 25px;
    }
    .hero_btn {
        padding-top: 30px;
        gap: 0 30px;
    }
    .hero_img {
        right: 0;
    }
    .h3_title{
        font-size: 26px;
    }
    .work_img_minus {
        margin-right: 0;
    }
    .work_img_minus_left {
        margin-left: 0;
    }
    .work_desc {
        padding-top: 20px;
        font-size: 18px;
    }
    .work_btn a {
        font-size: 18px;
        padding: 10px 22px;
    }
    .work_btn {
        padding-top: 25px;
    }
    .work_main_row {
        padding-top: 30px;
        gap: 50px 0;
    }
    .h2_title{
        font-size: 50px;
    }
    .work_sec {
        padding-top: 90px;
    }
    .ai_buddy_row {
        padding-top: 35px;
    }
    .ai_buddy_sec{
        padding-bottom: 90px;
    }
    .h4_title{
        font-size: 22px;
    }
    .buddy_desc {
        padding-top: 15px;
    }
    .buddy_desc {
        font-size: 18px;
    }
    .buddy_img {
        max-width: 210px;
        margin: 0 auto;
    }
    .buddy_title {
        padding-top: 30px;
    }
    .about_row {
        padding-top: 40px;
        align-items: flex-start;
    }
    .about_img video{
        width: calc(100% - 31px);
        height: calc(100% - 28px);
    }
    .about_content {
        padding: 0 10px 20px 15px;
    }
    .about_sec {
        padding: 90px 0;
    }
    .testimonials_sub{
        font-size: 20px;
    }
    .author_info_title{
        font-size: 22px;
    }
    .author_info_desc {
        font-size: 16px;
    }
    .testimonials_slider {
        padding: 40px 72px 90px;
    }
    .testimonials_sec {
        padding: 90px 0 0;
    }
    .buddy_video_btn{
        padding: 11px 21px;
    }
    .partner_sec {
        padding: 90px 0;
    }
    .partner_btn {
        padding-top: 35px;
    }
    .trusted_sec {
        padding-top: 90px;
    }
    .trusted_row {
        padding-top: 35px;
    }
    .seen_row {
        padding-top: 60px;
        max-width: 850px;
        margin: 0 auto;
    }
    .seen_sec {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .location_label{
        font-size: 16px;
    }
    .footer_sec{
        padding: 70px 0 40px;
    }
    .social_list {
        gap: 0 20px;
    }
    .copyright_ul {
        gap: 0 30px;
    }
    .social_link svg{
        width: 22px;
        height: 22px;
    }
    .review_row {
        padding: 25px 0 75px;
    }
}
@media (min-width: 1200px) and (max-width: 1599px){
    .hero_bg{
        padding: 20px 0 40px;
    }
    .hero_bg .container-fluid {
        padding-left: 40px;
    }
    .h1_title{
        font-size: 55px;
    }
    .hero_desc{
        font-size: 25px;
    }
    .hero_img{
        right: 0;
        max-width: 685px;
        top: 20px;
    }
    .h3_title{
        font-size: 30px;
    }
    .work_content {
        max-width: 600px;
    }
    .work_btn a{
        font-size: 18px;
        padding: 11px 22px;
    }
    .h4_title{
        font-size: 28px;
    }
    .buddy_desc {
        padding-top: 15px;
    }
    .buddy_img {
        max-width: 230px;
        margin: 0 auto;
    }
    .ai_buddy_row {
        padding-top: 60px;
    }
    .h2_title{
        font-size: 50px;
    }
    .about_row {
        padding-top: 50px;
        align-items: flex-end;
    }
    .testimonials_slider {
        padding: 50px 100px 100px;
    }
    .testimonials_sub{
        font-size: 22px;
    }
    .testimonials_desc {
        font-size: 18px;
    }
    .custom_arrow.custom-prev {
        left: 78px;
    }
    .custom_arrow.custom-next {
        right: 78px;
    }
    .author_info_title{
        font-size: 20px;
    }
    .author_info_desc {
        font-size: 16px;
    }
    .work_main_row {
        padding-top: 40px;
        gap: 40px 0;
    }
    .work_desc {
        padding-top: 25px;
    }
    .ai_buddy_sec{
        padding-bottom: 80px;
    }
    .about_sec,.partner_sec,.seen_sec {
        padding: 100px 0;
    }
    .testimonials_sec {
        padding: 100px 0 0;
    }
    .seen_row {
        padding-top: 70px;
    }
    .seen_wraper {
        max-width: 967px;
    }
    .footer_sec{
        padding: 80px 0 50px;
    }
    .social_list {
        gap: 0 20px;
    }
    .copyright_ul {
        gap: 0 25px;
    }
    .review_row {
        padding: 35px 0 85px;
    }
}


/* ============= ============================== School Page ============================== ============= */

/* ============= Learning Sec ============= */
.learning_sec {
    padding: 120px 0;
}
.learning_sec .container {
    max-width: 1470px;
}
.learning_title {
    max-width: 1280px;
}
.school_bg {
    background-image: url(../images/school-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.school_bg .container-fluid{
    padding-left: 12.5%;
}
.school_desc {
    max-width: 850px;
}
.school_img {
    right: -30px;
    top: 0;
    margin-top: -50px;
}
.learning_title {
    gap: 30px 0;
}
.learning_row {
    padding-top: 74px;
}
.learning_icon {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 60px;
    min-width: 60px;
    height: 60px;
    background: linear-gradient(98.2deg, rgba(199, 113, 253, 0.3) -15.16%, rgba(110, 114, 214, 0.3) 31%, rgba(74, 129, 229, 0.3) 71.07%, rgba(97, 210, 233, 0.3) 106.56%);
    padding: 1px;
}
.learning_icon:before {
    content: "";
    background-color: #fff;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: 1;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.learning_icon .img-fluid{
    z-index: 1;
}
.learning_item {
    gap: 0 20px;
}
.learning_ul {
    gap: 20px 0;
}
.learning_listing {
    padding-top: 30px;
}
.learning_list_title strong {
    font-size: 20px;
    font-weight: 700;
    color: #101010;
}

/* ============= Solutions Sec ============= */
.solutions_sec{
    background: linear-gradient(179.55deg, #F4F0FE 0.39%, #FFFFFF 105.28%);
    padding: 120px 0;
}
.solutions_title {
    gap: 30px 0;
    max-width: 1243px;
}
.platform_box {
    padding-top: 45px;
}
.platform_text {
    background: linear-gradient(98.2deg, rgba(199, 113, 253, 0.3) -15.16%, rgba(110, 114, 214, 0.3) 31%, rgba(74, 129, 229, 0.3) 71.07%, rgba(97, 210, 233, 0.3) 106.56%);
    border-radius: 10px;
    font-weight: 700;
    font-size: 24px;
    padding: 8px 35px;
}
.platform_text span{
    background: linear-gradient(98.2deg, #C771FD -15.16%, #6E72D6 31%, #4A81E5 71.07%, #61D2E9 106.56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.platform_key {
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
}
.platform_title {
    gap: 20px 0;
}
.solutions_sub_title .h3_title {
    font-size: 40px;
}
.solutions_row_list {
    padding-top: 100px;
    gap: 80px 0;
}
.solutions_info .learning_icon{
    width: 50px;
    min-width: 50px;
    height: 50px;
    box-shadow: none;
}
.solutions_info .learning_icon:before,
.students_list .learning_icon:before{
    display: none;
}
.learning_icon{
    background: none;
}
.light_periwinkle{
    background-color: #E2E6FF;
}
.sky_mist{
    background-color: #B5E8FE;
}
.soft_rose{
    background-color: #FFEDF5;
}
.light_aqua{
    background-color: #BFECEF;
}
.light_golden{
    background-color: #F8E7B1;
}
.pastel_pink{
    background-color: #FFD5DC;
}
.light_sky_blue{
    background-color: #E3F6FF;
}
.soft_lavender_purple{
    background: linear-gradient(98.2deg, rgba(199, 113, 253, 0.3) -15.16%, rgba(110, 114, 214, 0.3) 31%, rgba(74, 129, 229, 0.3) 71.07%, rgba(97, 210, 233, 0.3) 106.56%);
}
.solutions_content {
    max-width: 695px;
}

/* ============= Students Sec ============= */
.students_sec {
    background: linear-gradient(270.36deg, #B5E8FE -149.69%, #FFFFFF 98.54%);
    padding: 120px 0;
}
.h3_40_title{
    font-size: 40px;
}
.students_desc {
    font-size: 20px;
    font-weight: 700;
    padding-top: 25px;
}
.students_title {
    padding-top: 20px;
}
.students_list .learning_icon {
    box-shadow: none;
    width: 50px;
    min-width: 50px;
    height: 50px;
}
.students_list .learning_ul {
    gap: 15px 0;
}
.edutok_sec{
    background: linear-gradient(87.71deg, #FFEDF5 -26.11%, #FFFFFF 64.54%);
}
.mind_buddy_app_sec{
    background: linear-gradient(270.37deg, #F8E7B1 -149.63%, #FFFFFF 98.54%);
}
.ai_buddy_erp_sec{
    background: linear-gradient(89.42deg, #BFECEF -168.92%, #FFFFFF 78.29%);
}
{
    background: linear-gradient(98.2deg, rgba(199, 113, 253, 0.3) -15.16%, rgba(110, 114, 214, 0.3) 31%, rgba(74, 129, 229, 0.3) 71.07%, rgba(97, 210, 233, 0.3) 106.56%);
}

/* ============= Get Now Sec ============= */
.get_now_title .h5_title {
    color: #514F4F;
    font-weight: 500;
    padding-top: 40px;
    line-height: 1.4;
}
.get_now_sec {
    padding: 120px 0;
    background: linear-gradient(0.99deg, #F4F0FE -57.66%, #FFFFFF 71.95%);
}
.get_form_bg {
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 102px 40px 40px;
}
.get_label{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #101010;
    padding-bottom: 10px;
}
.filed_group{
    gap: 20px 0;
}
.get_form_row{
    margin: 0 -10.5px;
}
.get_form_col {
    padding: 0 10.5px;
}
.get_input {
    outline: none;
    background-color: #FBF9FF;
    color: #101010;
    font-weight: 300;
    padding: 20px 29px;
    border-radius: 0;
}
.get_input::placeholder {
    color: #514F4F;
}
.get_form_check .form-check-label:before {
    content: "";
    display: inline-block;
    background: linear-gradient(98.2deg, rgba(199, 113, 253, 0.3) -15.16%, rgba(110, 114, 214, 0.3) 31%, rgba(74, 129, 229, 0.3) 71.07%, rgba(97, 210, 233, 0.3) 106.56%);
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 15px;
}
.get_form_check .form-check-label:after {
    content: "";
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12" width="18" height="12"><path fill="%236e72d6" d="m7 9.2l9.2-9.2 1.4 1.4-10.6 10.6-6.4-6.4 1.4-1.4z"/></svg>');
    width: 18px;
    min-width: 18px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    opacity: 0;
}
.get_form_check .form-check-input:checked + .form-check-label:after{
    opacity: 1;
}
.get_form_check .form-check-label {
    color: #514F4F;
    font-weight: 300;
}
.get_checkbox_row {
    gap: 5px 0;
}
.get_filed_textarea .get_input {
    height: 146px;
    resize: none;
}
.get_btn_gr {
    background: linear-gradient(98.2deg, #C771FD -15.16%, #6E72D6 31%, #4A81E5 71.07%, #61D2E9 106.56%);
    border-radius: 5px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 2px;
}
.get_btn_gr span{
    padding: 18px 20px;
    border-radius: 5px;
}
.get_btn_gr span:hover{
    background-color: #fff;
    color: #6E72D6;
}
.get_form_bg .h3_40_title{
    color: #fff;
}
.my-clipped-element {
    width: 410px;
    height: 83px;
    background: linear-gradient(135deg, #C771FD, #6E72D6, #4A81E5, #61D2E9);
    clip-path: polygon(0% 0%, 100% 0%, 87.8% 100%, 12.2% 100%);
}
.small-triangle {
    width: 19px;
    height: 18px;
    background: linear-gradient(135deg, #C771FD, #6E72D6, #4A81E5, #61D2E9);
    clip-path: polygon(0% 100%, 36.8% 0%, 100% 100%);
    opacity: 0.3;
    position: absolute;
    left: -7px;
}
.flipped-triangle {
    width: 19px;
    height: 18px;
    background: linear-gradient(135deg, #C771FD, #6E72D6, #4A81E5, #61D2E9);
    clip-path: polygon(0% 100%, 63.2% 0%, 100% 100%);
    opacity: 0.3;
    position: absolute;
    right: -7px;
    top: 0;
}
.clipped_custom{
    top: -18px;
}
.get_info_arrow {
    padding-top: 70px;
}
.get_title_group {
    padding-top: 100px;
}
.get_now_title .h2_title {
    line-height: 1.2;
    letter-spacing: 1px;
}

@media screen and (max-width: 767px){
    .school_bg {
        padding: 30px 0 50px;
    }
    .school_bg .container-fluid {
        padding-left: 15px;
    }
    .school_img {
        right: 0;
        margin-top: 0;
        max-width: 390px;
    }
    .school_desc {
        font-size: 16px;
    }
    .learning_title,.solutions_title {
        gap: 10px 0;
    }
    .learning_row {
        padding-top: 20px;
    }
    .learning_sec {
        padding: 60px 0;
    }
    .h5_title{
        font-size: 24px;
    }
    .learning_icon {
        width: 50px;
        min-width: 50px;
        height: 50px;
        box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.10);
    }
    .learning_icon .img-fluid {
        max-width: 30px;
    }
    .learning_item {
        gap: 0 15px;
    }
    .learning_list_title {
        font-size: 14px;
        line-height: 1.4;
    }
    .learning_listing {
        padding-top: 20px;
    }
    .learning_list_title strong{
        font-size: 18px;
    }
    .solutions_sec {
        padding: 60px 0;
    }
    .platform_text{
        font-size: 18px;
        padding: 10px 25px;
    }
    .platform_key{
        font-size: 24px;
        line-height: 1.4;
    }
    .platform_title {
        gap: 15px 0;
    }
    .platform_box {
        padding-top: 25px;
    }
    .solutions_row_list {
        padding-top: 50px;
        gap: 50px 0;
    }
    .solutions_sub_title .h3_title {
        font-size: 24px;
    }
    .solutions_row {
        gap: 20px 0;
    }
    .solutions_left_img,
    .students_img {
        max-width: 340px;
    }
    .solutions_info .learning_icon{
        width: 40px;
        min-width: 40px;
        height: 40px;
        border-radius: 5px;
    }
    .solutions_info .learning_icon .img-fluid {
        max-width: 25px;
    }
    .h3_40_title {
        font-size: 22px;
    }
    .students_desc {
        font-size: 16px;
        padding-top: 10px;
    }
    .students_sec .platform_text{
        font-size: 16px;
    }
   .students_title {
        padding-top: 15px;
    }
    .students_sec{
        padding: 60px 0;
    }
    .students_list .learning_ul {
        gap: 10px 0;
    }
    .get_now_sec{
        padding: 60px 0;
    }
    .get_now_title .h5_title{
        padding-top: 15px;
        font-size: 18px;
    }
    .get_title_group {
        padding-top: 0;
    }
    .my-clipped-element{
        width: 250px;
        height: 53px;
    }
    .get_form_bg .h3_40_title {
        font-size: 20px;
    }
    .get_form_bg{
        padding: 70px 15px 30px;
    }
    .get_label{
        font-size: 14px;
        padding-bottom: 5px;
    }
    .get_input {
        padding: 15px 15px;
        font-size: 12px;
    }
    .get_form_col,.get_form_check {
        width: 100%;
    }
    .get_form_row {
        gap: 20px 0;
    }
    .get_form_check .form-check-label{
        font-size: 14px;
    }
    .get_filed_textarea .get_input{
        height: 95px;
    }
    .get_btn_gr span {
        padding: 12px 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .learning_title {
        gap: 15px 0;
    }
    .learning_row {
        padding-top: 30px;
    }
    .learning_right_img {
        max-width: 530px;
    }
    .school_img {
        right: 0;
        margin-top: 20px;
        max-width: 390px;
    }
    .school_bg .container-fluid {
        padding-left: 15px;
    }
    .school_bg .hero_content {
        max-width: 500px;
    }
    .school_bg {
        padding-bottom: 60px;
    }
    .school_bg .h1_title{
        font-size: 40px;
    }
    .learning_sec {
        padding: 80px 0;
    }
    .platform_text {
        font-size: 20px;
        padding: 8px 25px;
    }
    .platform_key{
        font-size: 30px;
    }
    .platform_box {
        padding-top: 25px;
    }
    .solutions_sub_title .h3_title {
        font-size: 24px;
    }
    .learning_ul {
        gap: 10px 0;
    }
    .learning_list_title,
    .learning_list_title strong{
        font-size: 16px;
    }
    .learning_listing {
        padding-top: 15px;
    }
    .solutions_row_list {
        padding-top: 50px;
        gap: 50px 0;
    }
    .solutions_title {
        gap: 15px 0;
    }
    .solutions_sec{
        padding: 80px 0;
    }
    .students_img {
        max-width: 420px;
    }
    .h3_40_title {
        font-size: 30px;
    }
    .students_desc {
        font-size: 18px;
        padding-top: 15px;
    }
    .students_sec,.get_now_sec{
        padding: 80px 0;
    }
    .get_title_group {
        padding-top: 0;
    }
    .get_now_title .h5_title{
        padding-top: 20px;
        font-size: 20px;
    }
    .get_now_title .h2_title br{
        display: none;
    }
    .my-clipped-element{
        width: 260px;
        height: 60px;
    }
    .get_form_bg .h3_40_title{
        font-size: 25px;
    }
    .get_title_group,
    .get_form_bg {
        max-width: 550px;
        margin: 0 auto;
    }
    .get_filed_textarea .get_input {
        height: 120px;
    }
    .get_label{
        font-size: 16px;
    }
    .get_input{
        padding: 15px 20px;
        font-size: 16px;
    }
    .get_form_bg {
        padding: 72px 30px 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .school_bg .container-fluid {
        padding-left: 15px;
    }
    .school_img {
        right: 0;
        margin-top: 0;
        max-width: 440px;
    }
    .learning_title,.solutions_title {
        gap: 20px 0;
    }
    .learning_row {
        padding-top: 40px;
    }
    .learning_sec,.solutions_sec,.students_sec {
        padding: 90px 0;
    }
    .learning_list_title strong,
    .learning_list_title {
        font-size: 16px;
    }
    .platform_text{
        font-size: 22px;
        padding: 8px 25px;
    }
    .platform_box {
        padding-top: 30px;
    }
    .solutions_sub_title .h3_title,
    .platform_key,
    .h3_40_title{
        font-size: 30px;
    }
    .learning_listing {
        padding-top: 15px;
    }
    .learning_ul {
        gap: 15px 0;
    }
    .solutions_row_list {
        padding-top: 50px;
        gap: 60px 0;
    }
    .students_desc{
        font-size: 18px;
        padding-top: 15px;
    }
    .students_desc br{
        display: none;
    }
    .get_now_sec{
        padding: 100px 0 90px;
    }
    .my-clipped-element{
        width: 280px;
        height: 58px;
    }
    .get_form_bg .h3_40_title {
        font-size: 22px;
    }
    .get_now_title .h2_title {
        font-size: 35px;
    }
    .get_now_title .h5_title{
        padding-top: 20px;
        font-size: 22px;
    }
    .get_title_group {
        padding-top: 50px;
    }
    .get_info_arrow {
        padding-top: 20px;
    }
    .get_form_bg{
        padding: 80px 20px 30px;
    }
    .get_filed_textarea .get_input{
        height: 120px;
    }
    .get_label{
        font-size: 18px;
    }
    .get_input{
        padding: 16px 15px;
    }
    .get_input,
    .get_form_check .form-check-label{
        font-size: 16px;
    }
    .get_btn_gr span {
        padding: 14px 20px;
    }
    .get_info_arrow .img-fluid {
        max-width: 280px;
    }
}
@media (min-width: 1200px) and (max-width: 1599px){
    .school_bg .container-fluid {
        padding-left: 40px;
    }
    .school_bg .h1_title {
        font-size: 50px;
    }
    .hero_btn {
        padding-top: 30px;
        gap: 0 30px;
    }
    .white_btn{
        padding: 14px 25px;
        font-size: 18px;
    }
    .learning_row {
        padding-top: 50px;
    }
    .learning_sec,.solutions_sec,.students_sec{
        padding: 100px 0;
    }
    .solutions_sub_title .h3_title {
        font-size: 35px;
    }
    .solutions_row_list {
        padding-top: 50px;
        gap: 60px 0;
    }
    .h3_40_title {
        font-size: 35px;
    }
    .students_desc br{
        display: none;
    }
    .get_now_title .h2_title{
        font-size: 45px;
    }
    .get_title_group {
        padding-top: 60px;
    }
    .get_now_title .h5_title{
        padding-top: 20px;
        font-size: 25px;
    }
    .get_info_arrow {
        padding-top: 30px;
    }
    .get_info_arrow .img-fluid {
        max-width: 280px;
    }
    .my-clipped-element{
        width: 360px;
        height: 75px;
    }
    .get_form_bg .h3_40_title {
        font-size: 30px;
    }
    .get_input{
        padding: 16px 15px;
    }
    .get_filed_textarea .get_input {
        height: 120px;
    }
    .get_label{
        font-size: 18px;
    }
    .get_btn_gr span {
        padding: 14px 20px;
    }
}

/* ============= ============================== University Page ============================== ============= */

/* ============= University Sec ============= */
.university_sec {
    min-height: 750px;
    background-image: url(../images/university-bg.jpg);
}
.university_sec .school_img {
    right: 0;
    margin: 140px 0 0 -180px;
}
.universities_solutions_sec{
    background: linear-gradient(179.76deg, #E2F8FC -23.35%, #FFFFFF 106.27%);
}
.universities_solutions_sec .platform_box {
    padding-top: 0;
}
.un_fu_sec{
    background: linear-gradient(271.18deg, #FFF4F9 0.81%, #FFFFFF 97.91%);
}
.un_edutok_sec{
    background: linear-gradient(87.75deg, #FCF6E2 1.27%, #FFFFFF 79.09%);
}
.ultimate_sec{
    background: linear-gradient(88.47deg, #F5F1FE -8.91%, #FFFFFF 64.75%);
}

/* ============= ============================== About Us Page ============================== ============= */

.about_page_sec{
    background-image: url(../images/about-us-banner.jpg);
    min-height: 750px;
}
.about_page_sec .school_img {
    right: 50px;
    margin: 0;
    top: 66px;
}
.empowering_sec {
    background-color: #F8F5FE;
    padding: 120px 0;
}
.empowering_sec .container{
    max-width: 1270px;
}
.empowering_desc b{
    font-weight: 600;
}
.empowering_desc {
    padding-top: 35px;
}
.about_learning_row .learning_listing {
    padding-top: 0;
}
.about_learning_row .learning_sub_title {
    padding-top: 30px;
    max-width: 630px;
}
.about_learning_row .learning_sub_title .h5_title {
    line-height: 1.3;
    font-size: 24px;
}
.about_col_em_text {
    font-weight: 700;
    padding-top: 30px;
}
.about_solutions_sec{
    background: linear-gradient(223deg, #E2F8FC -23.35%, #FFFFFF 106.27%);
}
.our_img_inside {
    width: 100px;
    height: 100px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
}
.our_img{
    background: linear-gradient(98.2deg, rgba(199, 113, 253, 0.3) -15.16%, rgba(110, 114, 214, 0.3) 31%, rgba(74, 129, 229, 0.3) 71.07%, rgba(97, 210, 233, 0.3) 106.56%);
    padding: 1px;
}
.mission_topic {
    gap: 80px 0;
    max-width: 785px;
}
.our_desc_mis i {
    font-weight: 600;
}
.mission_sec,
.join_edu_sec {
    padding: 120px 0;
}
.mission_arrow {
    right: -100px;
    bottom: -170px;
}
.join_edu_sec{
    background: linear-gradient(98.2deg, #C771FD -15.16%, #6E72D6 31%, #4A81E5 71.07%, #61D2E9 106.56%);
    min-height: 700px;
}
.join_edu_title .h2_title,
.join_edu_sub .testimonials_sub{
    color: #fff;
}
.join_edu_sec .container {
    max-width: 1220px;
}
.join_edu_content {
    gap: 40px 0;
}
.join_edu_title .h2_title {
    line-height: 1.2;
}
.join_edu_desc{
    line-height: 1.3;
}
@media screen and (max-width: 767px){
    .about_page_sec .school_img {
        right: 0;
        top: 0;
    }
    .about_page_sec,.join_edu_sec {
        min-height: auto;
    }
    .empowering_sec,.mission_sec, .join_edu_sec{
        padding: 60px 0;
    }
    .empowering_desc {
        padding-top: 20px;
    }
    .about_col_em_text {
        padding-top: 10px;
    }
    .our_img_inside .img-fluid {
        max-width: 40px;
    }
    .our_img_inside{
        width: 70px;
        height: 70px;
    }
    .join_edu_content {
        gap: 10px 0;
    }
    .join_edu_sub .testimonials_sub {
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .about_page_sec .school_img {
        right: 0;
        top: 0;
    }
    .about_page_sec,.join_edu_sec {
        min-height: auto;
    }
    .about_page_sec {
        padding: 20px 0;
    }
    .empowering_sec, .mission_sec, .join_edu_sec{
        padding: 80px 0;
    }
    .empowering_desc {
        padding-top: 20px;
    }
    .about_learning_row .learning_right_img,
    .about_solutions_sec .solutions_left_img {
        max-width: 350px;
    }
    .mission_topic{
        gap: 40px 0;
    }
    .mission_arrow {
        right: 0;
        bottom: -150px;
    }
    .our_img_inside .img-fluid {
        max-width: 40px;
    }
    .our_img_inside{
        width: 80px;
        height: 80px;
    }
    .join_edu_content {
        gap: 20px 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .about_page_sec, .join_edu_sec{
        min-height: auto;
    }
    .about_page_sec{
        padding: 50px 0 30px;
    }
    .about_page_sec .school_img {
        right: 0;
        top: 0;
    }
    .empowering_sec, .mission_sec, .join_edu_sec{
        padding: 90px 0;
    }
    .empowering_desc {
        padding-top: 25px;
    }
    .mission_topic {
        gap: 50px 0;
    }
    .join_edu_content {
        gap: 20px 0;
    }
}
@media (min-width: 1200px) and (max-width: 1599px){
    .about_page_sec {
        min-height: auto;
        padding: 40px 0 30px;
    }
    .about_page_sec .school_img {
        right: 0;
        top: 0;
    }
    .empowering_sec, .mission_sec, .join_edu_sec {
        padding: 100px 0;
    }
    .join_edu_sec{
        min-height: auto;
    }
    .join_edu_content {
        gap: 30px 0;
    }
    .mission_topic {
        gap: 50px 0;
    }
}

/* ============= ============================== Features Page ============================== ============= */
.features_sec{
    background-image: url(../images/features-img.jpg);
    min-height: 750px;
}
.features_sec .hero_desc{
    max-width: 100%;
}
.teac_lean_sec {
    padding: 120px 0;
}
.tec_row {
    min-height: 700px;
    padding: 100px 60px;
    border-radius: 30px;
    outline: 17px solid #fff;
    outline-offset: -22px;
}
.tech_list_group .students_list .learning_ul {
    gap: 5px 0;
    padding-top: 15px;
}
.tech_icon {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 80px;
    height: 80px;
}
.students_list {
    padding-left: 20px;
}
.tech_icon_border{
    background: linear-gradient(98.2deg, rgba(199, 113, 253, 0.3) -15.16%, rgba(110, 114, 214, 0.3) 31%, rgba(74, 129, 229, 0.3) 71.07%, rgba(97, 210, 233, 0.3) 106.56%);
    border-radius: 10px;
    padding: 1px;
}
.tech_listing {
    gap: 40px 0;
    padding-top: 65px;
}
.tech_wraper{
    gap: 80px 0;
}
.ecosystem_sec .join_edu_content {
    gap: 20px;
}
@media screen and (max-width: 767px){
    .teac_lean_sec {
        padding: 60px 0;
    }
    .tec_row {
        outline-width: 5px;
        outline-offset: -10px;
        border-radius: 10px;
        min-height: auto;
        padding: 50px 25px;
    }
    .students_list {
        padding: 15px 0 0;
    }
    .tech_icon{
        width: 70px;
        height: 70px;
    }
    .tech_icon .img-fluid {
        max-width: 45px;
    }
    .tech_listing {
        gap: 30px 0;
        padding-top: 20px;
    }
    .tech_wraper {
        gap: 25px 0;
    }
    .tech_title .h2_title {
        font-size: 22px;
    }
    .tech_ub.testimonials_sub {
        font-size: 16px;
    }
    .ecosystem_sec .testimonials_sub svg {
        width: 18px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .features_sec .university_img {
        max-width: 320px;
    }
    .features_sec.school_bg .hero_content {
        max-width: 100%;
    }
    .features_sec {
        padding: 60px 0;
    }
    .teac_lean_sec {
        padding: 80px 0;
    }
    .tec_row {
        outline-width: 8px;
        border-radius: 10px;
        outline-offset: -15px;
        padding: 50px 40px;
    }
    .tech_icon{
        width: 70px;
        height: 70px;
    }
    .tech_icon .img-fluid {
        max-width: 45px;
    }
    .tech_listing {
        padding-top: 35px;
    }
    .tech_listing,
    .tech_wraper {
        gap: 25px 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .features_sec {
        min-height: auto;
        padding: 100px 0;
    }
    .teac_lean_sec {
        padding: 90px 0;
    }
    .tech_wraper {
        gap: 40px 0;
    }
    .tec_row {
        outline-width: 10px;
        border-radius: 15px;
        outline-offset: -18px;
        padding: 60px 40px;
    }
    .tech_title .h2_title {
        font-size: 45px;
    }
    .tech_listing {
        gap: 30px 0;
        padding-top: 35px;
    }
    .tech_icon {
        width: 70px;
        height: 70px;
    }
    .tech_icon .img-fluid {
        max-width: 45px;
    }
}
@media (min-width: 1200px) and (max-width: 1599px){
    .features_sec {
        min-height: auto;
        padding: 100px 0;
    }
    .teac_lean_sec {
        padding: 100px 0;
    }
    .tech_listing {
        gap: 30px 0;
        padding-top: 45px;
    }
    .tec_row{
        min-height: auto
        padding: 70px 60px;
    }
    .tech_wraper {
        gap: 50px 0;
    }
}

/* ============= ============================== Back To Top ============================== ============= */
.progress-wrap {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap svg.progress-circle {
    width: 100%;
    height: 100%;
}
.progress-wrap svg.progress-circle path {
    fill: none;
    stroke-width: 6px;
    stroke: url(#gradient);
    stroke-linecap: round;
    transition: stroke-dashoffset 200ms linear;
}
.progress-wrap svg.progress-circle defs linearGradient stop {
    stop-color: rgba(199, 113, 253, 0.6);
}
.progress-wrap svg.progress-circle defs linearGradient stop:nth-child(2) {
    stop-color: rgba(110, 114, 214, 0.6);
}
.progress-wrap svg.progress-circle defs linearGradient stop:nth-child(3) {
    stop-color: rgba(74, 129, 229, 0.6);
}
.progress-wrap svg.progress-circle defs linearGradient stop:last-child {
    stop-color: rgba(97, 210, 233, 0.6);
}

/* ============= ============================== Help Page ============================== ============= */
.help_sec{
    background-image: url(../images/help-bg.jpg);
    min-height: 750px;
}
.help_sec .school_img {
    right: 120px;
    margin: 0 0 0 -80px;
    top: 10px;
}
.assistance_sec:before{
    content: "";
    background: linear-gradient(98.2deg, rgba(199, 113, 253, 0.3) -15.16%, rgba(110, 114, 214, 0.3) 31%, rgba(74, 129, 229, 0.3) 71.07%, rgba(97, 210, 233, 0.3) 106.56%);
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.help_learning_sec {
    padding-bottom: 0;
}
.accordion_title .h6_title {
    font-weight: 700;
}
.accordion_desc {
    height: 0px;
    overflow: hidden;
    transition: height 600ms ease-in-out;
}
.accordion_border {
    background: linear-gradient(98.2deg, rgba(199, 113, 253, 0.3) -15.16%, rgba(110, 114, 214, 0.3) 31%, rgba(74, 129, 229, 0.3) 71.07%, rgba(97, 210, 233, 0.3) 106.56%);
    padding: 1px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.accordion_col{
    gap: 15px 0;
}
.ask_accordion {
    padding-top: 30px;
}
.aske_row {
    gap: 60px 0;
    padding-top: 100px;
}
.accordion_row{
    border-radius: 10px;
    padding: 0 0 30px 0;
}
.accordion_title {
    padding: 30px 70px 0 30px;
    cursor: pointer;
}
.accordion_desc_inside{
    padding: 15px 70px 0 30px;
}
.accordion_arrow {
    top: 27px;
    right: 30px;
}
.accordion_arrow .img-fluid,
.audio_play{
    transition: all 0.3s;
}
.frame_icon_minus,
.accordion_row.active .frame_icon_plus,
.audio_pause_btn,
.play_btn_active .audio_play_btn,
.playlist-item.active .audio_play_btn{
    opacity: 0;
}
.accordion_row.active .frame_icon_minus,
.play_btn_active .audio_pause_btn,
.playlist-item.active .audio_pause_btn{
    opacity: 1;
}
.accordion_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: visible;
    cursor: pointer;
}
.accordion_row.active .accordion_title:before {
    visibility: hidden;
}
.help_contact {
    background: linear-gradient(0.99deg, #FDF9EB -57.66%, #FFFFFF 71.95%);
}
.contact_detail strong {
    color: #101010;
    font-weight: 700;
    font-size: 30px;
}
.contact_detail p {
    font-size: 30px;
}
.contact_icon {
    min-width: 30px;
    margin-right: 22px;
}
.help_contact .get_now_title .h5_title,
.contact_info,
.contact_bottom_title {
    padding-top: 30px;
}
.contact_icon .img-fluid {
    top: 6px;
}
.contact_bottom_title .h5_title{
    color: #514F4F;
}
.contact_info {
    gap: 15px 0;
}
.help_contact .w-33{
    width: 33.33%;
}
.help_contact .get_info_arrow {
    max-width: 176px;
    right: 130px;
    padding-top: 40px;
}
.info_policy ul {
    padding-left: 20px;
}
.info_policy .h6_title {
    padding-top: 30px;
}
@media screen and (max-width: 767px){
    .help_sec .school_img {
        right: 0;
        margin: 0;
        top: 0;
        max-width: 340px;
    }
    .help_sec {
        min-height: auto;
        padding: 50px 0;
    }
    .about_learning_row .learning_sub_title .h5_title {
        font-size: 20px;
    }
    .aske_row {
        gap: 40px 0;
        padding-top: 40px;
    }
    .accordion_desc_inside {
        padding: 10px 15px 0 15px;
        font-size: 14px;
    }
    .accordion_row{
        padding: 0 0 15px 0;
    }
    .accordion_title {
        padding: 15px 40px 0 15px;
    }
    .accordion_arrow {
        top: 20px;
        right: 10px;
        max-width: 20px;
    }
    .accordion_title .h6_title {
        font-size: 16px;
    }
    .ask_accordion {
        padding-top: 20px;
    }
    .ask_title .h5_title {
        font-size: 22px;
    }
    .help_contact .get_now_title .h5_title{
        padding-top: 10px;
    }
    .contact_detail strong{
        font-size: 20px;
    }
    .contact_detail p {
        font-size: 16px;
    }
    .contact_icon {
        margin-right: 15px;
    }
    .contact_bottom_title .h5_title {
        font-size: 20px;
    }
    .contact_bottom_title{
        padding-top: 20px;
    }
    .help_contact .w-33 {
        width: 100%;
    }
    .get_checkbox_row {
        gap: 8px 0;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .help_sec {
        min-height: auto;
        padding: 60px 0;
    }
    .help_sec .school_img {
        right: 0;
        margin: 0;
        top: 0;
    }
    .ask_title .h5_title,
    .contact_detail strong{
        font-size: 24px;
    }
    .aske_row {
        padding-top: 60px;
    }
    .contact_detail p {
        font-size: 18px;
    }
    .contact_icon {
        margin-right: 15px;
    }
    .contact_bottom_title .h5_title{
        font-size: 24px;
        line-height: 1.3;
    }
    .help_contact .w-33 {
        width: 50%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .help_sec {
        min-height: 500px;
    }
    .help_sec .school_img {
        right: 0;
        margin: 0 0 0 -80px;
        top: 0;
    }
    .aske_row {
        padding-top: 60px;
    }
    .contact_detail strong{
        font-size: 24px;
    }
    .contact_detail p {
        font-size: 20px;
    }
    .contact_bottom_title .h5_title{
        font-size: 22px;
        line-height: 1.3;
    }
}
@media (min-width: 1200px) and (max-width: 1599px){
    .help_sec {
        min-height: 570px;
    }
    .help_sec .school_img{
        right: 0;
    }
    .help_contact .w-33 {
        width: 50%;
    }
    .contact_bottom_title .h5_title {
        font-size: 28px;
        line-height: 1.2;
    }
    .contact_detail p {
        font-size: 24px;
    }
    .contact_detail strong {
        font-size: 26px;
    }
}

/* ============= ============================== Home Page Audio Player ============================== ============= */

/*-----------*/
#work {
    z-index: 2;
}
.playlist_col{
    max-width: 480px;
    background: linear-gradient(90deg, rgb(199 113 253 / 20%) 0%, rgb(110 114 214 / 20%) 37.9%, rgb(74 129 229 / 20%) 70.8%, rgb(97 210 233 / 20%) 100%);
    box-shadow: 0px 4.53333px 38.5333px rgba(35, 0, 57, 0.15);
    padding: 5px;
}
.playlist-container{
    padding: 25px;
    gap: 15px 0;
}
.playlist-item{
    background-color: #EFEFEF;
    padding: 2px;
    transition: all 0.3s;
}
.playlist-item:hover,
.playlist-item.active{
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
}
.playlist-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #C771FD 0%, #6E72D6 37.9%, #4A81E5 70.8%, #61D2E9 100%);
    opacity: 0;
    transition: all 0.3s;
}
.playlist-item:hover:before,
.playlist-item.active:before{
    opacity: 1;
}
.playlist-item:before,
.playlist_col,
.playlist-container,
.playlist-item,
.playlist_content{
    border-radius: 10px;
}
.audio_btn{
    opacity: 0.3;
    transition: all 0.3s;
}
.playlist-item:hover .audio_btn,
.playlist-item.active .audio_btn{
    opacity: 1;
}
.audio_btn,.audio_btn * {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    object-fit: contain;
}
.audio_title h6 {
    color: #101010;
    font-size: 14px;
    font-weight: 700;
}
.audio_info {
    color: #878787;
    font-size: 12px;
    padding-bottom: 8px;
    text-wrap-style: balance;
}
.audio_title {
    padding-left: 15px;
}
.playlist_content {
    padding: 13px 15px;
}
.sticky-player {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(199 113 253 / 60%) 0%, rgb(110 114 214 / 60%) 37.9%, rgb(74 129 229 / 60%) 70.8%, rgb(97 210 233 / 60%) 100%);
    box-shadow: 0px -20px 38.5333px rgba(35, 0, 57, 0.15);
    padding: 5px 0 0;
    border-radius: 5px 5px 0 0;
/*    display: none;*/
}
.sticky_player_inside {
    background-color: #fff;
    padding: 20px 100px;
}
.audio-info {
    flex-grow: 1;
    padding: 0 20px;
}
.audio-info .details {
    font-size: 14px;
    color: #101010;
    padding-top: 5px;
    text-wrap-style: balance;
}
.audio-controls {
    display: flex;
    align-items: center;
}
.audio-controls button {
    margin: 0 5px;
    padding: 5px 10px;
    background: #fff;
    border: none;
    cursor: pointer;
}
.audio_detail {
    gap: 0 25px;
}
.seek-bar-container {
    width: 100%;
    height: 6px;
    background-color: #e3e3e4;
    border-radius: 30px;
    max-width: 700px;
}
.seek-bar {
    height: 100%;
    width: 0%;
    background-color: #8a65fa;
    border-radius: 30px;
}
.audio_skip .control,
.time-display {
    font-size: 14px;
    color: #101010;
    font-weight: 500;
}
.audio_skip .play-pause-btn {
    min-width: 40px;
    margin: 0 10px;
}
.time-display {
    white-space: nowrap;
    min-width: 100px;
}
.speed-btn {
    padding: 5px 10px;
    font-size: 16px;
}
.speed-dropdown {
    display: none;
    border-radius: 100px;
    bottom: 40px;
    left: -5px;
    color: #101010;
    font-size: 14px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    min-width: 50px;
    text-align: center;
    padding: 10px 0;
}
.speed-dropdown div {
    cursor: pointer;
    padding: 7px 0;
}
.volume-btn {
    min-width: 23px;
}
.volume_bg_img{
    background-image: url(../images/volume-up.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    transition: all 0.3s;
}
.volume_off .volume_bg_img{
    background-image: url(../images/volume-mute.svg);
}

.volume-slider {
    display: none;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 100px;
    background-color: #DDD;
    border-radius: 5px;
    cursor: pointer;
}
.volume-container:before {
    content: "";
    position: absolute;
    left: -9px;
    bottom: -6px;
    width: 40px;
    height: 0;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.volume-container:hover:before{
    height: 150px;
    opacity: 1;
    visibility: visible;
}
.volume-bar {
    width: 100%;
    height: 50%;
    background: black;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
}
.close-player {
    background: linear-gradient(98.2deg, #C771FD -15.16%, #6E72D6 31%, #4A81E5 71.07%, #61D2E9 106.56%);
    width: 40px;
    height: 40px;
    padding: 2px;
    position: absolute;
    top: -50px;
    left: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px){
    .playlist-container {
        padding: 25px 15px;
        gap: 10px 0;
    }
    .audio_title {
        padding-left: 10px;
    }
    .audio_info{
        font-size: 10px;
        padding-bottom: 5px;
    }
    .audio_title h6{
        font-size: 12px;
    }
    .audio_btn, .audio_btn * {
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
    }
    .sticky_player_inside {
        padding: 20px 15px;
    }
    .audio_detail {
        gap: 10px 15px;
        padding-top: 10px;
    }
    .audio_skip .play-pause-btn {
        margin: 0;
        min-width: 35px;
        width: 35px;
    }
    .audio-info {
        padding: 0;
    }
    .audio-info .details{
        padding-top: 5px;
        font-size: 12px;
    }
    .audio-info .title {
        font-size: 16px;
    }
    .close-player{
        width: 35px;
        height: 35px;
        top: -45px;
    }
    .close-player .img-fluid {
        max-width: 12px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .audio-info {
        padding: 0;
    }
    .sticky_player_inside {
        padding: 20px 90px 20px 40px;
    }
    .audio_detail {
        gap: 9px 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .sticky_player_inside {
        padding: 20px 100px 20px 10px;
    }
    .audio_detail {
        gap: 10px 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1599px){
    .sticky_player_inside {
        padding: 20px 80px 20px 20px;
    }
    .seek-bar-container{
        max-width: 350px;
    }
    .audio_detail {
        gap: 0 20px;
    }
}
@media (min-width: 1600px) and (max-width: 1849px){
    .seek-bar-container{
        max-width: 580px;
    }
    .sticky_player_inside {
        padding: 20px 100px 20px 20px;
    }
}