/*----------------------------------------------------------------------
    Template Name: Siko - Creatvie Portfolio HTML Template
    Template URI: https://sikohtml.lohatheme.com
    Author: Lohatheme
    Author URI:  https://lohatheme.com
    Version: 1.0

    Note: This is Main Style CSS File. */
/*----------------------------------------------------------------------
  CSS INDEX
  ----------------------

    ## Default Style
    ## Common Classes
    ## Repeat Style
    ## Padding Margin
    ## Custom Animation
    ## Header style
    ## Hero Area
    ## Index Horizontal 
    ## Projects Area 
    ## Timeline
    ## Testimonials Area
    ## Pricing Area
    ## CTA Area
    ## Blog Area
    ## About Area 
    ## Services Area
    ## Counter Area
    ## Team Area
    ## FAQ Area
    ## Compare Area
    ## Contact Area
    ## Error Area
    ## Main Footer
    ## Intro*/
/* -------------------------------------------------------------- */
/*******************************************************/
/******************* ## Default Style ******************/
/*******************************************************/
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #231F20;
  background: #FCF9F2;
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  --background: #FCF9F2;
  --main-color: #63703D;
  --button-text: #ffffff;
  --heading-color: #231F20;
  --black-160: #0E0C0D;
  --black-100: #231F20;
  --black-90: #393536;
  --black-80: #4F4C4D;
  --black-70: #656263;
  --black-60: #7B7979;
  --black-50: #918F90;
  --black-40: #A7A5A6;
  --black-30: #BDBCBC;
  --black-20: #D3D2D2;
  --black-10: #E9E9E9;
  --border-color: #C19BEE;
}

a {
  color: var(--heading-color);
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
footer a,
.theme-btn a,
.theme-btn3 a,
.theme-btn2 a{
  color: var(--button-text);
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: var(--main-color);
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--heading-color);
}

.text-white h1, .text-white h1 a,
.text-white h2, .text-white h2 a,
.text-white h3, .text-white h3 a,
.text-white h4, .text-white h4 a,
.text-white h5, .text-white h5 a,
.text-white h6, .text-white h6 a,
.text-white .h1, .text-white .h1 a,
.text-white .h2, .text-white .h2 a,
.text-white .h3, .text-white .h3 a,
.text-white .h4, .text-white .h4 a,
.text-white .h5, .text-white .h5 a,
.text-white .h6, .text-white .h6 a {
  color:var(--button-text);
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

mark {
  color: var(--secondary-color);
  background: transparent;
  text-decoration: underline;
}

/*======= Input Styles =======*/
input,
select,
textarea,
.nice-select,
.form-control {
  width: 100%;
  height: auto;
  padding: 16px 32px;
  background-color: var(--black-10);
  border: none;
  color: var(--black-100);
}
.nice-select {
  font-size: 18px;
  line-height: 1.3;
}
.nice-select:after {
  height: 8px;
  width: 8px;
  right: 25px;
  border-color: var(--button-text);
}
.nice-select .current {
  font-weight: 500;
  color: var(--button-text);
}
.nice-select .list {
  width: 100%;
  border-radius: 0;
}
textarea {
  display: inherit;
  padding-top: 20px;
}
label {
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--button-text);
}
.form-group {
  position: relative;
}
input:focus,
button:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--black-90);
  color: var(--black-100);
}
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}
input[type=checkbox], input[type=radio] {
  height: auto;
  width: auto;
}
.fa, .fas{
  font-weight: lighter;
}
.fa-long-arrow-right:before,
.fa-long-arrow-left:before {
  font-weight: lighter;
}
.fa-star{
  color: var(--main-color);
}
.fa-star:before{
  font-size: 12px;
  font-weight: bolder;
}
.black-160-bg{
  background: var(--black-160);
}
.black-100-bg{
  background: var(--black-100);
}
.black-90-bg{
  background: var(--black-90);
}
.black-80-bg{
  background: var(--black-80);
}
.black-70-bg{
  background: var(--black-70);
}
.black-60-bg{
  background: var(--black-60);
}
.black-50-bg{
  background: var(--black-50);
}
.black-40-bg{
  background: var(--black-40);
}
.black-30-bg{
  background: var(--black-30);
}
.black-20-bg{
  background: var(--black-20);
}
.black-10-bg{
  background: var(--black-10);
}
.primary-100-bg{
  background: var(--main-color);
}
/*******************************************************/
/******************  ## Common Classes *****************/
/*******************************************************/
.page-wrapper {
  position: relative;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  min-width: 300px;
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1410px;
  }
  .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media only screen and (max-width: 375px) {
  .col-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row {
  --bs-gutter-x: 0;
}
.no-gap {
  --bs-gutter-x: 0;
}
@media only screen and (min-width: 992px) {
  .gap-10 {
    --bs-gutter-x: 10px;
  }
  .gap-16 {
    --bs-gutter-x: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .gap-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .gap-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .gap-40 {
    --bs-gutter-x: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .gap-50 {
    --bs-gutter-x: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .gap-60 {
    --bs-gutter-x: 60px;
  }
  .gap-64 {
    --bs-gutter-x: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .gap-70 {
    --bs-gutter-x: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .gap-80 {
    --bs-gutter-x: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .gap-90 {
    --bs-gutter-x: 90px;
  }
  .gap-96 {
    --bs-gutter-x: 96px;
  }
}
@media only screen and (min-width: 992px) {
  .gap-100 {
    --bs-gutter-x: 100px;
  }
  .gap-128 {
    --bs-gutter-x: 128px;
  }
  .gap-256 {
    --bs-gutter-x: 256px;
  }
}
@media only screen and (min-width: 1200px) {
  .row-cols-xl-7>* {
    width: 14.2857%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
/** Button style **/
.theme-btn,
.theme-btn2,
a.theme-btn2,
a.theme-btn {
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 32px;
  background: var(--black-100);
  color: var(--button-text);
  border-radius: 4px;
  transition: color 0.4s ease;
}
.header-02 a.theme-btn,
.header-02 .theme-btn{
  padding: 8px 16px;
}
.second-btn{
  background: var(--main-color)!important;
}
.theme-btn::after {
  content: "";
  position: absolute;
  right: 28px; 
  top: 60%;
  transform: translateY(-50%) scale(0.2);
  width: 8px;
  height: 8px;
  background: currentColor; 
  border-radius: 50%;
  transition: transform 0.6s ease, background 0.4s ease;
  z-index: -1;
}
.header-02 .theme-btn::after{
  right: 12px;
  top: 64%;
}
.theme-btn:hover {
  color: #fff; 
}
.theme-btn2{
  width: 100%;
}
.theme-btn2:hover{
  background: var(--main-color);
  color: #fff;
}
.theme-btn3{
  background: var(--black-10)!important;
  color: var(--black-100)!important;
}
.theme-btn3:hover{
  color: #fff!important;
}
.theme-btn:hover::after {
  transform: translateY(-50%) scale(50); 
  background: var(--main-color);
}
/** Tab Style One **/
ul.nav-pills.tab-style-one{
  margin-left: auto;
  width: fit-content;
  max-width: 100%;
}
ul.nav-pills.tab-style-one.text-center{
  margin-right: auto;
}
ul.nav-pills.tab-style-one li{
  flex: unset;
}
ul.nav-pills.tab-style-one .nav-link{
  padding: 16px 32px;
  color: var(--heading-color);
}
.tab-style-one .nav-link {
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid var(--black-10);
}
.tab-style-one .nav-item.current .nav-link {
  color: #fff;
  background: var(--black-100);
}
.tab-style-one .nav-link.active {
  background: var(--black-100);
}
.tab-style-one .nav-link:hover {
  background: var(--black-100);
  color: #fff!important;
}
/*** Preloader style ** */
.preloader{
  position: relative;
  width: 100vw;
  height: 100vh;
}
.loader{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
}
.loader span{
  height: 20px;
  width: 20px;
  background: black;
  margin-left: 10px;
  float: left;
  animation: fade 2s linear infinite;
}
.loader span:nth-child(2){
  animation-delay: 0.2s;
}
.loader span:nth-child(3){
  animation-delay: 0.4s;
}
.loader span:nth-child(4){
  animation-delay: 0.6s;
}
.loader span:nth-child(5){
  animation-delay: 0.8s;
}
.loader span:nth-child(6){
  animation-delay: 1s;
}
.loader span:nth-child(7){
  animation-delay: 1.2s;
}
.loader span:nth-child(8){
  animation-delay: 1.4s;
}
.loader span:nth-child(9){
  animation-delay: 1.6s;
}
.loader span:nth-child(10){
  animation-delay: 1.8s;
}
@keyframes fade{
  95%{
    opacity: 0;
    transform: scale(0) rotate(120deg);
  }
  97%{
    transform: rotate(0deg);
  }
}
/* Pagination */
.pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}
.pagination li:not(:last-child){
  margin-right: 8px;
}
.pagination li a,
.pagination li .page-link {
  padding: 0;
  border: 1px solid var(--black-10);
  font-size: 20px;
  width: 56px;
  line-height: 56px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  color:var(--black-100);
  background: var(--black-10);
  border-radius: 50%;
}
.page-item:last-child .page-link,
.page-item:first-child .page-link{
  border-radius: unset;
  width: fit-content;
  padding: 0 20px;
  min-width: 56px;
  border-radius: 50%;
}
.pagination li.active .page-link,
.pagination li:hover:not(.disabled) .page-link:hover {
  color: var(--button-text);
  background: var(--main-color);
  border-radius: unset;
  border: 1px solid var(--main-color);
  border-radius: 50%;
}
/*** Scroll Top style ***/
.scroll-top {
  position: fixed;
  bottom: 25px;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 99;
  color: var(--button-text);
  display: none;
  font-size: 14px;
  cursor: pointer;
  line-height: 40px;
  background: var(--main-color);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  border-radius: 4px;
}
/* Textvar(--button-text) */
.text-white *, .text-white a,
.text-white .read-more,
.text-white .list-style-one li,
.text-white .list-style-one li:before,
.text-white .counter-text-wrap .count-text,
.text-white .hotline .content a:not(:hover) {
  color:var(--button-text);
}
.text-black{
  color: var(--black-100);
}
/*Project Filter*/
.filter-btns-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.filter-btns-one li {
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
  padding: 8px 15px;
  margin: 0 10px 20px;
  color: var(--main-color);
  text-transform: uppercase;
  border: 1px solid var(--border-color);
}
.filter-btns-one li.current {
  color:var(--button-text);
  background: var(--main-color);
  border-color: var(--main-color);
}
/* Position */
.rel {
  position: relative;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
.overlay {
  z-index: 1;
  position: relative;
}
.overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: var(--black-160);
}
/* Backgruond Size */
.bgs-cover {
  background-size: cover;
  background-position: center;
}
/*******************************************************/
/******************* ## Repeat Style ******************/
/*******************************************************/
.large4x-extrabold-text,
.large3x-extrabold-text,
.large-extrabold-text,
.large-text,
.medium-extrabold-text,
.medium-text,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {  
  color: var(--heading-color);
  font-family: "Syne", sans-serif;
}
.h5-number,
.h6-number{
  color: var(--heading-color);
  font-family: "Inter", sans-serif;
}
.large-text,
.medium-text,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4{
  font-weight: 700;
}
.large4x-extrabold-text,
.large3x-extrabold-text,
.large-extrabold-text,
.large-text,
.medium-extrabold-text,
.medium-text{
  line-height: 0.8;
}
h1,.h1{
  line-height: 1;
}
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h5-number,
.h6-number{ 
  line-height: 1.2; 
}
.label-text{
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Syne", sans-serif;
}
.large4x-extrabold-text {
  font-size: clamp(32px, 25vw, 666px);
  font-weight: 900;
  letter-spacing: -28px;
  margin-left: -10px;
}
.large3x-extrabold-text {
  font-size: 13vw;
  font-weight: 900;
  letter-spacing: -8px;
}
.large-extrabold-text {
  font-size: clamp(32px, 11vw, 232px);
  font-weight: 900;
  letter-spacing: -8px;
}
@media only screen and (min-width: 1400px) {
  .large-text {
    font-size: 200px;
    font-weight: 700;
    letter-spacing: -3px;
  }
  .medium-extrabold-text {
    font-size: 160px;
    font-weight: 900;
    letter-spacing: -3px;
  }
  .medium-text {
    font-size: 160px;
    font-weight: 700;
    letter-spacing: -3px;
  }
  h1, .h1 {
    font-size: 100px;
    font-weight: 900;
    letter-spacing: -3px;
  }
  h2, .h2 { font-size: 75px; font-weight: 700; }
  h3, .h3 { font-size: 56px; font-weight: 700; }
  h4, .h4 { font-size: 42px; font-weight: 700; }
  h5, .h5 { font-size: 32px; font-weight: 700; }
  h6, .h6, .h5-number.h6-number{ font-size: 24px; font-weight: 700; }
}
@media only screen and (max-width: 1399px) and (min-width: 1200px) {
  .large-text { font-size: 150px; }
  .medium-extrabold-text { font-size: 120px; }
  .medium-text { font-size: 120px; }
  h1, .h1 { font-size: 72px; }
  h2, .h2 { font-size: 56px; }
  h3, .h3 { font-size: 42px; }
  h4, .h4 { font-size: 36px; }
  h5, .h5 { font-size: 32px; }
  h6, .h6, .h5-number.h6-number { font-size: 28px; }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .large-text { font-size: 120px; }
  .medium-extrabold-text { font-size: 96px; }
  .medium-text { font-size: 96px; }
  h1, .h1 { font-size: 56px; }
  h2, .h2 { font-size: 42px; }
  h3, .h3 { font-size: 36px; }
  h4, .h4 { font-size: 32px; }
  h5, .h5 { font-size: 28px; }
  h6, .h6, .h5-number.h6-number { font-size: 24px; }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .large4x-extrabold-text {
    font-size: clamp(32px, 20vw, 120px);
    letter-spacing: 0;
  }
  .large-text { font-size: 80px; }
  .medium-extrabold-text { font-size: 72px; }
  .medium-text { font-size: 72px; }
  h1, .h1 { font-size: 42px; }
  h2, .h2 { font-size: 36px; }
  h3, .h3 { font-size: 32px; }
  h4, .h4 { font-size: 28px; }
  h5, .h5 { font-size: 24px; }
  h6, .h6, .h5-number.h6-number { font-size: 20px; }
}
@media only screen and (max-width: 767px) {
  .large4x-extrabold-text {
    font-size: clamp(32px, 14vw, 120px);
  }
  .large4x-extrabold-text,
  .large3x-extrabold-text,
  .large-extrabold-text,
  .large-text,
  .medium-extrabold-text,
  .medium-text{
    letter-spacing: 0;
  }
  .large-text { font-size: 56px; }
  .medium-extrabold-text { font-size: 48px; }
  .medium-text { font-size: 48px; }
  h1, .h1 { font-size: 36px; }
  h2, .h2 { font-size: 32px; }
  h3, .h3 { font-size: 28px; }
  h4, .h4 { font-size: 26px; }
  h5, .h5 { font-size: 24px; }
  h6, .h6, .h5-number.h6-number { font-size: 20px; }
}
/*******************************************************/
/************** ## Padding Margin Spacing *************/
/*******************************************************/
/* Padding Around */
.p-64 {
  padding: 64px;
}
/* Padding Top */
.pt-30,
.py-30 {
  padding-top: 30px;
}
.pt-32,
.py-32 {
  padding-top: 32px;
}
.pt-64,
.py-64 {
  padding-top: 64px;
}
.pt-96,
.py-96 {
  padding-top: 96px;
}
.pt-128,
.py-128{
  padding-top:  128px;
}
.pt-256,
.py-256{
  padding-top:  256px;
}
/* Padding Bottom */
.pb-30,
.py-30 {
  padding-bottom: 30px;
}
.pb-32,
.py-32 {
  padding-bottom: 32px;
}
.pb-40,
.py-40 {
  padding-bottom: 40px;
}
.pb-64,
.py-64 {
  padding-bottom: 64px;
}
.pb-96,
.py-96 {
  padding-bottom: 96px;
}
.pb-128,
.py-128 {
  padding-bottom: 128px;
}
.pb-256,
.py-256 {
  padding-bottom: 260px;
}
/*padding-right*/
.pr-16{
  padding-right: 16px;
}
.pr-32{
  padding-right: 32px;
}
.pr-64{
  padding-right: 64px;
}
.pr-96{
  padding-right: 96px;
}
.pr-128{
  padding-right: 128px;
}
/*padding-left*/
.pl-16{
  padding-left: 16px;
}
.pl-32{
  padding-left: 32px;
}
.pl-64{
  padding-left: 64px;
}
.pl-96{
  padding-left: 96px;
}
.pl-128{
  padding-right: 128px;
}
/* Margin Top */
.mt-0{
  margin-top: 0;
}
.mt-8,
.my-8{
  margin-top: 8px;
}
.mt-16,
.my-16{
  margin-top: 16px;
}
.mt-30,
.my-30{
  margin-top: 30px;
}
.mt-32,
.my-32{
  margin-top: 32px;
}
.mt-40,
.my-40{
  margin-top: 40px;
}
.mt-64,
.my-64{
  margin-top: 64px;
}
.mt-92{
  margin-top: 92px;
}
.mt-96,
.my-96 {
  margin-top: 96px;
}
.mt-128,
.my-128 {
  margin-top: 128px;
}
.mt-160,
.my-160{
  margin-top: 160px;
}
/* Margin Bottom */
.mb-0{
  margin-bottom: 0;
}
.mb-8,
.my-8{
  margin-bottom: 8px;
}
.mb-10,
.my-10{
  margin-bottom: 10px;
}
.mb-16,
.my-16{
  margin-bottom: 16px;
}
.mb-30,
.my-30{
  margin-bottom: 30px;
}
.mb-32,
.my-32{
  margin-bottom: 32px;
}
.mb-40,
.my-40{
  margin-bottom: 40px;
}
.mb-64,
.my-64{
  margin-bottom: 64px;
}
.mb-96,
.my-96{
  margin-bottom: 96px;
}
.mb-128,
.my-128{
  margin-bottom: 128px;
}
/* Margin Right */
.mr-64{
  margin-right: 64px;
}
.mr-128{
  margin-right: 128px;
}
/* Margin Left */
.ml-64{
  margin-left: 64px;
}
/*******************************************************/
/***************** ## Custom Animation ****************/
/*******************************************************/
/* Animation 
 */
.delay-1-0s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay-2-0s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delay-0-1s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.delay-0-2s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.delay-0-3s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.delay-0-4s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.delay-0-5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.delay-0-6s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.delay-0-7s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.delay-0-8s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.delay-0-9s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.delay-1-1s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.delay-1-2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.delay-1-3s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.delay-1-4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.delay-1-6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.delay-1-7s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.delay-1-8s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.delay-1-9s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
/* Menu Sticky */
@-webkit-keyframes sticky {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
/* Pulse */
@-webkit-keyframes zoomInOut {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes zoomInOut {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
  }
}
/*******************************************************/
/******************* ## Header style ******************/
/*******************************************************/
.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-header .header-upper {
  z-index: 5;
  width: 100%;
  position: relative;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.horizontal-page{
  background: var(--black-160);
}
.horizontal-page .main-header .header-upper,
.black-header.main-header .header-upper  {
  position: absolute;
}
.main-header.header-02 .header-inner{
  margin-left: auto;
  margin-right: auto;
  background: var(--black-10);
  box-shadow: 8px 8px 8px var(--black-30);
  padding: 0 32px;
  border-radius: 4px;
}
.main-header.fixed-header .header-upper{
  background: #fff;
}
.projects-columns-page .main-header.fixed-header .header-upper{
  background: var(--background);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.horizontal-page .main-header.fixed-header .header-upper{
  background: transparent;
}
.black-header.main-header.fixed-header .header-upper{
  background: var(--black-160);
}
.main-header.header-02.fixed-header .header-upper{
  background: var(--black-10);
}
.main-header.header-02 .header-inner{
  box-shadow: none;
}
.main-header .logo-outer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.main-header .theme-btn{
  margin-left: auto;
}

.main-header .navigation > li .fa-chevron-down:before {
  color: var(--heading-color);
}
.main-header.black-header .fa-chevron-down:before,
.horizontal-page .main-header .navigation > li .fa-chevron-down:before {
  color: var(--button-text)!important;
}
@media only screen and (max-width: 1399px) {
  .main-header.fixed-header .theme-btn,
  .main-header .theme-btn{
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .main-header .logo-outer {
    display: none;
  }
  .main-header .fa-chevron-down:before {
    color: var(--button-text)!important;
  }
}
.main-header .logo {
  z-index: 9;
  padding: 2px 0;
  position: relative;
}
.main-header.menu-absolute .header-upper {
  position: absolute;
}
.main-header.fixed-header .header-upper {
  top: 0;
  left: 0;
  position: fixed;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
}
.header-02 .main-menu .navbar-collapse .navigation  > li{
  padding: 16px;
}
@media only screen and (min-width: 992px) {
  .main-header.fixed-header .main-menu .navbar-collapse>ul>li {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .nav-outer{
    margin-left: 128px;
  }
  .main-header.header-02 .nav-outer{
    margin-left: auto;
  }
  .main-menu .navbar-collapse li:last-child{
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .nav-outer{
    width: 100%;
  }
  .header-02 .main-menu .navbar-collapse .navigation  > li{
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .main-menu .navbar-collapse>ul>li:before {
    content: '';
    position: absolute;
    bottom: 28px;
    left: 55%;
    width: calc(100% - 8px);
    height: 4px;
    background: var(--black-100);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .main-menu .navbar-collapse>ul>li:has(ul):before {
    left: 50%;
    width: calc(100% - 16px);
  }
  .header-02 .main-menu .navbar-collapse>ul>li:before {
    left: 51%;
    width: calc(100% - 32px);
  }
  .fixed-header .main-menu .navbar-collapse>ul>li:before {
    bottom: 24px;
  }
  .header-02 .main-menu .navbar-collapse>ul>li:before {
    background: var(--heading-color);
    bottom: 12px;
  }
  .main-menu .navbar-collapse>ul>li:hover:before {
    opacity: 1;
    visibility: visible;
  }
}
/** Header Main Menu **/
@media only screen and (max-width: 991px) {
  .main-menu {
    width: 100%;
  }
}
.main-menu .mobile-logo {
  margin-right: auto;
}
@media only screen and (max-width: 575px) {
  .main-menu .mobile-logo {
    max-width: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .main-menu .collapse {
    overflow: auto;
  }
}
.main-menu .navbar-collapse {
  padding: 0px;
}
.main-menu .navbar-collapse>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse>ul {
    display: block;
    padding: 25px 0;
    background: var(--black-100);
  }
  .main-menu .navbar-collapse>ul>li:last-child {
    border-bottom: 1px solid var(--black-90);
  }
}
@media only screen and (min-width: 992px) {
  .main-menu .navbar-collapse>ul>li {
    position: relative;
  }
}
.main-menu .navbar-collapse>ul>li>a {
  text-transform: uppercase;
}
.black-header .main-menu .navbar-collapse>ul>li>a,
.horizontal-page .main-menu .navbar-collapse>ul>li>a {
  color: var(--button-text);
}
@media only screen and (min-width: 992px) {
  .main-menu .navbar-collapse>ul>li>a {
    color: var(--heading-color);
  }
  .header-upper.style-2 .main-menu .navbar-collapse>ul>li>a{
    color:var(--button-text);
  }
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse {
    left: 0;
    width: 100%;
    position: absolute;
    max-height: calc(100vh - 80px);
  }
  .main-menu .navbar-collapse>ul>li>a {
    color: var(--button-text);
  }
}
.main-menu .navbar-collapse li {
  padding: 32px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .main-menu .navbar-collapse li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li {
    display: block;
    padding: 0 15px;
    border-top: 1px solid var(--black-90);
  }
}
.main-menu .navbar-collapse li.dropdown .dropdown-btn {
  cursor: pointer;
  font-size: 12px;
  margin-left: 5px;
}
@media only screen and (min-width: 992px) {
  .main-menu .navbar-collapse li.dropdown .dropdown-btn {
    color: var(--button-text);
  }
  .main-menu .navbar-collapse li li:first-child {
    border-top: none;
  }
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
    height: 43px;
    border-left: 1px solid var(--black-90);
    text-align: center;
    line-height: 43px;
  }
}
.main-menu .navbar-collapse li a {
  display: block;
  opacity: 1;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li a {
    padding: 10px 10px;
    line-height: 22px;
  }
}
.main-menu .navbar-collapse li.current>a, .main-menu .navbar-collapse li.current-menu-item>a {
  font-weight: 500;
}
.main-menu .navbar-collapse li li {
  border-top: 1px solid var(--black-90);
  background: var(--black-100);
}
.main-menu .navbar-collapse li li a {
  text-transform: capitalize;  
  color: var(--button-text);
}
.main-menu .navbar-collapse li li a:before {
  display: none;
}
.main-menu .navbar-collapse li ul {
  position: absolute;
  left: inherit;
  top: 100%;
  min-width: 250px;
  z-index: 100;
  display: none;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul {
    position: relative;
    display: none;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main-menu .navbar-collapse li ul:after {
    display: block;
    clear: both;
    content: "";
  }
}
@media only screen and (max-width: 991px) and (max-width: 375px) {
  .main-menu .navbar-collapse li ul {
    min-width: auto;
  }
}
.main-menu .navbar-collapse li ul li {
  width: 100%;
  padding: 10px 20px;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul li {
    padding: 0 15px;
  }
}
.main-menu .navbar-collapse li ul li ul {
  left: 100%;
  top: 0%;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul li ul {
    left: auto;
  }
}
.main-menu .navbar-header {
  display: none;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.main-menu .navbar-header .navbar-toggle {
  width: 46px;
  height: 46px;
  float: right;
  cursor: pointer;
  padding: 5px 14px;
  background: var(--main-color);
}
.main-menu .navbar-header .navbar-toggle .icon-bar {
  background:var(--button-text);
  height: 2px;
  display: block;
  margin: 4px 0;
}
.main-menu .navbar-header .navbar-toggle .icon-bar:nth-child(2) {
  margin-right: 30%;
}
.main-menu .navbar-header .navbar-toggle .icon-bar:nth-child(3) {
  margin-right: 60%;
}
/* Menuvar(--button-text) */
.main-header.menu-white .nav-search>button {
  color:var(--button-text);
}
@media only screen and (min-width: 992px) {
  .main-header.menu-white .main-menu .navigation>li>a,
  .main-header.menu-white .main-menu .navigation>.dropdown>.dropdown-btn {
    color:var(--button-text);
  }
}
.main-header.menu-white .main-menu .navigation li li a:hover {
  color: var(--main-color);
}
.main-header.menu-white .menu-sidebar button .icon-bar,
.main-header.menu-white .main-menu .navbar-toggle .icon-bar {
  background:var(--button-text);
}
.main-header.menu-white .toggle-btn {
  --c: conic-gradient(from -90deg,var(--button-text) 90deg, #0000 0);
}
/*******************************************************/
/******************** ## Hero Area ********************/
/*******************************************************/
.hero-area {
  background: var(--black-160);
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.hero-area .container{
  padding-top: 92px;
  padding-bottom: 64px;
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100vh;
}
.hero-area .row1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; 
}
.hero-area .face{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%; 
  top: 50%; 
  transform: translate(-50%,-50%);
  transform-style: preserve-3d;
  transform: translate(-50%,-50%) perspective(20px) rotateY(10deg) rotateX(5deg);
}
.hero-area .nointeractive{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%; 
  top: 50%; 
  transform: translate(-50%,-50%);
}
.stroke {
  -webkit-text-stroke: 2px var(--black-100);
  color: transparent;
}
.stroke-white {
  -webkit-text-stroke: 2px #fff;
  color: transparent!important;
}
.hero-area .under{
  position: absolute;
  left: 0;
  top: 0;
}
.text-right{
  text-align: right;
}
.hero-area .text-right .under{
  right: 0;
}
.hero-area .running-slider{
  width: 40%;
  top: -24vh;
  border-right: 8px solid var(--black-90);
}
.running-slider {
  overflow: hidden;
}
.running-slider-inner {
  width: fit-content;
  display: flex;
  gap: 30px;
  animation: slideLeft 20s linear infinite;
}
.hero-area .service {
  width: 25vw;
  background: var(--black-100);
  padding: 16px 32px;
  border-radius: 30px;
}
@media(max-width: 1399px){
  .hero-area .service {
    width: 40vw;
  }
}
@media(max-width: 991px){
  .hero-area .row:has(> .running-slider),
  .hero-area .face,
  .hero-area .nointeractive,
  .hero-area .title2 {
    display: none;
  }
}
@media(max-width: 575px){
  .hero-area .row2 {
    display: none;
  }
  .hero-area .row1 {
    justify-content: center; 
  }
}
.hero-area .service h6{
  font-weight: 500;
}
@keyframes slideLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.hero-area video{
  max-width: 450px!important;
  max-height: 240px!important;
  border-radius: 30px!important;
  border: 8px solid var(--black-90)!important;
}
.hero-lines {
  position: absolute;
  top: -70%;     
  right: -85%;   
  width: 200%;
  height: 200%;
  transform: rotate(25deg); 
  pointer-events: none;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-lines .line {
  position: absolute;
  width: 200%;
  height: 2px;
  background: white;
  opacity: 0.5;
  transform-origin: center center; 
  animation: swing 8s ease-in-out infinite alternate;
}
.hero-lines .line1   { background: #B56B37; transform: rotate(-15deg); }
.hero-lines .line2  { background: #FFFFFF; transform: rotate(5deg);  animation-delay: 2s; }
.hero-lines .line3 { background: var(--main-color); transform: rotate(25deg);  animation-delay: 4s; }
@keyframes swing {
  0%   { transform: rotate(var(--base, 0deg)); }
  100% { transform: rotate(calc(var(--base, 0deg) + 35deg)); }
}

/*hero-area-2  ---- index-2*/
.page-wrapper:has(.header-02) img{
  border-radius: 4px;
}
.hero-area-2 .images{
  padding: 10px 0;
  justify-content: center;
}
.hero-area-2 .images img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media(max-width: 991px){
  .hero-area-2 .images img{
    height: 160px;
  }
  .hero-area-2 .content3 > .text-right{
    text-align: center;
    margin-bottom: 16px;
  }
  .hero-area-2 .content3 > .text-left{
    text-align: center;
    margin-top: 16px;
  }
}
@media(max-width: 575px){
  .hero-area-2 .images img{
    height: 80px;
  }
}
.magnetic-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(.22,1.61,.36,1);
  will-change: transform;
  display: block;
  box-shadow: 4px 4px 4px var(--black-50);
}
.hero-area-2 .images > div:nth-child(4n+1) img{ 
  transform: rotate(10deg); 
}
.hero-area-2 .images > div:nth-child(4n+3) img { 
  transform: rotate(5deg);  
}
.hero-area-2 .content3{
  margin: 64px auto 0;
}
.hero-area-2 .boxtext{
  padding: 16px;
  border-radius: 30px;
  border: 1px solid var(--black-20);
}
.hero-area-2 .content3 .boxtext h6,
.hero-area-2 .content3 .boxtext p:last-child{
  margin-bottom: 0;
}
/*hero-area-3*/
.hero-area-3 .cylinder-wrap{
  width: 100%;
  height: 35vh;
  padding: 0 32px;
}
.hero-area-3 .col-sm-4 > img{
  height: 35vh;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.hero-area-3 .col-sm-4:first-child > img{
  padding-left: 64px; 
  padding-right: 32px; 
}
.hero-area-3 .col-sm-4:last-child > img{
  padding-left: 32px; 
  padding-right: 64px; 
}
.hero-area-3 .cylinder img:nth-child(1) {
  transform: rotateY(0deg) translateZ(200px);
}
.hero-area-3 .cylinder img:nth-child(2) {
  transform: rotateY(120deg) translateZ(200px);
}
.hero-area-3 .cylinder img:nth-child(3) {
  transform: rotateY(240deg) translateZ(200px);
}
.hero-area-3 .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media(max-width: 1599px){
  .hero-area-3 .cylinder img:nth-child(1) {
    transform: rotateY(0deg) translateZ(150px);
  }
  .hero-area-3 .cylinder img:nth-child(2) {
    transform: rotateY(120deg) translateZ(150px);
  }
  .hero-area-3 .cylinder img:nth-child(3) {
    transform: rotateY(240deg) translateZ(150px);
  }
}
@media(max-width: 1199px){
  .hero-area-3 .cylinder img:nth-child(1) {
    transform: rotateY(0deg) translateZ(100px);
  }
  .hero-area-3 .cylinder img:nth-child(2) {
    transform: rotateY(120deg) translateZ(100px);
  }
  .hero-area-3 .cylinder img:nth-child(3) {
    transform: rotateY(240deg) translateZ(100px);
  }
}
@media(max-width: 991px){
  .hero-area-3 .cylinder img:nth-child(n+2){
    display: none;
  }
  .hero-area-3 .cylinder-wrap{
    padding: 0 16px;
  }
  .hero-area-3 .col-sm-4:first-child > img{
    padding-left: 32px; 
    padding-right: 16px; 
  }
  .hero-area-3 .col-sm-4:last-child > img{
    padding-left: 16px; 
    padding-right: 32px; 
  }
}
@media(max-width: 575px){
  .hero-area-3 .cylinder-wrap{
    padding: 0;
    width: 100%;
    height: 32vh;
  }
  .hero-area-3 .col-sm-4:first-child > img{
    padding-left: 0; 
    padding-right: 0; 
  }
  .hero-area-3 .col-sm-4:last-child > img{
    padding-left: 0; 
    padding-right: 0; 
  }
  .hero-area-3 .cylinder-wrap img{
    width: 100%;
  }
  .hero-area-3 > .row{
    display: block;
  }
}
/*******************************************************/
/******************* ## Index Horizontal *******************/
/*******************************************************/
/* Menu */
.index-horizontal .fa-chevron-down:before {
  color: white;
}
.horizontal-page .main-menu .navbar-header .navbar-toggle {
  width: 80px!important;
  height: 60px!important;
  background: var(--black-100);
}
@media (min-width: 992px) {
  .horizontal-page .main-menu .navbar-header .navbar-toggle {
    position: fixed;
    top: 16px;
    left: 16px;
  }
  .horizontal-page .main-header.fixed-header .header-upper {
    -webkit-box-shadow: unset; 
    box-shadow: unset; 
  }
  .horizontal-page .main-menu{
    z-index: 9;
    position: relative;
    display: flex;
    gap: 64px;
  }
  .horizontal-page .nav-outer {
    margin-left: 33px;
    height: 60px;
    margin-top: 16px;
    background: var(--black-100);
  }
  .horizontal-page .navigation {
    height: 60px;
    padding-right: 32px;
    padding-left: 16px;
  }
  .horizontal-page .main-menu .navbar-collapse>ul>li:before{
    content: none;
  }
  .horizontal-page .main-menu .navbar-header {
    display: flex!important;
  }
  .horizontal-page .main-menu .navbar-collapse {
    display: none!important;
  }
  .horizontal-page .main-menu .navbar-collapse.show {
    display: flex!important;
  }
}
.horizontal-page .main-menu .theme-btn{
  background: var(--black-90);
}
/* End Menu */
.index-horizontal .gsapcontainer {
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  background-color: var(--black-160);
}
.index-horizontal .panel {
  width: 100vw;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  flex: 0 0 auto;
  background-color: var(--black-160);
}
@media(min-width: 992px){
  .index-horizontal .panel {
    padding-right: 16px;
  }
}
.index-horizontal .panel2x{
  width: 200vw;
}
.index-horizontal .hero{
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 16px;
}
.index-horizontal .hero-heading{
  max-width: 100%;
  overflow: hidden;
}
.index-horizontal .line {
  opacity: 0;
  transition: opacity 0.6s ease, fadeLine1 0.6s ease;
}
.index-horizontal .line1 {
  animation: fadeLine1 1.5s forwards;
  position: absolute;
  top: 0;
  left: 0;
}
.index-horizontal .line2 {
  animation: fadeLine2 1.5s forwards;
  animation-delay: 1.5s; 
}
@keyframes fadeLine1 {
  0%   { opacity: 0; }
  20%, 80% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes fadeLine2 {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
.index-horizontal .hero-text .hero-text{
  width: fit-content;
}
.index-horizontal .hero-text span {
  position: relative;
  color: transparent;
  opacity: 0;
  animation: rise 0.8s forwards;
  margin-left: -20px;
  padding-right: 20px;
}
.index-horizontal .hero-text span:first-child {
  margin-left: 0;
}
.index-horizontal .hero-text span:nth-child(1) { animation-delay: 1.5s; }
.index-horizontal .hero-text span:nth-child(2) { animation-delay: 1.6s; }
.index-horizontal .hero-text span:nth-child(3) { animation-delay: 1.7s; }
.index-horizontal .hero-text span:nth-child(4) { animation-delay: 1.8s; }
.index-horizontal .hero-text span:nth-child(n+5) { animation-delay: 1.9s; }
@keyframes rise {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: none;  
    opacity: 1;
  }
}
.index-horizontal .hero-text .letters{
  position: relative;
  z-index: 2;
}
.index-horizontal .hero-text .lettershadow{
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 1;
}
.index-horizontal .hero .large4x-extrabold-text{
  text-shadow: 1px 0px #fff, 0px 0px #fff, 0px 0px #fff, 0px 0px #fff;
}
.index-horizontal .large3x-extrabold-text{
  color: #fff;
}
.index-horizontal .hero-text .letters span:hover {
  text-shadow: 1px 0px 0px rgba(255,255,255,0.2);
  background: url('../images/index-horizontal/bg.jpg') center/cover no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  transition: background 0.8s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .index-horizontal .hero .large4x-extrabold-text { 
    text-shadow: none;
  }
  .index-horizontal .hero-text .lettershadow{
    display: none!important;
  }
  .index-horizontal .hero-text span:first-child {
    margin-left: 0;
  }
}
.index-horizontal .cylinder-wrap{
  background: var(--background);
  width: 100%;
  height: 30vh;
  padding: 64px 128px;
}
.cylinder {
  position: relative;
  width: 100%;   
  height: 100%;  
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  transition: transform 0.2s ease-out;
}
.cylinder img {
  position: absolute;
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  border-radius: 4px;
}
.index-horizontal .cylinder img {
  box-shadow: 8px 4px 4px #918F90;
}
.index-horizontal .cylinder img:nth-child(1) {
  transform: rotateY(0deg) translateZ(150px);
}
.index-horizontal .cylinder img:nth-child(2) {
  transform: rotateY(120deg) translateZ(150px);
}
.index-horizontal .cylinder img:nth-child(3) {
  transform: rotateY(240deg) translateZ(150px);
}
.index-horizontal .hero-desc .content{
  margin-bottom: 8vh;
}
@media(max-width: 1400px){
  .index-horizontal .hero-desc .content{
    padding-right: 32px;
  }
}
.index-horizontal .socials p{
  display: inline-block;
}
.index-horizontal .socials p:not(:last-child){
  padding-right: 16px;
}
.index-horizontal .video-wrap{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27vw;
  height: 30vh;
  overflow: hidden; 
}
.index-horizontal .video-wrap iframe{
  width: 100%; 
  height: 100%; 
}
.index-horizontal .scroll-right{
  position: relative;
  z-index: 2;
}
.index-horizontal .socials h6,
.index-horizontal .scroll-right{
  color: var(--black-50);
}
.index-horizontal .gallery {
  display: grid;
  grid-template-rows: 1fr auto 1fr; 
  height: 100%;
  position: relative;
}
.index-horizontal .gallery .large4x-extrabold-text{
  color: #fff;
}
.index-horizontal .gallery .row1 {
  margin-bottom: -64px; 
  max-height: 30vh;
}
.index-horizontal .gallery .row2 .large4x-extrabold-text{
  margin-left: 256px;
  width: auto;
}
.index-horizontal .gallery .row3 {
  margin-top: -16px; 
  max-height: 30vh;
}
.index-horizontal .gallery .gal-img1{
  text-align: right;
}
.index-horizontal .gallery .gal-img1 img{
  margin-right: 128px;
}
@media(min-width: 992px){
  .index-horizontal .gallery img{
    width: auto;
    max-height: 30vh;
  }
} 
.index-horizontal .projects{
  padding: 128px;
  height: 100%;
}
.index-horizontal .project{
  border: 1px solid var(--black-40);
  background-color: rgba(255, 255, 255, 0.25);
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
}
.index-horizontal .project img{
  padding: 16px 48px;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform .5s ease;
}
.details-popup .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity .3s ease;
}
.details-popup .plus {
  font-size: 48px;
  color: #fff;
  transform: scale(0.6);
  transition: transform .3s ease;
}
.details-popup:hover img {
  transform: scale(1.05);
}
.details-popup:hover .overlay {
  opacity: 1;
}
.details-popup:hover .plus {
  transform: scale(1);
}
.pin1,
.pin2,
.pin3,
.pin4{
  background: var(--black-100);
  width: 32px;
  height: 16px;
  box-shadow: 8px 4px 4px #000;
}
.pin1{
  position: absolute;
  top: 16px;
  left: 16px;
}
.pin2{
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.pin3{
  position: absolute;
  top: 16px;
  right: 16px;
}
.pin4{
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.project-popup .project-overlay{
  display: none; 
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.project-popup .project-details{
  background: #fff;
  padding: 40px;
  max-width: 800px;
  width: auto;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  animation: fadeInUp 0.4s ease;
}
.project-popup .project-detail{
  display: none;
}
.project-popup .close-btn {
  background: var(--black-100);
  color: #fff;
  padding:  16px;
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  font-size: 30px;
  cursor: pointer;
}
@keyframes fadeInUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media(max-width: 1500px){
  .index-horizontal .cylinder-wrap{
    padding: 32px 64px;
  }
  .index-horizontal .cylinder img:nth-child(1) {
    transform: rotateY(0deg) translateZ(80px);
  }
  .index-horizontal .cylinder img:nth-child(2) {
    transform: rotateY(120deg) translateZ(80px);
  }
  .index-horizontal .cylinder img:nth-child(3) {
    transform: rotateY(240deg) translateZ(80px);
  }
}
@media(max-width: 991px){
  .pin-spacer{
    order: unset!important;
    place-self: unset!important;
    grid-area: unset!important;
    z-index: unset!important;
    float: none!important;
    flex-shrink: unset!important;
    display: unset!important;
    margin: unset!important;
    inset: unset!important;
    position: relative!important;
    flex-basis: unset!important;
    overflow: unset!important;
    box-sizing: unset!important;
    width: unset!important;
    height: unset!important;
    padding: unset!important;
  }
  .index-horizontal {
    translate: none!important;
    rotate: none!important;
    scale: none!important;
    max-width: unset!important;
    width: unset!important;
    max-height: unset!important;
    height: unset!important;
    box-sizing: unset!important;
    position: unset!important;
    transform: unset!important;
  }
  .gsapcontainer{
    translate: none!important;
    rotate: none!important;
    scale: none!important;
    left: unset!important;
    top: unset!important;
    margin: unset!important;
    max-width: unset!important;
    width: unset!important;
    max-height: unset!important;
    height: auto!important;
    padding: unset!important;
    box-sizing: unset!important;
    position: unset!important;
    transform: unset!important;
    display: block!important;
  }
  .panel{
    translate: none!important;
    rotate: none!important;
    scale: none!important;
    transform: unset!important;
  }
  .index-horizontal .gsapcontainer {
    width: 100vw;
    height: auto;
    display: block;
  }
  .index-horizontal .panel,
  .index-horizontal .panel2x {
    width: 100vw!important;
  }
  .large4x-extrabold-text{
    text-shadow: none!important;
    margin-left: 0!important;
  }
  .index-horizontal .line1{
    top: 16px;
    left: 16px;
  }
  .index-horizontal .hero-text .bg{
    display: none!important;
  }
  .index-horizontal .large4x-extrabold-text span{
    color: white;
  }
  .index-horizontal .video-and-scrollexplore{
    display: none;
  }
  .cylinder-wrap{
    background: var(--background);
    height: 50vh;
    padding: 32px 200px;
    margin: 32px 0;
  }
  .cylinder {
    transform-style: unset;
    transform: none!important;
    transition: unset;
  }
  .cylinder img{
    object-fit: cover;
    width: auto;
    position: relative;
  }
  .cylinder img:nth-child(1),
  .cylinder img:nth-child(2),
  .cylinder img:nth-child(3) {
    transform: none!important;
  }
  .index-horizontal .cylinder{
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .index-horizontal .gallery {
    display: block;
    height: auto;
  }
  .index-horizontal .gallery .row2{
    position: absolute;
    top: 32px;
  }
  .index-horizontal .gallery .row1,
  .index-horizontal .gallery .row3{
    height: auto;
    max-height: unset;
  }
  .index-horizontal .gallery .row1 {
    margin-bottom: 0;
  }
  .index-horizontal .gallery .row3 {
    margin-top: 0;
  }
  .index-horizontal .projects > div:not(:first-child){
    margin-top: 64px;
  }
  .index-horizontal .panel2x.bgs-cover{
    background-image: unset!important;
    background: var(--black-100);
  }
  .horizontal-page .navbar-toggle{
    right: 0;
    position: absolute;
    top: 16px;
  }
  .horizontal-page .main-header.fixed-header .navbar-toggle{
    top: 0!important;
  }
  .horizontal-page .main-menu .navbar-collapse {
    margin-top: 60px;
  }
  .index-horizontal .projects {
    padding: 64px; 
  }
  .index-horizontal .cylinder img{
    box-shadow: none;
  }
}
@media(max-width: 767px){
  .index-horizontal .cylinder-wrap{
    height: auto;
  }
  .index-horizontal .cylinder img{
    max-width: 120px;
  }
}
@media(max-width: 575px){
  .cylinder-wrap{
    padding: 0;
    background: unset;
  }
  .index-horizontal .cylinder{
    gap: 16px;
  }
  .index-horizontal .cylinder-wrap {
    padding: 0;
    background: unset;
  }
  .index-horizontal .projects {
    padding: 16px; 
  }
  .index-horizontal .project img {
    padding: 16px 32px;
  }
  .index-horizontal .pin1, 
  .index-horizontal .pin2, 
  .index-horizontal .pin3, 
  .index-horizontal .pin4{
    width: 16px;
    height: 8px;
  }
  .index-horizontal .projects > div:not(:first-child) {
    margin-top: 16px;
  }
}
@media(max-width: 400px){
  .index-horizontal .cylinder{
    margin-left: -12px;
    margin-top: 16px;
  }
  .index-horizontal .cylinder-wrap{
    padding-top: 16px;
  }
  .index-horizontal .cylinder img{
    max-width: 80px;
  }
}
/*******************************************************/
/******************* ## Index Vertical *******************/
/*******************************************************/
.vertical-page .main-header .header-upper{
  background-color: #fff;
}
.vertical-page:has(.verticalstyle1) .main-header.fixed-header{
  opacity:0;
}
.vertical-page:has(.verticalstyle1) .main-header .header-upper{
  background-color: rgba(255, 255, 255, 0.6);
}
.index-vertical {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.index-vertical .panel {
  height: 100vh!important;
  max-height: 100vh;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-vertical.verticalfixedheader .panel {
  height: calc(100vh - 92px) !important;
}
.pin-spacer:has(+ .pagination){
  z-index: -1!important;
}
.index-vertical img{
  max-height: 100vh;
  min-height: 30vh;
  object-fit: cover;
}
.index-vertical .panelimage{
  height: 100%;
  width: 100%;
}
.index-vertical .panelcontent,
.index-vertical img{
  margin: auto 0;
}
.index-vertical .content-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}
.negative-ml{
  margin-left: -15vw;
}
.negative-ml + .content{
  margin-top: -32px;
}
.index-vertical .verticalstyle1{
  padding-right: 64px;
}
.index-vertical .pagination {
  position: fixed;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end; 
  gap: 16px;
  z-index: 100;
}
.index-vertical .dot {
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  transition: background 0.3s;
  border: 1px solid var(--black-100);
  margin: auto;
}
.index-vertical .panel.bg-white{
  color: var(--black-100);
}
.index-vertical .panel.black-160-bg,
.index-vertical .panel.black-160-bg h1,
.index-vertical .panel.black-160-bg h6{
  color: #fff;
}
.index-vertical .panel.bg-white .dot{
  background: var(--black-160); 
}
.index-vertical .panel.black-160-bg .dot{
  background: #fff; 
}
.index-vertical .dot.active {
  width: 18px;
  height: 18px;
}
.index-vertical .socials i{
  font-size: 32px;
}
.index-vertical .socials a:not(:last-child){
  padding-right: 16px;
}
.index-vertical .panel.bg-white .socials i{
  color: var(--black-100);
}
.index-vertical .panel.black-160-bg .socials i{
  color: #fff;
}
@media(max-width: 1199px){
  .negative-ml + .content {
    margin-top: -16px;
  }
}
@media(max-width: 991px){
  .negative-ml {
    margin-left: -10vw;
  }
  .index-vertical .panel{
    height: auto!important;
    display: block;
  }
  .index-vertical .pagination,
  .index-vertical .panel:has(+ .pagination),
  .index-vertical .panel .col-lg-2{
    display: none!important;
  }
  .index-vertical .panel .gap-30{
    --bs-gutter-x: 16px;
  }
}
@media(max-width: 767px){
  .index-vertical .panel{
    max-height: unset;
  }
  .index-vertical img {
    max-height: 50vh;
  }
  .negative-ml {
    margin-left: 0;
  }
  .index-vertical .panelcontent{
    padding: 32px;
  }
  .index-vertical .container-fluid.py-64 .panelcontent{
    padding: 32px 32px 0 32px;
  }
  .index-vertical .panelcontent .content.mt-128{
    margin-top: 32px;
  }
  .negative-ml + .content {
    margin-top: -8px;
  }
}

/*******************************************************/
/********* ## Projects Area *********/
/*******************************************************/
/*Home 1 projects*/
.project-area .pro-title h6,
.projects-filter .pro-title h6{
  float: left;
  text-align: left;
}
.magichover {
  transition: transform 0.3s ease;
  will-change: transform;
}
@media(max-width: 991px){
  .project-area .row > .col-md-12:not(:last-child){
    margin-bottom: 64px;
  }
  .project-area .row.mb-128{
    margin-bottom: 64px;
  }
  .projects-filter .gap-64{
    --bs-gutter-x: 16px;
  }
}
/*projects-vertical*/
.projects-vertical .pagination{
  display: none;
}
.projects-vertical .number {
  width: fit-content;
  padding: 0 64px;
  white-space: nowrap;
  margin-bottom: -1px;
}
.projects-vertical img{
  width: 100%;
  height: 100%;
  max-height: 640px;
  object-fit: cover;
}
section .category{
  display: inline-block;
  width: auto;
  padding: 8px 16px;
  border-radius: 4px;
  background: #fff;
  color: var(--black-100);
}
section .category:not(:last-child){
  margin-right: 16px;
}
section .category:last-child{
  margin-bottom: 0;
}
section + .pin-spacer{
  margin-bottom: 128px;
}
.projects-vertical {
  position: relative;
}
.projects-vertical .panel {
  position: absolute;
  width: 100%;
  height: 80vh;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(50px);
}
.projects-vertical .panel:first-child {
  opacity: 1;
  transform: translateY(0);
}
.projects-vertical::after {
  content: "";
  display: block;
  height: var(--spacer-height, 0); 
}
@media(max-width: 991px){
  .projects-vertical .panel{
    position: relative;
    opacity: 1;
    height: auto;
  }
  .projects-vertical .panel:not(:first-child){
    margin-top: 64px;
  }
  .projects-vertical .panel .panelimage{
    margin-bottom: 32px;
  }
}
@media(max-width: 575px){
  .projects-vertical .number{
    padding: 0 32px;
  }
  .projects-vertical .content-wrap{
    padding: 32px;
  }
}
/*projects filter*/
.projects-filter{
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.projects-filter .item{
  margin-bottom: 64px;
}
.projects-filter .item img{
  width: 100%;
  object-fit: cover;
}
.projects-filter .category{
  background: transparent;
  border-radius: 4px;
  border: 1px solid var(--black-100);
}
/*projects 3 columns*/
.gallery-drag-page .main-header,
.projects-columns-page .main-header{
  position: absolute;
  top: 0;
  left: 0;
}
.projects-columns-horizontal {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.projects-columns-horizontal .projects-wrapper {
  display: flex !important;
  height: 70vh; 
  padding-bottom: 32px;
}
.projects-columns-horizontal.sixcolumns .projects-wrapper{
  height: 50vh;
}
.projects-columns-horizontal.fourcolumns .projects-wrapper{
  height: 60vh;
}
.projects-columns-horizontal .project-wrap{
  height: 100%;        
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.project-wrap .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity .3s ease;
}
.projects-columns-horizontal img{
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.image-wrap {
  position: relative;
  overflow: hidden;
}
.image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.projects-columns-page p a{
  color: var(--heading-color);
}
.bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
}
.bottom-text .label-text{
  margin-left: auto;
  padding-bottom: 20px;
}
@media(max-width: 991px){
  .projects-columns-page .main-header {
    position: relative;
  }
  .projects-columns-horizontal .project-wrap{
    margin-top: 64px;
  }
  .projects-columns-horizontal .projects-wrapper,
  .projects-columns-horizontal .project-wrap,
  .projects-columns-horizontal{
    overflow: unset;
    height: auto;
    display: block!important;
  }
  .align-items-end{
    align-items: unset!important;
    display: block;
  }
  .projects-columns-horizontal .bottom-text{
    display: none;
  }
}
/*gallery drag*/
.gallery-drag-page .main-header .header-upper,
.gallery-drag-page .bottom-text{
  background: rgba(255, 255, 255, 0.5);
}
.gallery-container {
  width: 100vw;
  height: 100vh; 
  overflow: hidden;
  position: relative;
}
.gallery-track {
  display: grid;
  grid-template-columns: repeat(6, 1fr); 
  grid-template-rows: repeat(3, 1fr);
  grid-auto-rows: 700px; 
  gap: 128px;
  width: max-content;
  height: max-content;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); 
}
.gallery-track > .gallery-item{
  align-self:  center;
}
.gallery-track > .gallery-item:nth-child(-n+6) {
  align-self: end;
}
.gallery-track > .gallery-item:nth-child(n+13) {
  align-self: start;
}
.gallery-item {
  max-width: 640px;   
  max-height: 640px;  
  overflow: hidden;
  border-radius: 8px;
}
.gallery-item img {
  width: 100%;
  height: auto;      
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; 
  display: block;
}
.gallery-drag-page video{
  width: 100%;
}
.gallery-drag-page .bottom-text{
  z-index: 9999;
}
@media(max-width:991px){
  .gallery-container {
    height: auto; 
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch;
  }
  .gallery-track {
    display: grid;
    grid-template-columns: 1fr!important;
    gap: 32px;
    grid-template-rows: unset!important;
    grid-auto-rows: unset!important; 
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    transform: none!important;
    cursor: unset!important;
    margin-top: 80px;
  }
  .gallery-item {
    max-width: 100%;
      max-height: unset;
   }
  .bottom-text {
    position: relative;
    margin-top:32px;
  }
  .bottom-text .label-text{
    display:none;
  }
  .gallery-track > .gallery-item{
    align-self:  unset;
  }
  .gallery-track > .gallery-item:nth-child(-n+6) {
    align-self: unset;
  }
  .gallery-track > .gallery-item:nth-child(n+13) {
    align-self: unset;
  }
}
/*project details*/
.bd-bottom{
  border-bottom: 1px solid var(--black-100);
}
.pr-details-content .thumb{
  max-height: 800px;
}
.pr-details-content .category{
  background: transparent;
  border: 1px solid var(--black-100);
}
.reversecolumns2 .column-section .column-items{
  float: right;
  margin-top: -100vh;
  margin-bottom: -35vh;
}
.pin-spacer:has(.reversecolumns2) + .spacer-after-reversecolumns {
  height: 150vh;
}
.timebox{
  background: #B56B37;
  color: #fff;
  padding: 16px 32px;
  max-height: 60px;
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 4px;
}
.pr-details-content .icon{
  max-height: 60px;
}
.pr-categories .categories{
  padding: 64px;
  transform: rotate(-15deg);
  margin-top: 96px;
}
.pr-categories .category{
  background: transparent;
  border: 1px solid var(--black-100);
}
.pr-categories .category a{
  color: var(--black-100);
}
.pr-categories .category:nth-child(n+4){
  margin-top: 32px;
}
.pr-categories .category:nth-child(3n+1){
  transform: rotate(-15deg);
}
.pr-categories .category:nth-child(3n+2){
  transform: rotate(5deg);
}
.pr-categories .category:nth-child(3n){
  transform: rotate(15deg);
}
@media(max-width: 991px){
  .pr-details-content .col-lg-6:not(:first-child){
    margin-top: 64px;
  }
  .pr-categories .categories{
    transform: unset;
  }
  .pr-categories .category:nth-child(3n+1),
  .pr-categories .category:nth-child(3n+2),
  .pr-categories .category:nth-child(3n){
    transform: unset;
  }
  .pr-categories .category:nth-child(n+4){
    margin-top: 5px;
  }
}
@media(max-width: 575px){
  .bd-bottom .col-sm-2{
    display: none;
  }
  .pr-details-content .d-flex:has(.icon){
    flex-wrap: wrap;
  }
}
@media(max-width: 400px){
  .pr-categories .category:nth-child(n+2){
    margin-top: 5px;
  }
}
/*line-area*/
.line-hoz{
  width: 1px;
  height: 256px;
  background: var(--black-100);
  position: relative;
  margin:  0 auto;
}
.line-hoz::after{
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 3px;
  height: 32px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  animation: gridanim 15s linear infinite;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
@keyframes gridanim {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
@media(max-width: 991px){
  .line-hoz{
    height: 64px;
  }
}
/*Related Projects*/
.related-projects .carousel-item-next, 
.related-projects .carousel-item-prev, 
.related-projects .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.related-projects .pro-item{
  border:  1px solid var(--black-40);
  padding: 32px;
}
.related-projects .pro-item-wrap:first-child{
  padding-left: 0;
  padding-right: 20px;
}
.related-projects .pro-item-wrap:nth-child(2){
  padding-left: 10px;
  padding-right: 10px;
}
.related-projects .pro-item-wrap:last-child{
  padding-left: 20px;
  padding-right: 0;
}
@media(max-width: 767px){
  .related-projects .carousel-item .pro-item-wrap{
    display: none;
  }
  .related-projects .carousel-item.active .pro-item-wrap:nth-child(2){
    display: inherit;
  }
  .related-projects .carousel-item .pro-item-wrap:first-child {
    padding-right: 0;
  }
  .related-projects .carousel-item .pro-item-wrap:last-child {
    padding-left: 0;
  }
  .related-projects .carousel-item .pro-item-wrap:nth-child(2){
    padding: 0;
  }
}
/*******************************************************/
/******* ## Testimonials Area***********/
/*******************************************************/
/*Testimonials on home 1*/
.testimonials-area .testi-img img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.testimonials-area.style1 .rel{
  padding-right: 96px;
}
@media(max-width: 991px){
  .testimonials-area.style1 .heading{
    margin-bottom: 64px;
  }
  .testimonials-area.style1 .carousel-indicators{
    display: none;
  }
}
/*Testimonials on home 2*/
.carousel-item-next, 
.carousel-item-prev, 
.carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-item{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.testimonials-area .carousel-indicators{
  z-index: 1;
  margin-right: 0;
  margin-left: 0;
}
.testimonials-area .carousel-list-images{
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
}
@media(min-width: 576px){
  .testimonials-area.style2 .carousel-list-images .button-img:not(:first-child){
    margin-left: -32px;
  }
}
.testimonials-area .carousel-indicators [data-bs-target]{
  opacity: 1;
}
.testimonials-area .carousel-indicators button,
.testimonials-area .carousel-indicators [data-bs-target],
.testimonials-area .carousel-indicators button img{
  width: 100%;
  height: 160px;
  padding: 0;
  margin: 0;
  transition: all linear 0.7s;
}
.testimonials-area.style2 .carousel-indicators button img{
  opacity: 0.5;
}
.testimonials-area .carousel-indicators button.active,
.testimonials-area .carousel-indicators button.active img{
  opacity: 1;
  z-index: 4;
  transition: all linear 0.7s;
}
.testimonials-area .carousel-indicators button{
  border: unset;
  background: transparent;
}
.testimonials-area .carousel-indicators,
.testimonials-area .carousel-indicators button{
  position: relative;
}
.testimonials-area .carousel-indicators button img{
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.testimonials-area.style2 .carousel-indicators button img{
  border-radius: 80px;
}
@media(max-width: 991px){
  .testimonials-area.style2 .testimonial-item{
    width: 100%;
  }
  .testimonials-area.style2 .carousel-indicators button, 
  .testimonials-area.style2 .carousel-indicators [data-bs-target], 
  .testimonials-area.style2 .carousel-indicators button img{
    height: 64px;
  }
}
/*******************************************************/
/**************** ## Timeline *****************/
/*******************************************************/
.timeline-vertical .number {
  width: fit-content;
  padding: 0 32px;
  white-space: nowrap;
  margin-bottom: -1px;
}
.timeline-vertical {
  position: relative;
}
.timeline-vertical .panel {
  position: absolute;
  width: 100%;
  height: 70vh;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(50px);
}
.timeline-vertical .panel:first-child {
  opacity: 1;
  transform: translateY(0);
}
.timeline-vertical::after {
  content: "";
  display: block;
  height: var(--timelinespacer, 0); 
}
.decor .stroke{
  position: absolute;
  right: 0;
  top: 48vh;
}
.timeline-vertical .theprogress {
  position: absolute;
  top: 69vh;
  right: 0;
  width: 40%;
}
.timeline-vertical .progress-bar-wrap {
  height: 4px;
  background: var(--black-50); 
  z-index: 2;
}
.timeline-vertical .progress-bar {
  height: 100%;
  width: 0;
  background: var(--black-100); 
  transition: width 0.3s ease;
}
.timeline-vertical .panelimage{
  width: 100%;
  min-height: 252px;
  object-fit: cover;
}
@media(max-width: 991px){
  .timeline-vertical .decor,
  .timeline-vertical .decor + .row{
    display: none;
  }
  .timeline-vertical .panel{
    opacity: 1;
    position: unset;
    height: auto;
  }
  .timeline-vertical .panel:not(:last-child){
    margin-bottom: 64px;
  }
  .timeline-vertical{
    padding-bottom: 0;
  }
  .timeline-vertical .panelcontent{
    padding-left: 32px;
  }
}
@media(max-width: 766px){
  .timeline-vertical .panelcontent{
    padding-left: 0;
    margin-top: 32px;
  }
}
@media(max-width: 575px){
  .timeline-vertical .content-wrap{
    padding:32px;
  }
}
/*******************************************************/
/**************** ## Pricing Area *****************/
/*******************************************************/
.pricing-area ul.nav-pills.tab-style-one{
  background: var(--black-10);
  border-radius: 50px;
  padding: 8px 16px;
  height: fit-content;
}
.pricing-area .tab-style-one .nav-link{
  border-bottom: unset;
  border-radius: 50px;
  color: var(--black-100);
}
.pricing-area .tab-style-one .nav-link.active{
  border-bottom: unset;
  color: var(--button-text);
  background: var(--black-100);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.pricing-area .tab-style-one .nav-link:not(.active):hover{
  color: var(--button-text);
}
.pricing-area .tab-style-one .nav-link {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: transparent;
  transition: color 0.3s ease;
}
.pricing-area .tab-style-one .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--black-100); 
  z-index: -1;
  transition: width 0.4s ease;
}
.pricing-area .tab-style-one .nav-link.active::before {
  width: 100%;
}
.pricing-area .item:nth-child(n+4){
  margin-top: 30px;
}
.pricing-area .theme-btn{
  width: 100%;
}
.primary-10-bg h3,
.primary-10-bg h4{
  color: var(--black-100);
}
.pricing-area .item ul li:nth-child(n+2){
  margin-top: 16px;
}
.pricing-area .item-body{
  padding: 32px;
  position: relative;
  z-index: 2;
}
.pricing-area .item ul li{
  position: relative;
  padding-left: 24px;
}
.pricing-area .item ul li:after,
.pricing-area .item ul li:before{
  position: absolute;
  left: 0;
  top: 0;
}
.pricing-area .item ul li:before{
  content: '';
  width: 8px;
  height: 8px;
  top: 8px;
  left: 8px;
  border-radius: 50%;
  background: var(--black-50);
}
.pricing-area .item ul li:after{
  content: '';
  width: 16px;
  height: 16px;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  border: 1px solid var(--black-100);
}
.pricing-area .pricing-card:hover{
  background: var(--main-color);
  color: #fff;
}
.pricing-area .pricing-card:hover h2,
.pricing-area .pricing-card:hover h4,
.pricing-area .pricing-card:hover h6{
  color: #fff;
}
.pricing-area .pricing-card:hover .theme-btn2:hover{
  border:  1px solid #fff;
}
@media(max-width: 991px){
  .pricing-area .item:nth-child(n+2){
    margin-top: 30px;
  }
}
@media(max-width: 499px){
  .pricing-area ul.nav-pills.tab-style-one{
    justify-content: center;
    display: block;
    border-radius: 0;
  }
}
/*******************************************************/
/****************** ## CTA Area ********************/
/*******************************************************/
.cta-content {
  margin-top: 16px;
}
.cta-area form{
  border: 1px solid var(--heading-color); 
  margin-left: auto;
  margin-right: auto;
}
.cta-area input{
  width: 100%;
  height: 92px;
  color: var(--black-100);
  background-color: #fff;
}
.cta-border{
  border-radius: 4px;
  border: 8px solid var(--black-100);
  padding: 96px;
}
.cta-area .theme-btn2{
  width: auto;
  height: max-content;
  position: absolute;
  right: 16px;
  top: 16px;
}
@media(max-width: 991px){
  .cta-area .mt-64.d-flex.justify-content-center{
    display: inline-block!important;
  }
  .cta-area .mt-64.d-flex.justify-content-center .pl-32{
    padding-left: 0;
  }
  .cta-border{
    padding: 32px;
  }
}
@media(max-width: 575px){
  .cta-border{
    padding: 16px;
  }
  .cta-area .theme-btn2 {
    width: 100%;
    position: relative;
    right: 0;
    top: 16px;
  }
}
/*******************************************************/
/******************** ## Blog Area ********************/
/*******************************************************/
/*blog home page*/
.blog-home .thumb img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog-home .thumb .date{
  text-align: center;
  position: absolute;
  right: 16px;
  top: 16px;
  background: #fff;
  padding: 16px;
}
@media(max-width: 1299px){
  .blog-home .gap-256{
    --bs-gutter-x: 64px;
  }
}
@media(max-width: 991px){
  .blog-home .gap-256 .col-lg-8{
    margin-bottom: 64px;
  }
}
/*blog page*/
.breadcrumb {
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  background: transparent;
  text-transform: capitalize;
  display: inline-block;
  color: #fff;
}
.breadcrumb .breadcrumb-item {
  padding: 0;
  display: inline-block;
}
.breadcrumb .breadcrumb-item a:not(:hover),
.breadcrumb .breadcrumb-item {
  color: #fff;
}
.breadcrumb i{
    padding: 0 16px;
}
.blog-banner h1{
  color: var(--button-text);
}
.blog-thumb .carousel-buttons{
  position: absolute;
  top: 48%;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.blog-thumb button.prev{
  margin-left: 16px;
}
.blog-thumb button.next{
  margin-right: 16px;
}
.blog-thumb img{
  position: relative;
  object-fit: cover;
}
.blog-thumb button i{
  color: var(--black-100);
}
.blog-thumb .carousel-buttons button {
  background: none;
  border: none;
  position: relative;
  width:50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-color: #fff;
}
.blog-thumb .carousel-buttons button:hover {
  background-color: var(--black-10);
}
.blog-thumb .carousel-buttons .carousel-control-prev-icon,
.blog-thumb .carousel-buttons .carousel-control-next-icon {
  background: none; 
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.blog-thumb .carousel-buttons i {
  font-size: 18px;
  line-height: 1;
}
.blog-content .blog-meta{
  justify-content: left;
}
.blog-content .blog-desc{
  padding: 40px;
  color: var(--black-100);
  background: var(--black-10);
}
.blog-content .left{
  padding-right: 15px;
}
.blog-content .sidebar{
  padding-left: 15px;
}
.blog-item{
  margin-bottom: 30px;
}
.blog-item:last-child{
  margin-bottom: 0;
}
.video {
  -webkit-clip-path: none;
  clip-path: none;
  z-index: 1;
  position: relative;
}
.video-play {
  color:var(--button-text);
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 50px;
  border-radius: 50%;
}
@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
  }
}
.video-play {
  z-index: 1;
  font-size: 25px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  color: var(--button-text);
  display: inline-block;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -webkit-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}
.video-play:after{
  width: 100%;
  height: 100%;
}
.video-play:before{
  width: 80%;
  height: 80%;
}
.video-play:after, 
.video-play:before {
  z-index: -1;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.8;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid white;
}
.blog-content .sidebar .widget-wrapper:not(.search-wg){
  margin-top: 30px;
  padding: 40px;
}
.blog-content .widget-wrapper h6{
  margin-bottom: 25px;
}
.blog-content .sidebar .search-form input{
  background-color:var(--black-10);
  border-radius: unset;
  border: unset;
  height: 60px;
}
.sidebar a{
  color: var(--black-100);
}
.no-sidebar .blog-item{
  background: var(--black-160);
  padding: 64px;
}
@media(max-width: 767px){
  .no-sidebar .blog-item{
    padding: 16px;
  }
  .blog-content .blog-desc{
    padding: 16px;
  }
}
blog-content .sidebar .search-form{
  position: relative;
}
.blog-content .sidebar .search-form button{
  position: absolute;
  right: 0;
  color: var(--button-text);
  background: var(--black-100);
  padding: 16px 32px;
}
.blog-content .sidebar .recent-posts li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.blog-content .sidebar .recent-posts li:last-child{
  margin-bottom: 0;
}
.blog-content .sidebar .recent-posts a.recent-thumb{
  width: 96px;
  height: 96px;
  display: contents;
}
@media(min-width: 375px){
  .blog-content .sidebar .recent-posts li .content{
    margin-left: 16px;
  }
}
.blog-content .sidebar .recent-posts img{
  width: 96px;
  height: 96px;
  object-fit: cover; 
  aspect-ratio:  1/1;
}
.blog-content .sidebar .recent-posts li i{
  color: var(--main-color);
}
.blog-content .sidebar .recent-posts li h6{
  margin-bottom: 0;
}
.blog-content .sidebar .widget-categories li{
  margin-bottom: 16px;
  text-align: right;
  color: var(--black-100);
}
.blog-content .sidebar .widget-categories li a{
  float: left;
  color: var(--black-100);
}
.blog-content .sidebar .widget-categories li:last-child{
  margin-bottom: 0;
}
.blog-content .sidebar .widget-tags a{
  padding: 16px 32px;
  background:var(--button-text);
  color: var(--black-100);
  border-radius: 4px;
}
.blog-content .sidebar .widget-tags li{
  margin-bottom: 30px;
  margin-right: 4px;
  display: inline-block;
}
.blog-content .sidebar .widget-tags li:last-child{
  margin-right: 0;
  margin-bottom: 20px;
}
.blog-content .sidebar .tags {
  margin-top: 40px;
}
.sidebar .widget-categories{
  margin-top: -5px;
}
/*blog details*/
/* blockquote section */
blockquote {
  z-index: 1;
  padding: 32px;
  position: relative;
  background:var(--main-color);
  color: var(--button-text);
  overflow: hidden;
  margin: 30px 0;
  border-left: 5px solid var(--black-100);
}
@media only screen and (max-width: 375px) {
  blockquote {
    padding-left: 25px;
    padding-right: 25px;
  }
}
blockquote h5{
  color: var(--button-text)!important;
}
blockquote cite.name {
  float: right;
  color: var(--button-text);
  clear: both;
}
.blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
}
.blog-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-meta li i {
  font-size: 16px;
  margin: -1px 8px 0 0;
  color: var(--main-color);
}
.blog-meta li:not(:first-child){
  margin-left: 16px;
}
.blog-tags{
  margin-top: 30px;
}
.blog-tags span{
  margin-right: 16px;
}
.blog-tags .tag-list{
  display: inline;
}
.blog-tags .tag-list li{
  display: inline-block;
}
.blog-tags .tag-list li a{
  padding: 16px 32px;
  background:var(--button-text);
  color: var(--black-100);
}
@media only screen and (max-width: 991px) {
  .sidebar {
    margin-top: 96px;
  }
  .blog-content .left {
    padding-right: 0;
  }
  .blog-content .sidebar{
    padding-left: 0;
  }
}
/* Comments */
.comments-area{
  margin-top: 96px;
}
.comments-area h2{
  margin-bottom: 32px;
}
.comment-body {
  padding: 40px 0;
  border-bottom: 1px solid var(--black-10);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comments > .comment-body:first-child{
  padding-top: 0;
}
.comments > .comment-body:last-child,
.comments > .comment-body:last-child .child-comment:last-child{
  border-bottom: none;
  padding-bottom: 0;
}
.comment-body .author-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 20px;
  width: 128px;
  height: 128px;
}
.comment-body .author-img img{
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.comment-reply-link{
  padding: 8px 16px;
  color: var(--button-text);
  background: var(--black-100);
}
.comment-reply-link:hover{
  color: var(--black-100);
  background: var(--button-text);
}
.comment-body .right h6 {
  margin-bottom: 5px;
}
.comment-body .right .date {
  font-size: 16px;
}
.comment-body .right .date i{
  color: var(--main-color);
}
.comment-body .content {
  margin-top: 16px;
}
.comment-body .content p:last-child{
  margin-bottom: 0;
}
.comment-body.child-comment {
  margin-left: 120px;
  position: relative;
  background: var(--secondary-color);
}
/* Comment Form */
.comment-form{
  background: var(--black-10);
  padding: 64px;
}
.comment-form .form-control{
  color: var(--black-100);
}
.comment-form .form-control:focus{
  background: var(--button-text);
}
.comment-form .form-group {
  margin-bottom: 40px;
  background: var(--button-text);
}
.comment-form input,
.comment-form textarea{
  border: none;
  background: var(--button-text);
}
.comment-form .form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.comment-form .form-checkbox input {
  margin: -3px 10px 0 0;
}
@media only screen and (min-width: 992px) {
  .comment-form .theme-btn {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-body.child-comment {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .blog-banner{
    padding: 32px 0;
  }
  .blog-tags .tag-list li{
    margin-bottom: 28px;
  }
  .blog-meta{
    display: block;
  }
  .blog-home .blog-meta li{
    display: block;
  }
  .blog-meta li:not(:first-child) {
      margin-left: 0;
  }
  .comment-body{
    display: block;
  }
  .comment-body .author-img {
    margin-bottom: 16px;
  }
  .comment-body:has(.comment-reply-link) .content{
    margin-bottom: 26px;
  }
  .comment-form{
    padding: 40px 16px;
  }
   .pagination li{
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 375px) {
  .comment-body.child-comment {
    margin-left: 30px;
  }
  .comment-body .content {
    font-size: 16px;
  }
  .blog-content .sidebar .recent-posts li{
    display: block;
  }
  .sidebar .recent-posts li:not(:first-child){
    margin-top: 32px;
  }
  .sidebar .recent-posts .content > p{
    margin-bottom: 0;
  }
  .sidebar .recent-posts li img{
    margin-bottom: 16px;
  }
}
/*******************************************************/
/******************** ## About Style ********************/
/*******************************************************/
.about-area .running-slider{
  border-left: 4px solid var(--black-100);
  border-right: 4px solid var(--black-100);
}
.about-area .running-slider img{
  min-width: 160px;
}
.about-area .stroke {
  -webkit-text-stroke: 1px var(--black-30);
  color: transparent;
}
.change-color {
  color: var(--heading-color);
}
/*About Home 1*/
.about-area .left .large4x-extrabold-text{
  margin-left: -16px;
}
.about-area .left .row2{
  margin-top: 90vh;
  margin-bottom: -32px;
}
.about-area .left .row2 .theme-btn{
  position: absolute;
  bottom: 32px;
  left: 0;
}
.aboutcontent .title{
  float: left;
} 
.aboutcontent{
  background: var(--black-160);
  color: #fff;
  padding: 32px;
  border-radius: 4px;
  border: 8px solid var(--black-10);
}
.aboutcontent .progress{
  height: 4px;
  background-color: var(--black-80);
}
.aboutcontent .progress .title{
  float: left;
}
.aboutcontent .progress-bar{
  background-color: #fff;
}
.scroll-vertical {
  position: relative;
  overflow: hidden;
}
.scroll-vertical .panel {
  min-height: 200px; 
}
.scroll-vertical .panel:not(:first-child) {
  margin-top: 30px;
}
.scroll-vertical::after {
  content: "";
  display: block;
  height: var(--scrollspacer-height, 0); 
}
.aboutcontent img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .socials a:not(:last-child){
  padding-right: 16px;
}
.about-area .counter-text-wrap{
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 32px;
}
@media(max-width: 991px){
  .about-area .left{
    margin-top: 0;
  }
  .about-area .col-lg-5{
    margin-bottom: 64px;
  }
  .about-area .row2 {
    display: none;
  }
  .about-area .scroll-vertical{
    margin-top: 64px;
  }
  .about-area .socials {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
/*About Home 2*/
.about-area .heading{
  display: inline-block;
}
.about-area .heading > div{
  display: inline-block;
}
.about-area .heading img{
  width: auto;
  max-height: 96px;
  margin-top: -86px;
  margin-right: 64px;
  margin-left: 16px;
  display: block;
  transform-origin: center center; 
  animation: pulseScale 5s infinite ease-in-out;
}
.about-area .right{
  margin-left: auto;
}
@keyframes pulseScale {
  0% {
    transform: scale(1); 
    opacity: 1;
  }
  50% {
    transform: scale(0.2); 
    opacity: 0.5; 
  }
  100% {
    transform: scale(1); 
    opacity: 1;
  }
}
.about-area .icon1 { animation-delay: 0s!important; }
.about-area .icon2  { animation-delay: 6s!important; }
.about-area .icon3  { animation-delay: 4s!important; }
@media(max-width: 991px){
  .about-area .heading img{
    max-height: 32px;
    margin-top: -30px;
    margin-right: 32px;
  }
}
@media(max-width: 575px){
  .about-area .heading img{
    display: none;
  }
}
/*About Home 3*/
.about-area-3 .video-play:after, 
.about-area-3 .video-play:before{
  border: 1px solid var(--black-100);
}
.about-area-3 .video-play {
  color: var(--black-100);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
}
.about-area-3 .images{
  padding: 10px 0;
  justify-content: center;
}
.about-area-3 .images img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.about-area-3 .images > div:nth-child(5n+1) img, 
.about-area-3 .images > div:nth-child(5n+3) img, 
.about-area-3 .images > div:nth-child(5n) img{ 
  transform: rotate(-4deg); 
}
.about-area-3 .images > div:nth-child(5n+2) img{ 
  transform: rotate(4deg); 
}
.about-area-3 .images > div:nth-child(5n+4) img { 
  transform: rotate(-8deg);  
}
.about-area-3 .counter-text-wrap{
  border: 1px solid var(--black-20);
  padding: 32px;
}
.pin-area{
  position: -webkit-sticky; 
  position: sticky;
  top: 10%; 
  align-self: flex-start;
}
.about-area img{
  width: 100%;
}
@media(max-width: 991px){
  .about-area-3 .gap-64{
    --bs-gutter-x: 16px;
  }
  .about-area-3 .mobile-mb:not(:first-child){
    margin-top: 32px;
  }
  .about-area-3 .container > .row.gap-64{
    display: block;
  }
  .about-area-3 .container > .row .col-lg-6{
    padding: 64px 0 32px 0;
  }
  .about-area .pin-area{
    position: unset;
    top: 0;
  }
  .about-area-3 .images img{
    height: 240px;
  }
}
@media(max-width: 575px){
  .about-area-3 .images img{
    height: 96px;
  }
}
/*about banner*/
.slidecard{
  padding: 16px;
  background: var(--main-color);
  transform: rotate(-15deg);
}
@media(min-width: 576px){
  .reversecolumns:not(.reversecolumns2) .slidecard{
    width: 520px;
  }
}
@media(max-width: 991px){
  .reversecolumns2{
    height: auto!important;
  }
  .reversecolumns2 .slidecard{
    width: 50%;
    float: right;
  }
  .reversecolumns2 .column-section .column-items {
    margin-top: unset;
  }
  .slidecard img{
    max-height: 80vh;
  }
}
@media (max-width: 767px) {
  .slidecard img{
    max-height: 60vh;
  }
}
.carddot{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 16px;
  right: 16px;
}
.reversecolumns {
  width: 100%;
  height: 100vh;
  padding-top: 64px;
  padding-bottom: 128px;
}
.reversecolumns1{
  display: flex;
  justify-content: center;
}
.reversecolumns1 .column-section{
  position: absolute;
  top: -10%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.column-reverse-left,
.column-reverse-right {
  width: auto;
  flex-direction: column-reverse;
}
.reversecolumns1 .column-reverse-left,
.reversecolumns1 .column-reverse-right {
  padding: 32px;
}
.reversecolumns1 .column-reverse-left{
  padding-right: 0;
}
.reversecolumns1 .column-reverse-right{
  padding-left: 0;
}
.column-reverse-left {
  left: 0;
  grid-area: a;
}
.column-reverse-right {
  right: 0;
  grid-area: c;
}
@media(min-width: 992px){
  .pin-spacer:has(.reversecolumns1) + .spacer-after-reversecolumns {
    height: 100vh;
  }
}
.zoom-section {
  position: relative;
  height: 100vh; 
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.zoom-image {
  width: 100%;
  height: auto;
  transform: scale(1); 
  transform-origin: center center;
  will-change: transform;
}
@media(max-width: 991px){
  .zoom-section{
    height: auto;
    padding-top: 32px;
  }
  .reversecolumns1 .column-section{
    display: none;
  }
  .reversecolumns1{
    height: auto;
    padding-bottom: 64px;
  }
}
/*awards*/
.award-title {
  padding: 16px;
  background: var(--black-10);
  height: 100%;
}
.custom-table {
  width: 100%;
  border-collapse: collapse;
}
.custom-table th {
  text-align: left;
  padding: 16px 0 16px 32px;
  text-transform: uppercase;
  border-top: 1px solid var(--black-10);
  border-bottom: 1px solid var(--black-10);
}
.custom-table td {
  font-size: 18px;
  padding: 16px 0 16px 32px;
  vertical-align: top;
  border-bottom: 1px solid var(--black-10);
}
.about-area .custom-table img{
  position: absolute;
  right: 20vh;
  bottom: 18vh;
  max-width: 30vh!important;
  display: none;
  transform: rotate(15deg);
}
.custom-table tbody td:last-child,
.custom-table tbody th:last-child{
  padding-left: 0;
  padding-right: 0;
}
.about-area .custom-table tr:hover{
  background: var(--black-10);
}
.about-area .custom-table tr:hover img{
  display: block;
}
@media(max-width: 991px){
  .about-area .row.gap-96 .col-lg-4{
    margin-bottom: 64px;
  }
  .about-area .text-right:has(.award-title){
    text-align: left;
  }
}
@media(max-width: 575px){
  .about-area .row.gap-96 .col-lg-4{
    margin-bottom: 64px;
  }
  .about-area .panel .aboutcontent .mobile-mb:nth-child(n+2){
    margin-top: 16px;
  }
  .about-area .custom-table tr:hover img,
  .about-area .custom-table td:has(img){
    display: none;
  }
}
/*******************************************************/
/******************* ## Services Area *******************/
/*******************************************************/
/*Service on home 1*/
.service-area img{
  height: 400px!important;
  width: 100%;
  object-fit: cover;
}
.service-area .category {
  position: absolute;
  left: 16px;
  top: 16px;
}
.sv-carousel{
  position: absolute;
  left: 0;
  bottom: 0;
}
.service-area .servicecontent{
  transform: translateY(-256px);
  margin-bottom: -256px;
}
.carousel-buttons button i{
  vertical-align: middle;
}
.service-area .carousel-buttons button,
.testimonials-area .carousel-buttons button {
  background: var(--black-100);
  color: #fff;
}
.carousel-counter {
  margin-left: 32px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
  background-image: none;
}
@media(max-width: 991px){
  .service-area .servicecontent{
    transform: unset;
    margin-bottom: unset;
    margin-top: 64px;
  }
}
/*Service on home 2*/
.service-area .heading img{
  width: auto;
  max-height: 64px;
}
.service-area .description{
  margin-left: auto;
  margin-right: auto;
}
.title-wrap {
  position: relative;
  display: inline-grid;
}
.decorations {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  pointer-events: none;
}
.decorations > * {
  align-self: center;
  justify-self: center;
  transform-origin: center center; 
  animation: pulseScale 5s infinite ease-in-out;
}
.decorations .tag{
  padding: 16px 32px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 1px solid #fff;
}
.decorations .tag:nth-child(3n+1){
  color: #fff;
  background: var(--main-color);
  animation-delay: 1s!important;
}
.decorations .tag:nth-child(3n+2){
  color: #fff;
  background: #B56B37;
  animation-delay: 4s!important;
}
.decorations .tag:nth-child(3n){
  color: var(--black-100);
  background: #F3E4BD;
  animation-delay: 2s!important;
}
.service-area .service{
  padding: 16px;
  border-radius: 4px;
  border: 1px solid var(--black-100);
  transition: color 0.4s ease;
  background: var(--background);
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
.service-area .service:hover h6 a,
.service-area .service:hover h6{
  color: #fff;
}
.service-area .service:hover{
  color: #fff;
  background: var(--black-100);
}
.service-area .service::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  background: var(--main-color); 
  border-radius: 50%;
  transform: scale(0);
  transform-origin: bottom right;
  transition: transform 0.6s ease-out;
  z-index: 0;
}
.service-area .service:hover::before {
  width: 150%;
  height: 150%;
  transform: scale(1);
}
.service-area .service h6,
.service-area .service p {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
@media(max-width: 991px){
  .service-area .decorations{
    display: none;
  }
  .service-area .col-lg-3:has(.service):not(:first-child){
    margin-top: 32px;
  }
}
/*******************************************************/
/******************* ## Counter Area *******************/
/*******************************************************/
.achievement-area{
  background: var(--black-100);
}
.counter-title {
  font-weight: 700;
  color: var(--button-text);
  text-transform: capitalize;
}
.text-white .h2,
.text-white h5{
  color: white;
}
.achievement-area .counter-text-wrap > div{
  justify-content: center;
}
@media(max-width: 991px){
  .achievement-area .mobile-mb:nth-child(n+2) {
    margin-top: 64px;
  }
}
/*******************************************************/
/******************** ## Team Area *********************/
/*******************************************************/
.team-area {
  position: relative;
}
.team-item {
  cursor: pointer;
  margin-bottom: 16px;
}
.team-item .role {
  color: var(--black-50);
}
.team-item .name {
  color: var(--black-50);
  transition: color 0.3s;
}
.team-item.active .role,
.team-item.active .name {
  color: var(--black-100);
}
.team-photo img {
  width: 100%;
  height: auto;
  max-height: 50vh;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
}
@media(min-width: 576px){
  .team-item.gap-16 {
    --bs-gutter-x: 16px;
  }
}
@media(max-width: 575px){
  .team-item .role {
    text-align: left;
  }
}
/*******************************************************/
/****************** ## FAQ Area ******************/
/*******************************************************/
.faq-area .images img{
  max-height: 96px;
  transform-origin: center center; 
  animation: pulseScaleRotate 8s infinite ease-in-out;
}
@keyframes pulseScaleRotate {
  0%   { transform: scale(1) rotate(var(--rotateangle, 0deg)); }
  50%  { transform: scale(0.2) rotate(var(--rotateangle, 0deg)); }
  100% { transform: scale(1) rotate(var(--rotateangle, 0deg)); }
}
.faq-area .images img:nth-child(3n+1){
  --rotateangle: 5deg;
}
.faq-area .images img:nth-child(3n+2){
  --rotateangle: -5deg;
}
.faq-area .images img:nth-child(3n){
  --rotateangle: 10deg;
}
.faq-area .content-wrap {
  border-radius: 30px;
  padding: 128px 64px;
}
.accordion-button:not(.collapsed),
.accordion-button,
.accordion-item{
  background-color: transparent;
}
.black-110-bg .accordion-button,
.black-110-bg .accordion-button:not(.collapsed){
  box-shadow: unset;
}
h6.accordion-header .accordion-button{
  line-height: 1.2;
  font-size: 24px;
  font-weight: 500;
}
.accordion-item {
  border: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}
.accordion-item button{
  display: flex;
}
.accordion-item button b{
  background: var(--main-color);
  padding: 16px 32px;
  border-radius: 30px;
  width: auto;
  max-width: 80%;
}
.accordion-item:has(.accordion-button.collapsed) i{
  transform: rotate(-90deg);
}
.accordion-item button i{
  position: absolute;
  right: 0;
}
.accordion-button:not(.collapsed)::after{
  background-image: none;
}
.accordion-collapse.collapse.show{
  border-bottom: 4px solid #fff;
  margin-bottom: -1px;
}
.accordion-button{
  padding: 32px 0;
}
.accordion-body {
  padding: 16px 32px;
  background: #fff;
  border-radius: 30px;
  color: var(--black-100);
  margin-bottom: 32px;
  margin-left: auto;
  max-width: 80%;
}
.accordion-button:focus{
  border-color: unset;
  box-shadow: unset;
}
@media(max-width: 575px){
  .faq-area .content-wrap{
    padding: 16px;
  }
  .faq-area .images{
    display: none;
  }
  .faq-area .images + .mt-64{
    margin-top: 16px;
  }
}
/*******************************************************/
/****************** ## Compare Area ******************/
/*******************************************************/
.plans-table {
  text-align: center;
  width: 100%;
  border-collapse: collapse;
}
.plans-table th{ 
  color: white;
}
.plans-table th, .plans-table td {
  padding: 32px 16px;
  border: 1px solid var(--black-90);
}
.plans-table th {
  background: var(--black-100);
  font-weight: 700;
  text-transform: uppercase;
}
.badge {
  background: var(--black-10);
  padding: 8px 16px;
  border-radius: 30px;
  color: var(--main-color);
  font-weight: bold;
}
.x {
  font-weight: bold;
}
.check {
  color: var(--main-color);
}
@media(max-width: 575px){
  .plans-table th, .plans-table td{
    padding: 4px;
    font-size: 14px;
  }
}
/*******************************************************/
/****************** ## Contact Area ******************/
/*******************************************************/
.boxtext a{
  color: var(--heading-color);
}
.contact-form{
  border: 1px solid var(--black-50);
}
.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form .nice-select,
.contact-form .form-control{
  background-color: transparent;
}
.contact-form .form-group {
  border-bottom: 1px solid var(--black-50);
  position: relative;
  padding: 32px;
}
.contact-form .form-group:last-child{
  border-bottom: none;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  opacity: 1; 
}
.contact-form button{
  margin-left: 32px;
}
@media (max-width: 1399px) {
  .contact-area .gap-256{
    --bs-gutter-x: 64px;
  }
}
@media (max-width: 991px) {
  .contact-area .col-lg-6{
    margin-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .contact-form .form-group {
    padding: 16px;
  }
  .contact-area .gap-256,
  .contact-area .gap-30{
    --bs-gutter-x: 0;
  }
  input, 
  select, 
  textarea, 
  .nice-select, 
  .form-control {
    padding: 16px;
  }
  .contact-form button {
    margin-left: 16px;
  }
}
/* Contact Form Validation */
.has-error .with-errors {
  color: red;
  margin-top: 5px;
  margin-bottom: -15px;
}
#msgSubmit {
  margin-bottom: 0;
  margin-top: 10px;
}
/*subscribe-area*/
.subscribe-area{
  overflow: hidden;
}
.rightleft {
  white-space: nowrap;
  position: absolute;
  text-transform: uppercase;
}
.rightleft {
  -webkit-animation: mymove 20s linear infinite; 
  white-space: nowrap;
  animation: mymove 20s linear infinite;
}
@-webkit-keyframes mymove {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes mymove {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.rightleft:hover{
  animation-play-state: paused;
}
.subscribe-area .rightleft{
  position: unset;
}
.subscribe-area form.subscribe input{
  border: 1px solid var(--black-20);
}
@media(max-width: 991px){
  .subscribe-area .text-right{
    margin-bottom: 32px;
  }
}
/*******************************************************/
/****************** ## Error Area ******************/
/*******************************************************/
@media(max-width: 991px){
  .error-area .text-right,
  .error-area{
    text-align: center;
  }
  .error-area .text-right{
    margin-top: 96px;
  }
  .error-area + .reversecolumns1{
    padding-top: 0;
  }
}
/*******************************************************/
/******************** ## Before Footer *******************/
/*******************************************************/
.beforefooter{
  background: var(--black-160);
  min-height: 65vh;
}
.beforefooter .large-extrabold-text{
  color: var(--black-80);
}
.beforefooter img{
  opacity: 0.1;
}
.beforefooter .imageandtext span{
  transition: transform 0.3s ease;
  transform-origin: bottom;
}
.beforefooter .imageandtext span:hover{
  transform: scale(1,1.5);
  color: #fff;
}
.beforefooter .imageandtext img:hover,
.beforefooter .imageandtext:has(span:hover) img{
  opacity: 1;
  transform: rotate(5deg);
}
.beforefooter .imageandtext:has(img:hover) span{
  transform: scale(1,1.5);
  color: #fff;
}
.panel-end,
.imageandtext{
  display: grid;
  grid-template-rows: 1fr auto;
}
.horizontal-page .beforefooter .panel-end{
  flex: 1;
}
.horizontal-page .panel-end footer{
  flex: 0;
}
@media(max-width: 575px){
  .beforefooter{
    min-height: 20vh;
  }
  .beforefooter .imageandtext {
    min-height: 128px;
  }
}
/*******************************************************/
/******************** ## Main Footer *******************/
/*******************************************************/
footer.main-footer{
  background: var(--black-160);
  color: #fff;
}
footer .label-text{
  color: var(--black-40);
}
footer .subscribe{
  position: relative;
}
footer .subscribe{
  max-width: 320px;
}
@media(min-width:575px){
  footer .subscribe{
    margin-left: auto;
  }
}
.subscribe button{
  width: 36px;
  height: 36px;
  position: absolute;
  right: 8px;
  top: 39px;
  transform: rotate(-45deg);
}
.subscribe button i{
  color: var(--main-color);
  font-weight: 700;
}
.text-left{
  text-align: left;
}
footer .key-links a:not(:last-child){
  padding-right: 16px;
}
@media(max-width: 991px){
  .imageandtext {
    min-height: 240px;
  }
  form.subscribe{
    margin-left: 0!important;
  }
  footer .mail{
    margin-top: 16px;
  }
  .copyright{
    text-align: left!important;
  }
  .copyright p{
    margin-bottom: 0;
  }
}
/*******************************************************/
/******************** ## Intro *******************/
/*******************************************************/
.intro-area a{
  color: var(--heading-color);
}
@media(min-width: 767px){
  .intro-area .col-md-6.left{
    padding-right: 15px;
  }
  .intro-area .col-md-6.right{
    padding-left: 15px;
  }
}
.intro-area .content{
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  text-align: center;
}
.screen {
  display: block;
  width: 100%;
  height: 600px; 
  overflow: hidden;
  position: relative;
}
.screen img {
  width: 100%;
  height: auto;
  position: relative; 
  transform: translateY(0);
  transition: transform 10s linear;
}
.screen:hover img {
  transform: translateY(calc(-100% + 600px));
}
