@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Work+Sans:wght@400;500;600;700&display=swap");
h1{
  font-family: 'Roboto', sans-serif;
}
h2,h3,h4{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 22px !important;

}
p,li,a{
  font-family: 'Roboto', sans-serif;
  font-weight: 400 !important;
}
span{
  font-family: 'Roboto', sans-serif;
  font-weight: 400 !important;
}
/*===============================================================================================================================================*/
.num{
  font-family: 'Roboto', sans-serif;
  font-weight: 500 !important;
  font-size: 60px !important;
}

* {
    padding: 0;
    margin: 0;
    font-family: "Work Sans", sans-serif;
  }

.header {
   padding: 10px;
    height: 8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    z-index: 10;
    position: fixed;
    width:100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.logo-container {
  order: 1; /* Set the order to 1 to move the logo to the left */
}

.navbar {
  order: 2; /* Set the order to 2 to place the navlinks in the middle */
}

.phone-number-container {
  order: 3; /* Set the order to 3 to move the phone number to the right */
  margin-right: 40px; /* Adjust the margin as needed */
}
@media screen and (max-width:769px){
  .phone-number-container{
    margin-right: 5px;
  }
}

.r-mail{
  margin-left: -70px;
}
.phone-number {
  font-size: 2.0rem; /* Adjust the font size as needed */
  color: #000; /* Set the color you prefer */
  font-weight: 700;
  margin: 0;
  text-decoration: none;
  padding-right: 3px;
}
.phone-number-a {
  font-size: 2.0rem; /* Adjust the font size as needed */
  color: #000; /* Set the color you prefer */
  font-weight: 700;
  margin: 0;
  text-decoration: none;
  padding-right: 3px;
  padding-left: 7px;
}
.phone-number:hover{
  color:red;
  cursor: pointer;
}
.phone-number-a:hover{
  color:red;
  cursor: pointer;
}
/* Media query for responsiveness */
@media screen and (max-width: 786px) {
  .phone-number{
    font-size: 1.5rem;
  }
  .phone-number-a{
    font-size: 1.5rem;
    padding-left: 0px;
    padding-right: 9px;
  }
  .r-mail{
    margin-left: 0px;
  }
  .header .logo {
    height: 2rem ;
    padding-left: 1px ;
  }
}
html {
  font-size: 50.5%;
  /* 1rem = 10px */
  overflow-x: hidden;
}
@media screen and (max-width:786px){
  .banner-text{
    font-size: 23px !important;
    font-weight:1000 !important;
  }
  .banner-sub{
    font-size: 15px !important;
  }
  .wrapper {
    max-width: 1000px !important;
    width: 70% !important;
    position: relative;
  }
  .wrapper .carousel-bottom{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 4) - 20px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }

}
@media screen and (max-width:786px){
  .rexal-img{
    padding-left: 15px !important;
    width:100%;
  }

}
@media only screen 
and (min-width : 1824px) {
  .header {
    height: 9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    z-index: 10;
    position: fixed;
    width:100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

  html {
    font-size: 58.5%;
    /* 1rem = 10px */
    overflow-x: hidden;
  }
  .navbar-list {
    display: flex;
    gap: 4.1rem;
    list-style: none;
    padding-right: 300px;
  }
  .rexal-img{
    background-image: url("Images/banner\ 1.jpg");
    background-size: cover;
    height: 100vh;
    width:100%;
    align-items: center;
    padding-left:50px  !important;
}
.wrapper {
  max-width: 1300px !important;
  width: 50%;
  position: relative;
}
.wrapper .carousel-bottom{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 4) - 20px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.logo-footer{
  width:25% !important;
}
.footer-distributed {
  background-color: #5b1020;
  box-sizing: border-box;
  width: 100%;
  font: bold 16px sans-serif;
  padding:50px !important;
  box-shadow: 0 3px 6px rgba(0.23,0.300,0.23);
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.r-mail{
  margin-left: -170px;
}
.rexal-sde-head{
  text-align: center;
  font-size: 40px;
  margin-bottom: 150px !important;
}

.rexal-about-text-a{
  text-align: center;
  padding:30px;
  font-size: 20px;
  background-color: #f5f8fa;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 250px !important;
  padding-right: 250px !important;
  
}
.img-size{
  width: 1% !important;
}
.banner-text{
  font-size: 50px !important;
  font-weight:1000 !important;
  margin-bottom: 10px;
}
.banner-sub{
  font-size: 30px !important;
}
.sde-img-order{
  z-index: -1;
  width: 75%;
  margin-left: 250px !important;
  margin-top: 60px;
}
.rexal-direction{
  display: flex;
  margin-top: -120px ;
  margin-left: 350px !important;
}
.rexal-direction-a{
  display: flex;
  flex-direction: row;
  margin-top: 250px !important;
  margin-left: 480px !important;
}
.rexal-sde-stage{
  z-index: 1;
  width: 75% !important;
  margin-top: -270px;
  margin-right: 40px !important;
}
.rexal-sde{
  padding:10px;
  height: 110vh !important;
}
.rexal-sde-para{
  position: relative; /* Change to absolute or adjust as needed */
  z-index: 2;
  top: -118px !important; /* Adjust top, left, right, bottom as needed */
  left: -38px;
  right: 0;
  bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px !important;
  text-align: center;
}
.rex-dir{
  display: flex;
  flex-direction: column;
  margin-top: -180px !important;
  
}
.rexal-direction,
    .rexal-direction-a {
      position: relative;
    }

    .rexal-direction div:hover .tooltip,
    .rexal-direction-a div:hover .tooltip {
      display: block;
    }

    .tooltip {
      display: none;
      position: absolute;
      top: -400% !important; /* Position it below the stage */
      left: 65% !important; /* Center it horizontally */
      transform: translateX(-50%);
      padding: 5px;
      border-radius: 5px;
      z-index: 3;
      font-size: 16px !important;
      width: 100%;
    }
    .rexal-direction-a .tooltip {
      top: 50% !important;
      left: 51% !important; /* Position it below the stage */
    }
    .rexal-mobileview-sde{
      display: none;
    }
    .elevatenow{
      height:40%;
      width: 50%;
      margin-left:-105px !important;
    }
    .rexal-client{
      padding-left: 180px !important;
    }
    .rexal-client h1{
      margin-left: -69px !important;    
    }
    .default_bg {
      background-color: #f5f8fa;
      border-radius: 20px;
      height:340px !important;
      box-shadow: 0 5px 12px rgba(58, 58, 58, 0.23) !important;
      padding: 40px !important;
    }
    .services-card{
      font-family: 'Roboto', sans-serif;
      font-size: 15px !important;
    }
    .service-text h4 {
      margin-bottom: 1.2rem;
      font-weight: 600;
      font-size: 24px !important;
      color: #000;
    }
    .service-text {
      box-sizing: border-box;
      width: calc(33.3333% - 191px) !important;
     
      margin-bottom: 15px;
    }
    .s-r{
      margin-right: -350px !important;
    }
    .s-l{
      margin-left: -350px  !important;
    }  
    

}
.header .logo {
  width:8%;
  padding-left: 40px;
}

.navbar-list {
  display: flex;
  gap: 4.1rem;
  list-style: none;
  padding-right: 50px;
}

.navbar-link:link,
.navbar-link:visited {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500;
  color: black;
  transition: all 0.3s;
  margin: 7px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.navbar-link:hover,
.navbar-link:active {
  color: red;
}

.mobile-navbar-btn {
  display: none;
  background:tra;
  cursor: pointer;
  width:70px;
  height:50px;
}

.mobile-nav-icon {
    font-size: 2.5rem; /* Adjust the size as needed */
    height: auto; /* Allow the height to adjust based on the font size */
    color: #212529;
  }
  

.mobile-nav-icon[name="close-outline"] {
  display: none;
}




/* 980px  */
@media (max-width: 786px) {
  .mobile-navbar-btn {
    display: block;
    cursor: pointer;
    width: 1px;
    height: 50px;
  }
  .navbar-list {
    flex-direction: column;
    align-items: center;
  }
  .mobile-nav-icon {
    font-size: 2.5rem;
    height: auto;
    color: #212529;
  }

  .mobile-nav-icon[name="close-outline"] {
    display: none;
  }

  .navbar {
    width: 100%;
    height: 100vh;
    background: #c4c407 !important;
    position: fixed; /* Change this to fixed */
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-100%); /* Change this to -100% */
    transition: all 0.1s linear;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .active-nav .navbar {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .active-nav .mobile-navbar-btn .mobile-nav-icon[name="close-outline"] {
    display: block;
  }

  .active-nav .mobile-navbar-btn .mobile-nav-icon[name="menu-outline"] {
    display: none;
  }
}

/* Below 560px  */
@media (max-width: 35em) {
  .header .logo {
    width: 18%;
    height:20px !important;
    padding-left: 8px;
  }
  .header{
    padding:2px !important;
  }
  .body-z{
    width:180px !important;
    font-size: 10px !important;
  }
  .rexal-contact-form{
    font-size:15px !important;
  }
  .phone-number-a {
    font-size: 1.3rem; /* Adjust the font size as needed */
    color: #000; /* Set the color you prefer */
    font-weight: 700;
    margin: 0;
    text-decoration: none;
    padding-right: 3px;
    padding-left: 1px;
  }
  .rexal-about-text-a{
    text-align: center;
    padding:12px !important;
    font-size: 15px !important;
    background-color: #f5f8fa;
    padding-top: 80px;
    padding-bottom: 80px;
    width:97%;
  }
  .service-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 16px !important;
    width:95%;
  }
  .rexal-client{
    background-color:#f5f8fa ;
    text-align: center;
    padding: 30px;
    padding-left: 40px;
    width:97%;
    height:25vh;
  }
  .mt{
    font-size: 17px !important;
  }
  .samriddhi{
    width:60% !important;
    height: 70% !important;
    margin-left: 30px !important;
  }
  .footer-distributed {
    width: 105% !important;
    font: bold 12px sans-serif !important;
    padding:20px !important;
  }
}

/*============================================================================================================================================================================================================*/


/*==============================================================================================================================================================================================================*/



.footer-distributed {
  background-color: #272d39;
  box-sizing: border-box;
  width: 100%;
  font: bold 16px sans-serif;
  padding:50px;
  box-shadow: 0 3px 6px rgba(0.23,0.300,0.23);

}
@media screen and (max-width:769px){
  .footer-distributed-a{
    display: flex;
    flex-direction: column;
  }
}

.footer-distributed-a {
display: flex;
justify-content: space-between;
  
}
.footer-distributed .footer-links {
  color: white;
  margin: 20px 0 12px;
}
.align-copy{
text-align: center;
color: white;
text-decoration: overline;
}

.footer-icons i {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 2px;
  font-size: 20px;
  color: white;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
  transition: transform 0.2s;
}
.footer-icons i:hover {
  transform: scale(1.2); /* Add this rule for the press effect on hover */
}
.footer-icons{
  color:white;

}

.det-container{
color: white;
text-align: left;
margin-top: 17px;
}
.logo-footer{
  width:50%;
}
.quick-links-container{
  color: white;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.quick-link{
  color: white;
  text-decoration: none;
  width:100%;
  font-family: 'jost', sans-serif;
  margin-bottom: 4px;
  font-weight: 500;
}
.quick-link:hover{
  color: white;
  text-decoration: none;
  width:100%;
  font-family: 'jost', sans-serif;
  margin-bottom: 4px;
  font-weight: 800;
}
/*========================================================================================================================================================================================================*/
.c-text{
  color:#03282B;
  font-size: 15px;
}
.contact-contacts{
  font-family: 'jost',sans-serif !important;
  font-weight: bold !important;
  font-size: 15px;
}
.c-img{
  color:#03282B;
  text-decoration: none;
  font-weight: lighter;
  margin-left: 7px;
  font-size: small;
  }
  
  a.c-img:hover {
    color:#72af4a;
  }

  .body-z{
    background-color: whitesmoke;
   padding: 10px;
    width:400px;
    font-size: 15px;
    border-radius: 20px !important;
    cursor: pointer;
    

  }

  @media screen and (max-width:769px) {
    .body-z{
      width:300px;
      margin-top: 15px;
    }
  }
form{
  font-size: 15px;
}
/*===========================================================================================================================================================================================*/
.rexal-img{
    background-image: url("Images/banner\ 1.jpg");
    background-size: cover;
    height: 100vh;
    width:100%;
    display: flex;   
    align-items: center;
    padding-left: 30px;
    overflow: hidden; /* Hide overflow to prevent content from appearing before animation */
  position: relative;
}
.rexal-banner-text{
    color:black;
    opacity: 0; /* Initially set the opacity to 0 */
  transform: translateY(20px); /* Initially move the text down by 20px */
  transition: opacity 0.8s ease, transform 1.8s ease;
}
.a-button{
  width:98px;
  padding:10px;
  color: white;
  background-color: #272d39;
  border: 0;
  border-radius: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}
.a-button:hover{
  color: #272d39;
  background-color: white;
  font-weight: 500;
  border: #5b1020;
}
.button-style{
  text-align: center;
  margin-top: -15px !important;
}
.error-message {
  color: rgb(128, 1, 1);
}

form .contact-form {
  position: relative;
  margin: 30px 0;
}

.contact-form input {
  width: 95%;
  padding: 3px 4px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #03282B; /* Add a bottom border */
  background: none;
  outline: none;
  margin-bottom: 5px;

}

.contact-form label {
  position: absolute;
  top: 1px;
  left: 5px;
  color: #03282B;
  pointer-events: none;
  transition: 0.3s ease;
  margin-top: -20px;
  font-family: 'Poppins', sans-serif;
}
.dropdown-list-li{
  font-weight: 500;
  transition: all 0.3s;
}
.dropdown-list-li:hover{
  font-weight: 700;
}
.contact-form span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.contact-form input:focus~label {
  top: -10px;
  font-size: 14px;
  color: #03282B;
}

.contact-form input:focus~span::before {
  transform: scaleX(1);
}
/* Add this style to hide the dropdown list initially */
.dropdown-list {
  display: none;
}
/* Add this style for the dropdown container */


/* Add this style to show the dropdown list on container click */
.dropdown-container.active-dd .dropdown-list {
  display: block;
}

/* Add this style to create a down arrow on the container */
.dropdown-container .selected-option::after {
  content: '\25BC'; /* Unicode character for down arrow */
  position: absolute;
  top: -25% !important;
  right: 10px;
  transform: translateY(-50%);
}
.rexal-contact-form{
  text-align: center;
  font-weight: 2900;
 
}
.rexal-contact-form:hover{
  color: #272d39;
  font-weight: 500 !important;
}
/* Add this style for the dropdown list items */
.dropdown-list li {
  list-style-type: none;
  padding: 10px;
  cursor: pointer;
}

/* Add this style for the selected option in the container */
.selected-option {
  width: 95%;
  padding: 3px 4px;
  font-size: 16px;
  position: relative;
  border: none;
  border-bottom: 1px solid #252b03;
  background: none;
  outline: none;
  cursor: pointer;
  margin-top: 40px;
  font-family: 'Poppins', sans-serif;
}
/* Add this style for the active state of the container */
.dropdown-container.active-dd .selected-option {
  border-bottom: 2px solid #03282B; /* Change border color for active state */
}

.header.scrolled {
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add box shadow for a subtle effect */
}
/*=====================================================================================================================================================*/
.rexal-about-text{
  text-align: center;
  padding-top:50px;
  font-size: 20px;
  background-color: #f5f8fa;
}
.rexal-about-text-a{
  text-align: center;
  padding:30px;
  font-size: 20px;
  background-color: #f5f8fa;
  padding-top: 80px;
  padding-bottom: 80px;
}
.r-about-para{
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  margin-top: 25px;
}
.rexal-about-text-b{
  text-align: center;
  padding:30px;
  font-size: 20px;
  padding-top: 80px;
}
.rexal-tech-stack {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #f5f8fa;
  padding-bottom: 40px !important;
}

.rexal-tech-stack img { /* Adjust the width as needed */
  width:102px !important; /* Adjust the margin as needed to create space between the images */
}


/* Media query for larger screens (optional) */
@media (min-width: 769px) {
  .rexal-tech-stack img {
    /* Reset the width for larger screens */
    margin: 2px; /* Reset the margin for larger screens */
  }
  
}
.f-t{
  text-align: center;
  color: white;
}
@media screen and (max-width:786px) {
  .f-t{
    text-align: left;
  }
  
}
/*=======================================================================================================================*/

.banner-text{
  font-size: 30px;
  font-weight:1000 !important;
  margin-bottom: 10px;
}
.banner-sub{
  font-size: 16px;
}
.rexal-img.loaded .rexal-banner-text {
  opacity: 1;
  transform: translateY(0);
}
/*=============================================================================================================================*/



/*=========================================================================================*/
.service-text h4 {
  margin-bottom: 1.2rem;
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
.services-card{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  list-style: none;
}
.services-card li{
  margin-bottom: 9px;
  list-style-type: style none;;
  transition: transform 0.1s;
  cursor: pointer;
}
.services-card li:hover{
  transform: scale(1.04);
  cursor: pointer;
  font-weight: bolder;
}
.s-r{
  margin-right: -190px ;
}
.s-l{
  margin-left: -190px ;
}
.default_bg {
  background-color: #f5f8fa;
  border-radius: 20px;
  height:310px;
  box-shadow: 0 5px 12px rgba(82, 82, 82, 0.23);
  padding: 20px;
}
.service-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
}
.service-row {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
.service-text {
  box-sizing: border-box;
  width: calc(33.3333% - 135px);
  
  margin-bottom: 15px;
}
.service-text:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width:786px){
  .service-container{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .default_bg{
    margin-top: 20px;
  }
  .service-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 20px;
  }
  .service-text {
    box-sizing: border-box;
    width: calc(93% - 10px);
    
    margin-bottom: 15px;
  }
  .s-r{
    margin-right: 0 ;
  }
  .s-l{
    margin-left: 0 ;
  }
  
}
.rexal-client{
  background-color:#f5f8fa ;
  text-align: center;
  padding: 60px;
  padding-left: 80px;
}
.rexal-client h1{
  font-size: 50px;
  margin-bottom: 40px;
}
.rexal-client-img{
  display:flex;
}
.rexal-client-img img{

  transition: transform 0.1s;
  cursor: pointer;
}
.rexal-client-img img:hover{
  transform: scale(1.07);
  cursor: pointer;
}
@media screen and (max-width:786px) {
  .rexal-client{
    padding:10px;
  }
  .rexal-client-img img{
    width: 80%;
  }
  .rexal-client h1{
    font-size: 35px;
    margin-bottom: 20px;
  }
  .elevatenow{
    height:70% !important;
    width: 20%;
  }
  .sumukha{
    width:100% !important;
    height:60% !important;
    margin-right: 50px !important;
  }
  .netzero{
    height: 65% !important;
    width:90% !important;
    margin-left: 20px;
  }
  .samriddhi{
    width:60% !important;
    height: 70% !important;
    margin-left: 50px;
  }
}
.elevatenow{
  height:90%;
  width: 90%;
}
.sumukha{
  width:90%;
  height:90%;
  margin-right: 300px;
}
.netzero{
  height: 95%;
  width:100%;
  margin-left: 20px;
}
.samriddhi{
  width:60%;
  height: 90%;
  margin-left: 50px;
}