@import "font-awesome.min.css";
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;700&family=Secular+One&display=swap");

* {
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  text-size-adjust: 100%;
}

html,
body {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  font-family: helvetica neue, helvetica, arial, sans-serif;
  text-size-adjust: 100%;
}
html h1,
body h1 {
  font-size: 23px;
  margin-top: 40px;
  font-weight: 200;
  color: #fff;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: "Secular One", sans-serif;
}
html h2,
body h2 {
  font-size: 15px;
  color: #fff;
  font-family: "Secular One", sans-serif;
}

.text-logo {
  color: white;
  font-size: 15px;
  font-family: "Secular One", sans-serif;
}

#wrapper {
  opacity: 0;
  display: table;
  height: 100%;
  width: 100%;
}
#wrapper.loaded {
  opacity: 1;
  -webkit-transition: 2.5s ease-in-out;
  transition: 2.5s ease-in-out;
}
#wrapper #content {
  display: table-cell;
  vertical-align: middle;
}

#card {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-perspective: 100%;
  perspective: 100%;
}
#card #front,
#card #back {
  /* border-radius: 10px; */
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#card #front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  overflow: hidden;
  z-index: 1;
}
#card #front #arrow {
  position: absolute;
  height: 60px;
  line-height: 50px;
  font-size: 30px;
  z-index: 10;
  bottom: 0;
  right: 50px;
  padding-right:35px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-animation: arrowWiggle 1s ease-in-out infinite;
  animation: arrowWiggle 1s ease-in-out infinite;
}
/* #card #front #top-pic {
  height: 30%;
  width: 100%;
  background-image: url(./images/just-logo.jpg);
  background-size: cover;
  background-position-y: -35px;
} */

.logo {
  width: 200px;
}
#card #front #avatar {
  width: 114px;
  height: 114px;
  top: 50%;
  left: 50%;
  margin: -77px 0 0 -57px;
  border-radius: 100%;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.8), 0 4px 5px rgba(107, 5, 0, 0.6),
    0 0 50px 50px rgba(255, 255, 255, 0.25);
  background-image: url(./images/1.png);
  background-size: 90px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  position: absolute;
  z-index: 1;
}
#card #front #info-box {
  max-height: 100%;
  width: 100%;
  position: absolute;
  display: table;
  left: 0;
  bottom: 0;
  padding: 50px;
  height: 100%;
}

#card #front #info-box {
  background-color: #000000;
  background-image: linear-gradient(315deg, #000000 0%, #414141 74%);
}
#card #front #social-bar {
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
}
#card #front #social-bar a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  line-height: 18px;
  border-radius: 5px;
}
#card #front #social-bar a:hover {
  color: #fff;
  background: #26a0da;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#card #back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: #000000;
  background-image: linear-gradient(315deg, #000000 0%, #414141 74%);
  display: table;
  z-index: 2;
  font-size: 13px;
  line-height: 20px;
  padding: 50px;
}
#card #back .back-info {
  text-align: justify;
  text-justify: inter-word;
  direction: rtl;
}

.contact-item{
  top:50%;
  color:white;
  direction: rtl;
  float: right;
  width: 100%;
}

ul li{
  padding: 5px;
  font-size:16px;
  direction:rtl;
}

ul li em{direction:ltr;}

ul { unicode-bidi: bidi-override; }


ul li i{
  border-radius: 100%;
  border: white;
}

.btn{
  border: none;
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  color: white;
}
#card #back #social-bar {
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
}
#card #back #social-bar a {
  display: inline-block;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
}
#card #back #social-bar a:hover {
  color: #fff;
  background: #26a0da;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#card .info {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#card.flip #front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#card.flip #back {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

#background {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#background #background-image {
  
  position: absolute;
  top: -30px;
  left: -30px;
  -webkit-filter: blur(10px);
  background-image: #fff;
  background-size: cover;
}

.contact-item {
  position: relative;
  padding-right: 44px;
  color: #444;
  padding-top: 35px;
  

  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.contact-item a {
  color: #fff;
  text-decoration: none;
}

.contact-item a:hover {
  color: #26a0da;
  text-decoration: none;
}

.ci-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 3px;
  color: #000;
  text-align: center;
  line-height: 25px;
}

.ci-icon :hover{
  color: #26a0da;
}
.ci-icon:before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ci-icon i,
.ci-icon span {
  position: relative;
}
.ci-title {
  margin-bottom: 1px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.ci-text {
  font-size: 20px;
  font-weight: 400;
  padding-right: 15px;
  font-family: 'Heebo', sans-serif;
}

.title{
  margin-top: 0 !important;
  text-align: center;
}

.container{
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.font-cont{
  margin-top: 50px;
}

.back-logo{
  margin-top: 0;
  width:100px
}

.fa-beat {
  animation: fa-beat 5s ease infinite;
}

@keyframes fa-beat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.5);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.5);
  }
  50% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.5);
  }
  70% {
    transform: scale(1);
  }
}

@-webkit-keyframes arrowWiggle {
  0% {
    right: 50px;
  }
  50% {
    right: 35px;
  }
  100% {
    right: 50px;
  }
}

@keyframes arrowWiggle {
  0% {
    right: 50px;
  }
  50% {
    right: 35px;
  }
  100% {
    right: 50px;
  }
}
