/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jun 27, 2023, 8:27:00 PM
    Author     : 88017
*/
.course_author_image
{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
}
.course_author_name
{
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    padding-left: 20px;
    margin-top: 7px;
}
.course_author_name span
{
    color: #a5a5a5;
}
.course_price
{
    width: 100px;
    height: 67px;
    background: #ffb606;
    margin-left: auto;
}
.course_price span
{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    margin-top: 7px;
}



.contact
{
    padding-top: 106px;
    padding-bottom: 117px;
}
.contact_title
{
    font-size: 36px;
    font-weight: 500;
    color: #1a1a1a;
}
.contact_form_container
{
    margin-top: 70px;
}
.input_field
{
    width: 100%;
    background: #f8f4f4;
    border: solid 2px transparent;
    margin-bottom: 24px;
    height: 42px;
    padding-left: 33px;
}
.input_field:focus
{
    outline: none !important;
    border-color: #ffb606;
}
.text_field
{
    width: 100%;
    height: 189px;
    background: #f8f4f4;
    border: solid 2px transparent;
    padding-left: 33px;
    margin-bottom: 24px;
}
.text_field:focus
{
    outline: none !important;
    border-color: #ffb606;
}
.contact_send_btn
{
    width: 100%;
    height: 48px;
    background: #ffb606;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
}
.contact_send_btn:focus
{
    outline: solid 1px #ffb606;
    border: green !important;
}

/*********************************
10. About
*********************************/

.about_title
{
    font-size: 36px;
    font-weight: 500;
    color: #1a1a1a;
}
.about_text
{
    margin-top: 20px;
}
.contact_info
{
    margin-top: 64px;
    padding-left: 46px;
}
.contact_info_item
{
    font-size: 14px;
    font-weight: 400;
    color: #a5a5a5;
    margin-bottom: 22px;
}
.contact_info_item:last-child
{
    margin-bottom: 0px;
}
.contact_info_icon
{
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
}
.contact_info_icon img
{
    width: 100%;
}

/*********************************
11. Google Map
*********************************/

#google_map
{
    width: 100%;
    height: 532px;
    margin-top: 117px;
}
.map_container
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#map
{
    width: 100%;
    height: calc(100% + 30px);
}



.teacher
{
    margin-bottom: 82px;
}
.teacher:nth-last-child(-n+3)
{
    margin-bottom: 0px;
}
.card
{
    display: block;
    border: none;
    background: #f8f9fb;
}
.card:hover .card-img-top
{
    opacity: 0.6;
}
.card:hover .card_plus
{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.card_img
{
    background: #1a1a1a;
}
.card-img-top
{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.card_plus
{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    -o-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    width: 75px;
    height: 75px;
    background: #ffb606;
    z-index: 10;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}
.card_plus a
{
    display: block;
    font-size: 24px;
    line-height: 75px;
    color: #FFFFFF;
}
.card-body
{
    padding-top: 0px;
    padding-bottom: 58px;
    padding-left: 15px;
    padding-right: 15px;
}
.card-title
{
    margin-top: 55px;
}
.card-title a
{
    font-size: 22px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.2;
}
.card-title a:hover
{
    color: #a5a5a5;
}
.card-text
{
    font-size: 14px;
    font-weight: 500;
    color: #a5a5a5;
    margin-top: -7px;
}
.teacher_social
{
    margin-top: 34px;
}

/*********************************
10. Milestones
*********************************/

.milestones
{
    width: 100%;
    padding-top: 118px;
    padding-bottom: 107px;
}
.milestones_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.milestone
{
    width: 100%;
}
.milestone_icon
{
    display: inline-block;
    width: 70px;
    height: 70px;
}
.milestone_icon img
{
    width: 100%;
}
.milestone_counter
{
    font-size: 36px;
    font-weight: 500;
    color: #ffb606;
    line-height: 1;
    margin-top: 41px;
}
.milestone_text
{
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 3px;
}

/*********************************
11. Become
*********************************/

.become
{
    width: 100%;
    padding-top: 117px;
    padding-bottom: 117px;
}
.become_title h1
{
    display: block;
    color: #1a1a1a;
    font-weight: 500;
    padding-top: 24px;
}
.become_title h1::before
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 4px;
    content: '';
    background: #ffb606;
}
.become_text
{
    font-weight: 500;
    color: #a5a5a1;
    margin-top: 48px;
    margin-bottom: 0px;
}
.become_button
{
    width: 188px;
    height: 53px;
    background: #ffb606;
    margin-top: 37px;
}
.become_button a
{
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 53px;
}
.become_button:hover
{
    box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.become_image
{
    width: 100%;
    margin-top: 85px;
}
.become_image img
{
    width: 100%;
}

/*News: 0px;*/

.news
{
    width: 100%;
    padding-top: 103px;
    padding-bottom: 118px;
}
.news_post
{
    margin-bottom: 85px;
}
.news_post:last-child
{
    /*margin-bottom: 0px;*/
}
.news_post_image
{
    width: 100%;
}
.news_post_image img
{
    width: 100%;
    height: auto;
}
.news_post_top
{
    margin-top: 38px;
}
.news_post_date
{
    width: 68px;
    height: 68px;
    background: #ffb606;
}
.news_post_date div:first-child
{
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
}
.news_post_date div:last-child
{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1;
    margin-top: 3px;
}
.news_post_title_container
{
    padding-left: 31px;
    margin-top: -7px;
}
.news_post_title a
{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    color: #1a1a1a;
}
.news_post_title a:hover,
.news_post_author a:hover,
.news_post_comments a:hover
{
    color: #a5a5a5;
}
.news_post_meta
{
    color: #1a1a1a;
    margin-top: 5px;
    padding-left: 2px;
}
.news_post_author a
{
    font-size: 12px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1;
}
.news_post_comments a
{
    font-size: 12px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1;
}
.news_post_meta span:nth-child(2)
{
    font-size: 12px;
    font-weight: 500;
    color: #1a1a1a;
    margin-left: 5px;
    margin-right: 5px;
}
.news_post_text
{
    margin-top: 27px;
}
.news_post_button
{
    width: 188px;
    height: 53px;
    background: #ffb606;
    margin-top: 18px;
}
.news_post_button a
{
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 53px;
}
.news_post_button:hover
{
    box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}

/*********************************
9.1 News Page Nav
*********************************/

.news_page_nav ul li
{
    display: inline-block;
    width: 43px;
    height: 43px;
    background: #d2d2d2;
    margin-right: 3px;
}
.news_page_nav ul li.active
{
    background: #ffb606;
}
.news_page_nav ul li:hover
{
    background: #ffb606;
}
.news_page_nav ul li a
{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 43px;
}

/*********************************
10. Sidebar
*********************************/

.sidebar
{
    width: 100%;
}
.sidebar_section
{
    margin-top: 48px;
}
.sidebar_section:first-child
{
    margin-top: 0px;
}
.sidebar_section_title
{
    margin-top: -1px;
}
.sidebar_section_title h3
{
    color: #1a1a1a;
    line-height: 1;
    font-weight: 700;
}
.sidebar_list
{
    margin-top: 28px;
}
.sidebar_list_item
{
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: solid 2px #d2d2d2;
}
.sidebar_list_item a
{
    font-size: 14px;
    font-weight: 500;
    color: #a5a5a5;
}
.sidebar_list_item a:hover
{
    color: #ffb606;
}
.latest_posts
{
    margin-top: 50px;
}
.latest_post
{
    margin-bottom: 27px;
}
.latest_post:last-child
{
    margin-bottom: 0px;
}
.latest_post_image
{
    width: 100%;
}
.latest_post_image img
{
    width: 100%;
    height: auto;
}
.latest_post_title
{
    margin-top: 24px;
}
.latest_post_title a
{
    font-size: 18px;
    font-weight: 500;
    color: #1a1a1a;
}
.latest_post_title a:hover,
.latest_post_author a:hover,
.latest_post_comments a:hover
{
    color: #a5a5a5;
}
.latest_post_meta
{
    color: #1a1a1a;
    margin-top: 6px;
}
.latest_post_author a
{
    font-size: 12px;
    font-weight: 500;
    color: #a5a5a5;
    line-height: 1;
}
.latest_post_comments a
{
    font-size: 12px;
    font-weight: 500;
    color: #a5a5a5;
    line-height: 1;
}
.latest_post_meta span:nth-child(2)
{
    font-size: 12px;
    font-weight: 500;
    color: #1a1a1a;
    margin-left: 5px;
    margin-right: 5px;
}
.tags
{
    margin-top: 50px;
}
.tag
{
    height: 40px;
    background: #ffb606;
    margin-right: 12px;
    margin-bottom: 10px;
}
.tag a
{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.contact_num{

    background: #ffb606;
    color: white;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
}


#main_content {
    display: flex;
    width: 100%;

}

.row_half {
    flex: 1;
    background: #eee;
    padding: 10px
}


*{
    margin:0;
    padding:0;
    list-style:none;
}
a{
    text-decoration:none;
    color:#666;
}
a:hover{
    color:#1bc1a3;
}







.space
{
    width: 100%;
    padding-top: 0px;
    padding-bottom: 50px;
}



.slideshow {
  position: relative;
  height: 600px; /* Adjust the height as needed */
  overflow: hidden;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .slideshow {
    min-height: 300px; /* Adjust the minimum height as needed */
  }
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  
}

.slide.active {
  opacity: 1;
}

.slide img {
  position: relative;
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: #fff; /* Adjust the text color as needed */
  font-size: 2.5em; /* Adjust the font size as needed */
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
 
  
}

.slide.active .slide-text {
  opacity: 1;
}