body {
    font-family: Arial, Helvetica, sans-serif;
}

/* navbar start */
nav {
    position: sticky;
    top: 0px;
}

.nav-item a {
    color: #0d1289;
    text-decoration: none;
    font-size: 20px;
}

.nav-item a:hover {
    color: #008fd4;
    transition: .5s ease;
}

/* Navbar End */

/* Footer Start */
.ft_bg {
    background-color: #080b6f;
    color: #fff;
}

.ft_bg img {
    border-radius: 10px;
}

.foot a {
    text-decoration: none;
    color: #fff;
    line-height: 35px;
}

.follow i {
    text-align: center;
    /* padding-top: 3px; */
    font-size: 28px;
    background-color: #fff;
    color: #0e3c78;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    /* margin-left: 20px; */
}

/* Footer End */

/* Home page Start */
.bkimg {
    background-image: url("./src/img/bg_img.jpg");
    color: #fff;
    text-align: justify;
}

.mt {
    color: rgb(117, 200, 28);
}

.cont img {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.cont p {
    text-align: justify;
}

.cont p::first-letter {
    font-size: 30px;
    padding-left: 30px;
    color: #008fd4;
}

/* Home page End */

/* About page Start */
.new {
    border: 2px solid red;
}

.abt-para h1 {
    color: #181da3;
}

.abt-para p {
    text-align: justify;
    color: #666;
    font-size: 17px;
}

.abt-cpy {
    word-spacing: 2px;
    line-height: 35px;
}

.abt-cpy::first-letter {
    padding-left: 80px;
}

.abt-img img {
    border-radius: 10px;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */

}

/* About page End */

/* Product Start */

.pro-para h1 {
    color: #181da3;
}

.pro-para p {
    text-align: justify;
    color: #666;
}

.pro-img img {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.pro-btn {
    height: 70px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    border: none;
}

.accordion-body {
    color: #666;
}

.highlight {
    background-color: yellow;
    padding: 2px 4px;
    border-radius: 4px;
}

/* Product End */

/* Contact Page Start */

.cont-bg {
    background-image: url("./src/img/contact-banner.webp");
}

.cont-cnt {
    text-align: justify;
    font-family: sans-serif;
    width: 600px;
}

.cont-cnt h2 {
    font-size: 33px;
    word-spacing: 10px;
}

.cont-cnt p {
    font-size: 23px;
}

.form input {
    width: 220px;
    height: 40px;
    margin-top: 20px;
    font-family: arial;
    font-size: 16px;
    background: none;
    color: #fff;
    outline: none;
}

#fname,
#nmbr {
    border: none;
    border-bottom: 1px solid white;
}

#lname,
#mail {
    margin-left: 40px;
    border: none;
    border-bottom: 1px solid white;
}

#about {
    /* width: 300px; */
    border: none;
    border-bottom: 1px solid white;
}

#msg {
    /* width: 500px; */
    height: 60px;
    border: none;
    border-bottom: 1px solid white;
}

.form .btn {
    width: 100px;
    height: 35px;
    margin-top: 30px;
    border-radius: 10px;
    font-size: 16px;
    font-family: "Roboto", Sans-serif;
    border: none;
    background-color: darkblue;
    color: gray;
    /* margin-left: 350px; */
}

.form .btn:hover {
    background-color: #000;
    color: #fff;
    transition: .5s ease;
}

/* Contact Page End */