@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: 30px;
}

.about--content {
  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%;
}

.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;
}

/*Tablet View*/

@media screen and (min-width: 540px) and (max-width: 950px) {
  .about--imgDiv {
    margin-top: 20px;
  }

  .about--desc {
    padding-top: 10px;
    padding-left: 5%;
  }

  .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;
  }


}

/*Desktop View*/

@media screen and (min-width: 950px) {
  .about--content {
    flex-direction: row;
    justify-content: center;
  }

  .about--imgDiv {
    width: 50%;
    margin-top: -20px;
  }

  .about--img {
    margin-left: -75px;
    border: 2px solid red;
    border-radius: 5px;
    width: 90%;
  }

  .about--desc {
    width: 60%;
    font-size: 1em;
    padding-left: 5%;
  }

  .about-title {
    font-family: "PoppinsLight";
    font-size: 1.7rem;
    font-weight: bold;
  }

  .about-text {
    line-height: normal;
    font-size: 1.2rem;

  }

  .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;

  }




}