﻿body {
    align-items: center;
    margin: 0;
    font-family: 'Asap', sans-serif;
}

.bgimage {
    position: fixed;
    height: 100vh;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -5;
}

/*Dashboard Area stuff*/
.dashboardContainer {
    display: flex;
    width: 100%;
    justify-content: center;
}

.dashboard {
    color: white;
    text-shadow: -2px 2px 8px rgb(37, 37, 37, 0.76);
    width: 100%;
}

/*Navbar stuff here*/
.navibarContainer {
    width: 100%;
    justify-content: center;
    display: flex;
    height: 100px;
    background-repeat: no-repeat;
    background-blend-mode: hue;
    background-size: cover;
    background-position: center;
}

.navibar {
    display: flex;
    justify-content: space-between;
    max-width: 1620px;
    width: 100%;
}

.logoContainer {
    text-align: center;
    margin-left: 20px;
}

.logoLink {
    max-height: fit-content;
}

.navbarLogo {
    max-height: 80px;
    margin: 10px 0;
}

.collapsibleMenuBtn {
    background-color:rgb(0, 0, 0, 0);
    border: none;
    border-radius: 2px;
    float: left;
    margin: 30px;
}

.collapsibleMenuBtn:hover {
    background-color: rgb(25, 25, 25, 0.14);
    transition: 0.1s;
    cursor: pointer;
}

.collapsibleMenuBtn:active {
    background-color: rgb(100, 100, 100, 0.14);
}

.bi-list{
    min-width: 40px;
    min-height: 40px;
    padding: 5px;
}

.dropDownMenu {
    background-color: #287a93;
    list-style-type: none;
    transition: 0.5s;
    padding: 0;
    margin: 0;
    height: 0%;
    overflow: hidden;
    box-shadow: inset 0 0 8px rgb(61, 61, 61);
}

.dropDownMenu li {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    width: 100%;
    padding: 10px 0;
    position: relative;
    transition: background-color 0.05s;    
}

.dropDownMenu li:hover {   
    background-color: rgb(51, 51, 51, 0.68);
}

.dropDownMenu li a {
    text-decoration: none;
    color: white;
}

.enlargeFont {
    font-size: 1.35rem;
}

.menuLink {
    text-decoration: none;
    color: white;
}

/* Weather container in navibar */
.weatherContainerNew {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-right: 20px;
}

.weatherAndIPNewContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.weatherOnlyNew {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.weatherCityNew {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: large;
    font-weight: 600;
    margin-right: -10px;
}

.weatherSymbolNew {
    max-width: 60px;
    object-fit: contain;
}

.weatherInfoNew {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.temperatureNew {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tempNowNew {
    font-size: 1.3rem;
}

.tempRangeNew {
    font-size: 0.8rem;
    font-weight: 100;
}

.ipAddressNew {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-left: 100px;
}

.country i {
    background: url(https://dl.dropboxusercontent.com/s/izcyieh1iatr4n5/flags.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 11px;
}

/*Company intro*/
.companyIntroContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 30px;
}

.companyIntroContainer h1{
    width: 60%;
    text-align: center;
    font-size: 3rem;
    font-weight: bolder;
}

.companyIntroContainer p{
    width: 60%;
    text-align: center;
    font-size: 1.75rem;
    max-width:1400px;
}

/*Services test area*/
.servicesContainer {
    display: flex;
    justify-content: center;
}

/*Dashbaord items general configs*/
.dashboardItems {
    clear: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
    width: 100%;
}

.topItems {
    display: inline-flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1620px;
    width: 100%;
}

.middleItems {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-bottom: 20px;
    max-width: 1620px;
    width: 100%;
}

.bottomItems {
    display: inline-flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1620px;
    width: 100%;
}

.dashboardItem {
    border: solid 4px whitesmoke;
    border-radius: 5px;
    box-shadow: -3px 3px 8px rgb(37, 37, 37, 0.76);
    box-sizing:content-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    min-height: 390px;
    min-width: 350px;
    margin: 20px;
    text-align: center;
}

/*Top Items go here*/
/*Company Services*/
.services {
    background-color:rgba(133, 133, 133, 0.459);
    display: flex;
    height: 350px;
}

.serviceTitle {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.serviceInfoWrapper {
    display: flex;
    justify-content: center;
    margin: 30px 0 50px 0;
}

.serviceInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.serviceInfoImg {
    height: 150px;
    object-fit: contain;
}

.serviceInfoDescription {
    font-size: large;
    margin: 10px;
}

.white {
    color: white;
}

.whiteIndicator li {
    background-color: rgba(255, 255, 255, 0.548) !important;
}

.whiteIndicator .active {
    background-color: rgba(255, 255, 255, 0.932) !important;
}


/*Testimonials scroller*/
.testimonials {
    background-color: white;
    color: black;
    display: flex;
    flex-grow: 2;
    text-shadow: none;
}

.carousel-inner {
    margin: 0;
}


.icon-black {
    color: black;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
}

.carousel .carousel-indicators li {
    background-color: rgba(70,70,70,.25);
}
  
.carousel .carousel-indicators .active {
    background-color: #444;
}

.testimonialsBox {
    align-content: center;
    display: flex;
    justify-content: space-evenly;
    padding: 20px 80px 35px 80px;
    height: 350px;
}

.dividerLine {
    background-color: black;
    border: black solid 1px;
    height: auto;
    margin: 20px 10px;
    max-width: 0;
}

.customerLogoContainer {
    align-items: center;
    display: flex;
    margin-right: 30px;
}

.customerLogo {
    max-width: 150px;
    object-fit: contain;
}

.customerTestimonial {
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
    max-height: 250px;
}

.review {
    font-size:large;
    margin-bottom: 20px;
}

.customerName {
    font-size: small;
}

/*MiddleItems here*/
.techDemoTitle {
    margin: 16px 0 16px 0;
    width: 100%;
    text-align: center;
}

/*Chat*/
.chat {
    background-color: white;
    display: flex;
}

#azureChatbot {
    width: 100%;
    min-height: 350px;
    border: none;
}

#webchat {
    width: 350px;
    height: 350px;
    text-shadow: none;
    text-align: left;
}

/*IPtoGeolocation*/
.IPtoGeolocationContainer {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.IPInputContainer {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.googleMaps {
    height:360px;
}

@keyframes spinner {
    0% {
      transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }
    100% {
      transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

.loadingOverlayContainer {
    position: relative;
    height: 0px;
}

.loadingOverlay {
    position: absolute;
    width: 100%;
    height: 360px;
    background-color: rgba(85, 85, 85, 0.432);
}

.spinning::before {
    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 5px #cfd0d1;
    border-bottom-color: #1c87c9;
    border-radius: 50%;
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
}

/*Weather*/
.weather {
    background-size:cover;
    background-repeat: no-repeat;
    flex-grow: 1;
}

.weatherContainer {
    border: none;
    margin: 0;
    box-shadow: none;
    height: 100%;
    background-color:rgba(126, 126, 126, 0.356);
}

.weatherCity {
    font-size: 2rem;
    font-weight: 600;
}

.weatherInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: inherit;
}

.weatherSymbol {
    max-height: 150px;
}

.temperature {
    margin: 20px;
}

.tempNow {
    font-size: 4rem;
}

.tempRange {
    font-size: 1.5rem;
    font-weight: 100;
}

.weatherSpecificInfo {
    margin: 10px;
}

/*Face Recognizer*/
.faceRecognizer {
    align-content: center;
    background-color:rgba(133, 133, 133, 0.459);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-wrap: nowrap;
    justify-content: space-between;
    min-width: 350px;
}

.greetingMessage {
    align-items: center;
    border: dashed 5px lightgray;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    height: 330px;
    justify-content: center;
    margin: 10px;
    padding: 0 10px;
    position: relative;
    transition: background-color 0.2s;
}

.sampleVisionImg {
    max-height: 200px;
    object-fit: contain;
}

.is-dragover {
    background-color: rgba(169, 169, 169, 0.473);
}

.infoMessage {
    font-size: 2rem;
}

.imgCenteringContainer {
    display: flex;
    justify-content: center;
}

.imgContainer {
    float: left;
    display: flex;
    justify-content: flex-start;
    width: fit-content;
}

.imageInContainer {
    float: left;
}

.imageDescription {
    max-width: 300px;
    align-self: center;
    text-align: center;
}

.traditionalUpload {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 10px;
    position: absolute;
}

#chooseFileBtn {
    padding: 5px;
    opacity: 0;
    position: absolute;
    height: 110%;
    width: 105%;
    margin: -20px -10px;
}

.chosenUploadContainer {
    position: relative;
    border: 2px dashed white;
}

#chooseFileBtnChosen {
    margin-left: -20%;
    opacity: 0;
    position: absolute;
    width: 100%;
}

#uploadPrompt {
    opacity: 5;
}

#submitBtn {
    border: none;
    background-color: #52525270;
    color: white;
    padding: 5px;
}

#chooseFileBtn:hover {
    cursor: pointer;
}

#submitBtn:hover {
    cursor: pointer;
}

/*Bottom Items here*/
/*IP Address*/
.ipAddress {
    background-color: rgba(255, 255, 255, 0.527);
    color: black;
    display: flex;
    justify-content: center;
    text-shadow: none;
    min-height: 0;
}

/*Quote of the day*/
.quotesBox {
    background-color: rgba(255, 255, 255, 0.527);
    color: black;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    text-shadow: none;
    max-height: 200px;
    min-height: 0;
}

#quotes {
    padding: 5px;
    word-wrap: break-word;
}

/*Contact us area*/
.contactUsContainer { 
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    width: 100%;
}

.contactUsTitle {
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-weight: 700;
    margin: 30px 0;
}

/*Google Street View*/
.googleStreetViewContainer {
    aspect-ratio: 16 / 16;
    margin-top: 20px;
    width: 50%;
    max-width: 1620px;
}

#googleStreetView {
    width: 100%;
    height: 100%;
    border-style: none;
    border-radius: 5px;
}

/*Feedback form*/
.contactUsFormContainer {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 50px 0 80px 0;
    max-width: 1620px;
    width: 80%;
}

.feedbackTitle {
    color: white;
    text-align: center;
    font-size: large;
    font-weight: bold;
}

.contactUsForm {
    width: 50%;
    margin-left: 5%;
    padding: 20px;
    border: none;
    border-radius: 5px;
}

.detailsRow {
    display: flex;
    flex-wrap: wrap;
    font-size: large;
    margin: 0;
    justify-content: space-between;
}

input {
    width: 100%;
}
.name{
    margin: 10px 10px;
    flex-grow:1;
}
.phone{
    margin: 10px 10px;
    flex-grow:1;
}
.email{
    margin: 10px 10px;
    flex-grow:1;
}

.message {
    width: 100%;
    height: 200px;
    margin-top: 30px;
    margin-left: 10px;
    padding-right: 20px;
}

.message textarea {
    width: 100%;
    height:100%;
}

textarea {
    width: 80%;
    font-size: large;
}

.captchaContainer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.captchaContainer input {
    margin-left: 15px;
}

.formButtonContainer {
    display: flex;
    justify-content: center;
}

.formButtons {
    background: lightslategray;
    border: 2px solid white;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    height: 40px;
    margin: 40px;
    margin-bottom: 10px;
    width: 70px;
}

.formButtons:hover {
    background-color: lightgray;
}

.submittedText {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
}

/*Footers*/
.footer {
    bottom: 0;
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.contact {
    background-color: #5fa9c8;
    color: white;
    display: flex;
    font-size: large;
    justify-content: space-around;
    padding: 5px 0;
    text-decoration: underline 1px;
}

.contactEmail {
    font-size: large;
    text-align: center;
}

.contactNum {
    text-align: center;
}

.address {
    text-align: center;
}

.copyright {
    background-color: #333F50;
    font-size: 0.9rem;
    text-align: center;
    color: white;
    padding: 3px 0;
}

/*Scroll to top button */
#scrollToTopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 80px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(109, 109, 109, 0.63); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    transition: 0.2s;
  }
  
#scrollToTopBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

/*For mobile users*/
@media (max-width: 800px) {
    .topItems {
        flex-direction: column;
    }

    .middleItems {
        flex-direction: column;
    }

    .bottomItems {
        flex-direction: column;
    }

    .customerLogo {
        max-width: 90px;
        object-fit: contain;
    }

    .review {
        font-size: small;
    }
    .captchaContainer input {
        margin-left: 0px;
    }
}

/*Typical laptop users*/
@media (min-width: 801px) and (max-width: 1120px) {
    .topItems {
        flex-direction: column;
    }
    
    .middleItems {
        flex-direction: column;
    }

    .bottomItems {
        flex-direction: column;
    }

    .customerLogo {
        max-width: 120px;
        object-fit: contain;
    } 

    .review {
        font-size: medium;
    }
}

/*Big screen users*/
@media (min-width: 1121px) {
    .topItems {
        flex-direction: row;
    }

    .middleItems {
        flex-direction: row;
    }

    .bottomItems {
        flex-direction: row;
    }
}

/* For resizing obama */
@media (min-width: 1120px) and (max-width: 1372px) {
    .sampleVisionImg {
        max-height: 150px;
    }
}


