body {
    background: black;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

p {
    font-size: 14px;
}

.container {
    padding-bottom: 80px;
    width: 400px;
    margin: 0 auto;
}

.card {
    background: white;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 0px;
}

.menu_bottom {
       background: #dcdcdc;
    width: -webkit-fill-available;
    text-align: center;
    color: #171717;
    position: fixed;
    bottom: 0;
    z-index: 10;
    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;
    color: #d6ac0a;
}





#home {
   
    border-top: 0px;
    border-bottom: 0px;
    background: url(card2bg.jpg) #1f2837;
        background-size: contain;
        background-repeat: no-repeat;
}

.logo {
    text-align: center;
}

.logo img {
            width: 150px;
    height: 150px;
    border-radius: 105px;
    margin-top: 130px;
    border: 6px solid #f0c419;
}

.company-info {
    text-align: center;
        color: white;
}

.company-info h2 {
    font-size: 20px;
    margin-top: 20px;
}

.company-info p {
    margin-bottom: 0px;
    font-size: 14px;
}

.contact-btns {
    text-align: center;
}

.contact-btns .cont_btn {
    background: #f0c419;
    border-radius: 4px;
    padding: 5px 11px;
    width: min-content;
    font-size: 11px;
    margin: 10px 0px;
    display: inline-block;
    box-shadow: 1px 1px 10px 0px #00000040;
    color: #020202;
    text-align: center;
}

.contact-details {
    margin-top: 25px;
    margin-bottom: 30px;
}

.contactbox {
    display: flex;
    color:white;
}

.contactbox:before {
    content: " ";
    background: #f0c419;
    position: relative;
    /* width: 57px !important; */
    height: 54px;
    padding: 16px 29px;
    text-align: center;
    border-bottom: 1px solid #1f2837;
}

.contactbox i {
    position: absolute;
        left: 18px;
    padding-top: 18px;
    color: #1f2837;
}

.contactbox:nth-child(1):before {
    border-radius: 0px 10px 0px 0px;
    border-bottom: 1px solid #1f2837;
}

.contactbox:nth-child(3):before {
    border-radius: 0px 0px 10px 0px;
    border-bottom: 0px;
}

.contactbox p {
    margin-bottom: 0px;
        margin-left: 10px;
}

.download-share-btns {
    text-align: center;
    margin-bottom: 20px;
}

.btn-success {
       color: #fff;
    background-color: #ff000000;
    border-color: #f0c419;
}

.btn-success:hover {
        color: #fff;
    background-color: #ff000000;
    border-color: #f0c419;
}

.card h3 {
    color: #d49d01;
    font-size: 20px;
}

.social-btns {
    margin-top: 25px;
    text-align: center;
}

.sharebtns ul {
    padding: 0;
    list-style: none;
}

.sharebtns ul > li {
    padding: 0;
    display: inline-block;
    list-style: none;
    width: auto;
}

.sharebtns i.fa {
    width: 50px;
        height: 45px;
            margin-bottom: 4px;
}

.sharebtns i.fab {
    width: 45px;
        height: 45px;
            margin-bottom: 4px;
}



.sharebtns i.fa.fa-facebook,
.sharebtns i.fab.fa-linkedin-in,
.sharebtns i.fab.fa-twitter {
    background: blue;
    color: white;
    padding: 13px;
}

.sharebtns i.fa.fa-youtube,
.sharebtns i.fab.fa-instagram,
.sharebtns i.fab.fa-pinterest {
    background: red;
    color: white;
    padding: 13px;
}

.sharebtns i.fab.fa-snapchat-ghost{
    color: black;
     padding: 13px;
}





#about {
    padding: 28px 15px;
       border-bottom: 8px solid #f0c419;
    border-right: 25px solid #f0c419;
}

#youtube {
    padding: 25px 15px;
}

#shop_online {
    padding: 25px 15px;
}
#product_services {
    padding: 25px 15px;
}
#gallery {
    padding: 25px 15px;
}
#payment {
    padding: 25px 15px;
}
#enquery {
    padding: 25px 15px;
}


#shop_online .card-text{
    margin-bottom: 0 !important;
}



.popup_sharebtns{
    list-style: none;
    padding: 0px;
}
.popup_sharebtns .share_btn{
    float: left;
        width: 33%;
    text-align: center;
    margin-bottom: 10px;
}

.popup_sharebtns .share_btn i{
    color: white;
    padding: 15px;
    border-radius: 8px;
    font-size: 20px;
    margin-bottom: 5px;
        width: 50px;
}
.popup_sharebtns .share_btn i.fa-whatsapp{
    background-color: #519f3a;
}
.popup_sharebtns .share_btn i.fa-facebook-f{
    background-color: #265B9D;
}
.popup_sharebtns .share_btn i.fa-twitter{
    background-color: #00ABE3;
}
.popup_sharebtns .share_btn i.fa-linkedin-in{
    background-color: #007CBC;
}
.popup_sharebtns .share_btn i.fa-sms{
    background-color: #f5de30;
}
.popup_sharebtns .share_btn i.fa-envelope{
    background-color: #27466a;
}
.popup_sharebtns .share_btn p{
    color: #3a3a3a;
}

@media (max-width: 480px) {
    .container {
        padding: 0;
        padding-bottom: 80px;
        width: 100%;
        margin: 0 auto;
            
    }
    #home{
            margin-top: 0px;
    }

}
