*{
    margin: 0;
    padding: 0;
    cursor: default;
   
}
.bg{
    background-size: 100%;
}
.content{
    
    width: 1920rem;
    
}
.head{
    
    display: flex;
    align-items: center;
   position: absolute;
   
   top:60rem;
   left: 0;

}

.icon{
   
    width: 60rem;
    height: 60rem;
    margin-left: 80rem;
    background-image: url('./img/logo.png');
}
.iconText{
    color: white;
    font-family:'misans';
    font-size: 32rem;
    font-style: normal;
    font-weight: 700;
    line-height: 48rem; /* 120% */
    letter-spacing: -0.24rem;
    text-transform: capitalize;

    margin-left: 12rem;
    margin-right: 1139rem;
}


.btn{
    font-family: "October Devanagari";
    font-size: 26rem;
    font-style: normal;
    font-weight: 500;
    line-height: 24rem; /* 150% */
    position: relative;
    cursor: pointer;
    margin-right: 49rem;
    color: rgba(255, 255, 255, 0.50);
}
.active{
    color: white;
}

.active::after{
    top:33rem;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    display: block;
    position: absolute;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-color: #fff;
}


.act:hover:after{
    top:33rem;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    display: block;
    position: absolute;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    
    background-color: #fff;
    
}



.page{
    display: none;
    background-color: white;
    
}

.pageH,.pageP,.pageJ{
    width: 1920rem;
    
}

.bannerH1{
    width: 1920rem;
    height: 1080rem;
    
    background-image: url('./img/p1p1.png');
}






.bannerH2{
    width: 1920rem;
    height: 1080rem;
    
    background-image: url('./img/p1p2.png');
}
.bannerH3{
    width: 1920rem;
    height: 1080rem;
    
    background-image: url('./img/p1p3.png');
  
}
.bannerH4{
    width: 1920rem;
    height: 1080rem;
    background-image: url('./img/p1p4.png');
}
.bannerH5{
    width: 1920rem;
    height: 1080rem;
    background-image: url('./img/p1p5.png');

}
.btns{
    display: flex;
    
}
.btnL{
    width: 960rem;
    height: 540rem;
    background-image: url('./img/btnl.png');
    cursor: pointer;
}
.btnF{
    background-image: url('./img/btnf.png');

}

.bottom{
    width: 1920rem;
    height: 486.094rem;
    background-image: url('./img/buttom.png');

}

.bannerP1{
    width: 1920rem;
    height: 1080rem;
    
    background-image: url('./img/p2p1.png');
}
.bannerP2{
    width: 1920rem;
    height: 1080rem;
    background-image: url('./img/p2p2.png');
}
.bannerP3{
    width: 1920rem;
    height: 1080rem;
    background-image: url('./img/p2p3.png');
}
.bannerP4{
    width: 1920rem;
    height: 1080rem;
    background-image: url('./img/p2p4.png');
}
.bannerP5{
    width: 1920rem;
    height: 1080rem;
    background-image: url('./img/p2p5.png');
}



.bannerJ1{
    width: 1920rem;
    height: 1080rem;
    background-image: url('./img/p3p1.png');
    
}

.bannerJ2{
    width: 1920rem;
    height: 1080rem;
    background-image: url('./img/p3p2.png');
}
.bannerJ3{
    width: 1920rem;
    height: 1080rem;
    background-image: url('./img/p3p3.png');
}
.bannerJ4{
    width: 1920rem;
    height: 1080rem;
    background-image: url('./img/p3p4.png');
}
.bannerJ5{
    width: 1920rem;
    height: 1080rem;
    background-image: url('./img/p3p5.png');
}
.bannerJ6{
    width: 1920rem;
    height: 1080rem;
    background-image: url('./img/p3p6.png');
}
