@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sedan+SC&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #000;
    color: #fff;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: var(--theme-color);
}

header {
    /*margin-top:30px;*/
    transition: .5s all;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1111;
}

header .brand-logo {
    transition: .5s all;
    opacity: 1;
    font-family: "Sedan SC", serif;
    font-size: 2rem;
}

header .brand-logo span {
    color: var(--theme-color);
}

header .menu-icon {
    font-size: 2rem;
    color: #fff;
    padding: 10px;
}

header .account-icon {

    font-size: 1.8rem;
    color: #fff;
    padding: 10px;
}

header.scrolled {
    margin-top: 0;
    transition: .5s all;
    background-color: #000;
}

header.scrolled .brand-logo {
    opacity: 1;
}

#menuCanvas {
    background: #131313 !important;
    color: #fff;
}

#menuCanvas .offcanvas-body {
    padding: 0;
}

#menuCanvas .btn-close {
    color: #fff !important;
}

.list-group .list-group-item {
    background: transparent !important;
    text-align: center;
    font-size: 1.2rem;
    padding: 20px;
    border-radius: 0 !important;
    border: 0;
    border-bottom: 1px solid #353535;
}

.list-group .list-group-item:last-child {
    border-bottom: none;
}

.main-banner {

    height: 100vh;
    overflow: hidden;

}

.main-banner .banner-content {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    border-left: 1px solid #3b3b3b;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    padding-left: 100px;
    overflow: hidden;
    z-index: 111;
}

.main-banner .banner-content .banner-content-img {
    position: absolute;
    right: 0;

    z-index: -1;

}

.main-banner .banner-content .banner-content-img.two {
    display: none;
}

.main-banner .banner-content .banner-content-layer {
    width: 100%;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(rgba(136, 119, 89, .8), rgba(136, 119, 89, .8));
}

.main-banner .banner-content .main-title {
    font-family: "Playfair Display", serif;
    font-size: 5rem;
    font-weight: bold;
}

.main-banner .banner-content .sub-title {
    text-transform: uppercase;
    color: var(--theme-color);
    font-size: 1.3rem;
}

#typed-text {
    text-shadow: 0 0 10px #000;
}

.social {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.social a {
    color: #fff;
    padding: 5px 10px;
    font-size: 1.3rem;
    text-shadow: 0 0 10px #000;
}

.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-header {
    margin-bottom: 40px;
}

.section-header .main-title {
    font-family: "Playfair Display", serif;
    font-size: 3.5rem;
    font-weight: bold;
    color: #fff;
}

.section-header .main-title::first-letter,
.section-header .main-title span {
    color: var(--theme-color);
}

.biography .content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 70px;
    color: #fff;
}

.biography .content .stmt {
    color: #ddd;
}

.biography .content .stmt h5 {
    color: #fff;

}

.bio-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}


.bio-img-mob {
    display: none;
}


/* youtube section */
.youtube-section {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/img-2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.notes-section {
    background-color: #000;
    color: #fff;
}

.note-card {
    background-color: #161616;
    overflow: hidden;
    border: 1px solid var(--theme-color);
    height: 100%;
}

.note-card img {
    width: 100%;
}

.note-card .content {
    padding: 20px;
}

.note-card .price {
    font-weight: bold;
}

.note-card .title {
    font-size: 1.4rem;
}

.note-card .desc {
    font-size: .9rem;
    margin-top: 20px;
}


.why-us-section {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/why-us.webp');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.why-us-section .custom-card,
.contact .custom-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}

.custom-card {
    height: 200px;
    border: 1px solid var(--theme-color);
    padding: 20px;
    margin-bottom: 50px;
    background: rgba(0, 0, 0, .5);
}

.custom-card h5 {
    font-weight: 300;
}

.youtube-card {
    border: 1px solid var(--theme-color);
    color: #fff;
    background: rgba(0, 0, 0, .8);
    height: 100%;
}

.youtube-card .content {
    padding: 5px 10px;
}

.quote {
    font-size: 2rem;
    font-style: italic;
    color: var(--theme-color);
    text-align: center;
}

.testimonails {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/testimonails.webp');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.single-testimonail {
    min-height: 50vh;
}

.single-testimonail h1 {
    font-size: 3rem;
    color: var(--theme-color);
    text-align: center;
}

.single-testimonail .text {
    font-size: 1.42rem;
    font-style: italic;
    text-align: center;
    font-family: "Merriweather", serif;
    font-weight: 200;
}

.single-testimonail .author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.single-testimonail .author img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.single-testimonail .author h6 {
    font-weight: 300;
    color: var(--theme-color);
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 1px solid var(--theme-color);
}

.swiper-pagination-bullet-active {
    background-color: var(--theme-color);
}

.contact .contact-address {
    background-color: #131313;
    padding: 100px;
}

.contact .contact-address P {
    margin-bottom: 20px;
}

.contact .contact-address i {
    color: var(--theme-color);
    padding-right: 10px;
}

.contact .contact-form {
    padding: 100px;
}

.contact .contact-form .form-group {
    margin-bottom: 20px;
}

.page-header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)), url('../images/page-header.webp');
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.page-header .page-header-content {
    padding-top: 150px;
    padding-bottom: 150px;
}

.page-header .page-header-content .page-header-title {
    font-size: 3rem;
    font-weight: bold;
}

.page-header .page-header-content .page-header-title:first-letter {
    color: var(--theme-color);
}

.page-header .page-header-content .breadcrumb .active {
    color: var(--theme-color);
}

.page-header .page-header-content .breadcrumb .active:before {
    color: #b3b3b3 !important;
}

.review-card {
    background: #131313 !important;
    border-left: 2px solid var(--theme-color);
    padding: 10px 20px;

}

footer {
    margin: 40px auto;
    padding-top: 45px;
    border-top: 1px solid #303030;
}

footer .footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}