body {
    margin: 0;
    font-family: Arial, sans-serif;    
    background-color: #0c0004; 
}

.header-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; /* Ensure header is above other content */
}

.main-header{
    color: white;
    font-size: 30pt;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
      
}

.main-container
{
    padding-left: 35px;
    margin-top: 50px;
    border-left: solid;
    border-width: 15px;
    border-color: #f1f1f140;
}

.padding-content
{    
    padding: 10px 0px 0px 10px;
}

.main-content
{    
    font-size: 16pt;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
    color: #FFFFFF;
}

.main-content::after{
    content: '';
    display: block;
    height: 20px; /* Adjust as needed */
    /* or */
    margin-bottom: 20px; /* Adjust as needed */
}

.align-right
{
    float: right;
    margin-top: -42px;
}

.logo-container {
    display: flex;
    align-items: center; /* Vertically center the items */
}

.logo {
    width: auto; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
    margin-right: 20px; /* Adjust margin as needed */
}

.boxes
{
    padding-top: 238px;
}

.inter-content {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}

.container {
    width: 80%;
    margin: 0 auto;
}

header {
    color: #fff;
    padding: 60px 0;
}

.header-bg {
    background-image: url('../assets/headerBG.png');
    background-size: cover;
    background-position: center;
}

header h1 {
    margin: 0;
    padding: 0;
    float: left;
}

nav {
    
    width: 500px;
    flex-grow: 1; /* Expand to fill remaining space */
    text-align: right; /* Align navigation to the right */
}

nav ul li {
    display: inline;
    margin-left: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 15px; /* Add padding to create clickable area */
}

/* Style for selected state */
nav ul li a:hover,
nav ul li a.current {
    background-color: #ED003E; /* Change background color */
    border-radius: 15px; /* Add border radius */
}

#about, #about, #services {
    padding: 50px 0;
    height: 625px;
}

.main-bg {

    background-image: url('../assets/mainBG_C.png');
    background-size: cover;
    background-position: center;
    height: 100%;
}

#about h2, #about h2, #services h2 {
    margin: 0;
    padding: 0;
}

section {
    height: 600px;
}

footer {
    text-align: center;
    padding: 20px 0;
    height: 600px;
    color: #fdfdff;
}

.footer-bg {
    
    background-image: url('../assets/footerBG_C.png');
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 1227px) {
    .boxes
{
    padding-top: 210px;
}
}

@media only screen and (max-width: 1165px) {
    .boxes
{
    padding-top: 182px;
}
}


/* Responsive Styles */
@media only screen and (max-width: 768px) {
    .main-header{
        color: white;
        font-size: 14pt;
        font-family: "Archivo Black", sans-serif;
        font-weight: 400;
        font-style: normal;
          
    }
    
    .main-container
    {
        padding-left: 10px;
        margin-top: 5px;
        border-left: solid;
        border-width: 15px;
        border-color: #f1f1f140;
    }
    
    .padding-content
    {    
        padding: 10px 0px 0px 10px;
    }
    
    .main-content
    {    
        font-size: 12pt;
      font-family: "DM Sans", sans-serif;
      font-optical-sizing: auto;
      font-weight: 200;
      font-style: normal;
        color: #FFFFFF;
    }
    
    .main-content::after{
        content: '';
        display: block;
        height: 20px; 
        margin-bottom: 20px; 
    }
    
    .align-right
    {
        float: right;
        margin-top: -42px;
    }
    
.brokenCircle
{
    width: 85%;
}

    .logo-container {
        display: flex;
        align-items: center; /* Vertically center the items */
    }
    
    .logo {
        position: absolute;
        width: auto; 
        height: auto;
        margin-right: 20px;
        margin-top: -45px;
    }
    
    .boxes
    {
        width: 50%;
    margin-top: -16px;
    padding-top: 0px;
    }
    
    .inter-content {
      font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-variation-settings:
        "slnt" 0;
    }
    
    .container {
        width: 80%;
        margin: 0 auto;
    }
    
    header {
        color: #fff;
        padding: 20px 0;
    }
    
    .header-bg {
        background-image: url('../assets/headerBG.png');
        background-size: cover;
        background-position: center;
        height: 100px;
    }
    
    header h1 {
        margin: 0;
        padding: 0;
        float: left;
    }
    
    nav {
        margin-top: 50px;        
        width: 100%;
        font-size: 10pt;
        flex-grow: 1; /* Expand to fill remaining space */
        text-align: right; /* Align navigation to the right */
        margin-left: -20px;
    }
    
    nav ul li {
        display: inline;
        margin-left: 0px;
    }
    
    nav ul li a {
        color: #fff;
        text-decoration: none;
        padding: 10px 15px; /* Add padding to create clickable area */
    }
    
    /* Style for selected state */
    nav ul li a:hover,
    nav ul li a.current {
        background-color: #ED003E; /* Change background color */
        border-radius: 15px; /* Add border radius */
    }
    
    #about, #about, #services {
        padding: 50px 0;
    }
    
    .main-bg {
    
        background-image: url('../assets/mainBG_C.png');
        background-size: cover;
        background-position: center;
    }
    
    #about h2, #about h2, #services h2 {
        margin: 0;
        padding: 0;
    }
    
    section {
        height: 600px;
    }
    
    footer {
        text-align: center;
        padding: 20px 0;
        height: 600px;
        color: #fdfdff;
    }
    
    .footer-bg {
        
        background-image: url('../assets/footerBG_C.png');
        background-size: cover;
        background-position: center;
    }
}
