<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
/* navbar */
#navbar {
  height: 90px;
  width: 100%;
  border-top: 3px solid rgb(47, 66, 84);
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: sticky;
  z-index: 99999;
  background-color: white;
  top: 0;
  /* border: 3px solid red; */
}
#navbar-left {
  height: 65px;
  width: 20%;
  border: 1px solid transparent;
  margin-left: 80px;
  /* margin-top: 20px; */
}
#navbar-right {
  height: 100%;
  width: 60%;
  border: 1px solid transparent;
  margin-right: 50px;
  margin-left: 120px;
}
#right-upper {
  height: 50%;
  width: 100%;
  border: 1px solid transparent;
  display: flex;
  justify-content: right;
  gap: 22px;
  align-items: center;
}
#right-upper:hover {
  cursor: pointer;
}
#right-lower {
  height: 50%;
  width: 100%;
  border: 1px solid transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: sans-serif;
  font-size: 14px;
  color: rgb(106, 106, 106);
  margin-top: 3px;
  margin-left: 5px;
}
#rl:hover {
  font-weight: bold;
  cursor: pointer;
}
#site-logo {
  height: 100%;
  width: 35%;
  margin-left: 60px;
}
#navbar-button {
  height: 100%;
  background-color: black;
  color: white;
  font-size: 12px;
  font-family: sans-serif;
  margin-right: 5px;
  cursor: pointer;
}
#navbar-input {
  border-radius: 15px;
  width: 250px;
  height: 25px;
}
#ru {
  font-size: 12px;
  color: rgb(106, 106, 106);
  text-decoration: none;
  font-family: sans-serif;
}
#navbar-image {
  height: 100px;
  width: 100%;
  border: 1px solid transparent;
  margin-top: 10px;
}
#navbar-img {
  height: 100%;
  width: 100%;
}
#bar-img {
  height: 100%;
  width: 4%;
  cursor: pointer;
  background-color: rgb(47, 66, 84);
  color: white;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
/* navbar */
#navbar {
  height: 90px;
  width: 100%;
  border-top: 3px solid rgb(47, 66, 84);
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: sticky;
  z-index: 99999;
  background-color: white;
  top: 0;
  /* border: 3px solid red; */
}
#navbar-left {
  height: 65px;
  width: 20%;
  border: 1px solid transparent;
  margin-left: 80px;
  /* margin-top: 20px; */
}
#navbar-right {
  height: 100%;
  width: 60%;
  border: 1px solid transparent;
  margin-right: 50px;
  margin-left: 120px;
}
#right-upper {
  height: 50%;
  width: 100%;
  border: 1px solid transparent;
  display: flex;
  justify-content: right;
  gap: 22px;
  align-items: center;
}
#right-upper:hover {
  cursor: pointer;
}
#right-lower &gt; nav &gt; ul {
  height: 50%;
  width: 500px;
  border: 1px solid transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: sans-serif;
  font-size: 14px;
  color: rgb(31, 27, 27);
  margin-top: 3px;
  margin-left: 5px;
  margin-right: 10px;
  list-style: none;
}
#right-lower &gt; nav &gt; ul &gt; li &gt; a {
  color: #2c4152;
}
#rl:hover {
  font-weight: bold;
  cursor: pointer;
}
#site-logo {
  height: 100%;
  width: 35%;
  margin-left: 60px;
}
#navbar-button {
  height: 100%;
  background-color: black;
  color: white;
  font-size: 12px;
  font-family: sans-serif;
  margin-right: 5px;
  cursor: pointer;
}
#navbar-input {
  border-radius: 15px;
  width: 250px;
  height: 25px;
}
#ru {
  font-size: 12px;
  color: rgb(106, 106, 106);
  text-decoration: none;
  font-family: sans-serif;
}
#navbar-image {
  height: 100px;
  width: 100%;
  border: 1px solid transparent;
  margin-top: 10px;
}
#navbar-img {
  height: 100%;
  width: 100%;
}
#bar-img {
  height: 100%;
  width: 4%;
  cursor: pointer;
  background-color: rgb(47, 66, 84);
  color: white;
}

#right-lower {
  position: relative;
}

.megamenu {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 300px;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: rgba(18, 16, 16, 0.694);
  background-color: white;
  display: none;
}
nav &gt; ul &gt; li:hover .megamenu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.megamenuitem ul li {
  list-style: none;
  padding: 3px;
}
.megamenuitem h3 {
  padding: 16px;
  background: lightgray;
}
.megamenuitem {
  margin: 1.5%;
}
nav &gt; ul &gt; li {
  list-style: none;
}
.megamenuitems &gt; ul &gt; li {
  list-style: none;
}
.megamenuitems &gt; h4 {
  color: #2c2626;
}
.hd {
  color: black;
}

/* dashboard */

#container1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#container1 img {
  width: 99.9%;
}
#container2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#container2 img {
  width: 99.9%;
}
#container3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#container3 img {
  width: 99.9%;
}
#container4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#container4 img {
  width: 99.9%;
}
.banner1 {
  transition: transform 3s;
}
.banner1:hover {
  transform: scale(1.05);
}
.banner2 {
  transition: transform 3s;
}
.banner2:hover {
  transform: scale(1.05);
}
.image1 {
  transition: transform 3s;
}
.image1:hover {
  transform: scale(1.05);
}
.image2 {
  transition: transform 3s;
}
.image2:hover {
  transform: scale(1.05);
}
.banner3 {
  transition: transform 3s;
}
.banner3:hover {
  transform: scale(1.05);
}
.banner4 {
  transition: transform 3s;
}
.banner4:hover {
  transform: scale(1.05);
}
.banner5 {
  transition: transform 3s;
}
.banner5:hover {
  transform: scale(1.05);
}
.banner6 {
  transition: transform 3s;
}
.banner6:hover {
  transform: scale(1.05);
}
.banner7 {
  transition: transform 3s;
}
.banner7:hover {
  transform: scale(1.05);
}
/* footer */
#body {
  background-color: #2c4152;
  margin-top: -8px;
  height: 400px;
}
a {
  color: #cccccc;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 3px;
  /* border: 3px solid red; */
}
h4 {
  font-size: 25px;
  color: #cccccc;
}
a:hover {
  /* color: blue; */
  text-decoration: underline;
}
#grid {
  display: grid;
  width: 80%;
  margin: auto;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  padding-top: 20px;
}
#payment {
  padding-left: 10%;
  font-size: 15px;
}
#netbank {
  width: 100px;
  /* border: solid black 1px; */

  margin-left: -70px;
}
#visa {
  width: 70px;
  /* border: solid black 1px; */

  margin-left: -90px;
}
#mastercard {
  width: 70px;
  height: 40px;
  /* border: solid black 1px; */
  margin-left: -90px;
}
#cashon {
  width: 100px;
  /* border: solid black 1px; */
  margin-left: -90px;
}
#jiomoney {
  width: 90px;
  /* border: solid black 1px; */
  margin-left: -90px;
}
#payment-grid {
  display: flex;
  column-gap: 5px;
  justify-content: space-evenly;
  /* grid-template-columns: repeat(6,1fr);
    text-align: center; */
  width: 50%;
  margin-left: 7%;
  /* border:solid red 1px; */
}
#last {
  direction: grid;
  grid-template-columns: repeat(2, 1fr);
}
</pre></body></html>