@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  box-sizing: border-box;

  font-family: "Josefin Sans", sans-serif;

  padding: 0%;
  margin: 0%;
}

body {
  width: 100%;
}

#hero {
  background-image: url('../img/hero4.png');
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom 80% right 0;
  margin-top: 65px;







}

.nav-item a {
  color: #3e0ce0;
}

nav {

  background-color: #E3E6F3;
}


/* Hero secton Start */

.left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 250px;


}

.left h4 {
  color: rgb(38, 35, 35);
  font-weight: 600;

}

.left h1 {
  font-weight: 700;
}

.text {

  color: #088178;
}

.left button {
  background-image: url('../img/button.png');
  background-color: transparent;
  border: 0;
  color: #088178;
  padding: 14px 80px;
  background-repeat: no-repeat;
}

/* Hero secton end */

/* feature section start */
.f1 {
  box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.06);
  border: 1px solid #cce7d0;
  border-radius: 4px;
  margin: 18px;

}

.f1:hover {
  box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.05);
}

.f1 img {
  margin-top: 15px;
}

.f1 p {
  background-color: pink;
  display: inline-block;
  padding: 7px 8px;
  border-radius: 4px;
  color: #088178;
}

.f1 .text2 {
  background-color: #8fdb8f;
}

.f1 .text3 {
  background-color: #b7f7f5;
}

.f1 .text4 {
  background-color: #9da1f5;
}

.f1 .text5 {
  background-color: #eef272
}

/* feature setion end */

/* production part start here */

.product-body {

  border: 1px solid rgb(188, 184, 184);
  border-radius: 15px;
  margin: 2px;

}

.product-body img {
  padding: 10px;

  border-radius: 50px;
}

.icon i {
  color: #f9eb22;

}

.doller i {
  margin-bottom: 15px;
  border: 1px solid black;
  padding: 5px 8px;
  border-radius: 50%;
  background-color: #8fdb8f;
}

.doller h5 {
  margin-top: 15px;
}



/* product part end here */

/* Repair service start here */

#repair {
  background-image: url('../img/banner/b2.jpg');
  background-repeat: no-repeat;
  background-position: center;
}

.btn-1 {
  margin-top: 10px;
  text-decoration: none;
  padding: 5px 20px;
  color: #222;
  border-radius: 5px;
}

.btn-1:hover {
  background-color: #088178;
  transition: 0.2s;
  color: white;

}

/* Repair service End Here */



/* Banner section start here */
.sm-banner {
  display: flex;


}

.banner-box {

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url('../img/banner/b17.jpg');

  min-width: 550px;
  height: 50vh;
  background-size: cover;
  background-position: center;
  margin: 10px;


}

.banner-box2 {
  background-image: url('../img/banner/b10.jpg');
}


.banner-box h4,
h2,
span,
button {
  margin-left: 15px;
  color: white;


}

.banner-box h2 {
  font-size: 35px;
  font-weight: 700;
}

.banner-box button {
  padding: 4px 10px;
  margin-top: 14px;
  color: white;
  background-color: transparent;
  border: 1px solid white;


}

.banner-box button {
  font-weight: 600;
}

.sm-banner .banner-box:hover button {
  background-color: #088178;
  color: white;
}

.banner-box3 {

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url('../img/banner/b7.jpg');

  width: 380px;
  height: 30vh;
  background-size: cover;
  background-position: center;
  margin: 20px;


}

.banner-box3 h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 80px;
  text-transform: uppercase;
}

.banner-box3 h3 {
  font-size: 20px;
  margin-left: 10px;
  text-align: center;
  color: red;

}

.box4 {
  background-image: url('../img/banner/b4.jpg');
}

.box5 {
  background-image: url('../img/banner/b18.jpg');
}

/* Banner section end here*/

/* Newsletter section start here*/

.body-newsletter {
  background-image: url('../img/banner/b14.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #041e42;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;

}

.left2 h2 {
  margin-top: 40px;
  font-size: 25px;
  font-weight: 700;
  margin-left: 90px;
}

.left2 p {
  margin-left: 90px;
  color: white;
}

.left2 span {
  color: #ffbd27;
}

.right input {
  width: 100%;
  padding: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  right: 40%;

  outline: none;

  border: 1px solid transparent;
  position: relative;

}

.right button {
  text-decoration: none;
  padding: 10px 12px;
  color: white;
  background-color: #088178;
  border: 1px solid #088178;
  position: absolute;
  right: 1.9%;
  border-end-end-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;



}

.icon2 i {
  margin: 3px;

}

.icon2 .facebook {
  color: #4267B2;
}

.icon2 .twitter {
  color: #1DA1F2;
}

.icon2 .instagram {
  color: #fa7e1e;
}

.icon2 .youtube {
  color: #FF0000;
}

.payApp img {
  border: 1px solid #088178;
  border-radius: 5px;
  margin: 2px;
}

/* Newsletter section end here */

/* Footer section start here */
/* Footer section end here */

/* Shop page start here */
#Shop-page {
  background-image: url('../img/banner/b1.jpg');
  margin-top: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;

}

#Shop-page h2,
#Shop-page p {
  color: #ffff;
}

.newitem {
  text-align: center;
}

.newitem a {
  border: 1px solid #088178;
  padding: 10px 16px;
  border-radius: 4px;
  text-decoration: none;
  color: white;
  background-color: #088178;
  margin: 2px;
}

/* Shop page end here */

/* product Details start Here */

#productdetails {
  margin-top: 8rem;
}

.smallImg img {
  width: 24%;
  height: 40%;
  margin-top: 5px;
}
.sproduct-title input{
  width: 50px;
  height: 35px;
 text-align: center;
}
.sproduct-title button{
  text-decoration: none;
  border: 1px solid #088178;
  border-radius: 5px;
  color: #ffff;
  background-color: #088178;
  padding: 6px 18px;
  
}
.sproduct-title p{
  width: 80%;
}

/* Product Details End Here */

/* Blog Page Start here */
#blog-page{
 
    background-image: url('../img/banner/b19.jpg');
    margin-top: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
  
  }

#blog{
  width: 100%;
  height: 100%;
  padding: 5%;
}
.Blog-details{
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-left{
  width: 50%;
  margin-left: 50px;
 

}
.blog-left img{
 width: 100%;
 height: 300px;
 object-fit: cover;
 
}

.blog-right{
  margin-left: 40px;
}

/* Blog page end here */

/* about page start here */

#about-page{
 
  background-image: url('../img/about/banner.png');
  margin-top: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;

}
.about-details{
 display: flex;
 justify-content: center;
 align-items: center;
 margin-top:40px ;

}

.about-img img{
width: 100%;

}
.about-text{
  
  margin-left: 40px;
}
.about-text h1{
  font-weight: 700;
  font-size: 40px;
}

#about-app{
  text-align: center;

}

#about-app .video{
  width: 70%;
  height: 100%;
  margin: 30px auto;
}

#about-app .video video{
  width: 100%;
  height: 100%;
}
/* about page end here */

/* conatct page start here */

.contact-details{
  display: flex;
}
.contact-left{
 
}
  
.contact-left h1{
  color:black;
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
 

}
.contact-left h3{
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.conatct-icon span{
  color: black;
}
.contact-right {
  width: 70%;
  height: 100%;
}
.contact-right iframe{
  width: 100%;

}

/* contact page end here */

/* form details */


#contact-form{
  margin-left: 70px;
  padding: 40px;
}


form {
  width: 55%;
  
}
form textarea{
  width:60% ;
  height: 60%;
}
