
body, 
.body-con,
.body-read {   
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: auto;
    margin: 0;
    padding:0;
    background-color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5;
    overflow-x: hidden;
}
.body-con{
    background: linear-gradient(to top, rgba(2, 0, 0.6, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 80%);
    color: rgb(240, 228, 234);
}

.body-read{
    background:linear-gradient(to left, rgba(2, 0, 0.6, 1) 0%, rgba(9, 9, 121, 1) 55%, rgba(2, 0, 0.6, 1) );
}

.container {
    max-width: 100%; 
    padding: 0 1rem; 
    box-sizing: border-box;
}

.row {
    --bs-gutter-x: 1rem; 
    --bs-gutter-y: 1rem; 
    max-width: 100%;     
    box-sizing: border-box; 
    margin-left: 0;     
    margin-right: 0;
}
.dashed-divider {
    border-top: .625rem dotted rgb(240, 228, 234); 
    width: 20%;
    margin: 1.25rem  25% 1.25rem 25%; 
}

.spacer {
    height: 100px;
    margin-top: -10px;
    margin-bottom: -10px;
    background-color: rgba(2,0,.6,1);
    padding-bottom: 50px;
}

.skew {
    width: 100%;
    height:90px;
    background:rgb(17, 47, 92);
    -webkit-clip-path: polygon(0 0, 100% 93%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 93%, 100% 100%, 0 100%);
    margin-bottom:-10px;
    padding-bottom: 50px;
}



/*NAV BAR start*/

.icon {
    padding-left: 30px;
}


.navbar {
    display:flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    color: rgb(240, 228, 234);
}

.navbar-links ul {
    margin:0rem 0.8rem;
    padding:0;
    display: flex;
}

.navbar-links li {
    list-style: none;
    border-radius: 30px;
}

.navbar-links li a {
    text-decoration: none;
    color: rgb(240, 228, 234);
    padding: 0.5rem;
    font-size: 1.8rem;
    display: block;
}

.navbar-links li a:hover {
    color: rgba(36, 175, 255, 0.658)
}

.toggle-button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width:30px;
    height:21px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color:rgb(240, 228, 234);
    border-radius: 10px;
}

@media (max-width: 700px) {
    .toggle-button {
        display: flex;
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-links ul {
        width: 100%;
        margin: 0;
        flex-direction: column;
    }

    .navbar-links li {
        text-align: center;
    }

    .navbar-links li a {
        padding: .5rem 1rem;
    }

    .navbar-links.active {
        display: flex;
    }
}

/*HERO start*/
.hero-body{
    margin:0;
    padding:0;
}
.wrap-container{
    max-width: 100%;
    max-height: fit-content;
    padding-bottom: 50px;
    background: linear-gradient( to top, rgba(2,0,.6,1) 10%, rgba(9,9,121,1) 35%, rgba(0,212, 255,1) 100%);
}
.hero-sect{
    position: relative; 
    width: 100%;
    height: fit-content; 
    overflow: hidden;
    background: transparent;
    padding-bottom: 0px;
    z-index: 0;
}
.d-flex .btn-container {
    position: absolute;
    bottom: 10px;

}
.btn-container {
    display: flex;
    justify-content: center;
}


.hero-img{
    position:absolute;
    z-index: 1;
    width: auto;
    height: 750px;
    right:15%;
    top: 10px;
    z-index: 1;
}
.text-container-4{
    background: transparent;
    position:relative; 
    z-index: 2;
}

.small-heading {
    font-size: 2rem; 
    padding-top: 60px;
    margin: 0.2% 0;
    color: rgb(240, 228, 234);
    
}

.heading {
    font-size: 4.5rem; 
    margin: 0;
    padding-bottom: 1rem;
    color: rgb(240, 228, 234);
    text-shadow: 2px 2px 0px #070707;;  
}

.d-role {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 1% 0;
    color: rgb(240, 228, 234);
}

.btn.btn-1,
.btn.btn-2 {
    font-size: 1.5rem;
    border: solid 5px #79adf1;
    border-radius: 50px;
    padding: 3px 40px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transform: all 0.3s;
    position:relative;
    z-index: 3;
}

.btn.btn-1 {
    background-color: rgb(240, 228, 234);
    color: #0f0f0f;
    margin-right: 30px;
}

.btn.btn-2 {
    background-color: #050505;
    color: #79adf1;
    margin-left: 30px;
}

.btn.btn-1:hover, .btn.btn-2:hover {
    text-transform: scale(1.05);
    padding: 1px 40px;
    border-radius: 50px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.btn.btn-1:hover {
    background-color: #79adf1;
    color: #0f0f0f;
    border: solid 5px rgb(240, 228, 234);
}

.btn.btn-2:hover {
    background-color: #79adf1;
    color: #050505;
    border: solid 5px #0a0a0a;
}
.box {
    margin-top: -250px;
}

.box div{
    position:relative;
    z-index: 1;
    width: 60px;
    height:60px;
    background-color: transparent;
    border: 6px solid rgba(255,255,255,0.8); 
}
.box div:nth-child(1){
    top:12%;
    left:42%;
    animation: animate 10s linear infinite;
}
.box div:nth-child(2){
    top:70%;
    left:50%;
    animation: animate 7s linear infinite;
}
.box div:nth-child(3){
    top:17%;
    left:6%;
    animation: animate 9s linear infinite;
}
.box div:nth-child(4){
    top:20%;
    left:60%;
    animation: animate 10s linear infinite;
}
.box div:nth-child(5){
    top:67%;
    left:10%;
    animation: animate 6s linear infinite;
}
.box div:nth-child(6){
    top:80%;
    left:70%;
    animation: animate 12s linear infinite;
}
.box div:nth-child(7){
    top:60%;
    left:80%;
    animation: animate 15s linear infinite;
}
.box div:nth-child(8){
    top:32%;
    left:25%;
    animation: animate 16s linear infinite;
}
.box div:nth-child(9){
    top:90%;
    left:25%;
    animation: animate 9s linear infinite;
}
.box div:nth-child(10){
    top:20%;
    left:80%;
    animation: animate 5s linear infinite;
}

@keyframes animate{
    0%{
        transform: scale(0) translateY(0) rotate(0);
        opacity:1;
    }
    100%{
        transform: scale(1.3) translateY(-90px) rotate(360deg);
        opacity:0;
    }
}

@keyframes image-button {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}


@media (max-width: 1320px) {
    .small-heading {
        font-size: 1.5em;
        padding-top: 4rem
    }

    .heading {
        font-size: 3.5em;
    }

    .d-role {
        font-size: 1rem;
        font-weight: 600;
        margin: 10px;
        padding-bottom: 0em;
        color: rgb(240, 228, 234);
    }
}

@media screen and (max-width: 55.625rem) and (orientation: landscape) {

    .hero-sect{
        height: fit-content; 
    }
}

@media (max-width: 61.25rem) {
    
    .small-heading {
        font-size: 1.2em;
        padding-top: 4rem
    }

    .heading {
        font-size: 3rem;
    }

    .d-role {
        font-size: 1rem;
        font-weight: 600;
        margin: .3125rem;
        padding-bottom: 0em;
        color: rgb(240, 228, 234);
    }
      
}

@media (max-width: 768px) and (orientation: landscape) {

    .hero-sect{
        height: fit-content; 
    }
    .hero-img{
        position:absolute;
        z-index: 0;
        right:10%;
        top: 3.125rem;
        z-index: 1;
    }
    
    .small-heading {
        font-size: 1em;
        padding-top: 10rem
    }

    .heading {
        font-size: 3em;
        padding-bottom: 0em;
    }

    .d-role {
        font-size: 1rem;
        font-weight: 600;
        margin: .3125rem;
        padding-bottom: 0em;
        color: rgb(240, 228, 234);
    }

    .btn.btn-1 {
        font-size: 0.8rem;
        padding: .1875rem 1.25rem;
    }

    .btn.btn-1:hover {
        padding: .1875rem 1.5625rem;
    }

    .btn.btn-2 { 
        font-size: 0.8rem;
    }

    .btn.btn-2:hover {
        padding: .1875rem 1.5625rem;
    }

    .btn.btn-1,
    .btn.btn-2 {
        width:80%;
        font-size: 1.1rem;
        padding: .1875rem 0;
        margin:0;
        margin-top: .5rem;
    }
}
@media screen and (max-width: 768px) and (orientation: landscape) {

    .hero-sect{
        height: 160vh; 
    }

    .hero-img{
        display: flex;
        justify-content: center;
        align-items: center;
        height:auto;
        width: 600px;
        margin: -20px 0 0 0;
        z-index: 0;
        z-index: 1;
    }
    .small-heading {
        padding-top: 5rem
    }
    .btn-container {
        display: flex;
        justify-content: center;
        padding-top: 270px;
    }

    .btn.btn-1,
    .btn.btn-2 {
        width:80%;
        font-size: 1.1rem;
        padding: .5rem 0;
        margin: 0.1rem;
        margin-top: 5rem;
    }
}

@media (max-width: 480px) {
    .wrap-container{
        padding-bottom: 50px;
    }
    .hero-sect{ 
        width: 100%;
        height: 60vh; 
        padding-top: 50px;
    }

    .hero-img{
        display: flex;
        justify-content: center;
        align-items: center;
        height:auto;
        width: 500px;
        right:0%;
        margin: -60px 0 0 0;
        padding-top: 70px;
        z-index: 1;
    }
    .small-heading {
        color: rgb(240, 228, 234);
        font-size: 1.3rem;
        padding-top: 0.2rem
    }

    .heading {
        font-size: 1.8rem;
    }

    .d-role {
        font-size: 1rem;
        font-weight: 600;
        margin: 5px;
        padding-bottom: 0em;
        color: rgb(240, 228, 234);
    }
    .btn-container {
        display: flex;
        justify-content: center;
    }

    .btn.btn-1,
    .btn.btn-2 {
        font-size: 1.1rem;
        padding: .5rem 0;
        margin: .3rem;
    }
    .box {
        margin-top: -150px;
        height:400px;
    }
}

/*Hero section end*/

/*About section start*/

.about-container{
    background: linear-gradient( to bottom, rgb(17, 47, 92) 2%,  rgb(69, 119, 211) 90%);
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding:3.125rem 0 7.5rem 0;
    position: relative;
}

.about-section{
    margin:.625rem;
    text-align: center;
}

.about-flex-1{
    width: 31.25rem;
}

.about-flex-2{
    width: 43.75rem;
    background-color: transparent;
}
.selfie {
    border-radius:9.375rem;
    box-shadow: 0 .875rem 1.75rem rgba(0, 0, 0, 0.25), 0 .625rem .625rem rgba(0, 0, 0, 0.22);
    top:4.375rem;
    right: 0; 
    width: 21.875rem;
}

.about-heading {
    color:rgb(240, 228, 234);
    font-size: 50px;
    margin: .625rem 0 2.5rem 0;
}

.short-paragraph {
    color:rgb(240, 228, 234);
    width:100%;
    font-size: 1rem;
    font-weight:bold;
    text-wrap: wrap;
}
.short-paragraph-1a {
    
    color:rgb(240, 228, 234);
    width:100%;
    font-size: 1rem;
    font-weight:bold;
    
}

.canvas{
    width: 100%;
    height:auto;
}


@media (max-width: 30rem) {
    .about-container{
        padding:50px 0 1.25rem 0;
        margin-top: -.9375rem;
    }
    .about-heading {
        font-size: 2.5rem;
        margin:1.25rem 0 1.875rem 0;
    }
    .selfie {
        border-radius: 12.5rem;
        top:4.375rem;
        right: 0; 
        width: 15.625rem;
    }
    .about-flex-2{
        margin: 0 40px;
    }
}

/*Works section start*/
.projects-section {
    background: linear-gradient( to bottom,  rgb(69, 119, 211) 90%, rgb(126, 159, 221) 95%);
    padding-bottom: 3.125rem;
    flex-direction: column;
}
.projects-section, 
.projects-container {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
    height: auto;
}

.projects-row{
    background:transparent;
    text-align: center;
}

.projects-heading { 
    color:rgb(240, 228, 234);
    font-size: 3.125rem;
    margin:0;
}

.projects{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 31.25rem;
    height: auto;
    opacity: 0.9;
}

.projects:hover .title, 
.projects:hover .image-shot,  
.projects:hover .desc2 {
    transform: scale(1.02);
    opacity: 1;         
    transition: transform 0.3s ease, opacity 0.3s ease; 
}
.projects i{
    font-size:35px; 
    color:rgb(12, 235, 30); 
    text-decoration:none;
}
.work-thumbnail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
}
.sub{
    display: flex;
    flex-direction: column;
}

.image-shot{
    width:21.875rem;
    height: 12.5rem;
    border: .125rem solid #09a5ff;
    border-radius: 1.875rem;
    box-shadow: 0 .875rem 1.75rem rgba(0, 0, 0, 0.25), 0 .625rem .625rem rgba(0, 0, 0, 0.22);
    transition:transform 0.4s ease;
}

.title{
    font-size: x-large;
    font-weight: 600;
}

.title, .desc{
    color:rgb(240, 228, 234);
    padding:.3125rem;
}

.desc, .desc2{
    font-size: large;
    font-weight: 700;
    text-decoration: none;
}
.desc2{
    color:rgb(240, 228, 234);
    background-color: #09a5ff;
    border: .0625rem solid rgb(240, 228, 234);
    border-radius: 1rem;
    width: 30%;
    margin: 2% 35%;
}
.desc:hover {
    color: rgba(12, 235, 31, 0.959);
    transition: transform 0.2s ease, opacity 0.3s ease;
}


@media (max-width: 48rem) {
    .projects-section{
        margin-top: -0.625rem;
    }
    .projects-container{
        padding-bottom: 2.5rem;
    } 
    .projects-heading { 
        color:rgb(240, 228, 234);
        font-size: 3.125rem;
        margin:0;
    } 
}
@media (max-width: 30rem) {
    .projects-heading { 
        font-size: 2.5rem;
        margin: 1.25rem 0 1.875rem 0;
    } 
}

/*Works section end*/

/*Skill section start*/

.skills-container, 
.skills-sect,
.skills-flex-1,
.skills-flex-2 {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.skills-container{
    background:linear-gradient( to bottom, rgb(126, 159, 221) 2%, rgba(5, 19, 100, 0.945) 90% ); 
    padding-bottom: 7.5rem;
    position: relative;
    flex-direction: column;
    margin-top: -1.5625rem
}

.skills-heading {
    text-align: center;
    color:rgb(240, 228, 234);
    font-size: 3.125rem;
    margin: .625rem 0 5.625rem 0;
}

.skills-sect{
    width: 98%;
    height: 60vh;
    border-radius: 1rem;
    position:relative;
    background-image: url("img/Scenic\ 3.jpg");
    background-size: cover;
    background-position: center;
    color: rgb(255, 255, 255);
    z-index: 1;
}
.skills-sect::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}


.skills-section{
    margin:.625rem;
    text-align: center;
}
.skills-section ul {
    line-height: 1.6;
    font-size: 1.5625rem;
    text-align:left ;
    font-weight: 600;
}

.short-paragraph-3 {
    color:rgb(255, 255, 255);
    font-size: 1.5rem;
}

.col {
    width:fit-content;
    text-align: center;
    background-color: #ffffff5e;
    margin: 10px;
    border: .125rem solid #09a5ff;
    border-radius: 1.5625rem;
    box-shadow: 0 .875rem 1.75rem rgba(0, 0, 0, 0.25), 0 .625rem .625rem rgba(0, 0, 0, 0.22);
    transition:transform 0.4s ease;
}
.col img{
    height: 100px;
    border-radius: 20px;
}

.image-tab{
    width:auto;
    height:fit-content;
    padding: 5px;
}

.col:hover {
    transform: scale(1.1);
}

@media(max-width: 925px) and (orientation: landscape) {

    .skills-sect{
        width: 98%;
        border-radius: 1rem;
        position:relative;
        background-image: url("img/Scenic\ 3.jpg");
        background-size: cover;
        background-position: center;
        color: rgb(255, 255, 255);
        z-index: 1;
    }

    .col img {
        height: 3.75rem;
    }
    .col{
        margin: 5px;
        border-radius: 1rem;
    }
    .skills-section ul {
        line-height: 1.3;
        font-size: 22px;
        text-align: left;
        font-weight: 600;
    }

    .short-paragraph-3 {
        color: rgb(255, 255, 255);
        font-size: 22px;
        /* line-height: 1.3; */
    }
}

@media(max-width: 768px) and (orientation: landscape) {

    .skills-sect{
        width: 98%;
        border-radius: 1rem;
        position:relative;
        background-image: url("img/Scenic\ 3.jpg");
        background-size: cover;
        background-position: center;
        color: rgb(255, 255, 255);
        z-index: 1;
    }

    .col img {
        height: 65px;
    }
    .col{
        margin: 5px;
        border-radius: 16px;
    }
    
    .skills-section ul {
        line-height: 1.3;
        font-size: 22px;
        text-align: left;
        font-weight: 600;
    }

    .short-paragraph-3 {
        color: rgb(255, 255, 255);
        font-size: 22px;
    }
}

@media(max-width: 30rem) {
    .skills-sect {
        margin:0;
    }
    .skills-sect::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.274);
        z-index: -1;
    }
    
    .skills-heading {
        text-align: center;
        color:rgb(240, 228, 234);
        font-size: 2.5rem;
        margin: 0rem 0 1.875rem 0;
    }
    
    .col {
        width:auto;
        height: auto;
        margin: .3125rem 1.5625rem;
    }
    .col img{
        height: 3.125rem;
    }

    .skills-section ul {
        line-height: 1.3;
        font-size: 1.25rem;
        text-align:left ;
        font-weight: 600;
    }
    
    .short-paragraph-3 {
        color:rgb(255, 255, 255);
        font-size: 1.25rem;
    }
}

/*Skill section end*/

.contact-summary{
    background:linear-gradient( to bottom, rgba(5, 19, 100, 0.945) 10%, rgba(3, 3, 5, 0.945) 90%); 
    display:flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 3.125rem;
}
.contact-summary a {
    color:whitesmoke;
    font-size: x-large;
    text-decoration: none;
}
.contact-summary h2{
    color:whitesmoke;
    padding: 1.25rem;
    font-size: 2.5rem;
}
.contact-summary a .icon{
    font-size: 2.1875rem;
    color:#09a5ff;
}

@media(max-width: 30rem) {
    .contact-summary{
        margin-top: -.0625rem;
    }
    .contact-summary h2{
        font-size: 2.5rem;
    }
    .contact-summary a{
        font-size: 1rem;
        padding: 0;
        margin: 0 25px;
    }
}


/*Footer section start*/

.footer-container {
    display:flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    background: rgba(2,0,.6,1);
    overflow:hidden;
    gap:.625rem;
    padding:.625rem;
}
.footer-container a{
    text-decoration: none;
}
.footer-container p {
    justify-content: center;
    text-transform: uppercase;
}

.card-text{
    color:rgb(240, 228, 234);
}

/*Footer section End*/

/*Contact Section Start*/

.contact-section {
    padding: 3.125rem 1.25rem;
    text-align: center;
    display: flex;
    justify-content: center;
    position:relative;
    width: 100%;
    align-items: center;
    background-image: url("img/overlay4.png");
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.contact-section h1 {
    font-size:3rem;
    margin-bottom: .625rem;
}

.contact-section p {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
    line-height: 1.6;
}

.contact-section a {
    color: #00d4ff;
    text-decoration: none;
    font-weight: bold;
}

.contact-section a:hover {
    text-decoration: underline;
}

.container {
    max-width: 50rem;
    height: 50rem;
    margin: 0 auto;
    background: rgba(93, 96, 134, 0.514);
    padding: 1.875rem;
    border-radius: .625rem;
    box-shadow: 0 .25rem .625rem rgba(0, 0, 0, 0.25);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-group {
    position: relative;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.945);
}

label {
    position: absolute;
    top: .625rem;
    left: .9375rem;
    font-size: 1rem;
    pointer-events: none;
    transition: all 0.3s ease;
}

input,
textarea {
    width: 100%;
    padding: .9375rem;
    font-size: 1rem;
    border: .125rem solid rgba(10, 190, 245, 0.781);
    border-radius: .625rem;
    background: rgba(129, 53, 53, 0.1);
    color: #ffffff;
    outline: none;
}

input:focus,
textarea:focus {
    border-color: #00d4ff;
    background: rgba(255, 255, 255, 0.2);
}

input:not(:placeholder-shown),
textarea:not(:placeholder-shown) {
    background: transparent; 
}

textarea {
    width: 100%;
    padding: .9375rem;
    font-size: 1rem;
    border: .125rem solid rgba(10, 190, 245, 0.781);
    border-radius: .625rem;
    background: rgba(255, 255, 255, 0.1); 
    color: #ffffff;
    outline: none;
    resize: none;
    transition: background 0.3s ease;
}

textarea:focus {
    border-color: #00d4ff;
    background: rgba(255, 255, 255, 0.2); 
}

textarea:not(:placeholder-shown) {
    background: transparent; 
}


textarea {
    -webkit-appearance: none; 
    -moz-appearance: none;    
    appearance: none;         
}

.inq-btn {
    padding: .9375rem 0rem;
    font-size: 1rem;
    margin: 0 30%;
    display: flex;
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(8, 117, 241, 0.658);
    border: .125rem solid rgba(10, 190, 245, 0.781);
    border-radius: .625rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.inq-btn:hover {
    background-color: #00d4ff;
    transform: scale(1.05);
}

.inq-btn:active {
    transform: scale(0.95);
}
@media (max-width: 48rem) {}

@media (min-width: 31.25rem) {}

/*Build Insights Section*/

.header-container{
    height: 6.25rem;
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 -10px 0;
}

.build-container,
.build-sect,
.build-flex-1, .build-flex-2{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.build-heading{
    text-align: center;
    color:rgb(240, 228, 234);
    width:fit-content;
    background-color: gray;
    border-radius: 40px 40px 0 0;
    font-size: 3.125rem;
    margin:0;
    padding: .625rem;
}

.build-container{
    background:linear-gradient( to bottom, rgba(2,0,.6,1) 10%, rgba(9,9,121,1) 80%), rgba(19, 0, 9, 0.945) 10%; 
    padding: 6.25rem 0;
    display:flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    border: 1px solid gray;
    border-radius: 1.5625rem;
}
.build-1 {
    background-image: url("img/PF-Code.png");
    background-size: cover;
    background-position: center;
}
.build-2 {
    background-image: url("img/Bship-code.png");
    background-size: cover;
    background-position: center;
}
.build-3 {
    background-image: url("img/hvacScrnShot.png");
    background-size: cover;
    background-position: center;
    margin-bottom: 3.125rem;
}

.build-sect{
    background: rgba(88, 85, 85, 0.61);
    width: 90%;
    border-radius: 1.5625rem;
}

.build-section {
    margin:.625rem;
    text-align: center;
}
.build-snip{
    color:rgba(0, 212, 255, 1)
}
.build-flex-1{
    width: 50%;
    height: fit-content;
}
.build-flex-2{
    width: 40%;
    height: fit-content;
}

@media(max-width: 30rem) {
    .header-container{
        height: 3.125rem;
        margin: .625rem 0 -0.625rem 0;
    }
    
    .build-heading{
        text-align: center;
        color:rgb(240, 228, 234);
        width:auto;
        background-color: gray;
        border-radius: 2.5rem 2.5rem 0 0;
        font-size: 1.5625rem;
        margin:0;
        padding: .625rem;
    }
    .build-container{
        padding: 3.125rem 0;
        width:auto;

    }
    
    .build-sect{
        background: rgba(88, 85, 85, 0.61);
        width: 90%;
        border-radius: 1.5625rem;
    }
    .build-snip ul{
        width: 90%;
    }
    .build-flex-1{
        width: 90%;
        height: auto;
    }
    .build-flex-2{
        width: 90%;
        height:auto;
    }
}
/*/Build Insights*/