* {
  margin: 0;
  padding: 0;
}

.i {
  color: transparent;
}
@font-face {
  font-family: poppins;
  src: url(/Fonts/poppins/Poppins-Light.ttf);
}

@font-face {
  font-family: alata;
  src: url(/Fonts/alata/Alata-Regular.ttf);
}

@font-face {
  font-family: poppinsdark;
  src: url(/Fonts/poppins/Poppins-Black.ttf);
}

/* NAVBAR */

.navbar {
  width: 100%;
  height: 6rem;
  display: flex;
  background: #fff;
  position: fixed;
  box-shadow: 0 1rem 5rem #a9a9a9;
}

.leftnav {
  width: 20%;
}

.leftnav img {
  height: 3.5rem;
  margin-left: 1rem;
  margin-top: 0.5rem;
}

.middlenav {
  width: 50%;
}

.middlenav ul {
  display: flex;
  margin-top: 2rem;
  list-style: none;
  margin-left: 3rem;
}

.middlenav ul li {
  margin-left: 5rem;
}

.middlenav ul li a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #000;
  font-family: alata;
}

.middlenav ul li a:hover {
  color: #2dc7c0;
}

.rightnav {
  width: 30%;
}

.contactbtn {
  margin-top: 1.3rem;
  height: 3.5rem;
  width: 14rem;
  margin-left: 6rem;
  font-size: 1.3rem;
  border: none;
  border-radius: 0.9rem;
  background: #2dc7c0;
  cursor: pointer;
  transition: 0.2s all;
  color: #fff;
  font-family: poppins;
  font-weight: bolder;
  letter-spacing: 0.1rem;
}

.contactbtn:hover {
  background: #157974;
  color: #fff;
}

.contactbtn a {
  text-decoration: none;
}

/* SECTION 1 */

.sec1 {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(/Images/landingback.jpg);
  background-size: cover;
}

.sec1 h3 {
  color: #fff;
  margin-left: 4rem;
  font-size: 1.3rem;
  font-family: "poppins";
  font-weight: bolder;
  text-transform: uppercase;
  margin-top: 9rem;
}

.sec1 h1 {
  color: #fff;
  margin-left: 4rem;
  font-size: 4.3rem;
  font-family: "poppins";
  font-weight: bolder;
}

.sec1 h4 {
  margin-left: 4rem;
  color: #fff;
  font-family: "poppins";
  font-weight: 100;
}

.sec1 ul {
  display: flex;
  margin-left: 2.5rem;
  list-style: none;
  margin-top: 1.9rem;
}

.sec1 ul li {
  margin-left: 1.5rem;
}

.contactbtn2 {
  height: 3rem;
  width: 10rem;
  border-radius: 0.9rem;
  border: none;
  background: #2dc7c0;
  color: #fff;
  cursor: pointer;
  font-size: 1.1rem;
  font-family: "alata";
  text-transform: uppercase;
  transition: 0.15s all;
}
.contactbtn2:hover {
  background: #157974;
}

.productbtn {
  height: 3rem;
  width: 10rem;
  border-radius: 0.9rem;
  border: none;
  background: #fff;
  color: #157974;
  cursor: pointer;
  font-size: 1.1rem;
  font-family: "alata";
  text-transform: uppercase;
  transition: 0.15s all;
}

.productbtn:hover {
  background: #2dc7c0;
  color: #fff;
}

/* SECTION 2 */

.sec2 {
  text-align: center;
  height: 75rem;
  background: url(/Images/sec7back.png);
}

.sec2 h2 {
  margin-top: 5rem;
  font-family: "alata";
  color: #157974;
}

.sec2 h1 {
  font-size: 2.5rem;
  font-family: "alata";
}

.container {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  place-items: center;
  column-gap: 1rem;
  row-gap: 4rem;
}

.box1 {
  height: 28rem;
  width: 28rem;
  background: red;
  border-radius: 1rem;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(/Images/Privacysol.jpg);
  background-size: contain;
  box-shadow: 0 1rem 5rem #a9a9a9;
  cursor: pointer;
}

.box1:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/Images/Privacysol.jpg);
  background-size: contain;
}

.box2:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/Images/RFID.jpg);
  background-size: contain;
}
.box3:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/Images/EAS.jpg);
  background-size: contain;
}
.box4:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/Images/Security.jpg);
  background-size: contain;
}

.box2 {
  height: 28rem;
  width: 28rem;
  background: red;
  border-radius: 1rem;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(/Images/RFID.jpg);
  background-size: contain;

  box-shadow: 0 1rem 5rem #a9a9a9;
  cursor: pointer;
}

.box3 {
  height: 28rem;
  width: 28rem;
  background: red;
  border-radius: 1rem;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(/Images/EAS.jpg);
  background-size: contain;

  box-shadow: 0 1rem 5rem #a9a9a9;
  cursor: pointer;
}

.box4 {
  height: 28rem;
  width: 28rem;
  background: red;
  border-radius: 1rem;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(/Images/Security.jpg);
  background-size: contain;

  box-shadow: 0 1rem 5rem #a9a9a9;
  cursor: pointer;
}

/* SECTION 3 */

.sec3 {
  height: 33rem;
  width: 100%;
  background: aliceblue;
  display: flex;
}

.textbox {
  width: 50%;
}

.textbox h2 {
  margin-top: 3rem;
  margin-left: 3rem;
  font-family: "alata";
  color: #157974;
}

.textbox h1 {
  margin-left: 2rem;
  font-size: 3rem;
  font-family: "alata";
}

.textbox p {
  margin-left: 2rem;
  width: 30rem;
  margin-top: 1.5rem;
  color: #454545;
  font-family: "poppins";
}

.aboutusbtn {
  margin-top: 2rem;
  margin-left: 2rem;
  height: 3rem;
  width: 10rem;
  border: none;
  border-radius: 1rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "alata";
  color: #fff;
  cursor: pointer;
  background: #157974;
}

.aboutusbtn:hover {
  background: #2dc7c0;
}

.imagebox {
  width: 50%;
}

.imagebox img {
  height: 28rem;
  width: 38rem;
  margin-top: 2rem;
}

/* SECTION 4 */

.sec4 {
  height: 50rem;
  width: 100%;
  background: aliceblue;
  text-align: center;
}

.sec4 h1 {
  margin-top: 4rem;
  font-size: 2rem;
  font-family: "alata";
}

.sec4 iframe {
  margin-top: 4rem;
}

/* SECTION 5 */

.sec5 {
  height: 33rem;
  width: 100%;
  text-align: center;
}

.h1 {
  margin-top: 4rem;
  font-size: 2.5rem;
  font-family: "alata";
}

.container2 {
  display: grid;
  grid-template-columns: repeat(6, 6fr);
  column-gap: 0.7rem;
  place-items: center;
  margin-top: 3rem;
}

.box h1 {
  font-family: "alata";
  font-weight: 100;
  margin-top: 2rem;
}

.box img {
  height: 5rem;
  margin-top: 1rem;
}

.box p {
  font-family: "poppins";
  font-size: 0.8rem;
  margin-top: 1rem;
}

.learnmore2 {
  margin-top: 1rem;
  height: 2rem;
  width: 7rem;
  border: none;
  border-radius: 0.3rem;
  text-transform: capitalize;
  color: #fff;
  background: #157974;
  transition: 0.15s all;
  cursor: pointer;
}

.learnmore2:hover {
  background: #2dc7c0;
}

/* SECTION 6 */

.sec6 {
  height: 62rem;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(/Images/solutionsback.png);
  background-size: cover;
  text-align: center;
}

.sec6 h2 {
  color: #2dc7c0;
  margin-top: 3rem;
  font-family: "alata";
  font-weight: 100;
}

.sec6 h1 {
  color: #fff;
  margin-top: 1rem;
  font-size: 2.5rem;
  font-family: "alata";
  font-weight: bolder;
}

.sec6 h3 {
  color: #fff;
  margin-top: 1rem;
  font-family: poppins;
  font-weight: 100;
  font-size: 0.9rem;
}

.container3 {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  place-items: center;
  gap: 2rem;
  margin-top: 7rem;
}

.card {
  border-radius: 3rem;
  cursor: pointer;
  border: 0.1rem solid #c2c1c1;
  border-top: none;
  border-bottom: none;
  height: 15rem;
  width: 22rem;
  transition: all 0.2s;
}

.card:hover {
  background: hsla(0, 0%, 100%, 0.1);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  border: none;
  transform: translateY(-0.6rem);
}

.upperbox {
  display: flex;
}

.upperbox h2 {
  color: #fff;
  font-family: alata;
}

.lowerbox p {
  color: #fff;
  margin-top: 1rem;
  font-family: "poppins";
  font-weight: 100;
  font-size: 0.8rem;
  margin-left: 5rem;
  text-align: left;
}

.fa-solid {
  color: #2dc7c0;
  margin-top: 4rem;
  font-size: 3rem;
  margin-left: 2rem;
}

/* SECTION 7 */

.sec7 {
  height: 31rem;
  width: 100%;
  background: url(/Images/sec7back.png);
  text-align: center;
}

.sec7 h1 {
  margin-top: 7rem;
  font-size: 3rem;
  font-family: "alata";
  text-transform: capitalize;
}

.sec7 h2 {
  margin-top: 1rem;
  font-size: 1.3rem;
  font-family: "poppins";
  font-weight: 100;
}

.contactbtn3 {
margin-top: 3rem;
    height: 4rem;
    width: 18rem;
    font-size: 1.8rem;
    font-family: 'alata';
    border: none;
    border-radius: 1rem;
    font-weight: 100;
    color: #fff;
    transition: all 0.20s ;
    background: #157974;
    cursor: pointer;
}

.contactbtn3:hover{
  background: #2dc7c0;
}



/* FOOTER */

.footer{
    height: 70vh;
    width: 100%;
    background: #000;
}

.subcontainer3{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    place-items: left;
    column-gap: 0.1rem;
}

.card2{
    color: #fff;
    margin-left: 4rem;
}

.card2 h2{
margin-top: 2rem;
    font-family: 'poppins';
    font-weight: bolder;
}

.card2 ul{
margin-top: 1rem;
list-style: circle;
}

.card2 ul li{
color: lightgrey;
    text-decoration: none;
    font-family: 'alata';
}

.card2 ul li a{
    color: lightgrey;
    text-decoration: none;
    font-family: 'alata';
}

.contactinfo{
    margin-top: 0rem;
}
