/**********************Main****************************/
main {
  padding-bottom: 120px;
  position: relative;
}
main .hero {
  overflow: hidden;
  height: calc(720px + 116px);
  position: relative;
}
main .hero .carousel,
main .hero .carousel-inner,
main .hero .carousel-item {
  height: 100%;
}

main .hero .carousel .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

main .hero .whatsup {
  position: fixed;
  bottom: 41px;
  right: max(20px, calc((100% - 1440px) / 2 + 70px));
  z-index: 999;
  margin: auto;
}
main .hero .whatsup img {
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease-in-out;
}
main .hero .whatsup img:hover {
  transform: scale(1.1);
  cursor: pointer;
}
@media (max-width: 1200px) {
  main .hero .whatsup {
    right: 42px;
  }
  main .hero .whatsup img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 762px) {
  main .hero .whatsup {
    right: 28px;
    bottom: 20px;
  }
  main .hero .whatsup img {
    width: 26px;
    height: 26px;
  }
}

/* Fixed content */
main .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
main .hero-content .text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 24px;
}
main .hero-content .text h1 {
  font-family: Frutiger LT Arabic;
  font-weight: 700;
  font-size: 72px;
  line-height: 96px;
  letter-spacing: -4%;
  text-align: center;
  margin: 0;
  color: #042147;
}
main .hero-content .text p {
  font-family: Almarai;
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: -2%;
  text-align: center;
  margin: 0;
  color: #3f4853;
}
main .hero-content .text p.mobile {
  display: none;
}
main .hero-content .buttons {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}
main .hero-content .buttons button {
  width: 298px;
  height: 72px;
  border-radius: 12px;
  padding: 10px 20px;
  border: none;
  transition: all 0.3s ease-in-out;
}
main .hero-content .buttons button:hover {
  transform: scale3d(1.02, 1.02, 1);
}

main .hero-content .buttons button a {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -4%;
  text-decoration: none;
}

main .hero-content .buttons button:first-child {
  background-color: #042147;
  color: #fafafa;
}
main .hero-content .buttons button:first-child a {
  color: #fafafa;
}
main .hero-content .buttons button:last-child {
  background-color: #dbfe01;
}
main .hero-content .buttons button:last-child a {
  color: #042147;
}
main .hero-content .logos {
  display: flex;
  gap: 26.67px;
}
main .hero-content .logos > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
main .hero-content .logos > div span {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #042147;
}
main .my-indicators {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  gap: 10px;
  margin-top: 40px;
  position: absolute;
  bottom: 51px;
  left: 50%;
  transform: translateY(-50%);
}

/* شكل الدواير */
main .my-indicators span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

/* active */
main .my-indicators span.active {
  background: white;
  height: 8px;
  width: 89px;
  border-radius: 5.71px;
}
/***********************************************************************************************/
/**********Mobile********* */
@media (max-width: 762px) {
  main {
    padding-bottom: 80px;
    position: relative;
  }
  main .hero {
    overflow: hidden;
    height: calc(306px + 116px);
  }

  main .hero-content .text {
    gap: 20px;
    margin-bottom: 20;
  }
  main .hero-content .text h1 {
    font-weight: 800;
    font-size: 32px;
    line-height: 44.8px;
    letter-spacing: -2%;
  }
  main .hero-content .text p.desktop {
    display: none;
  }
  main .hero-content .text p.mobile {
    display: block;
  }
  main .hero-content .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23.8px;
    letter-spacing: -2%;
  }
  main .hero-content .buttons {
    gap: 8px;
    margin-bottom: 20px;
  }
  main .hero-content .buttons button {
    height: 42px;
    border-radius: 12px;
    padding: 0 16px;
  }
  main .hero-content .buttons button:first-child {
    width: 188px;
  }
  main .hero-content .buttons button:last-child {
    width: 162px;
  }

  main .hero-content .buttons button a {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -1%;
    vertical-align: middle;
  }

  main .hero-content .logos {
    display: flex;
    gap: 12.32px;
  }
  main .hero-content .logos > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
  }
  main .hero-content .logos > div img {
    width: 37.63px;
    height: 33.87px;
  }
  main .hero-content .logos > div span {
    font-weight: 700;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
  main .my-indicators {
    display: none;
  }
}

/**********************Section One****************************/
.section-one {
  padding-bottom: 120px;
}

.section-one .desktop h2 {
  font-weight: 700;
  font-size: 46px;
  line-height: 168%;
  text-align: center;
  color: var(--main-color);
  padding-bottom: 80px;
  margin: 0;
}

.section-one .desktop .icons {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  justify-content: center;
  gap: 45px;
  padding: 0px 116px;
  padding-bottom: 80px;
}

.section-one .desktop .icons > span {
  position: relative;
  width: 100%;
  height: 1px;
  border: 1px dashed #9f9f9f;
}
.section-one .desktop .icons > span::after,
.section-one .desktop .icons > span::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid #9f9f9f;
  top: 50%;
  transform: translateY(-50%);
}

.section-one .desktop .icons > span::before {
  right: -32px;
}
.section-one .desktop .icons > span::after {
  left: -32px;
}
.section-one .desktop .text {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 68.5px;
}

.section-one .desktop .text > div h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  margin: 0;
  padding-bottom: 16px;
}
.section-one .desktop .text > div p {
  font-weight: 400;
  font-size: 19px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.section-one .mobile {
  display: none;
}
@media (min-width: 762px) and (max-width: 1360px) {
  .section-one .desktop .text > div p br {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  .section-one {
    padding-bottom: 100px;
  }
  .section-one .desktop h2 {
    font-size: 42px;
    line-height: 160%;
  }
  .section-one .desktop .text {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 40.5px;
  }
  .section-one .desktop .text > div h4 {
    font-size: 21px;
  }

  .section-one .desktop .text > div p {
    font-size: 18px;
  }
}
@media (min-width: 762px) and (max-width: 992px) {
  .section-one {
    padding-bottom: 80px;
  }
  .section-one .desktop h2 {
    font-size: 38px;
    line-height: 140%;
  }
  .section-one .desktop .icons {
    padding: 0px 40px;
    padding-bottom: 80px;
  }
  .section-one .desktop .text {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 30.5px;
  }
  .section-one .desktop .text > div h4 {
    font-size: 18px;
  }

  .section-one .desktop .text > div p {
    font-size: 18px;
  }
}
@media (max-width: 762px) {
  .section-one {
    padding-bottom: 80px;
  }
  .section-one .desktop {
    display: none;
  }
  .section-one .mobile {
    display: block;
  }
  .section-one .mobile .content {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .section-one .mobile .content h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 168%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
    color: #042147;
    padding-bottom: 20px;
  }
  .section-one .mobile .content div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-one .mobile .content h4 {
    margin-bottom: 20px;
    color: #000000;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
  }
  .section-one .mobile .content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: -2%;
    text-align: center;
    color: #3f4853;
    padding-bottom: 40px;
    border-bottom: 1px solid #57584f33;
  }
  .section-one .mobile .content img {
    width: 73px;
    height: 73px;
    margin-bottom: 40px;
  }
}

/* section-two */
.security-section {
  padding-bottom: 120px;
}
.security-section .desktop {
  display: block;
}
.security-section .mobile {
  display: none;
}
@media (max-width: 762px) {
  .security-section .desktop {
    display: none;
  }
  .security-section .mobile {
    display: block;
  }
}
/* desktop */
.security-section .desktop .text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}
.security-section .desktop .text h2 {
  margin-bottom: 0;
}
.security-section .desktop .text p {
  margin-bottom: 0;
}
.security-section .desktop .services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (max-width: 762px) {
  .security-section .desktop .services {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.security-section .desktop .services .image {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.security-section .desktop .services .image > img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease; /* أنيميشن ناعم */
}
.security-section .desktop .services .image:hover > img {
  transform: scale(1.2);
}
.security-section .desktop .services .image .text-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  bottom: 80px;
  transform: translateY(100%);
  transition: transform 0.8s cubic-bezier(0.25, 1.5, 0.5, 1);
  width: 100%;
  height: 100%;
}

.security-section .desktop .services .image:hover > .text-content {
  transform: translateY(45px);
  padding-top: 60px;
}

.security-section .desktop .services .image .text-content .text-one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
.security-section .desktop .services .image .text-content .text-one img {
  transition: transform 0.3s ease-in-out;
}
.security-section .desktop .services .image .text-content .text-one img:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.security-section .desktop .services .image .text-content .text-one h3 {
  line-height: 100%;
  text-align: center;
  color: #ffffff;
}
.security-section .desktop .services .image .text-content .text-one.num-1 h3,
.security-section .desktop .services .image .text-content .text-one.num-2 h3,
.security-section .desktop .services .image .text-content .text-one.num-3 h3,
.security-section .desktop .services .image .text-content .text-one.num-4 h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1260px) {
  .security-section .desktop .services .image .text-content .text-one.num-1 h3,
  .security-section .desktop .services .image .text-content .text-one.num-2 h3,
  .security-section .desktop .services .image .text-content .text-one.num-3 h3,
  .security-section .desktop .services .image .text-content .text-one.num-4 h3 {
    font-size: 20px;
  }
}
@media (min-width: 762px) and (max-width: 992px) {
  .security-section .desktop .services .image .text-content .text-one.num-1 h3,
  .security-section .desktop .services .image .text-content .text-one.num-2 h3,
  .security-section .desktop .services .image .text-content .text-one.num-3 h3,
  .security-section .desktop .services .image .text-content .text-one.num-4 h3 {
    font-size: 18px;
  }
}

.security-section .desktop .services .image .text-content .text-two {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 0 40px;
}

.security-section .desktop .services .image .text-content .text-two div {
  display: flex;
  gap: 8px;
}
.security-section .desktop .services .image .text-content .text-two div p {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #eaf9ff;
  padding: 10px 20px;
  background-color: #a8a99c33;
  backdrop-filter: blur(7.3px);
  -webkit-backdrop-filter: blur(7.3px);
  border-radius: 14px;
  margin: 0;
}
/* mobile */

.security-section .mobile .text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 80px;
}
.security-section .mobile .text h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #042147;
}
.security-section .mobile .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  margin-bottom: 0;
  color: #3f4853;
}
.security-section .mobile .services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.security-section .mobile .services .image {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
}
.security-section .mobile .services .image > img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease; /* أنيميشن ناعم */
}
/* .security-section .mobile .services .image:hover > img {
  transform: scale(1.2);
} */
.security-section .mobile .services .image .text-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 20px;
  transition: transform 0.8s cubic-bezier(0.25, 1.5, 0.5, 1);
  height: 100%;
  width: 100%;
}

/* .security-section .mobile .services .image:hover > .text-content {
  transform: translateY(45px);
} */

.security-section .mobile .services .image .text-content > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.security-section .mobile .services .image .text-content .text-one h3 {
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -2%;
}

.security-section .mobile .services .image .text-content .text-two {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.security-section .mobile .services .image .text-content .text-two div {
  display: flex;
  gap: 8px;
  width: 100%;
}
.security-section .mobile .services .image .text-content .text-two div p {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #eaf9ff;
  padding: 10px 20px;
  background-color: #a8a99c33;
  backdrop-filter: blur(7.3px);
  -webkit-backdrop-filter: blur(7.3px);
  border-radius: 14px;
  margin: 0;
}

/* .techniques-section */
.techniques-section {
  background-color: #f4f5ed;
  padding-bottom: 56px;
  margin-bottom: 80px;
}
.techniques-section .main-text {
  padding-top: 80px;
  padding-bottom: 80px;
}
.techniques-section .main-text > h2 {
  margin-bottom: 40px;
}
.techniques-section .techniques {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  justify-content: center;
}
@media (max-width: 762px) {
  .techniques-section .techniques {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    padding: 0;
  }
}

.techniques-section .techniques > div {
  background-color: #fefff5;
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 32px 40px;

  border-radius: 12px;
  -webkit-border-radius: 12px;
}
.techniques-section .techniques > div .image img {
  width: 64px;
  height: 64px;
}
.techniques-section .techniques > div h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: right;
  margin: 0;
  padding-bottom: 20px;
}
.techniques-section .techniques > div p {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: -1%;
  text-align: right;
  color: #43484e;
  margin: 0;
}
.techniques-section .show-more {
  display: none;
}
@media (max-width: 762px) {
  .techniques-section {
    padding-bottom: 54px;
    margin-bottom: 80px;
  }
  .techniques-section .main-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .techniques-section .main-text > h2 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    color: #042147;
  }
  .techniques-section .main-text > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: -2%;
    text-align: center;
    color: #43484e;
  }
  .techniques-section .techniques .hidden-mobile {
    display: none;
  }
  .techniques-section .techniques > div .image {
    margin-top: 4px;
  }
  .techniques-section .show-more {
    display: block;
    margin-top: 40px;
    background-color: #042147;
    padding: 18px 16px;
    border-radius: 8px;
    color: #fbfde9;
  }
  .techniques-section .show-more .show-more-btn {
    background-color: #042147;
    color: #fbfde9;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    border: none;
  }
  .techniques-section .techniques > div {
    background-color: #fefff5;
    align-items: center;
    padding: 16px 20px;
    flex-direction: column;
    gap: 40px;
  }
  .techniques-section .techniques > div h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
    color: #042147;
  }
  .techniques-section .techniques > div p {
    color: #43484e;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
  }
  .techniques-section br {
    display: none;
  }
}

/* slider */
.slider-section {
  padding-bottom: 120px;
}
.slider-section .full-container {
  overflow: hidden;
}

.slider-section .text {
  margin-bottom: 40px;
}
.slider-section .text > h2 {
  margin-bottom: 40px;
}
@media (max-width: 762px) {
  .slider-section {
    padding-bottom: 80px;
  }
  .slider-section .text > h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: right;
    vertical-align: middle;
    color: #042147;
  }
  .slider-section .text > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #3f4853;
  }
}
.slider-section .slider-wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 0 40px;
}

.slider-section .slider-container {
  position: relative;
  margin-bottom: 20px;
}
/* .slider-section .full-container .slider-container::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 100%;
  background-color: white;
  z-index: 1;
  right: -20%;
  border-radius: 12px;
} */

.slider-section .slider-track {
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: 10px;
}

.slider-section .slider-track.no-transition {
  transition: none;
}

.slider-section .slide-card {
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 0.5px solid #57584f33;
  padding: 10px 10px 16px 10px;
  cursor: pointer;
}

.slider-section .slide-image {
  overflow: hidden;
  position: relative;
}

.slider-section .slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-section .slide-content {
  margin-top: 55.8px;
}

.slider-section .slide-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: right;
  color: var(--main-color);
}

.slider-section .slide-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: right;
  color: #3f4853;
}

.slider-section .slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.slider-section .nav-button {
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.slider-section .nav-button:hover {
  transform: translateY(-2px);
}

.slider-section .nav-button:active {
  transform: translateY(0);
}

.slider-section .pagination {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: center;
}

.slider-section .page-item {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  min-width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #3f4853;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-section .page-item:hover {
  transform: scale(1.1);
}

.slider-section .page-item.active {
  background-color: #042147;
  color: #fafafa;
}

.slider-section .page-item.dots {
  cursor: default;
  background: transparent;
}

.slider-section .page-item.dots:hover {
  background: transparent;
  transform: none;
}

/* Responsive styles */
@media (max-width: 991px) {
  .slider-section .slider-wrapper {
    padding: 30px 20px;
  }

  .slider-section .slide-image {
    height: 220px;
  }
}

@media (max-width: 762px) {
  .slider-section .slider-container {
    overflow: hidden;
  }
  .slider-section .slider-wrapper {
    padding: 20px 15px;
  }

  .slider-section .slide-image {
    height: 200px;
  }

  .slider-section .slide-title {
    font-size: 20px;
  }

  .slider-section .slide-description {
    font-size: 14px;
  }

  .slider-section .nav-button {
    padding: 6px;
    font-size: 14px;
  }
  .slider-section .pagination {
    display: none;
  }
  .slider-section .page-item {
    min-width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .slider-section .slider-controls {
    gap: 0px;
  }
}

/* slider */
