@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap'); */

*,
*::after,
*::before {
	box-sizing: border-box;
}

:root {
	font-size: 16px;
}

body {
	margin: 0;
	--color-text: #fff;
	--color-bg: #111;
	--color-link: #aaa;
	--color-link-hover: #fff;
	--color-alt: #7f6a57;
	color: var(--color-text);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	counter-reset: contentSection;
	font-family: "Raleway", sans-serif;
	scroll-behavior: auto !important;
}

.content {
	padding: 3rem;
	min-height: 100vh;
	display: flex;
	position: relative;
	flex-direction: column;
	align-content: center;
	background-size: cover;

}

.backtop {
	align-self: center;
	margin: auto;
	font-size: 40px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	font-weight: 400;
	z-index: 3;

}

.backtop img {
	margin-bottom: 20px;
}


html.has-scroll-smooth {
	overflow: hidden;
}

html.has-scroll-dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.has-scroll-smooth body {
	overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
	min-height: 100vh;
}

.c-scrollbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 11px;
	height: 100vh;
	transform-origin: center right;
	transition: transform 0.3s, opacity 0.3s;
	opacity: 0;
}

.c-scrollbar:hover {
	transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
	opacity: 1;
}

.c-scrollbar_thumb {
	position: absolute;
	top: 0;
	right: 0;
	background-color: black;
	opacity: 0.5;
	width: 7px;
	border-radius: 10px;
	margin: 2px;
	cursor: -webkit-grab;
	cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}




/*============================new styles===========================
===================================================================*/
h2 {
	font-size: 80px;
}

/* ==========slide 1=========== */
.slide1 {
	padding: 0;
}

/* img.main_logo {
	width: 65%;
} */

.bg_tint {
	position: absolute;
	height: 102%;
	width: 100%;
	left: 0px;
	background-image: radial-gradient(rgb(202, 252, 217), rgb(159, 198, 248));
	top: 0px;
	opacity: 0.9;
}

.slide1 p {
	margin-top: 0;
	font-size: 60px;
}

.slide1_baseimg {
	animation: slide1slide 2s ease;
}

@keyframes slide1slide {
	from {
		margin-top: -1080px;
	}

	to {
		margin-bottom: 0;
	}

}

/* ==========slide 2=========== */
.slide2 {
	background: url(Base2.788e52dd.png);
	background-size: cover;
}

.slide2 .backtop {
	width: 80%;
	z-index: 22;

}

.slide2 .backtop p {
	color: #545454;
	font-size: 40px;
	margin-bottom: 30px;
	line-height: 1.5;
}

.slide2 .backtop h2 {
	font-size: 80px;
	font-family: Georgia, serif;
	margin-bottom: 40px;
	font-weight: 600;
}

.rotaing_img {
	animation: rotation 15s infinite linear;
	position: absolute;
	width: 16%;
	z-index: -1;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.rotaing_img.rotate1 {
	top: 9%;
	left: 38%;
}

.rotaing_img.rotate2 {
	top: 41%;
	left: 20%;
}

.rotaing_img.rotate3 {
	top: 63%;
	left: 80%;
}

/* ==========slide 3=========== */
.slide3 {
	background: url(slide3_new.f4af065a.png);
	background-size: 100%;
	background-position: center;
}

.slide3_overly_content {
	display: flex;
	font-style: italic;
	font-family: Georgia, serif;
	font-weight: bold;
}


.slide3 p {
	font-size: 40px;
	color: #545454;
	text-align: center;
}

.slide3_overly_content1 {
	width: 33.55%;
}

.slide3_overly_content2 {
	width: 33.55%;
}

.slide3_overly_content h2 {
	margin: 0;
	margin-top: -2%;
	font-size: 45px;
}

.slide3_overly_content .slide3_overly_content3 {
	width: 33.55%;
}

.slide3 .backtop {
	width: 100%;
}

.slide3_overly_content1 h2 {
	margin-left: 22%;
}

.slide3_overly_content3 h2 {
	margin-right: 12%;
}

.slide3_overly_content2 h2 {
	margin-left: 3%;
}

/* ======slide 3 mobile====== */

.slide3_mobile{
display: none;
}

/* ==============slide 4======= */
.slide4 {
	position: relative;
	overflow: hidden;
}

.skide4_ovely_img img {
	position: absolute;
	width: 80%;
  right: -27%;
  bottom: -21%;
}

/* ==========slide 5=========== */
.slide5 {
	background: url(slide5.17a15d24.png);
	background-size: cover;
	align-items: center;
	justify-content: center;
}

.intro_slide5_content {
	display: flex;
	width: 90%;
	margin: auto;
}

.intro_slide5_content1 {
	width: 50%;
}

.intro_slide5_content2 {
	width: 50%;
}

.intro_slide5_content p {
	color: #545454;
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 1.5;
	padding: 0 60px;
	text-align: justify;
}

.intro_slide5_content img {
	width: 40%;
}

/* ==========slide 6=========== */
.bg_tint.slide6 {
	background: linear-gradient(#ECCEA1, #FAE8CF);
	opacity: .6;
}

.slide6_content_row {
	width: 90%;
	display: flex;
	z-index: 3;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.slide6_content_row.row1 {
	margin-top: 5%;
	margin-bottom: 5%;
}

.slide6_img img {
	width: 85%;
}


.slide6_img {
	width: 30%;
}


.slide6_content {
	width: 70%;
}

.slide6_content p {
	Color: #393939;
	font-size: 30px;
	text-align: justify;
	margin-top: 0;
	margin: 0;

}

/* =slide 7= */
.slide7 {
	overflow: hidden;
	position: relative;
}

/* ==========slide 8=========== */
.slide8 {
	background: url(slide8.60ba23b7.png);
}


/* ==slide 9== */

.slide9 {
	position: relative;
	overflow: hidden;
}

/* ==========slide 10=========== */
.intro_slide10_content_indi {
	width: 33.33%;
}

.intro_slide10_content_indi img {
	width: 70%;
}

.intro_slide10_content_indi p {
	color: #545454;
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 1.5;
	padding: 0 40px;
}

.intro_slide10_content {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: auto;
}


/* ==========slide 11=========== */
.slide12_content {
	display: flex;
	width: 90%;
	justify-content: center;
	align-items: center;
	text-align: left;
	margin: auto;
}

.slide12_content_img {
	width: 35%;
}

.slide12_content_img img {
	width: 100%;
	margin: auto;
}

.slide12_content_indi {
	width: 70%;
	padding-left: 50px;
}

.slide12_content h1 {
	font-family: Georgia, serif;
	font-weight: 600;
	font-size: 60px;
	margin: 0;
}

.slide12_content h3 {
	font-size: 28px;
	margin: 0;
	font-weight: 500;
	margin-top: 10px;
}

.slide12_content h2 {
	margin: 0;
	font-size: 35px;
}

.slide12_content p {
	font-size: 28px;
	margin-top: 30px;
	text-align: justify;
	color: #000;
	line-height: 1.5;
}

.linkedin_icon {
	width: 5% !important;
	margin-top: 2% !important;
}

/* ==========slide 12=========== */

.slide12 {
	background: url(Base1.55892ffc.png);
	padding-bottom: 0;
	background-size: 100%;
}

/* ==========slide 13=========== */
.bg_tint.slide13 {
	background: radial-gradient(#ffffff, #e8c799);
}

.team_col_list {
	margin: 0;
	width: 100%;
	z-index: 2;
	Color: #393939;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .profile_col_list {
	width: 33.33%;
} */

.profile_col_list.diff {
	width: 30%;
}

.profile_col_list.diff1 {
	width: 35%;
	padding-left: 2.5%;
}

.profile_col_list.diff2 {
	width: 35%;
	padding-right: 2.5%;
}

.profile_individual {
	min-height: 310px;
}

.profile_individual img {
	float: left;
	width: 36%;
	border-radius: 50%;
	margin-right: 20px;
	margin-bottom: 20px;
}

.profile_individual h2 {
	font-family: Georgia, serif;
	font-weight: 600;
	font-size: 35px;
	margin-bottom: 5px;
}


.profile_individual p {
	font-style: italic;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}

.profile_individual h3 {
	margin: 0;
	font-size: 20px;
	margin-top: 10px;
}

.profile_linkedin_icon {
	border-radius: 0 !important;
	width: 6% !important;
	margin-top: 2%;
}

section.content.slide1.slide13 {
	padding: 60px 0 0 60px;
}

/* ==========slide 14=========== */
.site_logo_content {
	margin: 0;
	width: 70%;
	z-index: 2;
	Color: #393939;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: auto;
}


.site_logo_content h2 {
	font-weight: 400;
	text-align: center;
	color: #835C49;
	font-family: "Raleway", sans-serif;
	font-size: 45px;
	margin-top: 30px;
}

.get_in_touch {
	text-align: center !important;
	margin-top: 60px;
}

.get_in_touch h2 {
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 0;
}

.get_in_touch p {
	font-size: 34px;
	color: #835C49;
	margin-top: 20px;
	line-height: 1.5;
}

.get_in_touch p span {
	font-style: italic;
}

.xs_screen{
display: none;
}


/*======================animation styles=============================
=====================================================================*/
.animated {
	animation-duration: .8s;
	animation-fill-mode: both;
}


@keyframes bounce {

	0%,
	20%,
	53%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translateZ(0);
	}

	40%,
	43% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		;
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}

	70% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}

	80% {
		transform: translateZ(0) scaleY(0.95);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	90% {
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}


@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-20%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 70%, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInUp {
	animation-name: zoomInUp;
}


@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

/*======================animation styles end========================
==================================================================== */