.ul_clear{
  clear:both;
}


.ul_clear{
  clear:both;
}
img{
  user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


@font-face {
    font-family: 'font_fun';
    src: url('../fonts/BurbankBigRegular-Black.otf')
}
@font-face {
    font-family: 'font_reg';
    src: url('../fonts/Montserrat-Regular.otf')
}

@font-face {
    font-family: 'font_med';
    src: url('../fonts/Montserrat-Medium.otf')
}
@font-face {
    font-family: 'font_bold';
    src: url('../fonts/Montserrat-Bold.otf')
}
@font-face {
    font-family: 'font_semibold';
    src: url('../fonts/Montserrat-SemiBold.otf')
}


*{
    word-wrap: break-word;
	margin: 0;
	/* padding: 0; */

}
p{
  padding: 0;

}
a {color:inherit;  text-decoration: none !important;}      /* unvisited link */
a:visited {color:inherit;}  /* visited link */
a:hover {color:inherit;}  /* mouse over link */
a:active {color:inherit;}  /* selected link */

textarea{
	resize:vertical;
}

body{
      font-family: font_reg;
      overflow-x: hidden;
}
.main_banner_home{
  background-image: url('../img/banner_revised.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
    height: 720px;
  position: relative;
  overflow: hidden;
  padding-top: 40px;
}

.main_banner_home_game_truck{
  background-image: url('../img/game_truck_bg.png');
  background-repeat: no-repeat;
  background-position: center -30px;
  background-size: cover;
  width: 100%;
    height: 720px;
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  margin-bottom: -30px;

}
.main_banner_game_truck_text_text {
    width: 100%;


}
.main_banner_img_splash{
  position: absolute;
width: 68%;
  top: 5%;
  left: -200px;
  display: none;
  z-index: 0;
  transition: all 800ms ease-out;

}
.main_banner_img_gun{
  position: absolute;
  width: 53%;
  left: -54px;
  top: 7%;
  margin-left: -20px;
  margin-top: 10px;
  transition: all 800ms ease-out;
}
.main_banner_img_game_truck{
  position: absolute;
  width: 53%;
  left: -54px;
top: 26%;
  margin-left: -20px;
  margin-top: 10px;
  transition: all 800ms ease-out;
}
.main_banner_img_text_div{
  width: 100%;
  position: absolute;
  left: 57%;
  top: 167px;

  transform: translateX(-8%);
  margin-left: 30px;
  margin-top: 70px;
  transition: all 800ms ease-out;

}
.main_banner_gametruck_text_div{
  width: 30%;
  position: absolute;
  left: 57%;
  top: 26%;

  transform: translateX(-8%);
  margin-left: 30px;
  margin-top: 70px;
  transition: all 800ms ease-out;

}
.main_banner_img_text{

  width: 42%;

}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.main_banner_home_btn {
  width: 510px;
  height: 50px;
  border-radius: 6px;
background: linear-gradient(40deg, #ffa224, #ffb300, #ffce00, #ffb300, #ffa224);
  background-size: 200%;
  animation: gradientMove 2s linear infinite;
  -webkit-user-select: none; /* Chrome, Opera, Safari */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
  cursor: pointer;
  margin-top: 10px;
}

.main_banner_home_btn p {
  text-align: center;
  line-height: 50px;
  margin: 0;
  font-size: 19px;
  color: #000;
  font-family: font_bold;
  letter-spacing: 2px;
}




.gametruck_banner_home_btn {
  width: 100%;
  height: 50px;
  border-radius: 6px;
background: linear-gradient(40deg, #ffa224, #ffb300, #ffce00, #ffb300, #ffa224);
  background-size: 200%;
  animation: gradientMove 2s linear infinite;
  -webkit-user-select: none; /* Chrome, Opera, Safari */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
  cursor: pointer;
  margin-top: 10px;
}

.gametruck_banner_home_btn p {
  text-align: center;
  line-height: 50px;
  margin: 0;
  font-size: 19px;
  color: #000;
  font-family: font_bold;
  letter-spacing: 2px;
}



.main_menu ul{
  list-style: none;
  margin-left:10%;
  position: absolute;
  z-index: 10;
}
.main_menu ul li{
float: left;
color: #fff;
margin-right: 70px;
font-size: 19px;
cursor: pointer;
z-index: 20;
-webkit-user-select: none; /* Chrome, Opera, Safari */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */
}

.main_logo img{
  float: right;
width: 260px;
}

.home_pointers_frame{
  display: inline-block;
  width: 300px;

}
.home_pointers_dot{
  width: 20px;
  height: 20px;
  border-radius: 70px;
  background-color: #fff;
  position: absolute;
  margin-top: 10px;
}
.home_pointers_frame p{
  color: #fff;
  padding-left: 40px;
  font-size: 30px;
  font-family: font_fun;
}
.home_pointers{
  width: 610px;
  margin-top: 40px;

}
.main_menu_mob{
  display: none;
  position: absolute;
  z-index: 10;
  -webkit-user-select: none; /* Chrome, Opera, Safari */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */
margin-left: 20px;
}
.main_menu_mob i{
  color: #fff;
  cursor: pointer;
  font-size: 30px;
}
.other_page_header{
  width: 100%;
  height: 190px;
  background-image:  url('../img/about_right.png'), url('../img/about_banner.png');
  background-repeat: no-repeat, no-repeat;
  background-position: 100% 0, top;
  background-size: 60% 190px, cover ;
  position: relative;
}
.other_page_header_right{
  position: absolute;
  right: 0;
  width: 70%;
  height: 100%;
  z-index: 0;
}
.main_menu_mob_other{
  display: none;
  position: absolute;
  z-index: 10;
  -webkit-user-select: none; /* Chrome, Opera, Safari */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */
margin-left: 20px;
}
.main_menu_other ul{
  list-style: none;
  margin-left:10%;
  position: absolute;
  z-index: 10;
  margin-top: 40px;

}
.main_menu_other ul li{
float: left;
color: #fff;
margin-right: 70px;
font-size: 19px;
cursor: pointer;
z-index: 20;
-webkit-user-select: none; /* Chrome, Opera, Safari */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */
}

.main_logo_other img{

width: 250px;
float: right;
margin-right:10%;
margin-top: 31px;

}
.container_other{
  position: relative;
}
.about_us_text_boxs{
    box-shadow: 0 0px 10px 2px rgba(0,0,0,0.1);
    width: 60%;

    padding: 1rem;
    position: relative;
    background: linear-gradient(to right, #ff9300, #ffce00);
    padding: 3px;
    overflow: hidden;
    float: right;
}
.about_us_text_boxs_module{
  background: #fff;
 color: #222;
 padding: 4rem 6rem;

}
.about_us_text_boxs_module p{
  font-size: 17px;
}
.about_us_img_left{
  position: absolute;
  z-index: 9;
}
.about_us_img_left img{
  width: 650px;
  margin-left: -100px;
}


.about_us_text_boxs_2{
    box-shadow: 0 0px 10px 2px rgba(0,0,0,0.1);
    width: 60%;

    padding: 1rem;
    position: relative;
    background: linear-gradient(to right, #ff9300, #ffce00);
    padding: 3px;
    overflow: hidden;
    margin-top: 100px;


}
.about_us_text_boxs_module{
  background: #fff;
 color: #222;
 padding: 4rem 6rem;

}
.about_us_div_2{
  position: relative;
}
.about_us_img_right{
position: absolute;
  z-index: 9;
  right: -60px;

}
.about_us_img_right img{
  width: 650px;
  margin-left: -100px;
  margin-top: -40px;
}


.about_footer_div{
  width: 100%;
  height: 700px;
  background-image: url('../img/about_footer.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 10%;
}
.about_footer_div img{
  float: right;

}
.about_footer_text h2{
  margin: 0;
  font-size: 35px;
  font-family: font_semibold;
  color: #ff9a00;
}
.about_footer_text_list ul{
  list-style: none;
}
.about_footer_text_list ul li {
  font-size: 24px;
  line-height: 60px;
}
.about_footer_text_list{
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}
.about_footer_text_list ul li::before {
    content: "• ";

    font-size: 32px;
    color: #ff9a00; /* or whatever color you prefer */
  }
.footer_div{
  width: 100%;
  min-height: 40px;
  background-color: #ff9a00;
  /* padding: 16px 0; */
  overflow: hidden;
}
.footer_div i{
  float: right;
  font-size: 19px;
  color: #fff;
  margin-left: 20px;
  margin-top: 11px;
  /* line-height: 50px; */
}
.footer_div p{
margin: 0;
  font-size: 11px;
  color: #fff;
  margin-top: 14px;


  /* line-height: 50px; */
}
.faq_over_div{

}
.faq_over_frame{
  box-shadow: 0 0px 10px 2px rgba(0,0,0,0.1);
  width: 100%;


  position: relative;
  background: linear-gradient(to right, #ff9300, #ffce00);
  padding: 3px;
  overflow: hidden;
  margin-bottom: 25px;

}
.faq_over_module{
  background: #fff;
 color: #222;
 padding: 2rem 6rem;
 cursor: pointer;
}
.faq_over_module h2{
margin: 0;
color: #484a4f;
  font-size: 14px;
  font-family: font_med;
  letter-spacing: 0.5px;

}
.faq_over_module i{
  float: right;
  font-size: 27px;
  margin: 0;
  margin-top: -6px;
  margin-left: 20px;
}
.faq_over_module_answer{
  display: none;
}
.faq_over_module_answer p{
  margin: 0;
  color: #d99604;
    font-size: 14px;
    font-family: font_med;
    letter-spacing: 0.5px;
}
.main_menu_other h3{
  color: #fff;
  margin-left: 142px;
  margin-top: -30px;
  font-size: 34px;
  font-family: font_med;
  letter-spacing: 3px;
}


.thank_you_div{
  width: 660px;
  display: inline-block;
  text-align: left;
}
.thank_you_div_left{
  width: 160px;
  position: absolute;
}
.thank_you_div_right{
  margin-left:170px;
  color: #ff9b00;
}
.thank_you_div_right img{
  width: 300px;
}
.thank_you_div_right p{
  font-size: 20px;
font-family: font_med;
margin: 0;
margin-top: 10px;
}
.package_select_div{
  box-shadow: 0 0px 10px 2px rgba(0,0,0,0.1);
  width: 100%;
/* overflow: hidden; */
  position: relative;
border: solid 3px #ff9b00;

  /* overflow: hidden; */
padding-bottom: 2px;
}
.package_select_module{
  background: #fff;
 color: #222;

 position: relative;

}
.package_select_div_outer{
}
.package_select_div{
  font-size: 0px;

}
.package_select_module_sub{
  display: inline-block;

  width: 33.33%;
  /* height: 150px; */
  margin-bottom: -5px;
  font-size: 14px;
  vertical-align: top;
  cursor: pointer;
  -webkit-user-select: none; /* Chrome, Opera, Safari */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */

position: relative;
}
.package_select_module_1{
  border-right: solid 3px #ff9b00;
  z-index: 1;

}
.package_select_module_2{
  border-right: solid 3px #ff9b00;
  z-index:2;

}
.package_select_module_sub{
  padding:  15px 0;
  z-index: 3;

}
.package_select_module_sub h2{
  font-family: font_fun;
  font-size: 40px;
  color: #ffb800;
  margin: 0;
  transition: all 600ms;


}
.package_select_module_sub_active{
/* background-color: #ffb800; */
}
.package_select_module_sub_active h2{

  color:#fff;

}
.package_select_module_sub_active_div{
  width: 100%;
  height: 98%;
  position: absolute;
  background-color: #ffb800;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 600ms;

}
.package_details_frame{
  width: 100%;

  position: relative;
padding: 5px;
  overflow: hidden;
  z-index: 0;

}
.package_details_div{
  padding: 45px;

  position: relative;
}
.addon_padding{
  padding: 5px;

}
.package_details_sec{



}

.package_details_sec h2{

  color: #1d46a5;
  margin: 0;
  font-family: font_fun;
  font-size: 37px;
  letter-spacing: 1px;
}
.package_details_sec h3{

  color: #ff9f00;
  margin: 0;
  font-family: font_fun;
  font-size:16px;
  letter-spacing: 1px;
}
.package_details_sec_box{
  width: 100%;

  box-shadow: 0 0px 10px 2px rgba(0,0,0,0.1);
  text-align: left;
  padding: 35px;
}
.package_details_sec_box_sec_right_img{
  margin-top: 12px;
width: 15px !important;
position: absolute;

}
.package_details_sec_box_sec p{
  margin-left: 30px;
  font-size: 17px;

line-height: 35px;
}
.package_btn{
  width: 100%;
  background: linear-gradient(to right, #ff9300, #ffce00);
  line-height: 53px;

padding: -20px;
/* border:  solid 3px #ff9b00; */
border-top: none;
z-index: 2;
-webkit-user-select: none; /* Chrome, Opera, Safari */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */
cursor: pointer;
box-shadow: 0 0px 10px 2px rgba(0,0,0,0.1);
margin-left: -45px;

bottom: 0;

}
.package_btn p{
  margin: 0;
  line-height: 53px;
  font-family: font_bold;
  letter-spacing: 8px;
  font-size: 21px;



}












/* The container */
.container_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 19px 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 1px;
}

/* Hide the browser's default checkbox */
.container_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
border: solid 1px #d0d0d0;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark {
  background-color: #ff9f00;
  border: solid 1px #ff9f00;

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
  left: 9px;

  top: 4px;

  width: 8px;

  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.final_package_price h2{

  color: #1d46a5;
  margin: 0;
  font-family: font_fun;
  font-size: 27px;
  letter-spacing: 2px;
}
.final_package_price h2 b{
  font-weight: 1;
color: #ff9f00;
font-size: 37px;
}
.main_outer_border{
  border: solid 3px #ff9b00;
  box-shadow: 0 0px 10px 2px rgba(0,0,0,0.1);

}
.owl-nav{
  display: none;
}
.package_select_module_sub_active_div_pointer{
  width: 40px;
  height: 40px;
  background-color: #ffb800;
  position: absolute;
  bottom: -21px;

  -ms-transform: rotate(45deg); /* IE 9 */
-webkit-transform: rotate(45deg); /* Safari 3-8 */
transform: rotate(45deg);
margin-left: 45%;
border-right: solid 2px #ff9b00;
border-bottom:  solid 2px #ff9b00;
}


.main_menu_mob_other_fa{
  display: none;
  position: absolute;
  z-index: 10;
  -webkit-user-select: none; /* Chrome, Opera, Safari */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */
margin-left: 43px;
margin-top: 36px;
}
.main_menu_mob_other_fa i{
  color: #fff;
  cursor: pointer;
  font-size: 30px;
}
.about_us_text_boxs_module_1_img{
  display: none;
}
.about_us_img_left_img{
margin-top: -120px;
    transition: all 800ms ease-out;

}
.about_us_img_right_img{
    margin-right: -220px;
  transition: all 800ms ease-out;
}
.about_us_text_boxs{
  margin-right: -50px;
  transition: all 800ms ease-out;

}
.about_us_text_boxs_2{
  margin-left: -60px;
  transition: all 800ms ease-out;

}


.mobile_menu_bg{
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms;
  z-index: 99999999;
}
.mobile_menu_div {
    background-color: #fff;
    width: 320px;
    height: 100%;
    float: right;
    margin-right: -320px;
    transition: all 500ms;
    overflow-y: auto;
}
.mobile_menu_list{
  text-align: center;
margin-top: 30px;
/* font-size: 0; */
}
.mobile_menu_list p{
  font-size: 16px;
margin: 0;
padding: 0;
font-family: font_med;
padding: 15px 0;
color: #676767;
cursor: pointer;
}
.mobile_menu_list p:hover{
color:#ff6700;
}
.mob_menu_line{
  display: inline-block;
width: 80%;
height: 1px;
background-color: #ccc;
margin: 0;
padding: 0;
}
.mobile_menu_close{
  float: right;
  padding: 0px 30px;
  margin-top: 36px;
  margin-right: 10px;
}
.mobile_menu_close img{
  cursor: pointer;
  height:20px;
}
.transition_screen{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left:0;
  /* background-color: #fff; */
  z-index: 999;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.transition_screen_frame{
  height: 100%;
  border: solid 1px #ff9f00;
  background-color: #fff;
  border-top:none;
  border-bottom: none;
  transition: all 500ms ease-in;
}
.transition_screen_frame
{
  text-align: center;
}
.transition_screen_frame img{
  margin-top: 28vh;
height: 320px;
display: inline-block;
}
.transition_screen_out{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left:0;
  /* background-color: #fff; */
  z-index: 999;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  overflow: hidden;
  display: none;
}
.transition_screen_out .transition_screen_frame{
  margin-top: 100vh;
}
#con_gif{
  position: absolute;
  top:0;
  left:0;
  z-index: 99;
  transform: translate(-50%, -50%);
  display: none;
}
.package_btn{
  position: absolute;
}
.paypal_main_div{
  width: 500px;
  display: inline-block;

}
.paypal_main_main{
  text-align: center;
}
.form_bg{
  background-color: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left:0;
  z-index: 22;
  text-align: center;
  overflow-y: auto;
  transition: all 300ms;
  opacity: 0;
  visibility: hidden;
}
.form_main_div{

  margin-top: 0vh;
  background-color: #fff;

  display: inline-block;
  transition: all 300ms;
  padding: 25px 30px;;
  text-align: center;


}
.form_main_title p{
  font-family: font_fun;
  margin: 0;
  font-size: 36px;
  color: #ff9f00;
  text-align: center;

}

.form_main_body input{
  width: 100%;
  height: 38px;
  border: solid 2px  #f0f0f0;
  padding: 10px;
  margin-bottom: 15px;
  color: #797979;

}

.form_main_body textarea{
  width: 100%;

  border: solid 2px  #f0f0f0;
  padding: 10px;
  margin-bottom: 15px;
  color: #797979;

}
.form_main_body{
  width: 500px;
  display: inline-block;
}
.form_submit_btn{

  width: 100%;
  height: 38px;
  background: linear-gradient(to right, #ff9300, #ffce00);
  border: none;
  color: #000;
  font-size: 17px;
letter-spacing: 1px;


}

.top_header_bar{
  width: 100%;
  height: 30px;
  background-color: #ffa400;
  display: none;
}
.top_header_bar_left i{
  float: left;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  margin-right: 20px;
}

.top_header_bar_right{
  color: #fff;
  line-height: 30px;
  font-size: 15px;

  float: right;
}
.top_header_bar_right i{
  margin-left: 20px;
}























.orange_div{
  position: relative;
padding: 60px 0;
overflow: hidden;
  background-image: linear-gradient(to right, #ff9300 , #ffbf00);
}
.blue_div{
  position: relative;
padding: 60px 0;
overflow: hidden;
  background-image: linear-gradient(to right, #00229B , #1544EC);
}
.content_div_textdecor{
  position: relative;
  color: #fff;
font-family: font_reg;
font-size: 16px;
line-height: 30px;
z-index: 20;

}
.container_relatieve_holder{
  position: relative;

}
.content_div_right_text{
    padding-left: 46%;
}

.content_div_textdecor h1{
font-family: font_fun;
font-size: 50px;
}

.content_div_textdecor h2{
font-family: font_fun;
font-size: 40px;
}

.content_div_textdecor h3{
font-family: font_fun;
font-size: 30px;
}

.content_div_textdecor p{
}

.content_div_textdecor ul li{
margin: 20px 0;
}




.content_div_left_image_kid_nerf_bg{
position: absolute;
    bottom: -270px;
    margin-left: -130px;
    width: 670px;
z-index: 0;
}
.content_div_left_image_kid_nerf{
position: absolute;
bottom: -81px;
margin-left: 40px;
width: 440px;
z-index: 1;

}

.content_div_left_image_squigal{
position: absolute;
right: -150px;
    width: 160px;
    top: 150px;
z-index: 1;

}
.content_div_left_image_line{
position: absolute;
right: -120px;

width: 110px;
bottom: 20px;
z-index: 1;

}
.content_div_right_nerf_gun_bg{

  position: absolute;
  top: 0px;
  right: -220px;
      width: 590px;
  z-index: 0;

}
.content_div_right_nerf_gun{

  position: absolute;
  top: 30px;
  right: -140px;
  width: 420px;
  z-index: 1;

}
.content_div_right_nerf_element_plus{
  position: absolute;
  top: 10px;
  right: 0;
  width: 32px;
  z-index: 1;
}
.content_div_right_element_cross{
  position: absolute;
  bottom: 90px;
  right: 0;
  width: 32px;
  z-index: 1;
}
.content_div_right_element_squigal2{
  position: absolute;
  bottom: -9px;
  right: 70px;
  width: 200px;
  z-index: 1;
}



.content_div_left_image_big_nerf_bg{
    position: absolute;
    top: 20px;
    margin-left: -200px;
    width: 540px;
    z-index: 0;
}
.content_div_left_image_big_nerf{
    position: absolute;
    top: 103px;
    margin-left: -10px;
    width: 440px;
    z-index: 2;
}
.content_div_left_image_big_nerf_dots{
    position: absolute;
    top: 53px;
    margin-left: -130px;
    width: 310px;
    z-index: 1;
}


.content_div_left_image_right_triangle{
    position: absolute;
    top: 753px;
        right: -120px;
    width: 170px;
    z-index: 0;
}

.content_div_left_image_modern_nerf_bg{
  position: absolute;
    bottom: 53px;
  right: 0;
  width: 420px;
  z-index: 0;
}

.content_div_left_image_modern_nerf{
  position: absolute;
    bottom: 53px;
      right: 0;
      width: 420px;
  z-index: 0;
}



.content_div_left_image_safty_kid_bg{
  position: absolute;
  bottom: -210px;
  right: -150px;
  width: 511px;

  z-index: 0;
}

.content_div_left_image_safty_kid{
  position: absolute;
  bottom: -71px;
  right: 0;
  width: 390px;
  z-index: 2;
}


.content_div_left_image_safty_kid_bg_line{
  position: absolute;
  bottom: 90px;
  right: -40px;
  width: 210px;
  z-index: 1;
}

.safty_kid_content{
  padding-right: 350px;
}

.home_faq_over_frame{
  box-shadow: 0 0px 10px 2px rgba(0,0,0,0.1);
  width: 100%;


  position: relative;
  /* background: linear-gradient(to right, #ff9300, #ffce00); */
  padding: 3px;
  border: solid 2px #fff;
  overflow: hidden;
  margin-bottom: 25px;

}
.home_faq_over_module{
  /* background: #fff; */
 color: #222;
 padding: 2rem 6rem;
 /* cursor: pointer; */
}
.home_faq_over_module h4{
margin: 0;
color: #fff;
  font-size: 17px;
  font-family: font_med;
  letter-spacing: 0.5px;

}
.home_faq_over_module i{
  float: right;
  font-size: 27px;
  margin: 0;
  margin-top: -6px;
  margin-left: 20px;
}
.home_faq_over_module_answer{
  /* display: none; */
}
.home_faq_over_module_answer p{
  margin: 0;
  color: #fff;
    font-size: 14px;
    font-family: font_med;
    letter-spacing: 0.5px;
}


.main_banner_home_btn_blue {
  width: 510px;
  height: 50px;
  border-radius: 6px;
background: linear-gradient(40deg, #113cd5, #092f9d, #113cd5);
  background-size: 200%;
  animation: gradientMove 2s linear infinite;
  -webkit-user-select: none; /* Chrome, Opera, Safari */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
  cursor: pointer;
  margin-top: 10px;
}

.main_banner_home_btn_blue p {
  text-align: center;
  line-height: 50px;
  margin: 0;
  font-size: 19px;
  color: #fff;
  font-family: font_bold;
  letter-spacing: 2px;
}
.orange_div_overflow_off{
position: relative;
z-index: 30;

}




.content_div_image_book_now_nerf{
  position: absolute;
  bottom: -130px;
    right: -230px;
  width: 420px;
  z-index: 1;
}
.content_div_image_book_now_nerf_dart{
  position: absolute;
  bottom: 59px;
    right: 310px;
      width: 100px;
  z-index: 1;
}
.content_div_image_book_now_nerf_dart2{
  position: absolute;
  bottom: 19px;
    right: 470px;
  width: 100px;
  z-index: 1;
}
.content_div_image_left_triangle{
  position: absolute;
  margin-left: -31px;
  top: 250px;
  width: 80px;
  z-index: 0;
}
.game_reuck_frame_sections{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px 120px;
}
.my_text_center{
  text-align: center;
}
.game_truck_img_kids{
  position: absolute;
  z-index: 0;
  bottom: -70px;
  right: 0px;
  width: 420px;
}
.game_trucks_padding_right_text{
  padding-right: 410px;
}

.game_truck_controler_bg{
  position: absolute;
  z-index: 0;
  bottom: -200px;
  right: -60px;
  width: 420px;
}
.game_truck_controler{
  position: absolute;
  z-index: 1;
  bottom: -90px;
  right: -20px;
  width: 480px;
}

.game_truck_sportscar{
  position: absolute;
  z-index: 0;
  bottom: -70px;
  left: 0px;
  width: 390px;
}
.game_truck_baloon{
  position: absolute;
  z-index: 0;
  top: -70px;
  right: -170px;
  width: 250px;
}
.game_truck_pubgcar{
  position: absolute;
  z-index: 0;
  bottom: -62px;
  right: 120px;
  width: 330px;
}
.Game_truck_col_margin{
  margin-top: -170px;
}




.content_div_textdecor_white{
  position: relative;
  color: rgb(255, 184, 0);
font-family: font_reg;
font-size: 16px;
line-height: 30px;
z-index: 20;

}

.content_div_textdecor_white h2{
font-family: font_fun;
font-size: 40px;
}
.content_div_textdecor_white p{
color: #000;
    font-size: 16px;
}
.game_truck_pricing_div{
  width: 100%;
  /* height: 200px; */
  background-image: linear-gradient(to right, #00229B , #1544EC);
  border: solid 2px #fff;
  box-shadow: 0 0px 10px 2px rgba(0,0,0,0.1);
    text-align: center;

    padding: 40px 15%;

}
.game_truck_pricing_div h3{
  font-size: 40px;
}
.game_truck_pricing_div h4{
  font-size: 30px;
  font-family: font_fun;
}
.game_truck_pricing_div h5{
  font-size: 16px;
  font-family: font_fun;
  letter-spacing: 1px;
  color: #ffa400;
}
.game_truck_basic_points_frame{
  text-align: center;

}
.nerf_party_game_truck_frame{
  text-align: left;
}
.game_truck_basic_points_frame_1{
  display: inline-block;
    width: 263px;
  text-align: left;
  vertical-align: top;
  margin-right: 40px;
}
.game_truck_basic_points_frame_2{
  display: inline-block;
    width: 139px;
  text-align: left;
  vertical-align: top;
}
.game_truck_basic_points{
  position: relative;
  /* display: inline-block; */

}
.game_truck_basic_points_icon{
/* position: absolute;
 width: 20px;
 left: -30px;
 top:5px; */
  width: 20px;
 float: left;
 margin-top: 5px;
 margin-right: 10px;

}
.game_truck_basic_points_text{
      font-size: 17px;

}
.game_truck_pricing_frame{
  border: solid 1px #fff;
  text-align: center;
  padding: 20px 0px;
}

.game_truck_pricing_frame_time{
  margin: 0;
  padding: 0;
  /* margin-bottom: 30px; */
  font-size: 18px;

}
.game_truck_pricing_frame_btn{
  background-image: linear-gradient(to right, #ff9300 , #ffbf00);
display: inline-block;
border-radius: 70px;
margin: 20px;
cursor: pointer;
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */

/* Rules below not implemented in browsers yet */
-o-user-select: none;
user-select: none;
box-shadow: 3px 3px 4px 2px rgb(0 0 0 / 21%);


}

.game_truck_pricing_frame_btn p{
  margin: 0;
  padding: 7px 40px;
  color: #000;
  font-family: font_med;

}
.game_truck_pricing_frame_btn p span{
  font-size: 19px;
}
.game_truck_pricing_frame_additionalhr{
  font-size:21px;
  margin: 0;
}
.game_truck_and_nerf_pricing_div{
  border: solid 1px #fff;

      padding: 20px 110px;

}
.with_nerf_pricing_div{
  border: solid 1px #fff;

      padding: 20px 20px;

}




.game_truck_and_nerf_pricing_frame_btn{
  background-image: linear-gradient(to right, #ff9300 , #ffbf00);
display: inline-block;
border-radius: 70px;
/* margin: 20px; */
cursor: pointer;
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */

/* Rules below not implemented in browsers yet */
-o-user-select: none;
user-select: none;
box-shadow: 3px 3px 4px 2px rgb(0 0 0 / 21%);
}
.game_truck_and_nerf_pricing_frame_btn p{
  margin: 0;
  padding: 12px 140px;
  color: #000;
  font-size: 26px;
  font-family: font_semibold;

}
.payment_info{
  font-family: font_fun;
  font-size: 50px;
  color: #ff9300;

  text-align: center;
}
.payment_info span{
  color: #000;

}
.payment_info_name{
  font-size: 30px;

}
.new_mobile_menu_outer{
  display: none;
}
.new_mobile_menu_bg{
  width: 100%;
  height: 140px;
  text-align: center;
  background-image: linear-gradient(to right, #00229B , #1544EC);

}
.new_mobile_menu_logo{
  height: 100px;
  display: inline-block;
margin: 20px 0;
}
.new_mobile_menu_back{
width: 30px;
float: left;
margin-top: 57px;
}
.new_mobile_menu_bar{
width: 30px;
float: right;
margin-top: 57px;
}
.new_mobile_title_bg{
  width: 100%;
  height: 120px;
  
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover ;
  position: relative;


}
.new_mobile_title_text{
text-align: center;
font-size: 30px;
line-height: 120px;
color: #fff;
position: relative;
z-index: 2;

}
.new_mobile_title_right_img{
width: 100%;
height: 120px;
position: absolute;
z-index: 1;
}
.new_mobile_title_left_img{
width: 100%;
height: 120px;
position: absolute;
z-index: 1;
}
.new_mobile_title_bg_filter{
  width: 100%;
  height: 120px;
  position: absolute;
  z-index: 0;
  background-color: #02164978;
}
