* {
    margin: 0px;
    padding: 0px;
}

html {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    /* padding-bottom: 2rem; */
    scroll-behavior: smooth;
}
a:hover{
    text-decoration: none;
}
body {
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    width: 100%;
    background-color: #33AADB;
}

nav {
    width: 100%;
    height: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 1rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

nav a {
    height: 100%;
    width: auto;
    text-transform: capitalize;
}

nav img {
    height: 100%;
    width: auto;
}

nav .menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 2rem;
}

nav .menu a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 1rem;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: capitalize;
}

main {}

.Heroimage {
    margin: auto;
    display: block;
    /* flex-direction: column;
    justify-content: center;
    align-items: center; */
    width: 100%;
    box-sizing: border-box;
    height: auto;
    text-align: center;
    background-color: rgba(255,255,255,0);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    padding-top: 5rem;
    padding-bottom: 5rem;
    /* border-radius: 10px; */
}

.Heroimage h1 {
    font-size: 2rem;
    text-transform: capitalize;
    color: #ffffff;
    /* margin-top: 2rem; */
}

.Heroimage h4 {
    font-size: 1.75rem;
    margin-top: 1rem;
}

.Heroimage i {
    color: #33AADB;
}

.Heroimage img {
    margin-bottom: -10rem;
    max-width: 1000px;
    height: auto;
    width:80%;
}

.Heroimage a {
    background-color: #ffc526;
    color: #ffffff;
    padding: 0.25rem 1rem;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.industries {
    margin-top: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.industries h2,
.services h2 {
    font-size: 3rem;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}

.industrylist {
    width: 100%;
    max-width: 800px;
    min-width: 200px;
    margin-top: 4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.industryitem {
    width: 15%;
    height: auto;
    margin: 0.5rem;
}

.industryitem img {
    display: block;
    height: auto;
    width: 100%;
}

.industryitem .Selectedimg {
    display: none;
}

.selectedIndustry img {
    display: none;
}

.selectedIndustry .Selectedimg {
    display: block;
}

.IndustryDetails {
    width: 80%;
    max-width: 670px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 2rem 1rem;
    margin-top: 2rem;
    display: none;
    background-color: #ffffff;
}

.IndustryImage {
    width: 40%;
    min-height: 100%;
    border-radius: 10px;
    margin-right: 1rem;
}

.IndustryImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    
}

.IndustryDetail {
    width: 60%;
}

.IndustryDetail h2 {
    font-size: 2rem;
    text-align: left;
    color: #33AADB;
}

.IndustryDetail p {
    margin-top: 0.5rem;
}

.services {
    /* margin: auto; */
    margin-top: 4rem;
    /* max-width: 1000px; */
}

.services h2 {
    margin-bottom: 0rem;
}

.serviceItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
}

.serviceItem:nth-child(2n+1) {
    flex-direction: row-reverse;
}

.serviceImage {
    width: 35%;
}

.serviceImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ServiceDetail {
    width: 55%;
    padding: 1rem 2rem;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}

.ServiceDetail h2 {
    text-align: left;
    color: #33AADB;
    margin-bottom: 0.5rem;
    font-size: 2rem;
}

.serviceItem:nth-child(2n+1) .ServiceDetail {
    align-items: flex-end;
    text-align: right;
}

.ServiceDetail p {
    text-align: justify;
}

.WorkwithUs {
    margin: 3rem 0rem 4rem;
}

.WorkwithUs h2 {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
}

.WorkwithUs h4 {
    font-size: 2rem;
    text-align: center;
}

.WorkwithUs i {
    color: #33AADB;
    font-style: normal;
}

.workWithUsForm {
    width: 70%;
    margin: auto;
    height: auto;
    /* display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 2rem 1rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
    background-color: #ffffff;
}

.emailform {
    float: left;
    width: 50%;
}

.messageform {
    width: 50%;
    float: right;
}

.form-group {
    width: 100%;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.form-group label {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
}

.form-group input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 0.5rem 1rem;
}

.messageform .form-group {
    height: 100%;
}

.form-group textarea {
    display: block;
    width: 100%;
    height: calc(100% - 2rem);
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    outline: none;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.workWithUsForm button {
    display: block;
    width: fit-content;
    padding: 0.5rem 1rem;
    border: none;
    background-color: #ffc526;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 600;
    margin: auto;
    margin-top: 1rem;
}

.clear {
    clear: both;
}

footer {
    background-color: #1E8EBE;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2rem;
    /* gap: 10rem;   */
}

.footrintro {}

.footrintro img {
    height: 5rem;
    width: auto
}

.footerlinks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.footerlinks h2 {
    color: #ffffff;
    margin-bottom: 0.75rem;
    font-size: 2rem;
}

.footerlinks a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 600;
}

.footerlinks a:hover {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.5rem;
}

.contactUs {}

.contactInfo {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-start;
    margin-top: 0.5rem;
}

.contactInfo .iconify {
    font-size: 1.25rem;
}

.contactInfo p {
    color: #ffffff;
    margin:0;
    margin-left: 1rem;
    width: 16rem;
    font-weight: 600;
    font-size: 1.125rem;
}

.copyright {
    width: 100%;
    height: fit-content;
    background-color: #126588;
    padding: 0.5rem;
    box-sizing: border-box;
}

.copyright p {
    font-size: 0.9rem;
    color: #fff;
    text-align: center;
}

.AiChat {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    border-radius: 5rem;
    width: 5rem;
    height: 5rem;
    background-color: #ffc526;
}

@media screen and (min-width:900px) {
    footer {
        padding: 2rem 4rem;
    }
    .serviceItem {
        padding: 2rem 4rem;
    }
}

@media screen and (min-width:1200px) {
    footer {
        padding: 2rem 6rem;
    }
}

@media screen and (max-width:768px) {
    html {
        font-size: 14px;
    }
    .ServiceDetail {
        padding: 1rem;
    }
    .serviceImage {
        width: 40%;
    }
    .emailform,
    .messageform {
        float: left;
        width: 100%;
    }
    .form-group textarea {
        height: 5rem;
    }
}

@media screen and (max-width:600px) {
    .Heroimage img {
        width: 80%;
        height: auto;
    }
    .serviceItem,
    .serviceItem:nth-child(2n+1) {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1rem 2rem;
    }
    .serviceImage {
        display: block;
        width: 100%;
        height: 200px;
        padding: 0rem 2rem;
        box-sizing: border-box;
    }
    .ServiceDetail {
        width: 100%;
    }
    .serviceItem:nth-child(2n+1) .ServiceDetail {
        align-items: flex-start;
        text-align: left;
    }
    footer {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 1rem;
    }
}

@media screen and (max-width:500px) {
    html {
        font-size: 12px;
    }
    .IndustryDetails {
        flex-direction: column;
        justify-content: center;
    }
    .IndustryImage {
        display: none;
    }
    .IndustryDetail {
        width: 100%;
        text-align: justify;
    }
    .IndustryDetail h2 {
        text-align: center;
    }
    nav {
        height: 3.5rem;
    }
    nav .menu a {
        font-size: 1rem;
    }
}

@media screen and (max-width:360px) {
    .serviceImage {
        padding: 0rem 0rem;
    }
}