@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300&display=swap');
body{
  background-color: hwb(197 94% 4%);
  font-family: 'Cabin', sans-serif;
}
.navbar-nav{
    font-weight: 700;
    font-size: 15px;
}
.nav-link{
    color: #B37D10 !important;
    font-family: 'Cabin', sans-serif;   
}
.dropdown-item{
    color: #B37D10 !important;
    font-family: 'Cabin', sans-serif;  
    font-weight: bold;
}
.navbar{
    height: 60px;
}
nav.shadow {
    background: #333232 !important;
  }
.navbar-brand img {
    width: 150px !important;
    margin-top: 50px;
  }
  .navbar-nav {
    align-items: center;
  }
  .navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 1.1em;
    padding: 0.5em 1em;
  }
  @media screen and (min-width: 768px) {
    .navbar-brand img {
      width: 100px;
    }
    .navbar-brand {
      margin-right: 0;
      padding: 0 1em;
    }
  }
  .dropdown-item{
    margin: 5px;
}
.dropdown-item:focus{
    background-color: #B37D10 !important;
    color: white !important;
 }
.dropdown-item:hover{
    width:fit-content;
}
li:hover {
    cursor: pointer;
}

ul li ul {
    visibility: hidden;
  opacity: 0;
  min-width: 5rem !important;
    position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
    left: 0;
  display: none;
}

ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
} 
a{
    text-decoration: none;
    color: #B37D10;
}
/*-------------------------*/
.form{
    border: 1px solid #c9c8c8;
    height: 400px;
    width: 355px;
    background-color: white;
    margin-top: 180px;
    margin-bottom: 50px;
    padding: 30px;
    padding-top: 50px;
}
.form1{
    margin-top: -10px;
}
.row{
    margin-top: -20px;
}
.sub{
    padding-left: 30px;
    padding-right: 30px;
    background-color: #B37D10;
    border: #B37D10;
}
.sub:hover{
  background-color: #333232;
  border: #333232;
}
input{
  border-color: #c48507 !important;
}
#only{
    margin-top: -10px;
    font-weight: 100;
    font-size: 13px;
}
#here{
    text-decoration: none;
}
.id{
  font-size: 12px;
  margin-top: 5px;
}
.form-control {
  z-index: 1;
  width: 100%;
  height: 35px;
  border-radius: 0;
  font-size: 15px;
  margin-left: 20px;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #9b9b9b;
  background-color: transparent;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
  border-width: 2px;
  border-color: #c48507;
}
/*-------------------------------------------*/
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #333232;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #cecccc;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 100px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #ede9e9;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color:  #c48507;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #f6f6f7;
}
.insta-bg{
    background: #fdfbfb;  
}
.twitter-bg{
  background: #fcfdfd;
}
.linked-bg{
  background: #f6f7f9;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background:  #B37D10;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #B37D10;
}
.footer-widget ul li a {
  color: #cecdcd;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #333232;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background:  #B37D10;
    padding: 13px 20px;
    border: 1px solid  #B37D10;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 15px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  
  margin-top: 15px;
  color: #878787;
}
.copyright-text p a{
  color:  #B37D10;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color:  #B37D10;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
  /*---------------------------------------------------------------*/
  @media screen and (max-width:600px){
    .navbar-toggler-icon{
        background-color:#B37D10;
    }
    .navbar-toggler{
      margin-top: -60px;
    }
    .navbar-nav{
      margin-left: 120px;
      height: 350px !important;
      background-color: #202020;
    }
    .navbar-brand img{
      margin-top: -0px;
      width: 100px !important;
    }
    .navbar{
      height: 70px;
    }
    .form{
        width:350px;
        border: none;
        height: 395px;
        margin-top: 140px;
    }
    .sub{
        padding-right: 80px;
        padding-left: 80px;
    }
}
@media  (min-width:600px) and (max-width:768px){
    .navbar-toggler-icon{
        background-color:#B37D10;
    }
    .navbar-nav{
        margin-left: 180px;
    }
}
@media (min-width:768px) and (max-width:992px){
    .navbar-toggler-icon{
        background-color:#B37D10;
    }
    .navbar-nav{
        margin-left: 120px;
    }
}
@media  (min-width:992px) and (max-width:1200px){
    .navbar-nav{
        margin-left: 120px;
    }
}
@media (min-width:1200px) and (max-width:1400px) {
    .navbar-nav{
        margin-left: 300px;
    }
}
