/* ******************************
:: 1.0 WEB FONTS
****************************** */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&amp;family=Roboto:wght@300;400&amp;display=swap');
@import url('https://fonts.cdnfonts.com/css/paladins');

a{
    text-decoration: none;
}
.logo{
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}


.line{
    background-color: gray;
    width: 20px;
    height: 2px;
}

.main-line{
    background-color: #37517e;
    height: 4px;
}

.subTitle{
    font-size: 1rem;
    color: gray;
    font-weight: 400;
}
.section-title{
    color: #37517e;
}
.navbar{
    padding: 1rem 0rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: white;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 20px 0px gray;
}
.hamburger-icon{
    border: none;
    color: rgba(243, 10, 10, 0);
}

/* Hero Section */
#hero {
	background: rgba(238, 18, 18, 0) url("../img/bg/boostrong-bg.png") no-repeat fixed center center / cover;
	background-size: cover;
	background-position: top center;
	position: relative;
	z-index: 1;
}
#hero::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	/*background-color:#e7e5e0;*/
	opacity: 0.7;
	z-index: -1;
}
#hero .hero {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
	justify-content: flex-start;
}
#hero h1 {
	display: block;
	width: fit-content;
	font-size: 4rem;
	position: relative;
	color: transparent;
	animation: text_reveal 0.5s ease forwards;
	animation-delay: 1s;
}
#hero h1:nth-child(1) {
	animation-delay: 1s;
}
#hero h1:nth-child(2) {
	animation-delay: 2s;
}
#hero h1:nth-child(3) {
	animation: text_reveal_name 0.5s ease forwards;
	animation-delay: 3s;
}
#hero h1 span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: crimson;
	animation: text_reveal_box 1s ease;
	animation-delay: 0.5s;
}
#hero h1:nth-child(1) span {
	animation-delay: 0.5s;
}
#hero h1:nth-child(2) span {
	animation-delay: 1.5s;
}
#hero h1:nth-child(3) span {
	animation-delay: 2.5s;
}

/* End Hero Section */




/* main section */

.main-section{
    
    background: rgba(238, 18, 18, 0) url("../img/bg/boostrong-bg.png") no-repeat fixed center center / cover;
    background-size: cover;
	background-position: top center;
	position: relative;
	z-index: 1;
    
    /*width: 100%;
    height: 100vh;*/
}


/*BACKGROUND OVERLAY*/
.bg-overlay,
.overlay-dark {
    position: relative;
    z-index: 0;
}

.bg-overlay::after,
.overlay-dark:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.bg-overlay::after {
    opacity: 0.95;
    z-index: -1;
}


.overlay-dark::after {
    background-color: rgb(239, 204, 4);
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    z-index: -1;
}
.bg-overlay::after {
    background: -webkit-radial-gradient(50% 50%, circle closest-side, #ffc717 0%, #ffc717 100%);
}
.welcome-animation{
    position: fixed;
    display: block;
    width: 100%;

    position: relative;
    -webkit-animation: bounceHero 5s ease-in-out infinite;
    animation: bounceHero 5s ease-in-out infinite;
}
.img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    overflow-clip-margin: content-box;
    overflow: clip;
}
.col-md-6 h1{
    font-family: 'Paladins 3D', sans-serif;
    font-size: 4em;
    font-weight: 600;
    line-height: 1.2;
    color: white;

    font-size: 56px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1.6px;
    
}
.col-md-12{
    font-family: 'Paladins', sans-serif;
    font-size: 4em;
    font-weight: 600;
    color: #bf282D;
}





.main-section-container{

    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}




.main-section-container h2{
    font-family: sans-serif;
    font-weight: bold;
    color: white;
}
.main-section-container p{
    font-family: sans-serif;
    color: white;
    opacity: .7;
}

.main-section img{
    animation: mainImageAnimation 5s infinite;
}


/* main section marquee */
.main-section-containers-marquee{
    background-color: #ffc717;
}

.section map-area{
    height: 599px;
    width: 100%;
}

/* ABout */

.about-right{
    overflow: hidden;
}
.about-right img{
    cursor: pointer;
    transition: 0.5s;
}
.about-right:hover img{
    transform: rotate(10deg) scale(1.1);
}

/* Service */

.service-box{
    height: 100%;
    padding: 60px 30px;
    text-align: center;
    transition: .5s;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 0 30px rgba(1,41,112, 0.08);
}
.fa-solid{
    background-color: rgba(128, 128, 128, 0.192);
    font-size: 2rem;
    padding: 1rem;
    border-radius: 2rem;
    color: rgb(0, 132, 255);
    transition: color .5s;
}

.service-box:hover{
    transform: scale(1.1);
}
.service-box:hover .fa-solid{
    color: #37517e;
}

/* Project */

.project-box{
    overflow: hidden;
    position: relative;
    height: 20rem;
}
.project-box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.box-cover{
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .5s;
}

.project-box:hover img{
    transform: scale(1.1);
    filter: blur(2px);
}
.project-box:hover .box-cover{
    opacity: 1;
}

/* Contact  */
.contact-left img{
    transition: .5s;
}
.contact-left:hover img{
    transform: scale(.9);
}

@keyframes mainImageAnimation {
    0%{
        transform: translateY(-20px);
    }
    50%{
        transform: translateY(70px);
    }
    100%{
        transform: translateY(-20px);
    }
}




/*BACKGROUND IMAGES*/
.welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/boostrong_bg.jpg") no-repeat fixed center center / cover;
}

.homepage-2 .welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/boostrong_bg.png") no-repeat scroll center center / cover;
}

.homepage-3 .welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/boostrong_bg.jpg") no-repeat scroll center center / cover;
}

.homepage-4 .welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/boostrong_bg.jpg") no-repeat fixed center center / cover;
}

.cta-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/boostrong_bg.jpg") no-repeat fixed center center / cover;
}

.breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/boostrong_bg.jpg") no-repeat fixed center center / cover;
}

.blog .breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/boostrong_thumb.jpg") no-repeat fixed center center / cover;
}

.error-page {
    background: rgba(0, 0, 0, 0) url("../img/bg/b_bg.png") repeat-x fixed left top / cover;
}

.error-page .stars {
    background: rgba(0, 0, 0, 0) url("../img/bg/stars.svg") repeat fixed left top / contain;
}














