/*Start Google Fonts*/

@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');

/*End Google Fonts*/
*{
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  text-decoration: none;
  list-style: none;
  scroll-behavior: smooth;
  box-sizing: border-box
}
h3{
  padding: 50px;
  text-align: center;
  font-family: monospace;
  font-weight: 800;
  font-size: 50px;
  color: #735FF23D;
  text-transform: uppercase
}
.text-header{
  padding: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center
}
.text-header h2{
  font-size: 45px;
  font-weight: 800;
  font-family: "Poppins", serif;
  color: #735ff2;
}
.text-header .num{
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 800;
  padding: 7px;
  background: #f7e652;
  border-radius: 20px;
  color: black;
}
.btn-head{
  margin: 15px;
  font-family: sans-serif;
  font-weight: bold;
  padding: 7px;
  font-size: 25px;
  background: #735ff2;
  color: black;
  border: none;
  border-radius: 25px;
  transition: 0.6s;
  color: snow;
}
.btn-head:hover{
  transition: 0.6s;
  background: transparent;
  border: solid 3px  #735ff2;
  color: #735ff2;
}
header{
  padding: 15px;
}
.container{
  padding: 2% 5%;
  display: flex;
  justify-content: space-between;
  align-items: center
}
ul li{
  display: inline-block;
  padding: 10px;
}
ul li a{
  font-size: 22px;
  font-weight: bold;
  font-family: sans-serif;
  color: #735ff2;
  transition: 0.6s
}
ul li a:hover{
  transition: 0.6s;
  padding: 5px;
  color: snow;;
  border-radius: 25px;
  background: #735ff2;
}
.logo{
  width: 70px;
}

.contant{
  background: #735ff2;
  height: 27vh;
  padding: 2% 5%;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.text-contant span{
  margin: 15px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: snow;
  border-bottom: solid 2px #f7e652
}
.text-contant h1{
  margin: 15px;
  font-family: "Poppins", serif;
  font-weight: 800;
  font-size: 50px;
  color: snow;
}
.text-contant p{
  width: 450px;
  margin: 15px;
  font-family: sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 25px;
  color: snow;
}
.btn1{
  margin: 15px;
  font-family: sans-serif;
  font-weight: bold;
  padding: 7px;
  font-size: 25px;
  background: #f7e652;
  color: black;
  border: none;
  border-radius: 25px;
  transition: 0.6s;
}
.btn1:hover{
  transition: 0.6s;
  background: transparent;
  border: solid 3px  #f7e652;
  color: #f7e652;
}
.btn2{
  margin: 15px;
  font-family: sans-serif;
  font-weight: bold;
  padding: 7px;
  font-size: 25px;
  background: transparent;
  color: #f7e652;
  border: solid 3px #f7e652;
  border-radius: 25px;
  transition: 0.6s;
}
.btn2:hover{
  transition: 0.6s;
  background: #f7e652;
  border: solid 3px #f7e652;
  color: black
} 
.cont{
  width: 370px;
}

.chooses{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  text-align: center;
}
.img-choose{
  border-radius: 25px; 
  margin: 15px;
  transition: 0.6s;
}
.cho1{
  background: #735ff2;
}
.cho2{
  background: #fd7b57;
}
.cho3{
  background: #5db55f;
}
.cho4{
  background: #a654ba;
}
.img-choose:hover{
  transition: 0.6s;
  transform: translate(0,-15px);
  filter: drop-shadow(0 0 15px #735ff2);
  border: none;
  color: snow;
}
.text-cho{
  margin: 15px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: snow;
  text-transform: uppercase;
}
.textp-cho{
  width: 300px;
  margin: auto;
  font-family: sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 10px;
  color: snow;
}
.cho{
  width: 70px;
  margin: 15px;
}

.popular{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.img-popular{
  margin-top: 10px;
  color: #735ff2;
  text-align: center;
}
.text-po{
  margin: 15px;
}
.pop{
  width: 90px;
  transition: 0.6s;
}
.pop:hover{
  transition: 0.6s;
  transform: translate(0,-15px)
}


.courses{
  padding: 2% 5%;
  background: linear-gradient(45deg, mediumpurple,#735ff2);
  display: flex;
  justify-content: space-between;
  align-items: center
}
.text-course span{
  margin: 15px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: snow;
  border-bottom: solid 2px gold;
}
.text-course h2{
  font-size: 50px;
  color: snow;
  font-family: "Poppins", serif;
  margin: 15px;
}
.text-course p{
  width: 450px;
  margin: 15px;
  font-family: sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 25px;
  color: snow;
}
.btn-cou{
  margin: 15px;
  font-family: sans-serif;
  font-weight: bold;
  padding: 7px;
  font-size: 25px;
  background: #f7e652;
  color: black;
  border: none;
  border-radius: 25px;
  transition: 0.6s;
}
.btn-cou:hover{
  transition: 0.6s;
  background: transparent;
  border: solid 3px  #f7e652;
  color: #f7e652;
}
.cou{
  width: 450px;
}

.offers{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2% 5%;
}
.text-offers span{
  margin: 15px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 25px;
}
.text-offers h2{
  margin: 15px;
  font-size: 50px;
  font-family: "Poppins", serif;
  color: #735ff2;
  font-weight: 800;
}
.text-offers p{
  width: 450px;
  margin: 15px;
  font-family: sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 25px;
}
.btn-off{
  margin: 15px;
  font-family: sans-serif;
  font-weight: bold;
  padding: 7px;
  font-size: 25px;
  background: #f7e652;
  color: black;
  border: none;
  border-radius: 25px;
  transition: 0.6s;
}
.btn-off:hover{
  transition: 0.6s;
  background: transparent;
  border: solid 3px  #f7e652;
  color: #f7e652;
}

.joins{
  display: flex;
  justify-content: center;
  align-items: center; 
  padding: 2% 5%;
}
.text-join{
  background: linear-gradient(#735ff2,mediumpurple);
  border-radius: 20px
}
.text-join span{
  margin: 15px 15px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: snow;
}
.text-join h2{
  margin: 15px;
  font-family: "Poppins", serif;
  font-weight: 800;
  font-size: 50px;
  color: snow;
}
.text-join p{
  font-family: sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 15px;
  width: 450px;
  color: snow;
}
.joi{
  width: 400px;
}

.blogs{
  background: #735ff2;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.text-blog p{
  margin: 15px;
  width: 200px;
  font-family: sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  color: snow;
}
.logo3{
  width: 150px;
}
.text2-blog{
  text-align: center;
}
.text2-blog h2{
  margin: 15px;
  font-size: 35px;
  color: snow;
  text-shadow: 0 0 10px #735ff2,
               0 0 20px #735ff2,
               0 0 30px #735ff2,
               0 0 40px #735ff2;
}
.text2-blog .text2{
  display: flex;
  margin: 10px;
  font-size: 22px;
  font-weight: bold;
  color: snow;
  border-bottom: solid 3px snow;
}


.text3-blog{
  text-align: center;
}
.text3-blog h2{
  margin: 15px;
  font-size: 35px;
  color: snow;
  text-shadow: 0 0 10px #735ff2,
               0 0 20px #735ff2,
               0 0 30px #735ff2,
               0 0 40px #735ff2;
}
.text3-blog .text3{
  display: flex;
  margin: 10px;
  font-size: 22px;
  font-weight: bold;
  color: snow;
  border-bottom: solid 3px snow;
} 


.text4-blog{
  text-align: center;
}
.text4-blog h2{
  margin: 15px;
  font-size: 35px;
  color: snow;
  text-shadow: 0 0 10px #735ff2,
               0 0 20px #735ff2,
               0 0 30px #735ff2,
               0 0 40px #735ff2;
}
.text4-blog .text4{
  display: flex;
  margin: 10px;
  font-size: 22px;
  font-weight: bold;
  color: snow;
  border-bottom: solid 3px snow;
}  
