.author-dp{
    height:400px;
    margin:auto;
    width:50%;
}
  .profile-headx {
    transform: translateY(5rem)
  }

  .coverxx {
    background-image: url('../img/layout/coverprof.jpg');
    background-size: cover;
    background-repeat: no-repeat
  }
.stamp {
  transform: rotate(12deg);
	color: #555;
	font-size: 3rem;
	font-weight: 700;
	border: 0.25rem solid #555;
	display: inline-block;
	padding: 0.25rem 1rem;
	text-transform: uppercase;
	border-radius: 1rem;
	font-family: 'Courier';
  mask-size: 944px 604px;
  mix-blend-mode: multiply;
}

.is-nope {
  color: #D23;
  border: 0.5rem double #D23;
  transform: rotate(3deg);
	mask-position: 2rem 3rem;
  font-size: 1rem;  
}

.is-approved {
	color: #0A9928;
	border: 0.5rem solid #0A9928;
	mask-position: 13rem 6rem;
	transform: rotate(-14deg);
  border-radius: 0;
} 

.is-draft {
	color: #C4C4C4;
	border: 1rem double #C4C4C4;
	transform: rotate(-5deg);
  font-size: 6rem;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  border-radius: 0;
  padding: 0.5rem;
} 
ul.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;

  list-style-type: none;
}
ul.social>li>a{
    background-color: #000000;
}
ul.social>li>a:hover{
    background-color: silver;
}
 ul ul {
    margin-bottom: 0;
}
ul {
    padding: 0px;
    margin-bottom: 0px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ul.social>li>a {
    background-color: #000000;
}
ul.social>li>a {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000000;
    border-radius: 50%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
ul.social li {
    margin: 0px 5px;
    font-size: 18px;
}
.ckl {
  border-radius: 68% 71% 93% 59%;
}
.icon-rotated {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.parallax {
    background-repeat: no-repeat;
}
.x:hover{
    border-color: white;
    background-color: #b31414de;

}
.xj{
    border-radius: 10%; 
}
.xj:hover{
    transform: rotate(4deg);
}
.profile-card-6 {
  max-width: 300px;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  cursor: pointer;
}

.profile-card-6 img {
  transition: all 0.15s linear;
}

.profile-card-6 .profile-name {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
  padding: 15px 20px;
  background: linear-gradient(140deg, rgba(0, 0, 0, 0.4) 50%, rgba(255, 255, 0, 0) 50%);
  transition: all 0.15s linear;
}

.profile-card-6 .profile-position {
  position: absolute;
  color: rgba(255, 255, 255, 0.4);
  left: 30px;
  top: 100px;
  transition: all 0.15s linear;
}

.profile-card-6 .profile-overview {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 50%, rgba(255, 255, 0, 0));
  color: #FFF;
  padding: 50px 0px 20px 0px;
  transition: all 0.15s linear;
}

.profile-card-6 .profile-overview h3 {
  font-weight: bold;
}

.profile-card-6 .profile-overview p {
  color: rgba(255, 255, 255, 0.7);
}

.profile-card-6:hover img {
  filter: brightness(80%);
}

.profile-card-6:hover .profile-name {
  padding-left: 25px;
  padding-top: 20px;
}

.profile-card-6:hover .profile-position {
  left: 40px;
}

.profile-card-6:hover .profile-overview {
  padding-bottom: 25px;
}

.profile-card-2 {
  
  background-color: #FFF;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
  background-position: center;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  cursor: pointer;
  border-radius: 10px;
}

.profile-card-2 img {
  transition: all linear 0.25s;
}

.profile-card-2 .profile-name {
  position: absolute;
  left: 30px;
  bottom: 70px;
  font-size: 30px;
  color: #FFF;
  text-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
  font-weight: bold;
  transition: all linear 0.25s;
}

.profile-card-2 .profile-username {
  position: absolute;
  bottom: 50px;
  left: 30px;
  color: #FFF;
  font-size: 13px;
  transition: all linear 0.25s;
}

.profile-card-2:hover .profile-username {
  bottom: 60px;
}

.profile-card-2 .profile-icons {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #FFF;
  transition: all linear 0.25s;
}

.profile-card-2 .profile-icons .bi {
  margin: 5px;
}

.profile-card-2:hover img {
  filter: grayscale(100%);
}

.profile-card-4 {
  max-width: 300px;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  cursor: pointer;
}

.profile-card-4 img {
  transition: all 0.25s linear;
}

.profile-card-4 .profile-content {
  position: relative;
  padding: 15px;
  background-color: #FFF;
}

.profile-card-4 .profile-content::before {
  content: "";
  position: absolute;
  height: 20px;
  top: -10px;
  left: 0px;
  right: 0px;
  background-color: #FFF;
  z-index: 0;
  transform: skewY( 3deg);
}

.profile-card-4:hover img {
  transform: rotate( 5deg) scale(1.1, 1.1);
  filter: brightness(110%);
}

.profile-card-4 .profile-content {
  position: relative;
  padding: 15px;
  background-color: #FFF;
}

.profile-card-4 .profile-name {
  font-weight: bold;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -70px;
  color: #FFF;
  font-size: 17px;
}

.profile-card-4 .profile-name p {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.5px;
}

.profile-card-4 .profile-description {
  color: #777;
  font-size: 12px;
  padding: 10px;
}

.profile-card-4 .profile-overview {
  padding: 15px 0px;
}

.profile-card-4 .profile-overview p {
  font-size: 10px;
  font-weight: 600;
  color: #777;
}

.profile-card-4 .profile-overview h4 {
  color: #273751;
  font-weight: bold;
}
.carousel-indicators{
      background: khaki;
}
.carousel-indicators li{
  background-color: black;
}


/* cartoon panel */


.profile-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 100%;
  text-align: center;
  margin-top: -1rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.profile-img {
  margin: 0 auto;
  margin-top: -2rem;
  height: 100px;
  width: 100px;
  border: 6px solid white;
  outline: none;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.user-details {
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.user-img {
  max-width: 100%;
  border-radius: 0.5rem;
}
.gray--bold--text {
  font-size: 0.9rem;
  color: hsl(229deg 22% 25%);
  font-weight: bold;
}
.light--text {
  color: hsl(227deg 10% 46%);
}
.card-link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}
.btnx {
  position: relative;
  background: #272727;
  border: 1px solid white;
  padding: 10px;
  font-size: 0.9em;
  color: white !important;
  box-shadow: 4px 4px 0px 0px black;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  text-decoration: none !important;
  left: 0;
  top: 0;
}
.btnx:hover {
  position: relative;
  text-decoration: none !important;
  background: white;
  border: 1px solid #272727;
  padding: 10px;
  font-size: 0.9em;
  color: #272727 !important;
  box-shadow: 4px 4px 0px 0px black;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  left: 0;
  top: 0;
}
.btnxin {
  position: relative;
  background: #fff;
  border: 1px solid #272727;
  padding: 10px;
  font-size: 0.9em;
  color: #272727 !important;
  box-shadow: 4px 4px 0px 0px black;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  text-decoration: none !important;
  left: 0;
  top: 0;
}
.btnxin:hover {
  position: relative;
  text-decoration: none !important;
  background: #272727;
  border: 1px solid #fff;
  padding: 10px;
  font-size: 0.9em;
  color: #fff !important;
  box-shadow: 4px 4px 0px 0px black;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  left: 0;
  top: 0;
}
.blog-card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
}
.blog-card {
  /* display: flex; */
  flex-direction: row;
  background: #fff;
  box-shadow: 0 0.1875rem 1.5rem rgb(0 0 0 / 20%);
  border-radius: 0.375rem;
  overflow: hidden;
}
.post-image {
  height: 100%;
}
.post-image {
  transition: opacity 0.3s ease;
  display: block;
  width: 100%;
  object-fit: cover;
}
.article-details {
  padding: 1.5rem;
}
.post-category {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0625rem;
  margin: 0 0 0.75rem 0;
  padding: 0 0 0.25rem 0;
  border-bottom: 0.125rem solid #ebebeb;
}

.post-title {
  transition: color 0.3s ease;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #121212;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.post-author {
  font-size: 0.875rem;
  line-height: 1;
  margin: 1.125rem 0 0 0;
  padding: 1.125rem 0 0 0;
  border-top: 0.0625rem solid #ebebeb;
}

/*-- signin-card animation ---------------------------------------- */
.signin-card {
  -webkit-animation: cardEnter 0.75s ease-in-out 0.5s;
  animation: cardEnter 0.75s ease-in-out 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

/* -- login paper styles ------------------------------ */
.signin-card {
  max-width: 350px;
  border-radius: 2px;
  margin: 20px auto;
  padding: 20px;   
  background-color: #e43f3f; 
  box-shadow: 0 10px 20px rgba(0, 0, 0, .19),
  0 6px 6px rgba(0, 0, 0, .23);
}

/* -- font styles ------------------------------------- */
.display1 {
  font-size: 28px;
  font-weight: 100;
  line-height: 1.2;
  color: #757575;
  text-transform: inherit;
  letter-spacing: inherit;
}


/* card animation from Animate.css -------------------- */
@-webkit-keyframes cardEnter {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes cardEnter {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.team-item {
    position: relative;
    border-radius: .1875rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
    margin: 0 0 30px;
}
.team-item, .team-wrap, .team-content, .team-content-social {
    transition: all .4s ease-in-out;
}
.team-wrap {
    background: rgba(34, 34, 34, .6);
    position: absolute;
    border-radius: .1875rem;
    top: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.team-wrap {
    background: rgba(34, 34, 34, .6);
    position: absolute;
    border-radius: .1875rem;
    top: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.team-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px;
    transform: translateY(-10px);
}
.team-content-social {
    text-align: center;
    list-style: none;
    padding: 20px;
    margin: 0;
    transform: translateY(-10px);
    position: absolute;
    right: 0;
}
.team-name, .team-role {
    color: #fff;
}
.team-name {
    font-size: .8125rem;
    margin-bottom: 2px;
}
.team-name, .team-role {
    color: #fff;
}
.team-role {
    font-size: .75rem;
    opacity: .6;
}


.team-item:hover {
    transform: translateY(-3px);
}

.team-item:hover .team-wrap {
    opacity: 1;
}

.team-item:hover .team-content,
.team-item:hover .team-content-social {
    transform: translateY(0);
}
.totme {
 
  background-color: transparent;
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}
.totme:hover {
  transform: scale(1.5);
  }
  .mobileShow {display: none;} 

  /* Smartphone Portrait and Landscape */ 
  @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px){ 
      .mobileShow {display: inline;}
      .author-dp{
          width:100%;
      }
  }
  
  /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5cb85c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5cb85c;
}

.img-container {
  position: relative;
  display: inline-block;
}

.img-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}

.img-container .overlay {
  opacity: 1;
}

.overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.bg-main-theme  {
  background-image: url(../img/layout/layoutstory.png);
  height: 100%;
}

.bg-main-theme {
  position: relative;
  /* opacity: 0.65; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}