@media(max-width: 1399px){
    .header-navbar ul {
        gap: 28px;
    }
    .footer-inn{
        padding: 20% 0 5% 0;
    }
    .banner-item-list ul li .text {
        font-size: 16px;
    }
    .howzzat-slide {
        height: 450px;
    }
}

@media(max-width: 1199px){
    .header-navbar ul li a {
        font-size: 16px;
    }
    .star-quiz-list .star-li{
        width: 150px;
        height: 150px;
        font-size: 1.15rem;
    }
    .star-quiz-list .star-li.big{
        width: 200px;
        height: 200px;
        font-size: 1.45rem;
    }
    .yp-btn-in {
        padding: 7px 20px;
        font-size: 30px;
        min-width: 250px;
    }
    .yp-btn.yp-btn-small .yp-btn-in {
        min-width: 140px;
        font-size: 20px;
    }
    .footer-menu ul li a {
        font-size: 18px;
        padding: 2px 5px;
    }
    .panorama-slider .swiper {
        height: 400px;
    }
    .banner-item-list ul li .icon img {
        max-width: 30px;
    }
    .banner-item-list ul li {
        gap: 5px;
    }
    .banner-item-list ul li .text {
        font-size: 14px;
    }
    .icon-blurb-card {
        gap: 25px;
        padding: 10px 0;
    }
    .yippee-prize-right-col {
        padding: 10px 6% 10px 12px;
    }
    .howzzat-slide {
        height: 400px;
    }
}

@media(max-width: 991px){
    .star-quiz-list{
        gap: 40px;
    }
    .star-quiz-list .star-li{
        width: 120px;
        height: 120px;
        font-size: 1rem;
    }
    .star-quiz-list .star-li.big{
        width: 150px;
        height: 150px;
        font-size: 1.15rem;
    }
    nav.header-navbar {
        justify-content: flex-end;
        gap: 30px;
    }
    .header-navbar .menu-wrapper{
        position: fixed;
        right: 0;
        top: 0;
        height: 100% !important;
        z-index: 1;
        background: var(--orange2);
        background: linear-gradient(180deg, var(--orange), var(--orange3));
        width: 320px;
        transform: translate(320px, 0);
        transition: all ease-in-out 350ms;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
        padding: 80px 0px 25px 0px;
    }
    .header-navbar.show .menu-wrapper {
        transform: translate(0px, 0);
    }
    .footer-menu ul li {
        padding: 2px 2px;
    }
    .footer-inn {
        padding: 18% 0 2% 0;
    }
    .footer-social-links ul li a img {
        width: 26px;
    }
    .footer-menu ul li a {
        font-size: 14px;
    }
    .footer-logo img {
        max-width: 100px;
    }
    .yippee-sun {
        max-width: 100px;
    }
    .panorama-slider .swiper {
        height: 400px;
    }
    .yp-text-slide-card h3 {
        font-size: 26px;
         margin-top: 30px;
    }
    .yp-text-slide-card .text {
        font-size: 17.6px;
    }
    .swiper-cards {
        width: 280px;
        height: 380px;
    }
    .slide-card-count {
        width: 67px;
        height: 67px;
        font-size: 37px;
    }
    .header-navbar ul {
        gap: 0px;
    }
    #header .container {
        max-width: 100%;
        position: static;
        padding-right: 100px;
    }
    header#header {
        padding: 13px 0;
        position: relative;
    }
    button.navbar-toggler[aria-expanded="true"] {
        position: fixed;
        z-index: 9;
        top: 20px;
        right: 2px;
    }
    button.navbar-toggler[aria-expanded="true"] svg{
        display: none;
    }
    button.navbar-toggler[aria-expanded="true"] .close-toggle{
        display: block;
    }
    button.navbar-toggler {
        position: absolute;
        right: 2px;
        top: 20px;
    }
    #header.fixed button.navbar-toggler {
        top: 13px;
    }
    .header-navbar{
        position: static;
    }
    .custom-logo {
        width: 77px;
        height: auto;
    }
    .yp-heading h1 .heading,
    .yp-heading h1 .heading-shadow,
    .yp-heading h2 .heading,
    .yp-heading h2 .heading-shadow {
        font-size: 36px;
    }
    .learderbaord-content .__content,
    .learderbaord-content .__location {
        font-size: 18px;
    }
    .yp-leaderboard-inner {
        background-size: 25% auto, 25% auto;
        background-position: left 10%, right 10%;
    }
    .panorama-slider .swiper-wrapper {
        gap: 0px;
    }
    button.navbar-toggler[aria-expanded="true"]:before {
        content: '';
        position: fixed;
        width: calc(100% - 320px);
        left: 0;
        height: 100%;
        background: transparent;
        top: 0;
        cursor: default;
    }
    .yp-blog-grid {
        height: 460px;
    }
    .yp-big-article .blog-article {
        min-height: 350px;
    }
    .blog-article {
        min-height: 135px;
    }
    .related-blog-items .blog-article h3 {
        font-size: 20px;
        line-height: 1.4;
    }
    .header-navbar ul{
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .header-navbar ul li a{
        font-weight: 700;
        padding: 17px 20px !important;
    }
    .header-navbar ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        display: inline-block !important;
        width: 100%;
    }
    .header-navbar ul li:not(.yp-menu-btn) a:hover,
    .header-navbar ul li:not(.yp-menu-btn).current-menu-item a{
        background: var(--white);
        color: var(--orange);
    }
    .header-navbar ul li.yp-menu-btn a.nav-link{
        padding: 5px 10px !important;
        font-weight: 400;
    }
    .header-navbar ul li.yp-menu-btn {
        margin: 20px;
        border-bottom: 3px solid #E6E7E8;
    }
    .menu-profile-btns .yp-btn.yp-btn-small .yp-btn-in {
        width: 100%;
        padding: 5px 10px !important;
        font-size: 24px;
    }
    .menu-profile-btns a.yp-btn.yp-btn-small {
        width: 100% !important;
    }
    .menu-profile-btns {
        padding: 15px 20px;
    }
    .blurb-icon-col {
        width: 68px;
    }
    .icon-blurb-card {
        gap: 20px;
        padding: 12px 0;
    }
    .blurb-content h4 {
        font-size: 16px;
        margin-bottom: 2px;
    }
    .blurb-content p {
        font-size: 12px;
    }
    .howzzat-slide {
        height: 350px;
        width: 33%;
    }
}


@media(max-width: 767px){
    .star-quiz-list{
        gap: 10px;
    }
    .star-quiz-list .star-li{
        width: 100px;
        height: 100px;
        font-size: 12px;
    }
    .star-quiz-list .star-li.big{
        width: 127px;
        height: 127px;
        font-size: 14px;
    }
    .imgae-heading-title h3 {
        font-size: 16px;
        max-width: 200px;
        margin: auto;
    }
    .left-portrait img {
        max-width: 118%;
    }
    .right-portrait img {
        max-width: 96%;
    }
    .yp-btn{
        padding: 2px;
    }
    .yp-btn-in {
        padding: 5px 10px;
        font-size: 24px;
        min-width: 180px;
    }
    .yp-heading h1 .heading,
    .yp-heading h1 .heading-shadow,
    .yp-heading h2 .heading,
    .yp-heading h2 .heading-shadow {
        font-size: 28px;
    }
    .yp-heading {
        padding: 30px 10px 0px 30px;
    }
    .yp-heading-icon img {
        width: 60px;
        top: -2px;
        left: -3px;
    }
    header#header {
        padding: 16px 4px;
    }
    .custom-logo {
        width: 77px;
    }
    .yp-quiz-portraits {
        margin-top: 0%;
    }
    .quiz-btn-faq {
        padding-top: 20px;
    }
    .footer-inn {
        padding: 45% 0 2% 0;
        display: flex;
        align-items: center;
    }
    .footer-menu ul li{
        width: 100%;
    }
    .footer-menu ul li a {
        font-size: 16px;
    }
    .yippee-sun {
        max-width: 76px;
        top: 13%;
        left: 5%;
    }
    .footer-logo img {
        max-width: 86px;
    }
    .footer-menu ul li {
        padding: 5px 2px;
    }
    .footer-menu ul {
        margin-bottom: 10px;
    }
    .copyright p {
        font-size: 11px;
    }
    .panorama-slider .swiper {
        height: 360px;
    }
    .swiper-cards {
        width: 280px;
        height: 360px;
    }
    .yp-faq-cards .swiper-button-prev,
    .yp-faq-cards .swiper-button-next {
        bottom: -80px;
        top: inherit;
        width: 30px;
        margin: auto !important;
    }
    .yp-faq-cards .swiper-button-prev{
        left: 0;
        right: 48px;
    }
    .yp-faq-cards .swiper-button-next{
        left: 48px;
        right: 0;
    }
    .yp-faq-cards {
        padding: 20px 0px 80px 0px;
    }
    .yp-faq-cards .swiper-button-prev img,
    .yp-faq-cards .swiper-button-next img {
        width: 28px;
    }
    .yp-quick-answer {
        padding: 20px 0 0px;
    }
    .yp-blogs {
        padding-top: 25px;
        border-radius: 50% 50% 0 0 / 50px 50px 0 0;
    }
    .yp-blog-grid {
        padding: 15px 0 40px 0;
    }
    .yp-leaderboard {
        border-radius: 0 0 100% 100% / 0 0 50px 50px;
        padding-top: 0;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.10);
    }
    .yp-leaderboard-inner {
        background: url(../images/leaderboard-top-left-decore.png) no-repeat left 0 top 0, url(../images/leaderboard-top-right-decore.png) no-repeat right 3% top 0%;
        background-size: 40px auto, 48px auto;
    }
    .leaderboard-item-wrap {
        padding: 0px 0px 0px 0px;
    }
    .leaderboard-item-right-in {
        padding: 20px 20px 20px 100px;
    }
    .leaderboard-item {
        padding: 0px;
    }
    .leaderboard-item-right {
        padding: 4px 4px 4px 4px;
    }
    .leaderboard-item-left {
        width: 70px;
        height: 70px;
        border: 4px solid var(--white);
        padding: 8px;
        top: 0;
        bottom: 8px;
        margin: auto;
        left: 10px;
    }
    .leaderboard-item-left .count {
        width: 40px;
        height: 21px;
        bottom: -14px;
    }
    .leaderboard-item-right-in{
        border-radius: 10px;
    }
    .yp-heading h1 .heading-shadow,
    .yp-heading h2 .heading-shadow {
        -webkit-text-stroke: 8px #f6021a;
    }
    .learderbaord-content .__content,
    .learderbaord-content .__location {
        font-size: 14px;
    }
    .leaderboard-item-right-in {
        display: block;
        min-height: 115px;
    }
    .leaderboard-item-right-in .learderbaord-name {
        width: 100%;
        margin-bottom: 5px;
    }
    .learderbaord-content .__content {
        margin-bottom: 5px;
    }
    .yp-big-article .blog-article {
        border-radius: 30px;
        height: 275px;
        min-height: 200px;
    }
    .blog-article {
        border-radius: 25px;
    }
    .blog-article {
        border: 6px solid transparent;
    }
    .blog-article-img {
        border-radius: 20px;
    }
    .blog-article-in {
        border-radius: 15px;
    }
    .blog-article-in:before {
        top: 5px;
        bottom: 5px;
        left: 5px;
        right: 5px;
        border-radius: 20px;
    }
    .yp-big-article .blog-article-in:before {
        top: 8px;
        bottom: 8px;
        left: 8px;
        right: 8px;
    }
    .blog-article-in span.icon img {
        max-width: 40px !important;
    }
    .yp-big-article .blog-article-in span.icon img {
        max-width: 60px !important;
    }
    .blog-article{
        height: 200px;
    }
    .relatedBlogSwiper .blog-article{
        height: auto;
    }
    .leaderboard-list{
        position: relative;
    }
    .leaderboard-list:after {
        content: '';
        position: absolute;
        bottom: -30px;
        width: 100%;
        left: 0;
        height: 50px;
        background: url(../images/leaderboard-bottom-decore.png) no-repeat center;
        z-index: -1;
        background-size: 100%;
    }
    .leaderboard-item-right-in .learderbaord-name{
        font-size: 16px;
    }
    .yellow .leaderboard-item-right-in .learderbaord-name,
    .gray .leaderboard-item-right-in .learderbaord-name,
    .orange .leaderboard-item-right-in .learderbaord-name{
        font-size: 20px;
    }
    .yp-howzzat-hacks {
        padding: 25px 0 15px 0;
    }
    .panorama-slider {
        padding: 15px 0;
    }
    .yp-pp-quiz {
        background-size: cover;
    }
    .yp-hm-video-panel {
        height: 400px;
        max-height: 400px;
    }
    .yp-hm-video-panel .video-bg{
        height: 100%;
    }
    .video-bg iframe {
        width: 200%;
        height: 200%;
        top: -50%;
        left: -50%;
    }
    .yp-pp-quiz-wrapper {
        border-radius: 0 0 50% 50% / 0 0 50px 50px;
    }
    .cloud-rocket img {
        width: 90%;
        margin: auto 5% -2% auto;
    }
    .panorama-slider {
        margin-top: -10px;
    }
    .login-btn {
        display: block !important;
    }
    .yp-blog-grid {
        height: auto;
    }
    .relatedBlogSwiper {
        width: 85% !important;
        margin: 0;
    }
    .relatedBlogSwiper [class*="swiper-button-"]{
        display: none;
    }
    .relatedBlogSwiper .swiper-wrapper{
        overflow: visible;
    }
    .relatedBlogSwiper .swiper-pagination{
        display: none;
    }
    .related-blog-items .blog-article a {
        border-radius: 30px;
    }
    .blog-inner-content{
        overflow: hidden;
    }
    .relatedBlogSwiper .swiper-slide {
        padding-right: 20px;
    }
    .yippee-hm-hero-left,
    .yippee-hm-hero-right{
        height: auto !important;
    }
    .yippee-hm-hero{
        height: auto !important;
        padding-top: 7%;
    }
    .yippee-hm-hero > .container {
        max-width: 450px;
    }
    .banner-item-list ul li .text {
        font-size: 8px;
    }
    .banner-item-list ul li .icon img {
        max-width: 14px;
    }
    .banner-item-list ul li {
        gap: 4px;
    }
    .banner-item-list ul {
        gap: 14px;
        padding-top: 3.5%;
        margin-bottom: 5px;
    }
    .yippee-hm-hero-left {
        padding-bottom: 0;
    }
    .subscribe-block h2 {
        font-size: 18px;
        font-weight: 800;
    }
    .subscribe-block {
        background: url(../images/subscribe-mob-bg.png) no-repeat center;
        height: auto;
        background-size: 100%;
        border-radius: 12px;
        padding: 22px 16px;
    }
    .subscribe-input-group .wpcf7-form-control-wrap input {
        padding: 10px 15px;
        border-radius: 10px;
        font-size: 14px;
        line-height: 1.45;
    }
    .subscribe-input-group .btn {
        padding: 8px 16px;
        font-size: 14px;
        height: 38px;
        width: 110px;
    }
    .subscribe-input-group .wpcf7-form-control-wrap {
        width: calc(100% - 110px);
    }
    .subscribe-input-group {
        height: 40px;
    }
    .subscribe-block .wpcf7, .subscribe-input-group > p {
        width: 100%;
    }
    .subscribe-block .card-body {
        padding: 0;
    }
    .sticy-quizbtn {
        width: 58px;
        height: 58px;
        font-size: 12.7px;
        border-width: 2px;
        margin-bottom: 50px;
    }
    .yippee-prizes {
        padding: 0 20px;
    }
    .yippee-prize-right-col {
        padding: 0px 12px 10px 12px;
    }
    .audio-controller-btns {
        right: 15px;
    }
    .audio-control-btn{
        width: 58px;
        height: 58px;
        border-width: 2px;
    }
    .audio-control-btn img{
        width: 26px;
    }
    .howzzat-slide {
        height: 300px;
        width: 40%;
    }
    .related-blog-items .yp-small-right-top {
        width: 100%;
    }
    body {
        padding-bottom: 45px !important;
    }
}

@media(max-width: 575px){
    .yp-pp-quiz {
        border-radius: 0 0 100% 100% / 0 0 15% 15%;
        /* background-image: url('../images/yippee-cloudy-orange-mob-bg.webp'); */
        background-size: cover;
        /* overflow: hidden; */
        /* padding-top: 4%; */
    }
    .yp-pp-quiz-wrapper{
        /* background-color: #fff; */
    }
    .star-quiz-list{
        gap: 3px;
    }
    .star-quiz-list .star-li{
        width: 100px;
        height: 100px;
    }
    .star-quiz-list .star-li.big{
        width: 127px;
        height: 127px;
    }
    .panorama-slider .swiper {
        height: 320px;
    }
    .yippee-hm-hero > .container {
        max-width: 300px;
    }
    .subscribe-block {
        border-radius: 0;
        margin-left: -12px;
        margin-right: -12px;
    }
    .howzzat-slide {
        height: 250px;
        width: 45%;
    }
}

@media(max-width: 480px){
    .panorama-slider{
        max-width: 75%;
        margin: auto;
        overflow: visible;
    }
    .panorama-slider .swiper {
        height: 300px;
    }
}

@media(max-width: 400px){
    .star-quiz-list{
        gap: 3px;
    }
    .star-quiz-list .star-li{
        width: 85px;
        height: 85px;
    }
    .star-quiz-list .star-li.big{
        width: 110px;
        height: 110px;
    }
    .panorama-slider .swiper {
        height: 260px;
    }
    .video-bg iframe {
        width: 235%;
        height: 235%;
        top: -67.5%;
        left: -67.5%;
    }
}
