#nav{
    width: 100%;
    height: 90px;
    /* border: 3px solid black; */
    display: flex;
    background-color: rgb(12, 12, 14);
    position: -webkit-sticky;
    position: sticky;
    
}

a{
    color: rgb(242, 246, 242);
    background-color: transparent;
    text-decoration: none;
    font-size: medium;
}
.logo{
  width: 10%;
  height: 90px;
  /* border: 2px solid black; */
  margin-left: 50px;
  cursor: pointer;
}
.logo >.logoimg img{
    width: 95%;
    height: 70px;
}
.navele{
    margin: auto;
    width: 30%;
    height: 90px;
    padding-left: 150px;
    margin-left:180px;
    align-items: center;
    display:flex;
    justify-content: space-between;
    cursor: pointer;
    text-decoration: none;

}
.navele{
   transition: transform .2s;
   margin: 0 auto;
}
.navele:hover {
-ms-transform: scale(1.5); /* IE 9 */
-webkit-transform: scale(1.5); /* Safari 3-8 */
transform: scale(1.3); 
}
.navtxt{
    text-decoration: none;
    font-size: 15px;
   }
  .navtxt:hover{
    color:royalblue
  } 


.bar{
    width: 270px;
    height: 60px;
    /* border: 2px solid blue; */
    margin-right: 85px;
    align-items: center;
    margin-top: 15px;
    display: flex;
    font-size: medium;
}



  .login{
    padding: 15px 32px;
    background-color: rgba(22,125,200,1);
    /* text-decoration: none; */
    color: white;
    border-radius: 10px;
    text-decoration: none;
  }
  .login:hover{
    transform: scale(0.8);
    }

.signup{
    padding: 15px 32px;
    background-color:rgba(22,125,200,1);
    /* text-decoration: none; */
    color: white;
    border-radius: 10px;
    text-decoration: none;
   }
   .signup:hover{
    transform: scale(0.8);
    }
   /* nav css complete here */
   #head{
    text-align: center;
    padding-top: 100px;
    background-color: rgb(12, 12, 14);
    padding-bottom: 50px;
    
   }
   h1{
    color: aliceblue;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  padding-bottom: 15px;
  text-shadow: 2px 2px rgba(22,125,200,1)
   }
   span{
    color: rgba(22,125,200,1);
    
  text-shadow: 2px 2px black
   }
   p{
    color: aliceblue;
    padding-bottom: 40px;
   }
 #try{
background-color:rgba(22,125,200,1) ;
padding: 15px 32px;

/* text-decoration: none; */
color: white;
border-radius: 10px;
text-decoration: none;
}
#try{
  transition: transform 0.2s;
cursor: pointer;
}
#try:hover{
transform: scale(1.1);
}
 
  /* head part end here */




 #image{
  background-color:  rgb(12, 12, 14);
  display:block;
  text-align: center;
  width:100%;
  height:550px;
  margin: auto;
  
}
 #ab{
  background-color: rgb(30, 38, 47);
  width:10%;
  height:450px;
  margin-left: 100px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  margin-right: 50px;
  border-radius: 20px;
  
}
#img{
  width:40px;
  height:40px;
  margin: auto;
}
 #xyz{
  display: flex;
  flex-direction: row;
  background-color: rgb(12, 12, 14);
 margin: auto;
  width:90%;
  height:500px;
  border-radius: 20px;
  box-shadow: rgba(22,125,200,1)  0px 22px 70px 4px;
  border:5px solid;
  border-width: 10px;
  }

 #ac{
  background-color:rgb(12, 12, 14);
  width:50%;
  height:450px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border-radius: 20px;
  border:5px solid;
  border-width: 5px;
 }
#animie{
  width:100%;
  height: 200px;

}
#animie img{
  width:80%;
  height: 250px;
  padding-top: 10px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border-radius: 20px;
  border:5px solid;
  border-width: 2px;
}
#animie img{transition: transform 0.2s;
  cursor: pointer;
  }
  #animie img:hover{
  transform: scale(1.1);}
#three{
  display:flex;
  flex-direction:row;
  padding-top:80px;
  justify-content: space-around;
}
#three div{
  width:fit-content;
  height:fit-content
}
#three div img{
  width:175px;
  height:150px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border-radius: 20px;
  border:5px solid;
  border-width: 2px;
}
#three div img{
  transition: transform 0.2s;
cursor: pointer;
}
#three div img:hover{
transform: scale(1.1);
}


  #ad{
    background-color:rgb(12, 12, 14);
    width:30%;
    height:450px;
    margin-top: 20px;
    
  
   }
#part{
  display:flex;
  flex-direction: column;
  width:320px;
  height:450px;
  margin: auto;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border-radius: 20px;
  border:5px solid;
  border-width: 5px;
  
}
#part img{
  width:300px;
  height:280px;
  padding-top: 20px;
  padding-bottom: 20px;
  
  border-radius: 20px;
}
#part img{
  transition: transform 0.2s;
cursor: pointer;
}
#part img:hover{
transform: scale(1.1);
}
   #part input[type=text] {
    /* float: right; */
    padding: 6px;
    border: none;
    margin-top: 8px;
    padding-bottom: 10px;
    font-size: 17px;
  }
  #part h2{
    color: aliceblue;
  }

  /* image part complete here */
  
  #company{
    display: flex;
    width: 100%;
    height:200px;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 50px;
    background-color: rgb(12, 12, 14)

  }
  #company div{
    width:20%;
    height:150px;
    background-color: rgb(12, 12, 14);
    margin: auto;
    text-align: center;
    
  }
  #company img{
    width:200px;
    height:100px;
    margin: auto;
  }
  #company h2{
    color: aliceblue;
    padding-top: 50px;
    padding-left: 20px;
  }
  /* company part complete here */
  #secpart{
    width:100%;
    height:450px;
    background-color:rgb(12, 12, 14);
    
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  #first{
    width:40%;
    height:400px;
    background-color: rgb(12, 12, 14);
    padding-top: 20px;
    padding-left: 20px;
  }
  #explore{
    padding: 15px 32px;
    background-color: rgba(22,125,200,1);
    /* text-decoration: none; */
    color: white;
    border-radius: 10px;
    text-decoration: none;
  }
  #explore:hover{
    transform: scale(0.8);
    }
  #sec{
    width:50%;
    height:400px;
    background-color: antiquewhite;
    /* padding-top: 20px;
    padding-right: 20px; */

  }
  #sec img{
    width:100%;
    height:400px;
    box-shadow: rgb(38, 57, 77) 0px 22px 70px 4px;
  }
  #sec img{
    transition: transform 0.2s;
cursor: pointer;
}
#sec img:hover{
transform: scale(1.1);
  }
/* SEC PART COMPLETE HERE */
#smile{
  display: flex;
  flex-direction: row;
  background-color: rgb(12, 12, 14);
  justify-content: space-around;
}
#fir{
  display: flex;
  flex-direction:row;
background-color: rgb(12, 12, 14);
justify-content: space-between;
}
#fir1{
  background-color: rgb(12, 12, 14);
  width:650px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
#fir1 img{
  width:530px;
  border-radius: 20px;
  height: 430px;
  margin-left: 50px;
  margin-top: 60px;
  box-shadow: rgb(38, 57, 77) 0px 22px 70px 4px;
  box-shadow:  rgb(38, 57, 77)  0px 22px 70px 4px;
}
#fir1 img{
  transition: transform 0.2s;
cursor: pointer;
}
#fir1 img:hover{
transform: scale(1.1);
}
#fir2{
width:100px;
margin-left: 50px;
background-color: rgb(12, 12, 14);
text-align: center;
border-radius: 20px;
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
#fir2 p{
  font-size:xx-large;

}
#fir2 p:hover{
  transform: scale(0.8);
  }
#secc{
  background-color: rgb(12, 12, 14);
  width:500px;
  border-radius: 20px;
  text-align:left;
  

}
#secc h1{
  margin-left: 50px;
}
#secc p{
  margin-left: 50px;
  font-size: medium;
}
#learn{
  padding: 15px 32px;
  background-color:rgba(22,125,200,1);
  /* text-decoration: none; */
  color: white;
  border-radius: 10px;
  text-decoration: none;
  margin-left: 50px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
 }
 #learn:hover{
  transform: scale(0.8);
  }
  /* smile part end */
  #last{
    display:flex;
    flex-direction: row;
    background-color: rgb(12, 12, 14);
    justify-content: space-around;
  }
  #last1{
    background-color: rgb(12, 12, 14);
    width: 550px;
    margin-top: 50px;
  }
  #last1 h1{
    margin-left: 50px;
  }
  #last1 p{
    margin-left: 50px;
    font-size: medium;
  }
  #last2 img{
    border-radius: 50px;
    margin-top: 50px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  }
  #last2 img{
    
      transition: transform 0.2s;
    cursor: pointer;
    }
    #last2 img:hover{
    transform: scale(1.1);
    }
  
  /* last part complete here */
  
  
  

.theend{
    width: 100%;
    height: 350px;
    /* border: 2px solid pink; */
    margin: auto;
    padding-top: 150px;
   background-color: rgb(12, 12, 14); 
}
.theendcard{
width: 600px;
height: 350px;
/* border: 2px solid green; */
margin: auto;
}
.lastcard{
margin: auto;
/* border: 5px solid blue; */
padding-left: 200px;
cursor: pointer;
}
.lastcard img{
width: 190px;
height: 100px;
padding-left: 22px;
}
.lastcard img:hover{
  transform: scale(0.8)
}
.lastcard1 :nth-child(2){
width: 240px;
padding-left: 25px;
cursor: pointer;


}
.lastcard1 :nth-child(1){
width: 218px;
padding-left: 80px;
cursor: pointer;


}
.lastcard1 p{
text-align: center;
padding-right: 45px;
color: white;
}

.foot{
font-size: medium;
cursor: pointer; 
}
.foot1{
font-size: medium;
color: white;
}
.foot:hover{
color: rgb(2, 231, 48);
color: rgb(241, 103, 11);
}
.navtxt{
text-decoration: none;
font-size: medium;
}

/* footer css completes here  */
.uparrow{width: 66px;
    height: 66px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 55px;
    right: 20px;
    background: url(//images.shopclues.com/images/ui//scrolltop_teal.png) no-repeat 0 -74px;
    z-index: 999;
    text-indent: -999px;
    overflow: hidden;
    display: block;
}
@media screen and (min-width: 501px) and (max-width: 1000px){
  .logo{
    display: block;
  }
  .logo>.logoimg img{
    height:90px
  }
  .navele{
    display:none
  }
  #butt{
    margin-left: 150px;
    display: flex;
    flex-direction: row;
  }
/* nav compltete here */

#image{
  background-color:  rgb(12, 12, 14);
  display:block;
  text-align: center;
  width:100%;
  height:1500px;
  margin: auto;
  
}
 #ab{
  background-color: rgb(30, 38, 47);
  width:70%;
  height:100px;
  margin-left: 80px;
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  margin-right: 40px;
  border-radius: 20px;
  margin-bottom: 20px;
  
}
#img{
  width:40px;
  height:30px;
  margin: auto;
}
 #xyz{
  display: flex;
  flex-direction:column;
  background-color: rgb(12, 12, 14);
 margin: auto;
  width:90%;
  height:1400px;
  border-radius: 20px;
  box-shadow: rgba(22,125,200,1)  0px 22px 70px 4px;
  border:5px solid;
  border-width: 10px;
  }

 #ac{
  background-color:rgb(12, 12, 14);
  width:70%;
  height:900px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border-radius: 20px;
  border:5px solid;
  border-width: 5px;
  margin: auto;
 }
#animie{
  width:100%;
  height: 200px;

}
#animie img{
  width:80%;
  height: 150px;
  padding-top: 10px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border-radius: 20px;
  border:5px solid;
  border-width: 2px;
}
#animie img{transition: transform 0.2s;
  cursor: pointer;
  }
  #animie img:hover{
  transform: scale(1.1);}
#three{
  display:flex;
  flex-direction:column;
  padding-top:10px;
  justify-content: space-around;
}
#three div{
  width:fit-content;
  height:fit-content;
  margin: auto;
}
#three div img{
  width:175px;
  height:150px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  
  border-radius: 20px;
  border:5px solid;
  border-width: 2px;
}
#three div img{
  transition: transform 0.2s;
cursor: pointer;
}
#three div img:hover{
transform: scale(1.1);
}


  #ad{
    background-color:rgb(12, 12, 14);
    width:70%;
    height:550px;
    margin-top: 20px;
    margin: auto;
    
  
   }
#part{
  display:flex;
  flex-direction: column;
  width:320px;
  height:300px;
  /* margin: auto; */
  margin-top: 20px;
  /* margin-right: 190px; */
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border-radius: 20px;
  border:5px solid;
  border-width: 5px;
  
}
#part img{
  width:300px;
  height:180px;
  padding-top: 20px;
  padding-bottom: 20px;
border-radius: 20px;
}
#part img{
  transition: transform 0.2s;
cursor: pointer;
}
#part img:hover{
transform: scale(1.1);
}
   #part input[type=text] {
    /* float: right; */
    padding: 6px;
    border: none;
    margin-top: 8px;
    padding-bottom: 10px;
    font-size: 17px;
  }
  #part h2{
    color: aliceblue;
  }
  #company{
    display: flex;
    width: 100%;
    height:700px;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 50px;
    background-color: rgb(12, 12, 14)

  }
  #company div{
    width:70%;
    height:150px;
    
    background-color: rgb(12, 12, 14);
    margin: auto;
    text-align: center;
    
  }
  #company img{
    width:200px;
    height:100px;
    margin: auto;
  }
  #company h2{
    color: aliceblue;
    padding-top: 50px;
    padding-bottom: 20px;
    margin: auto;
    font-size: 30px;
  }
  /* company part complete here */

  #secpart{
    width:100%;
    height:1000px;
    background-color:rgb(12, 12, 14);
    
    padding-top: 20px;
    display: flex;
    flex-direction:column;
    justify-content: space-around;
    margin: auto;
  }
  #first{
    width:40%;
    height:400px;
    background-color: rgb(12, 12, 14);
    padding-top: 20px;
    padding-left: 20px;
    margin: auto;
  }
  #explore{
    padding: 15px 32px;
    background-color: rgba(22,125,200,1);
    /* text-decoration: none; */
    color: white;
    border-radius: 10px;
    text-decoration: none;
  }
  #explore:hover{
    transform: scale(0.8);
    }
  #sec{
    width:50%;
    height:400px;
    background-color: antiquewhite;
    /* padding-top: 20px;
    padding-right: 20px; */
    margin: auto;

  }
  #sec img{
    width:100%;
    height:400px;
    box-shadow: rgb(38, 57, 77) 0px 22px 70px 4px;
  }
  #sec img{
    transition: transform 0.2s;
cursor: pointer;
}
#sec img:hover{
transform: scale(1.1);
  }
/* SEC PART COMPLETE HERE */
#smile{
  width: 100%;
  height:800px;
  display: flex;
  flex-direction: column;
  background-color: rgb(12, 12, 14);
  justify-content: space-around;
}
#fir{
  width:100%;
  height: 500px;
  display: flex;
  flex-direction:column;
background-color: rgb(12, 12, 14);
justify-content: space-between;
margin: auto;
}
#fir1{
  width:100%;
  height:350px;
  background-color: rgb(12, 12, 14);
margin: auto;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  padding-bottom: 50px;
}
#fir1 img{
  width:80%;
  border-radius: 20px;
  height: 230px;
  margin-left: 50px;
  
  box-shadow: rgb(38, 57, 77) 0px 22px 70px 4px;
  box-shadow:  rgb(38, 57, 77)  0px 22px 70px 4px;
}
#fir1 img{
  transition: transform 0.2s;
cursor: pointer;
}
#fir1 img:hover{
transform: scale(1.1);
}
#fir2{

display: none;
}

#secc{
  background-color: rgb(12, 12, 14);
  width:500px;
  border-radius: 20px;
  text-align:left;
  margin: auto;
  margin-bottom: 50px;
  

}
#secc h1{
  margin-left: 50px;
}
#secc p{
  margin-left: 50px;
  font-size: medium;
}
#learn{
  padding: 15px 32px;
  background-color:rgba(22,125,200,1);
  /* text-decoration: none; */
  color: white;
  border-radius: 10px;
  text-decoration: none;
  margin-left: 50px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
 }
 #learn:hover{
  transform: scale(0.8);
  }
  /* smile part end */
  #last{
    display:flex;
    height: 500px;
    flex-direction: column;
    background-color: rgb(12, 12, 14);
    justify-content: space-around;
    margin: auto;
    height: 600px;
  }
  #last1{
    background-color: rgb(12, 12, 14);
    width: 450px;
    margin-top: 50px;
    margin: auto;
    margin-left: 50px;
  }
  #last1 h1{
    margin-left: 60px;
    
  }
  #last1 p{
    
    font-size: medium;
  }
  #last2{
    width:100%;
    margin: auto;
    height: 450px;
    margin-left: 60px;
    margin-top: 20px;
  }
  #last2 img{
    width: 70%;
    height:200px;
    border-radius: 10px;
    margin-top: 20px;
    margin-left: 20px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  }
  #last2 img{
    
      transition: transform 0.2s;
    cursor: pointer;
    }
    #last2 img:hover{
    transform: scale(1.1);
    }
  
  /* last part complete here */
  .foot1{
    display: none;
  }
  .lastcard1{
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: space-between;
  }
  .lastcard1 :nth-child(2){
    width: 218px;
    padding-left: 200px;
    cursor: pointer;
    padding-top: 20px;
    
    
    }
    .lastcard1 :nth-child(1){
    width: 218px;
    padding-left:200px;
    cursor: pointer;
    
    
    }
    .lastcard1 p{
    margin-right: 120px;
  
    }
    #par{
      display: none;
    }
    

}


