@import url("https://fonts.googleapis.com/css2?family=Libertinus+Mono&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.libertinus {
  font-family: "Libertinus Mono", monospace;
}
.rubik {
  font-family: "Rubik", sans-serif;
}

p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #777;
}

.rubik {
  font-family: "Rubik", sans-serif;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13, 109, 253, 0);
}

#rotate-block {
  position: fixed;
  height: 200%;
  width: 100%;
  transform: rotate(-15deg);
  left: -83%;
  top: -50%;
  /* background-color: #5dabfe; */
  background-color: #fba323;
  /* background-color: #42b3ae; */
}

#side-menu {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 999;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
  line-height: 20px;
  margin-top: 10px;
  border-radius: 50%;
  /* background-color: #ffc107; */
}
.navbar-expand-lg .navbar-nav {
  flex-direction: column;
}

/* .navbar-nav {
    display: flow-root list-item;
} */

#first-level-detail {
  padding-top: 22px;
}

.btn.btn-lg.btn-secondary.text-white {
  background: #fba323;
  border: 1px solid #fba323;
  font-family: "Rubik", sans-serif;
}

.profile {
  /* background-image: url(../img/Surya_Thakur.png); */
  width: 80%;
  height: calc(100vh - 60px);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  left: 30px;
  top: 30px;
}

.surya-detail {
  width: 85%;
  text-align: justify;
  padding: 50px 0 0;
}

.btn-lg.bg-light {
  font-family: "Rubik", sans-serif;
  background-color: #ffc107 !important;
}

.surya-detail h3 {
  text-transform: capitalize;
  color: #777;
  font-size: 22px;
  /* font-weight: 400; */
  font-weight: bolder;
}

.surya-detail h2 {
  margin: 18px 0 10px;
  font-family: "Rubik", sans-serif;
  font-size: 38px;
  font-weight: bolder;
}

.info {
  padding: 30px 40px;
}

form .form-control {
  margin-top: 15px;
  border-radius: 9px;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}

input {
  height: 45px;
}

.info h3 {
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
}

.info p {
  font-family: "Open Sans ", sans-serif;
}

form {
  padding: 20px 40px;
}

.page-title {
  font-size: 56px;
  font-weight: 900;
  color: #ffc107;
  text-transform: capitalize;
  text-align: center;
  margin: 40px auto;
}

.page-title span {
  color: #666;
}

.touch-through a {
  text-decoration: none;
  color: #666;
}

.touch-through a img {
  background-color: orange;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 8px;
  margin-bottom: 10px;
}

.submit-btn {
  background: orange;
  height: 42px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info ul li {
  display: inline;
  padding-left: 10px;
  line-height: 5;
}

/*  */

body.light .title-bg {
  color: rgba(30, 37, 48, 0.07);
}

.title-section {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 50px 0;
}

.title-section h1 {
  font-size: 56px;
  font-weight: 900;
  /* color: #fff; */
  text-transform: uppercase;
  margin: 0;
}

.title-section h1 span {
  color: #ffc107;
}

.title-bg {
  font-size: 110px;
  left: 0;
  letter-spacing: 10px;
  line-height: 0.7;
  position: absolute;
  right: 0;
  top: 50%;
  text-transform: uppercase;
  font-weight: 800;
  transform: translateY(-50%);
  color: #c0c0c033;
}

.boxes-p {
  float: left;
  width: 45%;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 20px 30px 25px 40px;
  /* box-shadow: 0 1px 3px #e6e2d7; */
  border-radius: 12px;
  border: 1px solid #e6e2d7;
}

.boxes-p h3 {
  font-size: 36px;
  font-weight: bolder;
  color: #ffc107;
}

.boxes-p h4 {
  color: #999;
  position: relative;
  text-transform: uppercase;
  padding-left: 50px;
}

.boxes-p h4::after {
  position: absolute;
  width: 25px;
  height: 3px;
  background: #1b1616;
  left: 0;
  top: 17px;
  content: "";
}

.line {
  height: 2px;
  background: #c0c0c033;
  width: 38%;
  margin: 50px auto auto auto;
}

.personal-detail h3,
.showing-skill h3 {
  font-size: 36px;
  font-weight: bolder;
}

a.project img {
  width: 100%;
  margin: 5px 0px 20px 0px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.happiest {
  width: 100%;
  /* border: 2px solid; */
  padding: 20px;
  display: flex;
  box-shadow: 0px 0px 5px 0px green;
  justify-content: space-between;
}

.happy-box {
  /* border: 1px solid; */
  width: 40%;
  padding: 10px;
  margin: 10px;
}

.happy-box-middle {
  border: 1px solid;
  width: 25%;
  padding: 10px;
  margin: 10px;
}

.fancy-box {
  width: 27.9%;
  text-align: center;
  background: #ffffff;
  box-shadow: 1px 1px 12px #00000040;
  margin: 10px;
  display: inline-block;
}

/*    Skill style  */

.showing-skill {
  /* font-family: 'Montserrat', sans-sherif; */
  /* background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); */
  background-repeat: no-repeat;
  padding: 50px 20px;
  color: #555555;
  overflow: hidden;

  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: transparent;
  margin: auto;

  width: 30%;
  border: 0px solid transparent;
  height: 350px;
  border-radius: 5px;
  /* box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2); */
}

.card .percent {
  position: relative;
}

.card svg {
  position: relative;
  width: 210px;
  height: 210px;
  transform: rotate(-90deg);
}

.card svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 10;
  stroke-linecap: round;
}

.card svg circle:last-of-type {
  stroke-dasharray: 625px;
  stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
  stroke: #3498db;
}

.card .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card .number h3 {
  font-weight: 200;
  font-size: 3.5rem;
}

.card .number h3 span {
  font-size: 2rem;
}

.card .title h2 {
  margin: 25px 0 0;
}

.card:nth-child(1) svg circle:last-of-type {
  stroke: #f39c12;
}

.card:nth-child(2) svg circle:last-of-type {
  stroke: #2ecc71;
}

@media (max-width: 576px) {
     .surya-detail {
        width: 100%;
        padding: 70px 0px;
    }

  .profile {
    width: 110%;
    height: 485px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    border-radius: 0;
    left: -12px;
    top: 30px;
    overflow: hidden;
  }

  #side-menu {
    position: fixed;
    left: 0;
    top: 96vh;
    background: orange !important;
    width: 100%;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    justify-content: space-between;
}

}
