:root{
    --black: #000;
    --purple: #952389;
    --darkPurple: #6f0a65;
    --mainFontColour: #ffffff;
    --navtexthover: #f18701;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: none;
}

html{
    scroll-behavior: smooth;
    overflow-y: auto;
    scrollbar-width: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}


body{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 100%;
    overflow-x: hidden;
}



.notes .notesButton{
    background-color: #f18701;
    color:#000;
    border: solid black 3px;
}

.support .genericButton{
    background-color: #f18701;
    color:#000;
    border: solid black 3px;
}

.cloudHosting .genericButton{
    background-color: #f18701;
    color:#000;
    border: solid black 3px;
}

.form-container{
    background: black;
    color: white;
    border-radius: 10px;
    align-content: centre;
    border: solid, 3px black;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    grid-area: form-container;
    padding: 5px;
}
.buisinessPhone-container{
    border: solid, 3px black;
    border-radius: 10px;
    background: rgb(66, 66, 239);
    color: white;
    align-content: start;
    grid-area: buisinessPhone-container;
}

.buisinessEmail-container{
    background: rgb(66, 239, 144);
    grid-area: buisinessEmail-container;
    justify-content: center;
    align-content: center;
    color: white;
    border-radius: 10px;
    border: solid, 3px black;
}


.form-container label{
    font-weight: 500;
}

.form-container input,
.form-container textarea{
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

.form-container input:focus,
.form-container textarea:focus{
    border-color: #9b59b6;
    outline: none;
}

textarea{
    overflow: hidden;
    resize: none;
    min-height: 50px;
    box-sizing: border-box;
    width: 100%;

}



.form-container input[type="submit"]{
    background-color: #f18701;
    color: #000000;
    border: solid black 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-container input[type="submit"]:hover{
    
  color: white;
  background-color: #000;
  border: solid #f18701 3px;

}

@media(max-width: 800px){
    .contactSection-container{
        grid-template-columns: 1fr;
        grid-template-areas:
        "form-container"
        "buisinessPhone-container"
        "buisinessEmail-container"
        ;

        .form-container,
        .buisinessPhone-container,
        .buisinessEmail-container{
            width: 100%;

        }
    }
}

.input-box{
    background-color: #000;
}

.p1{
    grid-area: p1;
}

.p2{
    grid-area: p2;
}

.p3{
    grid-area: p3;
}

input:invalid:not(:placeholder-shown)
, #enquiry:invalid:not(:placeholder-shown)
,#phone:invalid:not(:placeholder-shown){
    background-image: url("../Images/red_cross.svg");
    background-size: 20px 20px;
}

input:valid, #enquiry:valid, #phone:valid{
    background-image: url("../Images/green_tick.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    padding-right: 30px;
    background-size: 20px 20px;
}

input[type="submit"]{
    background-image: none;
}

input:valid:not(:placeholder-shown)
, input:invalid:not(:placeholder-shown)
, #enquiry:invalid:not(:placeholder-shown){
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    padding-right: 30px;
}

input:valid + input[type="submit"]{
    opacity: .6;
    pointer-events: none;
}

.pricing {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
    font-family: sans-serif;
    padding-top: 50px;
    color: white;
}

.pricing p{
    padding-bottom: 2rem;
}

.pricing h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
    color: black;
}

.price-packages{
    border: solid  #6f0a65;
}

div .card-body {
     color: black;
     background-color: white;
     border: #000 solid;
}


.card .card-header{
    background: black;
    color: white;
    border: solid black 5px;
}


.contactSection-container {
    float: right;
    max-width: 100%;
}

.contactSection-container,
.contactForm,
input, textarea {
  max-width: 100%;
  box-sizing: border-box;
}




@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }
}

.about-content, .why-me-content{
    color: Black;
    max-width: 100%;
    margin: 0 auto;
    background-color: white;
    text-align: center;

}

h2.about-us,
h2.why-me {
    font-weight: 700;
}

.about-content p,
.why-me-content p {
    padding-bottom: 1rem;
    line-height: 1.6;
}

.about-content ul,
.why-me-content ul {
    padding-left: 1.2rem;
    margin-bottom: 2rem;
}

.about-content ul li,
.why-me-content ul li {
    margin-bottom: 0.5rem;
    list-style-type: none;
    list-style-position: inside;
}



nav li:first-child a {
    padding: 0 !important;
}

.costingGuide{
    padding-top: 60px;
    color: black;
    max-width: 100%;
    margin: 0 auto;
    background-color: white;
    text-align: center;
}

.costingGuide h2{
    padding-top: 60px;
    color: black;
    font-weight: 700;
}

.pricing-grid h3{
    font-weight: 700;
}

.pricing-grid .card{
    background-color: #5728b5;
}

.notes{
    background-color: black;
    color: white;
    text-align: center;
}

.notes h2{
    color: white;
}

.costingGuide{
    background-color: black;
    color: white;
    text-align: center;
}

.costingGuide h2{
    color: white;
}


.web-package-container{
    background-color: white;
    padding: 2rem;
}

.contact-us-text-h3{
    color: black;
}
.contact-us-text{
    align-content: center;
    justify-items: center;
}
.contact-form-title{
    background-color: #000;
    color: white;
}

.footer-nav a{
    color: white;
    text-decoration: none;
}

.footer-nav {
    list-style: none;
}

.footer{
    background-color: #000;
}

