@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');

html, body {
  max-width: 100%;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

body {
  background: #0E0E10;
  color: #fff;
  font-family: "Noto Kufi Arabic", sans-serif;
  direction: rtl;
}

.Poetry-in-Pixels-section {
    width: 83.125%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 10% auto;
}

.banner-and-heading {
    width: 100%;
}

.section-heading-text {
    border: none !important;
    width: 42%;
    position: absolute;
    margin-right: 39% !important;
    justify-content: flex-start !important;
    margin-top: -6% !important;
}

.p-text {
    font-size: 1vw;
    font-weight: 300;
}

.portfolio-banner {
    width: 100%;
    padding-top: 3rem;
}

.about-h-icon-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    margin-top: -7vw;
}
  
  .banner-text {
    width: 14vw;
    font-size: 1.2vw;
    font-weight: 200;
    margin-top: 5px;
}
  
  .abstract-design6 {
    width: 7vw;
    height: 7vw;
}

.brands-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.brands-logos {
    display: flex;
    width: 100vw;
    height: fit-content;
    background: #1C1C21;
    justify-content: space-around;
    align-items: center;
    padding: .5rem;
    margin-top: 2rem;
    border-top: .5px solid #2F2F37;
    border-bottom: .5px solid #2F2F37;
}

.brand-logo {
    width: 5vw;
}

.brand-logo2 {
    width: 2vw;
}

.commerciale-work-section {
    display: grid;
    row-gap: 2rem;
    padding: 1rem;
}

.commerciale-photo {
    width: 100%;
    display: flex;
}

.commercial-img{
    width: 50%;
    border-radius: 25px;
}

.commecial-photo-text {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photos-text {
    font-size: 4vw;
    font-weight: 400;
}

.cars-cont{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cars-cont img{
    width: 35%;
    border-radius: 25px;
}
.car1{
    margin-right:10px ;
}
.car2 {
    margin-left: 10px;
}

.doc-cont {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doc-cont img{
    width: 35%;
    border-radius: 25px;
}

.doc1{
    margin-left: 5px;
}

.doc2{
    margin-right: 5px;
}

.alhelal-photos-main-cont{
    width: 100%;
    margin-top: 2rem;
}
.helal-first-col, .helal-sec-col, .helal-thi-col{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.helal-first-col img, .helal-sec-col img, .helal-thi-col img{
    width: 35%;
    border-radius: 20px;
}

.helal-first-col{
    justify-content: center;
}

.helal-sec-col{
    justify-content: space-evenly;
}

.helal-thi-col {
    justify-content: space-between;
}

.food-work-section, .products-photos-section {
    display: flex;
    flex-direction: column;
    padding-right:.5rem;
    margin-top: 3rem;
}

.food-photos-row, .product-photos-row1 {
    display: flex;
}

.food-photos, .products-photos1 {
    width: 50%;
}

.food-photos-text, .products-photos-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.food-photos-row1, .product-photos-row1 {
    width: 75%;
    align-self: flex-end;
}

.food-photos-text1, .products-photos-text1 {
    width: 48%;
}

.radius25 {
    border-radius: 25px;
}

.food-photos-text2 {
    width: 30%;
}

.food-photos2 {
    width: 65%;
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}

.food-photo1, .product-photo1 {
    width: 100%;
}

.food-photo2 {
    width: 48%;
}

.food-photos-row3 {
    flex-direction: column;
    justify-content: center;
}

.food-photos3 {
    display: flex;
    position: absolute;
    align-items: center;
    width: 97%;
    height: 100%;
}

.food-photo3, .food-photo4, .food-photo5, .food-photo6 {
    width: 30%;
}

.food-photo4 {
    margin-bottom: 1rem;
}

.food-photo5 {
    margin-top: 1rem;
}

.food-photo6 {
    margin-right: auto ;
}

.food-photos4 {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.fashion-photos {
    margin-right: 3rem;
}

.fashion-photos-2{
    margin-right: 4rem;
}

.fashion-photos-1 {
    align-self: center;
}

.product-photos-row2 {
    display: flex;
    margin-top: 1rem;
}

.products-photos2 {
    display: flex;
    justify-content: space-between;
    width: 65%;
}

.products-photos-text2 {
    width: 30%;
}

.product-photo2 {
    width: 40%;
}

.product-photo3 {
    width: 38%;
    background-size: cover;
}

.product-photos-row3 {
    display: flex;
    justify-content: space-between;
    padding: 2rem 1rem;
}

.product-photo4 {
    width: 30%;
}

.products-photos4 {
    display: flex;
    justify-content: space-evenly;
}

.photos-zoom-animation-container, .photos-zoom-animation {
    transition: transform 0.5s ease-in-out;
}

.photos-zoom-animation-container:hover {
    animation: banner-ani-wid 0.5s forwards ease-in-out;
  }
  
  .photos-zoom-animation-container:hover .photos-zoom-animation {
    transform: scale(1.05);
    height: auto;
  }
  
  @keyframes banner-ani-wid {
    10%{
      width: 100.5%;
    }
     20% {
      width: 101%;
     }
     30% {
      width: 101.5%;
     }
     40% {
      width: 102%;
     }
     50% {
      width: 102.5%;
     }
     60% {
      width: 103%;
     }
     70% {
      width: 103.5%;
     }
     80% {
      width: 104%;
     }
     80% {
      width: 104.5%;
     }
     100% {
      width: 105%;
     }
  }