/**************** extend css start ****************/
.btn_1, .live_stareams .live_stareams_slide .live_stareams_slide_img:after, .Latest_War .Latest_War_text:after, .gallery_part .single_gallery_item .single_gallery_item_iner:after, .footer_part .single_footer_part .mail_part .email_icon {
  background-image: -webkit-gradient(linear, right top, left top, from(#ff0000), color-stop(51%, #c6019a), to(#ff0000));
  background-image: -webkit-linear-gradient(right, #ff0000 0%, #c6019a 51%, #ff0000 100%);
  background-image: -o-linear-gradient(right, #ff0000 0%, #c6019a 51%, #ff0000 100%);
  background-image: linear-gradient(to left, #ff0000 0%, #c6019a 51%, #ff0000 100%);
}

.main_menu .main-menu-item .nav-item a:before {
  background-image: -webkit-gradient(linear, right top, left top, from(#c6019a), to(#ff0000));
  background-image: -webkit-linear-gradient(right, #c6019a 0%, #ff0000 100%);
  background-image: -o-linear-gradient(right, #c6019a 0%, #ff0000 100%);
  background-image: linear-gradient(to left, #c6019a 0%, #ff0000 100%);
}

.cta_part .banner_btn_1:hover, .cta_part .banner_btn_2:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#57ddff), color-stop(51%, #57ddff), to(#57ddff));
  background-image: -webkit-linear-gradient(right, #57ddff 0%, #57ddff 51%, #57ddff 100%);
  background-image: -o-linear-gradient(right, #57ddff 0%, #57ddff 51%, #57ddff 100%);
  background-image: linear-gradient(to left, #57ddff 0%, #57ddff 51%, #57ddff 100%);
}

.single_page_menu .main-menu-item .nav-item a:before {
  background: -moz-linear-gradient(16deg, #000 0%, #000 100%);
  background: -webkit-linear-gradient(16deg, #000 0%, #000 100%);
  background: -ms-linear-gradient(16deg, #000 0%, #000 100%);
}

/**************** extend css start ****************/
/**************** common css start ****************/
body {
  font-family: "Aclonica", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.message_submit_form:focus {
  outline: none;
}

input:hover, input:focus {
  outline: none !important;
}

.gray_bg {
  background-color: #f7f7f7;
}

.section_padding {
  padding: 70px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_padding {
    padding: 60px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_padding {
    padding: 70px 0px;
  }
}

@media (max-width: 576px) {
  .section_padding {
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_padding {
    padding: 70px 0px;
  }
}

.single_padding_top {
  padding-top: 140px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media (max-width: 576px) {
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_padding_top {
    padding-top: 100px !important;
  }
}

.padding_top {
  padding-top: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .padding_top {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding_top {
    padding-top: 70px;
  }
}

@media (max-width: 576px) {
  .padding_top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .padding_top {
    padding-top: 70px;
  }
}

.padding_bottom {
  padding-bottom: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .padding_bottom {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media (max-width: 576px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: "Aclonica", sans-serif;
}

p {
  font-family: "Poppins", sans-serif;
  line-height: 29px;
  font-size: 15px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 300;
}

h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.222;
}

@media (max-width: 576px) {
  h2 {
    font-size: 22px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 25px;
  }
}

h3 {
  font-size: 24px;
  line-height: 25px;
}

@media (max-width: 576px) {
  h3 {
    font-size: 20px;
  }
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

img {
  max-width: 100%;
}

a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.section_tittle {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section_tittle {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_tittle {
    margin-bottom: 50px;
  }
}

.section_tittle h2 {
  font-size: 45px;
  color: #fff;
  line-height: 50px;
  font-weight: 500;
  position: relative;
  margin-bottom: 28px;
}

@media (max-width: 576px) {
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_tittle h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_tittle h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

.section_tittle p {
  text-transform: capitalize;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 576px) {
  .section_tittle p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_tittle p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_tittle p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_tittle p {
    margin-bottom: 10px;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mb_110 {
  margin-bottom: 110px;
}

@media (max-width: 576px) {
  .mb_110 {
    margin-bottom: 220px;
  }
}

.mt_130 {
  margin-top: 130px;
}

@media (max-width: 576px) {
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mt_130 {
    margin-top: 70px;
  }
}

.mb_130 {
  margin-bottom: 140px;
}

@media (max-width: 991px) {
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mb_130 {
    margin-bottom: 100px;
  }
}

.padding_less_40 {
  margin-bottom: -50px;
}

.z_index {
  z-index: 9 !important;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  [class*="hero-ani-"] {
    display: none !important;
  }
}

.body_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #010411;
}

.black .footer_top {
  padding: 65px 0 100px !important;
}

@media (max-width: 991px) {
  .black .footer_top {
    padding: 70px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .black .footer_top {
    padding: 100px 0;
  }
}

.black p {
  color: #888888;
}

.black h2, .black h3, .black h4, .black h5 {
  color: #2f2d4e;
}

.black .copygight_text {
  background-color: #ebebeb !important;
}

/**************** common css end ****************/
/* Main Button Area css
============================================================================================ */
.submit_btn {
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 0px 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #edeff2;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.submit_btn:hover {
  background: transparent;
}

.btn_1 {
  display: inline-block;
  padding: 18.5px 40px;
  border-radius: 0;
  font-size: 15px;
  font-family: "Aclonica", sans-serif;
  font-weight: 500;
  color: #fff;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: capitalize;
  background-size: 200% auto;
  border: 1px solid transparent;
}

.btn_1:hover {
  color: #fff !important;
  background-position: right center;
}

@media (max-width: 576px) {
  .btn_1 {
    padding: 10px 30px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .btn_1 {
    padding: 10px 30px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn_1 {
    padding: 10px 30px;
    margin-top: 25px;
  }
}

.btn_2 {
  display: inline-block;
  padding: 18.5px 40px;
  border-radius: 0;
  background-color: #fff;
  font-size: 15px;
  font-family: "Aclonica", sans-serif;
  font-weight: 500;
  color: #1a1a1a;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: capitalize;
  border: 1px solid #8f9091;
  background-size: 200% auto;
}

.btn_2:hover {
  color: #fff !important;
  border: 1px solid #ff0000;
  background-position: right center;
  background-color: #ff0000;
}

@media (max-width: 576px) {
  .btn_2 {
    padding: 10px 30px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .btn_2 {
    padding: 10px 30px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn_2 {
    padding: 10px 30px;
    margin-top: 25px;
  }
}

.btn_4 {
  color: #ff0000;
  font-size: 15px;
  font-weight: 700;
  margin-top: 53px;
  display: inline-block;
}

@media (max-width: 991px) {
  .btn_4 {
    margin-top: 30px;
  }
}

.btn_4 img {
  width: 20px;
  margin-left: 15px;
}

/*=================== custom button rule start ====================*/
.button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #edeff2;
  text-transform: uppercase;
  background-color: #ff0000;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .button {
    font-size: 13px;
    padding: 9px 24px;
  }
}

.button:hover {
  color: #fff;
}

.button-link {
  letter-spacing: 0;
  color: #3b1d82;
  border: 0;
  padding: 0;
}

.button-link:hover {
  background: transparent;
  color: #3b1d82;
}

.button-header {
  color: #fff;
  border-color: #edeff2;
}

.button-header:hover {
  background: #b8024c;
  color: #fff;
}

.button-contactForm {
  color: #fff;
  border-color: #edeff2;
  padding: 12px 25px;
}

/* End Main Button Area css
============================================================================================ */
/**************menu part start*****************/
.main_menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
  transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              backdrop-filter 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              padding 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              border-bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.main_menu .navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0px;
}

.main_menu .navbar {
  padding: 0px;
}

.main_menu .main-menu-item {
  justify-content: center;
}

.main_menu .main-menu-item ul li .nav-link {
  color: #fff;
  font-size: 15px;
  padding: 43px 23px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  line-height: 12px;
  font-weight: 400;
}

.main_menu .main-menu-item ul li .nav-link:hover {
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main_menu .main-menu-item ul li .nav-link {
    padding: 35px 20px;
  }
}

.main_menu .main-menu-item .nav-item a {
  position: relative;
  z-index: 1;
}

.main_menu .main-menu-item .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 55%;
  height: 2px;
  background: #ff0000;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

.main_menu .main-menu-item .nav-item .nav-link:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.main_menu #search_1 i {
  color: #fff;
}

.main_menu .dropdown-toggle:hover .nav-item .dropdown {
  color: #ff0000 !important;
}

.main_menu #search_input_box {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1140px;
  z-index: 999;
  text-align: center;
  background: #ff0000;
}

.main_menu #search_input_box ::placeholder {
  color: #fff;
}

@media (max-width: 991px) {
  .main_menu #search_input_box {
    margin-top: 15px;
  }
}

.main_menu #search_input_box .form-control {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
}

.main_menu #search_input_box .btn {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}

.main_menu #search_input_box .ti-close {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 10px;
  padding-right: 0;
}

.main_menu .search-inner {
  padding: 5px 5px;
}

.main_menu .form-control:focus {
  box-shadow: none;
}

.main_menu .active_color {
  color: #f5790b !important;
}

.cart {
  margin-left: 20px;
}

.cart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border: 0px solid transparent;
}

.cart i {
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 15px;
}

.cart i:after {
  position: absolute;
  border-radius: 50%;
  background-color: #f13d80;
  width: 14px;
  height: 14px;
  right: -8px;
  top: -8px;
  content: "5";
  text-align: center;
  line-height: 15px;
  font-size: 10px;
}

.menu_fixed {
  z-index: 9999 !important;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  background-color: #ed2024;
}

.menu_fixed .active_color {
  color: #ff0000 !important;
}

.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  border: 0px solid transparent;
  background-color: #ff0000;
}

.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 8px 20px !important;
  color: #fff !important;
  background-color: #ff0000;
  text-transform: capitalize;
}

.dropdown:hover .dropdown-menu {
  transform: scale(1);
}

@media (max-width: 991px) {
  .main_menu {
    padding: 26px 0px;
  }
  .home_menu .main-menu-item {
    padding-left: 0px;
  }
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  .main_menu .main-menu-item .nav-item {
    padding: 10px 15px !important;
  }
  .main_menu .main-menu-item .nav-item .nav-link {
    padding: 5px 15px !important;
    color: #fff;
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: rgba(1, 4, 17, 0.95);
    text-align: center !important;
  }
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    margin-top: 10px;
  }
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
    color: #ff0000;
  }
  .dropdown .dropdown-item:hover {
    color: #ff0000 !important;
  }
  .navbar-brand img {
    max-width: 100px;
  }
  .navbar-light .navbar-toggler {
    border-color: transparent;
  }
  .menu_icon i {
    color: #fff;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main_menu .navbar {
    min-height: 70px;
    display: flex;
    align-items: center;
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: rgba(1, 4, 17, 0.95);
    text-align: center !important;
  }
  .navbar-brand {
    margin: 0 auto;
  }
  .navbar-brand img {
    max-width: 100px;
  }
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    left: 15px;
    z-index: 9999;
  }
  .btn_1 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu {
    padding: 10px 0;
  }
  .main_menu .navbar {
    min-height: 70px;
    display: flex;
    align-items: center;
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: rgba(1, 4, 17, 0.95);
    text-align: center !important;
  }
  .navbar-brand {
    margin: 0 auto;
  }
  .navbar-brand img {
    max-width: 100px;
  }
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    left: 15px;
    z-index: 9999;
  }
  .btn_1 {
    margin-top: 0;
  }
}
  .btn_1 {
    margin-top: 0;
  }
}

.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
  background-color: #fafafa;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.single_page_menu .main-menu-item .nav-item a {
  position: relative;
  z-index: 1;
}

.single_page_menu .main-menu-item .nav-item a:before {
  position: absolute;
  left: 16%;
  top: 49px;
  width: 0%;
  height: 2px;
  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single_page_menu .main-menu-item .nav-item a:hover:before {
  width: 67%;
}

/**************** banner part css start ****************/
.banner_part {
  position: relative;
  background-image: url(../img/banner_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner_part .banner_text {
  display: table;
  width: 100%;
  height: 1020px;
}

.banner_part .banner_text .banner_text_iner {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .banner_part .banner_text {
    height: 650px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_part .banner_text {
    height: 650px;
  }
}

.banner_part .banner_text h1 {
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 70px;
  color: #fff;
}

@media (max-width: 576px) {
  .banner_part .banner_text h1 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner_part .banner_text h1 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_part .banner_text h1 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_part .banner_text h1 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

.banner_part .banner_text h1 span {
  color: #ff0000;
}

.banner_part .banner_text p {
  font-size: 15px;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 45px;
  padding-right: 140px;
}

@media (max-width: 991px) {
  .banner_part .banner_text p {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_part .banner_text p {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .banner_part .banner_text .btn_1 {
    margin-top: 30px;
  }
}

/**************** hero part css end ****************/
/************about_us css start***************/
.about_us {
  position: relative;
  z-index: 99;
  overflow-x: hidden;
}

.about_us .about_us_text h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 8px;
  position: relative;
}

@media (max-width: 576px) {
  .about_us .about_us_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_us .about_us_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_us .about_us_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_us .about_us_text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}

.about_us .about_us_text p {
  line-height: 36px;
  margin-bottom: 57px;
}

@media (max-width: 576px) {
  .about_us .about_us_text p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_us .about_us_text p {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_us .about_us_text p {
    margin-bottom: 20px;
  }
}

.about_us .about_us_text .btn_1 {
  margin-right: 27px;
}

@media (max-width: 991px) {
  .about_us .about_us_text .btn_1 {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_us .about_us_text .btn_1 {
    margin-right: 10px;
  }
}

@media (max-width: 576px) {
  .learning_img {
    margin-top: 30px;
  }
  .right_time .learning_img {
    margin-top: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .learning_img {
    margin-top: 40px;
  }
  .right_time .learning_img {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .right_time .about_us_text h2 {
    margin-top: 30px;
  }
}

/**********************footer part css*******************/
.footer_part .footer_top {
  padding: 140px 0 100px;
}

@media (max-width: 576px) {
  .footer_part .footer_top {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  .footer_part .footer_top {
    padding: 70px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer_part .footer_top {
    padding: 100px 0;
  }
}

.footer_part img {
  margin-bottom: 35px;
}

@media (max-width: 576px) {
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

.footer_part .single_footer_part h4 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
}

@media (max-width: 576px) {
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

.footer_part .single_footer_part p {
  margin-bottom: 10px;
  color: #bebebe;
}

.footer_part .single_footer_part .list-unstyled li a {
  color: #bebebe;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}

.footer_part .single_footer_part .list-unstyled li a:hover {
  color: #ff0000 !important;
}

.footer_part .single_footer_part .social_icon {
  float: left;
  margin-top: 38px;
}

@media (max-width: 991px) {
  .footer_part .single_footer_part .social_icon {
    margin-top: 15px;
  }
}

.footer_part .single_footer_part .social_icon li a {
  margin-left: 0;
  margin-right: 25px;
}

.footer_part .single_footer_part .mail_part {
  position: relative;
}

.footer_part .single_footer_part .mail_part input {
  padding: 9px 22px;
  font-size: 13px;
  border-radius: 0;
  margin-top: 20px;
  width: 100%;
  background-color: #f9f9fe;
  border: 1px solid transparent;
}

.footer_part .single_footer_part .mail_part .email_icon {
  position: absolute;
  right: 0px;
  top: 20px;
  height: 39.3px;
  text-align: center;
  color: #fff;
  border-radius: 0;
  line-height: 10px;
  background-size: 200% auto;
}

.footer_part .single_footer_part .mail_part .email_icon i {
  font-size: 15px;
}

.footer_part .single_footer_part .mail_part .button-contactForm {
  padding: 11px;
  border: 2px solid;
  border-image: linear-gradient(to left, #c6019a 0%, #ff0000 100%);
  border-image-slice: 1;
}

.footer_part hr {
  background-color: #cad7dc;
  margin-top: 50px;
  margin-bottom: 25px;
}

.footer_part .footer_icon {
  text-align: right;
}

.footer_part .footer_icon li {
  display: inline-block;
}

.footer_part .footer_icon li a {
  font-size: 14px;
  color: #555555;
  margin-left: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 576px) {
  .footer_part .footer_icon li a {
    margin-left: 0px;
    margin-right: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_part .footer_icon li a {
    margin-left: 0px;
    margin-right: 25px;
  }
}

.footer_part .footer_icon li a :hover {
  color: #ff0000;
}

@media (max-width: 576px) {
  .footer_part .footer_icon {
    float: left;
    margin-top: 15px;
  }
}

.footer_part .copyright_text p {
  color: #888;
}

.footer_part .copyright_text span {
  color: #ff0000;
  font-size: 12px;
}

@media (max-width: 991px) {
  .footer_part .copyright_text {
    text-align: center !important;
  }
}

.footer_part .copyright_text p a {
  color: #ff0000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer_part .copyright_text p a:hover {
  color: #ff0000;
}

.footer_part .info {
  color: red !important;
}

@media (max-width: 991px) {
  .footer_part .footer_icon {
    text-align: center;
    float: none;
  }
}

.footer_part .copygight_text {
  background-color: #0b111f;
  padding: 30px 0;
}

/*=================== contact banner start ====================*/
.contact-info {
  margin-bottom: 25px;
}

.contact-info__icon {
  margin-right: 20px;
}

.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

.contact-info .media-body h3 a:hover {
  color: #ff0000;
}

.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}
.form-control,.form-control:focus {
  color:#fff;
}
.form-contact label {
  font-size: 14px;
  color:#f00;
}

.form-contact .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

.form-contact textarea {
  border-radius: 12px;
  height: 100% !important;
}

@media (max-width: 576px) {
  .contact-section .btn_1 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-section .btn_1 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section .btn_1 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-section .btn_1 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}

/*=================== contact form end ====================*/
.breadcrumb_bg {
  background-image: url("../img/breadcrumb.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb_bg1 {
  background-image: url("../img/AboutUs.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb_bg2 {
  background-image: url("../img/Services.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb_bg3 {
  background-image: url("../img/Careers.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb {
  position: relative;
  z-index: 1;
  text-align: center;
}

.breadcrumb .breadcrumb_iner {
  height: 475px;
  width: 100%;
  display: table;
}

@media (max-width: 991px) {
  .breadcrumb {
    padding-top: 80px;
  }
  .breadcrumb .breadcrumb_iner {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .breadcrumb {
    padding-top: 70px;
  }
  .breadcrumb .breadcrumb_iner {
    height: 220px;
  }
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
  display: table-cell;
  vertical-align: middle;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
  color: #fff;
  font-size: 90px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 50px;
  }
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
  font-size: 15px;
  color: #fff;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {
  margin: 0px 5px;
  font-size: 12px;
}

.breadcrumb {
  margin-bottom: 0px !important;
}

/**********************footer part css*******************/
.footer_part .footer_top {
  padding: 140px 0 100px;
}

@media (max-width: 576px) {
  .footer_part .footer_top {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  .footer_part .footer_top {
    padding: 70px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer_part .footer_top {
    padding: 100px 0;
  }
}

.footer_part img {
  margin-bottom: 35px;
}

@media (max-width: 576px) {
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

.footer_part .single_footer_part h4 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
}

@media (max-width: 576px) {
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

.footer_part .single_footer_part p {
  margin-bottom: 10px;
  color: #bebebe;
}

.footer_part .single_footer_part .list-unstyled li a {
  color: #bebebe;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}

.footer_part .single_footer_part .list-unstyled li a:hover {
  color: #ff0000 !important;
}

.footer_part .single_footer_part .social_icon {
  float: left;
  margin-top: 38px;
}

@media (max-width: 991px) {
  .footer_part .single_footer_part .social_icon {
    margin-top: 15px;
  }
}

.footer_part .single_footer_part .social_icon li a {
  margin-left: 0;
  margin-right: 25px;
}

.footer_part .single_footer_part .mail_part {
  position: relative;
}

.footer_part .single_footer_part .mail_part input {
  padding: 9px 22px;
  font-size: 13px;
  border-radius: 0;
  margin-top: 20px;
  width: 100%;
  background-color: #f9f9fe;
  border: 1px solid transparent;
}

.footer_part .single_footer_part .mail_part .email_icon {
  position: absolute;
  right: 0px;
  top: 20px;
  height: 39.3px;
  text-align: center;
  color: #fff;
  border-radius: 0;
  line-height: 10px;
  background-size: 200% auto;
}

.footer_part .single_footer_part .mail_part .email_icon i {
  font-size: 15px;
}

.footer_part .single_footer_part .mail_part .button-contactForm {
  padding: 11px;
  border: 2px solid;
  border-image: linear-gradient(to left, #c6019a 0%, #ff0000 100%);
  border-image-slice: 1;
}

.footer_part hr {
  background-color: #cad7dc;
  margin-top: 50px;
  margin-bottom: 25px;
}

.footer_part .footer_icon {
  text-align: right;
}

.footer_part .footer_icon li {
  display: inline-block;
}

.footer_part .footer_icon li a {
  font-size: 14px;
  color: #555555;
  margin-left: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 576px) {
  .footer_part .footer_icon li a {
    margin-left: 0px;
    margin-right: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_part .footer_icon li a {
    margin-left: 0px;
    margin-right: 25px;
  }
}

.footer_part .footer_icon li a :hover {
  color: #ff0000;
}

@media (max-width: 576px) {
  .footer_part .footer_icon {
    float: left;
    margin-top: 15px;
  }
}

.footer_part .copyright_text p {
  color: #888;
}

.footer_part .copyright_text span {
  color: #ff0000;
  font-size: 12px;
}

@media (max-width: 991px) {
  .footer_part .copyright_text {
    text-align: center !important;
  }
}

.footer_part .copyright_text p a {
  color: #ff0000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer_part .copyright_text p a:hover {
  color: #ff0000;
}

.footer_part .info {
  color: red !important;
}

@media (max-width: 991px) {
  .footer_part .footer_icon {
    text-align: center;
    float: none;
  }
}

.footer_part .copygight_text {
  background-color: #0b111f;
  padding: 30px 0;
}

/*# sourceMappingURL=style.css.map */

/**************** CRYONIC ARTS GAME ENHANCEMENTS ****************/
html {
  scroll-behavior: smooth;
}

.banner_part::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(1, 4, 17, 0.7) 0%, rgba(198, 1, 154, 0.15) 50%, rgba(255, 0, 0, 0.1) 100%);
  z-index: 1;
  pointer-events: none;
}

.banner_part .container {
  position: relative;
  z-index: 2;
}

.banner_part .banner_text .banner_text_iner h1 {
  text-shadow: 0 0 30px rgba(255, 0, 0, 0.3), 0 0 60px rgba(198, 1, 154, 0.15);
}

.banner_part .banner_text .banner_text_iner h1 span {
  text-shadow: 0 0 20px rgba(255, 0, 0, 0.5), 0 0 40px rgba(255, 0, 0, 0.3);
}

.service-card {
  background: linear-gradient(145deg, #05020b, #0a0418);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 30px 25px 25px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, #ff0000, #c6019a, #ff0000);
  background-size: 200% auto;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 0, 0, 0.3);
  box-shadow: 0 20px 60px rgba(255, 0, 0, 0.15), 0 0 30px rgba(198, 1, 154, 0.1);
}

.service-card:hover::before {
  opacity: 1;
  animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.service-card-img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
  position: relative;
}

.service-card-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.service-card:hover .service-card-img img {
  transform: scale(1.08);
}

.service-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(1, 4, 17, 0.6) 0%, transparent 60%);
  pointer-events: none;
}

.service-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.service-card:hover h3 {
  text-shadow: 0 0 20px rgba(255, 0, 0, 0.4);
}

.game-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0;
}

.game-list li {
  position: relative;
  padding: 6px 0 6px 28px;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  transition: all 0.3s ease;
}

.game-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 2px solid #ff0000;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.game-list li::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #ff0000, #c6019a);
  border-radius: 1px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover .game-list li::after {
  opacity: 1;
}

.game-list li:hover {
  color: #fff;
  padding-left: 32px;
}

.section-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.section-heading::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #ff0000, #c6019a);
  margin: 15px auto 0;
  border-radius: 2px;
}

.cta-section {
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.12) 0%, rgba(198, 1, 154, 0.12) 100%);
  border-top: 1px solid rgba(255, 0, 0, 0.15);
  border-bottom: 1px solid rgba(255, 0, 0, 0.15);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 50%, rgba(255, 0, 0, 0.06) 0%, transparent 50%),
              radial-gradient(circle at 70% 50%, rgba(198, 1, 154, 0.06) 0%, transparent 50%);
  animation: ctaPulse 8s ease-in-out infinite;
}

@keyframes ctaPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.7; }
}

.cta-section .container {
  position: relative;
  z-index: 2;
}

.btn-glow {
  position: relative;
  display: inline-block;
  padding: 16px 45px;
  border-radius: 50px;
  font-size: 16px;
  font-family: "Aclonica", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #ff0000, #c6019a);
  background-size: 200% auto;
  border: none;
  transition: all 0.4s ease;
  overflow: hidden;
}

.btn-glow::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 52px;
  background: linear-gradient(135deg, #ff0000, #c6019a, #ff0000);
  background-size: 200% auto;
  z-index: -1;
  filter: blur(12px);
  opacity: 0;
  transition: opacity 0.4s ease;
  animation: gradientShift 3s ease infinite;
}

.btn-glow:hover {
  background-position: right center;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 40px rgba(255, 0, 0, 0.3);
}

.btn-glow:hover::before {
  opacity: 1;
}

.about_us.section_padding:nth-of-type(even) {
  background: linear-gradient(180deg, rgba(198, 1, 154, 0.04) 0%, transparent 100%);
}

.about_us.section_padding + .about_us.section_padding {
  padding-top: 60px;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.reveal-left.active {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.reveal-right.active {
  opacity: 1;
  transform: translateX(0);
}

.floating-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.floating-shapes span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 0, 0, 0.15);
  border-radius: 3px;
  animation: floatUp 15s linear infinite;
}

.floating-shapes span:nth-child(1) { left: 10%; animation-delay: 0s; animation-duration: 18s; }
.floating-shapes span:nth-child(2) { left: 25%; animation-delay: 2s; animation-duration: 22s; width: 14px; height: 14px; border-radius: 50%; border-color: rgba(198, 1, 154, 0.15); }
.floating-shapes span:nth-child(3) { left: 45%; animation-delay: 4s; animation-duration: 16s; width: 10px; height: 10px; }
.floating-shapes span:nth-child(4) { left: 65%; animation-delay: 1s; animation-duration: 20s; width: 18px; height: 18px; border-radius: 50%; border-color: rgba(198, 1, 154, 0.12); }
.floating-shapes span:nth-child(5) { left: 80%; animation-delay: 3s; animation-duration: 17s; width: 12px; height: 12px; }
.floating-shapes span:nth-child(6) { left: 90%; animation-delay: 5s; animation-duration: 21s; border-color: rgba(198, 1, 154, 0.15); }

@keyframes floatUp {
  0% {
    transform: translateY(100vh) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) rotate(720deg);
    opacity: 0;
  }
}

.typing-text {
  display: inline;
}

.typing-cursor {
  display: inline-block;
  width: 3px;
  height: 1em;
  background: #ff0000;
  margin-left: 4px;
  vertical-align: text-bottom;
  animation: blink 0.8s step-end infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.navbar-brand img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-brand:hover img {
  filter: drop-shadow(0 0 10px rgba(255, 0, 0, 0.4));
}

/* Staggered nav link fade-in on menu fix */
.menu_fixed .main-menu-item .nav-item .nav-link {
  animation: navFadeDown 0.4s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.menu_fixed .main-menu-item .nav-item:nth-child(1) .nav-link { animation-delay: 0.05s; }
.menu_fixed .main-menu-item .nav-item:nth-child(2) .nav-link { animation-delay: 0.1s; }
.menu_fixed .main-menu-item .nav-item:nth-child(3) .nav-link { animation-delay: 0.15s; }
.menu_fixed .main-menu-item .nav-item:nth-child(4) .nav-link { animation-delay: 0.2s; }
.menu_fixed .main-menu-item .nav-item:nth-child(5) .nav-link { animation-delay: 0.25s; }

@keyframes navFadeDown {
  0% {
    opacity: 0.6;
    transform: translateY(-3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile menu collapse animation */
@media (max-width: 991px) {
  .navbar-collapse.collapsing {
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .menu_fixed {
    padding: 0 !important;
  }

  .menu_fixed .main-menu-item .nav-item .nav-link {
    padding: 5px 15px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .menu_fixed {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu_fixed {
    padding: 0 !important;
  }
}

.menu_fixed {
  background: rgba(1, 4, 17, 0.95) !important;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 0, 0, 0.15);
  padding: 0 !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.menu_fixed .navbar-brand img {
  transform: scale(0.85);
}

@media (min-width: 992px) {
  .menu_fixed .main-menu-item .nav-item .nav-link {
    padding: 28px 23px !important;
  }

  .menu_fixed .main-menu-item .nav-item .nav-link::after {
    bottom: 22px;
  }

  .menu_fixed .main-menu-item .nav-item a:before {
    top: 34px;
  }
}

.footer_part .footer_top {
  border-top: 1px solid rgba(255, 0, 0, 0.1);
}

.footer_part .single_footer_part a.footer_logo_iner img {
  transition: filter 0.3s ease;
}

.footer_part .single_footer_part a.footer_logo_iner:hover img {
  filter: drop-shadow(0 0 12px rgba(255, 0, 0, 0.4));
}

.footer_part .footer_icon .single_social_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.footer_part .footer_icon .single_social_icon:hover {
  border-color: #ff0000;
  background: rgba(255, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.2);
  color: #ff0000 !important;
}

.contact-form-styled .form-control {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 10px !important;
  color: #fff !important;
  padding: 14px 18px;
  transition: all 0.3s ease;
}

.contact-form-styled .form-control:focus {
  border-color: rgba(255, 0, 0, 0.5) !important;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.1) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.contact-form-styled .form-control.is-invalid {
  border-color: #ff0000 !important;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.25) !important;
  background: rgba(255, 0, 0, 0.05) !important;
}

.contact-form-styled .form-control::placeholder {
  color: rgba(255, 255, 255, 0.35) !important;
}

.contact-form-styled textarea.form-control {
  border-radius: 12px !important;
}

.form-label-custom {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 6px;
  display: block;
}

.contact-info-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
}

.contact-info-card:hover {
  border-color: rgba(255, 0, 0, 0.3);
  box-shadow: 0 5px 25px rgba(255, 0, 0, 0.1);
}

.contact-info-card .contact-info__icon i,
.contact-info-card .contact-info__icon span {
  color: #ff0000 !important;
  font-size: 24px;
}

@media (max-width: 576px) {
  .about_us.section_padding + .about_us.section_padding {
    padding-top: 40px;
  }
  .service-card {
    padding: 20px 18px 18px;
  }
  .cta-section {
    padding: 50px 0;
  }
  .btn-glow {
    padding: 12px 30px;
    font-size: 14px;
  }
  .contact-section .form-group:last-child {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-card {
    padding: 22px 20px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

.team-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 18px;
  position: relative;
  border: 3px solid rgba(255, 0, 0, 0.2);
  transition: all 0.4s ease;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.service-card:hover .team-img {
  border-color: rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(255, 0, 0, 0.2);
}

.service-card:hover .team-img img {
  transform: scale(1.08);
}

.team-role {
  font-size: 15px;
  font-weight: 500;
  color: #ff0000;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.service-card .team-img + h3 {
  padding-top: 8px;
}

.about_us.section_padding:nth-of-type(even) .service-card {
  padding: 20px 20px 20px;
}

.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.reveal-up.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal.d1 { transition-delay: 0.1s; }
.reveal.d2 { transition-delay: 0.2s; }
.reveal.d3 { transition-delay: 0.3s; }
.reveal.d4 { transition-delay: 0.4s; }
.reveal.d5 { transition-delay: 0.5s; }
.reveal.d6 { transition-delay: 0.6s; }

.reveal-up.d1 { transition-delay: 0.1s; }
.reveal-up.d2 { transition-delay: 0.2s; }
.reveal-up.d3 { transition-delay: 0.3s; }

.banner_text_iner {
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 1s cubic-bezier(0.5, 0, 0, 1) 0.3s forwards;
}

@keyframes heroFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner_text_iner h1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: heroFadeIn 0.8s cubic-bezier(0.5, 0, 0, 1) 0.6s forwards;
}

.banner_text_iner p {
  opacity: 0;
  animation: heroFadeIn 0.8s cubic-bezier(0.5, 0, 0, 1) 0.9s forwards;
}

.banner_text_iner .btn-glow {
  opacity: 0;
  animation: heroFadeIn 0.8s cubic-bezier(0.5, 0, 0, 1) 1.2s forwards;
}

.game-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.game-tag {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid rgba(255, 0, 0, 0.4);
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.game-tag:hover {
  background: rgba(255, 0, 0, 0.2);
  border-color: rgba(255, 0, 0, 0.7);
  color: #fff;
}

.badge-upcoming {
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid rgba(0, 255, 136, 0.5);
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #00ff88;
  background: rgba(0, 255, 136, 0.1);
  vertical-align: middle;
  margin-left: 8px;
  letter-spacing: 0.5px;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 10px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.footer-contact-item i {
  color: #ff0000;
  font-size: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-contact-item span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}

.footer-contact-item a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact-item a:hover {
  color: #ff0000;
}

/**************** careers css start ****************/
.career-card {
  background: linear-gradient(145deg, #05020b, #0a0418);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
}

.career-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, #ff0000, #c6019a, #ff0000);
  background-size: 200% auto;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.career-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 0, 0, 0.3);
  box-shadow: 0 20px 60px rgba(255, 0, 0, 0.15), 0 0 30px rgba(198, 1, 154, 0.1);
}

.career-card:hover::before {
  opacity: 1;
  animation: gradientShift 3s ease infinite;
}

.career-card-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}

.career-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.career-card:hover .career-card-img img {
  transform: scale(1.08);
}

.career-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(1, 4, 17, 0.7) 0%, transparent 50%);
  pointer-events: none;
}

.career-card-body {
  padding: 20px 22px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.career-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 6px;
}

.career-badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.career-badge-fulltime {
  border: 1px solid rgba(0, 255, 136, 0.5);
  color: #00ff88;
  background: rgba(0, 255, 136, 0.1);
}

.career-badge-contract {
  border: 1px solid rgba(255, 193, 7, 0.5);
  color: #ffc107;
  background: rgba(255, 193, 7, 0.1);
}

.career-badge-parttime {
  border: 1px solid rgba(13, 202, 240, 0.5);
  color: #0dcaf0;
  background: rgba(13, 202, 240, 0.1);
}

.career-location {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.career-location i {
  font-size: 12px;
  color: #ff0000;
}

.career-card-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.4;
  transition: all 0.3s ease;
}

.career-card:hover .career-card-title {
  text-shadow: 0 0 20px rgba(255, 0, 0, 0.4);
}

.career-card-desc {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 300;
  margin-bottom: 18px;
  flex: 1;
}

.career-card-body .btn-glow.btn-sm {
  padding: 10px 28px;
  font-size: 13px;
  align-self: flex-start;
}

.apply-banner {
  background: linear-gradient(135deg, rgba(198, 1, 154, 0.12), rgba(255, 0, 0, 0.12));
  border: 1px solid rgba(255, 0, 0, 0.2);
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}

.apply-banner i {
  color: #ff0000;
  font-size: 18px;
}

.apply-banner strong {
  color: #fff;
}

@media (max-width: 576px) {
  .career-card-img {
    height: 160px;
  }
  .career-card-body {
    padding: 16px 18px 20px;
  }
  .career-card-title {
    font-size: 16px;
  }
  .career-card-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
/**************** careers css end ****************/