body{
        background: url(../images/bg.png) fixed;
    }
.section {
  text-align: center;
  font-size: 2rem;
  color: white;
  display: flex;
  align-items: center;
}
.fp-overflow{
  box-shadow: 0px 0px 20px 0px #494949;
}
/* -------------------------- */
.card {
  color: #494949;
  text-align: center;
  width: 960px;
  height: 540px;
  background: #f9f9f9 url(../images/bg-portflio.jpg) no-repeat bottom / cover;
  box-shadow: #494949 0px 0px 15px 1px;
  border: 1px #494949 solid;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.section{
  /* تأثير التحول */
  transform: scale(1.5);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}

.section.active {
  transform: scale(1.0);
  opacity: 1;
}

/* نحول المنيو إلى داخل الكارت
#fp-nav {
  position: absolute !important;
  top: 50%;
  right: 20px;
  z-index: 10;
}
#fp-nav ul{
    background: #fc1;
    padding: 10px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
} */

/* نخلي الكارت هو اللي يستقبل المنيو */
.section .card {
  position: relative;
  overflow: hidden;
}

.left-section{
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    margin: 0 80px;
    height: 100%;
}

.left-section div h2{
    text-align: left;
    padding-left: 90px !important;
}
.left-section div div h2{
    text-align: right;
}
.left-section div div h2 span{
    text-transform: uppercase;
    font-weight: 800;
}
.left-section div div h5 span{
    text-transform: uppercase;
    font-weight: 800;
}
.left-section div div h5 {
    text-transform: uppercase;
}
.left-section h1{
    font-size: 2.5rem;
    font-weight: revert;
    font-weight: 900;
}
.left-section p{
    font-size: x-large;
    text-align: center !important;
    /* font-weight: revert; */
}

.left-section h1 .text-warning{
/* font-weight: 900; */
    /* text-shadow: black 0px 2px 2px; */
}

.left-section div h1 span{
    color: #fc1;
    font-weight: 900;
    /* text-shadow: black 0px 2px 2px; */
}
.right-section{
    width: 00%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.right-section div{
    border-radius: 20px;
    padding: 20px;
    
}
.right-section h1{
    font-size: 2.3rem;
    font-weight: revert;
}


/* nav-bar */
.nav-bar{
    display: flex;
    text-align: center;
    justify-content: center;
    position: sticky;
}
.nav-bar ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0;
}
.nav-bar ul li a {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}
/* Styling the Icons */
.nav-bar ul li a i {
    font-size: 24px;
    color: #494949; /* Icon Color */
    transition: transform 0.3s ease, color 0.3s ease;
}
/* Hover Effects */
.nav-bar ul li a:hover i {
    transform: scale(1.4); /* Moves the icon slightly */
    color: #ffffff; /* Changes color */
}

/* ---Tabs--------------------------------- */
 .tabs-container {
    max-width: 100%;
    margin: 30px auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .tabs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .tabs li {
    flex: 1;
  }
  .tabs a {
    display: block;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #212529;
    background-color: #ffc107;
    transition: background-color 0.3s ease;
  }
  .tabs a:nth-child(2) {
    background-color: #e74c3c; /* لون مختلف للتبويب الثاني */
  }
  .tabs a.active {
    background-color: #212529; /* لون مميز للتبويب النشط */
    color: #fff;
  }
  .tab-content {
    display: none;
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
    background-color: #212529;
    color: #fff;
  }
  .tab-content.active {
    display: block;
  }
  /* ------------------------------------ */
  .fp-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000000;
  }
  .fp-arrow.fp-prev{    border-color: transparent #000 transparent transparent;left: 120px;}
  .fp-arrow.fp-next{    border-color: transparent transparent transparent #000;right: 120px;}
  /* ------------------------------------ */

  iframe{
    width: 840px;
    height: 420px;
    margin-right: 40px;
  }

  
/* input field styles */
.mt-3{
  width: 80%;
  margin: 0px !important;
  background: #3E3E3E60;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.contact-form {
  padding: 15px;
  text-align: center;
  width: 90%;
}

.form-control {
  border: 2px solid rgba(0, 0, 0, 0.27);
  width: 100%;
  max-width: 100%;
  /* height: 3em; */
  font-size: 16px;
  padding: 4px;
  margin: 5PX 0;
  font-weight: bold;
}

textarea {
  min-height: 10em;
  height: 100PX;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

#submit {
  outline: none;
  /* padding: 12px; */
  /* min-width: 200px; */
  border-radius: 50px;
  border: 2px solid #212529;
  text-align: center;
  /* font-size: 1em; */
  color: #212529;
  background-color: #fc1;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#submit:hover {
  background-color: #212529;
  color: white;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

