header {
  background-color: #96928ee6;
  color: #F2F6D0;
  z-index: 1000;
}

header a {
  color: #F2F6D0;
}

header::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(242, 246, 208, 0.1);
  position: absolute;
  left: 0;
  bottom: -20px;
}

.nav-link {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
}

.login {
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 25px;
  text-transform: uppercase;
}

.contact a:hover,
.login:hover {
  color: #D98324;
  text-decoration: none;
}

.login i {
  color: #D98324;
  margin-right: 8px;
}

.navbar-brand h1 {
  margin: 0;
}

.social {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.social li:not(:last-child) {
  margin-right: 20px;
}

.social a {
  font-size: 14px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #D98324;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
}

.social a:hover {
  color: #F2F6D0;
  background-color: #D98324;
}

.navbar-brand img {
  width: 135px;
}

.navbar-collapse .search-form input[type="text"] {
  border: 1px solid #EFDCAB;
  color: #333;
  padding: 1.5625rem 0.625rem;
}

.navbar-collapse .search-form .btn {
  margin-top: 0;
  border-radius: 0;
  margin-left: -1px;
}

.navbar-collapse .nav-link {
  font-size: 1.125rem;
  transition: all 0.2s ease-in-out;
}

.navbar-collapse .nav-link:hover {
  color: #D98324;
}

.cart,
.login-icon,
.search-icon {
  color: #F2F6D0;
  font-size: 1.5rem;
}

.cart:hover,
.login-icon:hover,
.search-icon:hover {
  color: #D98324;
}

.cart {
  margin-left: 20px;
}

form input.btn-primary:hover,
form button.btn-primary:hover {
  background-color: #EFDCAB;
  color: #443627;
}

/*-----------------------------------
    1 - Hero
------------------------------------*/
.hero {
  background: no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.hero .container {
  position: relative;
  z-index: 5;
}

.hero .slide-content {
  min-height: 600px;
  color: #F2F6D0;
}

.hero .slide-content span {
  color: #D98324;
}

.hero .slide-content h1 {
  color: #000000;;
  text-shadow: -3px -2px 0px rgb(255 255 255);
}

.hero .slide-content p {
  color: #EFDCAB;
  background-color: rgba(68, 54, 39, 0.6);
}

.hero .slide-content .btn {
  margin-top: 50px;
}

.hero .slide-content .btn:last-child {
  margin-left: 30px;
}

.hero .arr-left,
.hero .arr-right {
  font-size: 5rem;
  display: block;
  color: #000000;
  text-align: center;
  position: absolute;
  top: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.hero .arr-left:hover,
.hero .arr-right:hover {
  cursor: pointer;
  color: #000000;
}

.hero .arr-right {
  right: 15px;
}
.hero .arr-left {
  left: -15px;
}

.hero .diag-bg {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.hero .texture {
    width: 100%;
    min-height: 100vh;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

body, html {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .hero .texture {
    background-size: cover;
    min-height: 68vh;
  }
}

.hero::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(242, 246, 208, 0.02);
  position: absolute;
  left: 0;
  bottom: 29%;
}

.hero::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(242, 246, 208, 0.02);
  position: absolute;
  left: 0;
  bottom: 58%;
}

.description-text {
    border-radius: 8px;
    font-size: 5rem;
    display: inline-block;
    margin-bottom: 3.6rem;
    color: #000000;
}

.fa-style{
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form-check-label a {
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
}
