/* -----------------------------------------css start------------------------------------- */
* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

/* -------------------------------------------navbar start--------------------------------------------- */
.home-page {

    width: 100%;
}

.navbar {

    background-color:

}

#navbarnav ul li a {

    font-size: 20px;
    font-weight: bold;
    color: #fff;

}

#navbarnav ul li a {

    box-shadow: inset 0 0 0 0 black;
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;

}

#navbarnav ul li a:hover {

    color: rgb(211, 16, 16);
    box-shadow: inset 200px 0 0 0 white;
    border-radius: 5px;
}

/* ------------------------------------------------------------------------home-image----------------------------------------- */
.home-image {

    height: 100%;
    width: 100%;
}

.carousel-item img {

    height: 99vh;
}

/* -----------------------------------------------------------------home-middle--------------------------------------- */
#video {
    border-radius: 20px;
    height: 300px;
    box-shadow: 0px 0px 10px black;
}

.home-middle p {

    letter-spacing: 2px;
    font-family: sans-serif;
    line-break: anywhere;

}

/* ------------------------------------------------------------------home-section------------------------------------------------ */
.home-section {
    background-color: #E6E6FA;
}

.home-inner p {

    letter-spacing: 2px;
    font-family: sans-serif;
    line-break: anywhere;
}

.home-inner-cols {
    display: flex;
    justify-content: center;
}

.home-inner-cols img {

    border-radius: 20px;
    box-shadow: 0px 0px 20px black;
}

.home-inner-cols p {

    font-size: 1.5rem;
    font-weight: bold;
}

/* --------------------------------------------------------------bottem-page------------------------------------------- */
.bottem {

    border: 1px solid black;
    background-color: black;
}

.bottem-inner-cols {
    display: flex;
    justify-content: center;
}

.bottem-text {

    background-color: black;
    color: white;
    border-radius: 20px;
    box-shadow: inset 0px 0px 15px white;
}

.bottem-text h5 {

    font-size: 1.5rem;
    font-weight: bold;
}

.bottem-text p {

    letter-spacing: 2px;
    font-family: sans-serif;
    line-break: anywhere;

}

/* ---------------------------------------------------------------purchase--------------------------------------- */
.purchese-inner h5 {

    font-size: 1.5rem;
    font-weight: bold;
}

.purchese-inner p {

    letter-spacing: 1px;
    font-family: sans-serif;
    line-break: anywhere;

}

* {

    margin: 0%;
    padding: 0;
    box-sizing: border-box;
}

.purchese img {

    border: 2px solid #cccccc;
    padding: 10px;
    border-start-end-radius: 50px 20px 20px 50px;

}

/* ----------------------------------------------------about start----------------------------------------------- */
* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.about p {

    letter-spacing: 1px;
    line-break: anywhere;
    font-family: sans-serif;

}

.about-inner {
    display: flex;
    justify-content: center;
}

.about-inner img {

    border-radius: 20px;
}

.about2 p {

    letter-spacing: 1px;
    line-break: anywhere;
    font-family: sans-serif;
}

.about2 img {

    border: 2px solid #cccccc;
    padding: 10px;
    border-start-end-radius: 50px 20px 20px 50px;

}

.about3 p {

    letter-spacing: 1px;
    line-break: anywhere;
    font-family: sans-serif;
}

.about3 img {

    border: 2px solid #cccccc;
    padding: 10px;
    border-start-end-radius: 50px 20px 20px 50px;
}


/* -----------------------------------------------services---------------------------------------- */
* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h6 {

    font-size: 2.5rem;
}

.card2 img {

    transition: 0.7s;
    border-radius: 20px;
    box-shadow: 10px 0px 20px black;
}

.card2 img:hover {
    border-radius: 20%;
    transform: scale(0.9);
    cursor: pointer;
}

/* -------------------------------------------------------------------------product-------------------------------------------- */
* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.product-cols {

    display: flex;
    justify-content: center;

}

.card img {

    transition: all 0.5s;
}

.card img:hover {

    transform: scale(0.9);


}


/* ---------------------------------------------contact------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.contact-in {
    width: 80%;
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 10px;
    background-color: rgb(142, 127, 127);
    box-shadow: 0px 0px 10px 0px #666;
}

.contact-map {

    width: 100%;
    height: auto;
    flex: 50%;

}

.contact-map iframe {

    width: 100%;
    height: 100%;

}

.contact-form {

    width: 100%;
    height: auto;
    flex: 50%;
    text-align: center;
    padding: 30px;
}

.contact-form p {
    color: #fff;
}

.contact-form ::placeholder {
    color: #aaa;
}

.contact-form h1 {
    margin-bottom: 10px;
    color: white;
}

.contact-form-text {

    width: 100%;
    height: 40px;
    color: rgb(242, 238, 238);
    border: 1px solid #bcbcbc;
    border-radius: 50px;
    outline: none;
    margin-bottom: 20px;
    padding: 15px;
}

.contact-form-textarea {

    width: 100%;
    height: 140px;
    color: rgb(243, 240, 240);
    border: 1px solid #bcbcbc;
    border-radius: 10px;
    outline: none;
    margin-bottom: 20px;
    padding: 15px;
    font-family: 'popins', sans-serif;
}

.contact-form-textarea ::placeholder {
    color: #aaa;
}

.contact-form-btn {

    width: 100%;
    border: none;
    outline: none;
    border-radius: 50px;
    background-color: #be8e4c;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    cursor: pointer;
    font-size: 18px;
    transition: 0.9s;

}

.contact-form-btn:hover {
    background-color: green;
    transform: scale(0.9);
}

.collig {
    font-size: 15px;
    font-weight: bolder;
    padding: 10px;
    color: rgb(12, 12, 12);

}

/* --------------------------------------------------------Media page---------------------------------------- */
.media img {

    width: 100%;
    height: 85vh;
}

/* ------------------------------------------media devices---------------------------------- */
.device-cols{
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 20px black;
}
.source1{

    font-size: 4.5rem;
   
    
}
.source2{

    font-size: 4.5rem;
    color: green;
    
}
.source3{

    font-size: 4.5rem;
    color: purple;
    
}
.source4{

    font-size: 4.5rem;
    color: red;
    
}
/* -----------------------------------------------------------footer---------------------------------------------- */
#facebook {

    color: blue;
}

#insta {

    color: purple;
}

#youtube {

    color: red;
}

#whatsapp {

    color: green;
}