:root {
  --primary-color: #c88e21;
  --accent-color: #f4b94b;
  --accent-dark: #9a6a13;
  --text-main: #ffffff;
  --text-muted: #ababab;
  --bg-main: #1A1A1A;
  --bg-secondary: #222222;
  --nav-bg: #404044;
  --border-radius: 8px;
  --transition: all 0.3s ease;
}

* {
  box-sizing: border-box;
  font-family: "Cairo", sans-serif !important;
}

body {
  overflow-x: hidden !important;
  background-color: var(--bg-main);
  color: var(--text-main);
}

.section {
  background: var(--bg-main);
  margin-bottom: 0px;
}

.section1 {

  margin-top: -124px;
  background-attachment: fixed;
  background-size: cover;
  height: 94vh !important;

}


.section2 {

  background-attachment: fixed;
  background-size: cover;

}

.section3 {

  height: 156vh;
  background-color: #1A1A1A;

}

.team-section {

  background-color: #1A1A1A;
  overflow-y: hidden;
  overflow-x: hidden;

}




.ro-section {

  background-attachment: fixed;
  background-size: cover;
  margin: auto;
  padding-left: 133px;


}

.btn-outline-secondary1 {
  color: #ffffff;
  border-color: var(--accent-color)
}

.btn-outline-secondary1:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-check:focus+.btn-outline-secondary1,
.btn-outline-secondary1:focus {
  box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-check:active+.btn-outline-secondary1,
.btn-check:checked+.btn-outline-secondary1,
.btn-outline-secondary1.active,
.btn-outline-secondary1.dropdown-toggle.show,
.btn-outline-secondary1:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-check:active+.btn-outline-secondary1:focus,
.btn-check:checked+.btn-outline-secondary1:focus,
.btn-outline-secondary1.active:focus,
.btn-outline-secondary1.dropdown-toggle.show:focus,
.btn-outline-secondary1:active:focus {
  box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary1 .disabled,
.btn-outline-secondary1:disabled {
  color: #6c757d;
  background-color: transparent
}


.btn-outline-secondary2 {
  color: #ffffff;
  border-color: #ffffff
}

.btn-outline-secondary2:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-check:focus+.btn-outline-secondary2,
.btn-outline-secondary2:focus {
  box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-check:active+.btn-outline-secondary2,
.btn-check:checked+.btn-outline-secondary2,
.btn-outline-secondary2.active,
.btn-outline-secondary2.dropdown-toggle.show,
.btn-outline-secondary2:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-check:active+.btn-outline-secondary2:focus,
.btn-check:checked+.btn-outline-secondary2:focus,
.btn-outline-secondary2.active:focus,
.btn-outline-secondary2.dropdown-toggle.show:focus,
.btn-outline-secondary2:active:focus {
  box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary2 .disabled,
.btn-outline-secondary2:disabled {
  color: #6c757d;
  background-color: transparent
}


.btn-outline-secondary3 {
  color: #ffffff;
  border-color: #9a6a13
}

.btn-outline-secondary3:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-check:focus+.btn-outline-secondary3,
.btn-outline-secondary3:focus {
  box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-check:active+.btn-outline-secondary3,
.btn-check:checked+.btn-outline-secondary3,
.btn-outline-secondary3.active,
.btn-outline-secondary3.dropdown-toggle.show,
.btn-outline-secondary3:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-check:active+.btn-outline-secondary3:focus,
.btn-check:checked+.btn-outline-secondary3:focus,
.btn-outline-secondary3.active:focus,
.btn-outline-secondary3.dropdown-toggle.show:focus,
.btn-outline-secondary3:active:focus {
  box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary3 .disabled,
.btn-outline-secondary3:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn {
  border-radius: 0;
}

.btu-new3-r {
  height: 52px;
  width: 139px;
  border-radius: 52px;
  border-width: 2px;
}

.featurette-divider {
  margin-top: 14px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 3rem;
}


/* start nav */

.nav-color {
  position: sticky !important;
}

.navbar-inverse .navbar-nav .nav-link {
  color: rgb(255, 255, 255) !important;
  padding: 7;
  font-weight: bold;
}

.navbar-inverse .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: row;
}

.navbar-inverse .navbar-nav .active>.nav-link,
.navbar-inverse .navbar-nav .nav-link.active,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .open>.nav-link {
  color: #fff;
  background-color: var(--primary-color);
  margin-bottom: -18px;
  margin-top: -18px;
  border-bottom: #ffd992;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-style: solid;
  border-bottom-width: 2px;
  font-weight: bold;
}

/*.fixed-top {
  position: sticky !important;
}*/

.navbar-toggler-right {
  position: revert;
  right: 1rem;
  direction: rtl;
}

.navbar-toggleable-md .nav1 {
  max-width: 100%;
  direction: rtl;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffffc2;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
  color: #fff;
}

.nav-link:hover {
  transition: 0.4s;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  background-color: var(--primary-color);
  margin-bottom: -18px;
  margin-top: -18px;
}

.navbar {
  position: sticky;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0rem;
  padding-right: 0px;
}

.nav-color {
  background-color: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.22);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.color {
  background-color: rgb(0 0 0 / 26%);
  border-bottom: 0px solid rgba(255, 255, 255, 0.22);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  backdrop-filter: saturate(180%) blur(20px);
}

.navbar .nav1 {
  padding-left: 6px;
  font-size: 15px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.navbar .nav1 .menu {
  display: none;
  color: #fbd379;
  font-size: 66px;
  margin-top: -5px;
  padding-left: 17;
  cursor: pointer;
}

/* end nav */

/* go to top */

.go-to-top {
  width: 40;
  height: 40;
  border-color: #b7811f;
  border-width: 3px;
  border-style: solid;
  background-color: #c88d1f57;
  cursor: pointer;
  position: fixed;
  bottom: 10;
  right: 45px;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.go-to-top .icon-top {
  color: white;
  font-size: 26;
  margin-left: 9;
}

.go-to-top.show {
  opacity: 100;
}

/* end go to top */

/* welcome start */

.welcome-container {
  width: 491px;
  min-height: 400px;
}

.section1 .welcome-container .row .welcome-logo-column {
  margin-top: 21px;
}

.section1 .welcome-container .row .welcome-btn-column {
  margin-top: 31px;
}

/* end welcome */

/* start card */

.card {
  border: 1px solid rgb(255 255 255 / 13%);
}

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

/* end card */

/* start gol */

.btn-gol {
  margin-left: 9px;
}

/*end gol */

/* start ro */

.row .col-md-5 .img-ro {
  width: 318px;
  padding-left: 73;
}

.row .col-md-7 .ro-container {
  bottom: -3%;
}

/* end ro */

/* start l */

.section .container .row .column .row .col-md-5 .l-img {
  visibility: visible;
  animation-name: heartBeat;
  padding-left: 33px;
  width: 500px;
  height: 500px;
  border-radius: 10px;
  box-shadow: 1px 2px 3px #747474;
  padding-left: 0px;
}

.btn-l {
  padding-top: 81px;
}

/* end l */

/* start cust */
.cust-container {
  margin: 34px 0px 0px 203px;
}

/* end cust */

/* start h */
.h-row {}

.h-row-top {
  padding-left: 138px;
}

.btn-h {
  margin-bottom: 32;
  margin-top: 44px;
}

/* end h */

.h-show {
  margin-top: 53px;
  padding-left: 71px;
  padding-right: 55px;
}

.team-container-l {
  padding-top: 94px;
  padding-bottom: 0px;
  float: left;
  width: 41%;
  /*padding: 10px;*/
  height: 348px;
  position: relative;
  top: 10%;
  margin: 0px 0px 0px 116px;
}

.team-container-r {
  padding-top: 179px;
  padding-bottom: 38px;
  float: right;
  /*width: 79%;*/
  height: auto;
  /*position: relative;*/
  /*top: 16%;*/
  margin: 0px 67px 0px 0px;
}

.team-section .team-container-l .row .team-btn-column {
  padding-left: 1px;
  margin-top: 11px;
  padding-right: 0px;
  visibility: visible;
  animation-duration: 2s;
  animation-name: fadeIn;
  width: fit-content;
  height: fit-content;
  visibility: visible;
  animation-duration: 2s;
  animation-name: fadeIn;
}

.team-section .team-container-l .row .team-btn-column .btn-team-con {
  width: fit-content;
  height: 53;
  padding: 11;
}


.btn-r {
  border-radius: 26px;
}

.main-content {
  display: flex;
}

.main-content .box {
  flex-basis: 50%;
  padding: 10px 20px;
}

.box h2 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}

.box.content {
  margin: 20px 0 0 0;
  position: relative;
}

.box.content:before {
  position: absolute;
  content: "";
  top: -10px;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
}

.box.content:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 15%;
  background: #f12020;
  top: -10px;
}

.sec-content.content.fas {
  font-size: 1.4375rem;
  background: #1a1a1a;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.sec-content.content.fas:hover {
  background: #f12020;
}

.sec-content.content.text {
  font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px;
}

.sec-content.content.phone {
  margin: 15px 0;
}

.bottom center {
  padding: 5px;
  font-size: 0.9375rem;
  background: #151515;
}

.bottom center span {
  color: #656565;
}

.bottom center a {
  color: #f12020;
  text-decoration: none;
}

.bottom center a:hover {
  text-decoration: underline;
}

a {
  color: #fff;
  text-decoration: none;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h1_c,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2.5rem;
}

.b1 {
  bottom: -52px;
}

.h1-c {
  display: flex;
  flex-direction: row;
}

.h1-c:before,
.h1-c:after {
  content: "";
  flex: 1 1;
  border-bottom: 2px solid rgb(255, 255, 255);
  margin: auto;
}

.h1-c:before {
  margin-right: 10px;
}

.h1-c:after {
  margin-left: 10px;
}

.inner {
  overflow: hidden;
}

.inner img {
  transition: all 1.5s cubic-bezier(0.57, 0.4, 0.42, 0.81);
}

.inner:hover img {
  transform: scale(1.5);
}

.box {
  width: 100%;
  height: 600px;
}

.text-block-section {
  position: absolute;
  bottom: 159px;
  right: 109px;
  background-color: #ffffffbd;
  color: black;
  /* padding-left: 31px; */
  /* padding-right: 48px; */
  width: 139px;
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

.textarea {
  padding: 10px;
  line-height: 1.5;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px #999;
}

.content1 {
  position: relative;
  margin: 130px auto;
  text-align: center;
  padding: 0 20px;
}

.content1.text {
  font-size: 2.5rem;
  font-weight: 600;
  color: #202020;
}

::-webkit-scrollbar {
  width: 7px;
  background: #00000096;
}

::-webkit-scrollbar-thumb {
  background: #00000091;
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

.div-brand {
  margin-left: 185px;
}

.row-cols-md-3>* {
  flex: 0 0 auto !important;
  width: 33.3333333333% !important;
}

/*text_ro*/

.lead {
  font-size: 19px;
  font-weight: 400 !important;
  line-height: 2.7 !important;
  text-align: justify;
  direction: rtl;
}

/*end text_ro */

.footer_image {
  flex-direction: row;
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.img_footer {
  width: 24%;
  object-fit: contain;
  height: fit-content;
}

@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");

/* CSS FOR RESPONSIVE */
@media screen and (max-width: 650px) {
  .h-row {
    display: flex;
    flex-direction: column;
    align-content: center;
  }

  .row-cols-md-3>* {
    flex: 0 0 auto !important;
    width: 50% !important;
  }



  .gap-ticker .span-news {
    display: none;
  }

  .gap-ticker .hwrap {
    overflow: hidden;
    width: auto;
    border-radius: 0px;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-top: 46px;
    margin-bottom: 0;
    list-style: none;
  }

  .nav-link:hover {
    border-bottom: none;
  }

  .section1 .welcome-container .row {
    padding-left: 31px;
  }


  .welcome-container {
    width: 303px;
  }

  .section1 .welcome-container .row .welcome-logo-column {
    padding-left: 46px;
    padding-right: 0px;
    width: 218px;
  }

  .section1 .welcome-container .row .welcome-btn-column {
    padding-left: 72px;
    padding-right: 115px;
    margin-top: 13px;
    visibility: visible;
    animation-duration: 2s;
    animation-name: fadeIn;
  }

  .btn-gol {
    margin-left: 0px;
    margin-top: 9px;
  }

  .row .col-md-5 .img-ro {
    width: 318px;
  }

  .row .col-md-7 .ro-container {
    bottom: 14%;
  }

  .section .container .row .column .row .col-md-5 .l-img {
    width: 399px;
  }

  .section .container .row .column .line {
    width: 423px;
  }

  .h-column {
    display: none;
  }

  .section .container .row .column .row .col-md-5.l-img {
    /*width:287px;*/
    width: 448px;
  }

  .team-container-l {
    width: 73%;
    padding-top: 102px;
  }

  .team-container-r {
    margin: 50px 85px 0px 0px;
    padding-bottom: 72px;
    padding-top: 190px;
  }

  .section1 .welcome-container .row {
    padding-left: 31px;
  }

  .welcome-container {
    margin: 0px 0px 0px -54px;
  }

  .btu-new-no-r {
    width: 155px;
  }

  .div-brand {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1023px) and (max-width: 1439px) {
  .navbar .nav1 .my-nav {
    display: block;
  }

  .navbar-toggleable-md .navbar-nav {
    font-size: 13px;
  }

  .navbar .nav1 .menu {
    display: none;
  }

  .btn-outline-secondary1 {
    margin: 0 !important;
    margin-left: 10 !important;
    width: 187px;
  }

  .section1 .welcome-container .row .welcome-btn-column {
    margin-left: 39px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .section1 .welcome-container .row .welcome-btn-column {
    margin-left: 8px;
  }
}

@media (max-width: 992px) {
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1023px) {


  .section1 {
    height: 1300px !important;
  }

  .navbar .nav1 .my-nav {
    display: none;
  }

  .navbar .nav1 .menu {
    display: block;
    padding: 0px;
    height: fit-content;
    margin-top: 15px;
    margin-left: 23px;
  }

  .navbar-collapse {
    padding-top: 41px;
  }
}

@media only screen and (max-width: 1024px) {
  /*phone*/

  .row-cols-md-3>* {
    flex: 0 0 auto !important;
    width: 50% !important;
  }



  .div-brand {
    margin-left: 0px;
  }

  .row .col-md-7 .ro-container {
    bottom: 3%;
  }

  .row .col-md-5 .img-ro {
    display: none;
  }

  /*.navbar-toggleable-md .nav1 .img-logo{
    display: none;
   }*/

  .section1 .welcome-container .row {
    padding-left: 31px;
  }

  .section1 .welcome-container .row .welcome-btn-column {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-top: 24px;
  }

  .btn-gol {
    margin-left: 0px;
    margin-top: 9px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1219px) {
  .row-cols-md-3>* {
    flex: 0 0 auto !important;
    width: 50% !important;
  }



  .div-brand {
    margin-left: 0px;
  }

  .row .col-md-7 .ro-container {
    bottom: 3%;
  }

  .row .col-md-5 .img-ro {
    width: 318px;
  }

  .navbar-collapse {
    padding-top: 41px;
  }

  /*.navbar-toggleable-md .nav1 .img-logo{
    display: none;
   }*/

  .h-row-top {
    padding-left: 44px;
  }

  .h-show {
    margin-top: 26px;
  }

  .section .container .row .column .row .col-md-5 .l-img {
    width: 359px;
  }
}

@media only screen and (max-width: 1200px) {


  .row-cols-md-3>* {
    flex: 0 0 auto !important;
    width: 50% !important;
  }



  .div-brand {
    margin-left: 0px;
  }

  .navbar-collapse {
    padding-top: 41px;
  }

  .h-show {
    margin-top: 26px;
  }

  .row .col-md-5 .img-ro {
    width: 318px;
  }

  .row .col-md-7 .ro-container {
    bottom: 3%;
  }
}

@media only screen and (min-width: 760px) and (max-width: 1697px) {

  .div-brand {
    margin-left: 0px;
  }

  .navbar-collapse {
    padding-top: 41px;
  }

  .section .container .row .column .row .col-md-5 .l-img {
    width: 277px;
  }

  .row .col-md-5 .img-ro {
    display: block;
  }

  .row .col-md-7 .ro-container {
    bottom: 3%;
  }
}

@media only screen and (max-width: 1200px) {
  .row-cols-md-3>* {
    flex: 0 0 auto !important;
    width: 50% !important;
  }
}

@media only screen and (max-width: 1000px) {

  .section2 {
    background-attachment: revert;
  }

}

@media only screen and (max-width: 1024px) {

  /*phone*/
  .our-customers {
    height: 130vh;

  }

  .cust-container {
    display: flex;
    margin: 0px 0px 0px 133px;
  }
}