@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
	font-family: futura;
	src: url('../fonts/futur.woff');
}

@font-face {
	font-family: futuralt;
	src: url('../fonts/futura light bt.woff');
}

@font-face {
	font-family: season;
	src: url('../fonts/Fontspring-DEMO-theseasons-reg.woff');
}

@font-face {
	font-family: glacial;
	src: url('../fonts/GlacialIndifference-Regular.woff');
}

@font-face {
	font-family: glacialbold;
	src: url('../fonts/GlacialIndifference-Bold.woff');
}

@font-face {
	font-family: synphony;
	src: url('../fonts/symphony-pro-regular.woff');
}

:root {
	--color1: #cd0000;
	--color2: #cdab14;
	--color3: #1d368d;
	--viewport: calc(var(--vh, 1vh) * 100);
	--headerheight: 100px;
	--padding: 80px;
	--p30: 30px;
	--p40: 40px;
	--bannerrt: 264px;
	--regidate: 220px;
	--bannerlgpos: 20px;
}


a,
a:hover {
	color: inherit;
	text-decoration: none;
}

button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
	outline: 0;
}

body {
	color: #000;
	font-family: "Poppins", sans-serif;
	overflow-x: hidden;
	font-size: 15px;
	background-image: url('../images/Banner KTC BG.png');
	background-attachment: fixed;
	background-size: contain;
}

.container {
	max-width: 100%;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.heading {
	text-align: center;
	margin-bottom: 30px;
}

.heading h2 {
	font-size: 57px;
	margin-bottom: 0;
	line-height: 47px;
	color: var(--color1);
	font-family: season;
}

.heading h3 {
	text-transform: uppercase;
	font-size: 46px;
	font-style: italic;
	color: #1db8e3;
	font-family: glacial;
}

.banner_wrap {
	display: flex;
	height: 100vh;
	overflow: hidden;
}

.banner_left {
	height: 100%;
	width: calc(100% - var(--bannerrt));
	position: relative;
}

.banner_left .component {
	position: absolute;
}

.banner_left .component.component1 {
	width: 200px;
	left: 0;
}

.banner_left .component.component2 {
	width: 90px;
	right: 0;
}

.banner_content_wrap {
	margin-top: 80px;
}

.banner_content_wrap .banner_content_top {
	text-align: center;
	margin-bottom: 20px;
	z-index: 1;
}

.banner_content_wrap .banner_content_top img {
	width: 218px;
}

.banner_content_bottom {
	display: flex;
	white-space: nowrap;
	align-items: center;
	gap: 15px;
	justify-content: end;
	padding-right: var(--p40);
}

.banner_content_bottom img {
	height: 116px;
}

.banner_content_bottom h5 {
	font-size: 24px;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	color: var(--color1);
}

.banner_content_bottom h5 b {}

.banner_content_bottom h5 b:first-child {
	border-right: 2px solid;
	padding-right: 10px;
	margin-right: 10px;
}

.banner_content_bottom h4 {
	font-size: 66px;
	font-weight: 700;
	line-height: 63px;
	margin-bottom: 0;
	color: #024a8e;
	font-family: glacialbold;
}

.banner_content_bottom h4 span {
	color: var(--color1);
}

.banner_content_bottom h6 {
	margin-bottom: 0;
	font-size: 20px;
	color: #078bc9;
}

.banner_left .component.component3 {
	bottom: 0;
	width: calc(100% + var(--bannerlgpos));
	left: 0;
}

.banner_left::before {
	content: '';
}

.banner_right {
	height: 100%;
	width: var(--bannerrt);
	overflow: hidden;
}

.banner_right img {
	width: 100%;
	z-index: -1;
	position: relative;
}

.msg_wrap {
	display: flex;
	padding: var(--p40);
	justify-content: space-around;
}

.msg_wrap img {
	width: 30%;
	object-fit: contain;
}

.msg_right {
	width: 65%;
}

.msg_right .heading h2 {
	color: #062a5e;
}

.msg_right .heading h3 {}

.msg_right p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 25px;
	color: #062a5e;
}

.msg_right p span {
	color: var(--color1);
	font-size: 53px;
	line-height: 28px;
	font-family: season;
}

.regi_wrap {
	padding: var(--p40) 0;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
}

.regi_wrap .component {
	position: absolute;
	top: 0;
}

.regi_wrap .component.component1 {
	height: 147px;
	left: 0;
}

.regi_wrap .component.component2 {
	height: 147px;
	right: 0;
}

.regi_box {
	display: flex;
	position: relative;
}

.regi_box::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/map.svg');
	mix-blend-mode: overlay;
	opacity: .1;
}

.regi_box_left {
	width: 72%;
	padding: 66px;
	position: relative;
}

.regi_box_left::before {
	content: '';
	background-image: linear-gradient(125deg, #0e4967, #3dcbdb);
	height: 100%;
	width: calc(100% + 130px);
	position: absolute;
	top: 0;
	transform: skewX(-20deg);
	right: -30px;
}

.regi_box_left div {
	position: relative;
	z-index: 1;
}

.regi_box_left h4 {
	font-size: 36px;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 0;
	color: #d1e0e6;
	font-family: glacial;
	letter-spacing: 16px;
}

.regi_box_left h2 {
	font-size: 79px;
	font-weight: 700;
	margin-bottom: 3px;
	text-shadow: 5px 6px 17px #00000054;
	color: #5CF5FD;
	font-family: futura;
	text-transform: uppercase;
}

.regi_box_left h3 {

	text-transform: uppercase;

	font-style: italic;

	color: #B8CED6;
}

.regi_box_left a {
	display: inline-block;
	width: max-content;
	background-image: linear-gradient(335deg, #3dcbdb, #001934, #3dcbdb);
	padding: 14px 34px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
	color: white;
	border-radius: 50px;
	font-family: futura;
	transition: .5s;
	background-position: 100% 0;
	background-size: 200% 200%;
	box-shadow: 6px 10px 24px #0000006e;
}

.regi_box_left a:hover {
	background-position: 0 0;
	transition: .5s;
}

.regi_box_right {
	height: 100%;
	position: relative;
	width: 28%;
	text-align: right;
}

.regi_box_right::before {
	content: '';
	background-image: linear-gradient(43deg, var(--color1), #7a0b0b);
	height: 100%;
	width: calc(100% + 80px);
	position: absolute;
	top: 0;
	transform: skewX(-20deg);
	left: 80px;
}

.regi_box_right img {
	position: relative;
	width: 100%;
	margin-top: -41px;
	z-index: 1;
}

.committee_wrap {
	padding: var(--p40);
	position: relative;
	overflow: hidden;
}


.committe_listing {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	z-index: 0;
}

.committee_box {
	width: 16%;
	padding: 10px;
}

.international_faculty .committee_box {
	width: 20%;

}

.international_faculty {
	margin-bottom: 40px;
}

.committee_box img {
	width: 100%;
	margin-bottom: 6px;
	background: #3b66a5;
	border-radius: 15px;
}

.committee_box h5 {
	font-size: 24px;
	margin-bottom: 0px;
	color: #0f8caf;
	font-family: futura;
}

.committee_box h6 {
	margin-bottom: 0;
	font-size: 18px;
	color: var(--color1);
	font-weight: 300;
	font-style: italic;
	display: none;
}

.reack_wrap {
	padding-top: var(--p40);
	overflow: hidden;
}

.reack_wrap .heading h2,
.faculty_heading {
	margin-bottom: 47px;
	color: #062a5e;
	font-family: synphony;
	font-size: 70px;
}

.reack_wrap .heading h2 span,
.faculty_heading span {
	transform: translate(-14px, 24px);
	display: inline-block;
	color: #1db8e3;
	font-family: season;
	font-size: 44px;
}

.reack_wrap .heading h2 .char {
	opacity: 1 !important;
	transform: translate3d(0, 0px, 0px) !important;
}

.reack_wrap p {
	margin: 0;
	text-align: center;
	font-size: 40px;

}

.reack_wrap p b {
	color: var(--color1);
	border-right: 2px solid #1db8e3;
	padding-right: 10px;
	margin-right: 10px;
	font-weight: 500;
}

.reack_wrap p i {
	color: #004dbd;
	font-style: normal;
	/* font-family: synphony; */
	/* font-size: 50px; */
}

.separater {
	height: 45px;
	background-image: url('../images/KOLKATA TRANSPLANT COLLOQUIUM (3) 1 (1).png');
	background-repeat: repeat-x;
	background-size: contain;
}

.reach_btm {
	background-image: url('../images/KOLKATA TRANSPLANT COLLOQUIUM (3) 2 (1).png');
	background-repeat: repeat-x;
	background-size: contain;
	height: 50px;
	margin-top: 80px;
	position: relative;
	display: flex;
	white-space: nowrap;
	width: 100%;
}

.reach_btm img {
	height: 100%;

}

.banner_content {
	z-index: 1;
}

.reach_btm_inner {
	min-width: 100%;
	position: relative;
	bottom: 45px;
	height: 78px;
	left: 0%;
	text-align: center;
}

.com_bk {
	position: absolute;
	right: -280px;
	height: 100%;
	opacity: .2;
}

.faculty_heading {
	text-align: center;
	position: relative;
}

.faculty_heading span {
	position: relative;
}

.faculty_heading span img {
	width: 46%;
	position: absolute;
	left: 28px;
	top: -42px;
	border-radius: 43px;
	box-shadow: 0 0 9px #00000038;
}

.regi_inclu {
	margin-top: 17px;
}

.regi_inclu h6 {
	color: #D4CC70;
	text-transform: uppercase;
	letter-spacing: 12px;
	margin-bottom: 16px;
	font-size: 20px;
}

.regi_inclu ul {
	display: flex;
	gap: 20px;
}

.regi_inclu ul li {
	display: flex;
	gap: 4px;
}

.regi_inclu ul li img {
	width: 83px;
	height: 83px;
}

.regi_inclu ul li p {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	margin-left: 8px;
}

.regi_inclu ul li p b {
	color: #84f7ff;
	font-family: 'glacialbold';
	text-transform: uppercase;
	font-size: 28px;
	line-height: 28px;
}

.regi_inclu ul li p i {
	color: #D8DA92;
	letter-spacing: 5px;
	font-size: 18px;
}

.venue_wrap {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: auto;
	background-image: linear-gradient(125deg, #0e4967, #3dcbdb);
	padding: var(--p40);
	border-radius: 25px;
	position: relative;
}

.venue_wrap .component {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	mix-blend-mode: overlay;
	opacity: .5;
}

.venue_wrap .heading h2 {
	color: white;
}

.venue_wrap .heading h3 {
	color: #d1e0e6;
}

.venue_left {
	width: 30%;
	overflow: hidden;
	border-radius: 25px;
	box-shadow: 7px 12px 23px #0000002e;
	position: relative;
}

.venue_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.venue_right {
	width: 65%;
	position: relative;
}

.venue_right h5 {
	font-size: 47px;
	position: relative;
	/* -webkit-text-fill-color: #05334a00; */
	/* -webkit-text-stroke: 1px; */
	font-family: futura;
	text-transform: uppercase;
	color: #5CF5FD;
	text-shadow: 5px 6px 6px #00000054;
}

.venue_right h6 {
	font-size: 19px;
	font-style: italic;
	color: #cadadf;
}

.process-step {
	position: relative;
	padding-left: 74px;
}

.process-step-icon-box {
	position: absolute;
	left: 0;
	top: 0;
	background: #74cde1;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	box-shadow: 3px 3px 10px #00000042, -3px -3px 10px #ffffff54;
	display: flex;
	align-items: center;
	justify-content: center;
}

.process-step-icon-box .number {
	font-size: 27px;
	opacity: 1;
	color: #3d888b;
}

.process-step::before {
	/* content: ''; */
	width: 60px;
	height: 60px;
	background: #f1bb9217;
	position: absolute;
	border-radius: 50px;
	left: 0;
	top: 16px;
}

.process-step span {
	font-size: 25px;
	line-height: 32px;
	color: #bcfbff;
	position: relative;
	font-family: 'glacialbold';
}

.process-step p {
	margin-bottom: 0;
	font-size: 17px;
	color: #e9e5ad;
	position: relative;
}

.appear {
	display: flex;
	flex-direction: column;
	gap: 22px;
	justify-content: space-around;
	width: 100%;
	margin-top: 31px;
}

.msg_box {
	display: grid;
	gap: 6px;
}

.message_btm {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
    margin-top: 16px;
}

.message_btm img {
    width: 60px;
    height: 60px;
	    background: #3b66a5;
    border-radius: 15px;
}

.message_btm n {
    display: flex;
    flex-direction: column;
    gap: 0px;
    font-family: futura;
    font-size: 17px;
    color: var(--color1);
}

.message_btm n span {
    font-family: glacial;
    color: #0e738f;
}