/* Resetting default margin and padding */
body, h1, h2, h3, h4, h5, h6, ul, li, p {
    margin: 0;
    padding: 0;
}

/* Global styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

/* Container styles */
.container {
    position: relative;
    width: 70%;
    margin: auto;
    overflow: hidden;
    text-align: center;
}

/* Positioning the login link to the top right corner */
.top-right {
    position: absolute;
    top: 0;
    right: 0;
}

/* Styling the login link */
.login-container {
    display: flex;
    align-items: center;
}

.login-link {
    padding: 8px 15px;
    border: 1px solid #000;
    border-radius: 4px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
}

/* Styling the bag logo */
.bag-logo {
    margin-left: 5px;
}

/* Logo centering */
.logo img {
    display: block;
    margin: 0 auto;
}

/* Navigation styles */
nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    padding: 10px 0;
}

nav ul li {
    position: relative;
    margin: 0 15px;
}

/* Styling the navigation links */
nav ul li a {
    text-decoration: none;
    color: #000;
    padding: 8px 15px;
}

/* Creating the ribbon effect */
nav ul li::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
}

/* Styling the last element to remove the ribbon effect */
nav ul li:last-child::after {
    display: none;
}
#contain {
    display: flex;
}

.ss {
    max-width: 100%;
    height: auto;
    margin-left: 20px !important; /* Add !important to ensure it takes precedence */
}


#aall {
    flex: 1;
    text-align: left;
    margin-right: 20px; /* Adjust margin as needed for spacing */
    
}

#aall img {
    max-width: 100%; /* Set the image to take up the full width of its container */
    height: auto;
    margin-left: 20px !important;
    
}

#gp {
    flex: 1;
    margin-left: 20px; /* Adjust margin as needed for spacing */
}

#gp p {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    text-align: justify;
    font-size: 20px;
}

/* Media query for adjusting font size based on screen width */
@media screen and (max-width: 768px) {
    #gp p {
        font-size: 18px; /* Adjust the font size for smaller screens */
    }
}

@media screen and (max-width: 480px) {
    #gp p {
        font-size: 16px; /* Adjust the font size for even smaller screens */
    }
}

#mug {
    display: flex;
}

#nbs {
    flex: 1;
    text-align: center;
}

#nbs img {
    max-width: 50%;
    height: auto;
    border: 1px solid #ffffff;
    border-radius: 8px;
    margin: 8px; /* Adjust margin for spacing between images */
    box-shadow: 0 2px 6px rgba(255, 255, 255, 0.877);
    transition: 0.3s;
    
}

#nbs img:hover {
    border: 1px solid #ffffff;
    box-shadow: 0 2px 6px rgb(255, 255, 255);


}
#pug {
    display: flex;
}

#nba {
    flex: 1;
    text-align: center;
}

#nba img {
    max-width: 50%;
    height: auto;
    border: 1px solid #ffffff;
    border-radius: 8px;
    margin: 8px; /* Adjust margin for spacing between images */
    box-shadow: 0 2px 6px rgba(255, 255, 255, 0.877);
    transition: 0.3s;
    
}

#nba img:hover {
    border: 1px solid #ffffff;
    box-shadow: 0 2px 6px rgb(255, 255, 255);


}
#bug {
    display: flex;
}

#nbc {
    flex: 1;
    text-align: center;
}

#nbc img {
    max-width: 50%;
    height: auto;
    border: 1px solid #ffffff;
    border-radius: 8px;
    margin: 8px; /* Adjust margin for spacing between images */
    box-shadow: 0 2px 6px rgba(255, 255, 255, 0.877);
    transition: 0.3s;
    
}

#nbc img:hover {
    border: 1px solid #ffffff;
    box-shadow: 0 2px 6px rgb(255, 255, 255);


}
#gps {
    text-align: center;
}

#gps p {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif, sans-serif;
    line-height: 1.6;
    color: #333;
    text-align: center;
    font-size: 25px; /* Adjust the font size as needed */
    max-width: 900px; /* Set a maximum width for better readability */
    margin: 8  x; /* Center the text within the container */
}



