*{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000;
}

html {
  scroll-behavior: smooth;
}

/* CSS Scrollbar Color */
::-webkit-scrollbar{
    width:3px;
    height:1px;
}

::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{background:#4261a6;border-radius:20px}
::-webkit-scrollbar-thumb:hover{background:#6c93eb}


@media only screen and (max-width: 700px) {
  
    /* CSS Scrollbar Color */
    ::-webkit-scrollbar{
        width:0px;
        height:1px;
    }
    ::-webkit-scrollbar-track{background:transparent}
    ::-webkit-scrollbar-thumb{background:#4a4a8a;border-radius:0px}
    ::-webkit-scrollbar-thumb:hover{background:rgba(0, 0, 0, 0.4)}

}



/*  FONT FAMILY */
.poppins{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
.breeserif {
  font-family: "Bree Serif", serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.5px;
}
.barlow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}




/* CSS POSITION FIXED ALIGN */
.left{
    left:0;
}
.top{
    top:0;
}
.bottom{
    bottom:0;
}
.right{
    right:0;
}


/* CSS PERATAAN BOX*/
.float-left{
    float:left;
}
.float-center{
    float:center;
}
.float-ritgh{
    float:right;
}


/* CSS PERATAAN TEXT */
.text-left{
    text-align:left;
}.text-center{
    text-align:center;
}.text-right{
    text-align:right;
}.text-justify{
    text-align:justify;
}


/* CSS BENTUK FONT */
.fst-bold{
    font-weight:bold;
}.fst-normal{
    font-weight:normal;
}.fst-italic{
    font-style:italic;
}


/*  TRANSFORM CSS */
.transform-top{
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.transform-md{
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.transform-bottom{
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* CSS FONT SIZE */

.fz7 {
    font-size: 7px;
}.fz8 {
    font-size: 8px;
}.fz9 {
    font-size: 9px;
}.fz10 {
    font-size: 10px;
}.fz11 {
    font-size: 11px;
}.fz12 {
    font-size: 12px;
}.fz13 {
    font-size: 13px;
}.fz14 {
    font-size: 14px;
}.fz15 {
    font-size: 15px;
}.fz16 {
    font-size: 16px;
}.fz17 {
    font-size: 17px;
}.fz18 {
    font-size: 18px;
}.fz19 {
    font-size: 19px;
}.fz20 {
    font-size: 20px;
}.fz21 {
    font-size: 21px;
}.fz22 {
    font-size: 22px;
}.fz23 {
    font-size: 23px;
}.fz24 {
    font-size: 24px;
}.fz25 {
    font-size: 25px;
}.fz26 {
    font-size: 26px;
}.fz27 {
    font-size: 27px;
}.fz28 {
    font-size: 28px;
}.fz29 {
    font-size: 29px;
}.fz30 {
    font-size: 30px;
}.fz31 {
    font-size: 31px;
}.fz32 {
    font-size: 32px;
}.fz33 {
    font-size: 33px;
}.fz34 {
    font-size: 34px;
}.fz35 {
    font-size: 35px;
}.fz40 {
    font-size: 40px;
}.fz45 {
    font-size: 45px;
}.fz50 {
    font-size: 50px;
}


.pfx-header {
  position: fixed;
  z-index: 999999999;
}
.pfx-popup {
  position: fixed;
  z-index: 999999998;
}
.pfx-bottom {
  position: fixed;
  z-index: 999999997;
}
.pfz-content1{
  position: fixed;
  z-index: 999999996;
}
.pfz-content2{
  position: fixed;
  z-index: 999999995;
}
.pfz-content3{
  position: fixed;
  z-index: 999999994;
}
.pfz-content4{
  position: fixed;
  z-index: 999999993;
}


/* CSS WITH SIZE */
.wz-pc5 {
    width: 5%;
}
.wz-pc10 {
    width: 10%;
}
.wz-pc15 {
    width: 15%;
}
.wz-pc16 {
    width: 16.6%;
}
.wz-pc20 {
    width: 20%;
}
.wz-pc25 {
    width: 25%;
}
.wz-pc30 {
    width: 30%;
}
.wz-pc33 {
    width: 33%;
}
.wz-pc35 {
    width: 35%;
}
.wz-pc40 {
    width: 40%;
}
.wz-pc45 {
    width: 45%;
}
.wz-pc50 {
    width: 50%;
}
.wz-pc55 {
    width: 55%;
}
.wz-pc60 {
    width: 60%;
}
.wz-pc65 {
    width: 65%;
}
.wz-pc70 {
    width: 70%;
}
.wz-pc75 {
    width: 75%;
}
.wz-pc80 {
    width: 80%;
}
.wz-pc85 {
    width: 85%;
}
.wz-pc90 {
    width: 90%;
}
.wz-pc95 {
    width: 95%;
}
.wz-pc96 {
    width: 96%;
}
.wz-pc97 {
    width: 97%;
}
.wz-pc98 {
    width: 98%;
}
.wz-pc99 {
    width: 99%;
}
.wz-pc100 {
    width: 100%;
}
.wz-pc105 {
    width: 105%;
}


.wz-px5 {
    width: 5px;
}
.wz-px10 {
    width: 10px;
}
.wz-px15 {
    width: 15px;
}
.wz-px20 {
    width: 20px;
}
.wz-px25 {
    width: 25px;
}
.wz-px30 {
    width: 30px;
}
.wz-px35 {
    width: 35px;
}
.wz-px40 {
    width: 40px;
}
.wz-px45 {
    width: 45px;
}
.wz-px50 {
    width: 50px;
}
.wz-px55 {
    width: 55px;
}
.wz-px60 {
    width: 60px;
}
.wz-px65 {
    width: 65px;
}
.wz-px70 {
    width: 70px;
}
.wz-px75 {
    width: 75px;
}
.wz-px80 {
    width: 80px;
}
.wz-px85 {
    width: 85px;
}
.wz-px90 {
    width: 90px;
}
.wz-px95 {
    width: 95px;
}
.wz-px100 {
    width: 100px;
}
.wz-px110 {
    width: 110px;
}
.wz-px120 {
    width: 120px;
}
.wz-px130 {
    width: 130px;
}
.wz-px140 {
    width: 140px;
}
.wz-px150 {
    width: 150px;
}
.wz-px180 {
    width: 180px;
}
.wz-px200 {
    width: 200px;
}
.wz-px250 {
    width: 250px;
}
.wz-px300 {
    width: 300px;
}
.wz-px350 {
    width: 350px;
}
.wz-px400 {
    width: 400px;
}
.wz-px450 {
    width: 450px;
}
.wz-px500 {
    width: 500px;
}
.wz-px550 {
    width: 550px;
}
.wz-px600 {
    width: 600px;
}
.wz-px650 {
    width: 650px;
}
.wz-px700 {
    width: 700px;
}




/* CSS HEIGHT */
.hz-pc50{
    height: 50%;
}
.hz-pc75{
    height: 75%;
}
.hz-pc100{
    height: 100%;
}
.hz-pc130{
    height: 130%;
}


.hz-px5 {
    height: 5px;
}
.hz-px10 {
    height: 10px;
}
.hz-px15 {
    height: 15px;
}
.hz-px20 {
    height: 20px;
}
.hz-px25 {
    height: 25px;
}
.hz-px30 {
    height: 30px;
}
.hz-px35 {
    height: 35px;
}
.hz-px40 {
    height: 40px;
}
.hz-px45 {
    height: 45px;
}
.hz-px50 {
    height: 50px;
}
.hz-px55 {
    height: 55px;
}
.hz-px60 {
    height: 60px;
}
.hz-px65 {
    height: 65px;
}
.hz-px70 {
    height: 70px;
}
.hz-px75 {
    height: 75px;
}
.hz-px80 {
    height: 80px;
}
.hz-px85 {
    height: 85px;
}
.hz-px90 {
    height: 90px;
}
.hz-px95 {
    height: 95px;
}
.hz-px100 {
    height: 100px;
}
.hz-px110 {
    height: 110px;
}
.hz-px120 {
    height: 120px;
}
.hz-px130 {
    height: 130px;
}
.hz-px140 {
    height: 140px;
}
.hz-px150 {
    height: 150px;
}



/* CSS BUTTON */
.btn{
    background-color:transparent;
    border-color:transparent;
    outline:none;
}