/* General Body and Typography */

 
body {
    margin: 0;
    padding: 0;
    font-family:  sans-serif;
  font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 500;
    color: #5c5f6b;
}

.logo {
    max-width: 450px;
}

h1, h2, h3, h4, h5 {
    font-size: 25px;
    margin: auto;
    padding: initial;
}

a {
    color: #006699;
    text-shadow: 0 0 1px #0d0d0d7a;
    text-decoration: underline;
}

 
.setStyle {
    background: rgb(247 250 255 / 70%);
}

/* Info Section */
#infoot {
    max-width: 1600px;
    margin: auto;
}

#infoot pre {
    font-family: Raleway, sans-serif;
}

/* Footer */
#footer {
    padding-top: 50px;
    color: #fff;
    z-index: 99;
    font-size: 14px;
    background: #2c2d2d;
}

#footer a {
    color: white;
}

/* Top Bar */
#topBar {
    width: 100%;
    background-color: #ffffff;
    z-index: 10001;
}

#banner {
    padding: 15px;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
}

div#topSocials {
    text-decoration: none;
    text-align: right;
}

div#topSocials a {
                 color: #404b8f;
                 text-decoration:none;
                 }

/* Three Footer Section */
#threeFooter {
    text-align: center;
    margin: auto;
}

#threeFooter div {
    width: 31%;
    overflow: hidden;
    padding-bottom: 17px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    z-index: 100;
    position: relative;
}

#threeFooter h3 {
    color: #ffffff;
    text-transform: capitalize;
}

#threeFooter div:first-child {
    margin-left: 0 !important;
    text-align: left;
    float: left;
}

#threeFooter div:last-child {
    margin-right: 0 !important;
    float: right;
    text-align: right;
}

#threeFooter ul {
    list-style: none;
    padding: 0;
}

#threeFooter li a {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #8b8b8b;
    padding: 7px;
    font-size: 12px;
    padding-right: 20px;
    text-transform: lowercase;
}

/* Misc Layout */
.textBoxes {
    position: relative;
    margin: auto;
    background: #fff;
}

.readingBit {
    padding-top: 1px;
    display: flow-root;
    margin: auto;
    margin-top: -1px;
}

/* Flexbox Utility */

.setStyle > div {
    max-width: 1602px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex: 1;
    display: flex;
    padding: 90px;
    box-sizing: unset;
    box-sizing: border-box;
}

.setStyle > div > div {
    display: inline-block;
    /* vertical-align: top; */
    text-align: left;
    padding: 1%;
    box-sizing: border-box;
    flex: 1;
}
 div#bread {
    background: #efefef;
    padding: 10px;
}
/*BLog Section */

main.news {
    width: 100%;
    margin: auto;
}

.news section {
    border: 1px solid #d7d7d7;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    text-align: left;
    content-visibility: auto;
    margin-bottom: 20px;
}

img.blogIcon {
    float: left;
    margin-right: 30px;
    max-width: 200px;
}

#galBoxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

#galBoxes div {
    flex: 1 1 calc(20% - 10px); /* Adjust to control how many items per row */
    max-width: calc(20% - 10px);
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

#galBoxes img {
    width: 100%;
    height: 180px; /* Adjust height as needed */
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 6px;
}

#galBoxes div:hover {
    transform: translateY(-5px);
}

#galBoxes div:hover img {
    transform: scale(1.1);
}


.setStyle.section2 {
    background: #f1f1f1;
}

.setStyle.section3 {
    font-size: 32px;
    background: #373540;
    color: white;
}

.setStyle.section3 > div {
    max-width: 1200px;
}

canvas#strapCanvas {
    z-index: -1;
    position: absolute;
    /* height: 100%; */
}

.delement {border-left:1px solid #e4e4e4; border-right:1px solid #e4e4e4;}

.generalIntro {border-top: 1px solid #e4e4e4;font-size: 22px;}
.generalIntro > div {padding-bottom: 55px;}

#strap .setStyle {background: none;}




.projectsCar {
    overflow: hidden;
    width: 100%;
}

.projectsCar > .delement {
    overflow: hidden;
    width: 100%;
    padding: 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.projectsCar > .delement > div {
    display: flex;
    align-items: center;
    width: max-content;
    animation: projectsCarScroll 40s linear infinite;
}

 
.projectsCar .logoSet {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.projectsCar .logoSet p {
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
}

.projectsCar .logoSet p:last-child {
    margin-right: 0;
}

.projectsCar .logoSet img {
    display: block;
    width: auto !important;
    height: 146px !important;
    max-width: none !important;
    margin-left: 80px;
}

@keyframes projectsCarScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-33.3333%);
    }
}

.btn {
    padding: 15px;
    color: white;
    text-decoration: none;
    background: #003e5c;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
    font-weight: normal;
    transition: background 0.3s ease;
}

.btn:hover {
    background: green;
}

.setStyle.systems > div {border:none;padding-bottom: 0;}

.homeProjects > div {
    align-items: baseline;
}

.setStyle.systems {
    background: #003e5b;
    color: white;
}

 

.setStyle.systems .delement > div:nth-child(1) {
    /* padding-right: 140px; */
}

.setStyle.packageHeader > div {
    padding-bottom: 0;
    font-size: 36px;
}

.packages > div > div {
    border: 1px solid rgb(158 158 158 / 26%);
    margin: 10px;
    background: white;
    border-radius: 4px;
}

.sBottom {padding-bottom: 90px;}
.packages img {
              border: 1px solid #cdcdcd;
              overflow: hidden;
              }

.setStyle.generalIntro .delement > div:nth-child(1) {
    /* your styles */
    border-left: 8px double rgb(158 158 158 / 29%);
    margin-left: 10px;
}