body{
  position:relative;
	background-color:white;

}

/* making  the page look like a bootstrap page */



* {
  font-family: 'Cairo', sans-serif;
  font-style: normal;
}

p {
  font-size: 16px;
  font-weight: 400;
}

h1 {
  font-size: 36px;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  font-weight: 700;
}

span {
  font-size: 14px;
  font-weight: 400;
}



.hero-container{
  background-color: #7ACAE5;
}

div.hero{
  background-color: #7ACAE5;
}


nav ul#ul-nav li a{
  color:white;
}

.logo{
	color:white;
}

.system-choice{
	display:flex;
	justify-content:center;
	align-items:center;
}
.services-nav{
  margin-top: 3rem;
}

.services-nav ul{
    display:flex;
    justify-content: space-around;
    align-items: center;
    width:80%;
    margin-right: 7.5%;
    margin-left: auto;
}

.services-nav ul li{
	width:20% !important;
}


li{
    list-style-type: none;

}

button{
  cursor: pointer;
}

.services-nav ul li button {
    background-color:#7acae5;
    border: 2px solid #7acae5;
    border-radius: 5px;
    color: #fff; 
    padding: 0.6rem 1.2rem; 
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease; 
	font-size:16px !important;
	font-weight:bold !important;
	width:100% !important;
	
}
/*
.services-nav ul li button ::before {
    content: "نظام";
    position: absolute;
    top: -35px !important; /* Adjust position as needed */
    left: 50%;
    transform: translateX(-50%);
    
    padding: 0 5px; /* Padding to give some space around the text */
    font-size: 18px; /* Adjust font size as needed */
    color: #000; /* Black text color */
}
*/

.flow{
padding: 1.5rem 1.2rem !important; 
}

.hcone{
	padding: 1.5rem 1.2rem !important; 
}
@media(max-width:750px){
	
.flow,.hcone{
padding: 0.6rem 1.2rem !important; 
}
	
.rock-erp{
	padding: 0.02rem 1.2rem !important;
}
	
/*	
	.services-nav ul li button ::before {
    content: "نظام";
    position: absolute;
    top: -20px; /* Adjust position as needed */
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff; /* Background color to match the button */
    padding: 0 5px; /* Padding to give some space around the text */
    font-size: 18px; /* Adjust font size as needed */
    color: #000; /* Black text color */
}
*/
}
	


.services-nav ul li button:hover {
    background-color: #fff;
    border-color: #595959;
    color: #595959;
}

@media(min-width:1200px){
	h3#flow-title,h3#hcone-title,h3#rock-one-title,h3#rock-two-title{
	font-size:18px !important;
	margin-top:5rem;
	display:flex;
	justify-content:center;
	align-items:center;

}
}

@media(max-width:750px){
	
h3#flow-title,h3#hcone-title,h3#rock-one-title,h3#rock-two-title{
	margin-top:5rem;
	margin-right:5%;

}
}


@media(min-width:1200px){
	.flow-services-container{
    margin-right: 10%;
    margin-left: 10%;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
	margin-top:5% !important;
}
}



.flow-services-container div button,.hcone-services-container  div button,.rock-services-container-one div button,.rock-services-container-two div button{
    width:80%;
    height: 2rem;
    background-color: #595959;
    border: none;
    color: white;
}

.flow-services-container div button,
.hcone-services-container div button,
.rock-services-container-one div button,
.rock-services-container-two div button {
    width: 80%; /* Take up 100% of the container width */
    height: 3rem; /* Adjust the height as needed */
    background-color: #f7f7f7;
    border: none;
    color: #595959;
	font-weight:bold;
	font-size:16px;
    border-radius: 5px; /* Add a subtle border-radius for a rounded look */
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}





.product-card {
    margin: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding-bottom: 1rem;
  }
div.card-subscription{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-color:#f1f9fc;
}
  
  .card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    color: black;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 18px;
    font-weight: 700;
  }
  
  .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .card-title {
    font-size: 1.25rem;
  
  }
  
  .card-text {
    color: black;
    width:90%;
    margin-left: auto;
    margin-right: auto;
    display: inline;
    
  }

  
  .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
  }

  .hcone-services-container{
    margin-right: 10%;
    margin-left: 10%;
	/*margin-top: -228% !important;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	margin-top:5% !important;

  }

  .hcone-services-container  div button{
    width:80%;
    height: 2rem;
    background-color:#f7f7f7 ;
    cursor: pointer;
    border: none;
    color: #595959;
	font-weight:bold;
	font-size:16px;
}

.rock-services-container-one{
    margin-right: 10%;
    margin-left: 10%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	margin-top:5% !important;

}

.rock-services-container-two{
    margin-right: 10%;
    margin-left: 10%;
  	margin-top:5% !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.rock-systems-choices-container ul{
  margin-right: 14%;
  margin-left: 16%;
  display: flex;
  justify-content: space-between;
  align-items: center;
 
}

.rock-systems-choices-container ul li button{
	background-color: #7acae5;
    border: 2px solid #7acae5;
    border-radius: 5px;
    color: #fff;
    padding: 0.6rem 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;


  
}
.rock-systems-choices-container ul li button:hover{
 background-color: #fff;
    border-color: #595959;
    color: #595959;
}	
.subscribe-now{
	position: fixed;
    top: 15%;
    left: 34.5%;
}
	
.form-container {
  max-width: 350px;
  background: #f7f7f7;
  border-radius: 40px;
  padding: 25px 35px;
  border: 5px solid rgb(255, 255, 255);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 30px 30px -20px;
  margin: 20px;
}

.heading {
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  color: #7acae5;
}

.form {
  margin-top: 20px;
}

.form .input {
  width: 87%;
  background: white;
  border: none;
  padding: 15px 20px;
  border-radius: 20px;
  margin-top: 15px;
  border-inline: 2px solid transparent;
}

.form .input::-moz-placeholder {
  color: rgb(170, 170, 170);
}

.form .input::placeholder {
  color: rgb(170, 170, 170);
}

.form .input:focus {
  outline: none;
  border-inline: 2px solid #12B1D1;
}

.buttons-container{
	display:flex;
	justify-content:space-between;
	
}


.form .login-button {
  font-weight: bold;
  width:50%;
  background:#7acae5;
  color: white;
  padding-block: 15px;
  margin: 1rem 0;
  border-radius: 1rem;
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 20px 10px -15px;
  border: none;
  transition: all 0.2s ease-in-out;
}

.form .login-button:hover {
  transform: scale(1.03);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 23px 10px -20px;
}

.form .login-button:active {
  transform: scale(0.95);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 15px 10px -10px;
}


	

@media(max-width:750px){
	/*.services-nav ul{
		display:flex;
		flex-wrap:wrap;
		width:90%;
		margin-right:0 !important;
		margin-left:auto;
	}	*/
	    .services-nav ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-right: -10% !important;
        margin-left: auto;
    }
	
	

.services-nav ul li{
	width:auto !important;
}
	
.hcone-services-container{
  margin-right: 0 !important;
  margin-left: 0 !important;
 /* margin-top: -1842% !important;*/
  margin-top:5% !important;
  display: grid;
  grid-template-columns: 1fr;
}
.rock-services-container-one{
  margin-right: 0 !important;
  margin-left: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;

}
.rock-services-container-two{
  margin-right: 0;
  margin-left: 0;
  display: grid;
  grid-template-columns: 1fr;
/*  margin-top: -2597% !important;*/
	margin-top:5% !important;
}
.subscribe-now{
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:20%;
  position:fixed;
  top:35%;
  padding-top: 3rem;
  left:0;
	
  
}


form{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-now input{
  height: 2rem;
  width:90%;
  border-radius: 5px;
  border-width: thin;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.7rem;
}
.subscribe-now label{
  margin-bottom: 0.7rem;
  color: black;


}
.buttons-container{
  display: flex;
  justify-content: flex-end;
  gap: 20px;

  align-items: center;
}
	 input.login-button {
  font-weight: bold;
  width:50%;
  height:3.6rem;
  color: white;
  background-color: #7acae5 !important;
  margin: 1rem 0;
  border-radius: 1rem;
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 20px 10px -15px;
  border: none;
  transition: all 0.2s ease-in-out;
}
	

.buttons-container input, .buttons-container button{
  width:30%;
}
	
.dropdown{
	position: absolute;
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	right:12%;
	z-index:1000;
}
	/*.services-nav ul li{
	width:50% !important;
}*/
	.services-nav ul li{
width: 30% !important
	}

}

