.index-video1{
    width: 100%;
    height: 300px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
  
  }
  
  .about-us-icons{
    width: 70px;
    height: 60px;
  }
  
  .plans-overview{
  text-align: center;
  color:white;
  
  }
  .plans-overview-content{
    text-align: left;
    font: weight 300px;  
    }
.plan-list{
   
    padding-left: 20px;
    color:rgb(0, 0, 0);
    margin-left: 20px;
    line-height: 35px;  
}
.plan-list-header{

      text-align: center;
      padding-left: 0px;
      color:rgb(255, 255, 255);
      text-shadow: 2px 2px 5px rgb(0, 0, 0); 
      color: #000;

}
  
  .why{
    background-image: url("../videos/snow.mp4");
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: 100% 100%;
    
  
     /* background-color: black;  */

  }

  .why-text{
    color: rgb(6, 0, 0);
  
  }
  .why-text-header{
    color: rgb(10, 0, 0);
    padding-left: 3px;
  
  }
  .why-text-body{
    color:rgb(5, 12, 0);
    font-size: smaller;
  }
  .team-image-bg1{
   
    background-image: url("../img/about/team1.jpg");
    height: 350px;
    width: 350px;
    color: white;
    padding-left: 20px;
    border: 1px dotted rgb(3, 6, 0);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;

  }


  .team-image-bg2{
   
    background-image: url("../img/about/team2.jpg");
    height: 350px;
    width: 350px;
    color: white;
    padding-left: 20px;
    border: 1px dotted rgb(3, 6, 0);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;

  }


  .team-image-bg3{
   
    background-image: url("../img/about/team3.jpg");
    height: 350px;
    width: 350px;
    color: white;
    padding-left: 20px;
    border: 1px dotted rgb(3, 6, 0);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;

  }



  .team-image-bg4{
   
    background-image: url("../img/about/team4.jpg");
    height: 350px;
    width: 350px;
    color: white;
    padding-left: 20px;
    border: 1px dotted rgb(3, 6, 0);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;

  }


  .why-text-image-bg{
   
    background-image: url("../img/about/why_bg.jpg");
    height: 305px;
    color: black;
    padding-left: 20px;
    border: 1px dotted rgb(3, 6, 0);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;

  }

  .why-text-image{
    width: 50px;
    height: 50px;
   text-align: center;
   margin-top: 30px;
   margin-bottom: 20px;
    
  }

  .eclipse{
    background-color: rgb(7, 23, 142);
    background-image: url("../img/bg-img/plan2-small.jpg");
    border: 2px dotted rgb(7, 23, 142);
    width: 100x;
    height: 200px;
    border-radius: 20px;

  }
  .eclipse-img1{
   
    margin-left:  30px;
    margin-right:  15px;
    margin-top:  25px;
  
   
  }
  .eclipse-img2{
   
    margin-left:  40px;
    margin-right:  15px;
    margin-top:  25px;
  
   
  }

  .eclipse-img3{
   
    margin-left:  45px;
    margin-right:  15px;
    margin-top:  25px;
  
   
  }
  .eclipse-img4{
   
    margin-left:  55px;
    margin-right:  15px;
    margin-top:  25px;
  
   
  }




.eclipse-text{
 text-align: center;
 font-size:x-large;


}

.awards{
  background-color: blue;


}

  
.about-count{
  background-image: url("../img/bg-img/bg1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed; 
  height: 70px;
  color: white;
 }
 .about-count-item{
   color: white;
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
   font-weight: lighter;
   
 }

 .our-team{

  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;
  background-clip: url("../videos/about.mp4");
  
  
  /* background-color: black; */

}

.video-wrapper {
  /* Telling our absolute positioned video to 
  be relative to this element */
  position: relative;

  width: 400px;
  height: 200px;

  /* Will not allow the video to overflow the 
  container */
  overflow: hidden;

  /* Centering the container's content vertically 
  and horizontally */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-icon-list{
  width: 15px;
  height: 15px;
}


.our-staff{
 color: white;

}

video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
 
}
.video-wrapper {
  border: 2px solid #000;
  width: 100%;
  height: 100%;
  position: relative;
  
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

}
.header{
  position: relative;
  color: white;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.6);
}

.payment_method_button{
  border-radius: solid 2px white;
  background-color: rgb(18, 34, 177);
  width: 160px;
  height: 50px;
  color: black;
  border-radius: 20px;
  color: #ffffff;
}
.rounded-conner{
  border-radius: 20px;
}
 

.head-about{
  color:orange;
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

 
.chart {
  position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  background-color: #000;
    

}


 /* Center the table within the section */
.track-section {
  
  background-size: cover;
  background-position: center center;
 
  padding: 80px;
  border-radius: 10px;
  color: white;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%; /* Ensures the table stays centered within the available height */
}

/* Table centered horizontally and vertically */
.track_table {
  margin-top: 20px;
  border-collapse: collapse;
  width: 100%; /* Ensure the table uses full width */
  text-align: center;
}

/* Input and button styling */
.track_table td {
  padding: 20px;
  text-align: center;
  font-size: 16px;
}

/* Make input fields and buttons responsive */
.track_table input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Button Styling */
button {
  padding: 10px 20px;
  margin: 10px 5px;
  font-size: 16px;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Track Item Button */
button[type="button"]:first-of-type {
  background-color: #007bff;
}

button[type="button"]:first-of-type:hover {
  background-color: #0056b3;
}

/* Clear Button */
button[type="button"]:last-of-type {
  background-color: #dc3545;
}

button[type="button"]:last-of-type:hover {
  background-color: #c82333;
}

/* Responsive Layout for Phone */
@media (max-width: 600px) {
  .track-section {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
  }

  .col-6 {
    width: 100%;
  }

  .track_table td {
    padding: 15px; /* Adjust padding in table cells for smaller screens */
  }
}

 
  /* Default style for the input field */
  .tracking-input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

/* Adjust the width for larger screens */
@media (min-width: 768px) {
    .tracking-input {
        width: 400px; /* Adjust this value as needed */
    }
}

/* Adjust the width for smaller screens */
@media (max-width: 767px) {
    .tracking-input {
        width: 100%; /* Full width on mobile */
    }
}

/* Optional: Add a semi-transparent overlay to improve text readability */
.alazea-portfolio-area {
    position: relative;
}

.alazea-portfolio-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
    z-index: 1;
}

.alazea-portfolio-area > .container {
    position: relative;
    z-index: 2;
}


.review{
   

  border: 2px dotted rgb(3, 6, 0);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;

}