@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Galada&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+Bengali:wght@100..900&display=swap');

* {
	border: 0px;
}

/*reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

a {
	text-decoration: none;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

a:hover,
a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	outline: none;
}

textarea {
	resize: none;
}

input:focus {
	outline: none;
}

img {
	max-width: 100%;
}

body {
	height: 100%;
	color: #000;
	font-family: "Inter", sans-serif;

}

html {
	height: 100%;
	font-family: "Inter", sans-serif;
}

.js body {
	overflow: hidden;
}

a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

.video {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bannerText {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 35%;
	z-index: 99;
	text-align: center;
}

.bannerText h1 {
	font-size: 130px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -5px;
	line-height: .9em;
	background: #068BC6;
	background: linear-gradient(to right, #068BC6 38%, #93BC37 67%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;


}

.bannerText h4 {
	font-size: 20px;
	letter-spacing: 6px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	color: #202020;
}

.navigation-bellow {
	background: #068BC6;
	background: linear-gradient(90deg, rgba(6, 139, 198, 1) 29%, rgba(147, 188, 55, 1) 71%);
	position: fixed;
	bottom: 6%;
	left: 3%;
	right: 3%;
	text-align: center;
	border-radius: 50px;
	z-index: 99;
}

.navigation-bellow ul {
	display: table;
	width: 100%;
}

.navigation-bellow ul li {
	display: inline-block;
	text-align: center;
}

.navigation-bellow ul li:last-child a {
	background-image: none;
}

.navigation-bellow ul li a {
	padding: 0px 56px;
	line-height: 72px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
}

.navigation-bellow ul li:hover a {
	color: #0f0062;
}

.logo {
	position: absolute;
	top: 5.5%;
	left: 3%;
	z-index: 999;
	cursor: pointer;
}

.navigation-bellow li {
	position: relative;
	list-style: none;
}

/* Wrapper for image */
.navigation-bellow li .listImg {
	position: absolute;
	
	left: 0;
	right: 0;
	margin: auto;
	width: 190px;
	height: 190px;
	z-index: 2;
	padding: 18px;
	opacity: 0;
	transform: translateY(50px) scale(1);
	transition: .4s ease;
	transition-delay: 0.4s;
	pointer-events: none;
}



.navigation-bellow li:nth-child(1) .listImg{
	top: -236px;
}
.navigation-bellow li:nth-child(2) .listImg{
	top: -252px;
}
.navigation-bellow li:nth-child(3) .listImg{
	top: -227px;
}
.navigation-bellow li:nth-child(4) .listImg{
	top: -259px;
}
.navigation-bellow li:nth-child(5) .listImg{
	top: -224px;
}
.navigation-bellow li:nth-child(6) .listImg{
	top: -235px;
}

.navigation-bellow li:hover .listImg {
	opacity: 1;
	transform: translateY(0px) scale(1);
}

/* Gradient circular border */
.navigation-bellow li .listImg::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	padding: 5px;

	background: linear-gradient(180deg,
			rgba(147, 188, 55, 1) 28%,
			rgba(6, 139, 198, 1) 73%);

	/* Creates transparent center */
	-webkit-mask:
		radial-gradient(farthest-side, transparent calc(100% - 5px), black calc(100% - 4px));
	mask:
		radial-gradient(farthest-side, transparent calc(100% - 5px), black calc(100% - 4px));

	z-index: -1;
	/* behind image */
}

/* Image styling */
.listImg img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}

.navigation-bellow ul li::before {
	width: 5px;
	height: 0px;
	content: '';
	position: absolute;
	top: 0px;
	background-color: #068bc6;
	z-index: 99;
	transition: .4s ease;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.navigation-bellow ul li:hover::before{
	transition: 0.4s ease-out 0.4s;
}
	.navigation-bellow ul li:nth-child(1):hover::before{
		height: 46px;
		top: -46px;
	}
	.navigation-bellow ul li:nth-child(2):hover::before{
		height: 63px;
		top: -63px;
	}
	.navigation-bellow ul li:nth-child(3):hover::before{
		height: 37px;
		top: -37px;
	}
	.navigation-bellow ul li:nth-child(4):hover::before{
		height: 70px;
		top: -70px;
	}
	.navigation-bellow ul li:nth-child(5):hover::before{
		height: 36px;
		top: -36px;
	}
	.navigation-bellow ul li:nth-child(6):hover::before{
		height: 46px;
		top: -46px;
	}
.backArrow {
	position: fixed;
	left: 35px;
	bottom: 35px;
}
.backArrow img {
	-webkit-animation: backArrow 1.5s ease-in-out 0s infinite; /* Safari 4.0 - 8.0 */
	animation: backArrow 1.5s ease-in-out 0s infinite;
	position: relative;
}

.staticPostBg{
	background: #FAFCF4;
	background: linear-gradient(180deg, rgba(250, 252, 244, 1) 0%, rgba(246, 250, 236, 1) 100%);
}
.videoRowGap{
	margin-bottom: 25px;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes backArrow {
 0% {
left:0px;
}
 50% {
left:-10px;
}
 100% {
left:0px;
}
}

/* Standard syntax */
@keyframes backArrow {
 0% {
left:0px;
}
 50% {
left:-10px;
}
 100% {
left:0px;
}
}




@media (max-width: 1800px) {
	
	.bannerText h1 {
		font-size: 90px;
		letter-spacing: -3px;
	}

	.bannerText h4 {
		font-size: 16px;
		letter-spacing: 4px;
	}

	

	.navigation-bellow li .listImg::before {
		padding: 3px;
		background: linear-gradient(180deg, rgba(147, 188, 55, 1) 28%, rgba(6, 139, 198, 1) 73%);
		-webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), black calc(100% - 4px));
		mask: radial-gradient(farthest-side, transparent calc(100% - 3px), black calc(100% - 4px));
		z-index: -1;
	}
}

@media (max-width: 1600px) {
.navigation-bellow ul li a {
		padding: 0px 40px;
		line-height: 60px;
		font-size: 14px;
	}
.navigation-bellow li .listImg {
		/* top: -140px; */
		width: 150px;
		height: 150px;
		padding: 10px;
	}
.navigation-bellow li:nth-child(1) .listImg{
	top: -193px;
}
.navigation-bellow li:nth-child(2) .listImg{
	top: -212px;
}
.navigation-bellow li:nth-child(3) .listImg{
	top: -185px;
}
.navigation-bellow li:nth-child(4) .listImg{
	top: -220px;
}
.navigation-bellow li:nth-child(5) .listImg{
	top: -184px;
}
.navigation-bellow li:nth-child(6) .listImg{
	top: -195px;
}
}


@media (max-width: 1366px) {
	.navigation-bellow ul li a {
		padding: 0px 35px;
		line-height: 45px;
	}
.navigation-bellow li .listImg {
		/* top: -140px; */
		width: 140px;
		height: 140px;
	}
.navigation-bellow li:nth-child(1) .listImg{
	top: -184px;
}
.navigation-bellow li:nth-child(2) .listImg{
	top: -203px;
}
.navigation-bellow li:nth-child(3) .listImg{
	top: -176px;
}
.navigation-bellow li:nth-child(4) .listImg{
	top: -210px;
}
.navigation-bellow li:nth-child(5) .listImg{
	top: -175px;
}
.navigation-bellow li:nth-child(6) .listImg{
	top: -186px;
}
	.bannerText h1 {
		font-size: 60px;
		letter-spacing: -1px;
	}

	.bannerText h4 {
		font-size: 14px;
		letter-spacing: 2px;
	}
}

@media (max-width: 1260px) {
	.navigation-bellow ul li a {
		padding: 0px 12px;
		line-height: 50px;
		font-size: 13px;
	}
	.navigation-bellow li .listImg {
		/* top: -140px; */
		width: 95px;
		height: 95px;
	}
.navigation-bellow li:nth-child(1) .listImg{
	top: -138px;
}
.navigation-bellow li:nth-child(2) .listImg{
	top: -157px;
}
.navigation-bellow li:nth-child(3) .listImg{
	top: -130px;
}
.navigation-bellow li:nth-child(4) .listImg{
	top: -164px;
}
.navigation-bellow li:nth-child(5) .listImg{
	top: -129px;
}
.navigation-bellow li:nth-child(6) .listImg{
	top: -140px;
}
}

@media (max-width: 992px) {
	.navigation-bellow ul li a {
    padding: 0px 8px;
    line-height: 60px;

  }

	.bannerText h1 {
		font-size: 45px;
		letter-spacing: 0px;
	}
}