@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-size: 18px;
    font-family: 'Poppins', Sans-Serif;
    color: #fff;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Aero';
    src: url(../fonts/Aero.ttf);
}





/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Aero';
    font-size: 70px;
    line-height: 75px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 10px 23px;
    font-size: 13px;
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */


/*new project css*/



.theme_btnnn {
  --border-color:
  linear-gradient(-45deg, #0c1fa1, #f7f7f7, #00fffb);
  --border-width: .125em;
  --curve-size: .5em;
  --blur: 30px;
  --bg:
  rgb(0,216,222);
  --color: #fff;
  color: var(--color);
    /* use position: relative; so that BG is only for .theme_btnnn */
  position: relative;
  isolation: isolate;
  display: inline-grid;
  place-content: center;
  padding: 0.8em 1.5em;
  font-size: 20px;
  border: 0;
  text-transform: uppercase;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, .6);
  clip-path: polygon(
            /* Top-left */
            0% var(--curve-size),

            var(--curve-size) 0,
            /* top-right */
            100% 0,
            100% calc(100% - var(--curve-size)),

            /* bottom-right 1 */
            calc(100% - var(--curve-size)) 100%,
            /* bottom-right 2 */
            0 100%);
  transition: color 250ms;
}

.theme_btnnn::after,
.theme_btnnn::before {
  content: '';
  position: absolute;
  inset: 0;
}

.theme_btnnn::before {
  background: var(--border-color);
  background-size: 300% 300%;
  animation: move-bg7234 5s ease infinite;
  z-index: -2;
}

@keyframes move-bg7234 {
  0% {
    background-position: 31% 0%
  }

  50% {
    background-position: 70% 100%
  }

  100% {
    background-position: 31% 0%
  }
}

.theme_btnnn::after {
  background: var(--bg);
  z-index: -1;
  clip-path: polygon(
            /* Top-left */
            var(--border-width) 
            calc(var(--curve-size) + var(--border-width) * .5),

            calc(var(--curve-size) + var(--border-width) * .5) var(--border-width),

            /* top-right */
            calc(100% - var(--border-width)) 
            var(--border-width),

            calc(100% - var(--border-width)) 
            calc(100% - calc(var(--curve-size) + var(--border-width) * .5)),

            /* bottom-right 1 */
            calc(100% - calc(var(--curve-size) + var(--border-width) * .5)) calc(100% - var(--border-width)),
            /* bottom-right 2 */
            var(--border-width) calc(100% - var(--border-width)));
  transition: clip-path 500ms;
}

.theme_btnnn:where(:hover, :focus)::after {
  clip-path: polygon(
                /* Top-left */
                calc(100% - var(--border-width)) 

                calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
    
                calc(100% - var(--border-width))

                var(--border-width),
    
                /* top-right */
                calc(100% - var(--border-width))

                 var(--border-width),
    
                calc(100% - var(--border-width)) 

                calc(100% - calc(var(--curve-size) + var(--border-width) * .5)),
    
                /* bottom-right 1 */
                calc(100% - calc(var(--curve-size) + var(--border-width) * .5)) 
                calc(100% - var(--border-width)),

                /* bottom-right 2 */
                calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5))
                calc(100% - var(--border-width)));
  transition: 200ms;
}

.theme_btnnn:where(:hover, :focus) {
  color: #fff;
}




.main_banner {
    background-image: url(../images/banner.png);
    height: 1320px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background-size: cover;
}

header.main_header {
    position: absolute;
    width: 100%;
    padding: 30px 0px;
    z-index: 2;
}

.header_info .d-flex {
    gap: 20px;
    margin: 0;
}

.header_info ul li a i {
    color: #f07c1e;
    margin-right: 10px;
    font-size: 20px;
}

.header_info ul li a {
    font-size: 20px;
    font-family: 'Poppins';
    color: #fff;
}

.main_banner .banner_headingg h2 {
    letter-spacing: 2px;
}

.main_banner .banner_headingg h2 span {
    color: #f07c1e;
}

.main_banner .banner_headingg p {
    font-weight: 300;
    margin: 40px 0px 100px;
    line-height: 31px;
}

.main_banner .banner_bttnn .theme_btnnn:after {
    background: #071491;
}

.banner_bttnn .theme_btnnn {
    --border-color: linear-gradient(-45deg, #0c1fa1, #0087FF, #0087FF);
}

.main_banner .banner_bttnn .theme_btnnn {
--border-color:linear-gradient(-45deg, #0c1fa1, #0087FF, #0087FF);color: #29D2F9;}

.main_banner .banner_bttnn {
    position: relative;
}

.main_banner .banner_bttnn .arrow_bttn {
    position: absolute;
    top: -70px;
    right: 310px;
    animation: 1s abcd linear infinite alternate;
}


@keyframes abcd {
    from {
        right: 280px;
    }
    to {
        right: 310px;
    }
}


.main_banner .txt_rotate p {
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px;
    font-weight: 400;
    transform: rotate(270deg);
    margin: 0;
}

.banner_headingg {
    position: relative;
}

.main_banner .txt_rotate {
    position: absolute;
    top: 340px;
    left: -66px;
}

.main_banner:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 780px;
    left: 90px;
    top: 518px;
}

.main_banner:before {
    background-image: url(../images/banner-cir.png);
    width: 80px;
    height: 80px;
    position: absolute;
    content: "";
    left: 52px;
    bottom: 200px;
    z-index: 1;
    background-color: #071491;
    background-repeat: no-repeat;
}

.main_banner .banner_side_imgg {
    position: absolute;
    top: 240px;
    width: 58%;
    right: -20px;
}

section.first_secc {
    background: #f0f0f0;
    padding: 36% 0 22%;
    margin-top: -25%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.first_secc .first_sec_heading h2 {
    font-size: 54px;
    letter-spacing: 2px;
    color: #3D3D3D;
}

.first_secc .first_sec_heading h2 span {
    color: #f07c1e;
}

.first_secc .first_sec_heading p {
    font-size: 15px;
    color: #3D3D3D;
    line-height: 26px;
    margin: 20px 0 50px;
}



.first_secc .frst_box_wrp h5 {
    font-size: 30px;
    font-family: 'Aero';
    color: #f07c1e;
    margin: 0;
}

.first_secc .frst_box_wrp h4 {
    font-size: 30px;
    font-family: 'Aero';
    color: #3D3D3D;
}

.first_secc .frst_box_wrp p {
    font-size: 15px;
    color: #74769E;
    opacity: 0;
    transition: 0.5s;
}

.widd_brk {
    width: 95%;
    float: right;
}

.box_android_img img {
    width: 100%;
}


.frst_box_wrp {
    padding: 30px 30px;
}

.box_android_img {
    position: relative;
}

.box_android_img:after {
    position: absolute;
    content: "";
    background-image: url(../images/android-color.png);
    width: 100%;
    height: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
}



.frst_box_wrp:hover .box_android_img:after {
    height: 100%;
    transition: 0.5s;
}


.scnd_img_iso:after {
    background-image: url(../images/iso-color.png);
}


.third_img_tab:after {
    background-image: url(../images/tab-color.png);
}

.fourth_img_gear:after {
    background-image: url(../images/gear-color.png);
}

.fifth_img_ar:after {
    background-image: url(../images/ar-color.png);
}

.imgss_aniima {
    position: relative;
}

.imgss_aniima .ani_frst_img {
    position: absolute;
    right: 570px;
    top: -270px;
    z-index: 1;
}

.imgss_aniima .ani_scnd_img {
    position: absolute;
    right: 400px;
    top: -230px;
    animation: 10s abc linear infinite;
}

.imgss_aniima .ani_third_img {
    position: absolute;
    right: 260px;
    top: -300px;
    animation: 1s abc linear infinite;
}


@keyframes abc {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.imgss_aniima .ani_fourth_img {
    position: absolute;
    top: -160px;
    animation: 1s abc linear infinite;
}

.first_secc .frst_box_wrp:hover p {
    transition: 0.5s;
    opacity: 1;
}

section.first_secc:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    left: 90px;
    top: 0px;
}

.numbr_sec {
    background-image: url(../images/circle-ss.png);
    height: 77px;
    width: 77px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.numbr_sec span {
    font-size: 30px;
    font-family: 'Poppins';
    color: #29D2F9;
    font-weight: 500;
}

.imgss_aniima .numbr_sec {
    position: absolute;
    left: -90px;
    background-color: #f0f0f0;
    z-index: 1;
}

section.first_secc:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background: #fff;
    left: 130px;
    top: 610px;
}


.second_secc {
    background-image: url(../images/game-mob.png);
    height: 1090px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -25%;
    background-size: cover;
    z-index: 1;
}


.secnd_sec_heading h2 {
    letter-spacing: 3px;
    margin-bottom: 40px;
    font-size: 60px;
}

.secnd_sec_heading h2 span {
    color: #f07c1e;
}

.secnd_sec_heading p {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Poppins';
    margin-bottom: 30px;
}


.gm_btnn {
    margin-bottom: 23%;
}


.gm_btnn .gmd_btn {
    font-size: 30px;
    font-family: 'Aero';
    color: #fff;
    position: relative;
    z-index: 1;
}

.gm_btnn .gmd_btn:after {
    content: "";
    position: absolute;
    background: #f07c1e;
    width: 2%;
    height: 30px;
    left: -21px;
    border-radius: 10px 0 0 10px;
    z-index: -1;
    top: 2px;
    transition: 0.5s;
}

.gm_btnn .gmd_btn:hover:after {
    width: 109%;
    transition: 0.5s;
    border-radius: 10px;
}

.first_secc .circle_img {
    position: absolute;
    width: 40%;
    right: -180px;
    top: -220px;
}

.first_secc .c_imgee {
    position: absolute;
    left: -180px;
    top: 880px;
    width: 20%;
}

.second_secc .game_form {
    background-image: url(../images/form.png);
    height: 71%;
    position: absolute;
    width: 36%;
    background-repeat: no-repeat;
    top: 220px;
    right: 100px;
    padding: 70px 80px 60px;
    background-size: cover;
}

/* From uiverse.io by @alexruix */
.game_form .input-group {
 position: relative;
 margin-bottom: 25px;
}

.game_form .input {
 border: solid 1.5px #9e9e9e;
 background: #fff;
 padding: 10px 10px;
 font-size: 1rem;
 color: #000;
 transition: border 150ms cubic-bezier(0.4,0,0.2,1);
 width: 100%;
 height: 60px;
 border-radius: 5px !important;
}

.game_form .user-label {
 position: absolute;
 left: 15px;
 color: #74769E;
 pointer-events: none;
 transform: translateY(1rem);
 transition: 150ms cubic-bezier(0.4,0,0.2,1);
}

.game_form .input:focus, input:valid {
 outline: none;
 border: 1.5px solid #2DCED6;
}

.game_form .input:focus ~ label, input:valid ~ label {
 transform: translateY(-50%) scale(0.8);
 background-color: #fff;
 padding: 0 .2em;
 color: #2DCED6;
}

.form_heading h6 {
    font-size: 30px;
    font-family: 'Aero';
    margin: 0;
    color: #F0870F;
}

.form_heading h5 {
    font-size: 30px;
    font-family: 'Aero';
    margin-bottom: 35px;
}

.game_form .user-label i {
    margin: 0 6px 0 0px;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


.input-group button {
    width: 100%;
}

.input-group textarea {
    height: 110px !important;
    resize: none;
}

.second_secc .numbr_sec {
    position: absolute;
    left: 50px;
    top: 290px;
    background-color: #1019a6;
    z-index: 1;
}

.second_secc:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    left: 90px;
}

.second_secc:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 90px;
    height: 1px;
    top: 330px;
    left: 130px;
}

section.third_secc {
    background-color: #F0F0F0;
    padding: 16% 0 26%;
    margin-top: -28%;
    position: relative;
    display: flex;
}


.gm_box_wrp {
    background-image: url(../images/p1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 304px;
    display: flex;
    align-items: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
}

.gm_box_wrp:after {
    background-image: url(../images/ph1.png);
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
    left: 0px;
    top: 0px;
    transition: 0.5s;
}

.gm_box_wrp ul li h6 {
    font-size: 35px;
    font-family: 'Aero';
    color: #7D7D7D;
    width: 90%;
    line-height: 40px;
}

.gm_box_wrp ul li p {
    color: #3D3D3D;
    width: 100%;
    line-height: 29px;
    display: none;
    transition: 0.5s !important;
}

.gm_box_wrp .d-flex {
    gap: 30px;
    align-items: center;
}

.gm_box_wrp ul li img {
    width: 230px;
}

.gm_box_wrp:hover:after {
    width: 100%;
    transition: 0.5s;
}

.gm_box_wrp:hover ul li p {
    display: block;
    transition: 0.5s !important;
}

.fourth_secc {
    background-image: url(../images/mask.png);
    height: 960px;
    display: flex;
    align-items: center;
    margin-top: -24%;
    z-index: 1;
    position: relative;
    background-size: cover;
    background-position: center;
}

.fourth_sec_heading {
    width: 70%;
    margin: 0 auto;
    margin-top: -16%;
}

.fourth_sec_heading h6 {
    font-size: 20px;
    font-family: 'Raleway';
    color: #fff;
    margin: 0;
    text-align: center;
    letter-spacing: 3px;
}

.fourth_sec_heading h6 span {
    color: #f07c1e;
}

.fourth_sec_heading h2 {
    font-size: 60px;
    letter-spacing: 3px;
    text-align: center;
}

.fourth_sec_heading h2 span {
    color: #F8B21C;
}

.fourth_sec_heading p {
    font-size: 18px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    font-weight: 300;
}




.fifth_sec_heading {
    width: 70%;
    margin: 0 auto;
}

.fifth_sec_heading h6 {
    font-size: 20px;
    font-family: 'Raleway';
    color: #3D3D3D;
    margin: 0;
    text-align: center;
    letter-spacing: 3px;
}

.fifth_sec_heading h6 span {
    color: #f07c1e;
}

.fifth_sec_heading h2 {
    font-size: 60px;
    letter-spacing: 3px;
    text-align: center;
    color: #3D3D3D;
}

.fifth_sec_heading h2 span {
    color: #F59515;
}

.fifth_sec_heading p {
    font-size: 18px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    font-weight: 300;
    color: #3D3D3D;
}

section.fifth_secc {background: #F0F0F0;padding: 30% 0 15%;margin-top: -25%;position: relative;}

.fifth_secc .game_mob_img {
    position: absolute;
    width: 30%;
    right: 0;
    top: 380px;
}

section.fifth_secc .game_mob_imggs {
  
height: 80vh;
}

section.fifth_secc .game_mob_imggs img {
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 1;
}

.fifth_sec_bttn {
    text-align: center;
    position: relative;
}

.fifth_sec_bttn .top_arrow_wrp {position: absolute;left: 620px;top: 100px;animation: 1s top-ar linear infinite alternate;}


@keyframes top-ar {
    from {
        top: 100px;
    }
    to {
        top: 120px;
    }
}

.cir_second img {
    width: 100%;
}

section.fifth_secc .cir_second {
    position: absolute;
    left: 70px;
    bottom: 220px;
    width: 17%;
    /* animation: 10s abc linear infinite; */
}

section.fifth_secc .circle_img {
    position: absolute;
    width: 40%;
    right: -60px;
    top: -280px;
}

.fifth_secc .cros_imgg {
    
position: absolute;
    
left: 420px;
    
animation: 1s abc linear infinite;
}

section.fifth_secc .numbr_sec {
    left: 52px;
    position: absolute;
    background-color: #f0f0f0;
    z-index: 2;
    top: 500px;
}

section.fifth_secc:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 1px;
    height: 100%;
    left: 90px;
    z-index: 1;
    top: 0;
}

section.fifth_secc:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 280px;
    height: 1px;
    left: 130px;
    top: 540px;
}

section.sixth_secc {
    background: #f0f0f0;
    padding: 5% 0 22%;
    position: relative;
    display: flex;
}

.sixth_sec_heading h2 {
    color: #3D3D3D;
    font-size: 57px;
    letter-spacing: 3px;
}

.sixth_sec_heading h2 span {
    color: #F59515;
}

.sixth_sec_heading p {
    color: #74769E;
    font-weight: 300;
    line-height: 30px;
    margin: 40px 0px;
}


.sixxx_btnn {
    position: relative;
    z-index: 2;
}

.sixxx_btnn .left_arrow {
    position: absolute;
    top: 0px;
    right: 200px;
    animation: 1s left-ar linear infinite alternate;
}


@keyframes left-ar {
    from {
        right: 200px;
    }
    to {
        right: 250px;
    }
}


section.sixth_secc:after {position: absolute;content: "";background: #fff;height: 100%;width: 1px;left: 90px;top: 0;}

section.sixth_secc:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 80px;
    height: 1px;
    left: 130px;
    top: 120px;
}

section.sixth_secc .numbr_sec {
    left: 53px;
    position: absolute;
    background-color: #f0f0f0;
    z-index: 1;
}

.gem_comp_boxx {
    position: relative;
    margin-bottom: 3%;
}

.gem_comp_boxx span {
    font-size: 90px;
    font-weight: 800;
    position: absolute;
    left: -90px;
    top: 130px;
    margin-bottom: 0;
    color: #fff;
}
 
.gem_comp_boxx:hover span {
    color: #F59515;
    transition: 1s;
}

.gem_comp_boxx:after {
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 0 100%, 41% 50%);
    background: #F59515;
    width: 70px;
    height: 70px;
    left: -1px;
    bottom: -45px;
    z-index: 999;
}


.gm_second {
    background-image: url(../images/p2.png);
}


.gm_second:after {
    background-image: url(../images/ph2.png);
}


.gem_comp_boxx.gem-aftr:after {
    position: inherit;
}

.gem_comp_boxx.third_com:after {
    position: inherit;
}

.our_game_details h2 {
    font-size: 60px;
    line-height: 63px;
    margin-bottom: 30px;
    color: #3D3D3D;
}

.our_game_details h2 span {
    color: #f59515;
}

.our_game_details p {
    font-size: 16px;
    color: #74769E;
    margin-bottom: 40px;
}

.our_game_details {
    margin-top: 7%;
    margin-bottom: 28%;
    position: relative;
}

.our_game_btnn {
    position: relative;
}

.our_game_btnn .our_arrow {
    position: absolute;
    top: 0;
    right: 190px;
    animation: 1s left-ar linear infinite alternate;
}

.gem_comp_boxx.gem_fourth span {
    left: unset;
    right: -100px;
}

.gem_comp_boxx.gem_fourth:after {
    left: unset;
    right: 0;
    transform: rotate(180deg);
}

.our_game_details:after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    content: "";
    background: #f59515;
    width: 80px;
    height: 85px;
    bottom: -196px;
    left: -51px;
}

.gem_comp_boxx.gem_five span {
    left: unset;
    right: -100px;
}

section.third_secc .snkr_imgg {
    position: absolute;
    bottom: 250px;
    left: -150px;
}

section.third_secc .cros_img_third {
    position: absolute;
    bottom: 190px;
    left: 290px;
    animation: 1s abc linear infinite;
}

section.third_secc .circle_imgg_third {
    position: absolute;
    bottom: -20px;
    left: 110px;
    animation: 10s abc linear infinite;
}

section.third_secc:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    left: 90px;
}

section.third_secc:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 80px;
    height: 1px;
    left: 130px;
    top: 310px;
}

section.third_secc .numbr_sec {
    position: absolute;
    left: 50px;
    top: 270px;
    background-color: #f0f0f0;
    z-index: 1;
}

.fourth_secc .fourt-sec-form {
    background-image: url(../images/four-form.png);
    height: 485px;
    background-repeat: no-repeat;
    width: 50%;
    position: absolute;
    left: 380px;
    margin-top: 20px;
    background-size: cover;
    padding: 50px 50px;
}

.fourt-sec-form .form_heading h5 {
    font-size: 45px;
    margin-bottom: 20px;
}

.fourt-sec-form .form_heading h5 span {
    color: #f8b21c;
}


.fourt-sec-form .input-group textarea {
    height: 300px !important;
}

.seven_secc {
    background-image: url(../images/sec-sev.png);
    height: 970px;
    margin-top: -25%;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
}

section.sixth_secc .six_imgg_wrp {
    position: absolute;
    bottom: -30px;
}

.seven-sec-heading h2 span {
    color: #F59515;
}

.seven-sec-heading h2 {
    letter-spacing: 3px;
    margin-bottom: 8%;
}

.contact_info span {
    font-size: 15px;
    color: #fff;
}

.contact_info h6 a {
    font-size: 19px;
    color: #fff;
    margin: 10px 0 0px;
}

.contact_info h6 i {color: #f59515;margin-right: 15px;}

.contact_info {
    margin-bottom: 100px;
    border-left: 1px solid #fff;
    padding-left: 20px;
}

.contact_imggs {
    position: relative;
}

.contact_imggs .con_cros {
    position: absolute;
    top: 10px;
    left: 30px;
    animation: 1s abc linear infinite;
}

.contact_imggs .con_c-imgg {
    position: absolute;
    right: -140px;
    top: 140px;
}

section.fourth_secc:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    left: 90px;
}

section.fourth_secc:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 160px;
    height: 1px;
    left: 130px;
}

section.fourth_secc .numbr_sec {
    position: absolute;
    left: 50px;
    z-index: 1;
    background-color: #3c49fc;
}


section.seven_secc:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    left: 90px;
}

section.seven_secc:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 80px;
    height: 1px;
    left: 130px;
    top: 300px;
}

section.seven_secc .numbr_sec {
    position: absolute;
    top: 260px;
    left: 50px;
    background-color: #131aa7;
    z-index: 1;
}


section.eight_secc {
    background: #F0F0F0;
    padding: 21% 0 9%;
    margin-top: -25%;
    position: relative;
}

.testi_heading h4 {
    text-align: center;
    font-size: 20px;
    color: #3D3D3D;
}

.testi_heading h4 span {
    color: #F59515;
}

.testi_heading h2 {
    text-align: center;
    font-size: 60px;
    letter-spacing: 3px;
    color: #3d3d3d;
    margin: 20px 0px;
}

.testi_heading h2 span {
    color: #f59515;
}

.testi_heading p {
    text-align: center;
    color: #74769E;
    width: 50%;
    margin: 0 auto;
}

.main_testi_box {
    background-image: url(../images/section4.png);
    height: 670px;
    background-repeat: no-repeat;
    background-size: cover;
    /* display: flex; */
    /* align-items: center; */
    margin-top: 40px;
    padding: 18% 0 0 0%;
}

.testi-details_wrp {
    width: 60%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 60px 24px 60px;
    border-radius: 140px;
}

.testi-details_wrp h6 {
    font-size: 16px;
    color: #3D3D3D;
    margin-bottom: 0;
}

.testi-details_wrp span {
    font-size: 13px;
    margin-left: 15px;
    color: #74769E;
}

.testi-details_wrp p {
    color: #3D3D3D;
    font-size: 15px;
    line-height: 18px;
    margin: 10px 20px 10px;
}

.testi-details_wrp ul li i {
    color: #FED951;
}

.testi-details_wrp .d-flex {
    gap: 7px;
    float: right;
}

.testi-details_wrp {
    position: relative;
}

.testi-ppl-imgg span {
    position: relative;
}

.testi-ppl-imgg span:after {
    position: absolute;
    content: "";
    background: #00FFBA;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 4px solid #fff;
    top: -33px;
    left: 65px;
}

.testi-details_wrp .testi-ppl-imgg {
    position: absolute;
    top: 32px;
    left: -50px;
}

.testi-ppl-imgg img {
    width: 100px;
    border: 4px solid #fff;
    border-radius: 60%;
    height: 100px;
}

section.eight_secc:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    left: 90px;
    top: 0;
}

section.eight_secc:before {
    background: #fff;
    position: absolute;
    content: "";
    left: 130px;
    width: 140px;
    height: 1px;
    top: 410px;
}

section.eight_secc .numbr_sec {
    position: absolute;
    left: 50px;
    top: 370px;
    background-color: #f0f0f0;
    z-index: 1;
}

section.eight_secc .eight_cirr {
    position: absolute;
    width: 33%;
    top: -210px;
    left: -50px;
}

footer.main_footer {
    background-color: #3533BF;
    padding: 20px 0px;
}

.footer_dtls h6 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 300;
}

.footer_dtls span {
    font-size: 15px;
    color: #f59515;
    font-family: 'Poppins';
    font-weight: 500;
}


.footer_dtls h5 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
    margin-top: 5px;
}

.footer_info span {
    font-size: 15px;
    color: #fff;
}

.footer_info h6 a {
    color: #fff;
    font-size: 15px;
}

.footer_info h6 a i {
    color: #f59515;
    margin-right: 10px;
}

.footer_info h6 {
    margin-top: 10px;
}

.seven_secc .css_shpss {
    position: absolute;
    right: -150px;
    top: 480px;
}

.css_shpss img {filter: brightness(3.5);width: 85%;}
html {
    overflow-x: hidden;
}
