/*******************Reset Css****************/

* { margin: 0; padding: 0; border: none; outline: none !important; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; box-shadow: none; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; }
p { margin: 0; }
html,
body { padding: 0; margin: 0; border-radius: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden;}
em { font-style: normal; }
body { font-family: "Open Sans", sans-serif;font-weight: 400; font-size: 14px; background-color: #fff; }

a,
button,
input,
input[type="buttton"],
input[type="submit"],
.btn { transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; outline: none !important; text-decoration: none; font-style: normal; text-decoration: none; }
input { width: 100%; }
img, figure { max-width: 100%; max-height: 100%; margin: 0; padding: 0; }
ul, li { list-style: none; margin: 0; padding: 0; }
a,
a:hover,
a:focus {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p { margin: 0; }
input, textarea { padding: 5px 10px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; }
svg { vertical-align: middle; }
h1{font-family: "Open Sans", sans-serif; font-size: 64px; font-weight: 700; line-height: 1.2; color: #42372E; }
h2 { font-family: "Open Sans", sans-serif; font-size: 62px; font-weight: 700; line-height: 1.2; color: #42372E; text-align: center; }
h3 { font-family: "Open Sans", sans-serif; font-size: 36px; font-weight: 600; line-height: 1.2; color: #fff;}
h5 { font-family: "Open Sans", sans-serif; font-size: 27px; font-weight: 600; line-height: 34px; color: #101010; }
h6 { font-size: 20px; font-weight: 700; line-height: 34px; color: #fff; }
p { font-size: 18px; font-weight: 400; line-height: 30px; color: #8D8B8B; }
a { font-size: 18px; font-weight: 400; color: #fff; line-height: 22px; text-decoration: none; }
.container { max-width: 1430px; margin: 0 auto; padding: 0 20px; }
.global-heading { max-width: 712px; position: relative; margin: 0 auto 35px; }
.global-heading h2{margin-bottom: 20px;}
.text-center{text-align: center;}
.dark-bg h2{color: #fff;}
/*******************Reset Css****************/

/* ------ header part css ------------ */
/* .site-header .top-header .container { max-width: 1920px; } */
.site-header { font-family: "Open Sans", sans-serif; }
.site-header.fixed-header { position: fixed; top: 0; left: 0; right: 0; z-index: 99; padding-top: 0; background-color: #fff;}
.site-header.fixed-header .header-outer { padding: 12px 0; background: #FFFFFF; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
/* .top_header_inner { display: flex; justify-content: space-between; align-items: center; padding: 0 60px; }
.top-left-sction { display: flex; align-items: center; justify-content: flex-start; margin-right: auto; margin-left: 0; }
.top-left-sction li { padding-right: 13px; margin-right: 13px; border-right: solid 1px rgba(255, 255, 255, 0.5); }
.top-left-sction li:last-child { border-right: 0; padding-right: 0; margin-right: 0; }
.top-left-sction li a { text-decoration: none; font-size: 16px; line-height: 21px; color: #fff; font-weight: 400; }
.top-left-sction li .icon { color: #fff; font-size: 14px; margin-right: 10px; }
.top-right-section { display: flex; align-items: center; margin-left: auto; margin-right: 0; }
.top-right-section li { margin-left: 16px; }
.top-right-section li a { width: 24px; height: 23px; font-size: 14px; display: flex; align-items: center; justify-content: center; background-color: #fff; border-radius: 20%; overflow: hidden; text-decoration: none; color: #101010; }
.top-right-section li a:hover { background-color: #CF0707; color: #fff; } */
.header-outer { padding: 28px 0; }
.inner_top_header { display: flex; align-items: center; justify-content: space-between; position: relative; }
.logo span { display: block; color: #F4951D; }
.cart-price { font-size: 18px; line-height: 27px; margin-right: 4px; margin-left: 22px; padding: 12px 24px; font-weight: 600; background-color: #F4951D; color: #fff; display: inline-block; vertical-align: middle; border-radius: 900px; }
.navigation-right { display: flex; align-items: center; }
.basic_btn { font-family: "Open Sans", sans-serif;  font-size: 18px; font-weight: 500; line-height: 22px; text-decoration: none; padding: 14px 28px; background-color: #3B6C45; color: #fff; border-radius: 6px; display: inline-block; }
.basic_btn:hover { background-color: #F4951D; color: #fff;}
.basic_btn.large_btn{min-width: 330px; display: inline-flex; justify-content: center; align-items: center;}
.basic_btn.large_btn span{padding: 0px 8px;}
.navbar { margin-left: auto; padding-right: 25px; }
nav ul { margin: 0; padding: 0px 0; list-style: none; display: flex; align-items: center; width: 100%; }
nav ul>li { position: relative; }
nav ul>li.menu-item-has-children:after { content: ""; display: inline-block; width: 8px; height: 4px; background: url(images/dropdown-icon.svg) no-repeat center; position: absolute; top: 12px; right: 0px; }
nav ul li a { text-decoration: none; line-height: 25px; font-size: 18px; font-weight: 500; display: inline-block; padding: 0 16px; color: #42372E; }
nav ul li.active a { color: #eab43f; font-weight: 500; }
nav ul li a:hover { color: #eab43f; }
nav li>ul { margin: 0; padding: 0; background: #99cccc; height: 0; overflow: hidden; transition: all 0.3s; }
nav li>ul a { color: #3366cc; }
.trigger_mobile_menu { position: absolute; width: 35px; top: 50%; right: 5px; transform: translateY(-50%); right: 5px; cursor: pointer; z-index: 999; display: none; }
.trigger_mobile_menu span { width: 100%; height: 3px; border-radius: 15px; background-color: #3B6C45; display: block; transition: 0.4s; }
.trigger_mobile_menu span+span { margin-top: 5px; }
.trigger_mobile_menu span:nth-child(2){width: 20px; margin-left: auto;}
.menu_active .trigger_mobile_menu span:first-child { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.menu_active .trigger_mobile_menu span:nth-child(2) { display: none; }
.menu_active .trigger_mobile_menu span+span { margin-top: -3px; }
.menu_active .trigger_mobile_menu span:last-child { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.menu_active .trigger_mobile_menu span { background-color: #fff; }



/* section */
html {
  scroll-behavior: smooth;
}
.section{position: relative; padding: 70px 0px;}

@media (max-width:1365px) {
  h1{font-size: 45px;}
  h2{font-size: 40px;}
}


@media (max-width:1199px) {
  h1{font-size: 40px;}
  h2{font-size: 35px;}
}


@media (max-width:991px) {
  h1{font-size: 34px;}
  h2{font-size: 30px;}
  .section{padding: 40px 0px;}
  .global-heading{margin: 0 auto 20px;}
}

@media (max-width:767px) {
  h1{font-size: 28px;}
  h2{font-size: 24px;}
  
}

@media (max-width: 991px) {
  .menu-xxx-container { padding: 80px 30px; background-color: #3B6C45; position: fixed; width: 325px; top: 0; right: 0; bottom: 0; transform: translateX(100%); z-index: 99; overflow: auto; -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0); transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0); -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0); transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0); transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0); }
  .menu_active .menu-xxx-container { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  .menu_active { overflow: hidden; height: 100vh;}
  .trigger_mobile_menu { display: block; }
  nav ul li a { line-height: 30px; font-size: 20px; display: block; padding: 0; color: #fff; }
  nav ul li a:hover{color: #eab43f;}
  nav ul { align-items: self-start; width: 100%; flex-direction: column; }
  .menu_active:after { content: ''; background-color: rgba(0, 0, 0, 0.8); height: 100%; width: 100%; position: fixed; top: 0; bottom: 0; left: 0; right: 0; }
  .logo { width: 225px; }
  .header-outer { padding: 20px 0; }
  .inner_top_header { padding-right: 60px; }
  .menu-item { margin-bottom: 15px; }
  nav ul li.active a { color: #eab43f; font-weight: 500; }

}

/* @media (max-width: 991px) {
    .menu_active {  overflow: hidden; }
} */

@media (max-width: 767px) {
  .logo { width: 175px; }
  .basic_btn.large_btn{min-width: 300px;}

}

@media (max-width: 575px) {
  .logo { width: 130px; }
  .inner_top_header { padding-right: 42px; }
  .basic_btn { font-size: 16px; font-weight: 400; line-height: 18px; padding: 10px 15px; }
  .trigger_mobile_menu { width: 28px; }

}


/* banner section ------------------- */
.banner-section{margin-bottom: 70px; padding: 0px 0px 10px;}
.banner_wrapper{display: flex; justify-content: space-between; align-items: center;}
.banner_right{min-width: 466px; width: 466px; }
.banner_left h1 span{color: #3B6C45;}
.banner_left p{padding: 15px 0px 25px; color: #42372E; font-weight: 500;}
.banner_left{max-width: 800px; padding-right: 40px;}



@media (max-width:1365px) {
  .banner_right {margin-left: 60px;}
  .banner-section{margin-bottom: 70px;}
}

@media (max-width:1199px) {
  .banner_right {margin-left: 60px; min-width: 400px; width: 400px;}
  .banner-section{margin-bottom: 40px;}
}


@media (max-width:991px) {
  .banner_right {margin-left: 30px; min-width: 350px; width: 350px;}
}

@media (max-width:767px) {
  .banner_wrapper{flex-wrap: wrap;}
  .banner_left{ text-align: center; order: 2; max-width: 100%; padding-right: 0;}
  .banner_right{margin-left: 0; width: 100%; min-width: 100%; order: 1; padding: 10px 0px 20px;}
  .banner-img{max-width: 350px; margin: 0 auto;}
  .banner_left p{padding: 10px 0px 15px;}
}


/* work-------------- */
.work{background-color: #000;}
.work_wrapper{display: flex; align-items: center; justify-content: space-between;}
.work_right{min-width: 360px; width: 360px;}
.work_left{max-width: 820px; padding-right: 40px;}
.work_left p{color: #fff; font-size: 20px;}
.work_left ul li{padding: 18px 0px; display: flex; align-items: flex-start;}
.work_left ul li .count{width: 34px; height: 34px; min-width: 34px; background-color: #3B6C45; color: #fff; display: inline-flex; justify-content: center; align-items: center; border-radius: 50px; font-size: 18px; margin-right: 15px;}
.work_left ul li p{font-size: 22px;}
.work_list{margin-bottom: 20px;}

@media (max-width:1365px) {
  .work_right{margin-left: 100px;}
}

@media (max-width:991px) {
  .work_left ul li p{font-size: 18px;}
  .work_left ul li{padding: 14px 0px;}
  .work_right{min-width: 290px; width: 290px; margin-left: 40px;}
}


@media (max-width:767px) {
  .work_wrapper{flex-wrap: wrap;}
  .work_right{margin-left: 0px; min-width: 100%; width: 100%; text-align: center;}
  .work_left{padding: 0px 0px 20px; max-width: 100%;}
}




/* game */
.game{background-color: #eef0ed;}

.tabs {width: 100%;}
.tabs-nav { list-style: none; margin: 0; padding: 25px 20px 50px 20px; display: flex; overflow-x: auto; background-color: #fff; margin-bottom: 30px;
}
.tabs-nav li { float: left; font-weight: bold; margin-right: 2px; cursor: pointer; margin-right: 30px;min-width: 160px;}
.tabs-nav li:last-child{margin-right: 0;}

.tabs-nav li a { color: #998B7F; display: block; font-weight: 700; font-size: 20px; text-align: center; text-decoration: none; position: relative;}
.tabs-nav li a::before{position: absolute; width: 100%; height: 2px; background-color: #000; bottom: -30px; left: 0px; content: ''; opacity: 0;}
.tabs-nav li.active a{color: #42372E;}
.tabs-nav li.active a::before{opacity: 1;}

.tab-content-inner{max-width: 900px; margin: 0px auto;}
.tab-content-inner h3{margin-bottom: 30px;} 
.tabs-content{background-color: #000;  padding: 130px 20px 160px 20px; display: flex; justify-content: center; align-items: center; text-align: left;}
.tab-content-inner p{padding: 5px 0px;}
.tab-content-inner p strong{font-weight: 900; }

@media (max-width:1365px) {
  .tabs-nav li{min-width: 130px;}
}

@media (max-width:1199px) {
  .tabs-content{padding: 50px 20px;}
      .tabs-nav li {
        min-width: 115px;
    }
}

@media (max-width:991px) {
  .tab-content-inner h3{font-size: 28px; margin-bottom: 20px;}
  .tabs-nav li a{font-size: 15px;}
  .tabs-nav li{margin-right: 20px;}
  
}


@media (max-width:575px) {
  .tabs-nav{padding: 20px 15px 30px 15px;}
  .tabs-nav li a::before{bottom: -15px;}
  .tabs-nav li a{font-size: 16px;}
  .tab-content-inner h3{font-size: 20px; margin-bottom: 15px;}
}

/* ACTION */
.action{background-color: #D9D9D9;}
.action_wrapper .global-heading span{font-size: 18px; color: #42372E; font-weight: 500; text-transform: uppercase;}
.action_wrapper .global-heading{margin: 0 auto;}
.action_wrapper .global-heading h2{padding-top: 15px;}
.action_wrapper .global-heading P{color: #42372E; font-weight: 500;}
.action_wrapper .global-heading .basic_btn{margin: 15px 0px;}
.sinup_btn{font-size: 18px; font-weight: 500; color: #42372E; text-decoration: underline;}
.sinup_btn:hover{color: #3B6C45;}

@media (max-width:1199px) {
  .action{margin-bottom: 45px;}
}
/* ACTION */



/* footer */
.footer{background-color: #080808; padding: 131px 0 35px 0;}
/* footer-top */
.footer-top-wrapper{display: flex; justify-content: space-between; padding-bottom: 32px;}
.footer-top-content-left{width: 472px; min-width: 472px; display: flex; gap: 64px; }
.footer-top-content-right{width: 100%; padding-left: 50px; text-align: right;}
.footer-menu h2{font-size: 24px; color: #FFFFFF; line-height: 1.2; text-align: left; margin-bottom: 24px; }
.footer-menu ul li{margin-bottom: 24px;}
.footer-menu ul li:last-child{margin-bottom: 0;}
.footer-menu ul li a{font-size: 18px; color: #8D8B8B; }
.footer-menu ul li a:hover{color: #eab14c;}
.footer-logo{max-width: 189px; line-height: 0;}
/* footer-bottom */
.footer-bottom-wrapper{ padding-top: 32px; border-top: 1px solid #312F2F;}
.footer-bottom-details{display: flex; justify-content: space-between; margin-bottom: 32px; }
.footer-social-icons ul{display: flex; align-items: center; gap: 24px; }
.footer-social-icons ul li a{font-size: 25px; transition: all 0.4s ease; color: #8D8B8B;}
.footer-social-icons ul li a:hover{color: #eab14c;}
.footer_btm_info p{color: #8D8B8B;}
.footer_btm_info p a{color: #3B6C45;}
.footer_btm_info p a:hover{color: #eab14c;}
 
@media(max-width:1199px) {
footer{padding: 100px 0 35px 0;}
}
 
@media(max-width:991px) {
.footer-top-content-left{width: 100%; max-width: 100%;}
footer{padding: 75px 0 35px 0;}
.footer-top-wrapper{flex-direction: column; padding-bottom: 32px;}
.footer-top-content-right{text-align: left; margin-top: 32px; padding-left: 0;}
}
 
@media(max-width:576px) {
footer{padding: 45px 0 35px 0;}
.footer-top-content-left{flex-direction: column;gap: 25px; }
.footer-bottom-details{flex-direction: column;}
.footer-logo{margin-bottom: 25px;}
 
}
 
@media(max-width:480px) {
footer{padding: 35px 0 35px 0;}
}
.scroll-button {
  position: absolute;
  right: 20px;
  top: 80%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 9999;
  background-color: #fff;
  padding: 2px;
  border-radius: 50%;
}



