* {
    box-sizing: border-box;
}

:root {
    --techsol360-primary-color: #00AEEF;
    --grey-bg-color: #ededed;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

header {
    padding: 20px 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

header section.logo img {
    height: 48px;
    width: auto;
}

.navbar {
    justify-content: flex-end;
}

.navbar-nav-list {
    display: flex;
    flex-direction: row;
}

.navbar-list-item {
    display: block;
    list-style: none;
    margin-right: 16px;
    font-size: 20px;
}

.navbar-list-item a {
    text-decoration: none;
    color: #888;
    transition: color .5s ease-in-out;
    transition: font-weight .1s linear;
}

.navbar-list-item a:hover {
    color: black;
    font-weight: bold;
}

#nav-mobile-menu-btn {
    display: none;
}

#banners {
    width: 100%;
    height: 60vh;
}

#banners .banner {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0px 100px;
}

.banner h1 {
    flex: 1;
    font-size: 70px;
    text-align: left;
    line-height: 1;
}

.banner h1 span {
    color: var(--techsol360-primary-color);
}

.banner img {
    flex: 1;
    height: 450px;
}

#get-a-quote-cta {
    padding: 20px 100px;
    height: 150px;
    background-color: var(--grey-bg-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#get-a-quote-cta h1 {
    flex: 3;
    font-size: 40px;
    color: black;
}

#get-a-quote-cta .cta {
    flex: 1;
}

#get-a-quote-cta .cta a {
    height: 80px;
    width: 90px;
    padding: 20px;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 18px;
    background-color: var(--techsol360-primary-color);
}

#services-section {
    
    padding: 20px 100px;
    /*background-color: var(--grey-bg-color);*/
    text-align: center;
}

#services-section h1 {
    font-size: 48px;
}

#services {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
    flex-wrap: wrap;
}

#services h1 {
    font-size: 40px;
    color: var(--techsol360-primary-color);
}

#services .service {
    flex:  1 0 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

#services .service h2 {
    line-height: 1.25;
    font-size: 20px;
    font-weight: bold;
}

#services .service img {
    height: 200px;
}

#about-us-section {
    padding: 30px 100px;
}

#about-us-section h1 {
    font-size: 40px;
    text-align: center;
}

#about-us {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

#about-us article {
    flex: 1;
}

#about-us .about-us-text {
    flex: 1;
}

#about-us .about-us-text p {
    font-size: 20px;
    line-height: 1.25;
}

#about-us .about-us-img {
    text-align: center;
}
#about-us .about-us-img img {
    height: 350px;
}

#customers-section {
    padding: 30px 100px;
}

#customers-section h1 {
    font-size: 40px;
    text-align: center;
}

#customers-section .customers-text p {
    font-size: 22px;
}

#customers {
    margin-top: 20px;
}

#customers .glide, #customers .glide-2 {
    height: 150px;
}

#customers .glide li, #customers .glide-2 li {
    text-align: center;
}

#customers .glide img, #customers .glide-2 img {
    height: 80px;
}

footer {
    padding: 20px 100px;
    background-color: var(--grey-bg-color);
    text-align: center;
}

footer h1 {
    font-size: 40px;
}

footer #contact-us-section {
    display: flex;
}

footer .contact-us-sections {
    flex: 1;
}

#contact-form form {
    text-align: left;
}

#contact-form form input, #contact-form form textarea, #contact-form form button {
    font-family: 'Poppins', sans-serif;
}

#contact-form form textarea:focus, #contact-form form input:focus{
    outline: none;
    border: 1.5px solid var(--techsol360-primary-color);
    background-color: white;
}

#contact-form form div {
    margin-bottom: 14px;
}

#contact-form form span {
    display: inline-block;
    width: 100px;
}

#contact-form form span.align-top {
    vertical-align: top;
}

#contact-form form input {
    width: 250px;
    height: 40px;
    /* border-top: 0;
    border-left: 0;
    border-right: 0; */
    background-color: transparent;
    margin-left: 20px;
    padding: 5px;
    border-radius: 4px;
    box-shadow: none;
    border:none;
    background-color:#ddd;
}

#contact-form form textarea {
    height: 100px;
    margin-left: 20px;
    width: 250px;
    background-color: transparent;
    border: 1.5px solid black;
    border-radius: 4px;
    padding: 8px;
    box-shadow: none;
    border:none;
    background-color:#ddd;
}

#contact-form form textarea {
    height: 100px;
    margin-left: 20px;
    width: 250px;
}

#contact-form form button {
    margin-left: 20px;
    background-color: var(--techsol360-primary-color);
    color: white;
    width: 150px;
    height: 40px;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
}

#contact-details {
    padding: 20px;
    text-align: left;
}

#contact-details .logo {
    height: 50px;
    margin-left: 40px;
    margin-top: 40px;
}

#contact-details ul li {
    list-style: none;
    margin-bottom: 18px;
}

#contact-details ul li a {
    text-decoration: none;
    color: #888;
}

#contact-details ul li a:hover {
    text-decoration: none;
    color: black;
}

#contact-details ul li span {
    margin-right: 30px;
    vertical-align: bottom;
}

@media (max-width: 600px) {
    #nav-mobile-menu-btn {
        display: inline;
        position: absolute;
        right: 6%;
        top: 3%;
        font-size: 24px;
        font-weight: bold;
    }

    header {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    header section.logo {
        align-self: flex-start;
        margin: 16px 14px;
    }

    .navbar {
        display: none;
        width: 100%;
        background-color: rgba(0,0,0,0.2);
    }

    .navbar-list-item {
        display: none;
        margin: 20px 0px;
    }

    .navbar-nav-list {
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
        padding: 0;
    }

    .show {
        display: block;
    }
    
}