* {
  margin: 0px;
}
.purple {
  color: #7e22ce;
}
.navbar {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
li {
  list-style: none;
}
.element {
  display: flex;
  list-style: none;
  margin: 6.5px;
  text-align: center;
  justify-content: center;
  align-items: center;
  /* height: 30px; */
}
#underline > li:hover {
  border-bottom: 2px solid rgb(126 34 206);
  cursor: pointer;
}
#underline {
  display: flex;
  flex-direction: row;
}
ul {
  display: flex;
  align-items: center;
}
#uppernav {
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.107);
  padding-bottom: 10px;
}
#buttomnav {
  display: flex;
  justify-content: space-between;
  padding: 7px 0px;
  align-items: center;
  color: #7e22ce;
  font-weight: 500;
  box-shadow: 0px 5px 6px 0px #00000026;
}
#logo {
  margin: 10px 10px 10px 20px;
  display: inline;
  color: #7e22ce;
}
.menu {
  display: block;
  height: auto;
}
svg {
  color: #7e22ce;
  cursor: pointer;
}
#homelogo,
#searchlogo {
  margin: 10px 35px;
}
#spaceforli > li {
  margin: 0px 0px 0px 22.75px;
}
#btn {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  background-color: rgb(126 34 206);
  border-radius: 0.5rem;
  align-items: center;
  cursor: pointer;
  border: none;
}
#btn:hover {
  background-color: rgb(107 33 168);
}
#Welcome {
  font-weight: 450;
  font-size: 2.2rem;
}
#anime {
  display: flex;
  flex-direction: column;
  justify-content: flex-startd;
  align-items: flex-start;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0px;
  border: 0px;
  list-style: none;
  height: 30px;
  width: auto;
  overflow: hidden;
}
#typ {
  display: flex;
}
#anime li {
  font-size: 26px;
  position: relative;
  top: 0;
  animation: slid 12s steps(8) infinite;
}
@keyframes slid {
  100% {
    top: -256px;
  }
}

#anime li::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  border-left: 3px solid black;
  animation: typing 1.5s steps(16) infinite;
}
@keyframes typing {
  100% {
    left: 100%;
    margin: 0 -35px 0 35px;
  }
}
#static {
  font-size: 26px;
}
.container {
  height: 25rem;
  /* margin-top: 6.5rem; */
  /* margin-left: 12rem;
  margin-right:  12rem; */
  width: 100%;
  justify-content: center;
  align-items: center;
}
#base {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#welcomebox {
  display: flex;
  flex-direction: column;
  /* padding: 0px 5rem 0px 5rem; */
  width: 40%;
}
#discription {
  margin: 1.3rem 0 1.8rem 0;
  letter-spacing: 1px;
  color: rgb(130, 130, 130);
}
#free {
  color: rgb(229 231 235);
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: rgb(17 24 39);
  border-radius: 0.25rem;
  cursor: pointer;
  padding: 8px;
  border: none;
}
#blog {
  background-color: rgb(209 213 219);
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(17 24 39);
  border-radius: 0.25rem;
  cursor: pointer;
  padding: 8px;
  border: none;
  margin-left: 0.5rem;
}
#free:hover {
  color: rgb(255 255 255);
  background-color: rgb(31 41 55);
}
#blog:hover {
  color: rgb(17 24 39);
  background-color: rgb(156 163 175);
}
#imageforwelcom {
  clip-path: polygon(10% 0px, 100% 0%, 100% 100%, 0px 100%);
  object-fit: cover;
  width: 38%;
    height: 305px;

  box-sizing: border-box;
}
.cources {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  width: 23%;
  margin-top: 2rem;
  margin-bottom: 5rem;
  /* height: 33rem; */
  box-shadow:0px 9px 19px 0px #00000021;
  box-sizing: border-box;
  /* justify-content: space-between; */
}
#re_con {
  display: flex;
  justify-content: space-between;
}
.cource_img{
  width: 100%;
  border-radius: 1rem;
  text-align: left;
}
.title{
  margin: 3rem 0 2rem 0;
text-align: center;
font-size: 1.8rem;
font-weight: 500;
}
#recomendation{
  margin: 0px 20rem 0px 20rem;
}
.watchbtn{
    margin: 0 1rem .5rem 1rem;
    border: none;
    box-sizing: border-box;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 9999px;
    bottom: 2rem;
    color: white;
    font-weight: 600;
    background-color: rgb(126, 34, 206);
    justify-content: flex-end;
}
.watchbtn:hover{
  background-color: rgb(147 51 234);
  cursor: pointer;
}
.para{
  margin: 1rem 0 1rem 0;
  color: grey;
  letter-spacing: 1px;
}
.heading{
  font-size: 15px;
}
.tst{
  display: flex;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#testimonials{
  margin: auto;
}
.item{
  width: 35%;
  padding: 20px;
  background-color: rgb(243 244 246);
  margin: 15px;
}
.padforp{
  padding:10px 0 10px 0 ;
  color: rgb(102, 102, 102);
  line-height: 18px;
}
.item div .name ,.item div .kam{
  display: block;
  padding-left: 10px;
  padding-bottom: 4px;
}
.item div .kam{
  color: rgb(102, 102, 102);
}