*{
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}
body{
    background-color: #020202;
}
html{
    scroll-behavior: smooth;
}
/* header{
    display: unset;
} */
@font-face {
    font-family: "avenir-next";
    src: url(https://www.strikke.in/gz-fonts/Avenir-Next/AvenirLTProLight.otf) format('opentype');
}
@font-face {
    font-family: "avenir-next-medium";
    src: url(https://www.strikke.in/gz-fonts/Avenir-Next/AvenirLTProMedium.otf) format('opentype');
}
@font-face {
    font-family: "avenir-next-medium-oblique";
    src: url(https://www.strikke.in/gz-fonts/Avenir-Next/AvenirLTProMediumOblique.otf) format('opentype');
}
@font-face {
    font-family: "avenir-next-heavy";
    src: url(https://www.strikke.in/gz-fonts/Avenir-Next/AvenirLTProHeavy.otf) format('opentype');
    font-weight: normal;
}
@font-face {
    font-family: "avenir-next-heavy-oblique";
    src: url(https://www.strikke.in/gz-fonts/Avenir-Next/AvenirLTProHeavyOblique.otf) format('opentype');
    font-weight: normal;
}
@font-face {
    font-family: "avenir-next-book";
    src: url(https://www.strikke.in/gz-fonts/Avenir-Next/AvenirLTProBook.otf) format('opentype');
    font-weight: normal;
}
@font-face {
    font-family: "avenir-next-book-oblique";
    src: url(https://www.strikke.in/gz-fonts/Avenir-Next/AvenirLTProBookOblique.otf) format('opentype');
    font-weight: normal;
}
@font-face {
    font-family: "avenir-next-black";
    src: url(https://www.strikke.in/gz-fonts/Avenir-Next/AvenirLTProBlack.otf) format('opentype');
    font-weight: normal;
}
@font-face {
    font-family: "avenir-next-black-oblique";
    src: url(https://www.strikke.in/gz-fonts/Avenir-Next/AvenirLTProBlackOblique.otf) format('opentype');
    font-weight: normal;
}
@font-face {
    font-family: "avenir-next-heavy";
    src: url(https://www.strikke.in/gz-fonts/Avenir-Next/AvenirLTProHeavy.otf) format('opentype');
    font-weight: normal;
}
@font-face {
    font-family: "avenir-next-heavy-oblique";
    src: url(https://www.strikke.in/gz-fonts/Avenir-Next/AvenirLTProHeavyOblique.otf) format('opentype');
    font-weight: normal;
}
@font-face {
    font-family: "avenir-next-normal-oblique";
    src: url(https://www.strikke.in/gz-fonts/Avenir-Next/AvenirLTProOblique.otf) format('opentype');
    font-weight: normal;
}
@font-face {
    font-family: "avenir-next-roman";
    src: url(https://www.strikke.in/gz-fonts/Avenir-Next/AvenirLTProRoman.otf) format('opentype');
    font-weight: normal;
}
@font-face {
    font-family: "joy-stick";
    src: url(https://www.strikke.in/gz-fonts/joystix/joystix-monospace.otf) format('opentype');
    font-weight: normal;
}
.div-center{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.display-none{
    display: none !important;
}
.div-center-v-bottom{    
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.custom-green{
    color: #01ef4a;
}
.home-pg-green-li-mob{
    display: none;
}
.custom-pink{
    color: #fd01cc;
}
.custom-blue{
    color: #008cff;
}
.entry-desk-anim-container,.entry-anim-mob-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.entry-anim-mob-container{
    display: none;
}
.entry-desk-anim-container video{
    width: 100vw;
    height: 100vh;
    object-fit: fill;
}
.entry-anim-mob-container video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-container{
    min-height: 100vh;
    width: 100%;
    /* display: grid;
    grid-template-rows: 5% auto; */
    background-color: rgb(22, 18, 18);
    /* overflow: auto; */
}
.normal-header-container{
    background-color: #161616;
    display: flex;
    height: 4vw;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #ff0000 15%, #008cff);
    border-image-slice: 1;
    padding-bottom: 0.5vw;
	position: sticky;
	top: 0;
    z-index: 50;
}
.brand-logo-container{
    height: 100%;
    width: auto;
}
#brand-logo-img{
    height: 100%;
    object-fit: contain;
    margin-left: 1.5vw;
}
.mob-tab-header-container{
    display: none;
    background-color: #161616;
	position: sticky;
	top: 0;
    height: 6vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    border-bottom: 0.2vw solid;
    border-image: linear-gradient(to right, #ff0000 15%, #008cff);
    z-index: 50;
}
.menu-bar-icon-container{
    display: none;
}
.nav-menu-container{
    margin-right: 2rem;
}
.mob-nav-menu-container{
    display: none;
	position: fixed;
    width: 100%;
    background-color: #161616;
    z-index: 50;
    /* position: absolute; */
}
.mob-nav-menu-ul li{
    list-style: none;
    display: block;
    padding: 0.5vw;
    border-bottom: 0.1vw solid;
    border-image: linear-gradient(to right, #ff0000 15%, #008cff);
    border-image-slice: 1;
}
/* .mob-nav-menu-ul li:last-child{    
    border-bottom: none !important;
} */
.mob-nav-menu-ul li a{
    font-family: 'avenir-next-heavy', sans-serif;
    font-weight: 800;
    text-decoration: none;
    color: white;
    margin: 0 1rem;
    position: relative;    
    z-index: 10;
}
.nav-menu-ul{
    padding: 0;
    margin: 0;
    color: white;
}
.nav-menu-ul li{
    list-style: none;
    display: inline-block;
    margin: 0 1rem;
}
.nav-menu-ul li a{
    text-decoration: none;
    color: white;
    font-family: 'avenir-next-heavy',sans-serif;
    font-weight: 800;
}
.main-containt-container{  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 8.5vw);
    /* calc(100vh - 8vw); */
}
.about-us-main-heading-l-up-img-container{    
    display: flex;
    justify-content: center;
    color: white;
    background-image: url(https://www.strikke.in/product-images/left-top-about-us.png); 
    background-position: left -5vw top -5vw;
    background-repeat: no-repeat;
    background-size: 40vw 16vw;
}
.main-heading-about-us{    
    font-family: "avenir-next-black-oblique";
    font-size: 2.5vw;
    margin-top: 6vw;    
    margin-bottom: 1vw;
    padding-left:20px;
    padding-right:20px;
}
.main-heading-about-us span{        
    text-shadow: 0vw 0vw 0.5vw #f9ed32;;
}
.about-us-matter-container{   
    font-size: 1.25vw; 
    margin: 2vw 4vw;
    padding: 2vw 0;
    display: flex;
    justify-content: center;
    color: white;
    background-image: url(https://www.strikke.in/product-images/top-center-about-us.png); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80vw 25vw;
}
.about-us-matter-container p{    
    font-family: "avenir-next-medium-oblique",sans-serif;
    margin: 0 12vw;
    text-align: justify;
    text-align-last: center;
    line-height: 2.25vw;
}
.about-us-matter-strike{
    font-family: "avenir-next-black-oblique",sans-serif;
}
.about-us-matter-blue-text{    
    color: #5f43ff;
}
.peri-image-sizing{   
    margin: 1.5vw 0; 
    width: 10vw;
    height: auto;
}
.peri-image-sizing img{
    width: 100%;
    object-fit: cover;
}
.vision-mission-r-l-img-container{
    display: flex;
    justify-content: space-between;
}
.vision-mission-l-img-container{
    margin-left: 1vw;
}
.vision-mission-r-img-container{
    margin-right: 1vw;
}
.vision-mission-text-container{
    width: 100%;
    margin-top: 2vw;
    display: flex;
    justify-content: center;
}
.custom-card{
    /* width: 100%; */
    color: white;
}
.cust-card-heading-container{
    border: 2px solid;
    border-image: linear-gradient(to right,red,blue);
    border-image-slice: 1;
    text-align: center;
    padding: 0.25vw 0.5vw;
}
.cust-card-heading{
    font-family: "avenir-next-black-oblique",sans-serif;
    font-size: 2vw;
    padding: 1vw;
}
.cust-card-text-container p{
    font-family: "avenir-next-medium",sans-serif;
    font-size: 1.4vw;
    text-align: center;
    width: 25vw;
    line-height: 2vw;
    margin-top: 3vw;
}
.mission-card{
    margin-right: 4vw;
}
.vision-card{
    margin-left: 4vw;
}
.about-us-bottom-text-r-l-img-container{    
    color: white;
    /* background-image: url(https://www.strikke.in/product-images/bottom-right-background-about-us.png); 
    background-position: right -5vw bottom;
    background-repeat: no-repeat;
    background-size: 40vw 16vw; */
    display: flex;
    justify-content: space-between;
    margin-top: 3vw;
    padding: 3vw;
}
.about-us-bottom-l-img-container{
    margin-left: 1vw;
}
.about-us-bottom-r-img-container{
    margin-right: 1vw;
}
.about-us-bottom-text p{    
    font-family: "avenir-next-medium-oblique",sans-serif;
    font-size: 1.5vw;
    text-align: center;
}

.home-page-container{    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    min-height: 100vh;    
}
/* header{
    flex-grow: 1;
} */
.top-containt-container-home-pg{
    background-image: url(https://www.strikke.in/product-images/home-page-back-grnd-top-top.png);
                      /* linear-gradient(to right,#7e7c7c, #7e7c7c); */
    background-position: top center;
    /* background-position: top center,bottom center; */
    background-repeat: no-repeat;
    background-size: 100vw;
    /* background-size: 100vw,100vw 0.05vw; */
    padding: 0 10vw;
    flex-grow: 2;
}
.play-pause-play-container{
    margin-top: 12vw;
}
.play-pause-play-container p{
    text-align: center;
    font-size: 5vw;
    font-family: 'joy-stick', sans-serif;
    color: white;
    text-shadow: 0.15vw 0.15vw 0.75vw #f9ed32,-0.15vw -0.15vw 0.75vw #f9ed32;
}
.play-pause-play-container img{
    width: 80%;
    object-fit: contain;
}
.top-txt-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
    padding-top: 4vw;
    padding-bottom: 12vw;
}
.top-txt-container p{
    text-align: center;
    font-size: 1.5vw;
    font-family: "avenir-next-medium-oblique", sans-serif;
}

.background-video-container-emojis-fall{
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.background-video-container-emojis-fall img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.background-video-container-emojis-fall video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-page-middel-li-container{
    display: flex;
    align-items: center;
}


.star-anim-container-li{
    width: 3vw;
    height: 100%;
}

.star-anim-container-li video{
    width: 3vw;
    height: 100%;
    object-fit: fill;
}

.home-page-middel-li-container p{
    font-size: 1.5vw;
    font-family: "avenir-next-medium-oblique",sans-serif;
}


.home-page-middel-li-container p span{
    font-family: "avenir-next-heavy-oblique",sans-serif;
}
.home-page-middel-li-p-container{
    text-align: justify;
}

.middel-containt-container-home-pg{
    background-image: url(https://www.strikke.in/product-images/home-page-back-grnd-top-bottom.png),
                      url(https://www.strikke.in/product-images/home-page-back-grnd-bottom-bottom.png);
                      /* url(https://www.strikke.in/product-images/home-page-vertical-rod-blue.png), 
                      url(https://www.strikke.in/product-images/home-page-vertical-rod-pink.png),
                      url(https://www.strikke.in/product-images/home-page-vertical-rod-blue.png), 
                      url(https://www.strikke.in/product-images/home-page-vertical-rod-pink.png); */
    background-repeat : no-repeat;
    background-position: top center,bottom center;
    /* background-position: top center,bottom center,left 1vw bottom 18vw; */
    /* background-position: top center,bottom center,left 1vw bottom 18vw,left 6vw bottom 18vw,right 1vw bottom 18vw,right 6vw bottom 18vw; */
    background-size: 105vw 48vw,100vw;
    padding-bottom: 6vw;    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 2;
}

.middel-containt-ul-container-home-pg{
    margin-top: 5vw;
}
.middel-containt-ul-container-home-pg ul{
    margin: 0;
    padding: 0;
}

.middel-containt-ul-container-home-pg ul li{
    list-style: none;
    margin: 1vw 0;
}
.home-page-image-card-list-container{
    z-index: 10;
    /* background-image: url(https://www.strikke.in/product-images/home-page-vertical-rod-blue.png), 
                      url(https://www.strikke.in/product-images/home-page-vertical-rod-pink.png),
                      url(https://www.strikke.in/product-images/home-page-vertical-rod-blue.png), 
                      url(https://www.strikke.in/product-images/home-page-vertical-rod-pink.png);    
    background-repeat : no-repeat;
    background-position: left 1vw bottom 1vw,left 3vw bottom 1vw,right 1vw bottom 1vw,right 3vw bottom 1vw;
    background-size: 20vh 5vw,20vh 5vw,20vh 5vw,20vh 5vw; */
}
/* .background-bars-home-pg-container{
    position: relative;
    z-index: 5;
} */
/* .home-page-image-card-container img{
    z-index: 15;
} */
.home-page-image-card-container{
    width: 10vw;
    height: 20vw;
    margin: 0 0.5vw;
    margin-top: 3vw;
    transition: width 1s;
    cursor: pointer;
}
.home-page-image-card-container img{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 1.5vw;
    object-fit: cover;
    z-index: 15;
}
.active-home-page-image-card{
    width: 20vw !important;
}
.active-home-page-image-card img{    
    box-shadow: 0.15vw 0.15vw 0.4vw #6863e2, -0.15vw -0.15vw 0.4vw #6863e2;
}

.home-pg-btn{
    /* background-color: #008cff; */
    margin: 3vw 4vw;
    width: 16vw;
    height: 4vw;
    border-radius: 2.5vw;
    /* box-shadow: 5px 0px 18px 5px #008cff; */
    font-size: 1.3vw;
    font-family: "avenir-next-heavy-oblique",sans-serif;
}
.home-pg-btn-container{
    margin-top: 2vw;
}
.home-pg-btn-container a{
    text-decoration: none;
    color: white;    
}
.btn-anim-video-container{
    width: 100%;
    height: 100%;
}
.home-pg-btn video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    border-radius: 2.5vw;
}
.home-pg-btn span{    
  z-index: 5;
  position: absolute;
  text-align: center;
}
.bottom-msg{
    font-size: 1.5vw;
    font-family: "avenir-next-heavy-oblique",sans-serif;
}
/* .footer-container{
    flex-grow: 2;
} */
footer{
    background-image: url(https://www.strikke.in/product-images/footer-white-bg-img.png);
    background-repeat: no-repeat;
    background-position: top 0vw left 0vw;
    background-size: 100vw;
}
.footer-main-heading-container{
    font-family: "avenir-next-heavy",sans-serif;
    font-size: 2.5vw;
    color: black;
    font-weight: bold;
    margin-left: 10vw;
    padding: 2vw 0;
}

.footer-main-heading-container{
    display: flex;
    align-items: center;
}

.home-pg-footer-joystick-img-container{
    width: 2vw;
    height: 4.5vw;
    margin-right: 0.5vw;
}

.home-pg-footer-joystick-img-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-row{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.footer-bottom-contact-details-container{
    background-color: rgb(16, 16, 16) !important;
    padding: 3vw 0;
    border-top-left-radius: 10vw;
}
.footer-bottom-contact-details{
    display: flex;    
}
.footer-ready-for{
    margin-left: 10vw;
}
.footer-ready-for-matter{
    width: 20vw;
}

.row-2{
    display: flex;
}

.footer-matter-container p{
    font-size: 1.25vw;
}

.footer-matter-container ul{
    margin: 0;
    padding: 0;
}

.footer-matter-container ul li{
    font-family: "avenir-next-book",sans-serif;
    font-size: 1.25vw;
    list-style-type: none;
    margin-bottom: 0.75vw;
    margin-left: 0px;
    margin-right: 0px;
}
.footer-find-us{
    font-family: "avenir-next-heavy",sans-serif !important;
    font-size:1.5vw !important;
    color:#fd01cc;
}
.footer-bottom-place-name{
    margin-bottom: 1vw;
}
.footer-nav-links ul li a{
    text-decoration: none;
    color: white;
}
.footer-follow-us{
    font-family: "avenir-next-heavy",sans-serif !important;
    font-size:1.5vw; 
    color:#fd01cc;
    margin:0vw;
}

.social-media-logo-container{
    width: 2vw;
    height: 3vw;
    margin-right: 0.5vw;
}


.social-media-logo-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.f-col-1 p{
    font-size: 2vw;
    color: #008cff;
    font-family: "avenir-next-heavy",sans-serif;
}
.place-name-heading{
    font-family: "avenir-next-heavy",sans-serif;
    font-size: 1.25vw;
    border-bottom: 1.75px solid #01ef4a;
    padding-bottom: 0.25vw;
}
.about-us-striker-section{

    /* background-image: url(https://www.strikke.in/product-images/bottom-right-background-about-us.png); 
    background-position: right -5vw bottom;
    background-repeat: no-repeat;
    background-size: 40vw 16vw; */

    background-image: url(https://www.strikke.in/product-images/about-us-bottom-striker-section-bg.png), url(https://www.strikke.in/product-images/bottom-right-background-about-us.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top 20vw left 0, right -4vw top 10vw;
    background-size: 100vw 105%, 45vw 21vw;
}
.about-us-striker-images-details-container{
    margin-bottom: 7vw;
}
.about-us-striker-section-heading{
    padding-top: 11vw;
    /* padding: 2.5vw 0 3vw 0; */
}
.about-us-striker-section-heading span{
    font-family: "avenir-next-black-oblique",sans-serif;
    font-size: 2.75vw;
}
.about-us-striker-images-details{
    margin: 5vw 0; 
} 
.about-us-striker-images-details-card{
    width: 25vw;
    height: 15vw;
    /*border: 5px solid rgba(235, 33, 33, 0.838);*/
    box-shadow: 0vw -5vw 1vw -5.1vw rgba(235, 33, 33, 0.838), 2vw 0vw 1vw -2.1vw rgba(235, 33, 33, 0.838), -2vw 0vw 1vw -2.1vw rgba(235, 33, 33, 0.838);
    /*background: radial-gradient(circle,rgb(16, 109, 203) -200%,black);*/
    margin: 1vw 10vw;
}
.about-us-striker-image-container{
    width: 100%;
    /*height: 100%;*/
}
.about-us-striker-image-container img{
    width: 40%;
    height: auto;
}
.about-us-striker-details-container{
    background-color: #c20627;
    border-bottom-left-radius: 5vw;
    border-bottom-right-radius: 5vw;
}
.about-us-striker-details-container span{
    font-family: "avenir-next-heavy-oblique",sans-serif;
    color: white;
    padding: 0.25vw 0;
    font-size: 1.15vw;
    text-align: center;
}

/* .game-pg-top-containt-container{
    background-image: url(https://www.strikke.in/product-images/game-page-top-twisted-bgimg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100vw;
} */
.gz-game-page-main-heading-container{
    font-family: "avenir-next-black-oblique",sans-serif;
    font-size: 2vw;
    padding: 2vw 0;
}
.gz-game-page-main-heading-container span{
    color: #b362ff;
    text-shadow: 10px 0px 16px #2500ff;
}
.gz-game-page-description-container{
    font-size: 1.25vw;
}
.gz-game-page-description-container p{
    font-family: "avenir-next-medium",sans-serif;
    text-align: center;
    line-height: 2vw;
    padding: 0 22vw;
}

.gz-game-page-description-container p span{
    font-family: "avenir-next-medium-oblique",sans-serif;
    color: #ff242f;
}
.game-page-containt-container{
    background-image: url(https://www.strikke.in/product-images/game-page-top-twisted-bgimg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 115vw 10vw;
    padding: 10vw 0 0 0;
}
.game-page-top-containt-img-bg-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0vw 25vw;
    height: 20vh;
}
.game-pg-dirarr-img-container{
    width: 10vw;
    height: 100%;
}
.game-pg-dirarr-img-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.game-page-main-containt-heading{
    height: 100%;
}
.game-page-main-containt-heading span{
    font-family: "avenir-next-black-oblique",sans-serif;
    font-size: 2vw;
    margin-bottom: 4vw;
    text-align: center;
}
.game-types-container{
    border-image: linear-gradient(to right, red 60%, blue, white);
    border-width: 2px;
    border-style: solid;
    border-image-slice: 1;
    margin: 4vw 3vw;
}
.game-class-name-container{
    padding: 1vw;    
}
.game-class-name-container span{
    font-family: "avenir-next-heavy",sans-serif;
    font-size: 1.5vw;  
}
.diff-game-types-names-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.game-name-container span{
    font-family: "avenir-next-medium",sans-serif;
    font-size: 1.1vw;
    /*min-height: 29px;*/
    align-items: center;
}
.game-img-container{
    width: 31vw;
    height: 22vw;
    box-sizing: border-box;
    border: 5vw solid black;
    border-image-source: url(https://www.strikke.in/product-images/game-pg-car-race-img.png);
    border-image-slice: 43;
    border-image-repeat: stretch;
}
.game-img-container img{
    width: 100%;
    height: 135%;
    object-fit: fill;
}

.game-pg-strikke-feature-bottom-container{
    background-image: url(https://www.strikke.in/product-images/game-pg-strikke-feature-bottom-container-bg-img.png), 
                      url(https://www.strikke.in/product-images/game-pg-strikke-feature-bottom-container-bg-img.png);
    background-repeat: no-repeat;
    background-position: -3vw -3vw, -3vw 24vw;
    background-size: 105vw, 105vw;
    padding: 10vw 0;
}
.game-pg-strikke-feature-bottom-heading{
    font-family: "avenir-next-black",sans-serif;
    font-size: 1.75vw;
}
.feature-list-heading-li-container{
    margin-right: 1vw;
}
.game-pg-strikke-feature-list-container ul li{
    list-style: none;
    font-size: 1.25vw;
    font-style: oblique;
    display: flex;
    margin: 1.5vw 0;
}
.feature-list-heading{
    font-family: "avenir-next-medium-oblique",sans-serif;
    color: #336dff;
    margin-right: 1vw;
}
.feature-details{
    font-family: "avenir-next-normal-oblique",sans-serif;    
    display: flex;
    justify-content: flex-start;
}
.game-pg-btn-container{
    margin-bottom: 2vw;
}
.game-pg-btn-prt-heading-container{
    font-family: "avenir-next-black",sans-serif;
    font-size: 1.75vw;
}
.game-pg-btn-prt-desc-container p{    
    font-family: "avenir-next-normal-oblique",sans-serif;   
    font-size: 1.25vw;
    line-height: 1.75vw;
    margin: 2vw 0;
}
.game-pg-btn {
    margin: 1vw 4vw;
}
.game-pg-container{
    margin: 0 !important;
}
.game-pg-btn{
    margin: 1vw 4vw !important; 
}

.offers-pg-container{
    background-image: url(https://www.strikke.in/product-images/offer-pg-top-bg-img.png);
    background-repeat: no-repeat;
    background-position: top -4vw left 0;
    background-size: 100vw;
}
.offers-pg-heading-container{
    font-family: "avenir-next-black-oblique",sans-serif;
    margin-top: 4vw;
    font-size: 2.25vw;
    font-style: oblique;
    padding-left:20px;
    padding-right:20px;
}

.offers-pg-heading-container span{
    text-shadow: 0.1vw 0.1vw 0.25vw #f9ed32, -0.1vw -0.1vw 0.25vw #f9ed32;
}

.offer-pg-striker-logo-tcimg-container{
    margin-top: 5vw;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.offer-pg-top-img-container{
    width: 30vw;
    height: auto;
}
.offer-pg-top-img-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;    
    box-shadow: 0.25vw 0.25vw 0.75vw 0.05vw #2b46e5, -0.25vw -0.25vw 0.75vw 0.05vw #2b46e5;
    border-radius: 2.25vw;
}
/* .offer-pg-scheme-img-heading-container{
    margin-top: 1vw;
} */
.offer-pg-scheme-img-heading-container p{
    font-family: "avenir-next-black-oblique",sans-serif;
    margin: 6vw 0 4vw 0;
    font-size: 2.25vw;
}
.offer-pg-scheme-img-main-container{
    width: 100vw;
}

.offer-pg-scheme-img-container{
    width: 80vw;
    height: auto;
}
.offer-pg-scheme-img-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.superpowers-details-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1vw 2vw;
}
.superpower-img-level-details-container{
    background: black;
    opacity: 0.3;    
}
.offers-pg-coming-soon-top{
    position: absolute;
    z-index: 15;
}
.offers-pg-coming-soon-top span{
    font-family: "avenir-next-black",sans-serif;
    font-size: 4vw;
}
.superpower-heading-container{
    font-family: "avenir-next-black-oblique",sans-serif;
    margin: 0 0 4vw 0;
    font-size: 2.25vw;
    font-style: oblique;
}
.superpower-heading-container span{
    color: #7f62ff;
}
.superpower-img-level-details-container{    
    width: 20vw;
}
.superpower-img-container{
    width: 100%;
    height: 20vw;    
    filter: blur(10px);
}
.superpower-img-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.superpower-details-container p{
    font-family: "avenir-next-roman",sans-serif;
    text-align: center;
    line-height: 1.5vw;
}
.superpower-level-container{
    font-family: 'joy-stick', sans-serif;
    font-size: 2vw;
    margin: 4vw 0 2vw 0;
}
.silver-level-span{
    color: #c6e8ff;
    text-shadow: 2px 2px 10px #3fa9f5, -2px -2px 10px #3fa9f5;
}
.gloden-level-span{
    color: #fcf593;
    text-shadow: 2px 2px 10px #f9ed4e, -2px -2px 10px #f9ed4e;
}
.platinum-level-span{
    color: #cacaff;
    text-shadow: 2px 2px 10px #6262ff, -2px -2px 10px #6262ff;
}
.diamond-level-span{
    color: #ffb7ff;
    text-shadow: 2px 2px 10px #ff00ff, -2px -2px 10px #ff00ff;
}

.offer-pg-redemption-zone-container{
    margin: 3vw 0 5vw 0;
}
.offer-pg-redemption-zone-heading-container{
    font-family: "avenir-next-black-oblique",sans-serif;
    font-size: 2.25vw;
    color: #01ef4a;
    margin-bottom: 0vw;
}
.offer-pg-redemption-zone-table{
    border-spacing: 0.5vw;
}
.offer-pg-redemption-zone-table tr th{
    width: 7vw;
    height: 7vw;
}
.redemption-table-bg-img-yellow{
    background-color: black;
}
.redemption-table-bg-img-yellow{
    background-image: url(https://www.strikke.in/product-images/redemption-zone/redemptiontable-yellow-bg.png);
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    background-size: 100% 100%;
}

.redemption-table-bg-img-green{
    background-image: url(https://www.strikke.in/product-images/redemption-zone/redemptiontable-green-bg.png);
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    background-size: 100% 100%;
}
.redemption-table-bg-img-blue{
    background-image: url(https://www.strikke.in/product-images/redemption-zone/redemptiontable-blue-bg.png);
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    background-size: 100% 100%;
}
.redemption-table-bg-img-pink{
    background-image: url(https://www.strikke.in/product-images/redemption-zone/redemptiontable-pink-bg.png);
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    background-size: 100% 100%;
}
/* @media only screen and (max-width:600px) and (min-height:1024px){
    .middel-containt-container-home-pg {
        background-position: top center, bottom center, left 1vw bottom 33vw, left 6vw bottom 33vw, right 1vw bottom 33vw, right 6vw bottom 33vw;
    }
    .footer-follow-us-mob {
	margin-top: 0px;
    }

}


@media only screen and (max-width:450px) and (min-height:800px){
    .middel-containt-container-home-pg {
        background-position: top center, bottom center, left 1vw bottom 18vw, left 6vw bottom 18vw, right 1vw bottom 18vw, right 6vw bottom 18vw;
        background-size: 100vw 60vw, 100vw 55vw, 17vw 60vw, 17vw 60vw, 17vw 60vw, 17vw 60vw;
    }
} */


@media only screen and (max-width:576px) {
    .page-container{
        display: flex;
        flex-direction: column;
    }
    .entry-desk-anim-container{
        display: none !important;
    }
    .entry-anim-mob-container{
        display: flex !important;
    }
    
    .background-video-container-emojis-fall img{
        height: 29vh;
        object-fit: cover;
        /* height: 30vh;
        object-fit: cover; */
    }
    
    .background-video-container-emojis-fall video{
        height: 29vh;
        object-fit: cover;
    }
    
    .play-pause-play-container p{
        font-size: 25px;
    }
    .top-containt-container-home-pg {
        display: flex;
        flex-direction: column;
        justify-content: center ;
        align-items: center;
        flex-grow: 1.5;
        padding: 10vw 0;
    }
    .play-pause-play-container {
        margin-top: 0vw;
    }
    .top-txt-container {
        padding-bottom: 3vw;
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .top-txt-container p {
        font-size: 13px;
    }
    .about-us-matter-container p{    
        line-height: 4vw;
    }   
    .normal-header-container{
        display: none;
    }
    .mob-tab-header-container{
        display: flex;
        height: 8vw;
        justify-content: space-between;
        align-items: center;
        border-bottom: 0.5vw solid;
        border-image: linear-gradient(to right,red,blue);
        border-image-slice: 1;
        background-color: #161616;
        z-index: 100;
    }
    .menu-bar-icon-container{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 5vw;
        height: 100%;
        font-size: 5vw;
        margin-right: 1vw;
    }
    .menu-bar-icon-container i{
        color: white;
        cursor: pointer;
        margin-right: 2vw;
        z-index: 10;
    }
    
    .mob-nav-menu-container{
        top: 10.5vw;
    }
    .nav-menu-container{
        display: none;
    }
    .middel-containt-container-home-pg {
        background-size: 105vw 60vw, 100vw 55vw;
    } 
    
    .middel-containt-ul-container-home-pg ul{
        margin: 0 26vw 0 22vw;
        padding: 0;
    }
    .star-anim-container-li {
        width: 6vw;
        height: auto;
    }
    .star-anim-container-li video{
        width: 6vw;
        height: auto;
    }
    .home-pg-green-li-desk{
        display: none;
    }
    .home-pg-green-li-mob{
        display: block;
    }
    .home-page-middel-li-container p{
        font-size: 11px;
    }    
    .home-page-image-card-container {
        width: 12vw;
        height: 24vw;
    }
    .home-page-destop-card{
        display: none;
    }
    .home-pg-btn-container {        
        margin-top: 5vw;
        margin-bottom: 5vw;
    }
    .home-pg-btn {
        width: 35vw;
        height: 8vw;
        border-radius: 4vw;
        font-size: 3vw;
    }
    .bottom-msg {
        font-size: 18px;
        text-align: center;
        margin-bottom: 5vw;
    }
    .home-pg-footer-joystick-img-container {
        width: 10vw;
        height: 7vw;
    }
    .footer-main-heading-container {
        font-size: 25px;
        padding: 5vw 0;
        margin-left: 4vw;
    }
    .f-col-1 p {
        font-size: 11px;
    }
    .footer-matter-container ul li {
        font-size: 10px;
    }    
    .footer-find-us{
        font-size: 13px !important;
    }    
    .footer-bottom-place-name{
        margin-bottom: 1.5vw;
    }

    .footer-follow-us-mob {
	margin-top: 20px;
    }

    .place-name-heading {
        font-size: 13px;
    }
    .main-heading-about-us {
        font-size: 15px;
        text-align: center;
    }
    .about-us-matter-container {
        font-size: 11px;
    }
    .about-us-matter-container p {
        font-family: "avenir-next-medium-oblique", sans-serif;
        margin: 0 3vw;
    }
    
    .about-us-striker-section {
        background-position: top 20vw left 0, right -4vw top 13vw;
    }
    .cust-card-text-container p {
        font-size: 10px;
        line-height: 4vw;
        width: 30vw;
    }
    .cust-card-heading {
        font-size: 3.5vw;
        padding: 2vw;
    }
    .about-us-bottom-text p {
        font-size: 10px;
    }
    .about-us-bottom-text-r-l-img-container {
        margin-top: 7vw;
    }
    .joy-stick-img-container{
        width: 10vw;
    }
    .desktop-tab-strikkers-view{
        display: none !important;
    }
    .mob-strikkers-view{
        display: block !important;
    }
    .about-us-striker-images-details{
        margin: 0; 
    }
    .about-us-striker-section-heading{
        padding-top: 10vw;
    }
    .about-us-striker-section-heading span {
        font-size: 20px;
    }
    .about-us-striker-images-details-container {
        margin-bottom: 10vw;
    }
    .about-us-striker-images-details-card {
        width: 75vw;
	height: auto;
        box-shadow: 0vw -5vw 2vw -5.1vw rgba(235, 33, 33, 0.838), 2vw 0vw 2vw -2.1vw rgba(235, 33, 33, 0.838), -2vw 0vw 3vw -2.1vw rgba(235, 33, 33, 0.838);
        margin: 8vw 10vw;
    }
    .about-us-striker-details-container {       
        border-bottom-left-radius: 13vw;
        border-bottom-right-radius: 13vw;
    }
    .about-us-striker-details-container span {
        padding: 2.75vw 2vw;
        font-size: 2vw;    
    }
    .game-page-top-containt-img-bg-container {
        height: 10vh;
        
    }
    .gz-game-page-main-heading-container {
        font-size: 15px;
    }
    .gz-game-page-description-container {
        font-size: 2.5vw;
    }
    .gz-game-page-description-container p {
        line-height: 3.5vw;
        padding: 0 14vw;
        font-size: 12px;
    }
    .game-page-top-containt-img-bg-container {
        padding: 0vw 15vw;
    }
    .game-page-main-containt-heading span {
        font-size: 15px;
    }
    .game-class-name-container {
        padding: 2vw;
    }
    .game-class-name-container span {
        font-size: 15px;
    }
    .game-name-container span {
        font-size: 12px;
    }
    .game-pg-strikke-feature-bottom-heading {
        font-size: 15px;
    }
    .game-pg-strikke-feature-list-container ul li {
        font-size: 2vw;
        margin: 3.5vw 0;
    }
    .game-pg-strikke-feature-bottom-container {
        background-position: -3vw -3vw, -3vw 41vw;
    }
    .game-pg-btn-prt-heading-container {
        font-size: 15px;
    }
    .game-pg-btn-prt-desc-container p {        
        font-size: 12px;
        line-height: 4.5vw;
        margin: 3vw 0;
        text-align: center;
    }
    .game-pg-btn-container {
        margin-bottom: 5vw;
    }
    .offers-pg-heading-container {
        font-size: 15px;
        text-align: center;
    }
    .offer-pg-scheme-img-heading-container p {
        font-size: 15px;
        text-align: center;
    }
    .superpower-heading-container {
        font-size: 15px;
        text-align: center;
    }
    .offers-pg-coming-soon-top span {
        font-size: 30px;
    }
    .offer-pg-redemption-zone-heading-container {
        font-size: 15px;
    }
    .superpower-level-container {
        font-size: 2vw;
    }
    .superpower-details-container p {
        line-height: 3vw;
        font-size: 2vw;
    }
}

@media only screen and (min-width:577px) and (max-width:768px) {    
    .entry-desk-anim-container{
        display: none !important;
    }
    .entry-anim-mob-container{
        display: flex !important;
    }
    .about-us-matter-container p{    
        line-height: 3vw;
    }   
    .normal-header-container{
        display: none;
    }
    
    .background-video-container-emojis-fall img{
        height: 30vh;
        object-fit: contain;
    }
    .background-video-container-emojis-fall video{
        height: 30vh;
        object-fit: contain;
    }
    .mob-tab-header-container{
        display: flex;
        height: 4vw;
        justify-content: space-between;
        align-items: center;
        border-bottom: 0.5vw solid;
        border-image: linear-gradient(to right,red,blue);
        border-image-slice: 1;
    }
    .menu-bar-icon-container{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 5vw;
        height: 100%;
        font-size: 5vw;
        margin-right: 1vw;
    }
    .menu-bar-icon-container i{
        color: white;
        cursor: pointer;
        margin-right: 2vw;
        z-index: 500;
    }
    
    .mob-nav-menu-container{
        top: 6.5vw;
    }
    .nav-menu-container{
        display: none;
    } 
    .nav-menu-ul{
        position: relative;
        padding: 0;
        margin: 0;
        color: white;
    }
    .nav-menu-ul li{
        list-style: none;
        display: block;
        margin: 0 1rem;
    }
    .home-page-middel-li-container p{
        font-size: 2vw;
    }
    .top-txt-container {
        padding-bottom: 8vw;
    }
    .top-txt-container p {
        font-size: 1.5vw;
    }    
    .home-pg-footer-joystick-img-container {
        width: 2.5vw;
        height: 5vw;
        margin-right: 1vw;
    }
    .footer-main-heading-container {
        font-size: 4.5vw;
    }
    .footer-find-us{
        font-size:2.5vw !important;
    }
    .f-col-1 p {
        font-size: 2.5vw;
    }
    .footer-matter-container ul li {
        font-size: 1.75vw;
    }
    .footer-follow-us-mob {
	margin-top: 20px;
    }

    .place-name-heading {
        font-size: 1.75vw;
    }

    .about-us-matter-container {
        font-size: 1.85vw;
    }
    .cust-card-text-container p {
        font-size: 2vw;
        line-height: 3vw;
        width: 30vw;
    }
    .footer-follow-us-mob {
	margin-top: 20px;
    }
    .cust-card-heading {
        font-size: 3vw;
        padding: 2vw;
    }    
    .about-us-bottom-text p {
        font-size: 2.5vw;
    }
    .joy-stick-img-container{
        width: 10vw;
    }
    .desktop-tab-strikkers-view{
        display: none !important;
    }
    .mob-strikkers-view{
        display: block !important;
    }
    .about-us-striker-images-details{
        margin: 0; 
    }
    .about-us-striker-section-heading span {
        font-size: 2.75vw;
    }
    .about-us-striker-images-details-container {
        margin-bottom: 10vw;
    }
    .about-us-striker-section {
        background-position: top 20vw left 0, right -4vw top 12vw;
    }
    .about-us-striker-images-details-card {
        width: 75vw;
	height: auto;
        box-shadow: 0vw -5vw 2vw -5.1vw rgba(235, 33, 33, 0.838), 2vw 0vw 2vw -2.1vw rgba(235, 33, 33, 0.838), -2vw 0vw 3vw -2.1vw rgba(235, 33, 33, 0.838);
        margin: 8vw 10vw;
    }
    .about-us-striker-details-container {       
        border-bottom-left-radius: 13vw;
        border-bottom-right-radius: 13vw;
    }
    .about-us-striker-details-container span {
        padding: 2.75vw 2vw;
        font-size: 1.95vw;
    }
    .gz-game-page-main-heading-container {
        font-size: 3.5vw;
    }
    .gz-game-page-description-container {
        font-size: 2.25vw;
    }
    .gz-game-page-description-container p {
        text-align: center;
        line-height: 3.5vw;
        padding: 0 14vw;
    }
    .game-page-top-containt-img-bg-container {
        padding: 0vw 14vw;
        height: 12vh;
    }
    .game-page-main-containt-heading span {
        font-size: 3.5vw;
    }
    .game-class-name-container span {
        font-size: 2.5vw;
    }
    .game-name-container span {
        font-size: 2.1vw;
    }
    .game-pg-strikke-feature-bottom-heading {
        font-size: 3.5vw;
        margin-bottom: 2.5vw;
    }
    .game-pg-strikke-feature-list-container ul li {
        font-size: 2vw;
        padding: 1.5vw 0;
    }
    .game-pg-strikke-feature-bottom-container {
        background-position: -3vw -3vw, -3vw 48vw;
    }
    .game-pg-btn-prt-heading-container {
        font-size: 3.75vw;
    }
    .game-pg-btn-prt-desc-container p {
        font-size: 2.25vw;
        line-height: 3.25vw;
    }
    .game-pg-container {
        margin: 2vw 0 !important;
    }
    .game-pg-btn {
        width: 18vw;
        height: 4.5vw;
        /* font-size: 2.3vw; */
    }
    
    .offers-pg-heading-container {
        font-size: 2.5vw;
    }
    .offer-pg-scheme-img-heading-container p {
        font-size: 2.5vw;
    }
    .superpower-heading-container {
        font-size: 2.5vw;
    }
    .offer-pg-redemption-zone-heading-container {
        font-size: 2.5vw;
    }
    .superpower-level-container {
        font-size: 2vw;
    }
    .superpower-details-container p {
        line-height: 3vw;
        font-size: 2.5vw;
    }
}

@media only screen and (min-width:767px) and (max-width:992px) {
    .about-us-matter-container p{    
        line-height: 3vw;
        font-size: 1.75vw;
    }    
    .nav-menu-ul li {
        margin: 0 0.5rem;
    }
    .nav-menu-ul li {
        margin: 0 0.5rem;
    }
    .nav-menu-ul li a {
        font-size: 1.5vw;
    }
    .home-page-middel-li-container p {
        font-size: 1.75vw;
    }
    .bottom-msg {
        font-size: 1.75vw;
    }    
    .footer-main-heading-container {
        font-size: 3.5vw;
    }
    .footer-find-us{
        font-size:2vw !important;
    }
    .f-col-1 p {
        font-size: 2vw;
    }
    .footer-matter-container ul li {
        font-size: 1.65vw;
    }

    .footer-follow-us-mob {
	margin-top: 0px;
    }

    .place-name-heading {
        font-size: 1.65vw;
    }    
    .cust-card-text-container p {
        font-size: 2vw;
        line-height: 2.5vw;
        width: 30vw;
    }    
    .cust-card-heading {
        font-size: 3vw;
        padding: 2vw;
    }
    
    .about-us-bottom-text p {
        font-size: 2.25vw;
    }
    
    .about-us-striker-images-details{
        margin: 0; 
    }
    .about-us-striker-section {
        background-position: top 20vw left 0, right -4vw top 12vw;
    }
    .about-us-striker-section-heading span {
        font-size: 2.75vw;
    }
    .about-us-striker-images-details-container {
        margin-bottom: 10vw;
    }
    .desktop-tab-strikkers-view{
        display: block !important;
    }
    .mob-strikkers-view{
        display: none !important;
    }
    .about-us-striker-images-details-card {
        width: 30vw;
        box-shadow: 0vw -5vw 2vw -5.1vw rgba(235, 33, 33, 0.838), 2vw 0vw 2vw -2.1vw rgba(235, 33, 33, 0.838), -2vw 0vw 3vw -2.1vw rgba(235, 33, 33, 0.838);
        margin: 8vw 10vw;
    }
    .about-us-striker-details-container {       
        border-bottom-left-radius: 13vw;
        border-bottom-right-radius: 13vw;
    }
    .about-us-striker-details-container span {
        padding: 2.75vw 2vw;
        font-size: 1.95vw;
    }
    
    .gz-game-page-main-heading-container {
        font-size: 3.5vw;
    }
    .gz-game-page-description-container {
        font-size: 2.25vw;
    }
    .gz-game-page-description-container p {
        text-align: center;
        line-height: 3.5vw;
        padding: 0 14vw;
    }
    .game-page-top-containt-img-bg-container {
        padding: 0vw 14vw;
        height: 15vh;
    }
    .game-page-main-containt-heading span {
        font-size: 3.5vw;
    }
    .game-class-name-container span {
        font-size: 2.5vw;
    }
    .game-name-container span {
        font-size: 2.1vw;
    }
    .game-pg-strikke-feature-bottom-heading {
        font-size: 3.5vw;
        margin-bottom: 2.5vw;
    }
    .game-pg-strikke-feature-list-container ul li {
        font-size: 2vw;
        padding: 1.5vw 0;
    }
    .game-pg-strikke-feature-bottom-container {
        background-position: -3vw -3vw, -3vw 48vw;
    }
    .game-pg-btn-prt-heading-container {
        font-size: 3.75vw;
    }
    .game-pg-btn-prt-desc-container p {
        font-size: 2.25vw;
        line-height: 3.25vw;
    }
    .game-pg-btn {
        width: 18vw;
        height: 4.5vw;
        /* font-size: 2.3vw; */
    }
    
    .offers-pg-heading-container {
        font-size: 2.5vw;
    }
    .offer-pg-scheme-img-heading-container p {
        font-size: 2.5vw;
    }
    .superpower-heading-container {
        font-size: 2.5vw;
    }
    .offer-pg-redemption-zone-heading-container {
        font-size: 2.5vw;
    }
    .superpower-level-container {
        font-size: 2.5vw;
    }
    .superpower-details-container p {
        line-height: 3vw;
        font-size: 2.1vw;
    }
}

@media only screen and (min-width:993px) and (max-width:1200px) {
    .about-us-matter-container p{    
        line-height: 3vw;
    }  
    .about-us-matter-container {
        font-size: 1.5vw;
    }   
    .cust-card-text-container p {
        font-size: 1.75vw;
        line-height: 2.5vw;
        width: 30vw;
    }   
    .about-us-bottom-text p {
        font-size: 1.75vw;
    } 
    
    .footer-matter-container ul li{
	margin-top: 0px;
    }
    .footer-follow-us-mob {
	margin-top: 0px;
    }

    .gz-game-page-main-heading-container {
        font-size: 2.5vw;
    }
    .gz-game-page-description-container {
        font-size: 2.25vw;
    }
    .gz-game-page-description-container p {
        text-align: center;
        line-height: 3.5vw;
        padding: 0 14vw;
    }
    .game-page-top-containt-img-bg-container {
        padding: 0vw 20vw;
        height: 20vh;
    }
    .game-page-main-containt-heading span {
        font-size: 2.5vw;
    }
    .game-class-name-container span {
        font-size: 2.5vw;
    }
    .game-name-container span {
        font-size: 2.1vw;
    }
    .game-pg-strikke-feature-bottom-heading {
        font-size: 2.5vw;
        margin-bottom: 2.5vw;
    }
    .game-pg-strikke-feature-list-container ul li {
        font-size: 1.75vw;
        padding: 1.5vw 0;
    }
    .game-pg-strikke-feature-bottom-container {
        background-position: -3vw -3vw, -3vw 43vw;
    }
    .game-pg-btn-prt-heading-container {
        font-size: 2.5vw;
    }
    .game-pg-btn-prt-desc-container p {
        font-size: 2vw;
        line-height: 3.25vw;
    }
    .game-pg-btn-container {
        margin-bottom: 5vw;
    }
    .game-pg-btn {
        width: 18vw;
        height: 4.5vw;
        /* font-size: 2.3vw; */
    }
    
    .offers-pg-heading-container {
        font-size: 2.5vw;
    }
    .offer-pg-scheme-img-heading-container p {
        font-size: 2.5vw;
    }
    .superpower-heading-container {
        font-size: 2.5vw;
    }
    .offer-pg-redemption-zone-heading-container {
        font-size: 2.5vw;
    }
    .superpower-details-container p {
        text-align: center;
        line-height: 2.25vw;
    }
    .superpower-level-container {
        font-size: 2vw;
    }
    .desktop-tab-strikkers-view{
        display: block !important;
    }
    .mob-strikkers-view{
        display: none !important;
    }
}

@media only screen and (min-width:1201px) and (max-width:1400px) {
    .about-us-matter-container p{    
        line-height: 3vw;
    } 
    .about-us-matter-container {
        font-size: 1.5vw;
    }   
    .about-us-bottom-text p {
        font-size: 1.75vw;
    }
    .desktop-tab-strikkers-view{
        display: block !important;
    }
    .mob-strikkers-view{
        display: none !important;
    }
}

@media only screen and (min-width:1401px) {
    .about-us-matter-container p{    
        line-height: 3vw;
    }   
    .about-us-bottom-text p {
        font-size: 3vw;
    } 
    .desktop-tab-strikkers-view{
        display: block !important;
    }
    .mob-strikkers-view{
        display: none !important;
    }
}

