@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Lao:wght@200;600;700;800&display=swap');
*, :after, :before, html {
    box-sizing: border-box;
}
body{
  background-image: linear-gradient(
    0deg,
    hsl(214deg 33% 4%) 0%,
    hsl(215deg 33% 7%) 48%,
    hsl(218deg 32% 10%) 62%,
    hsl(219deg 30% 13%) 70%,
    hsl(222deg 28% 16%) 76%,
    hsl(222deg 28% 19%) 81%,
    hsl(224deg 27% 22%) 85%,
    hsl(225deg 26% 25%) 90%,
    hsl(228deg 25% 28%) 95%,
    hsl(229deg 24% 30%) 100%
  );
font-family: 'Noto Serif Lao', serif;
}
.navbar-nav li a{
  font-size: 1rem;
  font-weight: 600;
  color: #eff3fb;
}
.navbar-nav li a:hover{
  color: #2669f5 !important;
}
.banner{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
}
.text-wraper h1{
  font-size: 3.3rem;
  font-weight: 800;
  color: #e76c80;
  text-align: left;
}
.text-wraper h1 span{
display: block;
color: #4b86ff;
}
.btns {
  width: 38px;
  background: #342b2b;
  text-align: center;
  height: 38px;
  padding: 7px 0;
  border-radius: 11px;
}
.mt-5.build {
  text-align: left;
}
.text-wraper p{
  margin-left: auto;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
  line-height: 33px;
}
.text-wraper p span{
  display: block;
}
.build a{
  padding: 10px 18px !important;
  border-radius: 12px !important;
  font-weight: 600;
}
h3.title {
  font-weight: 600;
  font-size: 32px !important;
  text-align: center;
  line-height: 44px;
}
.banner-img1 h2{
  color: #ced0d5;
  font-size: 45px;
  text-align: start;
  font-weight: 600;
}
.boxs.ddd.text-center.py-5 {
  padding: 65px 0 !important;
}
.banner-img1 p{
  font-size: 20px;
  color: #ced0d5;
  font-weight: 600;
}
.banner-img1 .boxs{
  background: #121b23;
  padding: 30px;
  border-radius: 28px;
  border: 1px solid hsla(0,0%,100%,.05);
  height: 100%;
  text-align: center !important;
}
.boxs{
  transition: 0.5s;
}
.boxs:hover{
  transform: scale(1.1);
}
.banner-img1 .boxs p{
  font-size: 15px;
  line-height: 25px;
  color: #ced0d5;
  text-align: center;

}
.plus{
  color: #1766ff;
}
.icons img{
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 12px;
  padding: 13px;
}
.news-cins h5{
color: #fff;
}
.news-cins h6{
  color: #b7becb;
}
.news-cins{
  background: #121b23;
  padding: 30px;
  border-radius: 28px;
  height: 100%;
}
.news-cins a h5{
  transition: 0.5s;
}
.news-cins a:hover h5{
color: #7597ff;
}
.rr{
  color: #7597ff !important;
}
a.btn.btn-primary {
  background: #7597ff !important;
}
.rr1{
  color: #ef4623 !important;
}
section.bgbgg {
  background: rgb(64,31,61);
  background: linear-gradient(90deg, rgba(64,31,61,1) 25%, rgba(60,62,92,1) 61%);
}
.news-cins{
  transition: 0.5s;
  text-align: center;
}
.news-cins:hover{
  transform: translateY(10px);
}
.news-cins p{
  font-size: 0.9rem;
}
.bg-color{
  background: #162239;
  border-radius: 30px;
}
.bg-color h4{
  color: #fff;
  font-size: 33px;
  margin-bottom: 30px;
}
.bg-color p{
  color: #a9abb0;
    padding-right: 100px;
    font-size: 18px;
}
.bg-color{
  overflow: hidden;
}
.bg-color .bg-img{
  transform: scale(1.5) translate(10px, 10px);
}
.bgbgg img{
  width: 100%;
}