/*
 Theme Name: Busux 
 Theme URI: https://themewar.com/wp/busux/
 Author: ThemeWar
 Author URI: https://themeforest.net/user/themewar/portfolio
 Description: Busux Architecture & interior Wordpress Theme
 Version: 1.0
 License:
 License URI: 
*/

/*==================================
    [Table of contents]
===================================
    01. Root Variables
    02. Grid Modification
    03. Heading & Sub Heading
    04. Back To Top
    05. Post Like Tooktips Design
*/

/*-----------------------------------------
/  01. Header Section
/-----------------------------------------*/
.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    padding: 18px 60px;
}

.logo {
    display: inline-flex;
    align-items: center;
    margin: 11px 0;
}

.logo img {
    height: 42px;
    width: auto;
}


/*-----------------------------------------
/  02. Banner Section
/-----------------------------------------*/

.bannerSection {
    width: 100%;
    height: calc(100vh + 110px);
    position: relative;
    background: url(../images/bg/1.png) no-repeat center center / cover;
}

.bannerContent {
    position: relative;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}

.bannerSection h5 {
    color: var(--tw-body-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.bannerSection h1 {
    text-align: center;
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    margin-top: 40px;
    margin: 35px 0 55px;
}

.bannerSection::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/Circle.png) no-repeat center center;
    -webkit-animation: welAnim 21s linear infinite;
    animation: welAnim 21s linear infinite;
}
.banner_shape{
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: -1;
}

/*-----------------------------------------
/  03. Demo Section
/-----------------------------------------*/
.demoSection {
    padding: 0 60px 53px;
    margin: -110px 0 0;
    position: relative;
    z-index: 3;
}

.demoWrap {
    margin: 0 0 57px;
}

.demoTitle {
    position: relative;
    display: flex;
    align-items: center;
    font-family: var(--tw-heading-font);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .25px;
    color: var(--tw-primary-color);
    line-height: 1;
    margin: 0 0 17px;
    padding: 0 10px;
}

.demoTitle a {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: inherit;
}

.demoWrap.comingSoon .demoTitle a {
    cursor: not-allowed;
}

.demoWrap:hover .demoTitle a {
    color: var(--tw-body-color);
}

.demoTitle a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--tw-body-color);
    -moz-transition: transform 0.25s ease-out;
    -webkit-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transform-origin: bottom right;
}

.demoWrap:hover .demoTitle a::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.demoTitle span {
    margin-left: auto;
}

.demoBox {
    position: relative;
    background: #1C2734;
    border-radius: 0;
    padding: 70px 80px 0;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.demoBox img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    -moz-transition: opacity 0.35s ease-out;
    -webkit-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
}

.demoWrap:hover .demoBox img,
.demoWrap.comingSoon .demoBox img {
    opacity: .45;
}

.demoBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg/2.jpg) no-repeat center center / cover;
    filter: hue-rotate(45deg);
    opacity: 0.07;
}

.demoBox .busuxAWBtn {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: -50%;
    transform: translateX(-50%);
}

.demoWrap.comingSoon .demoBox .busuxAWBtn {
    bottom: 30px;
    cursor: not-allowed;
}

.demoWrap:hover .demoBox .busuxAWBtn {
    bottom: 30px;
}

/*-----------------------------------------
/  03. Demo Pages Section
/-----------------------------------------*/
.demoPagesSection {
    background: #1C2734;
    padding: 110px 0 110px 80px;
    overflow: hidden;
}

.demoPagesSection .container-fluid {
    padding-right: 0;
}

.demoPageDesc {
    position: relative;
}

.demoPageDesc h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 110px;
}

.demoPageDesc p {
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
    margin: 0 0 32px;
}

.demoPageDesc a.busuxAWBtn .busuxAWBtnHover {
    background-color: var(--tw-body-color);
}

.innerPage {
    position: relative;
}

.innerPageImg img {
    width: 100%;
    height: auto;
}

.innerPageSLider .slick-slide {
    margin: 0 45px 0 0;
}

.innerPageSLider .slick-list {
    margin: 0 -45px 0 0;
}

.innerPageTitle {
    position: relative;
    display: inline-flex;
    font-family: var(--tw-heading-font);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .25px;
    color: #FFF;
    line-height: 1;
    margin: 17px 0 0;
}

.innerPageTitle::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #FFF;
    -moz-transition: transform 0.25s ease-out;
    -webkit-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transform-origin: bottom right;
}

.innerPage:hover .innerPageTitle::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/*-----------------------------------------
/  04. Marquee Section
/-----------------------------------------*/
.merqueeSection {
    position: relative;
    background: #1C2734;
    padding: 0 0 40px;
    overflow: hidden;
}

.marquee {
    --animdur: 10s;
    --animn: loaderAnim;
    position: relative;
    white-space: nowrap;
    will-change: transform;
    display: -webkit-box;
}

.marquee h1 {
    font-size: 92px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: capitalize;
    color: #1C2734;
    display: inline-block;
    margin: 0;
}

.marquee h1 a {
    color: inherit;
    display: inline-block;
    margin: 0 51px 0 70px;

    -webkit-text-stroke: 1px #FFF;
    -webkit-text-fill-color: transparent;
}

.marquee h1 span {
    color: inherit;

    -webkit-text-stroke: 1px #FFF;
    -webkit-text-fill-color: transparent;
}

.marquee h1 a:hover {
    -webkit-text-stroke-color: var(--tw-body-color);
}

.marquee:hover[my-animation] {
    --animps: paused;
}

/*-----------------------------------------
/  05. Features Section
/-----------------------------------------*/
.featureSection {
    padding: 110px 0 86px;
    position: relative;
    background: url(../images/bg/7.jpg) no-repeat center center / cover fixed;
}

.featureSection::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(28, 39, 52, .8) 0%, rgb(28 39 52) 100%);
}

.featureSection .container {
    position: relative;
    z-index: 2;
}

.sectionTitle {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    margin: 0 0 15px;
}

.subTitle {
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    background: var(--tw-border-color);
    padding: 10px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 18px;
}

.featureSection .sectionTitle {
    color: #FFF;
    margin: 0 0 60px;
}

.infoBox {
    display: flex;
    width: 100%;
    min-height: 120px;
    justify-content: flex-start;
    align-items: center;
    padding: 35px 25px 35px 25px;
    background: rgba(255, 255, 255, .07);
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    border-radius: 3px;
    color: #FFF;
    text-transform: capitalize;
    margin-bottom: 24px;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    backdrop-filter: blur(12px);
}

.infoBox img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

/*-----------------------------------------
/  06. Page Builder Section
/-----------------------------------------*/
.pageBuilderSection {
    padding: 110px 0 110px;
}

.pageBuilderSection.container {
    max-width: 1480px;
}

.pageBuilderSection .sectionTitle {
    margin: 0 0 11px;
}

.pageBuilderSection p {
    margin: 0 0 32px;
}

.iconBoxs {
    position: relative;
    margin: 0 0 35px;
}

.iconBox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: var(--tw-heading-font);
    color: var(--tw-primary-color);
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 10px;
}

.iconBox i {
    width: 25px;
    height: 25px;
    color: var(--tw-primary-color);
    background: var(--tw-border-color);
    font-size: 12px;
    line-height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 15px;
}

.pageBuilderSection .busuxAWBtn span.busuxAWBtnHover {
    background: var(--tw-border-color);
}

.imageWrap img {
    margin: 0 0 -45px;
}

/*-----------------------------------------
/  06. Image Marquee Section
/-----------------------------------------*/
.marqueeWrap {
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
}

.marqueeWrap#sectionMarqueddRight {
    margin-top: 0;
    padding-bottom: 0;
}

.marqueeWrap .marqueeContainer {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
}

.marqueeContainer img {
    display: flex;
    align-items: center;
    box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.03);
}

/*-----------------------------------------
/  07. Footer Section
/-----------------------------------------*/
.busux_footer {
    padding: 120px 60px 22px;
    position: relative;
    background: url(../images/bg/footer-bg.jpg) no-repeat center center / cover;
    z-index: 2;
}

.busux_footer::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(28, 39, 52, .9) -3%, rgb(255 255 255) 100%);
    z-index: -1;
}

.footer_topbarCnt {
    text-align: center;
    padding-bottom: 220px;
}

.footer_topbarCnt h1 {
    font-size: 120px;
    font-weight: 400;
    line-height: 1;
}

.footer_topbarCnt p {
    font-size: 32px;
    line-height: 42px;
    color: var(--tw-body-color);
    margin-top: -12px;
    margin-bottom: 42px;
}
.footer_topbarCnt .busuxAWBtn {
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(12px);
    z-index: 99;
}
.footer_btm p{
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, .5)
}
.footer_btm p a,
.footer_btm a{
    color: var(--tw-white-color);
}
.footer_btm div > a{
    text-decoration: underline;
}
.footer_btm div > a:hover{
    text-decoration: none;
}
.footer_btm a:hover,
.footer_btm p a:hover{
    color: rgba(255, 255, 255, .5);
}
/*  
    https://leroux.qodeinteractive.com/landing/
    https://demo.bravisthemes.com/gurus/landing-page/ 
*/