* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
h1 {
  font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
}
h2 {
  font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
}
li {
  font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
}
p {
  font-family: sans-serif;
}

/* header start */
.header {
  width: 100%;
  height: 90px;
  background-color: #6a0d91;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.title {
  color: silver;
  padding: 20px 20px 20px 20px;
  font-size: 45px;
  text-align: center;
}
.title:hover {
  color: white;
}
.imglogo {
  position: absolute;
  left: 8%;
  top: -14px;
}

.headerMenu {
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 20px;
}

.menuItem a {
  text-decoration: none;
  font-size: 40px;
  text-transform: uppercase;
  color: silver;
}

.menuItem a:hover {
  color: white;
}
/* header end */

/* baner start */
.baner {
  background-image: linear-gradient(#6a0d91, silver, white, #6a0d91);
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: space-around;
  background-attachment: fixed;
  position: relative;
}

.heading {
  padding-top: 50px;
  font-size: 40px;
  text-align: center;
}
.title1 {
  font-size: 40px;
  text-align: center;
  padding-top: 70px;
  text-transform: uppercase;
}

.title1:hover {
  font-size: 45px;
}

.per {
  font-size: 32px;
  text-align: center;
  padding-top: 40px;
}
.button {
  width: 200px;
  height: 50px;
  background-color: rgb(231, 229, 231);
  color: black;
  border: 2px solid black;
  border-radius: 100px;
  text-decoration: none;
  position: absolute;
  right: 30%;
  bottom: 50%;
}
.button:hover {
  background-color: #6a0d91;
  cursor: pointer;
  color: white;
}

.button1 {
  text-decoration: none;
  color: #6a0d91;
  background-color: aliceblue;
  font-size: 32px;
}
.button1:hover {
  color: white;
  cursor: pointer;
  background-color: #6a0d91;
  
}

.iconF {
  font-size: 30px;
  color: black;
  position: absolute;
  right: 38%;
  bottom: 45%;
}
.iconF:hover {
  color: #6a0d91;
  cursor: pointer;
}

.iconT {
  font-size: 30px;
  color: black;
  position: absolute;
  right: 35%;
  bottom: 45%;
}
.iconT:hover {
  color: #6a0d91;
  cursor: pointer;
}
.iconI {
  font-size: 30px;
  color: black;
  position: absolute;
  right: 32%;
  bottom: 45%;
}

.iconI:hover {
  color: #6a0d91;
  cursor: pointer;
}

/* baner end */

/* section 2 start */

.heading1 {
  text-align: center;
  font-size: 45px;
  color: silver;
  padding: 30px 0 30px 0;
}
.heading1:hover {
  color: #6a0d91;
  cursor: pointer;
}
.img1 {
  width: 900px;
  height: 600px;
  padding-bottom: 50px;
}

.sec2 {
  display: flex;
  position: relative;
}
.heading2 {
  text-align: right;
  font-size: 45px;
  padding: 50px 120px 20px 0;
  color: black;
}

.heading2:hover {
  color: #6a0d91;
  cursor: pointer;
}

.pre {
  text-align: right;
  font-size: 25px;
  padding: 50px 10px 20px 0;
  color: rgb(77, 75, 75);
}

.pre:hover {
  color: black;
  cursor: pointer;
}
.hr {
  height: 5px;
  width: 100%;
  background-color: #6a0d91;
}

.btn {
  width: 200px;
  height: 50px;
  background-color: rgb(231, 229, 231);
  color: black;
  border: 2px solid black;
  border-radius: 100px;
  text-decoration: none;
  position: absolute;
  right: 30%;
  bottom: 30%;
}
.btn:hover {
  background-color: #6a0d91;
  cursor: pointer;
}
.btn1 {
  text-decoration: none;
  color: #6a0d91;
  font-size: 32px;
}
.btn1:hover {
  color: white;
  cursor: pointer;
}

/* section 2 end */

/* about section start */

.proTitle {
  font-size: 34px;
  color: silver;
  text-align: center;
  padding: 50px 0 50px 0;
}

.proTitle:hover {
  color: #6a0d91;
  cursor: pointer;
}

.aboutMain {
  display: flex;
  justify-content: space-around;
}

.im1 {
  padding: 50px 50px 50px 50px;
}
.im2 {
  padding: 50px 50px 50px 50px;
}
.im3 {
  padding: 50px 50px 50px 50px;
}

.head1 {
  display: flex;
  justify-content: space-around;
}

.hed1 {
  font-size: 35px;
}
.hed2 {
  font-size: 35px;
}
.hed3 {
  font-size: 35px;
}

.hed1:hover {
  color: #6a0d91;
}
.hed2:hover {
  color: #6a0d91;
}
.hed3:hover {
  color: #6a0d91;
}

.btnview {
  position: relative;
}
.btnViewall {
  width: 200px;
  height: 50px;
  position: absolute;
  right: 45%;
  border-radius: 100px;
}

.btnall {
  text-decoration: none;
  font-size: 30px;
}

.btnViewall:hover {
  background-color: #6a0d91;
}

.btnall:hover {
  color: silver;
}

.peregraph {
  display: flex;
  justify-content: space-between;
}
.peregraph1 {
  padding: 30px 0 30px 0;
  text-align: center;
}
.peregraph2 {
  padding: 30px 0 30px 0;
  text-align: center;
}
.peregraph3 {
  padding: 30px 0 30px 0;
  text-align: center;
}

/* about section end */

/* section 3 start */
.heading3 {
  text-align: left;
  font-size: 45px;
  color: silver;
  padding: 30px 0 30px 100px;
}
.heading3:hover {
  color: #6a0d91;
  cursor: pointer;
}

.main {
  height: 500px;
  width: 100%;
  background-color: silver;
  display: flex;
  justify-content: space-around;
  position: relative;
}

.box1 {
  height: 350px;
  width: 350px;
  background-color: white;
  position: absolute;
  top: 20%;
  left: 10%;
  border-top-left-radius: 30%;
}

.box1:hover {
  background-color: #6a0d91;
}

.box2 {
  height: 350px;
  width: 350px;
  background-color: white;
  position: absolute;
  top: 20%;
  border-top-left-radius: 30%;
}

.box2:hover {
  background-color: #6a0d91;
}

.box3 {
  height: 350px;
  width: 350px;
  background-color: white;
  position: absolute;
  top: 20%;
  right: 10%;
  border-top-left-radius: 30%;
}

.box3:hover {
  background-color: #6a0d91;
}

.main1 {
  height: 500px;
  width: 100%;
  background-color: silver;
  display: flex;
  justify-content: space-around;
  position: relative;
}

.box4 {
  height: 350px;
  width: 350px;
  background-color: white;
  position: absolute;
  bottom: 20%;
  left: 10%;
  border-top-left-radius: 30%;
}
.box4:hover {
  background-color: #6a0d91;
}

.box5 {
  height: 350px;
  width: 350px;
  background-color: white;
  position: absolute;
  bottom: 20%;
  border-top-left-radius: 30%;
}
.box5:hover {
  background-color: #6a0d91;
}

.box6 {
  height: 350px;
  width: 350px;
  background-color: white;
  position: absolute;
  bottom: 20%;
  right: 10%;
  border-top-left-radius: 30%;
}
.box6:hover {
  background-color: #6a0d91;
}

.p1 {
  position: absolute;
  top: 10%;
  right: 35%;
}
.p2 {
  position: absolute;
  top: 10%;
  right: 35%;
}
.p3 {
  position: absolute;
  top: 10%;
  right: 35%;
}
.p4 {
  position: absolute;
  top: 10%;
  right: 35%;
}
.p5 {
  position: absolute;
  top: 10%;
  right: 20%;
}
.p6 {
  position: absolute;
  top: 10%;
  right: 35%;
}

.textA {
  position: absolute;
  bottom: 20%;
  left: 40%;
  font-size: 30px;
  color: red;
}

.textB {
  position: absolute;
  bottom: 15%;
  left: 35%;
  color: blue;
}
.textC {
  position: absolute;
  bottom: 10%;
  left: 38%;
}
.textC:hover {
  color: gold;
  cursor: pointer;
}
.textC1 {
  position: absolute;
  bottom: 10%;
  left: 43%;
}
.textC1:hover {
  color: gold;
  cursor: pointer;
}
.textC2 {
  position: absolute;
  bottom: 10%;
  left: 48%;
}
.textC2:hover {
  color: gold;
  cursor: pointer;
}
.textC3 {
  position: absolute;
  bottom: 10%;
  left: 53%;
}
.textC3:hover {
  color: gold;
  cursor: pointer;
}
.icon {
  color: goldenrod;
}

.btnon {
  width: 200px;
  height: 50px;
  background-color: rgb(231, 229, 231);
  color: black;
  border: 2px solid black;
  border-radius: 100px;
  text-decoration: none;
  position: absolute;
  right: 45%;
  bottom: 5%;
}
.btnon:hover {
  background-color: #6a0d91;
  cursor: pointer;
}
.btnon1 {
  text-decoration: none;
  color: #6a0d91;
  font-size: 32px;
}
.btnon1:hover {
  color: white;
  cursor: pointer;
}
/* section 3 end */

/* section 4 start */

.sec4head {
  text-align: center;
  font-size: 45px;
  color: silver;
  padding: 30px 0 30px 100px;
}

.sec4head:hover {
  color: #6a0d91;
  cursor: pointer;
}

.mainbox {
  background-color: #6a0d91;
  height: 500px;
  width: 100%;
  position: relative;
}

.subbox {
  background-color: lightgrey;
  height: 300px;
  width: 60%;
  position: absolute;
  top: 20%;
  right: 20%;
  border-radius: 100px;
}

.sec4 {
  position: absolute;
  right: 40%;
  top: 10%;
}
.pree {
  position: absolute;
  right: 46%;
  top: 25%;
  color: #6a0d91;
}

.pre1 {
  color: black;
  position: absolute;
  font-size: 20px;
  text-align: center;
  top: 40%;
}

.pr {
  color: #6a0d91;
  font-size: 50px;
  position: absolute;
  bottom: 10%;
  right: 50%;
}

/* section 4 end */

/* section 5 start */
.carthead {
  padding: 50px 0 50px 0;
  font-size: 40px;
  text-align: center;
  color: silver;
}

.carthead:hover {
  color: #6a0d91;
  cursor: pointer;
}

.carttable {
  background-color: lightgrey;
  height: 600px;
  width: 100%;
}

.table {
  width: 100%;
  border: 5px solid black;
}

.tr1 {
  height: 50px;
  width: 100%;
  position: relative;
}
.tr2 {
  height: 50px;
  width: 100%;
  position: relative;
}

.tr3 {
  height: 50px;
  width: 100%;
  position: relative;
}

.tr4 {
  height: 50px;
  width: 100%;
  position: relative;
}

.tr5 {
  height: 50px;
  width: 100%;
  position: relative;
}
.thpro {
  border: 5px solid black;
}

.thname {
  border: 5px solid black;
}

.thprice {
  border: 5px solid black;
}

.thquan {
  border: 5px solid black;
}

.thtotal {
  border: 5px solid black;
}

.tdimg1 {
  border: 5px solid black;
}

.tdimg2 {
  border: 5px solid black;
}

.tdimg3 {
  border: 5px solid black;
}

.tdimg4 {
  border: 5px solid black;
}

.tdoppo {
  border: 5px solid black;
}

.tdvivo {
  border: 5px solid black;
}

.tdmi {
  border: 5px solid black;
}

.tdsam {
  border: 5px solid black;
}
.oppoPrice {
  border: 5px solid black;
}

.vivoPrice {
  border: 5px solid black;
}

.miPrice {
  border: 5px solid black;
}

.samsungprice {
  border: 5px solid black;
}

.oppoqua {
  border: 5px solid black;
}

.vivoqua {
  border: 5px solid black;
}
.miqua {
  border: 5px solid black;
}
.samsungqua {
  border: 5px solid black;
}

.oppototal {
  border: 5px solid black;
}
.vivototal {
  border: 5px solid black;
}
.mitotal {
  border: 5px solid black;
}
.samsungtotal {
  border: 5px solid black;
}

/* section 5 end */

/* section 6 start */

.bgimage {
  background: url(./images/big\ image.jpg);
  height: 100vh;
  width: 100%;
  position: relative;
}

.Contact {
  color: white;
  font-size: 50px;
  padding: 30px 0 30px 30px;
}

.Contact:hover {
  color: #6a0d91;
}
.name {
  height: 50px;
  width: 500px;
  border: 5px solid #6a0d91;
  text-align: center;
  font-size: 20px;
  position: absolute;
  right: 35%;
}

.email {
  height: 50px;
  width: 500px;
  border: 5px solid #6a0d91;
  text-align: center;
  font-size: 20px;
  position: absolute;
  right: 35%;
  top: 25%;
}

.phno {
  height: 50px;
  width: 500px;
  border: 5px solid #6a0d91;
  text-align: center;
  font-size: 20px;
  position: absolute;
  right: 35%;
  top: 37%;
}

.msg {
  height: 50px;
  width: 500px;
  border: 5px solid #6a0d91;
  text-align: center;
  font-size: 20px;
  position: absolute;
  right: 35%;
  top: 48%;
}

.sendbtn a {
  height: 50px;
  width: 200px;
  background-color: #6a0d91;
  color: white;
  position: absolute;
  bottom: 10%;
  right: 45%;
  text-decoration: none;
  padding-top: 30px;
  font-size: 20px;
  border-radius: 100px;
}
/* section 6 end */

/* footer start */

.footer1 {
  position: relative;
}

.footer {
  background-color: #6a0d91;
  height: 400px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  position: absolute;
  padding-top: 50px;
}

.hr1 {
  height: 2px;
  width: 1000px;
  background-color: black;
  position: absolute;
  right: 15%;
}

.iconF1 {
  font-size: 30px;
  color: black;
  position: absolute;
  right: 55%;
  bottom: 10%;
}
.iconF1:hover {
  color: silver;
  cursor: pointer;
}

.iconT1 {
  font-size: 30px;
  color: black;
  position: absolute;
  right: 50%;
  bottom: 10%;
}
.iconT1:hover {
  color: silver;
  cursor: pointer;
}
.iconI1 {
  font-size: 30px;
  color: black;
  position: absolute;
  right: 45%;
  bottom: 10%;
}

.iconI1:hover {
  color: silver;
  cursor: pointer;
}

.add {
  color: black;
}

.add:hover {
  color: silver;
}

/* footer end */
