@font-face {
    font-family: 'din';
    src: url(FontsA/FontsFree-Net-Tungsten-Bold.ttf);
}

@font-face {
    font-family: 'nid';
    src: url(FontsA/DIN\ Next\ Devanagari\ W05\ Bold.ttf);
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.Abackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; 
}

.bg1 {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    filter: saturate(150%);
}

.container {
    max-width: 800px;
    margin: 20px auto;
    background-color: rgba(255, 255, 255, 0); 
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    float: left;
    margin-left: 245px;
    align-items: flex-start;
}

ul {
    list-style-type: none;
    padding: 0;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}

li {
    cursor: pointer;
    margin: -10px 1px;
    padding: 8px;
    background-color: transparent;
    border-radius: 4px;
    transition: 0.3s ease;
    width: 150px;
    font-weight: bold;
    font-family: 'din';
    font-size: 90px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: -1px;
    color:#ece8e1;
    transition: background-color 0.3s ease;
}

li:hover{
    background-color: #ff4655;
    width: auto;
    height: auto;
}

#agentDetails {
    position: fixed;
    margin-top: -1500px;
    margin-left: 340px;
    margin-right: auto;
    padding: 15px; 
    max-width: 100%; 
    text-align: justify;
    font-family: 'nid';

}

#agentDetails p{
    max-width: 800px;
    transform: translateY(-615px);
    margin-left: 350px;
    font-size: 2.5vh;
}
    
#agentDetails img {
    max-width: 100%;
    display: block;
}

#agentDetails h2{
    margin-left: 110px;
    transform: translateY(-50px);
    text-transform: uppercase;
}



h1 {
    color: #333;
}

h2 {
    color: white;
}

p {
    color: #ece8e1;
}

@media screen and (max-width: 800){
    
}
