/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 25, 2023, 3:04:39 PM
    Author     : mac
*/

@font-face {
    font-family: "bahij";
    src:url("fonts/Bahij_TheSansArabic-Black.ttf") format("truetype");
    font-weight: normal;
  }
  
  @font-face {
    font-family: "bahijBold";
    src:url("fonts/Bahij_TheSansArabic-Bold.ttf") format("truetype");
    font-weight: bolder;
  }
  @font-face {
    font-family: "bahijSemiBold";
    src:url("fonts/Bahij_TheSansArabic-SemiBold.ttf") format("truetype");
    font-weight: bold;
  }
  
  @font-face {
    font-family: "bahijLight";
    src:url("fonts/Bahij_TheSansArabic-Light.ttf") format("truetype");
    font-weight: lighter;
  }
  
  .card_room_homepage .flip-card-front {
      border-bottom-right-radius: 15%;
  }
  
  .card_blog_homepage .flip-card-front {
      background-color: transparent;
      border-top-left-radius: 15%;
      background-size: contain;
      background-position: top;
  }
  
  /* Home Slider Section -->*/
  .home_slider{
      background-image: url(../../img/texture_background_effect.webp);
      background-size: cover;
      background-repeat: no-repeat;
      padding: 10px;
  }
  .home_slider .slider_content .slider_text * {
     object-fit:contain;
    width:80%;
  }
  
  .home_slider .slider_content .slider_text .special_orange_text {
      color: orange;
  }
  
  .home_slider .slider_content {
      display: flex;
      padding: 1% 0;
      width: 100%;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      align-content: space-between;
  }
  
  .slider_content .slider_icon {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .slider_content .slider_text {
      text-align: right;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-end;
      align-content: space-between;
      padding-right: 18px;
      flex: 100%;
      min-height: 100%;
  }
  
  .slider_text h1.slider_logo_text {
      font-size: 3em;
      font-weight: bold;
      font-family: 'bahijBold';
  }
  
  .slider_text h2.special_orange_text {
      font-size: 3em;
  }
  
  .home_slider b {
      font-size: 100% !important;
  }
  
  .home_slider .slider_content .slider_text h3 {
      font-family: 'bahijLight';
  }
  /*End Home Slider Section */
  img.header_logo {
      max-width: 80%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      object-fit: contain;
      max-height: 35px;
  }
  
  /*Start Room Homepage*/
  
  .room_slider {
      background-image: url(../../img/yellowtexturebackground.webp);
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 0 200px;
  }
  
  .room_home_content {
      display: flex;
      margin: auto;
      flex-direction: row;
      align-items: center;
      padding: 30px 10px;
      max-width: 80%;
      justify-content: center;
      flex-wrap: nowrap;
      align-content: center;
  }
  
  .room_home_content * {
      color: white;
  }
  
  .room_home_content h1.room_title {
      font-size: 3.5em;
      font-weight: bold;
  }
  
  .room_home_content p.room_home_description {
      text-transform: lowercase;
      font-size: 1.25em;
      line-height: 33px;
      font-weight: 600;
      margin-top: 11px;
  }
  
  .room_icon img {
      max-width: 100%;
      object-fit: contain;
      display: flex;
      justify-content: flex-end;
      flex-direction: row;
  }
  
  .room_home_content .room_icon {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
  }
  .room_home_content .room_home_text a {
      background: white;
      padding: 10px 50px;
      font-size: 20px;
      font-weight: bold;
      margin-top: 20px;
      border-radius: 0 15px;
      color: var(--greenColor);
      transition: border-radius 0.5s;
  }
  .room_home_content .room_home_text a:hover{
    background: white;
    color: var(--greenColor);
    border-radius: 15px 0;
  }
  /*End Room homepage*/
  
  
  /*Start Blog Homepage*/
  
  .blog_slider {
      background-image: url(../../img/texture_background_effect.webp);
      background-size: cover;
      background-repeat: no-repeat;
      margin-top: 2em;
      border-radius: 0px 200px;
  }
  
  .blog_home_content {
      display: flex;
      margin: auto;
      flex-direction: row;
      align-items: center;
      padding: 30px 10px;
      max-width: 80%;
      justify-content: space-between;
  }
  
  .blog_home_content * {
      color: white;
  }
  
  .blog_home_content h1.blog_title {
      font-size: 3.5em;
      font-weight: bold;
  }
  
  .blog_home_content p.blog_home_description {
      text-transform: lowercase;
      font-size: 1.25em;
      line-height: 33px;
      font-weight: 600;
      text-align: justify;
      margin-top: 11px;
  }
  
  .blog_icon img {
      max-width: 100%;
      object-fit: contain;
      display: flex;
      justify-content: flex-end;
      flex-direction: row;
  }
  
  .blog_home_content .blog_icon {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
  }
  .blog_home_content .blog_home_text a {
      background: white;
      padding: 10px 50px;
      font-size: 20px;
      font-weight: bold;
      margin-top: 20px;
      border-radius: 0 16px;
      color: var(--purbleColor);
      transition: border-radius 0.5s;
  }
  .blog_home_content .blog_home_text a:hover{
    background:white;
    color: var(--purbleColor);
    border-radius: 16px 0;
  }
  /*End Blog Slider*/
  
  
  /*Start Course Homepage*/
  
  .course_homepage {
      background-image: url(../../img/roomsbackgroundhomepage.webp);
      background-size: cover;
      background-repeat: no-repeat;
      margin-top: 2em;
      border-radius: 200px 0px;
  }
  
  .course_home_content {
      display: flex;
      margin: auto;
      flex-direction: row;
      align-items: stretch;
      padding: 30px 0px;
      max-width: 80%;
      justify-content: space-between;
      flex-wrap: nowrap;
  }
  
  .course_home_content * {
      color: white;
  }
  
  .course_home_content h1.course_title {
      font-size: 3.5em;
      text-align: center;
      font-weight: bold;
  }
  
  .course_home_content p.course_home_description {
      text-transform: lowercase;
      font-size: 20px;
      line-height: 33px;
      font-weight: 600;
      margin-top: 11px;
  }
  
  .course_icon img {
      max-width: 100%;
      object-fit: contain;
      display: flex;
      justify-content: flex-end;
      flex-direction: row;
  }
  
  .course_home_content .course_icon {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      flex: 100%;
      width: 45%;
      max-width: 40%;
  }
  .course_home_content .course_home_text a.cta_btn {
      background: var(--greenColor);
      padding: 10px 50px;
      font-size: 20px;
      font-weight: bold;
      margin-top: 20px;
      border-radius: 6px;
  }
  .course_home_content .course_home_text a.cta_btn:hover{
    background:white;
    color: var(--purbleColor);
  }
  /*End Course Slider*/
  
  #footer_part {
          background-image: url(../../img/texture_background_effect.webp);
          margin-top: 20px;
  }
  /* Room Index page start */
  .top_profile.p-0.room_page {
      background-image: url(../../img/texture_background_effect.webp);
  }
  
  .room_page .room_page_content {
      display: flex;
      padding: 20px;
      color: white;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
  }
  
  .room_page .room_page_icon img {
      max-width: 100%;
  }
  
  .room_page_content .room_page_icon {
      max-width: 50%;
      display: flex;
      justify-content: flex-end;
      flex-direction: row;
  }
  /* Room Index page end */
  
  
  /* Courses Index page start */
  .top_profile {
      background-image: url(../../img/cover/background_course_cover.webp);
      background-repeat: no-repeat;
      background-size: 100%;
  }
  .top_profile.grand_page {
      background-image: url(../../img/roomsbackgroundhomepage.webp);
      background-repeat: no-repeat;
      background-size: 100%;
  }
  
  .top_profile .course_page_content {
      display: flex;
      padding: 20px;
      color: white;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      height: 350px;
      justify-content: center;
      max-width: 90%;
  }
  
  .top_profile .course_page_icon img {
      max-width: 100%;
      object-fit: contain;
      max-height: 100%;
  }
  
  .course_page_content .course_page_icon {
      max-width: 50%;
      display: flex;
      justify-content: flex-end;
      flex-direction: row;
      max-height: 300px;
  }
  .course_index_page_title {
          color: var(--brandColor);
      font-size: 2em;
      font-weight: 600;
      text-transform: capitalize;
      line-height: 35px;
  }
  .course_index_page_description{
          color: white;
      font-size: 1.3em;
      font-weight: 600;
      text-transform: capitalize;
      line-height: 35px;
  }
  /* Courses Index page end */
  
  
  #footer_part {
          background-image: url(../../img/footerbackground.webp);
          margin-top: 20px;
          background-position: bottom;
          box-shadow: 0px 0px 2px 1px #94909066;
          background-repeat: no-repeat;
          background-size: 100%;
  }
  
  .top_profile.p-0.room_page {
      background-image: url(../../img/texture_background_effect.webp);
      background-repeat: no-repeat;
      background-size: cover;
  }
  
  
  .course_item {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      background: white;
      border-radius: 0 35px;
      overflow: hidden;
      height: 350px;
      padding: 0;
      margin-right: 3%;
  }
  
  .course_item .thum.image {
      height: 250px;
      max-height: 250px;
      display: flex;
      flex-direction: column;
      width: 100%;
  }
  
  .course_item .thum.image img {
      max-height: 250px;
      height: 250px;
      object-fit: cover;
  }
  
  .course_item .cont {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      max-height: 100px;
      overflow: hidden;
  }
  
  .course-teacher img {
      width: 50px;
      margin-left: 10px;
      margin-top: 10px;
      border-radius: 50%;
      object-fit: contain;
      margin-right: 10px;
  }
  
  .course_item .course-teacher {
      display: flex;
      flex-direction: row;
      width: 100%;
      justify-content: flex-start;
      align-content: center;
      align-items: center;
  }
  
  .course-teacher .name h6 {
      color: var(--pinkColor);
      width: 100%;
      height: 100%;
  }
  
  .course-card-detail  .name {
      font-size: 1.1em;
      color: var(--purbleColor);
      text-align: left;
  }
  
  .course_home_text .course-card-detail {
      padding: 10px 10px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
  }
  
  .course-card-detail .price {
      flex: 20%;
  }
  
  .course-card-detail .price h3 {
      font-size: 1.2em;
      text-align: center;
      max-width: 5vw;
      height: 5vh;
      background: var(--pinkColor);
      font-size: 1em;
      min-width: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 7vh;
      overflow: hidden;
  }
  
  .course-card-detail a.name_link {
      flex: 75%;
  }
  
  .course_home_content .course_home_text {
      flex: 100%;
      width: 100%;
      max-width: 100%;
  }
  
  .course_homepage_subtitle {
      color: #fec404;
      font-size: 2em;
  }
  
  p.course_homepage_description {
      font-size: 1.5em;
      margin-bottom: 20px;
      margin-top: 10px;
      font-weight: 600;
  }
  
  .course_home_content .courses_list {
      display: flex;
      overflow-x: scroll;
      max-width: 100%;
      padding-left: 0;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
  }
  
  .get_forget_form {
      color: var(--purbleColor) !important;
  }
  
  #buddypress .profile_info .profile_info_center h3 {
      color: var(--purbleColor);
  }
  
  #buddypress .profile_info.group_top_section .profile_info_center h3 {
      color: var(--dark);
  }
  
  ul.top_header_search_profile {
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: flex-end;
  }
  
  
  .main-form .text-title-add {
      color: var(--purbleColor);
  }
  
  .main-form textarea ,.main-form input{box-shadow: 0 0 1px 1px #b7b7b69e;border: 0;border-radius: 5px;}
  .course_home_icon {
    display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
  }
  
  .course_home_icon .content {
      text-align: center;
  }
  .top_profile.container .course_page_content .course_page_text{
        height: 300px;
        }
  .top_profile.container .course_page_content .course_page_text img{
  height: 100%;
  }
@media (max-width: 768px) {
    .home_slider{
    background-size: cover;
    background-position: 50%;
}
    .home_slider .slider_content{
        display: flex;
        flex-direction: column;
    }
    .profile_info{
        margin: 0;
    padding-left: 0;
    padding-right: 0;
    }
    .top_profile.container {
        background-size: cover !important;
        background-position: center !important;
        height: 200px;
        border-radius: 0px !important;
        margin-bottom: 0px !important;
    }
    .top_profile.product_page{
        background-image: url(../../img/cover/gallery_cover_photo.jpg) !important;
    }
    .top_profile.course_page{
        background-image: url(../../img/cover/academy_cover_photo.jpg) !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .top_profile.blog_page{
        background-image: url(../../img/cover/blogs_cover_photo.jpg) !important;
    }
    .top_profile.gallery_page{
        background-image: url(../../img/cover/gallery_cover_photo.jpg) !important;
    }
    .top_profile.grand_page{
        background-image: url(../../img/cover/grand_cover_photo.jpg) !important;
    }
        .top_profile.container .course_page_content .course_page_text{
    max-height: 150px;
    position: relative;
    max-width: 100%;
    width: 100%;
    display: none;
}
        .top_profile.container .course_page_content .course_page_icon{
    height: auto;
    width: 100%;
    display: none;
}
.top_profile .course_page_text img{
    height: auto !important;
    padding: 0;
}
    .curriculam-cont .accordion .card .card-header a ul li{
    display: flex !important;
    flex-direction: row;
    align-items: center;
}
}



        