:root {
  --main1: #cf0e2a;  
  --main2: #5681bf;  
  --main3: #ffb300;  
  --main4: #ffce59;  
  --main5: #ff9500;  
  --text-gray: #545454;
  --text-gray2: #374958;
  --text-black: #181D27;
  --text-black2: #121212;
  --main-gradient: linear-gradient(180deg, #41E0DE 0%, #0B167F 100%);
}  
   
a{
  text-decoration: none !important; 
}
a:hover{
  text-decoration: none;
} 
html, body{
  font-family: "Prompt", sans-serif; 
  background-color: black;
  overflow-x: hidden !important;
  max-width: 100vw;
  position: relative;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
header .container{
  position: relative !important;
}
.menut{
  position: absolute;
  width: 100%;
  background: url(../images/nav.png);
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 85px;
  top: 40px;
  padding: 0px 20px 0px 170px;
}
.menut .logo{
  height: 200px;
  position: absolute;
  left: -20px;
  top: -35px;
}
.menut ul{
  height: 85px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: end;
}
.menut ul li{
  margin-left: 25px;
  margin-right: 25px;
  transition: .33s all ease-out; 
  text-align: center;
}
.menut ul li:nth-child(7){
  margin-left: 10px;
  margin-right: 10px; 
}
.menut ul li:nth-child(8){
  margin-left: 10px;
  margin-right: 10px; 
}
.menut ul li a{
  color: white;
  transition: .33s all ease-out; 
  font-size: 18px;
  line-height: 20px;
}
.menut ul li:hover a{
  color: #FFD558;
}
.menut ul li a small{
  text-transform: uppercase;
  font-size: 12px;
  margin-top: -10px;
  line-height: 20px;
}
.menut .btn{ 
  font-weight: bold;
  color: #fff;
  width: 158px;
  transition: .33s all ease-out; 
  padding: 10px;
  border-radius: 10px;
}
.btn.btn1{ 
  background-color: #000;
  border: 4px solid #76000c; 
}
.btn.btn2{ 
  background-color: var(--main1);
  border: 4px solid #520f2c;
}
.section1{ 
  background: url(../images/bg1.png);
  background-size: auto 100%  !important;
  background-repeat: repeat !important;
  background-position: center !important;
  padding-top: 150px;
  color: #fff;   
  min-height: 105vh;
  overflow-x: hidden;
  overflow-y: visible;
}
.section1 .container {
  overflow: visible !important;
  position: relative;
}
.btn.btn3{ 
  font-weight: bold;
  color: #fff;
  width: 158px;
  transition: .33s all ease-out; 
  padding: 10px;
  border-radius: 10px;
  background-color: var(--main1);
  border: 4px solid #520f2c;
  font-size: 20px;
}
.btn.btn3:hover{
  color: #FFD558;
} 
.section1 .container:after{
  content: "";
  width: 400px;
  height: 400px;
  background: url(../images/hilo168model/creation_1932687873.png);
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  position: absolute;
  bottom: 10%;
  left: 5%;
}
.section1 .container::before{
  content: "";
  width: 400px;
  height: 400px;
  background: url(../images/hilo168model/creation_1932679675.png?v=1);
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  position: absolute;
  bottom: 10%;
  right: 5%;
}
.pro1{
  margin-top: 30px;
  min-height: 80px;
  height: 100%;
  width: 100%; 
  background: url(../images/bb1.png);
  background-size: 100px 100px !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}
.pro1 .img1{ 
  height: 100%;
  width: 100%; 
  background: url(../images/it1.png);
  background-size: auto 90px !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
} 
.pro1 .img2{ 
  height: 100%;
  width: 100%; 
  background: url(../images/it2.png);
  background-size: auto 90px !important;
  background-repeat: no-repeat !important;
  background-position: top 10px center !important;
} 
.pro1 .img3{ 
  height: 100%;
  width: 100%; 
  background: url(../images/it3.png);
  background-size: auto 80px !important;
  background-repeat: no-repeat !important;
  background-position: top 10px center !important;
} 
.pro1 h4{
  margin-bottom: 0px; 
} 
.section1 h2{
  font-size: 16pt;
}
.section1 p{
  font-size: 11pt;
}
.section2{ 
  background: url(../images/bg2.png);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important; 
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.section2 h1{ 
  color: #fff;
}
.section2 h1 span{ 
  color: var(--main1);
}
.section2 h1 + p{ 
  font-size: 15px;
  color: #fff;
}
.webg{
  width: 100%;
  height: 150px;
  background: url(../images/ww.png);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important; 
  margin-bottom: 30px;
  transition: .33s all ease-out; 
}
.webg div{
  height: 170px; 
  background-size: 50% auto !important;
  background-repeat: no-repeat !important;
  background-position: center !important;  
  transition: .33s all ease-out; 
}
.webg.web8 div{
  background-size:  45% auto !important; 
}
.webg:hover div{ 
  background-size: 54% auto !important; 
}
.section3{   
  background: url(../images/bg3.png);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: top center !important; 
  padding-top: 20px; 
}
.section3 h1{   
  color: var(--main1); 
  font-weight: bold;
}
.section3 h5{   
  color: #fff; 
  margin-bottom: 15px;
}
.section3 p{   
  color: #fff;
}
.section4{   
  background: url(../images/bg4.png);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: top center !important; 
  padding-top: 20px; 
  padding-bottom: 20px;
}
.section4 h1{   
  color: var(--main1); 
  text-align: center;
  margin-bottom: 20px;
}
.section4 h1 span{   
  color: #fff;  
} 
.revi{ 
  /* height: 370px; */
  max-width: 370px;
  background-color: #000;
  border: 2px solid var(--main1);
  display: block;
  margin: auto;
}
.section5{   
  background: url(../images/bg5.png);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: top center !important; 
  padding-top: 20px; 
  padding-bottom: 20px;
}
.section5 h1{   
  color: var(--main1); 
  text-align: center;
  margin-bottom: 20px;
}
.section5 h1 span{   
  color: #fff;  
} 
.game{ 
  background: url(../images/fgame.png);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: top center !important; 
  height: 300px; 
  max-width: 300px;
  display: block;
  margin: auto auto 30px;
  position: relative;
} 
.game p{   
  position: absolute;
  bottom: 15px !important;
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 14px;
  z-index: 23;
  transition: .33s all ease-out; 
}
.game img.img11{   
  position: absolute;
  bottom: 55px !important; 
  display: block;
  margin: auto; 
  left: 0;
  right: 0;
  width: 66%;
  z-index: 23;
  transition: .33s all ease-out; 
}
.game:hover img.img11{   
  width: 70%;
}
.game img.img22{    
  position: absolute;
  bottom: 20px !important; 
  display: block;
  margin: auto; 
  left: 0;
  right: 0; 
  max-height: 100%;
  z-index: 17;
} 
.section6{   
  background: url(../images/bg6.png);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: top center !important; 
  padding-top: 20px; 
}
.section6 h1{   
  color: var(--main1); 
  font-weight: bold;
}
.section6 h5{   
  color: #fff; 
  margin-bottom: 15px;
}
.section6 p{   
  color: #fff;
}
footer{
  padding-top: 20px;
  padding-bottom: 20px;
}
.bank{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bank img{ 
  text-align: center;
  margin: 5px;
  display: block;
}
footer ul{
  padding-left: 0px;
  list-style: none; 
} 
footer ul li a{
  transition: .33s all ease-out; 
  color: #9b9b9b;
  line-height: 35px;
}
footer ul li:hover a{
  color: #fff;
}







/* 
  transition: .33s all ease-out;  
######################################################################################################
###################################################################################################### 
*/ 
 

@media only screen and (max-width: 1024px) { /* MOBILE */
  .mb-x{
    display: none !important;
  }
  body {
    overflow-x: hidden !important;
  }
  .menut{
    top: 20px; 
    background-size: 165% auto !important;
    background-position: left center !important;
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }
  header .container {
    max-width: 100%;
    overflow: hidden;
  }
  .menut ul {
    display: none;
  }
  .menut .logo {
    height: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .menut .btn { 
    width: 118px; 
    padding: 5px;
    border-radius: 10px;
  }
  .section1 {
    padding-top: 60px !important;
    overflow-x: hidden;
    overflow-y: visible;
  }
  .section1 p {
    font-size: 11px;
  }
  .section1 .container {
    overflow: visible !important;
    position: relative;
  }
  .section1 .text-center {
    position: relative;
    z-index: 2;
  }
  .section1 .container:after{ 
    width: 200px;
    height: 200px;
    left: -30px;
    bottom: 30%;
    display: block !important;
    z-index: 0;
  }
  .section1 .container::before{ 
    width: 200px;
    height: 200px;
    right: -18px;
    bottom: 30%;
    display: block !important;
    z-index: 0;
  }
  .section1 h2{
    font-size: 15pt;
  }
  .pro1 {
    height: 150px !important;
  }
  .pro1 .img1{ 
    height: 112px !important;
    background-size: auto 70px !important
  }
  .pro1 .img2{ 
    height: 112px !important;
    background-size: auto 70px !important
  }
  .pro1 .img3{ 
    height: 112px !important;
    background-size: auto 70px !important;
  } 
  .section3{
    text-align: center;
  }
  footer .bank{
    padding-left: 0px;
    list-style: none;
    flex-wrap: wrap;
    gap: 10px; /* optional spacing between items */
  } 
  .section6 p {
    font-size: 12px;
  }
  .revi{
    margin-bottom: 25px;
  }
  .section3 p{
    font-size: 12px;
  }
  .webg { 
    height: 179px; 
  }
  nav button{
    position: absolute;
    right: 25px;
    top: 50px; 
    font-size: 20px;
    z-index: 111;
  } 
  nav button i{ 
    color: #FFD558;
    font-size: 30px;
  } 
  nav .collapse{  
    top: 50px;
    padding-top: 50px;
    height: 100vh !important;
  } 
  nav .collapse.show{ 
    overflow: hidden !important; 
  } 
  .nav-item{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
  } 
  .nav-item a{
    color: #fff;
    font-size: 24px;
  } 
  .nav-item a small{
    font-size: 13px;
  } 
}
@media only screen and (min-width: 768px) { /* PC */
  .pc-x{
    display: none !important;
  }   
  header nav{
    display: none !important;
  }
}
