/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&family=Lato:ital,wght@0,300;0,400;0,700;1,300&display=swap");

/* global */

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fredoka One", cursive;
}

p {
  font-size: clamp(16px, 2vw, 18px);
}

section {
  scroll-margin-block-start: 50px;
}

/* navbar */

.navbar-brand h6 {
  margin-bottom: 0;
}

.hero-section {
  /* background: rgba(102, 51, 153, 0.678); */
}

.hero-image img {
  border: 4px solid rgb(32, 32, 32);
  padding: 2px;
}

.about-me-section {
  /* min-height: 80vh; */
  padding: 80px 0;
  background-image: url(/assets/img/dev.jfif);
  background-color: rgba(0, 0, 0, 0.692);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
projects-section
*/

.projects-section {
  background: #efefef;
}

/* testimonials */

.carousel-item .card {
  max-width: 75%;
  margin: 0 auto;
}

/* experience-section */

.experience-section {
  background-image: url(../img/tech.jfif);
  background-color: rgba(0, 0, 0, 0.692);
  background-blend-mode: multiply;
  background-size: cover;
  background-attachment: fixed;
}
