
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700');
body {
    padding: 0;
    margin: 0;
    font-family: Montserrat;
    background: url(/card_images/bgt1.png);
    background-position: center;
    background-size: 107px 108px;
    background-attachment: fixed;
}
/* CARD CSS */
.card {
    width: 400px;
    overflow: hidden;
    margin: 0px auto;
    z-index: 0;
    background: linear-gradient(45deg, #E91E63, #3F51B5);
    background-size: 100% 100%;
    color: white;
    padding: 0px 0px 27px;
}

/* VIEW COUNTER CSS */
.fa-eye:before {
    content: "\f06e";
}

/* CARD CONTENT CSS */
.card_content, .card_content2 {
    display: inline-block;
}
.card_content {
    margin: 19% 5px 0px 17px;
    z-index: 2;
    text-align: center;
    width: 100px;
    padding: 0px;
    border-radius: 100px;
    height: 100px;
    border: 4px solid #3749bf;
}
.card_content img {
    height: 100%;
    border-radius: inherit;
    max-width: 100%;
    background: white;
}

/* CARD CONTENT 2 CSS */
.card_content2 {
    z-index: 2;
    text-align: left;
    font-weight: 400;
    width: 58%;
    position: unset;
    vertical-align: top;
    margin-top: 100px;
    color: #ffffff;
}
.card_content2 h2 {
    text-transform: uppercase;
    margin: 10px;
    letter-spacing: -2px;
    position: absolute;
    color: linear-gradient(45deg, #3F51B5, #E91E63);
    top: 12px;
    width: fit-content;
    left: 50%;
    font-size: 28px;
    transform: translate(-50%, 6px);
}
div, h1, h2, h3, h4, p, i, a, footer {
    position: relative;
    transition: 0.4s;
}
.card_content2 h2:after {
    content: '';
    width: 100px;
    background: white;
    position: absolute;
    height: 5px;
    left: 50%;
    transform: translate(-50%, 5px);
    top: 37px;
    border-radius: 24px;
}
.card_content2 p:nth-child(2) {
    font-size: 23px;
    text-transform: uppercase;
}
.card_content2 p {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12px;
    width: fit-content;
    margin: 0px 0px;
}

/* DIS_FLEX CSS */
.dis_flex {
    display: block;
    text-align: center;
    padding: 0px 1px 0px;
}
a {
    text-decoration: unset;
    color: unset;
}
.dis_flex .link_btn {
    padding: 6px;
    font-size: 15px;
    color: #ff000000;
    margin: 5px 2px;
    display: inline-block;
    width: 34px;
    height: 33px;
    border-radius: 50px;
}
.dis_flex .link_btn i {
    color: white;
    font-size: 31px;
}
.fa-phone:before {
    content: "\f095";
}
.link_btn:after {
    content: '';
    width: 37px;
    height: 37px;
    border: 7px solid #ffffff4a;
    position: absolute;
    z-index: -1;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: scaleIn 1s linear infinite alternate;
    -webkit-animation: scaleIn 1s linear infinite alternate;
}

@-webkit-keyframes scaleIn {
	0% {transform: translate(-50%, -50%) scale(1);opacity:0.5;}
	100% {transform: translate(-50%, -50%) scale(1.4);opacity:0;}
}
@keyframes scaleIn {
	0% {transform: translate(-50%, -50%) scale(1);opacity:0.5;}
	100% {transform: translate(-50%, -50%) scale(1.4);opacity:0;}
}
.fa-whatsapp:before {
    content: "\f232";
}

/* contact details css */
.contact_details {
    padding: 21px 24px;
}
.contact_details .contact_d {
    display: flex;
    color: #ffffff;
    padding: 5px;
    margin: 5px;
    border: 3px solid white;
    border-radius: 49px;
    background: #a33384;
    width: auto;
}
.contact_details .contact_d i {
    margin: 4px;
    color: white;
    height: 17px;
    font-size: 22px;
    padding: 7px;
    border-radius: 26px;
    text-align: center;
    width: 16px;
}
.fa-phone:before {
    content: "\f095";
}
.contact_details .contact_d i:after {
    content: '';
    position: absolute;
    height: 24px;
    width: 2px;
    background: white;
    top: 5px;
    right: -7px;
}
.contact_details .contact_d p {
    margin: 6px 15px;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
}

/* dis_flex css */
.dis_flex .share_wtsp {
    padding: 0pc;
    margin: 10px auto;
    text-align: center;
}
form, input, textarea, select {
    font-family: Montserrat;
}
.dis_flex .share_wtsp input {
    font-size: 13px;
    border: 0px;
    padding: 10px;
    outline: none;
    background: white;
    box-shadow: 0px 0px 10px 0px #0000002e;
}
.dis_flex .big_btns {
    background: #2e2c41;
    color: white;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    margin: 3px 0px;
    border: 1px solid;
    width: 139px;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px #0000002e;
}
.shar_btns i {
    padding: 10px;
    border-radius: 8px;
    width: 19px;
    border: 1px solid #c7c7c7;
}

.fa-facebook {
    background: #5858fd;
    color: white;
}

.fa-twitter {
    background: #149bd2;
    color: white;
}
.fa-instagram {
    background: #fd01bb;
    color: white;
}

.fa-linkedin {
    background: #007bb6;
    color: white;
}

.fa-youtube {
    background: #e63e3e;
    color: white;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}

.dis_flex .social_med {
    padding: 2px;
    margin: 21px 0px 32px;
    display: inline-block;
}

.dis_flex .social_med {
    padding: 2px;
    margin: 21px 0px 32px;
    display: inline-block;
}

.dis_flex .social_med i {
    font-size: 19px;
    width: 15px;
    text-align: center;
    border-radius: 0px;
    padding: 9px 10px;
}


/* Products css */
.product_s {
    text-align: center;
    background: white;
    padding: 10px;
    width: fit-content;
    margin: 9px;
    border-radius: 7px;
    display: inline-block;
    border: 3px solid orange;
}

.product_s img {
    width: auto;
    max-width: 91%;
    max-height: auto;
    background: white;
    border-radius: 5px;
}


.d_dis {
    margin: 17px 22px 0px;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
}

.btn_buy {
    background: #4CAF50;
    color: white;
    padding: 10px 10px;
    text-align: center;
    font-size: 12px;
    width: fit-content;
    display: inline-block;
    margin: 11px auto 6px;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
}

/* card 2 css */
.card2 {
    background: white;
    width: 400px;
    margin: 7px auto;
    padding: 0px;
    border-radius: 6px;
    overflow: hidden;
}
.card2 h3 {
    text-align: left;
    font-size: 17px;
    background: linear-gradient(45deg, #e32066, #4251b4);
    color: #ffffff;
    font-weight: 400;
    letter-spacing: -1px;
    width: -webkit-fill-available;
    border-bottom: 3px solid;
    padding: 12px 25px;
    margin: 0px 0px 21px;
}
#about_us p {
    white-space: pre-line;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    background: white;
    padding: 26px;
    margin: 0;
}
.card2 iframe {
    margin: 8px auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
    border-radius: 5px;
    width: auto;
    height: 188px;
}

/* feedback css */
.card2 h3 {
    text-align: left;
    font-size: 17px;
    background: linear-gradient(45deg, #e32066, #4251b4);
    color: #ffffff;
    font-weight: 400;
    letter-spacing: -1px;
    width: -webkit-fill-available;
    border-bottom: 3px solid;
    padding: 12px 25px;
    margin: 0px 0px 21px;
}
.cont {
    width: 93%;
    max-width: 350px;
    text-align: center;
    margin: 2% auto;
    padding: 30px 0;
    color: #EEE;
    overflow: hidden;
}

div.stars {
    width: 270px;
    display: inline-block;
}
.card2 form input, .card2 form textarea {
    width: -webkit-fill-available;
    font-size: 14px;
    border-radius: 5px;
    padding: 13px;
    border: 1px solid #97378b;
    margin: 4px 26px;
    resize: vertical;
    background: linear-gradient(45deg, #8bc34a00, #00968824);
}
input.star {
    display: none;
}   
label.star {
    float: right;
    padding: 10px;
    font-size: 36px;
    color: #444;
    transition: all .2s;
}
label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}
.card2 form input[type=submit] {
    color: white;
    font-size: 20px;
    background: linear-gradient(45deg, #de2269, #484fb1);
    border: 0px;
}
.menu_container {
    width: auto;
    text-align: left;
    display: flex;
}
.menu_item {
    text-align: center;
    font-weight: 600;
    display: inline-grid;
    font-size: 12px;
    margin: 15px;
    width: 209px;
    white-space: pre;
}
.menu_item i {
    font-size: 20px;
}
.fa-home:before {
    content: "\f015";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-archive:before {
    content: "\f187";
}
.fa-video-camera:before {
    content: "\f03d";
}
.menu_bottom {
    background: linear-gradient(45deg, #9C27B0, #3F51B5);
    width: -webkit-fill-available;
    text-align: center;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow-x: auto;
}
.create_card_btn {
    background: linear-gradient(45deg, black, black);
    color: white;
    width: auto;
    padding: 20px;
    border-radius: 2px;
    line-height: 0.8;
    margin: 11px auto;
    font-size: 9px;
    text-align: center;
}



#svg_down {
    position: fixed;
    bottom: 0;
    z-index: -1;
    left: 0;
}