*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  user-select: none;
}
body{
  background:#172d57;
}
.cover-img{
  width: 100%;
  margin-top: 50px;
}
.logo-img{
  width: 100px;
  margin-top: 10px;
}
.menu-img{
  width: 35px;
  height: 30px;
  color: #fff;
  float: right;
  margin-top: 8px;
  background: #fff;
  padding: 3px;
  border-radius: 5px;
}
.type-writer{
  color: #c8c8c8;
  font-weight: bold;
  font-family: impact, Arial;
  text-align: center;
  font-size: 15px;
}
.interactive-buttons{
  max-width: 230px;
  margin: auto;
}
.interactive-image{
  width: 25px;
  height: 25px;
  position: relative;
  top: 3px;
}
.join-btn{
  margin-top: 10px;
  margin-top: 10px;
  padding: 10px;
  background: #fff;
  width:230px;
  border: none;
  border-radius: 5px;
}
.btn-txt{
  position: relative;
  bottom:5px ;
  font-size: 13px;
  font-family: Sans-Serif;
  color: #4d4d4d;
}

.share-btn{
  margin-top: 10px;
  margin-top: 10px;
  padding: 10px;
  background: transparent;
  width:230px;
  border: 5px solid #fff;
  border-radius: 5px;
  color: #fff;
}
.share-txt{
  position: relative;
  bottom: 5px ;
  font-size: 13px;
  font-weight: bold;
  font-family: Sans-Serif;
  color: #fff;
}
.cover-section{
  min-height: 100vh;
}
.footer-container{
  background-color:#f0f4fc;
}
.inner-container{
  min-height: 300px;
  background-color: #fff;
  margin: 10px;
  border-radius: 15px;
  box-shadow: 10px 7px 3px 20px rgba(0,0,0,0.58);
-webkit-box-shadow: 10px 7px 20px 3px rgba(0,0,0,0.58);
-moz-box-shadow: 10px 7px 20px 3px rgba(0,0,0,0.58);
}
.gif{
  width:100px;
}
.image-container{
  max-width: 100px;
  margin: auto;
}
.container-header{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #292929;
  font-family: Sans-Serif, serif;
}
.container-text{
  font-weight: bold;
  color: #747474;
  font-size: 14px;
  margin: 0px 10px;
  line-height: 30px;
  font-family:impact, "arial black", arial, Sans-Serif, serif;
}
.center-btn{
  max-width: 150px;
  margin: auto;
}
/* button style*/
.go{
  background: #fff;
  backface-visibility: hidden;
  border-radius: .375rem;
  display: flex;
  border-style: solid;
  border-width: .125rem;
  box-sizing: border-box;
  color: #212121;
  cursor: pointer;
  font-family: Circular,Helvetica,sans-serif;
  font-weight: 700;
  width: 150px;
  height: 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.go:not(:disabled):hover {
  transform: scale(1.05);
}

.go:not(:disabled):hover:active {
  transform: scale(1.05) translateY(.125rem);
}

.go:focus {
  outline: 0 solid transparent;
}

.go:focus:before {
  content: "";
  left: calc(-1*.375rem);
  pointer-events: none;
  position: absolute;
  top: calc(-1*.375rem);
  transition: border-radius;
  user-select: none;
}

.go:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.go:focus:not(:focus-visible):before {
  border-width: 0;
}

.go:not(:disabled):active {
  transform: translateY(.125rem);
}
.button-text{
  font-size: 18px;
  position: relative;
  top: 8px;
  left: 25px;
}
.btn-img{
  height: 25px;
  width: 25px;
  position: relative;
  top: 3px;
  left: 35px;
}
a.btn-link{
  text-decoration: none;
}

.null{
  margin-top: 250px;
  text-align: center;
  font-weight: bold;
  color:#949494;
}
/*footer section*/


footer{
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
    height: auto;
    width: 100vw;
    padding-top: 40px;
    color: #fff;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3{
    font-size: 2.1rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 3rem;
}
.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: #cacdd2;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    border: 1.1px solid white;
    padding: 5px;

    border-radius: 50%;

}
.socials a i{
    font-size: 1.1rem;
    width: 20px;


    transition: color .4s ease;

}
.socials a:hover i{
    color: aqua;
}

.footer-bottom{
    width: 100vw;
    padding: 20px;
    padding-bottom: 40px;
    text-align: center;
}
.footer-bottom p{
    font-size: 14px;
    word-spacing: 2px;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 16px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}
.footer-menu{
  float: right;

}
.footer-menu ul{
  display: flex;
}
.footer-menu ul li{
  padding-right: 10px;
  display: block;
}
.footer-menu ul li a{
  color: #cfd2d6;
  text-decoration: none;
}
.footer-menu ul li a:hover{
  color: #27bcda;
}

@media (max-width:500px) {
.footer-menu ul{
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
}
#splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #172d57;
  display: flex;
  align-items: center;
  justify-content: center;
}
.splash-text{
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 35px;
  font-family: "arial black", arial, impact, ;
  letter-spacing:25px;
}
.loading-animation{
  width: 40px;
  height: 40px;
  position: relative;
  left: 40px;
  display: block;
}
.inner-splash{
  display: block;
  max-width: 300px;
  margin: auto;
  position: absolute;
  bottom: 40px;
}
.loading{
  color: #989898;
  font-weight: bold;
  font-family: Arial, roboto, impact;
  text-align: center;
  font-size: 14px;
}

.splash-image{
  width: 130px;
  position: relative;
  left: 0px;
}
/*slider*/




.container{
   background-color: #f0f4fc;
   background-color: #f0f4fc;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}
.comments{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto;
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    padding: 35 20px;
    padding-bottom: 20;
    margin-bottom: 30px;
    background-color: var(--white);
    border-radius: 10px;
    color: var(--gray-blue);
}


.head{
    grid-column: 1/3;
    display: flex;
    align-items: center;
}
.head .name{
    margin-left: 13px;
    font-size: 15px;
    font-weight: bold;
    color: var(--dark-blue);
}
.head .time{
    margin-left: 10px;
    font-size: 15px;
    color: #777;
}
.body{
    grid-column: 1/3;
    margin-top: 15; /*remember*/
    line-height: 30px;
    font-size: 15px;
    font-family:poppins, arial, impact;
}
.body .at{
    font-size: 16px;
    font-weight: bold;
    color: var(--moderate-blue);
}
.votes, .replies{
    outline: none;
    margin-top: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: var(--moderate-blue);
}
.votes{
    grid-column: 1/2;
    width: fit-content;
    background-color: var(--light-gray);
    padding: 10;
    border-radius: 10px;
    align-items: center;
}
.dark-votes{
    background-color: rgba(122, 88, 88, 0.356);
}
.votes .plus{
    padding: 5;
}
.votes .minus{
    padding: 8 5;
}
.votes .vote{
    margin: 0 10;
    font-weight: bold;
}
.replies{
    grid-column: 2/3;
    justify-content: flex-end;
}
.replies p{
    margin-left: 10px;
    font-weight: bold;
}
.post-card-section{
  margin: 16px;
  padding: 26px;
  background-color: #fff;
  border-radius: 13px;
}
.profile-image{
  border-radius: 50%;
  border:none;
  object-fit: cover;
  width: 50px;
  height: 50px;
}
#body-img{
  width: 100%;
  max-height: 150px;
  border: 2px solid #999;
  border-radius: 15px;
  padding: 4px;
}