/*******Additional CSS********/

@import url("icons/fontawesome/css/all.min.css");
@import url("icons/fontawesome/css/fontawesome.min.css");
@import url("fonts/Montserrat-Bold.ttf");
@import url("fonts/Montserrat-ExtraBold.ttf");
@import url("fonts/Montserrat-Medium.ttf");
@import url("fonts/Montserrat-MediumItalic.ttf");
@import url("fonts/Montserrat-SemiBold.ttf");
:root {
    --primary: rgb(0, 90, 209);
    --secondary: #00adef;
    --default: #00739f;
    --black: #000;
    --white: #fff;
    --primary-hover: #148abe;
    --primary-dark: #0a4762;
}

.fade:not(.show) {
    opacity: 1;
}

body,
html {
    /* font-family: 'Montserrat', sans-serif; */
    overflow-x: hidden;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #777;
}

a {
    text-decoration: none;
}

a:hover {
    color: inherit !important;
}

.btn:hover {
    opacity: 0.8;
}

.btn-primary {
    background-color: var(--primary) !important;
}

.btn-secondary {
    background-color: var(--secondary) !important;
}

.btn-default {
    background-color: var(--default) !important;
}

.btn-black {
    background-color: var(--black) !important;
}

.btn-white {
    background-color: var(--white) !important;
    border: 1px solid #000;
    border-bottom: 2px solid;
}

.btn {
    border-radius: 5px !important;
    font-size: 14px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.big-font {
    font-size: 25px;
}

p {
    font-size: 16px;
    color: #282828;
}

label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #282828;
}

:focus-visible {
    outline: none !important;
}


/*****/

.strong-500 {
    font-weight: 500;
}

.strong-600 {
    font-weight: 600;
}

.strong-700 {
    font-weight: 700;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-red {
    color: #FE0000;
    font-weight: 500;
}

.text-skyblue {
    color: #01c6fa;
}

.text-grey {
    color: #878787;
}

.text-underline {
    text-decoration: underline;
}

.justify-content {
    justify-content: center;
}

.align-items-center {
    align-items: center!important
}

.margin-auto {
    margin: auto;
    display: block;
}

.caps-text {
    text-transform: uppercase;
}

.form-group {
    margin-bottom: 20px;
}

.font-14 {
    font-size: 14px !important;
}

.vh-100 {
    height: 100vh;
}

.w-100 {
    width: 100%;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-05 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.ml-0 {
    margin-left: 0;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-0 {
    margin-right: 0;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-05 {
    margin-bottom: 5px;
}

.mb-07 {
    margin-bottom: 7px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}


/*****main css******/

.digital-card,
.digital-card::before {
    width: 450px;
    height: 100%;
}

.digital-card {
    margin: auto;
    background-image: url(../images/banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #3d424f;
}

.qricon {
    width: 30px;
    height: 30px;
    margin: auto;
    display: block;
    margin-top: 10px;
    filter: invert(1);
    object-fit: contain;
}

.logo-img {
    width: 180px;
    height: auto;
    margin: auto;
    object-fit: contain;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
}

.combine-part {
    position: relative;
    padding: 20px;
}

.share-part {
    text-align: center;
    cursor: pointer;
}

.share-part i {
    color: #fff;
    font-size: 30px;
    margin-top: 10px;
    text-align: center;
}

.combine-part * {
    color: #fff;
}

.prof-img img {
    width: 110px;
    height: 150px;
    background-color: #fff;
    border-radius: 10%;
    object-fit: cover;
    object-position: top;
    margin: auto;
    display: block;
}

.prof-img {
    /* border: 2px solid #fff; */
    border-radius: 50%;
    min-width: 110px;
    width: 110px;
    height: 150px;
    margin-right: 15px;
}

.profile-img-part {
    max-width: max-content;
    /* margin: auto; */
}

.prof-details h3 {
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 2px;
}

.prof-details h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}

.prof-details small {
    font-size: 12px;
}

.prof-details p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
}

.digital-card ul {
    list-style: none;
    padding-left: 0;
    border-bottom: transparent;
}

.contact-ul {
    max-width: max-content;
    margin: 20px auto;
    clear: both;       /* ensures it always drops below */
    display: block;    /* makes sure it takes its own row */
}

.contact-ul span {
    font-size: 17px;
    position: relative;
    top: -4px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.contact-ul li i {
    font-size: 22px;
    margin-right: 30px;
    margin-left: 20px;
}

.contact-ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-ul li:first-child {
    margin-bottom: 15px;
}

.share-ul {
    display: flex;
    max-width: max-content;
    margin: auto;
}

.share-ul li i {
    font-size: 20px;
    margin-left: 23px;
    color: #fff;
    border-radius: 50%;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
}

.share-ul li:first-child i {
    margin-left: 0px;
}

.share-ul .fa-phone {
    background-color: #00dc1d;
}

.share-ul .fa-whatsapp {
    background-color: #00dc1d;
    font-size: 30px;
}

.share-ul .fa-paper-plane {
    background-color: #0098d8;
}

.share-ul .fa-download {
    background-color: #fff;
    color: #333;
}

.tab-view-part .nav.nav-tabs {
    margin: auto;
    max-width: max-content;
    margin-top: 25px;
    margin-bottom: 10px;
}

.tab-view-part .nav.nav-tabs li a {
    text-transform: uppercase;
    opacity: 0.5;
    text-transform: 600;
    color: #fff !important;
}

.tab-view-part {
    position: relative;
}

.tab-view-part .nav.nav-tabs li.active a {
    opacity: 1;
}

.tab-view-part ul li.active {
    border-bottom: 2px solid #fff;
}

.tab-view-part .nav.nav-tabs li:first-child {
    margin-right: 50px;
}

.tab-view-part .tab-pane.fade {
    background-image: linear-gradient(to right, #6698ff 0%, #4c6498 100%);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-top: 30px;
}

.tab-view-part .about-content .about-video {
    max-width: max-content;
    margin: auto;
    display: block;
    background-color: #000;
    padding: 10px 0 5px;
    border-radius: 10px;
    margin-top: -38px;
    margin-bottom: 15px;
}

.tab-view-part .tab-pane.fade {
    padding: 20px;
}


/* .tab-view-part .tab-pane.fade:first-child {
    margin-top: 35px;
    padding-top: 0;
} */

.tab-view-part .about-video iframe {
    width: 250px;
    /* height: 120px; */
    height: auto;
}

.tab-view-part .tab-pane.fade * {
    color: #fff;
}

.btn.btn-theme-primary {
    width: 100%;
    background-color: #fff;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 20px !important;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 15px;
}

.social-links-ul li i,
.social-links-ul li img {
    font-size: 25px;
    margin: 0 20px;
    width: 32px;
    text-align: center;
}

.social-links-ul li img {
    width: 35px;
    height: 23px;
    object-fit: contain;
}

.social-links-ul li {
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.social-links-ul li i {
    position: relative;
    top: 2px;
}

.social-links-ul li .fa.fa-instagram {
    top: 5px;
}

.social-links-ul li span {
    font-weight: 500;
    font-size: 17px;
}

.social-links-ul {
    margin-top: 12px;
    margin-bottom: 25px;
}

.bottom-sec {
    background-color: #fff;
    position: relative;
    padding: 5px 10px;
    text-align: center;
    margin: 0 -3px;
}

.bottom-sec small {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.bottom-sec h4 {
    font-size: 14px;
    color: var(--primary);
    font-weight: 600;
    margin-top: 5px;
}

.bottom-sec a:hover {
    text-decoration: underline;
}

.bottom-sec ul.social-links {
    list-style: none;
    display: flex;
    margin: auto;
    margin-bottom: 20px;
    max-width: max-content;
}

.bottom-sec ul.social-links li {
    margin-right: 30px;
}

.bottom-sec ul.social-links li i {
    font-size: 20px;
    margin-top: 10px;
}

.bottom-sec ul.social-links li:last-child {
    margin-right: 0px;
}

.bottom-sec ul.social-links i.fa.fa-instagram {
    color: rgb(188, 42, 141);
}

.bottom-sec ul.social-links i.fa.fa-facebook {
    color: rgb(59, 89, 152);
    font-size: 17px;
}

.bottom-sec ul.social-links i.fa.fa-linkedin {
    color: rgb(14, 118, 168);
}

.bottom-sec ul.social-links i.fa.fa-youtube {
    color: #b2071d;
}

.bottom-sec ul.social-links img.tiktok-img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    position: relative;
    top: 0px;
    margin-left: -5px;
    margin-top: 10px;
}

.px-address {
    color: #757575;
    text-align: center;
    margin-top: -35px;
    padding-top: 59px;
    background: #fff;
}
.px-address p{
    color:#757575;
    font-size: 14px;
}

/*******qr popup**********/

.combine-part .qr-part a {
    cursor: pointer;
}

.modal-dialog {
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
}

.qrcode-div a {
    float: right;
    width: 100%;
}

img.qr-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    position: relative;
    cursor: pointer;
    text-align: right;
    float: right;
    margin-right: 10px;
    margin-bottom: -20px;
    margin-top: 5px;
}

.digital-idcard-body .modal {
    z-index: 9999 !important;
}

.digital-idcard-body .modal-content {
    background-color: #f9f9f9;
    border-top: 3px solid #4c6498;
    border-radius: 15px;
}

.digital-idcard-body .img-qr {
    width: 250px;
    height: 250px;
    margin: auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.digital-idcard-body .qrcodepopup .modal-header {
    border-bottom: transparent !important;
    padding: 0;
}

.modal.shareme-modal .modal-header h6 {
    color: #000;
}

.square-shape {
    width: 35px;
    height: 35px;
}

.part-top-left {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 74px;
    margin-top: 16px;
    border-top: 3px solid #4c6498;
    border-left: 3px solid #4c6498;
    border-top-left-radius: 10px;
}

.part-top-right {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 73px;
    margin-top: 16px;
    border-top: 3px solid #4c6498;
    border-right: 3px solid #4c6498;
    border-top-right-radius: 10px;
}

.part-bottom-left {
    position: absolute;
    left: 0;
    margin-top: 185px;
    margin-left: 74px;
    border-bottom: 3px solid #4c6498;
    border-left: 3px solid #4c6498;
    border-bottom-left-radius: 10px;
}

.part-bottom-right {
    position: absolute;
    right: 0;
    margin-top: 185px;
    margin-right: 73px;
    border-bottom: 3px solid #4c6498;
    border-right: 3px solid #4c6498;
    border-bottom-right-radius: 10px;
}

.information-text {
    padding: 12px;
    margin-top: 25px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #6698ff 0%, #4c6498 100%);
    padding-top: 9px;
}

.information-text p {
    color: #fff;
    text-shadow: none;
    text-align: center;
    margin-bottom: 0;
    line-height: 26px;
    font-size: 15px;
}

.digital-idcard-body .modal-header .btn-close {
    margin-right: 7px !important;
    margin-top: 7px !important;
}

body.digital-idcard-body.modal-open .center-section::before {
    background-color: #000;
    content: "";
    width: 450px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    opacity: 0.5;
}


/**********/

.shareme-modal .social-media-link span {
    width: 100%;
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.shareme-modal .social-media-link {
    margin-bottom: 30px;
}

.shareme-modal .social-media-link i {
    font-size: 20px !important;
    margin-bottom: 10px;
}

.idcard-page .shareme-modal .modal-content {
    border-radius: 15px;
}

.shareme-modal .social-media-link i {
    color: var(--primary);
}

.shareme-modal .social-media-link .fa-facebook {
    color: #3b5998;
}

.shareme-modal .social-media-link .fa-whatsapp {
    color: #075E54;
}

.shareme-modal .social-media-link .fa-twitter {
    color: #1DA1F2;
}

.shareme-modal .social-media-link .fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shareme-modal .social-media-link .fa-linkedin {
    color: #0077b5;
}

.shareme-modal .modal-header .btn-close {
    font-size: 10px;
    position: absolute;
    right: 5px;
    margin-top: -10px !important;
}


/*****read more css*******/

.about-content-para {
    text-align: justify;
}

.space-br {
    display: block;
    content: "";
    margin-top: 10px;
    line-height:190%;
}

.about-content-para .morelink {
    color: #ffcf63 !important;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
}

.about-content-para .morecontent span {
    display: none;
}


/**************/


/**************/

.profile-img-part .d-flex {
    justify-content: center;
    align-items: flex-start;
}


/* Animation property */

.qricon {
    animation: wiggle 3s linear infinite;
}

.share-part i.fa.fa-share-alt {
    animation: wiggle 4s linear infinite;
}

.about-content-para {
    line-height: 27px;
}


/* Keyframes */

@keyframes wiggle {
    0%,
    7% {
        transform: rotateZ(0);
    }
    15% {
        transform: rotateZ(-15deg);
    }
    20% {
        transform: rotateZ(10deg);
    }
    25% {
        transform: rotateZ(-10deg);
    }
    30% {
        transform: rotateZ(6deg);
    }
    35% {
        transform: rotateZ(-4deg);
    }
    40%,
    100% {
        transform: rotateZ(0);
    }
}

.zoom-animation {
    animation: shake-animation 5s ease infinite;
    transform-origin: 50% 50%;
}

@keyframes shake-animation {
    0% {
        transform: scale(1);
    }
    1.78571% {
        transform: scale(1.1);
    }
    3.57143% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.zoom-animation-1 {
    animation: zooming1 10s linear infinite;
}

@keyframes zooming1 {
    15% {
        transform: scale(1.1);
    }
}


/********media query********/

@media (min-width:501px) {
    .modal-dialog {
        max-width: 400px;
    }
}

@media (min-width:375px) {
    .digital-card ul.contact-ul {
        min-width: 300px;
    }
    .share-ul li:first-child i {
        margin-left: -20px;
    }
}

@media (max-width:500px) {
    ul.contact-ul {
        min-width: 285px;
    }
    .contact-ul li i {
        margin-right: 15px;
    }
    .modal-dialog {
        padding: 10px;
    }
    .part-top-left,
    .part-bottom-left {
        margin-left: -30px;
        left: unset;
    }
    .part-top-right,
    .part-bottom-right {
        margin-left: 185px;
        right: unset;
    }
    .qrcode-div .qr-img {
        margin-right: 25px;
        margin-top: 0px;
    }
    .logo-img {
        width: 170px;
    }
    .bottom-sec small,
    .bottom-sec h4 {
        font-size: 12px;
    }
    .digital-card,
    .digital-card::before {
        width: 100%;
    }
    .social-links-ul li i,
    .social-links-ul li img {
        margin: 0 10px 0 0;
    }
}