@import url("https://fonts.googleapis.com/css2?family=Croissant+One&display=swap");

.icon-dev img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content-block p {
  font-size: 12px;
  height: 17vh;
}

.circel-section,
.main-header,
.form-data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main-header {
  height: 55vh;
  border: 1px solid #2d2d2d;
  border-radius: 10px;
  padding: 10px;
  transition: all 0.5s ease-in-out;
}
.main-header:hover {
  background-image: linear-gradient(223deg, #526d82 8%, #2d4356 90%);
}
.icon-dev {
  width: 120px;
  height: 120px;
  margin-bottom: 14px;
}

.main-header {
  background-image: linear-gradient(223deg, #2d4356 8%, #526d82 90%);
  transition: all 0.5s ease-in-out;
}

.branding-logo img {
  width: 260px;
  height: auto;
}

.career-bg-section {
  /* background-image: url("../images/bg-career.jpg");
  background-position: center;
  background-size: cover; */
  /* background-color: #212121 !important; */
  height: auto;
  padding: 60px 0;
}

.form-data {
  /* background-color: #00000071;
  backdrop-filter: blur(5px); */
  height: 100%;
  width: 100%;
  padding: 3rem 2rem 0 2rem;
  height: auto;
}

.career-light {
  /* border: 1px solid red; */
  padding: 2rem;
  box-shadow: 0px 0px 10px 0px rgb(226, 226, 226);
  border-radius: 10px;
}

.form-data .input-fields {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  margin-bottom: 14px;
}

.form-data .input-fields label {
  color: #000;
  font-size: 14px;
}
.large-form-with {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  /* border: 1px solid red; */
}
.large-width {
  /* border: 1px solid red !important; */
  width: 49% !important;
}

.form-data .input-fields button,
.form-data .input-fields textarea,
.form-data .input-fields select,
.form-data .input-fields input {
  width: 100%;
  padding: 10px !important;
  height: 40px;
  font-size: 13px;
  color: #171717;
  background-color: #fff;
  border: 1px solid #ededed;
}

.form-data .input-fields button:focus,
.form-data .input-fields textarea:focus,
.form-data .input-fields select:focus,
.form-data .input-fields input:focus {
  border-bottom: 2px solid #292929;
}

.form-data .input-fields textarea {
  height: 30vh;
}
.form-data .input-fields button {
  color: #fff;
  background-color: #171717;
}
.form-data .input-fields button:hover {
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
}

.careers-storeis {
  padding: 2rem;
}

.careers-heading h4 {
  font-family: "Croissant One", cursive;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

.careers-heading p {
  font-size: 13px;
  width: 80%;
  margin: 0 auto;
  color: gray;
}
.career-about {
  background-color: #fff;
  border-radius: 10px;
  padding: 12px;
}
.career-about h5 {
  font-size: 1.2rem;
  font-weight: bold;
}
.career-about p {
  font-size: 12px;
}
.career-about ul {
  padding-left: 13px;
}
.career-about ul li {
  font-size: 12px;
  margin-bottom: 10px;
  /* text-align: justify; */
}
.career-about ul li p{
  font-size: 12px;
}

/* -------------------service-section-start------------------- */
.service-grid {
  border-radius: 10px;
}
.inner-services {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.service-content,
.services-img {
  flex-basis: 50%;
}
.service-content p a{
  padding: 0;
  color: blue;
}
.service-content p a:focus{
  box-shadow: none !important;
  border: none !important;
}

.service-content  .collapse  .card-body{
 border: none;
 padding: 0 !important;
 background-color: transparent;
}
.font-color-section {
  color: #fff;
}

.service-content h4 {
  font-family: "Croissant One", cursive;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 13px;
}

.service-content ul li,
.service-content p {
  font-size: 14px;
  text-align: justify;
}

/* ------------------life-at-mediaxpedia----------------------- */
.life-slider {
  height: 100vh;
  margin-right: 0 !important;
  flex-basis: 50%;
}

.life-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* .lifeAtMedia {
  max-width: 900px;
  margin: 80px auto 0;
  text-align: center;
} */

.container__img-holder {
  width: 100%;
  height: 65vh;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.lifeAtMedia .container__img-holder:nth-child(3n + 1) {
  margin-left: 0;
}

.container__img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
/*.container__img-holder:hover img {*/
/*  transform: scale(1.1);*/
/*}*/

/* Popup Styling */
.img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 999;
}

.img-popup img {
  max-width: 900px;
  width: 100%;
  height: 90vh;
  object-fit: cover;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  border-radius: 5px;
}

.close-btn {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.close-btn .bar {
  height: 4px;
  background: #333;
}

.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.opened {
  display: flex;
}

.opened img {
  animation: animatepopup 1s ease-in-out 0.8s;
  -webkit-animation: animatepopup 0.3s ease-in-out forwards;
}

@keyframes animatepopup {
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@media screen and (max-width: 880px) {
  .lifeAtMedia .container__img-holder:nth-child(3n + 1) {
    margin-left: 16px;
  }
}

/* -------------about-section------------------- */
.swiper-slide .ceo-image {
  height: 80vh;
}

.swiper-slide .ceo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experience-list li {
  font-size: 13px;
  margin-bottom: 12px;
}

.inner ul::-webkit-scrollbar {
  display: none;
}

.our-team-sec {
  height: 55vh;
}

.our-team-sec img {
  width: 100%;
  height: 42vh;
  object-fit: cover;
}
.team-name {
  color: #fff !important;
  text-align: center;
  width: 100%;
}

.our-team-section:before {
  display: none;
}

.all-teams-view {
  /* border: 1px solid red; */
  position: absolute;
  bottom: -8%;
  text-align: center;
  font-size: 14px;
}

/* ----------------------our-team------------------------ */
.our-team-testimonials {
  margin-top: 0;
}

.our-team-testimonials:before {
  display: none;
}

/* -----------------goals-section------------------------ */
.goals-section {
  /* border: 1px solid red; */
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  margin-top: 200px;
  position: relative;
}
.circel-section {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.circel-section img{
  /* border: 1px solid red; */
  width: 120px;
  height: 120px;
}
.mission-section {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
}
.mission-vision:nth-child(1){
  box-shadow: 3px 0px 10px 0px rgba(0, 71, 104, 0.644);
  clip-path: inset(0px -15px 0px 0px);
}
.mission-vision:nth-child(2){
  box-shadow: 0px 3px 10px 0px rgba(0, 71, 104, 0.644);
  clip-path: inset(0px 0px -15px 0px);
}
.mission-vission-first{
  box-shadow: -3px 0px 10px 0px rgba(0, 71, 104, 0.644);
  clip-path: inset(0px 0px 0px -15px);
}
.mission-vision:nth-child(3){
  box-shadow: 0px -3px 10px 0px rgba(0, 71, 104, 0.644);
  clip-path: inset(-15px 0px 0px 0px);
}
.mision-four::after,
.mision-third::after,
.mision-second::after,
.mision-first::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.mision-second::after {
  background-color: rgba(0, 71, 104, 0.644);
  left: -10%;
    bottom: -25%;
}
.mision-first::after {
  background-color: rgba(2, 122, 177, 0.644);
  right: -16%;
    bottom: -18%;
}

.mision-third::after {
  background-color: rgba(20, 57, 74, 0.644);
  right: -10%;
    top: -25%;
}

.mision-four::after {
  background-color: rgba(17, 77, 105, 0.644);
  left: -16%;
    top: -17%;
}

.mission-section .mission-content {
  /* border: 1px solid red; */
  width: 55%;
}

.mission-logo {
  width: 130px;
  height: 130px;
}

.mission-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
}

.mission-content h4{
  font-size: 1.4rem;
  font-family: "Croissant One", cursive;
  text-transform: uppercase;
  font-weight: bold;
}
.mission-content p{
  font-size: 13px;
  text-align: justify;
}
.mission-content ul li{
  font-size: 12px;
  text-align: justify;
  /* list-style: none; */
}
.mission-vision:nth-child(3) .mission-content,
.mission-vision:nth-child(1) .mission-content{
  text-align: right;
}

.message-send{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: green;
}

