@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&display=swap');

* {
  font-family: Raleway;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  outline: none !important;
}

html {
  font-size: 62.5%;
}

.container-fluid {
  padding: 0 10% !important;
}

ul {
  list-style: circle;
}

li::marker {
  color: black;
}

p {
  font-size: 2.48262rem;
  letter-spacing: 0.115103rem;
  color: rgb(102, 103, 102);
  word-break: break-all;
  -webkit-box-pack: center;
  justify-content: center;
}

.headLine {
  width: 0.225693rem;
  top: 0px;
  left: 1rem;
  height: 11.9617rem;
  background-color: rgb(41, 41, 41);
}

.header {
  padding-top: 17.8297rem;
  padding-bottom: 10rem;
  direction: ltr;
  margin-bottom: 3rem;
}

.firstName {
  font-weight: lighter;
  text-transform: uppercase;
  word-break: break-all;
  color: rgb(62, 62, 62);
  font-size: 6.65793rem;
  line-height: 1.68;
  letter-spacing: 3.89546rem;
  margin-bottom: 1.12846rem;
  direction: ltr;
}

.lastName {
  font-weight: bold;
  font-size: 9.02771rem;
  text-transform: uppercase;
  word-break: break-all;
  padding-right: 5.64232rem;
  color: rgb(62, 62, 62);
  line-height: 1.09;
  letter-spacing: 4.15952rem;
  direction: ltr;
}

.jobTitle {
  padding-right: 0px;
  margin-top: 4.51385rem;
  color: rgb(41, 41, 41);
  
  span {
    padding-left: 1rem;
    letter-spacing: 0.710932rem;
    text-transform: uppercase;
    word-break: break-all;
    direction: ltr;
    color: rgb(76, 74, 74);
    font-size: 3.04685rem;
  }
}

.photo {
  width: 27.2rem;
  height: 27.2rem;
  max-height: 270px;
  object-fit: contain;
}

.middleLine {
  width: 0.225693rem;
  bottom: 3.1597rem;
  left: 1rem;
  height: 5.64232rem;
  background-color: rgb(41, 41, 41);
}

.icon {
  width: 5rem;
  height: 5rem;
  font-size: 2.5rem;
  color: white;
  background-color: rgb(62, 62, 62);
  border-radius: 50%;
  padding: 0.7rem;
}

a p {
  word-break: break-all;
  color: rgb(102, 103, 102);
}

.list-item {
  padding-top: 2.03123rem;
  padding-bottom: 2.03123rem;
  margin-right: 1rem;
}

.list-item:not(:last-child) {
  border-bottom: 0.225693rem solid rgb(35, 31, 32);
}

.title {
  width: 100%;
  font-weight: bold;
  font-size: 4rem;
  text-transform: uppercase;
  line-height: 4.5rem;
  border-bottom: 1px solid rgb(35, 31, 32);
  padding-top: 0rem;
  padding-bottom: 3.8rem;
  color: rgb(34, 33, 33);
  letter-spacing: 1.01562rem;
  margin-bottom: 1.8rem;
}

.personal-details .title {
  padding-top: 4rem;
}

.bullet {
  position: relative;
}

.bullet i {
  font-size: 2.6rem;
}

.bullet:before {
  content: "";
  position: absolute;
  left: 1.9rem;
  width: 0.3rem;
  height: 70%;
  background-color: #292929;
  margin-top: 4.2rem;
}

.record {
  padding-top: 2rem;
}

.record p {
  width: 100%;
  font-size: 2.7rem;
  line-height: 1.33;
  color: rgb(102, 103, 102);
  word-break: break-word;
  display: block;
}

li {
  font-family: Raleway;
  line-height: 1.33;
  font-size: 2.8806rem;
  color: rgb(123, 123, 123);
}

span {
  color: rgb(102, 103, 102);
  font-size: 2.28048rem;
  line-height: 1.2;
  letter-spacing: 0.5rem;
}

.btn-group-fab {
  position: fixed;
  width: 50px;
  height: auto;
  right: 20px;
  bottom: 20px;
}

.btn-group-fab div {
  position: relative;
  width: 100%;
  height: auto;
}

.btn-group-fab .btn {
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  display: block;
  margin-bottom: 4px;
  width: 40px;
  height: 40px;
  margin: 4px auto;
}

@media print {
  @page {
    size: A4;
    margin: 0mm !important;
  }
  
  html {
    font-size: 23%;
  }
  
  .header {
    padding-top: 12rem;
    padding-bottom: 9rem;
  }
  
  ul li {
    margin-left: 1rem;
  }
}

/* Add media queries for mobile devices */
@media (max-width: 768px) {
  .container-fluid {
    padding: 0 5% !important;
  }

  .col-8 {
    width: 150% !important;
  }
  
  .firstName, .lastName, .jobTitle span {
    font-size: 4rem;
    letter-spacing: 0.5rem;
  }
  
  .firstName {
    letter-spacing: 1rem;
    margin-bottom: 1rem;
  }
  
  .lastName {
    letter-spacing: 1.2rem;
    padding-right: 0;
  }
  
  .jobTitle {
    margin-top: 2rem;
  }
  
  .header {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  
  .photo {
    width: 15rem;
    height: 15rem;
  }
  
  .middleLine, .headLine {
    height: 6rem;
  }
  
  .icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    padding: 0.5rem;
  }
  
  .record p, li, span {
    font-size: 1.8rem;
  }
  
  .title {
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: 0.8rem;
  }

  .record {
    padding: 1rem;
  }

  .record p {
    width: 100%;
    text-align: justify;
  }

  .personal-details, .education, .about-me, .work-experience {
    padding: 0 2rem;
  }

  .col-md-8, .col-md-4 {
    width: 100%;
    padding: 0;
  }

  .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
