﻿html, body {
    height: 100%;
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0;
    font: 400 14px 'Lato',sans-serif;
    color: #8a8a8a;
    min-height: 100%;
    position: relative;
}

.my-navbar-dark {
    background-color: #000;

}
    .my-navbar-dark ul li
    {
        margin-right:1em;
    }

        .my-navbar-dark ul li a {
            color: #fff;
            text-transform: uppercase;
        }
            .my-navbar-dark ul li a:hover,
            .my-navbar-dark ul li a:focus,
            .my-navbar-dark ul li a.active {
                color: #BC9331 !important;
            }
.bg-theam {
    background: rgb(156,105,39);
    background: -moz-linear-gradient(0deg, rgba(156,105,39,1) 0%, rgba(250,191,96,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(156,105,39,1) 0%, rgba(250,191,96,1) 100%);
    background: linear-gradient(0deg, rgba(156,105,39,1) 0%, rgba(250,191,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9c6927",endColorstr="#fabf60",GradientType=1);
}

.btn-theam {
    background: rgb(156,105,39);
    background: -moz-linear-gradient(0deg, rgba(156,105,39,1) 0%, rgba(250,191,96,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(156,105,39,1) 0%, rgba(250,191,96,1) 100%);
    background: linear-gradient(0deg, rgba(156,105,39,1) 0%, rgba(250,191,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9c6927",endColorstr="#fabf60",GradientType=1);
    color: #fff;
    border-radius: 0;
}

a {
   
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
       
    }
.top-menu
{
    padding:0.5em;
}
.top-menu ul {
    margin-bottom: 0;
}
    .top-menu ul li a{
        color:#fff;
    }
    .top-menu ul li a .fa
    {
        margin-right:5px;
    }
.carousel-caption
{
    top:30%;
  
}

    .carousel-caption h2,
    .carousel-caption p {
        color: #fff;
    }
.header h3 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #000;
}.header
 {  position: relative;


 }

    .header:after {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 90px;
        width: 50%;
        margin: 0 auto;
        height: 2px;
        background: #BC9331;
    }

.product-card {
    background: #f2f2f2;
}
    .product-card .product-card-body .product-description,
    .product-card .product-card-body .product-price .actucal-price {
        color: #000;
    }
.home-sec2 {
    background-color: #222222;
}
.home-sec3 {
    background-color: #f4f4f4;
}

    .home-sec2 .header h3
    {
        color:#fff;
    }


.home-sec3 img {
    border-radius: 0;
}
.footer {
    color: #f0f0f0;
    background: #333;
}
    .footer .text
    {
        text-align:justify;
    }

.Social-media {
    display: flex;
    justify-content: center;
}


    .Social-media a {
        display: flex;
        background: #fff;
        height: 45px;
        width: 45px;
        margin: 0 15px;
        border-radius: 8px;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        box-shadow: 6px 6px 10px -1px rgba(0,124,196,0.15), -6px -6px 10px -1px rgba(255,255,255,0.7);
        border: 1px solid rgba(0, 124, 196, 0);
        transition: transform 0.5s
    }

        .Social-media a i {
            font-size: 50px color:#777;
            transition: transform 0.5s;
        }

        .Social-media a:hover {
            box-shadow: inset 4px 4px 6px -2px rgba(0,0,0,0.2), inset -4px -4px 6px -1px rgba(255,255,255,0.7), -0.5px -0.5px 0px -1px rgba(255,255,255,1), 0.5px 0.5px 0px rgba(0,0,0,0.15), 0px 12px 10px -10px rgba(0,0,0,0.05);
            border: 1px solid rgba(0, 124, 196, 0.1);
            transform: translateY(2px);
        }

            .Social-media a:hover i {
                transform: scale(0.90);
            }

            .Social-media a:hover .fa-facebook {
                color: #3b5998;
            }

            .Social-media a:hover .fa-twitter {
                color: #00acee;
            }

            .Social-media a:hover .fa-whatsapp {
                color: #4fce5d;
            }

            .Social-media a:hover .fa-instagram {
                color: #f14843;
            }

            .Social-media a:hover .fa-youtube {
                color: #f00;
            }

.footer2 {
    padding-bottom: 14px;
    font-size: 13px;
    padding-top: 14px;
    background: #222;
    color: #fff;
}

.abt-sec1 p, .abt-sec2 p
{
    font-size:14px;
    color:#000;
    text-align:justify;
}

@media (max-width: 768px) {
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 1rem;
        height: 1rem;
    }

    .carousel-indicators [data-bs-target] {
        width: 10px;
    }

    .carousel-caption {
        top: 8%;
    }

    .carousel-caption h2,
    .carousel-caption p {
        font-size: 13px;
    }
    .home-sec2 img {
        width: 100%;
        height: auto !important;
    }
    .home-sec3 .header h3 {
        margin-top: 20px;
    }
    .home-sec3 p
    {
        margin-bottom:20px;
    }

    .top-menu
    {
        text-align:center;
    }
}


.home {
    height: 85vh;
    position: relative;
}

video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-content {
    position: relative;
    padding-top: 150px;
    color: #fff;
    text-align: center;
}

    .home-content h1 {
        font-size: clamp(45px, 7vw, 60px);
        line-height: 1.1;
        text-shadow: 2px 2px 10px #000;
    }

.home p {
    font-size: clamp(25px, 4vw, 40px);
    margin-top: 10px;
margin-bottom:1em;
    text-shadow: 2px 2px 10px #000;
}

.home-content button {
    display: block;
    font-size: clamp(14px, 1.5vw, 18px);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    margin: 50px auto 0;
    padding: 12px 20px;
    cursor: pointer;
    text-shadow: 2px 2px 10px #000;
}