.slick-next{
  border-radius: 50px;
  background: #c69696 !important;
}
.slick-prev{
    border-radius: 50px;
    background: #c69696 !important;
}
.slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; /* For older browsers */
}
.text_orange{
  color:#f99e72;
}
.f_24{
  font-size: 24px;
}

.slick-slide video {
  max-width: 340px !important;
  max-height: 100%;
  width: auto;
  height: auto;
  opacity: 0.5;
  padding: 10px;
  margin-top: 5px;
  pointer-events: none;
}

/* .slick-slide video{
  width: 340px !important;
  height: auto;
  opacity: 0.5;
  padding: 10px;
} */
.slick-center video{
  opacity: 1;
  padding: 0px;
  margin-top: 0px;
  pointer-events: visible;
}

.error{
  color: red !important;
}
.item-image{
  width: 55px;
  height: 60px;
  cursor: pointer;

}
.item-image img{
  width: 48px;
  height: 48px;
}
.item-image video{
  width: 48px;
  height: 48px;
  pointer-events: none;
}
.owl-carousel {
    width: 95% !important;
  }
.a_map{
  color: #000 !important;
}
.a_map:hover{
  color: #f99e72 !important;
}
#ui-datepicker-div{

  top:225px !important;
}
.testimonial-item p{
  height: 300px;
}
.hide{
  display: none;
}
.show{
  display: block;
}
.card-img-top{
  height: 220px;
  width:auto;
}

.session-btn{
  font-weight: 600!important;
  color: #f99e72!important;
  font-size: 20px !important;

}
.book-cancel{
  background: linear-gradient(to bottom, #6c757d, #616a72, #565e67, #4b535d) !important;
    background-color: #6c757d !important;
    color: white !important;
}
.session-img-carousel{
  width: 75%;
  height: 350px;
}
.owl-item .item img{
  margin: 0 auto;
  max-width: 100% !important;
  width: auto !important;
  height: 450px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.owl-item .item video{
  margin: 0 auto;
  max-width: 100% !important;
  width: auto !important;
  height: 450px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.session-img-carousel .owl-nav {
  position: absolute;
  top: 60%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.session-img-carousel .owl-nav button {
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
}


.session-img-carousel .owl-nav button.owl-prev {
  margin-left: 10px;
  font-size: 50px !important;
  color: #fccba5 !important;
}

.session-img-carousel .owl-nav button.owl-next {
  margin-right: 10px;
  font-size: 50px !important;
  color: #fccba5 !important;
}
.card-flip {
  height: 250px; /* Adjust height as needed */
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}

.card-front,
.card-back {
  width: 100%;
  height: 250px;
  /* max-height: 300px; */
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
}

.card-front {
  z-index: 2;
  transform: rotateY(0deg);
  transition: transform 0.5s;
}

.card-back {
  z-index: 1;
  transform: rotateY(180deg);
  transition: transform 0.5s;
  /* height: 400px; */
}

.card-back .card-body {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-flip:hover .card-front {
  transform: rotateY(-180deg);
}

.card-flip:hover .card-back {
  transform: rotateY(0deg);
}
.modal-backdrop {
  --bs-backdrop-zindex: 0 !important;
  --bs-backdrop-bg: #000 !important;
}
.icon-box{
  padding: 15px;
  width: 100%;
}
.icon-box:hover{
  /* background: #fdf8f5 ; */
  border: 1px solid #fcba8b;
}

.user_info{
  padding: 15px;
  width: 100%;
}
.user_info:hover{
  /* background: #fdf8f5 ; */
  border: 1px solid #fcba8b;
}


.dark-mode {
  background-color: #040404;
  /* background-color: #000; */
  background-image: url("../img/bg_dark.png") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}
.dark-mode .modal-content{
  background: black;
  border: 1px solid;
}
.dark-mode .icon-box:hover{
  /* color: black; */
}
.dark-mode .user_info:hover{
  color: black;
}
.dark-mode .jinal {
  width: auto !important;
  height: 450px !important;
  margin: 0 auto !important;
  /* display: block !important; */
}
.dark-mode .about-services-icon {
  height: 40px;
  border: 1px solid #f99e72;
  padding: 5px;
  border-radius: 50%;
}
.dark-mode .image-container img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* .dark-mode .image-container:hover img {
-webkit-transform: scale(1.3);
transform: scale(1.3);
} */
.dark-mode .image-container {
  position: relative;
  overflow: hidden;
}
.dark-mode .nav-link {
  color: #fccba5;
}
.dark-mode .nav-link:hover {
  color: #f99970;
}
.dark-mode .nav-item .active {
  color: #333333;
  background: linear-gradient(to bottom, #fccba5, #fcd1b3, #fcba8b, #f99e72);
  font-weight: 600;
  border-radius: 15px;
}
.dark-mode body {
  font-family: "Open Sans", sans-serif;
  background-color: #040404;
  color: #fff;
  position: relative;
  background: transparent;
}
.dark-mode body::before {
  content: "";
  position: fixed;
  background: #040404 url("../img/bg.webp") top right no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: -1;
}
@media (min-width: 1024px) {
  .dark-mode body::before {
    background-attachment: fixed;
  }
}
.dark-mode a {
  color: #f99e72;
  text-decoration: none;
}
.dark-mode a:hover {
  color: #35e888;
  text-decoration: none;
}
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6 {
  font-family: "Raleway", sans-serif;
}
.dark-mode #header {
  transition: ease-in-out 0.3s;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  z-index: 997;
  overflow-y: auto;
}
.dark-mode #header * {
  transition: ease-in-out 0.3s;
}
.dark-mode #header h1 {
  font-size: 48px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.dark-mode #header h1 a,
.dark-mode #header h1 a:hover {
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.dark-mode #header h2 {
  font-size: 24px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.dark-mode #header h2 span {
  color: #fff;
  border-bottom: 2px solid #f99e72;
  padding-bottom: 6px;
}
.dark-mode #header img {
  padding: 0;
  margin: 0;
}
.dark-mode #header .social-links {
  margin-top: 40px;
  display: flex;
}
.dark-mode #header .social-links a {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  margin-right: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.dark-mode #header .social-links a:hover {
  background: #f99e72;
}
@media (max-width: 992px) {
  .dark-mode #header h1 {
    font-size: 36px;
  }
  .dark-mode #header h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .dark-mode #header .social-links {
    margin-top: 15px;
  }
  .dark-mode #header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.dark-mode #header.header-top {
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
}
.dark-mode #header.header-top .social-links,
.dark-mode #header.header-top h2 {
  display: none;
}
.dark-mode #header.header-top h1 {
  margin-right: auto;
  font-size: 36px;
}
.dark-mode #header.header-top img {
  max-height: 60px;
  margin-right: 20px !important;
}
.dark-mode #header.header-top .container {
  display: flex;
  align-items: center;
}
.dark-mode #header.header-top .navbar {
  margin: 0;
}
@media (max-width: 768px) {
  .dark-mode #header.header-top {
    height: 60px;
  }
  .dark-mode #header.header-top h1 {
    font-size: 26px;
  }
}
.dark-mode .navbar {
  padding: 0;
  margin-top: 35px;
}
.dark-mode .navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.dark-mode .navbar li {
  position: relative;
}
.dark-mode .navbar li + li {
  margin-left: 30px;
}
.dark-mode .navbar a,
.dark-mode .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: 0.3s;
}
.dark-mode .navbar a i,
.dark-mode .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.dark-mode .navbar a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #f99e72;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.dark-mode .navbar a:hover:before,
.dark-mode .navbar li:hover > a:before,
.dark-mode .navbar .active:before {
  visibility: visible;
  width: 25px;
}
.dark-mode .navbar a:hover,
.dark-mode .navbar .active,
.dark-mode .navbar .active:focus,
.dark-mode .navbar li:hover > a {
  color: #fff;
}
.dark-mode .mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  position: fixed;
  right: 15px;
  top: 15px;
}
@media (max-width: 991px) {
  .dark-mode .mobile-nav-toggle {
    display: block;
  }
  .dark-mode .navbar ul {
    display: none;
  }
}
.dark-mode .navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
  margin-top: 0;
}
.dark-mode .navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.dark-mode .navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 45px;
  left: 15px;
  padding: 10px 0;
  overflow-y: auto;
  transition: 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.dark-mode .navbar-mobile li {
  padding: 12px 20px;
}
.dark-mode .navbar-mobile li + li {
  margin: 0;
}
.dark-mode .navbar-mobile a,
.dark-mode .navbar-mobile a:focus {
  font-size: 16px;
  position: relative;
}
.dark-mode section {
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 140px;
  bottom: 100%;
  opacity: 0;
  transition: ease-in-out 0.4s;
  z-index: 2;
}
.dark-mode section.section-show {
  top: 100px;
  bottom: auto;
  opacity: 1;
  padding-bottom: 45px;
}
.dark-mode section .container {
  background: rgba(0, 0, 0, 0.9);
  padding: 30px;
}
@media (max-width: 768px) {
  .dark-mode section {
    top: 120px;
  }
  .dark-mode section.section-show {
    top: 80px;
  }
}
.dark-mode .section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}
.dark-mode .section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #f99e72;
  margin: 4px 10px;
}
.dark-mode .section-title p {
  margin: 0;
  margin: -15px 0 15px 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.dark-mode .about-me .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #f99e72;
}
.dark-mode .about-me .content ul {
  list-style: none;
  padding: 0;
}
.dark-mode .about-me .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.dark-mode .about-me .content ul strong {
  margin-right: 10px;
}
.dark-mode .about-me .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #f99e72;
  line-height: 0;
}
.dark-mode .about-me .content p:last-child {
  margin-bottom: 0;
}
.dark-mode .counts {
  padding: 70px 0 60px;
}
.dark-mode .counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
}
.dark-mode .counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px;
  color: #f99e72;
  border-radius: 50px;
  line-height: 0;
}
.dark-mode .counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #fff;
}
.dark-mode .counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
.dark-mode .skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.dark-mode .skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.dark-mode .skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.dark-mode .skills .progress-bar-wrap {
  background: rgba(255, 255, 255, 0.2);
}
.dark-mode .skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #f99e72;
}
.dark-mode .interests .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  transition: ease-in-out 0.3s;
}
.dark-mode .interests .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}
.dark-mode .interests .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
  color: #fff;
}
.dark-mode .interests .icon-box:hover {
  background: rgba(255, 255, 255, 0.12);
}
.dark-mode .testimonials .testimonials-carousel,
.dark-mode .testimonials .testimonials-slider {
  overflow: hidden;
}
.dark-mode .testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}
.dark-mode .testimonials .testimonial-item .testimonial-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.12);
}
.dark-mode .testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #fff;
}
.dark-mode .testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}
.dark-mode .testimonials .testimonial-item .quote-icon-left,
.dark-mode .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.25);
  font-size: 26px;
}
.dark-mode .testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.dark-mode .testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.dark-mode .testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.dark-mode .testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.dark-mode .testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}
.dark-mode .testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f99e72;
}
.dark-mode .resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.dark-mode .resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.dark-mode .resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #f99e72;
  margin-bottom: 10px;
}
.dark-mode .resume .resume-item h5 {
  font-size: 16px;
  background: rgba(255, 255, 255, 0.15);
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.dark-mode .resume .resume-item ul {
  padding-left: 20px;
}
.dark-mode .resume .resume-item ul li {
  padding-bottom: 10px;
}
.dark-mode .resume .resume-item:last-child {
  padding-bottom: 0;
}
.dark-mode .resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #f99e72;
  border: 2px solid #f99e72;
}
.dark-mode .services .icon-box {
  text-align: center;
  background: rgba(204, 204, 204, 0.1);
  padding: 80px 20px;
  width: 100%;
  transition: all ease-in-out 0.3s;
}
.dark-mode .services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f99e72;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
.dark-mode .services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
.dark-mode .services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.dark-mode .services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.dark-mode .services .icon-box h4 a {
  color: #fff;
}
.dark-mode .services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.dark-mode .services .icon-box:hover {
  /* background: #f99e726b; */
  border: 1px solid #f99e72;
}
.dark-mode .services .icon-box:hover .icon {
  background: #fff;
}
.dark-mode .services .icon-box:hover .icon i {
  color: #f99e72;
}
.dark-mode .services .icon-box:hover .icon::before {
  background: #35e888;
}
.dark-mode .services .icon-box:hover h4 a,
.dark-mode .services .icon-box:hover p {
  color: #fff;
}
.dark-mode .portfolio .portfolio-item {
  margin-bottom: 30px;
}
.dark-mode .portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
.dark-mode .portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 3px 10px 3px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
.dark-mode .portfolio #portfolio-flters li:hover,
.dark-mode .portfolio #portfolio-flters li.filter-active {
  background: #f99e72;
}
.dark-mode .portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.dark-mode .portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.dark-mode .portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.dark-mode .portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dark-mode .portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.dark-mode .portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.dark-mode .portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.dark-mode .portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.dark-mode .portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.dark-mode .portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.dark-mode .portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #63eda3;
}
.dark-mode .portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.dark-mode .portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.dark-mode .portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.dark-mode .portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}
.dark-mode .portfolio-details {
  padding-top: 40px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}
.dark-mode .portfolio-details .container {
  padding-top: 20px;
  padding-bottom: 40px;
}
.dark-mode .portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.dark-mode .portfolio-details .portfolio-info {
  padding-top: 45px;
}
.dark-mode .portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.dark-mode .book-button {
  background: linear-gradient(
    to bottom,
    #fccba5,
    #fcd1b3,
    #fcba8b,
    #f99e72
    ) !important;
    background-color: #fccba5 !important;
    color: black !important;
  }
  .dark-mode .book-button:hover{
    color: black !important;
  }

  .dark-mode .book-session {
    background: linear-gradient(
      to bottom,
      #fccba5,
      #fcd1b3,
      #fcba8b,
      #f99e72
      ) !important;
      background-color: #fccba5 !important;
      color: black !important;
    }
    .dark-mode .book-session:hover{
      color: black !important;
    }
  .dark-mode .portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }
  .dark-mode .portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
  }
  .dark-mode .portfolio-details .portfolio-info p {
    font-size: 15px;
    padding: 15px 0 0 0;
  }
  @media (max-width: 992px) {
    .dark-mode .portfolio-details .portfolio-info {
      padding-top: 20px;
    }
  }
  .dark-mode .portfolio-details .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  .dark-mode .portfolio-details .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .dark-mode
  .portfolio-details
  .swiper-pagination
  .swiper-pagination-bullet-active {
    background-color: #f99e72;
  }
  .dark-mode .contact .info-box {
    color: #444444;
    padding: 20px;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
  }
  .dark-mode .contact .info-box i.bx {
    font-size: 24px;
    color: #f99e72;
    border-radius: 50%;
    padding: 14px;
    float: left;
    background: rgba(255, 255, 255, 0.1);
  }
  .dark-mode .contact .info-box h3 {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
    margin: 10px 0 8px 68px;
  }
  .dark-mode .contact .info-box p {
    padding: 0;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 0 68px;
  }
  .dark-mode .contact .info-box .social-links {
    margin: 5px 0 0 68px;
    display: flex;
  }
  .dark-mode .contact .info-box .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    margin-right: 12px;
    transition: 0.3s;
  }
  .dark-mode .contact .info-box .social-links a:hover {
    color: #f99e72;
  }
  .dark-mode .contact .php-email-form {
    padding: 30px;
    background: rgba(255, 255, 255, 0.08);
  }
  .dark-mode .contact .php-email-form .error-message {
    display: none;
    background: rgba(255, 255, 255, 0.08);
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  .dark-mode .contact .php-email-form .error-message br + br {
    margin-top: 25px;
  }
  .dark-mode .contact .php-email-form .sent-message {
    display: none;
    background: rgba(255, 255, 255, 0.08);
    background: #f99e72;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  .dark-mode .contact .php-email-form .loading {
    display: none;
    background: rgba(255, 255, 255, 0.08);
    text-align: center;
    padding: 15px;
  }
  .dark-mode .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #f99e72;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
  }
  .dark-mode .contact .php-email-form input,
  .dark-mode .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 0;
    transition: 0.3s;
    color: #fff;
  }
  .dark-mode .contact .php-email-form input:focus,
  .dark-mode .contact .php-email-form textarea:focus {
    background-color: rgba(255, 255, 255, 0.11);
  }
  .dark-mode .contact .php-email-form input::-moz-placeholder,
  .dark-mode .contact .php-email-form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
    opacity: 1;
  }
  .dark-mode .contact .php-email-form input::placeholder,
  .dark-mode .contact .php-email-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
    opacity: 1;
  }
  .dark-mode .contact .php-email-form input {
    padding: 10px 15px;
  }
  .dark-mode .contact .php-email-form textarea {
    padding: 12px 15px;
  }
  .dark-mode .contact .php-email-form button[type="submit"] {
    background: #f99e72;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
  }
  .dark-mode .contact .php-email-form button[type="submit"]:hover {
    background: #f99e72;
  }
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .dark-mode .credits {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 15px;
    text-align: right;
    font-size: 13px;
    color: #fff;
    z-index: 999999;
  }
  @media (max-width: 992px) {
    .dark-mode .credits {
      text-align: center;
      padding: 10px;
      background: rgba(0, 0, 0, 0.8);
    }
  }
  .dark-mode .credits a {
    color: #18d26e;
    transition: 0.3s;
  }
  .dark-mode .credits a:hover {
    color: #fff;
  }
  /* ===========================================================================Dark Mode Ends ====================================================================  */
  /* ===========================================================================Light Mode Begins ====================================================================  */
  .light-mode {
    /* background-color: #fcecc7; */
    background-image: url("../img/bg.webp") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #040404;
  }
  .light-mode .jinal {
    width: auto !important;
    height: 450px !important;
    margin: 0 auto !important;
    /* display: block !important; */
  }
  .light-mode .about-services-icon {
    height: 40px;
    border: 1px solid #f99e72;
    padding: 5px;
    border-radius: 50%;
  }
  .light-mode .image-container img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  /* .light-mode .image-container:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  } */
  .light-mode .image-container {
    position: relative;
    overflow: hidden;
  }
  .light-mode .nav-link {
    color: #f99e72;
  }
  .light-mode .nav-link:hover {
    color: #f99970;
  }
  .light-mode .nav-item .active {
    color: #333333;
    background: linear-gradient(to bottom, #fccba5, #fcd1b3, #fcba8b, #f99e72);
    font-weight: 600;
    border-radius: 15px;
  }
  .light-mode body {
    font-family: "Open Sans", sans-serif;
    background-color: #040404;
    color: #040404;
    position: relative;
    background: transparent;
  }
  .light-mode body::before {
    content: "";
    position: fixed;
    background: #040404 url("../img/bg.webp") top right no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: -1;
  }
  @media (min-width: 1024px) {
    .light-mode body::before {
      background-attachment: fixed;
    }
  }
  .light-mode a {
    color: #f99e72;
    text-decoration: none;
  }
  .light-mode a:hover {
    color: #35e888;
    text-decoration: none;
  }
  .light-mode h1,
  .light-mode h2,
  .light-mode h3,
  .light-mode h4,
  .light-mode h5,
  .light-mode h6 {
    font-family: "Raleway", sans-serif;
  }
  .light-mode #header {
    transition: ease-in-out 0.3s;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 997;
    overflow-y: auto;
  }
  .light-mode #header * {
    transition: ease-in-out 0.3s;
  }
  .light-mode #header h1 {
    font-size: 48px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
  }
  .light-mode #header h1 a,
  .light-mode #header h1 a:hover {
    color: #040404;
    line-height: 1;
    display: inline-block;
  }
  .light-mode #header h2 {
    font-size: 24px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.8);
  }
  .light-mode #header h2 span {
    color: #040404;
    border-bottom: 2px solid #f99e72;
    padding-bottom: 6px;
  }
  .light-mode #header img {
    padding: 0;
    margin: 0;
  }
  .light-mode #header .social-links {
    margin-top: 40px;
    display: flex;
  }
  .light-mode #header .social-links a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    color: #040404;
    line-height: 1;
    margin-right: 8px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
  .light-mode #header .social-links a:hover {
    background: #f99e72;
  }
  @media (max-width: 992px) {
    .light-mode #header h1 {
      font-size: 36px;
    }
    .light-mode #header h2 {
      font-size: 20px;
      line-height: 30px;
    }
    .light-mode #header .social-links {
      margin-top: 15px;
    }
    .light-mode #header .container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }
  .light-mode #header.header-top {
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
  }
  .light-mode #header.header-top .social-links,
  .light-mode #header.header-top h2 {
    display: none;
  }
  .light-mode #header.header-top h1 {
    margin-right: auto;
    font-size: 36px;
  }
  .light-mode #header.header-top img {
    max-height: 60px;
    margin-right: 20px !important;
  }
  .light-mode #header.header-top .container {
    display: flex;
    align-items: center;
  }
  .light-mode #header.header-top .navbar {
    margin: 0;
  }
  @media (max-width: 768px) {
    .light-mode #header.header-top {
      height: 60px;
    }
    .light-mode #header.header-top h1 {
      font-size: 26px;
    }
  }
  .light-mode .navbar {
    padding: 0;
    margin-top: 35px;
  }
  .light-mode .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .light-mode .navbar li {
    position: relative;
  }
  .light-mode .navbar li + li {
    margin-left: 30px;
  }
  .light-mode .navbar a,
  .light-mode .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(4, 4, 4, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }
  .light-mode .navbar a i,
  .light-mode .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .light-mode .navbar a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #f99e72;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }
  .light-mode .navbar a:hover:before,
  .light-mode .navbar li:hover > a:before,
  .light-mode .navbar .active:before {
    visibility: visible;
    width: 25px;
  }
  .light-mode .navbar a:hover,
  .light-mode .navbar .active,
  .light-mode .navbar .active:focus,
  .light-mode .navbar li:hover > a {
    color: #040404;
  }
  .light-mode .mobile-nav-toggle {
    color: #040404;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 15px;
    top: 15px;
  }
  @media (max-width: 991px) {
    .light-mode .mobile-nav-toggle {
      display: block;
    }
    .light-mode .navbar ul {
      display: none;
    }
  }
  .light-mode .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    /* background: rgba(0, 0, 0, 0.9); */
    transition: 0.3s;
    z-index: 999;
    margin-top: 0;
  }
  .light-mode .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .light-mode .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 45px;
    left: 15px;
    padding: 10px 0;
    overflow-y: auto;
    transition: 0.3s;
    border: 2px solid rgba(255, 255, 255, 0.2);
  }
  .light-mode .navbar-mobile li {
    padding: 12px 20px;
  }
  .light-mode .navbar-mobile li + li {
    margin: 0;
  }
  .light-mode .navbar-mobile a,
  .light-mode .navbar-mobile a:focus {
    font-size: 16px;
    position: relative;
  }
  .light-mode section {
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 140px;
    bottom: 100%;
    opacity: 0;
    transition: ease-in-out 0.4s;
    z-index: 2;
  }
  .light-mode section.section-show {
    top: 100px;
    bottom: auto;
    opacity: 1;
    padding-bottom: 45px;
  }
  .light-mode section .container {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    /* border: 1px solid #f99e72; */
    box-shadow: 5px 0px 5px 0px #f99e72;
  }
  @media (max-width: 768px) {
    .light-mode section {
      top: 120px;
    }
    .light-mode section.section-show {
      top: 80px;
    }
  }
  .light-mode .section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 20px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
  }
  .light-mode .section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #f99e72;
    margin: 4px 10px;
  }
  .light-mode .section-title p {
    margin: 0;
    margin: -15px 0 15px 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #040404;
  }
  .light-mode .about-me .content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #f99e72;
  }
  .light-mode .about-me .content ul {
    list-style: none;
    padding: 0;
  }
  .light-mode .about-me .content ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .light-mode .about-me .content ul strong {
    margin-right: 10px;
  }
  .light-mode .about-me .content ul i {
    font-size: 16px;
    margin-right: 5px;
    color: #f99e72;
    line-height: 0;
  }
  .light-mode .about-me .content p:last-child {
    margin-bottom: 0;
  }
  .light-mode .counts {
    padding: 70px 0 60px;
  }
  .light-mode .counts .count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: rgba(252, 236, 199, 0.3);
    border: 1px solid rgb(252, 236, 199);
  }
  .light-mode .counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: rgb(252, 236, 199);
    padding: 12px;
    color: #f99e72;
    border-radius: 50px;
    line-height: 0;
  }
  .light-mode .counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #040404;
  }
  .light-mode .counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
  }
  .light-mode .skills .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
  }
  .light-mode .skills .progress .skill {
    padding: 10px 0;
    margin: 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #040404;
  }
  .light-mode .skills .progress .skill .val {
    float: right;
    font-style: normal;
  }
  .light-mode .skills .progress-bar-wrap {
    background: rgba(255, 255, 255, 0.2);
  }
  .light-mode .skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #f99e72;
  }
  .light-mode .interests .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    transition: ease-in-out 0.3s;
    border-radius: 10px;
    border: 1px solid rgb(252, 236, 199);
    background: rgba(252, 236, 199, 0.3);
  }
  .light-mode .interests .icon-box i {
    font-size: 32px;
    padding-right: 10px;
    line-height: 1;
  }
  .light-mode .interests .icon-box h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    color: #040404;
  }
  .light-mode .interests .icon-box:hover {
    background: rgb(252, 236, 199);
    border: 1px solid #f99e72;
  }
  .light-mode .testimonials .testimonials-carousel,
  .light-mode .testimonials .testimonials-slider {
    overflow: hidden;
  }
  .light-mode .testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px;
  }
  .light-mode .testimonials .testimonial-item .testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid rgba(252, 236, 199, 0.9);
  }
  .light-mode .testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 45px;
    color: #040404;
  }
  .light-mode .testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 0 45px;
  }
  .light-mode .testimonials .testimonial-item .quote-icon-left,
  .light-mode .testimonials .testimonial-item .quote-icon-right {
    color: rgba(0, 0, 0, 0.25);
    font-size: 26px;
  }
  .light-mode .testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
  }
  .light-mode .testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
  }
  .light-mode .testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 0 15px;
    padding: 20px 20px 60px 20px;
    background: rgba(252, 236, 199, 0.3);
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1;
  }
  .light-mode .testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  .light-mode .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: antiquewhite;
  }
  .light-mode .testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f99e72;
  }
  .light-mode .resume .resume-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #040404;
  }
  .light-mode .resume .resume-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
  .light-mode .resume .resume-item h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #f99e72;
    margin-bottom: 10px;
  }
  .light-mode .resume .resume-item h5 {
    font-size: 16px;
    background: rgba(255, 255, 255, 0.15);
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .light-mode .resume .resume-item ul {
    padding-left: 20px;
  }
  .light-mode .resume .resume-item ul li {
    padding-bottom: 10px;
  }
  .light-mode .resume .resume-item:last-child {
    padding-bottom: 0;
  }
  .light-mode .resume .resume-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #f99e72;
    border: 2px solid #f99e72;
  }
  .light-mode .services .icon-box {
    text-align: center;
    background: rgba(204, 204, 204, 0.1);
    border: 1px solid #fff;
    padding: 80px 20px;
    width: 100%;
    transition: all ease-in-out 0.3s;
  }
  .light-mode .services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #f99e72;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform-style: preserve-3d;
  }
  .light-mode .services .icon-box .icon i {
    color: #040404;
    font-size: 28px;
  }
  .light-mode .services .icon-box .icon::before {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-1px);
  }
  .light-mode .services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
  }
  .light-mode .services .icon-box h4 a {
    color: #040404;
  }
  .light-mode .services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  .light-mode .services .icon-box:hover {
    background: #fcecc7;
    border: 1px solid #f99e72;
  }
  .light-mode .services .icon-box:hover .icon {
    background: #fff;
  }
  .light-mode .services .icon-box:hover .icon i {
    color: #f99e72;
  }
  .light-mode .services .icon-box:hover .icon::before {
    background: #35e888;
  }
  .light-mode .services .icon-box:hover h4 a,
  .light-mode .services .icon-box:hover p {
    color: #040404;
  }
  .light-mode .portfolio .portfolio-item {
    margin-bottom: 30px;
  }
  .light-mode .portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 15px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
  }
  .light-mode .portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 10px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #040404;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 3px 10px 3px;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
  }
  .light-mode .portfolio #portfolio-flters li:hover,
  .light-mode .portfolio #portfolio-flters li.filter-active {
    background: #f99e72;
  }
  .light-mode .portfolio #portfolio-flters li:last-child {
    margin-right: 0;
  }
  .light-mode .portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
  }
  .light-mode .portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
  }
  .light-mode .portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .light-mode .portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
  }
  .light-mode .portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
  }
  .light-mode .portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #040404;
    font-weight: 600;
  }
  .light-mode .portfolio .portfolio-wrap .portfolio-info p {
    color: #040404;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
  }
  .light-mode .portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
  }
  .light-mode .portfolio .portfolio-wrap .portfolio-links a {
    color: #040404;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
  }
  .light-mode .portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #63eda3;
  }
  .light-mode .portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
  }
  .light-mode .portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
  }
  .light-mode .portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
  }
  .light-mode .portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
  }
  .light-mode .portfolio-details {
    padding-top: 40px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
  }
  .light-mode .portfolio-details .container {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .light-mode .portfolio-details .portfolio-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .light-mode .portfolio-details .portfolio-info {
    padding-top: 45px;
  }
  .light-mode .portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .light-mode .portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }
  .light-mode .portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
  }
  .light-mode .portfolio-details .portfolio-info p {
    font-size: 15px;
    padding: 15px 0 0 0;
  }
  @media (max-width: 992px) {
    .light-mode .portfolio-details .portfolio-info {
      padding-top: 20px;
    }
  }
  .light-mode .portfolio-details .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  .light-mode .portfolio-details .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .light-mode
  .portfolio-details
  .swiper-pagination
  .swiper-pagination-bullet-active {
    background-color: #f99e72;
  }
  .light-mode .contact .info-box {
    color: #444444;
    padding: 20px;
    width: 100%;
    background: rgba(252, 236, 199, 0.3);
  }
  .light-mode .contact .info-box i.bx {
    font-size: 24px;
    color: #f99e72;
    border-radius: 50%;
    padding: 14px;
    float: left;
    background: rgba(255, 255, 255, 0.5);
  }
  .light-mode .contact .info-box h3 {
    font-size: 20px;
    color: #f99e72;
    font-weight: 700;
    margin: 10px 0 8px 68px;
  }
  .light-mode .contact .info-box p {
    padding: 0;
    color: #040404;
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 0 68px;
  }
  .light-mode .contact .info-box .social-links {
    margin: 5px 0 0 68px;
    display: flex;
  }
  .light-mode .contact .info-box .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #040404;
    line-height: 1;
    margin-right: 12px;
    transition: 0.3s;
  }
  .light-mode .contact .info-box .social-links a:hover {
    color: #f99e72;
  }
  .light-mode .contact .php-email-form {
    padding: 30px;
    background: rgba(252, 236, 199, 0.3);
    color: #040404;
  }
  .light-mode .contact .php-email-form .error-message {
    display: none;
    background: rgba(255, 255, 255, 0.08);
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  .light-mode .contact .php-email-form .error-message br + br {
    margin-top: 25px;
  }
  .light-mode .contact .php-email-form .sent-message {
    display: none;
    background: rgba(255, 255, 255, 0.08);
    background: #f99e72;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  .light-mode .contact .php-email-form .loading {
    display: none;
    background: rgba(255, 255, 255, 0.08);
    text-align: center;
    padding: 15px;
  }
  .light-mode .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #f99e72;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
  }
  .light-mode .contact .php-email-form input,
  .light-mode .contact .php-email-form textarea {
    border-radius: 3px;
    box-shadow: none;
    padding: 12px;
    font-size: 14px;
    /* background: rgba(252, 236, 199, 0.3); */
    border: 0;
    transition: 0.3s;
    color: #040404;
  }
  .light-mode .contact .php-email-form input:focus,
  .light-mode .contact .php-email-form textarea:focus {
    background-color: rgba(252, 236, 199, 0.3);
  }
  .light-mode .contact .php-email-form input::-moz-placeholder,
  .light-mode .contact .php-email-form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
    opacity: 1;
  }
  .light-mode .contact .php-email-form input::placeholder,
  .light-mode .contact .php-email-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
    opacity: 1;
  }
  .light-mode .contact .php-email-form input {
    padding: 10px 15px;
  }
  input::placeholder {
    color: #808080 !important;
  }
  textarea::placeholder {
    color: #808080 !important;
  }
  .light-mode .contact .php-email-form textarea {
    padding: 12px 15px;
  }
  .light-mode .contact-button {
    background: linear-gradient(
      to bottom,
      #fccba5,
      #fcd1b3,
      #fcba8b,
      #f99e72
      ) !important;
      background-color: #fccba5 !important;
    }
    .light-mode .book-button {
      background: linear-gradient(
        to bottom,
        #fccba5,
        #fcd1b3,
        #fcba8b,
        #f99e72
        ) !important;
        background-color: #fccba5 !important;
        color: black !important;
      }
      .light-mode .book-session {
        background: linear-gradient(
          to bottom,
          #fccba5,
          #fcd1b3,
          #fcba8b,
          #f99e72
          ) !important;
          background-color: #fccba5 !important;
          color: black !important;
        }

      .light-mode .contact .php-email-form button[type="submit"] {
        background: linear-gradient(
          to bottom,
          #fccba5,
          #fcd1b3,
          #fcba8b,
          #f99e72
          ) !important;
          border: 0;
          padding: 10px 30px !important;
          color: #040404;
          transition: 0.4s;
          border-radius: 4px;
        }
        .light-mode .contact .php-email-form button[type="submit"]:hover {
          background: #f99e72;
        }
        @keyframes animate-loading {
          0% {
            transform: rotate(0deg);
          }
          100% {
            transform: rotate(360deg);
          }
        }
        .light-mode .credits {
          position: fixed;
          right: 0;
          left: 0;
          bottom: 0;
          padding: 15px;
          text-align: right;
          font-size: 13px;
          color: #040404;
          z-index: 999999;
        }
        @media (max-width: 992px) {
          .light-mode .credits {
            text-align: center;
            padding: 10px;
            background: rgba(0, 0, 0, 0.8);
          }
        }
        .light-mode .credits a {
          color: #18d26e;
          transition: 0.3s;
        }
        .light-mode .credits a:hover {
          color: #040404;
        }
