@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700);
@import url("https://fonts.googleapis.com/css?family=Sacramento&display=swap");
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-family: Montserrat;
}

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;
}

/*alerts */

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
}

.view_counter {
    width: fit-content;
    max-width: 200px;
    text-align: center;
    font-size: 10px;
    padding: 2px 12px;
    background: #a52a2a;
    color: white;
    border-radius: 3px;
    margin: 0 auto;
    top: 0px;
}

.alert {
    padding: 23px;
    width: fit-content;
    font-size: 13px;
    margin: 0px 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: 20px auto 4px;
    z-index: 0;
    background: url(keshav/shiva7.webp);
    background-position: -70px;
    background-size: 130% 100%;
    color: black;
}

.card_content {
    text-align: center;
    margin: 10px auto 10px;
    z-index: 2;
}

.card_content img {
    max-width: 200px;
    height: 100px;
    background: white;
    margin: 10px 0px 0px;
    border-radius: 50%;
}

.card_content2 {
    z-index: 2;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

.card_content2 h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

.card_content2 h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 3px solid #f9aa79;
    width: fit-content;
    margin: 30px auto 5px;
    padding-bottom: 5px;
}

.card_content2 p {
    margin: 0px auto 20px;
    font-weight: 500;
    font-size: 12px;
}

.dis_flex {
    text-align: center;
    padding: 0px 14px;
    margin: 40px auto 20px;
}

.dis_flex .link_btn {
    background-color: rgba(165, 42, 42);
    color: white;
    border-radius: 20px;
    padding: 5px 11px;
    font-weight: 800;
    width: fit-content;
    font-size: 14px;
    margin: 4px 3px;
    display: inline-block;
}

.dis_flex .link_btn:hover {
    background-color: #ff0000
}

.dis_flex .link_btn:active {
    background-color: #00ff00;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.contact_details {
    margin: 20px auto;
    padding: 3px 50px;
}

.contact_details .contact_d {
    display: flex;
}

.contact_details .contact_d i {
    margin: 2px;
    background-color: rgba(165, 42, 42);
    color: white;
    height: 17px;
    padding: 5px;
    border-radius: 100%;
    text-align: center;
    width: 16px;
}

.contact_details .contact_d p {
    margin: 4px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    max-width: 260px;
    font-weight: 1000;
    line-height: 2;
}

.dis_flex .share_wtsp {
    padding: 0pc;
    margin: 10px auto;
    text-align: center;
}

.dis_flex .share_wtsp select {}

.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 .share_wtsp input[type=submit] {
    background: #47b303;
    color: white;
    font-size: 10px;
    padding: 11px;
    top: -2px;
    position: relative;
}

.dis_flex .big_btns {
    background: teal;
    color: white;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    margin: 3px 10px;
    width: 120px;
    font-weight: 500;
    display: inline-block;
}

.dis_flex .big_btns:hover {
    background-color: #ff0000
}

.dis_flex .big_btns:active {
    background-color: #00ff00;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.dis_flex .big_btns i {}

.dis_flex .social_med {
    padding: 2px;
    margin: 21px 0px 32px;
    display: inline-block;
}

.dis_flex .social_med i {
    font-size: 20px;
    width: 19px;
    text-align: center;
    border-radius: 100%;
    padding: 9px 10px;
}

.fa-facebook {background: #3B5998;
  color: white;}
.fa-twitter {background: #55ACEE;
  color: white;}
.fa-google {background: #dd4b39;
  color: white;}
.fa-linkedin {background: #007bb5;
  color: white;}
.fa-youtube {background: #bb0000;
  color: white;}
.fa-pinterest {background:#cb2027;color:white}
.fa-instagram {background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    color: white;}
.fa-telegram {
    background: #226397;color: white; }
.fa-skype {  background: #00aff0;  
 color: white;  }
 

.card2 {
    background: white;
    width: 400px;
    margin: 25px auto;
    padding: 0px 0px 28px;
    overflow: hidden;
    border-left: 20px solid #f4ca16;
    border-right: 20px solid #f4ca16;
}

.card2:before {
    content: '';
    position: absolute;
    width: auto;
    border-top: 80px solid #f4ca16;
    border-right: 150px solid transparent;
    top: 0;
}

.card2:after {
    content: '';
    position: absolute;
    width: auto;
    border-bottom: 80px solid #f4ca16;
    border-left: 150px solid transparent;
    bottom: 0;
    right: 0;
}

.card2 h1 {}

.card2 h2 {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}

.card2 h3 {
    text-align: center;
    font-size: 20px;
    background: linear-gradient(45deg, black 90%, #a52a2a 20%);
    font-weight: 500;
    width: -webkit-fill-available;
    border-bottom: 3px solid;
    padding: 10px;
    margin: 0px 0px;
    color: white;
}

.card2 form {}

.card2 form input,
.card2 form textarea {
    width: -webkit-fill-available;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #dedede;
    margin: 4px 26px;
    resize: vertical;
    background: #00000005;
}

.card2 form input[type=submit] {
    color: white;
    background: #a52a2a;
}

.card2 iframe {
    margin: 8px auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
    border-radius: 5px;
    width: auto;
    height: 188px;
}

.btn_6 {
    background: #c72d31;
    width: fit-content;
    padding: 9px;
    font-size: 12px;
    margin: 0 auto;
    border-radius: 4px;
    color: white;
    box-shadow: 0px 0px 10px 0px #0000
}

.btn_5 {
    background: #4CAF50;
    width: fit-content;
    padding: 9px;
    font-size: 12px;
    margin: 0 auto;
    border-radius: 4px;
    color: white;
    box-shadow: 0px 0px 10px 0px #0000
}

.pro_dis {
    color: #383737;
    font-size: 13px;
    font-weight: 500;
    margin: 10px;
}

.pro_price {
    color: #188e1d;
    font-weight: 500;
    margin: 9px;
}

/*prouct services*/

.product_s {
    text-align: center;
    background: #fbf7d9;
    padding: 10px;
    width: 88%;
    border-radius: 7px;
    margin: 20px auto;
}

#product_services {
    text-align: center
}

.product_s p {
    font-weight: 600;
    text-transform: capitalize;
}

.product_s img {
    width: auto;
    max-width: 90%;
    background: white;
    border-radius: 5px;
}

/*image gallery*/

.img_gall {
    text-align: center;
    margin: 10px auto;
    max-height: 400px;
    max-width: 90%;
    vertical-align: text-top;
}

.img_gall img {
    background: white;
    border-radius: 2px;
    max-width: 100%;
    max-height: 300px;
}

/* about us*/

#about_us {}

#about_us h3 {}

#about_us p {
    white-space: pre-line;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    padding: 10px 20px;
    margin: 0;
}

/*payment */

#payment {}

#payment p {
    font-size: 19px;
    font-weight: 500;
    color: black;
    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 0px;
}

.menu_bottom {
    background-image: linear-gradient(to right, rgba(165, 42, 42), rgba(0, 0, 0));
    width: -webkit-fill-available;
    text-align: center;
    color: #fff;
    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;
}

/* order page */

#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: white;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #00000030;
    border: 2px solid #FF9800;
}

.order_box img {
    width: 100%;
    max-height: 100px;
}

.order_box h2 {
    padding: 9px 0px 3px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
}

.order_box h4 {
    padding: 0px 0px 7px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: #4CAF50;
}

.order_box p {
    padding: 2px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: gray;
}

.btn_buy {
    background: #FF5722;
    color: white;
    padding: 8px 10px;
    text-align: center;
    font-size: 12px;
    width: fit-content;
    margin: 0 auto 10px;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
}

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

/*Mobile style*/

@media screen and (max-width:700px) {
    .card {
        width: -webkit-fill-available;
        background: #fff3db;
        overflow: hidden;
        margin: 0px auto 0px;
        z-index: 0;
        background: url(keshav/shiva7.webp);
        background-position: -70px;
        background-size: 130% 100%;
    }
    .card2 {
        width: auto;
        margin: 0 5px;
    }