@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;
	--color4: #1db8e3;
	--color5: #0f8caf;
	--textcolor: #062a5e;
	--viewport: calc(var(--vh, 1vh) * 100);
	--headerheight: 100px;
	--padding: 80px;
	--p30: 30px;
	--p40: 40px;
	--bannerrt: 264px;
	--regidate: 220px;
	--bannerlgpos: 20px;
	--sci: 400px;
}


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: var(--color4);
	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: var(--textcolor);
}

.msg_right .heading h3 {}

.msg_right p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 25px;
	color: var(--textcolor);
}

.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;
}

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


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

.committee_wrap {
	display: flex;
	flex-wrap: wrap;
	padding: var(--p40);
	justify-content: center;
}

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

.committee_box img {
	width: 100%;
	margin-bottom: 16px;
}

.committee_box h5 {
	text-align: center;
	font-size: 19px;
	margin: 0;
	font-family: season;
	color: var(--textcolor);
}

.committee_box h6 {
	text-align: center;
	margin-bottom: 0;
	font-size: 18px;
	margin-top: 1px;
	font-family: glacial;
	text-transform: capitalize;
	color: #7f7812;
}

.committee_wrap .heading {
	width: 100%;
	margin: var(--p30) 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.committee_wrap .heading h2 {}

.committee_wrap .heading h3 {
	margin-bottom: 0;
	width: 24%;
}

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

.international_faculty .faculty_box {
	width: 20%;

}

.international_faculty {
	margin-bottom: 40px;
}

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

.faculty_box h5 {
	font-size: 24px;
	margin-bottom: 0px;
	color: var(--color5);
	font-family: futura;
}

.faculty_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: var(--textcolor);
	font-family: synphony;
	font-size: 70px;
}

.reack_wrap .heading h2 span,
.faculty_heading span {
	transform: translate(-14px, 24px);
	display: inline-block;
	color: var(--color4);
	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 var(--color4);
	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;
	/* border: 1px solid #8f97a8; */
	/* border-radius: 19px; */
}

.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;
}

.sci_wrap {
	padding-top: var(--p40);
	position: relative;
}

.sci_wrap::before {
	/* content: ''; */
	background: #000a34e8;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
}

.sci_inner {
	display: flex;
	align-items: center;
	width: 80%;
	margin: auto;
	position: relative;
}

.day_box {
	width: var(--sci);
	border-radius: 15px;
	overflow: hidden;
	background: linear-gradient(125deg, #0e4967, #3dcbdb);
	box-shadow: 0 0 30px var(--color4)17;
	transition: .5s;
	cursor: pointer;
}

.day_box_head,
.sci_modal_body_head {
	padding: 20px;
	border-bottom: 1px solid #fefeff1c;
	display: flex;
	flex-direction: column;
	gap: 4px;
	z-index: 1;
}

.day_box_head span,
.sci_modal_body_head span {
	font-size: 14px;
	color: #bcfbff;
	display: flex;
	align-items: center;
}

.day_box_head span i,
.sci_modal_body_head span i {
	font-size: 10px;
	margin-right: 5px;
	color: var(--color2);
}

.day_box_head h3,
.sci_modal_body_head h3 {
	margin: 0;
	font-size: 26px;
	font-style: italic;
	color: white;
}

.day_box_head p,
.sci_modal_body_head p {
	margin: 0;
	font-size: 13px;
	color: #cadadf;
}

.day_box_body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.day_box_body li {
	display: flex;
	gap: 13px;
	align-items: center;
	border-image-source: linear-gradient(90deg, transparent, #bcfbff, transparent);
	border-bottom: 1px solid;
	border-image-slice: 1;
	padding-bottom: 15px;
}

.day_box_body li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.day_box_body li span {
	color: #bcfbff;
	font-size: 12px;
}

.day_box_body li p {
	margin: 0;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	color: white;
}

.day_box_body li p i {
	font-style: normal;
	font-weight: 600;
}

.day_box_body li p b {
	font-weight: 100;
}

.day_box_foot {
	padding: 15px 20px;
	border-top: 1px solid #fefeff1c;
	background: linear-gradient(310deg, #144c69, #1a7c87);
	text-align: center;
	font-size: 14px;
	color: white;
}

.day_box_foot i {
	margin-left: 10px;
	transition: .5s;

}

.day_box:hover {
	transform: translateY(-10px);
	box-shadow: 0px 10px 30px var(--color4)57;
	transition: .5s;

}

.day_box:hover .day_box_foot i {
	transform: translateX(20px);
	transition: .5s;

}

.sci_inner_right {
	width: calc(100% - var(--sci));
	padding-left: var(--p40);
}

.sci_inner_right h3 {
	font-size: 30px;
	margin-bottom: 0;
	color: var(--textcolor);
}

.sci_inner_right h4 {
	font-size: 26px;
	margin-bottom: 21px;
	color: var(--color4);
}

.sci_inner_right h6 {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 22px;
	color: var(--textcolor);
	font-weight: 300;
}

.sci_inner_right ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin: 25px 0;
}

.sci_inner_right ul li {
	border: 1px solid #ffffff3d;
	border-radius: 7px;
	padding: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	background: var(--color5);
	color: white;
}

.sci_inner_right ul li span {
	background: #00556c;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sci_inner_right ul li p {
	margin-bottom: 0;
	font-size: 14px;
}

.sci_inner_right span {
	display: flex;
	gap: 10px;
}

.sci_inner_right a {
	border: 1px solid #06b2cc61;
	border-radius: 7px;
	padding: 10px 30px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	background: #06b2cce6;
	color: #002f36f5;
	box-shadow: 0 0 30px #00191c6e;
	position: relative;
	overflow: hidden;
	transition: .5s;
}

.sci_inner_right a:first-child::before {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0d356466;
	z-index: -1;
	transition: .5s;
}

.sci_inner_right a:first-child:hover::before {
	left: 0;
	transition: .5s;
}

.sci_inner_right a i {}


.sci_inner_right a:last-child {
	box-shadow: none;
	background: transparent;
}

.sci_inner_right a:last-child:hover {
	border-color: #0d356466;
	transition: .5s;
}

.sci_modal_wrap {
	background: #000a34b0;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	backdrop-filter: blur(24px);
	z-index: 3;
	display: none;
}

.sci_modal_inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sci_modal_body {
	width: 900px;
	max-height: 80%;
	overflow: auto;
	border: 1px solid #fefeff1c;
	border-radius: 15px;
	background: linear-gradient(125deg, #0e4967, #3dcbdb);
	box-shadow: 0 0 30px var(--color4)17;
}

.sci_modal_body_body {
	padding: var(--p30);
}

.sci_modal_body_body ul {
	display: grid;
	gap: 20px;
}

.sci_modal_body_body ul li {
	display: flex;
	align-items: start;
	gap: 25px;
}

.time_left {
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 10px;
	min-width: 100px;
	position: relative;
}

.time_left p {
	margin: 0;
	background: var(--color4)42;
	color: white;
	box-shadow: 0 0 18px var(--color4)75;
	border: 1px solid #ffffff42;
	border-radius: 4px;
	padding: 2px 8px;
	font-size: 12px;
	font-weight: 300;
	color: #99e9ff;
}

.time_left span {
	/* background: #cd000059; */
	width: 30px;
	height: 30px;
	border-radius: 4px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 4px var(--color4)63;
	border: 1px solid #ffffff42;
	color: #99e9ff;
}

.prgm_right {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 12px;
	border: 1px solid var(--color4)7a;
	background: #045c74;
	padding: 20px;
	border-radius: 15px;
	width: 100%;
	box-shadow: 0 0 30px var(--color4)17;
	position: relative;
}

.prgm_right::before {
	content: '';
	position: absolute;
	width: 2px;
	height: calc(100% - 24px);
	background: linear-gradient(180deg, var(--color4), transparent);
	left: -13px;
	bottom: 0;
}

.prgm_right h3 {
	margin: 0;
	color: white;
	font-size: 18px;
	display: flex;
	align-items: start;
	justify-content: space-between;
	width: 100%;
}

.prgm_right h3 span {}

.prgm_right h3 b {
	border: 1px solid #fefeff1c;
	font-size: 12px;
	font-weight: 300;
	padding: 5px 15px;
	border-radius: 50px;
}

.prgm_right h3 b i {
	margin-right: 8px;
	color: white;
}

.prgm_right h6 {
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	color: #cadadf;
	line-height: normal;
}

.prgm_right button {
	font-size: 13px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--color4);
	display: flex;
	align-items: center;
	gap: 10px;
}

.prgm_right button i {
	font-size: 18px;
}

.sci_expand_box {
	border: 1px solid #fefeff1c;
	background: #001328;
	padding: 16px;
	border-radius: 8px;
}

.sci_expand_box n {
	display: inline-block;
	width: 100%;
	color: var(--color2);
	font-size: 12px;
	margin-bottom: 7px;
}

.sci_expand_box n i {
	margin-right: 6px;
}

.sci_expand_box g {
	color: white;
	font-size: 11px;
	font-weight: 200;
	letter-spacing: .5px;
	line-height: normal;
}

.prgm_right_mid {
	background: linear-gradient(90deg, #0000004f, transparent);
	padding: 15px;
	padding-left: 30px;
	border-left: 3px solid var(--color4);
	display: grid;
	gap: 6px;
	width: 100%;
}

.prgm_right_mid n {
	color: #bcfbff;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.prgm_right_mid n i {
	color: #cadadf;
}

.prgm_right_mid h4 {
	margin: 0;
	font-size: 19px;
	color: white;
}

.prgm_right_mid h5 {
	margin: 0;
	color: #cadadf;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: .5px;
}

.sci_modal_body_head {
	padding: 20px var(--p30);
	position: sticky;
	top: 0;
	background: linear-gradient(310deg, #144c69, #1a7c87);
}

.prgm_right_mid_btm {
	display: grid;
	gap: 2px;
	padding-left: 20px;
	border-left: 1px solid #fefeff1c;
}

.prgm_right_mid_btm n {
	color: #bcfbff;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .5px;
}

.prgm_right_mid_btm g {
	margin-bottom: 0;
	color: #cadadf;
	font-size: 13px;
}

.sci_modal_body_foot {
	text-align: center;
	border-top: 1px solid #fefeff1c;
	padding: 14px;
	font-size: 12px;
	color: #737373;
}

.close_sci {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 7px;
	color: white;
	transition: .5s;
}

.close_sci:hover {
	background: #cd000059;
	box-shadow: 0 0 18px #cd00008f;
	border: 1px solid #ffffff3d;
	color: var(--color1);
	transition: .5s;
}

.archive_wrap {
	padding-top: var(--p40);
	position: relative;
}

.archive_wrap::before {
	/* content: ''; */
	background: #000a34e8;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
}

.archive_box {
	width: 80%;
	margin: auto;
	position: relative;
}

.archive_pan {
	display: none;
}

.archive_pan.active {
	display: block;
}

#archive_box .archive_box_tabs {
	position: relative;
	background: linear-gradient(310deg, #144c69, #1a7c87);
	/*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
	border-radius: 6px;
	display: flex;
	align-items: center;
	border-radius: 50px;
	width: 55%;
	gap: 15px;
	margin: auto;
	padding: 10px 10px;
	border: 1px solid #ffffff3d;
}

#archive_box .archive_box_tabs li {
	margin: 0px !important;
	flex: 1;
}

#archive_box .archive_box_tabs li a {
	position: relative;
	margin-right: 0px !important;
	padding: 8px 0 !important;
	font-size: 12px;
	border: none !important;
	color: #ffffffcf;
	width: 100%;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	cursor: pointer;
}

#archive_box .archive_box_tabs a:hover {
	background: #ffffff1c !important;
}

#archive_box .archive_box_slider {
	display: inline-block;
	width: 30px;
	height: calc(100% - 20px);
	background-color: transparent;
	position: absolute;
	z-index: 1200;
	top: 50%;
	transition: all .4s linear;
	border: 2px solid #ffffff21;
	border-radius: 50px;
	transform: translateY(-50%);
}

#archive_box .archive_box_tabs .active {
	background-color: var(--color4)47 !important;
	border: none !important;
	color: #ffffff !important;
	display: inline-block;
	box-shadow: 0 0 16px var(--color4)3d;
}

.archive_head {
	/* border: 1px solid #fefeff1c; */
	border-radius: 15px;
	overflow: hidden;
	background: linear-gradient(125deg, #0e4967, #3dcbdb);
	box-shadow: 0 0 30px var(--color4)17;
	padding: var(--p30);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
	position: relative;
}

.archive_head n {
	color: #ffffff14;
	font-family: synphony;
	font-size: 111px;
	position: absolute;
	bottom: -72px;
	right: 36px;
	line-height: normal;
}

.archive_head h3 {
	margin: 0;
	font-size: 26px;
	font-style: italic;
	color: white;
}

.archive_head p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 4px;
	font-size: 12px;
	margin-bottom: 0;
}

.archive_head p i {
	font-size: 5px;
	color: #ffffff47;
}

.archive_head p span i {
	margin-right: 6px;
	font-size: 12px;
	color: inherit;
}

.archive_head p span {
	color: #bcfbff;
}

.archive_head a {
	border: 1px solid #ffffff42;
	border-radius: 7px;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 11px;
	/* background: var(--color4)47; */
	/* color: white; */
	box-shadow: 0 0 30px #00191c78;
	position: relative;
	overflow: hidden;
	transition: .5s;
	background: #004a81e8;
	color: #fffffff5;
	z-index: 1;
}

.archive_head a::before {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0d356466;
	z-index: -1;
	transition: .5s;
}

.archive_head a:hover::before {
	left: 0;
	transition: .5s;
}

.archive_head a:hover {
	color: white;
}

.archive_head a i {}

.archive_body {
	display: flex;
	align-items: start;
	margin-top: 25px;
}

.archive_body_head {
	font-family: 'glacialbold';
	font-size: 20px;
	border-bottom: 1px solid var(--textcolor)42;
	padding-bottom: 12px;
	color: var(--textcolor);
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 25px;
}

.archive_body_head span {
	width: 36px;
	height: 36px;
	border-radius: 4px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #006468;
	font-size: 18px;
	background: #74cde1;
}

.archive_body_head span i {}

.archive_body_left {
	width: 350px;
}

.archive_body_left ul {
	display: grid;
	gap: 15px;
}

.archive_body_left ul li {
	border-radius: 7px;
	padding: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	background: var(--color5);
	color: white;
	font-size: 13px;
}

.archive_body_left ul li img {
	height: 36px;
	width: 36px;
	border-radius: 50px;
}

.archive_body_left ul li p {
	margin: 0;
	line-height: 15px;
}

.archive_body_left ul li p span {
	display: inline-block;
	width: 100%;
	font-size: 11px;
	color: #cadadf;
}

.archive_body_right {
	width: calc(100% - 350px);
	padding-left: var(--p40);
}

.archive_body_right ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.archive_body_right ul li {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.archive_body_right ul li:first-child {
	grid-column: 1 / span 2;
}

.archive_body_right ul li img {
	width: 100%;
	object-fit: cover;
	transition: .5s;
}

.archive_body_right ul li img:hover {
	transform: scale(1.2);
	transition: .5s;
}

.archive_body_right ul li span {
	position: absolute;
	bottom: 7px;
	left: 10px;
	color: var(--color4);
	font-size: 11px;
	text-shadow: 0 0 10px black;
}

.archive_body_right .archive_body_head span {
	/* background: #00f1ff2e; */
	/* color: #99f5ff; */
}

.archive_body_right .archive_body_head span i {}