
/*
 Theme Name: Nivex 
 Theme URI: https://themewar.com/wp/nivex/
 Author: ThemeWar
 Author URI: https://themeforest.net/user/themewar/portfolio
 Description: Nivex Architecture & interior Wordpress Theme
 Version: 1.0
 License:
 License URI: 
*/

/*==================================
    [Table of contents]
===================================
    01. Mobile Menu popup
    02. Serch popup
    03. Sidebar popup



/* All Popup Css  */
/*-----------------------------------------
/  01. Mobile Menu popup
/-----------------------------------------*/
.popup_mbMenu_sec02,
.popup_mbMenu_sec{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.popup_mbMenu_overlay02,
.popup_mbMenu_overlay{
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(22, 21, 21, .6);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    cursor: url(../images/close.png), auto;
    -webkit-transition: all .4s ease-in .8s;
    -o-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s;
}
.popup_mbMenu_overlay02{
    right: -100%;
    left: unset;
}


.popup_mbMenu_bg02, 
.popup_mbMenu_bg{
    background: #111111;
    width: 290px;
    height:  100%;
    left: -100%;
    z-index: 9999999991;
    padding: 60px 25px 60px 25px;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
    overflow-y: auto;
}
.popup_mbMenu_bg02{
    left: unset;
    right: -100%;
}
.popup_mbMenu_bg::-webkit-scrollbar {
    width: 6px;
}
.popup_mbMenu_bg::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.popup_mbMenu_bg::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 10px;
}


.popup_mbMenu_sec.active .popup_mbMenu_overlay {
    visibility: visible;
    -webkit-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    left: 0;
    opacity: 1;
}
.popup_mbMenu_sec02.active .popup_mbMenu_overlay02 {
    visibility: visible;
    -webkit-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    opacity: 1;
    right: 0;
}
.popup_mbMenu_sec.active .popup_mbMenu_bg {
    opacity: 1;
    left: 0;
    visibility: visible;
    -webkit-transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.popup_mbMenu_sec02.active .popup_mbMenu_bg02{
    opacity: 1;
    right: 0;
    visibility: visible;
    -webkit-transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.popup_mbMenu_header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px;
}
.popup_mbMenu_closer{
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: var(--tw-white-color);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
}

/* popup Nav Sec 05 on all Views  */
.popup_Menu_sec05{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.popup_Menu_overlay05{
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(22, 21, 21, .6);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    cursor: url(../images/close.png), auto;
    -webkit-transition: all .4s ease-in .6s;
    -o-transition: all .4s ease-in .6s;
    transition: all .4s ease-in .6s;
}
.popup_Menu_sec05.active .popup_Menu_overlay05 {
    visibility: visible;
    -webkit-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    left: 0;
    opacity: 1;
}

.popup_Menu_bg05{
    background: var(--tw-white-color);
    width: 290px;
    height:  100%;
    left: -100%;
    z-index: 9999999991;
    padding: 60px 25px 60px 25px;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
    overflow-y: auto;
}
.popup_Menu_sec05.active .popup_Menu_bg05 {
    opacity: 1;
    left: 0;
    visibility: visible;
    -webkit-transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
    -o-transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
    transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
}

.popup_Menu_bg05::-webkit-scrollbar {
    width: 6px;
}
.popup_Menu_bg05::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.popup_Menu_bg05::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 10px;
}
.popup_Menu_bg05 .popup_mbMenu_header{
    padding: 0 10px;
}
.popup_mbMenu_closer05{
    position: relative;
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: var(--tw-heading-color);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    border: 1px dashed var(--tw-heading-color);
}


/*-----------------------------------------
/  02. Serch popup
/-----------------------------------------*/
.popup_search_sec{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.popup_search_overlay{
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 21, 21, .55);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    cursor: url(../images/close.png), auto;
    -webkit-transition: all .3s ease-in .5s;
    -o-transition: all .3s ease-in .5s;
    transition: all .3s ease-in .5s;
}
.popup_search_sec.active .popup_search_overlay {
    visibility: visible;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    top: 0;
    opacity: 1;
}

.popup_search_bg{
    background: #111111;
    width: 100%;
    height:  360px;
    top: -100%;
    z-index: 9999999991;
    padding: 60px 45px 60px 35px;
    position: fixed;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.2s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
    -o-transition: all 0.2s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
    transition: all 0.2s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
    overflow-y: auto;
}
.popup_search_sec.active .popup_search_bg {
    opacity: 1;
    top: 0;
    visibility: visible;
    -webkit-transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
    -o-transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
    transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
}

/* popup_search Content  */
.popup_search_cnt{
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
}
.popup_search_header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 70px;
}
.popup_search_closer{
    position: relative;
    width: 24px;
    height: 24px;
    color: var(--tw-white-color);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
}
.popup_search_cnt .searchForm .form-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.popup_search_cnt .searchForm input{
    position: relative;
    display: block;
    border-radius: 0;
    outline: 0;
    border: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: var(--tw-white-color);
    padding: 16px 16px 16px 0;
    width: calc(100% - 38px);
}
.popup_search_cnt .searchForm input::-webkit-input-placeholder{
    color: var(--tw-white-color);
}
.popup_search_cnt .searchForm input::-moz-placeholder{
    color: var(--tw-white-color);
}
.popup_search_cnt .searchForm input:-ms-input-placeholder{
    color: var(--tw-white-color);
}
.popup_search_cnt .searchForm input::-ms-input-placeholder{
    color: var(--tw-white-color);
}
.popup_search_cnt .searchForm input::placeholder{
    color: var(--tw-white-color);
}
.popup_search_cnt .searchForm button{
    background:transparent;
    color: var(--tw-heading-color);
    font-weight: 700;
    font-size: 18px;
    padding: 17px 20px;
    padding-right: 0;
    border-radius: 0;
    outline: 0;
    border: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    color: var(--tw-white-color);
}
.popup_search_cnt .searchForm button:hover{
    background: transparent;
    color: var(--tw-secondary-color);
}


/*-----------------------------------------
/  03. Sidebar popup
/-----------------------------------------*/
.popup_sidebar_sec{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.popup_sidebar_overlay{
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(22, 21, 21, .6);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    cursor: url(../images/close.png), auto;
    -webkit-transition: all .4s ease-in .8s;
    -o-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s;
}


.popup_sidebar_bg{
    background: var(--tw-white-color);
    width: 290px;
    height:  100%;
    left: -100%;
    z-index: 9999999991;
    padding: 60px 25px 30px 25px;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
    overflow-y: auto;
}
.popup_sidebar_bg .container,
.popup_sidebar_bg .row,
.popup_sidebar_bg .popup_sidebar_cnt{
    height: 100%;
}


.popup_sidebar_sec.active .popup_sidebar_overlay {
    visibility: visible;
    -webkit-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    left: 0;
    opacity: 1;
}
.popup_sidebar_sec.active .popup_sidebar_bg {
    opacity: 1;
    left: 0;
    visibility: visible;
    -webkit-transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.popup_sidebar_header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px;
}
.popup_sidebar_closer {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: var(--tw-heading-color);
    color: var(
    --tw-white-color);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    border: 1px solid var(
    --tw-heading-color);
}

.popup_sidebar_cnt{
    position: relative;
}
.center_align {
    z-index: 4;
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    top: 0;
    height: calc(100% - 111px);
}
.popup_sidebar_bg::-webkit-scrollbar {
    width: 6px;
}
.popup_sidebar_bg::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.popup_sidebar_bg::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 10px;
}
.about_widget_area{
    position: relative;
    padding-bottom: 100px;
    height: 100%;
}

.about_widget_area > p {
    font-size: 14px;
    color: var(--tw-body-color);
    margin-bottom: 46px;
}
.about_widget_area > a{
    font-size: inherit;
    color: inherit;
}
.about_widget_area > a:hover{
    color: var(--tw-white-color);
}
.about_widget_area .icon_box_2:not(:last-child){
    margin-bottom: 18px;
}
.about_widget_area .icon_box_2 {
    padding-left: 26px;
    position: relative;
}
.about_widget_area .icon_box_2 span i{
    position: absolute;
    top: 2px;
    left: 0;
}
.about_widget_area .icon_box_2 h4{
    font-size: 18px;
    font-weight: 700;
    color: var(--tw-heading-color);
    margin-bottom: 4px;
}
.about_widget_area .icon_box_2 p{
    font-size: 14px;
    line-height: 18px;
    color: var(--tw-body-color);
    font-weight: 400;
    margin: 0;
}

/* sidebar Social  */
.social_item {
    padding: 0;
    margin: 0;
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    list-style: none;
}
.social_item li a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: var(--tw-heading-color);
}
.social_item li a i{
    font-size: 13px;
}
.social_item li a span{
    display: inline-flex;
    line-height: 1;
}
.social_item li a svg{
    width: 13px;
    fill: var(--tw-heading-color);
}

.about_widget_area .social_item{
    position: absolute;
    bottom: 30px;
}