.headersection {
  position: sticky;
  top: 0;
  left: 0;
  max-width: 1800px;
  margin: auto;
  width: 100%;
  display: flex;
  place-items: center;
  justify-content: space-between;
  color: rgb(220, 220, 220);
  z-index: 98;
  padding: 5px 4.2%;
  background-color: white;
}

.headersection .logo-sec {
  width: 25%;
  /* background-color: #ff66001b; */
}

.headersection .logo-sec img {
  width: 210px;
  margin-top: -5px;
}

.headersection .details {
  display: flex;
}

.headersection .details .box {
  margin: 0 20px;
  display: flex;
  place-items: center;
}

.headersection .details .box img {
  width: 35px;
  height: fit-content;
  margin-right: 10px;
}

.headersection .details .box:first-child img {
  width: 45px;
  margin-top: -5px;
}

.headersection .details .box .tx p {
  margin: 0;
  font-size: 14.5px;
  margin-bottom: -3px;
  color: black;
}

.headersection .details .box .tx h5 {
  color: #28190f;
  font-size: 16px;
}

.social-m {
  display: flex;
  color: rgb(196, 196, 196);
}

.social-m p {
  margin: 0;
  margin-right: 5px;
  margin-top: -3px;
}

.social-m .icon {
  background-color: #57331b27;
  height: fit-content;
  margin: 0 5px;
  border-radius: 50%;
  padding: 3px;
}

.social-m .icon:hover {
  background-color: #28190f;
}

.social-m img {
  width: 30px;
  padding: 3px;
  height: fit-content;
  cursor: pointer;
  filter: brightness(0);

}

.social-m img:hover {
  filter: brightness(1);

}





nav {
  position: sticky;
  top: 95px;
  left: 0;
  max-width: 1800px;
  margin: auto;
  height: fit-content;
  /* background-color: #fffffff1; */
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
  z-index: 99;
  transition: background-color 0.5s ease-in-out;
}

nav.scrolled {
  /* background-color: #fffffff9; */
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
}

nav .navbar {
  max-width: 1800px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

.active {
  background-color: black;
}

.navbar .logo {
  width: 348px;
  text-align: center;
  background-color: rgb(0, 0, 0);
  margin-left: -90px;
  margin-top: -40px;
  padding-bottom: 0px;
  padding-right: 40px;
  display: none;
}

.navbar .logo a {
  font-size: 24px;
  color: #ff6600;
  text-decoration: none;
  font-weight: 600;
  padding: 5px;
  margin-top: 20px;
  line-height: 20px;
}

.navbar .logo a img {
  width: 130px;
  margin-bottom: -2px;
}

.navbar .logo .tx {
  display: none;
}


nav .navbar .nav-links {
  /* line-height: 50px; */
  width: 80%;
  margin-left: -5%;
  margin-top: -10px;
  padding-left: 8%;
  background-color: #28190f;
  border-radius: 0 60px 60px 0;
  /* padding-top: 10px; */
}

nav .navbar .btn {
  display: flex;
  width: fit-content;
  place-items: center;
  padding: 10px 35px;
  margin-top: -10px;
  border-radius: 40px 0 40px 40px;
  margin-left: -15%;
  background-color: #916e5d;
  color: white;
}

nav .navbar a {
  text-decoration: none;
  list-style: none;
}


nav .navbar .btn img {
  width: 35px;
  height: fit-content;
  margin-right: 10px;
}

nav .navbar .btn p {
  margin-bottom: 0;
  margin: 0;
  margin-bottom: -3px;
  font-size: 12.1px;
  margin-top: 0px;
  text-align: left;
  color: rgb(239, 239, 239);
  font-weight: 400;
  text-transform: uppercase;
}

nav .navbar .links {
  display: flex;
}

nav .navbar .links li {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 70px;
  /* justify-content: space-between; */
  list-style: none;
  padding: 0 15px;
  margin-bottom: -15px;
}

nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  /* font-family: Arial, Helvetica, sans-serif; */
  transition: color 0.5s ease-in-out;
}

nav .navbar .links li:hover a {
  color: #d9ad96;
}

nav .navbar .links li:first-child a {
  color: #d9ad96;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
  transform: rotate(180deg);
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrowB {
  transform: rotate(180deg);
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrowC {
  transform: rotate(180deg);
}

nav .navbar .links li .arrow {
  height: 100%;
  width: 22px;
  line-height: 70px;
  margin-bottom: 0px;
  text-align: center;
  display: inline-block;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  /* color: aqua; */
  /* display: none; */
}

nav .navbar .links li .sub-menu {
  position: absolute;
  top: 70px;
  left: 0;
  background-color: #916e5d;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.271);
  border-radius: 0 0 4px 4px;
  display: none;
  border-radius: 0px 0px 10px 10px;
  z-index: 2;
  padding-bottom: 30px;
}

.navbar .links li .sub-menu li {
  padding: 0 30px;
}

nav .navbar .links li .sub-menu li a {
  float: left;
  width: 100%;
  color: rgb(255, 255, 255);
  padding: 8px 0;
  line-height: normal;
}

nav .navbar .links li .sub-menu li a:hover {
  color: #000000;
}

.a-list {
  line-height: 18px;
  margin: 10px 0;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
  display: block;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu2 {
  display: block;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu3 {
  display: block;
}


.navbar .links li .sub-menu a {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 500;
}

.navbar .links li .sub-menu-b a {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 500;
}

.navbar .links li .sub-menu-c a {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
  line-height: 40px;
  display: none;
}

.navbar .links li .htmlCss-more-sub-menu {
  line-height: 40px;
}

.navbar .links li .sub-menu .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
  display: block;
}

.navbar .nav-links .sidebar-logo {
  display: none;
}

.navbar .bx-menu {
  display: none;
  /* background-color: rgb(181, 241, 15); */
  text-align: right;
  /* margin-left: 220px; */
  justify-content: flex-end;
}


@media (max-width:920px) {
  nav {
    padding-left: 0;
    margin-left: 0;
    top: 0;
    place-items: center;
    background-color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

  }

  nav .navbar {
    max-width: 100%;
    padding: 0px 0;
    padding-left: 0px;
    padding-right: 20px;
    place-items: center;

  }

  nav.scrolled {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }

  nav .navbar .links li .arrow {
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: rgb(0, 0, 0);
    transition: all 0.3s ease;
  }

  nav .navbar .links li .sub-menu {
    margin-left: 0;
    flex-direction: column;
    background: rgba(243, 242, 242, 0);
    height: 180px;
  }

  nav .navbar .links li .mobileScreenMen {
    height: 280px;

  }

  nav .navbar .links li .sub-menu li a {
    color: rgba(0, 0, 0, 0.941);
  }

  nav .navbar .links li a {
    color: rgb(0, 0, 0);
  }

  nav .navbar .links li {
    margin: 0;
    padding: 0;
    line-height: 50px;
    border-bottom: 0.2px solid rgba(0, 0, 0, 0.303);

  }

  nav .navbar .nav-links {
    margin-left: 0;
  }

  .mean {
    font-size: 10px;

  }

  nav .navbar .links li .sub-menu li a {
    width: 100%;
  }

  nav .navbar .links li .sub-menu li {
    flex-direction: column;

  }


  nav .navbar .logo a {
    margin-left: 20px;
    margin-top: 30px;
  }

  nav .navbar .links li {
    padding: 0 10px;
  }

  nav .navbar .links li a {
    /* font-size: 15px; */
  }
}

@media (max-width:800px) {
  nav {
    /* position: relative; */
    overflow: hidden;
  }

  .navbar .bx-menu {
    display: block;
    margin-left: 5%;
    margin-top: -5px;
  }

  nav .navbar .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background-color: #ffffff;
    line-height: 40px;
    overflow-y: scroll;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
    border-radius: 0;
    height: 120%;
  }

  nav .navbar .nav-links ul li:last-child {
    border: none;
  }

  .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;

  }


  .navbar .logo {
    width: 210px;
    margin-top: 0px;
    height: auto;
    position: relative;
    border: none;
    margin-left: -10px;
    clip-path: none;
    background-color: transparent;
    display: block;
  }

  .navbar .logo a img {
    width: 100%;
  }

  .navbar .logo a {
    font-size: 20px;
  }

  .sidebar-logo i,
  .navbar .bx-menu {
    font-size: 28px;
    color: rgb(0, 0, 0);

  }

  nav .navbar .links {
    display: block;
    /* margin-top: 20px; */
  }

  nav .navbar .links li .arrow {
    line-height: 40px;
  }

  nav .navbar .links li {
    display: block;
  }

  nav .navbar .links li .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    display: none;
  }

  nav .navbar .links li .sub-menu-b {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    display: none;
    margin-top: 10px;
  }

  nav .navbar .links li .sub-menu-c {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    display: none;
    margin-top: 10px;
  }

  nav .navbar .links li .sub-menu li {
    border-bottom: none;
  }

  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
    position: relative;
    left: 0;
  }

  .navbar .links li .sub-menu .more-sub-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow {
    transform: rotate(0deg);
  }

  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
  }

  .navbar .links li .sub-menu .more span {
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu {
    display: none;
  }

  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu {
    display: none;
  }

  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu2 {
    display: none;
  }

  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu3 {
    display: none;
  }

  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show4 .links .js-sub-menu2,
  .navbar .nav-links.show5 .links .js-sub-menu3,
  .navbar .nav-links.show2 .links .more .more-sub-menu {
    display: block;
  }

  .navbar .nav-links.show1 .links .htmlcss-arrow,
  .navbar .nav-links.show3 .links .js-arrow,
  .navbar .nav-links.show4 .links .js-arrowB,
  .navbar .nav-links.show5 .links .js-arrowC {
    transform: rotate(180deg);
  }

  .navbar .nav-links.show2 .links .more-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width:370px) {
  nav .navbar .nav-links {
    max-width: 100%;
  }





}




@media screen and (max-width: 900px) {
  .headersection {
    padding: 0;
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 5px;
    place-items: center;
    display: none;
  }

  .headersection p {
    font-size: 14px;
    margin-bottom: 0;
  }



  .header-flag {
    display: none;
  }

  .header-flag img {
    width: 40px;
    height: 20px;
    margin-top: 2px;
    margin-top: 8px;
  }

  .headersection .header-icons a {
    margin-top: 10px;
  }

  .header-contact {
    height: 10px;
  }

  .header-contact .Numb-sec {
    margin-top: -18px;
  }

  .header-contact .Numb-sec p {
    font-size: 12px;
  }

  .header-contact .Numb-sec p img {
    width: 16px;
  }



  nav .navbar .btn {
    font-size: 10px;
    padding: 5px 15px;
    margin-left: -30px;
    margin-top: -10px;
    display: none;
  }

  .btnSecForMobile {
    display: none;
  }

  nav .navbar .btn p {
    font-size: 15px;
    display: none;
  }

  nav .navbar .btn img {
    margin-left: 0;
  }

  .headersection .social-m {
    padding-left: 10px;
    right: 10px;
    display: none;
  }

  .headersection .social-m p {
    display: block;
  }

  .headersection .social-m img {
    margin-left: 5px;
  }


  .social-m img {
    width: 20px;
  }


  .navbar .logo .tx {
    display: block;
    top: 0;
    font-size: 28px;
    font-weight: 700;
    right: -45px;
    margin-top: 20px;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(0, 0, 0);
    position: absolute;
  }


  nav .navbar .links li:first-child a {
    color: #916e5d;
  }


}