* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: white;
  color: #000;
  font-size: 18px;
  letter-spacing: -0.015em;
  font-family: "Lato", sans-serif;
  height: 200vh;
}

.menu-button-open,
.menu-button-close,
.sub-menu-button-close,
.mobile-button{
  display: none;
}

/*****header*****/
.header1 {
  position: fixed;
  background: #fff;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  height: 101.59px;
}

.header-inner{
  max-width: 1098px;
  margin: auto;
}

.header-logo-nav {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
}

/******logo*****/
.logo-image{
  display: block;
  float: left;
  margin-top: 17px;
  margin-right: 10px;
}

.logo-image >a > img {
  width: 378px;
  height: 46px;
  margin-top: 10px;
}

/*****contact section*****/
.header-contact {
  float: right;
}

.header-contact-content {
  background-color: #c6bfe2;
    cursor: pointer;
    float: left;
    letter-spacing: 1.2px;
    font-size: 12px;
    height: 30px;
    width: 298px;
    box-sizing: border-box;
    padding-left: 17px;
    margin-right: 1px;
}

.header-contact-content > img{
  margin-top: 6px;
  float: left;
}

.header-contact-content > span{
  float: left;
  padding-top: 10px;
  color: #040069;
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
  padding-left: 15px;
  letter-spacing: 1.2px;
  text-decoration: none;
}

.lang-switcher{
  height: 30px;
  width: 72px;
  float: left;
}

.email-wrapper:hover,
.phone-wrapper:hover {
  background-color: #c0dedf;
}

.email:link,
.email:visited {
  text-decoration: none;
  color: #040069;
}

.contact:link,
.contact:visited {
  color: #040069;
}

.phone-wrapper {
  margin-left: 1px;
}

/******navigation links******/

.header-navigation-wrapper{
  float: right;
  width: 670px;
  height: 70.59px;
  display: flex;
}

.nav-links{
  display: flex;
  list-style: none;
  margin-top: 24px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.0277em;
  width: 639px;
}

.nav-links > li > a{
  text-decoration: none;
  padding: 15px 20px 15px 17px;
  color: #040069;
  letter-spacing: 1.3px;
}

.links:hover {
  background-color: #c0dedf;
  cursor: pointer;
}

.search-replacement{
  height: 52px;
  width: 31px;
}

/******sub menu******/

.offer-sub-menu{
  width: 222px;
  position: absolute;
  border: 1px solid black;
  display: none;
}

.sub-menu-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  position: relative;
  letter-spacing: 0.5px;
  gap: 40px;
  transition: all 0.5s;
}

.sub-menu-links > a{
  color: black;
}

.sub-menu-links a:link,
.sub-menu-links:visited {
  text-decoration: none;
  padding-left: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px ;
  color: black;
  position: relative;
}

.sub-menu-links:hover .icon {
  color: #040069;
}

.sub-menu-links:hover {
  background-color: #c6bfe2;
  cursor: pointer;
}

.customer-sub-menu{
  border: 1px solid black;
  display: none;
}

.sub-menu-close-button{
  display: none;
}

/***Sub-sub-menu***/

.card-menu-links{
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: rgba(219, 237, 239, 0.85);
  display: none;
}

.additional-menu{
  position: absolute;
  top: 0;
  left: 100%;
  width: 115%;
  display: none;
}

.first-part{
  position: absolute;
  top: 0%;
  width: 100%;
  background-color: rgba(219, 237, 239, 0.85);
}

.second-part{
  position: absolute;
  top: 0%;
  left: 100%;
  width: 100%;
  background-color: rgba(219, 237, 239, 0.85);
}



.other-menu-links{
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: rgba(219, 237, 239, 0.85);
  display: none;
}
