#navbar,
#navbar.fixed {
  position: fixed;
  z-index: 1000;
  width: 100%
}

.btnCarosel,
.contact-buttons a,
.footer a,
.offcanvas-start,
a {
  color: #fff
}

*,
.cardForCarosel,
.three-carousel-item {
  box-sizing: border-box
}

.cardForCarosel,
.carouselCard-container,
.main-footer,
.three-carousel-container,
.three-carousel-item {
  overflow: hidden;
  position: relative
}

.contact-buttons a,
.footer a,
.nav-link,
a {
  text-decoration: none
}



* {
  padding: 0;
  margin: 0
}

body,
html {
  font-family: "Tajawal", sans-serif !important;
  width: 100%;
  height: 100%;
}

.container {
  max-width: 1280px !important;
}

section {
  margin: 5rem 0
}

#navbar {
  top: 0;
  background-color: #fff !important;
  transition: top .4s ease-in-out
}

.leading {
  text-align: center;
  line-height: 30px;
}

#navbar.hide {
  top: -100px
}

main {
  padding-top: 80px
}

#navbar.fixed {
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

#navbar .navbar-brand {
  margin-right: 170px;
  padding-left: 30px
}

#navbar.fixed .navbar-brand {
  margin-right: 50px
}

.navbar-nav {
  width: 100%;
  justify-content: start
}

.theme-btn {
  background: #1d76bb;
  line-height: 15px;
  padding: 22px 90px;
  width: 5rem;
  border-radius: 30px;
  border: none;
  z-index: 0;
  font-weight: 700
}

.offcanvas-start {
  width: 90% !important;
  background-color: #1c1b1b
}

.blue-background,
.btnCarosel,
.nav-link::before {
  background-color: #1d76bb
}

.offcanvas-header .btn-close {
  filter: invert(1)
}

.navOptions {
  gap: 3px
}

.nav-link {
  font-weight: 600;
  font-size: large;
  position: relative
}

.nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .3s ease-in-out
}

.nav-link:hover::before {
  transform: scaleX(1)
}

.contact-buttons {
  margin-top: 50px
}

.blue-background {
  padding: 40px;
  border-radius: 30px
}

.blue-background .form-control {
  margin-bottom: 15px;
  padding: 14px
}

.content-section {
  /* margin-right: 4rem; */
  display: flex;
  flex-direction: column;
  justify-content: center
}

.content-section h1 {
  font-size: 72px;
  font-weight: 700;
  color: #1d76bb;
  text-align: center;
}

.text-mutedd {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.bg-1 {
  background-image: url('./images/Other/bg-slider1.webp');
}

.bg-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(58, 56, 56, 0.274) !important;
  z-index: 1;
  pointer-events: none;
}
.bg-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(58, 56, 56, 0.274) !important;
  z-index: 1;
  pointer-events: none;
}
.bg-3::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(58, 56, 56, 0.274) !important;
  z-index: 1;
  pointer-events: none;
}


.bg-1 .carousel-caption,
.bg-2 .carousel-caption,
.bg-3 .carousel-caption
{

z-index: 2;
}

.bg-2 {
  background-image: url('./images/Other/bg-slider2.webp');
}

.bg-3 {
  background-image: url('./images/Other/bg-slider3.webp');
}

.center-button {
  display: flex;
  justify-content: center;
  margin-top: 20px
}

.submitButton {
  border-radius: 30px;
  padding: 2px 30px;
  font-size: 20px;
  font-weight: 800;


}

.submitButtons {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 1;
}

.submitButtons::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: black;
  z-index: -1;
  transition: width 0.4s ease;
}

.submitButtons:hover::before {
  width: 100%;
}

.submitButtons:hover {
  color: white !important;
  border: transparent;
}


.carousel-item {
  height: 50vh;
  background-size: cover;
  background-position: center;
}


.carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5)
}

.cardForCarosel .textCard,
.three-carousel-item .three-item-text {
  top: 55%;
  transform: translateX(-50%);
  font-size: larger;
  position: absolute
}

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto
}

.carousel-caption h5 {
  font-size: 3rem;
  font-weight: 700
}

.carousel-caption p {
  font-size: 1.5rem
}

.btnCarosel {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 15px 25px;
  text-align: center;
  border-radius: 30px;
  font-weight: 700;
  font-size: 30px
}

.finalElement,
.finalElementTwo {
  position: absolute;
  z-index: -1
}

.finalElementTwo {
  bottom: 140px;
  left: 210px;
  width: 100px;
  height: auto
}

.finalElement {
  top: 110px;
  right: 0
}

.blue-background,
.content-section {
  position: relative;
  z-index: 1
}

.carouselCard-container {
  width: 100%;
  margin-top: 100px
}

.carouselCard,
.three-carousel {
  display: flex;
  transition: transform .5s ease-in-out
}

.cardForCarosel {
  flex: 0 0 25%;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  transition: transform .3s ease-in-out
}

.cardForCarosel::before,
.three-carousel-item::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: bottom .3s ease-in-out;
  z-index: 2
}

.arrow:hover,
.dot.active,
.three-carousel-dot.active {
  background-color: #1d76bb
}

.cardForCarosel:hover::before,
.three-carousel-item:hover::before {
  bottom: 0
}

.cardForCarosel .textCard {
  right: -36%;
  width: 90%;
  z-index: 3;
  top: 120px;
  color: #fff;
  transition: opacity .3s ease-in-out;
  text-align: start
}

.textCard span {
  font-size: 20px;
  font-weight: 500;
}

.three-item-text span {
  font-size: 16px;
  font-weight: 500;
}

.cardForCarosel:hover .textCard,
.three-carousel-item:hover .three-item-text {
  opacity: 1
}

.cardForCarosel .cardImage {
  height: 230px !important;
}

.cardForCarosel .cardImage,
.three-carousel-item .three-item-image {
  transition: transform .3s ease-in-out;
  z-index: 1
}

.cardForCarosel:hover .cardImage {
  transform: scale(1.06)
}

.dots,
.three-carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px
}

.dot,
.three-carousel-dot {
  width: 10px;
  height: 10px;
  background-color: grey;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color .3s
}

.cardImage,
.three-item-image {
  height: 100% !important;
  z-index: -5
}

.cardImage {
  width: 100% !important
}

.headingOne {
  font-size: 36px;
  font-weight: 800;
  color: #1d76bb;
  margin-top: 3rem;
}

.headingTwo {
  font-size: 32px;
  font-weight: 600
}

.headingThree {
  font-size: 1.5rem;
  font-weight: 600
}

.three-carousel-container {
  width: 100%
}

.three-carousel-item {
  flex: 0 0 30%;
  margin: 20px;
  background-color: #fff;
  text-align: center;
  border: 10px solid #1d76bb;
  border-radius: 28px;
  transition: transform .3s ease-in-out
}

.three-carousel-item .three-item-text {
  right: -32%;
  width: 80%;
  z-index: 3;
  color: #fff;
  text-align: center;
  transition: opacity .3s ease-in-out;
  text-align: start;
  font-weight: 600;
}

.three-item-image {
  width: 100% !important;
  border-radius: 15px
}

.main-footer {
  color: #fff;
  padding: 70px 30px;
  margin-top: 30px
}

.main-footer .pattern-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('images/Other/bg-footer1.webp');
  background-repeat: repeat;
  opacity: 1;
  z-index: 1
}

.main-footer .widgets-section {
  position: relative;
  z-index: 2;
  padding: 1.5rem 5rem
}

.main-footer .footer-column {
  margin-bottom: 30px
}

.main-footer .footer-widget {
  text-align: right
}

.main-footer .logo-box .logo img {
  max-width: 150px;
  height: auto
}

.main-footer .text {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px
}

.main-footer .contact-info,
.main-footer .user-links {
  list-style: none;
  padding: 0
}

.main-footer .user-links li {
  margin-bottom: 10px
}

.main-footer .user-links li a {
  color: #fff;
  text-decoration: none;
  transition: color .3s
}

.main-footer .user-links li a:hover {
  color: #fff
}

.main-footer .contact-info li {
  margin-bottom: 10px;
  font-size: 14px;
  margin-top: 10px
}

.main-footer .contact-info li i {
  margin-left: 10px;
  color: #1D76BB;
}

.main-footer .social-icon-two {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 15px
}

.main-footer .widget-title {
  font-size: 18px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  line-height: 1.2em;
  margin-bottom: 15px
}

.main-footer .widget-title:before {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 26px;
  margin-right: 10px;
  background: #1d76bb;
  content: ""
}

.main-footer .widget-title::after {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -3px;
  height: 6px;
  width: 6px;
  margin-right: 36px;
  background: #111 !important;
  content: "";
  border-radius: 50%
}

.main-footer .social-icon-two li a {
  color: #fff;
  font-size: 20px;
  transition: color .3s;
  border-radius: 50%;
  padding: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: rgba(255, 255, 255, .1)
}

.main-footer .social-icon-two li a:hover {
  color: #1d76bb !important;
  background-color: #fff;
  border-color: #fff
}

.main-footer .footer-bottom {
  text-align: center;
  position: relative;
  z-index: 2
}

.main-footer .footer-bottom .copyright-text {
  padding-top: 2rem;
  border-top: 1px solid rgba(103, 103, 105, .479);
  font-size: 14px;
  color: #fff
}

@media (max-width:786px) {
  #navbar .navbar-brand {
    margin-right: 0
  }

  .headingOne {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1d76bb;
    text-align: center;
    z-index: 100
  }

  .headingThree,
  .headingTwo {
    text-align: center;
    z-index: 100;
    font-weight: 600
  }

  .headingTwo {
    font-size: 2rem
  }

  .headingThree {
    font-size: 1rem
  }

  .three-carousel-item {
    flex: 0 0 100%;
    margin: 0
  }

  .cardForCarosel {
    flex: 0 0 100%
  }

  .carousel-item {
    height: 60vh;
    background-size: cover;
    background-position: center
  }
}

.logos {
  display: flex;
  animation: 20s linear infinite scroll
}

.clientimg {
  width: 150px;
  margin: 0 10px
}

@keyframes scroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer
}

.carousel-control-prev {
  left: 10px
}

.carousel-control-next {
  right: 10px
}

.footer {
  background-color: #0b1256;
  color: #fff;
  padding: 70px 0;
  background-image: url("./images/Other/bg-footer1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.banner-section::before,
.bg-image {
  background-image: url('./images/Other/pattern-4.webp');
  background-repeat: no-repeat
}

.social-icons a {
  font-size: 20px;
  margin-right: 10px
}

@media (max-width:991px) {
  .sliderh1 {
    font-size: 32px;
    font-weight: 500
  }

  .clientimg {
    width: 120px
  }
}

@media (min-width:992px) {
  .sliderh1 {
    font-size: 44px;
    font-weight: 500
  }
}

.banner-text,
.banner-text1 {
  font-weight: lighter;
  line-height: 1.5
}

.slider-container {
  text-align: center;
  margin: auto;
  width: 90%;
  max-width: 1140px;
  overflow: hidden;
  position: relative
}

.banner-section,
.logo-container {
  position: relative;
  overflow: hidden;
  width: 100%
}

.logo-container {
  display: flex;
  direction: ltr
}

.logoss {
  display: flex;
  gap: 20px;
  transition: transform 9s linear;
  will-change: transform
}

.contact-btn,
.float-btn {
  text-decoration: none;
  transition: .3s;
  color: #fff
}

.logoss img {
  width: 200px;
  height: auto;
  margin: 0 10px
}

.arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.arrow {
  background-color: transparent;
  border: none;
  font-size: 12px;
  cursor: pointer;
  z-index: 2;
  padding: 10px;
  margin-top: 5px
}

.arrow:hover {
  color: #fff;
  padding: 6px 10px
}

.line {
  height: 1px;
  background-color: rgba(134, 130, 130, .418);
  flex-grow: 1;
  margin: 0 10px
}

.banner-section {
  background-color: #0f1117;
  padding: 2.8rem 2rem;
  border-radius: 12px
}

.banner-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  opacity: .6;
  width: 30rem
}

.banner-section .content {
  position: relative;
  z-index: 2
}

.banner-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 20px 20px;
  z-index: 2
}

.banner-content {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;

}

.banner-text {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}

.banner-text1 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.last-text {
  font-weight: 800;
  font-size: 32px;
}

.last-text i {
  color: #1D76BB;
}

.contact-btn {
  background-color: #0076ce;
  padding: 1.1rem 3rem;
  border-radius: 30px;
  border: none;
  font-weight: 700;
  font-size: 24px;
  white-space: nowrap;
  margin-left: 1rem;
  cursor: pointer;
}

.floating-buttons {
  position: fixed;
  left: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000
}

.float-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3)
}

.float-btn:hover {
  transform: scale(1.1);
  color: #fff
}

.whatsapp-btn {
  background-color: #25d366
}

.goto-top {
  background-color: #0076ce;

}

@media (max-width:768px) {
  .banner-content {
    flex-direction: column;
    text-align: center
  }

  .banner-text {
    font-size: 1.4rem
  }

  .contact-btn {
    width: 100%;
    max-width: 300px
  }
}

.carousel-indicators button {
  background: 0 0;
  border: none;
  padding: 0
}

.carousel-indicators button i {
  font-size: 20px;
  color: #fff
}

.carousel-indicators .active i {
  color: #000 !important
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #000;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 1rem;
  visibility: hidden
}

.fa-arrow-left-long,
.fa-arrow-right-long {
  font-size: 1.3rem;
  border-radius: 50px;
  border: 1px solid;
  padding: 1rem
}

.bg-image {
  background-position: top left;
  opacity: 1
}

@media screen and (max-width:1024px) {
  .theme-btn {
    display: none !important
  }
}

@media screen and (max-width:768px) {
  .bg-image {
    background-size: 80%
  }

  .finalElementTwo {
    bottom: 255px;
    left: 210px;
    width: 100px;
    height: auto
  }

  .finalElement {
    bottom: 0;
    left: 10%
  }

  .submitButton {
    width: 100%
  }

  .carousel-indicators,
  .fa-arrow-left-long,
  .fa-arrow-right-long,
  .mbl-hide,
  .theme-btn {
    display: none
  }

  .btnCarosel {
    width: 100%;
    padding: 20px 0;
    font-size: 20px !important
  }

  .row {
    flex-wrap: wrap;
    justify-content: center
  }

  .col-md-5,
  .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center
  }

  .contact-btn {
    padding: 1rem 2.5rem
  }

  .logo-container {
    width: 79%
  }

  .min-vh-md-0 {
    min-height: 0 !important
  }

  .carousel-item {
    background-image: none !important;
    background-color: #f5f5f5
  }

  .main-footer .widgets-section {
    padding: 0
  }

  .logoss img {
    margin: 0 35px
  }

  .content-section {
    margin-right: 0 !important
  }
}