@font-face {
  font-family: 'Almarai-Bold';
  src: url(../fonts/Almarai-Bold.ttf);
}

@font-face {
  font-family: 'Almarai-ExtraBold';
  src: url(../fonts/Almarai-ExtraBold.ttf);
}

@font-face {
  font-family: 'Almarai-Light';
  src: url(../fonts/Almarai-Light.ttf);
}

@font-face {
  font-family: 'Almarai';
  src: url(../fonts/Almarai-Regular.ttf);
}


* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background-image: url(/Untitled-2.png);
  background-position: center;
  background-repeat: no-repeat;
}

a {
  text-decoration: none;
}

/* #section-one::after {
    position: absolute;
    content: '';
    height: 300px;
width: 300px;
border-radius: 50%;
right: -10%;
bottom: -10%;
background: linear-gradient(45deg,#00ADF1,#5A4336);
animation: object1 6s linear infinite;
overflow: hidden;
}

@keyframes object1 {
    50%{
        right: 1%;
        bottom: 1%;
    }
} */



#section-one .wrap .img-col {
  width: 40%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#section-one .wrap .text-col {
  width: 60%;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.header-img {
  position: relative;
  padding: 20px;
  width: 450px;
  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;
  position: relative;

}


.img {
  width: 100%;
  justify-content: center;
  box-shadow: 0px 0px 20px #573f1c;
  animation: img 1s 1;
}
@keyframes img  {
  from {

    position: relative;
    transform: translatey(20%);
    opacity: 0;
  }

  to {
    transform: translatey(0%);
    opacity: 1;
  }
}

.header-img .borderright {
  border-right: 3px solid #00adf1;
  position: absolute;
  top: -5%;
  bottom: -5%;
  transition: all 0.5s;
  width: 100%;
  animation: borderright 1s 1;
}
@keyframes borderright {
  from {

    position: relative;
    transform: translatey(150%);
    opacity: 0;
  }

  to {
    transform: translatey(0%);
    opacity: 1;
  }
}


.header-img .borderLeft {
  border-left: 3px solid #00adf1;
  position: absolute;
  top: -5%;
  bottom: -5%;
  transition: all 0.5s;
  width: 100%;
  animation: borderLeft 2s 1;
}
@keyframes borderLeft {
  from {

    position: relative;
    transform: translatey(-100%);
    opacity: 0;
  }

  to {
    transform: translatey(0%);
    opacity: 1;
  }
}


.header-img .bordertop {
  border-top: 3px solid #00adf1;
  position: absolute;
  left: -4%;
  right: -4%;
  transition: all 0.5s;
  height: 100%;
  animation: bordertop 2s 1;
}
@keyframes bordertop {
  from {

    position: relative;
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0%);
    opacity: 1;
  }
}


.header-img .borderbottom {
  border-bottom: 3px solid #00adf1;
  position: absolute;
  left: -4%;
  right: -4%;
  transition: all 0.5s;
  height: 100%;
  animation: borderbottom 4s 1;
}
@keyframes borderbottom {
  from {

    position: relative;
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0%);
    opacity: 1;
  }
}




#section-one .wrap {
  min-height: 62vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  direction: rtl;
  position: relative;
}

/* @keyframes hero-bac {
  from {

    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0%);
    opacity: 100;
  }
} */

#section-one .wrap .col {
  margin: 20px;
  align-items: center;
  justify-content: center;
  padding: 20px;
}


#section-one .wrap .text-col .text-area {
  width: 670px;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

#section-one .wrap .text-col .text-area .top-text-area {
  width: 100%;
  display: flex;
  flex-direction: row;
  direction: rtl;
  align-items: center;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;

}

#section-one .wrap .text-col .text-area .top-text-area h1 {
  margin-left: 40px;
  font-size: 60px;
  color: #5A4336;
  animation: hero-h1 0.7s 1;
  animation-duration: 2s;
  animation-name: hero-h1;
  font-family: 'Almarai-ExtraBold';
}

@keyframes hero-h1 {
  from {

    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0%);
    opacity: 100;
  }
}

#section-one .wrap .text-col .text-area .top-text-area h2 {
  font-size: 35px;
  color: #5A4336;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  animation-name: hero-h1;
  animation-duration: 2s;
  font-family: 'Almarai-Bold';
  text-align: right;
}

.text-area h3 {
  font-size: 34px;
  margin: 15px auto;
  color: #00ADF1;
  animation-name: hero-h3;
  animation-duration: 2s;
  font-family: 'Almarai';
}

#section-one .wrap .text-col .text-area .bottom-text-area h3 {
  margin: 15px auto;
  color: #00ADF1;
  align-items: center;
  text-align: center;
}

@keyframes hero-h3 {
  from {

    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0%);
    opacity: 100;
  }
}


























.scroll-down {
  height: 60px;
  width: 40px;
  border: 2px solid #573f1c;
  position: absolute;
  left: 50%;
  bottom: 0px;
  border-radius: 20px;
  cursor: pointer;
  display: block;
}

.scroll-down::after,
.scroll-down::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 50%;
  border: 2px solid #573f1c;
  height: 10px;
  width: 10px;
  transform: translate(-50%, -100%)rotate(45deg);
  border-top: transparent;
  border-left: transparent;
  animation: scroll-down 1s ease-in-out infinite;
}

.scroll-down::after {
  top: 30%;
  animation-delay: 0.3s;
}

@keyframes scroll-down {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    top: 90%;
  }
}


@media (max-width: 1100px) {

  .scroll-down {
    display: none;
  }
  .header-img {
    width: 80%;

  
  }
  #section-one .wrap {
    flex-direction: column;
  }

  #section-one .wrap .col {
    margin: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  #section-one .wrap .text-col .text-area {
    width: 100%;
  }

  #section-one {
    margin: 0;
    padding: 0;
    min-height: 100vh;

  }


}



@media (max-width: 710px) {
  #section-one .wrap .text-col .text-area {
    width: 400px;
  }
  #section-one .wrap .text-col .text-area .top-text-area h1 {
    font-size: 7vw;

  }

  #section-one .wrap .text-col .text-area .top-text-area h2 {
    font-size: 5vw;

  }

  #section-one .wrap .text-col .text-area .bottom-text-area h3 {
    font-size: 5vw;

  }


}


.section-one-second-wrap {
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  min-height: 15vh;
  margin: 40px 0px;

}

.section-one-second-wrap .col2 {
  width: 50%;
}

.section-one-second-wrap .button {
  display: flex;
  flex-direction: row;
  width: 50%;
  align-items: center;
  justify-content: space-evenly;
  direction: rtl;
}

.section-one-second-wrap .button .btn {
  width: 220px;
  height: 50px;
  font-size: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 20px 10px;
  padding: 30px 27px;
  font-family: 'Almarai-Bold';
}

.section-one-second-wrap .button .btn1 {
  border: 1.5px solid #5A4336;
  background-color: #5A4336;
  color: #ffff;
  backdrop-filter: blur(1px);
}

.section-one-second-wrap .button .btn1:hover {
  border: 1.5px solid #00adf1;
  background-color: #00adf1;
  color: #fff;
  box-shadow: #00adf1 0px 0px 5px;
  transition: 0.3s;
}

.section-one-second-wrap .button .btn2 {
  border: 1.5px solid #5A4336;
  background-color: transparent;
  color: #5A4336;
  backdrop-filter: blur(1px);
}

.section-one-second-wrap .button .btn2:hover {
  border: 1.5px solid #00adf1;
  background-color: transparent;
  color: #00adf1;
  transition: 0.3s;
  box-shadow: #00adf1 0px 0px 5px;
}

.section-one-second-wrap .business-text {
  width: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.section-one-second-wrap .business-text h2 {
  width: 90%;
  text-align: center;
  align-items: center;
  color: #5A4336;
  font-size: 24px;
  font-family: 'Almarai-Bold';
}

@media (max-width: 1100px) {
  .section-one-second-wrap .business-text h2 {
    width: 90%;
    font-size: 24px;

  }

  .section-one-second-wrap {
    flex-direction: column;
  }

  .section-one-second-wrap .button {
    width: 100%;

  }

  .section-one-second-wrap .button .btn {
    width: 220px;
    height: 50px;
    font-size: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px 10px;
    padding: 20px 27px;
    font-family: 'Almarai-Bold';
  }

  .section-one-second-wrap .business-text {
    width: 100%;
  }


}

@media (max-width: 450px) {
  .section-one-second-wrap .business-text h2 {
    width: 90%;
    font-size: 18px;

  }

  .section-one-second-wrap .button .btn {
    width: 200px;
    font-size: 18px;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px 10px;
    padding: 00px 00px;
    font-family: 'Almarai-Bold';
  }

}

#about-us {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
  min-height: 60vh;
}

#about-us .container {
  width: 100%;
  margin: 10px auto;
  direction: rtl;
  display: flex;
  justify-content: center;
  margin: 0;
  flex-direction: row;
  padding: 5px 20px 30px 20px;
}

#about-us .container .grid {
  width: 100%;
  margin: 10px auto;
  direction: rtl;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}

#about-us .col {
  width: 48%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#about-us .col img {
  width: 100%;
  border-radius: 10px;
}

#about-us .col .left {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 200px;
}

#about-us .col .right {
  text-align: right;
  align-items: right;
}

#about-us .col .left {
  direction: rtl;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#about-us .right .title {
  color: #594134;
  padding-right: 115px;
  font-size: 36px;
  position: relative;
  margin-bottom: 35px;
  font-family: 'Almarai-extraBold';
}

#about-us .right .title span::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 100px;
  height: 4px;
  border-radius: 20px;
  background: #00adf1;
}

#about-us .right .title span::after {
  content: '';
  position: absolute;
  top: 130%;
  right: 0;
  width: 270px;
  height: 4px;
  border-radius: 20px;
  background: #594134;
}

#about-us .right h1 {
  color: #594134;
  font-size: 26px;
  padding: 30px 0px;
  font-family: 'Almarai-Bold';
}

#about-us .right p {
  color: #594134;
  font-size: 20px;
  width: 90%;
  line-height: 30px;
  font-family: 'Almarai';
}

@media (max-width: 1350px) {
  #about-us .right .title {
    padding-right: 115px;
    font-size: 30px;
    position: relative;
    margin-bottom: 2px;
  }


  #about-us .right p {
    width: 90%;
    line-height: 30px;

  }
}

#about-us .right .btn-icon {
  text-decoration: none;
  text-align: center;
  color: #594134;
  font-size: 25px;
  border: 1px solid #594134;
  padding: 15px 20px;
  border-radius: 5px;
  backdrop-filter: blur(1px);
  width: 90%;
  font-family: 'Almarai';
}

#about-us .right .btn-icon:hover {
  color: #00adf1;
  font-size: 25px;
  border: 1px solid #00ADF1;
  transition: all 0.3s;
}

@media (max-width: 1250px) {
  #about-us .left img {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  #about-us .right .title span::before {
    width: 70%;
    top: 135%;
    right: 15%;
    height: 15px;
    z-index: 200;
  }

  #about-us .right .title span::after {
    width: 100%;
    top: 150%;
  }

  #about-us .right h1 {
    color: #594134;
    font-size: 25px;
    padding: 20px 0px;
    margin: 0 auto;
    align-items: center;
    text-align: center;
  }

  #about-us .col:nth-child(1){
margin-bottom: 20px;
padding: 20px;
margin: 0 auto;
  }

  #about-us .right .title {
    padding-right: 0px;
    margin: 0 auto;
    margin-bottom: 30px;
    align-items: center;
    text-align: center;
    width: 70%;
  }

  #about-us .container .grid {
    width: 100%;
    margin: 10px auto;
    direction: rtl;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }

  #about-us .col {
    width: 100%;
  }

  #about-us .right .btn-icon {
    width: 80%;
    margin: 0 auto;
  }

  #about-us .right p {
    color: #594134;
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #about-us .right .btn-icon {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 700px) {
  #about-us .left img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }


  #about-us .right h1 {
    color: #594134;
    font-size: 20px;
    padding: 10px 0px;
    margin: 0 auto;
    align-items: center;
    text-align: center;

  }



  #about-us .right .title {
    padding-right: 0px;
    margin: 0 auto;
    margin-bottom: 30px;
    align-items: center;
    text-align: center;
    width: 70%;
  }

  #about-us .container .grid {
    width: 100%;
    margin: 10px auto;
    direction: rtl;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }

  #about-us .col {
    width: 100%;
  }



  #about-us .right p {
    color: #594134;
    font-size: 18px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
  }

  #about-us .right .btn-icon {
    display: flex;
    justify-content: center;
    font-size: 20px;
  }

}




@media (max-width: 500px) {
  #about-us .right p {
    color: #594134;
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 25px;
    margin-top: 15px;
  }

}



/* ================= section 4 =================*/
/* ================= section 4 =================*/
/* ================= section 4 =================*/
/* ================= section 4 =================*/
/* ================= section 4 =================*/
#service {
  padding: 0px 0;
  overflow: hidden;
  padding-bottom: 100px;
min-height: 100vh;
}



















.service-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px 0px 50px 00px;
  font-family: 'Almarai-extraBold';
  width: 305px;
  margin: 0 auto;
}

#service h2 {
  font-size: 96px;
  top: 0;
  color: #5A4335;
  /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color:#00ADF1; */
}

.service-text div p {
  font-size: 24px;
  color: #00ADF1;
  text-shadow: #00ADF1 0 0 40px;
  margin-top: 5px;
  user-select: none;
  font-family: 'Almarai-extraBold';

}

.service-text div {
  position: relative;
}

.service-text div .left-line {
  content: '';
  width: 60px;
  height: 5px;
  border-radius: 20px 0px 0px 20px;
  align-items: center;
  text-align: center;
  background-color: #594134;
  position: absolute;
  top: 55%;
  left: 0;

}

.service-text div .right-line {
  content: '';
  width: 60px;
  height: 5px;
  border-radius: 0px 20px 20px 0px;
  align-items: center;
  text-align: center;
  background-color: #594134;
  position: absolute;
  top: 55%;
  right: 0;

}



@media (max-width: 400px) {
  .service-text {
    width: 200px;
  }

  #service h2 {
    font-size: 64px;
  }

  .service-text div p {
    font-size: 20px;
  }


  .service-text div .left-line {
    width: 30px;
  }

  .service-text div .right-line {
    width: 30px;
  }
}



#service .wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

}

#service .single-service {
  position: relative;
  overflow: hidden;
  width: 30%;
  height: 300px;
  background-color: #5A433533;
  padding: 30px;
  align-items: center;
  margin: 10px;
  border-radius: 25px;
  backdrop-filter: blur(1px);
}

#service .single-service:hover {
  background-color: #00adf133;
}

#service .single-service h3 {
  align-items: center;
  text-align: center;
  margin: 0%;
  color: #5A4335;
  padding: 0%;
  font-size: 26px;
  position: relative;
  margin-bottom: 15px;
  font-family: 'Almarai-Bold';
}

#service .single-service h3::before {
  content: '';
  position: absolute;
  width: 10%;
  height: 3px;
  border-radius: 2px;
  align-items: center;
  text-align: center;
  left: 45%;
  background-color: #00adf1;
  bottom: -5px;

}

#service .single-service p {
  align-items: center;
  text-align: center;
  color: #5A4335;
  font-size: 18px;
  line-height: 28px;
  margin-top: 5px;
  font-family: 'Almarai';
}


#service .social {
  width: 100%;
  align-items: center;
  text-align: center;
}

#service .social i {
  height: 100px;
  align-items: center;
  text-align: center;

}

#service .social img {
  height: 80px;
  align-items: center;
  text-align: center;

}

#service .single-service:hover .social {
  transform: rotateX(360deg);
}




#service .single-service span {
  position: absolute;
  top: 0;
  left: -110%;
  width: 100%;
  height: 100%;
  background: #00adf170;
  transition: 0.5s;
  transform: skewX(10deg);
}

#service .single-service:hover span {
  left: 110%;
}

@media (max-width: 1400px) {
  #service .single-service {
    position: relative;
    overflow: hidden;
    width: 45%;
    background-color: #5A433533;
    padding: 30px;
    margin: 10px;
    border-radius: 25px;
  }
}

@media (max-width: 900px) {
  #service .single-service {
    height: 350px;
  }
}

@media (max-width: 650px) {

  #service .single-service {
    width: 90%;
    height: 330px;
  }

}




#contactusbox {
  background-image: linear-gradient(hsl(0, 0%, 0%, 0.7), hsl(0, 0%, 0%, 0.5), hsl(0, 0%, 0%, 0.7)), url(../img/shipping1-scaled.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  backdrop-filter: blur(1.5px);
  background-attachment: fixed;
  padding: 40px 20px;
  overflow-x: hidden;
  margin-bottom: 40px;

}

#contactusbox .wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  direction: rtl;
  align-items: center;
}

#contactusbox .wrap .text {
  width: 60%;

  text-align: center;
}

#contactusbox .wrap .text h2 {
  color: white;
  font-size: 20px;
  font-family: 'Almarai-Bold';
}

#contactusbox .wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#contactusbox .wrap .btn a {
  border: 2px solid #00adf1;
  background-color: #00adf1;
  border-radius: 70px;
  color: #ffff;
  width: 220px;
  padding: 15px 00px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  backdrop-filter: blur(1px);
  font-family: 'Almarai';
}

#contactusbox .wrap .btn a:hover {
  background-color: #00000070;
  border-radius: 70px;
  color: #00adf1;
  box-shadow: 00px 00px 20px #00adf1;
}

@media (max-width: 850px) {
  #contactusbox .wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #contactusbox .wrap .text {
    width: 100%;
  }

  #contactusbox .wrap .text h2 {
    line-height: 30px;
  }

  #contactusbox .wrap .btn a {
    margin-top: 30px;
  }

}


















#customer {
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
  margin-top: 60px;
}

#customer h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #594134;
  width: 100%;
  position: relative;
  user-select: none;
  font-family: 'Almarai-Bold';
}

#customer h1 span {
  color: #00adf1;
  font-size: 40px;
  padding-right: 10px;
}

#customer h1+p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #594134;
  width: 100%;
  position: relative;
  margin: 5px 0px;
  user-select: none;
  margin-bottom: 20px;
  font-family: 'Almarai';
}

#customer .wrapper .box p {
  color: #594134;
  line-height: 40px;
  font-size: 20px;
  direction: rtl;
  font-family: 'Almarai';
}

#customer .wrapper {
  direction: ltr;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;

}

#customer .wrapper .box {
  width: 40%;
  padding: 30px;
  box-shadow: 0 0px 32px 0 rgb(89, 65, 52, 0.4);
  border-radius: 10px;
  transition: all 1s;
  min-height: 350px;
  backdrop-filter: blur(2px);
}

#customer .wrapper .box:hover {
  background: #ffffff30;
  box-shadow: 0 0px 5px 0 rgb(89, 65, 52, 0.4);
  border-radius: 10px;
  backdrop-filter: blur(1px);
}

#customer .wrapper .box i.quote {
  font-size: 25px;
  color: #00adf1;
  padding: 20px;
}

#customer .wrapper .box .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

#customer .box .content .image {
  height: 90px;
  width: 90px;
  padding: 10px;
  background: #00adf1;
  border-radius: 50%;
  box-shadow: #594134 0px 0px 10px inset;
  border: 2PX solid #573f1c;
}

#customer .content .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 02px solid #594134;
}

#customer .box:hover .content .image img {
  border-color: #594134;
}

@media (max-width: 1045px) {
  #customer .wrapper .box {
    width: 100%;
    margin: 10px 0;
    margin-bottom: 60px;
  }
}

@media (max-width: 700px) {

  #customer .wrapper .box p {
    color: #594134;
    line-height: 25px;
    font-size: 16px;
    text-align: center;

  }
}

@media (max-width: 450px) {
  #customer h1 {
    font-size: 8vw;
  }

  #customer h1 span {
    font-size: 8vw;
  }

  #customer h1+p {
    font-size: 7vw;
  }

  #customer .wrapper .box i.quote {
    display: none;

  }

  #customer .wrapper .box p {
    color: #594134;
    line-height: 25px;
    font-size: 16px;
    text-align: center;

  }

  #customer .wrapper .box {

    padding: 10px;
  }

  #customer .wrapper .box .content {
    flex-wrap: wrap;
    flex-direction: column;
  }


}








#contact {
  width: 100%;
  margin-top: 0px;
  padding: 30px 0;
  padding-bottom: 10px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
  height: auto;
  margin-bottom: 50px;
}

#contact h2 {
  font-size: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #594134;
  text-shadow: #00ADF1 0 0 50px;
  font-family: 'Almarai-extraBold';
}

.contact-info {
  display: flex;
  min-width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 20px 20px;
  margin: 30px 0;
}

.card {
  position: relative;
  padding: 0 20px;
  margin: 0 10px;
  width: 30%;
  height: 300px;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(2px);
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  position: relative;
  box-shadow: 0 0px 32px 0 rgb(89, 65, 52, 0.4);
}

.card:hover {
  box-shadow: 0 0px 0px 0 rgb(89, 65, 52, 0.4);
  cursor: pointer;
  backdrop-filter: blur(1px);
}

.card-icon {
  font-size: 40px;
  background: #59413400;
  color: #573f1c;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 10%;
  transition: 1s linear;
}

.card p {
  margin-top: 20px;
  opacity: 1;
  color: #573f1c;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  font-family: 'Almarai';
}



.middle {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
}

.middle .middle-btn {
  display: inline-block;
  width: 90px;
  height: 90px;
  background: transparent;
  backdrop-filter: blur(2px);
  border: 0px solid #594134;
  margin: 20px;
  border-radius: 30%;
  box-shadow: 0px 0px 20px #00000050;
  color: #00adf1;
  overflow: hidden;
  position: relative;
}

.middle .middle-btn i {
  line-height: 90px;
  font-size: 30px;
  transition: 0.3s linear;
}

.middle .middle-btn .youtube {
  color: red;
}

.middle .middle-btn .instagram {
  color: #e1306c;
}

.middle .middle-btn .twitter {
  color: #039af8;
}

.middle .middle-btn .facebook {
  color: #4267b2;
}

.middle .middle-btn .whatsapp {
  color: green;
  font-weight: 900;
}

.middle .middle-btn:hover {
  border: 0px solid #00adf1;
}

.middle .middle-btn:hover i {
  transform: scale(1.3);
  color: #f1f1f1;
}

.middle .middle-btn::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #00adf1;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}

.middle .middle-btn:hover::before {
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}

@keyframes aaa {
  0% {
    left: -110%;
    top: 90%;
  }

  50% {
    left: 10%;
    top: -30%;
  }

  100% {
    top: -10%;
    left: -10%;
  }
}

@media screen and (max-width: 1180px) {
  .contact-info {
    flex-direction: row;
    flex-wrap: wrap;
  }

  #contact h2 {
    font-size: 40px;
  }

  .card {
    min-width: 40%;
    max-width: 40%;
    margin: 20px 0;
  }
}

@media (max-width: 800px) {
  .middle {
    flex-wrap: wrap;
  }


  .card {
    min-width: 40%;
    max-width: 40%;
    height: 250px;
    margin: 20px 0;
  }

  .card-icon {
    font-size: 40px;
    background: #59413400;
    color: #573f1c;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 10%;
    transition: 1s linear;
  }

  .contact-info {
    display: flex;
    min-width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 20px 20px;
    margin: 0px 0;
  }
}

@media (max-width: 620px) {
  .card {
    min-width: 90%;
    max-width: 90%;
    height: 300px;
  }

  .card p {
    margin-top: 20px;
    opacity: 1;
    color: #573f1c;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Almarai';
  }
}

#borderright {
  border-right: 2px solid #573f1c;
  position: absolute;
  top: 25%;
  bottom: 25%;
  transition: all 0.5s;
  width: 100%;
}

.card:hover #borderright {
  top: -5%;
  bottom: -5%;
  border-right: 4px solid #00adf1;
}

#borderLeft {
  border-left: 2px solid #573f1c;
  position: absolute;
  top: 25%;
  bottom: 25%;
  transition: all 0.5s;
  width: 100%;
}

.card:hover #borderLeft {
  top: -5%;
  bottom: -5%;
  border-left: 4px solid #00adf1;
}

#bordertop {
  border-top: 2px solid #573f1c;
  position: absolute;
  left: 25%;
  right: 25%;
  transition: all 0.5s;
  height: 100%;
}

.card:hover #bordertop {
  left: -5%;
  right: -5%;
  border-top: 4px solid #00adf1;
}

#borderbottom {
  border-bottom: 2px solid #573f1c;
  position: absolute;
  left: 25%;
  right: 25%;
  transition: all 0.5s;
  height: 100%;
}

.card:hover #borderbottom {
  left: -5%;
  right: -5%;
  border-bottom: 4px solid #00adf1;
}









#customer .wrapper .box .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

#customer .box .name {
  font-family: 'Almarai-extraBold';
  font-size: 18px;
  color: #5c5754;
  user-select: none;

}