@charset "utf-8";
/* CSS Document */
@import url("https://use.typekit.net/cxv2tbt.css");
/* CSS Document */
* {
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
}
body {
  position: relative;
  background-color: #111111;
  min-height: 100vh;
  overflow: hidden;
}
.parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 21px;
  grid-row-gap: 0px;
}
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 78px;
  background: #1c1d26;
  padding: 6px 14px;
  transition: all 0.5s ease;
}
.navigation.active {
  width: 160px;
}
.navigation .logo-content .logo {
  color: #fff;
  display: flex;
  height: 50px;
  width: 100%;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
.navigation.active .logo-content .logo {
  opacity: 1;
  pointer-events: none;
}
.logo-content .logo i {
  font-size: 28px;
  margin-right: 5px;
}
.logo-content .logo .logo-name {
  font-size: 18px;
  font-weight: 400;
}
.navigation #btn {
  position: absolute;
  color: #fff;
  left: 60%;
  top: 6px;
  font-size: 20px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  transform: translateX(-50%);
}
.navigation ul {
  margin-top: 1px;
}
.navigation ul li {
  position: relative;
  height: 70px;
  width: 100%;
  margin: 0 8px;
  list-style: none;
  line-height: 50px;
}
.navigation ul li .tooltip {
  position: absolute;
  left: 122px;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  height: 35px;
  width: 122px;
  background: #111111;
  line-height: 35px;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: 0s;
  opacity: 0;
  pointer-events: none;
  display: block;
}
.navigation.active ul li .tooltip {
  display: none;
}
.navigation ul li:hover .tooltip {
  transition: all 0.5s ease;
  opacity: 1;
  top: 50%;
}
.navigation ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease;
  border-radius: 3px;
  white-space: nowrap;
}
.navigation ul li a:hover {
  color: #fff;
  background: #e44c65;
}
.navigation ul li i {
  height: 50px;
  min-width: 50px;
  border-radius: 12px;
  line-height: 50px;
  text-align: center;
}
.navigation .links-name {
  opacity: 0;
  pointer-events: auto;
}
.navigation.active .links-name {
  opacity: 1;
  pointer-events: auto;
}
.main-content {
  padding-top: 10px;
  padding-left: 200px;
}
.parent2 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 100px;
}
.parent10 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 100px;
}
.parent2 img {
  height: 90px;
  width: 90px;
  color: white;
}
.btn {
  background-color: #e44c65;
  color: white;
}
#play {
  border: none;
  display:
}
img {
  height: 100%;
  width: 100%;
  border: thick;
}

/*Start Speech Reader*/

select  {
    background-color: #111111;
}

.txt {
    background-color: white;
    color: black;
   
    
  
}



















