/*
  Theme Name: Thames - Portfolio HTML template
  Author: eThemeStudio
  Support: xuwelkhan@gmail.com
  Description: Personal Portfolio Template
  Version: 2.2.1
  Released: March 11, 2024
  Last Updated: March 20, 2025
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
  - 01 hero css
  - 02 hero css
  - 03 hero css
  - 04 hero css
  - 05 hero css
  - 06 hero css
  - 07 hero css
  - 08 hero css
  - 09 hero css
  - 10 hero css
  - 11 hero css
16. footer area
17. extra info css
*/

/* 1. Theme default css
-------------------------------------------------------------- */
/* font css */
@font-face {
  font-family: "jost-medium-font";
  src: url(../fonts/jost-medium-font/jost-medium.ttf);
}

/* common css */
:root {
  --main-color: #80db66;
  --primary-color: #25262f;
  --secondary-color: #e2ecf6;
  --text-color: #4d4d5c;
  --meta-text-color: #9b9db1;
  --section-bg: #e2ecf6;
  --main-border: #bcc7d3;
}
body {
  font-family: "jost-medium-font";
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2e2e37;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--main-color);
}
h2 {
  font-size: 72px;
}
h3 {
  font-size: 60px;
  line-height: 1.16;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 24px;
  line-height: 1.5;
}
h6 {
  font-size: 21px;
}
p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
  color: #4d4d5c;
}
span,
input,
img {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
a,
button,
li {
  transition: 0.3s;
  -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;
}
a:focus,
button:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
a:focus,
a:hover,
.footer-menu li a:hover {
  color: var(--main-color);
  text-decoration: none;
  outline: 0 none;
}
*::-moz-selection {
  background: #7a7a8a;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #7a7a8a;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #7a7a8a;
  color: #fff;
  text-shadow: none;
}
.btn:focus {
  outline: 0 none;
}
/* button */
.btn {
  padding: 14px 40px 13px 40px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
  outline: 0 none;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s 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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.btn::after {
  position: absolute;
  content: "";
  background: #ffffff;
  height: 155px;
  left: -75px;
  opacity: 0.2;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}
.btn:hover::after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:hover {
  color: #ffffff;
}
/* btn css end */
/* common css */
.jostMedium-font-family {
  font-family: "jost-medium-font";
}
.openS-font-family {
  font-family: "Open Sans", sans-serif;
}
.img-grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.shadow-hover:hover {
  box-shadow: 0px 5px 15px 0px rgba(7, 7, 7, 0.06);
}
.cursor-pointer {
  cursor: pointer;
}
.rotate {
  transition: 0.9s;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 1;
}
.rotate-hover:hover span.rotate,
.rotate-hover:hover a.rotate {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
/* title css */
.title span {
  font-size: 18px;
  letter-spacing: 7px;
}
.title h2 {
  font-size: 60px;
}
/* marquee css start */
.marquee {
  display: block;
  margin: auto auto;
  white-space: nowrap;
  overflow: hidden;
  min-width: 100%;
  height: 100%;
}
.marquee span {
  display: inline-block;
  padding-left: 0%;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: 100%;
  height: 100%;
  line-height: 1.1;
  font-size: 96px;
  animation: marquee1 20s linear infinite;
  -webkit-animation: marquee1 20s linear infinite;
}
.marquee2 span {
  -webkit-text-stroke: 1px #333;
  -webkit-text-fill-color: transparent;
  animation: marquee2 20s linear infinite;
  -webkit-animation: marquee2 20s linear infinite;
}

@keyframes marquee1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

@keyframes marquee2 {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* marquee css end */
.section-text-color {
  color: var(--secondary-color);
}

/* slick-dots css */
.slick-dots {
  position: absolute;
  left: 80px;
  bottom: -80px;
  z-index: 11;
}
.slick-dots li {
  border: 2px solid transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: transparent;
  margin-right: 15px;
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.slick-dots button {
  width: 8px !important;
  height: 8px;
  background: #bec9ca;
  display: block;
  text-indent: 1000px;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  margin: 4px auto;
  cursor: pointer;
  padding: 0;
}
.slick-dots li.slick-active {
  border: 2px solid var(--main-color);
}
.slick-dots li.slick-active button {
  background: var(--main-color);
}
/* slick-arrow css */
.slick-arrow .l-a,
.slick-arrow .r-a {
  position: absolute;
  right: 65px;
  top: -130px;
  width: 42px;
  height: 42px;
  line-height: 41px;
  background: transparent;
  color: var(--main-color);
  text-align: center;
  z-index: 11;
  font-size: 18px;
  border: 1px solid #c8ccd4;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.slick-arrow .r-a {
  left: auto;
  right: 15px;
}
.slick-arrow .l-a:hover,
.slick-arrow .r-a:hover {
  cursor: pointer;
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
}
.testimonial-active .slick-arrow .l-a,
.testimonial-active .slick-arrow .r-a {
  right: auto;
  top: auto;
  bottom: -80px;
  left: 80px;
}
.testimonial-active .slick-arrow .r-a {
  left: 132px;
}

/* 2. header
--------------------------------------------------- */
.transparent-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 22;
  transition: 0.3s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}
.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.logo a {
  display: block;
}
.sticky-menu .logo {
  margin: 0 0;
}
.sticky-menu .logo img {
  max-width: 72%;
}
.sticky-menu .logo a.header-sticky-logo {
  display: block;
}
.sticky-menu .header {
  background: #25262f;
  -webkit-box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.1);
  -moz-box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.1);
  box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.sticky-menu .main-menu ul li > a {
  padding: 24px 0;
}
.main-menu ul li {
  display: inline-block;
  margin-left: 36px;
  position: relative;
}
.main-menu ul li > a {
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  text-transform: capitalize;
  padding: 53px 0;
  position: relative;
}
.main-menu ul li:hover > a,
.main-menu ul li.active a,
.mean-container .mean-nav ul li a:hover {
  color: var(--main-color);
}
.main-menu ul li > a:hover::before,
.main-menu ul li > a:hover a.active::before {
  background: var(--main-color);
  width: 100%;
  left: 0;
}
.header-btn a {
  padding: 12px 28px 11px 28px;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 15px;
}
.header-btn a:hover,
.sticky-menu .header-btn a:hover {
  background: var(--main-color);
  color: #ffffff;
}
.sticky-menu .header-btn a {
  padding: 8px 20px 7px 20px;
}
/* .header-sidebar.sticky-menu .logo img {max-width: 90%;} */
.header-sidebar.sticky-menu .header-btn a {padding: 12px 28px 11px 28px;}

/* header sidebar css*/
.header-sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 55;
	overflow: visible;
	width: 300px;
	padding: 60px 45px;
}
.sidebar-content {
	margin-left: 300px;
}
.header-sidebar .main-menu ul li {
  display: block;
  margin-left: 0;
}
.header-sidebar .main-menu ul li > a {
	display: inline-block;
	padding: 7px 0;
}
.header-sidebar .logo img {
	width: 90%;
}
.header-sidebar.sticky-menu {
  -webkit-box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.1);
  -moz-box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.1);
  box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.1);
}


/* 3. slider
-------------------------------------------------------------- */
.slider-height {
  min-height: 920px;
}
.slider-bg-color {
  background: #25262f;
}
.slider-img img {
	width: 90%;
}
.slider-img {
  max-height: 100vh;
}
.slider-content .sub-heading {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 7px;
  font-weight: 400;
}
.slider-content h1 {
  font-size: 144px;
  line-height: 1.07;
}
.slider-content h2 {
  font-size: 24px;
  line-height: 2;
}
.slider-content h2 span {
  font-size: 36px;
  letter-spacing: 0px;
}
span#main {
  color: var(--main-color) !important;
}
.slider-social-link {
  top: 50%;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
}
.slider-social-link .social li a {
  font-size: 18px;
  width: 55px;
  margin: 2px 0;
  height: 50px;
  line-height: 52px;
}
.slider-social-link .social li {
  border: 1px solid rgb(204, 211, 217, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.slider-social-link .social li:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
.slider-img {
  margin-right: -50px;
}


/* heartbeat scale effects*/
.slider-img::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #2a3f4d;
  /* opacity: 0.529; */
  left: 5%;
  top: 65px;
  width: 770px;
  height: 761px;
  z-index: -1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.heartbeat-animation {
  animation: heartbeat-middle 5s infinite alternate;
  -webkit-animation: heartbeat-middle 5s infinite alternate;
}
/* heartbeat-middle */
@-webkit-keyframes heartbeat-middle {
  to {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
}



/* 01 hero css 
==========================================================*/

#ripple::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

/* ==== Ripple Effects ==== */
.ripples {
  position: fixed;
  top: 0;
  bottom: 0;
  display: block;
  left: 0;
  width: 100%;
  opacity: 0.35;
}
.ripples > div {
  background-color: var(--white-color);
  border-radius: 50%;
  height: 180vh;
  width: 180vh;
  opacity: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: scale(1) translateX(-50%) translateY(-50%);
  animation: growAndFade 6s infinite ease-out;
  -webkit-animation: growAndFade 6s infinite ease-out;
}
.ripples .ripple1 {
  animation-delay: 1s;
}
.ripples .ripple2 {
  animation-delay: 2s;
}
.ripples .ripple3 {
  animation-delay: 3s;
}
.ripples .ripple4 {
  animation-delay: 4s;
}
.ripples .ripple5 {
  animation-delay: 5s;
}
@keyframes growAndFade {
  0% {
    opacity: 0.2;
    height: 0vh;
    width: 0vh;
  }
  100% {
    opacity: 0;
    height: 180vh;
    width: 180vh;
  }
}




/* 02 hero css 
==========================================================*/
.milky-hero .slider-img::before {
	background: #2F2F35;
}


/* 03 hero css 
==========================================================*/
.straight-line-hero .slider-img::before {
	background-color: #353740;
}

/* 04 hero css 
==========================================================*/
.rain-effect-hero .slider-img::before {
	background-color: #30333c;
}

/* 05 hero css 
==========================================================*/
.galaxy-hero .slider-img::before {
	background-color: #353943;
}


/* 06 hero css 
==========================================================*/
.flying-birds-hero .slider-img::before {
	background-color: #323845;
}
#bird-background {
  opacity: .1;
}


/* 07 hero css 
==========================================================*/
.particles-hero .slider-img::before {
	background-color: #2f343e;
}


/* 08 hero css 
==========================================================*/
.moving-hero .slider-img::before {
	background-color: #44448b;
}
.image-bg-animation::before {
	position: absolute;
	content: "";
	background: #000;
	width: 100%;
	height: 100%;
	opacity: .7;
}


/* 09 hero css 
==========================================================*/
.circle-hero .slider-content h1 {
  font-size: 130px;
}
@media screen and (min-width: 1200px) and (max-width: 1370px) {
  .circle-hero .hero-img img {
    width: 90%;
  }
  .circle-hero .slider-content h1 {
    font-size: 112px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .circle-hero .slider-content h1 {
    font-size: 100px;
  }
  }
  
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .circle-hero .slider-content h1 {
      font-size: 80px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .circle-hero .slider-content h1 {
      font-size: 60px;
    }
  }




/* 10 hero css 
======================================================================*/
/* === For Images blob-img Effect style === */
.blob-img {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
.blob-img.blob-animated {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
 }

/* === blob-img Animation style === */
.animation-blob-img-bg img {
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
    border-radius: 100%
}
@-webkit-keyframes border-transform {
	0%,
	100% {
	    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
	}
 
	14% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%	;
		-webkit-border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
		-moz-border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
		-ms-border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
		-o-border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
	}
 
	28% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%	;
		-webkit-border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
		-moz-border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
		-ms-border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
		-o-border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
	}
 
	42% {
	    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
	}
 
	56% {
	    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
	}
 
	70% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%	;
		-webkit-border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
		-moz-border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
		-ms-border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
		-o-border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
	}
 
	84% {
	    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%	;
	    -webkit-border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
	    -moz-border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
	    -ms-border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
	    -o-border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
}
 }

@media screen and (min-width: 1200px) and (max-width: 1370px) {
  .animation-blob-img-bg .img {
    width: 75%;
  }
}

/* 11 hero css 
==========================================================*/
.firefly-hero .slider-img::before {
	background-color: #232b2f;;
}




/* shape css */
.hero-shape1 {
  top: 18%;
  right: 5%;
}
.hero-shape2 {
  bottom: 17%;
  right: 12%;
}
.hero-shape3 {
  bottom: 8%;
  left: 6%;
}
.hero-shape4 {
  top: 21%;
  left: 47%;
}



/* .side-mobile-menu start*/
.side-mobile-menu {
  width: 380px;
  position: fixed;
  left: -125%;
  top: 0;
  z-index: 9999;
  height: 100%;
  background: var(--main-color);
  transition: all 0.5s ease-out;
  overflow: scroll;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.mean-container .mean-nav ul li a {
  background: var(--main-color);
  color: #ffffff;
  border: 0;
  font-weight: 400;
  padding: 8px 5%;
  border-color: transparent;
  text-transform: capitalize;
}
.mean-container .mean-nav ul li a:hover {
  background: var(--main-color);
  color: #fff;
}
.side-mobile-menu.open-menubar {
  left: 0;
}
.close-icon span {
  font-size: 18px;
  color: var(--main-color);
  background: #e7e1e1;
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height: 37px;
  text-align: center;
  border-radius: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.close-icon span:hover {
  box-shadow: 0px 6px 30px 0px rgba(7, 7, 7, 0.12);
}
.modal-content .close-icon span:hover {
  box-shadow: none;
  color: #f5f4f4;
  background: var(--main-color);
}
.mobile-menubar {
  font-size: 20px;
  border: 2px solid transparent;
  padding: 5px 10px;
  border-radius: 3px;
}
.mobile-menubar:focus {
  color: var(--main-color);
}
.mean-container .mean-nav {
  background: var(--main-color);
}
/* .side-mobile-menu end*/
