/*import local font*/
@font-face {
    font-family: "Title";
    src: url('./fonts/IFC\ RAILROAD\ 2.ttf') format('woff2'), /* Modern browsers */
    url('./fonts/IFC\ RAILROAD\ 2.ttf') format('woff'); /* Older browsers */
    
    }


/*import local font*/
@font-face {
    font-family: "CustomFont";
    src: url('./fonts/UniversLTStd.otf') format('woff2'), /* Modern browsers */
    url('./fonts/UniversLTStd.otf') format('woff'); /* Older browsers */
    
    }

/*Body properties*/
body {
    margin: 0;
    padding: 0;
    width: 1080px;
    height: 1920px;
    overflow: hidden;
    background: url('../assets/p2.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

/*transparent background or production png*/
.main-content{
    width: 1080px;
    height: 1920px;
    overflow: hidden;
}
/*group title position*/
.group-title{
    position: relative;
    width: 147px;
    height: 46px;
}

/*h2 cat-title title properties*/
h2.cat-title{
    font-family: 'Title';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    color: #FADBA3;
    margin-block-start: 0px;
    margin-block-end: 0px;
    text-align: center; 
    margin-block-start: 45px;
}

/*h2 cat-title title properties*/
h2.cat-title2{
    font-family: 'Title';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    color: #FADBA3;
    margin-block-start: 0px;
    margin-block-end: 0px;
    text-align: center; 
    margin-block-start: 750px;
}

/*h2 cat-title title properties*/
h2.cat-title3{
    font-family: 'Title';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    color: #FADBA3;
    margin-block-start: 0px;
    margin-block-end: 0px;
    text-align: center; 
    margin-block-start: 470px;
}

/*h2 title properties*/
h2.title{
    font-family: 'CustomFont';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: normal;
    text-transform: capitalize;
    color: #FADBA3;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

/*group info p properties*/
.content p{
    font-family: 'CustomFont';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 5px; 
    color: #FFF;
}

/*content-1 position*/
#content-1{
    position: absolute;
    left: 70px;
    top: 195px; 
    right: 650px; 
    width: 450px;
    height: 250px;
    overflow: hidden;
    white-space: nowrap; 
}

/*content-2 info position*/
#content-2{
    position: absolute;
    left: 70px;
    right: 702px;; 
    top: 442px; 
    width: 270px;
    height: 300px;
    overflow: hidden;
    white-space: nowrap; 
}

/*content-3 info position*/
#content-3{
    position: absolute;
    left: 70px;
    right: 740px; 
    top: 690px; 
    width: 410px;
    height: 190px;
    overflow: hidden;
    white-space: nowrap; 
}

/*content-4 info position*/
#content-4{
    position: absolute;
    left: 628px;
    top: 1073px; 
    bottom: 631px;
    right: 91px;
    width: 360px;
    height: 216px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap; 
}

/*content-5 info position*/
#content-5{
    position: absolute;
    left: 70px;
    top: 1550px; 
    bottom: 206px;
    right: 680px;
    width: 400px;
    height: 230px;
    overflow: hidden;
    white-space: nowrap; 
}

/*content-5 info position*/
.p{
    font-family: 'CustomFont';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #FFF;
    width: 360px;
    height: 40px;
    overflow: hidden;
}



