/*
  Theme Name:  ProCv - AI Expert Resume and Personal Portfolio HTML Template
  Date Created: July 04, 2024
  Last Update: August 31, 2024
  Author: eThemeStudio
  Support: xuwelkhan@gmail.com
  Description: CV, Resume & Personal Portfolio HTML Template
  Version: 2.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about area
5. feature area
6. service area
7. product area
8. team area
9. testimonial area
10. brand area
11. blog box
12. footer area
13. extra info css
*/

/* 1. Theme default css
-------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-weight: 500;
}
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: #f26641;
}
h4 {
  font-size: 36px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 21px;
}
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #666666;
}
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;
}
/* main{
	background: #f0fafd;
} */
.over-hidden {
  overflow: hidden;
}
.clear-both {
  clear: both;
}
.over-scroll {
  overflow: scroll;
}
.over-x-hidden {
  overflow-x: hidden;
}
.over-x-scroll {
  overflow-y: scroll;
}
.transition-3 {
  transition: 0.3s;
}
a:focus,
button:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer-menu li a:hover {
  color: #222222;
  text-decoration: none;
  outline: 0 none;
}
*::-moz-selection {
  background: #666666;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #222222;
  font-size: 17px;
  opacity: 0.6;
}
*::placeholder {
  color: #222222;
  font-size: 17px;
  opacity: 0.6;
}
.transition {
  transition: 0.3s;
}
.btn:focus,
input:focus,
textarea:focus {
  outline: 0 none;
}
.f-600 {
  font-weight: 600;
}
.f-800 {
  font-weight: 800;
}
.f-700 {
  font-weight: 700;
}
.f-900 {
  font-weight: 900;
}
.z-index11 {
  z-index: 11;
}
.z-index1 {
  z-index: 1;
}
.z-index-1 {
  z-index: -1;
}
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.no-repeat {
  background-repeat: no-repeat;
}
.bg-cover {
  background-size: cover;
}
.left-50 {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/* 2. intro
--------------------------------------------------- */
.page-title-area {
  background: #0ecd73;
}
.page-title-height {
  min-height: 320px;
}
.sub-title {
  font-size: 24px;
  letter-spacing: 2.5px;
}
.intro-wrapper span.theme-color {
  font-size: 36px;
}
.intro-wrapper h1 {
  font-size: 32px;
  line-height: 1.5;
}

/* 5. demo area
------------------------------------------------------------- */
.demo-area{
  padding-left: 5%;
  padding-right: 5%;
}
.demo-thumb {
  box-shadow: 0px 5px 60px 0px rgba(2, 24, 93, 0.18);
  transition: 0.3s;
  position: relative;
}
.demo-thumb > a {
  display: block;
  overflow: hidden;
  position: relative;
}
.demo-thumb > a::before {
  background: #80f241;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.demo-wrapper:hover .demo-thumb > a::before {
  opacity: 0.8;
}
.demo-wrapper:hover .demo-thumb > a img {
  transform: scale(1.05);
}
.demo-thumb a > img {
  width: 100%;
  transition: 0.3s;
}
.demo-thumb img {
  max-width: 100%;
}
.demo-title > h4 {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}
.demo-title > h4:hover {
  color: #6c63ff;
}
.demo-thumb span {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50%);
  padding: 13px 16px;
  background: #fff;
  color: #222;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  width: 170px;
  right: 0;
  margin: auto;
  border-radius: 30px;
  z-index: 2;
}
.demo-thumb:hover span {
  visibility: visible;
  opacity: 1;
}
.demo-thumb h3 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  color: #ff4646;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 600;
}

.new-tag {
  position: absolute;
  top: -20px;
  left: -5px;
  background: red;
  z-index: 100;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
}

/* 6. features area
------------------------------------------------------------- */
.more-features {
  background: #f7f6f6;
}
.bakix-features {
  border-radius: 5px;
  box-shadow: 0px 4px 36px 0px rgba(2, 24, 93, 0.06);
}
.bakix-features img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.bakix-features h6 {
  line-height: 1.4;
}

/* 12. footer area
-------------------------------------------------------------- */
.footer-area {
  background: #f7f6f6;
}
.footer-area p {
  color: #222;
}
/* extra info css
-------------------------------------------------------------- */
#scroll a {
  position: fixed;
  font-size: 22px;
  width: 48px;
  height: 48px;
  line-height: 47px;
  right: -1px;
  bottom: 60px;
  cursor: pointer;
  z-index: 11;
  -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-radius: 5px;
  opacity: 0;
  visibility: hidden;
  background: #f26641;
}
#scroll:hover {
  opacity: 0.9;
}
body:hover #scroll a {
  opacity: 1;
  visibility: visible;
}
/* slider shape */
.page-title-area .shape {
  position: absolute;
  opacity: 0.6;
}
.shape.shape-1 {
  right: 6%;
  top: 10%;
}
.shape.shape-4 {
  right: 8%;
  bottom: 10%;
}
.shape.shape-5 {
  right: 15%;
  bottom: 24%;
}
.shape.shape-6 {
  right: -1.5%;
  bottom: 38%;
}
.shape.shape-7 {
  left: -2px;
  top: 40%;
}
.shape.shape-10 {
  left: 12%;
  bottom: 18%;
}
.shape.shape-9 {
  bottom: 15%;
  left: 22%;
}
.shape.shape-12 {
  left: 25%;
  top: 15%;
  max-width: 70px;
}
.shape.shape-11 {
  top: 25%;
  right: 20%;
}
.shape.shape-13 {
  right: 32%;
  bottom: 12%;
}
.shape.shape-14 {
  left: 25%;
  top: 12%;
}
