/**
 * MKT-12618
 * This is dedicated file for UK with additional `Framing Bias` bullet point.
 */
#header {
  position: relative;
  z-index: 2;
  background: #4c956c33;
  backdrop-filter: blur(5px);
  box-shadow: 0px 4px 14.7px 0px #0000001a;
  width: 100%;
  /* height: 64px; */
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(
    0.25turn,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255),
    rgba(255, 255, 255, 0)
  );
  border-image-slice: 1;
  /* display: flex;
  align-items: center; */
}
.menu {
  /* display: flex;
  gap: 2rem;
  direction: rtl;
  align-items: center; */
}
.nav_logo {
  /* font-family: 'Avenir Next LT Pro Regular'; */
  width: 200px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
  padding-left: 2rem;
  cursor: pointer;
}

.menu_item {
  /* display: inline-block; */
  cursor: pointer;
  color: #ffffff;
  font-family: "yekan";
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menu_item:hover {
  text-shadow: 0 0 10px #ffffff;
}
.menu_item.selected {
  text-shadow: 0 0 10px #ffffff;
}
.menu_item a {
  /* font-family: 'Avenir Next LT Pro Light'; */
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  text-decoration: none !important;
  cursor: pointer;
  width: auto;
}

#menu_mobile #first_nav_mobile {
  display: none; 
}
#first_nav{
  z-index: 1;
}
#first_nav svg,
#second_nav svg {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.navtext {
  top: 2px;
  left: 0px;
  /*width: 180px;*/
  position: absolute;
  display: block;
  color: #fff;
  font-size: 18px;
  font-size: clamp(1rem, 1vw, 1.5rem);
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 1;
  /**/
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.navtext.twolines {
  top: -2px;
}

#navtext1,
#navtext2 {
  left: 62px;
}
#navtext3,
#navtext4 {
  right: 63px;
  text-align: right;
  left: auto;
}
@media screen and (min-width: 1000px) and (max-height: 720px) {
  /*for desktop top with small height*/
  body.fr #navtext3 {
    top: 10px;
  }
}

.secondarynav .navtext {
  right: 63px;
  text-align: right;
  left: auto;
}
.secondarynav #navitem14 .navtext,
.secondarynav #navitem35 .navtext,
.secondarynav #navitem21 .navtext,
.secondarynav #navitem29 .navtext {
  top: 4px;
}

@media screen and (min-width: 1000px) {
  /*for desktop top with small height*/
  body.fr #navtext27 {
    top: -8px;
  }
  body.fr #navtext28 {
    top: -10px;
  }
  body.fr #navtext29 {
    top: -18px !important;
  }
}

.nav-01 {
  position: absolute;
  display: block;
  /* top: 49%; */
  /*background: rgba(51, 170, 51, .2);*/
  transform: translateX(-50%) translateY(-50%);
  height: 650px;
  width: 650px;
}
.nav-02,
.nav-03,
.nav-04,
.nav-05 {
  position: absolute;
  /*display: block;*/
  bottom: 0px;
  right: -10px; /*right: 0px;*/
  z-index: 120;
  height: 79%;
  width: 59%;
}
@media screen and (min-width: 1000px) and (max-height: 900px) {
  .nav-02,
  .nav-03,
  .nav-04,
  .nav-05 {
    width: 57%;
  }
}
@media screen and (min-width: 1000px) and (max-height: 750px) {
  .nav-02,
  .nav-03,
  .nav-04,
  .nav-05 {
    width: 55%;
  }
}
.navitem {
  cursor: pointer;
  position: absolute;
  z-index: 500;
  display: block;
  width: 44px;
  height: 44px;
  border: dashed 1px rgba(255, 255, 255, 1);
  background: rgba(222, 0, 22, 0);
  border-radius: 32px 32px;
  overflow: visible;
  /**/
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navitem::after {
  content: "";
  top: 0px;
  left: 0px;
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  margin-left: -13px;
  margin-top: -13px;
  background: rgba(222, 0, 22, 0);
  border-radius: 50px 50px;
  /**/
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navdot {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 16px;
  left: 16px;
  background-color: #ffffff;
  border-radius: 16px 16px;
  /**/
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navdotnope {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 16px 16px;
}

/* nav item rollover */
.navitem:not(.hide).active,
.navitem:not(.hide):hover,
.navitem.highlight {
  border: dashed 1px rgba(255, 255, 255, 0);
  background: rgba(222, 0, 22, 0.35);
}
.navitem:not(.hide).active .navdot,
.navitem:not(.hide):hover .navdot,
.navitem.highlight .navdot {
  background-color: #de0016;
}
.navitem:not(.hide).active::after,
.navitem:not(.hide):hover::after,
.navitem.highlight::after {
  background: rgba(222, 0, 22, 0.25);
}

@media screen and (min-width: 1000px) {
  .navitem.hide {
    border: dashed 1px rgba(255, 255, 255, 0);
    cursor: default;
  }
  .navitem.hide .navtext {
    opacity: 0;
  }
}

/* home nav */
#navitem_a {
  top: 15%;
  right: 8%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
#navitem_b {
  bottom: 8%;
  right: 8%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
#navitem_c {
  bottom: 8%;
  left: 15%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
#navitem_d {
  top: 15%;
  left: 15%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
#navitem5 {
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
#navitem6 {
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
}
#navitem7 {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
#navitem8 {
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}

/* secondary navs */

/* NO DOTS */
#navitem9,
#navitem16,
#navitem23,
#navitem31 {
  bottom: -20px;
  left: 0px;
  position: absolute;
}
#navitem15,
#navitem22,
#navitem30,
#navitem36 {
  top: 6%;
  right: -20px;
  position: absolute;
}

/* ACTUAL BUTTONS */

/* NAV 02 */
#navitem10 {
  bottom: 33%;
  right: 92%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
#navitem11 {
  bottom: 56%;
  right: 83%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
#navitem12 {
  bottom: 74%;
  right: 70%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
#navitem13 {
  bottom: 90%;
  right: 52%;
  position: absolute;
  transform: translateX(-50%);
}
#navitem14 {
  bottom: 96%;
  right: 26%;
  position: absolute;
  transform: translateX(-50%);
}

/* NAV 03 */
#navitem17 {
  bottom: 33%;
  right: 92%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
#navitem18 {
  bottom: 56%;
  right: 83%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
#navitem19 {
  bottom: 74%;
  right: 70%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
#navitem20 {
  bottom: 90%;
  right: 52%;
  position: absolute;
  transform: translateX(-50%);
}
#navitem21 {
  bottom: 96%;
  right: 26%;
  position: absolute;
  transform: translateX(-50%);
}

/* NAV 04 */
#navitem24 {
  bottom: 13%;
  right: 94%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
#navitem25 {
  bottom: 31%;
  right: 92%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
#navitem26 {
  bottom: 50%;
  right: 85%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
#navitem27 {
  bottom: 80%;
  right: 65%;
  position: absolute;
  transform: translateX(-50%);
}
#navitem28 {
  bottom: 90%;
  right: 49%;
  position: absolute;
  transform: translateX(-50%);
}
#navitem29 {
  bottom: 96%;
  right: 26%;
  position: absolute;
  transform: translateX(-50%);
}
#navitem-framing-bias {
  bottom: 67%;
  right: 75%;
  position: absolute;
  transform: translateX(-50%);
}

/* NAV 05 */
#navitem32 {
  bottom: 36%;
  right: 92%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
#navitem33 {
  bottom: 65%;
  right: 78%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
#navitem34 {
  bottom: 86%;
  right: 56%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
#navitem35 {
  bottom: 96%;
  right: 26%;
  position: absolute;
  transform: translateX(-50%);
}

#nav-mobile {
  display: none;
  position: absolute;
  right: 0px;
  cursor: pointer;
}
#nav-mobile img {
  padding: 14px 16px 11px 10px;
}

/* MOBILE NAV */

#nav-slide {
  position: absolute;
  top: 0px;
  left: -100%;
  width: calc(100% - 68px);
  background-color: #000;
  color: #fff;
  height: 100%;
  z-index: 99999;
}
#navigation2 {
  padding: 114px 30px 0 30px;
}
#navigation2 a {
  padding: 25px 0px;
  display: block;
  border-bottom: 1px solid #7f7f7f;
  /* font-family: 'Avenir Next LT Pro Regular'; */
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 2.1px;
  color: #ffffff;
  text-indent: 10px;
  text-decoration: none !important;
  background-image: url("https://a.c-dn.net/c/content/dam/publicsites/igcom/landing-sites/psychology-in-trading/img/mobileNavarrow.png");
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: center right 8px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  #nav-mobile {
    display: inline-block;
  }
  .nav_title {
    padding-bottom: 8px !important;
    padding-left: 20px !important;
    font-size: 14px;
    letter-spacing: 1.2px;
  }

  .nav-01,
  .nav-02,
  .nav-03,
  .nav-04,
  .nav-05 {
    position: absolute;
    /*display: block;*/
    top: calc(62% + 40px);
    left: 40px;
    transform: none;
    height: auto;
    width: auto;
  }
  .nav-02,
  .nav-03,
  .nav-04,
  .nav-05 {
    top: 48%;
  }
  .navitem {
    top: 0px;
    right: auto !important;
    left: 0px !important;
    transform: none !important;
    width: 30px !important;
    height: 30px !important;
    background: rgba(12, 18, 41, 1);
  }
  .navitem::after {
    width: 50px;
    height: 50px;
    margin-left: -10px;
    margin-top: -10px;
  }
  .navdot {
    width: 8px !important;
    height: 8px !important;
    top: 11px !important;
    left: 11px !important;
  }
  .navdotnope,
  .line2,
  .line3,
  .line4,
  .line5,
  .line6,
  .line7,
  .line8,
  .line10,
  .line11,
  .line12,
  .line13,
  .line14,
  .line16,
  .line17,
  .line18,
  .line19,
  .line20,
  .line22,
  .line23,
  .line24,
  .line25,
  .line26,
  .line27,
  .line29,
  .line30,
  .line31,
  .line32 {
    /*width: 4px !important;
    	height: 4px !important;*/
    display: none !important;
  }

  /* main nav */
  #navitem_c {
    top: 0px;
  }
  #navitem_a {
    top: 40px;
  }
  #navitem_b {
    top: 80px;
  }
  #navitem_d {
    top: 120px;
  }

  /* 02 nav */
  #navitem10 {
    top: 0px;
  }
  #navitem11 {
    top: 40px;
  }
  #navitem12 {
    top: 80px;
  }
  #navitem13 {
    top: 120px;
  }
  #navitem14 {
    top: 160px;
  }

  /* 03 nav */
  #navitem17 {
    top: 0px;
  }
  #navitem18 {
    top: 40px;
  }
  #navitem19 {
    top: 80px;
  }
  #navitem20 {
    top: 120px;
  }
  #navitem21 {
    top: 160px;
  }

  /* 04 nav */
  #navitem24 {
    top: 0px;
  }
  #navitem25 {
    top: 35px;
  }
  #navitem26 {
    top: 70px;
  }
  #navitem-framing-bias {
    top: 105;
  }
  #navitem27 {
    top: 140px;
  }
  #navitem28 {
    top: 175px;
  }
  #navitem29 {
    top: 205px;
  }

  /* 05 nav */
  #navitem32 {
    top: 0px;
  }
  #navitem33 {
    top: 40px;
  }
  #navitem34 {
    top: 80px;
  }
  #navitem35 {
    top: 120px;
  }
}

/**********************************************************************/

/* header */

.header {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.header li {
  padding: 10px 0;
}
.header li a {
  display: block;
  text-decoration: none;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  /* padding: 10px 20px; */
  text-decoration: none;
  margin-top: 4px;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
  direction: rtl;
  margin-bottom: 0;
  display: flex;
  flex-direction: column-reverse;
}
.header .menu_item.nav_item {
  display: block;
  right: 0 !important;
  transform: none !important;
  position: static !important;
}
/* menu icon */

.header .menu_icon {
  cursor: pointer;
  display: block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu_icon .navicon {
  background: #ffffff;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu_icon .navicon:before,
.header .menu_icon .navicon:after {
  background: #ffffff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu_icon .navicon:before {
  top: 5px;
}

.header .menu_icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu_btn {
  display: none;
}

.header .menu_btn:checked ~ .menu {
  max-height: 550px;
}


.header .menu_btn:checked ~ .menu_icon .navicon {
  background: transparent;
}

.header .menu_btn:checked ~ .menu_icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu_btn:checked ~ .menu_icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu_btn:checked ~ .menu_icon:not(.steps) .navicon:before,
.header .menu_btn:checked ~ .menu_icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 768px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 10px 30px;
  }
  .header .menu {
    display: block;
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu_icon {
    display: none;
  }
  .header .menu_item.nav_item {
    display: none;
  }
}
