
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "inter", sans-serif;
}

.t-r {
  text-align: right !important;
  direction: rtl !important;
}

.rtl {
  direction: rtl;
}
.ltr {
  direction: ltr;
}

.t-a-r {
  text-align: right !important;
}
.t-a-l {
  text-align: left !important;
}

.t-c {
  text-align: center !important;
  direction: rtl;
}

.hanburg-line{
  width: 100%;
  height: 3px;
  background-color: #1C2047;
}
.main-hanburg-line{
  width: 30px;
  height: 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.contact-main-section {
  padding: 1rem;
  background: linear-gradient(0deg, #11597A, #11597A),
    linear-gradient(196.74deg, rgba(122, 158, 161, 0.41) 9.23%, rgba(129, 138, 157, 0.41) 69.75%);
  gap: .7rem;
}

.main,
.contact-footer {
  width: 100% !important;
}

.main {
  border-radius: 30px;
  background: linear-gradient(86.16deg, rgba(241, 241, 241, 0.99) -12.47%, rgba(255, 255, 255, 0.99) 63.41%);
}

/* Header starts */

header {
  padding: .2rem 1rem 1rem 1rem;
}

.logo {
  width: 157px;
  margin-right: 1rem;
}

.logo-home {
  margin-left: 1px;
}

.navbar {
  display: flex;
  gap: 2rem;
  color: #666C85;
}


.navbar a {
  color: #666C85;
}

.navbar a.active {
  color: #1C2047;
}


.get-started-button {
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #1C2047;
  border: 1px solid #1C2047;
  color: white;
  font-weight: 700;
width: 112px;
height: 52px;

}

.get-started-button-2 {
  padding: 24px 32px;
  border-radius: 15px;
  background: #1C2047;
  border: 1px solid #1C2047;
  color: white;
  font-weight: 700;
  height: 52px;
  width: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
}



/*contact page*/

.heading-1,
.heading {
  position: relative;
  width: fit-content;
}


.heading p,
.heading-1 p {
  z-index: 1 !important;
  position: relative;
}
.margin-left{
  margin-left: 6rem;
}


.heading .yellow-line {
  position: absolute;
  height: 12px;
  width: 115%;
  bottom: 5px;
  left: -10px;
  border-radius: 1rem 1rem 0 0;
  background: #ED77265C;
}

.heading-1 .yellow-line {
  position: absolute;
  height: 17px;
  width: 115%;
  bottom: 9px;
  left: -10px;
  border-radius: 1rem 1rem 0 0;
  background: #ED77265C;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 630px !important;
  margin: auto;
}

.form-container {
  width: 100%;
  max-width: 832px !important;
  margin: auto;
}

.form-input-div {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.form-input-div input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #71778F5E;
  background: #FFFFFF;
}

input:focus {
  outline: 1px solid #7A89FE !important;
  transition: ease-in-out, width .35s ease-in-out;
}

form textarea {
  width: 100%;
  min-height: 253px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #71778F5E;
  background: #FFFFFF;
  resize: none;
}

form textarea:focus {
  outline: 1px solid #7A89FE !important;
  transition: ease-in-out, width .35s ease-in-out;
}

.contact-footer {
  padding: 1rem;
  width: 100%;
  background: #1C2047BD;
  border-radius: 30px;
  height: 246px;
  display: flex;
  justify-content: space-around;
  padding-top: 3rem;
}

footer .navbar a {
  color: white;
}

footer {
 width: 100%;
}
.footer-logo {
  margin-top: -1rem;
}

/*home page*/
.bg-section-1 {
  overflow: hidden;
  background-image: url(../img/BG-s2.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section-1-1 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0 1rem;
}

.section-1 div .left {
  max-width: 40%;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-1 div .rignt {
  max-width: 60%;
  height: 100%;
  position: relative;
}

.rignt .s1-img-1,
.rignt .s1-img-2 {
  width: 70%;
  max-width: 476px;
}

.s1-img-1 {
  float: right;
  margin-bottom: -2rem;
  margin-right: -1rem;
  transform: scalex(-1);
}

.s1-img-2 {
  margin-top: -2rem;
  margin-left: -1rem;
  float: left;
  transform: scalex(-1);
}

.rignt {
  position: relative;
}

.s1-line-main {
  position: absolute;
  top: 2%;
  right: -30%;
  z-index: 1;
}

.circle-m1 {
  position: absolute;
  bottom: 26%;
  right: 46%;
}

.circle-m2 {
  position: absolute;
  top: 28%;
  right: 19%;
}

/* home section 2 */

.d-s2 {
  display: flex;
  min-height: fit-content;
  padding: 3rem 0 0 0;
  background: #11597a22;
  background-image: url(../img/BG.png);
  background-repeat: no-repeat; /* Repeat the background image along the Y-axis */
  background-size: 100% 100%;  /* Make the image width fit the container, and height auto */
}

.left-s2 {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.left-s2 .one {
  top: 0;
  left: 0;
  width: 100%;
}

.left-s2 .two {
  width: 100%;
  position: relative;
}

.left-s2 .two .circle {
  position: absolute;
  top: -17px;
  right: 29%;
  width: 40px;
  height: 40px;
}

.left-s2 .two .decor-line {
  position: absolute;
  bottom: -290px;
  left: -81px;
  rotate: -3deg;
  z-index: -1;
}


.left-s2 .one img {
  width: 80%;
}

.left-s2 .two .two-img {
  float: right;
  width: 70%;
  margin-right: -1rem;
}

.right-s2 {
  width: 60%;
  z-index: 11;
}

.right-s2 .three {
  width: 100%;
}

.right-s2 .three p {
  width: 100%;
  max-width: 515px;
}

.right-s2 .four {
  width: 100%;
}

.line {
  position: absolute;
  height: 16px;
  bottom: 5px;
  left: 0px;
  right: 0px;
  border-radius: 1rem 1rem 0 0;
  background: #ED77265C;
  z-index: -1;
}



/* 4th section*/
.section-1-2 {
  padding: 1rem;
  background-image: url(../img/BG.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}



.tell-us-abt-bns {
  background-color: #7C9BC6;
  border-radius: 1rem;
  padding: 2rem;
  margin: 1rem .5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  gap: 1.5rem;
  height: 262px;

}

.br-mobile-block {
  display: none;
}
.mobile-block-800 {
  display: none;
}

.social-media {
  margin-right: 5rem !important;
}


@media (max-width:700px) {
  .section-1-1 {
    margin: 0 1rem 0 0;
}

.s1-img-2 {
  margin-left: 0; 

}

  .heading-1 {
    float: right;
    margin-right: 2rem;
  }
  .margin-left{
    margin-left: auto;
  }

  .left .font-12 {
    margin-left: 10rem;
  }

  .contact-main-section {
    padding: .5rem !important;
    gap: 0.5rem !important;
  }

  .contact-footer {
    margin-top: .5rem;
  }

  footer {
    flex-direction: column;
  }


  .slick-track {
    margin-left: -1rem !important;
  }

  .right-s2 .three p {
    margin-left: -1.5rem !important;
    padding: .5rem;
  }

  .left-s2 {
    flex-direction: column !important;
    gap: 2rem;
  }

  .heading-1 p {
    margin-left: -1.2rem;
  }

  .d-s2 {
    padding: .5rem 0 0 0;
  }

  .section-1-2 .three {
    padding: 0 !important;
  }

  .br-mobile-block {
    display: block !important;
  }

  .tell-us-abt-bns {
    margin: 1rem 0 0 0;
    height: auto;
  }

  .contact-footer {
    height: 440px;

  }

  .contact-footer footer {
    gap: 1rem;
    align-items: center !important;
  }
  .social-media {
    margin-right: 0 !important ;
    text-align: center;
    margin-bottom: .5rem;
    gap: 1rem;
  }


  .social-media div {
    justify-content: center;
  }

  .footer-logo {
    margin-left: -1.5rem;
  }
  .space {
    display: none;
  }
  .mobile-mt-1 {
    margin-top: -.5rem !important;
  }

  .font-10 {
    font-size: 30px !important;
  }
  .font-11 {
    font-size: 50px !important;
  }

}

@media (max-width:800px) {
  .hanburger-menu{
    display:  block !important;
  }
  header{
    background: #FFFFFF30;
    border-radius: 30px;
  }
  .d-s2 {
    flex-direction: column;
  }

  .left-s2 {
    flex-direction: row;
    width: 100%;
    justify-content: end;
    align-items: end;
    overflow: hidden;
  }

  .right-s2 {
    width: 100%;
  }

  .right-s2 img {
    width: 90%;
    aspect-ratio: 16 / 14;
    float: left;
  }

  .slick-track {
    margin-left: -1rem !important;
  }

  .section-1-1 {
    gap: 0 !important;
  }
  .mobile-none-800 {
    display: none;
  }
  .mobile-block-800 {
    display: block;
  }
  .section-1 {
    margin-top: 0px !important;
  }

  .slick-arrow.arrow-next {
    left: 5rem !important;
    top: -2rem !important;
}
}

@media (max-width:1000px) {
  .section-1-1 {
    flex-direction: column-reverse;
    gap: 2rem;
}
.section-1-1 .left {
  margin: 0 1rem;
}

  .section-1 div .left {
    padding: 0 0 1rem 1rem;
  }

  .section-1 div .rignt {
    max-width: 50%;
    margin-right: -1rem !important;
  }

  .section-1 div .left,
  .section-1 div .rignt {
    max-width: 100% !important;
    width: 100% !important;
  }
  .mobile-w100 {
    width: 100%;
  }
}



.background-sidebar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: all 500ms ease;
}

.header-sidebar {
  display: flex;
  width: 100%;
}


.close-menu {
  display: none;
}

.close-menu img {
  cursor: pointer;
}

.open-menu {
  display: none;
  cursor: pointer;
  border: solid 1px #757575;
  border-radius: .5rem;
  padding: .3rem;
}

.background-sidebar {
  display: none;
}

@media (max-width:800px) {

  /*responsive header sidebar */

  .header-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: #fff;
    width: 300px !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 2rem 0 3rem 0;
    transform: translateX(-300px);
    transition: all 500ms ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.093);
  }

  .show-header-sidebar {
    transform: translateX(0px) !important;
  }

  .header-sidebar .navbar {
    flex-direction: column;
    margin: 1rem !important;
  }

  .close-menu {
    display: flex;
    justify-content: end;
    width: 100%;
    padding: 0 0 0 1rem;
  }

  .open-menu {
    display: block;
  }

  .show-background-sidebar {
    display: block;
  }

}

/* rtl css */

header {
  direction: rtl;
}


/* rtl css mobile */
@media (max-width:700px) {

}





/*---------------------------------
service page starts
----------------------------------*/
.service-main .service-nav {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 3.5rem;
  width: 735px;
  height: 64px;
  border-radius: 20px;
  background: #406E893B;
  border: 1px solid #FFFFFF;
  opacity: 1;
  /* Ensure the navigation bar is visible */
}

.service-nav .nav-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  cursor: pointer;
  /* Add pointer cursor to nav items */
  transition: all 0.3s;
  /* Smooth transition for visual effects */
}

.service-nav .service-nav-line {
  opacity: 0;
  width: 100%;
  height: 7px;
  gap: 0px;
  border-radius: 30px 30px 0px 0px;
  background: #7A89FE;
  transition: all 500ms ease;
}

.service-nav .nav-item.active .service-nav-line {
  opacity: 1;
}
.service-nav .nav-item.active p {
color: #33375A;
}

/* toggle pages imp css*/
.tab-content {
  display: none;
}

.tab-content.visible {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  color: #333;
}

.Queue1-Software-section-1,
.Storage-package-section-1,
.Equipment-section-1 {
  display: flex;
  justify-content: space-evenly;
  direction: rtl;
}

.img-461 {
  width: 100%;
  max-width: 452px;
  top: 254px;
  left: 831px;
  gap: 0px;
  border-radius: 31px;
  opacity: 0px;
  overflow: hidden;
}

.img-461 img {
  width: 100%;
  height: 100%;
}

.item-cart-main {
  display: flex;
  margin-bottom: 4rem;
  gap: 4rem;
  justify-content: center;
  margin-right: -4rem;
}


.item-cart {
  width: 683px;
  padding: 10px 36px 30px 10px;
  gap: 6px;
  border-radius: 0px 2px 2px 0px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  background: linear-gradient(180deg, #FFFFFF 0%, #ECEBEB 57.4%, #DEDDDD 100%);
  border: 1px solid #FFFFFF;
}

.item-cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.decor-arrow {
  position: absolute;
  rotate: 90deg;
  right: -100px;
  bottom: 100px;
}

.Equipment-section-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  margin: 5rem .5rem 0 .5rem;
}

.Equipment-cart-main {
  position: relative;
  direction: rtl;
  width: 1218px;
  min-height: 417px;
  max-width: 100%;
  height: auto;
  padding: 40px;
  border-radius: 20px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  background: #D2DCE4;
  border: 1px solid #FFFFFF;
}
.Equipment-cart-main ul {
  text-align: right;
}
.Equipment-cart-main p {
  text-align: right;
}
.Equipment-cart-main .font-26 {
  margin-left: 0;
}

.Equipment-cart {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  gap: 48px;
}

.product-img {
  width: 100%;
/*   max-width: 458px;
  max-height: 337px; */
  gap: 0px;
  border-radius: 20px;
  opacity: 0px;
  background: #FFFFFF;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
}

/* .product-img img {
  width: 100%;
  height: 100%;
} */

.product-info {
  width: 100%;
  max-width: 632px;
  gap: 16px;
  opacity: 0px;
  margin-bottom: 3.5rem;
}

.product-info-more {
  display: flex;
  max-width: 632px;
  width: 56%;
  flex-direction: column;
  margin: 0 0 0 auto;
}

.more-less-button {
  width: 110px;
  float: right;
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}

.more-info {
  padding-bottom: 3rem;
}

.more-info-toggle-main {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: all .5s ease;
}

.prd-dtls {
  width: 30%;
}

.prd-rtl {
  display: flex;
  gap: 2rem;
  width: 70%;
}


.product-photos-main {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #74747441;
  padding: 1rem 0;
}


.product-photos {
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 
.product-photos img {
  width: 100%;
  height: 100%;
} */

.product-photos-1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1124px;
  padding: 23px 10px;
  gap: 23px;
  border-radius: 10px;
  background: #FFFFFF;

}

.products-logo {
  display: flex;
  width: 100%;
  justify-content: end;
}

/* service mobile responsive */

@media (max-width:1000px) {
  .decor-arrow {
    position: absolute;
    rotate: 90deg;
    right: -26px;
    bottom: 17px;
}
  .Queue1-Software-section-1 {
    flex-direction: column-reverse;
  }
  .Queue1-Software-section-1-img img {
    width: 100%;
  }

  .Storage-package-section-1 {
    flex-direction: column-reverse;
     align-items: center;
     gap: 4rem;
  }

  .item-cart-main  {
    flex-direction: column;
    margin-left: 0;
  }
   .item-cart-main .item-cart-number {
    margin-left: 2rem;
   }
   .item-cart-main .item-cart {
    margin: auto;
   }

   .Equipment-section-1 {
    flex-direction: column-reverse;
    align-items: center;
   }

   .Equipment-cart {
    flex-direction: column-reverse;
    gap: 1rem;
   }
   .product-info {
    margin-bottom: 0;
   }

   .more-info-toggle-main {
    margin-top: 0rem;
   }

   .product-info-more {
    margin-left: 0;
    width: 100%;
    margin-top: 2rem;
   }
  
}
@media (max-width:900px) {
 .product-info-more div {
  flex-direction: column;
  
 }
 .product-info-more p {
  margin-bottom:  0 !important;
 }

 .product-photos-main {
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
 }
}
@media (max-width:800px) {
  .service-main .service-nav {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    height: auto;
    gap: 1rem;
    padding: 1rem  3rem 0 3rem;
  }

  .item-cart-main .item-cart {
    width: 100%;
   }
   .Equipment-cart-main {
    padding: 10px;
    padding-bottom: 80px;
   }
   .prd-rtl  {
    width: 100%;
  }
  .item-cart-main {
    margin-right: 0;
    gap: 0;
  }
  .more-less-button {
    right: 1rem;
}

.more-info {
  padding-bottom: 0;
}
}

@media (max-width:700px) {
   .service-main{
    padding: .5rem;
   }
     .mobile-font-16 {
    font-size: 16px !important;
    line-height: 30px !important;
   }
   .Equipment-section-2 {
    margin: 0;
  }
}

.storage-cart-image  {
  width: 100%;
  display: flex;
  justify-content: center;
}

.storage-cart-image img {
  max-width: 100%;
}


.m-n{
  display: none;
}

.tell-us-abt-mb {
padding: 24px 16px;
gap: 0px;
border-radius: 20px;
border: 1px 0px 0px 0px;
opacity: 0px;
background: #7C9BC6;
border: 1px solid #FFFFFF
}

@media (max-width:700px) {
  .m-n{
    display: block;
  }
  .d-n {
    display: none;
  }
   .service-main{
    padding: .5rem;
   }
     .mobile-font-16 {
    font-size: 16px !important;
    line-height: 30px !important;
   }

   /* service mobile */
   .prd-rtl {
    gap: 0;
  }

  .more-info {
    padding-bottom: 0;
  }

  .Equipment-cart {
    gap: 0;
  }

  .more-less-button {
    bottom: 1rem;
    right: 1.5rem;
  }
  .Equipment-section-2 {
    margin: 2rem 0 0 0;
  }
}

.storage-cart-image  {
  width: 100%;
  display: flex;
  justify-content: center;
}

.storage-cart-image img {
  max-width: 100%;
}


/*---------------------------------
service page ends
----------------------------------*/





/*---------------------------------
infogor page starts
----------------------------------*/

.infogor {
  background-color: #1c20470c;
  position: relative;
  margin: 1rem .5rem;
  overflow: hidden;
  background-image: url(../img/Infogrbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 2rem;
  aspect-ratio: 1;
}

.Ellipse-1 {
position: absolute;
border-radius: 50%;
top: 1rem;
right: -3.5rem;
}



.infogor-text-list-main {
  margin: 2.5rem 4rem;
  height: 65%;
}

.infogor-text-list {
  list-style: none;
  color: #1C2047;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-left: 0;
    margin-left: -1rem;
    position: relative;
    padding-bottom: 15%;
    direction: rtl;
}

.infogor-text-list li {
  position: relative;
  list-style-type: none;
  margin-bottom: 1rem;
  background: url(../img/Ellipse\ 1180.svg) no-repeat left;
  background-size: 23px 23px;
  background-position: right;
  padding: 2.4px 30px 3px 3px;
  z-index: 1;
  margin-right: -10px;
}



.infogor-text-list::after {
  content: '';
  position: absolute;
  right: 0; /* Aligns the line with the dot's center */
  top: 26px; /* Adjust this to start the line just below the dot */
  width: 2px; /* Thickness of the line */
  height: 100%; /* Adjust the height calculation as needed */
  background: repeating-linear-gradient(
    to bottom,
    #6F7392,
    #6F7392 8px, /* Dash length */
    transparent 8px,
    transparent 16px /* Gap between dashes */
  );
}

.infogor-text-list li:last-child::after {
  display: none; /* No line after the last item */
}
/* text */
.imfo-cust-text {
  display: flex;
  gap: 8px;
}
.imfo-cust-text p {
  padding: 0;
  margin: 0;
font-size: 18.9px;
font-weight: 600;
line-height: 30.25px;
text-align: center;
color: #FFFFFF;
text-shadow: 0.59px 0.83px 1.3px 0px #00000052 inset;

}

.imfo-cust-text-1 {
  position: absolute;
  top: 20%;
  right: 40%;
}
.imfo-cust-text-2 {
  position: absolute;
  top: 42%;
  right: 59%;
}
.imfo-cust-text-3 {
  position: absolute;
  top: 69%;
  right: 76%;
}

/* mobile responsive */
@media (max-width:700px) {
  .infogor {
    width: 200%;
    margin: 0 .5rem .5rem .5rem;
  }
  .arrowbutton-infogr {
    display: flex !important;
  }
  .infogor-container {
    overflow-x: scroll;
    transition: transform 0.5s ease-in-out;
  }
  .infogor-container::-webkit-scrollbar {
    display: none;
  }
  .infogor-text-list {
    gap: 10px;
  }
  .section-1-2 {
    padding: 0;
    overflow: hidden;
    border-radius: 2rem;
  }
  .section-1-2 .three{
  padding: 1rem !important;
  }

}
/*---------------------------------
infogor page  ends
----------------------------------*/