@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
}

.page {
  margin: 0 auto;
  box-shadow: 0 0 15px #aaa;
  max-width: 1250px;
}

.section-header {
  position: relative;
  overflow: hidden;
}

.skill-title {
  float: left;
  margin-top: -35px;
  color: #032c42;
}

.section-title::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  margin-left: 30px;
}

.skill-outerbox {
  width: 100%;
  background-color: #e4e4e4;
  margin-bottom: 48px;
  position: relative;
  height: 15px;
  border-radius: 15px;
  display: inline-block;
}

.skill-innerbox {
  background: linear-gradient(to right, #f92369 , #9d76f5);
  width: 0;
  height: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  transition: all 0.6s ease-in-out;
}

.skill-value {
  float: left;
  margin-top: -35px;
  color: #032c42;
  font-weight: 600;
  position: absolute;
  right: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #2a2e43;
  line-height: 1.4;
  font-weight: 600;
}

.subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #1584ff;
  text-transform: uppercase;
}

.social-list {
  height: 80px; 
  width: auto;
  margin-left: 25px;
  margin-right: 25px;
  background-color: #2a2e43;
  position: absolute;
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: -40px;
}

.personal-details {
    padding-bottom: 35px;
  }

@media (min-width: 768px) {
  .personal-details {
    padding-left: 70px; 
    padding-right: 0; 
    padding-top: 60px; 
    padding-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .personal-details {
    padding-left: 120px; 
    padding-right: 60px; 
    padding-top: 80px; 
    padding-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .brand-title {
    margin-left: 50px; 
    margin-right: 50px; 
  }
}

#details-text td:nth-child(2) {
  padding-left: 40px;
}

@media (min-width: 768px) {
  #details-text td:nth-child(2) {
    padding-left: 80px;
  }
}

.dropdown-item {
  white-space: normal;
  word-wrap: break-word;
  width: 255px;
}

.privacy-content {
  margin-top: 80px;
  margin-left: 45px;
  margin-right: 45px;
}