*{
    margin: 0;
    padding: 0;

}
body{
    background-color: rgb(245, 245, 245);
}
.navbar{
    display: flex;
    align-items: center;
    background-color: white;
    border-bottom: 1px solid rgb(199, 199, 199);
    z-index: 2;
    position: fixed;
    width: 100%;
    height: 39px;
    z-index: 3;
}
.eliments{
    display: flex;
    position: relative;
    margin-left: 10px;
}
.navbar h4,h3{
    position: relative;
    margin: 10px 10px;
    color: gray;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
.navbar h4:hover{
    position: relative;
    color:rgb(253, 194, 0);
    cursor: pointer;
}

.lefteliments{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
   margin-left: 250px;
}
.navbar2{
    background-color: white;
    position: relative;
    top: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid rgb(199, 199, 199) ;
    
}
.navbar2 ul{
    display: flex;
    align-items: center;
    list-style:none;
}
.navbar2 ul li{
    margin-left:40px;
    justify-content: space-evenly;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.navbar2 ul li i{
    font-size: 25px;
}
.navbar2 ul li:hover{
    color:rgb(253, 194, 0);
    cursor: pointer;
}
.navbar2 ul li i:hover{
    color: black;
}
.img1{
    height: 25px;
    margin-left: 20px;
}
.container{
    position: relative;
    top: 40px;
    width: 100%;
}
/* main sections */
.main{
    margin-top: 40px;
}


/*======================================= slider css ====================================*/
.mySlides {display: none}
img {
    vertical-align: middle;
    height: 470px;
}
/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
}
.fade{
    transition: 0.6s;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: white;
  position: absolute;
  top: 120px;
  left: 10px;
  width: 50%;
  text-align: center;
}
.text_head{
    font-family: 'Work Sans', sans-serif;
    font-size: 50px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}
.text_head p{
    font-size: 20px;
    border: 1px solid white;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 5px;
    padding: 2px;
}
.text_subhead{
    font-family: 'Work Sans', sans-serif;
    font-size: 25px;
    color: white;
    font-weight: 400;
}
.offer{
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;

}
.price{
    display: inline-flex;
    color: white;
    margin-top: 50px;
    align-items: center;
    word-spacing: 10px;
}
.price p{
    font-size: 30px;
}
.buynow_btn{
    margin-top: 10px;
    background-color: transparent;
    color: white;
    border: 1px solid white;
}
.buynow_btn p{
    margin: 12px 30px;
}
.buynow_btn:hover{
    background-color: white;
    color: black;
    cursor: pointer;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */

.indicators{
	position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%);
    }
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}
/* ====================================items sections =========================*/
.items{
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
.goneinflash h1{
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.box_container{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
   

}
.box_container .box{
    flex: 1 1 1rem;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 1rem 2rem rgba(0,0,0,.1);
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
    width: 350px;
    transform: translate3d(0,0,0); 
}
.box:hover{
  
    transform: scale(1.1);
    z-index: 2;
    cursor: pointer;
}
.new{
    position: relative;
    margin-left: -250px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    background-color: rgb(138, 212, 26);
    color: white;
    padding: 2px;
}
.box_container .box img{
    margin-top: 1rem;
   width: 150px;
   height: 150px;
   object-fit: cover;

}
.box_container .box .content{
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.content h1{
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content p{
    margin-top: 1rem;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    color: rgb(87, 86, 86);   
}
.content h3{
   display: flex;
   font-size: 15px;
   font-family: 'Nunito', sans-serif;
   font-weight: 600;
   color: rgb(206, 8, 8);
}
.content .fiveg{
    position: relative;
    border: 1px solid black;
    font-size: 10px;
    border-radius: 2px;
    margin: 0px 5px;
    

}
.content h3 span{
    color: #666666;
    font-weight: 400;
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: line-through;
}
/* smart life */
.smart_life{
    margin-top: 2rem;
}
.row{
    margin-top: 10px;
    display: flex;
    gap: 1rem;
}
.row img{
    width: 50%;
    height: 300px;
    border-radius: 4px;
}
.row img:hover{
    transform: scale(1.02);
    z-index: 2;
    cursor: pointer;
}
.footer{
    margin-top: 5rem;
}
.dare img{
    width: 100%;
    height: 300px;
    position: relative;
  text-align: center;
  color: white;
}
.dare_cont{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -160px;

}
.dare_cont h1{
    font-family:'Work Sans', sans-serif ;
    font-size: 50px;
    color: white;
    font-weight: 400;
}
.services{
    margin-top:5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12rem;
}
.service{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.service i{
    font-size: 40px;
}
.service p{
    margin-top: 5px;
    font-family:'Nunito', sans-serif;
    color: gray;

}
/* ===============================main footer =========================*/
.main_footer{
    display: flex;
    gap: 4rem;
    font-family:'Nunito', sans-serif;
    margin: 4rem 3rem;
}
.main_footer h2{
    font-size: 17px;
    font-weight: 600;
}
.main_footer p{
    font-size: 13px;
    gap: 4x;
    padding-top: 20px;
    
}
.colume2{
    margin-left: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.colume2 h2{
    font-size: 25px;
}
.colume2 p{
    padding-top: 5px;
    font-size: 10px;
}
.chat{
    margin-top: 40px;
    background-color: transparent;
    border: 1px solid black;
    padding: 10px 15px;
    font-size: 15px;
}
.colume2 h2{
    margin-top: 30px;
}
.last_foot{
    margin-left: 3rem;
    margin-right: 3rem;
}
.last_foot p{
    font-family:'Nunito', sans-serif;
    font-size: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(65, 63, 63) ;
}
.last_line{
    margin-top: 10px;
    font-family:'Nunito', sans-serif;
    font-size: 13px;
    display: flex; 
    margin-bottom: 50px;  
    font-weight: 400;
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}