﻿body {
    background-image: url("1920_Size_Gray_Grid_Image_02.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #fff;
}
    /*body::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #7579ff;
        background: -webkit-linear-gradient(top, #000, #000);
        background: -o-linear-gradient(top, #b224ef, #7579ff);
        background: -moz-linear-gradient(top, #b224ef, #7579ff);
        background: linear-gradient(top, #b224ef, #7579ff);
        /*background-image: url("Grid image.png");
        opacity: 0.5;
    }*/
.container {
    background: rgba(255,255,255,0.8);
    box-shadow: 0px 0px 15px -8px #fdd070;
}
.card{
    background-color:transparent;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .container {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
}
.titleText {
    color: #ffc650;
    text-shadow: 2px 2px 2px #625a5a;
    font-weight: 700;
}
#alignSection {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.card-title{
    text-align: center;
    color: #616161;
    margin: 0;
    font-weight: 500;
}
.card-subtitle {
    text-align: center;
    color: #616161;
    margin: 0;
}
.pngLogo{
    display:block;
    margin:auto;
  
}
@media (min-width: 1800px) {
    .pngLogo {
        width: 174px;
    }
    .card-title {
        font-size: 34px;
        line-height: 56px;
       
    }
    .card-subtitle {
        font-size: 28px;
        line-height: 50px;
    }
    .underConstructionIcon{
        width:140px;
    }
    .titleText {
        font-size: 60px;
        line-height: 56px;
    }
}
@media (min-width: 1400px)and (max-width: 1799px) {
    .pngLogo {
        width: 140px;
    }

    .card-title {
        font-size: 28px;
        line-height: 48px;
    }
    .card-subtitle {
        font-size: 26px;
        line-height: 44px;
    }

    .underConstructionIcon {
        width: 126px;
    }
    .titleText {
        font-size: 56px;
        line-height: 52px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px){
    .pngLogo {
        width: 136px;
    }

    .card-title {
        font-size: 28px;
        line-height: 44px;
    }
    .card-subtitle {
        font-size: 24px;
        line-height: 44px;
    }

    .underConstructionIcon {
        width: 118px;
    }

    .titleText {
        font-size: 52px;
        line-height: 48px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .pngLogo {
        width: 124px;
    }

    .card-title {
        font-size: 26px;
        line-height: 40px;
    }
    .card-subtitle {
        font-size: 24px;
        line-height: 40px;
    }

    .underConstructionIcon {
        width: 106px;
    }

    .titleText {
        font-size: 50px;
        line-height: 46px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .pngLogo {
        margin-bottom: 20px;
        width: 110px;
    }

    .card-title {
        font-size: 24px;
        line-height: 38px;
    }
    .card-subtitle {
        font-size: 22px;
        line-height: 38px;
    }

    .underConstructionIcon {
        width: 98px;
    }

    .titleText {
        font-size: 48px;
        line-height: 44px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .pngLogo {
        width: 98px;
    }

    .card-title {
        font-size: 18px;
        line-height: 34px;
    }
    .card-subtitle {
        font-size: 16px;
        line-height: 34px;
    }

    .underConstructionIcon {
        width: 88px;
    }

    .titleText {
        font-size: 40px;
        line-height: 36px;
    }
}
@media (max-width: 575px) {
    .pngLogo {
        width: 60px;
    }

    .card-title {
        font-size: 16px;
        line-height: 20px;
    }
    .card-subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .underConstructionIcon {
        width: 56px;
    }

    .titleText {
        font-size: 25px;
        line-height: 30px;
    }
}