/**************************************

	Global CSS
	<a href="index.html">Home</a>
	Gabriel Tavares
	Version: 3

**************************************/

@import url("https://fonts.googleapis.com/css?family=Arimo:400,700|Roboto:300i,400,400i,500,700|Material+Icons&display=swap");
@font-face {
  font-family: 'Horizon';
  src: url('../fonts/horizon.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body { 
	font-family: Roboto, sans-serif;
  background-color: #fff;
}

h1, h2, h3 {
  font-family: 'Horizon', sans-serif;
}

p {
	color: #7E7E7E;
	letter-spacing: 1px;
}

h5 {
  font-size: 1rem !important;
  letter-spacing: .125rem;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin-top: 2rem;
}

.secondary-font span {
  font-size: 0.8rem;
  letter-spacing: .3rem;
}

.main-content {
	margin-left: 260px;
}

.main-content .row {
	justify-content: center;
}

/* Navbar */
.gfg { 
	height: 50px; 
	width: 50px; 
} 

.mynav { 
	color: #fff;
} 

.mynav li a {
  font-family: 'Horizon', sans-serif;
	color: #fff;
	text-decoration: none;
	/** letter-spacing: 3px; **/
	width: 100%;
	display: block;
	border-radius: 5px;
	padding: 8px 5px;
}

.mynav li a.active { 
	background: rgba(114,184,226, 0.5);
} 

.mynav li a:hover { 
	background: rgba(114,184,226, 0.5);
} 

.mynav li a i { 
	width: 25px;
	text-align: center; 
}

.navbar-brand img {
	/** width: 100%;
	padding: 1em 0; **/
  width: 230px;
}

#bdSidebar {
	--bs-offcanvas-width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  /* z-index: 1000; */
}

/* .notification-badge { 
	background-color: rgba(255, 255, 255, 0.7); 
	float: right; 
	color: #222; 
	font-size: 14px; 
	padding: 0px 8px; 
	border-radius: 2px; 
}

.offcanvas-xl {
	--bs-offcanvas-width: 300px;
} */

.nav-bg {
	/*background-color: #3B3B3C !important;*/
  background-color: rgba(59, 59, 60, 0.8) !important;
}

.footer-icons i {
	font-size: 2em;
	color: #fff;
}

.footer-icons i:hover {
	color: rgb(114,184,226)
}

.footer-icons .row {
	width: 100%;
	justify-content: space-evenly;
}


/* Box Values */
.catalogue .box-grid .item .box {
  height: 450px;
}

.team .box-grid .item .box {
  height: 600px;
}

.testimonials .box-grid .item .box {
  height: 600px;
}

.box-grid .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.team .box-grid .item {
  margin-bottom: 30px;
}

.catalogue .box-grid .item {
  margin-bottom: 30px;
}

.testimonials .box-grid .item {
  margin-bottom: 30px;
}

.box-grid .item .box {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.box-grid .item .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  transition: top 0.3s ease-in;
  opacity: 0;
  overflow: hidden;
}
  
.box-grid .item:hover .cover {
  opacity: 1;
  top: 0;
}

.box-grid .item .cover-inner {
  opacity: 0;
  transition: opacity 0.4s 0.2s ease-in;
}

.box-grid .item:hover .cover-inner {
  opacity: 1;
}

.box-grid .item .cover-inner p.title {
  transform: translateY(-100%);
  transition: transform 0.4s 0.2s ease-in;
}

.box-grid .item:hover .cover-inner p.title {
  transform: translateY(0);
}

.s-link i {
  color: #000;
  font-size: 3rem;
  display: inline-block;
  width: 40px;
  margin-left: 6px;
  margin-right: 1rem !important;
  border-radius: 100%;
}

.s-link {
  opacity: 0;
  transition: opacity 0.4s 0.2s ease-in;
}

.box-grid .item:hover .s-link {
  opacity: 1;
}

.box-grid .item .social-inner {
  transition: transform 0.4s 0.2s ease-in;
  transform: translateY(100%);
}

.box-grid .item:hover .social-inner {
  transform: translateY(0);
}

.box-grid .item .name {
  font-weight: bold;
  margin-bottom: 8px;
}

.box-grid .item .title {
  margin: 1rem;
}

.team .box-grid .item .title {
  margin: 1.25rem;
}

.box-grid .social {
  font-size: 18px;
}

.box-grid .social a {
  color: inherit;
  margin: 0 10px;
  display: inline-block;
  opacity: 0.7;
}

.box-grid .social a:hover {
  opacity: 1;
}

.cover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 15px solid rgba(115,115,115,0.5);
}

.box .box-intro.light-txt h5 {
  color: #fff;
	font-size: 1rem;
}

.box .box-intro.light-txt span {
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
}

.box .box-intro h5, .box .box-intro.light-txt span {
  margin-bottom: 0px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}

.box .box-intro {
  position: absolute;
  right: 0;
  bottom: 30px;
  background: rgba(0, 0, 0, .7);
  padding: 0 20px 10px;
  width: 80%;
  text-align: right;
}


/* Home Gallery */
#gallery {
  -webkit-column-count:3;
  -moz-column-count:3;
  column-count:3;

  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}

#gallery img, #gallery video {
  width:100%;
  height:auto;
  margin: 2% auto;
  /* box-shadow:-3px 5px 15px #000; */
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}


/* Services Section */
.services i {
  color: #3b3b3c;
  font-size: 3rem;
}

.services .card {
  height: 100%;
}

.services .pp-4 {
  padding: 0 2rem;
}

.services .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) rgba(114,184,226, 1) !important;
}

.mb-auto{
  margin-bottom:auto!important
}

/* Contact Page */
.contact-us p {
	margin-bottom: 0;
}

/* .contact-mar {
	margin-left: 4rem;
	margin-right: 4rem; 
} */

.map {
	margin: 3rem 0;
}


/* Terms and Privacy Section */
h5 {
  font-size: 1rem !important;
  letter-spacing: .125rem;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin-top: 2rem;
}

.terms-privacy a {
  color: rgb(114,184,226)
}

.terms-privacy ul {
  list-style: none;
  padding-left: 0;
}