body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
            
        }

        h1{
            font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
            font-size: 70px;
        }
         
        h2{
            font-family:'Times New Roman', Times, serif ;
        }

        span{
            font-family:Georgia, 'Times New Roman', Times, serif;
        }
/*
        header {
            background-color: #0a0144;
            color: #fff;
           padding:10px;
            text-align: center;
        } 
*/

        .dropdown-btn:hover {
            color: #ff8c00;
        }

        /* Dropdown Content */
        .dropdown-content {
            
            display: none;
            position: absolute;
            background-color: #020106;
            border-radius: 8px;
            /*box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
            z-index: 1;
            overflow: hidden;
            */
        }
        

  /* Links inside the dropdown */
  .dropdown-content a {
          line-height: 20px; 
            color: #ffffff;
            padding: 15px 50px;
            text-decoration: none;
            display: block;
            transition: background-color 0.3s;
            font-size: 20px;
            font-family:Georgia, 'Times New Roman', Times, serif;
        }

        /* Change color on hover */
        .dropdown-content a:hover {
            background-color: rgb(190, 132, 132);
        }

        /* Show the dropdown content when hovering over the dropdown button  most imp thing */
        .dropdown-container:hover .dropdown-content {

            display: block;
        }


        nav {
            background-color: #ffc7c7;
            padding: 10px 0;
            text-align: center;
        }

        nav a {
            color: black;
           
            text-decoration: none;
           /* margin-left: 50px;
            margin-right: 50px;*/
           /* margin:  15px; */
            font-size: 16px;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
            font-weight: 500;
        }
        nav .login a{
     float: right;
     margin-left: 20px;
     margin-top: 20px;
        }


        section {
            font-size:x-large;
            text-align: center;
            padding: 20px;
        
        }

        
        input[type="text"] {
            padding: 8px;
            width: 200px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }


        input[type="submit"] {
            background-color: #3498db;
            color: #fff;
            padding: 8px 16px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }


        input[type="submit"]:hover {
            background-color: #2980b9;
        }

         
       
        .btn {
        
            margin-bottom: 20px;
            justify-content: center;
           text-align: center;
            display: inline-block;
            padding: 12px 20px;
            background-color: #59ff00;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            letter-spacing: 1px;
            transition: 0.3s ease;
            
        }

        .btn:hover {
            background-color: #50ac3e;
        }


.image{
    top: 10px;
    width: 100%;
    position: relative;
}

.image img{
 
    width: 100%;
    height: 550px;
    
}
.image .textedit{
    
    top: 5px; 
    margin-left: 30px;
    position: absolute;
    color: white;
}
.image .textedit h1{

     
    font-size: 70px;
    color: white; 
    
}
.image .textedit h2{

    font-size: 35px;
}

.image .textedit p{
    margin-top: 20px;
    color: white;   
    font-size: 32px;
    line-height: 40px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
    
}


.portcontainer{
    margin-top: 100px;
    height: 200px;
    width: 1200px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap ;
    justify-content: space-between;
}

.member{
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px 15px;
    margin-bottom: 20px;
    width: 400px;
    height: 350px;
}

.member img {
    align-items: center;
    margin-left: 95px;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    object-fit: cover;
    margin-bottom: 10px;
}

.member h2 {
    margin: 0;
    font-size: 27px;
    margin-left: 100px;
}

.member p {
    margin: 5px 0;
    font-size: 18px;
    color: #666;
    margin-left: 100px;
}

.footer {
    background-color: #0a0144;
    color: #fff;
    padding: 40px 0;
    text-align: center;
    
    bottom: 0;
    width: 100%;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    
    justify-content: space-between;
    align-items: flex-start;
}

.footer-section {
    width: 30%;
    text-align: left;
    margin-bottom: 20px;
}

.footer-section h3 {
    color: #ffcc00;
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-section p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.footer-section p a {
    color: #fff;
    text-decoration: none;
}
/*
@media (max-width: 768px) {
    .footer-section {
        width: 100%;
    }
}
*/
/*
.city{
    background-color: #fff;
    margin-left: 15px;
    width: 200px;
    height: 300px;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px 10px;
    
}
} 

.cityimage img{
  margin-left: 15px;
width: 170px;
height: 170px;
}

.cityh2 h2{
    margin-left: 45px;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.des p{
    margin-left: 65px;
}

.citycontain{
    height: 200px;
    width: 1200px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap ;
    justify-content: space-between;
}
*/

.citycontain{
    height: 200px;
    width: 1200px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap ;
    justify-content: space-between;
}

.city{
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px 15px;
    margin-bottom: 20px;
    width: 200px;
    height: 240px;
    margin-left: 20px;
}

.cityimage img {
    align-items: center;
    margin-left: 20px;
    width: 160px;
    height: 130px;
    object-fit: cover;
}

.cityh2 h2{
    position: relative;
    bottom: 5px;
    margin-left: 45px;
}
.des p{
    position: relative;
    bottom: 10px;
    margin-left: 65px;
}