/*========================
 Common Css
=========================*/

@font-face {
  src: url(../fonts/Adieu-Light.otf);
  font-family: adieu-light;
}
@font-face {
  src: url(../fonts/Adieu-Black.otf);
  font-family: adieu-black;
}

@font-face {
  src: url(../fonts/Adieu-Regular.otf);
  font-family: adieu-Regular;
}

@font-face {
  src: url(../fonts/HelveticaNeueLTStd-LtEx\HelveticaNeueLTStd-LtEx2.otf);
  font-family: helveticaNeue-lightEx;
}

@font-face {
  src: url(../fonts/AventaVariable.ttf);
  font-family: AventaVariable;
}


@font-face {
  src: url(../fonts/Gilroy-Light.otf);
  font-family: Gilroy-Light;
}

@font-face {
  src: url(../fonts/Gilroy-ExtraBold.otf);
  font-family: Gilroy-ExtraBold;
}

@font-face {
  src: url(../fonts/MONTSERRAT-MEDIUM_3.TTF);
  font-family: MONTSERRAT-MEDIUM_3;
}



body {
  color: #fff;
  background-color: #0b0c0c;
   font-family: Gilroy-Light;
  font-size: 16px;
}

b {
  font-family: adieu-black;
}

.single.single-post b, .single.single-post h2, .single.single-post h3, .single.single-post h4{
    font-family: Gilroy-ExtraBold;
}

/*========================
 header Css
=========================*/

.navbar {
  padding: 1rem 4rem;
  z-index:99;
}

.menu-item {
  margin: 0 0.5rem;
  text-transform: uppercase;
}

.menu-item.active .nav-link {
  color: #cc3333;
}

.menu-item.active .nav-link:hover {
  color: #fff;
}

.nav-link {
  color: #fff;
}

.nav-link:hover {
  color: #cc3333;
}

.social-bar {
  display: flex;
  position: relative;
  padding: 0;
  font-size: 28px;
  justify-content: flex-start;
  align-items: center;
}

.social-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.social-menu li {
  line-height: 1;
  margin: 0 0.5rem;
  padding: 1rem;
}

.social-menu li a {
  color: #cc3333;
  padding: 0;
  line-height: 1;
}

/*========================
 home projects Css
=========================*/

.home-projects {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.project {
    width: 25%;
    max-width: 25%;
    overflow: hidden;
    position: relative;
    height: auto;
    aspect-ratio: 1 / 1;
}

.projectsModal {
  background: rgba(0, 0, 0, 0.75);
  padding-right: 0 !important;
}

.projectsModal .modal-dialog {
  max-width: 65%;
  margin: 5% auto;
  height: auto;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 50px;
  height: 50px;
}

.carousel-control-next,
.carousel-control-prev {
  position: fixed;
  bottom: 3%;
  top: auto;
  width: 10%;
  height: 10%;
  color: #fff;
  font-weight: bold;
}

.modal-body {
  padding: 0;
}

.myportfolio  img, .myportfolio  iframe{
	padding-bottom:6px;
}


.single-projects .our-services-title .project-media img, .single-projects  .our-services-title .project-media iframe{
	padding-bottom:6px;
}



.single-projects .our-services-title  iframe{
     width: 100%;
    height: 600px;
 }



 .myportfolio  iframe{
     width: 100%;
    height: 600px;
 }


.close {
  /* float: right; */
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.75;
  position: fixed;
  top: 10px;
  right: 30px;
  font-size: 5rem;
  color: #fff;
}

/*========================
 about common Css
=========================*/

/*========================
 about First section Css
=========================*/

.about-fifth {
  margin: 5rem 0;
  padding: 2rem 4rem;
}

.about-fifth-info {
  text-transform: uppercase;
  font-family: adieu-black;
  letter-spacing: normal;
  color: #fff;
  font-size: 52pt;
  text-align: center;
}

.about-fifth-info span {
  color: #cc3333;
  letter-spacing: 50px;
}

.team {
  margin: 3rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.player {
  width: 22%;
  position: relative;
  display: inline-block;
  margin: 2rem 1.5%;
}

.player img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.player .player-action {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  /* display: none; */
}

.player:hover .player-action {
  opacity: 1;
  /* display: inline; */
}

.project img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.project img.player-action {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  /* display: none; */
}

.project:hover img.player-action {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  /* display: inline; */
}

/* contact page style 00  */

.contact-section {
  background: url(../images/Untitled-15.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 4rem 4rem;
  margin: 7rem 0;
  height: 50vh;
  position: relative;
}

.contact-title {
  position: absolute;
  height: 100%;
  top: -10px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  font-size: 100px;
  /* line-height: 0; */
  text-transform: uppercase;
  margin: 0;
  font-family: adieu-light;
}

.contact-first {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.form-section {
  width: 55%;
}

.address-section {
  width: 30%;
  color: #d6d6d6;
  font-size: 1.1rem;
}

.form-input {
  width: 100%;
  height: 100%;
  background-color: #161616;
  color: #d6d6d6;
  border: none;
  border-bottom: 1px solid #cc3333;
  padding: 1rem;
  resize: none;
  font-size: 1rem;
}

.form-input:focus {
  outline: none;
}

.form-input::-webkit-input-placeholder {
  /* Edge */
  color: #d6d6d6;
}

.form-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d6d6d6;
}

.form-input::placeholder {
  color: #d6d6d6;
}

.submit-btn {
  margin-left: auto;
  display: flex;
  padding: 0.5rem 2rem;
  font-size: 1.5rem;
  font-family: adieu-black;
  background: #161616;
  color: #fff;
  border-radius: 0;
}

.submit-btn:hover {
  color: #cc3333;
}

.form-section .form-group:nth-child(2) {
  width: 40%;
}

.form-section .form-group:nth-child(3) {
  width: 80%;
}

.form-section .form-group:nth-child(4) {
  width: 100%;
  height: 200px;
}

.wpcf7-response-output {
  background: transparent !important;
  border-color: none !important;
  border: none !important;
}

.address-section a {
  color: #d6d6d6;
}

.address-section a:hover {
  color: #cc3333;
  text-decoration: none;
}

.address-section p:first-child {
  margin-bottom: 25px;
}

.address-section p:last-child {
  margin-bottom: 0;
}

.footer {
  margin-top: 5em;
}
.footer .footer-menu {
  flex-direction: row;
  list-style: none;
  display: flex;
}

.mpire {
  display: flex;
  flex-direction: row;
  color: #fff;
  align-items: center;
   font-family: Gilroy-Light;
  font-size: 12px;
  gap:5px;
}
.mpire img {
  margin: 0 5px;
  width:130px;
}

.footer-right {
  display: flex;
  align-items: center;
}

.copyrights {
  color: #666666;
  font-size: 14px;
  margin-left: 10px;
}

.home-museum {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem;
  margin-top: 25px;
  margin-bottom: 100px;
  flex-direction: column;
  line-height: 1;
}

.museum-text {
  font-family: Gilroy-Light;
  font-size: 26px;
  max-width: 35%;
  margin-left: 35%;
  line-height: 1.3;
}

.museum-text h1{
     font-size: 26px;
}

.museum-title {
  font-family: adieu-light;
  font-size: 100px;
  text-transform: uppercase;
  margin-top: -40px;
  width: 100%;
}

.museum-title2-section {
  display: flex;
  align-items: baseline;
  width: 100%;
  flex-basis: 1;
  justify-content: space-between;
}

.museum-title2 {
  margin-left: 13%;
}

.museum-icons {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 40%;
}

.museum-icons img {
  object-fit: scale-down;
  object-position: bottom;
  width: 75px;
  height: 75px;
  margin-left: 15px;
}

/* our history page */

.history-banner {
  height: calc(100vh - 87px);
  position: relative;
  overflow: hidden;
}

.history-banner::after {
  background: rgba(0, 0, 0, 0.3);
  background-blend-mode: overlay;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 9;
}

.history-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.history-banner .banner-desc {
  position: absolute;
  bottom: 25px;
  width: 60%;
  left: 20%;
  text-align: center;
  font-size: 20px;
  z-index: 999;
}

.history-defines {
  display: flex;
  /* flex-grow: 1; */
  align-items: flex-start;
  justify-content: space-evenly;
  padding: 6rem 6rem;
  /* flex-shrink: 1; */
}

.history-defines .defines-title {
  flex-basis: 45%;
}

.history-defines .defines-title h1 {
  font-family: adieu-light;
  font-size: 110px;
  color: #cc3333;
  line-height: 1;
  text-transform: uppercase;
}

.history-defines .defines-content {
  font-size: 24px;
  line-height: 1.3;
  flex-basis: 45%;
}

.globe-banner {
  position: relative;
  margin-bottom: 100px;
}

.globe-banner img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

.globe {
  padding: 2rem 6rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  z-index: 999;
  position: absolute;
  bottom: -15px;
}

.globe-title {
  font-size: 140px;
  text-transform: uppercase;
  font-family: adieu-black;
  color: #cc3333;
  margin: 0;
}

.globe-desc {
  font-size: 22px;
  flex-basis: 50%;
  line-height: 1.5;
  margin: 0;
}

.team-formation {
  padding: 1rem 4rem 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.formation-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  z-index: 9;
  height: 100%;
background-repeat: no-repeat;
background-size: contain;

}

.formation-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: top;
}

.formation {
  position: absolute;
  top: 20%;
  left: 0;
  font-size: 120px;
  width: 100%;
  text-transform: uppercase;
  padding-left: 4rem;
  font-family: adieu-Regular;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
}

.ultimate-team {
  width: 45%;
  height: calc(100vh - 90px);
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.ultimate-team h1 {
  font-family: adieu-black;
  font-size: 50px;
  color: #cc3333;
  margin-bottom: 20px;
}

.ultimate-team p {
  font-size: 22px;
}

.main-team {
  padding: 4rem;
  margin: 50px 0;
}

.team-member {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 70%;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.team-member:nth-child(even) {
  margin-left: auto;
}

.team-member-image {
  width: 320px;
  position: relative;
  height: 320px;
}

.team-member-image > img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: center;
}

.team-member-title {
  position: absolute;
  top: 0;
  right: -80px;
  text-align: left;
  max-width: 160px;
  font-family: adieu-regular;
  text-transform: uppercase;
  text-wrap: balance;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-member-title img {
  object-fit: contain;
  object-position: left;
  height: 90px;
}
.team-member-title h3 {
  font-size: 24px;
  color: #cc3333;
  margin-bottom: 10px;
}

.team-member-image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 33%;
  height: 10px;
  background: #cc3333;
}

.team-member-info {
  flex-basis: calc(100% - 480px);
  font-size: 18px;
}

.team-member-info .qoute {
  color: #cc3333;
  font-size: 20px;
  font-family: adieu-regular;
}

.our-services-title, .category-description {
  padding: 4rem;
  margin: 25px 0;
}


.category-description b,.category-description strong, .category-description h1, .category-description h2, .category-description h3, .category-description h4{
    font-family: Gilroy-ExtraBold;
}

.our-services-title h1,.our-services-title h2 {
  font-size: 100px;
  text-transform: uppercase;
  line-height: 1;
  font-family: adieu-regular;
  color: #cc3333;
  margin-bottom:20px;
}

.our-services {
  width: 100%;
  text-transform: uppercase;
  padding: 4rem;
  font-family: adieu-black;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: flex-start;
  align-items: flex-start;
  gap: 100px;
}

.service h3 {
  font-size: 32px;
  color: #cc3333;
  margin: 10px 0;
  height: 80px;
}

.service p {
  font-family: Gilroy-Light;
  font-size: 18px;
  margin: 10px 0;
  text-transform: capitalize;
}

.service-image {
  height: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.service img {
  height: 100%;
  object-fit: scale-down;
  object-position: bottom left;
}

.digital-partners {
  padding: 4rem;
  color: #cc3333;
  font-family: adieu-black;
}
.digital-partners h2 {
  margin-bottom: 30px;
  color: #cc3333;
  font-family: adieu-black;
  text-transform: uppercase;
  font-size: 32px;
}

.digital-partners-logos {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  gap: 30px;
}

.digital-partners-logos li {
  position: relative;
  padding-right: 30px;
}

.digital-partners-logos li img {
  width: 80px;
  height: 50px;
  object-fit: contain;
  object-position: center;
}

.digital-partners-logos li:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 40px;
  background: #cc3333;
}

.digital-partners-logos li:last-child:after {
  display: none;
}

.locations {
  padding: 6rem;
}

.location {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, 150px);
  gap: 15px;
  margin-bottom: 30px;
}

.image-block {
  position: relative;
  overflow: hidden;
}
.cairo {
  grid-column: span 2;
  grid-row: span 2;
  border-top-left-radius: 25px;
}
.camels {
  grid-column: span 1;
  grid-row: span 3;
  border-top-right-radius: 25px;
}

.lion {
  grid-row: span 3;
  border-bottom-left-radius: 25px;
}

.mosque {
  grid-row: span 3;
}

.text-block {
  grid-column: span 1;
  background-color: #e31d29;
  padding: 40px;
  grid-row: span 2;
  border-bottom-right-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
}

.location:first-child .text-block {
  color: #000;
  background-color: #66ff33;
}

.text-block p {
  font-family: adieu-light;
}

.text-block h2 {
  font-family: adieu-black;
  font-size: 50px;
  text-transform: capitalize;
}

.overlay-text {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
}

.overlay-text h2 {
  font-size: 50px;
  font-family: adieu-black;
  color: #000;
  text-transform: uppercase;
}

.overlay-text p {
  font-size: 30px;
  margin-top: 10px;
}

.contact-info {
  padding: 6rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.contact-info-block {
  margin-right: 50px;
  color: #cc3333;
  font-family: Gilroy-Light;
}

.contact-info-block h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.contact-info-block p,
.contact-info-block a {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.mpire-part {
  padding: 2rem 6rem;
}

.mpire-part .mpire img {
  display: inline;
}

.mpire-link {
margin-left: 5px;
    padding: 5px 10px;
    border-radius: 25px;
    color: #fff;
    background: #fff0;
    border: 1px solid #fff;
    font-family: Gilroy-Light;
}

.mpire-link:hover {
  color: #cc3333;
  background: #fff;
  border: 1px solid #cc3333;
  text-decoration: none;
}

.our-clients-title {
  padding: 4rem;
  margin: 25px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.client-title {
  flex-basis: 35%;
}

.client-info {
  flex-basis: 60%;
}

.client-title h1 {
  font-size: 100px;
  text-transform: uppercase;
  line-height: 1;
  font-family: adieu-regular;
  color: #cc3333;
  margin: 25px 0;
}

.client-title p {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 1.4;
  font-family: Gilroy-Light;
  color: #cc3333;
}

.client-info p {
  font-size: 20px;
  line-height: 1.4;
  font-family: Gilroy-Light;
}

.our-clients {
  width: 100%;
  padding: 4rem;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  justify-items: center;
  align-items: center;
  gap: 20px;
}

.our-clients img {
  object-fit: scale-down;
  object-position: center;
  width: 100%;
  height: 100px;
}

.single.single-post .our-services-title img.banner-image{
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 16 / 5;
}


.single.single-post .our-services-title h1,.single.single-post .our-services-title h2{
font-size: 36px;
}

.single.single-post .our-services-title a{
    color: #cc3333;
}
  
  
.single.single-post .our-services-title .post-categories  {
    margin:20px 0;
}


.home-projects.latest-articles {
    flex-direction: column;
}

.home-projects.latest-articles .project {
    width: 100%;
    max-width: 100%;
    height: 300px;
}


.single-projects .home-projects .view-more{
    margin-top:25px;
    margin-bottom:25px;
}

.page-template-blog .home-projects, .archive.category .home-projects, .single.single-post .home-projects , .page-template-newsletter .home-projects, .post-type-archive-newsletter .home-projects{
    justify-content: flex-start;
    margin-top: 50px;
    gap: 40px 5%;
}


.page-template-blog .home-projects .project, .archive.category .home-projects .project, .single.single-post .home-projects .project, .page-template-newsletter .home-projects .project,.post-type-archive-newsletter .home-projects .project{ 
          width: 30%;
    max-width: 30%;
  
}


.page-template-newsletter .home-projects .project,.post-type-archive-newsletter .home-projects .project{ 
    aspect-ratio: auto;
    width: auto;
    height: auto;
    max-width: inherit;
}


.page-template-newsletter .home-projects .project:hover a,.post-type-archive-newsletter .home-projects .project:hover a{ 
    text-decoration: none;
}

.page-template-newsletter .newsletter-title,.post-type-archive-newsletter .newsletter-title{
    display: flex;
    color: #666666;
    font-family: 'Gilroy-Light';
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 20px;
    align-items: baseline;
}

.page-template-newsletter .newsletter-title img,.post-type-archive-newsletter .newsletter-title img{
    width:auto;
    height:auto;
    margin-right:5px;
}
.single-projects .home-projects .view-more .mpire-link {
     margin-left: 0px; 
    width: 250px;
    padding: 10px 10px;
    border-radius: 25px;
    color: #fff;
    background: #fff0;
    border: 1px solid #fff;
    font-family:adieu-black;
    display: block;
    text-align: center;
    font-size: 18px;
}

/* responsive for website  */

@media screen and (max-width: 1660px) {
  .museum-text {
    max-width: 40%;
    margin-left: 40%;
  }

  .team-member {
    max-width: 90%;
  }
  .projectsModal .modal-dialog {
    max-width: 75%;
  }
}

@media screen and (max-width: 1600px) {
  .museum-title {
    font-size: 80px;
    margin-top: -10px;
  }

  .museum-text,
  .client-title p,.museum-text h1 {
    font-size: 22px;
  }

  .history-banner .banner-desc {
    width: 70%;
    left: 15%;
  }

  .history-defines .defines-content,
  .globe-desc {
    font-size: 20px;
  }

  .history-defines .defines-title h1,
  .our-services-title h1,
  .client-title h1 ,.our-services-title h2{
    font-size: 80px;
  }

  .globe-title,
  .formation {
    font-size: 100px;
  }

  .our-clients {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media screen and (max-width: 1440px) {
  .client-info {
    flex-basis: 60%;
  }

  .ultimate-team p {
    font-size: 18px;
  }
  .ultimate-team h1 {
    font-size: 32px;
  }

  .contact-title {
    font-size: 80px;
  }

  .location {
    grid-template-rows: repeat(5, 120px);
    gap: 10px;
  }

  .overlay-text p {
    font-size: 24px;
    margin-top: 10px;
  }

  .text-block {
    padding: 25px;
  }

  .text-block h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1366px) {
  .museum-text {
    max-width: 60%;
    margin-left: 40%;
  }

  .museum-title2 {
    margin-left: 7%;
  }
  .museum-icons {
    width: 45%;
  }
  .navbar-brand img {
    width: 200px;
    object-fit: contain;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
  }
  .history-defines .defines-content,
  .globe-desc {
    font-size: 17px;
  }
  .history-defines .defines-content {
    flex-basis: 55%;
  }
  .history-defines .defines-content,
  .globe-desc {
    font-size: 16px;
  }

  .copyrights {
    font-size: 14px;
  }

  .history-defines .defines-title h1,
  .our-services-title h1,
  .client-title h1,.our-services-title h2 {
    font-size: 60px;
  }

  .service h3 {
    font-size: 26px;
    height: 64px;
  }

  .service p {
    font-size: 16px;
  }

  .digital-partners-logos li img {
    width: 50px;
    height: 40px;
  }

  .client-info {
    flex-basis: 67%;
  }
  .client-title {
    flex-basis: 30%;
  }

  .client-info p {
    font-size: 16px;
  }
  .ultimate-team p {
    font-size: 16px;
  }

  .ultimate-team h1 {
    font-size: 26px;
  }

  .globe-title,
  .formation {
    font-size: 75px;
  }

  .team-member-title h3 {
    font-size: 20px;
  }

  .team-member-info .qoute {
    font-size: 18px;
  }

  .team-member-info {
    flex-basis: calc(100% - 450px);
    font-size: 18px;
  }

  .team-member {
    max-width: 100%;
  }

  .about-fifth-info {
    font-size: 52px;
  }
}

@media screen and (max-width: 1280px) {
  .museum-title {
    font-size: 66px;
    margin-top: -10px;
  }

  .museum-title2 {
    margin-left: 0%;
  }

  .museum-icons {
    width: 55%;
  }

  .location {
    grid-template-columns: repeat(2, 30%) 40%;
  }
}

@media screen and (max-width: 1180px) {
  .navbar {
    padding: 1rem 2rem;
  }


  .home-museum {
    padding: 2rem;
  }

  .museum-title {
    font-size: 52px;
    margin-top: -10px;
  }
  .museum-text {
    max-width: 70%;
    margin-left: 30%;
  }

  .history-defines .defines-title h1,
  .our-services-title h1,.our-services-title h2,
  .client-title h1,
  .contact-title {
    font-size: 52px;
  }

  .service h3 {
    font-size: 22px;
    height: 52px;
  }

  .museum-text,
  .client-title p,.museum-text h1 {
    font-size: 20px;
  }
  .our-services-title,.category-description {
    padding: 2rem;
    margin: 25px 0;
}
.our-services{
    padding: 2rem;
}
.digital-partners {
    padding: 2rem;
    
}

.our-clients-title {
    padding: 2rem;
}
.our-clients {
   
    padding: 2rem;
}

.main-team {
    padding: 2rem;
   
}

.about-fifth {
  
    padding: 2rem 2rem;
}
}

@media screen and (max-width: 1024px) {
  .history-defines .defines-content {
    flex-basis: 70%;
  }

  .mpire-part {
    padding: 2rem 2rem;
}
  .history-defines,
  .globe {
    justify-content: space-between;
    padding: 4rem 2rem;
  }

  .history-banner .banner-desc {
    width: 94%;
    left: 3%;
    font-size: 18px;
  }
  .globe-desc {
    flex-basis: 60%;
  }

  .mpire {
    font-size: 14px;
  }

  .social-menu li {
    padding: 0.5rem;
  }

  .team-formation {
    padding: 1rem 2rem 1rem 2rem;
    flex-wrap: wrap;
  }

  .digital-partners {
    padding: 4rem 2rem;
  }

  .contact-info {
    padding: 4rem 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

  .formation-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    z-index: 9;
height: 500px;

  }

  .formation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .ultimate-team {
    width: 50%;
    height: auto;
  }

  .team-member-image {
    width: 240px;
    position: relative;
    height: 240px;
  }

  .team-member-title {
    right: -30px;
    max-width: 100px;
  }

  .team-member-title h3 {
    font-size: 14px;
  }

  .team-member-title p {
    font-size: 12px;
  }

  .team-member-title img {
    height: 50px;
  }

  .team-member-info {
    flex-basis: calc(100% - 350px);
    font-size: 14px;
  }

  .formation {
    font-size: 50px;
  }

  .locations {
    padding: 2rem;
  }

  .contact-info-block h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .contact-info-block p,
  .contact-info-block a {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
  }

  .project {
    width: 33%;
    max-width: 33%;
  }
  .our-services-title ,.category-description{
    padding: 2rem;
    margin: 25px 0;
  }
  .our-clients-title {
    padding: 2rem;
    margin: 25px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .our-services {
    padding: 2rem;
  }
  .our-clients {
    padding: 2rem;
  }

  .main-team {
    padding: 2rem;
      margin: 100px 0;
  }

  .player {
    width: 30%;
    position: relative;
    display: inline-block;
    margin: 2rem 1.5%;
  }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
         padding-right: 0rem; 
         padding-left: 0rem; 
    }
}

@media screen and (max-width: 991px) {
  .navbar-toggler {
    color: #cc3333;
    border: 1px solid #cc3333;
  }

  .navbar-collapse {
    padding: 2rem 1rem;
    background: #000;
    border-radius: 15px;
    margin: 15px 0;
    z-index: 999;
            position: absolute;
        top: 50px;
        width: 100%;
  }

  .home-museum {
    flex-direction: column-reverse;
  }
  .museum-title2-section {
    flex-direction: column;
  }

  .museum-title {
    margin: 0;
  }

  .museum-title2 {
    margin-left: 0%;
    width: 100%;
  }
    .museum-icons {
        width: 100%;
        justify-content: flex-start;
        margin-top: 20px;
        margin-bottom: 20px;
    }
  .museum-icons img {
    margin-right: 10px;
    margin-left: 0;
  }

  .museum-text {
    max-width: 100%;
    margin-left: 0%;
    margin-top: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
  }

  .history-defines,
  .globe {
    flex-wrap: wrap;
  }
  .history-defines .defines-title h1 br {
    display: none;
  }

  .history-defines .defines-title,
  .history-defines .defines-content,
  .globe-desc,
  .globe-title {
    flex-basis: 100%;
    margin-bottom: 15px;
  }

  .globe-title,
  .formation {
    font-size: 52px;
  }

  .our-clients {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 800px) {
  .project {
    width: 50%;
    max-width: 50%;
  }
  
  .page-template-blog .home-projects .project {
    width: 48%;
    max-width: 48%;
    margin-bottom: 25px;
}

  .projectsModal .modal-dialog {
    max-width: 85%;
  }
  button.close {
    z-index: 999;
  }

    .history-banner {
        height: 500px;
        position: relative;
        overflow: hidden;
    }
  .history-banner .banner-desc {
    width: 94%;
    left: 3%;
    font-size: 16px;
  }

  .history-defines .defines-title h1,
  .our-services-title h1,
  .client-title h1,
  .contact-title ,.our-services-title h2{
    font-size: 28px;
  }

  .globe-title {
    font-size: 28px;
    font-family: adieu-light;
  }

  .our-services {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }

  .our-clients-title {
    flex-wrap: wrap;
  }

  .client-title,
  .client-info {
    flex-basis: 100%;
    margin-bottom: 15px;
  }

  .client-title h1 br,
  .client-title p br {
    display: none;
  }

  .our-clients {
    grid-template-columns: repeat(5, 1fr);
  }

  .team-member-image {
    width: 300px;
    position: relative;
    height: 300px;
    margin-bottom: 15px;
  }
  .team-member-info {
    flex-basis: 100%;
    font-size: 16px;
  }

  .team-member-info .qoute {
    font-size: 16px;
  }

  .player {
    width: 47%;
  }

  .cairo {
    grid-column: span 3;
    grid-row: span 3;
    border-top-left-radius: 25px;
  }

  .cairo {
    grid-column: span 3;
    grid-row: span 2;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .overlay-text h2 {
    font-size: 36px;
  }
  .overlay-text p {
    font-size: 20px;
    margin-top: -5px;
  }
  .camels,
  .lion,
  .mosque {
    grid-column: span 1;
    grid-row: span 2;
    border-radius: 0;
  }

  .text-block {
    grid-column: span 3;
    grid-row: span 2;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .location {
    grid-template-rows: repeat(6, 120px);
    grid-template-columns: repeat(3, 1fr);
  }
  
      .formation-image {
        background-image: none !important;
        width:100%;
        position:relative;
    }
    .formation{
        padding-left:0;
    }
        .ultimate-team {
        width: 100%;
        height: auto;
    }
}


@media screen and (max-width:600px){
  .footer-right {
    flex-wrap: wrap;
            justify-content: center;
}

.social-bar{
  margin: 10px 0;
}

.digital-partners-logos {

    gap: 15px;
    flex-wrap: wrap;
}

.digital-partners-logos li {
    padding-right: 15px;
}

    .digital-partners-logos li img {
        width: 35px;
        height: 30px;
    }

    .digital-partners h2 {
    font-size: 22px;
}

    .our-services {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .service h3 br{
      display: none;
    }
        .service h3 {
        font-size: 22px;
        height: auto;
    }

    .service-image {
    height: 40px;
}

    .our-clients {
        grid-template-columns: repeat(3, 1fr);
    }

        .contact-info {
        flex-wrap: wrap;
        gap: 30px;
    }

    .mpire {
        flex-wrap: wrap;
       justify-content: center;
    }

    .mpire-link {
    margin-left: 0;
}

.digital-partners-logos li:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 20px;
    background: #cc3333;
}
}


@media screen and (max-width:500px){
      .museum-icons {
        justify-content: space-between;
    }

    .museum-icons img {
    width: 35px;
    height: 35px;
}

    .museum-text p ,.museum-text h1{
        font-size: 16px;
    }

        .project {
        width: 100%;
        max-width: 100%;
    }

        .digital-partners-logos li img {
        width: 26px;
        height: 26px;
    }
        .digital-partners-logos li {
        padding-right: 10px;
    }

        .player {
        width: 100%;
    }

}


