header.main-header.transparent{background-color:var(--white-color);z-index:99;border:none;width:100%;transition:all .3s ease-in-out;position:relative;top:0;left:0}.main-header{z-index:2;position:relative}.navigation-inner{justify-content:space-between;align-items:center;display:flex}.top-bar{background-color:var(--dark-color)}.top-bar-wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;height:40px;display:flex}.top-bar-wrap .top-bar-left{align-items:center;column-gap:10px;display:flex}.top-bar-wrap .top-bar-left .link-title{color:var(--white-color);margin-top:1px;margin-bottom:0;font-size:12px;font-weight:200;line-height:1}.top-bar-wrap .top-bar-left ul li{display:inline-flex}.top-bar-wrap .top-bar-left ul li a{font-family:var(--body-font);color:var(--white-color);letter-spacing:.2px;font-size:12px;font-weight:500}.top-bar-wrap .top-bar-left ul li:not(:last-of-type):after{content:"-";color:var(--white-color);margin-left:6px}@media (min-width:767px){.top-bar-right .date{color:var(--white-color);align-items:center;font-size:12px;font-weight:500;line-height:1;display:flex}.top-bar-right .date i{margin-right:5px;font-size:14px}}@media (max-width:767px){.top-bar-wrap{justify-content:center}.top-bar-right{display:none}}.mid-header{background-color:var(--grey-color-3);border-bottom:1px solid #dedede}.mid-header-wrap{justify-content:space-between;align-items:center;padding:30px 0;display:flex}.mid-header-wrap .mid-header-left ul{align-items:center;column-gap:6px;display:flex}.mid-header-wrap .mid-header-left ul li a{color:#1da1f2;border:1px solid #1da1f2;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.mid-header-wrap .mid-header-left ul li a:hover{color:var(--white-color);border:1px solid var(--secondary-color);background-color:#1da1f2}.mid-header-wrap .mid-header-left ul li a.facebook{color:#3b5998;border:1px solid #3b5998}.mid-header-wrap .mid-header-left ul li a.facebook:hover{color:var(--white-color);background-color:#3b5998}.mid-header-wrap .mid-header-left ul li a.instagram{color:#e1306c;border:1px solid #e1306c}.mid-header-wrap .mid-header-left ul li a.instagram:hover{color:var(--white-color);background-color:#e1306c}.mid-header-wrap .mid-header-left ul li a.linkedin{color:#0077b5;border:1px solid #0077b5}.mid-header-wrap .mid-header-left ul li a.linkedin:hover{color:var(--white-color);background-color:#0077b5}.mid-header-wrap .mid-header-left ul li a.pinterest{color:#e60023;border:1px solid #e60023}.mid-header-wrap .mid-header-left ul li a.pinterest:hover{color:var(--white-color);background-color:#e60023}.mid-header-wrap .mid-header-right{align-items:center;column-gap:10px;display:flex}.mid-header-wrap .mid-header-right .header-btn{text-transform:uppercase;border-radius:50px;padding:20px 25px;font-size:15px;font-weight:500}.mid-header-wrap .mid-header-right .user{background-color:var(--bg-grey-2);color:var(--primary-color);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.mid-header-wrap .mid-header-right .user:hover{background-color:var(--primary-color);color:var(--white-color)}.bottom-header{background-color:var(--grey-color-3);justify-content:space-between;align-items:center;display:flex}.bottom-header .sidebar-trigger{flex-direction:column;justify-content:flex-start;row-gap:7px;padding:0;display:flex}.bottom-header .sidebar-icon span{background-color:var(--heading-color);border-radius:2px;width:30px;height:3px;transition:all .3s ease-in-out;display:block}.bottom-header .sidebar-icon span:last-child{width:15px}.bottom-header .sidebar-icon:hover span:last-child{width:30px}.bottom-header .sidebar-icon:hover span:first-child{width:15px}.bottom-header .site-logo .dark{display:none}.header-right .toggle-switch{justify-content:center;align-items:center;width:60px;height:60px;padding-bottom:30px;display:flex;position:relative}.header-right .toggle-switch label{background-color:var(--dark-color);cursor:pointer;border-radius:50px;width:100%;height:auto;position:absolute}.header-right .toggle-switch input{display:none;position:absolute}.header-right .toggle-switch .slider{border:1px solid var(--border-1);border-radius:50px;width:60px;height:30px;transition:all .3s;position:absolute}.header-right .toggle-switch .slider:before{content:"";width:20px;height:20px;box-shadow:inset 10px -1px 0px 0px var(--dark-color);background-color:var(--grey-color-3);border-radius:50%;transition:all .3s;position:absolute;top:50%;left:3px;transform:translateY(-50%)}.header-right .toggle-switch input.active~.slider:before{background-color:var(--white-color);box-shadow:none;transform:translate(32px,-50%)}@media (max-width:767px){.mid-header-wrap{justify-content:center;padding:20px 0}.mid-header-wrap .mid-header-right,.mid-header-wrap .mid-header-left{display:none}}@media (min-width:992px){.bottom-header .navigation-wrapper .sidebar-icon{display:block!important}.bottom-header .navigation-wrapper .site-logo,.sticky-fixed-top .navigation-wrapper .sidebar-icon{display:none!important}.sticky-fixed-top .navigation-wrapper .site-logo{max-width:125px;display:block!important}}@media (max-width:992px){.bottom-header .navigation-wrapper .sidebar-icon{display:none!important}.bottom-header .navigation-wrapper .site-logo{display:block!important}}.header-1 .navigation-wrapper .site-logo{max-width:125px;display:none}.logo-dark{display:none}.logo-light,.header-1 .sticky-header.sticky-fixed-top .navigation-wrapper .site-logo{display:block}.header-1 .sticky-header.sticky-fixed-top .navigation-wrapper .sidebar-icon{display:none}.user-dropdown{position:relative}.user-dropdown .user{background-color:var(--bg-grey-2);color:var(--primary-color);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:all .3s ease-in-out;display:flex}.user-dropdown .user:hover{background-color:var(--primary-color);color:var(--white-color);transform:scale(1.05)}.dropdown-menu-custom{background-color:var(--white-color);border:1px solid var(--border-2);z-index:1000;border-radius:10px;width:280px;animation:.3s ease-in-out dropdownFadeIn;position:absolute;top:calc(100% + 15px);right:0;overflow:hidden;box-shadow:0 10px 40px #0000001a}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{background:linear-gradient(135deg,var(--primary-color)0%,#ff4593 100%);color:var(--white-color);padding:20px}.user-info{flex-direction:column;gap:5px;display:flex}.user-name{color:var(--white-color);margin:0;font-size:18px;font-weight:600;line-height:1.2}.user-email{color:#ffffffe6;margin:0;font-size:13px;line-height:1}.dropdown-body{padding:10px 0}.dropdown-item{color:var(--heading-color);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 20px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s ease-in-out;display:flex}.dropdown-item:hover{background-color:var(--bg-grey-2);color:var(--primary-color)}.dropdown-item i{width:24px;font-size:20px}.dropdown-footer{border-top:1px solid var(--border-2);padding:10px 0}.dropdown-item.logout{color:#dc3545}.dropdown-item.logout:hover{color:#dc3545;background-color:#fff5f5}[data-theme=dark] .dropdown-menu-custom{background-color:var(--theme-bg-dark-2);border-color:var(--dark-border-1)}[data-theme=dark] .dropdown-item{color:var(--white-color)}[data-theme=dark] .dropdown-item:hover{background-color:var(--theme-bg-dark)}[data-theme=dark] .dropdown-footer{border-top-color:var(--dark-border-1)}[data-theme=dark] .dropdown-item.logout:hover{background-color:#dc35451a}@media (max-width:767px){.dropdown-menu-custom{width:260px;right:-10px}}.header-2 .top-bar{background-color:var(--white-color)}.header-2 .top-bar-wrap .top-bar-left .link-title{color:var(--heading-color);font-weight:500}.header-2 .top-bar-right .date,.header-2 .top-bar-wrap .top-bar-left ul li a,.header-2 .top-bar-wrap .top-bar-left ul li:not(:last-of-type):after{color:var(--heading-color)}.header-2 .bottom-header{background-color:var(--dark-color)}.header-2 .bottom-header.bottom-2{background-color:#f42a79}.header-2 .navigation-menu-wrap{align-items:center;column-gap:30px;display:flex}.header-2 .site-logo{max-width:125px}.header-2 .main-menu li a{color:var(--white-color)}.header-2 .main-menu li a:hover:before{background-color:var(--white-color)}.header-2 .main-menu li li a{color:var(--heading-color)}.header-2 .main-menu li li a:hover:before{background-color:var(--primary-color)}.header-2 .header-right .toggle-switch .slider{border:1px solid var(--white-color)}.header-2 .header-right .toggle-switch .slider:before{box-shadow:inset 10px -1px 0px 0px var(--white-color);background-color:#0000}.header-2 .header-right .toggle-switch input:checked~.slider:before,.header-2 .header-right .search-icon:before{background-color:var(--white-color)}.header-2 .header-right .search-icon i{background-color:var(--white-color);color:var(--heading-color)}.header-2 .bottom-header.bottom-2 .sidebar-icon span{background-color:var(--white-color)}.header-2 .bottom-header.bottom-2 .header-right .search-icon i{color:var(--white-color);background-color:#dd1664}.header-3 .bottom-header{background-color:var(--white-color)}@media (min-width:992px){.header-3 .main-menu li a{color:var(--heading-color)}.header-3 .navigation-menu{height:100px}.header-3 .site-logo{max-width:145px}}.header-3 .header-right .toggle-switch .slider{border:1px solid var(--heading-color)}.header-3 .header-right .toggle-switch .slider:before{box-shadow:inset 10px -1px 0px 0px var(--heading-color);background-color:#0000}.header-3 .header-right .toggle-switch input:checked~.slider:before{background-color:var(--heading-color)}.header-3 .header-right .search-icon:before{display:none}.header-3 .header-right .search-icon{padding-left:0}.header-3 .header-right .search-icon i{background-color:#fff0ed}.header-3 .header-right .user{color:var(--primary-color);background-color:#fff0ed;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-left:15px;font-size:20px;display:flex}@media (max-width:992px){.header-3 .line-menu{background-color:var(--heading-color)}.header-3 .header-right{justify-content:flex-end}.header-3 .mobile-menu-icon{margin-left:20px}}.header-3 .bottom-header.bottom-3 .header-right .user,.header-3 .bottom-header.bottom-3 .header-right .search-icon i{background-color:#ecf2ff;width:40px;height:40px;transition:all .3s ease-in-out}.header-3 .bottom-header.bottom-3 .header-right .user:hover,.header-3 .bottom-header.bottom-3 .header-right .search-icon i:hover{background-color:var(--primary-color);color:var(--white-color)}.main-menu{column-gap:30px;display:none}header-1 .site-logo img{max-width:170px}.header-right{justify-content:flex-end;align-items:center;display:flex}.header-right .header-right-item{align-items:center;column-gap:14px}.header-right .search-icon{margin-left:15px;padding-left:15px;position:relative}.header-right .search-icon:before{background-color:var(--border-2);content:"";width:1px;height:25px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.header-right .search-icon i{background-color:var(--white-color);color:var(--primary-color);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:18px;display:flex;transform:rotate(-90deg)}@media (max-width:1200px){.navigation-inner{grid-column-gap:30px;grid-template-columns:130px 1fr 130px}.navigation-menu{column-gap:20px;padding:0 35px}.main-menu{column-gap:20px}}@media (min-width:992px){.navigation-wrapper{background-color:#0000}.sticky-header{z-index:99;background-color:#fff;width:100%;position:fixed;top:0;left:0;transform:translateY(-100%)}.sticky-header header.main-header{background-color:#fff;border-bottom:1px solid #eee}.sticky-header .navigation-menu{box-shadow:none}.sticky-header.sticky-fixed-top{will-change:transform;transition:transform 1s;transform:translateY(0)}header.main-header.transparent.sticky-fixed-top .navigation-menu{height:80px}.navigation-menu{justify-content:space-between;align-items:center;height:75px;transition:all .3s ease-in-out;display:flex}.main-menu{justify-content:flex-start;align-items:center;height:100%;display:flex}.main-menu li{align-items:center;height:100%;display:flex;position:relative}.main-menu li i.fa-solid{align-items:center;height:100%;display:flex;position:absolute;top:0;right:0}.main-menu li.dropdown_menu{padding-right:14px}.main-menu li.dropdown_menu i{font-size:14px;transition:all .2s linear}.main-menu li.dropdown_menu:hover i{transform:rotate(-180deg)}.main-menu li a{font-family:var(--body-font);color:var(--heading-color);text-transform:uppercase;font-size:15px;font-weight:600;line-height:1;position:relative}.main-menu li a:hover,.main-menu li.active a{color:var(--primary-color)}.main-menu li.active a:before{transform:scaleX(1)}.main-menu li.active li a{color:var(--heading-color)}.main-menu li li.active a{color:var(--primary-color)}.main-menu li a:before{background-color:var(--primary-color);content:"";transform-origin:0;-o-transition:.3s cubic-bezier(.45,.1,0,.95);width:100%;height:2px;transition:all .3s cubic-bezier(.45,.1,0,.95);display:inline-block;position:absolute;bottom:-8px;left:0;transform:scaleX(0)}.main-menu li a:hover:before{transform:scaleX(1)}.main-menu li ul{visibility:hidden;opacity:0;z-index:1;transform-origin:0 0;background-color:#fff;border:1px solid #eee;border-radius:0;width:250px;padding:16px 0;transition:all .6s;position:absolute;top:100%;left:-28px;transform:rotateX(-90deg)}.main-menu li:hover ul{visibility:visible;opacity:1;transition:all .6s;transform:none}.main-menu li li{margin:0 10px;padding:10px 18px}.main-menu li li a{color:var(--heading-color);font-weight:600;display:block;position:relative}.main-menu li li a:before{background-color:var(--primary-color);content:"";width:0;height:2px;transition:all .5s ease-in-out;position:absolute;top:50%;left:0;transform:translateY(-50%)}.main-menu li:hover li.dropdown_menu>i{position:absolute;top:10px;right:0;transform:rotate(-90deg)}.main-menu li:hover li a:hover{color:var(--primary-color);padding-left:15px}.main-menu li:hover li a:hover:before{width:10px}.main-menu li:hover li ul{visibility:hidden;opacity:0;transition:all .2s linear;top:10%;left:100%}.main-menu li:hover li:hover ul{visibility:visible;opacity:1;transition:all .2s linear;top:0}.main-menu li li.active a:before{width:10px}.main-menu li li.active a{padding-left:15px}}.mobile-menu-icon,.mobile-navigation-menu{display:none}@media (max-width:992px){.sticky-header{display:none}.header-right{width:100%;height:70px}.site-logo{max-width:120px}.navigation-inner{grid-template-columns:1fr 1fr}.navigation-inner .site-logo{padding:15px 0}.navigation-menu{display:none}.mobile-menu-icon{margin-left:20px;display:block}.burger-menu{cursor:pointer;-o-transition:transform .33s ease-out;flex-direction:column;justify-content:space-between;width:20px;height:18px;transition:transform .33s ease-out;display:flex}.menu-open .burger-menu{transform:rotate(-45deg)}.line-menu{background-color:var(--heading-color);border-radius:0;width:100%;height:2px}[data-theme=dark] .line-menu,.saas-home .line-menu{background-color:var(--white-color)}.line-menu.line-half{width:50%}.line-menu.first-line{transform-origin:100%;transition:transform .33s cubic-bezier(.54,-.81,.57,.57)}.menu-open .line-menu.first-line{transform:rotate(-90deg)translate(3px)}.line-menu.last-line{transform-origin:0;align-self:flex-end;transition:transform .33s cubic-bezier(.54,-.81,.57,.57)}.menu-open .line-menu.last-line{transform:rotate(-90deg)translate(-3px)}#mobile-menu-close{width:60px;height:60px;color:var(--dark-color);border-radius:50%;justify-content:center;align-items:center;font-size:40px;display:flex;position:absolute;top:20px;right:18px}#mobile-menu-close:hover{color:var(--primary-color)}.mobile-navigation-menu{background-color:var(--white-color);width:400px;height:100vh;box-shadow:var(--shadow-sm);visibility:hidden;opacity:0;z-index:1000;border-right:1px solid #eee;padding:100px 0 50px;transition:all .3s linear;display:block;position:fixed;top:0;left:-100%;overflow-y:scroll}.open-mobile-menu.mobile-navigation-menu{visibility:visible;opacity:1;transition:all .3s linear;left:0}.mobile-navigation-menu .main-menu{display:block}.mobile-navigation-menu .dropdown-plus{cursor:pointer;z-index:1;width:100px;height:49px;line-height:49px;position:absolute;top:2px;right:32px}.mobile-navigation-menu .dropdown-plus:before,.mobile-navigation-menu .dropdown-plus:after{content:"";background-color:var(--bg-dark);width:10px;height:2px;position:absolute;top:21px;right:10px}.mobile-navigation-menu .dropdown-plus:after{transform:rotate(90deg)}.mobile-navigation-menu .dropdown-plus.dropdown-open:after{display:none}.mobile-navigation-menu ul{padding-left:0}.mobile-navigation-menu ul li{margin:0;padding:0;display:block;position:relative}.mobile-navigation-menu ul li>a{font-family:var(--body-font);color:var(--dark-color);padding:15px 40px;font-size:18px;font-weight:700;line-height:1;display:block}.mobile-navigation-menu ul li:hover>a,.mobile-navigation-menu li li:hover>a{color:var(--primary-color)}.mobile-navigation-menu ul li ul li ul,.mobile-navigation-menu ul li ul{opacity:1;visibility:visible;width:100%;position:inherit;top:inherit;left:inherit;box-shadow:none;background-color:#0000;padding:0;display:none}.mobile-navigation-menu li li{padding:0 20px 0 10px}.mobile-navigation-menu li li:last-child{border-bottom:none}.mobile-navigation-menu li li>a{color:var(--grey-color);padding:14px 20px 14px 40px;font-size:18px;font-weight:600}}@media (max-width:600px){.mobile-navigation-menu{width:100%}}.sidebar-trigger.open .trigger-opener rect{transform-origin:100%;transition:transform .31s cubic-bezier(.25,.1,.11,.99);display:block;transform:scaleX(1)}.sidebar-trigger.close svg rect{clip-path:inset(0)}.sidebar-trigger.open:hover .trigger-opener rect:first-child{transform:scaleX(1.5)}.sidebar-trigger.open:hover .trigger-opener rect:last-child,.sidebar-trigger.open:hover .trigger-opener rect:nth-child(2){transform:scaleX(.68)}.sidebar-trigger.close:hover .sidebar-close rect{animation:.62s cubic-bezier(.25,.1,.11,.99) forwards sidebar-close-anim}.sidebar-trigger.close:hover .sidebar-close rect:last-child{animation:.62s cubic-bezier(.25,.1,.11,.99) .16s forwards sidebar-close-anim}@keyframes sidebar-close-anim{0%{clip-path:inset(0)}50%{clip-path:inset(0 0 0 100%)}51%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0)}}#sidebar-overlay,.sidebar-trigger,.sidebar-area{display:none}.sidebar-trigger{display:block}.sidebar-area{background-color:var(--white-color);z-index:9999;visibility:hidden;border-left:1px solid #eee;justify-content:flex-start;align-items:flex-start;width:450px;height:100%;padding:60px 50px;transition:all .5s ease-in-out;display:flex;position:fixed;top:0;right:0;overflow:scroll;transform:translate(100%)}.open-sidebar .sidebar-area{visibility:visible;right:0;transform:translate(0)}.sidebar-trigger.close{color:var(--grey-color);position:absolute;top:30px;right:30px}.sidebar-trigger.close svg{fill:currentColor;stroke:none;width:20px;height:20px}.sidebar-content .site-logo{margin-bottom:40px}.sidebar-content .site-logo img{max-width:200px}.sidebar-content .sidebar-info li{font-size:18px}.sidebar-content .sidebar-social li{margin:0 3px;padding-top:30px;display:inline-block}.sidebar-content .sidebar-social li a{border:1px solid var(--border-1);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;display:inline-flex;position:relative}.sidebar-content .sidebar-social li a:after{background-color:var(--primary-color);content:"";opacity:1;z-index:-1;visibility:hidden;opacity:0;border-radius:59%;width:40px;height:40px;transition:all .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.sidebar-content .sidebar-social li a:hover{border:1px solid var(--primary-color);color:#fff}.sidebar-content .sidebar-social li:hover a:after{visibility:visible;opacity:1;transition:all .4s;transform:translate(-50%,-50%)scale(1)}.sidebar-content .list-post-area{margin:50px 0 20px}.sidebar-area::-webkit-scrollbar{width:8px;height:8px}.sidebar-area::-webkit-scrollbar-thumb{cursor:pointer;background:#ccc}.sidebar-area::selection,.sidebar-area-webkit-::selection{color:#fff;background-color:#999}.sidebar-area::-moz-selection{color:#fff;background-color:#999}#sidebar-overlay{opacity:0;z-index:-1;width:calc(100% - 400px);height:100%;transition:all ease-in-out;display:block;position:fixed;top:0;left:0;overflow:hidden}.open-sidebar #sidebar-overlay{opacity:1;z-index:1002;transition:all .6s ease-in-out .3s}@media (max-width:992px){.sidebar-content .list-post-area.list-2{grid-gap:0;grid-template-columns:1fr}.sidebar-area{width:350px}}@media (max-width:767px){.sidebar-area{width:350px;padding:60px 30px}.sidebar-content .list-post-area.list-2 .list-post-card .post-img{width:90px;height:90px}.sidebar-content .list-post-area.list-2 .list-post-card{grid-template-columns:90px 1fr}}#popup-search-box{white-space:nowrap;z-index:9999;opacity:0;visibility:hidden;width:100%;height:auto;transition:all .5s;position:fixed;top:0;left:0;right:0}.open-search-box #popup-search-box{opacity:1;visibility:visible}#searchbox-overlay{opacity:0;z-index:-1;width:100%;height:100%;transition:all ease-in-out;position:fixed;top:0;left:0;overflow:hidden}.open-search-box #searchbox-overlay{opacity:1;z-index:1002;cursor:none;transition:all .6s ease-in-out .3s}#popup-search-box .box-inner-wrap{background-color:#fff;border-bottom:1px solid #eee;width:100%;padding:90px 0;transition:all .3s ease-in-out;transform:translateY(-100%);box-shadow:0 10px 60px #0000001a}.open-search-box #popup-search-box .box-inner-wrap{transform:translateY(0)}#popup-search-box .box-inner-wrap form{margin:0 auto;position:relative}#popup-search-box .box-inner-wrap input::placeholder{color:#666;font-size:18px}#popup-search-box .box-inner-wrap input{border:none;border-bottom:1px solid var(--border-2);color:#666;background:0 0;width:600px;padding:15px 80px 15px 30px;font-family:space grotesk,sans-serif;font-size:18px}#popup-search-box .box-inner-wrap input::-webkit-input-placeholder{color:#666!important}#popup-search-box .box-inner-wrap input::placeholder{color:#666!important}#popup-search-box .box-inner-wrap input:-ms-placeholder-shown{color:#666!important}#popup-search-box .box-inner-wrap input:focus{border-bottom:1px solid var(--border-2);outline:none}#popup-search-box .box-inner-wrap button{color:#666;background:0 0;border:none;justify-content:center;align-items:center;width:80px;height:100%;font-size:30px;transition:all .5s;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}#popup-search-box .box-inner-wrap button:hover{color:var(--primary-color)}#popup-search-box .box-inner-wrap button:focus{outline:none}.search-close{color:#666;cursor:pointer;width:40px;height:40px;font-size:30px;transition:all .3s cubic-bezier(.165,.85,.45,1);position:absolute;top:20px;right:20px}.search-close:hover{color:var(--primary-color);transform:scale(1.1)}.popup-sidebox{display:none}@media (min-width:992px){.popup-sidebox{z-index:9999;visibility:hidden;background-color:#222;justify-content:flex-start;align-items:flex-start;width:500px;height:100%;padding:80px;transition:all .6s cubic-bezier(.77,0,.175,1);display:flex;position:fixed;top:0;right:-100%}.open-sidebox .popup-sidebox{visibility:visible;right:0}#sidebox-overlay{opacity:0;z-index:-1;width:calc(100% - 400px);height:100%;transition:all ease-in-out;position:fixed;top:0;left:0;overflow:hidden}.open-sidebox #sidebox-overlay{opacity:1;z-index:1002;cursor:none;transition:all .6s ease-in-out .3s}.sidebox-content .site-logo{max-width:200px;margin-bottom:25px}.sidebox-content p{color:#999;margin-bottom:30px;font-size:18px;font-weight:400}.sidebox-content .sidebox-list li span{text-transform:capitalize;color:#999;margin-bottom:5px;font-size:16px;font-weight:400;display:block}.sidebox-content .sidebox-list li{color:#fff;font-size:20px;font-weight:600}.sidebox-content .sidebox-list li.call{color:#f90;font-size:28px;font-weight:700}.sidebox-content .sidebox-list li:not(:last-of-type){margin-bottom:20px}}@media screen and (max-width:600px){#popup-search-box .box-inner-wrap form{width:90%}#popup-search-box .box-inner-wrap input,#popup-search-box .box-inner-wrap button{font-size:3em}}.popup-search input::-webkit-input-placeholder{color:#666!important}.popup-search textarea::-webkit-input-placeholder{color:#666!important}:-moz-any(.popup-search input:-moz-placeholder-shown,.popup-search textarea:-moz-placeholder-shown){color:#666!important}:is(.popup-search input:placeholder-shown,.popup-search textarea:placeholder-shown){color:#666!important}.popup-search input::-moz-placeholder{color:#666!important}.popup-search textarea::-moz-placeholder{color:#666!important}:is(.popup-search input:-ms-placeholder-shown,.popup-search textarea:-ms-placeholder-shown){color:#666!important}:is(.popup-search input:placeholder-shown,.popup-search textarea:placeholder-shown){color:#666!important}.trending-area{padding:20px 0}.trending-item{grid-gap:10px;grid-template-columns:85px 1fr;align-items:center;display:grid}.trending-item .trending-thumb{max-width:85px}.trending-item .trending-thumb img{object-fit:cover;width:100%}.trending-item .trending-content{margin-top:1px}.post-content .category,.trending-item .trending-content span{color:#848080;text-transform:uppercase;cursor:pointer;margin-bottom:6px;font-size:12px;font-weight:600;line-height:1;transition:all .3s ease-in-out;display:block}.trending-item .trending-content span:hover{color:var(--primary-color)}.trending-item .trending-content .trending-title{width:100%;max-width:250px;margin-bottom:0;font-size:18px;font-weight:600;line-height:1.3}.hero-text{grid-gap:10px;grid-template-columns:100px 1fr;align-items:center;padding-bottom:20px;display:grid}.hero-text .news{background-color:var(--light-primary-color);color:var(--primary-color);text-transform:uppercase;border-radius:2px;justify-content:center;align-items:center;height:35px;font-size:12px;font-weight:700;line-height:1;display:flex}.hero-text .news img{margin-bottom:2px;margin-right:5px}.hero-text span{color:var(--heading-color);font-size:15px;font-weight:500}.news-carousel{height:70px;line-height:70px;position:relative}.news-carousel .swiper-arrow{z-index:2;align-items:center;column-gap:10px;display:flex;position:absolute;top:17px;right:0}.news-carousel .swiper-arrow .swiper-nav{color:var(--grey-color);border:1px solid var(--border-1);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;width:35px;height:35px;font-size:15px;transition:all .3s ease-in-out;display:flex}.news-carousel .swiper-arrow .swiper-nav:hover{background-color:var(--primary-color);color:var(--white-color);border:1px solid var(--primary-color)}@media (max-width:992px){.news-carousel .swiper-arrow{display:none}}.hero-post-area{padding:25px 0 90px}.post-area-wrap{grid-gap:25px;grid-template-columns:1fr 620px 1fr;display:grid}.post-carousel{height:100%}.post-carousel-card{height:100%;position:relative}.post-carousel-card .post-carousel-thumb{height:100%}.post-carousel-card .post-carousel-thumb img{object-fit:cover;border-radius:7px;width:100%;height:100%}.post-carousel-card .post-carousel-content{z-index:2;position:absolute;bottom:50px;left:45px}.post-carousel-card.card-2 .post-carousel-content{width:100%;position:absolute;bottom:50px;left:50%;transform:translate(-50%)}.post-carousel-card .post-carousel-content .title{width:100%;max-width:450px;margin:20px auto;font-size:36px;font-weight:600;line-height:1.3}.post-carousel-card .post-carousel-content .title a{color:var(--white-color);background:linear-gradient(var(--white-color)0%,var(--white-color)98%);background-position:0 100%;background-repeat:no-repeat;background-size:0 2px}.post-carousel-card .post-carousel-content .title a:hover{background-size:100% 2px}.post-carousel-content .post-list li{color:var(--white-color);align-items:center;font-size:14px;font-weight:200;display:inline-flex;position:relative}.post-carousel-content .post-list li:not(:last-of-type){margin-right:20px;padding-right:20px}.post-carousel-content .post-list li:not(:last-of-type):after{content:"-";color:var(--white-color);position:absolute;top:50%;right:-5px;transform:translateY(-50%)}.post-carousel-content .post-list li a{color:var(--white-color);margin-left:5px;font-weight:600}.post-carousel-content .post-list li i{margin-right:5px}.post-carousel-card.card-2 .post-carousel-thumb{z-index:1;position:relative}.post-carousel-card.card-2 .post-carousel-thumb:before{filter:blur(50px);content:"";z-index:1;background:linear-gradient(#635c5c00 0%,#11111180 100%);width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;bottom:0;left:0}.post-carousel .swiper-arrow{z-index:1;position:absolute;top:50%;right:40px;transform:translateY(-50%)}.post-carousel .swiper-arrow .swiper-nav{background-color:var(--white-color);color:var(--heading-color);border-radius:2px;justify-content:center;align-items:center;width:35px;height:35px;transition:all .3s ease-in-out;display:flex}.post-carousel .swiper-arrow .swiper-nav:hover{background-color:var(--primary-color);color:var(--white-color)}.post-carousel .swiper-arrow .swiper-nav.swiper-next{margin-bottom:10px}.post-card-wrap .post-card:not(:last-of-type){margin-bottom:28px}.post-area-right{grid-gap:25px;grid-template-columns:1fr 1fr;display:grid}.tab-wrap{background-color:var(--white-color);border-radius:10px;padding:20px;box-shadow:0 0 50px #00000014}.tab-wrap .nav-tabs{border:none;column-gap:10px;margin-bottom:20px}.tab-wrap .nav-item .nav-link{background-color:var(--grey-color-3);color:var(--heading-color);text-transform:uppercase;border:none;border-radius:5px 5px 0 0;padding:10px 15px;font-size:13px;font-weight:400;line-height:1}.tab-wrap .nav-item .nav-link.active{background-color:var(--primary-color);color:var(--white-color)}.list-post-card{grid-gap:10px;grid-template-columns:70px 1fr;align-items:center;display:grid}.list-post-card:not(:last-of-type){border-bottom:1px solid var(--border-2);margin-bottom:20px;padding-bottom:20px}.list-post-card .post-img{border-radius:50%;width:70px;height:70px;overflow:hidden}.list-post-card .post-content .category:hover{color:var(--primary-color)}.list-post-card .post-content .title{max-width:inherit;width:100%;margin:0;font-size:15px;font-weight:600;line-height:1.3}.list-post-card .post-content span{font-size:14px;line-height:1}@media (max-width:1400px){.list-post-card .post-content .title{font-size:14px}.post-card .post-content .title{font-size:18px}.list-post-card:not(:last-of-type){margin-bottom:25px;padding-bottom:25px}}@media only screen and (min-width:992px) and (max-width:1199px){.post-area-wrap{grid-template-columns:450px 1fr}.post-area-wrap.wrap-2{grid-template-columns:100%}.post-area-wrap.wrap-2 .post-carousel-card .post-carousel-thumb{height:400px}.post-carousel-card .post-carousel-content .title{font-size:28px}}@media (max-width:992px){.hero-post-area{padding-bottom:70px}.post-area-wrap{grid-template-columns:100%}.list-post-card:not(:last-of-type){margin-bottom:30px;padding-bottom:30px}}@media (max-width:767px){.hero-post-area{padding:20px 0 40px}.hero-text{text-align:center;flex-direction:column;row-gap:10px}.post-area-right{grid-template-columns:1fr}.post-carousel-card .post-carousel-content{bottom:20px;left:20px}.post-carousel-card .post-carousel-content .title{font-size:26px}.post-carousel .swiper-arrow{top:45%;right:20px}}.hero-post-area.area-2{padding:90px 0}.top-area{justify-content:space-between;align-items:center;display:flex}.top-area .section-heading{margin-bottom:0}.top-area .right-btn{background-color:var(--bg-grey-2);padding-left:40px}.top-area .right-btn.white{background-color:var(--white-color)}.top-area .right-btn .default-btn{color:var(--primary-color);border:1px solid var(--primary-color);background-color:#0000;padding:20px 25px;font-size:14px;overflow:hidden}.top-area .right-btn .default-btn:hover{background-color:var(--primary-color);color:var(--white-color);transform:translateY(0)}.hero-post-area.area-2 .post-area-wrap{grid-template-columns:620px 1fr;display:grid}.hero-post-area.area-2 .section-heading .section-title span{background-color:var(--bg-grey-2)}.post-card-wrap.wrap-2 .post-card .post-content .title{margin-bottom:5px}.list-post-area.list-2 .list-post-card{grid-template-columns:120px 1fr}.list-post-area.list-2 .list-post-card:not(:last-of-type){border:none;margin-bottom:33px;padding-bottom:0}.list-post-area.list-2 .list-post-card .post-img{object-fit:cover;border-radius:5px;width:100%;height:100%}@media (max-width:992px){.hero-post-area.area-2{padding:70px 0}.hero-post-area.area-2 .post-area-wrap{grid-template-columns:1fr}}@media (max-width:767px){.hero-post-area.area-2{padding:50px 0}.top-area .right-btn .default-btn{padding:15px 25px}}.hero-post-3{padding:90px 0 65px}.top-post{position:relative}.top-post .post-thumb{margin-bottom:0}.top-post .post-thumb img{height:420px}.top-post .post-content{position:absolute;bottom:60px;left:60px}.top-post .post-content .title{max-width:600px;margin-bottom:10px;font-size:36px;font-weight:500}.top-post .post-content .post-list li,.top-post .post-content .title a{color:var(--white-color)}.top-post .post-content .title a{background:linear-gradient(var(--white-color)0%,var(--white-color)98%);background-position:0 100%;background-repeat:no-repeat;background-size:0 2px}.top-post .post-content .title a:hover{background-size:100% 2px}.top-post .post-content .post-list li span a{color:var(--white-color)}.top-post .post-content .post-list li span a:hover{color:var(--primary-color)}.top-post.top-2 .post-content{bottom:40px;left:40px}.top-post.top-2 .post-content .title{max-width:300px;font-size:28px}.top-post.top-2 .post-content .card-btn{background-color:var(--primary-color)}.gadget-card .post-thumb{border-radius:5px 5px 0 0;margin-bottom:0}.gadget-card .post-thumb img{height:230px}.gadget-card .post-content{background-color:var(--white-color);border-radius:0 0 5px 5px;padding:30px}.gadget-card .post-content .title{max-width:100%;margin-bottom:10px;font-size:24px}@media (max-width:767px){.top-post.top-2 .post-content,.top-post .post-content{bottom:30px;left:30px}.top-post.top-2 .post-content .title,.top-post .post-content .title{font-size:22px}}.hero-post-4 .hero-wrap>div{padding:0}.hero-item{padding:85px 35px 35px;transition:all .3s ease-in-out}.hero-item .hero-img{margin-bottom:20px}.hero-item .hero-img img{width:auto;height:250px}.hero-item.item-1{background-color:#fff3f4}.hero-item.item-2{background-color:#eef6ff}.hero-item.item-3{background-color:#f2ffff}.hero-item.item-4{background-color:#f5eefa}.hero-item:hover{background-color:var(--white-color);box-shadow:0 15px 20px #0000000d}.hero-card .post-content .title{max-width:100%;margin-bottom:10px;font-size:24px}.cta-section{padding-bottom:90px}.cta-wrap{z-index:1;position:relative}.cta-wrap .cta-bg{z-index:-1;background-image:url(../media/cta-bg.c7d02800.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:13px;width:100%;height:100%;position:absolute;top:0;left:0}.cta-wrap .cta-content-wrap{justify-content:space-between;align-items:center;padding:80px 180px;display:flex}.cta-wrap .cta-content{line-height:1}.cta-wrap .cta-content .discount{color:var(--white-color);text-transform:uppercase;background-color:#fb7a19;margin-bottom:13px;padding:6px 11px;font-size:15px;font-weight:500;line-height:1;display:inline-block}.cta-wrap .cta-content .cta-title{font-family:var(--secondary-font);color:var(--dark-color);margin-bottom:20px;font-size:40px}.cta-wrap .cta-content span{color:var(--dark-color);text-transform:uppercase;font-size:16px;font-weight:500;line-height:1;display:block}.cta-wrap .cta-content-wrap .default-btn{border-radius:50px;overflow:hidden}@media (max-width:992px){.cta-section{padding-bottom:70px}.cta-wrap .cta-content-wrap{padding:80px 40px}}@media (max-width:767px){.cta-section{padding-bottom:50px}.cta-wrap .cta-content-wrap{flex-direction:column;align-items:baseline;row-gap:30px;padding:40px}.cta-wrap .cta-content .cta-title{font-size:30px}}.cta-2{padding-bottom:0}.cta-2 .cta-wrap .cta-bg{background-image:url(../media/cta-bg-2.76665e1b.jpg)}.cta-2 .cta-wrap .cta-content-wrap{padding:80px 120px}.cta-2 .cta-wrap .cta-content-wrap .title{color:var(--white-color);width:100%;max-width:300px;margin-bottom:0;font-size:24px;font-weight:500}@media (max-width:992px){.cta-2 .cta-wrap .cta-content-wrap{flex-direction:column;align-items:center;row-gap:20px;padding:40px}.cta-2 .cta-wrap .cta-content-wrap .title{text-align:center;margin:0 auto}}.cta-3 .cta-content-wrap{padding:0}.cta-3 .default-btn,.cta-3 .cta-content{display:none}.cta-3 .cta-wrap img{border-radius:12px;width:100%}.editor-blog-area{padding-bottom:90px}.editor-post-card{margin-bottom:25px;position:relative}.editor-post-card .post-thumb{max-width:588px;margin-bottom:0}.editor-post-card .post-thumb img{border-radius:5px;width:100%;height:396px}.editor-post-card .post-content{background-color:var(--white-color);border:1px solid #e9e9e9;padding:45px 40px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.editor-post-card .post-content .title{max-width:320px;margin-bottom:10px;font-size:22px}.editor-post-card .post-content p{width:100%;max-width:330px;font-size:15px}.post-list li{color:var(--grey-color-4);align-items:center;font-size:14px;font-weight:400;display:inline-flex;position:relative}.post-list li:not(:last-of-type){margin-right:15px;padding-right:15px}.post-list li:not(:last-of-type):after{content:"-";color:var(--grey-color-4);position:absolute;top:50%;right:-5px;transform:translateY(-50%)}.post-list li span{color:var(--heading-color);margin-left:5px;font-weight:600}.post-list li span a:hover{color:var(--primary-color)}.post-list li i{margin-right:5px}.editor-post-wrap{grid-column-gap:25px;grid-row-gap:25px;grid-template-rows:1fr;grid-template-columns:repeat(3,1fr);display:grid}.editor-post .post-thumb{margin-bottom:15px}.editor-post .post-thumb img{height:160px}.editor-post .post-content .title{margin-bottom:4px;font-size:18px}.social-box-wrap{grid-column-gap:20px;grid-row-gap:20px;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr);margin-bottom:40px;display:grid}.social-box{border-radius:5px;align-items:center;column-gap:10px;width:100%;padding:15px 20px;transition:all .3s ease-in-out;display:flex}.social-box i{font-size:40px;transition:all .3s ease-in-out}.social-box .title{margin-bottom:0;font-size:18px;font-weight:600;line-height:1;transition:all .3s ease-in-out}.social-box .title span{color:#797d81;margin-top:5px;font-size:12px;font-weight:400;transition:all .3s ease-in-out;display:block}.social-box:hover .icon,.social-box:hover .title a,.social-box:hover .title span{color:var(--white-color)}.social-box.facebook{background-color:#f5f8fd}.social-box.facebook i{color:#3b5998}.social-box.facebook:hover i{color:var(--white-color)}.social-box.facebook:hover{background-color:#3b5998}.social-box.twitter{background-color:#f5f8fd}.social-box.twitter i{color:#1da1f2}.social-box.twitter:hover i{color:var(--white-color)}.social-box.twitter:hover{background-color:#1da1f2}.social-box.youtube{background-color:#fff4f4}.social-box.youtube i{color:red}.social-box.youtube:hover i{color:var(--white-color)}.social-box.youtube:hover{background-color:red}.social-box.spotify{background-color:#eefff4}.social-box.spotify i{color:#1db954}.social-box.spotify:hover i{color:var(--white-color)}.social-box.spotify:hover{background-color:#1db954}.social-box.insta{background-color:#fff6f9}.social-box.insta i{color:#e1306c}.social-box.insta:hover i{color:var(--white-color)}.social-box.insta:hover{background-color:#e1306c}.social-box.pinterest{background-color:#fff4f5}.social-box.pinterest i{color:#f60c19}.social-box.pinterest:hover i{color:var(--white-color)}.social-box.pinterest:hover{background-color:#f60c19}.post-author-box{border:1px solid var(--border-2);z-index:1;background-color:#efefef;padding:50px;position:relative}.post-author-box .bg{z-index:-1;background-image:url(../media/post-author-bg.8856db08.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.post-author-box img{border-radius:50%;width:140px;height:140px}.post-author-box .author{margin:25px 0 15px;font-size:24px;font-weight:600;line-height:1}.post-author-box p{margin-bottom:25px;font-size:15px}@media (max-width:1200px){.editor-post-wrap{grid-template-columns:repeat(2,1fr)}.social-box-wrap{grid-template-columns:1fr}.post-author-box{padding:30px 20px}}@media (max-width:992px){.editor-blog-area{padding-bottom:70px}.editor-post-wrap{margin-bottom:30px}.social-box-wrap{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);margin-top:40px}}@media (max-width:767px){.editor-blog-area{padding-bottom:50px}.editor-post-wrap{grid-template-columns:1fr}.editor-post-card .post-content{padding:20px}.social-box-wrap{grid-template-columns:1fr}.social-box-wrap .social-box{justify-content:center}}.categorie-item{position:relative}.categorie-thumb img{border-radius:10px;width:100%;height:300px;transition:all .3s ease-in-out}.categorie-content{text-align:center;width:100%;line-height:1;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.categorie-content span{color:var(--white-color);margin-bottom:10px;font-size:15px;font-weight:400;display:block}.categorie-content .categorie-title a{color:var(--white-color);margin-bottom:15px;font-size:22px;font-weight:500;line-height:1}.categorie-content .categorie-btn{border:1px solid var(--white-color);background-color:#0000;padding:15px;font-size:12px;font-weight:500;overflow:hidden}.categorie-content .categorie-btn:before{display:none}.categorie-content .categorie-btn:hover{box-shadow:none}.categorie-item:hover .categorie-thumb img{border-radius:50%}@media (max-width:992px){.categories-section{padding-bottom:45px}.categorie-item{margin-bottom:25px}.categorie-list{grid-gap:25px;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);display:grid}}@media (max-width:767px){.categorie-list{grid-gap:0px;grid-template-columns:1fr}.categories-section{padding-bottom:25px}}.categorie-2 .categorie-item:hover .categorie-thumb img{border-radius:0}.categorie-2 .categorie-content{height:100%;position:absolute;bottom:0;left:0;transform:translate(0)}.categorie-2 .categorie-content .top-item{position:absolute;top:20px;bottom:auto;left:50%;transform:translate(-50%)}.categorie-2 .categorie-content .bottom-item{position:absolute;top:auto;bottom:20px;left:50%;transform:translate(-50%)}.categorie-2 .categorie-content .categorie-title{margin-bottom:0}.categorie-2 .categorie-item .categorie-thumb{overflow:hidden}.categorie-2 .categorie-item:hover .categorie-thumb img{transform:scale(1.05)rotate(2deg)}.news-post{grid-gap:20px;border:1px solid var(--border-2);border-radius:5px;grid-template-columns:300px 1fr;align-items:center;padding:20px;display:grid}.news-post:not(:last-of-type){margin-bottom:20px}.news-post .post-thumb{margin-bottom:0}.news-post .post-thumb img{border-radius:5px;width:300px;height:250px}.news-post .post-content .title{max-width:inherit;margin-bottom:5px;font-size:24px}.news-post .post-list{margin-bottom:10px}.news-post p{font-size:15px;line-height:1.5}.news-post .news-post-btn{color:var(--grey-color);border:1px solid var(--border-2);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;display:flex}.news-post .news-post-btn:hover{background-color:var(--primary-color);color:var(--white-color);border:1px solid var(--primary-color)}.poster{z-index:1;background-color:#ef2525;border-radius:10px;padding:50px 50px 210px;position:relative}.poster .poster-men{z-index:-1;background-image:url(../media/poster-men.d9db5f9b.jpg);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;width:228px;height:244px;position:absolute;bottom:0;right:0}.poster .bg-shape{z-index:-1;background-image:url(../media/poster-shape.ed2f4cfa.png);background-position:top;background-repeat:no-repeat;background-size:cover;width:100%;height:75%;position:absolute;top:0;left:0}.poster-content .title{color:var(--white-color);margin:20px 0 25px;font-size:24px;font-weight:600}.poster-content .poster-btn{background-color:var(--white-color);color:var(--primary-color);padding:20px;font-size:15px;font-weight:500;overflow:hidden}.trending-post-wrap{margin-bottom:40px}.categorie-wrap .section-heading .section-title,.trending-post-wrap .section-heading .section-title{font-size:24px}.trending-post-wrap .list-post-area.list-2 .list-post-card{grid-template-columns:130px 1fr}.trending-post-wrap .list-post-area.list-2 .list-post-card .post-img{width:130px;height:120px}.list-post-area.list-2 .list-post-card .post-content .title{font-size:18px}.trending-post-wrap .list-post-area.list-2 .list-post-card:not(:last-of-type){margin-bottom:20px}.categorie-wrap .categorie-list li{z-index:1;background-image:url(../media/trending-list-bg-1.e0e6f55c.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:5px;padding:15px 20px;transition:all .3s ease-in-out;position:relative;overflow:hidden}.categorie-wrap .categorie-list li a{justify-content:space-between;align-items:center;display:flex}.categorie-wrap .categorie-list li:nth-child(3){background-image:url(../media/trending-list-bg-2.a9029f1e.jpg)}.categorie-wrap .categorie-list li:nth-child(4){background-image:url(../media/trending-list-bg-3.0d4bc7e4.jpg)}.categorie-wrap .categorie-list li:nth-child(5){background-image:url(../media/trending-list-bg-4.c82ba693.jpg)}.categorie-wrap .categorie-list li:nth-child(6){background-image:url(../media/trending-list-bg-5.e726ee9c.jpg)}.categorie-wrap .categorie-list li:nth-child(7){background-image:url(../media/trending-list-bg-6.70793699.jpg)}.categorie-wrap .categorie-list li:not(:last-of-type){margin-bottom:20px}.categorie-wrap .categorie-list li:before{background-color:var(--primary-color);content:"";visibility:hidden;opacity:0;z-index:-1;width:100%;height:100%;transition:all .3s ease-in-out;position:absolute;top:0;left:0}.categorie-wrap .categorie-list li.active:before,.categorie-wrap .categorie-list li:hover:before{visibility:visible;opacity:1}.categorie-wrap .categorie-list li .list-title{color:var(--white-color);margin-bottom:0;font-size:18px;font-weight:500;line-height:1}.categorie-wrap .categorie-list li .list-title span{font-size:15px;font-weight:400}.categorie-wrap .categorie-list li a i{color:var(--white-color);background-color:#8b919650;border-radius:5px;justify-content:center;align-items:center;width:35px;height:35px;transition:all .3s ease-in-out;display:flex}.categorie-wrap .categorie-list li.active a i,.categorie-wrap .categorie-list li a:hover i{background-color:var(--white-color);color:var(--heading-color)}.post-pagination{justify-content:center;align-items:center;column-gap:10px;margin-top:30px;display:flex}.pagination-list{align-items:center;column-gap:10px;display:flex}.pagination-right button,.pagination-list li button{width:40px;height:40px;color:var(--heading-color);border:1px solid var(--border-2);justify-content:center;align-items:center;font-size:15px;font-weight:600;transition:all .3s ease-in-out;display:flex}.pagination-list li.active button,.pagination-right button:hover,.pagination-list li button:hover{background-color:var(--primary-color);color:var(--white-color);border:1px solid var(--primary-color)}@media (max-width:1200px){.news-post{grid-template-columns:100%}.news-post .post-thumb img{width:100%}}@media (max-width:992px){.poster{margin-top:40px}.list-post-area.list-2{grid-gap:25px;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);display:grid}}@media (max-width:767px){.list-post-area.list-2{grid-gap:0;grid-template-columns:1fr;display:grid}}.thumb-carousel-wrap{width:100%;max-width:80%;margin:-110px auto 0}.carousel-post{position:relative}.carousel-post .post-text{position:absolute;top:80px;left:200px;right:200px}.carousel-post .post-text .header{color:var(--white-color);align-items:center;column-gap:20px;font-size:36px;font-weight:500;line-height:1;display:flex}.carousel-post .post-text .header span{border-bottom:1px dashed var(--white-color);width:100%;height:100%}.carousel-post .post-text .header span:nth-child(2){text-align:center;white-space:nowrap;border-bottom:none;height:auto;display:inline-block}.carousel-post .post-content{position:absolute;top:50%;left:350px;transform:translateY(-50%)}.carousel-post .post-content .title{color:var(--white-color);max-width:700px;font-size:60px;line-height:1.3}.carousel-post .post-content .title a{color:var(--white-color);background:linear-gradient(var(--white-color)0%,var(--white-color)98%);background-position:0 100%;background-repeat:no-repeat;background-size:0 2px}.carousel-post .post-content .title a:hover{background-size:100% 2px}.carousel-post .post-content .post-list{margin-top:20px}.carousel-post .post-content .post-list li:not(:last-of-type):after,.carousel-post .post-content .post-list li a,.carousel-post .post-content .post-list li{color:var(--white-color);font-weight:200}.carousel-post .post-content .post-list li a{font-weight:500}.carousel-post .video-btn{position:absolute;top:50%;right:350px;transform:translateY(-50%)}.carousel-post .video-btn a{background-color:var(--primary-color);color:var(--white-color);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-size:50px;display:flex}.watch-section .swiper-arrow{z-index:1;align-items:center;column-gap:10px;display:flex;position:absolute;bottom:140px;right:300px}.watch-section .swiper-arrow .swiper-nav{color:var(--white-color)}.carousel-thumb-post{position:relative}.carousel-thumb-post .carousel-thumb img{border-radius:7px;width:100%}.carousel-thumb-post .thumb-content{grid-template-columns:50px 1fr;align-items:center;column-gap:10px;display:grid;position:absolute;bottom:30px;left:30px}.carousel-thumb-post .thumb-content .thumb-video{color:var(--white-color);background-color:#0006;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;display:flex}.thumb-carousel-wrap .swiper-slide.swiper-slide-thumb-active .thumb-content .thumb-video,.carousel-thumb-post .thumb-content .thumb-video:hover{background-color:var(--primary-color)}.carousel-thumb-post .thumb-content .thumb-title{margin-bottom:0;font-size:20px;font-weight:600;line-height:1.3}.carousel-thumb-post .thumb-content .thumb-title a{color:var(--white-color)}.carousel-thumb-post .thumb-time{color:var(--white-color);background-color:#0006;padding:5px 8px;font-size:12px;font-weight:400;line-height:1;position:absolute;top:20px;right:20px}@media (max-width:1600px){.carousel-post .post-content{left:300px}.carousel-post .video-btn{right:300px}.carousel-post .post-content .title{font-size:50px}}@media (max-width:1400px){.carousel-post .post-content .title{font-size:45px}.carousel-post .post-content{left:200px}.carousel-post .video-btn{right:200px}}@media (max-width:1350px){.carousel-thumb-post .thumb-content{bottom:15px;left:15px}.carousel-thumb-post .thumb-content .thumb-title{font-size:15px}}@media (max-width:1200px){.carousel-post .post-content .title{font-size:35px}.carousel-post .post-content{left:200px}.carousel-post .video-btn{right:200px}}@media (max-width:1100px){.carousel-post .post-content .title{max-width:400px;font-size:30px}.carousel-post .post-content{left:150px}.carousel-post .video-btn{right:150px}.thumb-carousel-wrap{margin-top:-70px}.carousel-post .post-text{top:50px}.carousel-post .video-btn a{width:90px;height:90px}}@media (max-width:992px){.carousel-post .post-text{top:25px;left:125px;right:125px}.carousel-post .post-text .header{font-size:26px}.thumb-carousel-wrap{margin-top:-40px}.watch-section .swiper-arrow{bottom:60px;right:200px}}@media (max-width:767px){.carousel-post,.carousel-post .post-img{height:500px}.carousel-post .post-img img{object-fit:cover;height:100%}.carousel-post .post-content{top:45%;left:20px}.carousel-post .post-text{left:115px}.carousel-post .post-text .header{flex-wrap:wrap}.carousel-post .post-text .header span{display:none}.carousel-post .video-btn{top:78%;left:20px;right:auto}.carousel-thumb-post{width:100%;max-width:300px;margin:0 auto}}.subscribe-section{padding-top:90px}.subscribe-content{margin-bottom:90px}.subscribe-content .title{width:100%;max-width:420px;margin-bottom:35px;font-size:36px;font-weight:600;line-height:1.3}.subscribe-content .subscribe-form{width:100%;max-width:600px;position:relative}.subscribe-content .subscribe-form .form-control{border:1px solid var(--border-2);box-shadow:none;border-radius:100px;outline:none;padding:15px 15px 15px 60px;font-size:15px}.subscribe-content .subscribe-form .form-control:focus{box-shadow:none;outline:none}.subscribe-content .subscribe-form .default-btn{text-transform:uppercase;padding:15px 35px;font-size:16px;font-weight:400;position:absolute;top:50%;right:3px;transform:translateY(-50%)}.subscribe-content .subscribe-form .default-btn i{padding-right:10px;font-size:18px}.subscribe-content .subscribe-form .form-icon{font-size:20px;position:absolute;top:50%;left:30px;transform:translateY(-50%)}@media (max-width:992px){.subscribe-content{text-align:center}.subscribe-content .title{margin:0 auto 20px}.subscribe-content .subscribe-form{margin:0 auto}.subscribe-thumb{text-align:center}}@media (max-width:767px){.subscribe-content .title{font-size:30px}.subscribe-content .subscribe-form .default-btn{padding:15px;font-size:13px}.subscribe-content .subscribe-form .default-btn i{padding-right:5px;font-size:14px}}.recent-post-area .news-post{grid-template-columns:240px 1fr}.recent-post-area .top-area .right-btn{background-color:var(--white-color)}.recent-post-area .news-post .post-thumb img{height:180px}.recent-post-area .news-post .post-content .title{font-size:20px}@media (max-width:1400px){.recent-post-area .news-post .post-content .title{font-size:16px}.recent-post-area .post-list li:not(:last-of-type){margin-right:5px;padding-right:5px}}@media (max-width:1200px){.recent-post-area .news-post{grid-template-columns:170px 1fr}}@media (max-width:992px){.recent-post-area .news-post{grid-template-columns:100%}.recent-post-area .news-post .post-thumb img{width:100%;height:250px}}.map-wrapper{height:400px}.contact-section{z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;position:relative;overflow:hidden}.contact-heading{margin-bottom:40px}.contact-section .contact-details li{color:var(--heading-color);align-items:center;margin-bottom:30px;font-weight:500;display:flex}.contact-section .contact-details li i{background:var(--bg-gradient);color:#fff;text-align:center;border-radius:1px;width:50px;height:50px;margin-right:15px;font-size:25px;line-height:50px}.contact-form-group{grid-gap:15px;grid-template-columns:1fr 1fr;display:grid}.contact-form .form-field .form-control{height:50px;box-shadow:none;background-color:#0000;border:1px solid #bbb;border-radius:0;outline:none}.contact-form .form-field.message .form-control{height:auto}.contact-form-group .form-field.message{grid-column-end:span 2}.contact-form-group .form-field .form-control:focus{border:1px solid var(--primary-color)}@media (max-width:992px){.contact-section{background-position:100%;padding-top:100px}.contact-form .form-field.submit-btn{grid-column-end:span 2}.contact-section .globe{display:none}}@media (max-width:767px){.contact-section{padding-top:80px}}.fashion-blog-area .post-card .post-thumb img{width:420px;height:100%}.fashion-blog-area .post-card .post-content .title{max-width:inherit;margin-bottom:10px;font-size:22px}.fashion-blog-area .fashion-blog-top{margin-bottom:30px}.fashion-blog-area .list-post-card .post-img{border-radius:7px;width:140px;height:110px}.fashion-blog-area .list-post-card{grid-template-columns:140px 1fr}@media (max-width:992px){.fashion-blog-area .post-card,.fashion-blog-area .list-post-card{margin-bottom:25px}.fashion-blog-area .list-post-card.card-2{margin-bottom:0}}@media (max-width:767px){.fashion-blog-area .fashion-blog-top{margin-bottom:20px}}.fashion-2{padding:90px 0 65px}.fashion-2 .post-card{margin-bottom:25px}.fashion-2 .fashion-blog-top{margin-bottom:0}@media (max-width:992px){.fashion-2{padding:90px 0 45px}}@media (max-width:767px){.fashion-2{padding:90px 0 25px}}.hero-post-2 .hero-container{width:100%;max-width:1820px;margin:0 auto;padding:0 15px}.hero-post-wrap{grid-gap:50px;grid-template-columns:430px 1fr 430px;display:grid}.hero-post-left .post-card .post-thumb img{height:240px}.hero-post-left .post-card .post-content .title{max-width:100%;margin-bottom:10px;font-size:24px}.hero-post-mid .post-card.card-2{border:1px solid var(--border-2)}.hero-post-mid .post-card.card-2 .post-thumb img{height:500px}.hero-post-mid .post-card.card-2 .post-content{padding:0 35px 35px}.hero-post-mid .post-card.card-2 .post-content .title{max-width:100%;margin-bottom:10px;font-size:36px}.hero-post-mid .post-card.card-2 .post-content p{margin-bottom:0}.post-card-box{grid-gap:30px;grid-template-columns:400px 1fr;align-items:center;display:grid}.post-card-box .post-card .content-1{margin-bottom:7s0px}.post-card-box .post-card .title{margin-top:0;margin-bottom:10px}@media (max-width:1500px){.post-card-box{grid-template-columns:200px 1fr}.post-card-box .post-card .title{font-size:17px}}@media (max-width:1400px){.hero-post-wrap{grid-gap:30px;grid-template-columns:350px 1fr 350px}.post-card-box{grid-template-columns:200px 1fr}.post-card-box .post-card .title{font-size:17px}}@media (max-width:1200px){.hero-post-mid .post-card.card-2 .post-content .title{font-size:24px}.post-card-box{grid-template-columns:1fr}}@media (max-width:992px){.hero-post-wrap{grid-template-columns:1fr}}@media (max-width:767px){.post-card-box{grid-template-columns:1fr}.hero-post-mid .post-card.card-2 .post-thumb img{height:300px}.hero-post-mid .post-card.card-2 .post-content .title{font-size:24px}}.travel-card .post-thumb img{height:240px}.travel-card .post-content .title{max-width:100%;margin-bottom:10px;font-size:24px}.travel-card .post-content .post-list{margin-bottom:15px}.travel-card .post-content p{font-size:15px}.travel-post-wrap{border-bottom:1px solid var(--border-2);padding-bottom:47px}.travel-card-2{grid-gap:25px;grid-template-columns:1fr 150px;align-items:center;display:grid}.travel-card-2:not(:last-of-type){border-bottom:1px solid var(--border-2);margin-bottom:45px;padding-bottom:45px}.travel-card-2 .post-thumb{margin-bottom:0}.travel-card-2 .post-thumb img{width:150px;height:140px}.travel-card-2 .post-content .title{margin-bottom:10px;font-size:20px}.poster-2{padding:40px 40px 110px}.poster-2 .poster-men{width:190px}@media (max-width:767px){.travel-post-wrap{margin-bottom:30px;padding-bottom:35px}.travel-card{margin-bottom:30px}.travel-card-2:not(:last-of-type){margin-bottom:20px;padding-bottom:20px}}.tech-blog-area .top-area .right-btn{background-color:var(--white-color)}.tech-top-post{margin-bottom:25px}.tech-top-post .post-thumb img{border-radius:7px;height:240px}.tech-top-post .post-content .title{max-width:100%;margin-bottom:10px;font-size:24px}.tech-top-post .post-content .post-list{margin-bottom:10px}.tech-post-wrap{grid-column-gap:25px;grid-template-columns:repeat(2,1fr);display:grid}.tech-post-wrap .travel-card-2{border-bottom:0;margin-bottom:0;padding-bottom:0}.tech-post-wrap .travel-card-2.border-line{border-bottom:1px solid var(--border-2);margin-bottom:25px;padding-bottom:25px}.tech-blog-area .list-post-card .post-content .title{font-size:20px}.tech-blog-area .list-post-card:not(:last-of-type){margin-bottom:30px;padding-bottom:30px}@media (max-width:992px){.tech-post-wrap{margin-bottom:40px}}@media (max-width:767px){.tech-post-wrap{grid-template-columns:1fr}}.video-post-area{background-color:#131313}.video-post-area .section-heading .section-title{color:var(--white-color);font-weight:500}.video-post-area .section-heading .section-title span,.video-post-area .top-area .right-btn{background-color:#131313}.video-post-area .top-area .right-btn .default-btn{border:1px solid var(--white-color);color:var(--white-color)}.video-post-area .top-area .right-btn .default-btn:hover{border:1px solid var(--primary-color)}.video-post-wrap{height:100%;position:relative}.video-post-wrap .video-thumb{border-radius:5px;height:100%;overflow:hidden}.video-post-wrap .video-thumb img{object-fit:cover;height:100%}.video-post-wrap .video-btn a{color:var(--white-color);background-color:#ed3410;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:40px;display:flex;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.video-post-wrap .video-btn a:hover{background-color:var(--white-color);color:#ed3410}.video-post-wrap .post-card{position:absolute;bottom:60px;left:60px}.video-post-wrap .post-card .post-content .title{max-width:100%;margin-bottom:10px;font-size:50px;font-weight:500;line-height:1.3}.video-post-list .list-post-card .post-content .title a,.video-post-wrap .post-card .post-content .title a{color:var(--white-color);background:linear-gradient(var(--white-color)0%,var(--white-color)98%);background-position:0 100%;background-repeat:no-repeat;background-size:0 2px}.video-post-list .list-post-card .post-content .title a:hover,.video-post-wrap .post-card .post-content .title a:hover{background-size:100% 2px}.video-post-wrap .post-card .post-content .post-list li a,.video-post-wrap .post-card .post-content .post-list li{color:var(--white-color)}.video-post-list .list-post-card:not(:last-of-type){border:none;margin-bottom:34px;padding-bottom:0}.video-post-list .list-post-card .post-content .title{margin-bottom:7px;font-size:20px;line-height:1.4}.video-post-list .list-post-card .post-content .title a{color:var(--white-color)}.video-post-list .list-post-card .post-content .post-list li{color:#999}.video-post-list .list-post-card .post-content .post-list li span a{color:var(--white-color)}@media (max-width:992px){.video-post-wrap{margin-bottom:40px}.video-post-wrap .post-card{bottom:30px;left:40px}.video-post-wrap .post-card .post-content .title{font-size:36px}}@media (max-width:767px){.video-post-wrap .video-thumb img{object-fit:cover;height:500px}.video-post-wrap .post-card .post-content .title{font-size:24px}}.video-section{background-color:#131313}.video-section .section-heading .section-title{text-align:center}.video-section .section-heading .section-title span{color:var(--white-color);background-color:#131313;padding:0 40px}.video-section .video-container{width:100%;max-width:1840px;margin:0 auto;padding:0 15px}.video-post{border-radius:10px;overflow:hidden}.video-post .post-thumb{margin-bottom:0;position:relative}.video-post .post-thumb .video-btn a{background-color:var(--primary-color);color:var(--white-color);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:30px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-post .post-thumb .video-btn a:hover{background-color:var(--white-color);color:var(--primary-color)}.video-post .post-thumb img{height:300px}.video-post .post-content{background-color:var(--white-color);padding:30px}.video-post .post-content .title{max-width:100%;margin:0 0 10px;font-size:24px}@media (max-width:992px){.video-post .post-content .title{font-size:18px}}.promo-wrap{background-color:#f8faff;border:1px solid #d6d6d6;border-radius:30px;width:100%;max-width:1320px;margin:0 auto;padding:80px 45px 35px}.promo-wrap .promo-header .title{color:#0003;letter-spacing:10px;margin-bottom:0;font-size:40px;font-weight:400}.promo-card{grid-gap:20px;grid-template-columns:120px 1fr;align-items:center;margin-bottom:45px;display:grid}.promo-card .post-thumb{margin-bottom:0}.promo-card .post-thumb img{border-radius:50%;width:120px;height:120px}.promo-card .post-content .title{max-width:100%;margin:10px 0;font-size:20px}.promo-card:hover .post-thumb img{transform:scale(1)}@media (max-width:1300px){.promo-card{grid-template-columns:1fr}}.left-post-area{grid-gap:25px;grid-template-columns:1fr 1fr;display:grid}.latest-post .post-thumb img{height:300px}.latest-post .post-content .title{max-width:100%;font-size:24px}.latest-post .post-content p{margin-bottom:0}.latest-post .post-content .post-list{margin:10px 0}.list-post-area.latest-list .list-post-card:not(:last-of-type){margin-bottom:23px}.list-post-area.latest-list .list-post-card .post-img{height:120px}@media (max-width:992px){.left-post-area{margin-bottom:40px}}@media (max-width:767px){.left-post-area{grid-template-columns:1fr}}.latest-post-area .section-heading{justify-content:center;align-items:center;width:100%;display:flex}.latest-post-area .section-heading .section-title span{padding:0 40px}.latest-card{margin-bottom:40px}.latest-card .post-content .title{max-width:100%;margin-bottom:10px;font-size:24px}.latest-btn .default-btn{border-radius:5px}.carousel-card{height:100vh;position:relative}.carousel-card .post-img{height:100%}.carousel-card .post-img img{object-fit:cover;height:100%}.carousel-card .post-content{position:absolute;top:40%;left:300px;transform:translateY(-50%)}.carousel-card .post-content .title{color:var(--white-color);max-width:740px;margin:20px 0;font-size:50px}.carousel-card .post-content .title a,.carousel-card .post-content .post-list li span a,.carousel-card .post-content .post-list li{color:var(--white-color)}.carousel-card .post-content .post-list li span a:hover{color:var(--primary-color)}.carousel-card .post-content .title a{background:linear-gradient(var(--white-color)0%,var(--white-color)98%);background-position:0 100%;background-repeat:no-repeat;background-size:0 2px}.carousel-card .post-content .title a:hover{background-size:100% 2px}.hero-thumb-wrap{margin-top:-180px;padding-bottom:30px}.hero-thumb-wrap .carousel-content{border:1px solid var(--white-color);cursor:pointer;border-radius:5px}.hero-thumb-wrap .carousel-content .title{color:var(--white-color);background-color:#d9d9d920;margin-bottom:0;padding:40px 30px;font-size:16px}.hero-thumb-wrap .swiper-slide.swiper-slide-thumb-active .carousel-content{background-color:var(--white-color)}.hero-thumb-wrap .swiper-slide.swiper-slide-thumb-active .carousel-content .title{color:var(--heading-color)}@media (max-width:1600px){.carousel-card .post-content{left:115px}}@media (max-width:1400px){.carousel-card .post-content{left:125px}}@media (max-width:992px){.carousel-card{height:700px}.carousel-card .post-content{left:65px}.carousel-card .post-content .title{max-width:500px;font-size:36px}}@media (max-width:767px){.carousel-card .post-content{left:15px}.carousel-card .post-content .title{max-width:500px;font-size:32px}}.trending-section-2 .section-heading .section-title{text-align:center}.trending-section-2 .section-heading .section-title span{background-color:var(--bg-grey-2);padding:0 40px}.trending-card .post-thumb img{height:220px}.trending-card .post-content .title{max-width:100%;margin:10px 0}.author-details-box{background-color:var(--bg-grey-2);grid-gap:20px;grid-template-columns:250px 1fr;align-items:center;padding:50px 190px 50px 45px;display:grid}.author-details-box .author-img img{border-radius:50%;width:250px;height:250px}.author-info .name{color:var(--heading-color);text-transform:capitalize;margin-bottom:20px;font-size:40px;font-weight:700;line-height:1}.author-info .prof{color:var(--heading-color);text-transform:capitalize;border-bottom:1px solid var(--border-2);margin-bottom:30px;padding-bottom:30px;font-size:24px;font-weight:500;line-height:1;display:block}.author-social{column-gap:10px}.author-social .follow{color:var(--heading-color);margin-bottom:0;font-size:16px;font-weight:400}.author-social .social-list{column-gap:5px}.author-social .social-list li{line-height:1}.author-social .social-list li a{font-size:16px}.author-social .social-list li a:hover{color:var(--primary-color)}@media (max-width:992px){.author-details-box{grid-template-columns:1fr;padding:50px}.author-details-box .author-img{margin-bottom:20px}}@media (max-width:767px){.author-details-box{padding:20px}}.blog-default-card{border:1px solid var(--border-2);border-radius:5px;padding:20px}.blog-default-card:not(:last-of-type){margin-bottom:25px}.blog-default-card .post-thumb img{border-radius:8px;height:390px}.blog-default-card .post-content .title{max-width:100%;margin-bottom:15px;font-size:36px;font-weight:600;line-height:1.3}.blog-default-card .post-content .post-list{margin-bottom:15px}.blog-default-card .post-content p{margin-bottom:20px}.blog-default-card .post-content .news-post-btn{color:var(--grey-color);border:1px solid var(--border-2);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.blog-default-card .post-content .news-post-btn:hover{background-color:var(--primary-color);color:var(--white-color);border:1px solid var(--primary-color)}@media (max-width:767px){.blog-default-card .post-content .title{font-size:26px}.blog-default-card .post-thumb img{height:290px}}.post-layout-1 .top-content{flex-wrap:wrap;justify-content:space-between;align-items:center;column-gap:170px;margin-bottom:35px;display:flex}.single-card .post-content .title{color:var(--heading-color);max-width:100%;margin-bottom:10px;font-size:39px;font-weight:700;display:inline-block}.single-card .post-content .post-list{margin-bottom:15px}.single-card .post-content p{width:100%;max-width:880px;margin-bottom:0;line-height:1.8}.post-social span{margin-bottom:10px;display:block}.social-list{column-gap:5px}.social-list li a{color:#1da1f2;border:1px solid #1da1f2;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.social-list li a:hover{color:var(--white-color);border:1px solid var(--secondary-color);background-color:#1da1f2}.social-list li a.facebook{color:#3b5998;border:1px solid #3b5998}.social-list li a.facebook:hover{color:var(--white-color);background-color:#3b5998;border:1px solid #3b5998}.social-list li a.instagram{color:#e1306c;border:1px solid #e1306c}.social-list li a.instagram:hover{color:var(--white-color);background-color:#e1306c;border:1px solid #e1306c}.social-list li a.linkedin{color:#0077b5;border:1px solid #0077b5}.social-list li a.linkedin:hover{color:var(--white-color);background-color:#0077b5;border:1px solid #0077b5}.social-list li a.pinterest{color:#e60023;border:1px solid #e60023}.social-list li a.pinterest:hover{color:var(--white-color);background-color:#e60023;border:1px solid #e60023}.post-layout-content .layout-desc{color:var(--heading-color);font-size:18px;line-height:1.8}.post-layout-content .layout-title{margin:30px 0 20px;font-size:24px;font-weight:600}.content-box{margin-bottom:40px;padding:50px 30px;box-shadow:1px 0 12px -5px #0000004d}.content-box .title{text-transform:capitalize;margin-bottom:20px;font-size:20px;font-weight:600;line-height:1}.content-box .content-list-wrap{justify-content:space-between;align-items:center;display:flex}.content-box .content-list-wrap .content-list li{color:var(--heading-color);align-items:center;font-size:16px;font-weight:600;display:flex}.content-box .content-list-wrap .content-list li:not(:last-of-type){margin-bottom:10px}.content-box .content-list-wrap .content-list li i{color:#1cd27b;margin-right:10px;font-size:18px}.layout-desc-2{font-size:18px;line-height:1.8}.layout-desc-2 span{color:var(--heading-color);font-weight:600}blockquote{text-align:center;border:1px solid var(--border-2);border-radius:10px;margin:50px 0;padding:30px 60px}blockquote img{margin-bottom:30px}blockquote p{color:var(--heading-color);margin-bottom:30px;font-size:20px;font-weight:600;line-height:1.5}blockquote span{color:var(--heading-color);margin-left:80px;font-size:18px;font-style:italic;display:inline-block;position:relative}blockquote span:before{content:"";background-color:var(--primary-color);width:60px;height:2px;position:absolute;top:54%;left:-80px;transform:translateY(-50%)}.layout-img-wrap{grid-gap:25px;grid-template-columns:1fr 1fr;margin:50px 0;display:grid}.layout-img-wrap img{width:100%}.content-list-2 li{align-items:center;font-size:16px;display:flex}.content-list-2 li:not(:last-of-type){margin-bottom:10px}.content-list-2 li i{color:#1cd27b;margin-right:10px;font-size:18px}.post-layout-1 .content-wrap{grid-template-columns:1fr 1fr;align-items:center;margin:30px 0;display:grid}.post-layout-1 .content-wrap .content-right{align-items:center;height:100%;display:flex;box-shadow:1px 0 12px -5px #0000004d}.post-layout-1 .content-wrap .content-right span{padding:0 30px;font-size:25px;font-style:italic;line-height:1.4;display:block}.medi-list{margin-bottom:60px}.medi-list li{color:var(--heading-color);align-items:center;column-gap:10px;font-size:16px;font-weight:600;display:flex}.medi-list li:not(:last-of-type){margin-bottom:15px}.medi-list li i{color:var(--heading-color)}.layout-social-box{border:1px dashed var(--border-2);border-radius:5px;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:40px;padding:20px 25px;display:flex}.layout-social-box .box-left{align-items:center;column-gap:5px;display:flex}.layout-social-box .box-left .tag{margin-bottom:0;font-size:16px;font-weight:400}.layout-social-box .box-left ul{margin-top:2px}.layout-social-box .box-left ul li{display:inline-flex}.layout-social-box .box-left ul li a{color:var(--heading-color);font-size:15px;font-weight:600}.layout-social-box .box-right{align-items:center;column-gap:10px;display:flex}.layout-social-box .box-right .share{margin-bottom:0}.article-wrap{justify-content:space-between;align-items:center;column-gap:20px;margin-bottom:40px;display:flex}.article-wrap .article-item .arrow{color:#8f8e8e;align-items:center;column-gap:10px;margin-bottom:20px;font-size:18px;display:flex}.article-wrap .article-item .arrow:hover{color:var(--heading-color)}.article-wrap .article-item .article-thumb{grid-gap:10px;grid-template-columns:60px 1fr;align-items:center;display:grid}.article-wrap .article-item .article-thumb img{border-radius:50%}.article-wrap .article-item .article-thumb h3{margin-bottom:0}.article-wrap .article-item .article-thumb a{color:var(--heading-color);width:100%;max-width:300px;font-size:18px;font-weight:500;display:block}.article-wrap .article-item .article-thumb a:hover{color:var(--primary-color)}.article-wrap .article-item.right-article{text-align:right}.article-wrap .article-item.right-article .article-thumb{grid-template-columns:1fr 60px}.article-wrap .article-item.right-article .arrow{justify-content:end}.comment-area{margin-bottom:50px}.comment-area .layout-title{margin-bottom:30px}.comment-item{grid-gap:20px;grid-template-columns:60px 1fr;display:grid}.comment-item .comment-thumb img{border-radius:50%;width:60px;height:60px}.comment-item.item-2{padding-left:70px}.comment-item:not(:last-of-type){border-bottom:1px solid var(--border-2);margin-bottom:35px;padding-bottom:35px}.comment-item .comment-info-wrap{width:100%;max-width:750px}.comment-item .comment-info-wrap p{margin:20px 0 0;font-size:16px}.comment-item .comment-info-wrap .comment-info{justify-content:space-between;align-items:center;display:flex}.comment-info-wrap .comment-info .author{color:var(--heading-color);margin-bottom:0;font-size:18px;font-weight:600}.comment-info-wrap .comment-info .author span{color:#797979;margin-top:10px;font-size:16px;font-weight:400;line-height:1;display:block}.comment-info-wrap .comment-info .reply{color:var(--heading-color);font-size:16px;font-weight:500}.comment-info-wrap .comment-info .reply:hover{color:var(--primary-color)}.blog-form-wrap .layout-title{line-height:1}.blog-form-wrap p{margin-bottom:40px}.blog-form .form-group .form-control{border:1px solid var(--border-2);box-shadow:none;outline:none;margin-bottom:25px;padding:15px}.blog-form .form-group .form-control:focus{box-shadow:none;outline:none}.blog-form .default-btn{border-radius:5px}@media (max-width:1400px){.top-content{row-gap:30px}}@media (max-width:992px){.content-box{padding:30px 15px}.blog-form-wrap{margin-bottom:40px}}@media (max-width:767px){.single-card .post-content .title{font-size:30px}.content-box .content-list-wrap{flex-wrap:wrap;row-gap:15px}blockquote{padding:30px}blockquote p{font-size:16px}.post-layout-1 .content-wrap{grid-template-columns:1fr}.post-layout-1 .content-wrap .content-right span{padding:20px;font-size:25px}.layout-social-box{row-gap:20px}.layout-social-box .box-right{flex-wrap:wrap;row-gap:10px}.article-wrap .article-item.right-article .article-thumb{grid-template-columns:1fr;grid-auto-flow:dense}.article-wrap .article-item.right-article .article-thumb img{grid-row-start:1;margin-left:auto}.article-wrap .article-item .article-thumb{grid-template-columns:1fr}}.post-layout-1.layout-2{width:100%;max-width:865px;margin:0 auto;padding:90px 15px;position:relative}.post-layout-1.layout-2 .top-content{margin-bottom:20px}.post-layout-1.layout-2 .top-content .post-social{position:absolute;top:90px;left:-60px}.post-layout-1.layout-2 .top-content .post-social li{margin-bottom:10px}@media (max-width:992px){.post-layout-1.layout-2 .top-content .post-social{position:inherit;align-items:center;column-gap:20px;display:flex}.post-layout-1.layout-2 .top-content .post-social li{display:inline-flex}.post-layout-1.layout-2 .top-content .post-social span,.post-layout-1.layout-2 .top-content .post-social li{margin-bottom:0}}.layout-header{z-index:1;background-image:url(../media/layout-header-bg.3687d8dd.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.layout-header.header-2{height:660px}.layout-header .overlay{background-color:#00000080}.single-card.card-2 .post-content .title,.single-card.card-2 .post-content .post-list li span a,.single-card.card-2 .post-content .post-list li{color:var(--white-color)}.single-card.card-2 .post-content .post-list li span a:hover{color:var(--primary-color)}.single-card.card-2 .post-content p{color:var(--white-color)}.layout-header .top-content{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:20px;padding:200px 0 60px;display:flex}.layout-header .top-content .social-list li a{color:var(--white-color)}.layout-header .top-content .social-list li a.facebook{background-color:#3b5998}.layout-header .top-content .social-list li a.twitter{background-color:#1da1f2}.mid-header-wrap .mid-header-left ul li a.youtube{color:red;border:1px solid red}.mid-header-wrap .mid-header-left ul li a.youtube:hover{color:var(--white-color);background-color:red}[data-theme=dark] .contact-content ul li a,[data-theme=dark] .contact-content ul li a i{color:var(--white-color)}.layout-header .top-content .social-list li a.linkedin{background-color:#0077b5}.layout-header .top-content .social-list li a.instagram{background-color:#e1306c}.layout-header .top-content .social-list li a.pinterest{background-color:#e60023}.layout-header .post-social span{color:var(--white-color)}@media (max-width:992px){.layout-header.header-2{height:300px}.layout-header .top-content{padding:70px 0}}.about-content{padding-right:20px}.about-content .title{margin-bottom:20px;font-size:38px;font-weight:700}.about-list-wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:10px;margin:30px 0 40px;display:flex}.about-list-wrap .about-list li{color:var(--heading-color);align-items:center;font-size:16px;font-weight:600;display:flex}.about-list-wrap .about-list li:not(:last-of-type){margin-bottom:10px}.about-list-wrap .about-list li i{color:#1cd27b;margin-right:10px;font-size:18px}.about-content .about-year{margin-bottom:0;font-size:50px;font-weight:700;line-height:1}.about-thumb{padding-left:20px}.about-thumb img{object-fit:cover;border-radius:10px;width:100%}@media (max-width:992px){.about-content{margin-bottom:30px;padding-right:0}.about-thumb{padding-left:0}}@media (max-width:767px){.about-content .title,.about-content .about-year{font-size:30px}.about-content{margin-bottom:50px}}.skill-section{background-color:#f9f9f9;position:relative}.skill-section .skill-bg{background-image:url(../media/skill-bg.b843a71c.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover;width:50%;height:100%;position:absolute;top:0;left:0}.skill-content{padding-left:40px}.skill-heading span{color:var(--primary-color);margin-bottom:15px;font-size:24px;font-weight:500;display:block}.skill-heading .title{width:100%;max-width:400px;margin:20px 0;font-size:40px;font-weight:600;line-height:1.3}.skill-heading p{margin-bottom:40px}.skills-items .skills-item{margin-bottom:40px;overflow:hidden}.skills-item:last-child{margin-bottom:0}.skills-items .skills-item h5{color:var(--heading-color);letter-spacing:0;font-size:18px;font-weight:500}.skills-items .skills-item .progress{height:10px;box-shadow:none;background-color:#ff184e80;border-radius:15px}.skills-items .skills-item .progress,.skills-items .skills-item .progress .progress-bar{border-radius:15px;overflow:visible}.skills-items .skills-item .progress .progress-bar{background-color:var(--primary-color);line-height:5px;position:relative}.skills-items .skills-item .progress .progress-bar span{color:var(--heading-color);font-size:14px;font-weight:600;position:absolute;top:-15px;right:-15px}@media (max-width:992px){.skill-content{padding-left:0}.skill-bg{display:none}}@media (max-width:767px){.skill-heading .title{font-size:30px}.skill-content{padding:0 15px}}.team-top{justify-content:space-between;align-items:center;gap:20px 50px;width:100%;margin-bottom:55px;display:flex}.team-top .left-item .title{text-transform:capitalize;margin-bottom:0;font-size:40px;font-weight:600;display:inline-block}.team-top .right-item p{width:100%;max-width:600px;margin-bottom:0;margin-left:auto}.team-item .team-thumb{border-radius:10px;margin-bottom:30px;overflow:hidden}.team-item .team-thumb img{object-fit:cover;width:100%;height:430px;transition:all .3s ease-in-out}.team-item .team-content{justify-content:space-between;align-items:center;display:flex}.team-item .team-content .title{margin-bottom:0;font-size:24px;font-weight:600;line-height:1}.team-item .team-content .title span{color:#8a8888;margin-top:10px;font-size:16px;font-weight:400;display:block}.team-social li{display:inline-flex}.team-social li:not(:last-of-type){margin-right:5px}.team-social li a{color:#1da1f2;border:1px solid #1da1f2;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.team-social li a:hover{color:var(--white-color);border:1px solid var(--secondary-color);background-color:#1da1f2}.team-social li a.facebook{color:#3b5998;border:1px solid #3b5998}.team-social li a.facebook:hover{color:var(--white-color);background-color:#3b5998;border:1px solid #3b5998}.team-social li a.instagram{color:#e1306c;border:1px solid #e1306c}.team-social li a.instagram:hover{color:var(--white-color);background-color:#e1306c;border:1px solid #e1306c}.team-social li a.linkedin{color:#0077b5;border:1px solid #0077b5}.team-social li a.linkedin:hover{color:var(--white-color);background-color:#0077b5;border:1px solid #0077b5}.team-item:hover .team-thumb img{transform:scale(1.04)}@media (max-width:992px){.team-section{padding:70px 0 45px}.team-item .team-thumb img{height:auto}.team-top{flex-direction:column;align-items:baseline;margin-bottom:40px}.team-item{margin-bottom:25px}}@media (max-width:767px){.team-section{padding:50px 0 25px}}.team-2{padding:90px 0 65px}.team-2 .team-item{margin-bottom:25px}@media (max-width:992px){.team-2{padding:70px 0 55px}}@media (max-width:767px){.team-2{padding:50px 0 25px}}.team-nav-wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:30px;margin-bottom:30px;display:flex}.team-nav-wrap .title{margin-bottom:0;font-size:30px;font-weight:700;line-height:1}.team-nav-wrap .swiper-arrow{align-items:center;column-gap:10px;display:flex}.team-nav-wrap .swiper-arrow .swiper-nav{color:var(--primary-color);background-color:#ffd3cb;border-radius:5px;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;transition:all .3s ease-in-out;display:flex}.team-nav-wrap .swiper-arrow .swiper-nav:hover{background-color:var(--primary-color);color:var(--white-color)}.error-content .title{margin-bottom:30px;font-size:40px;font-weight:700;line-height:1}.error-content p{width:100%;max-width:650px;margin:0 auto 30px;font-size:16px}@media (max-width:767px){.error-content .title{font-size:30px}}.adress-wrap{justify-content:space-between;margin-bottom:50px;display:flex}.adress-box .title{margin-bottom:20px;font-size:22px;font-weight:600;line-height:1}.adress-list li span{color:var(--heading-color);max-width:200px;display:block}.adress-list li{font-size:16px;display:flex}.adress-list li:not(:last-of-type){margin-bottom:15px}.adress-list li i{color:var(--primary-color);margin-top:3.5px;padding-right:10px;font-size:20px}.adress-list.list-2 li{color:var(--heading-color);font-weight:500}.adress-list.list-2 li a{color:#666;margin-left:5px;font-weight:400;display:block}.adress-list.list-2 li a:hover{color:var(--primary-color)}.contact-form-wrap .title{margin-bottom:15px;font-size:24px;font-weight:700;line-height:1}.contact-form-wrap p{margin-bottom:20px}.contact-form .form-group .form-control{box-shadow:none;border-radius:5px;margin-bottom:25px;padding:15px}.contact-form .form-group .form-control:focus{border:1px solid var(--border-2)}.contact-form .form-group .form-control.address{height:250px}.contact-content{padding-right:30px}.map-wrapper{padding-left:30px}@media (max-width:992px){.contact-content{margin-bottom:40px;padding-right:0}.map-wrapper{height:100%;padding-left:0;overflow:hidden}.adress-wrap{flex-wrap:wrap;row-gap:30px}}.team-details-left img{object-fit:cover;width:100%;height:430px}.team-member-info{padding:38px;box-shadow:1px 0 12px -5px #0000004d}.team-member-info .title{margin-bottom:10px;font-size:30px;font-weight:600;line-height:1}.team-list{margin:30px 0}.team-list li{color:#8a8888;font-weight:600}.team-list li:not(:last-of-type){margin-bottom:10px}.team-list li span,.team-list li a{color:#8a8888;font-weight:400}.team-list li a:hover{color:var(--primary-color)}.team-details-content{border-radius:10px;padding:65px 40px;box-shadow:1px 0 12px -5px #0000004d}.team-details-content .title{margin-bottom:30px;font-size:24px;font-weight:600;line-height:1}@media (max-width:992px){.team-details-left{margin-bottom:50px}.team-details-left img{height:100%}}.footer-section{background-color:var(--bg-dark)}.footer-item .footer-header{color:var(--white-color);margin-bottom:35px;font-size:18px;font-weight:600;line-height:1}.footer-item .footer-content .desc{color:#b9b9b9;margin-bottom:32px}.footer-item .contact-list>li{color:var(--white-color);font-size:15px;line-height:1}.footer-item .contact-list>li:not(:last-of-type){margin-bottom:12px}.footer-item .contact-list li a{color:#b9b9b9}.footer-social{align-items:center;margin-top:20px;display:flex}.footer-social li:not(:last-of-type){margin-bottom:0;margin-right:15px}.footer-social li a{color:#a4adb6;font-size:20px}.footer-social li a:hover{color:var(--white-color)}.footer-links-list li a{color:#e4e4e4}.footer-content .footer-post-list li{grid-gap:15px;grid-template-columns:110px 1fr;align-items:center;display:grid}.footer-content .footer-post-list li:not(:last-of-type){margin-bottom:13px}.footer-content .footer-post-list li img{object-fit:cover;border-radius:5px;width:110px;height:80px}.footer-content .post-title a{color:var(--white-color);width:100%;max-width:250px;margin-bottom:0;font-size:16px;line-height:1.5;display:block}.footer-content .post-title a:hover{color:var(--primary-color)}.footer-content .post-title a span{color:#999;margin-top:10px;font-size:14px;line-height:1;display:block}.footer-content .comment-list li{grid-template-columns:40px 1fr;align-items:center;display:grid}.footer-content .comment-list li:not(:last-of-type){margin-bottom:30px}.footer-content .comment-list li .icon{color:var(--white-color);background-color:#28292b;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;display:flex}.footer-content .comment-list li .comment-content{padding-left:25px}.footer-content .comment-list li .comment-content .comment-author{color:var(--primary-color);text-transform:uppercase;margin-bottom:8px;font-size:14px;font-weight:400;line-height:1}.footer-content .comment-list li .comment-content .comment-author a{color:var(--primary-color)}.footer-content .comment-list li .comment-content .comment-author span{color:#929294;text-transform:lowercase;font-size:14px;font-style:italic}.footer-content .comment-list li .comment-content .comment{color:var(--white-color);width:100%;max-width:300px;margin-bottom:0;font-size:16px;line-height:1.5;display:block}.footer-bottom{background-color:#0e1013;border-bottom:1px solid #333537;padding:20px 0}.footer-bottom-wrap{justify-content:space-between;align-items:center;display:flex}.footer-bottom .footer-logo{width:100%;max-width:130px}.footer-bottom .footer-menu-list li{display:inline-flex}.footer-bottom .footer-menu-list li:not(:first-of-type){margin-left:45px}.footer-bottom .footer-menu-list li a{color:var(--grey-color-2);text-transform:uppercase;font-size:14px;font-weight:500;line-height:1}.footer-bottom .footer-menu-list li a:hover{color:var(--white-color)}.copyright-area{background-color:#0e1013;padding:20px 0}.copyright-wrap{justify-content:space-between;align-items:center;display:flex}.copyright-wrap p{color:var(--grey-color-2);margin-bottom:0;font-size:15px}.copyright-wrap p span{color:var(--primary-color)}.copyright-wrap .list li{display:inline-flex}.copyright-wrap .list li:not(:first-of-type){margin-left:25px}.copyright-wrap .list li a{color:var(--grey-color-2);font-size:15px;font-weight:400;line-height:1}.copyright-wrap .list li a:hover{color:var(--white-color)}@media (max-width:992px){.footer-top{padding-bottom:20px}.footer-item{margin-bottom:50px}.footer-bottom .footer-logo{max-width:100px}.footer-bottom .footer-menu-list li:not(:first-of-type){margin-left:20px}}@media (max-width:767px){.footer-top{padding-bottom:0}.footer-bottom-wrap{flex-direction:column;row-gap:15px}.footer-bottom .footer-menu-list li a{font-size:12px}.footer-bottom .footer-menu-list li:not(:first-of-type){margin-left:15px}.copyright-wrap{flex-direction:column;row-gap:5px}.copyright-wrap .list li a{font-size:12px}}.profile-section{background-color:var(--bg-grey-2);min-height:100vh}.profile-loading{justify-content:center;align-items:center;min-height:60vh;display:flex}.loading-content{text-align:center}.loading-content i{color:var(--primary-color);margin-bottom:20px;font-size:48px}.loading-content p{color:var(--grey-color);font-size:18px}.profile-header{background-color:var(--white-color);border-radius:15px;margin-bottom:30px;padding:50px 60px;box-shadow:0 4px 20px #00000014}.profile-header-content{align-items:center;gap:30px;display:flex}.profile-avatar{flex-shrink:0}.profile-avatar img,.avatar-placeholder{object-fit:cover;border:4px solid var(--bg-grey-2);border-radius:50%;width:120px;height:120px}.avatar-placeholder{background:linear-gradient(135deg,var(--primary-color)0%,#ff4593 100%);justify-content:center;align-items:center;display:flex}.avatar-placeholder i{color:var(--white-color);font-size:60px}.profile-info{flex:1}.profile-name{color:var(--heading-color);margin-bottom:8px;font-size:32px;font-weight:700;line-height:1.2}.profile-email{color:var(--grey-color);margin-bottom:12px;font-size:16px}.profile-role{background-color:var(--light-primary-color);color:var(--primary-color);text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-block}.profile-tabs{flex-wrap:wrap;gap:10px;margin-bottom:30px;display:flex}.tab-btn{background-color:var(--white-color);color:var(--heading-color);cursor:pointer;border:2px solid #0000;border-radius:10px;align-items:center;gap:10px;padding:15px 30px;font-size:16px;font-weight:600;transition:all .3s ease-in-out;display:flex}.tab-btn i{font-size:22px}.tab-btn:hover{background-color:var(--bg-grey-2);border-color:var(--primary-color);color:var(--primary-color)}.tab-btn.active{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--white-color)}.profile-content{background-color:var(--white-color);border-radius:15px;padding:50px 60px;box-shadow:0 4px 20px #00000014}.tab-pane{animation:.3s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.profile-form-wrap .form-title{color:var(--heading-color);margin-bottom:10px;font-size:28px;font-weight:700;line-height:1.2}.profile-form-wrap .form-subtitle,.saved-posts-wrap .form-subtitle,.activity-wrap .form-subtitle{color:var(--grey-color);margin-bottom:40px;font-size:15px}.profile-form .form-group{margin-bottom:25px}.profile-form .form-label{color:var(--heading-color);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.profile-form .form-label .required{color:#dc3545;margin-left:3px}.profile-form .form-control{border:1px solid var(--border-2);background-color:var(--white-color);width:100%;color:var(--heading-color);border-radius:8px;padding:14px 18px;font-size:15px;transition:all .3s ease-in-out}.profile-form .form-control:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #ff184e1a}.profile-form .form-control:disabled{background-color:var(--bg-grey-2);cursor:not-allowed;opacity:.7}.profile-form .form-text{color:var(--grey-color);margin-top:6px;font-size:13px;display:block}.form-actions{margin-top:35px}.form-actions .default-btn{align-items:center;gap:8px;padding:15px 35px;font-size:16px;font-weight:600;display:inline-flex}.coming-soon{text-align:center;padding:80px 20px}.coming-soon i{color:var(--primary-color);opacity:.8;margin-bottom:25px;font-size:80px}.coming-soon h4{color:var(--heading-color);margin-bottom:15px;font-size:24px;font-weight:700}.coming-soon p{color:var(--grey-color);max-width:500px;margin:0 auto 30px;font-size:16px;line-height:1.6}.coming-soon .default-btn{border-radius:8px;align-items:center;gap:8px;padding:15px 30px;display:inline-flex}.coming-soon .default-btn i{font-size:18px}.activity-stats{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-top:30px;display:grid}.stat-card{background-color:var(--bg-grey-2);border-radius:12px;align-items:center;gap:20px;padding:30px;transition:all .3s ease-in-out;display:flex}.stat-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001a}.stat-icon{background-color:var(--white-color);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.stat-icon i{color:var(--primary-color);font-size:36px}.stat-info h4{color:var(--heading-color);margin-bottom:5px;font-size:28px;font-weight:700;line-height:1}.stat-info p{color:var(--grey-color);margin:0;font-size:14px;line-height:1.3}[data-theme=dark] .profile-section{background-color:var(--theme-bg-dark)}[data-theme=dark] .profile-header,[data-theme=dark] .profile-content,[data-theme=dark] .tab-btn{background-color:var(--theme-bg-dark-2)}[data-theme=dark] .profile-name,[data-theme=dark] .profile-form-wrap .form-title,[data-theme=dark] .saved-posts-wrap .form-title,[data-theme=dark] .activity-wrap .form-title{color:var(--white-color)}[data-theme=dark] .profile-email,[data-theme=dark] .profile-form-wrap .form-subtitle,[data-theme=dark] .saved-posts-wrap .form-subtitle,[data-theme=dark] .activity-wrap .form-subtitle{color:var(--dark-grey-1)}[data-theme=dark] .tab-btn{color:var(--white-color)}[data-theme=dark] .tab-btn:hover{background-color:var(--theme-bg-dark)}[data-theme=dark] .profile-form .form-label{color:var(--white-color)}[data-theme=dark] .profile-form .form-control{background-color:var(--theme-bg-dark);border-color:var(--dark-border-1);color:var(--white-color)}[data-theme=dark] .profile-form .form-control:focus{background-color:var(--theme-bg-dark)}[data-theme=dark] .profile-form .form-control:disabled{background-color:var(--theme-bg-dark);opacity:.5}[data-theme=dark] .profile-form .form-text{color:var(--dark-grey-1)}[data-theme=dark] .coming-soon h4{color:var(--white-color)}[data-theme=dark] .coming-soon p{color:var(--dark-grey-1)}[data-theme=dark] .stat-card{background-color:var(--theme-bg-dark)}[data-theme=dark] .stat-icon{background-color:var(--theme-bg-dark-2)}[data-theme=dark] .stat-info h4{color:var(--white-color)}[data-theme=dark] .stat-info p{color:var(--dark-grey-1)}[data-theme=dark] .avatar-placeholder{border-color:var(--dark-border-1)}[data-theme=dark] .loading-content p{color:var(--dark-grey-1)}@media (max-width:992px){.profile-header,.profile-content{padding:40px 30px}.profile-header-content{text-align:center;flex-direction:column}.profile-name{font-size:28px}.activity-stats{grid-template-columns:1fr}}@media (max-width:767px){.profile-header,.profile-content{padding:30px 20px}.profile-avatar img,.avatar-placeholder{width:100px;height:100px}.avatar-placeholder i{font-size:50px}.profile-name{font-size:24px}.profile-tabs{flex-direction:column}.tab-btn,.form-actions .default-btn{justify-content:center;width:100%}}.saved-posts-section{background-color:var(--bg-grey-2);min-height:100vh}.saved-posts-section .section-heading{text-align:center}.saved-posts-section .section-title{color:var(--heading-color);justify-content:center;align-items:center;gap:15px;margin-bottom:10px;font-size:36px;font-weight:700;display:flex}.saved-posts-section .section-title i{color:var(--primary-color)}.saved-posts-section .section-subtitle{color:var(--grey-color);margin:0;font-size:16px}.loading-state,.empty-state{text-align:center;background-color:var(--white-color);border-radius:15px;padding:80px 20px}.loading-state i{color:var(--primary-color);margin-bottom:20px;font-size:60px}.loading-state p{color:var(--grey-color);margin:0;font-size:18px}.empty-state i{color:var(--primary-color);opacity:.5;margin-bottom:25px;font-size:80px}.empty-state h3{color:var(--heading-color);margin-bottom:15px;font-size:24px;font-weight:700}.empty-state p{color:var(--grey-color);max-width:500px;margin:0 auto 30px;font-size:16px;line-height:1.6}.saved-posts-grid{gap:25px;display:grid}.saved-post-card{background-color:var(--white-color);border-radius:12px;transition:all .3s ease-in-out;overflow:hidden;box-shadow:0 4px 20px #00000014}.saved-post-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.saved-post-card .news-post{border:none;border-radius:0;padding:0}.saved-post-card .post-thumb{margin-bottom:0}.saved-post-card .post-thumb img{object-fit:cover;width:100%;height:250px}.saved-post-card .post-content{padding:25px}.saved-post-card .post-type{text-transform:uppercase;border-radius:4px;margin-bottom:12px;padding:5px 12px;font-size:11px;font-weight:600;display:inline-block}.saved-post-card .title{margin-bottom:12px;font-size:22px;line-height:1.4}.saved-post-card p{color:var(--grey-color);margin-bottom:15px;font-size:15px;line-height:1.6}.saved-post-card .post-list{margin-bottom:20px}.post-actions{border-top:1px solid var(--border-2);justify-content:space-between;align-items:center;padding-top:15px;display:flex}.read-more-btn{color:var(--primary-color);align-items:center;gap:8px;font-size:15px;font-weight:600;transition:all .3s ease-in-out;display:inline-flex}.read-more-btn:hover{gap:12px}.unsave-btn{border:1px solid var(--border-2);color:var(--primary-color);cursor:pointer;background-color:#0000;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .3s ease-in-out;display:inline-flex}.unsave-btn:hover{border-color:var(--primary-color);background-color:#fff5f7}.unsave-btn i{font-size:16px}.saved-info{background-color:var(--bg-grey-2);color:var(--grey-color);align-items:center;gap:8px;padding:12px 25px;font-size:13px;display:flex}.saved-info i{color:var(--primary-color);font-size:16px}.post-pagination{justify-content:center;align-items:center;gap:20px;margin-top:40px;display:flex}.pagination-btn{background-color:var(--white-color);border:1px solid var(--border-2);color:var(--heading-color);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .3s ease-in-out;display:inline-flex}.pagination-btn:hover:not(:disabled){background-color:var(--primary-color);border-color:var(--primary-color);color:var(--white-color)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:var(--grey-color);font-size:15px;font-weight:500}[data-theme=dark] .saved-posts-section{background-color:var(--theme-bg-dark)}[data-theme=dark] .saved-posts-section .section-title{color:var(--white-color)}[data-theme=dark] .saved-posts-section .section-subtitle{color:var(--dark-grey-1)}[data-theme=dark] .saved-post-card,[data-theme=dark] .loading-state,[data-theme=dark] .empty-state,[data-theme=dark] .pagination-btn,[data-theme=dark] .saved-post-card .post-content{background-color:var(--theme-bg-dark-2)}[data-theme=dark] .saved-post-card .title a{color:var(--white-color)}[data-theme=dark] .saved-post-card p,[data-theme=dark] .saved-post-card .post-list li{color:var(--dark-grey-1)}[data-theme=dark] .saved-post-card .post-list li span a{color:var(--white-color)}[data-theme=dark] .saved-info{background-color:var(--theme-bg-dark);color:var(--dark-grey-1)}[data-theme=dark] .post-actions{border-top-color:var(--dark-border-1)}[data-theme=dark] .unsave-btn{border-color:var(--dark-border-1);background-color:var(--theme-bg-dark-2);color:var(--primary-color)}[data-theme=dark] .unsave-btn:hover{background-color:var(--theme-bg-dark)}[data-theme=dark] .pagination-btn{border-color:var(--dark-border-1);color:var(--white-color)}[data-theme=dark] .pagination-info{color:var(--dark-grey-1)}[data-theme=dark] .empty-state h3{color:var(--white-color)}[data-theme=dark] .empty-state p,[data-theme=dark] .loading-state p{color:var(--dark-grey-1)}@media (max-width:767px){.saved-posts-section .section-title{font-size:28px}.saved-post-card .post-thumb img{height:200px}.saved-post-card .post-content{padding:20px}.saved-post-card .title{font-size:18px}.post-actions{flex-direction:column;align-items:stretch;gap:12px}.read-more-btn,.unsave-btn{justify-content:center;width:100%}.post-pagination{flex-direction:column;gap:15px}.pagination-btn{justify-content:center;width:100%}}.spinner{justify-content:center;align-items:center;width:100%;padding:40px 0;display:flex}.spinner-border{border:3px solid #0000001a;border-left-color:var(--main-color);border-radius:50%;animation:1s linear infinite spin}.spinner-sm .spinner-border{border-width:2px;width:20px;height:20px}.spinner-md .spinner-border{border-width:3px;width:40px;height:40px}.spinner-lg .spinner-border{border-width:4px;width:60px;height:60px}.spinner-xl .spinner-border{border-width:5px;width:80px;height:80px}.spinner-white .spinner-border{border-color:#fff3 #fff3 #fff3 #fff}.spinner-dark .spinner-border{border-color:#0000001a #0000001a #0000001a #000}[data-theme=dark] .spinner-primary .spinner-border{border-color:#ffffff1a;border-left-color:var(--main-color)}.spinner-border-sm{vertical-align:middle;border:2px solid;border-right-color:#0000;border-radius:50%;width:1rem;height:1rem;animation:.75s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skeleton-loader{animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.skeleton-img,.skeleton-img-small,.skeleton-img-large,.skeleton-img-xl{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s infinite shimmer}[data-theme=dark] .skeleton-img,[data-theme=dark] .skeleton-img-small,[data-theme=dark] .skeleton-img-large,[data-theme=dark] .skeleton-img-xl{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%) 0 0/200% 100%}.skeleton-img{width:100%;height:200px}.skeleton-img-small{width:100px;height:80px}.skeleton-img-large{width:100%;height:300px}.skeleton-img-xl{width:100%;height:400px}.skeleton-tag{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:80px;height:24px;margin-bottom:12px;animation:1.5s infinite shimmer}.skeleton-title,.skeleton-title-small,.skeleton-title-large{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;margin-bottom:12px;animation:1.5s infinite shimmer}.skeleton-title{width:80%;height:24px}.skeleton-title-small{width:90%;height:18px}.skeleton-title-large{width:85%;height:32px}.skeleton-text,.skeleton-text-small{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;margin-bottom:8px;animation:1.5s infinite shimmer}.skeleton-text{width:100%;height:16px}.skeleton-text-small{width:60%;height:14px}.skeleton-meta{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:50%;height:14px;animation:1.5s infinite shimmer}[data-theme=dark] .skeleton-tag,[data-theme=dark] .skeleton-title,[data-theme=dark] .skeleton-title-small,[data-theme=dark] .skeleton-title-large,[data-theme=dark] .skeleton-text,[data-theme=dark] .skeleton-text-small,[data-theme=dark] .skeleton-meta{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%) 0 0/200% 100%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.section-loading{justify-content:center;align-items:center;min-height:400px;display:flex}.section-loading-small{justify-content:center;align-items:center;min-height:200px;display:flex}button:disabled{opacity:.7;cursor:not-allowed}button.loading{position:relative;color:#0000!important}button.loading:after{content:"";border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:16px;height:16px;margin-top:-8px;margin-left:-8px;animation:.6s linear infinite spin;position:absolute;top:50%;left:50%}
.bg-white-color{background-color:var(--white-color)}.bg-pink{background-color:var(--pink-color)}.bg-blue{background-color:var(--blue-color)}.bg-blue-2{background-color:var(--blue-color-2)}.bg-blue-light{background-color:var(--light-blue-color)}.bg-green{background-color:var(--green-color)}.bg-yellow{background-color:var(--yellow-color)}.bg-red{background-color:var(--red-color)}
