@charset "utf-8";


@media only screen and (min-width: 992px) {
  .header-bottom-section .yenimenu-btn-area ul .nav-expander {
    display: none;
  }
}

@media only screen and (max-width: 991px) {

  .header-bottom-section .heaader-inner-area ul li.buy-token,
  .header-bottom-section .header-menu {
    display: none;
  }

}


.header-bottom-section {}

.header-bottom-section.transparent-header {
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 12;
}

.header-bottom-section .logo {
  margin-right: 60px;
}

.menu-area {
  position: relative;
  z-index: 1;
}

.header-bottom-section .heaader-inner-area ul li {
  display: inline-block;
  position: relative;
}

.header-bottom-section .heaader-inner-area ul li img {
  margin-right: 10px;
}

.header-bottom-section .heaader-inner-area ul li:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.header-bottom-section .heaader-inner-area ul li ul {
  position: absolute;
  left: 0px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}

.header-bottom-section .heaader-inner-area ul li ul li {
  display: block;
  width: 240px;
}

.header-bottom-section .heaader-inner-area ul li ul li+li {
  margin-bottom: -1px;
}

.header-bottom-section .heaader-inner-area ul li ul li a {
  display: block;
  font-size: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-bottom-section .heaader-inner-area ul li ul li a i {
  font-size: 20px;
  color: #FFFFFF;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.header-bottom-section .heaader-inner-area ul li ul li a:hover {
  color: #FFFFFF;
}

.header-bottom-section .header-menu ul li {
  display: inline-block;
  overflow: visible;
   padding:20px 0 0 0;	    height:70px;	  /*y�ksekli�i kald�rma yoksa hover a�a�� ge�erken altta ka��r�yor*/

}


.header-bottom-section .header-menu ul li a {
 
 font-family: Ozel_Quicksand; font-size: 18px; color: #ffffff;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 1;
        -webkit-transition: .3s;
        transition: .3s;
}

.header-bottom-section .header-menu ul li>a:before {
 content: "";
        position: absolute;
        right: 0;
        bottom: -1px;
        left: 0;
        height: 2px;
        background: currentColor;
        width: 0;
        margin: 0 auto;
        -webkit-transition: width .3s;
        transition: width .3s;
}

.header-bottom-section .header-menu ul li:hover>a:before {
  width: 100%;
}
  /*
.header-bottom-section .header-menu ul li a:hover {
  display: block;
  font-family: Ozel_Quicksand;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;

}		*/

.header-bottom-section .header-menu ul li ul.sub-menu li {
  margin-left: 0;
  margin-bottom: -1px;
}

.header-bottom-section .header-menu ul li ul.sub-menu li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-bottom-section .header-menu ul li ul.sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.header-bottom-section .header-menu ul li ul.sub-menu li.menu-item-has-children {
  position: relative;
}

.header-bottom-section .header-menu ul li ul.sub-menu li.menu-item-has-children::before {
  content: "\e902";
  top: 22px;
  right: 30px;
  font-size: 10px;
}

.header-bottom-section .yenimenu-btn-area ul li ul li a {
  color: rgba(255, 255, 255, 0.7);
}

.header-bottom-section .yenimenu-btn-area ul li ul li a:hover {
  color: #FFFFFF;
}

.header-bottom-section .yenimenu-btn-area ul .nav-expander {
  margin-top: 15px;
}

.header-bottom-section .yenimenu-btn-area ul .nav-expander .bar {
  overflow: hidden;
}

.header-bottom-section .yenimenu-btn-area ul .nav-expander .bar span {
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  list-style: none;
}

.header-bottom-section .yenimenu-btn-area ul .nav-expander .bar span.dot1 {
  width: 20px;
  margin-bottom: 6px;
}

.header-bottom-section .yenimenu-btn-area ul .nav-expander .bar span.dot2 {
  width: 30px;
  margin-bottom: 6px;
}

.header-bottom-section .yenimenu-btn-area ul .nav-expander .bar span.dot3 {
  width: 25px;
}

.header-bottom-section .yenimenu-btn-area ul .nav-expander .bar:hover span.dot1,
.header-bottom-section .yenimenu-btn-area ul .nav-expander .bar:hover span.dot3 {
  width: 30px;
}

.header-bottom-section .yenimenu-btn-area>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-bottom-section .right_menu_togle {
  background: #FFFFFF;
  padding: 66px 60px 50px 50px;
  max-width: 400px;
  width: 100%;
  right: -500px;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  overflow-y: auto;
}

.header-bottom-section .right_menu_togle .close-btn {
  overflow: visible;
  position: absolute;
  top: 10px;
  display: block;
  z-index: 99;
  right: 57px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header-bottom-section .right_menu_togle .close-btn:hover .nav-close .line span {
  opacity: 0.85;
}

.header-bottom-section .right_menu_togle .close-btn .nav-close .line {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.header-bottom-section .right_menu_togle .close-btn .nav-close .line span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 3px !important;
  height: 28px !important;
  background: #151625;
  border: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-bottom-section .right_menu_togle .close-btn .nav-close .line span.line2 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header-bottom-section .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 35px;
}

.header-bottom-section .right_menu_togle .canvas-logo img {
  max-height: 25px;
}

.header-bottom-section .mobile-navbar-menu .sub-menu {
  display: none;
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}

.header-bottom-section .mobile-navbar-menu .nav-menu li {
  position: relative;
}

.header-bottom-section .mobile-navbar-menu .nav-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: block;
  color: #090b1a;
  padding: 10px 0;
  line-height: 30px;
  width: 100%;

}

.header-bottom-section .mobile-navbar-menu .nav-menu li li a {
  padding-left: 25px;
}

.header-bottom-section .mobile-navbar-menu .nav-menu li li li a {
  padding-left: 50px;
}

.header-bottom-section .mobile-navbar-menu span.submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 5px;
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
  width: 100%;
  cursor: pointer;
  top: 0;
  height: 50px;
}

.header-bottom-section .mobile-navbar-menu span.submenu-button::before,
.header-bottom-section .mobile-navbar-menu span.submenu-button::after {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 20px;
  height: 1px;
  display: block;
  background: #151625;
  z-index: 2;
  content: '';
  right: 12px;
  width: 12px;
}

.header-bottom-section .mobile-navbar-menu span.submenu-button::before {
  width: 1px;
  height: 12px;
  right: 17px;
  top: 18px;
}

.header-bottom-section .mobile-navbar-menu span.submenu-button em {
  display: block;
  position: absolute;
  right: 0;
  border-radius: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-bottom-section .mobile-navbar-menu .submenu-button.submenu-opened::before {
  display: none;
}

.header-bottom-section .mobile-navbar-menu ul ul li,
.header-bottom-section .mobile-navbar-menu li:hover>ul>li {
  height: auto;
}

.nav-expanded nav {
  right: 0 !important;
}

.progress-inner {
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
}

.progress-inner .progress,
.progress-inner .progress-bar {
  background-color: rgba(255, 255, 255, 0);
  background-size: 14px 32px;
  background-image: linear-gradient(60deg, rgba(255, 255, 255, 0.15) 26%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 54%, rgba(255, 255, 255, 0.15) 82%, transparent 75%, transparent);
  height: 12px;
}


/*--- Mega Menu ---*/
.yenimenu_mega_menu {
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding-top: 0px;
  min-height: 680px;
  position: relative;
  width: 100%;
  z-index: 111;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: block;
}

.mega_menu_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mega_menu_left_sect .mega_menu_left_bg_sect {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: transparent;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 0;
  min-height: 600px;
}

.mega_menu_left_bg {
  position: relative;
  z-index: 1;
  height: 100%;
}

.mega_menu_left_bg_color {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  height: 100%;
  width: 32%;
  z-index: 1;
}



.header-bottom-section .heaader-inner-area ul li.mega_menu_hov {
  position: inherit;
}

.header-bottom-section .heaader-inner-area ul li .yenimenu_mega_menu ul {
  position: inherit;
}

.header-bottom-section .heaader-inner-area ul li .yenimenu_mega_menu ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.header-bottom-section .heaader-inner-area ul li .menu_column ul li a {
  display: block;
  background: none;
  padding: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-bottom-section .heaader-inner-area ul li .menu_column ul li {
  border: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-bottom-section .header-menu ul li .menu_column ul {
  display: block !important;
}

.header-bottom-section .header-menu ul li .menu_column ul li a {
  display: block;

  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0px;
}

.yenimenu_mega_menu_sect {
  position: absolute;
  height: 100%;
  left: 0px;
  width: 100%;

  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mega_menu_hov:hover .yenimenu_mega_menu_sect {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.header-bottom-section .header-menu.header-menuV2 ul li ul.sub-menu li .sub-menu {
  left: -100%;
}

.header-bottom-section .header-menu.header-menuV2 ul li ul.sub-menu li.menu-item-has-children:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header-bottom-section .header-menu.header-menuV2 ul li ul.sub-menu li.menu-item-has-children:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}



a.nav-expander {
  background: transparent;
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  margin-right: 0;
  padding: 0;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  transition: right 0.3s ease-in-out 0s;
  width: auto;
  z-index: 12;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;

}

a.nav-expander:hover {
  cursor: pointer;
}

nav.right_menu_togle {
  background: rgba(0, 0, 0, 0.9);
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -520px;
  font-size: 15px;
  top: 0;
  width: 100%;
  max-width: 520px;
  z-index: 2000;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}

.nav-expanded nav {
  right: 0;
}