@font-face{
	font-family: 'lato';
	src: url('/fonts/Lato/Lato-Regular.eot');
	src: url('/fonts/Lato/Lato-Regular.eot') format('embedded-opentype'),
	url('/fonts/Lato/Lato-Regular.woff') format('woff'),
	url('/fonts/Lato/Lato-Regular.woff2') format('woff2'),
    url('/fonts/Lato/Lato-Regular.ttf') format('truetype'),
    url('/fonts/Lato/Lato-Regular.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}
/*@font-face{
	font-family: 'playfair';
	src: url('/fonts/playfair/PlayfairDisplay.eot');
	src: url('/fonts/playfair/PlayfairDisplay.eot') format('embedded-opentype'),
	url('/fonts/playfair/PlayfairDisplay.woff') format('woff'),
	url('/fonts/playfair/PlayfairDisplay.woff2') format('woff2'),
    url('/fonts/playfair/PlayfairDisplay.ttf') format('truetype'),
    url('/fonts/playfair/PlayfairDisplay.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}*/
@font-face{
	font-family: 'playfair';
	src: url('/fonts/playfair/PlayfairDisplay.eot');
	src: url('/fonts/playfair/PlayfairDisplay.eot') format('embedded-opentype'),
	url('/fonts/playfair/PlayfairDisplay.woff') format('woff'),
	url('/fonts/playfair/PlayfairDisplay.woff2') format('woff2'),
    url('/fonts/playfair/PlayfairDisplay.ttf') format('truetype'),
    url('/fonts/playfair/PlayfairDisplay.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

*{
	padding: 0;
	margin: 0;
	text-decoration: none;
    box-sizing: border-box;
}
:root {
  --h1: clamp(2.5rem, 6vw + 1rem, 4.5rem);
  --h2: clamp(2rem, 5vw + 0.5rem, 3.5rem);
  --h3: clamp(1.75rem, 4vw + 0.5rem, 2.4rem);
  --h4: clamp(1.9rem, 3vw + 0.25rem, 2.2rem);
  --h5: clamp(1.25rem, 2.5vw + 0.25rem, 2rem);
  --h6: clamp(1.125rem, 2vw + 0.25rem, 1.5rem);
  --body: clamp(1.75rem, 1.5vw + 0.25rem, 1.9rem);
}

html{
	overflow-x:hidden;
}
body{
    background-color:#020202;
    overflow-x:hidden;
    font-family:var(--reg);
}
p{
    font-size: var(--body);
    line-height: 1.5;
    margin: 0 0 25px;
}
li {
    font-size: var(--body);
    line-height: 1.4;
    margin: 0 0 10px;
}

h1, .h1_title {font-size: var(--h1);}
h2, .h2_title {font-size: var(--h2);}
h3, .h3_title {font-size: var(--h3);}
h4, .h4_title {font-size: var(--h4);}
h5, .h5_title {font-size: var(--h5);}
h6, .h6_title {font-size: var(--h6);}

picture, img {
    width: 100%;
    max-width: 100%;
    display: table;
}
a{
	display: inline-block;
    line-height: 1.3;
    color:inherit;
    font-size:18px;
}

ul, ol{
	padding:0;
	margin:0 0 30px 50px;
	list-style:none;
}
.disc{
	list-style:disc;
}
header {
    position: fixed;
    width: 100%;
    padding: 85px 0 10px;
    z-index: 9;
    transition: all 250ms ease;
}
div.default_container{
	width:100%;
	max-width:1240px;
	padding:0 20px;
	margin:0 auto;
}
div.max_container{
	width:100%;
	max-width:1640px;
	padding:0 20px;
	margin:0 auto;
}
section {
    padding: 100px 0;
}
.section_bg {
    background-color: #00000099;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center;
}

 h1, .h1_title {
    color: var(--white);
    line-height: 1.5;
    margin-bottom: 0;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
}
 h1 span, .h1_title span{
 	color:var(--secondary-color);
 }
b, optgroup, strong {
    font-family: var(--bold);
}
strike {
    text-decoration: line-through;
}
 .slick-dots {
    padding: 0 0 0 15px;
    bottom: -30px;
}
 .slick-dots li button {
	height: 16px;
	width: 16px;
	background-color: rgba(0,0,0,0.2);
	border-radius: 50%;
	opacity:1;
}
 .slick-dots li button:before {
	height: 16px;
	width: 16px;
	border-radius: 50%;
	content:'' ;
	background-color:#fff !important;
	opacity:0.25;
	
}
 .slick-dots li.slick-active button:before {
	background-color: var(--main-color);
	opacity: 1 ; 
}
.slick-slide:focus{
	outline:0 ;
}


.banner_sec {
    width: 100%;
    margin: var(--margin) 0 0 0;
    padding: 25px 0 0;
}
.banner_image {
    padding: 80px 20px;
    border-radius: 20px;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.banner_title {
    font-size: 38px;
    line-height: 1.3;
    color: var(--white);
    text-align: center;
    text-wrap: balance;
}
.sec_btn {
    font-size: 20px;
    padding: 12px 50px;
    border-radius: 50px;
    font-family: var(--bold);
    display: table;
    margin-top: 30px;
    transition:var(--ease);
    color: var(--main-color);
    background-color: var(--secondary-color);
}
.sec_btn.center {
	margin-left:auto;
	margin-right:auto;
}
.sec_btn:hover {
    background-color: #fff;
}
.t_center {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 15px;
}
	

.lchild{
	padding-bottom:0;
	margin-bottom:0;
}
.fchild{
	padding-top:0;
	margin-top:0;
}

.login_button .fa-sign-in {
    margin-left: 10px;
    font-size: 18px;
    position: relative;
    top: 1px;
}
.login_flex{
    display: flex;
    align-items: center;
    grid-gap: 20px;
    justify-content: end;
}
.ham_button {
    display: none;
}
.header_flex_menu {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 3fr 1fr;
    grid-gap: 20px;
    max-width: 1150px;
    margin: 0 auto;
}
.header_logo img {
    min-width: 245px;
    min-height: 160px;
    object-fit: contain;
    transition: var(--ease);
}
header.sticky {
    padding: 10px 0 10px;
    backdrop-filter: blur(10px);
    background: #323232cc;
    box-shadow:var(--box-shadow);
}
header.sticky .header_logo img {
    min-height: 110px;
    max-width: 200px;
    max-height: 110px;
}
.flex_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 45px;
    margin:0;
}
.flex_menu > li > .top_padding{
    position: absolute;
    width: 100%;
    height: auto;
    left: -14px;
    top: 60px;
    opacity: 0;
    transition: all 350ms ease;
    pointer-events: none;
    min-width: 260px;
    /*background-color: #01193e;*/
    /* overflow: hidden; */
	padding-top:25px;
}
.flex_menu > li > .top_padding ul{
	background-color: #01193e;
    border-radius: 5px;
    overflow:hidden;
    margin:0;
}
.flex_menu > li > ul:before{
	content:'';
	height:100px;
	width:20px;
}
/* drop down arrow css */
.drop_arrow {
    position:relative !important;
    padding-right:25px !important;
}
.drop_arrow:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 9px;
    border: solid var(--main-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg) ;
    transition:all 500ms ease;
}
.drop_arrow:hover:after {
    animation:250ms indicate ease ;
}
@keyframes indicate {
    from { top:18px; }
    65%  { top:20px; }
    to   { top:18px; }    
}
/* end */

.user  .child_level1 {
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
    top: 60px;
    opacity: 0;
    transition: all 350ms ease;
    pointer-events: none;
    min-width: 180px;
    /* background-color: #01193e; */
    /* overflow: hidden; */
    padding-top: 25px;
}
.user:hover .child_level1{
    pointer-events: auto;
    opacity: 1;
    top: 44px;
    padding-top: 15px;
}
username {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    max-width: 160px;
    font-family: var(--bold);
}
.user li {
	margin:0;
}
.user .child_level1 li:first-child{
	border-radius:5px 5px 0 0;
	overflow:hidden;
}
.user .child_level1 li:last-child{
	border-radius: 0 0 5px 5px;
	overflow:hidden;
}
.user .child_level1 li a{
    padding: 10px 15px;
    background: var(--main-color);
    width: 100%;
    color: #fff;
    transition:var(--ease);
}
.user .child_level1 li a:hover {
    background: #333;
}
.loggin_name {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    cursor: pointer;
    padding: 10px;
    background-color: var(--main-color);
    border-radius: 5px;
    color:var(--white) !important;
}
.loggin_name .gnbicon-user{
    font-size: 32px;
    line-height: 1;
    position: relative;
    top: 2px;
}
.loggin_name .gnbicon-dropdown{
    font-size: 12px;
    line-height: 1;
    position: relative;
    top: 2px;
}

header .drop_arrow:hover > .top_padding{
    pointer-events: auto;
    opacity: 1;
    top: 41px;
    padding-top:15px;
}
.drop_arrow ul li a{
    padding: 10px 15px ;
    background: var(--main-color);
    width: 100%;
    color:#fff;
}
.drop_arrow ul li a:hover{
    background: var(--secondary-color);
}
.drop_arrow ul li a.sub_link {
    position: relative;
    padding-left: 30px;
}
.drop_arrow ul li a.sub_link:before {
    content: '';
    height: 1px;
    width: 8px;
    background-color: #fff;
    position: absolute;
    left: 15px;
    top: 22px;
}
.drop_arrow > ul li:first-child a{
	border-radius:5px 5px 0 0;
}
.drop_arrow > ul li:last-child a{
	border-radius: 0 0 5px 5px;
}
.header_flex_menu > *, footer > *{
    font-family: var(--reg) !important;
}
.flex_menu > li a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--light-color);
    font-family:var(--reg);
    font-size: var(--body);
    transition:var(--ease);
}
.flex_menu > li > a:hover{
	color:var(--main-color);
}
.flex_menu > li {
	margin:0;
}
.drop_arrow ul li{
  width: 100%;
  margin:0;
}

/*image?*/
.img_cover{
	object-fit:cover;
}
.img_contain{
	object-fit:contain;
}

.sub_para {
    font-size: var(--h4);
    margin: 20px auto 50px;
}
 * + h1, * + .h1_title,  * + h2, * + .h2_title,  * + h3, * + .h3_title{
    margin-top:30px;
}
h1, h2, h3, h4, h5, h6, .h1_title, .h2_title, .h3_title, .h4_title, .h5_title, .h6_title, b{
	font-family: var(--bold);
	font-weight:normal !important;
	margin-top:0;
    margin-bottom:20px;
}
 * + p{
    margin-top:20px;
 }
 * + p:last-child, ul li:last-child, ol li:last-child{
    margin-bottom:0;
 }

/* line clamp */
.lc_1{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
.lc_2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
.lc_3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
.lc_4{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
.lc_5{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow : hidden;
}


/*color*/
.fmc{
	color:var(--main-color);
}
.fsc{
	color:var(--secondar-color);
}
.flc{
	color:var(--light-color);
}
.fdc{
	color:var(--dark-color);
}
.bgmc{
	background-color:var(--main-color);
}
.bgsc{
	background-color:var(--secondary-color);
}
.bglc{
	background-color:var(--light-color);
}
.bgdc{
	background-color:var(--dark-color);
}


/*align*/
.txt_c{
	text-align:center;
}
.div_c{
	margin:0 auto;
}


/*height*/
.height_300{
	height:305px;
}
.height_400{
	height:400px;
}
.height_500{
	height:500px;
}
.height_600{
	height:600px;
}
.height_700{
	height:700px;
}
.height_800{
	height:800px;
}
.height_900{
	height:900px;
}
.height_1000{
	height:1000px;
}
/*width*/
.width_300{
	width:100%;
	max-width:305px;
}
.width_400{
	width:100%;
	max-width:400px;
}
.width_500{
	width:100%;
	max-width:500px;
}
.width_600{
	width:100%;
	max-width:600px;
}
.width_700{
	width:100%;
	max-width:700px;
}
.width_800{
	width:100%;
	max-width:800px;
}
.width_900{
	width:100%;
	max-width:900px;
}
.width_1000{
	width:100%;
	max-width:1000px;
}
.width_500.center, .width_600.center, .width_700.center, .width_800.center, .width_900.center, .width_1000.center{
	margin-left:auto;
	margin-right:auto;
}
.a_link {
    padding: 10px 20px;
    background-color: var(--main-color);
    border-radius: 3px;
    color: #fff;
    transition:var(--ease);
    cursor:pointer;
    text-transform:uppercase;
    border: 2px solid var(--main-color);
    text-align:center;
}
.b_link {
    text-align:center;
    padding: 10px 20px;
    color: #fff;
    border-radius: 3px;
    transition: var(--ease);
    cursor: pointer;
    text-transform: uppercase;
    border: 2px solid #fff;
}
.a_link.center, .b_link.center{
	display:table;
	margin-left:auto;
	margin-right:auto;
}
.a_link:hover, .b_link:hover{
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    color: var(--light-color);
}

.flex_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    flex-wrap:wrap;
}

/*use case*/
.ucase{
	text-transform:uppercase;
}
.ccase{
	text-transform:capitalize;
}
.lcase{
	text-transform:lowercase;
}


/*grid*/
.grid_div{
	display:grid;
}
.gg_10{
	grid-gap:10px;
}
.gg_20{
	grid-gap:20px;
}
.gg_30{
	grid-gap:30px;
}
.gg_40{
	grid-gap:40px;
}
.gg_50{
	grid-gap:50px;
}
.gc_2{
	grid-template-columns:1fr 1fr;
}
.gc_20{
	grid-template-columns:0.2fr 1fr;
}
.gc_30{
	grid-template-columns:0.3fr 1fr;
}
.gc_40{
	grid-template-columns:0.4fr 1fr;
}
.gc_50{
	grid-template-columns:0.5fr 1fr;
}
.gc_60{
	grid-template-columns:0.6fr 1fr;
}
.gc_70{
	grid-template-columns:0.7fr 1fr;
}
.gc_80{
	grid-template-columns:0.8fr 1fr;
}
.gc_90{
	grid-template-columns: 0.9fr 1fr;
}
.gcr_20{
	grid-template-columns: 1fr 0.2fr ;
}
.gcr_30{
	grid-template-columns: 1fr 0.3fr ;
}
.gcr_40{
	grid-template-columns: 1fr 0.4fr ;
}
.gcr_50{
	grid-template-columns: 1fr 0.5fr ;
}
.gcr_60{
	grid-template-columns: 1fr 0.6fr ;
}
.gcr_70{
	grid-template-columns: 1fr 0.7fr ;
}
.gcr_80{
	grid-template-columns: 1fr 0.8fr ;
}
.gcr_90{
	grid-template-columns: 1fr 0.9fr ;
}
.gc_3{
	grid-template-columns:1fr 1fr 1fr;
}
.gc_4{
	grid-template-columns:1fr 1fr 1fr 1fr;
}
.gc_5{
	grid-template-columns:1fr 1fr 1fr 1fr 1fr;
}
.ai_start{
	align-items:start;
}
.ai_center{
	align-items:center;
}
.ai_end{
	align-items:end;
}

/*font*/
.font_reg{
	font-family: var(--reg);
}
.font_bold{
	font-family: var(--bold);
}

/*margin*/
.mt_0 { margin-top: 0 }
.mb_0 { margin-bottom: 0 }
.pt_0 { padding-top: 0 }
.pb_0 { padding-bottom: 0 }
.mt_1 { margin-top: 10px }
.mb_1 { margin-bottom: 10px }
.pt_1 { padding-top: 10px }
.pb_1 { padding-bottom: 10px }
.mt_2 { margin-top: 20px }
.mb_2 { margin-bottom: 20px }
.pt_2 { padding-top: 20px }
.pb_2 { padding-bottom: 20px }
.mt_3 { margin-top: 30px }
.mb_3 { margin-bottom: 30px }
.pt_3 { padding-top: 30px }
.pb_3 { padding-bottom: 30px }
.mt_4 { margin-top: 40px }
.mb_4 { margin-bottom: 40px }
.pt_4 { padding-top: 40px }
.pb_4 { padding-bottom: 40px }
.mt_5 { margin-top: 50px }
.mb_5 { margin-bottom: 50px }
.pt_5 { padding-top: 50px }
.pb_5 { padding-bottom: 50px }

.banner_like_container {
    min-height: 500px;
    padding: 260px  0 100px;
    background-color: #00000099;
    background-size: cover;
    background-blend-mode: multiply;
    background-position:center;
}

@media (max-width:992px){
header {
    padding: 10px 0 10px;
    backdrop-filter: blur(10px);
    background: #323232cc;
    box-shadow:var(--box-shadow);
}
header .header_logo img {
    min-height: 90px;
    max-width: 200px;
    max-height: 90px;
}
}