*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    
}
.header{
    min-height: 100vh;
    width: 100%;
    }
nav{
    display: flex;
    padding: 3% 6%;
    justify-content: space-between;
    align-items: center;
    background-color: darkslategrey;
    border-radius: 10%;
    height: 15px;
    opacity: 100%;
        }
nav img{
    width: 150px;
    margin-top: 17px;
    height: 150px;
}
 .nav-links{
    flex: 1;
    text-align: right;
 }
 
 .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: 2px;
    width: 0;
    background: #009688;
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}


nav .fa{
    display: none;
}
@media(max-width: 700px){
    .text-box h1{
   font-size: 30px;
}
.nav-links ul li{
    display: block;
}
.nav-links{
    position: absolute;
    background:#750b0b;
    height: 100vh;
    width: 200px;
    top: 0;
    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;
    }
.nav-links{
    padding: 30px;
}
}
.heading{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 20px auto;
}
.heading h1{
    font-size: 50px;
    color: #000;
    margin-bottom: 25px;
    position: relative;
}
.heading h1::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    display: block;
    margin: 0 auto;
    background-color: #4caf50;
}
.heading p{
    font-size: 18px;
    color: #666;
    margin-bottom: 35px;
}
.container{
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;
}
.about{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.about-image{
    flex: 1;
    margin-right: 40px;
    overflow: hidden;
}
.about-image img{
    max-width: 100%;
    height: auto;
    display: block;
    transition: 0.5s ease;
}
.about-image:hover img{
    transform: scale(1.2);
}
.about-content{
flex: 1;
}
.about-content h2{
    font-size: 23px;
    margin-bottom: 15px;
    color: #333;
}
.about-content p{
    font-size: 18px;
    line-height: 1.5;
    color: #666;

}
button{
    width: 150px;
    padding: 15px 0;
    margin-left: 30px;
    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;
}
/* 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: 30px;
    line-height: 80px;
 }
.nav-links ul li{
    display: block;
}
nav img{
    margin-top: 45px;
    width: 130px;
}
.nav-links{
    position: absolute;
    background:#750b0b;
    height: 100vh;
    width: 160px;
    top: 0;
    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;
    }
.nav-links{
    padding: 30px;
}
.wrapper{
    width: 50%;
}










@media (max-width:800px){
    .container{
        width: 80vw;
    }
}
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    appearance: none; /* Remove default arrow */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="%23333"><path d="M10 12l-8-8-2 2 10 10 10-10-2-2z"/></svg>'); /* Custom arrow */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Style the dropdown options */
select option {
    padding: 10px;
}

/* Style the dropdown when it's focused */
select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

