@import url ( 'https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap' ); * { padding : 0 ; margin : 0 ; /* font-family: 'Poppins', sans-serif; */ font-family : 'Poppins' , sans-serif ; box-sizing : border-box ; } body { background-color : black ; } .main { /* background-image: url("Image/Net_hero1_img.jpg"); */ background-image : url ( "Net_hero1_img.jpg" ); height : 80vh ; position : relative ; background-position : center center ; background-repeat : no-repeat ; background-size : max ( 2200px , 110vw ); /* background-size: max(100%) */ } .main .box { height : 80vh ; width : 100% ; opacity : 0.5 ; background-color : black ; position : absolute ; top : 0 ; } @media scr...