/* 
  * sidebar
  * widget social icons
  * blog detail
  * widget cart profile
  * widget user comment
  * widget post comment
  * portfolio details 
  * contact us
  * widget cart contact
  * blog page
  * widget pagination
  * widget box testimonials 
  * price table
  * portfolio page
  * skill page
  * service page 
  * count
  * about us
  * page section
  * dark themes
  * home page
*/
@import url(../fonts/icons-font.css);
@import url(./animate.css);

.tf-container {
  position: relative;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  /* width: 1200px; */
  max-width: 85%;
}

.wrapper {
  border: 1px solid var(--primary-bg-light);
  border-radius: 20px;
  padding: 30px;
  padding-right: 60px;
  padding-bottom: 0px;
  /* padding-top: 20px; */
  overflow: hidden;
  height: 84svh;
}

.group-4-8 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
  padding: 10px;
}

.group-4-8 .cl4 {
  width: 29.966%;
}

/* .group-4-8 .cl8 { */
/* width: calc(70.034% - 30px); */
/* margin-left: 30px; */
/* } */
/* sidebar
------------------------------------------------------------- */
.sticky-sidebar {
  position: sticky;
  background-color: #f6f6f6;
  border-radius: 20px;
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  height: calc(100% - 30px);
}

.sticky-sidebar .avatar {
  width: 210px;
  /* height: 150px; */
  position: relative;
}

/* .sticky-sidebar .avatar::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background-color: var(--primary-bg-light);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    animation: circle 6s linear infinite;
} */

/* .sticky-sidebar .avatar img {
  /* border-radius: 100px;
} */

/* @keyframes circle {
    0% {
        transform: rotate(0deg) translate(-85px) rotate(0deg);

    }

    100% {
        transform: rotate(360deg) translate(-85px) rotate(-360deg);
    }
} */

.sticky-sidebar .profile {
  margin: 25px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile .top {
  display: inline-block;
  /* width: calc(80% - 50px); */
  background: rgba(255, 255, 255, 0.1);
  /* background: white; */
  text-align: center;
  border-radius: 10px;
  /* padding: 10px 17px; */
  color: #ffffff;
}

.sticky-sidebar .content p {
  font-size: 14px;
  line-height: 30px;
  color: var(--primary-bg-light);
  text-align: center;
}

.sticky-sidebar .content .mail a {
  color: var(--primary-color);
  text-decoration: underline;
}

/* widget social icons
----------------------------------------------------------------- */
#whatsapp-button {
  background-color: #2af22a;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 5px;
}

#whatsapp-button a img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
}

/* Initially hide the second image */
.whatsapp-link .logo-hover {
  display: none;
}

/* Show the second image on hover and hide the first */
.whatsapp-link:hover .logo-default {
  display: none;
}

.whatsapp-link:hover .logo-hover {
  display: block;
}

/* Initially hide the second image */
li .logo-hover {
  display: none;
}

/* Show the second image on hover and hide the first */
li:hover .logo-default {
  display: none;
}

li:hover .logo-hover {
  display: block;
}

.wd-social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .wd-social-icon {
  display: none;
  margin-bottom: 15px;
}

.wd-social-icon li a {
  background: var(--color-white);
  border-radius: 5px;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
}

.wd-social-icon li a:hover,
.wd-social-icon li a.active,
.btn-profile:hover,
.btn-profile.active {
  color: var(--title-light);
  background-color: var(--primary-bg-light);
}

.wd-social-icon li a i {
  font-size: 20px;
}

/* .profile .content {
  margin: 30px 0px 50px;
} */

.content .m-top {
  margin-top: 30px;
}

.content .wd-social-icon.m-top {
  margin-top: 25px;
}

.profile .bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn-profile {
  width: 100%;
  height: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16.94px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  color: var(--primary-color);
  border-radius: 5px;
}

.btn-profile span {
  margin-left: 10px;
  font-size: 10px;
}

.btn-profile span::before {
  color: var(--primary-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-profile.active span::before,
.btn-profile:hover span::before {
  color: var(--title-light);
}

.btn-profile span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* blog detail
------------------------------------------------------*/

.wrap-title .note {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px 17px;
  border-radius: 100px;
  border: 1px solid #e6e6e7;
  cursor: pointer;
  margin-bottom: 8px;
}

.wrap-title .note span {
  color: var(--primary-bg-light);
}

.wrap-title .note span,
.wrap-title .note p {
  font-size: 14px;
  line-height: 16.94px;
}

.wrap-title .note .icon {
  margin-right: 8px;
}

.wrap-title .title {
  font-family: "Autography", sans-serif;
  font-size: 58px;
  line-height: 74.4px;
  margin-bottom: 25px;
}

.wrap-title .title span {
  color: var(--primary-bg-light);
}

.blog-wrap .image {
  margin-bottom: 20px;
}

.blog-wrap .image img {
  border-radius: 20px;
}

.post,
.post .user-post,
.post .view {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .post {
  margin-bottom: 24px;
}

.post .user-post .thumb img {
  width: 30px;
  height: 30px;
  margin-right: 9px;
  border-radius: 50%;
}

.st-tes .post .user-post .thumb img {
  width: 50px;
  height: 50px;
}

.post .thumb span:last-child {
  color: var(--primary-bg-light);
}

.post .thumb {
  margin-right: 49px;
}

#blog-details .post .thumb,
#blog .box-latest .thumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}

.post .view li {
  font-size: 14px;
}

.post .view li:first-child {
  margin-right: 18px;
}

.date-post {
  padding: 3px 14px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.date-post .icon-calendar {
  color: var(--primary-bg-light);
}

.is-dark .date-post {
  color: var(--primary-color);
  border: 1px solid var(--bg-dark-hover);
}

.content h3 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 22px;
}

.content .text {
  display: flex;
  margin: 35px 0px;
}

.content .text span {
  margin-right: 20px;
  font-size: 15px;
  padding: 10px;
  border: 1px solid var(--primary-bg-light);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: var(--primary-bg-light);
}

.is-dark .content .text span {
  border: 1px solid var(--bg-dark-hover);
}

.content .text p {
  font-size: 18px;
  font-weight: 500;
}

.content .tf-list-price {
  margin-bottom: 37px;
}

.tf-list-price li {
  font-size: 16px;
  line-height: 40px;
}

.tf-list-price li i {
  margin-right: 13px;
  font-size: 7px;
  padding: 6px;
  background-color: var(--primary-bg-light);
  width: 14px;
  height: 14px;
  border-radius: 100px;
  color: var(--title-light);
}

/* widget cart profile
-------------------------------------------------------- */
.wd-user-post {
  padding: 41px 50px 50px;
  background-color: var(--primary-bg-white);
  border-radius: 10px;
  border: 1px solid var(--primary-bg-light);
  display: flex;
  justify-content: center;
  align-items: center;
}

.is-dark .wd-user-post {
  background-color: var(--color-dark);
}

.wd-user-post .avatar {
  margin-right: 29px;
}

.wd-user-post .avatar img {
  max-width: 100px;
  height: 100px;
  border-radius: 50%;
}

.wd-user-post .profile-cart .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.wd-user-post .profile-cart .title h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}

.wd-user-post .profile-cart .social {
  display: flex;
  gap: 30px;
}

.wd-user-post .profile-cart .social i {
  font-size: 14px;
  color: var(--primary-color);
}

.wd-user-post .profile-cart .social i:hover {
  color: var(--primary-bg-light);
}

.blog-wrap .content .wd-user-post {
  margin-bottom: 50px;
}

.wd-link-blog {
  padding-top: 20px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(29, 28, 34, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.is-dark .wd-link-blog {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.wd-link-blog .prev-blog,
.wd-link-blog .next-blog {
  display: flex;
  align-items: center;
}

.wd-link-blog .prev-blog a,
.wd-link-blog .next-blog a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(29, 28, 34, 0.1);
  color: var(--primary-color);
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.is-dark .wd-link-blog .prev-blog a,
.is-dark .wd-link-blog .next-blog a {
  background-color: rgba(255, 255, 255, 0.1);
}

.wd-link-blog a.active,
.wd-link-blog a:hover,
.is-dark .wd-link-blog a.active,
.is-dark .wd-link-blog a:hover {
  background-color: var(--primary-bg-light);
  color: var(--title-light);
}

.wd-link-blog a::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wd-link-blog a.icon-arrow-thin-left:hover::before {
  transform: translate(-10px, 0px);
  color: var(--title-light);
}

.wd-link-blog a.icon-arrow-thin-right:hover::before {
  transform: translate(10px, 0px);
}

.wd-link-blog p {
  line-height: 20px;
}

.wd-link-blog .next-blog p {
  text-align: right;
}

.wd-link-blog h3 {
  margin: 5px 0px 0px;
  font-size: 18px;
  line-height: 20px;
}

.wd-link-blog .prev-blog a {
  margin-right: 10px;
}

.wd-link-blog .next-blog a {
  margin-left: 10px;
}

.blog-wrap .content {
  margin-bottom: 114px;
}

/* widget user comment
---------------------------------------------------------------- */

.title-cmt h3 {
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 0;
  font-weight: bold;
}

.wd-user-cmt .title-cmt {
  margin-bottom: 21px;
}

.wd-user-cmt .item-cmt {
  display: flex;
  align-items: center;
  padding: 21px 50px 40px 30px;
  border-radius: 10px;
  border: 1px solid rgba(29, 28, 34, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.is-dark .wd-user-cmt .item-cmt {
  border: 1px solid var(--bg-dark-hover);
}

.wd-user-cmt .item-cmt img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 19px;
}

.wd-user-cmt .item-cmt h3 {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 30px;
}

.wd-user-cmt .m-left-1 {
  margin-left: 71px;
  margin-top: 30px;
}

.blog-wrap .wd-user-cmt {
  margin-bottom: 36px;
}

/* widget post comment
----------------------------------------------------------------- */
.wd-post-comment .title-cmt {
  margin-bottom: 29px;
}

form .group-input {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  row-gap: 30px;
  margin-bottom: 36px;
}

form .group-input .input {
  position: relative;
  width: calc(50% - 30px);
  margin-left: 30px;
}

form .textarea {
  position: relative;
  margin-bottom: 4px;
}

form .textarea textarea {
  padding: 14px 26px;
}

form .group-input label,
form .textarea label {
  position: absolute;
  top: -11px;
  background-color: #ffff;
  padding: 0px 7px;
  left: 18px;
}

.wd-post-comment form p span {
  color: var(--primary-bg-light);
}

.wd-post-comment form button {
  width: unset;
  height: 50px;
  padding: 0 30px;
  padding-right: 19px;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 41px;
}

.wd-post-comment form button span {
  margin-left: 8px;
  font-size: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wd-post-comment form button:hover {
  color: var(--title-light);
}

.btn-profile:hover span,
.wd-post-comment form button:hover span {
  transform: translate(3px, -3px);
}

.is-dark .wd-post-comment form button:hover {
  color: var(--color-white);
  background-color: var(--primary-color);
}

/* portfolio details
----------------------------------------------------------------- */
.group-desc-user {
  /* padding: 10px; */
  border-radius: 15px;
  background-color: var(--primary-bg-white);
  margin-bottom: 26px;
}

.is-dark .group-desc-user {
  background-color: var(--title-light);
}

.group-desc-user .desc-title {
  display: flex;
  flex-wrap: wrap;
}

.group-desc-user .desc-title .inner-desc {
  width: calc(50% - 10px);
  margin-left: 10px;
  text-align: center;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
}

.group-desc-user .desc-title .inner-desc li {
  color: var(--title-light);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 42px;
}

.is-dark .group-desc-user .desc-title .inner-desc li {
  color: var(--color-white);
}

.group-desc-user .desc-title .inner-desc li:hover,
.group-desc-user .desc-title .inner-desc li.active {
  color: var(--primary-bg-light);
}

.group-desc-user .desc-title .inner-desc li span {
  color: var(--primary-color);
}

.group-desc-user .image img {
  border-radius: 20px;
}

.portfolio-wrap .content h3 {
  line-height: 34px;
  margin-bottom: 15px;
}

.portfolio-wrap .tf-list {
  margin: 42px 0px;
}

.portfolio-wrap .tf-list li {
  color: var(--title-light);
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}

.is-dark .portfolio-wrap .tf-list li {
  color: var(--color-white);
}

.portfolio-wrap .image {
  margin-bottom: 39px;
}

.portfolio-wrap .image img {
  border-radius: 20px;
}

.portfolio-wrap .group-img {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  padding-bottom: 43px;
}

.portfolio-wrap .group-img .inner-img {
  margin-left: 30px;
  width: calc(33.3333% - 30px);
}

.portfolio-wrap .group-img .inner-img img {
  border-radius: 20px;
}

.portfolio-wrap .last-text {
  margin-bottom: 40px;
}

.portfolio-wrap .content p:last-child {
  margin-top: 22px;
}

.portfolio-wrap .image-box {
  display: flex;
  align-items: center;
  gap: 29px;
  margin: 32px 0px 38px;
}

.image-box img {
  border-radius: 20px;
  width: 270px;
  height: 226px;
}

.logos {
  display: flex;
  overflow: hidden;
  padding: 60px 0;
  white-space: nowrap;
  position: relative;
  overflow-x: scroll; /* Enable horizontal scrolling */
  scroll-snap-type: x mandatory; /* Enable smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch; /* For older versions of iOS */
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

.logos::-webkit-scrollbar {
  width: 0;
  background: transparent; /* Make scrollbar track transparent */
  display: none; /* Hide scrollbar for WebKit browsers */
}

.logos:hover .reels {
  animation-play-state: paused;
}

.scrollPause {
  animation-play-state: paused !important;
}

.reels {
  display: flex;
  animation: 35s slide infinite linear;
}

.reels .reel-content {
  display: flex;
  gap: 30px;
  margin-left: 30px;
}

.video-container {
  position: relative;
  display: inline-block; /* Ensure each video container is inline-block */
  border-radius: 10px;
}

.portrait-video {
  border-radius: 10px;
}

.portrait-video:hover {
  /* box-shadow: 0 0 6px #ffffff; */
  border: 2px solid #ffffff;
}

.video-container button {
  margin: 0;
  padding: 0;
}

/* Play button styling */
.play-button {
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  margin-left: calc(2 * 0.14 * 2rem);
  /*margin-left: 17px;*/
  background: none;
  border: none;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: calc(2rem * 2 * 0.86) solid #ffffff;
}

/* Pause button styling */
.pause-button {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  height: calc(2rem * 2);
  width: calc(2rem * 2 * 0.86);
  background: none;
}

.pause-button:before,
.pause-button:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 33%;
  background: #ffffff;
}

.pause-button:before {
  left: 0;
}

.pause-button:after {
  right: 0;
}

.video-container:hover .play-button,
.video-container.paused .play-button,
.video-container:hover .pause-button,
.video-container.playing .pause-button {
  display: block;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.about-div {
  display: flex;
  flex-direction: row;
  padding-left: 50px;
  padding-right: 50px;
  justify-content: space-between;
}

.about-img-div {
  border-radius: 50%;
  background-color: #ff841f;
  margin-bottom: 15px;
}

.about-img p {
  font-size: 30px;
  font-weight: 650;
}

.about-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* contact us
--------------------------------------- */

.box-title .circle-box {
  text-align: center;
  /* position: relative; */
  /* margin-right: 33px; */
  margin-top: 6px;
  margin-bottom: -9px;
}

.box-title .circle-box.st-port {
  margin-top: 0px;
  margin-bottom: 0;
}

.box-title .circle-box::after {
  content: "";
  /* position: absolute; */
  bottom: 0;
  left: 0;
  width: 105%;
  height: 50%;
  background-color: var(--color-overlay);
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0%);
}

.box-title .circle-box .logo {
  position: absolute;
  width: 90px;
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -40%);
  z-index: 5;
}

.box-title .circle-box .circle {
  width: 120px;
  -webkit-animation: rotating 8s infinite linear;
  animation: rotating 8s infinite linear;
}

.box-title .circle-box .circle-1 {
  -webkit-animation: rotating1 8s infinite linear;
  animation: rotating1 8s infinite linear;
}

.wrap-title.st-blog {
  margin-bottom: -11px;
}

.wrap-title.st-blog .box-title .circle-box {
  margin-top: 0px;
  margin-bottom: 0px;
}

@keyframes rotating {
  0% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes rotating1 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.map iframe {
  width: 100%;
  min-height: 650px;
  border-radius: 20px;
  margin-bottom: 23px;
}

/* widget cart contact
------------------------------------------ */
.tf-cart-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(29, 28, 34, 0.1);
  border-radius: 10px;
  padding: 26px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.is-dark .tf-cart-contact {
  border: 1px solid var(--bg-dark-hover);
}

.tf-cart-contact.active,
.tf-cart-contact:hover {
  border: 1px solid var(--primary-bg-light);
}

.tf-cart-contact span {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.tf-cart-contact h3 {
  font-size: 20px;
  line-height: 38px;
}

.tf-cart-contact .inner-left i {
  font-size: 32px;
  margin-right: 38px;
}

.box-cart-contact .tf-cart-contact {
  margin-bottom: 31px;
}

.contact-wrap .wd-post-comment {
  margin-top: 115px;
  padding-bottom: 30px;
}

/* blog page
------------------------------------------------- */
.group-col-2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.group-col-2 .cl2 {
  width: calc(50% - 30px);
  margin-left: 30px;
}

.box-latest {
  position: relative;
  cursor: pointer;
  border-radius: 20px;
  margin-bottom: 30px;
  background-color: var(--primary-bg-white);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.is-dark .box-latest {
  background-color: var(--title-light);
}

.box-latest::after {
  content: "";
  position: absolute;
  width: 8%;
  height: 22%;
  background-color: rgba(29, 28, 34, 0.05);
  bottom: -16px;
  right: -7px;
  transform: rotate3d(1, 1, 1, 45deg);
}

.is-dark .box-latest::after {
  background: rgba(255, 255, 255, 0.05);
}

.box-latest .img-latest {
  overflow: hidden;
}

.box-latest img {
  width: 100%;
  height: 200px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.box-latest:hover .img-latest img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.box-latest h3 {
  font-size: 24px;
  line-height: 30px;
}

.box-latest .inner-top {
  padding: 25px 30px 20px;
  border-bottom: 1px solid rgba(29, 28, 34, 0.1);
}

.box-latest .inner-bottom {
  padding: 21px 31px 20px;
  margin: 0px;
}

.wrap-title.st-blog-details {
  display: block;
}

.wrap-title.st-blog-details .title {
  margin-bottom: 2px;
}

.box-latest .inner-bottom .post {
  margin: 0px;
}

.box-latest .inner-bottom .post .view {
  margin-left: -12px;
}

.contact-wrap .content {
  margin-bottom: 20px;
}

/* widget pagination
------------------------------------- */
.tf-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}

.tf-pagination.st-tes {
  padding-top: 20px;
}

.tf-pagination li i {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tf-pagination li:not(:last-child) {
  margin-right: 10px;
}

.tf-pagination li a {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-color);
}

.tf-pagination.st1 li a {
  background: rgba(29, 28, 34, 0.1);
}

.is-dark .tf-pagination.st1 li a {
  background: rgba(255, 255, 255, 0.1);
}

.tf-pagination li.current a,
.tf-pagination li a:hover,
.is-dark .tf-pagination li.current a,
.is-dark .tf-pagination li a:hover {
  background: var(--primary-bg-light);
  color: var(--title-light);
}

.tf-pagination a:hover .icon-arrow-thin-left {
  transform: translate(-10px, 0px);
}

.tf-pagination a:hover .icon-arrow-thin-right {
  transform: translate(10px, 0px);
}

/* widget box testimonials 
----------------------------------------------------*/
.box-testimonials {
  position: relative;
  cursor: pointer;
  border-radius: 20px;
  margin-bottom: 30px;
  background-color: var(--primary-bg-white);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 1px solid var(--primary-bg-white);
}

.is-dark .box-testimonials {
  background-color: var(--title-light);
  border: 1px solid var(--title-light);
}

.box-testimonials::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 40%;
  background-color: rgba(29, 28, 34, 0.05);
  bottom: -21px;
  right: -12px;
  transform: rotate3d(1, 1, 1, 45deg);
}

.box-testimonials.active,
.box-testimonials:hover {
  border: 1px solid var(--primary-bg-light);
}

.box-testimonials .inner-top {
  border-bottom: 1px solid rgba(29, 28, 34, 0.1);
  padding: 40px 28px 20px;
}

.box-testimonials .inner-top p {
  font-size: 18px;
  font-weight: 500;
}

.box-testimonials .inner-bottom {
  padding: 20px 28px;
  position: relative;
}

.box-testimonials .inner-bottom .post {
  margin: 0;
}

.post .group-rating .list-star {
  display: flex;
  align-items: center;
}

.post .group-rating li:last-child {
  font-size: 12px;
}

.post .group-rating .list-star .icon-star {
  color: var(--primary-bg-light);
  font-size: 12px;
}

.st-tes .post .group-rating .list-star .icon-star {
  font-size: 10px;
}

.st-tes .post .group-rating .list-star .icon-star:not(:last-child) {
  margin-right: 3px;
}

.st-tes .post .group-rating li:last-child {
  font-size: 14px;
  margin-left: 2px;
  margin-top: -1px;
}

.st-tes .post .user-post .icon-mask-group {
  font-size: 30px;
  margin-left: 30px;
}

.st-tes .box-testimonials .inner-bottom {
  padding: 20px 28px;
  padding-bottom: 17px;
}

.post .group-rating h4 {
  font-size: 18px;
  line-height: 30px;
}

.box-testimonials .inner-bottom .user-post .thumb {
  margin-right: 5px;
}

.post .user-post .icon-mask-group {
  font-size: 30px;
  margin-left: 50px;
}

/* price table
--------------------------------------------- */
.box-pricing {
  cursor: pointer;
  border-radius: 20px 20px 10px 10px;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 1px solid var(--primary-bg-white);
}

.is-dark .box-pricing {
  border: 1px solid var(--title-light);
}

.box-pricing.active,
.box-pricing:hover {
  border: 1px solid var(--primary-color);
}

.box-pricing.cart {
  position: relative;
}

.box-pricing.cart::after {
  content: "Most Paopular";
  position: absolute;
  font-family: "Inter", sans-serif;
  width: 172px;
  background-color: var(--primary-bg-light);
  padding: 4px 26px;
  top: 40px;
  transform: rotate(50deg);
  right: -57px;
  font-size: 14px;
  line-height: 16.94px;
  color: var(--title-light);
}

.box-pricing .archive-top {
  background-color: var(--primary-bg-white);
  display: flex;
  /* align-items: center; */
}

.is-dark .box-pricing .archive-top {
  background-color: var(--title-light);
}

.box-pricing .archive-top .inner-left {
  margin-right: 39px;
}

.box-pricing .archive-top .inner-left p {
  font-size: 32px;
  line-height: 39px;
  color: var(--title-light);
  position: relative;
  padding-left: 10px;
}

.is-dark .box-pricing .archive-top .inner-left p {
  color: var(--color-white);
}

.box-pricing .archive-top .inner-left p::before {
  font-family: "icomoon";
  content: "\e90e";
  color: var(--primary-bg-light);
  font-size: 16px;
  position: absolute;
  top: -6px;
  left: 0px;
}

.box-pricing .archive-top .inner-left p span {
  font-size: 14px;
  line-height: 16.94px;
  color: var(--primary-color);
}

.box-pricing .archive-top .inner-left h4 {
  font-size: 18px;
  line-height: 34px;
}

.box-pricing .archive-top .inner-left h4 a {
  color: var(--primary-color);
}

.box-pricing .archive-top .inner-left .icon {
  margin-top: 38px;
}

.box-pricing .archive-top .inner-left .icon span {
  font-size: 100px;
}

.box-pricing .list-desc li {
  font-size: 16px;
  padding-bottom: 15px;
}

.box-pricing .list-desc .bland {
  opacity: 0.5;
}

.box-pricing .archive-bottom {
  padding: 16px 0px;
  background: rgba(29, 28, 34, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.is-dark .box-pricing .archive-bottom {
  background: rgba(255, 255, 255, 0.05);
}

.box-pricing.active,
.box-pricing:hover .archive-bottom {
  background-color: var(--primary-color);
}

.box-pricing .archive-bottom p {
  text-align: center;
}

.box-pricing .archive-bottom p,
.box-pricing .archive-bottom p span::before {
  color: var(--title-light);
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.is-dark .box-pricing .archive-bottom p,
.is-dark .box-pricing .archive-bottom p span::before {
  color: var(--color-white);
}

.box-pricing .archive-bottom p {
  font-size: 14px;
  font-weight: 600;
  line-height: 16.94px;
}

.box-pricing:hover .archive-bottom p span::before,
.box-pricing:hover .archive-bottom p,
.box-pricing.active .archive-bottom p span::before,
.box-pricing.active .archive-bottom p {
  color: var(--title-light);
}

.box-pricing .archive-bottom p span {
  font-size: 11px;
  margin-left: 7px;
}

.pricing-wrap .content {
  margin-bottom: -30px;
}

/* portfolio page
------------------------------------------ */
.box-portfolio {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.box-pricing .box-portfolio .archive-top .img-portfolio {
  /* border: 1px solid transparent; */
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-sizing: border-box;
}

.is-dark .box-portfolio .img-portfolio {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  /* border: 1px solid var(--title-light); */
}

.box-portfolio:hover .img-portfolio {
  border-color: var(--primary-bg-light);
}

.box-portfolio:hover .img-portfolio img {
  transform: scale(0.95);
  border-radius: 20px;
}

.box-portfolio .img-portfolio img {
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* .box-portfolio:hover .img-portfolio img {
    transform: scale3d(1.1, 1.1, 1.1);
} */

.box-portfolio .content {
  /* padding-top: 15px; */
  /* padding-bottom: 15px; */
  padding: 15px;
  width: 100%;
  text-align: center;
}

.box-portfolio .content p {
  display: inline-block;
  border: 1px solid rgba(29, 28, 34, 0.1);
  border-radius: 100px;
  padding: 3px 17px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.is-dark .box-portfolio .content p {
  border: 1px solid var(--bg-dark-hover);
}

.box-portfolio:hover .content p {
  border: 1px solid var(--primary-bg-light);
  background-color: var(--primary-bg-light);
  color: var(--title-light);
}

.box-portfolio .content h4 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 0px;
  font-weight: 550;
}

.box-portfolio .content h4 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.is-dark .box-portfolio .content h4 svg path {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.is-dark .box-portfolio .content h4 svg path {
  stroke: var(--bg-dark-hover);
  stroke-opacity: 1;
}

.box-portfolio:hover .content h4 svg path {
  stroke: var(--primary-color);
  stroke-opacity: 1;
}

.portfolio-wrap .tf-pagination {
  margin-top: 20px;
}

/* skill page
------------------------------------------------- */
.skill-wrap .box-title .title {
  width: 56%;
}

.tf-skill-bar .progress-item {
  position: relative;
}

.tf-skill-bar .progress-item:not(:last-child) {
  margin-bottom: 26px;
}

.progress-item h4 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 14px;
  letter-spacing: 0.03em;
}

.tf-skill-bar .inner-skill {
  width: 100%;
  height: 20px;
  background: rgba(29, 28, 34, 0.1);
  overflow: hidden;
  border-radius: 5px;
}

.tf-skill-bar .inner-skill .progress-animate {
  background: var(--primary-bg-light);
  border-radius: 5px;
  height: 100%;
  width: 0;
  transition: width 1.5s ease;
  position: relative;
}

.tf-skill-bar .inner-skill .progress-animate::after {
  position: absolute;
  content: attr(data-valuenow) "%";
  width: max-content;
  top: 50%;
  transform: translateY(-50%);
  right: -38px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  color: var(--color-white);
}

.is-dark .tf-skill-bar .inner-skill {
  background: var(--bg-dark-hover);
}

.progress-value {
  height: 20px;
  float: left;
  border-radius: 5px;
  background: var(--primary-bg-light);
}

.rank-skill {
  font-size: 12px;
  line-height: 20px;
  color: var(--title-light);
  position: absolute;
  text-align: center;
  min-width: 3em;
  display: none;
}

.is-dark .rank-skill {
  color: var(--color-white);
}

.tf-skill-bar .progress-item .skill-1 {
  left: 90%;
}

.tf-skill-bar .progress-item .skill-2 {
  left: 95%;
}

.tf-skill-bar .progress-item .skill-3 {
  left: 93%;
}

.tf-skill-bar .progress-item .skill-4 {
  left: 80%;
}

.tf-skill-bar .progress-item .skill-5 {
  left: 90%;
}

/* service page */
.tf-service {
  padding: 17px 30px 11px;
  border: 1px solid rgba(29, 28, 34, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.is-dark .tf-service {
  border: 1px solid var(--bg-dark-hover);
}

.tf-service.last {
  margin-bottom: 50px;
}

.tf-service:hover,
.is-dark .tf-service:hover {
  border: 1px solid var(--primary-bg-light);
}

.tf-service .content {
  flex: 2;
}

.tf-service .title {
  flex: 1.58;
}

.tf-service .content h4 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 7px;
}

.tf-service .title p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
}

.tf-service .title span {
  font-size: 14px;
  line-height: 32px;
  color: var(--primary-bg-light);
}

.tf-service .content p {
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
}

.tf-service img {
  width: 50px;
  height: 50px;
}

.btn-service {
  width: 150px;
  height: 50px;
  background: rgba(29, 28, 34, 0.1);
  color: var(--title-light);
}

.btn-service span::before {
  color: var(--title-light);
}

/* count
-------------------------------------- */
.tf-count {
  margin-top: 125px;
}

.tf-count h4,
.is-dark .tf-count h4 {
  display: flex;
  font-size: 62px;
  line-height: 44px;
  margin-bottom: 15px;
  color: var(--primary-bg-light);
}

.tf-count h4 span {
  color: var(--title-light);
}

.is-dark .tf-count h4 span {
  color: var(--color-white);
}

.tf-count .count-desc li {
  font-size: 14px;
  line-height: 30px;
}

/* about us
---------------------------------- */
.about-wrap {
  margin-bottom: 40px;
}

.about-wrap .wrap-title > p:last-child {
  margin-top: 12px;
}

.about-wrap .content {
  margin-top: -1px;
  border-radius: 10px;
  border: 1px solid rgba(29, 28, 34, 0.1);
  overflow: hidden;
}

.is-dark .about-wrap .content {
  border: 1px solid var(--bg-dark-hover);
}

.about-wrap .content .inner-top,
.about-wrap .content .inner-bottom {
  display: flex;
}

.about-wrap .content,
.about-wrap .content {
  flex: 1;
  padding: 23px 30px;
  border-left: 1px solid rgba(29, 28, 34, 0.1);
  border-bottom: 1px solid rgba(29, 28, 34, 0.1);
}

.is-dark .about-wrap .content,
.is-dark .about-wrap .content {
  border-left: 1px solid var(--bg-dark-hover);
  border-bottom: 1px solid var(--bg-dark-hover);
}

.is-dark .about-wrap .content {
  border-left: none;
}

.about-wrap .content .br-left {
  border-left: none;
}

.about-wrap .content .br-bottom {
  border-bottom: none !important;
}

.about-wrap .content td {
  padding: 30px;
}

.about-wrap .content h4 {
  font-size: 18px;
  line-height: 33px;
}

.about-wrap .content p {
  font-size: 18px;
  line-height: 29px;
}

.resum-wrap .wrap-title {
  margin-bottom: 21px;
}

.wrap-title.st-po-details {
  display: block;
}

.des-portfolio {
  margin-top: -12px;
  font-weight: 700;
  position: relative;
  z-index: 5;
}

.tf-box-resume {
  border: 1px solid rgba(29, 28, 34, 0.1);
  border-radius: 10px;
  padding: 14.5px 28px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tf-box-resume.active,
.tf-box-resume:hover,
.is-dark .tf-box-resume.active,
.is-dark .tf-box-resume:hover {
  border: 1px solid var(--primary-bg-light);
}

.tf-box-resume .inner-left {
  width: 202px;
  margin-right: 68px;
}

.tf-box-resume .inner-left li {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  line-height: 123.6%;
}

.tf-box-resume .inner-left li:first-child {
  margin-bottom: 10px;
}

.tf-box-resume .inner-left li span {
  color: var(--primary-bg-light);
}

.tf-box-resume .inner-right {
  flex: 2;
  font-size: 18px;
  line-height: 22px;
}

.resume-wrap {
  margin-bottom: 40px;
}

.banner-light,
.banner-dark {
  background-image: url(../images/service/bg.jpg);
  padding: 30px 45px 22px;
  background-size: cover;
  background-position: center center;
  display: flex;
  row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

.banner-dark {
  background-image: url(../images/service/bg-dark.jpg);
}

#about .banner-dark {
  display: none;
}

.wrap-title.st-about {
  position: absolute;
  right: 0px;
  top: -7px;
  margin-bottom: 10px;
}

.cross-hide {
  opacity: 0; /* Initially set opacity to 0 (fully transparent) */
  transition: opacity 0.5s; /* Add a transition effect for opacity changes */
  pointer-events: none; /* This prevents clicks on the hidden element */
}

.wrap-title.st-about .box-title {
  margin-top: -6px;
  margin-right: -33px;
}

#service .wrap-title .box-title,
#pricing .wrap-title .box-title,
#skill .wrap-title .box-title {
  margin-top: -6px;
  margin-right: -3px;
}
#service .wrap-title,
#pricing .wrap-title {
  margin-bottom: -2px;
}

#skill .wrap-title {
  margin-bottom: 1px;
}

.banner-light .item,
.banner-dark .item {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
}

.banner-light .item img,
.banner-dark .item img {
  width: 50px;
  height: 50px;
}

.banner-light .item h4,
.banner-dark .item h4 {
  font-size: 24px;
  line-height: 30px;
}

.is-dark .banner-dark .item h4 a {
  color: var(--color-white);
}

.home-box .wrap-title {
  margin-bottom: 50px;
}

.home-box .box-title .title {
  flex: 2;
}

.home-box .tag {
  flex: 1;
  text-align: end;
}

.home-box .tag a {
  background: #f6f6f6;
  border-radius: 50px;
  transform: rotate(90deg) translate(50px, -50px);
  width: 140px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
}

.home-box .tag a:hover {
  background: var(--title-light);
}

.home-box .tag a svg {
  margin-right: 8px;
  margin-left: -5px;
  margin-top: 4px;
  transform: rotate(270deg);
}

.home-box .content-2 {
  margin-bottom: 30px;
}

.cl8 .content-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* .cl8 .content-2 .innerSpan {
  grid-column: span 2;
} */

/* .avatar .logo_default {
  display: block;
} */

/* .avatar .logo_hover {
  display: none;
  visibility: hidden;
}

.avatar:hover .logo_default {
  display: none;
}

.avatar:hover .logo_hover {
  display: block;
  visibility: visible;
} */

.content-span {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  /* padding: 5px; */
  /* min-height: 73.5svh; */
}

.content-span img,
.sub-content-span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* .content-span a:hover, */
.content-span a {
  position: relative;
}

.content-span a:hover::before {
  content: " ";
  outline: 2px solid #ff8e00;
  box-shadow: inset 0 0 50px #f16f1b, /* Inner shadow */ 0 0 5px #f16f1b,
    /* Outer glow */ 0 0 10px #f87c29,
    /* Outer glow */ 0 0 15px var(--primary-color),
    /* Outer glow */ 0 0 20px var(--primary-color); /* Outer glow */
  z-index: 10;
  min-width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
}

.content-span a p,
.sub-content-span a p {
  padding: 0.7em 0;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 750;
  width: 100%;
  text-align: center;
  margin: 0 0 0.1em 0;
  border-radius: 20px;
}

.content-span a p {
  font-size: clamp(1.2rem, 1.5vw, 1.875rem);
}

.sub-content-span a p {
  font-size: clamp(0.75rem, 1vw, 1.2rem);
  line-height: 1.75ch;
}

.content-span a:hover p {
  color: var(--primary-color);
}

.sub-content-span {
  display: grid;
  grid-template-columns: calc(58% - 15px) calc(42% - 15px);
  /* display: flex; */
  gap: 30px;
  width: 100%;
}

.home-box .content-2 a,
.sticky-sidebar .profile .top a,
.home-box .content-2 a {
  display: block;
  border-radius: 20px;
  /* overflow: scroll; */
  padding: 2px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--primary-bg-light);
  background-color: #000000;
}

.sticky-sidebar .profile .top :hover {
  color: #25d366;
}

.home-box .content-2 a img,
.home-box .content-2 a img {
  border-radius: 20px;
}

.home-box .content-2 a::after,
.sticky-sidebar .profile .top a::after,
.home-box .content-2 a::after {
  position: absolute;
  top: 0;
  left: -90%;
  display: block;
  /* content: ""; */
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.home-box .content-2 a:hover::after,
.sticky-sidebar .profile .top a:hover::after,
.home-box .content-2 a:hover::after {
  animation: shine 1.2s alternate;
}

/* @keyframes shine {
  100% {
    left: 125%;
  }
} */

.home-box .content-2 img {
  /* opacity: 0.7; */
  /* filter: grayscale(100%); */
  transition: scale 350ms ease, opacity 350ms linear;
}
/* 
.home-box .content-2:has(img:hover) img:hover,
.home-box .content-2:has(img:hover) img:hover { */
/* scale: 1.1; */
/* opacity: 1; */
/* filter: grayscale(0); */
/* } */
/* page section
---------------------------------------------------- */
.wedo-section::-webkit-scrollbar {
  width: 0;
  background: transparent; /* Make scrollbar track transparent */
  display: none;
}

.wedo-section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 29.5%;
  right: 0;
  margin-left: 35px;
  /* padding-right: 2j5px; */
  margin-right: -25px;
  overflow: auto;
  /* overflow-y: scroll; */
  padding: 1.4%;
  opacity: 0;
  display: none;
  z-index: 8;
  transition: visibility 1s linear, opacity 0s linear;
  -moz-transition: visibility 1s linear, opacity 0s linear;
  -webkit-transition: visibility1s linear, opacity 0s linear;
  -o-transition: visibility 1s linear, opacity 0s linear;
}

.wedo-section.animated {
  opacity: 1;
  display: block;
  z-index: 9;
}

.wedo-section.active {
  opacity: 1;
  display: block;
  z-index: 10;
  margin-top: 50px;
}

.menu-content li.active a {
  color: var(--primary-color) !important;
}

/* .menu-content li.active a :hover {
  color: var(--primary-color) !important;
} */

.menu-popup .main-menu {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex: 2;
}

.wedo-section.hidden {
  opacity: 0;
  display: none;
  z-index: 9;
}

.about_the_studio {
  font-family: "Autography", sans-serif;
  font-size: 60px;
  letter-spacing: 3px;
}
/* dark themes
----------------------------------------------------------- */
.is-dark .sticky-sidebar {
  background: #000000;
}

.is-dark .wrap-title .note {
  border: 1px solid var(--bg-dark-hover);
}

.is-dark .home-box .tag a {
  background: rgba(255, 255, 255, 0.1);
}

.is-dark .home-box .tag a:hover {
  background: #f6f6f6;
}

.is-dark .wd-social-icon li a {
  background: rgba(255, 255, 255, 0.1);
}

.is-dark .wd-social-icon li a:hover,
.is-dark .wd-social-icon li a.active {
  color: var(--primary-color);
}

.is-dark .btn-profile,
.is-dark .btn-profile span::before {
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-white);
}

.is-dark .btn-profile:hover,
.is-dark .btn-profile.active {
  background: var(--primary-bg-light);
  color: var(--title-light);
}

.is-dark .btn-profile.active span::before,
.is-dark .btn-profile:hover span::before {
  color: var(--title-light);
}

.is-dark .tf-box-resume,
.is-dark table.content {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.is-dark .tf-box-resume .inner-right a {
  color: var(--primary-color);
}

.is-dark table.content td {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.is-dark .banner-light {
  display: none;
}

.is-dark #about .banner-dark {
  display: flex;
  margin-bottom: 30px;
}

.is-dark textarea,
.is-dark input[type="text"] {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.is-dark form .group-input label,
.is-dark form .textarea label {
  background-color: var(--color-dark);
  color: var(--color-white);
}

/* home page
---------------------------------------- */
.img-box-sidebar {
  margin: 30px 0px 25px;
}

.img-box-sidebar .img-inner-top {
  display: inline-block;
  position: relative;
}

.img-box-sidebar .img-inner-top h4 {
  position: absolute;
  top: 40px;
  left: 15px;
  font-size: 24px;
  color: var(--color-white);
}

.img-box-sidebar .img-inner-bottom {
  display: inline-flex;
  gap: 20px;
  background: url(../images/home/img-12.png);
  padding: 25px 40px 25px;
  background-size: contain;
  background-repeat: no-repeat;
  align-items: center;
  border-radius: 20px;
  width: 100%;
}

.img-box-sidebar .img-inner-bottom h3 {
  letter-spacing: 0.4em;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 26px;
  color: var(--color-white);
}

.img-box-sidebar .img-inner-bottom img {
  width: 50px;
  height: 50px;
}

.wrap-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box-latest .inner-top h3 a:not(.wrap-link),
.box-latest .inner-top .date-post:not(.wrap-link),
.box-portfolio .content h4 a:not(.wrap-link) {
  position: relative;
  z-index: 2;
}

/* Progress Bar
-------------------------------------------------------------- */
.themesflat-progress {
  position: relative;
  overflow: hidden;
}

.themesflat-progress .title,
.themesflat-progress .perc {
  line-height: normal;
  margin: 0;
}

.themesflat-progress .title {
  position: absolute;
  left: 0;
  top: 0;
}

.themesflat-progress .progress-animate {
  width: 0;
}

.themesflat-progress .progress-bg {
  width: 100%;
}

.themesflat-progress .perc {
  width: 0;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.themesflat-progress .perc.show {
  filter: alpha(opacity=100);
  opacity: 1;
}

.themesflat-progress.height-10px .progress-animate {
  height: 10px;
}

.themesflat-progress.style-1 .title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.themesflat-progress.style-1 .perc-wrap {
  font-family: "Montserrat", sans-serif;
  color: #35383e;
  font-size: 14px;
  letter-spacing: 0.6px;
}

.themesflat-progress.style-1 .progress-bg {
  background-color: #f7f7f7;
  margin-top: 13px;
}

.themesflat-progress.style-1 .progress-animate {
  background-color: #ffc30c;
}

.menu-popup .main-menu p .trick {
  font: 30px/30px "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 68px;
  color: var(--title-light);
  display: none;
}

.menu-popup .main-menu p .trick:hover {
  color: var(--title-light);
}

/* Add */
.home-box .wrap-title .note {
  all: unset;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: inline-flex;
}

.home-box .wrap-title .title {
  line-height: 82px;
  margin-top: -3px;
  padding-right: 25px;
}

.home-box .wrap-title .note span,
.home-box .wrap-title .note p {
  font-size: 18px;
  line-height: 22px;
}

.wrapper {
  position: relative;
}

.mt35 {
  margin-top: 23px;
}

.wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  background: linear-gradient(
    180deg,
    transparent 40%,
    var(--color-overlay) 60%
  );
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.wrapper.hide-shadow::after {
  opacity: 0;
  visibility: hidden;
}

.top-content {
  margin-bottom: 30px;
}

#skill .top-content {
  margin-bottom: 38px;
}

#skill .tf-skill-bar {
  margin-bottom: 30px;
}

.top-content .box-title {
  flex-shrink: 0;
}

.top-content > p {
  position: relative;
  z-index: 5;
}

.skill-wrap .top-content .title {
  padding-right: 100px;
}
.home-box .top-content {
  margin-bottom: 58px;
}

.wrap-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.wedo-section {
  /* padding: 0; */
  margin-right: 0px;
}

.resume-wrap .wrap-title {
  margin-bottom: 40px;
  display: block;
}

.mb15 {
  margin-bottom: 15px;
}

/*  */

.switcher-container {
  position: fixed;
  right: -290px;
  top: 150px;
  width: 290px;
  background-color: #202020;
  z-index: 99999999;
}

.switcher-container h2 a {
  background-color: var(--bg-switcher);
  display: block;
  position: absolute;
  left: -50px;
  top: 0;
  border-radius: 5px 0px 0px 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  outline: 0;
  color: #fff;
  justify-content: center;
}

.switcher-container h2 a svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  -webkit-animation: rotating 3s infinite linear;
  animation: rotating 3s infinite linear;
}

.switcher-container h2 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  height: 50px;
  line-height: 45px;
  padding-left: 50px;
  padding-right: 85px;
  margin: 0;
  font-weight: 400;
}

.switcher-container .selector-box {
  color: #fff;
  overflow: hidden;
}

.sw-odd {
  background-color: #323232;
  padding: 21px 0 30px 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.switcher-container h3 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.sw-odd .ws-colors a {
  width: auto;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: #b4d700;
  text-indent: -9999px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
}

.sw-odd #color2 {
  background-color: #f08f74;
}

.sw-odd #color3 {
  background-color: #ff4a54;
}

.sw-odd #color4 {
  background-color: #55e6a5;
}

.sw-odd #color5 {
  background-color: #5b78f6;
}

.sw-odd #color6 {
  background-color: #ffb400;
}

.sw-even {
  background-color: #202020;
  padding: 21px 0 25px 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sw-even h3 {
  margin-bottom: 6px;
}

.sw-even a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 26px 10px 27px;
  margin-right: 10px;
  letter-spacing: 1.8px;
}

/* carousel */
.carousel-container {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}

.image.mobilecr {
  display: none;
}

.image.desktopcr {
  display: block;
}

.carousel-container:hover .prev-button,
.carousel-container:hover .next-button {
  color: rgba(255, 255, 255, 1); /* Set to a visible color */
}

.carousel-slide {
  display: flex;
  /* transition: transform 0.5s ease-in-out; */
}

.carousel-slide img {
  width: 100%;
  height: auto;
}

.carousel-slide div {
  width: 100%;
  height: auto;
}

.prev-button,
.next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  color: rgba(255, 255, 255, 0); /* Set to a visible color */
  border: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  transition: color 0.3s; /* Add a transition for smooth color change */
}

.prev-button {
  left: 0;
  border-radius: 0% 50% 50% 0%;
}

.next-button {
  right: 0;
  border-radius: 50% 0% 0% 50%;
}

/* Add styles for the dots */
.carousel-dots {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.carousel-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.carousel-dot.active {
  height: 8px;
  width: 8px;
  background-color: #ff841f;
}
