@import "https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700";
html {
    overflow-x: hidden;
}
body {
    padding: 0;
    margin: 0;
    font-family: Montserrat;
    background: url(card_images/bg.jpg);
    background-position: center;
    background-size: 250px 250px;
    background-attachment: fixed;
}
a {
    text-decoration: none;
    color: unset;
}
div,
h1,
h2,
h3,
h4,
p,
i,
a {
    position: relative;
    transition: 0.4s;
}
form,
input,
textarea,
select {
    font-family: Montserrat;
}
:root {
    --color: #848484;
    --color2: #64af35;
}
div,
h1,
h2,
h3,
h4,
p,
i,
a,
footer {
    position: relative;
    transition: 0.4s;
}
input,
select,
textarea,
button {
    font-family: Montserrat;
}
a {
    text-decoration: unset;
    color: unset;
}
input::placeholder {
    font-size: 12px;
}
.d_dis {
    margin: 10px 0 0;
    font-size: 14px;
    text-align: left;
    text-align: -webkit-left;
}
.alert {
    padding: 23px;
    width: fit-content;
    font-size: 13px;
    margin: 0 auto;
    font-weight: 500;
    border-radius: 6px;
}
.danger {
    background: #ffd0d082;
    color: #d45050;
}
.info {
    background: #d0deff82;
    color: #5097d4;
}
.success {
    background: #90ff6c82;
    color: #1aab2c;
}
.card {
    width: 400px;
    background: #fff3db;
    overflow: hidden;
    margin: 0 auto;
    z-index: 0;
    background: url(card_images/bg4.png);
    background-size: 100% 100%;
    color: #fff;
    padding: 0 0 27px;
}
.card_content {
    margin: 44px auto 10px;
    z-index: 2;
    text-align: left;
    padding: 0 29px;
}
.card_content img {
    height: 93px;
    max-width: 296px;
    border-radius: 6px;
    border: 8px solid #ffffff1f;
}
.card_content2 {
    z-index: 2;
    text-align: left;
    font-weight: 400;
    margin: 0;
}
.card_content2 h2 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px 30px;
    text-shadow: 0 0 11px #000;
    letter-spacing: -1px;
}
.card_content2 p {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12px;
    margin: 0 33px;
}
.dis_flex {
    display: block;
    text-align: center;
    padding: 16px 11px 0;
}
.dis_flex .link_btn:hover {
    background: orange;
    transition: 0.3s;
}
.dis_flex .link_btn {
    color: #fff;
    padding: 4px 10px;
    width: fit-content;
    font-size: 12px;
    border-radius: 22px;
    margin: 5px 2px;
    display: inline-block;
    border: 1px solid;
}
.dis_flex .link_btn i {
}
.contact_details {
    padding: 21px 24px;
}
.contact_details .contact_d {
    display: flex;
}
.contact_details .contact_d i {
    margin: 4px;
    color: #fff;
    height: 32px;
    font-size: 15px;
    padding: 7px;
    border-radius: 100%;
    text-align: center;
    width: 32px;
    border: 1px solid #fff;
}
.contact_details .contact_d p {
    margin: 6px 15px;
    font-size: 12px;
    font-weight: 500;
    text-shadow: 0 0 4px #000;
    line-height: 2;
}
.dis_flex .share_wtsp {
    padding: 0;
    margin: 10px auto;
    text-align: center;
}
.dis_flex .share_wtsp select {
}
.dis_flex .share_wtsp input {
    font-size: 13px;
    border: 0;
    padding: 10px;
    outline: none;
    background: #fff;
    box-shadow: 0 0 10px 0 #0000002e;
}
.dis_flex .share_wtsp input[type="submit"] {
    background: #47b303;
    color: #fff;
    font-size: 10px;
    padding: 11px;
    top: -2px;
    position: relative;
}
.dis_flex .big_btns {
    background: #2e2c41;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    margin: 3px 0;
    border: 1px solid;
    width: 139px;
    font-weight: 500;
    box-shadow: 0 0 10px 0 #0000002e;
}
.dis_flex .big_btns i {
}
.dis_flex .social_med {
    padding: 2px;
    margin: 21px 0 32px;
    display: inline-block;
}
.dis_flex .social_med i {
    font-size: 20px;
    width: 40px;
    text-align: center;
    border-radius: 100%;
    padding: 9px 10px;
}
.fa-twitter {
    background: #149bd2;
    color: #fff;
}
.fa-facebook {
    background: #5858fd;
    color: #fff;
}
.fa-linkedin {
    background: #007bb6;
    color: #fff;
}
.fa-youtube {
    background: #e63e3e;
    color: #fff;
}
.fa-pinterest {
    background: #cb2027;
    color: #fff;
}
.fa-instagram {
    background: #fd01bb;
    color: #fff;
}
.card2 {
    background: #fff;
    width: 400px;
    margin: 7px auto;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
}
.card2 h1 {
}
.card2 h2 {
}
.card2 h3 {
    text-align: left;
    font-size: 17px;
    background: linear-gradient(45deg, black 80%, #fed517 65%);
    color: #fff;
    font-weight: 400;
    letter-spacing: -1px;
    width: -webkit-fill-available;
    border-bottom: 3px solid;
    padding: 12px 25px;
    margin: 0 0 21px;
}
.card2  {
}
.card2  input,
.card2  textarea {
    width: -webkit-fill-available;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #dedede;
    margin: 4px 26px;
    resize: vertical;
    background: #f4f4f4;
    width:82%;
}
.card2  input[type="submit"] {
    color: #fff;
    font-size: 20px;
    background: #2e2c41;
}
.card2 iframe {
    margin: 8px auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
    border-radius: 5px;
    width: auto;
    height: 188px;
}
.product_s {
    text-align: center;
    background: #fbf7d9;
    padding: 10px;
    width: fit-content;
    margin: 9px;
    border-radius: 7px;
    display: inline-block;
}
#product_services {
    text-align: center;
}
.product_s p {
    font-weight: 600;
    text-transform: capitalize;
}
.product_s img {
    width: auto;
    max-width: 91%;
    max-height: auto;
    background: #fff;
    border-radius: 5px;
}
.img_gall {
    text-align: center;
    margin: 10px;
}
.img_gall img {
    max-width: 100%;
    background: #fff;
    max-height: 100%;
    border-radius: 10px;
    display: inline-block;
}
#about_us {
}
#about_us h3 {
}
#about_us p {
    white-space: pre-line;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    background: #fff;
    padding: 26px;
    margin: 0;
}
#payment {
}
#payment p {
    font-size: 19px;
    font-weight: 500;
    color: #000;
    width: 77%;
    margin: 8px auto;
}
#payment h2 {
    font-size: 12px;
    font-weight: 500;
    color: gray;
    width: 77%;
    margin: 0 auto;
}
#payment img {
    width: 100%;
    border-radius: 20px;
    margin: 10px 0;
}
.menu_bottom {
    background: #fff;
    width: -webkit-fill-available;
    text-align: center;
    color: #2e2c41;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow-x: auto;
}
.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;
}
#shop_online {
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
}
.order_box {
    width: 142px;
    display: inline-block;
    margin: 6px auto;
    vertical-align: text-top;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px 0 #00000030;
    border: 2px solid #ff9800;
}
.order_box img {
    width: 100%;
    max-height: 100px;
}
.order_box h2 {
    padding: 9px 0 3px;
    margin: 0;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
}
.order_box h4 {
    padding: 0 0 7px;
    margin: 0;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: #4caf50;
}
.order_box p {
    padding: 2px;
    margin: 0;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: gray;
}
.btn_buy {
    background: #4caf50;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    width: fit-content;
    margin: 11px auto 6px;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
}
    .btn_buy:active {
        background: #111 !important;
    }
@media screen and (max-width: 700px) {
    .card {
        width: -webkit-fill-available;
        background: #fff3db;
        overflow: hidden;
        margin: 0 auto 10px;
        z-index: 0;
        background: url(card_images/bg4.png);
        background-size: 100% 100%;
    }
    .card2 {
        width: auto;
        margin: 0 5px;
    }
}



.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;
}
.whatsapp-input {
    text-align: left;
    display: flex;
}

.whatsapp-input input {
    -webkit-appearance: none;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    padding: 10px;
    outline: none;
    font-size: 12px;
    width: 127%;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 10px;
}

.whatsapp-button {
    -webkit-appearance: none;
    padding: 10px;
    font-size: 13px;
    background-color: #51B14D;
    color: #fff;
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    display: flex;
    align-items: center;
    margin: 0 50px;
}

.whatsapp-button i {
    font-size: 16px;
    margin-right: 10px;
}
.input-wrapper {
    position: relative;
    flex: 1;
}

.input-wrapper label {
    position: absolute;
    left: 10px;
    top: 10px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
}

.shadow-buttons {
    display: flex;
    justify-content: center;
    margin: -5px;
}

.shadow-button {
    padding: 10px 2px;
    font-size: 13px;
    color: #F1F1F1;
    margin: 5px;
    background: rgba(72, 72, 72, 0.55);
    flex: 1;
    border-bottom: 6px solid #37393A;
    display: inline-block;
}

.shadow-button .shadow-button-icon {
    color: #F1F1F1;
    vertical-align: middle;
    font-size: 15px;
    margin-right: 10px;
    margin-top: -2px;
}