@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');


body{
	font-family: 'Montserrat', sans-serif !important;
    letter-spacing: .5px;
    background: #111 !important;
}

body h1,body h2,body h3,body h4{
	font-weight: 700;
	margin-bottom: 12px;
}
    body h1{
        font-size: 3.5rem;
        text-transform: uppercase;
    }
body p{
	margin-bottom: 12px;
	color: #333;
    font-size: .9em;
}
body p a:hover{
	color: #FA8072;
}
body h6{
	font-size: .85em;
	margin-bottom: 10px;
	color: #333;
	font-weight: 400;
}
body h6 a:hover{
	color: #FA8072;
}

body a:hover,
body a:focus,
body a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.btn.btn1 {
    background: #FA8072;
    color: #fff;
    border: 2px solid #FA8072;
    min-width: 160px;
    padding: 0.8em 1.8em;
    border-radius: 50px;
    box-shadow: 5px 8px 23px -7px rgb(0 0 0);
    outline: none !important;
    font-size: 1em;
    font-weight: 700;
    margin-top: 15px;
    white-space: inherit;
    line-height: 1;
}
.btn.btn1:hover {
	background: #fff;
	border-color: #292929;
	color: #000;
	box-shadow: 0 1em 2em rgb(0 0 0 / 20%);
}

.btn.btn-white{
	background: #fff;
    color: #000;
    border: 2px solid #fff;
}
.btn.btn-white:hover{
    box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
    background: #FA8072;
    border-color: #000000;
    color: #ffffff;
}

.padding{
	padding-top: 4em;
	padding-bottom: 4em;
}

.text-black{
	color: #000 !important;
}

.heading{
    margin-bottom: 3em;
    text-align: center;
}
.heading h6{
    color: #d32525;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: .8em;
}

.bg-black{
    background: #000;
}


.logo1{
    width: 100px;
    transition: all .3s ease;
}

/*nav.navbar*/
nav.navbar {
    color: #fff !important;
    font-size: .9em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 20px;
}
nav.navbar .navbar-brand{
	color: #fff !important;
    font-size: 1.6em;
}

nav.navbar .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 20px;
}
nav.navbar .navbar-nav .nav-link:hover {
	color: #d32525 !important;
}
nav.navbar .navbar-nav .nav-link.active {
	color: #d32525 !important;
}

nav.navbar .navbar-toggler {
    border: 0;
    outline: none;
}

nav.navbar.fixed {
    background: rgb(0 0 0 / 85%);
    padding: 6px 15px;
    box-shadow: 0 2px 12px rgb(0 0 0 / 5%);
}
nav.navbar.fixed .logo1{
    width: 65px;
}
/*nav.navbar.fixed .navbar-nav .nav-link:hover {
    color: #000 !important;
}
nav.navbar.fixed .navbar-nav .nav-link.active {
    color: #000 !important;
}*/


.banner-section {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    padding-top: 7em;
}

.banner-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.banner-section .container {
  position: relative;
  z-index: 2;
}

.banner-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}


/*portfolio-section*/
.portfolio-section{

}
.portfolio-section .portfolio-row {
    padding: 0 5px;
}
.portfolio-section .portfolio-row .box {
    width: 20%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.portfolio-section .portfolio-row .box-in {
    padding: 15px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border: 1px solid #191919;
    border-radius: 6px;
    transition: all .3s ease;
}

.portfolio-section .portfolio-row .box-in:hover {
    border-color: #d32525;
    box-shadow: 0 2px 10px rgb(211 37 37 / 6%);
}

.portfolio-section .portfolio-row .box-in img {
    margin-bottom: 1em;
    width: auto;
    max-width: 70px;
    height: 60px;
    object-fit: contain;
}

.portfolio-section .portfolio-row .box-in .title {
    color: #fff;
    font-weight: 500;
}

.portfolio-section .portfolio-row .box-in:hover .title {
    color: #d32525;
}


/*contact-section*/
.contact-section {
    background: url(../images/bg-masthead.jpg);
    background-size: cover;
    background-position: center;
}
.contact-section .overlay{
    background: rgb(0 0 0 / 65%);
}

/*contact-section*/
.contact-section{

}

.contact-section .email-box {
    width: 100%;
    max-width: 400px;
    margin: auto;
    transition: all .3s ease;
}
.contact-section .email-box .fa-envelope {
    color: #fff;
    font-size: 4em;
    margin-bottom: 15px;
}
.contact-section .email-box:hover .fa-envelope {
    /*color: #d32525;*/
}
.contact-section .email-box h5 {
    color: #fff;
}
.contact-section .email-box a:hover h5 {
    text-decoration: underline;
}



















/*footer-section*/
.footer-section{
    background: #000;
    padding: 2em 0;
}
.logo-f{
    width: 100px;
}
.footer-section .copy{
    text-align: center;
    margin-top: 1em;
}
.footer-section .copy p{
    margin-bottom: 0;
    font-size: .82em;
    color: #ccc;
}
.footer-section .copy p a{
    color: #d32525;
}
.footer-section .copy p a:hover{
    color: #fff;
}

.footer-section .social {
    text-align: center;
}
.footer-section .social a{
    display: inline-block;
    color: #ccc;
    font-size: 1.1em;
    margin-right: 2px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 5px;
    border-radius: 2px;
    transition: all .5s ease;
}
.footer-section .social a:hover{
    color: #fff;
    background: #d32525;
}



