@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html {
    scroll-behavior: smooth;
}


h1, h2, h3, h4, h5{
font-family: "Barlow Condensed", sans-serif;
}
p{
font-family: "Poppins", serif;
}
a{
	text-decoration: none !important;
}
ul li{
	list-style: none !important;
}

.header-middle{
	background: #3f2483 !important;
}
.main-nav{
	width: 100%;
}
.menu{
	justify-content: flex-end;
}
.header-middle .main-nav {
    margin-right: 40px;
}

#brands h2, #categories h2, #testimonials h2, #clients h2, #laptops h2{
	font-size: 45px;
	text-transform: uppercase;
}
#laptops h3{
	padding-left: 8px;
}
.minipopup-area{
	display: none !important;
}
.top-boxes .new-box h4{
font-family: "Montserrat", sans-serif !important;
}
.top-boxes .new-box p{
	font-family: "Montserrat", sans-serif !important;
   
}


/*----whatsapp-btn-----*/
.floating_btn {
  position: fixed;
 bottom: 100px;
    right: 12px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
