/*Preloader style starts*/
#coer{
  left: 0;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader{
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  width: 70px;
  height: 70px;
  position: relative;
  border: 5px dashed;
  padding: 15px;
  border-radius: 50%;
  animation: spin 1s linear alternate infinite;
}
.loader2{
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 4px dashed;
  border-radius: 50%;
  animation: spin 1s ease-out alternate-reverse infinite;
}
.loader3{
  background: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 4px dashed;
  border-radius: 50%;
  animation: spin 1s linear alternate infinite;
}
@keyframes spin {
  0%{border-color: #ec2424;}
  25%{border-color: #e0f006;}
  50%{border-color: #16ec93;}
  75%{border-color: #16c1ec;}
  100%{transform: rotate(360deg); border-color: #ffffff;}
}
/*Preloader style ends*/
*{
  margin: 0;
  text-decoration: none;
  font-family: sans-serif;
}
body{
  background: #ffc947;
}
h5,h6{
  font-weight: 500;
}
.container{
  height: 97%;
  max-height: 550px;
  width: min(95%,300px);
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  overflow: hidden;
  box-shadow: 1px 4px 20px #000;
}
/*=============Sidebar================*/
#mySidebar{
  width: 100%;
  height: 80%;
  position: absolute;
  z-index: 1;
  bottom: -100%;
  border-radius: 20px 20px 0 0;
}
#subSidebar{
  width: 100%;
  height: 80%;
  background-color: #ffc947;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px 20px 0 0;
}
#subSidebar button{
  position: absolute;
  top: -10px;
  right: 0;
  background: none;
  border: none;
  color: #0a1931;
}
#subSidebar a{
  text-decoration: none;
  color: #0a1931;
  font-size: 20px;
  font-weight: bold;
  transition: .5s;
}
/*=============Sidebar ends================*/
#profile-card{
  background: url('images/mark5.jpg');
  height: 100%;
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  box-shadow: 1px 4px 20px #000;
}
#profile-card-2{
  background: url('images/larry22.jpg');
  height: 100%;
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  box-shadow: 1px 4px 20px #000;
}
#profile-card-3{
  background: url('images/jeff11.jpg');
  height: 100%;
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  box-shadow: 1px 4px 20px #000;
}
#profile-card-4{
  background: url('images/elon11.jpg');
  height: 100%;
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  box-shadow: 1px 4px 20px #000;
}
#profile-card h4,#profile-card-2 h4,#profile-card-3 h4,#profile-card-4 h4{
  display: inline-block;
  font-size: 17px;
}
#profile-card span,#profile-card-2 span,#profile-card-3 span,#profile-card-4 span{
  margin: 15px;
}
#profile-card h3,#profile-card-2 h3,#profile-card-3 h3,#profile-card-4 h3{
  color: #ffc947;
  font-weight: 500;
}
#profile-card h6,#profile-card-2 h6,#profile-card-3 h6,#profile-card-4 h6{
  display: inline-block;
}
#profile-card b{
  font-family: sans-serif;
  font-weight: 600;
}
#profile-card h6 span,#profile-card-2 h6 span,#profile-card-3 h6 span,#profile-card-4 h6 span{
  color: rgb(184, 184, 184);
  font-weight: bold;
  font-size: 0.8em;
}
#more{
  background: #185adb;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  width: 35%;
  border: none;
  margin-top: 50%;
  cursor: pointer;
}
#more2{
  background: #185adb;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  width: 35%;
  border: none;
  margin-top: 50%;
  cursor: pointer;
}
#more3{
  background: #185adb;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  width: 35%;
  border: none;
  margin-top: 50%;
  cursor: pointer;
}
#more4{
  background: #185adb;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  width: 35%;
  border: none;
  margin-top: 50%;
  cursor: pointer;
}
#more i,#more2 i,#more3 i,#more4 i{
  position: relative;
  animation: move .5s linear alternate infinite;
}
@keyframes move {
  from{left: -10px}
  to{left: 0px}
}
#more:active,#more2:active,#more3:active,#more4:active{
  width: 50%;
}
#profile-card2{
  display: none;
  height: 100%;
  width: 100%;
  background: white;
  box-shadow: 1px 4px 20px  black;
  transition: 1s;
}

#profile-card2-2{
  display: none;
  height: 100%;
  width: 100%;
  background: white;
  box-shadow: 1px 4px 20px  black;
  transition: 1s;
}

#profile-card2-3{
  display: none;
  height: 100%;
  width: 100%;
  background: white;
  box-shadow: 1px 4px 20px  black;
  transition: 1s;
}
#profile-card2-4{
  display: none;
  height: 100%;
  width: 100%;
  background: white;
  box-shadow: 1px 4px 20px  black;
  transition: 1s;
}
#profile-card2 #top{
  height: 55%;
  background-image: url('images/mark6.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  padding: 0px 10px;
}
#profile-card2-2 #top{
  height: 55%;
  background-image: url('images/larry33.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  padding: 0px 10px;
}
#profile-card2-3 #top{
  height: 55%;
  background-image: url('images/jeff22.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  padding: 0px 10px;
}
#profile-card2-4 #top{
  height: 55%;
  background-image: url('images/elon22.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  padding: 0px 10px;
}
#markimg{
  background-image: url('images/mark4.jpg');
  background-size: cover;
  background-position: center;
  height: 100px;
  width: 100px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#larryimg{
  background-image: url('images/larry1.jpg');
  background-size: cover;
  background-position: center;
  height: 100px;
  width: 100px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#jeffimg{
  background-image: url('images/jeff3.jpg');
  background-size: cover;
  background-position: center;
  height: 100px;
  width: 100px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#elonimg{
  background-image: url('images/elon3.jpg');
  background-size: cover;
  background-position: center;
  height: 100px;
  width: 100px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#profile-card2 #top a,#profile-card2-2 #top a,#profile-card2-3 #top a,#profile-card2-4 #top a{
  display: block;
  margin: 10px auto;
  background: #185adb;
  color: white;
  border: none;
  width: 30%;
  padding: 5px;
  border-radius: 20px;
  cursor: pointer;
}
#profile-card2 #top h3,#profile-card2-2 #top h3,#profile-card2-3 #top h3,#profile-card2-4 #top h3{
  display: inline-block;
  margin-top: auto;
  font-weight: 500;
  font-variant: small-caps;
  width: 90%;
}
#profile-card2 #top h6,#profile-card2-2 #top h6,#profile-card2-3 #top h6,#profile-card2-4 #top h6{
  margin-top: -10px;
}
#profile-card2 #top span,#profile-card2-2 #top span,#profile-card2-3 #top span,#profile-card2-4 #top span{
  margin-top: 13px;
  float: left;
}
#profile-card2 #top p,#profile-card2-2 #top p,#profile-card2-3 #top p,#profile-card2-4 #top p{
  font-family: sans-serif;
  font-weight: bold;
}
#profile-card2 #bottom,#profile-card2-2 #bottom,#profile-card2-3 #bottom,#profile-card2-4 #bottom{
  height: 45%;
  padding: 16px;
  background: #0a1931;
  color: #fff;
  padding-top: 0;
}
#about{
  font-family: sans-serif;
  padding-top: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 1px solid;
  color: #ffc947;
  margin-bottom: 5px;
}
#profile-card2 #bottom span,#profile-card2-2 #bottom span,#profile-card2-3 #bottom span,#profile-card2-4 #bottom span{
  font-size: 1rem;
  margin-top: 0;
  font-family: 'Courier New', Courier, monospace, sans-serif;
}
#aboutdesc{
  display: flex;
  justify-content: space-between;
  /*border: 1px solid;*/
  margin-bottom: 5px;
}
#aboutdesc span{
  float: right;
  width: 90%;
  line-height: 1.2em;
}
#bottom h5{
  margin: 3px;
}
#bottom #arrow{
  align-self: flex-start;
  margin-top: 5px;
  height: 12px;
  width: 20px;
  background: #ffc947;
  clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}