/* Basic Header */
 header{
  background-color: #111;
 }
 .headercontainer{
  display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: nowrap;
    padding: 20px 80px;
 background-color: #111;
 
 }

/* Logo */
.logo {
  font-size: 22px;
  font-weight: bold;
}
.logo img{
    width: 100px;
height: auto;
opacity: 1;
}
#header-content{
    display: flex;
    flex-wrap: nowrap;
    gap: 4rem;
    
    align-items: center;
    justify-content: space-between;
    a{
        font-family: DM Sans;
     font-weight: 400;
     font-style: Regular;
     color: #FFFFFF;  
    }
    
    
}
#headerlogin{
  display: flex;
 width: 109px;
height: 45px;
opacity: 1;
gap: 8px;
padding-top: 12px;
padding-right: 20px;
padding-bottom: 12px;
padding-left: 20px;
border-radius: 12px;
border-width: 2px;
border: 2px solid #C8A648;
background-color:   transparent;
font-family: DM Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #C8A648;
}
#headingpost{
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    background-color: #C8A648;
    font-weight: 600;
    color: #111;
}
.headerendbtns{
  display: flex;
  gap: 20px;
}
 
/* Desktop Menu Links */
.nav-links {
  
  display: flex;
  align-items: center;
   gap: 20px;
}

.nav-links  a {

    text-decoration: none;
  font-family: DM Sans;
font-weight: 400;
font-style: Medium;
 font-size: large;
color:  #F7F7F7;
}
/* Dropdown Desktop */
.dropdown {
  position: relative;
}

.dropbtn{
    height: 50px;
    background:none;
    display: flex;
    gap: 3px;
  border: none;
  color: #fff;  
  cursor: pointer;

    align-items: center;
    justify-content: center;
}
.dropbtn .dropdown-header{
    color:goldenrod;
}

.dropdown-content {
  position: absolute;
  top: 75px;
  left: 0;
  background: white;
  color: #111;
  min-width: 450px;
  z-index:10;
  display: none;
  flex-direction: column;
  padding: 15px 0;
  border-radius: 16px;
  box-shadow: 0 10px 10px rgba(0,0,0,0.15);
}

.dropdown-content a {
  padding: 10px 15px;
  display: block;
  color: #111;
  text-decoration: none;
 font-family: DM Sans;
font-weight: 600;
font-style: SemiBold;


}
.dropdown-content .drphead{
    color: #C8A648;
    border-bottom: #C8A648 2px solid;
}

#twosubdropdwon{
    
    display: flex;
    align-items: start;
    justify-content: space-between;
    
    /* background-color: red; */
}
#rightdrp{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    /* background-color: #111; */
}
#leftdrp{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
text-align: center;
width:40%;
    /* background-color: #111; */
}
#line{
     width: 2px;
    background-color: rgb(223, 221, 221);
    height: 400px;
}
.headunderline{
    text-align: center;
    border-bottom: 2px solid rgb(223, 221, 221);
    color: black;
    font-weight: bold;
    padding: 0px 10px;
}
/* MOBILE DROPDOWNS */
.mobile-dropdown-btn {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  text-align: left;
  padding: 12px 20px;
  cursor: pointer;
}

.mobile-dropdown-content {
  display: none;
  flex-direction: column;
  background: #333;
  margin-left: 20px;
  border-left: 2px solid #555;
}

.mobile-dropdown-content a {
  color: #fff;
  padding: 10px;
  display: block;
}


/* Sidebar Styles (just important ones) */


  
img{
    width:20px;
}
/* Hamburger Button */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 28px;
  height: 3px;
  background: white;
  display: block;
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100%;
  background: #222;
  transition: 0.4s ease;
  padding-top: 20px;
  z-index: 9999;
}

.sidebar.active {
  right: 0;
}
 
 
 
#side-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    margin-bottom: 30px;
    /* background-color: red; */
    img{
        width: 40%;
        height: auto;
        opacity: 1;
    }
    .close-btn{
        font-size: 30px;
        color: white;
        cursor: pointer;
    }
    
}
.loginbtnheader{
       display: flex;
       align-items: center;
       justify-content: center;
        /* background-color: blueviolet; */
        h4{
            font-family: DM Sans;
            font-weight: 600;
            font-style: SemiBold;
            font-size: 20px;
            leading-trim: NONE;
            line-height: 100%;
            letter-spacing: 0%;
            color: white;
            padding: 12px 20px;
        
            border: 1px solid #C8A648;
            border-radius: 12px;
            opacity: 1;
        }
    }
.sidebar ul li {
   list-style: none;
   border: #C8A648 1px solid;
   padding: 10px 20px;
   width: 80%;
    margin: 10px auto;
    border-radius: 10px;
    a{
        text-decoration: none;
        font-family: DM Sans;
        font-weight: 400;
        font-style: Medium;
         font-size: large;
        color:  #F7F7F7;
    }
}
#sidevarpost{
  background: #C8A648;
color: black;
 font-family: DM Sans;
border-radius: 12px;
padding-top: 12px;
padding-right: 24px;
padding-bottom: 12px;
padding-left: 24px;
border: none;
}
/* icons  */
 

/* Responsive Rules */
@media (max-width: 992px) {
 .headerendbtns{
  display: none;
 }
  header{
    
      padding: 10px 10px;
  }
  .nav-links,
  .nav-buttons {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }
  .logo img{
  width: 80px;
  
  }
   .headercontainer{
  display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: nowrap;
    padding: 20px 20px;
 background-color: #111;
 
 }
}

@media (min-width: 993px) {
  .sidebar {
    display: none;
  }
}
