

/* Navbar */
.nav-item {
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 137.3%; /* 21.968px */
    letter-spacing: 0.32px;
}

/* navbar text */
.nav-link:hover {
    color: #B63613 !important;
}
.nav-link {
    color: rgb(0, 0, 0) !important;
}
.active {
    color: #B63613 !important;
    font-weight: 700;
}

#wm-logo {
    width: 173px;
    height: 39px;
}

/* ----HOME PAGE START----- */

.displayHeader {
    display: flex;
    max-width: 100%; 
    max-height: 20%; 
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    text-align: center; 
}

.displayHeader h1 {
    color: #000;
    font-family: 'Inter', sans-serif; 
    font-size: 60px;
    font-weight: 600;
    line-height: 105.3%;
    letter-spacing: 0.3px;
    /* padding-top: 189px; */
}

.displayHeader h5 {
    /* Add any additional styles for the paragraph if needed */
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.3%;
    letter-spacing: 0.16px;
}

/* HeaderPic */
.headerPic {
    /* max-width: 80%; */
    align-items: center;
    text-align: center;
    
}

#headerPic {
    max-width: 1080px;
    max-height: 600px;
    border-radius: 20px;
    /* filter: drop-shadow(0,100,100,black); */
}

/* Below Pic (Dash) */
/* .rectangleDash {
    margin-top: 3rem;
} */

/* PageText */
.pageText {
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.3%;
    letter-spacing: 0.085px;
}

#s1-lowerdashTxt {
    display: flex;
    max-width: 80;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    text-align: center; 
}

/* Contact Button */
.contactBtn  {
    /* border-radius: 6px; */
    /* background: #B63613; */
    /* width: 128px;
    height: 41px; */
    text-align: center;
}

.btn:hover {
    cursor: pointer;
    scale: 1.05;
}

#contactBtn :hover {
    color: #fff;
    /* font-family: 'Oxygen', sans-serif;
    font-size: 18px; */

    /* font-style: normal;
    font-weight: 700;
    line-height: 137.3%;
    letter-spacing: 0.08px; */
}


/* Section 2 */

.displayHeader2 {
    display: flex;
    max-width: 100%; 
    max-height: 20%; 
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    text-align: center; 
}

.displayHeader2 h1 {
    color: #000;
    font-family: 'Rubik', sans-serif; /* only difference */ 
    font-size: 60px;
    font-weight: 600;
    line-height: 105.3%;
    letter-spacing: 0.3px;
    /* padding-top: 189px; */
}

.displayHeader2 h5 {
    /* Add any additional styles for the paragraph if needed */
    color: #000;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.3%;
    letter-spacing: 0.16px;
}

 /* Grid Pictures */
 /* .gridPic { */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
 /* } */

 #picGrid {
    /* align-self: center; */
    /* justify-self: center; */
    /* max-width: 394px; */
    /* max-height: 289px; */
    border-radius: 20px;
    box-shadow: 33px 34px 34px -45px rgba(0, 0, 0, 0.25);
}

#picGrid:hover {
    cursor: pointer;
    scale: 1.01;
    transition: .1s all;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    
}

.homeGrid {
    border-color: none;
    border: none;
    background-color: #f4f4f4;
}

#txtLink {
    color: #B63613;
    font-family: 'Inter', sans-serif; 
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 137.3%;
    letter-spacing: 0.07px;
    text-align: end;
    text-decoration: none;

}

/* SECTION 3 */
.displayHeader3 h5 {
    /* Add any additional styles for the paragraph if needed */
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 550;
    line-height: 109.3%;
    letter-spacing: 0.19px;
}

/* We Work With Logo's */
.linkWork {
    opacity:0.44;
    align-content: center;
    justify-content: center;
}
.linkWork:hover {
    cursor: pointer;
    scale: 1.025;
    transition: .1s all;
    opacity: 1;
}

/* #s3-ctaTxt {
    display: flex;
    max-width: 80;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    text-align: center; 
} */

/* Testimonials on home page */
.quotes {
    color:rgb(135, 128, 128);
}

.quotes:hover {
    color:#000;
}


.breakerImg1 {
    background-color: #000000;
    /* background-image: url("images/better_distance.png"); */
    background-image: url("images/officeBreaker.jpg");
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 10px;
    filter: blur(0.9px);
    background-position: center;
    /* filter: opacity(100%); */
    border: 1px solid rgb(0, 0, 0);
    margin-top:3rem;
    margin-bottom: 3rem;
} 

/* -----MOBILE START------- */

/* Header Pic (mobile)*/
@media screen  and (max-width: 801px) {

    .displayHeader {
        display: flex;
        max-width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center; 
        text-align: center;  
    }

    .displayHeader h1 {
        font-size: 30px;
        letter-spacing: 0.0px;
    }

    .displayHeader h5 {
        font-size: 25px;
        letter-spacing: 0.0px;
    }
    /* HeaderPic (mobile) */
    .headerPic {
        max-width: 100%;
    }
    #headerPic {
        border-radius: 20px;
        max-width: 100%;
        height: auto;
    }

    /* Grid Pictures */
    /* .gridPic {
        /* max-width: 100%; */
    /* } */
    /* #picGrid1 { */
        /* max-width: 340px; */
        /* width:100%; */
        /* height:auto; */
    /* } */
    /* #picGrid2 { */
        /* max-width: 340px; */
        /* height: 259px; */
        /* width: 100%; */
        /* height:auto; */
    /* } */ 
}


/* FOOTER START */

#largeEmail {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 116.8%;
    letter-spacing: 0.22px;
}
.belowEmail {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140.3%;
    letter-spacing: 0.09px;
}
/* .socials {
    display: flex;
    flex-direction: column;
} */

.gotQuestions {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130.8%;
    letter-spacing: 0.48px;
}

.contactDetails {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140.3%;
    letter-spacing: 0.08px;
    text-decoration: none !important;
}


#footerMenu {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 137.3%;
    letter-spacing: 0.56px;
    text-decoration: none;
}

#footer-line {
    max-width: 1140px;
}

/* Footer Media */

@media (max-width: 1400px) {
    #footer-line {
        max-width: 1010px;
    }
}
@media (max-width: 1200px) {
    #footer-line {
        max-width: 900px;
    }
}
@media (max-width: 1174px) {
    #largeEmail {
        font-size: 30px;
    }

}
@media (max-width: 992px) {
    #footer-line {
        max-width: 620px;
    }
}
@media (max-width: 813px) {
    #largeEmail {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    #largeEmail {
        font-size: 20px;
    }
    #footer-line {
        max-width: 620px;
    }
}



/*  SERVICES PAGE START */

.subTitle {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.3%;
    letter-spacing: 0.085px;
    text-align: start;
}

#serviceInfo1 {
    color: #000;
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 109.3%;
    letter-spacing: 0.09px;
    text-align:start;
}

#serviceInfo2 {
    color: #000;
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 109.3%;
    letter-spacing: 0.09px;
    text-align: start;
}

.topServiceRGrid {
    justify-content: start;
    text-align: start;
}

.topServiceLGrid {
    justify-content: end;
    text-align: end;
    /* display: flex;
    flex-direction:column-reverse; */
    
}

/* Img Breaking Section 3-4 */
.breakerImg2 {
    background-color: #000000;
    /* background-image: url("images/better_distance.png"); */
    background-image: url("images/laptopBreaker.jpg");
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 10px;
    filter: blur(0.9px);
    background-position: center;
    /* filter: opacity(100%); */
    border: 1px solid rgb(0, 0, 0);
    margin-top:3rem;
    margin-bottom: 3rem;
}   



/* Large-Small Screen Responsive */
@media (max-width: 992px) {
    .topServiceRGrid, .topServiceLGrid {
        justify-content: center;
        text-align: start;
    }
}

#step1 {
    color: #B63613;
    font-family: 'Oxygen', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 109.3%;
    letter-spacing: 0.09px;
    text-align:center;
    text-decoration: none;
}

#stepsInfo1 {
    color: #000;
    font-family: 'Oxygen', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 109.3%;
    letter-spacing: 0.09px;
    text-align:center;
}

#steptsInfo2{
    color: #000;
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 109.3%;
    letter-spacing: 0.09px;
    text-align: center;
}


/*  CONTACT PAGE START */

#contact-lowerdashTxt {
    display: flex;
    max-width: 80;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    text-align: center; 
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.3%;
    letter-spacing: 0.085px;
}

.contactCard {
    max-width:20em;
    max-height: 11em;
    /* max-width:380px;
    height: 170px; */
    flex-direction: row;
    background-color: #F3F5F9;
    /* box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px; */
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
    /* box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px; */
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.contactCard img {
    max-width:45px;
    max-height: 45px;
    padding: 0.5em;
}

.contactCard h5 {
    color: #1C1C1C;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.3%;
    letter-spacing: 0.012px;
    text-align: start;
}

.card-details {
    color: #3267B6;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140.3%;
    letter-spacing: 0.012px;
    text-align: start;
}

/* Background to Contact Form */

.breakerImg3 {
    position: relative;
    background-color: #000000;
    /* height: 813px; */
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    overflow: hidden; /* Ensure content doesn't overflow */
}

.breakerImg3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("images/innovate.jpg");
    background-size: cover;
    background-position: center;
    filter: blur(4px);
    z-index: 1;
}

.contactform {
    height: 655px;
    border-radius: 20px;
    max-width: 613px;
    background-color: #f3f5f9;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px; */
    position: relative;
    z-index: 2;
    /* Add additional styling for the contact form here */
}

.form-icon {
    /* text-align:end; */
    max-width:45px;
    max-height: 45px;
    padding: 0.5em;
    /* margin-left: 2em; */
    /* margin-top: 2em; */
}

.form-icon-align {
    /* text-align:end; */
    align-content: end;
    margin-left: 0.5em;
}

.form-title {
    /* margin-left: 2em; */
    /* margin-top: 2em; */
    align-content: end;
}

.form-title h5 {
    color: #1C1C1C;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.3%;
    letter-spacing: 0.012px;
    text-align: end;
}

.form-subtitle {
    color: #1C1C1C;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140.3%;
    letter-spacing: 0.012px;
    text-align: start;
    margin-left: 65px;
}

.form-fields {
    width: 70%;
    border-radius: 4px;

}

.form-check {
    margin-top: 2em;
    text-align: start;
    margin-left: 20px;
}

.form-control {
    overflow-y: auto; /* Adds a scrollbar if content exceeds max height */
}

.formSubmit-btn {
    text-align: end;
    margin-right: 3em;
}

@media (max-width:430px) {
    .contactform {
        height: 680px;
    }
}