/*--------------------------------------------------------------
Ready Components Stylesheet
-----------------------------------------------------------------*/
 :root {
    --theme-color: #FF833B;
    --title-color: #02000F;
    --body-color: #6C6D71;
    --smoke-color: #E4E4E5;
    --smoke-color2: #F8F8F8;
    --smoke-color3: #EDEDED;
    --smoke-color4: #E9F5ED;
    --black-color: #000000;
    --black-color2: #0A0A0A;
    --gray-color: #D8DBDC;
    --white-color: #ffffff;
    --light-color: #B7BEC8;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #E0E0E0;
    --ripple-ani-duration: 5s;
       --color-one:                        #B90808;
    --color-one-rgb:                    185, 8, 8;
    
    /* Text Color */
    --color-two:                      #DDDDDD; /*#585858*/
    --color-two-rgb:                   221, 221, 221;

    --color-two-fixed:                #DDDDDD;
    --color-two-fixed-rgb:              221, 221, 221;

    --color-three:                      #F2F2F2; /*#585858*/
    --color-three-rgb:                   242, 242, 242;
    
    /* Body BG */
    --color-dark-one:                  #151515;   /*#FFFFFF*/
    --color-dark-one-rgb:               21, 21, 21;

    --color-dark-one-fixed:             #151515;   /*#FFFFFF*/
    --color-dark-one-fixed-rgb:           21, 21, 21;

    /* Hero BG */
    --color-dark-two:                  #0F0F0F; /*#FAFAFA*/
    --color-dark-two-rgb:               15, 15, 15;
    
    --color-dark-three:                #121212; 
    --color-dark-three-rgb:             18, 18, 18;

    --color-dark-three-fixed:          #121212; 
    --color-dark-three-fixed-rgb:        18, 18, 18;
    
    --color-dark-four:                 #1E1E1E;  /*#F5F5F5*/
    --color-dark-four-rgb:              30, 30, 30;

    --color-dark-four-fixed:           #1E1E1E;  /*#F5F5F5*/
    --color-dark-four-fixed-rgb:         30, 30, 30;
    
    --color-dark-five:                 #2C2C2C; /*#DDDDDD*/
    --color-dark-five-rgb:              44, 44, 44;

    --color-dark-five-fixed:           #2C2C2C; /*#DDDDDD*/
    --color-dark-five-fixed-rgb:        44, 44, 44;

    --color-dark-six:                  #272727;
    --color-dark-six-rgb:               39, 39, 39;

    --color-dark-seven:                #3C3C3C;
    --color-dark-seven-rgb:             60, 60, 60;

    --color-dark-seven-fixed:          #3C3C3C;
    --color-dark-seven-fixed-rgb:        60, 60, 60;

    --color-dark-eight:                #343434;
    --color-dark-eight-rgb:             52, 52, 52;

    --color-dark-nine:                 #232323;
    --color-dark-nine-rgb:               35, 35, 35;

    --color-dark-ten:                   #444444;
    --color-dark-ten-rgb:               68, 68, 68;

    --color-dark-eleven:                #495060;
    --color-dark-eleven-rgb:             73, 80, 96;

    --color-dark-twelve:                #171719;
    --color-dark-twelve-rgb:             23, 23, 25;

    --color-dark-thirteen:                #212121;
    --color-dark-thirteen-rgb:             33, 33, 33;

    --color-dark-fourteen:                #131313;
    --color-dark-fourteen-rgb:             19, 19, 19;

    --color-dark-fifteen:                #1B1B1B;
    --color-dark-fifteen-rgb:             27, 27, 27;

    --color-dark-fifteen-fixed:          #1B1B1B;
    --color-dark-fifteen-fixed-rgb:       27, 27, 27;
    
    --color-white:                     #FFFFFF; /*#000000*/
    --color-white-rgb:                   255, 255, 255;

    --color-white-fixed:               #FFFFFF; /*Not change for light version*/
    --color-white-fixed-rgb:             255, 255, 255;

    --color-black:                     #000000; /*#FFFFFF*/
    --color-black-rgb:                  0, 0, 0;

    --color-black-fixed:               #000000; /*#FFFFFF*/
    --color-black-fixed-rgb:             0, 0, 0;

    --color-muted:                     #4E4E4E;
    --color-muted-rgb:                  78, 78, 78; 
}

.mos-img img {display: none !important;}
.th-slider.has-shadow {
 padding-left:12px;
 padding-right:12px;
 padding-bottom:45px;
 background-color: var(--color-black);
 color: var(--color-white);
 margin:-25px -12px
}

.project-card {
 background-color: var(--color-black);
 color: var(--color-white);
}
.th-slider.has-shadow .swiper-wrapper {
 padding:25px 0
}

.project-card .box-img {
 position:relative;
 z-index:2;
 overflow:hidden;
 margin-bottom:5px
}
.project-card .box-content{
 position:relative;
 padding: 0px 10px;
}

.project-card .box-img img {
 -webkit-transition:-webkit-transform 500ms;
 transition:-webkit-transform 500ms;
 transition:transform 500ms;
 transition:transform 500ms, -webkit-transform 500ms;
 -webkit-transform:perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
 transform:perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
 -webkit-transform-origin:center center;
 -ms-transform-origin:center center;
 transform-origin:center center
}
.project-card .mxcs-date {
 position:absolute;
 top:20px;
 right:32px;
 width:82px;
 height:82px;
 line-height:27px;
 text-align:center;
 color:var(--theme-color);
 font-size:14px;
 padding: 12px 0px;
 background: var(--black-color);
background: linear-gradient(0deg, var(--black-color) 0%, var(--black-color) 39%, var(--theme-color) 40%, var(--theme-color) 100%);
}
.project-card .mxcs-date::first-line {
  color: var(--white-color);
  font-size: 45px;
}
.project-card .box-title {
 font-size:40px;
 font-weight:400;
 margin-bottom:5px
}
.project-card h6{
 margin-top: 20px;
}
.project-card h6.mxcs-item--subtitle a{
 margin-right: 20px;
}
@media (max-width: 1500px) {
 .project-card .box-title {
  font-size:30px
 }
}
.project-card .box-text {
 font-weight:400;
 font-size:18px;
 letter-spacing:0.02em;
 margin-bottom:0
}
.project-card:hover .box-img img {
 -webkit-transform:perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
 transform:perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1)
}

/* button */
.project-card .tml-btn {
  font-size: 17px;
  text-transform: capitalize;
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  height: 45px;
  transition: all 0.3s linear;
  border-radius: 30px 30px 30px 30px;
  font-weight: 500;
  position: relative;
}
.project-card .tml-btn.has-radius {
  border-radius: 4px 4px 4px 4px;
}
.project-card .tml-btn.has-color {
  background: var(--theme-color);
}
.project-card .tml-btn.has-color:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.project-card .tml-btn.has-white {
  background: var(--white-color);
  color: var(--theme-color);
}
.project-card .tml-btn.has-white:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.project-card .tml-btn.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  height: auto;
}
.project-card .tml-btn.has-icon .icon-box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
  transform: rotate(-45deg);
}
.project-card .tml-btn.has-icon .icon-box svg {
  width: 17px;
  fill: var(--white-color);
}
.project-card .tml-btn.has-icon .icon-box:hover .icon-first {
  transform: translateX(150%);
}
.project-card .tml-btn.has-icon .icon-box:hover .icon-second {
  transform: translateX(0%);
}
.project-card .tml-btn.has-icon .icon-first {
  transition: all 0.3s ease-out 0s;
}
.project-card .tml-btn.has-icon .icon-second {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}
.project-card .tml-btn.has-icon:hover {
  color: var(--white-color);
}
.project-card .tml-btn.has-icon:hover .icon-first {
  transform: translateX(150%);
}
.project-card .tml-btn.has-icon:hover .icon-second {
  transform: translateX(0%);
}

.project-card .tml-btn-circle {
  height: 45px;
  width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  padding: 0;
}
.project-card .tml-btn-circle svg {
  width: 17px;
  height: 17px;
  fill: var(--white-color);
}

.project-card .tml-btn-group {
  display: flex;
  width: fit-content;
}
.project-card .tml-btn-group .tml-btn {
  background: var(--theme-color);
  color: white;
}
.project-card .tml-btn-group > *:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-end: -50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .project-card  .tml-btn-group > *:nth-child(1) {
    margin-inline-end: -50px;
  }
}
.project-card .tml-btn-group > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.project-card .tml-btn-group > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
}
.project-card .tml-btn-group:hover > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
}
.project-card .tml-btn-group:hover > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.project-card .tml-btn-group:hover > *:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-start: -70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .project-card  .tml-btn-group:hover > *:nth-child(3) {
    margin-inline-start: -50px;
  }
}
.project-card .tml-btn-group .tml-btn-primary {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.project-card .tml-btn-group .tml-btn-circle {
  position: relative;
  z-index: 1;
}

/* Swiper Pagination Two */
.swiper.th-slider .mxcs-bottom-pane {
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper.th-slider .mxcs-swiper-dots.style2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
/* Slider Bottom Pane */

.mxcs-swiper-dots.style2 {
    position: relative;
}
.mxcs-swiper-dots.style2::before,
.mxcs-swiper-dots.style2::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 125px;
    height: 1px;
    background-color: rgba(var(--color-white-rgb), 0.3);
}
.mxcs-swiper-dots.style2::before {
    right: calc(100% + 24px);
}
.mxcs-swiper-dots.style2::after {
    left: calc(100% + 24px);
}

.mxcs-swiper-dots.style2 .swiper-pagination {
    display: flex;
    gap: 6px;
    position: relative;
    transform: none;
}
.mxcs-swiper-dots.style2 .swiper-pagination-bullet {
    width: 24px;
	height: 24px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px;
    cursor: pointer;
	transition: var(--transition-base);
    position: relative;
	opacity: 1;
    font-size: 14px;
    font-weight: var(--fw-semibold);
}
.mxcs-swiper-dots.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	transform: scale(1.1);
	border-color: var(--color-white);
    background-color: transparent;
}
.mxcs-swiper-dots.style2 .swiper-pagination-bullet:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	background-color: var(--color-white);
	border-radius: 100%;
	transition: var(--transition-base);
}

.mxcs-showcase-st15 .mxcs-swiper-dots.style1 {
    position: absolute;
    right: 20px;
    transform: translateX(-50%);
    z-index: 2;
}
.mxcs-swiper-dots.style1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--color-white);
  border: 1px solid transparent;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 14px;
  cursor: pointer;
  transition: var(--transition-base);
  position: relative;
  opacity: 1;
  font-size: 14px;
  font-weight: var(--fw-semibold);
}
.mxcs-swiper-dots.style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-one);
}
.mxcs-swiper-navigation.style1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    right: 65px;
    bottom: 50px;
}
.mxcs-swiper-navigation.style1 .mxcs-swiper-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 54px;
    height: 54px;
    color: var(--color-white);
    background-color: transparent;
    /* border: 1px dashed var(--color-dark-seven); */
    border-radius: 100%;
    margin-top: 0px;
    transition: var(--transition-base);
}
.mxcs-swiper-navigation.style1 .mxcs-swiper-arrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var(--color-two);
    border-radius: 100%;
    transition: var(--transition-base);
    z-index: -1;
}
.mxcs-swiper-navigation.style1 .mxcs-swiper-arrow:hover::before {
    border-color: var(--color-white);
    background-color: rgba(var(--color-dark-seven-rgb), 0.5);
    -webkit-animation: mxt_spin 12s ease-out infinite;
    animation: mxt_spin 12s ease-out infinite;
}

.mxcs-swiper-navigation.style1 .mxcs-swiper-arrow:after {
    font-family: 'bootstrap-icons';
    font-size: 17px;
}
.mxcs-swiper-navigation.style1 .swiper-button-prev:after {
    content: "\f12f";
}
.mxcs-swiper-navigation.style1 .swiper-button-next:after {
    content: "\f138";
}

.swiper.th-slider .mxcs-swiper-navigation.style2 .mxcs-swiper-arrow {
    font-size: 35px;
}

/* Style Two */
.mxcs-swiper-navigation.style2 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    left: 50px;
    right: 50px; 
    bottom: calc(50% - 25px);
}
.mxcs-swiper-navigation.style2 .mxcs-swiper-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 60px;
    height: 60px;
    color: var(--color-white);
    background-color: transparent;
    font-size: 60px;
    border: 0px dashed var(--color-dark-seven);
    border-radius: 100%;
    margin-top: 0px;
}

.mxcs-swiper-navigation.style2 .mxcs-swiper-arrow:after {
    font-family: 'bootstrap-icons';
    font-size: inherit;
}
.mxcs-swiper-navigation.style2 .swiper-button-prev:after {
    content: "\f12f";
}
.mxcs-swiper-navigation.style2 .swiper-button-next:after {
    content: "\f138";
}

/* Style Three */
.mxcs-swiper-navigation.style3 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    left: 50%;
    right: 50px;
    bottom: auto;
    width: 43%;
    transform: translateX(-50%);
    z-index: 1;
}
.mxcs-swiper-navigation.style3 .mxcs-swiper-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 60px;
    height: 60px;
    color: var(--color-white);
    background-color: transparent;
    border: 0px dashed var(--color-dark-seven);
    border-radius: 100%;
    margin-top: 0px;
}

.mxcs-swiper-navigation.style3 .mxcs-swiper-arrow:after {
    font-family: var(--font-family-three);
    font-size: 13px;
    font-weight: var(--fw-semibold);
    text-transform: uppercase !important;
}
.mxcs-swiper-navigation.style3 .swiper-button-prev:after {
    content: "Prev";
}
.mxcs-swiper-navigation.style3 .swiper-button-next:after {
    content: "Next";
}

.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction {
    position: relative;
	top: 0;
	bottom: auto;
	margin-top: 0px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
	height: 10px;
	background-color: var(--color-white);
	border: 1px solid transparent;
	border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 14px;
    cursor: pointer;
	transition: var(--transition-base);
    position: relative;
	opacity: 1;
    
    font-size: 14px;
    font-weight: var(--fw-semibold);
}

/* .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	background-color: var(--color-white);
	border-radius: 100%;
	transition: var(--transition-base);
} */

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--color-one);
}

/* Swiper Pagination Two */
.mxcs-swiper-dots.style2 {
    position: relative;
}
.mxcs-swiper-dots.style2::before,
.mxcs-swiper-dots.style2::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 125px;
    height: 1px;
    background-color: rgba(var(--color-white-rgb), 0.3);
}
.mxcs-swiper-dots.style2::before {
    right: calc(100% + 24px);
}
.mxcs-swiper-dots.style2::after {
    left: calc(100% + 24px);
}

.mxcs-swiper-dots.style2 .swiper-pagination {
    display: flex;
    gap: 6px;
    position: relative;
    transform: none;
}
.mxcs-swiper-dots.style2 .swiper-pagination-bullet {
    width: 24px;
	height: 24px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px;
    cursor: pointer;
	transition: var(--transition-base);
    position: relative;
	opacity: 1;
    font-size: 14px;
    font-weight: var(--fw-semibold);
}
.mxcs-swiper-dots.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	transform: scale(1.1);
	border-color: var(--color-white);
    background-color: transparent;
}
.mxcs-swiper-dots.style2 .swiper-pagination-bullet:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	background-color: var(--color-white);
	border-radius: 100%;
	transition: var(--transition-base);
}

.swiper-3d .swiper-slide-shadow-left {
 background-image: none !important;
  display: none;
}
.swiper-3d .swiper-slide-shadow-right {
 background-image: none !important;
 display: none;
}
/* hover effect */

.box-img figure{
	display: block;
	border-radius: 6px;
	overflow: hidden;
}

.box-img figure img{
	width: 100%;
	object-fit: cover;
	border-radius: 6px;
}


.data-img-hover{
	position: relative;
	width: 100%;
}

.data-img-hover img{
	width: 100%;
	height: auto;
}

.data-img-hover canvas{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}