*{
    transition: all 0.5s;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    -user-drag: none;
}
body{
 background: url(https://emrullahkahraman.com/BG.jpg) no-repeat center center fixed; 
 background-size: cover;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  }
  @keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  } 

.card{
    height: 400px;
    width: 320px;
    background-color: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    position: absolute;
     margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 8px;
    -webkit-box-shadow: 20px 20px 22px rgba(0,0,0,0.2);
            box-shadow: 20px 20px 22px rgba(0,0,0,0.2);
    font-family: system-ui;
}
.card-img{
    height: 120px;
    width: 120px;
    background-color: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    border-radius: 50%;
    position: absolute;
    margin: 30px auto 20px  auto;
    left: 0;
    right: 0;

}
.card-img img{
    height: 100px;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: 10px;
}
.card-img img:hover {
  transform: scale(1.25);
  -webkit-box-shadow:0px 0px 50px 0px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 50px 0px rgba(255,255,255,1);
  box-shadow: 0px 0px 50px 0px rgba(255,255,255,1);
}
h6{
    margin: 0;
}
.desc{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 150px;
}
.primary-text{
    color: #d5d5d5;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.7px;
    margin: 5px 0;
    padding-top: 3px
}
.secondary-text{
    color: #c0c0c0;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 5px 0;
}
button{
    background-color: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    border: none;
    width: 80%;
    padding: 15px 0;
    position: relative;
    left: 10%;
    top: 240px;
    border-radius: 5px;
    outline: none;
}
.details{
    display: inline-grid;
    width: 100%;
    height: 70px;
    padding: 0 0;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    background-color: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    position: relative;
    bottom: 0;
    border-radius: 0 0 8px 8px;
    justify-items: center;
    overflow: hidden;
}
.details>div{
    text-align: center;
}
.details>i {
  text-align: center;
}
.menumode {
  height: 134px;
}
.fa-chevron-up {
  margin-top: 94.5%;
  background-color: rgba(255, 255, 255, 0.06);
}
.fa-chevron-down {
  margin-top: 74.7%;
  background: rgba(255, 255, 255, 0.1);
}
.fa-chevron-up:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
}
.fa-chevron-down:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.16);
}
.fa-solid {
    color: #FFFFFF;
    padding: 1.75% 7% 1.75% 7%;
    width: auto;
    height: auto;
    border-radius: 8px 8px 0px 0px;
    margin-left: 137px;
}
.close {
  height: 0;
  opacity: 0;
}
.open {
  height: 55px;
  opacity: 1;
}
a{
    color: #ffffff;
    border-radius: 5px;
    text-decoration:none;
}
.LinkedIn {
    position: relative;
    border-radius: 5px;
    margin-top: 5%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    margin-left: 5%;
    width: 150px;
    float: left;
}
.LinkedIn:hover {
    background: rgba(255, 255, 255, 0.1);
}
.instagram {
    position: relative;
    border-radius: 5px;
    margin-top: 5%;
    margin-right: 5%;
    margin-bottom: 2.5%;
    margin-left: 2.5%;
    width: 140px;
    float: right;
} 
.instagram:hover {
    background: rgba(255, 255, 255, 0.1);
}
.twitter {
    position: relative;
    border-radius: 5px;
    margin-top: 2.5%;
    margin-bottom: 5%;
    margin-right: 5%;
    margin-left: 2.5;
    width: 140px;
    float: right;
}
.twitter:hover {
    background: rgba(255, 255, 255, 0.1);
}
.youtube {
    position: relative;
    border-radius: 5px;
margin-top: 2.5%;
margin-bottom: 5%;
    margin-left: 5%;
    width: 150px;
    float: left;
} 
.youtube:hover {
    background: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1080px) {
  .card{
    height: 800px;
    width: 640px;
    background-color: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    position: absolute;
     margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 16px;
    -webkit-box-shadow: 20px 20px 22px rgba(0,0,0,0.2);
            box-shadow: 20px 20px 22px rgba(0,0,0,0.2);
    font-family: system-ui;
}
  .card-img{
    height: 250px;
    width: 250px;
    background-color: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    border-radius: 50%;
    position: absolute;
    margin: 50px auto 25px auto;
    left: 0;
    right: 0;

}
.card-img img{
    height: 210px;
    border-radius: 50%;
    margin-left: 20px;
    margin-top: 20px;
}
.desc{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 310px;
}
.primary-text{
    color: #d5d5d5;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.7px;
    margin: 5px 0;
    padding-top: 10px;
}
.secondary-text{
    color: #c0c0c0;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0 0;
}
.details{
    display: inline-grid;
    width: 100%;
    height: 140px;
    padding: 0 0;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    background-color: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    position: relative;
    bottom: 0;
    border-radius: 0 0 16px 16px;
    justify-items: center
}
.menumode {
  height: 268px;
}
.LinkedIn {
    position: relative;
    border-radius: 10px;
    width: 296px;
    height: 110px;
    float: left;
}
.LinkedIn:hover {
    background: rgba(255, 255, 255, 0.1);
}
.instagram {
    position: relative;
    border-radius: 10px;
    width: 296px;
    height: 110px;
    float: right;
} 
.instagram:hover {
    background: rgba(255, 255, 255, 0.1);
}
.twitter {
    position: relative;
    border-radius: 10px;
    width: 296px;
    height: 110px;
    float: left;
}
.youtube {
    position: relative;
    border-radius: 10px;
    width: 296px;
    height: 110px;
    float: right;
} 
.fa-chevron-up {
  margin-top: 94.6%;
  background-color: rgba(255, 255, 255, 0.06);
}
.fa-chevron-down {
  margin-top: 74.6%;
  background: rgba(255, 255, 255, 0.1);
}
.fa-solid {
    font-size: 32px;
    color: #FFFFFF;
    padding: 1.75% 7% 1.75% 7%;
    width: auto;
    height: auto;
    border-radius: 16px 16px 0px 0px;
    margin-left: 264px;
}
}
