@font-face {
    font-family: 'Poppins-Regular';
    src:url('/css/font/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Black';
    src:url('/css/font/Poppins-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-BlackItalic';
    src:url('/css/font/Poppins-BlackItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Bold';
    src:url('/css/font/Poppins-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-BoldItalic';
    src:url('/css/font/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-ExtraBold';
    src:url('/css/font/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-ExtraBoldItalic';
    src:url('/css/font/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-ExtraLight';
    src:url('/css/font/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-ExtraLightItalic';
    src:url('/css/font/Poppins-ExtraLightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Italic';
    src:url('/css/font/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Light';
    src:url('/css/font/Poppins-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-LightItalic';
    src:url('/css/font/Poppins-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Medium';
    src:url('/css/font/Poppins-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-MediumItalic';
    src:url('/css/font/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src:url('/css/font/Poppins-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-SemiBoldItalic';
    src:url('/css/font/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Thin';
    src:url('/css/font/Poppins-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-ThinItalic';
    src:url('/css/font/Poppins-ThinItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
}
a {
    color: inherit;
    text-decoration: inherit;
}
img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
button{
    cursor: pointer;
}

/* header pc start */
.pw-header-parent-pc {
    background: linear-gradient( 180deg , rgba(26, 26, 26, 0.2) 0%, rgba(26, 26, 26, 0) 100%);
    backdrop-filter: blur(20px);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.pw-header-parent-pc-blogpage{
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px)!important;
}
@-moz-document url-prefix() {
    .pw-header-parent-pc { background: rgba(255, 255, 255, 1)!important; }
}
@-moz-document url-prefix() {
    .pw-header-parent-pc-blogpage { background: rgba(255, 255, 255, 1)!important; }
    .pw-header-parent-mobile-transparent {
	    background: rgb(255, 255, 255) !important;
	    backdrop-filter: blur(20px);
    }
}
.pw-header-grid-pc {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    justify-items: center;
    align-items: center;
    max-width: 1070px;
    margin: 0 auto;
    padding-top: 15px;
}
.pw-header-menu-pc {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #1A1A1A;
    text-transform: capitalize;
    position: relative;
}
.pw-header-menu-text-pc {
    display: block;
    margin-top: 23px;
    margin-bottom: 15px;
    cursor: pointer;
    width: 100px;
    text-align: center;
}
.pw-header-icon-pc img {
    margin-bottom: 15px;
    height: 50px;
    display: block;
}
.pw-header-menu-pc a:hover .pw-header-menu-text-pc {
    color: #1A1A1A;
}
.pw-header-parent-pc-blogpage .pw-header-menu-pc a:hover .pw-header-menu-text-pc{
    color: #FF5349;
}
.pw-header-menu-pc a:hover+.pw-header-active-border-pc {
    display: block;
}
.pw-header-active-border-pc {
    position: absolute;
    bottom: 8px;
    left: 10px;
    height: 4px;
    width: 80px;
    background-color: #1A1A1A;
    border-radius: 10px;
    display: none;
}
.pw-header-parent-pc-blogpage .pw-header-active-border-pc{
    background-color: #FF5349;
}
.pw-header-active-pc .pw-header-menu-text-pc {
    color: #1A1A1A;
}
.pw-header-parent-pc-blogpage .pw-header-active-pc .pw-header-menu-text-pc{
    color: #FF5349;
}
.pw-header-active-pc .pw-header-active-border-pc {
    display: block;
}
/* header pc end */

/* header mobile start */
.pw-header-parent-mobile {
    background-color: rgba(26, 26, 26, 0.98);
    display: none;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}
.pw-header-parent-mobile-transparent{
    background: linear-gradient(185.53deg, rgba(26, 26, 26, 0.2) 4.4%, rgba(26, 26, 26, 0) 95.59%);
    backdrop-filter: blur(20px);
}
.pw-header-slidemenu-mobile {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(26, 26, 26, 0.9);
    display: none;
    z-index: 99999;
}
.pw-header-icon-mobile {
    width: fit-content;
    margin: auto;
}
.pw-header-icon-mobile img {
    width: 50px;
    display: block;
    padding: 6px 0;
}
.pw-header-openbtn-mobile {
    position: absolute;
    left: 12px;
    top: 10px;
}
.pw-header-openbtn-mobile img {
    display: block;
    width: 24px;
}
.pw-header-closebtn-mobile {
    width: fit-content;
    padding: 10px 12px;
}
.pw-header-closebtn-mobile img {
    width: 24px;
    display: block;
}
.pw-header-slidemenu-col-mobile {
    font-family: "Poppins-Light";
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 14px 17px;
    border-bottom: 1px solid #FFFFFF;
}
.pw-header-slidemenu-col-mobile a {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}
.pw-header-sildemenu-nexticon-mobile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pw-header-sildemenu-nexticon-mobile img {
    width: 10px;
    height: 10px;
}
/* header mobile end */
@media (max-width:767px) {
    .pw-header-parent-pc {
        display: none;
    }
    .pw-header-parent-mobile {
        display: block;
    }
}

/* footer start */
.pw-footer-background {
    background-color: #1A1A1A;
    border-top: 4px solid #FF5349;
}
.pw-footer-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    max-width: 1110px;
    margin: auto;
}
.pw-footer-share-icon {
    display: flex;
}
.pw-footer-share-icon-img {
    margin-right: 30px;
}
.pw-footer-share-icon .pw-footer-share-icon-img:last-child {
    margin-right: 0;
}
.pw-footer-share-icon-img img {
    width: 30px;
    height: 30px;
    display: block;
}
.pw-footer-copyright span {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 21px;
    font-family: "Poppins-Light";
    font-weight: normal;
}
@media (max-width:767px) {
    .pw-footer-parent {
        flex-direction: column;
        padding: 10px 20px;
    }
    .pw-footer-share-icon {
        margin-bottom: 10px;
    }
}
/* footer end */

/* back to top start */
.pw-back-to-top {
    display: none;
    position: fixed;
    right: 20.3125vw;
    bottom: 8vw;
    width: 50px;
    height: 50px;
    z-index: 9999;
    cursor: pointer;
}
@media (max-width: 1024px){
    .pw-back-to-top {
        right: 30px;
        bottom: 100px;
    }
}
@media (max-width: 768px){
    .pw-back-to-top {
        right: 12px;
        bottom: 105px;
    }
}
/* back to top end */

/* blog select mobile start */
.pw-blog-select-mobile {
    display: none;
    width: 100%;
    text-align: center;
    background-color: #f1f1f1;
    position: relative;
    padding: 5px 0;
}
.pw-blog-select-mobile-show {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.pw-blog-select-mobile-show img {
    padding-left: 20px;
    width: 12px;
}
.pw-blog-select-mobile-hide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}
@media (max-width:767px){
    .pw-blog-select-mobile{
        display: block;
        margin-top: 43px;
    }
}
/* blog select mobile end */
