*{
    margin: 0;
    padding: 0;
    font-family:Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: url(images/background2.jpg);
    background-position: center;
    background-size: cover;
    position: relative;

}
.banner {
    width: 100%;
    height: 200px; /* Adjust height as needed */
    overflow: hidden;
} 

.banner img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    margin-top: 21px;
}

nav{
    display: flex;
    padding: 3% 6%;
    justify-content: space-between;
    align-items: center;
    background-color: darkslategrey;
    border-radius: 10%;
    height: 30px;
    opacity: 100%;
    z-index: 1000;
    
        }
nav img{
    width: 150px;
    margin-top: 17px;
    height: 150px;
 }
 
 .nav-links{
    flex: 1;
    text-align: right;
 }
 .text-box{
    width: 100%;
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    text-align: center;
    color:#fff
 }
 .title{
    font-size: 25px;
    line-height: 100px;
    font-weight: bold;
    height: 100px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0px;
    margin-right: 0px;
 }
 .slider{
    color: rgb(3, 168, 193);
    margin: 3px;
    box-sizing: border-box;
    animation: slider 5s linear infinite;

}
@keyframes slider{
0%{margin-top: -400px;}
5%{margin-top: -200px;}
30%{margin-top: -200px;}
35%{margin-top: 0px;}
65%{margin-top: 0px;}
70%{margin-top: 200px;}
100%{margin-top: 200px;}
}

 .nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
 }
 .nav-links ul li a{
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    
 }
 .nav-links ul li::after{
    content: '';
    height: 3px;
    width: 0;
    background: #009688;
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    bottom: -3px;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
.text-box{
    width: 75%;
    color: white;
    position: absolute;
    top: 60%;
    left: 80;
    text-align: center;
    justify-content: center;
    margin-bottom: 40px;

}
.text-box h1{
    font-size: 38px;
    margin-bottom: 30px;
   
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 19px;
    color: white;
    margin-top: 30px;
}
.hero-btn{
   display: inline-block;
   text-decoration: none;
   color: white;
   border: 1px solid white;
   padding: 12px 34px;
   font-size: 13px;
   background: transparent;
   position: relative;
   cursor: pointer;
}
.hero-btn:hover{
    border: 1px solod rgb(5, 52, 99);
    background: #009688;
    transition: 1s;
}

/* info section */
.container4 {
    display: flex;
  }

  /* Style for the left division */
  .left {
    flex: 1;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5); /* Adjust the background color opacity as needed */
  }

  /* Style for the right division */
  .right {
    flex: 1;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5); /* Adjust the background color opacity as needed */
  }

  /* Style for the background image */
  .backg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:-1;
  }

  /* Style for the background image */
  .backg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.left{
    justify-content: center;
    align-items: center;
    font-family: arial;

}
.left h2{
    text-align: center;
    size: 20px;
    color: rgb(3, 65, 57);
    margin-bottom: 10px;
}
.right{
    justify-content: center;
    align-items: center;
    font-family: arial;
}
.right h2{
    text-align: center;
    size: 20px;
    color: rgb(3, 65, 57);
    margin-bottom: 10px;
}
.right p{
    color: black;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.infobtn{
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    margin-left: 80px;
    size: 15px;
    color:#00ff37;
}
.fa-icon{
    display: flex;
    justify-self: center;
    align-items: center;
    margin-left: 200px;
    margin-top: 30px;
}   
.fa-icon i {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 24px;
    color: #035566;
}
/*updates and staff*/
.staff{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-left: 0px;
    width: 100%;
    height: 80%;
    
   

}

.updates {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-left: 10px;
    width: 80%;
    height: 80%;
}


 /* Style for the main container */
 .container4 {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

 
  .left,
  .right {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
  }

  
  .backg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  
  .backg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
   
  }
  .backg img::before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 0.3);
  }
  @media screen and (max-width: 768px) {
    .header {
      background-image: url('images/background2.jpg'); 
      background-size: cover; 
    }
}
  @media only screen and (min-width: 768px) {
    .container4 {
      flex-direction: row;
    }
    .left,
    .right {
      flex: 1;
      margin-right: 20px;
    }
  }

  /* Style for the icons */
  .fa-icon {
    margin-top: 20px;
  }

  .fa-icon i {
    margin-right: 10px;
    font-size: 24px;
    color: #00484e; 
  }
  
  /* Single column layout for small screens */
  @media only screen and (max-width: 768px) {
    .left,
    .right {
      margin-right: 0;
    }
    .infobtn,
    .fa-icon{
        justify-content: center;
        align-items: center;
        margin-left: 0;
    }
  }

/* services section */
.container{
    min-height: 100vh;
    width: 100%;
    background-color: #191a2b;
}
.service-wrapper{
    padding: 5% 8%;
}
.service{
    display: flex;
    flex-direction: column;
    align-items: center;
}
h1{
    color: #fff;
    font-size: 5rem;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: transparent;
    letter-spacing: 4px;
    background-color: rgb(4, 2, 83);
    background: linear-gradient(8deg,rgba(8,52,83,1) 0%,rgba(0,230,173,1) 41%,rgba(41,17,45,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
h1:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    height: 8px;
    width: 80%;
    border-radius: 8px;
    background-color: #72e2ae;
}
h1 span{
    position: absolute;
    top: 100%;
    left: 10%;
    height: 8px;
    width: 8px;
    border-radius: 20%;
    background-color: #72e2ae;
    animation: anim 5s linear infinite;
    
}
@keyframes anim{
    95%{
        opacity: 1;
}
100%{
    opacity: 0;
    left: 40%;
}

}
.cards{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin-top: 80px;
}
.card{
    height: 330px;
    width: 370px;
    background-color: #1c2335;
    padding: 3% 8%;
    border: 0.2px solid rgba(114, 226,174,0.2);
    border-radius: 8px;
    transition: .6s;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.card:after{
    content:"";
    position: absolute;
    top: 150%;
    left: -200px;
    width: 120%;
    transform: rotate(50deg);
    background-color: #fff;
    height: 18px;
    filter: blur(30px);
    opacity: 0.5;
    transition: 1s;    
}
.card:hover:after{
    width: 225%;
    top: -100%;
}
.card i{
    color: #72e2ae;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 4.8rem;
}
.card h3{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.card p{
    text-align: center;
    width: 100%;
    margin: 12px 0;
    color: rgba(255, 255, 255, 0.6)
}
.card:hover{
    background-color: transparent;
    transform: translateY(-8px);
    border-color: #00ff37;
}
.card:hover i{
    color: #00ff37;
}
@media screen and (max-width:1200px) {
    .cards{
        grid-template-columns: repeat(2,1fr);
    }
}@media screen and (max-width:900px) {
    .cards{
        grid-template-columns: repeat(1,1fr);
    }
    h1{
        font-size: 3.5rem;
    }

}





/*promo section*/
.title2{
    margin-top: 10px;
    font-size: 40px;
    text-align: center;
}
.title2{
    color: #fff;
    font-size: 2.5rem;
   /* -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: transparent;*/
    letter-spacing: 4px;
   /* background-color: rgb(4, 2, 83);
    background: linear-gradient(8deg,rgba(8,52,83,1) 0%,rgba(0,230,173,1) 41%,rgba(41,17,45,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    position: relative;
}

@media only screen and (max-width: 768px) {
    .promo {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .box1 {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  
  
  /* Common styles for all screen sizes */
  .promo {
    margin-top: 20px;
    
  }
  .box1 {
    background-color: none;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
  }
  .box1 img {
    max-width: 30%;
    height: auto;
    border-radius: 8px;
  }
  .box1 h2 {
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .box1 p {
    font-size: 14px;
    color: white;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .box1 button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  .box1 button:hover {
    background-color: #0056b3;
  }
  

button{
    width: 150px;
    padding: 15px 0;
    margin-left: 180px;
    margin-top: 0px;
    text-align: center;
    border-radius: 25px;
    font-weight: bold;
    border: 5px solid #009688;
    background: rgba(0,230,173,1);
    color: #191a2b;
    cursor: pointer;
    position: relative;
    overflow: hidden;
 }
span{
    background:rgb(248, 3, 3);
    height: 100%;
    width: 0;
    border-radius: 25px;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
    transition: 0.5s;
}
button:hover span{
    width: 100%;
}
button:hover{
    border: none;
}

/*
.promo {
    margin: 0;
    padding: 0;
    font-family: Times, serif;
    align-items: center;
   
    justify-content: center;
   
    margin-right: 250px;
}
.cover{
    width: 1200px;
    height: 400px;
   
    margin-top: 20px;
   display: flex;
}

.title2{
    margin-top: 10px;
    font-size: 40px;
    text-align: center;
}
.title2{
    color: #fff;
    font-size: 3rem;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: transparent;
    letter-spacing: 4px;
    background-color: rgb(4, 2, 83);
    background: linear-gradient(8deg,rgba(8,52,83,1) 0%,rgba(0,230,173,1) 41%,rgba(41,17,45,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.box1 {
    margin: 18px;
    width: 800px;
    height: 400px;
    box-shadow: -1px 0 25px #000000;
    
    align-items: center;
    justify-content: center;
    text-align: center;
}
img{
    width: 300px;
    height: 400px;
    transition: 0.5s ease;
}
.box1:hover img{
    transform: scale(1.2);
}


    
/* blog section */
.container2{
    width: 80%;
    margin: 80px auto;
    margin-top: 110px;
    
}
h3{
    font-size: 50px;
    color: #000;
    margin-bottom: 25px;
    position: relative;

}
.blog{
    margin-top: 10px;
}
.heading{
    color: #444;
    font-size: 40px;
    text-align: center;
    padding: 10px;
    color:rgba(0,230,173,1);
    text-decoration:overline;
}
.container2{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 15px;
    align-items: flex-start;
    padding: 5px 5%;
    margin-top: 30px;
}
.container2 .main-video{
    background: #efff;
    border-radius: 5px;
    padding: 10px;
    margin-left:
}
.container2 .main-video video{
    width: 100%;
    border-radius: 5px;
}
.container2 .main-video .title3{
    color: #333;
    font-size: 23px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.container2 .video-list{
    background: #fff;
    border-radius: 5px;
    height: 520px;
    overflow-y: scroll;
}
.container2 .video-list::-webkit-scrollbar{
    width: 7px;
}
.container2 .video-list::-webkit-scrollbar-track{
   background: #ccc;
   border-radius: 5px;
}
.container2 .video-list::-webkit-scrollbar-thumb{
    background:#666;
    border-radius: 5px;
 }
.container2 .video-list .vid video{
    width: 100px;
    border-radius: 5px;
}
.container2 .video-list .vid{
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f7f7f7;
    border-radius: 5px;
    margin:10px;
    padding: 10px;
    border:1px solid rgba(0,0,0,1);
    cursor: pointer;
}
.container2 .video-list .vid:hover{
    background: #eee;
}
.container2 .video-list .vid.active{
    background: #2980b9;
}
.container2 .video-list .vid.active .title3{
    color: #fff;
}
.container2 .video-list .vid .title3{
    color: #333;
    font-size: 17px;
}
@media (max-width:991px){
    .container2{
        grid-template-columns: 1.5fr 1fr;
        padding: 10px;
        margin-left: 5px;
    }
}
@media (max-width:768px){
    .container2{
        grid-template-columns:1fr;
    }
}
/* review section */
.card {
    width: 90%;
    padding-top: 50px;
    padding-bottom: 50px;
    background:gray;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100px;
    height: 150px;
    padding: 5px 5px 5px;
  }

  .swiper-slide img {
    display: block;
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 50px;
   margin-bottom: 10px;
   border-radius: 5%;
    width: 50%;
    size: 40%;
  }
  h5{
    font-size: 30px;
    color: #03a194;
    text-align: center;
    text-decoration: underline;
}
.hero2 {
    background-color: #f0f0f0;
    padding: 50px 0;
    text-align: center;
    color: #333;
  }
  .hero2 h1 {
    margin-top: 0;
    font-size: 2.5rem;
  }
    .hero2 p{
        margin-top: 10px;
        font-family: arial;
        color: #191a2b;

}
  /* contact info section */
.container3 {
    display: flex;
    justify-content: center;
    align-items: center;
   margin-top: -50px;
  }
  .contact-info {
    display: flex;
    background-color: #191a2b;
    align-items: center;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .location-image {
    flex: 0 0 50%;
    padding: 10px;
    border-radius: 5px;

  }
  .location-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  .contact-details {
    flex: 0 0 50%;
    padding: 10px;
    text-align: center;
  }
  .contact-details h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: white;
  }
  .contact-details p {
    font-size: 15px;
    margin: 5px 0px;
    color: white;
    margin-top: 10px;
  }
  .contact-details i{
    width: 20px;
    color: #00ff37;
    margin-right: 10px;
  }
  .contact-details a{
    margin-top: 30px;
  }
  @media only screen and (max-width: 768px) {
    .container {
      flex-direction: column;
      align-items: stretch;
    }
    .contact-info {
      flex-direction: column;
    }
    .location-image,
    .contact-details {
      flex: 1;
      width: 100%;
    }
  }
  .contact-details a {
    color: white;
    text-decoration: none;
  }
  
  /* Hover effect for the clickable phone number */
  .contact-details a:hover {
    text-decoration: underline;
  }
  
 /* footer */
 .hero {
    background-image: url(images/back3.jpg);
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.hero-content h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 3px;
}

.btn {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.btn:hover {
    background-color: #555;
}

.footer {
    background-color: #333;
    color:white;
    padding: 50px 0;
  
    
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer-section {
    padding: 20px;
    flex: 1;
}

.footer-section h2 {
    color: #009688;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.footer-section p {
    font-size: 12px;
}

.footer-section ul {
    list-style-type: none;
    padding: 0;
    font-size: 12px;
    margin-left: 20px;
    text-align: center;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-section ul li a:hover {
    text-decoration: underline;
    color: #00ff37;
}

.footer-bottom {
    background-color: #222;
    color: #ccc;
    text-align: center;
    padding: 10px 0;
    margin-top: 0px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
    }

    .footer-section {
        margin-bottom: 30px;
    }
}




nav .fa{
    display: none;
}
@media(max-width: 700px){
    .text-box .title{
   font-size: 25px;
   line-height: 40px;
}
.slider div{
    font-size: 25px;
    line-height: 80px;
 }
 .slider p{
    margin-left: 20px;
 }
.nav-links ul li{
    display: block;
}
nav img{
    margin-top: 45px;
    width: 110px;
}
.nav-links{
    position: absolute;
    background:#750b0b;
    height: 100vh;
    width: 160px;
    top: 0px;
    right:-260px;
    text-align: left;
    z-index: 2;
    transition: 1.5s;
}
nav .fa{
    display: block;
    color: rgb(248, 3, 3);
    margin: 20px;
    font-size: 30px;
    cursor: pointer;
    margin-bottom: 10px;
    }
.nav-links{
    padding: 30px;
}
.wrapper{
    width: 50%;
}
.title{
    justify-content: right;
    align-items: center;
    text-align: center;

}

}
@media only screen and (max-wdth: 600px){
    .box1{
        width: 100%;
        margin: 10px 0;
      display: block;
    }
}


