/*
Theme Name:   Project
Template:     core
*/

/*
    If you want to use SASS/SCSS, please use the 'assets/scss/style.scss' file.
    This file is compiled to 'assets/scss/style.css' automatically.

    
*/

@import url('assets/scss/style.css');    
/*------------------------------------------
    #MARK: TRACER
------------------------------------------*/
/* #region */

.mhx {
    min-height: 500px;
}

/* #endregion */

/*------------------------------------------
    #MARK: ROOT
------------------------------------------*/
/* #region */

:root {

    --font-size: 17px;
    --font-1: "Open Sans";
    --font-2: "Oswald";

    --color1: #444;
    --text: #4A4E5A;
    --color2: #9B2226;    
    --color3: #D66853;
    --color4: #E63946;
    --color5: #1A1D24;
    --color6: rgb(96, 165, 250);
    --color7: rgb(100, 116, 139);

    --ide-color1: #1A1E2C;
    --ide-color1a: #1A1E2C;
    --ide-color1b: #2D334A;
    --ide-color1c: #151823;

    --ide-color2: #151515;
    --ide-color2a: #222;
    --ide-color2b: #333;

    --clip-angle1: polygon(0% 0%, 100% 0%, 0% 100%); 
    --clip-angle2: polygon(0% 0%, 0% 100%, 100% 0%);
    --clip-angle3: polygon(0% 100%, 100% 100%, 100% 0%);
    --clip-triangle: polygon(100% 0%, 0% 100%, 100% 100%);
    /* clip-path: polygon(25% 0%, 0% 100%, 100% 100%); */
    --clip-n1: polygon(0% 50%, 30% 100%, 100% 5%, 100% 100%, 0% 100%);
    --clip-n2: polygon(0% 50%, 30% 0%, 100% 50%, 100% 100%, 0% 100%);
    --chevron: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
    --chevron25: polygon(0 0, 25% 100%, 100% 0, 100% 100%, 0 100%);
     
    --bg1: #F4F5F6;
    --bg2: #151823;
    --bg3: #0a0a0a;
    --bgw1: #F3F4F6;
    --bgw2: #f3f3f3;
    --bgw3: #F3F4F6;
    --grid-line: #222;
    --grid-linew: #e5e5e5;

    --color10: black;
    --color11: white;

    --a: #E63946;
    --hover: #A1AEB7;       

    --darktitle:white;
    --darktext:white;
}

/* #endregion */

/*------------------------------------------
    #MARK: GENERAL
------------------------------------------*/
/* #region */

.element .wrap {
    padding: 80px 0;
}

.btitle {
    color: var(--color3);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 15px;    
}

.ititle {
    color: var(--color5);
    font-size: 22px;
    font-weight: 600;
}

.mtitle {
    color: var(--color5);
    font-weight: 600;
    font-family: var(--font-2);
    line-height: 1.2;
}

.mtitle.liner {
    position: relative;
    padding-left: 30px;
}

.mtitle.liner::before {
    content: '';
    display: block;
    height: calc(100% - 10px);
    width: 5px;
    background-color: var(--color4);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
}


.mtitle b {
    color: var(--color4);
}

.mtitle strong {
    color: var(--color2);
}

.btitle + .mtitle {
    margin-top: 10px;
}

.dtext, .itext, .ptext {
    color: var(--text);
    margin-top: 20px;
    line-height: 1.75;
}

.dtext strong, .ptext strong {
    font-weight: 500;
    color: var(--color5);
}

.ptext span {
    color: var(--color3);
}

hr + .dtext {
    margin-top: 0;
}

.element .short {
    opacity: 1;
    width: 60px;
    border-top: 1px solid var(--color4);
    margin: 30px auto;
}

.sep {
    display: block;
    height: 20px;
    width: 1px;
    background-color: #E5E7EB;
}

.bg-gray1 {
    background-color: var(--bg1);
}

.bg-gray1a {
    background-color: var(--bgw1);
}

.bg-gray1b {
    background-color: var(--bgw2);
}

.bg-dark1 {
    background-color: var(--bg2);
}

.bg-dark2 {
    background-color: var(--ide-color1);
}

.bg-dark3 {
    background-color: #131722;
}    

.bg-black {
    background-color: var(--bg3);
}

.bg-gray1 .overlay-bg .d-media {
    mix-blend-mode: multiply;
}

.bg-dark1 .dtext {
    color: #9ca3af;
}

.design-2 .overlay-bg .d-media {
    opacity: 0.03;
    object-position: top center;
}

.design-hero {
    background-color: rgba(26, 30, 44, 1);
}
.design-hero .wrap > .overlay-bg {
    mix-blend-mode: screen;   
    opacity: 0.85;
}
.design-hero .wrap > .overlay-bg img {
    object-position: center 20%;
}
/*
.design-hero .overlay.color {
    background-color: rgba(26, 30, 44, 0.3);
}
   
*/

.contain .overlay-bg .d-media {
    object-fit: contain;
}

.design-bg1 .overlay.color {
    background: linear-gradient(175deg, #fff 47%, var(--bgw1) 0%);
}

[data-theme="dark"] .btitle {
    color: var(--color4);
}

.element hr {
    border-top: 1px solid rgba(0,0,0,.4);
}

.fancybox__container .f-panzoom__wrapper {
    max-width: 1024px !important;
    margin: 0 auto !important;
}

/* Ensure the image scales proportionately within the new strict boundary */
.fancybox__container .f-panzoom__content {
    max-width: 100% !important;
    height: auto !important;
}

/* #endregion */

/*------------------------------------------
    #MARK: ANGLES
------------------------------------------*/
/* #region */

.css-triangle {
    width: 100%;
    height: 130px;
    background-color: white;
    clip-path: var(--clip-triangle);
}

.slope-1, .slope-2 {
    background-color: var(--bgw2);
}

.slope-1w {
    background-color: white;
    clip-path: var(--clip-angle1);
}

.slope-1a {
    background-color: #f9f9f9;
}

.slope-1b {
    background-color: var(--bgw1);
}

.slope-1c {
    background-color: var(--bg2);
}

.slope-bg1 {
    background-color: var(--bg1);
}

.slope-2a {
    background-color: var(--bgw1);
}

.slope-2b {
    background-color: var(--bg2);
}

.slope-2c {
    background-color: var(--bg2);
}



.design-builtin2 .css-triangle,
.design-builtin1 .css-triangle {
    background-color: white;
}

.slope-white-top-left-01 {
    clip-path: var(--clip-angle1);
    position: absolute;
    top: 0;
}

.slope-white-bottom-right-01 {
    clip-path: var(--clip-angle3);
    position: absolute;    
    top: unset;
    bottom: -1px;
}

.design-builtin1 .wrap > .overlay-bg {
    opacity: 0.25;
}

.design-builtin2 .wrap > .overlay-bg {
    opacity: 0.2;
}


.slope-bg1,
.slope-2, 
.slope-2a, 
.slope-2b, 
.slope-2c {
    clip-path: var(--clip-angle2);
}



.w-slope {
    position: absolute;
    bottom: 0;
    right: 0;
}

.css-chevron {
    width: 100%;
    height: 110px;  
    background-color: white;
    clip-path: var(--chevron);
    position: absolute;
    bottom: 0;
} 

.left-arrow-1,
.wrap .left-arrow {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(125deg, rgba(0, 0, 0, 0.05) 55%, #f8f8f8 55%);
    /* background-color: rgba(0, 0, 0, 0.05); */
    /* clip-path: polygon(0% 0%, 0% 50%, 50% 0%); */
}

.wrap .left-arrow {
    display: none;
}

.has-arrow .left-arrow {
    display: block;
}

.border-10 .dmedia {
    border-radius: 10px;
    overflow: hidden;
}

/* #endregion */

/*------------------------------------------
    #MARK: BUTTONS
------------------------------------------*/
/* #region */

.nowrap .btn-loop {
    margin-top: 0;
}

.btn-loop {
    margin-top: 50px;
}

.btn {
    padding: 10px 15px;
    border-radius: 8px;    
}

.btn::after {
    opacity: 0;
}

.btn span {
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s;
}

.btn-1 {
    border-color: var(--color2);
    background-color: var(--color2);
}

.btn-1:hover {
    background-color: var(--color4);
    border-color: var(--color4);
}

.btn-1 span {
    color: white;
}

.btn-2 {
    border-color: var(--color2);
    background-color: transparent;
}

.btn-2 span {
    color: var(--color2);
}

[data-theme="dark"] .btn-2 span {
    color: var(--color4);
}

.btn-2:hover {
    background-color: var(--color2);
}

.btn-2:hover span {
    color: white;
}

[data-theme="dark"] .btn-2:hover {
    background-color: var(--color4);   
}

header.sticky-me .btn[data-icon="btn"],
.btn[data-icon="btn"] {
    border-color: var(--color2);
    background-color: var(--color2);
}

header.sticky-me .btn[data-icon="btn"]:hover,
.btn[data-icon="btn"]:hover {
    background-color: var(--color4);
}

.menu-overlay .btn-n {
    background-color: transparent;
    border: 1px solid gray;
}

.btn-n span {
    color: white;
}

.btn-n img {
    filter: brightness(0) invert(1);
}

.btn-n.is-active,
.menu-overlay .btn-n:hover {
    border-color: var(--color2);
    background-color: var(--color2);
}


.btn[data-icon="post"] span::before {
    display: none;
}

.btn[data-icon="post"] .d-icon {
    max-width: 10px;
    filter: brightness(0) invert(1);
}

.btn[data-icon="post"]:hover .d-icon {
    animation: moveUp 0.8s linear;
}


.btn[data-icon="post"] span {
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s;
}

.btn[data-icon="post"] {
    padding: 10px 15px;
    border-radius: 8px;       
    gap: 10px;
    border-color: var(--color2);
    background-color: var(--color2);
}

.btn[data-icon="post"]:hover {
    background-color: var(--color4);
    border-color: var(--color4);
}

.btn[data-icon="post"] span {
    color: white;
}


.btn-3 {
    border-color: var(--color4);
    background-color: var(--color4);
}

.btn-3:hover {
    background-color: var(--color2);
     border-color: var(--color2);
}

.btn-3:hover span {
    color: white;
}

.btn-3 span {
    color: white;
}

.btn-4 {
    padding: 10px 15px;
    border-radius: 8px;
    gap: 20px;
    border-color: var(--color2);
    background-color: var(--color2);
}

.btn-4 span {
    color: white;
}

.btn-4::after {
    background-image: url(images/link-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    left: 0;
    top: 0;
    display: block;
    position: relative;
    transform: none;
    height: 10px;
    width: 10px;
    transition: 0s;
    border-radius: 0px;
    opacity: 1 !important;
    filter: brightness(0) invert(1);
}  

.btn-4:hover {
    background-color: var(--color4);
    border-color: var(--color4);
}

.btn-4:hover:after {
    width: 10px;
    height: 10px;
    animation: moveUp 0.8s linear;
}

.text-link .d-icon {
    width: 9px;
}

.text-link:hover .d-icon {
    animation: moveUp 0.8s linear;
}

.text-link:hover span {
    color: var(--color2);
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    row-gap: 30px;
}

.flex-box .item {
    padding-left: 15px;
    padding-right: 15px;
}

.flex-box[data-items="2"] .item {
    flex: 0 0 50%;
}



/* #endregion */

/*------------------------------------------
    #MARK: ARTIFACTS
------------------------------------------*/
/* #region */
.screen-prev {
    padding: 30px 10px 10px 10px;
    background-color: #222;
    border: 1px solid #333;
    border-radius: 10px;
    position: relative;
}

.screen-prev img {
    border: 1px solid #444;
    border-radius: 0 0 10px 10px;
}

[data-theme="dark"] .screen-prev {
    background-color: rgba(255,255,255,0.1);
}

.screen-prev .orb {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 10px;
    opacity: 0.5;
}

.screen-prev .orb-1 {
  background-color: #FF5F56;
  border: 1px solid #FF5F56;
  left: 10px;
}

.screen-prev .orb-2 {
  background-color: #FFC748;
  left: 25px;
}

.screen-prev .orb-3 {
  background-color: #6EC97B;
  left: 40px;
}
/* #endregion */

/*------------------------------------------
    #MARK: HEADER
------------------------------------------*/
/* #region */


.navbar-brand { 
    width: 130px;
}

header .menu_wrap {
    padding: 21px 0;
    transition: 0.2s;
}

header.sticky-me .menu_wrap {
    background-color: rgba(255,255,255,0.9) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.navbar-brand,
header.sticky-me .navbar-brand {
    filter: none;
}

/* #endregion */

/*------------------------------------------
    #MARK: MENUS
------------------------------------------*/
/* #region */

#navbar-home .navbar-nav {
    gap: 30px;
}

#navbar-home .menu-extension {
    margin-left: 30px;
}

.main-menu .navbar-nav .nav-link {
    padding: 0;
    position: relative;
}

.main-menu .navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid;
    opacity: 0;
    transition: bottom 300ms ease, opacity 300ms ease;
}

.main-menu .nav-link span {
    font-family: var(--font-2);
    text-transform: uppercase;
    color: var(--color5);
    transition: color 300ms ease; 
}

.main-menu .menu-item:is(:hover, .active) .nav-link span {
    color: var(--a);
}

.main-menu .menu-item:is(:hover) .nav-link::before {
    opacity: 1;
    bottom: -15px;
}

.menu-overlay .navbar-nav .nav-link::before {
    border-color: var(--a);
}

.menu-overlay .nav-link span {
    color: #fff;
}

header.sticky-me .nav-link span { 
    color: var(--color5);
}

header.sticky-me .navbar-nav .nav-link::before {
    border-color: var(--color5);
}

header.sticky-me .menu-item:is(:hover, .active) .nav-link::before {
    bottom: -7.5px;
}

@media only screen and (min-width: 1024px) {
    header.header-menu .main-logo {
        display: none;
    }



    header.header-menu.menu-overlay .main-logo {
        display: block;   
    } 

    header.header-menu.sticky-me .main-logo,
    header.header-menu.menu-overlay .sticky-logo {
        display: none;
    }

    header.header-menu.sticky-me .sticky-logo,
    header.header-menu .sticky-logo {
        display: block;   
    }     

}

/* #endregion */

/*------------------------------------------
    #MARK: FOOTER
------------------------------------------*/
/* #region */


/* #endregion */

/*------------------------------------------
    #MARK: A.HERO 01
------------------------------------------*/
/* #region */

.ahero-01 .wrap {
    padding: 0;
    background-color: var(--bg2);
}

.ahero-01 .overlay.color {
    background-color: rgba(31,29,43,0.75);
}

.ahero-01 .overlay.hero {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.ahero-01 .overlay.hero .overlay-bg {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    animation: scroll-up 40s linear infinite; 
}

.ahero-01 .overlay.hero .overlay-bg:nth-child(1) {
    top: unset;
    bottom: 0;   
}

.ahero-01 .overlay.hero .overlay-bg:nth-child(1) img {
    object-position: bottom !important;
}

.ahero-01 .overlay.hero .overlay-bg:nth-child(2) {
    top: calc(100% - 1px); /* Pulls the second image up by exactly 1px to prevent hairline gaps */
}



.ahero-01 .overlay.hero .overlay-bg:nth-child(1) img {
    object-position: top !important;
}


@keyframes scroll-up {
  from { transform: translateY(-100%); }
  to   { transform: translateY(0%); }
}


/* #endregion */

/*------------------------------------------
    #MARK: A.HERO 01
------------------------------------------*/
/* #region */

.hero-greeting {
    font-size: 50%;
    display: inline-flex;
    align-items: center;
    gap: 0px;
}

/*
.hero-greeting::before {
    content: '';
    width: 50px;
    height: 1px;
    background-color: white;
}
*/
.ahero-01 .hero-greeting {
    color: white;
    font-family: var(--font-2);
}

.ahero-01 .mtitle {
    font-weight: 600;
    line-height: 1.4;
}



.ahero-01 .avatar {
    width: 60px;
    height: 60px;
    border: 2px solid #555;
    border-radius: 100%;
    margin-right: 15px;
}

/* #endregion */

/*------------------------------------------
    #MARK: HERO 03
------------------------------------------*/
/* #region */

.hero-03 .overlay.color {
    background-color: rgba(31,29,43,0.85);
}

.hero-03 .overlay-bg {
    opacity: 0.5;
}

.hero-03 .dinfo {
    margin:30px 0 60px;
}

.hero-03 .mtitle {
    line-height: 1.4;
}

/* #endregion */

/*------------------------------------------
    #MARK: S. LOGO 01
------------------------------------------*/
/* #region */

.swiper-pagination-bullet-active {
    background-color: var(--color2) !important;
}

.objxcol-01 .swiper-bg .swiper-scrollbar, 
.objxcol-01 .swiper-bg .swiper-pagination {
    bottom: -50px;
}

.objxcol-01 .cpt-logo {
    background-color: rgba(0,0,0,0.04);
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.objxcol-01 .cpt-logo img {
    filter: brightness(0);
    max-height: 60px;
    max-width: 200px;
    object-fit: contain;
    opacity: 1;
}

.objxcol-01 .swiper-button-next,
.objxcol-01 .swiper-button-prev {
    display: none;
}

.objxcol-01 .swiper-button-next {
    right: 0;
} 

.objxcol-01 .swiper-button-prev {
    left: 0;
}

/* #endregion */


/*------------------------------------------
    #MARK: MEDIA ADV 01
------------------------------------------*/
/* #region */

.mra-01 .orb {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 10px;
}

.mra-01 .orb-1 {
  background-color: #FF5F56;
  border: 1px solid #FF5F56;
  left: 10px;
}

.mra-01 .orb-2 {
  background-color: #FFC748;
  left: 25px;
}

.mra-01 .orb-3 {
  background-color: #6EC97B;
  left: 40px;
}

.mra-01 .dmedia {
    padding: 30px 10px 10px 10px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 10px;
    position: relative;
    height: 100%;
}

.mra-01 .dmedia .d-media {
    border-radius: 0 0 8px 8px;
}

.mra-01 .dmedia .d-media .d-media {
    border: 1px solid #444;
}


.mra-01 .group-list {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 0;
    margin-top: 50px;
    text-align: center;
}

.mra-01 .group-list .item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
}

/* #endregion */

/*------------------------------------------
    #MARK: TITLE 01
------------------------------------------*/
/* #region */

/*
.title-01 .mtitle::after {
    content: '';
    display: block;
    height: 5px;
    width: 60px;
    background-color: var(--color2);
    margin-top: 30px;
}

*/

/* #endregion */


/*------------------------------------------
    #MARK: C. ICONS 01
------------------------------------------*/
/* #region */

.cardsxicons-01 .ititle {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cardsxicons-01 .ititle::after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 60px;
    background-color: var(--color2);
    margin-top: 25px;
}

.cardsxicons-01 .item {
    padding: 35px 25px;
    background-color: rgba(255,255,255,1);
    border-radius: 8px;
}

.icon-flex .dtext,
.icon-flex .ptext {
    font-size: 16px;
}


/* #endregion */


/*------------------------------------------
    #MARK: C.ICONS 02
------------------------------------------*/
/* #region */

.cardsxicons-02 .btitle {
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 17px;
}

.cardsxicons-02 .ititle {
    margin-top: 5px;
}

.cardsxicons-02 .ptext {
    margin-top: 15px;
}

.cardsxicons-02 .div-icon {
    margin-top: 5px;
}

.cardsxicons-02 .item {
    position: relative;
    background: #fdfdfd;
    box-shadow: none;   /* Strip the muddy static shadow */
    border: 1px solid #f1f1f1;    
    transform: translateY(0);
    border-radius: 8px;
    padding: 26px;     
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.cardsxicons-02 .item:hover {
    border-color: transparent;
    transform: translateY(-4px);
    box-shadow: 0 12px 40px -10px rgba(0, 0, 0, 0.04), 
                0 4px 12px -4px rgba(0, 0, 0, 0.02);
}

/*
.cardsxicons-02 .item::before {
    content: '';
    display: block;
    clip-path: var(--clip-angle2);
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0; left: 0;
}

.cardsxicons-02 .div-icon::after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: -22px;
    background-color: #f1f1f1;
}
*/
.cardsxicons-02 .div-icon {
    position: relative;
}



.cardsxicons-02 .icon-flex {
    height: 100%;
    z-index: 2;    
    position: relative;
}

.cardsxicons-02 .btn-loop {
    width: 100%;
    justify-content: center;
}

/* Elegant ambient lift on hover */

/* clip-path: polygon(37% 0,100% 0%,63% 100%,0% 100%); */

/* #endregion */


/*------------------------------------------
    #MARK: POSTER 01
------------------------------------------*/
/* #region */

.mediaxposter-01 .overlay-bg .d-media {
    object-position: top left;
    object-fit: cover;
    left: unset;
}

.mediaxposter-01 .overlay-bg {
    right: 0;

}

/* #endregion */

/*------------------------------------------
    #MARK: HEADER B. 01
------------------------------------------*/
/* #region */

.headerxbutton-01 .btn-loop {
    margin-bottom: 20px;
}

.headerxbutton-01 h4.mtitle {
    font-size: clamp(28px, 18px + 2.6667vw, 42px) !important;
}

.headerxbutton-01 h4 {
    position: relative;
    padding-left: 30px;
}  

.headerxbutton-01 h4::before {
  content: '';
  display: block;
  height: calc(100% - 10px);
  width: 5px;
  background-color: var(--color4);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}
/* #endregion */



/*------------------------------------------
    #MARK: ELEMENT 01
------------------------------------------*/
/* #region */

.cpt-feat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
}

.cpt-feat .cpt-info {
    flex: 1;
    /* padding: 25px; */
}

.cpt-feat .btitle { 
    letter-spacing: 1px;
}
.cpt-feat .ititle {
    line-height: 1.3;
    margin-top: 5px;
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 15px;
}

.cpt-feat .location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-wrap: nowrap;
}

.cpt-feat .location .f-icon svg {
    width: 12px;
}

.cpt-feat .location .f-icon svg path {
    fill: var(--color2);
}
.cpt-feat .location .dtag {
    color: var(--color2);
}

.cpt-feat .location,
.cpt-feat .cpt-taxonomy,
.cpt-feat .dtext,
.cpt-feat .eng {
    opacity: 0.8;
    font-size: 15px;
}

.cpt-feat .sub-title {
    font-size: 15px;
}

.cpt-feat .meta {
    margin-top: 15px;
}

.cpt-feat .in-meta {
    display: flex;
    align-items: starts;
    flex-direction: column;
    gap: 5px;
    padding-left: 1rem;
    border-left: 3px solid #e2e8f0;    
}

.cpt-feat .dtext {
    margin-top: 0;
}

.cpt-feat .ce {
    margin-top: 25px;
}

.cpt-feat .ce h6 {
    font-weight: 600;
    margin-bottom: 10px;
}

.cpt-feat .eng {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.4;
}

.cpt-feat .eng li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}

.cpt-feat .eng li::before {
    position: absolute;
    left: 0;
    content: '▸';
    color: var(--color2);
}

.cpt-feat .eng li strong {
    font-weight: 500;
    color: var(--grid-line);
}

.cpt-feat .btn-place {
    margin-top: 40px;
}

.cptxloop-01 .flex-item:nth-child(odd) .cpt-feat {
    flex-direction: row-reverse;
}

.cptxloop-01 .flex-grid {
    row-gap: 100px !important;
}

.cptxloop-01 img {
    border: none !important;
    border-radius: 0 !important;
}

.cptxloop-01 .cpt-feat .dmedia {
    border-radius: 0 0 10px 10px;
}

/* #endregion */

/*------------------------------------------
    #MARK: ELEMENT 01
------------------------------------------*/
/* #region */

.cpt-feat .cpt-media {
    flex: 0 0 48%;
    max-width: 48%;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.2);
}

.cpt-feat .dmedia {
    display: block;
    margin-bottom: 0;
    overflow: hidden;
}

.cpt-feat .hero-thumb {
    height: 85%;
    width: 65%;
    position: absolute;
    left: 60%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 3;
}

.cpt-feat .hero-thumb img {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}    

.cpt-feat .body-thumb {
    filter: brightness(80%);
    width: 65%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.cpt-feat .hero-thumb .d-img {
    object-position: top center;
}

.cpt-feat .body-thumb .d-img {
    object-position: 50% 35%;
    height: 100%;
}

.cpt-feat.cpt-2 .hero-thumb {
    left: 40%;
}

.cpt-feat.cpt-2 .body-thumb {
    left: unset;
    right: 0;
}

.cpt-feat .dmedia .overlay .overlay.color {
    background: none;
    background-color: var(--ide-color1) !important;
}

.cpt-feat .dmedia .overlay.color-bg {
    background-color: rgba(0, 0, 0, 0.2);
}

.cpt-feat .dmedia .overlay.hover {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.5s;
    z-index: 4;
}

.cpt-feat .dmedia:hover .overlay.hover {
    opacity: 1;
}


/* #endregion */

/*------------------------------------------
    #MARK: TESTIMONIALS 01
------------------------------------------*/
/* #region */

.quote-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
    opacity: 0.5;
}

.quote-icon svg {
    fill: #CC0000;
}

.testimonials-01 .d-icon {
    width: auto;
    max-width: 150px;
    max-height: 50px;
    margin-bottom: 20px;
    opacity: 0.5;
    position: absolute;
    top: 10px;
    left: 80px;
}

.testimonials-01 .dinfo {
    border-left: 4px solid #CC0000;
    padding-left: 32px;
    font-family: sans-serif;
    font-weight: 400;    
}
  
.testimonials-01 .dtitle,
.testimonials-01 .atitle {
    line-height: 1;
    font-weight: normal;
}

.testimonials-01 .atitle {
    color: #6B7280;
    margin-top: 0;
    font-size: 90%;
    line-height: 1.5;
}

.testimonials-01 .atitle em {
    display: block;
}

.testimonials-01 .dtitle {
    color: #111827;
    font-weight: 600;
}



/* #endregion */

/*------------------------------------------
    #MARK: ELEMENT 01
------------------------------------------*/
/* #region */

.blogxloop-01 .cpt-post {
    align-items: flex-start;
    font-size: 15px;
}

.blogxloop-01 .cpt-post a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;    
    height: 100%;
}

.blogxloop-01 .btn-loop {
    justify-content: baseline;
    width: 100%;
    justify-content: center;
}

.cpt-post .ititle {
    line-height: 135%;
}

.cpt-post .tax-span {
    display: inline-block;
    color: var(--color2);
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
}

.cpt-post .cpt-excerpt {
    color: var(--text);
    margin-top: 20px;
    line-height: 1.75;
}

.cpt-post .text-link {
    font-weight: 500;
    display: inline-flex;
    gap: 15px;
    align-items: center;
}


.cpt-post .dmedia {
    transition: 0.3s;
    filter: grayscale(100%);
}

.cpt-post:hover .tax-span {
    color: var(--color4);
}

.cpt-post:hover .ititle {
    color: var(--color2);
}

.cpt-post:hover .dmedia {
    filter: grayscale(0%);
}

.cpt-post .dmedia img {
    object-position: center right;
}


/* #endregion */

/*------------------------------------------
    #MARK: ELEMENT 01
------------------------------------------*/
/* #region */

.scta-01 .wrap {
    padding: 40px 0;
}


.scta-01 .css-triangle {
    position: absolute;
    top: 0;
    left: 0;
}

.scta-01 {
    background-color: var(--bg2);
}

.scta-01 .dtext {
    opacity: 0.6;
    margin-top: 10px;
}

/* #endregion */

/*------------------------------------------
    #MARK: ELEMENT 01
------------------------------------------*/
/* #region */

footer.element .wrap {
    background-color: var(--ide-color1);
    padding: 60px 0 30px;
}

footer .copyright {
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #374151;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}  

footer .mini-links {
    display: flex;
    align-items: center;
    gap: 5px;
}

footer .mini-links .sep {
    height: 15px;
    opacity: 0.1;
}

footer .mini-links, 
footer .copyright,
footer.element .copyright a {
    color: #6b7280;
    font-size: 14px;
}

footer .wrap,
footer.element .dtext {
    color: #9ca3af;
    line-height: 1.6;
    font-size: 15px;
}

footer .sc-div {
    gap: 10px;
}

footer.element .ssc img.sc-icon {
    flex: 0;
}


footer .link-more {
    display: inline-block;
    margin-bottom: 10px;
}

footer .social-icons {
    padding-top: 15px;
}

footer .social-icons .soc-link {
    width: 20px;
}


footer .social-icons .soc-link img {
    filter: none;
    transition: 0.3s;
}

footer .social-icons .soc-link:hover img {
    transform: translateY(-5px);
}

footer .link-more span,
footer.element a {
    color: #9ca3af;
    transition: 0.3s;
}

footer.element .ssc img.sc-icon {
    filter: brightness(0) invert(1);
}

footer .link-more:hover span,
footer.element a:hover {
    color: white;
}

footer .navbar-brand {
    width: 150px;
}

footer .flexic {
    margin-left: -20px;
    margin-right: -20px;    
}

footer .flexic .flex-item {
    flex: 0 0 33.33%; 
    max-width: 33.33%; 
    padding-left: 20px; 
    padding-right: 20px;
}

footer .pad-2 {
    display: flex;
    justify-content: center;
}

footer .menu-title {
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 1px;
}

footer .menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .menu-links li {
    margin-bottom: 5px;
}

footer .menu-links li a {
    padding-left: 20px;
    position: relative;
}

footer .menu-links li a span {
    transition: 0.3s;
    position: relative;
}

footer .menu-links li a:hover span {
    color: white;
}

footer .menu-links li a::before {
    position: absolute;
    left: 0;
    content: '▸';
    color: #9ca3af;
}



footer .menu-links a span {
    color: #9ca3af;
    font-size: 15px;
}



/* #endregion */

/*------------------------------------------
    #MARK: ELEMENT 01
------------------------------------------*/
/* #region */

.hero-01 {

}

.hero-01 .overlay.color {
    background-color: rgba(31,29,43,0.85);
}

hr.liner {
    display: inline-block;
    border-top: 3px solid var(--color2);
    width: 80px;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 15px;    
}

/* #endregion */

/*------------------------------------------
    #MARK: ELEMENT 01
------------------------------------------*/
/* #region */

.cardsxicons-03 .item {
    padding: 25px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--ide-color1b);
    min-height: 350px;
    background-color: var(--ide-color1a);
}

.cardsxicons-03 .icon-flex {
    height: 100%;
}

.cardsxicons-03 .dtext {
    font-size: 14px;
    color: #9ca3af;
}

.cardsxicons-03 .flex-1 {
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
}

.cardsxicons-03 .overlay {
    opacity: 0.1;
}


/* #endregion */

/*------------------------------------------
    #MARK: SCTA 02
------------------------------------------*/
/* #region */

.scta-02 .dtext {
    font-size: 15px;
}

/* #endregion */


/*------------------------------------------
    #MARK: ROW MEDIA 01
------------------------------------------*/
/* #region */

.rowxmedia-01 {
    background-color: rgba(0, 0, 0, 0.1);
}

.rowxmedia-01 .css-triangle {
    position: absolute;
    top: 0;
    background-color: white;
}

.rowxmedia-01 .pop-link img {
    object-position: top center;
    border-radius: 0;
    border-bottom: none;    
}

.rowxmedia-01 .screen-prev {
    border-bottom: 0;
    padding-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.rowxmedia-01 .pop-link {
    cursor: pointer;
}
.rowxmedia-01 .pop-link .pop.overlay {
    opacity: 1;
}

.rowxmedia-01 .atitle {
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 12px;
    display: inline-block;
    width: auto;
}

.rowxmedia-01 .counter-div {
    max-width: 75%;
    margin: 30px auto;
}
.rowxmedia-01 .dcounters {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rowxmedia-01 .dcounters .item {
    padding: 0 15px;
    flex: 33.33%;
}

.rowxmedia-01 .cpre, 
.rowxmedia-01 .cpos {
    color: #e0e0e0
}

.rowxmedia-01 hr.short {
    border-color: rgba(255,255,255,0.3);
}

.rowxmedia-01 .dcounters .ct {
    font-weight: 300;
    font-family: var(--font-2);
    margin: 0 5px;
}

.rowxmedia-01 .dcounters .ititle {
    font-size: 17px;
    font-weight: 300;
    opacity: 0.5;    
    line-height: 1.6;
}

/* #endregion */




/*------------------------------------------
    #MARK: CARDS NUM 01
------------------------------------------*/
/* #region */

.cardsnum-01 .ititle {
    margin-top: 10px;
    font-weight: 600;
}

.cardsnum-01 .ptext {
    margin-top: 10px;
}

.cardsnum-01 .item {
    padding-top: 60px;
}

.cardsnum-01 .bg-number {
    font-size: 90px;
    position: absolute;
    font-family: var(--font-2);
    top: -30px;
    right: 15px;
    line-height: 1;
    font-weight: 600;
    color: rgba(230,230,230);    
}

.cardsnum-01 .flex-item {
    position: relative;
}

.cardsnum-01 .flex-item::before {
    position: absolute;
    content: '';
    left: 0;
    top: 25px;
    width: calc(100%);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
}

.cardsnum-01 .dot-red {
    position: absolute;
    transition-delay: 0.2s;
    background: var(--color2);
    /* box-shadow: 0 0 12px rgba(230, 57, 70, 0.5); */
    top: 20px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 3;    
}



/* #endregion */


/*------------------------------------------
    #MARK: ELEMENT 01
------------------------------------------*/
/* #region */

.fluidxtabs-01 .nav {
    gap: 20px;
    margin-top: 40px;
}

.fluidxtabs-01 .nav-item {
    width: 100%;
}

.fluidxtabs-01 .nav-item button {
    font-size: 17px;
    background-color: var(--bg1);
    padding:20px 15px;
    display: inline-flex;
}

.fluidxtabs-01 .dtext {
    margin-top: 0;
}

.fluidxtabs-01 .dtext h3,
.fluidxtabs-01 .dtext h4 {
    margin-bottom: 20px;
    font-size: 24px;
    color: var(--color5);
    font-family: var(--font-2);
    line-height: 1.4;
}

.fluidxtabs-01 .dtext h3 {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.fluidxtabs-01 .dtext h4 em {
    text-transform: uppercase;
    font-style: normal;
    font-size: 80%;
    opacity: 0.5;
}

.fluidxtabs-01 .dtext strong {
    color: var(--bg2);
}

.fluidxtabs-01 .dtext hr {
    border-color: rgba(0,0,0,0.08);
    opacity: 1;
    margin: 20px 0;
}

.fluidxtabs-01 .dtext h4 {
    font-size: 17px;
    font-family: var(--font-1);
    color: var(--color2);
}

.fluidxtabs-01 .dtext ul li {
    margin-bottom: 20px;
    font-size: 16px;
}

.fluidxtabs-01 .dtext ul li::marker {
    color: var(--a);
}

.fluidxtabs-01 .nav-item button .d-icon {
    width: 10px;
}

.fluidxtabs-01 .nav-item:hover button, 
.fluidxtabs-01 .nav-item.active button {
    background-color: var(--bg2) !important;
}

.fluidxtabs-01 .nav-item:hover button .d-icon,
.fluidxtabs-01 .nav-item.active button .d-icon {
    filter: brightness(0) invert(1);
    animation: moveUp 0.8s linear;
}

.fluidxtabs-01 .nav-item .ititle {
    font-size: 17px;
}

.fluidxtabs-01 .dinfo {
    padding: 30px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
    border-radius: 10px;
}

.fluidxtabs-01 .flex-box {
    margin-top: 30px;
}

.fluidxtabs-01 .flex-box .item h4 {
    color: var(--color2);    
}

.fluidxtabs-01 .flex-box .item ul {
    padding-left: 15px;
}

.fluidxtabs-01 .flex-box .item li {
    margin-bottom: 5px;
    font-size: 82%;
}

/* #endregion */

/*------------------------------------------
    #MARK: ELEMENT 01
------------------------------------------*/
/* #region */


.cptpage-01 .cpt-feat {
    display: block;
}

.cptpage-01 .top-title {
    display: flex;
    gap: 5px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 15px;    
    color: var(--a);
}

.cptpage-01 .top-title .btitle {
    color: var(--a);
}

.cptpage-01 .cpt-feat .cpt-media {
    max-width: 100%;
}

.cptpage-01 .cpt-feat .dmedia {
    border-radius: 10px;
}

.cptpage-01 .cpt-feat .ititle {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 300;
}

.cptpage-01 .cpt-feat .hero-thumb {
    left: calc(0% + 40px);
    height: calc(100% - 40px);    
    width: 60%;
    transform: none;
}

.cptpage-01 .cpt-feat .body-thumb {
    filter: brightness(80%);
    left: unset;
    width: 60%;
    right: 0;   
}

.cptpage-01 .cpt-feat .dmedia .overlay.color-bg {
    background-color: rgba(250, 250, 250, 0.1);
}

.cptpage-01 .cpt-feat .hero-thumb,
.cptpage-01 .cpt-feat .body-thumb { opacity: 1; }

.cptpage-01 .cpt-feat .dmedia .overlay.hover {
    opacity: 1;
}

.cptpage-01 .cpt-feat .dmedia .overlay.hover img {
    max-width: 300px;
    object-fit: contain;
    max-height: 80px;
    height: auto;
    min-height: unset;
    filter: brightness(0) invert(1);
}

.cptpage-01 .cpt-feat:hover .dmedia .overlay.hover {
    opacity: 0;
}

.cptpage-01 .cpt-info {
    margin-top: 20px;
    display: block;
    font-weight: 300;
    font-size: 20px;
    color: var(--bg2);
}

.cptpage-01 .cpt-feat .ititle br {
    display: none;
}

.paginate ul li a, .paginate ul li span {
    background-color: transparent;
    border: 1px solid var(--color2);
    color: var(--color3);
}

.paginate ul li span.current, 
.paginate ul li.active span, 
.paginate ul li.active a, 
.paginate ul li a:hover {
    background-color: var(--color2);
}

.paginate .first,
.paginate .last,
.paginate .next,
.paginate .prev {
    display: none;
}


/* #endregion */

/*------------------------------------------
    #MARK: AJAX 02
------------------------------------------*/
/* #region */

.ajaxc-02 .container-xl {
    max-width: 1400px;
}

.ajaxc-02 .cpt-post {
    padding-bottom: 30px;
}

.ajaxc-02 .item-canvas {
    position: relative;
}

.ajaxc-02 .csp .dmedia {
    filter: none;
    overflow: hidden;
    min-height: unset;
    /* background-color: rgba(255,255,255,1); */
    border-bottom: 0;
}

.ajaxc-02 .csp .dmedia img {
    object-position: top;
}

.ajaxc-02 .dmedia-bg {
    opacity: 0;
    width: 20%;
    height: 20%;
    left: 0;
    top: unset;
    bottom: 0;
    transition: 0.3s;
    background-color: var(--color2);
    border-radius: 0px 10px 0px 0px;
}

.ajaxc-02 .post-link:hover .dmedia-bg {
    width: 220px;
    height: 180px;
    opacity: 1;
}


.ajaxc-02 .dmedia-bg img {
    max-height: 50px;
    height: auto !important;
    filter: brightness(0) invert(1);
    object-fit: contain !important;
    max-width: 80%;
    min-height: unset;
}

.ajaxc-02 .csp .dmedia {
    margin-bottom: 0;
    height: calc(100% - 110px);
    width: calc(100% - 60px); 
    position: absolute;
    left: 0;
    bottom: 0;       
}

.ajaxc-02 .is-active {
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 100%;
    z-index: 2;
}

.ajaxc-02 .non-active {
    opacity: 0.3 !important;    
}

.ajaxc-02 .color-bg {
    width: calc(100% - 60px); 
    right: 0;
    left: unset;
    padding: 20px 20px 0 30px;
    background-color: var(--ide-color2) !important;
    border-radius: 8px 8px 0px 0;
}

.ajaxc-02 .color-bg .color {
    background-color: rgba(0, 0, 0, 0.1);
}

.ajaxc-02 .screen-prev {
    background-color: var(--ide-color2a);
    border: 1px solid var(--ide-color2b);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    padding: 18px 8px 0;
}

.ajaxc-02 .screen-prev .orb {
    width: 6px;
    height: 6px;
    top: 7px;
    opacity: 0.5;
}

.ajaxc-02 .screen-prev .orb-2 {
    left: 20px;
}
.ajaxc-02 .screen-prev .orb-3 {
    left: 30px;
}

.ajaxc-02 .csp .co-head {
    position: relative;
}

.ajaxc-02 .csp .co-name,
.ajaxc-02 .csp .co-loc {
    position: relative;
    z-index: 2;
}

.ajaxc-02 .csp .co-name {
    display: block;
    color: white;
    font-weight: 300;
    line-height: 1.3;
    font-size: 20px;
}

.ajaxc-02 .csp .co-loc {
    color: white;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.7;
}

.ajaxc-02 .ajax-row .flex-item:first-child .meta {
    max-width: 55%;
}

.ajaxc-02 .csp .meta {
    width: calc(100% - 60px);
    background-color: rgba(26, 30, 44, 0.0);
    padding: 15px 0 0px;
}


.ajaxc-02 .csp .ititle {
    font-size: 19px;
    line-height: 1.4;
    position: relative;
    font-weight: 300;
    display: inline-flex;
    gap: 20px;
    align-items: center; 
}

.ajaxc-02 .csp .ititle .icon-arrow {
   line-height: 1;
   padding: 16px;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: var(--color2);   
}

.ajaxc-02 .csp .ititle .icon-arrow img {
    width: 10px;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.ajaxc-02 .post-link:hover .icon-arrow img {
    animation: moveUp 0.8s linear;
}


.ajaxc-02 .csp .ititle::before {
    content: '';
    height: 100%;
    left: 0;
    width: 5px;
    /* background-color: #e5e5e5; */
    position: absolute;
}

.ajaxc-02 .csp .ititle br {
    display: none;
}

.ajaxc-02 .post-link {
    height: 100%;
}

.ajaxc-02 .csp .body-prev {
    left: unset;
    right: 65px;
    height: 100%;
    max-width: 35%;
    background-color: transparent;
    opacity: 0;
}

.ajaxc-02 .csp .body-prev img {
    object-position: center 40%;
    height: 100%;
    filter: brightness(60%);
}

.ajaxc-02 .company-name {
    font-size: 20px;
    font-weight: 600;
    color: white;
}  

.ajaxc-02 .ajax-row .flex-item:first-child {
    flex: 0 0 66.66% !important;
    max-width: 66.66% !important;
}

.ajaxc-02 .ajax-row .flex-item:first-child .dmedia {
    max-width: 55%;
}

.ajaxc-02 .ajax-row .flex-item:first-child .body-prev {
    opacity: 1;
}

/*
.ajaxc-02 .flex-item:first-child .dmedia-bg {
    left: unset;
    right: 0;
    width: 220px;
    height: 180px;
    opacity: 1;
    border-radius: 10px 0 0 0;
}    

.ajaxc-02 .flex-item:first-child .cpt-link:hover .dmedia-bg {
    width: 240px;
    height: 200px;
}
*/

/* #endregion */

/*------------------------------------------
    #MARK: CS HERO 01
------------------------------------------*/
/* #region */

.case-study .left-arrow-1 {
    background: linear-gradient(125deg, rgba(0, 0, 0, 0) 50%, #f8f8f8 50%);    
}

.case-study {
    position: relative;
    padding-top: 100px;
}

.cs-hero .dinfo {
    max-width: 60%;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
}

.cs-hero h1 {
    line-height: 1;
    
}

.cs-hero .btitle {
    color: var(--color2);
    letter-spacing: 1px;
    margin-top: 20px;
}

.cs-hero .logo {
    position: absolute;
    top: 10px;
    width: 190px;
    max-height: 70px;
    filter: brightness(0);
    opacity: 0.2;
}  

.cs-hero .dtext {
    order: 3;
}

.cs-hero h1 span {
    display: block;
}

.cs-hero h1 strong {
    font-size: 30px;
}

/* #endregion */

/*------------------------------------------
    #MARK: ELEMENT 01
------------------------------------------*/
/* #region */

.cs-grid .wrap {
    padding: 20px 0;
}

.cs-grid .overlay.color {
    background-color: var(--ide-color1b);
}

.cs-grid h3 {
    color: var(--a);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 15px;
}

.cs-grid .item {
    padding: 20px;
    height: 100%;
}

.cs-grid .dtext {
    font-size: 15px;
    margin-top: 5px;
    color: white;
}

/* #endregion */

/*------------------------------------------
    #MARK: SPLIT 01
------------------------------------------*/
/* #region */

.site-viewer .container-xl {
    max-width: 1400px;
}

.split-track {
    position: relative;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 5.5fr 4.5fr; /* 50/50 Split */
    gap: 40px;
    padding: 80px 0 40px;
}

.split-track .right-col,
.split-track .left-col {
    top: 140px;
}

.tax-case-study .split-track .orb {
    top: 10px;
}

.split-track .left-col {
    position: sticky;
    height: calc(72svh + 44px);
    padding: 30px 10px 10px;
    border-radius: 10px;
    background-color: #222;        
    border: 1px solid #333;

    background-color: var(--ide-color1);
    border-color: var(--ide-color1b);    
}

.split-track .right-col,
.split-track .viewer {
    height: 72svh;
}

.split-track .right-col {
    position: sticky;
    padding-top: 15px;
}

.split-track .dtext:first-child {
    margin-top: 0;
}

.split-track .orb {
    top: 10px;
    opacity: 0.5;
    position: absolute;
    border-radius: 100%;
}

.split-track .orb-1 {
    background-color: #FF5F56;
}

.split-track .orb-2 {
    left: 25px;
}
.split-track .orb-3 {
    left: 40px;
}

.split-track .viewer {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.split-track .viewer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    will-change: transform;
    border: none;
}

.split-track .dtext {
    line-height: 1.7;
    font-size: 15px;
}

.split-track .dtext b,
.split-track .dtext strong {
    color: var(--bg3);
}

.split-track ul {
    font-size: 15px;
    margin-top: 30px;
}

.split-track ul li {
    margin-top: 10px;
    line-height: 1.7;
}

.split-track .dinfo {
    position: relative;
}

.split-track .dcontent {
    position: relative;
    z-index: 2;
}

.split-track .text-blocks {
    position: relative;
    width: 100%;
    height: auto; 
    will-change: transform;
}

.split-track .text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dev-latest .item {
    flex: 33.33%;
}

.ajaxc-02.cs .item-canvas {
    height: 400px;
}


/* #endregion */
/*------------------------------------------
    #MARK: ELEMENT 01
------------------------------------------*/
/* #region */



/* #endregion */

/*------------------------------------------
    #MARK: CS BOTTOM 01
------------------------------------------*/
/* #region */

/* CTA */

.case-study .scta-01 {
    background-color: transparent;
}

.case-study .scta-01 .wrap {
    padding: 40px 0 80px;
}

.case-study .scta-01 .cta-bg {
    background-color: var(--ide-color1);
    padding: 50px;
    border-radius: 20px;
}

.case-study .scta-01 .flex-col:first-child {
    flex: 0 0 70%;
    max-width: 70%;
}

.case-study .scta-01 .mtitle {
    line-height: 1.4;
}

/* DEV NOTES */

.dev-notes .btn span {
    font-size: 13px;
}

.dev-notes .wrap {
    padding: 60px 0;
}

.dev-notes .dtext {
    font-size: 80%;
    margin-bottom: 30px;
}

.dev-notes .italic {
    font-style: italic;
}

.dev-notes .ntext {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
}

.dev-notes .flex-en {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
}

.dev-notes .dinfo {
    flex: 0 0 60%;
}

.dev-notes .site-panel {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
    justify-content: flex-start;
}

.dev-notes .panel {
    display: flex;
    align-items: center;
    font-size: 80%;
    text-transform: uppercase;
}

.dev-notes .panel strong {
    font-weight: normal;
}

.dev-notes .panel span {
    position: relative;
    padding-left: 10px;
    font-weight: 300;
    letter-spacing: 1px;
}

.dev-notes .panel em {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: lawngreen;
    margin-right: 5px;
}

/* GALLERY */

.cs-gallery .wrap {
    padding: 0 0 40px;
}

.cs-gallery .container-xl {
  max-width: 1400px;
}

.cs-gallery .gallery {
    display: flex;
    gap: 15px;
}

.cs-gallery .prev {
    width: 150px;
    height: 100px;
    background-color: var(--ide-color1a);
    border-radius: 8px;
    overflow: hidden;
    padding: 4px;
    border: 1px solid var(--ide-color1b);
}

.cs-gallery .prev .d-img {
    border-radius: 6px;
    object-position: top center;
}

.cs-gallery .prev .pop-link {
    width: 100%;
}

.pop-link {
    cursor: pointer;
}
.cs-gallery .pop-link .pop.overlay img {
    width: 30px;
}

/* LATEST */

.dev-latest .overlay.color {
    background-color: rgba(0, 0, 0, 0.05);
}

.dev-latest .container-xl {
    max-width: 1200px;
}

.dev-latest .flex-grid {
    margin: 0 -20px;
}
.dev-latest .flex-item {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
}  

.dev-latest .dtop .mtitle {
    margin-bottom: 20px;
}

.dev-latest .dtop {
    margin-bottom: 80px;
    font-size: 15px;
    max-width: 700px;
}

.dev-latest .dmedia {
    max-width: 400px;
}



/* #endregion */

/*------------------------------------------
    #MARK: BUILD : CS 01
------------------------------------------*/
/* #region */

.cs-lead .wrap {
    padding: 60px 0 30px;
}

.cs-lead .dtext {
    max-width: 960px;
}

.tax-case-study::before {
    content: '';
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 900px;
    background: radial-gradient(ellipse,rgba(59,130,246,6%) 0%,transparent 70%);
    pointer-events: none;    
}

.tax-case-study { 
    background-color: var(--ide-color1c);
}

.tax-case-study .mtitle {
    color: white;
}

.tax-case-study .mtitle sup {
    font-weight: 300;
}

.tax-case-study .dtext,
.tax-case-study .itext,
.tax-case-study .ptext {
    color: white;
    opacity: 0.8;
}

.tax-case-study .dtext strong {
    opacity: 1;
    color: white;
}

.tax-case-study .cs-grid .dtext, 
.tax-case-study .cs-grid .itext, 
.tax-case-study .cs-grid .ptext {
    color: var(--color7);
}

.tax-case-study header.header-menu .main-logo { display: block; }
.tax-case-study header.header-menu .sticky-logo { display: none; }

.tax-case-study header.sticky-me .main-logo { display: none; }
.tax-case-study header.sticky-me .sticky-logo { display: block; }

.tax-case-study .main-menu .nav-link span {
    color: white;
}
.tax-case-study header.sticky-me .main-menu .nav-link span {
    color: var(--color5);
}

/* HERO */
.tax-case-study .cs-hero .dinfo {
    margin-left: 0;
    max-width: 65%;
}

.tax-case-study .cs-hero .logo {
    filter: brightness(0) invert(1);
    left: unset;
    right: 5%;
    top: 10%;
}

.tax-case-study .case-study .left-arrow-1 {
    opacity: 0.01;
}

/* SPLIT TRACK */


.tax-case-study .split-track .btitle,
.tax-case-study .cs-grid h3 {
    color: var(--color6);
}

.tax-case-study .split-track .btitle {
    letter-spacing: 1px;
}

.tax-case-study .split-track .dtext {
    margin-top: 10px;
}

.tax-case-study .split-track .notes {
    margin-bottom: 30px;
}

.tax-case-study .split-track .notes:last-child {
    margin-bottom: 0;
}

.tax-case-study .split-track .left-col {
    background-color: var(--ide-color1a);
    border-color: var(--ide-color1b);
}

/* GRID */
.tax-case-study .cs-grid {
    background-color: transparent;
}

.tax-case-study .cs-grid .wrap {
    padding: 0;
}

.tax-case-study .cs-grid .overlay.color {
    display: none;
}

.tax-case-study .cs-grid .row {
    background-color: var(--ide-color1a);
    border: 1px solid var(--ide-color1b);
    border-radius: 10px;
    padding: 10px 0;
}

/* CTA */

.tax-case-study .case-study .scta-01 .cta-bg {
    padding: 40px;
}

.tax-case-study .case-study .scta-01 .cta-bg {
    background-color: var(--ide-color1b);
}  

.tax-case-study .dev-notes .btitle {
    color: var(--color6);
}

.tax-case-study .dev-notes .dinfo .dtext,
.tax-case-study .dev-notes .panel {
    color: var(--color7);
}

.tax-case-study .cs-gallery .prev {
    padding: 8px;
}

/* TECH */

.cs-tech .btitle {
    color: var(--color6);
}

.cs-tech .flex-box {
    margin-top: 30px;
}

.cs-tech .item {
    flex: 0 0 33.33%;
}

.cs-tech .dtext {
    font-size: 15px;
    opacity: 1;
    margin-top: 0;
    padding: 20px;
    background-color: var(--ide-color1a);
    border: 1px solid var(--ide-color1b);
    border-radius: 10px;    
    height: 100%;
}

.cs-tech .dtext p {
    color: #999;
}

.cs-tech .dtext strong {
    color: white;
    display: block;
    margin-bottom: 10px;
}

/* NOTES */
.tax-case-study .dev-notes .ntext {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.tax-case-study .ajaxc-02 .color-bg {
    background-color: var(--ide-color1) !important;
}

.tax-case-study .ajaxc-02 .csp .dmedia {
    background-color: var(--ide-color1a);
    border-color: var(--ide-color1b);
}

.tax-case-study .screen-prev img {
    border-color: var(--ide-color1b);
}

.tax-case-study .ajaxc-02 .csp .ititle {
    color: white;
}

.tax-case-study .cpt-feat .dmedia {
    height: 280px;
}

.tax-case-study .dev-latest .dmedia {
    max-width: 100%;
}

.tax-case-study .cpt-feat .cpt-media {
    background-color: transparent;
}

.tax-case-study .cpt-feat .btitle {
    color: var(--color6);
}

.tax-case-study .cpt-feat .ititle {
    color: white;
}

.tax-case-study .dev-latest p {
    color: var(--color7);
    line-height: 1.6;
}

/* #endregion */


/*------------------------------------------
    #MARK: ELEMENT 01
------------------------------------------*/
/* #region */

.fluidxmedia-02 .screen-prev {
    min-height: 405px;
}


/* #endregion */




/*------------------------------------------
    #MARK: ELEMENT 01
------------------------------------------*/
/* #region */



/* #endregion */

/*------------------------------------------
    #MARK: ELEMENT 01
------------------------------------------*/
/* #region */



/* #endregion */

/*------------------------------------------
    #MARK: ELEMENT 01
------------------------------------------*/
/* #region */



/* #endregion */

/*------------------------------------------
    #MARK: ELEMENT 01
------------------------------------------*/
/* #region */



/* #endregion */

.pop:hover .bg-icon::before {
    content:"";
    display:block;    
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    background-color: black;
    border-radius:100%;
    opacity: 0.1;
}
.pop:hover .bg-icon::before {
    z-index:1;
    opacity: 0.1;
    width:100%;
    height:100%;   
    animation:pulse-border 1500ms ease-out infinite;
}

.dot-red::after,
.dot-red::before {
    content:"";
    display:block;    
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    background-color: var(--a);
    border-radius:100%;
}    

.dot-red::after {
    z-index: 2;
    width: 100%;
    height: 100%;    
    background-color: var(--color2);
    border-color: var(--color2);
}    


.dot-red::before {
    z-index: 1;
    opacity: 1;
    width: 100%;
    height: 100%;
    animation: pulse-dot 1000ms ease-out infinite;
}


@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) translateY(-10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) translateY(10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
}


@keyframes pulse-border {
    0% {
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:0.3;
        filter: blur(0px);
    }
    100% {
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity:0;
        filter: blur(4px);   
    }
}

@keyframes pulse-dot {
    0% {
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1;
        filter: blur(0px);
    }
    100% {
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity:0;
        filter: blur(2px);   
    }
}


.glower {
    animation: glower 2s ease-in-out infinite;
}

@keyframes glower {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}