@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --primary-color: #abf759;
    --heading-color: #1c1b1b; 
    --input-color: #5444b9;
    --heading-small-color: #8ad02f;
    --another-heading: #523082;
    --deep-heading: #eaf753;
    --form-heading: #1b05a1;
    --bg-footer: #121f0f;
    --copy-right: #727970;
    --transition: all 0.5s;
}
@media only screen and (min-width: 900px) {
.the_teams_area .teamgrid_parent .team_grid_1 img {
    width:66%;margin:5% 17% 0 17%;height:auto;
  }
.the_teams_area .teamgrid_parent .team_grid_2 img {
    width:84%;margin:5% 8% 0 8%;height:auto;transform: scaleX(0.7);
  }
.the_teams_area .teamgrid_parent .team_grid_3 img {
  width:66%;margin:5% 17% 0 17%;height:auto;
  }
.the_teams_area .teamgrid_parent .team_grid_4 img {
  width:84%;margin:5% 8% 0 8%;height:auto;transform: scaleX(0.7);
  }
}
@media only screen and (max-width: 900px) {

.the_teams_area .our_teams .teamgrid_parent .team_grid img {
  width:84%;margin:5% 8% 0 8%;height:auto;transform: scaleX(1); !important;
  }
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body{
    width: 100%;
    font-family: 'Source Code Pro', monospace;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
a{
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    list-style-type: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
input, button, input:focus, input:active, button:hover{
    box-shadow: none;
    outline: none;
}
p{
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    margin: 0;
}
.home_banner_content h1{
    font-size: 105px;
    line-height: 124px;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--primary-color);
}

.content_home_heading h2{
    font-size: 110px;
    line-height: 100px;
    color: var(--primary-color);
    font-weight: 900;
    letter-spacing: 0;

}
.main_btn{
    position: relative;
    min-width: 350px;
    padding: 15px;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--form-heading);
    transition: var(--transition);
    border: 1px solid transparent;
    font-weight: 700;
}
.main_btn::before{
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 8px;
    transition: var(--transition);
    background-color: var(--primary-color);

}
.main_btn::after{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    bottom: -10px;
    right: -8px;
    transition: var(--transition);
    background-color: var(--primary-color);
}
.main_btn:hover{
    background: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
}
/*navbar*/
.header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0;
    z-index: 99;
}
.header .navigation{
    padding: 0;
}
.header .navigation .navbar-brand{
    max-width: 220px;
    width: 220px;
}
.header .navigation .navbar-brand img,
.header_sticky_mobile .navigation a.navbar-brand img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_sticky_mobile{
    background-color: #1b05a196;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    display: none;
    padding: 10px;
    transition: all 0.5s;
    border-bottom: 2px solid #8ad02f;
}
.header_sticky_mobile_scroll{
    display: block;
}
.header_sticky_mobile .main_btn{
    min-width: 100%;
    padding: 12px;
}
.header_sticky_mobile .navigation{
    width: 100%;
}
.header_sticky_mobile .navigation .container{
    display: block;
}

.header_sticky_mobile .navigation a.navbar-brand{
    width: 120px;
    height: 60px;
    padding: 0;
    margin: 0;
}

.home_banner{
    position: relative;
    min-height: 900px;
    max-height: 900px;
}
.home_banner::before{
    content: "";    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000030;
}
.home_banner .video_template_content{
    position: absolute;
    bottom: 120px;
    left: 0;
    width: 100%;
    height: 100;
    z-index: 9;
    
}
.banner_video{
    width: 100%;  
    height: 100vh;
    min-height: 900px;
}
.banner_video video{
    width: 100%;
    min-height: 900px;
    object-position: top;
    object-fit: cover;
}
.home_banner .home_banner_content{
    width: 65%;
    max-width: 750px;
    margin: 0 auto;

}
.home_banner .home_banner_content h1{
    margin-bottom: 50px;
}
.home_banner .social_positioning{
    position: fixed;
    z-index: 999;
    bottom: 50px;
    transition: all 0.8s;
}
.social_icon_list{
    position: absolute;
    bottom: -50px;
    right: 50px;
    transition: all 0.8s;
}
.social_icon_list ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_icon_list ul li{
    margin-right: 20px;
}
.social_icon_list ul li:last-child{
    margin-right: 0;
}
.social_icon_list ul li a{
    border: 1px solid transparent;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000075;
    color: #e6e6e6;
    font-size: 26px;
    transition: var(--transition);
}
.social_icon_list_mobile ul li a{
    background-color: #00000030;
    color: #e6e6e6;
}
.social_icon_list ul li a:hover{
    border-color: #6f6e7a;
    color: #6f6e7a;
    background: transparent;
}
.social_icon_list ul li a:hover i{
    color: #6f6e7a;
}
.social_icon_list ul li a i{
    color: #e6e6e6;
}

/*about*/
.about_shows_details{
    padding: 200px 0 70px 0;
    position: relative;
    z-index: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about_shows_details .container .icon_sticky_mobile_scroll{
    position: fixed;
    bottom: 50px;
    z-index: 9999;
    top: inherit;
    width: 100%;
}
.about_shows_details::after{
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../image/blue_shape.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 165% 103%;
    position: absolute;
    left: 0;
    transform: rotateY(180deg);
    top: 0;
}
.about_shows_details::before{
    content: "";
    width: 300px;
    height: 100%;
    z-index: -1;
    background-image: url(../image/yellow_rec.png);
    background-position: left bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.about_shows_details .content_home_heading h2{
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.about_shows_details .content_home_heading h2 span{
    margin-right: 15px;
}
.game_show_plan{
    max-width: 760px;
}
.game_show_plan .content_text{
    margin-top: 25px;
}
.about_shows_details .game_show_plan .register_here input{
    padding: 10px 12px;
    font-size: 16px;
    min-height: 50px;
    color: #fff;
}
.about_shows_details .game_show_plan{
    padding: 5px 12px; 
}
.about_shows_details .content_text p{
    color: var(--primary-color);
    font-weight: 400;
}
.logo_url{
    font-weight: 700;
    color: var(--primary-color);
}
.about_shows_details label{
    color: var(--primary-color);
    font-weight: 400;
}
.about_shows_details .form_con{
    width: 90%;
}
.about_shows_details input:not([type=submit]){
    width: 100%;
    padding: 12px;
    color: #FFFFFF;
    font-weight: 400;
    background-color: #5444b9;
    border: 1px solid transparent;
    display: block;
    border-radius: 0;
    font-size: 18px;
    border: 1px solid transparent;
    margin-top: 60px;
}
.about_shows_details input:not([type=submit]):active,
.about_shows_details input:not([type=submit]):focus{
    border-color: var(--primary-color);
    box-shadow: none;
    outline: none;

}
.about_shows_details input:not([type=submit])::placeholder{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
}
.btn_register{
    position: relative;
}
.btn_register::before{
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -7px;
    left: 5px;
    transition: var(--transition);
    background-color: var(--primary-color);

}
.btn_register::after{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    bottom: -7px;
    right: -5px;
    transition: var(--transition);
    background-color: var(--primary-color);
}

.about_shows_details input[type=submit]:hover{
    background: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.about_shows_details input[type=submit]{
    width: 100%;
    display: block;
    border-radius: 0;
    margin-top: 40px;
    background: var(--primary-color);
    padding: 10px;
}
.about_shows_details input[type=submit]:hover{
    background: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.about_shows_details .tbo_logo{
    width: 336px;
    height: 356px;
    position: absolute;
    right: 20%;
    bottom: 10px;
}
.about_shows_details .tbo_logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*team Area*/
.the_teams_area .our_teams, .the_teams_area .our_teams_v2 {
    width: 100%;
}
.team_v2_grid {
	width:25%;
	display:inline-block;
}
.team_v2_grid img {
	width:100%;
}
.heading_teams h2{
    font-size: 150px;
    line-height: 150px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 700;
}
.the_teams_area{
    background-color: #121f0f;
    padding: 100px 0 0 0;
}
.the_teams_area .heading_teams{
    margin-bottom: 80px;
}
.the_teams_area .teamgrid_parent{
    display: flex;
    flex-wrap: wrap;
}
.the_teams_area .teamgrid_parent .team_grid{
    transition: all 0.8s;
}
.the_teams_area .teamgrid_parent .team_grid_1,
.the_teams_area .teamgrid_parent .team_grid_3{
    width: 28%;
}
.the_teams_area .teamgrid_parent .team_grid_2,
.the_teams_area .teamgrid_parent .team_grid_4{
    width: 22%;
}
.the_teams_area .teamgrid_parent .team_grid{
    padding: 0;
    position: relative;
    padding: 265px 0;    
}
.the_teams_area .teamgrid_parent .team_grid{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
.the_teams_area .teamgrid_parent .team_grid::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.8s;
}
.the_teams_area .teamgrid_parent .team_grid_1::before{
    background:#e2ed70cf !important;
}
.the_teams_area .teamgrid_parent .team_grid_2::before{
    background: #f2a451cc !important;
}
.the_teams_area .teamgrid_parent .team_grid_3::before{
    background: #f85fb3d4 !important;
}
.the_teams_area .teamgrid_parent .team_grid_4::before{ 
    background: #64e9cede !important;
}

.the_teams_area .teamgrid_parent .team_name_area{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.the_teams_area .teamgrid_parent .map{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    transition: all 0.8s;
}
.the_teams_area .teamgrid_parent .map img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.the_teams_area h3{
    text-transform: uppercase;
    font-size: 62px;
    line-height: 45px;
    text-align: center;
    font-weight: 700;
    margin: 0;
}

.the_teams_area .teamgrid_parent .team_grid_1 .team_name_heading h3{
    color: #00F0A7;    
} 
.the_teams_area .teamgrid_parent .team_grid_2 .team_name_heading h3{
    color: #1c1b1b;
    transform: scaleX(0.65);
} 
.the_teams_area .teamgrid_parent .team_grid_3 .team_name_heading h3{
    color: #8ad02f;
} 
.the_teams_area .teamgrid_parent .team_grid_4 .team_name_heading h3{
    color: #523082;
    transform: scaleX(0.65);
} 
.the_teams_area .teamgrid_parent .team_grid_1{
    clip-path: polygon(13% 18%, 0 19%, 4% 0, 100% 0, 89% 27%, 100% 26%, 89% 75%, 100% 73%, 95% 100%, 3% 100%, 13% 54%, 0 56%);
    background-color: #28efa9;    
    position: relative;
    z-index: 1;
}
.the_teams_area .teamgrid_parent .team_grid_3{    
   position: relative;
    z-index: 1;
    clip-path: polygon(13% 18%, 0 19%, 4% 0, 100% 0, 89% 27%, 100% 26%, 89% 75%, 100% 73%, 95% 100%, 3% 100%, 13% 54%, 0 56%);
    height: 100%;
    background-color: #ff2c9d;
}
.the_teams_area .teamgrid_parent .team_grid_2{
    /* background-color: #fd8f25; */
    position: relative;
    z-index: 0;
} 
.the_teams_area .teamgrid_parent .team_grid_2{
    transform: scaleX(1.4);    
}
.the_teams_area .teamgrid_parent .team_grid_2::before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fd8f25;
    transform: scaleX(1.4);
    z-index: -1;
}
.the_teams_area .teamgrid_parent .team_grid_4{
    /* background-color: #0feea9; */
    position: relative;
    z-index: 0;
    transform: scaleX(1.5);

}
.the_teams_area .teamgrid_parent .team_grid_4::before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
 /*    background-color: #0feea9; */
    background-image: url(../image/shape_zig_zag.png);
    background-position: center;
    background-size: 100% cover;
    background-repeat: no-repeat;
    transform: scaleX(1.5);
    z-index: -1;
}
.the_teams_area .our_teams {
    width: 100%;
}
/*fighting*/
.fighting_show{
    padding: 65px 0;
    background-color: #e6e6e6;
}
.fighting_show .fighting_banner, .fighting_show .fighting_banner iframe {
        height: 750px;
    }
.choose_role{
    padding: 600px 0 90px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}
.choose_role::before{
    content: "";
    background-image: url(../image/shapeCurve.png);
    background-size: 155% 100%;
    width: 100%;
    height: 70%;
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.choose_role .choose_role_form{
    max-width: 700px;
    width: 45%;
    margin: 0 auto;
}
.choose_role .form_head_define h4{
    font-size: 64px;
    line-height: 68px;
    color: #1b05a1;
    font-weight: 700;
}
.choose_role .form_head_define p{
    color: #1b13a1;
    font-weight: 600;
    margin: 45px 0 40px 0;
}
.choose_role .register_us_form{
    max-width: 600px;
    width: 97%;
    margin: 0 auto;
}
.choose_role .register_us_form input:not([type=submit]){
    font-size: 16px;
    line-height: 24px;
    color: #03004f;
    font-weight: 400;
    padding: 12px;
    border-radius: 0;
    border: 2px solid #b3aed5;
    background-color: #ececec;
    box-shadow: none;
}
.choose_role .register_us_form input[type=submit]{
    padding: 14px;
    width: 100%;
    margin: 0 auto;
    background-color: #1b05a1;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    border: 1px solid transparent;
    outline: none;
    transition: var(--transition);
    margin-top: 5px;

}
.choose_role .register_us_form input[type=submit]:hover{
    background: transparent;
    border-color: #1b05a1;
    color: #1b13a1;
}
.choose_role .register_us_form .form_btn{
    position: relative;
    width: 400px;
    margin: 0 auto;
}
.choose_role .register_us_form .form_btn::before{
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 6px;
    transition: var(--transition);
    background-color: #1b05a1;        
}
.choose_role .register_us_form .form_btn::after{
    content: "";
    height: 100%;
    width: 2px;
    position: absolute;
    bottom: -8px;
    right: -6px;
    transition: var(--transition);
    background-color: #1b05a1;
}
.choose_role .register_us_form input:active,
.choose_role .register_us_form input:focus{
    border-color: #03004f;
    box-shadow: none;
}

/*footer*/
.footer{
    padding: 80px 0 35px 0;
    background-color: #121f0f;
}
.footer .brand_logo{
    width: 125px;
    height: 60px;
}
.footer .full_footer{
    width: 75%;
    max-width: 860px;
    margin: 0 auto;
}
.footer .brand_be_logo{
    width: 95px;
    height: 75px;
}
.footer .brand_be_logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}
.footer .brand_logo img{
    filter: grayscale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer .brand_title h5{
    color: #e6e6e6;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 30px 0 0 0;
}
.about_reach_info .address_details p{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #e6e6e6;
    font-weight: 400;
    width: 75%;
}

.footer .copy_right{
    margin-top: 35px;
}
.footer .copy_right p,
.copy_right a{
    color: #727970;
    font-size: 16px;
    font-weight: 400;
}
.footer .copy_right a{
    display: inline;
    padding: 0;
}
.contact_details ul li span, .contact_details ul li a{
    font-size: 16px;
    line-height: 24px;
    color: #e6e6e6;
    font-weight: 400;
}

.gallery_wrap {
    background-color: #abf759;
    padding: 0;
}
.gallery_inner {
	width:100%;
	display: block;
	margin: 0 auto;
	padding:3%;
}
.col {
      float: left;
      width: 10%;
    }
.row {
	display: flex;
    flex-direction: row;
      justify-content: space-between;
    }
.row > .col {
      padding: 0.3%;
    }
.modal {
	display: none;
	position: fixed;
    z-index: 999;
      padding: 10px 62px 0px 62px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.9);
    }
.modal-content {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 2% auto;
      padding: 0 0 0 0;
      width: auto;
	background-color: rgba(0,0,0,0);
	text-align: center;
	z-index:9999;
    }
.slide {
	display: none;
    }
.image-slide {
	max-width: 100%;
	max-height: 100vh;
	margin: 0 auto;
    }
.modal-preview {
	width: 100%;
    }
img.preview, img.modal-preview {
	opacity: 1;
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
	width:100%;
    }
img.active, .preview:hover, .modal-preview:hover {
	opacity: 0.8;
    }
img.hover-shadow {
	transition: 0.3s;
    }
.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    } 
.close {
      color: white;
      position: absolute;
      top: 10px;
      right: 25px;
      font-size: 35px;
      font-weight: bold;
	z-index:9999;
    }  
.close:hover, .close:focus {
      color: #999;
      text-decoration: none;
      cursor: pointer;
    }
.previous, .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      padding: 16px;
      margin-top: -50px;
      color: white;
      font-weight: bold;
      font-size: 30px;
      transition: 0.6s ease;
	text-decoration:none !important;
      border-radius: 0 3px 3px 0;
      user-select: none;
      -webkit-user-select: none;
    }
.next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }
.previous:hover, .next:hover {
      background-color: rgba(0, 0, 0, 0.8);
    }
#reg_success{color: #fff;}
#contact_succ_msg{color: #1b13a1}

.our_teams_v3 {
	display: block;

}
.quote-one, .quote-two, .quote-three {
	width:33%;
	display:inline-block;
	float: left;
	text-align: center;
	vertical-align: top;
	padding: 0 20px 70px 20px;
}
.our_teams_v3 em {
	display: block;
	font-size: 25px;
}
.our_teams_v3 strong {
	display: block;
}
.our_teams_v3 span {
	display: block;
	font-size: 15px;
}
@media only screen and (max-width: 575px){
    .about_shows_details {  
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 991px){
    .home_banner .social_icon_list{
        left: 0;
        right: 0;
    }
.home_banner .social_positioning {
    left: 0;
    right: 0;
}
}