
/* Template Name: BDCN24
Author: BD Curent News24
Email: contact@bdcn24.com
File: custom-root.css */

/* Custom Fonts */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500&display=swap');


:root{
    /* Color Variation */
    --body-text-color: #4c5258;
    --primary-color:#1d72f1;
    --sceondary-color:#ff3030;
    --primary-gradiant:linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);
    --sceondary-gradiant:linear-gradient(to right, #37B34A 0%, #8BC53F 100%);
    --bs-modal-width:1000px;
    /* headline */
    --headline-font-size:45px;
    --headline-color:#000;
    /* Title */
    --title-font-size: 25px;
    --subtitle-font-size: 20px;
    --title-color: #222;
    --subtitle-color: #222;
    --h4-color:#222;
    --p-color:#4c5258;
    /* paragraph */
    --paragraph-font-size:15px;
    --paragraph-color:#4c5258;
    /* Button */
    --primary-button-color:#9ea4aa;
    --primary-button-bg-color:linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);
    --primary-button-bg-hover: rgb(46 57 78);
    --secondary-button-color:#9ea4aa;
    --secondary-button-bg-color:#000;
    --secondary-button-bg-hover:#000;
    /* Font family */
    --font-family-english: 'Mulish', sans-serif;
    --font-family-bangla:'Noto Sans Bengali', sans-serif;
    --font-family-01:'Nunito', sans-serif;
    --font-family-02:'Montserrat', sans-serif;
    --font-family-03:'Poppins', sans-serif;
    --font-family-04:'Nunito Sans', sans-serif;
    /* Custom-font */
    --font-family-custom-regular: 'latoregular', sans-serif;
    --font-family-custom-light: 'latolight', sans-serif;
    --font-family-custom-light: 'latoitalic', sans-serif;
    --font-family-custom-light: 'latobold', sans-serif;
    --font-family-custom-light: 'latoblack', sans-serif;

    /* Dark Mode */
    --primary-dark-color: #012875;
}

/*Custom Scroll Bar Css Start*/
/* width */


::-webkit-scrollbar {
    width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 1px 55px #000000;
    border-radius: 0px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background:#a6a6a6;
    border-radius: 40px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #a6a6a6;
    box-shadow: 0 1px 36px #a6a6a6;
}
/*Custom Scroll Bar Css End*/


/* Custom Scrollbar start*/
/*Firefox*/
.sidebar-wrapper .metismenu {
    scrollbar-width: 2px;
    scrollbar-color: red #1A2232;
}
/*Chrome, Edge, and Safari*/
.sidebar-wrapper .metismenu::-webkit-scrollbar {
    width: 3px;
}
/* Track */
.sidebar-wrapper .metismenu::-webkit-scrollbar-track {
    box-shadow: inset 0 1px 55px #1A2232;
    border-radius: 0px;
}
/* Handle */
.sidebar-wrapper .metismenu::-webkit-scrollbar-thumb {
    background:#2a354b;
    border-radius: 40px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #2a354b;
    box-shadow: 0 1px 36px #FCEC045C;
}
/* Custom Scrollbar End*/


/* Custom Scrollbar start*/
/*Firefox*/
.reporter-List {
    scrollbar-width: 2px;
    scrollbar-color: #ddd #1A2232;
}
/*Chrome, Edge, and Safari*/
.reporter-List::-webkit-scrollbar {
    width: 3px;
}
/* Track */
.reporter-List::-webkit-scrollbar-track {
    box-shadow: inset 0 1px 55px #f3f3f3;
    border-radius: 0px;
}
/* Handle */
.reporter-List::-webkit-scrollbar-thumb {
    background:#ddd;
    border-radius: 40px;
}
/* Handle on hover */
.reporter-List::-webkit-scrollbar-thumb:hover {
    background: #ddd;
    box-shadow: 0 1px 36px #FCEC045C;
}
/* Custom Scrollbar End*/

/* Custom Card Scrollbar start*/
/*Firefox*/
.custom-card-scroll {
    scrollbar-width: 2px;
    scrollbar-color: #ddd #1A2232;
}
/*Chrome, Edge, and Safari*/
.custom-card-scroll::-webkit-scrollbar {
    width: 3px;
}
/* Track */
.custom-card-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 1px 55px #f3f3f3;
    border-radius: 0px;
}
/* Handle */
.custom-card-scroll::-webkit-scrollbar-thumb {
    background:#ddd;
    border-radius: 40px;
}
/* Handle on hover */
.custom-card-scroll::-webkit-scrollbar-thumb:hover {
    background: #ddd;
    box-shadow: 0 1px 36px #FCEC045C;
}
/* Custom Scrollbar End*/

/* Custom Card Scrollbar For Mobile start*/
/*Firefox*/
.custom-mobile-scroll {
    scrollbar-width: 2px;
    scrollbar-color: #ddd #1A2232;
}
/*Chrome, Edge, and Safari*/
.custom-mobile-scroll::-webkit-scrollbar {
    width: 3px;
}
/* Track */
.custom-mobile-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 1px 55px #f3f3f3;
    border-radius: 0px;
}
/* Handle */
.custom-mobile-scroll::-webkit-scrollbar-thumb {
    background:#ddd;
    border-radius: 40px;
}
/* Handle on hover */
.custom-mobile-scroll::-webkit-scrollbar-thumb:hover {
    background: #ddd;
    box-shadow: 0 1px 36px #FCEC045C;
}
/* Custom Scrollbar End*/



/*(- Preloader Start -)*/
.preloader-area {
    position: fixed;
    z-index: 999999;
    background: var(--primary-gradiant);
    background-size: 200%,1px;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
}
.preloader-area .spinner {
    width: 4em;
    height: 4em;
    -webkit-transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
    transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    margin-left: auto;
    margin-right: auto;
}
.preloader-area .spinner .disc {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 0.3em dotted #fff;
}
.preloader-area .spinner .disc:nth-child(1) {
    -webkit-animation: rotate 12s linear infinite;
    animation: rotate 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(2) {
    -webkit-animation: rotateDisc2 12s linear infinite;
    animation: rotateDisc2 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(3) {
    -webkit-animation: rotateDisc3 12s linear infinite;
    animation: rotateDisc3 12s linear infinite;
}
.preloader-area .spinner .inner {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: sphereSpin 6s linear infinite;
    animation: sphereSpin 6s linear infinite;
}
.preloader-area .spinner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    border: 2px dotted #fff;
    margin: -15px;
}
@-webkit-keyframes sphereSpin {
    0% {
        -webkit-transform: rotateX(360deg) rotateY(0deg);
        transform: rotateX(360deg) rotateY(0deg);
   }
    100% {
        -webkit-transform: rotateX(0deg) rotateY(360deg);
        transform: rotateX(0deg) rotateY(360deg);
   }
}
@keyframes sphereSpin {
    0% {
        -webkit-transform: rotateX(360deg) rotateY(0deg);
        transform: rotateX(360deg) rotateY(0deg);
   }
    100% {
        -webkit-transform: rotateX(0deg) rotateY(360deg);
        transform: rotateX(0deg) rotateY(360deg);
   }
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
   }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
   }
}
@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
   }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
   }
}
@-webkit-keyframes rotateDisc2 {
    from {
        -webkit-transform: rotateX(90deg) rotateZ(0deg);
        transform: rotateX(90deg) rotateZ(0deg);
   }
    to {
        -webkit-transform: rotateX(90deg) rotateZ(360deg);
        transform: rotateX(90deg) rotateZ(360deg);
   }
}
@keyframes rotateDisc2 {
    from {
        -webkit-transform: rotateX(90deg) rotateZ(0deg);
        transform: rotateX(90deg) rotateZ(0deg);
   }
    to {
        -webkit-transform: rotateX(90deg) rotateZ(360deg);
        transform: rotateX(90deg) rotateZ(360deg);
   }
}
@-webkit-keyframes rotateDisc3 {
    from {
        -webkit-transform: rotateY(90deg) rotateZ(0deg);
        transform: rotateY(90deg) rotateZ(0deg);
   }
    to {
        -webkit-transform: rotateY(90deg) rotateZ(360deg);
        transform: rotateY(90deg) rotateZ(360deg);
   }
}
@keyframes rotateDisc3 {
    from {
        -webkit-transform: rotateY(90deg) rotateZ(0deg);
        transform: rotateY(90deg) rotateZ(0deg);
   }
    to {
        -webkit-transform: rotateY(90deg) rotateZ(360deg);
        transform: rotateY(90deg) rotateZ(360deg);
   }
}
/*(- Preloader End -)*/
