:root {
--bodyFont: "Satoshi", sans-serif;
--titleFont: "Clash Grotesk", sans-serif;
--primaryColor: #613FE7;
--secondaryColor: #FA83FF;
--secondaryColor2: #6339CD;
--secondaryColor3: #AC643B;
--secondaryColor4: #047F76;
--hoverColor: #FA83FF;
--bodyColor: #606062;
--whiteColor: #FFFFFF;
--blackColor: #000000;
--titleColor: #1D1D1F;
--borderColor: #e2eaf0;
--inputbgColor: #ffffff;
--softbgColor: #F9F9FA;
--transition: 0.4s all ease;
}
.p1-color {
color: var(--primaryColor);
}
.p1-bg-color {
background-color: var(--primaryColor);
}
.p2-color {
color: var(--secondaryColor);
}
.p3-color {
color: var(--secondaryColor2);
}
.p3-clr {
color: var(--extraColor) !important;
}
.p4-clr {
color: var(--extraColor2) !important;
}
.n0-color {
color: var(--whiteColor);
}
.underline {
text-decoration: underline;
}
@keyframes fadeInTopLeft {
0% {
opacity: 1;
transform: translate(-50px, -50px);
}
100% {
opacity: 1;
transform: translate(0, 0);
}
}
.animation_img1 {
animation: fadeInTopLeft 5s ease-in-out infinite;
}
.animation_img2 {
animation: jello 10s linear infinite;
}
.sticky_css {
position: sticky !important;
top: 120px;
z-index: 9999;
}
.tp_direction {
transform: rotate(180deg);
}
.ppricing_btn a {
width: 100% !important;
}
.form_btn {
width: 100% !important;
}
.form_btn button {
width: 100% !important;
}
.themephi-heading span {
overflow: hidden;
}
.themephi-heading .sec-title {
overflow: hidden;
}
.themephi-heading .description {
overflow: hidden;
}
.aixom_transition {
transition: all 3s ease-in-out;
}
.btn_width a {
width: 100% !important;
}
.printz_count span.elementor-counter-number-suffix {
color: #FFCC4D;
}
.animation_img3 img {
-webkit-animation: mover 1s infinite alternate;
animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-10px);
}
}
@keyframes mover {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-10px);
}
}
.animation_img33 img {
-webkit-animation: movers 1s infinite alternate;
animation: movers 1s infinite alternate;
}
@-webkit-keyframes movers {
100% {
transform: translateY(0);
}
0% {
transform: translateY(-10px);
}
}
@keyframes movers {
100% {
transform: translateY(0);
}
0% {
transform: translateY(-10px);
}
}
.animation_img4 img {
-webkit-animation: zoomer 1s infinite alternate ease-in-out;
animation: zoomer 1s infinite alternate ease-in-out;
}
@-webkit-keyframes zoomer {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
@keyframes zoomer {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.animation_img5 img {
-webkit-animation: zoomers 4s infinite alternate ease-in-out;
animation: zoomers 4s infinite alternate ease-in-out;
}
@-webkit-keyframes zoomers {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
@keyframes zoomers {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
img {
user-select: none;
-webkit-user-drag: none;
}
.foogallery.fg-dark.fg-shadow-small .fg-item-inner,
.foogallery.fg-light.fg-shadow-small .fg-item-inner {
box-shadow: unset;
border: none;
border-radius: 12px;
}
.blur_css {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(50px);
}
.testi_item {
background: var(--whiteColor);
width: 74%;
margin: 0 auto;
}
@media (max-width: 880px) {
.testi_item {
width: 100%;
}
}
.testi_item .tokenomics-item {
background-color: var(--whiteColor);
text-align: center;
}
.testi_item .tokenomics-item .review {
font-size: 18px;
color: var(--whiteColor);
font-family: var(--bodyFont);
width: 56%;
margin: 0 auto;
}
@media (max-width: 1200px) {
.testi_item .tokenomics-item .review {
width: 100%;
}
}
.testi_item .tokenomics-item .profile-info .tp-author-name {
color: var(--whiteColor);
font-size: 18px;
font-weight: 500;
}
.testi_item .tokenomics-item .icon-area img {
border: 1px solid var(--whiteColor);
border-radius: 100%;
padding: 6px;
}
.testi_item .tokenomics-item .rating_area ul {
margin: 0;
padding: 0;
}
.testi_item .tokenomics-item .rating_area ul li {
list-style: none;
display: inline-block;
}
.testi_item .tokenomics-item .rating_area ul li i {
color: var(--whiteColor);
font-size: 16px;
}
.testi_item .tokenomics-item .quote_img {
position: absolute;
right: 40px;
bottom: 58px;
}
@media (max-width: 880px) {
.testi_item .tokenomics-item .quote_img {
display: none;
}
}
.testi_item .tokenomics-item .quote_img1 {
position: absolute;
top: 20px;
left: 55px;
}
@media (max-width: 880px) {
.testi_item .tokenomics-item .quote_img1 {
display: none;
}
}
.testimonial_section2 .testi_item {
width: 100%;
background-color: var(--whiteColor);
border-radius: 0;
padding-top: 0;
}
.testimonial_section2 .testi_item .tokenomics-item {
background-color: transparent;
}
.testimonial_section2 .testi_item .tokenomics-item p {
color: var(--titleColor);
width: 56%;
margin: 0 auto;
text-align: center;
font-size: 24px;
}
@media (max-width: 1024px) {
.testimonial_section2 .testi_item .tokenomics-item p {
font-size: 18px;
width: 100%;
}
}
@media (max-width: 880px) {
.testimonial_section2 .testi_item .tokenomics-item p {
width: 100%;
font-size: 16px;
}
}
.testimonial_section2 .testi_item .tokenomics-item .tp-author-name {
color: var(--titleColor);
}
.testimonial_section2 .testi_item .tokenomics-item .rating_area i {
color: var(--secondaryColor);
}
.testimonial_section2 .slider_btn_area .slide-button {
border: 1px solid var(--secondaryColor2);
transition: 0.3s all ease;
height: 60px;
width: 60px;
line-height: 60px;
text-align: center;
}
.testimonial_section2 .slider_btn_area .slide-button i {
color: var(--secondaryColor2);
}
.testimonial_section2 .slider_btn_area .slide-button:hover {
background: var(--secondaryColor);
border: 1px solid var(--secondaryColor);
}
.testimonial_section2 .slider_btn_area .slide-button:hover i {
color: var(--whiteColor);
}
.testimonial_section3 .testi_item3 {
width: 100%;
border-radius: 0;
background-color: var(--bgColor);
padding: 30px;
}
.testimonial_section3 .testi_item3 p {
font-size: 24px;
color: var(--titleColor);
margin-bottom: 50px;
}
@media (max-width: 1024px) {
.testimonial_section3 .testi_item3 p {
font-size: 18px;
margin-bottom: 20px;
}
}
.slider_btn_area3 {
margin: 0 auto;
text-align: center;
padding-top: 40px;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
}
.slider_btn_area3 .slide-button {
background: var(--bgColor);
align-items: flex-start;
transition: 0.3s all ease;
height: 60px;
border: 1px solid transparent;
width: 60px;
line-height: 60px;
text-align: center;
transition: 0.3s all ease;
}
.slider_btn_area3 .slide-button:hover {
background: var(--primaryColor);
}
.slider_btn_area3 .slide-button:hover i {
color: var(--whiteColor);
}
.slider_btn_area3 .slide-button i {
color: var(--titleColor);
}
.slider_btn_area {
width: 100%;
display: flex;
justify-content: space-between;
position: absolute;
top: 50%;
left: 0;
z-index: 9;
}
@media (max-width: 1024px) {
.slider_btn_area {
display: none;
}
}
.slider_btn_area .slide-button {
background: transparent;
align-items: flex-start;
border-radius: 100%;
border: 1px solid var(--secondaryColor);
transition: 0.3s all ease;
height: 60px;
width: 60px;
line-height: 60px;
text-align: center;
}
.slider_btn_area .slide-button i {
color: var(--secondaryColor);
}
.slider_btn_area .slide-button:hover {
background: var(--secondaryColor);
}
.slider_btn_area .slide-button:hover i {
color: #fff;
}
.blog_section4.blog_section1 .blog_items .blog_category {
display: inline-block;
padding: 6px 20px;
align-items: center;
border-radius: 8px;
border: 1px solid rgba(51, 104, 198, 0.2);
background: var(--whiteColor);
position: absolute;
top: 20px;
left: 20px;
}
.blog_section4.blog_section1 .blog_items .blog_category a {
color: var(--titleColor);
}
.blog_section4.blog_section1 .blog_items .content {
padding-left: 20px;
position: relative;
}
.blog_section4.blog_section1 .blog_items .content:after {
position: absolute;
content: "";
top: 28px;
left: 0;
height: 112px;
width: 2px;
background: var(--primaryColor);
}
.blog_section4.blog_section1 .blog_items .content .blog_title a:hover {
color: var(--primaryColor);
}
.blog_section4.blog_section1 .blog_items .content .blog_btn {
color: var(--titleColor);
font-weight: 500;
}
.blog_section4.blog_section1 .blog_items .content .blog_btn:hover {
color: var(--primaryColor);
}
.blog_section4.blog_section1 .slider_btn_area {
position: absolute;
top: 50%;
z-index: 1;
width: 1353px;
left: 276px;
}
.blog_section4.blog_section1 .slider_btn_area .inner_btn {
display: flex;
justify-content: space-between;
width: 100%;
}
.blog_section4.blog_section1 .slider_btn_area .slide-button {
background: var(--whiteColor);
display: flex;
padding: 8px 10px;
align-items: flex-start;
gap: 12px;
border-radius: 8px;
border: 1px solid var(--secondaryColor);
transition: 0.3s all ease;
}
.blog_section4.blog_section1 .slider_btn_area .slide-button i {
color: var(--secondaryColor);
}
.blog_section4.blog_section1 .slider_btn_area .slide-button:hover {
background: var(--secondaryColor);
}
.blog_section4.blog_section1 .slider_btn_area .slide-button:hover i {
color: #fff;
}
.blog_section4.blog_section1 .slider_btn_area button.ara-next.slide-button {
position: absolute;
right: 0;
bottom: 100%;
}
.blog_section4.blog_section1 .slider_btn_area button.ara-prev.slide-button {
position: absolute;
left: 0;
bottom: 100%;
}
.circle {
animation: spin 50s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.blog_section1 .blog_items .thumb a img {
border-radius: 8px;
}
@media (min-width: 1600px) {
.blog_section1 .blog_items .thumb a img {
border-radius: 8px;
min-height: 360px;
object-fit: cover;
}
}
.blog_section1 .blog_items .blog_category {
display: inline-block;
padding: 6px 20px;
align-items: center;
border-radius: 8px;
border: 1px solid rgba(51, 104, 198, 0.2);
}
.blog_section1 .blog_items .blog_category a {
color: var(--titleColor);
}
.blog_section1 .blog_items .blog_title {
padding: 14px 0 0 0;
}
.blog_section1 .blog_items .blog_title a {
font-weight: 500;
color: var(--bodyFont);
transition: 0.4s all ease;
line-height: 1.3;
}
.blog_section1 .blog_items .blog_title a:hover {
color: var(--primaryColor);
}
.blog_section1 .blog_items .date_info i,
.blog_section1 .blog_items .user_info i {
font-size: 16px;
color: var(--primaryColor);
}
@media screen and (max-width: 460px) {
.blog_section1 .blog_items .date_info i,
.blog_section1 .blog_items .user_info i {
font-size: 14px;
}
}
.blog_section1 .blog_items .date_info span,
.blog_section1 .blog_items .user_info span {
font-size: 16px;
text-transform: capitalize;
}
@media screen and (max-width: 460px) {
.blog_section1 .blog_items .date_info span,
.blog_section1 .blog_items .user_info span {
font-size: 14px;
}
}
.blog_section2 .blog_items {
background: var(--softbgColor);
border-radius: 16px;
border: 1px solid transparent;
transition: 0.4s all ease;
}
.blog_section2 .blog_items:hover {
border: 1px solid var(--primaryColor);
}
.blog_section2 .blog_items:hover .blog_btn a {
background-color: var(--primaryColor);
border: 1px solid var(--primaryColor);
transform: rotate(90deg);
}
.blog_section2 .blog_items:hover .blog_btn a i {
color: var(--whiteColor);
}
.blog_section2 .blog_items .blog_category {
display: inline-block;
padding: 6px 20px;
align-items: center;
border-radius: 8px;
border: 1px solid var(--borderColor);
}
@media (max-width: 1366px) {
.blog_section2 .blog_items .blog_category {
padding: 6px 10px;
}
}
.blog_section2 .blog_items .blog_category a {
color: var(--titleColor);
font-weight: 500;
}
.blog_section2 .blog_items .blog_title a:hover {
color: var(--primaryColor);
}
.blog_section2 .blog_items .date_info i {
color: var(--primaryColor);
}
.blog_section2 .blog_items .blog_btn a {
padding: 8px;
border-radius: 50%;
background-color: transparent;
border: 1px solid var(--primaryColor);
height: 40px;
width: 40px;
display: inline-block;
line-height: 24px;
text-align: center;
transform: rotate(45deg);
}
.blog_section2 .blog_items .blog_btn a i {
color: var(--primaryColor);
}
.benefit_heading {
position: sticky !important;
top: 120px;
}
.benefit_item {
position: relative;
}
.benefit_item::after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 2px;
height: 130px;
background-image: linear-gradient(to bottom, rgb(15, 96, 77), rgba(15, 96, 77, 0));
}
.integration_section {
position: relative;
}
.integration_section::after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 50%;
background: rgba(226, 255, 94, 0.1019607843);
z-index: -1;
}
.slider_pagination {
margin-top: 70px;
}
.slider_pagination .swiper-pagination-bullet {
background: var(--primaryColor);
padding: 6px;
}
.slider_pagination .swiper-pagination-bullet-active {
padding: 6px 14px;
border-radius: 30px;
}
.bg_heading {
background-color: var(--extraColor2);
padding: 0 10px;
border-radius: 4px;
transform: rotate(-2deg);
display: inline-block;
height: 83px;
}
.circle-text {
width: 180px;
max-width: 180px;
height: 180px;
border-radius: 50%;
border: 1px solid var(--primaryColor);
background-color: var(--primaryColor);
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 991px) {
.circle-text {
width: 125px;
max-width: 125px;
height: 125px;
}
}
.circle-text .text {
animation: Textrotate 20s linear infinite;
width: 100%;
height: 100%;
position: absolute;
}
.circle-text .text p {
transform: translate(50%, 5px);
}
.circle-text .text span {
position: absolute;
font-size: inherit;
color: inherit;
transform-origin: 0 85px;
}
@media (max-width: 991px) {
.circle-text .text p {
transform: translate(50%, 0);
}
.circle-text .text span {
transform-origin: 0 60px;
}
}
.circle-text:hover .text {
animation-play-state: paused;
}
.circle-text .otline_border {
padding: 15px;
border-radius: 100%;
border: 1px solid var(--secondaryColor2);
}
.circle-text .img-area {
width: 50px;
max-width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid;
}
.circle-text .img-area::before {
position: absolute;
content: "";
width: 100%;
max-width: 100%;
height: 100%;
border-radius: 100%;
background-color: var(--primaryColor);
}
@media (max-width: 991px) {
.circle-text .img-area {
width: 70px;
max-width: 70px;
height: 70px;
}
}
.circle-text.second .text p {
transform: translate(50%, -12px);
}
.circle-text.second .text span {
transform-origin: 0 100px;
}
@media (max-width: 991px) {
.circle-text.second .text p {
transform: translate(50%, -8px);
}
.circle-text.second .text span {
transform-origin: 0 70px;
}
}
.circle-text.second .img-area {
width: 140px;
max-width: 140px;
height: 140px;
}
@media (max-width: 991px) {
.circle-text.second .img-area {
width: 90px;
max-width: 90px;
height: 90px;
}
}
.circle-text.second .img-area span {
font-size: 57px;
color: #fff;
}
@keyframes Textrotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.sidebar_box {
position: sticky !important;
top: 100px;
}
.circle_box {
width: 306px;
height: 306px;
aspect-ratio: 1/1;
border-radius: 100%;
background: var(--whiteColor);
padding: 14px;
}
.circle_box .inner_circle {
aspect-ratio: 1/1;
border-radius: 100%;
background: var(--whiteColor);
padding: 50px;
border: 12px solid rgba(15, 96, 77, 0.1098039216);
display: flex;
align-items: center;
flex-wrap: wrap;
align-content: center;
flex-direction: column;
justify-content: center;
gap: 10px;
}
.circle_box .inner_circle h2 {
font-size: 40px;
font-weight: 500;
color: var(--secondaryColor3);
}
.circle_box .inner_circle p {
font-size: 20px;
font-weight: 500;
color: var(--secondaryColor3);
}
.step-box {
position: sticky !important;
top: 100px;
z-index: 1;
}
.expert-solutions .solution-image-container .img_border {
border: 1px solid var(--secondaryColor);
width: max-content;
border-radius: 12px;
}
.expert-solutions .solution-image-container img {
border-radius: 12px;
transform: rotate(-5deg);
position: relative;
}
.expert-solutions .solution-items .solution-item {
position: relative;
cursor: pointer;
padding: 30px 0 34px 42px;
border-top: 1px solid rgba(15, 96, 77, 0.2);
transition: all 0.3s ease;
overflow: hidden;
}
.expert-solutions .solution-items .solution-item:last-child {
border-bottom: 1px solid rgba(15, 96, 77, 0.2);
}
.expert-solutions .solution-items .solution-item .content {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 10px;
}
.expert-solutions .solution-items .solution-item .content h3 {
font-size: 32px;
font-weight: 500;
color: var(--secondaryColor);
opacity: 0.5;
}
.expert-solutions .solution-items .solution-item .content h6 {
font-size: 16px;
color: rgba(51, 51, 51, 0.3);
margin-bottom: 22px;
color: var(--secondaryColor);
opacity: 0.5;
}
.expert-solutions .solution-items .solution-item i {
position: absolute;
top: 22px;
left: 34px;
font-size: 40px;
color: var(--secondaryColor);
transform: scale(0);
}
.expert-solutions .solution-items .active {
padding: 30px 0 34px 85px;
background-color: var(--secondaryColor);
}
.expert-solutions .solution-items .active .content h3 {
color: var(--secondaryColor2);
opacity: 1;
margin-left: 0;
}
.expert-solutions .solution-items .active .content h6 {
color: var(--secondaryColor2);
opacity: 1;
}
.expert-solutions .solution-items .active i {
color: var(--secondaryColor2);
transform: scale(1);
}
.community-satisfied.team_style2 .community-satisfied-item {
overflow: hidden;
transition: all 0.4s ease;
}
.community-satisfied.team_style2 .community-satisfied-item .team_info {
border-radius: 5px;
background: var(--whiteColor);
width: 90%;
margin: 0 auto;
position: absolute;
bottom: -40%;
left: 15px;
height: 134px;
padding: 15px;
transition: all 0.4s ease;
}
.community-satisfied.team_style2 .community-satisfied-item .team_info .social_icons {
margin: 0;
}
.community-satisfied.team_style2 .community-satisfied-item .team_info .social_icons li a {
background-color: var(--primaryColor);
border-radius: 100%;
height: 24px;
width: 24px;
display: block;
line-height: 24px;
text-align: center;
}
.community-satisfied.team_style2 .community-satisfied-item .team_info .social_icons li a i {
color: var(--whiteColor);
font-size: 14px;
}
.community-satisfied.team_style2 .community-satisfied-item:hover .team_info {
bottom: 15px;
}
.testimonial-wrappers4 {
margin-left: 17% !important;
}
.testimonial-wrappers4 .slide_item {
padding: 30px 30px;
background-color: var(--whiteColor);
border-radius: 12px;
}
.testimonial-wrappers4 .slide_item .review_area {
padding: 20px 0;
margin: 20px 0;
border-top: 1px dashed rgba(0, 0, 0, 0.1);
border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.testimonial-wrappers4 .slide_item .review_area ul {
margin: 0;
padding: 0;
}
.testimonial-wrappers4 .slide_item .review_area ul li {
display: inline-block;
}
.testimonial-wrappers4 .slide_item .review_area ul li i {
color: var(--ratingColor);
}
.blog_section5 .blog_slider5 {
padding-bottom: 120px;
}
.blog_section5 .blog_items {
position: relative;
}
.blog_section5 .blog_items .content_area {
position: absolute;
bottom: -100px;
left: 45px;
background: #F3F7F6;
width: 85%;
margin: 0 auto;
border-radius: 8px;
}
@media screen and (max-width: 460px) {
.blog_section5 .blog_items .content_area {
left: 12px;
width: 94%;
}
}
.blog_section5 .blog_items .content_area .content {
padding: 0 0 0 45px;
}
.blog_section5 .blog_items .content_area .content h6 a {
color: var(--titleColor);
font-weight: 500;
font-family: var(--titleFont);
}
.blog_section5 .blog_items .content_area .content .blog_btn {
font-weight: 500;
font-size: 16px;
}
.blog_section5 .blog_items .content_area .content::after {
position: absolute;
content: "";
top: 28px;
left: 29px;
height: 112px;
width: 2px;
background-image: var(--secondaryColor);
}
.round-slider .slider-content {
width: 250px;
min-width: 250px;
height: 250px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
.round-slider .slider-content {
width: 200px;
min-width: 200px;
height: 200px;
}
}
@media (max-width: 575px) {
.round-slider .slider-content {
width: 150px;
min-width: 150px;
height: 150px;
}
}
.round-slider .progress-circles {
width: calc(100% - 30px);
height: calc(100% - 30px);
border-radius: 50%;
border-width: 5px;
background: radial-gradient(closest-side, var(--secondaryColor2), 98%, transparent 0 99.9%, transparent 0), conic-gradient(var(--secondaryColor3), calc(var(--value) * 1%), transparent 0);
}
.progress {
background: var(--secondaryColor2);
height: 8px;
overflow: initial;
}
@media (max-width: 991px) {
.progress {
height: 6px;
}
}
@media (max-width: 667px) {
.progress {
height: 4px;
}
}
.progress .progress-bar {
height: inherit;
background-color: var(--primaryColor);
width: 0%;
}
.slider-content {
position: absolute;
top: 0;
left: 0;
transform: translate(9%, 9%);
}
.scroll-content-wrapper .scroll-content {
transition: transform var(--transition) ease-out;
will-change: transform;
}
.round-slider .slider-content {
transition: all var(--transition) ease;
}
.progress-circles {
transition: background var(--transition) ease;
} .review-section {
position: relative;
overflow: hidden;
}
.scroll-content-wrapper {
position: relative;
width: 100%;
height: 100%;
}
.scroll-content {
display: flex;
transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
will-change: transform;
position: relative;
width: 100%;
} .scroll-content.second {
transform: translateX(0%);
}
.scroll-content.third {
transform: translateX(0%);
} .round-slider {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 250px;
height: 250px;
pointer-events: none;
z-index: 99;
}
.slider-content {
width: 100%;
height: 100%;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
background-color: var(--secondaryColor2);
}
.progress-circles {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: background 0.5s ease;
}
.progress-value,
.progress-text {
font-size: 2rem;
font-weight: 500;
color: var(--secondaryColor3);
transition: opacity 0.3s ease;
}
.progress-text {
display: none;
}
.recent_post .recent_post_item {
margin-bottom: 20px;
}
.recent_post .recent_post_item .thumb_area a img {
border-radius: 4px;
height: 90px;
width: 100px;
object-fit: cover;
max-width: 100px;
}
.recent_post .recent_post_item .blog_content p.title {
margin-bottom: 0;
font-size: 16px !important;
font-size: var(--bodyFont) !important;
}
.recent_post .recent_post_item .blog_content p.title a {
color: var(--whiteColor);
font-size: 16px !important;
font-weight: 500;
font-size: var(--bodyFont) !important;
}
.recent_post .recent_post_item .blog_content p.title a:hover {
color: var(--hoverColor);
}
.recent_post .recent_post_item .blog_content .meta_date {
font-size: 14px;
color: var(--extraColor2);
border-radius: 4px;
padding: 4px 8px;
border: 1px solid rgba(239, 104, 32, 0.28);
background: rgba(239, 104, 32, 0.05);
display: inline-block;
margin-bottom: 10px;
}
.recent_project {
margin-bottom: 20px !important;
}
.recent_project:last-child {
margin-bottom: 0;
}
.recent_project .thumb_area a img {
border-radius: 8px;
height: 100px;
width: 100px;
object-fit: cover;
max-width: 100px;
}
.recent_project .content .p-title {
margin-bottom: 0;
font-size: 18px !important;
font-size: var(--bodyFont) !important;
color: var(--bodyColor);
}
.recent_project .content .p-title a {
color: var(--bodyColor);
font-size: 18px !important;
font-weight: 500;
font-size: var(--bodyFont) !important;
}
.recent_project .content .p-title a:hover {
color: var(--hoverColor);
}
.recent_project .content a {
color: var(--hoverColor);
font-size: 16px !important;
font-weight: 500;
font-size: var(--bodyFont) !important;
}
.project_siderbar {
position: sticky !important;
top: 120px;
}
.tp-portfolio-stylestyle1 .portfolio-item .portfolio-item-image img {
width: 100%;
border-radius: 8px;
}
aside#secondary {
position: sticky !important;
top: 120px;
}
.review-section .sinlge_item {
transition: all 0.3s linear 0s;
overflow: hidden;
}
.review-section .sinlge_item::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(22, 64, 75, 0.5);
z-index: auto;
opacity: 0;
visibility: hidden;
transition: all 0.3s linear 0s;
border-radius: 8px;
}
.review-section .sinlge_item:hover::before {
opacity: 1;
visibility: visible;
}
.review-section .sinlge_item:hover .content_area {
position: absolute;
bottom: 18px;
}
.review-section .sinlge_item .thumbnail img {
border-radius: 8px;
}
.review-section .sinlge_item .content_area {
position: absolute;
bottom: -106%;
left: 27px;
transition: 0.4s all ease;
}
.review-section .sinlge_item .content_area .title {
background-color: var(--secondaryColor2);
padding: 8px 12px;
border-radius: 4px;
margin-bottom: 10px;
color: var(--secondaryColor3);
display: inline-block;
}
.review-section .sinlge_item .content_area .title a {
color: var(--secondaryColor3);
}
.review-section .sinlge_item .content_area .category {
background-color: var(--secondaryColor2);
padding: 8px 12px;
border-radius: 4px;
margin-bottom: 10px;
display: inline-block;
}
.review-section .sinlge_item .content_area .category a {
color: var(--secondaryColor3);
}
.before-after-slider {
--position: 50%;
}
.before-after-slider .slider-input {
inset: 0;
cursor: pointer;
}
.before-after-slider .slider-line {
inset: 0;
width: 6px;
left: var(--position);
transform: translateX(-50%);
}
.before-after-slider .slider-button {
width: 60px;
min-width: 60px;
height: 60px;
left: var(--position);
transform: translate(-50%, -50%);
line-height: 66px;
text-align: center;
}
.before-after-slider .image-content img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: left;
}
.before-after-slider .image-content .image-before {
position: absolute;
inset: 0;
width: var(--position);
}
.top-50 {
top: 50% !important;
}
.product-section .product-card {
margin-bottom: 40px;
}
.product-section .product-card .product_title {
font-size: 22px;
}
.product-section .product-card .pricing {
margin-top: 5px;
}
.product-section .product-card .pricing .price span {
color: var(--bodyColor);
font-size: 16px;
font-weight: 500;
}
.product-section .product-card .sale_label .label {
background: var(--whiteColor);
padding: 6px 12px;
border-radius: 30px;
font-weight: 500;
}
.product-section .product-card .product-info-wrapper .product_btn {
margin-top: 14px;
}
.product-section .product-card .product-info-wrapper .product_btn a {
background: transparent;
border: 1px solid var(--borderColor);
border-radius: 5px;
text-align: center;
display: inline-block;
color: var(--bodyColor);
padding: 10px 24px;
font-weight: 500;
}
.product-section .product-card:hover .product_btn a {
background: var(--secondaryColor);
color: var(--whiteColor);
}
.product-section .product-card .product-thumb-wrapper .product-thumb {
position: relative;
}
.product-section .product-card .product-thumb-wrapper .product-thumb .product-thumb-link img {
border-radius: 5px;
width: 100%;
}
.product-section .product-card .product-thumb-wrapper .product-thumb .product-thumb-link .sale_label .label {
min-height: 3.236em;
min-width: 3.236em;
padding: 0.202em;
font-size: 1em;
font-weight: 500;
position: absolute;
text-align: center;
text-transform: capitalize;
border: none;
line-height: 3.236;
margin: 0;
border-radius: 100%;
background-color: var(--secondaryColor);
color: var(--whiteColor);
font-size: 14px;
z-index: 9;
height: 26px;
width: auto;
padding: 0 8px;
border-radius: 5px;
line-height: 27px;
min-height: auto;
top: 12px !important;
left: 11px !important;
min-width: auto;
max-width: 50px;
}
.product-section .product-card .product-thumb-wrapper .product-thumb .action_bottun {
position: absolute;
right: 20px;
top: 12px;
}
.product-section .product-card .product-thumb-wrapper .product-thumb .action_bottun .product-action-btn button {
margin-bottom: 8px;
}
.product-section .product-card .product-thumb-wrapper .product-thumb .action_bottun .product-action-btn .woosc-btn,
.product-section .product-card .product-thumb-wrapper .product-thumb .action_bottun .product-action-btn .woosq-btn,
.product-section .product-card .product-thumb-wrapper .product-thumb .action_bottun .product-action-btn .woosw-btn {
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 0.3s ease;
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
padding: 10px;
margin: 0;
border-radius: 50%;
border: none;
background: #fff;
transition: all 0.3s ease;
z-index: 1;
}
.product-section .product-card .product-thumb-wrapper .product-thumb .action_bottun .product-action-btn .woosc-btn span,
.product-section .product-card .product-thumb-wrapper .product-thumb .action_bottun .product-action-btn .woosq-btn span,
.product-section .product-card .product-thumb-wrapper .product-thumb .action_bottun .product-action-btn .woosw-btn span {
font-size: 20px;
}
.product-section .product-card .product-thumb-wrapper .product-thumb .action_bottun .product-action-btn .woosc-btn:hover,
.product-section .product-card .product-thumb-wrapper .product-thumb .action_bottun .product-action-btn .woosq-btn:hover,
.product-section .product-card .product-thumb-wrapper .product-thumb .action_bottun .product-action-btn .woosw-btn:hover {
background: var(--secondaryColor);
color: var(--whiteColor);
}
.product-section .product-card .product-thumb-wrapper .product-thumb .action_bottun .product-action-btn .woosc-btn:hover span,
.product-section .product-card .product-thumb-wrapper .product-thumb .action_bottun .product-action-btn .woosq-btn:hover span,
.product-section .product-card .product-thumb-wrapper .product-thumb .action_bottun .product-action-btn .woosw-btn:hover span {
color: var(--whiteColor);
}
.product-section .product-card .product-thumb-wrapper .product-thumb:hover .action_bottun .woosc-btn,
.product-section .product-card .product-thumb-wrapper .product-thumb:hover .action_bottun .woosq-btn,
.product-section .product-card .product-thumb-wrapper .product-thumb:hover .action_bottun .woosw-btn {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.product-section .product-card.product_list {
background-color: #F9F9FA;
border-radius: 5px;
}
@media (max-width: 767px) {
.product-section .product-card.product_list {
display: block !important;
}
}
.product-section .product-card.product_list .product-thumb-wrapper .product-thumb {
width: 330px;
height: 330px;
}
@media (max-width: 767px) {
.product-section .product-card.product_list .product-thumb-wrapper .product-thumb {
width: 100%;
height: 100%;
}
}
.product-section .product-card.product_list .product-thumb-wrapper .product-thumb a img {
width: 100%;
height: 100%;
object-fit: cover;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.product_shape_section .product_shape_item {
border: 1px solid rgba(0, 0, 0, 0.1);
}
.product_shape_section .product_shape_item .content_area {
text-align: center;
padding: 32px;
}
.product_shape_section .product_shape_item .content_area .shape_subtitle {
font-weight: 500;
color: var(--titleColor);
}
@media (max-width: 1024px) {
.banner_slider .banner_img {
display: none;
}
}
.banner_slider .banner_img img {
width: 100%;
}
.banner_slider .banner_content {
padding: 189px 30px;
background-color: var(--secondaryColor3);
height: 835px;
}
@media (max-width: 1366px) {
.banner_slider .banner_content {
height: 597px;
padding: 63px 25px;
}
}
@media (max-width: 1200px) {
.banner_slider .banner_content {
height: 534px;
padding: 54px 15px;
}
}
@media (max-width: 1024px) {
.banner_slider .banner_content {
height: auto;
width: 100%;
padding: 120px 0;
}
}
@media (max-width: 880px) {
.banner_slider .banner_content {
padding: 70px 0;
}
}
.banner_slider .banner_content .banner_text .banner_title {
color: var(--whiteColor);
font-size: 74px;
text-transform: uppercase;
}
@media (max-width: 1200px) {
.banner_slider .banner_content .banner_text .banner_title {
font-size: 63px;
}
}
@media (max-width: 1024px) {
.banner_slider .banner_content .banner_text .banner_title {
font-size: 50px;
}
}
.banner_slider .banner_content .banner_text .banner_description {
color: var(--whiteColor);
width: 74%;
margin: 0 auto;
}
@media (max-width: 1366px) {
.banner_slider .banner_content .banner_text .banner_description {
width: 100%;
}
}
.banner_slider .banner_content .banner_text .banner_btn {
display: inline-block;
margin-top: 30px;
background-color: #FFC107;
color: #000;
padding: 12px 24px;
font-weight: 500;
}
.banner_slider .banner_content .countdown_area .countdown_title {
color: var(--whiteColor);
font-size: 16px;
font-weight: 500;
margin-bottom: 10px;
}
.banner_slider .banner_content .countdown_area .countdown-item h3 {
color: var(--whiteColor);
}
.banner_slider .banner_content .countdown_area .countdown-item span {
color: var(--whiteColor);
}
.feature_section .feature_item {
transition: 0.4s all ease;
overflow: hidden;
}
.feature_section .feature_item .feature_item_inner .thumbnail_area {
position: relative;
}
.feature_section .feature_item .feature_item_inner .thumbnail_area::after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0);
transition: 0.4s all ease;
transform: scale(0);
}
.feature_section .feature_item .feature_item_inner .thumbnail_area::before {
position: absolute;
content: "";
top: 12px;
left: 12px;
bottom: 12px;
right: 12px;
border: 5px solid transparent;
z-index: 1;
transition: 0.4s all ease;
transform: scale(0);
}
.feature_section .feature_item .feature_item_inner .thumbnail_area img {
width: 100%;
}
.feature_section .feature_item .feature_item_inner .thumbnail_area .content_area {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
z-index: 1;
opacity: 0;
visibility: hidden;
transition: 0.4s all ease;
}
.feature_section .feature_item .feature_item_inner .thumbnail_area .content_area .feature_title {
color: var(--whiteColor);
font-weight: 500;
}
.feature_section .feature_item:hover .thumbnail_area::after {
background-color: rgba(0, 0, 0, 0.3);
transform: scale(1);
}
.feature_section .feature_item:hover .thumbnail_area::before {
border: 5px solid var(--whiteColor);
transform: scale(1);
}
.feature_section .feature_item:hover .thumbnail_area .content_area {
opacity: 1;
visibility: visible;
}
.testimonial_section4 .testimonial_wrappers4 .testi_item4 {
text-align: center;
}
.testimonial_section4 .testimonial_wrappers4 .testi_item4 .review {
font-size: 24px;
font-size: 24px;
width: 60%;
margin: 0 auto;
}
@media (max-width: 880px) {
.testimonial_section4 .testimonial_wrappers4 .testi_item4 .review {
font-size: 18px;
width: 100%;
}
}
.testimonial_section4 .testimonial_wrappers4 .testi_item4 .rating_area {
margin-bottom: 15px;
}
.testimonial_section4 .testimonial_wrappers4 .testi_item4 .rating_area ul li {
list-style: none;
}
.testimonial_section4 .testimonial_wrappers4 .testi_item4 .rating_area ul li i {
color: #AC643B;
}
.testimonial_section4 .slider_btn_area.slder_btn4 .slide-button {
border-color: var(--blackColor);
}
.testimonial_section4 .slider_btn_area.slder_btn4 .slide-button i {
color: var(--blackColor);
}
.testimonial_section4 .slider_btn_area.slder_btn4 .slide-button:hover {
background: var(--secondaryColor3);
border-color: var(--secondaryColor3);
cursor: pointer;
}
.testimonial_section4 .slider_btn_area.slder_btn4 .slide-button:hover i {
color: var(--whiteColor);
}
.text_gen_img {
margin: 25px -18px 0px 0;
}
.testimonial-top .icon-area img {
width: 131px;
height: 131px;
border-radius: 100%;
object-fit: cover;
opacity: 0.4;
}
.testimonial-top .swiper-slide-active .icon-area {
height: 280px;
width: 280px;
}
.testimonial-top .swiper-slide-active .icon-area img {
width: 280px !important;
height: 280px !important;
border-radius: 100%;
object-fit: cover;
opacity: 1;
}
.testimonial-top .swiper-slide-next .icon-area img,
.testimonial-top .swiper-slide-prev .icon-area img {
width: 161px;
height: 161px;
border-radius: 100%;
object-fit: cover;
opacity: 0.6;
}
.aixom_tab .sec_subtitle {
font-weight: 500;
text-transform: uppercase;
color: #B85753;
background-color: rgba(184, 87, 83, 0.0509803922);
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: rgba(184, 87, 83, 0.2);
padding: 8px 16px 8px 16px;
display: inline-block !important;
border-radius: 30px;
}
.aixom_tab .nav-item {
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
cursor: pointer;
}
.aixom_tab .nav-item .active {
border-bottom: 2px solid;
border-color: var(--secondaryColor3);
}
.aixom_tab .nav-item .tab_icon_area .tab_icon {
background-color: var(--whiteColor);
height: 60px;
width: 60px;
border-radius: 100%;
display: block;
text-align: center;
line-height: 60px;
border: 1px solid var(--primaryColor);
}
.aixom_tab .nav-item .tab_icon_area .tab_icon .tab_icon_count {
color: var(--primaryColor);
font-size: 24px;
font-family: var(--titleFont);
font-weight: 500;
}
.aixom_tab .tabItem {
display: none;
opacity: 0;
transition: opacity 0.3s ease;
}
@media (max-width: 880px) {
.aixom_tab .tabItem {
text-align: center !important;
}
}
.aixom_tab .tabItem.active {
display: block;
opacity: 1;
}
@media (max-width: 880px) {
.aixom_tab .tabItem.active {
text-align: center !important;
}
}
.layout_two .feature_item .icon_area {
width: auto !important;
}
.layout_two .feature_item .icon_area a {
background-color: var(--whiteColor);
height: 70px;
width: 70px;
border-radius: 100%;
display: block;
text-align: center;
line-height: 82px;
}
.layout_two .feature_item .icon_area a i {
color: var(--secondaryColor);
font-size: 32px;
}
.tp_marqueepro_top {
height: 800px;
overflow: hidden;
}
@media (max-width: 1366px) {
.tp_marqueepro_top {
height: 600px;
}
}
@media (max-width: 1200px) {
.tp_marqueepro_top {
height: 550px;
}
}
.tp_marqueepro_top .testimonial-slider-1 {
height: 100%;
}
.tp_marqueepro_top .swiper-slide {
height: auto !important;
}
.tp_marqueepro_top .swiper-wrapper {
transition-timing-function: linear !important;
will-change: transform;
}
.tp_marqueepro_top .thumbnail_area img {
max-height: auto;
width: auto;
display: block;
}
.team_style1 .team_item .icon_area a {
background-color: var(--whiteColor);
height: 40px;
width: 40px;
border-radius: 100%;
display: block;
text-align: center;
line-height: 43px;
}
.team_style1 .team_item .icon_area a i {
color: var(--secondaryColor);
font-size: 18px;
}
.team_style1 .team_item .social_icons {
margin: 0;
padding: 0;
}
.team_style1 .team_item .social_icons li {
list-style: none;
}
.team_style1 .team_item .team_infos {
margin-top: 18px;
}
.team_style1 .team_item .team_infos h6 a {
color: var(--titleColor);
margin-bottom: 0;
}
.team_style1 .team_item:hover .thumbnail_area::after {
transform: scale(1);
background-image: linear-gradient(0deg, rgba(242, 61, 179, 0.8), transparent);
}
.team_style1 .team_item:hover .thumbnail_area::before {
border: 7px solid var(--whiteColor);
transform: scale(1);
}
.team_progress .elementor-title {
margin-bottom: 12px;
display: block;
}
.team_progress span.elementor-progress-percentage {
position: absolute;
right: 0;
top: -30px;
color: #1c1e30;
} .summary .woosc-btn-has-icon {
margin-right: 13px !important;
}
.woosc-btn,
.woosq-btn,
.woosw-btn {
transition: all 0.3s ease;
height: 52px;
width: 52px;
text-align: center;
line-height: 52px;
padding: 14px;
margin: 0;
border-radius: 50%;
border: none;
background: #fff;
border: 1px solid var(--borderColor);
transition: all 0.3s ease;
margin-bottom: 26px;
}
.woosc-btn span,
.woosq-btn span,
.woosw-btn span {
font-size: 20px;
}
.woosc-btn:hover,
.woosq-btn:hover,
.woosw-btn:hover {
background: var(--secondaryColor);
color: var(--whiteColor);
}
.woosc-btn:hover span,
.woosq-btn:hover span,
.woosw-btn:hover span {
color: var(--whiteColor);
}
.woocommerce ul.products li.product .woosc-btn,
.woocommerce ul.products li.product .woosq-btn,
.woocommerce ul.products li.product .woosw-btn {
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 0.3s ease;
position: absolute;
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
padding: 10px;
margin: 0;
border-radius: 50%;
border: none;
background: #fff;
transition: all 0.3s ease;
}
.woocommerce ul.products li.product .woosc-btn span,
.woocommerce ul.products li.product .woosq-btn span,
.woocommerce ul.products li.product .woosw-btn span {
font-size: 20px;
}
.woocommerce ul.products li.product .woosc-btn:hover,
.woocommerce ul.products li.product .woosq-btn:hover,
.woocommerce ul.products li.product .woosw-btn:hover {
background: var(--secondaryColor);
color: var(--whiteColor);
}
.woocommerce ul.products li.product .woosc-btn:hover span,
.woocommerce ul.products li.product .woosq-btn:hover span,
.woocommerce ul.products li.product .woosw-btn:hover span {
color: var(--whiteColor);
}
.woocommerce ul.products li.product .woosw-btn {
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 0.3s ease;
position: absolute;
top: 20px;
right: 10px; z-index: 10;
}
.woocommerce ul.products li.product .woosc-btn {
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 0.3s ease;
position: absolute;
top: 70px;
right: 10px; z-index: 10;
}
.woocommerce ul.products li.product .woosq-btn {
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 0.3s ease;
position: absolute;
top: 120px;
right: 10px; z-index: 10;
} .woocommerce ul.products li.product:hover .woosc-btn,
.woocommerce ul.products li.product:hover .woosq-btn,
.woocommerce ul.products li.product:hover .woosw-btn {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.blog_pagination_area.shop_pagination .pagination {
justify-content: center;
}
.ai_tab_btn .e-n-tabs-heading {
background: #fff;
padding: 8px;
width: 19%;
text-align: center;
margin: 0 auto;
border-radius: 30px;
}
@media (max-width: 1366px) {
.ai_tab_btn .e-n-tabs-heading {
width: 30%;
}
}
.ai_tab_btn2 .e-n-tabs-heading {
background: transparent;
padding: 8px;
width: 19%;
text-align: center;
margin: 0 auto;
border-radius: 30px;
border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1366px) {
.ai_tab_btn2 .e-n-tabs-heading {
width: 30%;
}
}
.tp-marquee-text {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block; }
.test_item {
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.test_item:hover {
z-index: 999;
}
.desk_sass_testi_item {
transition: all 0.3s ease;
}
.desk_sass_testi_item .desk_sass_testi {
bottom: -300px;
transition: all 0.3s ease;
}
.desk_sass_testi_item:hover .desk_sass_testi {
bottom: 10px;
}
.timeline {
position: relative;
}
.timeline::before {
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 4px;
height: 100%;
background: #ddd;
border-radius: 2px;
}
@media (max-width: 767px) {
.timeline::before {
left: 0;
}
}
.timeline ul {
list-style: none;
position: relative;
}
.default-line {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 4px;
height: 100%;
background: #ddd;
border-radius: 2px;
z-index: 1;
}
@media (max-width: 767px) {
.default-line {
left: 0;
}
}
.draw-line {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 4px;
height: 0;
background: linear-gradient(135deg, var(--primaryColor), var(--secondaryColor));
border-radius: 2px;
z-index: 2;
transition: height 0.1s ease-out;
}
@media (max-width: 767px) {
.draw-line {
left: 0;
}
}
.timeline li {
position: relative;
width: 100%;
}
.timeline li::before {
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translateX(-72%);
width: 34px;
height: 34px;
background: var(--whiteColor);
border: 4px solid var(--secondaryColor);
border-radius: 50%;
z-index: 3;
transition: all 0.3s ease;
}
@media (max-width: 767px) {
.timeline li::before {
left: 0;
}
}
.timeline li.in-view::before {
background: var(--primaryColor);
transform: translateX(-72%) scale(1.2);
}
.timeline-content {
position: relative;
transform: translateY(20px);
width: 45%;
opacity: 0.4;
}
.timeline-content img {
border-radius: 16px !important;
}
.timeline-content .title {
font-size: 48px;
font-weight: 500;
color: var(--titleColor);
}
@media (max-width: 1200px) {
.timeline-content .title {
font-size: 24px;
}
}
.timeline li.in-view .timeline-content {
opacity: 1;
transform: translateY(0);
}
.timeline li:nth-child(odd) .timeline-content {
margin-left: 0;
}
.timeline li:nth-child(even) .timeline-content {
margin-left: 55%;
}
.timeline-content::before {
content: "";
position: absolute;
top: 20px;
width: 0;
height: 0;
border: 15px solid transparent;
}
.timeline li:nth-child(odd) .timeline-content::before {
right: -30px;
border-left-color: white;
}
.timeline li:nth-child(even) .timeline-content::before {
left: -30px;
border-right-color: white;
}
.footer-section {
height: 50vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: white;
}
.footer-content h2 {
font-size: 2rem;
margin-bottom: 1rem;
} @media (max-width: 768px) {
.timeline li:nth-child(odd) .timeline-content,
.timeline li:nth-child(even) .timeline-content {
width: 80%;
margin-left: 10%;
}
.timeline li:nth-child(odd) .timeline-content::before,
.timeline li:nth-child(even) .timeline-content::before {
left: -15px;
border-right-color: white;
border-left-color: transparent;
}
.hero-content h1 {
font-size: 2rem;
}
}
.thjmf-job-list-page .thjmf-jobs .thjmf-job-filter-panel .thjmf-job-filter label {
top: 12px !important;
}
.thjmf-job-list-page .thjmf-job-button,
.thjmf-job-list-page .thjmf-jobs .thjmf-loop-job-details-button,
.thjmf-job-list-page .thjmf-job-button,
.thjmf-single-job-page .thjmf-job-button {
border: none !important;
padding: 13px 22px;
margin-bottom: 14px;
background-color: var(--primaryColor);
transition: all 0.3s ease;
color: var(--whiteColor);
cursor: pointer;
}
.thjmf-job-list-page .thjmf-job-button:hover,
.thjmf-job-list-page .thjmf-jobs .thjmf-loop-job-details-button:hover,
.thjmf-job-list-page .thjmf-job-button:hover,
.thjmf-single-job-page .thjmf-job-button:hover {
background-color: var(--secondaryColor);
}
.thjmf-job-list-page .thjmf-jobs .thjmf-loop-job-details-button,
.thjmf-job-list-page .thjmf-job-button,
.thjmf-single-job-page .thjmf-job-button {
margin-top: 4px;
display: inline-block;
padding: 8px 22px;
}
.thjmf-job-list-page .thjmf-jobs .thjmf-job-filter-panel .thjmf-job-filter img {
top: 18px;
}
h2.thjmf-loop-job-title.thjmf-js-job-title a {
color: var(--titleColor);
font-size: 24px;
font-weight: 500;
font-family: var(--titleFont);
letter-spacing: normal;
}
.thjmf-job-list-page .thjmf-jobs .thjmf-loop-job {
padding: 10px 25px 25px 25px !important;
border: 1px solid #efeeee;
border-radius: 16px;
margin-bottom: 30px;
}
.thjmf-job-list-page .thjmf-jobs .thjmf-job-filter-panel {
border-bottom: none !important;
}
.content-area.thjmf-job-contents {
max-width: 1320px;
margin: 0 auto;
padding: 60px 24px 0;
}
input#phone_dial_code {
margin-bottom: 10px !important;
}
.thjmf-single-job-page .thjmf-single-job .thjmf-job-button {
margin-top: 24px;
}
.single .entry-title a {
font-size: 48px;
font-weight: 500;
font-family: var(--titleFont);
letter-spacing: normal;
color: var(--titleColor);
}
@media (max-width: 1200px) {
.single .entry-title a {
font-size: 24px;
}
}
.text_generator .textarea-wrapper {
width: 100%;
padding: 12px;
background: rgba(255, 255, 255, 0.3);
border-radius: 40px;
border: 1px solid rgba(255, 255, 255, 0.5);
}
.text_generator .textarea-wrapper textarea {
width: 100%;
min-height: 60px;
padding: 24px;
font-size: 24px;
background: #fff;
color: var(--bodyColor);
font-family: var(--bodyFont);
border: none;
border-radius: 32px;
resize: none;
font-weight: 500;
overflow: hidden;
line-height: 1.5;
}
.text_generator .textarea-wrapper textarea:focus-visible {
outline: none !important;
}
.chatgpt-clone-wrapper {
padding: 12px;
background: rgba(255, 255, 255, 0.3);
border-radius: 40px;
border: 1px solid rgba(255, 255, 255, 0.5);
}
.chatgpt-container {
width: 100%;
border-radius: 32px;
background-color: var(--whiteColor);
}
.chatgpt-container .header {
background: var(--blackColor);
padding: 20px;
border-top-left-radius: 32px;
border-top-right-radius: 32px;
}
.chatgpt-container .header .title {
color: var(--whiteColor);
}
.chatgpt-container .con_tent {
padding: 25px 0px 25px 25px;
}
.chatgpt-container .chat-container {
max-height: 400px;
overflow-y: scroll;
background-color: var(--whiteColor);
width: 100%;
padding-right: 25px;
}
.chatgpt-container .chat-container::-webkit-scrollbar {
width: 5px;
margin-left: 30px;
}
.chatgpt-container .chat-container::-webkit-scrollbar-track {
background: #fff;
}
.chatgpt-container .chat-container::-webkit-scrollbar-thumb {
background: #f5f5f5;
}
.chatgpt-container .chat-container .assistant-message {
background: #f5f5f5;
}
.chatgpt-container .chat-container .message {
display: flex;
gap: 16px;
padding: 20px;
animation: fadeIn 0.3s ease-in;
border-radius: 16px;
}
.chatgpt-container .chat-container .message .assistant-avatar {
background: var(--primaryColor);
color: #fff;
}
.chatgpt-container .chat-container .message .user-avatar {
background: var(--secondaryColor);
color: #fff;
}
.chatgpt-container .chat-container .message .avatar {
width: 30px;
height: 30px;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
flex-shrink: 0;
}
.chatgpt-container .chat-container .message .message.user-message {
background: #5436da;
color: #000;
}
.chatgpt-container .chat-container .message .message.user-message .message-content {
color: #000;
}
.chatgpt-container .input-container {
padding-right: 25px;
}
.chatgpt-container .input-container .input-wrapper {
background: #f5f5f5;
margin: 0 auto;
display: flex;
gap: 12px;
padding: 5px;
border-radius: 30px;
}
.chatgpt-container .input-container .input-wrapper .user-input {
flex: 1;
background: transparent;
border: none;
color: var(--bodyColor);
font-size: 16px;
outline: none;
font-family: inherit;
margin-bottom: 0 !important;
}
.chatgpt-container .input-container .input-wrapper .send-btn {
background: var(--primaryColor);
color: #fff;
border: none;
padding: 5px 18px;
border-radius: 30px;
cursor: pointer;
font-weight: 600;
font-size: 14px;
transition: background 0.2s;
min-width: 120px;
}
.ai_image_section .ai-image-generator {
display: flex;
padding: 8px 8px 8px 16px;
justify-content: space-between;
align-items: flex-start;
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.2);
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(50px);
}
.ai_image_section .ai-image-generator textarea#ai-prompt {
height: 48px;
background-color: transparent;
border: none;
color: var(--whiteColor);
font-size: 16px;
font-weight: 400;
outline: none;
font-family: inherit;
padding-left: 10px;
margin: 0 !important;
}
.ai_image_section .ai-image-generator textarea#ai-prompt::placeholder {
color: var(--whiteColor);
opacity: 0.8;
}
.ai_image_section .ai-image-generator textarea#ai-prompt::-webkit-scrollbar {
width: 0;
margin-left: 30px;
}
.ai_image_section .ai-image-generator textarea#ai-prompt::-webkit-scrollbar-track {
background: #fff;
}
.ai_image_section .ai-image-generator textarea#ai-prompt::-webkit-scrollbar-thumb {
background: #f5f5f5;
}
.ai_image_section .ai-image-generator #ai-generate {
display: flex;
padding: 12px 24px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 8px;
background: linear-gradient(90deg, #613FE7 21.99%, #FA83FF 115.96%);
border: none;
color: var(--whiteColor);
text-align: center;
font-size: 16px;
font-weight: 500;
cursor: pointer;
transition: all 0.4s ease;
}
.ai_image_section .ai-image-generator #ai-generate:hover {
background: linear-gradient(90deg, #FA83FF 21.99%, #613FE7 115.96%);
}
.ai_image_section #ai-result {
margin: 25px 0;
color: var(--whiteColor);
}
.ai_music .ai-image-generator {
border: 1px solid rgba(29, 29, 31, 0.1);
background: var(--whiteColor);
}
.ai_music .ai-image-generator textarea#ai-prompt {
color: var(--titleColor);
}
.ai_music .ai-image-generator textarea#ai-prompt::placeholder {
color: var(--titleColor);
opacity: 0.8;
}