/* global styling start here */

.max-7 {
  max-width: 700px;
}
.max-9 {
  max-width: 900px;
}
.max-10 {
  max-width: 1000px;
}

.p-3 {
  padding: 30px;
}

.p-4 {
  padding: 40px;
}

.p-5 {
  padding: 50px;
}

.p-2 {
  padding: 20px;
}

.p-1 {
  padding: 10px;
}

.h2-font-size {
  font-size: 35px;
}

/* about page styling start here */

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.play-video {
  border-radius: 20px;
}

/* second section strat here */

.A-first-row,
.A-forth-section {
  padding: var(--section-padding);
}

.mission {
  border-left: 1px solid grey;
}

.A-second-section {
  background-color: #f3f3f3;
  padding: var(--section-padding);
}

/* third section start here */
.A-third-section {
  padding: 100px 0 0 0;
}

.our-team {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
  flex-wrap: wrap;
}

.ceo {
  max-width: 400px;
}

.head {
  width: 300px;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}

.head:hover {
  box-shadow: var(--shadow);
  transition: ease-in-out 0.5s;
}

.Head {
  width: 100%;
}

/* Contact form styling start here */
.C-row-first {
  padding: var(--section-padding);
}

.info-offices {
  border-left: 1px solid grey;
  padding: 0 0 0 40px;
}

.form-tag {
  font-family: var(--text);
  font-size: 2rem;
}

.C-form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.input-box,
.text-box {
  width: 100%;
  border: none;
  border-bottom: 1px solid grey;
  outline: none;
  padding: 12px;
  font-size: 17px;
  font-family: var(--text);
  color: black;
}

.text-box {
  height: 160px;
  resize: none;
}

.input-box:focus,
.text-box:focus {
  background-color: #efe;
  border: none;
  border-radius: 5px;
  transition: ease-in-out 0.5s;
}

.info-office {
  list-style-type: none;
  font-family: var(--text);
  font-size: var(--font-size);
  line-height: 23px;
  color: #000;
  padding: 0;
}

.info-office li {
  margin-top: 15px;
}

.info-office li a:hover {
  transform: translateY(-5px);
  transition: ease-in-out 0.5s;
  color: grey;
}

.C-heading {
  font-family: var(--text);
  font-size: 1.5rem;
  font-weight: 700;
}

.india-flag::before {
  content: " Hell";
  color: rgba(0, 0, 0, 0);
  background-image: url("assets/india.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: auto;
}
.dubai-flag::before {
  content: " Hell";
  color: rgba(0, 0, 0, 0);
  background-image: url("assets/UAE.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: auto;
}

.canada-flag::before {
  content: " Hell";
  color: rgba(0, 0, 0, 0);
  background-image: url("assets/canda.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: auto;
}

/* work section start here */
.W-first-row,
.W-second-section,
.W-third-section,
.W-forth-section,
.W-fifth-section {
  padding: 100px 40px;
}

.Presentation-samples img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* second section start here */

.W-second-section {
  background-color: aliceblue;
}

/* forth section start here */

.W-forth-section {
  background-color: #efe;
}
/*
@keyframes display {
    0% {
        transform: translateX(200px);
        opacity: 0;
    }

    10% {
        transform: translateX(0);
        opacity: 1;
    }

    20% {
        transform: translateX(0);
        opacity: 1;
    }

    30% {
        transform: translateX(-200px);
        opacity: 0;
    }

    100% {
        transform: translateX(-200px);
        opacity: 0;
    }
}

.pic-ctn {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.pic-ctn img {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: auto;
    animation: display 10s infinite;
}

img:nth-child(2) {
    animation-delay: 2s;
}

img:nth-child(3) {
    animation-delay: 4s;
}

img:nth-child(4) {
    animation-delay: 6s;
}

img:nth-child(5) {
    animation-delay: 8s;
}
*/
/* responsive section start here */

@media (max-width: 991px) {
  .C-row-first {
    padding: var(--phone-section-padding);
  }

  .info-offices {
    padding: 50px 10px 0 10px;
    border: none;
  }

  .A-first-row {
    padding: 80px 0;
  }

  .A-second-section,
  .A-forth-section,
  .A-third-section {
    padding: var(--phone-section-padding);
  }

  .ceo {
    width: 100%;
    margin-bottom: 20px;
  }

  .mission {
    border-left: 1px solid transparent;
    border-top: 1px solid grey;
  }
  .W-first-row,
  .W-second-section,
  .W-third-section,
  .W-forth-section,
  .W-fifth-section {
    padding: 80px 7px;
  }
}