@import url('https://fonts.googleapis.com/css?family=Nunito+Sans|Poppins:700|Raleway|Lato&display=swap');

@font-face {
  font-family: 'Gilroy';
  src: url('Gilroy-ExtraBold.woff2') format('woff2'),
      url('Gilroy-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

body,html{
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:0;
  padding:0;
}

.navbar-light .navbar-brand{
  font-family: 'Gilroy';
  font-size: 40px;
  color: #fff;
}

.navbar-light .nav-item .nav-link {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s;
  text-transform: uppercase;
}

.navbar-light .nav-item a:hover {
  color: #fff !important;
  background-color: #e1b12c;
  border-radius: 10px
}

.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 1);
  border-style: none !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  transition: all .3s;
  transform: translateY(-100%);
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 13px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 4px 13px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 13px -2px rgba(0,0,0,0.75);
}

.scrolled {
  background-color: transparent;
}

.scrolled .nav-item .nav-link {
  color: #000;
  transition: all 0.3s;
}

.scrolled:before {
  transform: translateY(0);
}

.scrolled .navbar-toggler {
  color: rgba(0, 0, 0, 1);
  border-style: none !important;
}

.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.scrolled .navbar-brand{
  color: #000;
  transition: all 0.3s;
}
.btn-white-bordered {
  padding: 8px 24px!important;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  background-color: #ffc107;
  color: #000;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-align: center
}

.nav-float {
  font-size: 2rem!important
}

#home .container-fluid{
  padding-left: 0;
  padding-right: 0;
}

.section_welcome {
  padding-top: 90px;
  padding-bottom: 70px;
  color: #fff;
}

.section_welcome>.container,
.section_welcome>.container>.row {
  height: 100%
}

@media (min-width:768px) {
  .section_welcome {
    height: 100vh;
    padding-top: 70px;
    padding-bottom: 0
  }
}

.section {
    padding-top: 95px;
    padding-bottom: 1rem
}

h2 {
    font-family: 'Poppins', serif;
    color: #ffc107
}

h1 {
    font-family: 'Poppins', serif;
    font-size: 2.2rem;
    color: #ffc107;
    text-shadow: 3px 3px 10px #000
}

.sub-heading {
  font-family: 'Nunito Sans', cursive;
  font-size: 1.1rem;
  color: #fff;
  text-shadow: 3px 3px 10px #000
}

.section_welcome a{
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.5rem 2rem;
}

.sub-title {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    margin: auto;
}

.menu {
    object-fit: cover;
    height: 200px;
    width: 400px
}

#map {
    height: 100%;
    width: 100%
}

.card {
    margin: 0 auto
}

.btn.btn-social-icon {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 1.25rem
}

.btn.btn-rounded {
    border-radius: 50px
}

.btn-facebook {
    background: #3b579d;
    color: #fff
}

.btn-whatsapp {
    background: #25d366;
    color: #fff
}

.btn-instagram {
    background: #5851db;
    color: #fff
}

.btn-email {
    background: #d44638;
    color: #fff
}

.btn-facebook:hover,
.btn-facebook:focus {
    background: #2d4278;
    color: #fff;
    transition: background .5s ease 0s
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    background: #1c9e4d;
    color: #fff;
    transition: background .5s ease 0s
}

.btn-instagram:hover,
.btn-instagram:focus {
    background: #405de6;
    color: #fff;
    transition: background .5s ease 0s
}

.btn-email:hover,
.btn-email:focus {
    background: #b23121;
    color: #fff;
    transition: background .5s ease 0s
}

.social {
    margin-bottom: 0;
}
.wrapper{
  width: 70rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
.client-carousel .img-area{
  margin-left: auto;
  margin-right: auto;
}
.owl-dots{
  text-align: center;
}

@media only screen and (max-width:320px){
  .wrapper{
    width: 70vw;
  }
}

@media only screen and (max-width:1000px){
  .wrapper{
    width: 70vw;
  }
}

.logo-contact{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width: 50px;
  height: 50px;
	font-size:30px;
	background-color:#ffc107;
	border-radius:50px;
	color:white;
}