/* footer */

footer a{
    text-decoration: none;
    color: initial;
}
footer a:hover{
    text-decoration: none;
    color: initial;
}

.footer-desktop{
display: block;
}

.footer-mobile{
display: none;
}

@media screen and (max-width:767px) {
.footer-desktop{
display: none;
}

.footer-mobile{
display: block;
}
}

footer button{
    padding: 0;
}

/*  header */
   
.other-header a{
    text-decoration: none;
    color: initial;
}
.other-header a:hover{
    text-decoration: none;
    color: initial;
}

    #wrap {
  position: relative;
  height: 20px;
  padding: 0;
}

input[type="text"] {
  height: 20px;
  font-size: 55px;
  font-family: "Lato";
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  width: 15px;
  position: relative;
  top: 0;
  right: 0;
  background: none;
  z-index: 30;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
  display: flex;
    flex-basis: auto;
    flex-shrink: 1;
}

input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
}

input[type="text"]:focus {
  width: 150px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
}



input[type="submit"]:hover {
  opacity: 0.8;
}



#desktop-nav .logo{

width:150px;
height: auto;
}

#js-desktop-nav{
display: none;
}
#js-desktop-nav .desktop-nav li.display-on-hover {
    color: #000 !important;
}

#js-desktop-nav a {
    color: #000 !important;
}
#js-desktop-nav .g-header{

    height: 60px !important;
}

#js-desktop-nav .logo{

    width:100px;
    height: auto;
}



.mobile-header {
	display: flex;
	justify-content: flex-start;
}


.menu-btn {
	width: 30px;
	height: 30px;
	position: relative;
	z-index:11;
	overflow: hidden;
    text-decoration: none;
}

.menu-btn span {
	width: 20px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #3b3b3b;
	transition: all 0.5s;
}



.menu-btn span:nth-of-type(2) {
	top: calc(50% - 5px);
}
.menu-btn span:nth-of-type(3) {
	top: calc(50% + 5px);
}

.menu-btn.active span:nth-of-type(1) {
  display: none;
}
.menu-btn.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);  
}
.menu-btn.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg); 
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
  background: #FFF;
  padding: 0px 0 15px;
	transform: translateY(-100%);
	transition: transform 0.5s; 
    z-index: 100;
}

.mobile-menu.active {
	transform: translateY(0);
    margin-top: 61px;

}

.mobile-menu li {
	list-style-type: none;
}

 nav>ul>li>a {
       background-color: transparent;
}

.mobile-nav-container>nav>ul>li>a~:checked .state{
    transform: rotate(90deg);
}

.menu-item.collapsed .state {
  transform: rotate(0deg);
}
.menu-item .state {
  transform: rotate(-135deg);
}

i{
    color: #000;
    /* mix-blend-mode: difference; */
z-index: 11;
}

.height-header{
    height: 120px;
}


body.body-index .g-header-container.transparent-menu.active{
    background-color: transparent;
}

.mobile-header, .logo-mobile , .mobile-menu {
    display: none;
    }


@media screen and (max-width:1200px) {
    
    .mobile-header, .logo-mobile , .mobile-menu {
    display: block;
    }
    body.body-index .g-header-container.transparent-menu.active{
        background-color: white;
        z-index: 12;
        border-bottom: 1px solid #f0f0f0 ;

    }
    .height-header{
    height: 60px;
}
   }
.desktop-header, .logo-desktop{
    display: block;
}



@media screen and (max-width:1200px) {
    
    .desktop-header , .logo-desktop{
    display: none;
    }
    body.body-index .g-header-container.transparent-menu.active 
    .menu-btn.active span{
background-color: #000;
    }
    input[type="text"]:focus {
    width: 100px;
}
}

    @media screen and (max-width:767px) {
        .mobile-hide{
            display: none;
        }
       }

    .g-full-screen-picture-header-ter{
        height: 100%;
    }


    #desktop-nav:hover {
  background: transparent;
}
    /* .display-on-hover>p:hover>.display-on-hover{
        background-color: #fff !important;

    } */
   .desktop-header .display-on-hover>p{
        mix-blend-mode:difference;
    }

.logo-desktop svg{
    /* background-color: #000; */
    mix-blend-mode: difference;

}

.scroll-header .nav-tab{
    top: 60px;
}
 .other-header .g-header-container {
    background-color: transparent;
}
@media screen and (max-width:1199px) {
    
    .other-header #desktop-nav{
        border-bottom: 1px solid rgb(240, 240, 240);
    }
}


/* index header */


.index-header #wrap {
    position: relative;
    height: 20px;
    padding: 0;
  }
  
  .index-header input[type="text"] {
    height: 20px;
    font-size: 55px;
    font-family: "Lato";
    font-weight: 100;
    border: none;
    outline: none;
    color: #555;
    padding: 3px;
    width: 15px;
    position: relative;
    top: 0;
    right: 0;
    background: none;
    z-index: 30;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    display: flex;
      flex-basis: auto;
      flex-shrink: 1;
  }
  
  .index-header input[type="text"]:focus:hover {
    border-bottom: 1px solid #BBB;
  }
  
  .index-header input[type="text"]:focus {
    width: 150px;
    z-index: 1;
    border-bottom: 1px solid #BBB;
    cursor: text;
  }
  
  
  
  .index-header input[type="submit"]:hover {
    opacity: 0.8;
  }
  
  
  
  .index-header #desktop-nav .logo{
  
  width:150px;
  height: auto;
  }
  
  .index-header #js-desktop-nav{
  display: none;
  }
  .index-header #js-desktop-nav .desktop-nav li.display-on-hover {
      color: #000 !important;
  }
  
  .index-header #js-desktop-nav a {
      color: #000 !important;
  }
  .index-header #js-desktop-nav .g-header{
  
      height: 60px !important;
  }
  
  .index-header #js-desktop-nav .logo{
  
      width:100px;
      height: auto;
  }
  
  
  
  .index-header .mobile-header {
      display: flex;
      justify-content: flex-start;
  }
  
  
  .index-header .menu-btn {
      width: 30px;
      height: 30px;
      position: relative;
      z-index:11;
      overflow: hidden;
      text-decoration: none;
  }
  
  .index-header .menu-btn span {
      width: 20px;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #fff;
      transition: all 0.5s;
  }
  
  
  
  .index-header .menu-btn span:nth-of-type(2) {
      top: calc(50% - 5px);
  }
  .index-header .menu-btn span:nth-of-type(3) {
      top: calc(50% + 5px);
  }
  
  .index-header .menu-btn.active span:nth-of-type(1) {
    display: none;
  }
  .index-header .menu-btn.active span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(45deg);  
  }
  .index-header .menu-btn.active span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(-45deg); 
  }
  
  .index-header .mobile-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
    background: #FFF;
    padding: 0px 0 15px;
      transform: translateY(-100%);
      transition: transform 0.5s; 
      z-index: 100;
  }
  
  .index-header .mobile-menu.active {
      transform: translateY(0);
      margin-top: 61px;
  
  }
  
  .index-header .mobile-menu li {
      list-style-type: none;
  }
  
  .index-header  nav>ul>li>a {
         background-color: transparent;
  }
  
  .index-header .mobile-nav-container>nav>ul>li>a~:checked .state{
      transform: rotate(90deg);
  }
  
  .index-header .menu-item.collapsed .state {
    transform: rotate(0deg);
  }
  .index-header .menu-item .state {
    transform: rotate(-135deg);
  }
  
  .index-header i{
  z-index: 11;
  color: #fff;
  mix-blend-mode: difference;

  }
  
  .index-header .height-header{
      height: 120px;
  }
  
  
 .index-header body.body-index .g-header-container.transparent-menu.active{
      background-color: transparent;
  }
  
  .index-header .mobile-header, .logo-mobile , .mobile-menu {
      display: none;
      }
  
  
  @media screen and (max-width:1200px) {
      
    .index-header  .mobile-header, .logo-mobile , .mobile-menu {
      display: block;
      }
      body.body-index .g-header-container.transparent-menu.active{
          background-color: white;
          z-index: 12;
          border-bottom: 1px solid #f0f0f0 ;
  
      }
      .index-header  .height-header{
      height: 60px;
  }
     }
     .index-header .desktop-header, .logo-desktop{
      display: block;
  }
  
  
  
  @media screen and (max-width:1200px) {
      
    .index-header  .desktop-header , .logo-desktop{
      display: none;
      }
      body.body-index .g-header-container.transparent-menu.active 
      .menu-btn.active span{
  background-color: #000;
      }
      .index-header  input[type="text"]:focus {
      width: 100px;
  }
  }
  
      @media screen and (max-width:767px) {
        .index-header  .mobile-hide{
              display: none;
          }
         }
  
         .index-header .g-full-screen-picture-header-ter{
          height: 100%;
      }
  
  
   
      /* .display-on-hover>p:hover>.display-on-hover{
          background-color: #fff !important;
  
      } */
      .index-header .desktop-header .display-on-hover>p{
          mix-blend-mode:difference;
      }
  
      .index-header .logo-desktop svg{
      /* background-color: #000; */
      mix-blend-mode: difference;
  
  }
  
  .index-header .scroll-header .nav-tab{
      top: 60px;
  }



  @media (min-width:1200px) {
    
      .index-header #desktop-nav:hover {
          background-color: #fff ;
        }

  }

  @media (max-width:1200px) {
    
    .index-header .transparent-menu.active{
        background: #fff !important;
    
      }
}

@media screen and (max-width: 1199px){
  .other-header #desktop-nav {
  background:white;
  }
  #desktop-nav:hover{
    background:white;
  
  }
  }
  .nav-bar li p  {
    cursor: pointer !important;
  }

