@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@300;400;500;600;700&display=swap');

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
* {
    box-sizing: border-box;
}

body {
  font-family: 'Kumbh Sans', sans-serif;
  background-color: #040404;
  color: #fff;
  position: relative;
  background: transparent;

}
body::before {
  content: "";
  position: fixed;
  background: #040404;
  background-size: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  z-index: -1;
}
@font-face {
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/static/my_portfolio/vendor/bootstrap-icons/fonts/bootstrap-icons.woff2") format("woff2"),
       url("/static/my_portfolio/vendor/bootstrap-icons/fonts/bootstrap-icons.woff") format("woff");
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: ease-in-out 0.3s;
  position: relative;
  align-items: center;
  z-index: 997;
  overflow-y: auto;
}
#header * {
  transition: ease-in-out 0.3s;
}
#header h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: 'Oxanium', cursive;
  
}

#header h1 a, #header h1 a:hover {
  color: #fff;
  line-height: 1;
  display: inline-block;
}

@media (max-width: 992px) {
  #header h1 {
    font-size: 20px;
  }

  #header .container {
    display: flex;
    align-items: center;
  }

  #header nav li a {
    font-size: 14px;
  }
}


a {
  color: #1bc4f8;
  text-decoration: none;
}

a:hover {
  color: #6eddff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, #header .lead {
  font-family: 'Oxanium', cursive;
}

@media (min-width: 1024px) {
  body::before {
    background-attachment: fixed;
  }

  #header .lead {
    line-height: 2.5rem;
  }
  
}


section .container {
    background: rgba(0, 0, 0, 0.9);
    padding: 30px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 20px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: 'Oxanium', cursive;
}

.section-title p {
    margin: 0;
    margin: -15px 0 15px 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Kumbh Sans', sans-serif;
    color: #fff;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #4da4ea;
    margin: 4px 10px;
}




/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-p, .feedback-p {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
  color: #aaaaaa;
  font-family: 'Kumbh Sans', sans-serif;
}
.contact .info-box {
  color: #444444;
  padding: 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
}

.contact .info-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  width: 52px;
  height: 52px;
  float: left;
  border-radius: 50%;
}

.contact .info-box .bx {
  width: 24px;
  height: 24px;
  color: #1bc4f8;
  
}
.contact .info-box h3 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin: 10px 0 8px 68px;
}
.contact .info-box p {
  padding: 0;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}
.contact .info-box .social-links {
  margin: 5px 0 0 68px;
  display: flex;
}
.contact .info-box .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-right: 12px;
  transition: 0.3s;
}
.contact .info-box .social-links a:hover {
  color: #1bc4f8;
}
.contact .php-email-form, .feedback .php-email-form {
  padding: 30px;
  background: rgba(255, 255, 255, 0.08);
}
.contact .php-email-form .error-message, .feedback .php-email-form #error-feedback{
  display: none;
  background: rgba(255, 255, 255, 0.08);
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br, .feedback .php-email-form #error-feedback br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  background: rgba(255, 255, 255, 0.08);
  background: #1bc4f8;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}


.feedback .php-email-form #feedback-sent {
  display: none;
  background: rgba(255, 255, 255, 0.08);
  background: #1bc4f8;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading, .feedback .php-email-form .loading {
  display: none;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before, .feedback .php-email-form .loading:before{
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #1bc4f8;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea, .feedback .php-email-form input, .feedback .php-email-form textarea{
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  transition: 0.3s;
  color: #fff;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus, .feedback .php-email-form input:focus, .feedback .php-email-form textarea:focus{
  background-color: rgba(255, 255, 255, 0.11);
}
.contact .php-email-form input::-moz-placeholder, .contact .php-email-form textarea::-moz-placeholder, .feedback .php-email-form input::-moz-placeholder, .feedback .php-email-form textarea::-moz-placeholder{
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.contact .php-email-form input::placeholder, .contact .php-email-form textarea::placeholder, .feedback .php-email-form input::placeholder, .feedback .php-email-form textarea::placeholder{
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.contact .php-email-form input, .feedback .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea, .feedback .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button, .feedback .php-email-form button {
  background: #1bc4f8;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover, .feedback .php-email-form button[type=submit]:hover {
  background: #4da4ea;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}