/*
 Theme Name:   RealityScape VR Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Dizr Agency
 Author URI:   https://dizr.agency/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.main_bg_part::before{content: '';
position: fixed;inset: 0;  background-image: linear-gradient(rgba(0, 212, 232, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 212, 232, 0.04) 1px, transparent 1px) !important;
background-size: 60px 60px;
pointer-events: none; z-index: 0;}

.main_bg_part{background: #050d1a;
    color: #f0f8ff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    overflow-x: hidden;}
.map_bg_line{background: #0a1628;
    height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 1px solid #00d4e82e;
    position: relative;
    overflow: hidden;}
.map_bg_line::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0, 212, 232, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 212, 232, 0.06) 1px, transparent 1px);
    background-size: 30px 30px;
}
