:root {
  --theme-color: #C57642;
  --title-color: #373E43;
  --smoke-color: #F8F7F4;
  --smoke-color2: #F8F8F8;
  --smoke-color3: #F5F5F6;
  --smoke-color4: #F4F4F4;
  --smoke-color5: #F0F2F4;
  --gray-color: #303030;
  --light-color: #DDDDDC;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --color-border: #D9D9D9;
  --border-color2: #7c7b7b;
  --black-color: #1F2528;
  --body-color: #7B7E86;
  --white-color: #ffffff;
  --title-font: "Jost", sans-serif;
  --icon-font: "Font Awesome 5 Free";
  --body-font: "Roboto", sans-serif;
  --main-container: 1380px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 65px;
  --ripple-ani-duration: 5s;
}

/* Header 1 ---------------------------------- */

/* Header 1 ---------------------------------- */
.header-layout1 {
  background: var(--white-color);
  border-top: 1px solid transparent;
  /* Extra small devices */
  /* Extra large devices */
}

.header-layout1 .header-top {
  border-bottom: 1px solid var(--color-border);
}

nav.main-menu.language-menu ul>li>a {
  padding: 0;
}

.header-layout1 .header-top .header-links li:has(.sidebar-btn) {
  border-left: 1px solid var(--color-border);
  padding: 24px 0;
  padding-left: 25px;
}

@media (max-width: 575px) {
  .header-layout1 .sticky-wrapper {
    padding: 0;
  }

  .header-layout1 .header-top {
    padding: 9.5px 0;
  }
}

@media (max-width: 1500px) {
  .header-layout1 {
    position: absolute;
    left: 0;
    right: 0;
  }
}

/* Header 2 ---------------------------------- */
.header-layout2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header-layout2 .sticky-wrapper {
  border-bottom: 1px solid var(--white-color);
  background: rgba(55, 62, 67, 0.35);
}

.header-layout2 .sticky-wrapper .header-links a {
  color: var(--white-color);
}

.header-layout2 .sticky-wrapper .header-links a:hover {
  color: var(--theme-color);
}

.header-layout2 .main-menu>ul>li>a {
  padding: 51.5px 0;
  color: var(--white-color);
}

.header-layout2 .main-menu>ul>li>a:hover {
  color: var(--theme-color);
}

.header-layout2 .header-button {
  gap: 30px;
}

.header-layout2 .btn {
  padding: 19.5px 20px;
}

.header-layout2 .btn.sideMenuToggler {
  width: 55px;
  height: 55px;
}

.header-search-wrp .search-btn {
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
}

.header-search-wrp .search-btn:hover {
  color: var(--theme-color);
}

.header-layout2 .header-logo {
  padding: 0 80px;
}

.header-layout2 .sticky-wrapper.sticky {
  background: rgb(55, 62, 67);
}

.header-layout2 .sticky-wrapper.sticky .header-logo {
  display: block;
}

.header-layout2 .sticky-wrapper.sticky .header-links.sticky-none {
  display: none;
}

@media (min-width: 1600px) {
  .header-layout2 {
    --main-container: 1600px;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout2 .header-logo {
    padding: 0 20px;
  }
}

@media (max-width: 1570px) {
  .header-search-wrp .search-btn {
    display: none;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout2 .main-menu>ul>li>a {
    padding: 36.5px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout2 .header-logo {
    padding: 21.5px 0px;
  }

  .header-layout2 .sticky-wrapper .header-logo {
    display: block;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-layout2 .sticky-wrapper {
    padding: 0;
  }
}

/* Header 3 ---------------------------------- */
.header-layout3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header-layout3 .sticky-wrapper {
  border-bottom: 1px solid var(--title-color);
  background: var(--white-color);
}

.header-layout3 .main-menu>ul>li>a {
  padding: 51.5px 0;
}

.header-layout3 .header-button {
  gap: 30px;
}

.header-layout3 .btn {
  padding: 19.5px 20px;
}

.header-layout3 .btn.sideMenuToggler {
  width: 55px;
  height: 55px;
}

.header-layout3 .search-btn {
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
}

.header-layout3 .search-btn:hover {
  color: var(--theme-color);
}

.header-layout3 .header-logo {
  padding: 0 80px;
}

.header-layout3 .sticky-wrapper.sticky {
  background: var(--white-color);
}

.header-layout3 .sticky-wrapper.sticky .header-logo {
  display: block;
}

.header-layout3 .sticky-wrapper.sticky .header-links.sticky-none {
  display: none;
}

@media (min-width: 1600px) {
  .header-layout3 {
    --main-container: 1600px;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout3 .header-logo {
    padding: 0 20px;
  }

  .header-layout3 .search-btn {
    display: none;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout3 .main-menu>ul>li>a {
    padding: 36.5px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout3 .header-logo {
    padding: 21.5px 0px;
  }

  .header-layout3 .sticky-wrapper .header-logo {
    display: block;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-layout3 .sticky-wrapper {
    padding: 0;
  }
}

.header-logo {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-links>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.header-links li:not(:last-child) {
  margin: 0 35px 0 0;
}

.header-links li>i,
.header-links li svg {
  margin-right: 8px;
  fill: var(--title-color);
}

.header-links li .header-sub-links li:not(:last-child) {
  margin: 0 30px 0 0;
}

.header-links li .header-sub-links li:not(:last-child):before {
  content: "/";
  position: absolute;
  right: -20px;
  top: 0;
  color: var(--title-color);
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--title-color);
  font-family: var(--body-font);
  display: inline-flex;
  align-items: center;
}

.header-links a:hover {
  color: var(--theme-color);
}

.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}

.header-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-links.header-links-right li:not(:last-child) {
  margin: 0 25px 0 0;
}

[dir=rtl] .header-links li:not(:last-child) {
  margin: 0 0 0 40px;
}

[dir=rtl] .header-links li>i {
  margin-left: 8px;
  margin-right: 0;
}

[dir=rtl] .header-links li .header-sub-links li:not(:last-child) {
  margin: 0 0 0 30px;
}

[dir=rtl] .header-links li .header-sub-links li:not(:last-child):before {
  left: -20px;
  right: auto;
}

/* Sidevar menu css ---------------------------------- */


.sidebar-btn {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--title-color);
  font-family: var(--body-font);
  position: relative;
  line-height: normal;
  display: inline-block;
}

.sidebar-btn .line {
  width: 53px;
  display: inline-flex;
  position: relative;
  flex-wrap: wrap;
  border-top: 1px solid;
}

.sidebar-btn .line:before,
.sidebar-btn .line:after {
  content: "";
  position: relative;
  width: 30px;
  border-top: 1px solid var(--title-color);
  display: inline-block;
  margin-top: 8px;
  transition: 0.4s;
}

.sidebar-btn .line:before {
  top: -10px;
  margin-top: 0;
  width: 100%;
}

.sidebar-btn:hover .line:after {
  width: 100%;
}

.offcanvas-icon {
  font-size: 20px;
}

.offcanvas-post-title a {
  color: var(--white-color);
}

.offcanvas-post-title a:hover {
  color: var(--theme-color);
}

.offcanvas-recent-post .media-img {
  height: 85px;
  width: 85px;
}

.offcanvas-recent-post .media-img img {
  height: 100%;
  object-fit: cover;
}

.offcanvas-nl-form .btn {
  height: 35px;
  width: 95px;
}

.widget-about .offcanvas-contact-info {
  color: var(--white-color);
}

.widget-about .offcanvas-contact-info i {
  margin-right: 5px;
}

.newsletter-form {
  position: relative;
}

.newsletter-form .form-group {
  margin-bottom: 15px;
}

.newsletter-form .form-group>i {
  right: auto;
  left: 24px;
  top: 19px;
}

.newsletter-form .form-group span input {
  height: 55px;
  padding: 0 120px 0 30px;
  background: var(--white-color);
  border: 1px solid #E3E1DC;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 300;
}

.newsletter-form .btn {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 11.5px 16px;
  font-size: 12px;
  font-weight: 500;
}

.newsletter-form .btn:before,
.newsletter-form .btn:after {
  border-top: 18px solid var(--title-color);
  border-bottom: 18px solid var(--title-color);
}

.newsletter-form .btn:before {
  border-right: 17.5px solid transparent;
}

.newsletter-form .btn:after {
  border-left: 17.5px solid transparent;
}

/*------------------- 4.00. Subscribe  -------------------*/
/*subscribe-area-1*********************/
/* .subscribe-area-1 {
  padding: 70px 0;
} */

.subscribe-wrap1 {
  display: flex;
  gap: 54px;
  align-items: center;
  /* Medium Large devices */
  /* Extra small devices */
}

.subscribe-wrap1 .subscribe-wrap-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: -0.2em;
  margin-top: -0.2em;
}

@media (max-width: 1399px) {
  .subscribe-wrap1 {
    gap: 40px;
  }

  .subscribe-wrap1 .subscribe-wrap-title {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .subscribe-wrap1 {
    gap: 30px;
    flex-wrap: wrap;
  }

  .subscribe-wrap1 .subscribe-wrap-title {
    font-size: 30px;
  }
}

.subscribe-form.newsletter-form {
  width: 540px;
}

.subscribe-form.newsletter-form .form-group {
  margin-bottom: 20px;
}

.subscribe-form.newsletter-form .form-group input {
  padding: 0 210px 0 30px;
  height: 70px;
  background: transparent;
  border-radius: 5px;
  font-size: 16px;
}

.subscribe-form.newsletter-form .form-group .custom-checkbox label {
  color: var(--white-color);
  font-size: 14px;
  margin-bottom: 0;
}

.subscribe-form.newsletter-form .form-group .custom-checkbox label:before {
  border: 1px solid var(--white-color);
  background: transparent;
  border-radius: 3px;
}

.subscribe-form.newsletter-form .btn {
  right: 5px;
  top: 5px;
  padding: 20.5px 30px;
  font-size: 16px;
  font-weight: 500;
  background: var(--white-color);
  border-radius: 5px;
  color: var(--title-color);
  height: auto;
  width: auto;
}

.subscribe-form.newsletter-form .btn:active,
.subscribe-form.newsletter-form .btn:focus,
.subscribe-form.newsletter-form .btn:hover {
  color: var(--white-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .subscribe-area-1 .newsletter-form {
    width: 100%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .subscribe-area-1 .newsletter-form .btn {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    top: 0;
    right: 0;
  }

  .subscribe-area-1 .newsletter-form .form-group input {
    padding: 0 30px;
  }
}

/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

/******here slider******/
.hero-slider {
  position: relative;
  background-position: bottom;
}

/* Hero 1 ---------------------------------- */
.hero-title {
  font-size: 128px;
  line-height: 1.015625em;
  margin-bottom: 0;
  color: var(--title-color);
  font-weight: 600;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .hero-title {
    font-size: 100px;
  }
}

@media (max-width: 1199px) {
  .hero-title {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 65px;
  }
}

@media (max-width: 575px) {
  .hero-title {
    font-size: 50px;
  }
}

@media (max-width: 375px) {
  .hero-title {
    font-size: 45px;
  }
}

.hero-text {
  font-size: 20px;
  margin-bottom: 42px;
}

.hero-slider1-controller-wrap {
  display: inline-flex;
  background: var(--title-color);
  padding: 20px 30px;
  gap: 25px;
  justify-content: space-between;
  width: 300px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-slider1-controller-wrap .slides-numbers {
  font-size: 20px;
  font-weight: 300;
  font-family: var(--title-font);
}

.hero-slider1-controller-wrap .slides-numbers .active {
  color: var(--white-color);
}

.hero-slider1-controller-wrap .slides-numbers .total {
  color: var(--body-color);
  position: relative;
  padding-left: 5px;
}

.hero-slider1-controller-wrap .slides-numbers .total:before {
  content: "";
  position: absolute;
  height: 25px;
  width: 1px;
  top: 50%;
  transform: translate(-6px, -50%);
  background: var(--white-color);
}

.hero-slider1-controller-wrap .hero-custom-dots {
  display: inline;
  gap: 4px;
}

.hero-slider1-controller-wrap .hero-custom-dots .tab-btn {
  border: 0;
  width: auto;
  height: auto;
  background: transparent;
  padding: 0;
  line-height: normal;
}

.hero-slider1-controller-wrap .hero-custom-dots .tab-btn.active .slide-dot {
  background: var(--theme-color);
}

.hero-slider1-controller-wrap .hero-custom-dots .slide-dot {
  height: 12px;
  width: 12px;
  display: inline-block;
  background: var(--white-color);
  transition: 0.4s;
}

.hero-slider1-controller-wrap .icon-box {
  gap: 15px;
}

.hero-slider1-controller-wrap .icon-box .icon-btn {
  color: var(--body-color);
  background: transparent;
  width: auto;
  height: auto;
  line-height: normal;
  padding: 0;
  transition: 0.4s;
}

.hero-slider1-controller-wrap .icon-box .icon-btn svg {
  fill: var(--body-color);
  transition: 0.4s;
}

.hero-slider1-controller-wrap .icon-box .icon-btn:hover {
  color: var(--white-color);
}

.hero-slider1-controller-wrap .icon-box .icon-btn:hover svg {
  fill: var(--white-color);
}

.hero-slider1 {
  position: relative;
  margin-bottom: -67px;
}

.hero-slider1 .hero-thumb1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 880px;
}

.hero-slider1 .hero-thumb1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero-slider1 .hero-thumb2 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 555px;
}

.hero-slider1 .hero-thumb2 img {
  height: 100%;
  object-fit: cover;
}

.hero-style1 {
  position: relative;
  z-index: 6;
  padding: 132px 0 136px;
}

.hero-style1 .hero-title {
  position: relative;
  color: var(--theme-color);
}

.hero-style1 .hero-title:not(:last-child) {
  margin-bottom: 14px;
}

.hero-style1 .hero-title.title-bg-thumb {
  text-align: end;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-style1 .hero-title .text-stroke {
  -webkit-text-stroke: 1px #ECE4E4;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: absolute;
  bottom: 0;
  right: 65px;
  z-index: -1;
}

.hero-style1 .hero-social-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
  gap: 15px;
  padding-left: 180px;
  margin-top: 54px;
}

.hero-style1 .hero-social-wrap span {
  font-size: 16px;
}

.hero-style1 .hero-social-wrap a {
	color: var(--body-color);
    font-size: 17px;
    min-width: 20px;
}

.hero-style1 .hero-social-wrap a:hover {
  color: var(--theme-color);
}

@media (max-width: 1800px) {
  .hero-style1 .hero-social-wrap {
    padding-left: 300px;
  }
}

@media (max-width: 1700px) {
  .hero-slider1 .hero-thumb1 {
    width: 720px;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .hero-slider1 .hero-thumb1 {
    width: 620px;
  }

  .hero-slider1 .hero-thumb2 {
    width: 455px;
  }

  .hero-style1 .hero-social-wrap {
    padding-left: 170px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-slider1 .hero-thumb1 {
    width: 500px;
  }

  .hero-slider1 .hero-thumb2 {
    width: 420px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-slider1 .hero-thumb1 {
    width: 380px;
  }

  .hero-slider1 .hero-thumb2 {
    width: 320px;
  }

  .hero-slider1-controller-wrap {
    padding: 15px 20px;
    gap: 20px;
    width: 275px;
  }

  .hero-style1 .hero-social-wrap {
    padding-left: 60px;
  }

  .hero-style1 {
    padding: 122px 0 126px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-style1 {
    padding: 112px 0 116px;
  }

  .hero-slider1 .hero-thumb1 {
    width: 270px;
  }

  .hero-slider1 .hero-thumb2 {
    width: 210px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-slider1 .hero-thumb1 {
    width: 180px;
  }

  .hero-slider1 .hero-thumb2 {
    width: 150px;
  }

  .hero-style1 .hero-social-wrap {
    padding-left: 30px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-slider1 .hero-thumb1 {
    display: none;
  }

  .hero-style1 .hero-social-wrap {
    padding-left: 0;
    justify-content: start;
  }

  .hero-style1 {
    padding: 82px 0 116px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .hero-style1 .hero-social-wrap {
    display: none;
  }

  .hero-style1 .hero-title .text-stroke {
    right: 0;
  }
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: 0;
  margin-top: -0.23em;
  font-weight: 600;
  line-height: 1.2916em;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .sec-title {
    margin-top: -0.16em;
  }
}

.sub-title {
  color: var(--title-color);
  font-size: 16px;
  position: relative;
  font-weight: 600;
  font-family: var(--body-font);
  letter-spacing: 1.4px;
  margin-bottom: 24px;
  display: block;
  align-items: center;
  margin-top: -0.4em;
}

.sub-title.style2 {
  display: block;
  letter-spacing: 4.2px;
  margin-top: -0.4em;
}

.sub-title.style2:after {
  display: none;
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.3em;
}

.box-title a {
  color: inherit;
}

.box-title a:hover {
  color: var(--theme-color);
}

.sec-text {
  font-size: 16px;
  margin-top: 30px;
  line-height: 1.667;
  margin-bottom: 0;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 17px);
  position: relative;
  z-index: 2;
}

.title-area.mb-0 .sec-title {
  margin-bottom: 17px;
}

.title-area .btn {
  margin-top: 36px;
}

.title-area .checklist {
  margin-top: 30px;
}

.white-title {
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 19px;
}

.white-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  width: 50px;
}

.page-title {
  font-size: 40px;
  font-weight: 500;
  margin-top: -0.3em;
}

.page-subtitle {
  font-size: 30px;
  font-weight: 500;
}

.shadow-text {
  font-size: 120px;
  font-weight: 500;
  font-family: var(--title-font);
  color: rgba(0, 0, 0, 0.03);
}

.sec-btn {
  margin-bottom: var(--section-title-space);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title {
    font-size: 45px;
    line-height: 1.2;
  }

  .shadow-text {
    font-size: 100px;
  }
}

/* Large devices */
@media (max-width: 1199px) {

  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }

  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }

  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }

  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }

  .sec-text {
    font-size: 16px;
  }

  .shadow-text {
    font-size: 80px;
  }
}

/* Medium devices */
@media (max-width: 991px) {

  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }

  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }

  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }

  .sub-title {
    font-size: 14px;
  }

  .shadow-text {
    font-size: 70px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 34px;
  }

  .shadow-text {
    font-size: 50px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .shadow-text {
    display: none;
  }
}

@media (max-width: 390px) {
  .sec-title {
    font-size: 30px;
  }
}

.artvista-section-title-wrapper .sec-title {
  color: var(--white-color);
}

/*------------------- 4.00. Portfolio -------------------*/
/* Portfolio 1 ---------------------------------- */
.portfolio-slider1 {
  padding: 0 18px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .portfolio-slider1 {
    padding: 0;
  }
}

.portfolio-thumb {
  position: relative;
  overflow: hidden;
}

.portfolio-thumb img {
  border-radius: 0px;
  width: 100%;
}

.portfolio-area-1 .portfolio-thumb img {
  height: 580px;
}

.portfolio-thumb .icon-btn {
  --btn-size: 80px;
  --btn-font-size: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  background: var(--white-color);
  border-radius: 50%;
  color: var(--theme-color);
  opacity: 0;
  z-index: 2;
}

.portfolio-thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  background: var(--title-color);
  mix-blend-mode: multiply;
  z-index: 0;
  opacity: 0;
  transition: 0.4s;
}

.portfolio-thumb:hover:after {
  opacity: 0.93;
}

.portfolio-thumb:hover .icon-btn {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.portfolio-card {
  transition: 0.4s;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Extra small devices */
}

.portfolio-card .portfolio-details {
  margin-top: 50px;
}

.portfolio-card .portfilio-card-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 28px;
}

.portfolio-card .portfilio-card-title a,
.portfolio-area-1 .sec-title {
  color: var(--white-color);
}

.portfolio-card .portfilio-card-title a:hover {
  color: var(--theme-color);
}

@media (max-width: 1399px) {
  .portfolio-card .portfolio-details {
    margin-top: 30px;
  }

  .portfolio-card .portfilio-card-title {
    font-size: 24px;
  }
}

@media (max-width: 1299px) {
  .portfolio-card .portfilio-card-title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .portfolio-card .portfilio-card-title {
    font-size: 24px;
  }
}

.portfolio-area-1 .icon-box {
  margin-bottom: 40px;
}

/* project card 2---------------------------------- */
.portfolio-slider2 {
  max-height: 702px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Extra small devices */
}

.portfolio-slider2 .slick-slide.slick-active .portfolio-card {
  border: 1px solid var(--border-color2);
  padding: 40px;
  transition: 0.4s;
}

.portfolio-slider2 .slick-slide.slick-active .portfolio-card .portfolio-thumb img {
  max-height: 450px;
}

.portfolio-slider2 .slick-slide.slick-active .portfolio-card .portfolio-details {
  opacity: 1;
  visibility: visible;
  display: block;
}

.portfolio-slider2 .portfolio-thumb img {
  max-height: 700px;
  transition: 0.4s;
  object-fit: cover;
}

.portfolio-slider2 .portfolio-card .portfolio-details {
  opacity: 0;
  visibility: hidden;
  display: none;
}

@media (max-width: 1500px) {
  .portfolio-slider2 {
    max-height: none;
    padding: 0 100px;
  }

  .portfolio-slider2 .portfolio-card {
    border: 1px solid var(--border-color2);
    padding: 40px;
  }

  .portfolio-slider2 .portfolio-card .portfolio-thumb img {
    max-height: 450px;
  }

  .portfolio-slider2 .portfolio-card .portfolio-details {
    opacity: 1;
    visibility: visible;
    display: block;
    margin-top: 40px;
  }
}

@media (max-width: 1299px) {
  .portfolio-slider2 {
    padding: 0 50px;
  }
}

@media (max-width: 575px) {
  .portfolio-slider2 {
    padding: 0 15px;
  }

  .portfolio-slider2 .slick-slide.slick-active .portfolio-card {
    padding: 25px;
  }

  .portfolio-slider2 .portfolio-card {
    padding: 25px;
  }

  .portfolio-slider2 .portfolio-card .portfolio-details {
    margin-top: 25px;
  }
}

/* Extra Custom Css */
.contact-form-area .btn {
  height: auto;
  width: auto;
}

.blog-area-1 .post-img.blog-img img {
  height: 470px;
  object-fit: cover;
  width: 100%;
}

.team-card .team-card_img img {
  width: 100%;
  height: 488px;
  object-fit: cover;
}

.portfolio-area-3 .portfolio-thumb img {
  height: 196px;
  object-fit: cover;
}

.hero-style5 .hero-portfolio-card .hero-portfolio-card-img img {
  height: 687px;
  width: 850px;
  object-fit: cover;
}

.hero-interactive-link .av-hm-pf-2 img {
  object-fit: cover;
}

.menu-all-pages-container .av-footer-quick-link {
  display: flex;
  align-items: center;
}

.av-footer-contact-list {
  margin-bottom: 6px;
}

.menu-all-pages-container .av-footer-contact-list,
.footer-widget.widget_nav_menu .av-pagelink-item.footer-addons a,
.av-pagelink-item .widget_title {
  color: var(--white-color);
}

.footer-widget.widget_nav_menu .av-pagelink-item.footer-addons a:hover {
  color: var(--theme-color);
}

.footer-widget .av-pagelink-item .widget_title:after {
  background-color: var(--white-color);
}

.footer-widget.new-widget .widget_title:after {
  left: 50%;
  transform: translate(-50%, 0);
}

.footer-widget.new-widget2 .widget_title:after {
  left: auto;
  right: 0;
}

.av-pagelink-item .footer-text {
  color: var(--white-color);
}


.wpcf7-form button.btn:before,
.wpcf7-form button.btn:after {
  border-top: 0;
  border-bottom: 0;
}

.team-about-card .team-about-card_img img {
  height: 558px;
  object-fit: cover;
  width: 100%;
}

.search-form {
  position: relative;
}

.search-submit {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  font-size: 18px;
  border: none;
  background: var(--theme-color);
  color: var(--white-color);
}

button.search-btn.searchBoxToggler i {
  margin-right: 6px;
}

.exhibition-card-2 .exhibition-card-thumb img {
  object-fit: cover;
  width: 100%;
  height: 450px;
}

.video-v4-grid-image {
  position: relative;
}

.video-v4-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-img-border {
  position: relative;
}

.video-img-border::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 40px solid rgba(3, 3, 3, 0.7);
}

/* Recent Post Widget Of Blog Siderbar */

ul.artvistacore-widget-post-thum {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.artvistacore-widget-post-thum li {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

ul.artvistacore-widget-post-thum li:last-child {
  margin-bottom: 0;
}

ul.artvistacore-widget-post-thum li .recent-post-thumbnail {
  overflow: hidden;
  height: 85px;
  width: 85px;
  min-width: 85px;
}

ul.artvistacore-widget-post-thum li .recent-post-thumbnail img {
  object-fit: cover;
  transition: 0.4s ease-in-out;
}

ul.artvistacore-widget-post-thum li:hover .recent-post-thumbnail img {
  transform: scale(1.1);
}

a.recent-post-title {
  font-weight: 500;
  font-size: 16px;
  margin: 6px 0 0;
  line-height: 1.75em;
  font-family: var(--title-font);
  text-transform: capitalize;
  color: var(--title-color);
}

a.recent-post-title:hover {
  color: var(--theme-color);
}

.recent-widget-date {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--body-font);
  color: var(--body-color);
  margin-bottom: 0px;
  display: block;
  margin-top: 4px;
}

.recent-widget-date i {
  margin-right: 5px;
}

.exhibition-card .exhibition-card-thumb:after {
  transition: all .4s ease-in-out;
}

.exhibition-card.gtop:hover .exhibition-card-thumb:after {
  left: 4px;
  top: 6px;
}

/* // <==========> INSTAGRAM SLIDER STYLES <==========>*/

.eco-social-item-box {
  overflow: hidden;
}

.insta-slider-item img {
  height: 303px;
  width: 303px;
  object-fit: cover;
}

.eco-social-item-box .insta-slider-item img {
  height: 369px;
  object-fit: cover;
  width: 100%;
}

.insta-slider-item {
  position: relative;
}

.slider-isnta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  border-radius: 100%;
  height: 66px;
  width: 66px;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease;
  justify-content: center;
  overflow: hidden;
  background-color: var(--white-color);
}

.eco-social-item-box:hover .slider-isnta {
  opacity: 1;
}

.slider-icon {
  position: absolute;
  top: 128%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.slider-isnta a {
  color: var(--title-color);
}

.slider-isnta a:hover {
  color: var(--theme-color);
}

.eco-social-item-box:hover .slider-icon {
  top: 50%;
}