@font-face {
  font-family: "Poppins";
  src: url("../_resources/fonts/Poppins-Medium.ttf");
}

@font-face {
  font-family: "PoppinsLight";
  src: url("../_resources/fonts/Poppins-Light.ttf");
}

@font-face {
  font-family: "Bodrum";
  src: url("../_resources/fonts/BodrumSweetMedium.ttf");
}

@font-face {
  font-family: "BodrumBold";
  src: url("../_resources/fonts/BodrumSweetBold.ttf");
}

@font-face {
  font-family: "aaleyah";
  src: url("../_resources/fonts/aaleyah.ttf");
}

@keyframes bgSlider {
  0% {
    background-image: url("resources/bgSlider1.png");
  }

  20% {
    background-image: url("resources/bgSlider2.png");
  }

  40% {
    background-image: url("resources/bgSlider3.png");
  }

  60% {
    background-image: url("resources/bgSlider4.png");
  }

  80% {
    background-image: url("resources/bgSlider5.png");
  }
}

body {
  background-color: #FFE2FC;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

* {
  z-index: 0;
  transition: all 0.2s;
}

/*#region Sec1*/



/*#endregion*/

/* About */

.about--sec {
  margin-top: 50px;
}

.about--content {
  margin-top: -40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about--imgDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about--desc {
  text-align: justify;
  padding-top: 40px;
  opacity: 0.7;
  color: #000000;
  font-family: "PoppinsLight";
  font-size: 0.8em;
}

.about--img {
  width: 100%;
  border: 5px solid #ee1abf;
}

.about-title {
  font-family: "PoppinsLight";
  font-size: 1.7rem;
  font-weight: bold;
}

.about-text {
  line-height: normal;
}

.about-txt1 {

  font-size: 1.2rem;
  color: #000000;
  font-weight: bold;
}

.about-txt2 {
  color: #000000;
  line-height: normal;
  opacity: 0.7;
}

.font {

  font-family: "aaleyah";
  font-size: 2em;

}

.font01 {

  font-family: "aaleyah";
  font-size: 1em;

}

.hr {
  border: solid 3px #EE1ABF;
  border-radius: 5px;
}

.coss--image {
  width: 100%;
  margin-bottom: 5%;
  border-radius: 10px;
}

.coss--image1 {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 5%;
}

.course--images{
  height: min-content;
  margin-top: -10%;
}

.join--btn {
  background-color: #fbbff0;
  border: 2px solid #ee1abf;
  border-radius: 10px;
  /* border-style: none; */
  margin-left: 30%;
  cursor: pointer;
  color: #ee1abf;
  font-family: "Poppins";
  font-size: 1.3rem;
  font-weight: bold;
}

.join--btn:hover {
  background-color: #EE1ABF;
  color: #ffff;
  font-weight: bold;
}

/*Tablet View*/

@media screen and (min-width: 540px) and (max-width: 950px) {
  .about--desc {
    padding-top: 10px;
    padding-left: 1%;
  }

  .about--img {
    width: 100%;
  }

  .font {

    font-family: "aaleyah";
    font-size: 2em;

  }

  .font01 {

    font-family: "aaleyah";
    font-size: 1em;

  }

  .hr {
    border: solid 3px #EE1ABF;
    border-radius: 5px;
  }

  .coss--image {
    width: 75%;
    margin-bottom: 5%;
    margin-left: 12%;
    border-radius: 10px;
    
  }

  .coss--image1 {
    width: 75%;
    /* margin-bottom: 10%; */
    margin-left: 12%;
    border-radius: 10px;
    margin-bottom: 5%;
  }
  
  .join--btn {
    background-color: #fbbff0;
    width: 30%;
    height: 50px;
    border-radius: 10px;
    /* border-style: none; */
    margin-left: 35%;
    cursor: pointer;
    font-weight: bold;
  }
  
  .join--btn:hover {
    background-color: #EE1ABF;
    color: #ffff;
  font-weight: bold;
  }


}

/*Desktop View*/

@media screen and (min-width: 950px) {
  .about--content {
    flex-direction: row;
    justify-content: center;
    margin-top: -65px;
  }

  .about--imgDiv {
    width: 50%;
  }

  .about--img {
    margin-left: -75px;
    border: 2px solid #ee1abf;
    border-radius: 5px;
    width: 90%;
  }

  .about--desc {
    width: 60%;
    font-size: 1em;
    padding-left: 5%;
  }

  .about-title {
    font-family: "PoppinsLight";
    font-size: 1.2rem;
    font-weight: bold;
  }

  .about-text {
    line-height: normal;
    font-size: 0.9rem;

  }

  .about-txt1 {
    font-size: 1.2rem;
    color: #000000;
    font-weight: bold;
  }

  .about-txt2 {
    color: #000000;
    line-height: normal;
    opacity: 0.7;
  }

  .about--sec {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hr {
    border: solid 3px #EE1ABF;
    border-radius: 5px;
  }

  .font {

    font-family: "aaleyah";
    font-size: 2em;

  }

  .font01 {

    font-family: "aaleyah";
    font-size: 1em;

  }


  .coss--image {
    width: 32%;
    margin-left: 1%;
    border-radius: 10px;
  }

  .coss--image1 {
    width: 32%;
    margin-left: 1%;
    border-radius: 10px;
    margin-bottom: 5%;
  }
  
  .join--btn {
    background-color: #fbbff0;
    width: 30%;
    height: 50px;
    border-radius: 10px;
    /* border-style: none; */
    margin-left: 35%;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: bold;
  margin-top: -100px;
  }
  
  .join--btn:hover {
    background-color: #EE1ABF;
  color: #ffff;
  font-weight: bold;
  
  }

  .course--images{
    height: min-content;
    margin-top: -3%;
  }



}