@font-face {
  font-family: "anta";
  src: url("../fonts/Anta-Regular.ttf");
}
.box-about-mega-title {
    font-size: 60px;
    letter-spacing: 0;
        font-family: 'anta';
}
h1,h2,h3,h4,h5{
	font-family: 'anta';
}
/*.box-about-mega-title span{
	font-size: 80px
}*/

.box-about-title {
    position: inherit;
    top: 0;
    left: 5px;
    transform: translate(0, 0);
}
.bg-default {
    background-color: #2f0872;
}
#about{
	background-image: url(../images/bg5.jpg);
	background-size: cover;
    background-position-y: bottom;
}
.left-overlay{
	background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,0.7652310924369747) 12%, rgba(121,9,9,0) 100%);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
    background: #160013;
}
#ui-to-top{
	display: none
}
.slider{
	/*background: url(../images/slide6.jpg);*/
	background-size: cover;
	height: 100vh
}
.slide1{
	background: url(../images/slide6.jpg);
	background-size: cover;
}
.slide2{
	background: url(../images/slide3.jpg);
	background-size: cover;
}
.slide3{
	background: url(../images/slide5.jpg);
	background-size: cover;
}
/*.rd-navbar-toggle{
    transition: all .5s ease-out;
}*/
.titleBox{
	    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    margin-top: 0;
    position: absolute;
    top: 56vh;
    width: 100%;
    z-index: 111;
}
.mainTitle{

    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    background: #a2272bd6;
    padding: 25px 45px;
    border-radius:60px;
    transition: all 1.5s ease-out;
    white-space: nowrap;
    display: none;
}
.mainTitleFont{
	transition: all 3s ease-out;
	font-family: 'anta';
	letter-spacing: 4px;
}
.overlay{
    position:relative;
}
.overlay:before{
   content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    opacity: .5;
}
.overlay>div{
    position:relative;
}
.swiper {
  width: 100%;
  height: 100vh;
}
.swiper-slide {
    height: 100vh;
}
.swiper-button-prev:before, .swiper-button-next:before{
    content: "";
}
.swiper-button-prev:after, .swiper-button-next:after{
    content: "";
}

.owl-nav > div{
	font-size: 0!important;
}
.owl-prev:before{
	content: "\f104"!important;
	font-family: 'FontAwesome'!important;
    font-size: 45px !important;
    left: -60px !important;
}
.owl-next:before{
	content: "\f105"!important;
	font-family: 'FontAwesome'!important;
    font-size: 45px !important;
    right: -60px !important;
}

.box-about{
	margin-bottom: 270px
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-style: italic;
    font-size: 12px;
    padding: 30px 0 15px 30px;
    text-align: right;
}
.box-about-post-title {
    margin-top: 30px;
}

.footer-classic {
    background-color: #160013;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: transparent
}
footer .footer-contact, footer p.rights {
    color: #ffffff;
    font-weight: 700;
}
.social a{
    width: 35px;
    display:block;
    background: white;
    border: 0;
}
.social{
    display: flex;
    justify-content: center;
    gap:20px;
}
.mainTitleMob{
    display: none;
}








@media (min-width: 1200px){
	.box-about-post-title {
    margin-top: 30px;
}
}

@media (max-width: 768px){
    .rd-navbar-fixed .rd-navbar-panel {
    background: transparent;
    }
    html.rd-navbar-fixed-linked .page {
    padding-top: 0;
    }
    .rd-navbar-fixed .rd-navbar-panel {
    border-bottom: 0;
    }
    .rd-navbar-fixed .rd-navbar-fixed-element-1 {
    display: none;
    }
    .titleBox{
        display: none;
    }

    .mainTitleMob{
        font-family: 'anta';
    letter-spacing: 4px;
    font-size: 22px;
    white-space: normal;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    padding: 15px 15px;
    background: #00000094;
    width: 100%;
    left: 0;
    display: block
    }
    .parallax-overlay-02::before{
        display: none;
    }
    .box-about-mega-title {
    font-size: 28px;
    color: white;
    }
    .box-about-post-title {
    margin-top: 10px;
    }
    .box-about {
    margin-bottom: 0;
    }
    .footer-classic {
    text-align: center;
    }
    .footer-classic .row > div{
        margin-bottom: 15px;
    }
    .rd-navbar-fixed .rd-navbar-nav-wrap {
    background: #160013;
    border: 1px solid #a2272b;
    }
    .rd-navbar-fixed .rd-navbar-nav {
    margin: 0px 0;
    }
    .footer-classic {
    background-color: #160013;
    position: relative;
    }
}	
