.elementor-151 .elementor-element.elementor-element-e5506b9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--margin-block-start:0px;--margin-block-end:0px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;--position:fixed;top:0px;--z-index:5;}.elementor-151 .elementor-element.elementor-element-e5506b9, .elementor-151 .elementor-element.elementor-element-e5506b9::before{--border-transition:0.3s;}body:not(.rtl) .elementor-151 .elementor-element.elementor-element-e5506b9{left:0px;}body.rtl .elementor-151 .elementor-element.elementor-element-e5506b9{right:0px;}.elementor-151 .elementor-element.elementor-element-ecea738 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-ecea738 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hide {
  display:none !important;
}

.header {
  font-family: 'DM Sans', sans-serif;

  display: flex;
  justify-content: center;

  border-bottom: 1px solid #ffffff8e;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;

  transition: all 0.3s;
}

.header_content{
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 32px 20px 24px;
  min-height: 110px;
  width: 100%;
  max-width: 1320px;
  
}

.header--scroll {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
}

.header_content ul {
  list-style: none;
}

.header_content a {
  text-decoration: none;
}


.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.iconLogo svg {
  height: 42px;

  transition: all .3s;
}

.iconLogo svg:hover {
  rotate: 15deg;
}

.textLogo svg {
  height: 24px;
  transition: all 0.3s;
}

.nav {
  transition: all 0.3s ease-in-out;
}

.nav_list {
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 32px;

  transition: all 0.3s;
}

.nav_link {
  color: #f4f6ff7a;
  font-size: 16px;
  transition: all 0.4s;
}

.nav_link:hover,
.nav_link:focus {
  color: #f4f6ffea;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.bar {
  height: 2px;
  width: 27px;
  background: #fff;
  margin: 5px 0;
  opacity: 0.8;

  transition: all 0.3s ease-in-out;
}

#button-6 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-6 a {
  position: relative;
  transition: all .45s ease-Out;
}

#spin {
  width: 0;
  height: 0;
  opacity: 0;
  left: 70px;
  top: 20px;
  transform: rotate(0deg);
  background: none;
  position: absolute;
  transition: all .5s ease-Out;
}


#button-6 {
  display: inline-flex;
  height: 40px;
  width: 100px;
  padding: 0;
  background-color: transparent;
  border: 2px solid #BFC0C0;
  border-radius: 5px;
  color: #BFC0C0;

  text-decoration: none;
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#button-6 a {
  color: #BFC0C0;
  text-decoration: none;
  letter-spacing: 1px;
}

#button-6:hover #spin {
  width: 200%;
  height: 500%;
  opacity: 1;
  left: -86px;
  top: -70px;
  background: #fdce00;
  transform: rotate(80deg);
}

#button-6:hover {
  border-color: #fdce00;
}

#button-6:hover a {
  color: #2D3142;
}

.nav--open {
  transform: translate(0) !important;
}

.hamburger--open .bar:nth-child(1){
  transform: translateY(7px) rotate(45deg);
}

.hamburger--open .bar:nth-child(2){
  opacity: 0;
}

.hamburger--open .bar:nth-child(3){
  transform: translateY(-7px) rotate(-45deg);
}


@media (max-width: 960px){
  .logo .iconLogo svg{
    height: 36px;
  }
  .logo .textLogo svg{
    height: 20px;
  }
  .nav_link {
    font-size: clamp(10px, 2vw, 14px);
  }
  .nav_list {
    column-gap: 20px;
  }
  #button-6 {
    height: 40px;
    width: 80px;
    font-size: clamp(10px, 2vw, 12px);
  }
}

@media (max-width: 720px){
  .logo .iconLogo svg{
    height: 30px;
  }
  .logo .textLogo svg{
    height: 16.66px;
  }

  .nav_list {
    column-gap: 18px;
  }
  #button-6 {
    height: 35px;
    width: 80px;
    font-size: clamp(10px, 2vw, 12px);
  }
}

@media (max-width: 650px){
  .logo .iconLogo svg {
    height: 30px;
  }
  .logo .textLogo svg{ 
    height: 17.77px;
  }
  .nav {
    background-color: #000000;
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    padding: 25px 0;
    transform: translateX(-100%);
  }
  .nav_list {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .nav_link {
    font-size: 14px;
  }
  .hamburger {
    display: block;
  }

  .header_content {
    padding: 20px 0px 16px;
    width: 90%;
  }

  .header {
    width: 100%;
    height: 100px;
  }
  
}

@media (max-width: 380px){
  .header_content {
    width: 90%;
  }

  .header {
    width: 100%;
    height: 90px;
    box-sizing: content-box;
  }
   .nav {
    top: 90px;

  }
}/* End custom CSS */