@font-face {
  font-family: "centary";
  src: url(../fonts/GOTHIC.TTF);
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::selection {
}
:root {
  --background: #dae9d4;
  --title: #f47e4a;
  --read: #21b04b;
}
ul,
li {
  list-style: outside;
}
a {
}
body,
html {
}

body {
  background:
    radial-gradient(
      circle at 20% 25%,
      rgba(79, 70, 229, 0.55),
      transparent 45%
    ),
    radial-gradient(
      circle at 80% 75%,
      rgba(6, 182, 212, 0.45),
      transparent 45%
    ),
    url(../images/background/social\ Entrepreneurship.png) center center / cover
      no-repeat;

  background-attachment: fixed;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;

  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);

  background-size: 80px 80px;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;

  background:
    radial-gradient(
      circle at 8% 30%,
      rgba(120, 120, 255, 0.22),
      transparent 22%
    ),
    radial-gradient(circle at 92% 75%, rgba(0, 220, 255, 0.18), transparent 22%);
}

button,
textarea,
input {
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
/* **************** */
/* ****************** */
/* bee */
.beesize {
  transform: scaleY(1.3);
  border-radius: 16px;
}
.text2 {
  background-color: var(--background);
  border-radius: 26px;
  padding: 30px;
  margin-top: 20px;
}
.bee h1 {
  color: var(--title);
}
.gallary1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.photoBee {
  /* background-color: var(--background); */
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 40%;
  border-radius: 16px;
  gap: 100px;
}
.photoBee img {
  padding: 5%;
  border-radius: 26px;
  width: 100%;
}
.text3 {
  text-align: justify;
  padding-inline: 2%;

  width: 60%;
}
.text3 h1 {
  width: 400px;
  text-align: start;
  line-height: 35px;
}
.width {
  margin-block: 5%;
  width: 100%;
}

/* venom */
.venomsize {
  transform: scaleY(1);
}

.venom > :nth-child(2) {
}

.venom > h1 {
  width: 80%;
  color: var(--title);
}

.pa1 {
  padding: 5%;
  background-color: var(--background);
  border-radius: 26px;
}

.venom > h2 {
  color: #1d2653;
  width: 80%;
  text-align: start;
  line-height: 35px;
  font-weight: 900;
}

.venom img {
  padding-block: 7%;
  margin-left: 50%;
  transform: translate(-50%);
  width: 40%;
  border-radius: 16px;
}

.first {
  position: relative;
  left: 30%;
}

.venom > img {
  border-radius: 16px;
}

/* silk */
.silk h1 {
  color: var(--title);
  margin-block: 3%;
}

.section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-block: 30px;
}

.section > div {
  width: 50%;
}

.section h3 {
  color: var(--title);
  text-align: start;
}

.photos {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: var(--background); */
  border-radius: 16px;
  padding: 5%;
  gap: 5%;
}

.photos > img {
  width: 30%;
  border-radius: 16px;
}
.photos > :nth-child(2) {
  width: 34.5%;
}
.photos > :nth-child(3) {
  width: 32.5%;
}
.silksize {
  transform: scaleY(1);
}
