
/* background-image: radial-gradient(circle at center center, transparent 0%,rgb(0,0,0) 85%),linear-gradient(258deg, rgba(192, 192, 192,0.05) 0%, rgba(192, 192, 192,0.05) 50%,rgba(60, 60, 60,0.05) 50%, rgba(60, 60, 60,0.05) 100%),linear-gradient(407deg, rgba(97, 97, 97,0.05) 0%, rgba(97, 97, 97,0.05) 50%,rgba(52, 52, 52,0.05) 50%, rgba(52, 52, 52,0.05) 100%),linear-gradient(420deg, rgba(98, 98, 98,0.05) 0%, rgba(98, 98, 98,0.05) 50%,rgba(249, 249, 249,0.05) 50%, rgba(249, 249, 249,0.05) 100%),linear-gradient(367deg, rgba(1, 1, 1,0.05) 0%, rgba(1, 1, 1,0.05) 50%,rgba(202, 202, 202,0.05) 50%, rgba(202, 202, 202,0.05) 100%),linear-gradient(281deg, rgba(61, 61, 61,0.05) 0%, rgba(61, 61, 61,0.05) 50%,rgba(254, 254, 254,0.05) 50%, rgba(254, 254, 254,0.05) 100%),linear-gradient(356deg, rgba(237, 237, 237,0.05) 0%, rgba(237, 237, 237,0.05) 50%,rgba(147, 147, 147,0.05) 50%, rgba(147, 147, 147,0.05) 100%),linear-gradient(484deg, rgba(183, 183, 183,0.05) 0%, rgba(183, 183, 183,0.05) 50%,rgba(57, 57, 57,0.05) 50%, rgba(57, 57, 57,0.05) 100%),radial-gradient(circle at center center, hsl(351,4%,12%),hsl(351,4%,12%)); */

.total{
    padding-bottom: 5px;
    background-image: repeating-linear-gradient(135deg, hsla(55,0%,44%,0.09) 0px, hsla(55,0%,44%,0.09) 1px,transparent 1px, transparent 11px),repeating-linear-gradient(45deg, hsla(55,0%,44%,0.09) 0px, hsla(55,0%,44%,0.09) 1px,transparent 1px, transparent 11px),linear-gradient(90deg, hsl(22,0%,8%),hsl(22,0%,8%));
}

.image-container {
    
    /* Set container to flexbox */
    display: flex;
    justify-content: center;
    /* Set a fixed width and height for the container */
    width: 100%; /* Adjust as needed */
    height: calc(100vh - 100px); /* Adjust as needed */
    align-items: center;
}

.image-container img {
    /* Ensure the image does not exceed the container size */
    max-width: 100%;
    max-height: 100%;
    /* Optional: Add additional styling for the image */
    border-radius: 5px; /* Example: rounded corners */
}

/* .contact-info{
    padding-top: 123px;
    justify-content: center;
    height: auto;
    width: max-content;
    padding-left: 45%;
}

.contact-info type{
    justify-content: center;
} */

/* CSS code for contact boxes */
.contact-box {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: center;
    /* width: 40%; */
}

.contact-box1 {
    /* display: flex; */
    position: relative;
    align-items: center;
    margin-bottom: 25px;
    justify-content: right;
    width: 40%;
}

.info p {
    margin: 0;
    font-family: itc system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 25px; /* Adjust as needed */
    color: azure;
}

.info p:not(:last-child)  {
    margin-right: 10px;
    font-size: 25px; /* Adjust as needed */
    color: azure;
}

.info1 p {
    margin: 20;
    font-size: 25px; /* Adjust as needed */
    color: azure;
}