/*
 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. Root Variables
/-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Syne:wght@400..800&display=swap');

:root{
    --tw-primary-font: "Public Sans", sans-serif;
    --tw-heading-font: "Syne", sans-serif;
    
    --tw-primary-color: #1C2734;
    --tw-secondary-color: #172230;
    --tw-white-color: #FFFFFF;
    --tw-gray-color: #F6F6F7;

    --tw-body-color: #4F5762;
    --tw-body-font-size: 16px;
    --tw-body-line-height: 26px;
    --tw-body-font-weight: 400;
    --tw-body-letter-spacing: 0;

    --tw-heading-color: #1C2734;
    --tw-heading-font-weight: 400;
    --tw-heading-line-height: 100%;

    --tw-border-color: rgba(28, 39, 52, 10%);
    --tw-border-w-color: rgba(255, 255, 255, 10%);
    --icon-width: 48px;
}

body{
    font-family: var(--tw-primary-font);
    font-size: var(--tw-body-font-size);
    line-height: var(--tw-body-line-height);
    font-weight: var(--tw-body-font-weight);
    color: var(--tw-body-color);
    letter-spacing: var(--tw-body-letter-spacing);

    margin: 0;
    padding: 0;
    background: linear-gradient(0deg,rgba(217,237,237,.31) 0%,rgba(217,237,237,.31) 100%),#fff;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--tw-heading-font);
    color: var(--tw-heading-color);
    font-weight: var(--tw-heading-font-weight);
    line-height: var(--tw-heading-line-height);
    margin: 0 0 15px;
}
p{
    margin: 0 0 15px;
}
a{
    text-decoration: none;
    color: var(--tw-primary-color);
    -webkit-transition: all ease 350ms;
    -o-transition: all ease 350ms;
    transition: all ease 350ms;
}
a:hover, a:focus{
    color: var(--tw-secondary-color);
    outline: 0;
}
span{
    display: inline-block;
}
button, input[type="submit"]{
    border: none;
    background: var(--tw-primary-color);
    color: var(--tw-white-color);
    padding: 16px 24px;
    font-size: 14px;
    line-height: 1;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all ease 350ms;
    -o-transition: all ease 350ms;
    transition: all ease 350ms;
}
button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus{
    background-color: var(--tw-secondary-color);
    color: var(--tw-white-color);
    outline: 0;
}
.mb-20{
    margin-bottom: 20px;
}
.mt-20{
    margin-top: 20px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-26{
    margin-bottom: 26px;
}
.themewar-header-content{
    position: relative;
    z-index: 999;
}
svg{
    -webkit-transition: all ease .35s;
    -o-transition: all ease .35s;
    transition: all ease .35s;
}
@media(min-width: 1200px){
    [data-widget_type="themewar-header.default"] .container, [data-widget_type="themewar-header.default"] .container-lg, [data-widget_type="themewar-header.default"] .container-md, [data-widget_type="themewar-header.default"] .container-sm, [data-widget_type="themewar-header.default"] .container-xl, [data-widget_type="themewar-header.default"] .container-xxl {
        max-width: 1320px;
    }
}
@media(min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
    .g-30,.gx-30 {
        --bs-gutter-x: 1.875rem
    }
    
    .g-30,.gy-30 {
        --bs-gutter-y: 1.875rem
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]{
    -moz-appearance: textfield;
}

body section{
    overflow: hidden;
}
/*-----------------------------------------
/  02. Grid Modification
/-----------------------------------------*/
.col-xxl-5-12,
.col-xl-5-12{
    width: 20%;
}

/*-----------------------------------------
/  03. Heading & Sub Heading
/-----------------------------------------*/
.busuxSubHeading{
    position: relative;
    font-size: 16px;
    color: var(--tw-body-color);
    font-weight: 500;
    line-height: 1;
    margin: 0 0 14px;
}
.busuxHeading{
    position: relative;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    color: var(--tw-heading-color);
    margin: 0;
}
.busuxHeading strong{
    font-weight: 600;
}
.busuxHeadingWrap{
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.busuxHeadingWrap h2{
    font-size: 52px;
    line-height: 1.1924;
    font-weight: 400;
    margin: 0;
}
.busuxHeadingWrap h2 strong{
    font-weight: 600;
}
.busuxHeadingWrap h5{
    font-weight: 400;
    font-size: 20px;
    color: var(--tw-body-color);
    font-family: var(--tw-heading-font);
    line-height: 1.5;
    margin: 0;
    text-transform: uppercase;
}

/*-----------------------------------------
/  06. Busux Aware Btn
/-----------------------------------------*/
.busuxAWBtn {
    stroke: var(--tw-white-color);
    color: var(--tw-white-color);
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: auto;
    height: 54px;
    border-radius: 54px;
    font-size: 14px;
    font-family: var(--tw-heading-font);
    font-weight: 700;
    border: none;
    background: var(--tw-primary-color);
    padding: 0 37px;
}
.busuxAWBtn.reverse{
    color: var(--tw-primary-color);
    background: var(--tw-white-color);
}
.busuxAWBtn span.busuxAWBtnContent {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
}
.busuxAWBtn span.busuxAWBtnHover {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--tw-gray-color);
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
}
.busuxAWBtn.reverse span.busuxAWBtnHover{
    background-color: var(--tw-primary-color);
}
.busuxAWBtn:hover {
    stroke: var(--tw-primary-color);
    color: var(--tw-primary-color);
    background: transparent !important;
}
.busuxAWBtn.reverse:hover{
    stroke: var(--tw-white-color);
    color: var(--tw-white-color);
}
.busuxAWBtn:hover span.busuxAWBtnHover {
    width: 225%;
    height: 562.5px;
}
.busuxAWBtn svg{
    stroke: inherit;
    width: 18px;
    margin: 0 0 0 17px;
    height: auto;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
.busuxAWBtn:hover svg{
    -moz-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.busuxAWBtn i{
    color: inherit;
    font-size: 20px;
    margin: 0 0 0 17px;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
.busuxAWBtn:hover i{
    -moz-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.busuxAWBtn.icon_left i{
    margin: 0 17px 0 0;
}
.busuxAWBtn.icon_left:hover i{
    -moz-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

/* button__2 Hover */
.busuxAWBtn__2{
    position: relative;
    overflow: hidden;
    z-index: 5;
}
.busuxAWBtn__2::before{
    position: absolute;
    content: "";
    top:50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: var(--tw-white-color);
    border-radius: inherit;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.2s;
    z-index: -1;
}
.busuxAWBtn__2:hover::before{
    transform: translate(-50%, -50%) scale(1.3);
}


/*-----------------------------------------
/  03. Busux links Button
/-----------------------------------------*/
.busuxLink{
    font-size: 16px;
    line-height: 16px;
    color: var(--tw-primary-color);
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    -moz-transition: transform ease 500ms;
    -webkit-transition: transform ease 500ms;
    transition: transform ease 500ms;
}
.busuxLink i{
    position: relative;
    margin: 1px 0 0 5px;
    -moz-transition: transform ease 500ms;
    -webkit-transition: transform ease 500ms;
    transition: transform ease 500ms;
}
.busuxLink svg{
    position: relative;
    height: 7.3px;
    width: auto;
    margin: 0 0 0 18px;
    fill: var(--tw-primary-color);
    -moz-transition: transform ease 500ms;
    -webkit-transition: transform ease 500ms;
    transition: transform ease 500ms;
}
.busuxLink.in_left i{
    position: relative;
    margin: 1px 5px 0 0 ;
}
.busuxLink.in_left svg{
    position: relative;
    margin: 0 6px 0 0 ;
}
.busuxLink:hover{
    color: var(--tw-secondary-color);
}
.busuxLink:hover svg{
    fill: var(--tw-secondary-color);
}
.busuxLink:hover i,
.busuxLink:hover svg{
    -moz-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.busuxLink.in_left:hover i,
.busuxLink.in_left:hover svg{
    -moz-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}
/* Bordered Button 01  */
.busuxLinkPlay{
    display: flex;
    width: fit-content
}
.busux_btn_cnt{
    font-size: 16px;
    font-weight: 400;
    color: var(--tw-white-color);
    line-height: 26px;
    background: var(--tw-heading-color);
    border-radius: 100px;
    padding: 11px 30px;
    font-family: var(--tw-heading-font);
}
.busux_btn_icon{
    font-size: 21px;
    background: var(--tw-heading-color);
    border-radius: 50%;
    padding: 10px;
    color: var(--tw-white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--icon-width, 48px);
    height: 48px;
    transition: all 0.5s
}
.busux_btn_icon i{
    transform: unset !important;
    margin: 0 !important;
}

.busuxLinkPlay>*:nth-child(2) {
    transform: scale3d(1,1,1)
}

.busuxLinkPlay:hover>*:nth-child(2) {
    transform: scale3d(1,1,1)
}

.busuxLinkPlay>*:nth-child(1) {
    transform: scale3d(.5,.5,1);
    margin-right: calc(var(--icon-width, 48px) * -1);
    opacity: 0
}

.busuxLinkPlay>*:nth-child(3) {
    transform: scale3d(1,1,1);
    margin-left: 0;
    opacity: 1
}

.busuxLinkPlay:hover>*:nth-child(1) {
    transform: scale3d(1,1,1);
    margin-right: 0;
    opacity: 1
}

.busuxLinkPlay:hover>*:nth-child(3) {
    transform: scale3d(.5,.5,1);
    margin-left: calc(var(--icon-width, 48px) * -1);
    opacity: 0
}
/* Bordered Button */
.busuxLinkBtnWrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 24px;
}
.busuxLinkBtnWrap a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 9px 14px;
    border: 1px solid var(--tw-border-color);
    border-radius: 40px;
    font-family: var(--tw-primary-font);
    color: var(--tw-heading-color);
    background: var(--tw-white-color);
    transition: .3s ease;
}
.busuxLinkBtnWrap a:nth-child(odd){
    transform: rotate(7deg);
}
.busuxLinkBtnWrap a:nth-child(even){
    transform: rotate(-7deg);
}
.busuxLinkBtnWrap a:hover{
    border-color: var(--tw-primary-color);
    color: var(--tw-primary-color);
    transform: rotate(0deg);
}


/*-----------------------------------------
/  04. Animations
/-----------------------------------------*/
.shine {
    overflow: hidden;
    position: relative;
}
.shine:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.shine:hover:before {
    -webkit-animation: runShine .45s;
    animation: runShine .45s;
}
@-webkit-keyframes runShine {
    100% {
        left: 125%;
    }
}
@keyframes runShine {
    100% {
        left: 125%;
    }
}

.crossShine{
    overflow: hidden;
    position: relative;
}
.crossShine::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 450ms linear;
}
.crossShine:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 450ms linear;
}
.crossShine::after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
    transition: all 550ms linear;
}
.crossShine:hover::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 550ms linear;
}


/*-----------------------------------------
/  04. Back To Top
/-----------------------------------------*/
.backtotop{
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    background: rgba(28, 39, 52, 100%);
    color: var(--tw-white-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    z-index: 9999;
    -webkit-transform: scale(0);
            -ms-transform: scale(0);
        transform: scale(0);
}
.backtotop.activate{
    -webkit-transform: scale(1);
            -ms-transform: scale(1);
        transform: scale(1);
}
.backtotop:hover{
    background: var(--tw-white-color);
    color: var(--tw-primary-color);
}
#busuxCursor{
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: #4F5762;
    border-radius: 50%;
    position: fixed;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}


/*-----------------------------------------
/  05. Post Like Tooktips Design
/-----------------------------------------*/
.post_disLike,
.post_like {
    position: relative;
}
.post_disLike::before,
.post_like::before{
    content: attr(data-like);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -25px;
    min-width: 65px;
    height: 25px;
    line-height: 25px;
    border-radius: 4px;
    padding: 0 5px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background: #222222;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}
.post_like::before{
    left: 16px;
}
.post_disLike:hover:before,
.post_like:hover:before{
    top: -35px;
    opacity: 1;
    visibility: visible;
}
.post_disLike::after, 
.post_like::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    width: 10px;
    height: 10px;
    background: #222222;
    -webkit-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
            transform: rotate(50deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 450ms ease;
    -o-transition: opacity 450ms ease;
    transition: opacity 450ms ease;
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
}
.post_like::after {
    left: 15px;
}
.post_disLike:hover:after, 
.post_like:hover:after {
    top: -15px;
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes reveal-image {
    0% {
        -webkit-clip-path:inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

@keyframes reveal-image {
    0% {
        -webkit-clip-path:inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

@-webkit-keyframes welAnim{
    0%{
      -webkit-transform:rotate(0deg);
              transform:rotate(0deg);
    }
    100%{
      -webkit-transform:rotate(360deg);
              transform:rotate(360deg);
    }
}
@keyframes welAnim{
    0%{
      -webkit-transform:rotate(0deg);
              transform:rotate(0deg);
    }
    100%{
      -webkit-transform:rotate(360deg);
              transform:rotate(360deg);
    }
}

.themeWar_image_rotate img{
    -webkit-animation: welAnim 7s linear infinite;
    animation: welAnim 7s linear infinite;
}
/*============ Some icon align ========= */
i.busux-times-outline{
    top: 2px;
    left: 2px;
}
i.busux-competitive {
    top: 2.4px;
    left: 1.4px;
}
i.busux-research {
    left: 1.8px;
    top: 1.8px;
}


[my-animation] {
    -webkit-animation: var(--animn, none) var(--animdur, 0s) var(--animtf,
    linear) var(--animic, infinite) var(--animps,
    running);
            animation: var(--animn, none) var(--animdur, 0s) var(--animtf,
    linear) var(--animic, infinite) var(--animps,
    running);
}
@-webkit-keyframes loaderAnim {
    0% { 
        -webkit-transform: translateX(0); 
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
@keyframes loaderAnim {
    0% { 
        -webkit-transform: translateX(0); 
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}