@font-face {
font-family: 'Gotham';
src: url('../font/Gotham-Black.woff2') format('woff2'),
url('../font/Gotham-Black.woff') format('woff');


}
html,
body,
.view {
height: 100%; }

.carousel {
height: 100%; }
.carousel .carousel-inner {
height: 100%; }
.carousel .carousel-inner .carousel-item,
.carousel .carousel-inner .active {
height: 100%; }
/* Navbar animation */
.top-nav-collapse {
background-color: #1C2331; }

.page-footer {
background-color: #1C2331; }
.search-form .form-group input.form-control::-webkit-input-placeholder{
  display:none;
}
.search-form .form-group input.form-control::-moz-placeholder{
  display:none;
}
.navbar-right{
  min-width:450px; /*or I can probably just use columns*/
}
.navbar-right form{
  width:100%;
}
.form-group{
  position:relative;
width:0%;
  min-width:60px;
height:60px;
overflow:hidden;
transition: width 1s;
backface-visibility:hidden;
}
.form-group input.form-control{
  position:absolute;
  top:0;
  right:0;
  outline:none;
  width:100%;
  height:60px;
  margin:0;
  z-index:10;
}
input[type="text"].form-control{
  -webkit-appearence:none;
  -webkit-border-radius:0;
}
.form-control-submit,
.search-label{
  width:60px;
  height:60px;
  position:absolute;
  right:0;
  top:0;
  padding:0;
  margin:0;
  text-align:center;
  cursor:pointer;
  line-height:60px;
  background:white;
}
.form-control-submit{
  background:#fff; /*stupid IE*/
    opacity: 0;
  color:transparent;
  border:none;
  outline:none;
  z-index:-1;
}
.search-label{
  z-index:90;
}
.form-group.sb-search-open,
.no-js .sb-search-open{
  width:100%;
}
.form-group.sb-search-open .search-label,
.no-js .sb-search .search-label {
  background: #da6d0d;
  color: #fff;
  z-index: 11;
}
.form-group.sb-search-open .form-control-submit,
.no-js .form-control .form-control-submit {
  z-index: 90;
}
.navbar .form-control{
background-color: #f5f4c600;
background-clip: padding-box;
border: 2px solid #fefccb59;
border-radius: 1.25rem;
}
.navbar{
font-family: 'Poppins', sans-serif;
font-weight: 600;
margin-top: 1rem;
}
.navbar .nav-link{
padding-right: 59px!important;
}
.navbar-nav{
margin-right: 127px;
}
.navbar a{
color: #f5f2f2!important;
}

.heading{
font-size: 2rem;
}
.heading a{
font-family: 'Gotham';
    font-weight: 900;
    font-size: 1.5em;
    margin-top: 3rem;
    background: -webkit-linear-gradient(#eae0e152, #cdbab6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    text-decoration-line: none;
}

.name h1{
padding-top: 10rem;
font-family: 'Gotham';
font-weight: 900;
font-size: 5rem;

}
.name .btn-success{
color: #fff;
background-color: #34765e;
border-color: #34765e;
border-radius: 0.3rem!important;
padding: 0.8rem 3rem!important;
font-family: 'Montserrat', sans-serif;
}
.name p{
color: #9e541f;
line-height: 2;
font-family: 'Montserrat', sans-serif;

}
.slides{
padding-top: 4rem;
}
.owl-carousel .owl-item.big img
{
height: 55vh;
}
.owl-carousel .owl-item.medium img {
height: 47vh;

}
.owl-carousel .owl-item.medium div {
margin-top: 1.5rem;

}
.first-slide{
border-radius: 0.5rem!important;
width: 275px!important
}
.first-slide-small{
border-radius: 0.5rem!important;
width: 275px!important
}
.owl-item h6{
color: #fff;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
}
.owl-item .fas{
color: #fff;
font-size: .5rem;
}
.slider{
padding-left: 6rem;
right: 0;
position: absolute;
}
.owl-nav{
text-align: left!important;
}
.owl-theme .owl-nav [class*='owl-']{
color: #FFF;
margin: 5px;
padding:  1rem 1.5rem 1.3rem;
background: #d4bcb085;
display: inline-block;
cursor: pointer;
border-radius: 4rem;
}
.owl-theme .owl-nav [class*='owl-']:hover{
background:#dec5b994;
text-decoration: none;
}
.fa-chevron-right,.fa-chevron-left{
color: #ffff;
}
.carousel-control-next, .carousel-control-prev{
position: absolute;
top: 0;
bottom: 42px;
z-index: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: flex-end;
align-items: flex-end;
-ms-flex-pack: flex-end;
width: 15%;
color: #fff;
text-align: flex-end;
opacity: .5;
transition: opacity .15s ease;
}
.owl-theme .owl-nav{
  margin-top: 0px!important;
}
