/*
Theme Name: Groath Academy
Author: Klevatech
Description: Customized Theme For Groath Academy.
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url('./assets/fonts/fontawesome-free-6.5.1-web/css/all.min.css');
/* @import url('./assets/fonts/poppins/poppins.css'); */

@font-face {
    font-family: SkyOfEden;
    src: url(./assets/fonts/Sky_of_Eden-Regular.ttf);
    font-weight: normal;
}

:root {
    --primary-color: #2898CC;
    --secondary-color: #6c757d;
    --primary-font: "Poppins", sans-serif;
    --color-white: #fff;
}

body {
    background: url('./assets/img/bgsmall.png');
    font-family: var(--primary-font);
}

.bg-blue {
    /* background-color: var(--primary-color); */
    background: linear-gradient(var(--primary-color) 60%, rgba(42, 222, 255, 1));
}

.left-sidebar {
    padding-bottom: 130px;
    min-height: 100vh;
}

.logo-container {}

.logo-container a img {
    width: 90%;
    max-width: 210px;
}

.lower-container ul.mainnav>li {}

.lower-container ul.mainnav>li>a {
    color: var(--color-white);
    text-decoration: none;
    font-weight: 500;
    font-size: 14pt;
    text-transform: uppercase;
    padding: 15px 15px;
    display: block;
}

.lower-container ul.mainnav>li>a:hover {
    /* font-weight: bold; */
}

.lower-container ul.mainnav>li>ul>li {
    padding: 10px 15px;
    position: relative;
}

.lower-container ul.mainnav>li>ul>li>ul {
    display: none;
}

.lower-container ul.mainnav>li>ul>li>ul li a {
    padding: 5px 15px;
    color: #fff;
    display: block;
    text-decoration: none;
    font-weight: 200;
    font-size: 15pt;
    border-bottom: 1px solid;
    text-transform: uppercase;
}

.lower-container ul.mainnav>li>ul>li>ul li a:hover {
    font-weight: 300;
}

.lower-container ul.mainnav>li>ul>li i {
    float: right;
    margin-top: 4px;
    margin-right: 5px;
}

.lower-container ul.mainnav>li>ul>li:hover ul {
    display: block;
    position: absolute;
    left: 100%;
    background-color: var(--primary-color);
    min-width: 300px;
    top: 0;
    padding: 0;
    z-index: 99999;
}



.lower-container ul.mainnav>li>ul {
    background-color: #1791BC;
}

.lower-container ul.mainnav>li>ul>li>a {
    color: var(--color-white);
    text-decoration: none;
    font-weight: 200;
    font-size: 15pt;
    text-transform: uppercase;
    display: block;
}

.lower-container ul.mainnav>li>ul>li>a:hover {
    font-weight: bold;
}

.lower-container ul.mainnav>li:has(ul.show.collapse)>a {
    /* background-color: red; */
    box-shadow: -2px 3px 7px #545442;
}

.lower-container ul.mainnav>li>a:hover {
    /* background-color: red; */
    box-shadow: -2px 3px 7px #545442;
}

.lower-container ul.mainnav>li>a[data-bs-toggle="collapse"] i {
    float: right;
    margin-top: 4px;
    margin-right: 5px;
}

.pageheader {
    padding-top: 20px;
}

.pageheader .line1 {
    font-weight: bold;
    color: #3A3A3A;
    font-size: 18pt;
    line-height: 1.2;
}

.pageheader .line2 {
    font-weight: 500;
    color: #7F7F7F;
    font-size: 18pt;
    line-height: 1.2;
}

.datewrapper {
    display: inline-block;
    /* flex-direction: row-reverse; */
    /* justify-content: end; */
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 10pt;
}

.datewrapper span img {
    width: 19px;
    margin-right: 5px;
    margin-top: -3px;
}

.border-bottom {
    height: 2px;
    background-color: #C6C6C6;
    margin-top: 8px;
    margin-bottom: 10px;
}

.title1 {
    font-size: 28pt;
    color: var(--primary-color);
    font-weight: bold;
}

.title2 {
    font-size: 22pt;
    color: #000;
    font-weight: 500;
    margin-bottom: 35px;
}

.home-video {
    margin-bottom: 50px;
}

.paragraph {
    font-size: 14pt;
    text-align: center;
}

.section-header {
    display: flex;
    justify-content: space-between;
}

.section-header .title1 {
    font-size: 28pt;
    color: var(--primary-color);
    font-weight: bold;
}

.section-header .title2 {
    font-size: 22pt;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
}

#content.col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.rc_wrapper {
    background-color: #fff;
    padding-top: 50px;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.button-style-1 {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    font-weight: 400;
    font-size: 17pt;
    text-decoration: none;
    padding: 15px 20px;
    line-height: 1;
    display: inline-block;

}

.button-style-1:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.flex-bottom {
    align-content: flex-end;
}

#recent-courses-carousel .owl-stage {
    padding-left: 0 !important;
}

.section-content {
    margin-top: 40px;
    margin-bottom: 30px;
}

/* Style for the dots container */
.owl-dots {
    text-align: center;
    margin-top: 10px;
}

/* Style for each individual dot */
.owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    /* Set width of the dot */
    height: 12px;
    /* Set height of the dot */
    background-color: #B2B2B2 !important;
    /* Set background color */
    border-radius: 50%;
    /* Make it round */
    cursor: pointer;
    transition: background-color 0.3s ease;
    /* Smooth transition for hover effect */
}

/* Hover effect for the dots */
.owl-dot:hover {
    background-color: var(--primary-color) !important;
    /* Change background color on hover */
}

/* Active dot */
.owl-dot.active {
    background-color: var(--primary-color) !important;
    /* Change background color for the active dot */
}

.owl-carousel button.owl-dot {
    position: relative;
}

.owl-dot:first-child::before,
.owl-dot:last-child::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 22px;
    height: 1px;
    background-color: #B2B2B2;
    transform: translateY(-50%);
}

.owl-dot:first-child::before {
    left: -30px;

}

/* Line after the last dot */
.owl-dot:last-child::after {
    right: -30px;
}

.rc-item {
    position: relative;
}

.rc-item__overlay {
    position: absolute;
    background-color: rgba(40, 152, 204, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.rc-item:hover .rc-item__overlay {
    display: flex;
}

.rc-item__title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 20pt;
    line-height: 1;
}

.page-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.footer_line_1 {
    color: #7C7C7C;
    font-size: 18pt;
    font-weight: 500;
    text-transform: uppercase;
}

.footer_line_2 {
    color: var(--primary-color);
    font-size: 28pt;
    font-weight: bold;
}

.footer_line_3 {}

.footer_line_3 a {
    font-size: 17pt;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.footer_line_3 a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

/* Ripple effect animation
.button-style-1::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
}

.button-style-1:hover::after {
    width: 200%; 
    height: 200%;
}
 */
.bottom-container {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.sm-icons {
    display: flex;
}

.sm-icons i {
    color: #fff;
    font-size: 23px;
}

.sm-icons span:hover i {
    color: var(--secondary-color);
}

.sm-icons span {
    margin-right: 15px;
}

.copyright {
    font-size: 11pt;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none
}

.edit-profile-wrapper {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #2897cc;
}

.success-notice {
    background-color: #01b401;
    color: #fff;
    padding: 10px 15px;
    line-height: 1;
    margin-bottom: 5px;
    border-left: 4px solid #747474;
}

.error-notice {
    background-color: #ff3b3b;
    color: #fff;
    padding: 10px 15px;
    line-height: 1;
    margin-bottom: 5px;
    border-left: 4px solid #747474;
}

.submit-button {
    border-radius: 0;
    padding: 10px 40px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.submit-button:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.download-buttons-wrapper {
    display: flex;
    /* flex-wrap: wrap; */
    margin-top: 30px;
    margin-bottom: 30px;
}

.download-buttons-wrapper a {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color) !important;
    margin: auto;
    border-radius: 0;
    text-decoration: none;
    padding: 15px 15px;
    line-height: 1.2;
    min-width: 200px;
    text-align: center;
}

.download-buttons-wrapper a:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.download-buttons-wrapper a i {
    margin-right: 10px;
}

.sidebar-widget-1 {
    border: 1px solid #ebebeb;
    padding: 20px;
    border-radius: 0;
    background-color: #fff;
}

.sidebar-widget-1__img {
    text-align: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    border: 2px solid #ebebeb;
    align-items: center;
    margin: auto;
    margin-bottom: 20px;
}

.sidebar-widget-1__img img {
    max-width: 80%;
}

.sidebar-widget-1__icons .sm-icons {
    display: flex;
    justify-content: space-evenly;
}

.sidebar-widget-1__icons .sm-icons i {
    color: var(--primary-color);
    font-size: 23px;
}

.sidebar-widget-1__icons .sm-icons span:hover i {
    color: var(--secondary-color);
}

.sidebar-widget-1__icons .sm-icons span {
    margin-right: 0;
}

.sidebar-widget-1_title {
    text-align: center;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.video-caption {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    color: var(--primary-color);
}

.videodiv {
    margin-bottom: 50px;
}

.form-wrapper {
    background-color: #fff;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 50px;
    /* box-shadow: 2px 2px 10px #ebebeb; */
    border-radius: 5px;
    border: 1px solid #ebebeb;
}

#students-recording-form button {
    background-color: var(--primary-color);
    border-radius: 0;
    padding: 10px 25px;
    border: 1px solid var(--primary-color);
}

#students-recording-form button:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.form-text {
    margin-top: 50px;
    font-size: 17px;
    color: #000;
}

.dropdown.lang-selector {}

.dropdown.lang-selector .dropdown-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 21px;
}

.dropdown.lang-selector .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.sidebar-widget-2 {
    margin-top: 30px;
    border: 1px solid #ebebeb;
    padding: 15px;
    border-radius: 0;
    background-color: #fff;
}

.sidebar-widget-2 p {
    font-size: 16px;
}

.comments-section ol.comment-list {
    list-style: none;
    padding-left: 0;
}

.comments-section {
    background-color: #fff;
    padding: 15px;
}

.comment-content {
    background-color: #f7f7f7;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #ebebeb;
}

.comment-content p {
    margin-bottom: 0;
}
.comment-metadata {
    font-size: 12px;
    margin-top: 5px;
}
.comment-list li{
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.comments-section input[type="submit"]{
    background-color: var(--primary-color);
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid var(--primary-color);
}
.comments-section input[type="submit"]:hover{
    background-color: #fff;
    color: var(--primary-color);
}
.current-lang-flag{

}
.current-lang-flag img{
    width: 26px;
    vertical-align: sub;
}
.other-lang-flag img{
    width: 25px;
    margin-right: 17px;
}
.lang-selector .dropdown-menu {
    color: #fff;
    border-radius: 0;
}