@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*--------------------------------------*/

/*Element Base
/*--------------------------------------*/
body,
html,
header,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
section,
main{
	margin:0px;
	padding:0px;
	display:block;
}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
button:focus,
.btn-close:focus,
.btn-check:focus+.btn-dark,
.btn-dark:focus,
.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus,
.form-check-input:focus,
.form-control:focus,
.btn-check:focus+.btn,
.btn:focus{
	box-shadow: none;
}
body{
	overflow-x: hidden;
}
a{
	text-decoration: none;
	
}
a:hover{
	color: #000;
}
a, svg, i{
	transition: 0.5s all ease-in-out;
}
body{
	font-family: 'Proxima Nova';
	font-size: 20px;
	line-height: 24px;
	color: #0B0B0B;
}
img{
	max-width: 100%;
	height:auto;
	object-fit: cover;
}
.sepration{
	padding: 90px 0;
}
.sepration2{
	padding: 40px 0;
}
sup {
    vertical-align: super;
}
.right-0{
	right: 0!important;
	left: inherit!important;
}
main{
	margin-top: 90px;
}
.max-100{
	max-width: 100%;
}
ul{
	list-style-type: none;
	padding: 0;
}

/*--------------------------------------*/

/*Typography
/*--------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "Bebas Neue", sans-serif;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;

}
h1{
	font-size: 94px;	
}
h2{
	font-size: 58px;
	line-height: 1;
}
h3{
	font-size: 42px;
	line-height: 50px;
}
h4{
	font-size: 32px;
	line-height: 36px;
}
.text-dark{
	color: #000!important;
}
.bg-black{
	background: #000;
}
.bg-purpule-dark{
	background:#28104B;
}
.bg-purpule-900{
	background:#371E61;
}
.bg-purpule-500{
	background:#583B82;
}
p{
	margin-bottom: 25px;
	line-height: 1.5;
}
hr{
	margin: 20px auto;
	background-color: #D9D9D9;
	opacity: 1;
}


.font-weight-500{
	font-weight: 500;
}
.font-weight-600{
	font-weight: 600;
}
.font-weight-700{
	font-weight: 700;
}
.font-size-24{
	font-size: 24px;
}
.font-size-20{
	font-size: 20px;
}
.font-size-18{
	font-size: 18px;
}
.font-size-16{
	font-size: 16px;
}
.font-size-14{
	font-size: 14px;
}
.font-size-14{
	font-size: 14px;
}
.text-capitalize{
	text-transform: capitalize;
}
small{
	font-size: 10px;
    line-height: 1.5;
    display: block;
}
.content-info ul{
	margin-bottom: 35px;
	padding-left: 2rem;
}
.content-info ul li{
	list-style:disc;
}
.content-info li{
	line-height: 1.5;
	display: list-item;
}
.content-info a,
.content-info,
.content-info h2,
.content-info h3,
.content-info h4{
	color: #fff;
}
.content-info a {
	text-decoration: underline;
}
.content-info a:hover{text-decoration: none;}
.form-control{
	border-radius: 10px;
	padding: 1rem;
	background: transparent;
	color: #fff;

}

/*--------------------------------------*/

/*Button
/*--------------------------------------*/
.btn{
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	border: 0;
	border-radius: 10px;
	padding: 16px 40px;
	transition: 0.7s all ease-in-out;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	position: relative;
	font-weight: 600;
}
.btn span{
	position: relative;
	z-index: 11;
}
.btn.btn-outline-primary{
	border: 1px solid #fff;
	padding: 13px 40px;
	background: transparent;
}

.btn.btn-default{
	background: #fff;
	border: 1px solid #fff;
	color: #3F3939;
}
.btn.btn-default:hover{
	background: transparent;
	color: #fff;
}

.btn-small{
	padding: 10px 40px;
}

.btn-block{
	margin-top: 5rem;
}
.link{
	text-decoration: underline;
	color:#fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
}
.link:hover{
	text-decoration: none;
	color: #fff;

}
.rounded-40{
	border-radius: 40px;
}
.accordion-button{
	font-size: 24px;
}
.accordion-button:not(.collapsed){
	background-color: #ba9ce7;
	color: #371E61;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");


}
/*--------------------------------------*/

/*Sroll to top
/*--------------------------------------*/
#scrollTop {
	z-index: 99;
	cursor: pointer;
	border: none;
	position: fixed;
	bottom: 15px;
	right:15px;
	width: 50px;
	height: 50px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background: #583B82;
	border: 2px solid #583B82;
	display: none;
	transition: 0.7s all ease-in-out;
	border-radius: 10px;
}
#scrollTop:hover{
	background: #fff;
	color: #28104B;
}
.modal-content{
	border: 0;
	border-radius: 20px;
}
.modal-backdrop {
	background-color: #fff;
 }
.modal-title{
	font-size: 24px;
}
.btn-close{
	position: absolute;
	right: 20px;
	top:20px;
	z-index: 1;
}
/* Animation Banner */
@-webkit-keyframes  hero-zoom {
    from {
    	-webkit-transform: scale(1);
    }
    to {
    	-webkit-transform: scale(1.3);
    }
}
@keyframes  hero-zoom {
   from {
        transform: scale(1);
   }
   to {
        transform: scale(1.3);
   }
}
/* Animation Banner */

/* Animation Banner Caption */
@-webkit-keyframes blured {
    from {
    	-webkit-filter: blur(20px)
    }
    to {
    	-webkit-filter: blur(0px)
    }
}


@keyframes blured {
   from {
		filter: blur(20px)
   }
   to {
		filter: blur(0px)
   }
}
/* Animation Banner Caption */
.cover-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #26619b;
    transition: 0.4s ease-in-out;
}
.bounce{
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes bounce{
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-20px); }
	100% { transform: translateY(0); }
}
/*--------------------------------------*/

/* Header
/*--------------------------------------*/
#header.fixed-top{
	z-index: 99;
	transition: .5s all ease-in-out;
	padding:10px 15px;
	background: #FFF;
}
.black-header #header.fixed-top{
	background: #000;
}
.inner-header #header.fixed-top{
	margin-top: 0;

}
header .navbar{
	border-top:0px solid #28104B ;
}
header .navbar-brand .logo{
	width: 70px;
	transition: 0.4s all ease-in-out;
	
}
header .navbar .navbar-nav .nav-item:not(:last-child){
	padding-right: 15px;
}
header .navbar .navbar-nav .nav-item 
{
	margin: 0 20px;
}
header .navbar .navbar-nav .nav-item:last-child{
	margin-right: 0;
}
header .navbar .navbar-nav .nav-item .nav-link{
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	padding: 0;
	font-weight: 500;
	transition: 0.7s all ease-in-out;
	font-family: 'Proxima Nova';
	border: 0px solid transparent;
	padding: 0px 0px;
}

header .navbar .navbar-nav .nav-item .nav-link{
    position: relative;
}
header .navbar .navbar-nav .nav-item.active .nav-link,
header .navbar .navbar-nav .nav-item .nav-link:hover{
	color: #9777C5;
	font-weight: 700;
}
/*--------------------------------------*/

/* Header Active
/*--------------------------------------*/
#header.fixed-top.active{
	background: #FFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);

}

#header.active .navbar-brand .logo{
	width: 55px;
}
/*--------------------------------------*/

/* Header Responsive
/*--------------------------------------*/
header .navbar-toggler-icon{
	background-image: url('../images/icons/burger-menu.png');
	width: 27px;
}
.black-header .navbar-toggler-icon{
	background-image: url('../images/icons/burger-menu.svg');
	width: 27px;
}

header .navbar-toggler:focus{
	box-shadow:none;
}
header .navbar-toggler.collapsed>.close,
header .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display: none;
}

header .navbar-toggler .close svg{
	fill: #000;
}
.black-header .navbar-toggler .close svg{
	fill: #fff;
}
@media screen and (max-width:1199px) {
	header .navbar .navbar-nav .nav-item:not(:last-child) {
		padding-right: 16px;
	}
	header .navbar .navbar-nav .nav-item .nav-link{
		font-size: 16px;
	}
	
}

@media screen and (max-width:991px) {
	#header.fixed-top{
		padding: 0;
	}
	header .navbar .navbar-nav .nav-item:not(:last-child){
		padding-right: 0;
	}
	header .navbar .navbar-nav .nav-item .nav-link{
		margin-bottom: 0px;
		border: 0;
		border-top: 1px solid #ccc;
		padding: 10px 0;
	}
	header .navbar .navbar-nav .nav-item:first-child .nav-link{
		border: 0;
	}
	header .navbar .navbar-nav .nav-item .nav-link.active, 
	header .navbar .navbar-nav .nav-item .nav-link:hover {
		border: 0;
	
	}
	.black-header .navbar .navbar-nav .nav-item .nav-link.active,
	.black-header .navbar .navbar-nav .nav-item .nav-link:focus,
	.black-header .navbar .navbar-nav .nav-item .nav-link:hover{
		border: 0;

	}
	.navbar-collapse{
		position: absolute;
		top: 0px; /* adjust to height of navbar */
		left: 0;
        width: 75%;
		padding: 25px;
		height: 100vh;
	}
	.navbar-collapse.collapsing{
        left: -100%;
        transition: height 0s ease;
		background: #fff;
    }
	
    .navbar-collapse.show {
        transition: left 500ms ease-in-out;
		background: #fff;
		box-shadow: 0px 4px 20px rgb(0 0 0 / 4%);
    }
	.black-header .navbar-collapse.show{
		background: #000;
	}
    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
	.navbar-nav .dropdown-menu:before{
		display: none;
	}
	.navbar-nav .dropdown-menu{
		display:none;
	}
	.navbar .dropdown-menu.show{
		display: block;
	}
	header .navbar .navbar-nav .nav-item{
		margin: 0;
	}
}

@media screen and (max-width:767px) {
	.navbar-collapse{
		position: absolute;
		top: 0px; /* adjust to height of navbar */
		left: 0;
        width: 85%;
		padding:25px  15px;
	}
	
}

/*--------------------------------------*/

/* 1. Banner Section
/*--------------------------------------*/


.banner-section{
	display: block;
	overflow: hidden;
	position: relative;
	min-height: 200px;
}
.banner-section::before{
	content: '';
	background:rgba(58, 33, 99, 0.38);
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
}
.banner-section .hero-img{	
	animation-delay: 0;
	height: calc(100vh - 120px);
	object-position: center;
}
.banner-section .caption{
	position: absolute;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	z-index: 1;
	top: 0;

}
.banner-section .wrap{
	text-align: center;
	animation: blured 1s forwards;
}
.banner-section .wrap h3{
	color: #FFFFFF;	
}
.banner-section .wrap h1{
	color: #FFFFFF;	
	font-size: 90px;
}
.banner-section .wrap p{
	/*font-family: 'Commuters Sans Light';*/
	font-family: 'Proxima Nova';
	font-size: 24px;
	color: #fff;
	animation: blured 1s forwards;
	line-height: 1.3;
	margin: 10px 0 0;
}
.banner-section .down-angle{
	position: absolute;
	bottom: 10px;
	left: 50%;
	font-size: 24px;
	color: #FFFFFF;
}

.blog-card{
	cursor: pointer;
}
.blog-card .card-img-top{
	border-radius: 32px;
	height: 240px;
	transition: all .4s linear;
}
.blog-card .card-title{
	font-family: 'Proxima Nova';
	text-transform: inherit;
	font-size: 36px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	padding-right: 2rem;
}
.blog-card .card-text{	
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-card:hover .card-img-top{
	opacity: .5;
}
.video-section{
	background:url(../images/video-img.png) no-repeat center;
	background-size: cover;
}
.video-section iframe{
	height: 420px;
	overflow: hidden;
	border-radius: 40px;
	border: 14px solid #fff;
}
.video-section{
	background-size: cover;
}
/*--------------------------------------*/

/* Footer
/*------------------------------*-------*/
footer{
	padding: 40px 0 40px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
footer a{
	color: #000;
	font-size: 14px;
}
footer a:hover{
	color: #583B82;
}
.footer-logo{
	width: 70px;
}
/*--------------------------------------*/

/* Responsive Footer
/*------------------------------*-------*/
@media screen and (max-width: 1199px){

	.video-section iframe{
		height: 440px;
	}
}
@media screen and (max-width: 991px){
	main {
		margin-top: 82px;
	}
	h2 {
		font-size: 42px;
		line-height: 1.2;
	}
	
	.banner-section .wrap h1 {
		font-size: 70px;
	}
	.video-section{
		height: auto;	
	}
	.video-section iframe {
		height: 480px;
	}
}

@media screen and (max-width: 767px){
	body {
		font-size: 18px;	}
	.banner-section .hero-img {	
		height: calc(70vh - 120px);
	
	}
	.banner-section {
		min-height: 180px;
	}
	.banner-section .wrap h1 {
        font-size: 42px;
    }
	.video-section iframe {
		height: 360px;
	}
	footer{
		text-align: center;
	}
	h2 {
		font-size:36px;		
	}
	h3 {
		font-size: 32px;
		line-height: 40px;
	}
	h4 {
		font-size: 28px;
	}
	.blog-card .card-title{
		font-size: 28px;
	}
	.sepration{
		padding: 50px 0;
	}
	.btn {
		font-size: 14px;	
		border-radius: 10px;
		padding: 12px 26px;
	}
}
@media screen and (max-width: 480px){
	.banner-section .hero-img {	
		height: calc(70vh - 120px);
	
	}
	.video-section iframe {
		height: 260px;
	}
	
}
/*--------------------------------------*/
