@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

html {
	font-size: 16px;
	overflow-x: hidden;
}

body {
	position: relative;
	font-family: "Jost", sans-serif;
	/* font-family: "Great Vibes", cursive; */
	background: #fff;
	overflow-x: hidden;
}

/*.container {
    max-width: 1170px;
}*/

@font-face {
	font-family: 'Optane';
	src: url('../fonts/OptaneBold.eot');
	src: url('../fonts/OptaneBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OptaneBold.woff2') format('woff2'),
		url('../fonts/OptaneBold.woff') format('woff'),
		url('../fonts/OptaneBold.ttf') format('truetype'),
		url('../fonts/OptaneBold.svg#OptaneBold') format('svg');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Optane';
	src: url('../fonts/OptaneBoldItalic.eot');
	src: url('../fonts/OptaneBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OptaneBoldItalic.woff2') format('woff2'),
		url('../fonts/OptaneBoldItalic.woff') format('woff'),
		url('../fonts/OptaneBoldItalic.ttf') format('truetype'),
		url('../fonts/OptaneBoldItalic.svg#OptaneBoldItalic') format('svg');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}



:root {
	--white: #ffffff;
	--black: #000;
	--gary-color: #727272;
	--lightgary-color: #b2b9bd;
	--theme-color: #1DD0B6;
	--primary-color: #93292d;
}

p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	color: #828282;
}



h1,
h2,
h3,
h4 {
	font-family: 'Optane';
	color: #000;
}

.img-auto {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

a,
button {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover,
button:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

figure {
	margin: 0;
}

section {
	padding: 5rem 0;
}

/* loader */
.preLoader {
	width: 100%;
	height: 100%;
	z-index: 1111;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.preLoader.black {
	background-color: var(--theme-color);
	z-index: 11113;
}

.preLoader.white {
	z-index: 11112;
	background-color: #404042;
}

/* loader */

/* Cursor Start */

.mouse-cursor {
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	visibility: hidden;
}

.cursor-inner {
	margin-left: 2px;
	margin-top: 2px;
	width: 7px;
	height: 7px;
	z-index: 10000001;
	background-color: var(--primary);
	-webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
	margin-left: -10px;
	margin-top: -10px;
	width: 30px;
	height: 30px;
	background-color: var(--primary);
	opacity: 0.3;
}

/* Cursor End */

/* btn css */

.themeBtn {
	background: var(--theme-color);
	font-size: 1.25rem;
	color: var(--black);
	text-transform: capitalize;
	font-weight: bold;
	display: inline-block;
	padding: 0.54em 1.71em;
	border-radius: 0;
	line-height: normal;
}

.themeBtn.borderBtn {
	background: transparent;
	border: 1px solid #fff;
	padding: 1.04em 2em;
}

.themeBtn:hover {
	background: var(--black);
	color: var(--white);
}

/* btn css */

/* mouse animation css  */

.bounce-element {
	animation: bounce 0.9s infinite alternate;
	-webkit-animation: bounce 0.9s infinite alternate;
}

@keyframes bounce {
	from {
		transform: translateY(0px);
	}

	to {
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {
	from {
		transform: translateY(0px);
	}

	to {
		transform: translateY(-15px);
	}
}

.mouse {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
	text-align: center;
}

/* mouse animation css  */

/* navigation css */

header {
	width: 100%;
	height: fit-content;
	position: fixed;
	inset: 0;
	z-index: 11;
	padding: 0.5rem 0;
	background: linear-gradient(0deg, transparent, #000000dd);
}

.navbar-nav {
	align-items: center;
	justify-content: space-between;
	gap: 4rem;
}

.navbar-nav .nav-item .nav-link {
	font-size: 1rem;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 500;
	padding: 0 0;
	display: inline-block;
}

.navbar-nav .nav-item .nav-link:hover {
	color: var(--theme-color);
}

/* navigation css */

/* slider css */
.slides {
	width: 100%;
	height: 1000px;
	z-index: -1;
}

.slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.slides__logo {
	width: 250px;
	position: absolute;
	bottom: 5rem;
	left: 5rem;
	z-index: 999;
}

.mainSlider {
	height: 1000px;
	position: relative;
	z-index: 1;
}

.homeSlider.swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
	/* overflow: hidden; */
}

.homeSlider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.homeSlider .slide-inner:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(-45deg, rgb(0 0 0 / 0%), #000000);
	opacity: 50%;
}

.slideContent {
	text-align: left;
	margin-bottom: 9rem;
}

.slideContent h2 {
	font-size: 7.5rem;
	color: var(--white);
	margin: 0;
	line-height: 1;
	font-family: "Great Vibes", cursive;
}

.slideContent h3 {
	font-size: 6.875rem;
	color: var(--white);
	line-height: 1;
	margin: 0 70px 0 0;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

/* slider css */

.meet-main {
	position: relative;
}

.meet-main:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(180deg, #13CEB3, rgb(19 206 179 / 0%));
	width: 100%;
	height: 1145px;
}

.sub-heading {
	font-size: 1.875rem;
	color: var(--black);
	font-weight: 400;
	margin: 0 0 3px;
}

.heading {
	font-size: 3.6875rem;
}

.title p {
	font-size: 1.125rem;
	color: var(--black);
	line-height: 2.625rem;
	width: 75%;
	margin: 1.5rem auto 0;
}

.title {
	position: relative;
	z-index: 1;
	margin-bottom: 4rem;
}

.title:before {
	content: '';
	position: absolute;
	left: 0;
	background: url(../images/leftline.webp) no-repeat center center;
	width: 306px;
	height: 363px;
	top: 110px;
	bottom: 0;
	margin: auto;
	background-size: contain;
	z-index: -1;
	opacity: 53%;
}

.title:after {
	content: '';
	position: absolute;
	right: 0;
	background: url(../images/leftline.webp) no-repeat center center;
	width: 306px;
	height: 363px;
	top: 110px;
	bottom: 0;
	margin: auto;
	background-size: contain;
	transform: rotate(-270deg);
	z-index: -1;
	opacity: 53%;
}

.meet-img {
	display: flex;
	align-items: center;
	position: relative;
}

.meet-img img {
    width: 853px;
    height: 888px;
    object-fit: cover;
	border: 15px solid var(--white);
}

.meet-img .meetrotate {
	width: 60%;
	height: 606px;
	position: absolute;
	right: 0;
	top: 5rem;
	transform: rotate(-15deg);
}


:is(.just-main, .blog, .awesome) .title:before {
	background: var(--theme-color);
	top: 50px;
	left: 100px;
	height: 2px;
	width: 352px;
}

:is(.just-main, .blog, .awesome) .title:after {
	background: var(--theme-color);
	top: 50px;
	right: 100px;
	height: 2px;
	transform: rotate(0);
	width: 352px;
}

:is(.just-main, .blog, .awesome) .title .heading {
	position: relative;
}

:is(.just-main, .blog, .awesome) .title .heading:before {
	content: '';
	position: absolute;
	bottom: -69px;
	width: 1px;
	height: 100px;
	background: var(--theme-color);
	left: 100px;
}

:is(.just-main, .blog, .awesome) .title .heading:after {
	content: '';
	position: absolute;
	bottom: -69px;
	width: 1px;
	height: 100px;
	background: var(--theme-color);
	right: 100px;
}


:is(.just-main, .blog) .title {
	margin-bottom: 6rem;
}

.just-main {
	padding: 3rem 0;
}

.create-card figure {
	position: relative;
	overflow: hidden;
}

.create-card figure:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: radial-gradient(rgb(23 23 23 / 0%), #1B1B1B);
	opacity: 20%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.create-card figure img {
	transition: all 300ms ease-in-out;
}

.create-card figure .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 3rem 3rem;
}

.create-card figure .overlay h2 {
	font-size: 1.8125rem;
	color: var(--white);
}

.create-card figure .overlay p {
	font-size: 1.125rem;
	color: var(--white);
	margin: 0;
	line-height: 2.25rem;
}

.create-card:hover figure img {
	transform: scale(1.1);
}

.promote-main {
	background: url(https://tiffanytesophotography.com/wp-content/uploads/2024/08/a1.jpg) no-repeat top center / cover;
	padding: 0;
	height: 1080px;
	display: flex;
	align-items: flex-end;
}

.promote-content {
	background: #404042;
	text-align: center;
	padding: 4rem 5rem;
	margin-bottom: -2rem;
}

.promote-content .sub-heading {
	color: var(--white);
	font-size: 1.125rem;
}

.promote-content .heading {
	font-size: 3.125rem;
	color: var(--white);
	padding: 0 5rem;
}

.promote-content p {
	font-size: 1.125rem;
	color: var(--white);
	padding: 0 3rem;
	margin: 0 0 2rem;
}

.spotSlider figure img {
	width: 100%;
	height: 578px;
	object-fit: cover;

}

.spotSlider .swiper-wrapper {
	align-items: center;
}

.spotSlider .swiper-slide.swiper-slide-active figure img {
	height: auto;
}

.spotSlider {
	padding-bottom: 5rem;
}

.spotSlider .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: transparent;
	border: 1px solid #002644;
	opacity: 1;
}

.spotSlider .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.spotSlider .swiper-pagination-bullet-active {
	width: 22px;
	height: 22px;
	background: var(--theme-color);
	border: 0;
}

/* Blog */
.blog .title::before,
.blog .title::after {
	top: 10px;
}

.blog-card__img {
	height: 342px;
	overflow: hidden;
}

.blog-card__img img {
	object-fit: cover;
	transition: all 300ms ease-in-out;
}

.blog-card__content {
	padding: 1rem 1.5rem;
}

.blog-card__content p {
	font-size: 22px;
	color: var(--black);
}
/*.blog-card__content p {*/
/*	font-size: 1.125rem;*/
/*	color: var(--black);*/
/*}*/

.blog-card:hover .blog-card__img img {
	transform: scale(1.1);
}

/* Awesome */
.awesome .title::before,
.awesome .title::after {
	width: 220px;
	top: 10px;
}

.awesome .title {
	margin-bottom: 2rem;
}

.awesome .title .heading::before,
.awesome .title .heading::after {
	height: 50px;
	bottom: -20px;
}

.awesome__img {
	height: 841px;
	overflow: hidden;
}

.awesome__img img {
	object-fit: cover;
	transition: all 300ms ease-in-out;
}

.awesome__img:hover img {
	transform: scale(1.1);
}

/* Insta Reels */
.instaReel__img {
	height: 451px;
	position: relative;
}

.instaReel__img>img {
	object-fit: cover;
}

.instaReel__imgContent {
	width: max-content;
	background: var(--black);
	color: var(--white);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	padding: 0.75rem 1.5rem;
	border-radius: 0.25rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	transition: all 300ms ease-in-out;
}

.instaReel__slider .swiper-slide-active .instaReel__img .instaReel__imgContent,
.instaReel__img:hover .instaReel__imgContent {
	transform: translate(-50%, -50%) scale(1);
}

/* Footer */
footer {
	background: var(--black);
}

.footer-main {
	padding: 1.5rem 0;
}

.footer-main__links {
	display: flex;
	align-content: space-between;
	justify-content: space-between;
	flex-flow: column;
	flex-wrap: wrap;
	height: 60px;
	gap: 0 1rem;
}

.footer-main__links li a {
	color: var(--white);
	text-transform: uppercase;
}

.footer-main__links li a:hover {
	color: var(--theme-color);
}

.footer__copyRight {
	border-top: 1px solid #707070;
	padding: 2rem 0;
}

.footer__copyRight :is(p, address) {
	color: var(--white);
	margin: 0;
}

.footer__copyRight .form {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #707070;
}

.footer__copyRight .form :is(input, button) {
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
	color: var(--white);
}

.footer__copyRight .form input {
	width: 90%;
}

.footer__copyRight .form input::placeholder {
	color: var(--white);
}

.footer__copyRight .form button {
	width: 10%;
	font-size: 1.75rem;
	text-align: right;
}

/* innerpages Start */

.innerBan .overlay {
	position: absolute;
	text-align: left;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
}

.innerBan h2 {
	font-size: 6.875rem;
	color: var(--white);
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
}

.innerBan {
	position: relative;
}

.promotesecond .promote-content {
	margin-bottom: 0;
}

.promotesecond {
	align-items: center;
}

.instaReel {
	padding-top: 0;
	overflow: hidden;
}


.textiwrap {
	border: 2px solid #13CEB3;
	border-radius: 10px;
	padding: 61px 39px 35px 39px;
	margin-bottom: 5rem;
}

.userside {
	display: flex;
	align-items: center;
	gap: 10px;
}

.username h2 {
	font-size: 1.5625rem;
	font-weight: 400;
	color: #000;
}

.username h2 span {
	display: block;
	font-size: 11px;
	color: #9F9F9F;
}

.textiwrap p {
	font-size: 1.375rem;
	font-style: italic;
	color: #9F9F9F;
	line-height: 1.9;
	text-align: center;
	margin-bottom: 22px;
}

.icon11 {
	position: absolute;
	top: -2rem;
}

.icon22 {
	position: absolute;
	bottom: 3.5rem;
	right: 35px;
}

.testimonial-sec {
    padding-top: 6rem;
	padding-bottom: 2rem;
}

:is(.just-main, .blog, .awesome) .title.titilehead .heading:before {
	display: none;
}

:is(.just-main, .blog, .awesome) .title.title.titilehead .heading:after {
	display: none;
}

:is(.just-main, .blog, .awesome) .title.title.titilehead:before {
	display: none;
}

:is(.just-main, .blog, .awesome) .title.title.titilehead:after {
	display: none;
}

.title.titilehead.text-center.aos-init.aos-animate {
	margin-bottom: 3rem;
}


/* Talk Sec Css Start */

.talkSec {
	padding-top: 7rem;
	padding-bottom: 0;
}



.talkContent p,
.talkBox p {
	font-size: 1.125rem;
	line-height: 2;
	color: #828282;
}

.talkContent ul li a span {
	margin: 0;
	display: grid;
	font-size: 1.125rem;
	color: var(--black);
	font-weight: 500;
	flex: 1;
	border-bottom: 1px dashed #828282;
	padding: 0 0 1rem 0;
	text-transform: uppercase;
}

.talkContent ul li a {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.talkContent ul li a div {
	background: #13CEB3;
	width: 67px;
	height: 67px;
	display: grid;
	place-items: center;
	border-radius: 50px;
	color: var(--black);
	border: 1px dashed var(--white);
}

.talkContent ul li a span small {
	color: #828282;
	font-size: 1rem;
	text-transform: capitalize;
}

.talkContent ul li+li {
	margin-top: 2.5rem;
}

.talkContent ul {
	margin-top: 2rem;
}

.talkBox h2 {
	font-size: 2.8125rem;
	font-weight: 600;
}

.talkBox .form-control {
	border: 1px solid #D9D9D9;
	margin-bottom: 20px;
	padding-left: 2rem;
	color: #D9D9D9;
	outline: none;
	box-shadow: none;
}

.talkBox input {
	height: 63px;
	border-radius: 50px;
}

.talkBox textarea {
	border-radius: 40px;
	padding-top: 1.3rem;
}

.talkBox .form-control::placeholder {
	color: #D9D9D9;
}

.talkBox .themeBtn {
	border: unset;
	padding: 0.875rem 3em;
}

.talkBox {
	background: var(--white);
	box-shadow: 0 4px 24px rgb(163 163 163 / 25%);
	padding: 2.8125rem 2.5rem;
	position: relative;
}

.talkSec iframe {
	display: block;
	margin-top: -9rem;
}

.talkSec .mainHead.secHeading {
	font-size: 3.125rem;
	font-weight: 600;
}

/* Talk Sec Css End */


.portwrap a img {
	height: 518px;
	width: 100%;
	object-fit: cover;
}

.portwrap {
	margin-bottom: 36px;
}

.portfolio .nav {
	justify-content: center;
	padding: 2rem;
	border: 0;
	gap: 2rem;
	border-radius: unset;
}

.portfolio .nav-item {
	border-radius: unset;
	font-size: 1.375rem;
	color: var(--black);
	padding: 0;
	border: 1px solid #000;
	background-color: transparent;
	opacity: 0.7;
	padding: 10px 61px;
}

.portfolio .nav-item.active {
	color: var(--black);
	background-color: #13CEB3;
	opacity: 1;
	/* text-decoration: underline !important; */
}

.meet-main .title .sub-heading {
	font-size: 2.75rem;
	font-weight: 600;
}

.portwrap--top a img {
	object-position: top;
}

.portwrap--top1 a img {
	object-position: 0 30%;
}


.portwrap.portwrap--top1.protateimg a img {
	height: auto;
}

.portwrap.h-690 img {
	height: 690px;
}

.portwrap.h-732 img {
	height: 732px;
}

.portwrap.h-1020 img {
	height: 1020px;
}

.portwrap.h-sm img {
	height: 414px;
}

.portwrap.h-md img {
	height: 578px;
}

.portwrap.h-lg img {
	height: 630px;
}

.portwrap.h-xl img {
	height: 932px;
}

/* privacy & terms page*/

.privacy,
.terms {
	padding: 6rem 0;
}

.privacyContent :is(p, li),
.termsContent :is(p, li) {
	font-size: 1.125rem;
	margin: 0 0 1rem;
	color: #828282;
}

.privacyContent p a,
.termsContent p a {
	color: var(--primary);
	font-weight: 600;
}

.privacyContent h3,
.termsContent h3 {
	font-size: 2.125rem;
	font-weight: 600;
	margin: 1.125rem 0;
}

.privacyContent .list li,
.termsContent .list li {
	position: relative;
	padding-left: 1.75rem;
}

.privacyContent .list li::before,
.termsContent .list li::before {
	content: "";
	width: 14px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--primary);
	position: absolute;
	top: 6px;
	left: 0;
}

/* Inner Pages Css End */