@font-face {
    font-family: SQR721B;
    src: url(../../fonts/SQR721B.TTF);
}
@font-face {
    font-family: SQR721C;
    src: url(../../fonts/SQR721C.TTF);
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 99;
}

.header .navbar {
    box-shadow: 0 3px 7px #000;
}

.header .navbar #navbarNavDropdown .navbar-nav {
    justify-content: space-between;
    width: 100%;
    position: relative;
    height: 40px;
}

.header .navbar #navbarNavDropdown .navbar-nav .logo-pos {
    margin-top: 40px;
}

.header .navbar #navbarNavDropdown .navbar-nav .logo {
    background-color: brown;
    box-shadow: 0 4px 4px #000;
    padding: 10px 40px;
    color: aliceblue;
    text-decoration: none;
}

.page-header {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 35%;
    left: 10%;
}

.blur-service-header {
    width: fit-content;
    position: relative;
    height: fit-content;
}
.service-vrd-header {
    color: #c5c5c5;
    font-family: anton;
    font-size: 80px;
    letter-spacing: 3px;
}
.blurEffect-service-header {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
    background: linear-gradient(rgb(255 255 255/0%),rgb(255 255 255/80%),rgb(255,255,255));
}

.page-content {
    text-align: justify;
}

.images-grid {
    position: relative;
    column-count: 4;
    column-gap: 10px;
    margin-bottom: 30px;
}
.content-image{
    position: relative;
}

.img-svg{
    position: relative;
    height: 300px;
    width: 100%;
    background-image: url(../assets/images/18106012.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img-svg img:before{
    content: '';
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to left, rgba(255,255,255,0), rgba(0,190,150,1)); */
}

.img-svg svg{
    position: absolute;
    bottom: -1px;
    left: 0;
}
.sub-heading{
    display: flex;
    justify-content: center;
}

.images-grid .image-wrapper {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
}

.images-grid .image-wrapper img {
    width: 100%;
    height: auto !important;
    transition: 0.5s;
}

.images-grid .image-wrapper:hover img {
    transform: scale(1.1);
}

.form-control{
    background: #f2f2f2;
}

.submitclick{
    background: linear-gradient(to left,#00BE96,#00BEFF);
    border: none;
    font-weight: 700;
    color: #fff;
    letter-spacing: 4px;
    padding: 7px 30px;
    font-size: 20px;
}