
        @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration:none;
}

body {
    font-family: 'Poppins', sans-serif;
}

.blue-img {
    position: relative;
    height: 100px;
    box-shadow: inset 0 -25px 25px -25px #060606;
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px; */
}

.main {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

.card-body {
    position: relative;
    margin: auto;
    width: 297px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    height: 530px;
}
.modal-body .card-body .opacity-logo{
    top: 100px;
    height: calc(100% - 100px);
 
    border-radius: 0px 0px 12px 12px;
}

.opacity-logo {
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index:1 !important;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    opacity: 0.2;
}

.color-img.img-width {
    width: 100%;
    height: 100px;
    background-position: left top;
    background-size: cover;
}

.color-img {
    background-position: center;
    background-size: cover;
    border: solid 2px rgb(243, 238, 238);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    width: 42%;
    margin: auto;
    position: relative;
    top: -64px;
    height: 127px;
    border-radius: 50%;
}

.heading-div {
    margin-top: -40px;
    z-index:2;
    /* border: solid 1px red; */
}
.heading-div p{
    font-size:11px;
    text-align:center;
}

.center-heading {
    text-align: center;
    font-size: 22px;
}

.social-main {
    z-index:2;
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.social-main-under {
    /* border: solid 1px blue; */
    width: 75%;
    height: auto;
    display: flex;
    gap: 8px;
    padding: 5px 0px;
    align-items: baseline;
}

.icons-area {
    height: 100%;
    width: 10%;
    display: flex;
    align-items: center;
}

.fa-envelope {
    color: #F4B400;
}

.fa-sticky-note {
    color: #F4B400;
}

.fa-phone {
    color: #0F9D58;
}

.fa-globe {
    color: #4285F4;
}

.fa-map-marker-alt {
    color: #DB4437;
}

.value-area {
    display: flex;
    align-items: center;
    word-break:break-all;
    height: 100%;
    width: 90%;
}
.button-down-area{
    font-size:12px;
}
.icons-div-social-set-haq{
    margin-bottom:15px;
    width:57%;
    display:flex;
    justify-content:space-between;
}
.radius-div-icons{
    background-color: silver;
    border-radius: 50%;
    display:flex;
    justify-content:center;
    align-items:center;
    width: 30px;
    height:30px;
}
.radius-div-icons a i{
    color:#fff;
}

.last-p-margin-insert{
    margin-top:20px;
    display: flex;
    justify-content: center;
    margin-bottom:20px;
}



@media(max-width:768px) {
    .main {
        width: 100%;
        height: 100vh;
        display: block;
        /* display: flex; */
        /* align-items: center; */
    }
    .card-body {
        /* background-image: url("images.png");
        background-size: cover;
        background-position:center; */
        position: relative;
        margin: auto;
        width: 100%;
        /* border: solid 1px red; */
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        height: 100%;
    }
    .blue-img {
        position: relative;
        height: 200px;
        background-image: url("texture.PNG");
        box-shadow: inset 0 -25px 25px -25px #060606;
        /* box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px; */
    }
    .color-img {
        background-image: url("download.jpg");
        background-position: center;
        background-size: cover;
        border: solid 2px rgb(243, 238, 238);
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        width: 32%;
        margin: auto;
        position: relative;
        top: -64px;
        height: 195px;
        border-radius: 50%;
    }
    .social-main {
        margin-top: 35px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .social-main-under {
        /* border: solid 1px blue; */
        width: 75%;
        height: auto;
        display: flex;
        gap: 8px;
        padding: 15px 0px;
        align-items: baseline;
    }
    .center-heading {
        font-size: 45px;
    }
    .value-area {
        font-size: 28px;
    }
    .icons-area i {
        font-size: 27px;
    }
    .opacity-logo {
        background-image: url("images.png");
        background-size: cover;
        background-position: center;
        position: absolute;
        z-index: -1;
        top: 130px;
        width: 100%;
        height: calc(100% - 130px);
        opacity: 0.2;
    }
}

@media(max-width:414px) {
    .icons-div-social-set-haq{
        margin-bottom:10px;
    }
    .last-p-margin-insert{
        margin-top:12px;
    display: flex;
    justify-content: center;
    margin-bottom:0px;
}
    .main {
        width: 100%;
        height: 100vh;
        display: block;
        /* display: flex; */
        /* align-items: center; */
    }
    .card-body {
        /* background-image: url("images.png");
        background-size: cover;
        background-position:center; */
        position: relative;
        margin: auto;
        width: 100%;
        height: 100%;
        /* border: solid 1px red; */
        /*box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;*/
    }
    .blue-img {
        position: relative;
        height: 150px;
        background-image: url("texture.PNG");
        box-shadow: inset 0 -25px 25px -25px #060606;
        /* box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px; */
    }
    .color-img {
        background-image: url("download.jpg");
        background-position: center;
        background-size: cover;
        border: solid 2px rgb(243, 238, 238);
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        width: 33%;
        margin: auto;
        position: relative;
        top: -64px;
        height: 127px;
        border-radius: 50%;
    }
    .social-main {
        margin-top: 35px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .social-main-under {
        /* border: solid 1px blue; */
        width: 75%;
        height: auto;
        display: flex;
        gap: 8px;
        padding: 15px 0px;
        align-items: baseline;
    }
    .center-heading {
        font-size: 25px;
    }
    .value-area {
        font-size: 19px;
    }
    .icons-area i {
        font-size: 19px;
    }
    .opacity-logo {
        background-image: url("images.png");
        background-size: cover;
        background-position: center;
        position: absolute;
        z-index: -1;
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
        opacity: 0.2;
    }
}

@media(max-width:360px) {
        .icons-div-social-set-haq{
            margin-bottom:5px;
        }
        .last-p-margin-insert{
            display: flex;
            justify-content: center;
            margin-bottom:0px;
            margin-top:5px;
        }
        .social-main {
        margin-top: 15px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}
