h3 {
  font-family: "AkrobatBlack";
  color: #474747;
  font-size: 65px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 45px;
}

p {
  font-size: 1.1rem;
  color: #464646;
  font-family: "AkrobatLight";
  line-height: 1.2;
}

.clouds {
  position: absolute;
  transform: rotateY(180deg);
  opacity: 20%;
  background-repeat: no-repeat;
  background-position: center;
}

section {
  padding-bottom: 0;
}

.hero_container .left_img {
  left: -980px;
  top: 700px;
  transform: translateY(-50%) rotate(125deg);
}

.hero_container .right_img {
  left: 104%;
  top: 600px;
  height: 900px;
}

#mediaGallery {
  padding-left: 15px;
  padding-right: 15px;
}
#mediaGallery .text_sec .title_ {
  display: flex;
  gap: 20px;
}
#mediaGallery .text_sec .title_ h3 {
  max-width: 730px;
  margin-bottom: 30px;
}
#mediaGallery .text_sec .title_ .icon_ svg {
  height: 115px;
}

.grid_container {
  margin-top: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-rows: 150px;
  gap: 20px;
}

.grid_container div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #254698;
  color: #fff;
  font-size: 30px;
  overflow: hidden;
  border-radius: 10px;
}
.grid_container div img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Media Query Start for Mobile phones */
@media (min-width: 540px) {
  .grid_container {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
    grid-gap: 20px;
  }
  .grid_container > *:nth-child(5n+1) {
    grid-column: span 2;
  }
  .grid_container > *:nth-child(3n+3) {
    grid-row: span 2;
  }
}
.hero_container .container .frist_row {
  overflow: hidden;
}

@media (max-width: 480px) {
  .grid_container {
    grid-template-columns: 1fr;
  }
  .grid_container > * {
    grid-column: auto;
    grid-row: auto;
  }
}
#Subscribe {
  margin-bottom: -100px;
  position: relative;
  z-index: 2;
}
#Subscribe form {
  padding: 30px 60px;
  position: relative;
}
#Subscribe form .backgrouend_contact {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0px;
  background-color: #9cbe12;
  border-radius: 25px;
  z-index: -1;
  overflow: hidden;
}
#Subscribe form .backgrouend_contact::before {
  content: "";
  position: absolute;
  background: url("../../svg/Subscribe.svg") center;
  mix-blend-mode: multiply;
  inset: 0;
  background-size: 150%;
  opacity: 30%;
}
#Subscribe form .backgrouend_contact::after {
  content: "";
  position: absolute;
  mix-blend-mode: color;
  inset: 0;
}
#Subscribe form .textAndIcon {
  display: flex;
  align-items: center;
  position: relative;
  height: 100px;
  width: 100%;
  z-index: 2;
}
#Subscribe form .textAndIcon svg {
  width: 95px;
  margin-right: 25px;
}
#Subscribe form .textAndIcon p {
  font-size: 2.4rem;
  margin-top: 20px;
  color: #fff;
}
#Subscribe form .app_all_input {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
  gap: 20px;
}
#Subscribe form .form-grope {
  display: flex;
  flex-direction: column;
  font-family: "AkrobatLight";
  margin: 12px 0 0 0;
  width: 100%;
}
#Subscribe form .form-grope label {
  font-size: 1rem;
  color: #fff;
  opacity: 60%;
}
#Subscribe form .form-grope label span {
  color: #fff;
}
#Subscribe form .form-grope input {
  padding: 25px;
  border-radius: 20px;
  border: none;
  background-color: #fff;
  margin-bottom: 5px;
  font-size: 1.3rem;
  outline: none;
}
#Subscribe form .form-grope input::-moz-placeholder {
  color: #595959;
  opacity: 30%;
}
#Subscribe form .form-grope input:-ms-input-placeholder {
  color: #595959;
  opacity: 30%;
}
#Subscribe form .form-grope input::placeholder {
  color: #595959;
  opacity: 30%;
}
#Subscribe form button {
  background-color: #0e5524;
  color: #fff;
  padding: 27.5px 50px;
  margin-left: 20px;
  max-height: 81px;
  border: none;
  transition: all ease-in-out 0.4s;
  font-size: 1.3rem;
  font-family: "AkrobatLight";
  border-radius: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#Subscribe form button:hover {
  box-shadow: 0 0 10px 0px #9cbe12;
}/*# sourceMappingURL=media-gallery.css.map */