* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.test {
  height: 300px;
}
a {
  text-decoration: none;
  display: inline-block;
}
html {
  scroll-behavior: smooth;
}
body {
  padding: 3%;
  font-family: "Zilla Slab", serif;
  line-height: 1.5;
  background: #ffeded;
}
@media (max-width: 768px) {
  body {
    padding: 1%;
  }
}
.header {
  max-width: 100%;
  /* background: linear-gradient(
    to right,
    rgb(253, 60, 60),
    rgb(220, 20, 87),
    rgb(128, 0, 85)
  ); */

  background: linear-gradient(rgba(248, 248, 248, 0.5), rgba(0, 0, 0, 0.616)),
    url(./images/pexels-photo-1363876.jpeg);
  background-size: cover;

  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
}
.scroll-bottom {
  position: fixed;
  top: 60px;
  right: 50px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  padding: 20px;
  background: rgb(0, 3, 163);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 200;
}
.scroll-top {
  position: fixed;
  bottom: 60px;
  left: 50px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  padding: 20px;
  background: rgb(0, 3, 163);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 200;
}
.logo {
  color: #fff;
  font-size: 6vmin;
  position: absolute;
  top: 80px;
  left: 20px;
  z-index: 100;
  color: #fff;
  background: #07060a;
  padding: 0 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}
.logo b {
  color: rgb(220, 20, 87);
  font-size: 9vmin;
  font-family: serif;
}
.header-container {
  height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
}
.header-content {
  width: 50%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.151);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 768px) {
  body {
    padding: 2%;
  }
  .header-content {
    width: 96%;
  }
  .logo {
    top: 30px;
  }
}
.header-title {
  font-size: 10vmin;
  font-weight: bold;
  letter-spacing: 2px;
  background: linear-gradient(to right, rgb(255, 0, 200), rgb(255, 68, 0), #07060A);
  background-clip: text;
  -webkit-background-clip: text;
  /* text-shadow: 4px 3px 0 #7a7a7a; */
  text-shadow: 5px 5px 10px  rgba(0, 0, 0, 0.5);
  color: transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.header-content h4 {
  font-size: 28px;
  font-weight: thin;
  margin: 20px 0;
  color: #fff;
}
.header-content p {
  margin-bottom: 10px;
  color: cyan;
  font-size: 16px;
}
.header-content p span {
  font-size: 28px;
}
.social-profile {
  display: flex;
  justify-content: center;
  gap: 15px;
  color: #fff;
  margin-bottom: 20px;
}
.social-profile a {
  /* font-size: 30px; */
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  /* display: block; */
}
.social-profile a:hover {
  background: #07060a;
}

/* feature */
.feature {
  background: linear-gradient(
      rgba(231, 231, 231, 0.8),
      rgba(248, 187, 240, 0.5)
    ),
    url(./images/tom.jpg);
  background-size: cover;
  min-height: 80vh;
  padding: 120px 40px;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .feature {
    padding: 80px 20px;
  }
}
.feature-title {
  font-size: 8vmin;
  background: linear-gradient(
    to right,
    rgb(253, 60, 60),
    rgb(220, 20, 87),
    rgb(128, 0, 85)
  );
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 30px;

  letter-spacing: 0.1em;
  text-shadow: 0 -1px 0 #fa3943, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c,
    0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424,
    0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c,
    0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414,
    0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
}
.feature-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 40px;
}
.feature-item {
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  backdrop-filter: blur(10px);
  display: grid;
  place-items: center;

  -webkit-box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.feature-item img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}
.feature-item h3 {
  font-size: 22px;
  margin: 15px 0;
  background: linear-gradient(
    to right,
    rgb(253, 60, 60),
    rgb(220, 20, 87),
    rgb(128, 0, 85)
  );
  padding: 5px 10px;
  letter-spacing: 1px;
}
/* cta */
.cta {
  padding: 80px 40px;
  background: linear-gradient(
    to left,
    rgb(253, 60, 60),
    rgb(220, 20, 87),
    rgb(128, 0, 85)
  );
}
.cta-container {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: space-between;
  margin: 0 auto;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); */

  -webkit-box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000,
    5px 5px 15px 5px rgba(0, 0, 0, 0);

  padding: 30px;
  flex-wrap: wrap;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.cta-heading {
  font-size: 24px;
  color: #ddd;
}
.btn {
  padding: 10px 20px;
  color: #fff;
  background: linear-gradient(
    to right,
    rgb(25, 190, 255),
    rgb(220, 20, 87),
    rgb(128, 0, 85)
  );
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  letter-spacing: 1.5px;
}
.btn:hover {
  background: linear-gradient(
    to left,
    rgb(25, 190, 255),
    rgb(220, 20, 87),
    rgb(128, 0, 85)
  );
}
@media (max-width: 768px) {
  .cta-container {
    width: 95%;
  }
  .cta-container a {
    margin-top: 15px;
  }
}

/* gallery */
.gallery {
  background: linear-gradient(
      rgba(255, 255, 255, 0.973),
      rgba(245, 217, 226, 0.555)
    ),
    url(./images/g.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .gallery {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gallery-title {
  line-height: 1.4;
}
.fit img {
  object-fit: cover;
}
/* contact */

#contact {
  background: #07060a;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
  color: #fff;
}
