@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0');

*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
	
}

a, button{
	transition:all 0.5s;
}

:root{
	--blue_clr:#0d1f29;
	
	--ff:'Inter', sans-serif;
}

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
  scroll-behavior: smooth;
}
html, body{
	font-family: var(--ff);
	font-size: 15px;
	line-height: 24px;
	overflow-x: hidden;
	
}

.desktop_only,
.tab_only,
.mob_only,
.tab_desktop_only,
.mob_tab_only
{
	display:none;
}


@media(min-width:1280px){
	.desktop_only{
		display:inline-block;
	}
}

@media(max-width:1279px){
	
	.mob_tab_only{
		display:inline-block;
	}
}

@media(min-width:768px){
	.tab_desktop_only{
		display:inline-block;
	}
}

@media(min-width:768px) and (max-width:1279px){
	.tab_only{
		display:inline-block;
	}
}

@media(max-width:767px){
	.mob_only{
		display:inline-block;
	}
}



.container_f_wrap{
	max-width:100%;
	width: 100%;
	padding: 0 20px;
}

.container_wrap{
	max-width:1180px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.container_inner{
	display:flex;
	justify-content: space-between;
}

.df{
	display:flex;
}

.dif{
	display:inline-flex;
}


.aic{
	align-items: center;
}

.aifs{
	align-items: flex-start;
}

.aife{
	align-items: flex-end;
}

.jcfs{
	justify-content: flex-start;
}

.jcc{
	justify-content: center;
}

.jcfe{
	justify-content: flex-end;
}

.jcsb{
	justify-content: space-between;
}

.jcsa{
	justify-content: space-around;
}

.fdc{
	flex-direction: column;
}

.fdcr{
	flex-direction: column-reverse;
}

.fdr{
	flex-direction: row;
}

.fdrr{
	flex-direction: row-reverse;
}

.fww{
	flex-wrap: wrap;	
}

.fww > div{
	margin-bottom: 26px;	
}

.fwnw{
	flex-wrap: nowrap;
}


.ta_left{
	text-align: left!important;
}

.ta_center{
	text-align: center!important;
}

.ta_right{
	text-align: right!important;
}

.sec_padding{
	padding:75px 0;
}

.sec_title{
	text-align:center;
	margin-bottom: 45px;
}

.sec_title > h2{
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	color:#000;
	margin-bottom: 8px;
}

.c_33p{
	width:33.33%;
	padding: 0 13px;
}

.c_25p{
	width:25%;
	padding: 0 13px;
}

.c_50p{
	width:50%;
	padding: 0 13px;
}

.c_grid_m{
	margin:0 -13px;
}

.nbs{
	box-shadow:none!important;
}

b, strong{
	font-weight:700!important;
}

img{
	max-width:100%;
}

.web_btn{
	display:inline-flex;
	justify-content: center;
	align-items: center;
	padding:8px 15px;
	column-gap: 15px;
	background:#fff!important; 
	border-radius: 5px;
	color:var(--blue_clr)!important;
	text-decoration: none;
}

.web_link:hover,
.web_btn:hover{
	opacity:0.8;
}


@media(max-width:767px){
	.c_33p,
	.c_25p,
	.c_50p{
		width:100%;
	}
}

#web_header{
	background-color:var(--blue_clr);
}
#web_header > nav{
	padding:25px 0;
}
.web_header_nav > ul{
	column-gap:9px;
}

.web_logo a img,
.web_logo a{
	display: block;	
}

.web_header_nav > ul li a {
	padding:8px 15px;
	color:#fff;
	text-decoration: none;
	display: block;
}


.home_link span {
    transform: translateY(4px);
}

.web_header_nav > ul li a:hover{
	opacity:0.8;
}

.web_logo{
	margin-right: 20px;
}

.web_header_right ul{
	column-gap: 20px;
}

.web_header_right ul li a{
	color:#fff;
	text-decoration: none;
}

.search_link span{
	transform: translateY(4px);
}

#all_videos{
	padding:50px 0;
}

.video_ids ul li a{
	display:block;
	padding: 10px 15px;
	border: 2px solid var(--blue_clr);
	color:var(--blue_clr);
	border-radius: 100px;
	text-decoration: none;
	margin: 7px;
}

.video_ids ul li a:hover{
	background: var(--blue_clr);
	color:#fff;
}

.all_video_div{
	padding-top:50px;
}

	.single_video .video_holder {
		margin-bottom: 80px;
		border-radius: 10px;
		box-shadow: rgba(0,0,0,0.25) 0 30px 50px 0;
		overflow: hidden;
	}

.single_video > h2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
    color: var(--blue_clr);
}

.bot_img a{
	display: block;	
}
.bot_img img{
	border-radius: 10px;
	box-shadow: rgba(0,0,0,0.25) 0 30px 50px 0;
	display: block;
	width: 100%;
}
@media(min-width:1280px){
	.menu_closer,
	.menu_trigger{
		display:none;
	}
}

@media(max-width:1279px){

	
	
	.web_logo_nav_links 
	{
		width: 100%;
		justify-content: space-between;
	}
	
	.menu_trigger {
		margin-right: 22px;
		padding-top: 6px;
	}
	
	
	.menu_trigger span{
		font-size: 30px;
		color: #fff;
	}
	
	.menu_closer{
		position:fixed;
		right: 20px;
		top: 20px;
		z-index: 3;
		transform: scale(0);
		transition: all 0.5s;
	}
	.menu_closer span{
		color:#222;
	}
	.web_header_nav ul {
		display: block;
		position: fixed;
		width: min(80%, 350px);
		top: 0;
		background: #fff;
		height: 100%;
		box-shadow: rgba(0,0,0,.15) 0 0 20px 0;
		transition: all 0.75s;
		right: -120vw;
		z-index: 2;
		padding: 45px 15px;
	}
	
	.web_header_nav ul li a{
		color:#222;
	}
	
	.web_header_nav.nav_active .menu_closer {
		transform: scale(1);
	}
	.web_header_nav.nav_active ul {
		right:0;
	}
	
	.single_video {
		margin-bottom: 60px;
	}
	
}