body {
    background-image: linear-gradient(to right, rgba(102, 204, 102, 0.9), rgba(51, 204, 204));
}

.card {
    box-shadow: 0 4px 8px 0 rgba(43, 57, 144), 0 6px 20px 0 rgba(43, 43, 43);
    height: 100vh;
}

.card-body {
    background: url('../img/bg2.png') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.title {
    display: none;
}

.title h2 {
    margin-left: 10%;
}

.title strong {
    font-size: 20px;
}

.links span {
    padding: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: linear-gradient(to right, rgba(102, 204, 102, 0.9), rgba(51, 204, 204));
}

.links span i {
    font-size: 40px;
    text-align: center;
}

.links span a {
    color: #fff;
}

.links span a:hover {
    color: #00a6ec;
}

.links span:hover {
    transition: 0.5s;
    width: 55px;
    height: 55px;
    background-image: linear-gradient(to right, rgba(102, 204, 102, 0.3), rgba(51, 204, 204, 0.5));
}

.links span a:hover i {
    transition: 0.3s;

    transform: scale(1.4);
}

.web {
    display: none;
    position: absolute;
    left: 0%;
    bottom: 4%;
}

.mail {
    display: none;
    position: absolute;
    left: 10%;
    bottom: 15%;
}

.wa {
    display: none;
    position: absolute;
    left: 26%;
    bottom: 25%;
}

.fm {
    display: none;
    position: absolute;
    right: 40%;
    bottom: 33%;
}

.tr {
    display: none;
    position: absolute;
    right: 20%;
    bottom: 37%;
}

.li {
    display: none;
    position: absolute;
    right: 1%;
    bottom: 38%;
}

.slogan {
    display: none;
    position: absolute;
    bottom: 15%;
    right: -1%;
    text-transform: uppercase;
}

.hint {
    display: none;
    position: absolute;
    bottom: 5%;
    right: 0px;
    text-transform: capitalize;
}

.hint h5 {
    color: #fff;
}

.card .logo {
    background-color: gainsboro;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: auto 22%;
}

.card .logo img {
    width: 100%;
}

/*=============responsive start===========*/

/* Mobile device */
@media (max-width:600px) {
    .card {
        height: 600px;
        margin-top: 30%;
    }

    .links span {
        padding: 10px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-image: linear-gradient(to right, rgba(102, 204, 102, 0.9), rgba(51, 204, 204));
    }

    .links span i {
        font-size: 34px;
        text-align: center;
    }

    .title {
        display: none;
    }

    .web {
        display: none;
        position: absolute;
        left: 1%;
        bottom: 9%;
    }

    .mail {
        display: none;
        position: absolute;
        left: 11%;
        bottom: 18%;
    }

    .wa {
        display: none;
        position: absolute;
        left: 26%;
        bottom: 27%;
    }

    .fm {
        display: none;
        position: absolute;
        left: 45%;
        bottom: 34%;
    }

    .tr {
        display: none;
        display: none;
        position: absolute;
        right: 22%;
        bottom: 38%;
    }

    .li {
        display: none;
        position: absolute;
        right: 1%;
        top: 53%;
    }

    .slogan {
        position: absolute;
        bottom: 18%;
        right:-5%;
        text-transform: uppercase;
    }

    .slogan h4 {
        margin-left:25%;
        font-size: 20px;
        text-transform: uppercase;
    }

    .hint {
        position: absolute;
        bottom: 10%;
        right:-10%;
        text-transform: capitalize;
    }
}

/* Tablet device */
@media (max-width:600px) {}

/* laptop device */
@media (max-width:600px) {}

/* Desktop device */
@media (min-width: 601px) and (max-width:1920px) {}