@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

ul, ol {
    margin-block-start: 0 !important;
    padding-inline-start: 0 !important;
}

body {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    background: rgba(255, 243, 230, 1) !important;
    padding: 10px 10px 0 10px !important;
}

.nav-item:hover, a:hover {
    color: #ae6e38 !important;
}

.course_tabs {
    overflow-x: auto;
    width: 100%;
    margin: 0; /* Dış boşluk sıfırlanır */
    padding: 0; /* İç boşluk sıfırlanır */
}

.lms_tabmenu {
    display: flex; /* li elementlerini yatayda tutar */
    flex-wrap: nowrap; /* li elementlerinin alta kaymasını engeller */
    overflow-x: auto; /* Yatay kaydırma için */
    white-space: nowrap; /* li'lerin tek satırda kalmasını sağlar */
    margin: 0; /* Liste dış boşluğu sıfırlanır */
    padding: 0; /* Liste iç boşluğu sıfırlanır */
    width: 100%;
}

.hero-bg {
    width: 100%;
    height: 98vh;
    overflow: hidden;
    background-size: cover !important;
    background: url("/public/assets/images/hero-bg.png");
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
}


.navbar {
    display: flex;
    background: #5d3a1a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 4px;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.nav-item {
    padding: 10px;
    border-radius: 25px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s ease;
}

.nav-item.active {
    background-color: #5d3a1a;
}

.nav-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #5d3a1a !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
}

.menu-absolute {
    position: absolute;
    z-index: 9999;
    top: 10px;
    width: 95%;
    left: 2.5%;
}

.mt-50 {
    margin-top: 10rem;
}

.login-btn {
    background-color: #5d3a1a;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
}

.custom-button {
    background-color: #5d3a1a;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
}

.hero-text {
    margin-top: 100px;
}

.hero-text h2 {
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    text-shadow: 0px 0px 10px black;
}

.hero-text p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-shadow: 0px 0px 10px black;
}

.badge-brown {
    background: #5d3a1a;
    border-radius: 10px;
    padding: 5px;
}


.mouse {
    width: 19px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 60px;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mouse::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
    to {
        opacity: 0;
        top: 30px;
    }
}

@-webkit-keyframes wheel {
    to {
        opacity: 0;
        top: 30px;
    }
}

.scroll-down {
    position: absolute;
    bottom: 10px;
    left: 50%;
}

.about-area {
    display: flex;
    justify-content: space-around;
}

.list {
    display: flex;
    flex-wrap: wrap;
    width: 40%;
}

.list .item {
    display: flex;
    flex: 0 100%;
    align-items: center;
}

.list .item .icon {

    background: rgba(224, 208, 192, 1);
    border: 1px solid rgba(100, 66, 40, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding: 30px;
    height: 80px;
    width: 80px;
}

.list .item .icon img {
    fill: #5d3a1a !important;
    width: 25px;
    height: 25px;
}

.about-area .list .item .text {
    width: 70%;
}

.about-area .list .item .text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #5d3a1a;
}

.about-area .list .item .text p {
    font-size: 15px;
    font-weight: 700;
    color: #5d3a1a;
}

.section-title {
    width: 100%;
}

.section-title h2 {
    color: #5d3a1a;
    font-weight: 700;
    font-size: 40px;
}

.section-title p {
    color: #5d3a1a;
    font-weight: 600;
    font-size: 18px;
}

section.about-us {
    margin-bottom: 150px;
}

section {
    padding: 20px;
}

.about-area .images {
    flex: 0 50%;
    position: relative;
    display: flex;
    justify-content: end;
}

.about-area .images .main-image {
    width: 80%;
}

.about-area .images .second-image {
    width: 30%;
    position: absolute;
    left: 5%;
    bottom: -30%;
}

.packages {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;
    background: url("/public/assets/images/pattern.png");
}

.packages::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    background-size: cover !important;
    transform: translate(-50%, -50%);
    background: url("/public/assets/images/pattern-2.png");
    z-index: -1;
}

section.packages .section-title {

    text-align: center;
    width: 70%;
}

.courses {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.course-item {
    flex: 0 40%;
    border-radius: 20px;
    border: 1px solid #5d3a1a;
    background: #fff3e6;
}

.course-item .course-image img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.course-info {
    display: flex;
    flex-direction: column;
    padding: 15px 30px 30px 30px;
}

.course-info .stars img {
    width: 15px;
    height: 15px;
}

.course-info .stars .comment-counter {
    color: rgba(100, 66, 40, 1);
    font-size: 12px;
    font-weight: 500;
}

.course-info .course-title {
    font-weight: 700;
    font-size: 18px;
    color: rgba(100, 66, 40, 1);
}

.course-info .course-description {
    display: flex;
    justify-content: space-between;
}

.course-info .course-description .item img {
    width: 14px;
    height: 14px;
}

.course-info .course-description .item {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.course-info .course-description .item span {
    color: rgba(100, 66, 40, 1);
    font-weight: 600;
}

.course-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.course-author .author-description {
    display: flex;
    height: 40px;
}

.author-image {
    width: 40px !important;
    height: 40px !important;
    margin-right: 10px;
}

.course-author .author-description h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    color: rgba(100, 66, 40, 1);
}

section.video {
    margin-bottom: 50px;
    width: 100%;
    min-height: 781px;
    background-size: cover !important;
    background: url("/public/assets/images/enstrument.png");
    position: relative;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.video .play-text {
    width: 40%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

section.video .play-text h2 {
    font-weight: 700;
    color: #fff;
    z-index: 999999999;
}

section.video .play-text p {
    color: #fff;
    z-index: 999999999;
}

.footer {
    background: #fff3e6;
    padding: 40px;
    border-radius: 20px;
    margin: 50px auto;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
    background: url("/public/assets/images/pattern.png");
    position: relative;

}

.footer::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transform: translate(-50%, -50%);
    background: url("/public/assets/images/pattern-2.png");
    z-index: -1;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-left span {
    color: #5d3a1a;
}

.footer-left img {
    width: 20px;
    height: 20px;
}

.footer-left .footer-logo {
    width: 150px !important;
    height: auto !important;
}

.footer-left div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-left div i {
    color: #6b4f3b;
}

.footer-links {
    display: flex;
    gap: 40px;
}

.footer-links h3 {
    font-size: 16px;
    color: #6b4f3b;
    margin-bottom: 10px;
    font-weight: 700;
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 5px;
    font-size: 14px;
    color: #4a3b2e;
}

.footer-links ul li a {
    color: #5d3a1a;
    text-decoration: none;
}


.newsletter p {
    font-size: 14px;
    color: #5d3a1a !important;
    margin-bottom: 10px;
}

.newsletter h3 {
    color: #5d3a1a !important;
    font-weight: 700;
}

.newsletter input {
    width: 100%;
    padding: 8px;
    border-radius: 30px;
    outline: none;
    height: 40px;
    border: 1px solid rgba(100, 66, 40, 1);
    background: rgb(131 92 62 / 22%);
    color: #5d3a1a !important;
}

.newsletter input::placeholder {
    color: #5d3a1a;
}

.newsletter button {
    width: 40%;
    background-color: #5d3a1a;
    color: white;
    border: none;
    padding: 8px;
    border-radius: 20px;
    cursor: pointer;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {

    width: 35px;
    height: 35px;
    color: #6b4f3b;
    cursor: pointer;
    font-size: 20px;
    transition: 0.3s;
    margin-right: 5px;
    background: rgba(224, 208, 192, 1);
    padding: 10px;
    border-radius: 50%;
    border: 1px solid rgba(100, 66, 40, 1);
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
}

.social-icons i:hover {
    color: #4a3b2e;
}


.footer-bottom {
    text-align: center;
    font-size: 12px;
    color: #6b4f3b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.footer-bottom span {

    font-weight: bold;
}

.mobile-menu i {
    font-size: 27px;
    color: #5d3a1a !important;
    background: rgba(224, 208, 192, 1);
    padding: 10px;
    border-radius: 5px;
}

.close-menu i {
    font-size: 27px;
    color: #5d3a1a;
    background: rgba(224, 208, 192, 1);
    padding: 10px;
    border-radius: 5px;
}

.mobile-menu {
    display: none;
}

/* Off-Canvas Menü */
.off-canvas-menu {
    position: fixed;
    top: 0;
    left: -100%; /* Başlangıçta gizli */
    width: 100%; /* Menünün genişliği */
    height: 100vh; /* Tam ekran yüksekliği */
    background-color: #2a2a2a;
    color: white;
    padding-top: 60px;
    transition: left 0.4s ease-in-out; /* Animasyon */
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    z-index: 99999999999;
    overflow-y: auto;
}

/* Menü Açık Olduğunda */
.off-canvas-menu.active {
    left: 0; /* Açıldığında görünür olacak */
}

/* Menü İçeriği */
.off-canvas-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.off-canvas-menu ul li {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.off-canvas-menu ul li a {
    text-decoration: none;
    color: white;
    display: block;
    font-size: 18px;
}

.off-canvas-menu ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}


.mobile-menu i {
    color: #222;
}


.footer_links li a {
    color: #5d3a1a !important;
    font-size: 14px;
}

.footer_title h3 {
    font-size: 23px;
}

.newsletter h3 {
    font-size: 20px;
}

.footer-left span {
    font-size: 14px;
}

.breadcrumb_area .breadcam_wrap h3 {
    color: #fff !important;
}

.home-body .navbar {
    background: rgba(255, 255, 255, 0.1);

}

.blog_sidebar_box, .home6_border, .primary_checkbox2 .checkmark:after, .primary_checkbox .checkmark:after, .course_category_chose .course_category_inner {
    border-color: #5d3a1a !important;
}

