/*
Theme Name:  level up arena
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor:#65BE6D;
--secondarycolor:#2A3985;
--tertiarycolor:#D6238D;
--fourthcolor:#0D122B;
	--btncolor:#BFD89E;
  /* Font Variables: */
--primaryfont:"Anton", sans-serif;
--secondaryfont:"Inter Tight", sans-serif;
}
*{margin: 0;padding: 0;}
body {margin: 0;padding: 0;background:#0D122B;font-family: var(--secondaryfont);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color:#D0D0D0;font-size: 24px;line-height: 30px;font-weight: 500;text-rendering: optimizeLegibility;}
.home body{background:#080717}
a img {border: none;}
a {color:#fff;text-decoration: none !important;transition:0.8s;transition: all 0.8s ease;-moz-transition: all 0.8s ease;-ms-transition: all 0.6s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;}
a:hover {transition:0.8s;text-decoration: none;color: var(--secondarycolor);}
.clear {clear: both;}
.divider {clear: both;border-bottom: 1px solid #ddd;margin: 0 0 1.2rem 0;padding: 20px 0 0 0;}
.alignleft{float:left;margin:0 10px 0 0;}
.alignright{float:right;margin:0 0 0 10px;}
.aligncenter{display:block;margin:0 auto;}

#scroll {position: fixed;right: 10px;bottom: 10px;cursor: pointer;width: 40px;height: 40px;background-color: var(--secondarycolor);text-indent: -9999px;display: none;-webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px;z-index: 999;}
#scroll span {position: absolute;top: 50%;left: 50%;margin-left: -8px;margin-top: -12px;height: 0;width: 0;border: 8px solid transparent;border-bottom-color: #ffffff;}
#scroll:hover {background-color:var(--tertiarycolor);opacity: 1;filter: "alpha(opacity=100)";-ms-filter: "alpha(opacity=100)";}

.inner {width: 1170px;margin: 0 auto;max-width: 100%;}
.overlay {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #5C2AB5CF;}

.header_area {display:none}
.home .header_area{display: block}

#top-bar{width:100%;/*! padding:15px 24px; */position: absolute;top: 60px;left: 0;right: 0;z-index: 999;}
#top-bar a{/*! display: table; */}
#top-bar .row{justify-content:space-between;align-items: center;background:#080717;border:1px solid #292929;position: relative;padding: 15px 30px;}
#top-bar img{width:198px;transition:0.6s ease-in-out}
#top-bar .btn{float: right;}
.btn{background:var(--btncolor);width:182px;font-size:18px;font-weight:700;color:#000;padding:11px 5px;line-height: 1;display: flex !important;align-items: center;gap: 3px;justify-content: center;clip-path: polygon(9% 0, 100% 0, 100% 75%, 91% 100%, 0 100%, 0 25%);height: 55px;text-transform: uppercase;transition:0.6s ease}
.btn i{font-size:31px;transition:inherit}
.btn:hover{background:var(--secondarycolor);color:#fff}
.btn:hover i{color:#fff}

#logo .site-title {float:left;}
#logo .site-title a{color:var(--primarycolorcolor);font-size: 1.5rem;}
#logo img{width:200px;}
.site-menu-toggle{display: none;}

h1,h2,h3,h4,h5,h6 {margin: 0 0 1rem 0;color: #fff;line-height: 1.2;font-family: var(--primaryfont);text-transform: uppercase;font-weight: 400;}

h1 {font-size: 36px;text-transform: uppercase;}
h2 {font-size: 72px;line-height: 80px;font-weight: 400;text-transform: uppercase;}
h3 {font-size: 48px;line-height: 56px;}
h4 {font-size: 26px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
.menu-bar {text-align: left;width: 30px;}
.menu-bar span {height:2px;background:var(--secondarycolor);display:block;margin-bottom:6px}
.menu-bar span:nth-child(1) {width:17px}
.menu-bar span:nth-child(2) {width:30px}
.menu-bar span:nth-child(3) {width:15px;margin-left:auto;margin-bottom:0}

#scrolleffect {padding-top: 6.25rem; margin-top: -6.25rem;}
.smalltext{text-transform: uppercase;letter-spacing: 5px;display: block;text-align: center}

.btn-primary{background:var(--tertiarycolor);padding: 0.5rem 2rem;margin: 2rem 0;display: table;color:#fff;transition: .6s ease-in-out;}
.btn-primary:hover{background:var(--secondarycolor);color:#fff;}

.more-btn{padding: 10px 35px;border: 1px solid var(--secondarycolor);margin:1rem 0;display:inline-block}
.more-btn:hover{background:var(--secondarycolor);color:#fff !important; }

#slider{position:relative;padding-bottom: 2rem;}
.sliderbg img{width:100%;object-fit:fill}
.slidercaption{right: 0%;top: 0%;left: 0%;bottom:0;z-index:997;/*! padding-top: 20px; *//*! padding-bottom: 20px; */text-align: center;position:absolute;}
.textblock{margin:240px auto 0;width:769px}
#slider h1{font-size:100px;line-height: 110px;font-weight: 400}
#slider p{font-size:20px;line-height: 24px;margin:15px auto;width:85%;font-weight:400;}
#slider .btn{margin:2rem auto;width: 184px;}

.imageslider{overflow: hidden;margin-top: -3rem;}
#mousemove-slider {
gap: 30px 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  will-change: transform;
  transform: translate3d(0%, 0, 0);
}

#mousemove-slider .product-card {
 flex: none;
  width: 100%;
  max-width: 25.3%;
}

#hollowsection1{width:100%;padding: 52px 0;position:relative}
.btn2{float:right;margin-bottom:52px;justify-content:start;padding:16.5px 10px;background:var(--primarycolor);width:185px;font-size:18px;font-weight:700;color:#000;line-height: 1;display: flex;align-items: center;gap: 5px;clip-path: polygon(9% 0, 100% 0, 100% 75%, 91% 100%, 0 100%, 0 25%);text-transform: uppercase;}
.btn2 i{font-size:22px}
.btn2:hover{background:var(--secondarycolor);color:#fff}

#hollowsection1 .row{align-items:end}
#hollowsection1 .col-md-8{max-width: 62.5%; padding: 71.5px 45px;}
.bluebox{background:var(--secondarycolor);border:1px solid #666666}
.pinkbox{background:var(--tertiarycolor);border:1px solid #666666}
#hollowsection1 .col-md-4{max-width: 37.5%; padding:37.5px 45px;border-left: 0;}
#hollowsection1 p{}
#hollowsection1 .btn{margin-top:24px;}

.youtube{width: 100%}
.youtube img{object-fit: cover;width:100%}

#arena{padding:60px 0;width: 100%}
#arena h2{text-align: center;margin-bottom: 32px;}
#arena .imgbox{padding: 0}
#arena .imgbox img{width:100%}
#arena .textbox{padding:77px 60px;color: #080717;}
#arena .textbox h3{color:#000}
#arena .textbox .btn{margin-top:64px}
#arena .row{margin-bottom:2rem}
#arena .row:nth-child(4) .textbox{padding-right:6rem;color:#fff}
#arena .row:nth-child(4) h3{color:#fff}
.row.rowreverse {  flex-direction: row-reverse;}

#twosliders{margin-bottom:8rem;}
.slider-wrapper {
  overflow: hidden;
  padding: 15.6px 0px;
  /*! width: 100vw; */
  position: relative;
}
#twosliders .slider-wrapper:nth-child(1){background:var(--secondarycolor);transform: rotate(2deg); margin-top: 3rem;z-index: 1;}
#twosliders .slider-wrapper:nth-child(2){background:var(--primarycolor);transform: rotate(-5deg);z-index: 0;margin-top: -4rem;}

.slider {
  display: flex;
  white-space: nowrap;
  position: relative;
  width: 100vw;
}

.slider-item {
  flex: 0 0 auto;
  /*! width: 100px; */
  margin-right: 20px;
  /*! background: #ff6b6b; */
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 16.8px;
  text-transform: uppercase;
}

#funfitness{width:100%;text-align: center;padding-bottom:10rem}
#funfitness .container{max-width: 1216px}
#funfitness p{font-size:20px;line-height: 23px;font-weight: 400;width:732px;margin: 0 auto;color:#ECECEC}
#funfitness .row{justify-content: center;gap: 2rem;margin-top:2rem}
.funbox{flex:1 0 384px; max-width: 592px;background:#161427;display:flex;flex-direction: column;gap: 24px;height: 224px;justify-content: center;border-radius: 16px;box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03);box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);padding: 0 4rem}
.funbox img{width:64px;margin:0 auto;}
.funbox p{width:unset !important;font-size:24px;line-height:32px;font-weight:400}
#funfitness .btn{margin:60px auto 0}

#instagram{position: relative}
#instagram .instabutton{position: absolute; 
  top: 50%;
  left: 50%;
transform:translate(-50%, -50%);transition:0.6s ease-in-out}
#instagram .row img{flex:1 0 300px;max-width:330px}
.instabutton:hover{animation: rotateeffect 4s infinite linear;}

@keyframes rotateeffect {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


#footersection{width:100%;padding:6rem 0;background: #0D122B;}
#footersection .col-md-6:nth-child(1){padding-top:2rem}
#footersection .row{margin-bottom:3rem}
#footersection h2{font-size:56px;line-height: 80px}
#footersection .col-md-6:nth-child(2) a{display: table;margin:0 auto}
#footersection img{width:550px}
#footersection h4{font-size:26px;margin-bottom: 0;margin-top: 1.5rem;}
#footersection h5{font-size: 20px;  font-family: var(--secondaryfont);  text-transform: capitalize;  font-weight: 700;}
#footersection ul{list-style: none}
#footersection p,#footersection li{font-size:16px;margin:0.7rem 0;}
#footersection p a{color:var(--tertiarycolor);font-weight:600}
#footersection #moreText .btn{width: fit-content;  padding: 0 10px;  margin: 1rem 0 2rem;font-size: 16px;}

.fixedbutton{position: fixed;right: 0;top: 40%;z-index: 999;}

.pagetitle{width:100%;padding:72px 0;background: #0D122B;}
.pagetitle .col-md-6:nth-child(1){/*! padding-top:2rem */}
.pagetitle .row{align-items: end;}
.pagetitle h1{font-size:56px;line-height: 80px;width: 85%;margin-bottom: 36px;}
.innerlogo{display: table;margin:0 auto;width:550px}
.twobtn {display: flex;gap:1rem;flex-wrap: wrap;}
.headerbtn2{background:#22263D;width: 182px;  font-size: 18px;  font-weight: 700;color: #fff;padding:20px;
  line-height: 1; display: flex;align-items: center;gap: 3px;clip-path: polygon(9% 0, 100% 0, 100% 75%, 91% 100%, 0 100%, 0 25%);
  height: 55px;text-transform: uppercase;}
.headerbtn2 i{font-size: 31px;color:var(--btncolor);margin-right:5px}
.headerbtn2:hover{background:#fff}

.pagetitle h4{font-size:26px}

.column{column-count: 2;margin:25px 0 !important;}
.column3{column-count: 3;}

#contactform{margin: 0 0 20px 0;line-height: 20px;}
#contactform *{font-size: 15px;color:#595966;font-family: var(--secondaryfont)}
#contactform h3{font-size:26px;text-align: center;}
#contactform i{font-size:26px;}
#contactform p{margin: 0;padding: 0 0 10px 0;line-height: 20px;}
#contactform h2{font-size: 24px;margin:25px 0 15px;font-weight:bolder;border-bottom:1px solid #63C6C1;padding:0 0 8px 0;}
#contactform input{width: 100%;background: transparent;border: 1px solid var(--tertiarycolor);padding: 10px 20px;margin: 10px 0;}
#contactform select{width: 100%;background: #FFF;border: 1px solid #ccc;padding: 10px 20px;
	margin: 10px 0;color:var(--primarycolor);-webkit-border-radius:0px}
#contactform textarea{width: 100%;height: 125px;background: rgba(255,255,255,0.2);border: 1px solid var(--tertiarycolor);padding: 20px;margin: 10px 0;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	background: rgba(255,255,255,0.5);border: 1px solid var(--tertiarycolor);color:var(--tertiarycolor)}


::-webkit-input-placeholder { /* WebKit browsers */color:#595966 !important;opacity: 1;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#595966 !important;opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color:#595966 !important;opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:#595966 !important;opacity: 1;}

#contactform input.wpcf7-submit{background: var(--tertiarycolor);color: #fff;text-transform: uppercase;cursor: pointer;padding: 1rem;border: none;margin: 15px auto;display: table;width: 200px;transition: 0.6s ease-in-out;letter-spacing: 1px;border: 1px solid var(--tertiarycolor);height: 48px;-webkit-border-radius: 2rem;}
#contactform input.wpcf7-submit:hover{background: transparent;letter-spacing: 3px;color: var(--tertiarycolor);}

textarea, iframe{max-width: 100%;}
.wpcf7-response-output{color:#595959 !important;background:tranparent !important;border:0px !important}
#contactform .wpcf7-not-valid-tip {background: var(--secondarycolor) !important;}

#babyseat p,#returnjourney p{width: 100%;display: flex;align-items:center}
#contactform .wpcf7-radio{display: flex;}
#contactform .wpcf7-list-item{display: flex}
#contactform .wpcf7-list-item label{width: 100%;}
#contactform .wpcf7-radio input{width:unset}

.post {padding: 0 10px;}
.post p {margin:1rem 0;}
.post p a {/*! font-weight: bold; */}
.post a {/*! color: #000; */}
.post ul {margin: 10px 0 0px 0px;}
.list li {list-style :none;margin: 0 0px 10px 0px;display: flex;list-style-position: inside;}
.list li:before{color: #F47E49;content: "\f00c";margin-right: 8px;font-family:'Font Awesome 5 Free';font-weight:900}



#main{padding-bottom:3rem}
#main p{font-size: 16px;}
#main .btn{width:fit-content;padding: 0 10px;margin:1rem 0 2rem}
#main .btn:hover{color:#fff;}
#main h3{margin: 2rem 0 0;font-size: 26px;line-height: 1.2;}
#main h4{font-size:20px;font-family:var(--secondaryfont);text-transform: capitalize;font-weight:700}


.widget {padding: 0 1.5rem;}
.widget h3 {border-bottom: 2px solid var(--primarycolor);text-transform: uppercase;padding: 0 0 1rem 0;}


#bottom {background:#080717;color:#fff;font-size:18px;padding:5rem 0 2rem;}
.flogo{width:427px;display: table}
.social{margin: 40px 0;display:flex;gap:16.58px}
.footerlinks{display: flex;font-size:16px;line-height: 24px;font-weight: 400;gap:16.58px}
.footerlinks li:nth-child(2){list-style: disc !important;  margin-left: 5px;}
.footercontact{font-size:18px;line-height:24px;font-weight:400;margin-top: 20px;color: #B2B2B2;display: flex;flex-direction:column;gap:8px}
.footercontact p span{font-weight:500;color:#fff}


#bottom a {color: #fff;}
#bottom a:hover {color:var(--primarycolor);}
#bottom .widget li {border: none;text-decoration: none;color:#fff ;list-style: none;}

#footer {clear: both;padding-top:1rem;border-top:1px solid rgba(255, 255, 255, 0.3);margin-top:1.5rem;color: #fff;text-align: center;font-size:16px;font-weight: 300;}
#footer a {color: #fff;}
#footer a:hover {color:var(--tertiarycolor);}
.fleft {float: left;text-transform: uppercase}
.fright {float: right;display: flex;align-items: center}

.fright img{width:60px;margin-left:3px}

.phone-call {width: 50px;height: 50px;left: 20px;bottom: 20px;background:var(--secondarycolor);position: fixed;text-align: center;color: #ffffff;cursor: pointer;border-radius: 50%;z-index: 99;display: inline-block;line-height: 65px;font-size: 1.6rem;line-height: 50px;animation: shake 1.8s linear infinite alternate;}
.phone-call i{color:#000;transform:rotate(90deg)}
.phone-call:before {position: absolute;content: " ";z-index: -1;top: -15px;left: -15px;background-color:var(--secondarycolor);width: 80px;height: 80px;border-radius: 100%;animation-fill-mode: both;-webkit-animation-fill-mode: both;opacity: 0.6;-webkit-animation: pulse 1s ease-out;animation: pulse 1.8s ease-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.fa-phone-alt::before {content: "\f879";}
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0);opacity: 0;}
    25% { -webkit-transform: scale(0.3); opacity: 1; }
    50% {-webkit-transform: scale(0.6);opacity: .6;}
    75% {-webkit-transform: scale(0.9);opacity: .3;}
    100% {-webkit-transform: scale(1);opacity: 0;}
}

@keyframes shake{
    50%{transform:scale(1.1)rotate(90deg)}
}

@keyframes pulse {
    0% {transform: scale(0);opacity: 0;}
    25% {transform: scale(0.3);opacity: 1;}
    50% {transform: scale(0.6);opacity: .6;}
    75% {transform: scale(0.9);opacity: .3;}
    100% {transform: scale(1);opacity: 0;}
}

@media screen and (max-width: 981px) {
body {min-width: 230px;}
.desktoponly {display: none;}
.inner {width: 100%;padding: 0%;}
img.alignleft,
img.alignright {float: none;display: block;margin: 10px auto;}
.site-menu-toggle{display: block;color: var(--secondarycolor);}
.site-navbar{display: none;}

  #top-bar{position: relative;top:0}
  #top-bar a{margin:0 auto  1.5rem;display:table;}
  #top-bar .btn{float:none !important;}
  #top-bar img,.flogo{height: auto;float:left;width:300px}
  .textblock{width:98%;margin-top:4rem}
  #slider h1{font-size:4rem;line-height: 1.2}
  #slider p{width:100%;font-size: 16px;line-height: 1.2;}
  .btn2{margin:0 auto 52px;float:none;justify-content: center}
  .btn{margin: 2rem auto;font-size: 16px;}
  #hollowsection1 .col-md-8,#hollowsection1 .col-md-4{max-width: 100%}
  #arena .textbox,#arena .row:nth-child(4) .textbox{padding:3rem 2rem}
  #arena .textbox h3 br{display: none}
  #funfitness p{width:100%}
	.funbox img{width:90px}
	#instagram .instabutton{width:150px}
  #footersection{padding:5rem 10px;}
  
  .pagetitle{text-align: center;padding: 3rem 0}
  .pagetitle h1{width:100%;line-height: 1.2}
  .twobtn{justify-content: center;margin-bottom:2rem}
  .twobtn a{margin: 0}
  .innerlogo{width:400px}
  
#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;justify-content:center}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none;}
.lefthalf {float: left;width: 48%;}
.righthalf {float: right;width: 48%;}
.site-menu-toggle{display:none;}
}


@media screen and (max-width: 800px) {
  #arena{padding-bottom:40px}
  h2,#footersection h2{font-size:3rem;line-height: 1.2}
  #funfitness{padding-bottom:5rem}
}
@media screen and (max-width: 600px) {
.wp-pagenavi span.pages, .wp-pagenavi a , .wp-pagenavi a.nextpostslink  {padding: 0.3rem 0.6rem !important;}
.wp-pagenavi span.current{padding:0.8rem}
.column, .column3, .column4{column-count:1}
  .sliderbg img{height:510px;}
  #hollowsection1{padding:40px 0}
  .imageslider{margin-top:-1rem}
  #mousemove-slider{gap:10px 10px;}
  #slider h1,.pagetitle h1{font-size:3rem}
  h3{font-size:30px;;line-height: 1.2}
}

@media screen and (min-width: 220px) and (max-width: 420px) {
  #slider h1, h2, #footersection h2,.pagetitle h1{font-size:2.5rem}
  .sliderbg img{height:500px;}
  .innerlogo{width:90%}
}

@media screen and (min-width: 421px) and (max-width: 500px) {
#bottom .col-md-3{width: 49%;float: left;word-wrap: anywhere}
}


@media screen and (min-width: 501px) and (max-width: 768px) {
#bottom .col-md-3{width: 47%;float: left;}
}


@media screen and (min-width: 769px) and (max-width: 980px) {

}

@media screen and (min-width: 769px) and (max-width: 1120px) {
#bottom .col-md-3{width: 47%;float: left;}
#slider .btn-primary{padding:10px 35px;margin:10px 0;}
}


@media (min-width: 576px) {
.container-fluid {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-fluid {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-fluid {
max-width: 1040px;
}
}
@media (min-width: 1200px) {
.container-fluid {
max-width: 1350px;
}
}