.headerSection {
  position: relative;
  height: 600px;
  width: 100%;
  background-color: #f8f9fa;
}
.headerSection .container {
  position: relative;
}
.headerSection .text {
  position: absolute;
  top: 50%;
  transform: translateY(20%);
  max-width: 575px;
}
@media (min-width: 1200px){
  .headerSection .text {
    max-width: 600px;
  }
}
.headerSection .text p {
  font-size: 24px;
  font-weight: 700;
  margin: 0px 60px 20px;
  position: relative;
}
.headerSection .text p::after {
  content: "";
  height: 300px;
  width: 300px;
  border-radius: 50%;
  position: absolute;
  right: -86px;
  top: -46px;
  z-index: -1;
  background: linear-gradient(
          0deg,
          rgb(248 249 250) 27%,
          rgb(217 210 210 / 5) 100%
  );
}
.headerSection .text h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  height: 188px;
  overflow: hidden;
}
.headerSection .text h2 {
  color: #3c3c3c;
  font-size: 30px;
  line-height: 60px;
  height: 120px;
  overflow: hidden;
}
/*style image*/
.headerSection .image {
  position: absolute;
  width: 550px;
  height: 575px;
  top: 24px;
  left: 0;
}
@media (max-width: 1400px) {
  .headerSection .image1 {
    position: absolute;
    left: -28px;
    top: 100px;
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 990px) {
  .headerSection {
    height: auto;
  }
  .headerSection .text {
    position: relative;
  }
  .headerSection .image1 {
    margin: 110px auto 0px;
    height: 675px;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .headerSection {
    height: auto;
  }
  .headerSection .text {
    position: relative;
  }
  .headerSection .image1 {
    margin: 110px auto 0px;
    height: 536px;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
  }
}
@media (max-width: 430px) {
  .headerSection {
    height: auto;
  }
  .headerSection .text {
    position: relative;
  }
  .headerSection .image1 {
    margin: 110px 0px 0px;
    height: 378px;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
  }
  .headerSection .text h1 {
    font-size: 50px;
    height: 234px;
    overflow: hidden;
  }
  .headerSection .text h2 {
    color: #3c3c3c;
    font-size: 25px;
    line-height: 50px;
    height: 139px;
    overflow: hidden;
  }
}
/*Academic*/
.academicSection .rightImage {
  position: relative;
  height: 680px;
}
@media (max-width: 1000px) {
  .academicSection .rightImage {
    height: 500px;
  }
}
.academicSection .rightImage::after {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 20px;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(
          0deg,
          rgba(3, 2, 2, 0.5382528011204482) 0%,
          rgba(0, 0, 0, 0.71) 100%
  );
}
.academicSection .leftImage img,
.academicSection .rightImage img {
  border-radius: 20px;
}
.academicSection .rightImage h5 {
  padding: 20px;
  position: absolute;
  bottom: 0;
  color: white;
  z-index: 1;
  font-size: 30px;
  font-weight: 700;
  background-color: #00000091;
  margin: 20px;
  border-radius: 10px;
  line-height: 55px;
  max-height: 196px;
  overflow: hidden;
}
@media (max-width: 500px) {
  .academicSection .rightImage h5 {
    margin: 0px;
    border-radius:0px 0px  15px 15px;

  }
}
.academicSection .leftImage {
  height: 250px;
}
.academicSection .subAcademic h5 {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0px;
  line-height: 40px;
  height: 80px;
  overflow: hidden;
}

/*Videos*/

.videosSection .videoImage {
  position: relative;
  height: 200px;
}
.videosSection .videoImage1 {
  position: relative;
  height: 424px;
}
.videosSection .videoImage1 img,
.videosSection .videoImage img {
  border-radius: 20px;
}
.iconYoutube {
  position: absolute;
  top: 50%;
  color: white;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-body iframe {
  border-radius: 20px;
}
.iconYoutube button {
  background-color: red;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 10px;
}
.iconYoutube button:hover {
  background-color: red;
  color: white;
}
@media (max-width: 760px) {
  .videosSection .videoImage1 {
    height: 200px !important;
  }
  .videosSection .videoImage {
    height: 200px !important;
  }
}
.videoImage .title,
.videoImage1 .title {
  position: absolute;
  bottom: 0px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.66);
  color: white;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  border-radius: 0px 0px 20px 20px;
  height: 58px;
  width: 100%;
  overflow: hidden;
}

.videoThree{
  position: absolute;
  bottom: -24px;
  right: 329px;
}
@media (max-width: 1400px) {
  .videoThree{
    right: 284px;
  }
}
@media (max-width: 1200px) {
  .videoThree{
    right: 240px;
  }
}
@media (max-width: 1000px) {
  .videoThree{
    left: 0px;
    top: 223px;
    right: inherit;
  }
}
.videoFive{
  position: absolute;
  bottom: -24px;
  left: 0px;
}
@media (max-width: 768px) {
  .videoThree{
   position: relative;
    top: 0;
  }
  .videoFive{
    position: relative;
    bottom: 0px;
    left: 0px;
  }
}

/*sound*/
.soundSection {
  background-color: #f0f0f0;
  padding: 20px 0px;
  margin: 20px 0px 0px 0px;
}
.contant {
  background-color: white;
  padding: 20px 12px;
  border-radius: 20px;
}
@media (max-width: 500px) {
  .soundSection .cover {
    padding: 0px;
    margin-bottom: 0px !important;
  }
  .contant {
    border-radius: 0px;
  }
}
.contant h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  margin: 10px 0px;
  height: 40px;
  overflow: hidden;
}
.soundSection .soundImage {
  height: 200px;
  position: relative;
}
@media (min-width: 993px) {
  .soundSection .soundImage {
    height: 120px;
  }
}
.soundSection .iconSound {
  position: absolute;
  background-color: black;
  padding: 20px;
  bottom: 50%;
  color: white;
  left: 50%;
  transform: translate(-50%, 50%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.soundSection .soundImage img {
  border-radius: 20px;
}
audio::-webkit-media-controls-panel {
  background-color: #f9f9f9;
  border-radius: 0px !important;
}
audio {
  width: 100%;
  border-radius: 0px !important;
  background-color: #f9f9f9;
}
.fullSound {
  background-color: #f9f9f9;
}
.iconDownload {
  margin-left: 20px;
}
.pointer {
  cursor: pointer;
}
/*sound*/
/*published*/
.publishedSection .publishedImage img {
  border-radius: 20px;
}
.publishedSection .publishedImage {
  height: 300px;
  transition: 0.3s;
}
.publishedSection .publishedImage:hover {
  scale: 0.9;
}
@media (max-width: 768px) {
  .publishedSection .publishedImage {
    height: 250px;
  }
}
.publishedSection .publishedText {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  margin: 10px 0px;
  height: 40px;
  overflow: hidden;
}
/**/
.trainingSection {
  background-color: #f0f0f0;
  padding: 20px 0px;
  margin: 20px 0px 0px 0px;
}
.trainingSection .linksSection {
  font-size: 18px;
  font-weight: 700;
}
.trainingSection .linksSection li label{
  border-radius: 10px;

}
.trainingSection .linksSection li label:hover{
  background-color: #3c3c3c;
  color: white;
}
.trainingSection .rightImage {
  height: 350px;
}

.trainingSection .rightImage img {
  border-radius: 20px;
}
.trainingSection .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
  margin: 10px 0px;
  max-height: 120px;
  overflow: hidden;
}
.trainingSection .des {
  font-size: 24px;
  line-height: 50px;
  margin: 10px 0px;
  max-height: 150px;
  overflow: hidden;
}
.trainingSection .number {
  font-size: 20px;
  color: #212529;
  font-weight: 700;
}
/*tab*/
input[type="radio"] {
  display: none;
}
.trainingSection .contantTrainingSection {
  display: none;
  transition: 0.4s;
}
#one:checked ~ .contantOne {
  display: block;
  animation:opacityFull 1.5s ;
}
@keyframes opacityFull {
  0% {
    opacity: 0;
  }
  100%{
    opacity: 1 ;
  }
}
#two:checked ~ .contantTwo {
  display: block;
  animation:opacityFull 1.5s ;
}
#three:checked ~ .contantThree {
  display: block;
  animation:opacityFull 1.5s ;
}
#four:checked ~ .contantFour {
  display: block;
  animation:opacityFull 1.5s ;
}
#five:checked ~ .contantFive {
  display: block;
  animation:opacityFull 1.5s ;
}
#one:checked ~ .titleSection ul .one,#two:checked ~ .titleSection ul .two,#three:checked ~ .titleSection ul .three ,#four:checked ~ .titleSection ul .four,#five:checked ~ .titleSection ul .five{
  background-color: #3c3c3c;
  color: white;
  border-radius: 10px;
}
.trainingSection .linksSection .padding {
  padding: 10px 20px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .trainingSection .linksSection li {
    padding: 35px 0px 0px !important;
  }
  .trainingSection .linksSection .padding {
    padding: 5px 10px !important;
  }
}
/*tab*/
/*aboutMohammed*/
.aboutMohammed .personImage {
  height: 428px;
}

@media (min-width: 768px) {
  .aboutMohammed .personImage {
    height: 528px;
  }
}
.aboutMohammed .heightAbout{
  height: 400px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .aboutMohammed .personImage {
    height: 428px;
  }
  .aboutMohammed .heightAbout{
    height: 300px;
    overflow: hidden;
  }
}
.aboutMohammed h5 {
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}

.aboutMohammed p {
  font-size: 24px;
  line-height: 50px;
}
@media (max-width: 500px) {
  .aboutMohammed p {
    font-size: 24px;
    line-height: 50px;
  }
  .aboutMohammed h5 {
    margin-bottom: 0px;
  }
}
