* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "dota2";
  src: url("../font/Reaver-Bold.woff") format("woff");
}

body {
  font-family: "dota2";
}

:root {
  --blue: #111827;
  --white: #fff;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: var(--blue);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #6990c7;
  border-radius: 10px;
}

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: var(--blue);
} */

/* header section */
.my-nav {
  position: sticky;
  z-index: 2 !important;
}
.brand-icon {
  width: 180px;
  height: 50px;
  object-fit: cover;
}

/* ============================================================================================================================= */

h1 {
  margin-top: 100px;
  text-align: center;
  font-size: 60px;
  line-height: 70px;
  font-family: 'roboto', sans-serif;
}
#container {
  margin: 0 auto;
  max-width: 890px;
}
p { text-align: center; }
 .toggle, [id^=drop] {
 display: none;
}
nav {
  margin: 0;
  padding: 0;
}

#logo {
  display: block;
  padding: 0 30px;
  float: left;
  font-size: 20px;
  line-height: 60px;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: var(--blue);
}

nav a {
  display: block;
  padding: 0 20px;
  color: #FFF;
  font-size: 16px;
  line-height: 60px;
  text-decoration: none;
}

nav ul li ul li:hover { background: #6990c7; }

nav a:hover { background-color: #6990c7; }

nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

li > a:after { content: ' ⤵'; }

li > a:only-child:after { content: ''; }





/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

#logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  float: none;
}

nav { margin: 0; }

.toggle + a,
 .menu { display: none; }

.toggle {
  display: block;
  padding: 0 20px;
  color: #FFF;
  font-size: 16px;
  font-weight:bold;
  line-height: 60px;
  text-decoration: none;
  border: none;
}

.toggle:hover { background-color: #000000; }

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { background-color: #000000; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #212121; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}


/* Menu X button */

 /* Styling the menu button */
 .menu-btn {
  position: absolute;
  z-index: 3;
  right: 35px;
  top: 35px;
  cursor: pointer;
  transition: all 0.5s ease-out;
}

/* Styling the hamburger lines */
.menu-btn .btn-line {
  width: 28px;
  height: 3px;
  margin: 0 0 5px 0;
  background: #fff;
  transition: all 0.5s ease-out;
}

/* Adding transform to the X */
.menu-btn.close {
  transform: rotate(180deg);
}

/* Styling the three lines to make it an X */
.menu-btn.close .btn-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-btn.close .btn-line:nth-child(2) {
  opacity: 0;
}

.menu-btn.close .btn-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* Styling the position of the menu icon */


/* .menu.show {
  visibility: visible;
} */

/* Adding a transition delay 
to the 4 items in the 
navigation menu */
.nav-item:nth-child(1) {
  transition-delay: 0.1s;
}

.nav-item:nth-child(2) {
  transition-delay: 0.2s;
}

.nav-item:nth-child(3) {
  transition-delay: 0.3s;
}

.nav-item:nth-child(4) {
  transition-delay: 0.4s;
}

}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}

}

/* ============================================================================================================================= */

/* carousel banner section */
.my-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 75% 25%;
}
.carousel-div {
  height: 70dvh;
}
.carousel-div-min {
  height: 34.5dvh;
}
.my-grid aside {
  /* background-color: #808080; */
  z-index: 1 !important;
}

.slider-one {
  grid-row-start: span 2;
}
.slider-two {
}

.slider-three {
}

/* filter product section */
.filterDiv {
  /* float: left; */
  /* background-color: #2196f3; */
  /* color: #ffffff; */
  /* width: 100px; */
  /* line-height: 100px; */
  /* text-align: center; */
  /* margin: 2px; */
  display: none;
}

.show {
  display: block;
}

.container {
  margin-top: 20px;
  overflow: hidden;
}

.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.btn:hover {
  background-color: #6990c7;
  color: #fff;
  transition: 0.3s;
}

.btn.active {
  background-color: #111827;
  color: #fff;
}

.filter-body {
  position: relative;
}
.bgGradient {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 600px;
  z-index: -1;
  background: linear-gradient(
    150deg,
    rgba(17, 24, 39, 0) 20.79%,
    rgba(166, 182, 216, 0.7) 40.92%,
    rgba(17, 24, 39, 0) 70.35%
  );
}
/* Contact Us */
.contact-section {
  text-align: center;
}
.map {
  margin-top: 50px;
  width: 100%;
  height: 600px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media only screen and (max-width: 768px) {
  /* Carousel section */
  .my-grid {
    grid-template-columns: auto;
  }
  .carousel-div {
    height: 30dvh;
  }
}

/* Terms and conditions */

.items-section {
  margin: 80px 0 !important;
  text-align: justify;
}

.content {
  margin: 0 30px;
}

.list-content {
  margin-top: 30px;
}

/* Single Product page design */
.specification-table {
  width: 60%;
  font-size: 16px;
  border-collapse: collapse;
  table-layout: fixed;
}
.specification-table td {
  padding: 30px;
  border: 1px solid #f6f6f6;
}
.specification-table tr:hover {
  background-color: #6990c7;
  color: var(--white);
}

.specification-table tr td:first-child {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .specification-table {
    width: 100%;
  }
  .specification-table td {
    padding: 10px;
  }
}
