body{
  position:relative;

}

/* 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;
}

body{
  background-color:white;
}

.hero-container{
  background-color: #7ACAE5;
}

div.hero{
  background-color: #7ACAE5;
}


nav ul#ul-nav li a{
  color:white;
}

.logo{
	color:white;
}

.services-nav{
  margin-top: 3rem;
}

.services-nav ul{
    display:flex;
    justify-content: space-around;
    align-items: center;
    width:40%;
    margin-right: auto;
    margin-left: auto;
}

li{
    list-style-type: none;

}

button{
  cursor: pointer;
}

.services-nav ul li button {
    background-color: #ff6100;
    border: 2px solid #ff6100;
    border-radius: 5px;
    color: #fff; /* Text color */
    padding: 0.6rem 1.2rem; /* Adjust padding as needed */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease; /* Smooth transition effect */
}

.services-nav ul li button:hover {
    background-color: #fff;
    border-color: #ff6100;
    color: #ff6100;
}


.flow-services-container{
    margin-right: 10%;
    margin-left: 10%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}



.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: #ff6100;
    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: #ff6100;
    border: none;
    color: white;
    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;
  }
  
  .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;
    
  }

  li{
    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%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hcone-services-container  div button{
    width:80%;
    height: 2rem;
    background-color: #ff6100;
    cursor: pointer;
    border: none;
    color: white;
}

.rock-services-container-one{
    margin-right: 10%;
    margin-left: 10%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.rock-services-container-two{
    margin-right: 10%;
    margin-left: 10%;
    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: #ff6100;
    border: 2px solid #ff6100;
    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: #ff6100;
    color: #ff6100;
}	

.subscribe-now{
	  position: fixed;
    top: 13%;
    right: 34.5%;
}
	
.form-container {
  max-width: 350px;
  background: #F8F9FD;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(244, 247, 251) 100%);
  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: rgb(16, 137, 211);
}

.form {
  margin-top: 20px;
}

.form .input {
  width: 87%;
  background: white;
  border: none;
  padding: 15px 20px;
  border-radius: 20px;
  margin-top: 15px;
  box-shadow: #cff0ff 0px 10px 10px -5px;
  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: linear-gradient(45deg, rgb(16, 137, 211) 0%, rgb(18, 177, 209) 100%);
  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:auto;
		margin-left:auto;
	}	
  .flow-services-container{
    margin-right: 5%;
    margin-left: 5%;
    display: grid;
    grid-template-columns: 1fr;
}
.hcone-services-container{
  margin-right: 5%;
  margin-left: 5%;
  display: grid;
  grid-template-columns: 1fr;
}
.rock-services-container-one{
  margin-right: 5%;
  margin-left: 5%;
  display: grid;
  grid-template-columns: 1fr;
}
.rock-services-container-two{
  margin-right: 5%;
  margin-left: 5%;
  display: grid;
  grid-template-columns: 1fr;
}

.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;
}
	.form .login-button {
  font-weight: bold;
	width:50%;
		height:3.6rem;
  background: linear-gradient(45deg, rgb(16, 137, 211) 0%, rgb(18, 177, 209) 100%);
  color: white;
  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%;
}



}

