@import url("https://fonts.googleapis.com/css?family=Dosis&display=swap");
@import url("https://fonts.googleapis.com/css?family=Dosis|Ubuntu&display=swap");

*,
html,
body {
  background-color: #3c4d58;
  font-family: "Ubuntu", sans-serif;
}
.white_background {
  background-color: #ffffff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}
.container {
  border-radius: 20px;
}
/* header css */
.drawline {
  width: 2px;
  background-color: #ffffff;
  height: 100%;
  margin-top: 4px;
}
/* .circle {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 4px -24px;
} */
.header {
  background-color: #ffffff;
  margin-top: 8%;
}
.row,
.col-md-3,
.col-md-4 {
  border-radius: 4px;
}
h1.name {
  background-color: #ffffff;
  padding: 12px 12px 0px 12px;
  font-size: 28px;
}
h4.professional_title {
  padding: 0;
  font-size: 18px;
  background-color: #ffffff;
  color: #53bfe8;
  padding: 0px 12px;
}
p.about_me {
  background-color: #ffffff;
  padding: 0px 12px;
  text-align: justify;
}
.profile_img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 20%;
  border: 4px solid #3193d8;
}
.mt-14 {
  margin-top: 14px;
}
i.fa-mobile {
  font-size: 24px;
  margin-top: 4px;
}
/* header over */

/* Blink buttons*/
.pinkBg {
  background-color: #ed184f !important;
  background-image: linear-gradient(90deg, #fd5581, #fd8b55);
}
.intro-banner-vdo-play-btn {
  height: 50px;
  width: 50px;
  position: absolute;
  text-align: center;
  margin: 0px;
  border-radius: 100px;
  z-index: 1;
  margin: 4px -24px;
}
.intro-banner-vdo-play-btn i {
  line-height: 56px;
  font-size: 30px;
}
.intro-banner-vdo-play-btn .ripple {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: -1;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin: -80px 0 0 -80px;
  border-radius: 100px;
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.intro-banner-vdo-play-btn .ripple:nth-child(3) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

/* Blink buttons over */
/* Experience */
.workexperince {
  margin-top: 14px;
  /* color: #3193d8; */
  font-weight: bold;
}

.date {
   color: #3193d8;
}

.exp_description {
    list-style-type: square;
    text-align: justify;
}
/* Experience over */

/* Languages */
.squares {
  height: 15px;
  width: 15px;
  float: left;
  margin: 6px 12px 0px 0px;
  background-color: #3193d8;
}

.blak_squares {
  height: 15px;
  width: 15px;
  float: left;
  margin: 6px 12px 0px 0px;
  background-color: #3c4d58;
}

.p-14 {
  padding: 14px;
}

.plrb-14{
  padding: 0px 14px 14px 14px;
}

/* Languages over */

/* programming languages */
.programming {
  padding: 12px 0px;
}


/* programming languages over */
@media screen and (max-width: 768px) {
  .header {
    margin: 0;
  }
  h1.name {
    margin-left: 0;
    font-size: 28px;
    text-align: center;
  }
  .intro-banner-vdo-play-btn {
    display: none;
  }
  .professional_title{
    text-align: center;
    text-align: 24px;
  }
  .email {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .header {
    margin: 0;
  }
  h1.name {
    font-size: 18px;
    text-align: center;
    margin-left: 0;
  }
  .intro-banner-vdo-play-btn {
    display: none;
  }
  .email {
    text-align: center;
  }
}
