@import "https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&amp;display=swap";

:root {
    --font-family: "Poppins";
    --font-family: "Poppins";
    --font-family-Skranji: "Skranji";
    --primary: #2E2E36;
    --primary-dark: #1c3ab6;
    --primary-light: #e2f1ff;
    --accent: #00d4d7;
    --accent-dark: #00bac1;
    --accent-light: #dff9f8;
    --success: #13d527;
    --success-dark: #00ae11;
    --success-light: #eafbe7;
    --secondary: #8f15d5;
    --secondary-dark: #6013c7;
    --secondary-light: #f4e5fa;
    --info: #15b2d5;
    --info-dark: #0f8ca8;
    --info-light: #e0f5fa;
    --caution: #dbbb25;
    --caution-dark: #d58f15;
    --caution-light: #fbf9e4;
    --error: #e6185e;
    --error-dark: #bf1257;
    --error-light: #fce4eb;
    --black: #1d1d1d;
    --dark-1: #2d2d2d;
    --dark-2: #4d4d4d;
    --dark-3: #6d6d6d;
    --gray-1: #8d8d8d;
    --gray-2: #adadad;
    --gray-3: #cdcdcd;
    --gray-4: #e0e0e0;
    --light-1: #efefef;
    --light-2: #f5f5f5;
    --light-3: #fafafa;
    --white: #ffffff;
    --gradient-1: linear-gradient(180deg, #155bd5 0%, #1c3ab6 100%);
    --gradient-2: linear-gradient(180deg, #155bd5 13.02%, #00d4d7 85.42%);
    --gradient-3: linear-gradient(180deg, #155bd5 0%, #8f15d5 100%);
    --gradient-4: linear-gradient(180deg, #155bd5 0%, #13d527 100%);
    --gradient-5: linear-gradient(180deg, #155bd5 0%, #15bbd5 100%);
    --gradient-6: linear-gradient(180deg, #155bd5 0%, #dbbb25 100%);
    --gradient-7: linear-gradient(180deg, #155bd5 0%, #e6185e 100%);
    --gradient-8: linear-gradient(180deg, #1c3ab6 0%, #00bac1 100%);
    --gradient-9: linear-gradient(180deg, #00d4d7 13.02%, #155bd5 85.42%);
    --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
    --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
    --shadow-3: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
    --shadow-4: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    --shadow-5: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 16px 24px rgba(96, 97, 112, 0.16);
    --shadow-6: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
    --menu-color: #717579;
    --men-active-color: #E30A21;
    --about-serction-color: #EFEFEF;
    --default-bg-color: #FAF9FA;
}

body {
    font-family: var(--font-family);
    color: var(--black);
    background-color: #fdfdfd;
    font-size: 16px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

.main-content {
    margin-top: 9rem;
}

.section-header {
    padding-top: 3.5rem;
}

.header-shadow {
    box-shadow: 0 0 34px #EDEDED;
}

.nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #C6A063 !important;
}

.logo {
    width: 120px;
}

.search-btn {
    font-size: 25px;
    color: rgba(0, 0, 0, .55);
}

    .search-btn:hover {
        color: rgba(0, 0, 0, .7);
    }

.lang-btn {
    margin: 1rem;
    color: rgba(0, 0, 0, .55);
}

    .lang-btn:hover {
        color: rgba(0, 0, 0, .7);
    }


.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: rgb(233 233 233);
    transition: width .3s;
    border-radius: 10px;
    margin-top: -6px;
}

.nav-link:hover::after {
    width: 100%;
    transition: width .3s;
}

/*.nav-link.active:after {*/
/*    width: 100%;*/
/*    transition: width .3s;*/
/*}*/

.title-hr {
    border: none;
    height: 6px !important;
    background: #f1A66A;
    opacity: 1 !important;
    margin-top: -27px;
}

.sidebar-title-font {
    font-family: var(--font-family-Skranji);
}

.title-font {
    font-family: var(--font-family-Skranji);
    font-size: 4em;
}

.title-bg {
    height: 200px;
    width: 100%;
    background-color: #EFEFEF;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.title-bg-2 {
    height: 200px;
    width: 100%;
    background-color: #E76E51;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.title-bg-3 {
    height: 200px;
    width: 100%;
    background-color: #254652;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.category-card {
    box-shadow: 0 0 6px #EDEDED;
    border-radius: 6px;
    border: none;
}

.category-link-empty {
    font-family: Poppins, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0;
    color: #303134;
    width: 100%;
}

.category-link {
    font-family: Poppins, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0;
    color: #303134;
    width: 100%;
}

    .category-link:hover {
        color: #2f383a;
    }


.category-link-2 {
    font-family: Poppins, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0;
    color: #303134;
    width: 100%;
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .category-link-2:hover {
        color: #2f383a;
    }

    .category-link-2.active {
        font-weight: 600;
    }

.collapse-ul {
    padding: 0.4rem;
}

.collapse-icon {
    margin-right: 1rem;
}

.category-icon {
    margin: 3px 5px 3px 17px;
    width: 21px;
    height: 21px;
}

.category-list {
    padding: 2px;
    margin-bottom: 5px;
}

.category-list-3 {
    padding: 3px;
}

.category-list:hover {
    background-color: #efefef;
    border-radius: 7px;
}

.category-list-3:hover {
    background-color: #efefef;
    border-radius: 7px;
}

.category-list.active {
    background-color: #efefef;
    border-radius: 7px;
}

.title-image {
    position: absolute;
    left: 165px;
    width: 220px;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.section-main {
    margin-top: 3rem;
}

.category-ul {
    padding: 0;
}

.card-image-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 48.44%, rgba(0, 0, 0, 0.96) 100%);
    border-radius: 6px;
}

.card-link {
    position: absolute;
    bottom: 20px;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #FFFFFF;
    width: 136px;
}

    .card-link:hover {
        color: #bdbdbd;
    }

.card-story {
    width: 130px;
    height: 220px;
    border-radius: 6px;
    border: none;
    margin-right: 2rem;
}

.card-story-img {
    border-radius: 6px;
    width: 100%;
}

.card-header-title {
    padding: 16px;
    font-size: 19px;
    font-weight: 700;
    border: none;
    background-color: #fff;
}

.card {
    border: none;
    box-shadow: 0 0 5px #EDEDED;
}

.card-dropdown {
    font-size: 35px;
    color: rgba(0, 0, 0, .55);
}

    .card-dropdown:hover {
        color: rgba(0, 0, 0, .7);
    }


.card-dropdown-banner {
    font-size: 25px;
    color: rgba(0, 0, 0, .55);
}

    .card-dropdown-banner:hover {
        color: rgba(0, 0, 0, .7);
    }

.card-news {
    margin: 0px 10px 0 0;
}

.dropdown-menu {
    border: none;
}

.dropdown-item {
    font-size: 13px;
}

.card-title {
    font-weight: bold;
    font-size: 30px;
}

.card-title-banner {
    font-weight: bold;
    font-size: 20px;
}

.card-more {
    color: #917E40;
    font-size: 14px;
}

    .card-more:hover {
        color: #b29a53;
    }

.card-text {
    font-size: 14px;
}

.card-title-a {
    color: #2f2f2f;
}

    .card-title-a:hover {
        color: #000000;
    }

.card-clock {
    font-size: 12px;
    color: #8A8A8A;
    line-height: 3;
}

.reaction {
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
}

.icon-reaction {
    color: #A0A0A0;
    margin-right: 5px;
    font-size: 20px;
}

.icon-reaction-banner {
    color: #A0A0A0;
    margin-right: 5px;
    font-size: 15px;
}

.text-reaction {
    color: #2f2f2f;
    font-size: 13px;
    font-weight: 600;
}

    .text-reaction:hover {
        color: #000000;
    }

.text-reaction-banner {
    color: #2f2f2f;
    font-size: 11px;
    font-weight: 600;
}

    .text-reaction-banner:hover {
        color: #000000;
    }

.card-footer {
    padding: 1rem;
    background-color: #ffffff;
}

.card {
    border-radius: 6px;
}

.video-card-title {
    margin-top: 2rem;
    font-size: 11px;
    text-align: center;
}

.video-card-title-2 {
    margin-top: 1rem;
    font-size: 11px;
}

.timeline-Footer {
    display: none;
}


.overlay-search {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    /*margin-top: 30px;*/
    margin: auto;
}

.overlay-search .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

    .overlay-search .closebtn:hover {
        color: #ccc;
    }

.overlay-search input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

    .overlay-search input[type=text]:hover {
        background: #f1f1f1;
    }

.overlay-search button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

    .overlay-search button:hover {
        background: #bbb;
    }

.sidebar-close {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebar-close-icon {
    font-size: 30px;
    color: rgba(0, 0, 0, .55);
}

.sidebar-close-text {
    color: rgba(0, 0, 0, .55);
    font-size: 11px;
    font-weight: 500;
    margin-top: -7px;
}

.offcanvas-title {
    font-size: 20px;
    color: rgba(0, 0, 0, .55);
}

.offcanvas-header {
    padding: 1rem 1rem 0 1rem;
}

.offcanvas-hr {
    color: #d1d1d1;
}

.hamburger-icon {
    color: rgba(0, 0, 0, .55);
}

.hamburger-icon {
    color: rgba(0, 0, 0, .55);
}

    .hamburger-icon:hover {
        color: rgba(0, 0, 0, .7);
    }

.title-text {
    font-size: 25px;
    color: #fff;
}


.blog-title {
    font-weight: 900;
    font-size: 50px;
    color: #141414;
}

.blog-date {
    color: #717579;
}

.blog-text-title {
    font-size: 1.6rem;
    font-weight: 600;
}

.blog-b-title {
    text-align: center;
    font-weight: 800;
}

.blog-card-img {
    border-radius: 2rem 2rem 0 0;
    max-height: 200px;
    object-fit: cover;
}

.blog-card {
    border-radius: 2rem;
    height: 100%;
}

.card-body-blog {
    padding: 0 1rem 1rem 1rem;
}

.blog-card-category {
    color: #666666;
    font-size: 14px;
    margin-bottom: 1.5rem;
}

.blog-card-title {
    font-size: 24px;
    color: #1f1f1f;
    line-height: 28px;
}

    .blog-card-title:hover {
        color: #000000;
    }

.blog-title-body {
    margin-top: 10px;
}

.blog-card-date {
    color: #666666;
    font-size: 12px;
    /* margin-top: 1rem; */
    /* margin-bottom: 0; */
    padding: 1rem;
    margin: 0;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}


.footer-contact {
    margin-bottom: 10px;
}

.footer-link-title {
    color: #717579;
    font-size: 17px;
    margin-bottom: 1rem;
}

.footer-links {
    margin: 0;
    padding: 0;
}

    .footer-links > li {
        font-size: 14px;
        margin-top: 5px;
    }

        .footer-links > li > a {
            color: #717579;
            opacity: .8;
        }

            .footer-links > li > a:hover {
                opacity: 1;
            }

.footer-logos {
    background-color: #F5F5F5;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.footer-copy {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #999999;
    font-weight: 600;
}

.footer-icons {
    color: #999999;
    opacity: .8;
    font-size: 25px;
}

    .footer-icons:hover {
        color: #999999;
        opacity: 1;
    }

.header-bg {
    background-color: #2E2E36;
}

.header-bg-image {
    background-size: cover;
    padding: 6rem 0 6rem 0;
}

.header-text {
    font-size: 55px;
    color: #ffffff;
    text-align: end;
    font-weight: 800;
}

.header-text-start {
    font-size: 55px;
    color: #ffffff;
    text-align: start;
    font-weight: 800;
}

.link-dark-50 {
    color: #212529;
    opacity: .7;
}

    .link-dark-50:focus, .link-dark-50:hover {
        color: #1a1e21;
        opacity: 1;
    }

.ytb-text-dark {
    color: #575757;
}

.flat {
    position: absolute;
    top: 10rem;
    width: 16rem;
}

.flat-2 {
    position: absolute;
    top: 8rem;
    width: 13rem;
}

.elips-1 {
    position: absolute;
    top: 81px;
    left: 116px;
}

.elips-2 {
    position: absolute;
    top: 15.1rem;
    left: 38rem;
}

.elips-2-2 {
    position: absolute;
    top: 11.1rem;
    left: 38rem;
}

.elips-3 {
    position: absolute;
    right: 0;
    top: 81px;
}

.text-shadow {
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    color: #2e2e36;
}

.header-text-2 {
    font-size: 55px;
    color: #ffffff;
    text-align: end;
    font-weight: 800;
}

.page-title {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
}

.page-title-40 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
}

.page-title-2 {
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    margin-top: 8rem;
}

.page-ul li {
    list-style-type: circle;
}

.mt-8 {
    margin-top: 8rem;
}

.footer-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .footer-ul li {
        float: left;
    }

        .footer-ul li a.active {
            color: red !important;
            opacity: .8;
        }

            .footer-ul li a.active:hover {
                color: red;
                opacity: 1;
            }

        .footer-ul li a {
            display: block;
            color: #1c1c1c;
            text-align: center;
            padding: 16px;
            text-decoration: none;
            opacity: .8;
            font-weight: 700;
        }

            .footer-ul li a:hover {
                opacity: 1;
            }

.mr-10 {
    margin-right: 10px;
}

.user-title {
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
    color: #333333;
}

.user-text {
    font-weight: 600;
    color: #333333;
}

.avatar {
    display: flex;
    justify-content: start;
    align-items: center;
}

.menu-link {
    padding: 20px;
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 600;
    opacity: .8;
}


    .menu-link:hover {
        color: #1d1d1d;
        opacity: 1;
    }

.menu-link-2 {
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 600;
    opacity: .8;
}

    .menu-link-2:hover {
        color: #1d1d1d;
        opacity: 1;
    }

.menu-link.active {
    background-color: black;
    color: white;
}

.download-icon {
    font-size: 22px;
    opacity: .8;
    color: black;
}

    .download-icon:hover {
        color: black;
        opacity: 1;
    }

.link-bg {
    color: rgba(0, 0, 0, .55);
}

    .link-bg:hover {
        color: rgba(0, 0, 0, .7);
    }

    .link-bg.active {
        color: #000000;
    }

.resume-input {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #ededed;
}

.resume-btn {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #ededed;
    color: #6c757d;
}

.resume-submit {
    border-radius: 10px;
    padding: 20px;
    border: none;
    background-color: #3267E3;
    color: white;
}

.purple {
    color: #C6A063;
}

.k-link {
    color: #2e2e2e;
    font-weight: 600;
    opacity: .8;
    font-size: 15px;
}

    .k-link:hover {
        color: #2e2e2e;
        opacity: 1;
    }

.magazine-title {
}

.magazine-text {
    color: #303134;
    font-size: 10px;
}

.magazine-btn {
    font-size: 9px;
    border-color: #C6A063;
    color: #C6A063;
}

    .magazine-btn:hover {
        background-color: #C6A063;
        border-color: #C6A063;
        color: #ffffff;
    }

.magazine-img {
    padding: 10px 20px 0 20px;
}

.magazine-bg {
    background-color: #F4F8FB;
}

.pagination .page-item {
    padding: 5px;
}

.pagination-btn {
    border-radius: 10px;
    border: none;
    color: #C6A063;
}

    .pagination-btn:hover {
        color: #C6A063;
        border-radius: 10px;
    }

.page-item.active .page-link {
    color: #fff;
    background-color: #C6A063;
    border-color: #C6A063;
}

.ls-circle {
    list-style: circle;
}

.ls-none {
    list-style: none;
}

.ml-2 {
    margin-left: 2rem;
}

.ml-1 {
    margin-left: 1rem;
}

.stories.carousel .story > .item-link > .item-preview {
    border-radius: 6px;
    border: none;
    box-shadow: 0 0 5px #ededed;
    width: 130px !important;
    height: 220px !important;
    max-width: 130px !important;
    max-height: 220px !important;
}

.stories.carousel .story {
    width: 130px !important;
    height: 220px !important;
    max-width: 130px !important;
    max-height: 220px !important;
    border-radius: 6px;
    border: none;
    margin-right: 2rem;
}

    .stories.carousel .story > .item-link {
        position: relative;
    }

        .stories.carousel .story > .item-link > .info {
            position: absolute;
            bottom: 14px;
            left: 0;
            font-family: Poppins, sans-serif;
            font-style: normal;
            font-weight: bold;
            font-size: 11px;
            line-height: 13px;
            text-align: center;
            color: #FFFFFF;
            width: 136px;
        }

            .stories.carousel .story > .item-link > .info:hover {
                color: #bdbdbd;
            }

            .stories.carousel .story > .item-link > .info .name {
                font-weight: 600 !important;
                white-space: normal;
            }

.notice-content {
    z-index: 1;
    margin-bottom: 1rem;
    margin-top: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
}

.notice-title {
    font-size: 28px;
    font-weight: 900;
    line-height: 27px;
    text-align: center;
    color: white;
    margin-bottom: 1.5rem;
}

.notice-title-dark {
    color: #303134 !important;
}

.notice-text {
    font-size: 12px;
    padding: 0 .8rem 0 .8rem;
    text-align: center;
    margin-bottom: 2rem;
    color: white;
    font-weight: 400;
}

.notice-text-dark {
    color: #303134 !important;
}

.notice-date {
    font-size: 36px;
    line-height: 22px;
    font-weight: 600;
}

.notice-color {
    position: absolute;
    background-color: #efefef;
    width: 105%;
    height: 65%;
    z-index: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    align-self: center;
}

.notice-footer {
    border: none;
    text-align: center;
    margin-top: 8rem;
}

.notice-img {
    position: absolute;
    bottom: -31px;
    width: 6rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.notice-blue {
    background-color: #4584FF;
}

.notice-yellow {
    background-color: #FFCE00;
}

.notice-red {
    background-color: #E63946;
}

.banner-title {
    margin-top: 1rem;
    font-weight: 700;
}

.banner-text {
    font-size: 12px;
}

.ytb-card {
    border: 1.45841px solid #F1A66A;
    background-color: transparent;
}

.video-card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 165px;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
    background-color: #00000080;
}

.video-title {
    font-size: .8rem;
    font-weight: 500;
    opacity: .9;
    color: #000000;
}

.video-more {
    font-size: 11px;
    color: #A6A6A6;
}

    .video-more:hover {
        color: #A6A6A6;
    }

.video-title:hover {
    opacity: 1;
    color: #000000;
}

.ik-date-list {
    display: flex;
    align-items: center;
}

.ik-card {
    margin-top: 24px;
}

    .ik-card::after {
        content: '';
        border-bottom: 1px solid #E1E1E1;
        width: 100%;
        display: block;
        margin-top: 24px;
    }

.ik-date {
    padding: 1rem;
    background-color: #2e2e36;
    color: white;
    width: 80px;
    text-align: center;
}

.logo-outline-primary {
    color: #1d1d1d !important;
    border-color: #F1F1F1 !important;
}

    .logo-outline-primary:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.logo-card {
    height: 205px;
}

.ytb-gold {
    color: #C6A063;
}

.ytb-bg-gold {
    background-color: #C6A063;
}

.ytb-pink {
    color: #C6A063;
}

.ytb-bg-pink {
    background-color: #C6A063;
}

.ytb-orange {
    color: #F1A66A;
}

.ytb-card-bg {
    background-color: #F9F9F9;
    min-height: 11rem;
}

    .ytb-card-bg:hover {
        background-color: #303134;
        color: #FFFFFF;
        transition: .3s;
    }

        .ytb-card-bg:hover .ytb-library-title {
            color: #FFFFFF;
        }

            .ytb-card-bg:hover .ytb-library-title::after {
                border-bottom: 3px solid #F1A66A;
            }

.ytb-library-title {
    color: #F1A66A;
    text-align: start;
    font-size: 12px;
    font-weight: bold;
}

    .ytb-library-title::after {
        content: '';
        border-bottom: 3px solid #000;
        width: 30%;
        display: block;
        border-radius: 30px;
    }

.ytb-library-btn {
    position: absolute;
    bottom: 1rem;
}

    .ytb-library-btn:hover {
        filter: grayscale(100%);
        transition: .3s;
    }


@media screen and (min-width: 200px) and (max-width: 995px) {
    .navbar-links {
        display: none;
    }

    .search-btn {
        display: none;
    }

    .lang-btn {
        margin: 0px;
        font-size: 21px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .title-font {
        font-size: 2em;
        margin-top: 30px;
    }

    .title-hr {
        margin-top: -23px;
    }

    .section-top {
        margin-top: 3rem;
        height: 200px;
    }

    .title-bg {
        height: 100px;
    }

    .title-bg-2 {
        height: 100px;
    }

    .title-bg-3 {
        height: 100px;
    }

    .section-main {
        margin-top: 7rem;
    }

    .main-content {
        margin-top: 6rem;
    }
}


@media screen and (min-width: 200px) and (max-width: 900px), screen and (min-device-width: 300px) and (max-device-width: 900px) {

    .title-font {
        font-size: 1.5em;
        margin-top: 30px;
    }

    .title-hr {
        margin-top: -13px;
    }


    .section-top {
        margin-top: 3rem;
        height: 200px;
    }

    .title-bg {
        height: 100px;
    }

    .title-bg-2 {
        height: 100px;
    }

    .title-bg-3 {
        height: 100px;
    }

    .section-title {
        display: none;
    }

    .category-card {
        display: none;
    }

    .section-main {
        margin-top: 7rem;
    }

    .logo {
        width: 90px;
    }

    .blog-title {
        font-size: 26px;
    }

    .mobile-br {
        display: none;
    }

    .flat {
        display: none;
    }

    .flat-2 {
        display: none;
    }

    .elips-1 {
        display: none;
    }

    .elips-2 {
        display: none;
    }

    .elips-2-2 {
        display: none;
    }

    .elips-3 {
        display: none;
    }

    .avatar {
        flex-direction: column;
    }
}


@media screen and (min-width: 900px) and (max-width: 1200px), screen and (min-device-width: 900px) and (max-device-width: 1200px) {

    .title-font {
        font-size: 3em;
        margin-top: 52px;
    }

    .title-hr {
        margin-top: -21px;
    }

    .section-top {
        margin-top: 3rem;
        height: 200px;
    }

    .title-bg {
        height: 135px;
    }

    .title-bg-2 {
        height: 135px;
    }

    .title-bg-3 {
        height: 135px;
    }

    .section-title {
        display: none;
    }

    .category-card {
        display: none;
    }

    .hamburger-icon {
        display: none;
    }

    .section-main {
        margin-top: 7rem;
    }

    .blog-title {
        font-size: 26px;
    }

    .mobile-br {
        display: none;
    }

    .flat {
        display: none;
    }

    .flat-2 {
        display: none;
    }

    .elips-1 {
        display: none;
    }

    .elips-2 {
        display: none;
    }

    .elips-2-2 {
        display: none;
    }

    .elips-3 {
        display: none;
    }

    .avatar {
        flex-direction: column;
    }
}


@media only screen and (min-width: 1200px) {
    .title-font {
        margin-top: 2rem;
    }

    .hamburger-icon {
        display: none;
    }
}





blockquote {
    font-size: 1.4em;
    margin: 50px auto;
    font-family: Open Sans;
    font-style: italic;
    color: #555555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid black;
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
}

    blockquote::before {
        font-family: Arial;
        content: "\201C";
        color: black;
        font-size: 4em;
        position: absolute;
        left: 10px;
        top: -10px;
    }

    blockquote::after {
        content: '';
    }

    blockquote span {
        display: block;
        color: #333333;
        font-style: normal;
        font-weight: bold;
        margin-top: 1em;
    }

.video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#postContent img {
    margin-left: 0 !important;
    max-width: 100%;
    height: auto;
}

.page-link {
    color: #2f2f2f;
}

tbody, td, tfoot, th, thead, tr {
    border-width: 1px;
    padding: 0.5em;
}
.breadcrumb {
    font-size: 0.8em;
}

    .breadcrumb a {
        color: #000000;
    }

.card-shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Hafif gölge */
    border-radius: 8px; /* Kenarları hafif yuvarla */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

    .card-shadow:hover {
        transform: translateY(-5px); /* Hover ile yukarı kaldırma efekti */
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15); /* Hover sırasında gölgeyi güçlendir */
    }