* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    background: #000;
}


img {
    width: 100%;
}
a {
    text-decoration: none;
}
p {
    font-size: 18px;
    color: #fff ;
    line-height: 1.6;
}

ul {
    list-style: none;
    padding: 0;
}

.title {
    font-size: 44px;
    font-family: "Quintessential", serif;
    color: #D49632;
    margin-bottom: 20px;
}

.title span {
    display: block;
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}
.read_more {
    background: #D49632;
    padding: 14px 20px;
    display: inline-block;
    border-radius: 5px;
    color: #000;
}
.read_more:hover {
    background: #b77e23;
}


/* Global Css */


/* Header Sec */

.header_sec .top_header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_sec .top_header .social_sec {
    display: flex;
} 

.header_sec .top_header a {
    margin-right: 14px;
    width: 10p;
}

.header_sec .top_header {
    padding: 18px 0;
}


.header_sec .nav_list .m_menu {
    display: none;
}
.header_sec {
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0px;
    background: #000000;
}

.header_sec .search_box_sec {
    width: 20%;
}
.header_sec .search_box_sec .search_box {
    position: relative;
}

.header_sec .search_box_sec .search_box input[type="search"] {
    width: 100%;
    height: 48px;
    border: none;
    font-size: 18px;
    color: #111;
    padding-left: 47px;
    outline: none;
    border: 1px solid #DAAC63;
    border-radius: 8px;
    background: #000;
    color: #fff;
}

.header_sec .search_box_sec .search_box img {
    width: 15px;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header_sec .search_box_sec .search_box i {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 17px;
    left: 5%;
    color: #d49632;
}

.header_sec .menu_nav {
    background: #fff;
}

.header_sec .menu_nav .logo {
    width: 40px;
}

.header_sec .menu_nav .nav_list ul li a {
    color: #000000;
    border-right: 1px solid #000;
    padding: 0 14px;
    font-size: 18px;
    text-transform: capitalize;
}
.header_sec .menu_nav .nav_list ul li a:hover {
    color: #D49632;
}

.header_sec .menu_nav .nav_list {
    flex-grow: initial;
}

.header_sec .menu_nav .nav_list ul li:last-child a {
    border-right: none;
    padding-right: 0;
}





/* Header Sec */


/****=== Home Page  ===****/

.home_page {
    margin-top: 170px;
}

.home_page .banner_sec {
    background-color: #000;
    background-image: url(../images/banner_photo.png);
    padding: 300px 0;
    background-repeat: no-repeat;
    background-position: center left;
}

.home_page .banner_sec .text_content {
    width: 50%;
    margin-left: auto;
}



.home_page .banner_sec .text_content .des {
    color: #fff;
    font-size: 20px;
}


/* About Sec */
.about_sec {
    background: #000;
}
.about_sec .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_sec .text_content {
    width: 48%;
}

.about_sec .about_photo {
    border: 1px solid #d49632;
    border-radius: 5px;
    height: 530px;
    overflow: hidden;
    width: 40%;
}

.about_sec .about_photo img {
    height: 100%;
    object-fit: cover;
}
/* About Sec */

/* News Blog Sec */
.news_blog_sec {
    margin-top: 100px;
}
.news_blog_sec .new_photo {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.news_blog_sec .title {
    margin-bottom: 16px;
}

.news_blog_sec  .date_post {
    display: flex;
    margin: 0;
}

.news_blog_sec .date_post li {
    color: #fff;
    border-right: 1px solid #fff;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 1.2;
}

.news_blog_sec .date_post li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.new_blog_sec {
    border-right: 1px solid #d49632;
    padding-right: 30px;
    display: block;
}
.news_blog_sec .news_cover_sec .title {
    color: #fff;
    font-size: 40px;
    text-align: center;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #fffaf2;
    padding: 8px 0;
    margin-bottom: 50px;
}
.news_blog_sec .news_cover_sec .new_cover {
    height: 120px;
    overflow: hidden;
    border-radius: 15px;
    margin: 10px 0;
}

.news_blog_sec .news_cover_sec .new_cover img {
    height: 100%;
    object-fit: cover;
}
.news_blog_sec .news_cover_sec .news_cover_slider {
    width: 66%;
    margin: auto;
    position: relative;
    padding: 30px 0;
    height: 550px;
    overflow: hidden;
}
.news_blog_sec .news_cover_sec .news_cover_slider .slick-arrow {
    position: absolute;
    top: 0;
    /* bottom: 0; */
    height: 40px;
    margin: auto;
    z-index: 1;
    left: 0;
    background: none;
    border: none;
    width: 30px;
    background-image: url(../images/news_top_arrow.png);
    background-repeat: no-repeat;
    text-indent: 100%;
    overflow: hidden;
    right: 0;
}
.news_blog_sec .news_cover_sec .news_cover_slider .slick-arrow.slick-next {
    position: absolute;
    top: auto;
    bottom: 0;
    height: 20px;
    margin: auto;
    z-index: 1;
    background: none;
    border: none;
    width: 30px;
    background-image: url(../images/news_down_arrow.png);
    background-repeat: no-repeat;
    text-indent: 100%;
    overflow: hidden;
}
.news_blog_sec .news_cover_sec .news_cover_slider .slick-slide .new_cover {
    opacity: 0.5;
}

.news_blog_sec .news_cover_sec .news_cover_slider .slick-slide.slick-slide.slick-current.slick-active .new_cover {
    opacity: 1;
}


.youtube_video_sec {
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.youtube_video_sec iframe {
    /* height: 100%; */
}
/* ── Video title bar (above player) ── */
        .video_title_bar {
            display: flex; align-items: center; gap: 10px;
            padding: 10px 4px 14px;
            color: #fff; font-size: 15px; font-weight: 500;
            line-height: 1.4;
        }
        .video_yt_icon { color: #ff0000; font-size: 22px; flex-shrink: 0; }

        /* ── Thumbnail layer ── */
        .video_thumb_layer {
            position: absolute; inset: 0;
            cursor: pointer; border-radius: 15px; overflow: hidden;
            z-index: 1;
        }
        .video_thumb_layer img {
            width: 100%; height: 100%;
            object-fit: cover; display: block;
            transition: transform .4s ease;
        }
        .video_thumb_layer:hover img { transform: scale(1.03); }

        /* Dark overlay */
        .video_thumb_overlay {
            position: absolute; inset: 0;
            background: rgba(0,0,0,.28);
            transition: background .3s;
        }
        .video_thumb_layer:hover .video_thumb_overlay { background: rgba(0,0,0,.18); }

        /* YouTube-style play button */
        .video_play_btn {
            position: absolute;
            top: 50%; left: 50%;
            transform: translate(-50%, -50%);
            background: none; border: none;
            cursor: pointer; z-index: 3;
            transition: transform .2s ease;
            filter: drop-shadow(0 2px 12px rgba(0,0,0,.5));
        }
        .video_thumb_layer:hover .video_play_btn { transform: translate(-50%, -50%) scale(1.12); }
        .video_play_btn .play_bg { fill: #ff0000; fill-opacity: .9; }
        .video_play_btn .play_arrow { fill: #fff; }
        .video_play_btn svg { width: 80px; height: 56px; }

        @media (max-width:991px) {
            .youtube_video_sec { height:330px; }
            .video_play_btn svg { width: 60px; height: 42px; }
        }
/* News Blog Sec */



/* Art Sec */
.art_sec {
    margin-top: 100px;
}

.art_sec .title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    margin-bottom: 60px;
}
.art_sec .art_grid_content {
    position: relative;
    margin-bottom: 40px;
    padding: 0 10px;
}
.art_sec .art_grid .art_photo {
    margin-bottom: 30px;
    display: block;
    height: 380px;
    overflow: hidden;
    border-radius: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    opacity: 0.8;
}
.art_sec .art_grid_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.art_sec .art_grid .art_photo img {
    height: 100%;
    object-fit: cover;
}

/* Art Sec */

/* Gallery */
.roy_gallery_sec { text-align:center; padding:100px 0; }
.roy_gallery_sec .title { color:#fff; text-align:center; text-transform:uppercase; border-top:1px solid #fff; border-bottom:1px solid #fff; padding:10px 0; margin-bottom:60px; }
.roy_gallery_sec .roy_gallery_slider { margin-bottom:60px; }
.roy_gallery_sec .roy_gallery_slider .slick-slide { padding:0 13px; }
.roy_gallery_sec .roy_gallery_slider .slick-slide .roy_gallery { text-align:center; background:#fff; border-radius:14px; overflow:hidden; }
.roy_gallery_sec .roy_gallery_slider .slick-slide .roy_gallery .gallery_photo { height:420px; overflow:hidden; }
.roy_gallery_sec .roy_gallery_slider .slick-slide .roy_gallery .gallery_photo img { height:100%; object-fit:cover; }
.roy_gallery_sec .roy_gallery_slider .slick-slide .roy_gallery .text_content { padding:20px 10px; }
.roy_gallery_sec .roy_gallery_slider .slick-slide .roy_gallery .text_content .gallery_title { color:#000; font-size:20px; margin:0; }
.roy_gallery_sec .roy_gallery_slider h4.gallery_title {
    color: #fff;
    padding: 5px 7px;
    font-size: 20px;
}
.roy_gallery_sec .read_more { color:#fff; }
.roy_gallery_sec .roy_gallery_slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 40px;
    margin: auto;
    z-index: 1;
    left: 3%;
    background: none;
    border: none;
    width: 30px;
    background-image: url(../images/l_arrow.png);
    background-repeat: no-repeat;
    text-indent: 100%;
    overflow: hidden;
}
.roy_gallery_sec .roy_gallery_slider .slick-arrow.slick-next {
    left: auto;
    right: 3%;
    background-image: url(../images/r_arrow.png);
    width: 30px;
    background-repeat: no-repeat;
    text-indent: 100%;
    overflow: hidden;
}

/* Roy Gallery Sec */
/*.roy_gallery_sec {
    text-align: center;
    padding: 100px 0;
}

.roy_gallery_sec .title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    margin-bottom: 60px;
}
.roy_gallery_sec .roy_gallery_slider {
    margin-bottom: 60px;
}

.roy_gallery_sec .roy_gallery_slider .slick-slide {
    padding: 0 13px;
}



.roy_gallery_sec .roy_gallery_slider .slick-slide .roy_gallery {
    text-align: center;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
}

.roy_gallery_sec .roy_gallery_slider .slick-slide .roy_gallery .gallery_photo {
    height: 420px;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 0;
}

.roy_gallery_sec .roy_gallery_slider .slick-slide .roy_gallery .gallery_photo img {
    height: 100%;
    object-fit: cover;
}
.roy_gallery_sec .roy_gallery_slider .slick-slide .roy_gallery .text_content {
    padding: 20px 10px;
}
.roy_gallery_sec .roy_gallery_slider .slick-slide .roy_gallery .text_content .gallery_title {
    color: #000000;
    font-size: 20px;
    margin: 0;
}


.roy_gallery_sec .read_more {
    color: #fff;
}*/

/* Roy Gallery Sec */

/* Roy Curated Sec */
.roy_curated_sec {
    background: url(../images/curated_bg.png);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.roy_curated_sec .title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    margin-bottom: 60px;
}
.roy_curated_sec .roy_curated_slider {
    margin-bottom: 60px;
}
.roy_curated_sec .roy_curated_slider .slick-slide {
    padding: 0 13px;
}

.roy_curated_sec .roy_curated_slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 40px;
    margin: auto;
    z-index: 1;
    left: 3%;
    background: none;
    border: none;
    width: 30px;
    background-image: url(../images/l_arrow.png);
    background-repeat: no-repeat;
    text-indent: 100%;
    overflow: hidden;
}
.roy_curated_sec .roy_curated_slider .slick-arrow.slick-next {
    left: auto;
    right: 3%;
    background-image: url(../images/r_arrow.png);
    width: 30px;
    background-repeat: no-repeat;
    text-indent: 100%;
    overflow: hidden;
}
.roy_curated_sec .roy_curated_slider .slick-slide .curated_photo {
    height: 500px;
    overflow: hidden;
    border-radius: 15px;
    opacity: 0.5;
}

.roy_curated_sec .roy_curated_slider .slick-slide .curated_photo img {
    height: 100%;
    object-fit: cover;
}
.roy_curated_sec .roy_curated_slider .slick-slide.slick-current.slick-center .curated_photo {
    height: 580px;
}

.roy_curated_sec .roy_curated_slider .slick-slide.slick-current.slick-center .curated_photo {
    opacity: 1;
}
/* Roy Curated Sec */


/* Roy Curated Sec */
.publications_sec {
    text-align: center;
    padding: 100px 0;
}
.publications_sec .title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    margin-bottom: 60px;
}
.publications_sec .publications_slider {
    margin-bottom: 60px;
}
.publications_sec .publications_slider .slick-slide {
    padding: 0 13px;
}

.publications_sec .publications_slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 40px;
    margin: auto;
    z-index: 1;
    left: 3%;
    background: none;
    border: none;
    width: 30px;
    background-image: url(../images/l_arrow.png);
    background-repeat: no-repeat;
    text-indent: 100%;
    overflow: hidden;
}
.publications_sec .publications_slider .slick-arrow.slick-next {
    left: auto;
    right: 3%;
    background-image: url(../images/r_arrow.png);
    width: 30px;
    background-repeat: no-repeat;
    text-indent: 100%;
    overflow: hidden;
}
.publications_sec .publications_slider .slick-slide .publications_photo {
    height: 500px;
    overflow: hidden;
    border-radius: 15px;
    opacity: 0.5;
}

.publications_sec .publications_slider .slick-slide .publications_photo img {
    height: 100%;
    object-fit: cover;
}
.publications_sec .publications_slider .slick-slide.slick-current.slick-center .publications_photo {
    height: 580px;
}

.publications_sec .publications_slider .slick-slide.slick-current.slick-center .publications_photo {
    opacity: 1;
}


/* Roy Curated Sec */


/****=== Home Page  ===****/




/* Footer Sec */
.footer_sec .footer_menu_sec .f_logo {
    display: block;
    width: 80px;
}

.footer_sec .f_link .f_title {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}
.footer_sec .f_link .link_list li {
    margin-bottom: 20px;
}
.footer_sec .footer_menu_sec .link_list li a {
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}
.footer_sec .footer_menu_sec .link_list li a:hover {
    color: #d49632;
}
.footer_sec .footer_menu_sec .link_list li a .icon {
    margin-right: 12px;
}

.footer_sec .f_contact_sec .f_title {
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 17px;
}

.footer_sec .f_contact_sec .f_contact_content a {
    display: flex;
    color: #fff;
    margin-bottom: 20px;
}
.footer_sec .f_contact_sec .f_contact_content a:hover {
    color: #d49632;
}
.footer_sec .f_contact_sec .f_contact_content a .icon {
    margin-right: 16px;
}

.footer_sec .f_contact_sec  .social_sec {
    display: flex;
}

.footer_sec .f_contact_sec .social_sec a {
    margin-right: 17px;
}

.footer_sec .footer_menu_sec {
    background: #090A0A;
    padding: 60px 0;
}


.footer_sec .bottom_sec {
    text-align: center;
    padding: 20px 0;
}

.footer_sec .bottom_sec .des {
    margin: 0;
    font-size: 16px;
}
/* Footer Sec */

/* Gallery hover overlay */
    .gallery_photo { position: relative; }
    .gallery_overlay {
        position: absolute; inset: 0;
        background: rgba(0,0,0,.45);
        display: flex; align-items: center; justify-content: center;
        opacity: 0; transition: opacity .25s;
        border-radius: 0;
    }
    .gallery_overlay i { font-size: 32px; color: #D49632; }
    .gallery_photo:hover .gallery_overlay { opacity: 1; }
    .gallery_photo a { display: block; height: 100%; }

    /* Video description */
    .video_description {
        margin-top: 16px;
        color: #fff;
        font-size: 16px;
        line-height: 1.7;
        padding: 14px 18px;
        background: rgba(255,255,255,.05);
        border-left: 3px solid #D49632;
        border-radius: 0 8px 8px 0;
    }
    .video_description p { margin: 0; color: #ddd; font-size: 16px; }
    .video_description p + p { margin-top: 8px; }

    /* Gallery Lightbox */
    #galleryLightbox {
        display: none;
        position: fixed; inset: 0; z-index: 9999;
        background: rgba(0,0,0,.92);
        align-items: center; justify-content: center;
        flex-direction: column;
    }
    #galleryLightbox.active { display: flex; }
    #lbImgWrap {
        max-width: 90vw; max-height: 80vh;
        display: flex; align-items: center; justify-content: center;
    }
    #lbImg {
        max-width: 90vw; max-height: 80vh;
        object-fit: contain; border-radius: 8px;
        box-shadow: 0 8px 40px rgba(0,0,0,.6);
    }
    #lbCaption {
        margin-top: 14px; color: #eee;
        font-size: 15px; text-align: center;
        max-width: 600px; padding: 0 20px;
    }
    #lbClose, #lbPrev, #lbNext {
        position: fixed; background: rgba(255,255,255,.12);
        border: none; color: #fff; cursor: pointer;
        border-radius: 50%; width: 44px; height: 44px;
        display: flex; align-items: center; justify-content: center;
        font-size: 18px; transition: background .2s;
    }
    #lbClose:hover, #lbPrev:hover, #lbNext:hover { background: #D49632; }
    #lbClose { top: 20px; right: 20px; }
    #lbPrev  { left: 20px; top: 50%; transform: translateY(-50%); }
    #lbNext  { right: 20px; top: 50%; transform: translateY(-50%); }

    /* Detail page */
    .detail_page { padding: 80px 0; background: #000; min-height: 70vh; }
    .detail_page .detail_img_wrap {
        border: 1px solid #D49632; border-radius: 12px;
        overflow: hidden; max-height: 600px;
    }
    .detail_page .detail_img_wrap img { width: 100%; height: 100%; object-fit: cover; }
    .detail_page .detail_content { padding-left: 40px; }
    .detail_page .detail_content .back_btn {
        display: inline-flex; align-items: center; gap: 8px;
        color: #D49632; font-size: 14px; margin-bottom: 24px;
    }
    .detail_page .detail_content .back_btn:hover { color: #b77e23; }
    .detail_page .detail_content h2 { color: #D49632; font-size: 36px; margin-bottom: 20px; }
    .detail_page .detail_content .detail_body { color: #ccc; font-size: 17px; line-height: 1.8; }
    .detail_page .detail_content .detail_body p { color: #ccc; font-size: 17px; }

/* ── Contact Us Section ── */
    .contact_us_sec {
        background: #080808;
        padding: 100px 0;
        border-top: 1px solid #1a1a1a;
    }
    .contact_form .form_group { margin-bottom: 0; }
    .contact_form label { display: block; color: #aaa; font-size: 13px; font-weight: 500; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .5px; }
    .contact_form .req { color: #D49632; }
    .contact_form .form_control {
        width: 100%; background: #111; border: 1.5px solid #2a2a2a;
        border-radius: 10px; color: #fff; font-size: 15px;
        padding: 14px 18px; outline: none; transition: border-color .2s;
        font-family: 'Inter', sans-serif;
    }
    .contact_form .form_control::placeholder { color: #444; }
    .contact_form .form_control:focus { border-color: #D49632; background: #0d0d0d; }
    .contact_form .form_control.is-invalid { border-color: #ef4444; }
    .contact_form textarea.form_control { resize: vertical; min-height: 120px; }
    .contact_form .field_error { color: #ef4444; font-size: 12px; margin-top: 5px; }
    .submit_btn {
        background: #D49632; color: #000; border: none;
        padding: 15px 44px; border-radius: 10px;
        font-size: 16px; font-weight: 700; cursor: pointer;
        transition: background .2s, transform .15s;
        min-width: 200px;
    }
    .submit_btn:hover { background: #b77e23; transform: translateY(-1px); }
    .submit_btn:active { transform: translateY(0); }
    .contact_success_msg {
        background: rgba(16, 185, 129, .12);
        border: 1px solid #10b981;
        color: #10b981;
        border-radius: 10px;
        padding: 16px 20px;
        font-size: 15px;
        margin-bottom: 24px;
        display: flex; align-items: center; gap: 10px;
    }
    
    /* ── Resume Section ── */
    .resume_sec {
        background: linear-gradient(135deg, #0a0a0a 0%, #111008 100%);
        padding: 100px 0;
        border-top: 1px solid #1a1a1a;
        position: relative; overflow: hidden;
    }
    .resume_sec::before {
        content: '';
        position: absolute; inset: 0;
        background: radial-gradient(ellipse at 50% 50%, rgba(212,150,50,.08) 0%, transparent 70%);
        pointer-events: none;
    }
    .resume_icon_wrap {
        width: 90px; height: 90px; border-radius: 50%;
        background: rgba(212,150,50,.15); border: 2px solid rgba(212,150,50,.3);
        display: flex; align-items: center; justify-content: center;
        margin: 0 auto 28px; font-size: 36px; color: #D49632;
    }
    .resume_subtitle { color: #888; font-size: 16px; margin-bottom: 32px; }
    .resume_form { max-width: 500px; margin: 0 auto; }
    .resume_input_group {
        display: flex; border-radius: 12px; overflow: hidden;
        border: 1.5px solid #2a2a2a; background: #111;
        transition: border-color .2s;
    }
    .resume_input_group:focus-within { border-color: #D49632; }
    .resume_email_input {
        flex: 1; background: transparent; border: none;
        color: #fff; font-size: 15px; padding: 16px 20px;
        outline: none; font-family: 'Inter', sans-serif;
        min-width: 0;
    }
    .resume_email_input::placeholder { color: #444; }
    .resume_download_btn {
        background: #D49632; color: #000; border: none;
        padding: 16px 28px; font-size: 15px; font-weight: 700;
        cursor: pointer; transition: background .2s; white-space: nowrap;
        flex-shrink: 0;
    }
    .resume_download_btn:hover { background: #b77e23; }
    .resume_note { color: #555; font-size: 13px; margin-top: 14px; }
    .resume_success_msg {
        background: rgba(16,185,129,.12); border: 1px solid #10b981;
        color: #10b981; border-radius: 10px; padding: 14px 20px;
        font-size: 14px; margin-bottom: 20px;
        display: flex; align-items: center; gap: 8px;
    }
    .resume_info_msg {
        background: rgba(59,130,246,.12); border: 1px solid #3b82f6;
        color: #93c5fd; border-radius: 10px; padding: 14px 20px;
        font-size: 14px; margin-bottom: 20px;
        display: flex; align-items: center; gap: 8px;
    }
/* Start Responsive CSS */
@media only screen and (max-width: 1900px) {
    
   
}
@media only screen and (max-width: 1800px) {
    .home_page .banner_sec {
        padding: 220px 0;
        background-size: 44%;
    }
   
}

@media only screen and (max-width: 1600px) {

    .container {
        max-width: 1200px;
    }
   
   
}
@media only screen and (max-width: 1400px) {

    .more {
        font-size: 16px;
        padding: 10px 16px;
    }
    .container {
        max-width: 1100px;
    }

    /* Header Sec */

    /* Home Page */
    .about_sec .text_content {
        width: 54%;
    }
    .news_blog_sec .news_cover_sec .title {
        font-size: 34px;
    }
    .news_blog_sec .news_cover_sec .news_cover_slider {
        width: 70%;
    }
    .roy_curated_sec .roy_curated_slider .slick-slide .curated_photo {
        height: 430px;
    }
    .roy_curated_sec .roy_curated_slider .slick-slide.slick-current.slick-center .curated_photo {
        height: 480px;
    }
    /* Home Page */
    

   

    
   
}

/* 1200px */
@media only screen and (max-width: 1200px) {

    .container {
        max-width: 900px;
    }
   
    /* Header Sec */

    .header_sec .search_box_sec {
        width: 30%;
    }


    /* Header Sec */

    
    .more {
        font-size: 16px;
        padding: 12px 20px;
    }
    .title {
        font-size: 30px;
    }
    /* Home Page */
    .home_page {
        margin-top: 146px;
    }
    .home_page .banner_sec {
        padding: 110px 0;
        background-size: 40%;
    }
    .about_sec .about_photo {
        height: 420px;
        width: 40%;
    }
    .news_blog_sec .news_cover_sec .title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .news_blog_sec .news_cover_sec .new_cover {
        height: 200px;
    }
    .news_blog_sec .new_photo {
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 30px;
        height: 300px;
    }
    .news_blog_sec .new_photo img {
        height: 100%;
        object-fit: cover;
    }
    .art_sec .art_grid .art_photo {
        height: 290px;
    }

    .roy_gallery_sec .roy_gallery_slider .slick-slide .roy_gallery .gallery_photo {
        height: 290px;
    }
    .roy_curated_sec .roy_curated_slider .slick-slide .curated_photo {
        height: 290px;
    }
    .roy_curated_sec .roy_curated_slider .slick-slide.slick-current.slick-center .curated_photo {
        height: 350px;
    }
    .publications_sec {
        padding: 50px 0;
    }
    .publications_sec .publications_slider .slick-slide .publications_photo {
        height: 340px;
    }
    .publications_sec .publications_slider .slick-slide.slick-current.slick-center .publications_photo {
        height: 400px;
    }
    .youtube_video_sec {
        height: 330px;
    }
    /* Home Page */

   

   

    .footer_sec {
        margin-top: 50px;
    }

   
}



/* 991px */
@media only screen and (max-width: 991px) {

    .title {
        font-size: 24px;
    }
  
    .more {
        padding: 8px 12px;
        font-size: 14px;
    }
  

    /* Home Page */
    .home_page .banner_sec {
        padding: 90px 0;
        background-size: 48%;
    }
    .roy_curated_sec .roy_curated_slider .slick-slide .curated_photo {
        height: 250px;
    }
    .roy_curated_sec .roy_curated_slider .slick-slide.slick-current.slick-center .curated_photo {
        height: 290px;
    }
    .youtube_video_sec {
        height: 330px;
    }
    .news_blog_sec .news_cover_sec .news_cover_slider {
        height: 220px;
    }
    /* Home Page */

   
}

/* 767px */
@media only screen and (max-width: 767px) {
  
    /* Header Sec */

    
    .header_sec .menu_nav .nav_list {
        display: block;
        position: fixed;
        z-index: 1;
        background: #000000;
        height: 100vh;
        top: 0;
        width: 64%;
        right: -64%;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        overflow: scroll;
    }
    .header_sec .menu_nav .nav_list.show .navbar-nav,  .header_sec .menu_nav .nav_list.navbar-collapse.show {
        right: 0;
    }
    .header_sec .menu_nav .nav_list .navbar-nav li {
        width: 100%;
    }
    .header_sec .menu_nav .nav_list ul li a {
        color: #ffffff;
        border-right: 1px solid #000;
        padding: 15px 14px;
        font-size: 16px;
        border-bottom: 1px solid #4f4f4f;
    }
    .header_sec .menu_nav .nav_list ul li a:hover {
        color: #d49632;
    }


    
   
    
    /* Header Sec */

    .title {
        font-size: 28px;
    }

    .header_sec .top_header .container {
        flex-direction: column;
    }

    .header_sec .search_box_sec {
        width: 100%;
        margin-top: 20px;
    }

    .header_sec .menu_nav .navbar-toggler {
        background: #a48758;
        width: 40px;
        border: none;
        height: 34px;
    }
    
    .header_sec .menu_nav .navbar-toggler i {
        color: #fff;
    }
    .header_sec .menu_nav .navbar-toggler:focus {
        box-shadow: none;
    }
    
    /* Home Page */
    .home_page {
        margin-top: 189px;
    }
    .home_page .banner_sec {
        padding: 90px 0;
        background-size: 34%;
        background-position: center 20%;
    }
    .home_page .banner_sec .text_content {
        width: 100%;
        margin-top: 170px;
        text-align: center;
    }
    .about_sec .container {
        flex-direction: column-reverse;
    }
    .about_sec .about_photo {
        height: 300px;
        width: 70%;
    }
    .about_sec .text_content {
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }
    .new_blog_sec {
        border-right: none;
        padding-right: 0;
        display: block;
        margin-bottom: 40px;
        text-align: center;
    }
    .news_blog_sec  .date_post {
        justify-content: center;
    }
  
    .news_blog_sec .news_cover_sec .new_cover {
        height: auto;
    }
    .news_blog_sec .news_cover_sec .news_cover_slider {
        width: auto;
        height: auto;
    }
    .youtube_video_sec {
        height: 300px;
        margin-bottom: 30px;
    }
  
    /* Home Page */
    
    
    .footer_sec .footer_menu_sec {
        padding: 60px 0;
        text-align: center;
    }
    

     .footer_sec .footer_menu_sec .f_social_sec {
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
    }
    .footer_sec .footer_menu_sec .f_social_sec a {
        font-size: 15px;
        margin: 0 10px 10px;
    }
    .footer_sec .footer_menu_sec .link_list {
        margin: 14px auto 24px;
        flex-wrap: wrap;
    }
    .footer_sec .footer_menu_sec .f_logo {
        width: 50px;
        margin: 0 auto 30px;
    }
    .footer_sec .f_contact_sec  .f_contact_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer_sec .f_contact_sec  .social_sec {
        justify-content: center;
    }
    
    .detail_page .detail_content { padding-left: 0; margin-top: 24px; }
    
}

/* 480px */
@media only screen and (max-width: 480px) {

    /* Header Sec */
    .header_sec .nav_list .m_menu .logo {
        width: 180px;
    }
    .header_sec .nav_menu .btn_sec .more svg {
        margin-right: 0;
    }
    .header_sec .nav_menu .btn_sec .more.countdowns_btn svg {
        position: relative;
        left: 2px;
    }
    .header_sec .nav_menu .logo {
        width: 140px;
    }
    /* Header Sec */

    /* Home Page */
    .popular_sec .popular_wikis .popular_wikis_list .wikis_content {
        flex-direction: column;
    }
    .popular_sec .popular_wikis .popular_wikis_list .wikis_content {
        margin-bottom: 20px;
        padding-bottom: 20px;
        flex-direction: column;
    }
    .popular_sec .popular_wikis .popular_wikis_list .wikis_content .popular_photo {
        height: auto;
        width: 100%;
        flex: 0 0 100%;
        margin: 0 0 20px;
    }
    .category_sec .category_grid {
        margin-bottom: 30px !important;
    }
    .category_sec .categories_grid .categories_photo .tag {
        font-size: 14px;
    }
    .category_sec .categories_grid .text_content .des {
        font-size: 14px;
    }
    /* Home Page */

   



    .featured_photo {
        height: 260px;
    }
    .popular_wiki_sec .nav_btn_sec .wiki_tab .nav-link {
        font-size: 14px;
        margin-left: 5px;
        padding: 5px 16px 5px;
    }
    .popular_wiki_sec .nav_btn_sec .load_more {
        font-size: 14px;
    }
    .popular_wiki_sec .wiki_gallery .wiki_contemt {
        width: 44%;
        margin: 0 9px 22px;
    }
}