@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
*{
    font-family: 'Tajawal', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth; 
}






.main{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url(images/KAHC-EO-sale7des-3-1-scaled.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    transition: .5s ease;
    direction: rtl;
    background-repeat: no-repeat;
            background-position: left top;
            padding-top:95px;
            margin-bottom:60px;
            -webkit-animation-duration: 10s;
            animation-duration: 10s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;

} 

@-webkit-keyframes fadeInLeft {
    0% {
       opacity: 0;
       -webkit-transform: translateX(-20px);
    }
    100% {
       opacity: 1;
       -webkit-transform: translateX(0);
    }
 }
 
 @keyframes fadeInLeft {
    0% {
       opacity: 0;
       transform: translateX(-20px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
 }
 
 .fadeInLeft {
 -webkit-animation-name: fadeInLeft;
 animation-name: fadeInLeft;
 } 






.title-home{
    font-size: 80px;
    font-weight: 350;
    color: #ffffff;
    margin-right: 10px;
}

.main1{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url(images/KAHC-EO-sale7des-3-1-scaled.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 100%;
    direction: rtl;

}


.span1{
    display: inline-block;
    margin-top: 10px;
    color: #000000;
    font-size: 1.4em;
    font-weight: 500;
}

.main h2 span {
    display: inline-block;
    margin-top: 10px;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
}

.main h3 {
    color: #DEF2F1;
    font-size: 1.8em;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 10px;
    margin-bottom: 30px;
    
}

.main-btn {
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    display: inline-block;
    padding: 0.9375em 2.1875em;
    letter-spacing: 1px;
    margin-bottom: 40px;
    transition: 0.7s ease;
    direction: rtl;
    margin-right: 10px;
    
}

.main-btn:hover {
    background-color: #000000;
    transform: scale(1.1);
}

.social-icons a {
    color: #DEF2F1;
    font-size: 1.7em;
    padding-right: 30px;
}


/*services*/
.title-services {
    direction: rtl;
    color: #000000;
    font-size: 3em;
    font-weight: 300;
    margin-bottom: 30px;
    margin-left: 970px;
    margin-right: 25px;

}
.dec{
    direction: rtl;
    color: #000000;
    font-size: 1em;
    margin-bottom: 30px; 
    position: relative;
    bottom: 17px;
    margin-left: 200px;
    margin-right: 24.5px;
}
.container{
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}
.row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card{
flex: 1 1 21rem;
margin: 10px 20px;


}
.content {
    justify-content: center;
    margin-right: 150px;
    
}

.cards-services{
    margin-right: 100px;
    
}

div.card-services {
    background: #ffffff;
    border-color:#ffffff;
    box-shadow: rgba(62, 62, 62, 0.1) 0px 1px 1px 1px;
}

.card-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-body {
  text-align: center;
}

.studi {
  width: 60px;
  height: 65px;
   margin-bottom: -30px;
   margin-top: 20px;

}

.card-title-services{

  text-align: center;
  margin-top: -15px;
}

.card-title-services1{

    text-align: center;
    margin-top: -15px;
}

div.card-services-1 {
    background: #ffffff;
    border-color:#ffffff;
    box-shadow: rgba(62, 62, 62, 0.1) 0px 1px 1px 1px;
}
.card-services-1 {
  margin-right: 5px;
    width: 63rem;
    height: 16rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .studi-1 {
    width: 60px;
    height: 65px;
    margin-bottom: -30px;
     margin-top: 60px;
  }
.card .icon {
    color: #DEF2F1;
    font-size: 7em;
    text-align: center;
}

@media screen and (max-width: 480px) {
  .title-services {
    font-size: 2em;
    margin-left: 20px;
    margin-right: 20px;
}

.dec {
    font-size: 0.9em;
    margin-left: 20px;
    margin-right: 20px;
}

.container {
  width: 100%;
  padding: 0 20px;
}

.row {
  flex-direction: column;
  align-items: center;
}

.card {
  flex: 1 1 100%;
  margin: 10px 0;
}

.content {
  margin-right: 0;
  text-align: center;
}

.card-services {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 83vw;
  height: auto;
  max-width: none;
}

.studi {
  margin-top: 20px;
  margin-bottom: 10px;
}
  
.card-services-1 {
  margin-right: 0;
  width: 100vw;
  height: auto;
  max-width: none;
}

.studi-1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
  
  .card .icon {
    font-size: 4em;
  }
}

@media screen and (max-width: 768px) {
  .title-services {
    font-size: 2.5em;
    margin-left: 20px;
    margin-right: 20px;
}

.dec {
    font-size: 0.9em;
    margin-left: 20px;
    margin-right: 20px;
}

.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
  .cards-services {
    margin-right: 0;
  }
  
  .card-services-1 {
    margin-right: 0;
    width: auto;
    height: auto;
  }
  
  .studi-1 {
    margin-top: 20px;
  }
  
  .card .icon {
    font-size: 5em;
  }
}


  @media screen and (max-width: 991px) {
    .cards-services {
      margin-right: 0;
    }
    
    .card-services-1 {
      margin-right: 0;
      width: auto;
      height: auto;
    }
    
    .studi-1 {
      margin-top: 20px;
    }
  }


/*experience */
.title-experience{
    direction: rtl;
    color: #17252A;
    font-size: 2.5em;
    font-weight: 400;
    margin-bottom: 2px;
    margin-left: 970px;
}
.icon-experience{
    
    border-radius: 50%;
    border: 4px solid #c6b37e;
}
.icon-title-experience{
    text-align: center;
    color: #17252A;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}
  
.icon-flex, .icon-experience{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.icon-experience {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #c6b37e;
    font-size: 3rem;
    width: 100px;
    height: 100px;
}

 
@media (max-width: 480px) {
    .title-experience {
      font-size: 2.5em;
      margin-left: 0;
      text-align: center;
      margin-top: 80px;
    }
    
    .icon-experience {
      margin: 0 auto;
    }
    
    .icon-title-experience {
      font-size: 16px;
      margin-top: 5px;
    }
    
    .icon-flex,
    .icon-experience {
      justify-content: center;
      align-items: center;
    }
    



  }





  @media (max-width: 768px) {

    .title-experience {
      font-size: 2.5em;
      margin-left: 0;
      text-align: center;
    }
    
    .icon-experience {
      margin: 0 auto;
    }
    
    .icon-title-experience {
      font-size: 16px;
      margin-top: 5px;
    }
    
    .icon-flex,
    .icon-experience {
      justify-content: center;
      align-items: center;
    }
    
    .icon-experience {
      border: 2px solid #c6b37e;
      font-size: 2rem;
      width: 80px;
      height: 80px;
    }
    .col-lg-4 {
        flex-basis: calc(50% - 30px);
      }
  }


  @media (max-width: 991px) {
    .title-experience {
      font-size: 2.5em;
      margin-left: 0;
      text-align: center;
    }
    .col-lg-4 {
        flex-basis: calc(50% - 30px);
      }
  }


/*awards*/
.title-awards{
    text-align: center;
    color: #17252A;
    font-size: 45px;
    font-weight: 400;
}
.dec-awards{
    text-align: center;
    /* font-weight: 300; */
    font-size: 17px;
    line-height: 27.2001px;
    letter-spacing: normal;

    padding-top: 15px;
    padding-bottom: 50px;

}
.our-awards{
    direction: rtl;
    display: flex;
    
}

.row-22{
    margin-left: 20px;
    margin-right: 35px;
    
}
.card-awards{
    display: flex;
     width: 100%;

}
.name-arawds:after { 
    content:"";
    display:block;
    width: 410px;
    max-width:100%;
    border-bottom: 1px solid #7a7a7a;
    margin: 1em auto 0;
}

.icon-awards{
    width: 16px;
    height: 16px;
    margin-top: 4px;
    margin-left:15px ;
}
.date-awards{
    margin-left: 20px;
    font-size: 20px;


}
.name-arawds{
    line-height: 15px;
    font-size: 15px;
    color: #7a7a7a;
     white-space: nowrap;

}
.hr{
  font-size: 20px;
}


@media (max-width: 480px) {
    .title-awards {
      font-size: 30px;
      margin-top: 80px;

    }
    
    .dec-awards {
      font-size: 14px;
      line-height: 20px;
      padding-top: 10px;
      padding-bottom: 30px;
    }
    
    .our-awards {
      flex-direction: column;
      align-items: center;
    }
    
    .row-22 {
      margin-left: 0;
      margin-right: 0;
    }
    
    .name-arawds:after {
      width: 100%;
    }
    
    .icon-awards {
      width: 12px;
      height: 12px;
      margin-top: 3px;
      margin-left: 8px;
    }
    .icon-val-eng{
      margin-left: 20%;
    }
    
    .date-awards {
      margin-left: 0;
      font-size: 16px;
    }
    
    .name-arawds {
      line-height: 12px;
      font-size: 12px;
    }
    
    .hr {
      font-size: 16px;
    }
  }


  @media (max-width: 768px) {
    .title-awards {
      font-size: 30px;
    }
    
    .dec-awards {
      font-size: 14px;
      line-height: 20px;
      padding-top: 10px;
      padding-bottom: 30px;
    }
    

    
    .row-22 {
      margin-left: 0;
      margin-right: 0;
    }
    
    .name-arawds:after {
      width: 100%;
    }
    
    .icon-awards {
      width: 12px;
      height: 12px;
      margin-top: 3px;
      margin-left: 8px;
    }
    .icon-val-eng{
      margin-left: 26%;
    }
    
    .date-awards {
      margin-left: 0;
      font-size: 16px;
    }
    
    .name-arawds {
      line-height: 12px;
      font-size: 12px;
    }
    
    .hr {
      font-size: 16px;
    }
  }

 
  @media (max-width: 991px) {
    .icon-val-eng{
      margin-left: 26%;
    }
    .row-22 {
      margin-left: 0;
      margin-right: 0;
    }
  }


  
/* Our Costomers*/
.title-costomers{
    text-align:center;
    font-size: 40px;
    font-weight: 400;
  }
 .row-1{
    display: flex;
    justify-content: center;

 } 
.row-2{
    display: flex;
    justify-content: center;
}

@media (max-width: 480px) {
  .title-costomers{
    margin-top: 80px;
  }
    .slider{
        margin-right: 100px;
    }
    .row-1, .row-2 {
        flex-wrap: wrap;
        justify-content: center;
      }
    
      .slide {
        flex-basis: calc(25% - 20px);
        margin-bottom: 20px;
      }
    
      .slide:nth-child(4n) {
        margin-right: 0;
        margin-left: 0;
      }
  }
  @media (max-width: 768px) {
    .row-1, .row-2 {
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .slide {
      flex-basis: calc(20% - 20px);
      margin-bottom: 20px;
    }
  
    .slide:nth-child(5n) {
      margin-right: 0;
      margin-left: 0;
    }
  }
  @media (max-width: 991px) {
    .slider{
        margin-left: 120px;
    }
    .row-1, .row-2 {
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .slide {
      flex-basis: calc(33.33% - 20px);
      margin-bottom: 20px;
    }
  
    .slide:nth-child(3n) {
      margin-right: 0;
      margin-left: 0;
    }
  }







/* OUR-TEAM */

.bg-t-our{
    
    background: #7a7a7a28;
    opacity: 80%;
    direction: rtl;
    margin-top: 30px;
    
}
.t-our{
    direction: rtl;
    color: #000000;
    justify-content: flex-end;
    text-align: right;
    margin-right: 15px;


}
.t-our-1{
    display: flex;
    color: #000000;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    
    
}
.t-our-1 a {
    position: relative;
    text-decoration: none;
    padding-right: 1em;
    color: #7a7a7a;
}

.our-team{
    display: flex;
    direction:rtl;

}

.title-our{
    direction: rtl;
    padding-left: 130px;
    padding-right: 100px; 
    font-size: 50px; 
}
.dec-our{
    direction: rtl;
     padding-left: 130px;
    padding-right: 100px;  
    color: #000000;
    padding-top: 20px;
    font-size: 30px;
    font-weight: 800;  
}
.dec-team{
    direction: rtl;
    padding-left: 130px;
   padding-right: 100px; 
   font-size: 20px; 
   color: #7a7a7a;
     
}
.dec2-our{
    direction: rtl;
     padding-left: 130px;
    padding-right: 100px; 
    padding-top: 20px;
    color: #000000;
    font-size: 30px;
    font-weight: 800;   
}
.dec2-team{
    direction: rtl;
    padding-left: 130px;
   padding-right: 100px;   
   font-size: 20px; 
   color: #7a7a7a;
}

.card-emp {
    position: relative;
    width: 20rem;
  }
  
  .image-emp {
    display: block;
    width: 20rem;
    height: 20rem;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 11px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #ffffff;
  }
  
  .card-emp:hover .overlay {
    opacity: 1;
  }
  
  .text-emp {
    color: black;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
.title-coll{
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}
.card-body {
  white-space: pre-wrap;
  text-indent: 0;
  padding-left: 0;
  
}
.card-positions,.crad-header{
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 20px;
}
.card-positions{
  text-align: start;
  font-size: 15px;
  line-height: 40px;
  color: #7a7a7a;
    background: #ffffff;
    border-color:#ffffff;
    box-shadow: rgba(62, 62, 62, 0.1) 0px 1px 1px 1px;

}

.btn-link{
    width: 100%;
    height: 60px;
    font-size: 18px;
    color: #212121 !important;
    text-align: left !important;
    text-decoration: none !important;
}
 .btn-link:after{
    content: '\2212';
    width: 35px;
    font-size: 25px;
    text-align: center;
    border-radius: 5px;
    right: 15px;
    top: 11px;
    position: absolute;
} 
.btn-link.collapse:after{
    content: '\002B';
}
.btn-link:before{
    content: '';
    height: 25px;
    width: 25px;
    position: absolute;
    z-index: 1;
    transform: rotate(45deg);
    left: 30px;
    top: 46px;
}
.btn-collapse{
    width: 60px;
    height: 35px;
    margin: 6px;
    
      }


      @media screen and (max-width: 480px) {

        
        .bg-t-our {
          margin-top: 10px;
        }
 
        
        .our-team {
          flex-direction: column;
        }
        
        .title-our,
        .dec-our,
        .dec-team,
        .dec2-our,
        .dec2-team {
          padding-left: 20px;
          padding-right: 20px;
        }
        
        .card-emp {
          width: 100%;
        }
        
        .image-emp {
          width: 100%;
          height: auto;
        }
        
        .overlay {
          margin-left: 0;
        }
        
        .text-emp {
          font-size: 16px;
        }
        
        .title-coll {
          font-size: 30px;
          line-height: 30px;
        }
        
        .card-positions {
          font-size: 13px;
        }
        
        .btn-link:after {
          right: 10px;
          top: 8px;
        }
        
        .btn-link:before {
          left: 15px;
          top: 33px;
        }
        
        .btn-collapse {
          width: 40px;
          height: 25px;
        }
      }


      @media screen and (max-width: 768px) {
        
        .bg-t-our {
          margin-top: 10px;
        }



        
        .our-team {
          flex-direction: column;
        }
        
        .title-our,
        .dec-our,
        .dec-team,
        .dec2-our,
        .dec2-team {
          padding-left: 20px;
          padding-right: 20px;
        }
        
        .card-emp {
          width: 100%;
        }
        
        .image-emp {
          width: 100%;
          height: auto;
        }
        
        .overlay {
          margin-left: 0;
        }
        
        .text-emp {
          font-size: 16px;
        }
        
        .title-coll {
          font-size: 30px;
          line-height: 30px;
        }
        
        .card-positions {
          font-size: 13px;
        }
        
        .btn-link:after {
          right: 10px;
          top: 8px;
        }
        
        .btn-link:before {
          left: 15px;
          top: 33px;
        }
        
        .btn-collapse {
          width: 40px;
          height: 25px;
        }
      }


      @media screen and (max-width: 990px) {
        
        .bg-t-our {
          margin-top: 10px;
        }
        
        
        .our-team {
          flex-direction: column;
        }
        
        .title-our,
        .dec-our,
        .dec-team,
        .dec2-our,
        .dec2-team {
          padding-left: 20px;
          padding-right: 20px;
        }
        
        .card-emp {
          width: 100%;
        }
        
        .image-emp {
          width: 100%;
          height: auto;
        }
        
        .overlay {
          margin-left: 0;
        }
        
        .text-emp {
          font-size: 16px;
        }
        
        .title-coll {
          font-size: 30px;
          line-height: 30px;
        }
        
        .card-positions {
          font-size: 13px;
        }
        
        .btn-link:after {
          right: 10px;
          top: 8px;
        }
        
        .btn-link:before {
          left: 15px;
          top: 33px;
        }
        
        .btn-collapse {
          width: 40px;
          height: 25px;
        }
      }


/************ About-us ****************/

.bg-t-about-us{
    
  background: #7a7a7a28;
  opacity: 80%;
  direction: rtl;
  margin-top: 30px;
  
}
.t-about-us{
  font-size: 30px;
  direction: rtl;
  color: #000000;
  justify-content: flex-end;
  text-align: right;
  margin-right: 110px;


}
.t-about-us-2{
  display: flex;
  color: #000000;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  margin-right: 95px;

  
  
}
.t-about-us-2 a {
  position: relative;
  text-decoration: none;
  padding-right: 1em;
  color: #7a7a7a;
}

.bg-about-us{
  width: 80%;

}

.section-about-us-2{
  direction: rtl;
  display: flex;

}
.logo-about-us{
width: 250px;
height: 250px;
margin-left: 50px;
}
.title-section-2{
  font-size: 40px;
  line-height: 45px;
  text-align: start;
  letter-spacing: normal;
  margin-top: 45px;
}
.description-about-2{
  fill: #898989;
  opacity: 60%;
  font-size: 17px;
  line-height: 25px;
  text-align: start;
  letter-spacing: normal;
  padding-left: 265px; 
  

}

.section-about-us-3{
  direction: rtl;
  display: flex;
}
.title-section-3{
  font-size: 40px;
  line-height: 45px;
  text-align: start;
  letter-spacing: normal;
  margin-top: 80px;
}
.description-about-3{
  fill: #898989;
  opacity: 60%;
  font-size: 17px;
  line-height: 25px;
  text-align: start;
  letter-spacing: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4; 
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.bg-section-3-1{
  width: 80%;
}

.section-about-us-4{
  direction: rtl;
  display: flex;
}
.bg-section-3-1{
  width: 80%;
}
.title-section-4{
  font-size: 40px;
  line-height: 45px;
  text-align: start;
  letter-spacing: normal;
  margin-top: 80px; 
}
.description-about-4{
  fill: #898989;
  opacity: 60%;
  font-size: 17px;
  line-height: 25px;
  text-align: start;
  letter-spacing: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4; 
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.title-section-6{
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
}
.description-about-6{
  fill: #898989;
  opacity: 60%;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  letter-spacing: normal;
}
.img-team-about{
  width: 100%;
  height: 400px;
}
.employee-name{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.employee-job{
  fill: #898989;
  opacity: 60%;
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 480px) {

    .section-about-us-2 {
      flex-direction: column;
      align-items: center;
    }
  
    .logo-about-us {
      margin-left: 0;
      margin-bottom: 20px;
    }
  
    .title-section-2,
    .description-about-2 {
      text-align: center;
      padding-left: 0;
    }

    .section-about-us-3,
    .section-about-us-4 {
      flex-direction: column;
      align-items: center;
    }
  
    .bg-section-3-1 {
      width: 100%;
      margin-bottom: 10px;
    }
  
    .title-section-3,
    .title-section-4,
    .description-about-3
     {
      text-align: center;
      margin-top: 40px;
      
    }
    .description-about-4 {
      margin-bottom: 50px;
    }
    .employee-name,
    .employee-job {
      text-align: center;
    }
    .section-about-us-6{
      margin-bottom: 60px;
    }
    .title-section-6{
      text-align: center;
      margin-top: 30px;
    }
    .description-about-6{
      text-align: center;
    
    }
      .row-employee {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }
    
      .row-employee .col-3 {
        flex-basis: 100%;
        width: 300%;
        text-align: center;
        margin-bottom: 20px;
      }

}

@media screen and (max-width: 768px) {
  .title-section-2,
  .description-about-2 {
    text-align: center;
    padding-left: 0;
  }
}


/************ Footer ****************/


.phone {
  font-size: 12.8px;
}

.address {
  font-size: 14.7px;
}

.navigations-footer {
  direction: rtl;
  padding-left: 30px;
  justify-content: space-between;
  column-gap: 10px;
}

.navigations-footer a {
  text-decoration: none;
  color: #ffffff;
}

.button-email {
  width: 80px;
  height: 50px;
  border-radius: 12px;
}

#contact .form-control{
    background-color: #050505;
    border: #000000;
    border-bottom:1px solid #7a7a7a ;
    
  }
#contact .form-control:focus{
    border-color:#c6b37e ;
    box-shadow: none;
  }

#contact .form-control::placeholder {
  color: #ffffff;
  opacity: 60%;
}

.email {
  color: #ffffff;
  opacity: 60%;
}

.line {
  color: #ffffff;
  opacity: 15%;
}

.link-custom {
  font-weight: 700;
  position: relative;
  color: #ffffff;
}

.link-custom::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #c6b37e;
  position: absolute;
  left: 0;
  top: 110%;
  transition: all 0.4s;
}

.link-custom:hover::after {
  width: 100%;
}

.Rights {
  direction: rtl;
}

.button-13-ser {
  width: 210px;
  height: 50px;
  background-color: #c6b37e;
  color: #ffffff;
}

/* Media Query for screens with max width 480px */
@media only screen and (max-width: 480px) {
  .navigations-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 7%;
  }
}

