body{
    margin: 0;
    font-family: Poppins, sans-serif;
    cursor: url(Cursors/icons8-paint-brush-94.cur), default;
    background:  url(Resources/backgroundimages/banner-min.jpg)no-repeat fixed center center;
    background-size: cover;
    width: 100%;
    height: 6300px;
}


header {
    position: sticky;
    margin-top: 3.5%;
    top: 0;
    z-index: 1;
    width: 100%;
    transition: background-color 0.4s, width 100% ,ease-in-out;
}


header:hover {
    opacity: 2;
}

nav {
    margin: 0 auto;
    width: 80%;
    transition: 500ms;
}

nav.sticky {
    width: 100%;
    opacity: 0.95;
}

nav.sticky .nav-items{
    width: 84%;
    border-radius: 0;
}

.logo-sec img {
    border-radius: 12px 0 0 12px;
    height: 80px;
    position: absolute;
}


nav.sticky .logo-sec img {
    border-radius: 0;
}

.nav-items {
    border-radius: 0px 12px 12px 0px;
    width: 80%;
    min-height: 80px;
    float: right;
    background-image: linear-gradient(to right, #c81d5e, #1385c4, #00d0a2);
    display: grid;
    grid-template-columns: 25% 25% 25% 25% ;
    text-align: center;
}

.nav-items a {
    margin: auto auto;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 19px;
    transition: color 0.4s, 300ms;
    padding: 15px;
}


.nav-items a:hover {
    font-size: 25px;
}


.name-container {
    position: relative;
    float: right;
    text-align: right;
    padding: 150px;
    padding-top: 90px;
    color: white;
}

.name-container h1 {
    margin: 0;
    font-size: 60px;
    font-weight: 600;
}

.name-container h2 {
    font-size: 55px;
    font-weight: 500;
    margin: 0;
}

.name-container h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 100;
    font-weight: 300;
}





.container {
    position: absolute;
    top: 100%;
    background-image: linear-gradient(to right, rgb(244, 248, 252) , rgb(190, 224, 233) );
    height: auto;
}

.text1 /*background splashes here */{
    background: 
    url(Resources/backgroundimages/service-img1.png) no-repeat 95% 2%,
    url(Resources/backgroundimages/service-img5.png) no-repeat 130% 18%,
    url(Resources/backgroundimages/service-img6.png) no-repeat -10% 11%,
    url(Resources/backgroundimages/service-img3.png) no-repeat -5% 29%,
    url(Resources/backgroundimages/greensplash.png) no-repeat 109% 41%,
    url(Resources/backgroundimages/yellowsplash.png) no-repeat 95% 60%,
    url(Resources/backgroundimages/redsplash.png) no-repeat 28% 69%,
    url(Resources/backgroundimages/redsplash2.png) no-repeat 90% 77%;
    
    float: left;
    width: 100%;
    box-sizing: border-box;
}


.text1 h2 {
    font-size: 40px;
    color:rgb(179, 22, 61);
    padding: 0 50px;
}

.text1 p {
    font-size: 20px;
    font-family: cursive;
}

.p {
    font-size: 18px;
    margin-bottom: 100px;
    width: 80%;
    font-family: cursive;
    padding: 0 50px;
}

.about-us h3 {
    font-size: 30px;
    font-weight: 800;
    color: #160127;
    margin-bottom: 0;
    padding-bottom: 40px;
    width: 60%;
    padding-top: 50px;
}

.about-us {
    margin-top: 180px;
    width: 60%;
    border-radius: 15px;
    padding-left: 30px;
    background-color: #d4c5ee;
    margin-left: 100px;
}

.p1 {
    padding: 0;
}

.p2 {
    margin-top: 20px;
    padding-bottom: 60px;
}


.painting1 {
    position: relative;
    float: right;
    margin-right: 100px;
    margin-left: 20px;
    width: 55%;
    opacity: 0.9;
    border-radius: 10px;
    box-shadow: 0 0px 50px 20px rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.6);
}


.stats {
    background: linear-gradient(to right, #00C6FF, #0072FF, #6A00FF, #B000FF);
    margin-top: 80px;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.stat {
    margin: 20px;
    color: white;
}


.count {
    font-size: 100px;
    font-weight: 700;
    display: block;
}

.percent {
    position: relative;
    bottom: 60%;
    left: 50%;
    font-size: 30px;
    font-weight: 500;
}

.sign {
    position: relative;
    bottom: 60%;
    left: 30%;
    font-size: 30px;
    font-weight: 600;
}

.stat p {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    font-family: arial;
    margin: 0;
    bottom: 10%;
}


.text2 {
    background-size: 40%;
}

.text2 h2 {
    text-align: center;
    color: white;
    font-size: 36px;
    height: 100px;
    padding-top: 100px;
    font-weight: 750;
    margin-bottom: 50px;
    background: url(Resources/backgroundimages/pink-stroke.png) no-repeat 51% 115%;
}

.service {
    background-color: #b4cef0;
    display: block;
    display: inline-end;
    margin-top: 140px;
    height: 500px;
    border-radius: 15px;
    margin-right: 100px;
    padding-right: 40px;
    padding-left: 40px;
    margin-left: 450px;
    margin-bottom: 100px;
}

.service a {
    text-decoration: none;
    padding: 10px;
    color: #00d9ff;
    font-size: 20px;
    text-align: center;
    position: relative;
    left: 20%;
    top: 6%;
    background-color: #0e5379;
    border-radius: 20px;
    height: 50px;
    transition: 350ms;
}

.service a:hover {
    padding: 18px;
    font-size: 22px;
    border-radius: 50px;
}

.painting2 {
    float: left;
    top: 10%;
    margin-right: 20px;
    margin-left: 100px;
    width: 55%;
    opacity: 1;
    border-radius: 10px;
    box-shadow: 0 0px 50px 20px rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.6);
}


.service h3{
    text-align: right;
    font-size: 180%;
    font-weight: 800;
    color: #055d6d;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-right: 100px;
    padding-top: 50px;
}

.service p {
    margin-top: 40px;
    line-height: 120%;
}


.painting3 {
    position: relative;
    float: right;
    margin-left: 20px;
    margin-right: 100px;
    width: 55%;
    opacity: 0.9;
    border-radius: 10px;
    box-shadow: 0 0px 50px 20px rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.6);
}

.service2 {
    margin-top: 180px;
    width: 60%;
    border-radius: 15px;
    padding-left: 30px;
    background-color: #aee6c7;
    margin-left: 100px;
    margin-bottom: 100px;
}

.service2 h3 {
    font-size: 30px;
    font-weight: 800;
    color: #0a2701;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-top: 50px;
    width: 60%;
    padding-top: 50px;
}

.service2 p {
    padding-bottom: 0px;
}

.service2 a {
    text-decoration: none;
    padding: 10px;
    color: #1aff00;
    font-size: 20px;
    text-align: center;
    background-color: #366827;
    border-radius: 20px;
    height: 50px;
    transition: 350ms;
    margin: 0 30px ;
    font-family: poppins;
    font-weight: 300;
}

.service2 a:hover {
    padding: 18px;
    font-size: 22px;
    border-radius: 50px;
}

.servicebutton {
    margin-left: 40%;
    padding: 50px;
    background: url(Resources/backgroundimages/green-stroke.png) no-repeat  62% 60%;
    background-size: 80%;
    text-decoration: none;
    color: rgb(22, 46, 0);
    font-size: 25px;
    font-weight: 700;
    font-family:cursive;
    transition: 500ms;
    margin-bottom: 50px;
}

.servicebutton:hover {
    background-size: 90%;
    font-size: 30px;
}


.text3 h2 {
    text-align: center;
    color: white;
    font-size: 36px;
    height: 100px;
    padding-top: 100px;
    font-weight: 750;
    margin-bottom: 50px;
    background: url(Resources/backgroundimages/pink-stroke.png) no-repeat 52% 105%;
}

.servicecards{
    background-color: #aee6c7;
    height: auto;
    padding: 30px;
    margin-top: 100px;
    border-radius: 15px;
}

.cards {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 2%;
}

.card {
    background-color: white;
    padding: 40px;
    box-shadow: 0 0px 50px 1px rgba(204, 203, 203, 0.2), 0 10px 20px 0 rgba(51, 51, 51, 0.6);
    border-radius: 10px 0 0 10px;
}

.card img {
    width: 30%;
}

.cards h4 {
    color: darkgreen;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cards p {
    margin-top: 0;
    font-size: 16px;
    color: rgb(126, 126, 126);
    font-family: poppins;
}

.card2 {
    background-color: white;
    padding: 40px;
    box-shadow: 0 0px 50px 1px rgba(204, 203, 203, 0.2), 0 10px 20px 0 rgba(51, 51, 51, 0.6);
}

.card2 img {
    width: 29%;
}

.card3 {
    background-color: white;
    padding: 40px;
    box-shadow: 0 0px 50px 1px rgba(204, 203, 203, 0.2), 0 10px 20px 0 rgba(51, 51, 51, 0.6);
    border-radius: 0 10px 10px 0;
}

.card3 img {
    width: 29%;
}

.text3 h2 {
    text-align: center;
    color: rgb(255, 88, 88);
    font-size: 36px;
    height: 100px;
    padding-top: 100px;
    font-weight: 750;
    margin-bottom: 50px;
    background: url(Resources/backgroundimages/yellowbrush.png)no-repeat 50% 75%;
    background-size: 30%;
}

@keyframes slider {
    from{
        transform: translateX(0);
    }

    to{
        transform: translateX(-100%);
    }
}

.scroll-container {
    margin: 20px;
    overflow: hidden;
    background: rgb(248, 248, 149);
    white-space: nowrap;
    border-radius: 5px;
    padding: 10px;
}

.scroll-content {
    width: 100%;
    display: inline-flex;
    animation: 25s slider linear infinite;
    transition: 1000ms;
    margin: 0 20px;
}

.scroll-content a {
    text-decoration: 0;
    display: inline-block;
}



.scroll-content img {
    width: 20%;
    margin: 0 2.5px;
}



.painting4 {
    position: relative;
    float: right;
    margin-right: 50px;
    margin-left: 20px;
    width: 60%;
    opacity: 0.9;
    border-radius: 10px;
    box-shadow: 0 0px 50px 20px rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.6);
}

.choose-us {
    padding-top: 40px;
    margin-top: 180px;
    width: 60%;
    border-radius: 15px;
    padding-left: 30px;
    background-color: #ffd0d0;
    margin-left: 50px;
    margin-bottom: 100px;
}

.choose-heading {
    text-align: center;
    color: white;
    font-size: 36px;
    height: 100px;
    padding-top: 100px;
    font-weight: 750;
    margin-bottom: 50px;
    background: url(Resources/backgroundimages/pink-stroke.png) no-repeat 51% 115%;
}

.choose-us ul {
    padding: 0;
}

.choose-us li {
    list-style: none;
}

.choose-us h4 {
    font-size: 24px;
    width: 100%;
    display: inline;
    padding: 5px;
    color: #b64040;
    margin-bottom: 0;
}

.choose-us p {
    font-family: poppins;
    font-size: 17px;
    padding-left: 40px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0;
}

.choosep {
    padding-right: 200px; 
    padding-bottom: 30px;
}

.process {
    background-image: linear-gradient(to right, #1889b3, #279da1, #3cbb9f);
    border-radius: 10px;
    margin-bottom:15%;
    margin: 50px;
}

.process h3 {
    text-align: center;
    font-size: 40px;
    padding-top: 50px;
    margin-bottom: 0;
    color: rgb(255, 255, 255);
    background-size: 35%;
    font-family: cursive;
}

.process-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Arial, sans-serif;
    color: white;
    padding: 50px;
    padding-bottom: 0px;
    border-radius: 10px;
}

.process-container h3 {
    position: relative;
    top: 0;
}

.step {
    width: 200px;
    margin: 20px;
    position: relative;
}

.step img {
    width: 80%;
    border-radius: 50%;
    margin-bottom: 10px;
    border: #00fff2 solid;
}

.step p {
    font-size: 14px;
    font-weight: 500;
    font-family: poppins;
    margin-bottom: 70px;
}

.text4 {
    position: absolute;
}








.footer {
    background-image: linear-gradient(to right, #a3305c, #347497, #04c299);
    padding: 70px 120px 80px 150px;
    box-sizing: border-box;
    top: 100px;
}

.footercontent {
    display: grid;
    grid-template-columns: auto auto auto;
}

.footercontent a {
    text-decoration: none;
    color: white;
}

.column1 {
    padding: 0 80px 0 0px;
}

.footer h4 {
    color: white;
    font-size: 28px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.column1 li {
    margin: 30px 0;
}

.column1 ul li a{
    font-size: 18px;
    color: white;
    text-decoration: none;
    font-weight: 400;
    transition: 200ms;
}

.column1 ul li a:hover{
    padding-left: 15px;
    color: black;
    text-decoration: none;
    font-weight: 400;

}


.column2 {
    width: auto;
    padding: 0 0px;
}


.column2 h4{
    margin-bottom: 10px;
}

.column2 ul {
    color: white;
}

.number {
    font-size: 20px;
    margin-bottom: 0px;
    margin: 0; 
    padding: 0px 0 0px 40px;
    margin-bottom: 15px;
}


.icon {
    margin: 0;
    width: 7%;
    float: left;
}

#text {
    margin-bottom: 100px;
}

.column2 li {
    font-size: 18px;
    color: rgb(194, 248, 250);
    font-weight: 600;
}

.column2 a {
    padding-left: 50px;
    font-weight: 400;
    transition: 200ms;
}

.column2 a:hover{
    padding-left: 65px;
    color: black;
    text-decoration: none;
    font-weight: 400;
}

.column3 {
    padding: 0 0 0 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.column3 img {
    width: 75%;
}

.col3-icons {
    text-align: center;
}

.col3-icons img {
    padding: 0 20px;
    width: 14%;
    transition: 450ms;
}

.col3-icons img:hover {
    width: 17%;
}


@media only screen and (min-width: 1500px) {


    nav {
        margin: 0 auto;
        width: 80%;
        transition: 500ms;
    }
    
    nav.sticky {
        width: 100%;
        opacity: 0.95;
    }
    
    nav.sticky .nav-items{
        width: 84%;
        border-radius: 0;
    }
    
    .logo-sec img {
        border-radius: 12px 0 0 12px;
        height: 100px;
        width: 16%;
        position: absolute;
    }
    
    
    nav.sticky .logo-sec img {
        border-radius: 0;
    }
    
    .nav-items {
        border-radius: 0px 12px 12px 0px;
        width: 80%;
        min-height: 100px;
        float: right;
        background-image: linear-gradient(to right, #c81d5e, #1385c4, #00d0a2);
        display: grid;
        grid-template-columns: 25% 25% 25% 25% ;
        text-align: center;
    }


    .nav-items a {
        margin: auto auto;
        text-decoration: none;
        color: white;
        font-weight: 700;
        font-size: 32px;
        transition: color 0.4s, 500ms ;
    }
    
    
    .nav-items a:hover {
        font-size: 35px;
    }
    
    
    .name-container {
        position: relative;
        float: right;
        text-align: right;
        padding: 150px;
        padding-top: 120px;
        color: white;
    }
    
    .name-container h1 {
        margin: 0;
        font-size: 100px;
        font-weight: 600;

    }
    
    .name-container h2 {
        font-size: 85px;
        font-weight: 500;
        margin: 0;
    }
    
    .name-container h3 {
        margin-top: 0;
        font-size: 35px;
        font-weight: 100;
        font-weight: 300;
    }
    
    
    
    
    
    .container {
        position: absolute;
        top: 100%;
        background-image: linear-gradient(to right, rgb(244, 248, 252) , rgb(190, 224, 233) );
        height: auto;
    }
    
    .text1 /*background splashes here */{
        background: 
        url(Resources/backgroundimages/service-img1.png) no-repeat 95% 2%,
        url(Resources/backgroundimages/service-img5.png) no-repeat 130% 18%,
        url(Resources/backgroundimages/service-img6.png) no-repeat -10% 11%,
        url(Resources/backgroundimages/service-img3.png) no-repeat -5% 29%,
        url(Resources/backgroundimages/greensplash.png) no-repeat 109% 41%,
        url(Resources/backgroundimages/yellowsplash.png) no-repeat 95% 50%,
        url(Resources/backgroundimages/redsplash.png) no-repeat 28% 69%,
        url(Resources/backgroundimages/redsplash2.png) no-repeat 90% 77%;
        
        float: left;
        width: 100%;
        box-sizing: border-box;
    }
    
    
    .text1 h2 {
        font-size: 50px;
        color:rgb(179, 22, 61);
        padding: 0 50px;
    }
    
    .text1 p {
        font-size: 25px;
        font-family: cursive;
    }
    
    .p {
        font-size: 18px;
        margin-bottom: 100px;
        width: 80%;
        font-family: cursive;
        padding: 0 50px;
    }
    
    .about-us h3 {
        font-size: 40px;
        font-weight: 800;
        color: #160127;
        margin-bottom: 0;
        padding-bottom: 40px;
        width: 60%;
        padding-top: 50px;
    }
    
    .about-us {
        margin-top: 180px;
        width: 60%;
        border-radius: 15px;
        padding-left: 30px;
        background-color: #d4c5ee;
        margin-left: 100px;
        margin-bottom: 5%;
    }
    
    .p1 {
        padding: 0;
    }
    
    .p2 {
        margin-top: 20px;
        padding-bottom: 100px;
    }
    
    
    .painting1 {
        position: relative;
        float: right;
        margin-right: 100px;
        margin-left: 20px;
        width: 50%;
        opacity: 0.9;
        border-radius: 10px;
        box-shadow: 0 0px 50px 20px rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.6);
    }


    .stats {
        background: linear-gradient(to right, #00C6FF, #0072FF, #6A00FF, #B000FF);
        margin-top: 80px;
        text-align: center;
        display: flex;
        justify-content: space-around;
    }
    
    .stat {
        margin: 20px;
        color: white;
    }
    
    
    .count {
        font-size: 100px;
        font-weight: 700;
        display: block;
    }
    
    .percent {
        position: relative;
        bottom: 60%;
        left: 50%;
        font-size: 30px;
        font-weight: 500;
    }
    
    .sign {
        position: relative;
        bottom: 60%;
        left: 30%;
        font-size: 30px;
        font-weight: 600;
    }
    
    .stat p {
        position: relative;
        font-size: 25px;
        font-weight: 700;
        font-family: arial;
        margin: 0;
        bottom: 10%;
    }
    
    
    .text2 {
        background-size: 40%;
    }
    
    .text2 h2 {
        text-align: center;
        color: white;
        font-size: 36px;
        height: 100px;
        padding-top: 100px;
        font-weight: 750;
        margin-bottom: 50px;
        background: url(Resources/backgroundimages/pink-stroke.png) no-repeat 51% 115%;
    }
    
    .service {
        background-color: #b4cef0;
        display: block;
        display: inline-end;
        margin-top: 140px;
        height: 600px;
        border-radius: 15px;
        margin-right: 100px;
        padding-right: 40px;
        padding-left: 40px;
        margin-left: 450px;
        margin-bottom: 100px;
    }
    
    .service a {
        text-decoration: none;
        padding: 10px;
        color: #00d9ff;
        font-size: 20px;
        text-align: center;
        margin-left: 20%;
        background-color: #0e5379;
        border-radius: 20px;
        height: 50px;
        transition: 350ms;
    }
    
    .service a:hover {
        padding: 18px;
        font-size: 22px;
        border-radius: 50px;
    }
    
    .painting2 {
        float: left;
        top: 10%;
        margin-right: 20px;
        margin-left: 100px;
        width: 50%;
        opacity: 1;
        border-radius: 10px;
        box-shadow: 0 0px 50px 20px rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.6);
    }
    
    
    .service h3{
        text-align: right;
        font-size: 180%;
        font-weight: 800;
        color: #055d6d;
        margin-bottom: 0;
        padding-bottom: 20px;
        padding-right: 100px;
        padding-top: 50px;
    }
    
    .service p {
        margin-top: 40px;
        line-height: 120%;
    }
    
    
    .painting3 {
        position: relative;
        float: right;
        margin-bottom: 100px;
        margin-left: 20px;
        margin-right: 100px;
        width: 49%;
        opacity: 0.9;
        border-radius: 10px;
        box-shadow: 0 0px 50px 20px rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.6);
    }
    
    .service2 {
        margin-top: 180px;
        width: 60%;
        border-radius: 15px;
        padding-left: 30px;
        background-color: #aee6c7;
        margin-left: 100px;
        margin-bottom: 100px;
    }
    
    .service2 h3 {
        font-size: 30px;
        font-weight: 800;
        color: #0a2701;
        margin-bottom: 0;
        padding-bottom: 40px;
        padding-top: 50px;
        width: 60%;
        padding-top: 50px;
    }
    
    .service2 p {
        padding-bottom: 0px;
    }
    
    .service2 a {
        text-decoration: none;
        padding: 10px;
        color: #1aff00;
        font-size: 20px;
        text-align: center;
        background-color: #366827;
        border-radius: 20px;
        height: 50px;
        transition: 350ms;
        margin: 0 30px ;
        font-family: poppins;
        font-weight: 300;
    }
    
    .service2 a:hover {
        padding: 18px;
        font-size: 22px;
        border-radius: 50px;
    }
    
    .servicebutton {
        margin-left: 40%;
        padding: 50px;
        background: url(Resources/backgroundimages/green-stroke.png) no-repeat  62% 60%;
        background-size: 80%;
        text-decoration: none;
        color: rgb(22, 46, 0);
        font-size: 25px;
        font-weight: 700;
        font-family:cursive;
        transition: 500ms;
        margin-bottom: 50px;
    }
    
    .servicebutton:hover {
        background-size: 90%;
        font-size: 30px;
    }
    
    
    .text3 h2 {
        text-align: center;
        color: white;
        font-size: 36px;
        height: 100px;
        padding-top: 100px;
        font-weight: 750;
        margin-bottom: 50px;
        background: url(Resources/backgroundimages/pink-stroke.png) no-repeat 52% 105%;
    }
    
    .servicecards{
        background-color: #aee6c7;
        height: auto;
        padding: 30px;
        margin-top: 100px;
        border-radius: 15px;
    }
    
    .cards {
        display: grid;
        grid-template-columns: 32% 32% 32%;
        gap: 2%;
    }
    
    .card {
        background-color: white;
        padding: 40px;
        box-shadow: 0 0px 50px 1px rgba(204, 203, 203, 0.2), 0 10px 20px 0 rgba(51, 51, 51, 0.6);
        border-radius: 10px 0 0 10px;
    }
    
    .card img {
        width: 20%;
    }
    
    .cards h4 {
        color: darkgreen;
        font-size: 30px;
        margin-top: 30px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .cards p {
        margin-top: 0;
        font-size: 20px;
        color: rgb(126, 126, 126);
        font-family: poppins;
    }
    
    .card2 {
        background-color: white;
        padding: 40px;
        box-shadow: 0 0px 50px 1px rgba(204, 203, 203, 0.2), 0 10px 20px 0 rgba(51, 51, 51, 0.6);
    }
    
    .card2 img {
        width: 19%;
    }
    
    .card3 {
        background-color: white;
        padding: 40px;
        box-shadow: 0 0px 50px 1px rgba(204, 203, 203, 0.2), 0 10px 20px 0 rgba(51, 51, 51, 0.6);
        border-radius: 0 10px 10px 0;
    }
    
    .card3 img {
        width: 19%;
    }
    
    .text3 h2 {
        text-align: center;
        color: rgb(255, 88, 88);
        font-size: 40px;
        height: 100px;
        padding-top: 100px;
        font-weight: 750;
        margin-bottom: 50px;
        background: url(Resources/backgroundimages/yellowbrush.png)no-repeat 50% 75%;
        background-size: 30%;
    }
    
    @keyframes slider {
        from{
            transform: translateX(0);
        }
    
        to{
            transform: translateX(-100%);
        }
    }
    
    .scroll-container {
        margin: 20px;
        overflow: hidden;
        background: rgb(248, 248, 149);
        white-space: nowrap;
        border-radius: 5px;
        padding: 10px;
    }
    
    .scroll-content {
        width: 100%;
        display: inline-flex;
        animation: 25s slider linear infinite;
        transition: 1000ms;
        margin: 0 20px;
    }
    
    .scroll-content a {
        text-decoration: 0;
        display: inline-block;
    }
    
    
    
    .scroll-content img {
        width: 20%;
        margin: 0 2.5px;
    }
    
    
    
    .painting4 {
        position: relative;
        float: right;
        margin-right: 50px;
        margin-left: 20px;
        width: 50%;
        opacity: 0.9;
        border-radius: 10px;
        box-shadow: 0 0px 50px 20px rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.6);
    }









    
    .choose-us {
        padding-top: 0px;
        margin-top: 180px;
        width: 60%;
        border-radius: 15px;
        padding-left: 30px;
        background-color: #ffd0d0;
        margin-left: 50px;
        margin-bottom: 100px;
        padding: 50px;
    }
    
    .choose-heading {
        text-align: center;
        color: white;
        font-size: 36px;
        height: 100px;
        padding-top: 100px;
        font-weight: 750;
        margin-bottom: 50px;
        background: url(Resources/backgroundimages/pink-stroke.png) no-repeat 51% 115%;
    }
    
    .choose-us ul {
        padding: 0;
    }
    
    .choose-us li {
        list-style: none;
    }
    
    .choose-us h4 {
        font-size: 34px;
        width: 100%;
        display: inline;
        padding: 5px;
        color: #b64040;
        margin-bottom: 0;
    }
    
    .choose-us p {
        font-family: poppins;
        font-size: 20px;
        padding-left: 40px;
        font-weight: 400;
        margin-bottom: 30px;
        margin-top: 0;
    }
    
    .process {
        background-image: linear-gradient(to right, #1889b3, #279da1, #3cbb9f);
        border-radius: 10px;
        margin-bottom:15%;
        margin: 50px;
    }
    
    .process h3 {
        text-align: center;
        font-size: 50px;
        padding-top: 50px;
        margin-bottom: 0;
        color: rgb(255, 255, 255);
        background-size: 35%;
        font-family: cursive;
    }
    
    .process-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-family: Arial, sans-serif;
        color: white;
        padding: 50px;
        padding-bottom: 0px;
        border-radius: 10px;
    }
    
    .process-container h3 {
        position: relative;
        top: 0;
    }
    
    .step {
        width: 200px;
        margin: 20px;
        position: relative;
    }
    
    .step img {
        width: 80%;
        border-radius: 50%;
        margin-bottom: 10px;
        border: #00fff2 solid;
    }
    
    .step p {
        font-size: 18px;
        font-weight: 500;
        font-family: poppins;
        margin-bottom: 70px;
    }
    
    .text4 {
        position: absolute;
    }
    
    
    
    
    
    
    
    
    .footer {
        background-image: linear-gradient(to right, #a3305c, #347497, #04c299);
        padding: 70px 120px 80px 150px;
        box-sizing: border-box;
        top: 100px;
    }
    
    .footercontent {
        display: grid;
        grid-template-columns: auto auto auto;
    }
    
    .footercontent a {
        text-decoration: none;
        color: white;
    }
    
    .column1 {
        padding: 0 80px 0 0px;
    }
    
    .footer h4 {
        color: white;
        font-size: 38px;
    }
    
    .footer ul {
        list-style: none;
        padding: 0;
    }
    
    .column1 li {
        margin: 30px 0;
    }
    
    .column1 ul li a{
        font-size: 28px;
        color: white;
        text-decoration: none;
        font-weight: 400;
        transition: 200ms;
    }
    
    .column1 ul li a:hover{
        padding-left: 15px;
        color: black;
        text-decoration: none;
        font-weight: 400;
    
    }
    
    
    .column2 {
        width: auto;
        padding: 0 0px;
    }
    
    
    .column2 h4{
        margin-bottom: 50px;
    }
    
    .column2 ul {
        color: white;
    }
    
    .number {
        font-size: 300px;
        margin-bottom: 0px;
        margin: 0; 
        padding: 0px 0 0px 40px;
        margin-bottom: 15px;
    }
    
    
    .icon {
        margin: 0;
        width: 7%;
        float: left;
    }
    
    #text {
        margin-bottom: 100px;
    }
    
    .column2 li {
        font-size: 28px;
        color: rgb(194, 248, 250);
        font-weight: 600;
    }
    
    .column2 a {
        font-size: 25px;
        padding-left: 50px;
        font-weight: 400;
        transition: 200ms;
    }
    
    .column2 a:hover{
        padding-left: 65px;
        color: black;
        text-decoration: none;
        font-weight: 400;
    }
    
    .column3 {
        padding: 0 0 0 0px;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    
    .column3 img {
        width: 75%;
    }
    
    .col3-icons {
        text-align: center;
    }
    
    .col3-icons img {
        padding: 0 20px;
        width: 14%;
        transition: 450ms;
    }
    
    .col3-icons img:hover {
        width: 17%;
    }
    
}


@media only screen and (max-width: 730px) {




    body{
        margin: 0;
        font-family: Poppins, sans-serif;
        cursor: url(Cursors/icons8-paint-brush-94.cur), default;
        background-attachment: fixed;
        background-size: cover;
        width: 100%;
        height: 9000px;
    }
    
    
    header {
        position: sticky;
        margin-top: 10%;
        top: 0;
        z-index: 1;
        width: 100%;
        transition: background-color 0.4s, width 100% ,ease-in-out;
    }
    
    
    header:hover {
        opacity: 2;
    }
    
    nav {
        margin: 0 auto;
        width: auto;
        transition: 5000ms;
    }
    
    
    nav.sticky .nav-items{
        position: relative;
        width: 100%;
        left: 0.01%;
        border-radius: 0;
    }

    .logo-sec {
        width: 0px;
        display: none;
    }
    
    .logo-sec img {
        display: none;
    }
    
    
    nav.sticky .logo-sec img {
        border-radius: 0;
    }
    
    .nav-items {
        position: relative;
        left: -3%;
        background-image: linear-gradient(to right, #c81d5e, #1385c4, #00d0a2);
        display: grid;
        min-height: 70px;
        border-radius: 10px;
        grid-template-columns: 25% 25% 25% 25% ;
        text-align: center;
        width: 95%;
    }
    
    .nav-items a {
        margin: auto auto;
        text-decoration: none;
        color: white;
        font-weight: 700;
        font-size: 16px;
        transition: color 0.4s, 500ms ;
    }
    
    
    .nav-items a:hover {
        font-size: 20px;
    }
    
    
    .name-container {
        position: relative;
        padding: 10px;
        padding-top: 15%;
        color: white;
    }
    
    .name-container h1 {
        margin: 0;
        font-size: 55px;
        font-weight: 600;
        text-align: right;
    }
    
    .name-container h2 {
        font-size: 35px;
        font-weight: 500;
        margin: 0;
    }
    
    .name-container h3 {
        margin-top: 0;
        font-size: 18px;
        font-weight: 100;
        font-weight: 300;
    }
    
    
    
    
    
    .container {
        position: absolute;
        top: 80%;
        background-image: linear-gradient(to right, rgb(244, 248, 252) , rgb(190, 224, 233) );
        height: auto;
        width: 100%;
    }
    
    .text1 /*background splashes here */{
        background: none;
        float: left;
        box-sizing: border-box;
        font-family: arial;
    }
    
    
    .text1 h2 {
        font-size: 40px;
        color:rgb(179, 22, 61);
        padding: 0 10px;
    }
    
    .text1 p {
        font-size: 16px;
        width: auto;
        font-family: poppins;
    }
    
    .p {
        font-size: 18px;
        margin-bottom: 50px;
        padding: 10px;
    }
    
    .about-us h3 {
        font-size: 35px;
        font-weight: 900;
        color: #160127;
        margin-bottom: 0;
        padding-bottom: 20px;
        width: 60%;
        padding-top: 50px;
    }
    
    .about-us {
        margin-top: 180px;
        width: 97%;
        border-radius: 15px;
        padding-left: 10px;
        background-color: #d4c5ee;
        margin-left: 0px;
    }
    
    .p1 {
        padding: 0;
    }
    
    .p2 {
        margin-top: 20px;
        padding-bottom: 60px;
    }
    
    
    .painting1 {
        position: relative;
        right: 0.8%;
        margin: 0px;
        margin-bottom: 10%;
        width: 99%;
        opacity: 0.9;
        border-radius: 10px;
        box-shadow: 0 0px 50px 20px rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.6);
    }



    .stats {
        background: linear-gradient( #00C6FF, #0072FF, #6A00FF, #B000FF);
        margin-top: 80px;
        text-align: center;
        display: block;
        justify-content: space-around;
        padding: 20px 0;
        padding-bottom: 0;
    }
    
    .stat {
        margin: 10px;
        color: white;
        margin-bottom: 80px;
    }
    
    
    .count {
        font-size: 60px;
        font-weight: 700;
        display: block;
    }
    
    .percent {
        position: relative;
        left: 14%;
        bottom: 7vh;
        font-size: 30px;
        font-weight: 500;
    }
    
    .sign {
        position: relative;
        left: 12%;
        bottom: 9vh;
        font-size: 30px;
        font-weight: 600;
    }
    
    .stat p {
        position: relative;
        bottom: 4vh;
        font-size: 25px;
        font-weight: 700;
        font-family: arial;
        margin: 0;
    }






    
    
    .text2 {
        background-size: 100%;
    }
    
    .text2 h2 {
        text-align: center;
        color: white;
        font-size: 35px;
        padding-top: 100px;
        font-weight: 750;
        margin-bottom: 50px;
        background: url(Resources/backgroundimages/pink-stroke.png) no-repeat 51% 100%;
    }
    
    .service {
        background-color: #b4cef0;
        display: block;
        width: 98%;
        padding: 0;
        margin-top: 140px;
        height: 500px;
        border-radius: 15px;
        padding-left: 10px;
        margin-bottom: 100px;
        margin-left: 0;
        height: auto;
    }
    
    .service a {
        position:relative;
        text-decoration: none;
        left: 62%;
        top: -190%;
        padding: 10px;
        color: #00d9ff;
        font-size: 14px;
        background-color: #0e5379;
        border-radius: 20px;
        height: 50px;
        transition: 350ms;
    }
    
    .service a:hover {
        padding: 0px;
        font-size: 10px;
        border-radius: 0px;
    }
    
    .painting2 {
        top: 10%;
        margin: 1px;
        margin-bottom: 10%;
        width: 99%;
        opacity: 1;
        border-radius: 10px;
        box-shadow: 0 0px 50px 20px rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.6);
    }
    
    
    .service h3{
        text-align:unset;
        font-size: 35px;
        font-weight: 900;
        color: #055d6d;
        margin-bottom: 0;
        padding: 0;
    }
    
    .service p {
        margin-top: 30px;
        line-height: 120%;
    }
    
    
    .painting3 {
        position: relative;
        float: right;
        margin: 0px;
        margin-bottom: 10%;
        width: 100%;
        opacity: 0.9;
        border-radius: 10px;
        box-shadow: 0 0px 50px 20px rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.6);
    }
    
    .service2 {
        margin-top: 180px;
        width: 97%;
        border-radius: 15px;
        padding-left: 10px;
        background-color: #aee6c7;
        margin-left: 0px;
        margin-bottom: 50px;
    }
    
    .service2 h3 {
        font-size: 35px;
        font-weight: 900;
        color: #0a2701;
        margin-bottom: 0;
        padding-bottom: 40px;
        padding-top: 50px;
        width: 60%;
        padding-top: 50px;
    }
    
    .service2 p {
        padding-bottom: 0px;
    }
    
    .service2 a {
        text-decoration: none;
        position: relative;
        padding: 10px;
        color: #1aff00;
        font-size: 14px;
        text-align: center;
        background-color: #366827;
        border-radius: 20px;
        height: 50px;
        transition: 350ms;
        margin: 0 0px ;
        font-family: poppins;
        font-weight: 300;
    }
    
    .service2 a:hover {
        padding: 0px;
        font-size: 10px;
        border-radius: 0px;
    }
    
    .servicebutton {
        position: relative;
        right: 20%;
        padding: 40px;
        background: url(Resources/backgroundimages/green-stroke.png) no-repeat  62% 60%;
        background-size: 80%;
        text-decoration: none;
        color: rgb(22, 46, 0);
        font-size: 15px;
        font-weight: 700;
        font-family:poppins;
        transition: 500ms;
        margin-bottom: 80px;
    }
    
    .servicebutton:hover {
        background-size: 90%;
        font-size: 30px;
    }
    
    
    .text3 h2 {
        text-align: center;
        color: white;
        font-size: 36px;
        height: 100px;
        padding-top: 100px;
        font-weight: 750;
        margin-bottom: 50px;
        background: url(Resources/backgroundimages/pink-stroke.png) no-repeat 52% 105%;
    }
    
    .servicecards{
        background-color: #aee6c7;
        height: auto;
        padding: 5px;
        margin-top: 150px;
        border-radius: 15px;
    }
    
    .cards {
        display: block;
        margin: 5px;
        border-radius: 10px;
    }
    
    .card {
        background-color: white;
        padding: 40px;
        box-shadow: 0 0px 50px 1px rgba(204, 203, 203, 0.2), 0 10px 20px 0 rgba(51, 51, 51, 0.6);
        margin: 5px;
        margin: 10px 0px;
        border-radius: 10px;
    }
    
    .card img {
        width: 30%;
    }
    
    .cards h4 {
        color: darkgreen;
        font-size: 20px;
        margin-top: 30px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .cards p {
        margin-top: 0;
        font-size: 16px;
        color: rgb(126, 126, 126);
        font-family: poppins;
    }

    
    .card2 {
        background-color: white;
        padding: 40px;
        box-shadow: 0 0px 50px 1px rgba(204, 203, 203, 0.2), 0 10px 20px 0 rgba(51, 51, 51, 0.6);
        margin: 5px;
        margin: 10px 0;
        border-radius: 10px;
    }
    
    .card2 img {
        width: 29%;
    }
    
    .card3 {
        background-color: white;
        padding: 40px;
        box-shadow: 0 0px 50px 1px rgba(204, 203, 203, 0.2), 0 10px 20px 0 rgba(51, 51, 51, 0.6);
        margin: 5px;
        margin: 10px 0;
        border-radius: 10px;
    }
    
    .card3 img {
        width: 29%;
    }
    
    .text3 h2 {
        text-align: center;
        color: rgb(255, 88, 88);
        font-size: 36px;
        height: 100px;
        padding-top: 100px;
        font-weight: 750;
        margin-bottom: 40px;
        background: url(Resources/backgroundimages/yellowbrush.png)no-repeat 50% 70%;
        background-size: 90%;
    }



    .scroll-content {
        animation: slider 10s linear infinite;
        margin: 0 0;
    }
    .scroll-content img {
        width: 19%;
        margin: 0 0px;
    }
 
    
    
    .painting4 {
        position: relative;
        float: unset;
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
        opacity: 0.9;
        border-radius: 10px;
        box-shadow: 0 0px 50px 20px rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.6);
    }
    
    .choose-us {
        padding-top: 40px;
        margin-top: 0px;
        width: auto;
        border-radius: 15px;
        padding-left: 30px;
        background-color: #ffd0d0;
        margin-left: 0px;
        margin-bottom: 100px;
    }
    
    .choose-heading {
        text-align: center;
        color: white;
        font-size: 36px;
        height: 100px;
        padding-top: 100px;
        font-weight: 750;
        margin-bottom: 50px;
        background: url(Resources/backgroundimages/pink-stroke.png) no-repeat 51% 115%;
    }
    
    .choose-us ul {
        padding: 0;
    }
    
    .choose-us li {
        list-style: none;
    }
    
    .choose-us h4 {
        font-size: 20px;
        width: 100%;
        display: inline;
        padding: 5px;
        color: #b64040;
        margin-bottom: 0;
    }
    
    .choose-us p {
        font-family: poppins;
        font-size: 17px;
        padding-left: 40px;
        font-weight: 400;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .choosep {
        padding: 0px;
        margin: 0;
    }
    
    .process {
        background-image: linear-gradient(to right, #1889b3, #279da1, #3cbb9f);
        border-radius: 10px;
        margin-bottom:15%;
        margin: 0px;
        margin-bottom: 100px;
    }
    
    .process h3 {
        text-align: center;
        font-size: 40px;
        padding-top: 50px;
        margin-bottom: 0;
        color: rgb(255, 255, 255);
        background-size: 35%;
        font-family: cursive;
    }
    
    .process-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-family: Arial, sans-serif;
        color: white;
        padding: 20px;
        padding-bottom: 0px;
        border-radius: 10px;
    }
    
    .process-container h3 {
        position: relative;
        top: 0;
    }
    
    .step {
        width: 200px;
        margin: 0px;
        position: relative;
    }
    
    .step img {
        width: 80%;
        border-radius: 50%;
        margin-bottom: 10px;
        border: #00fff2 solid;
    }
    
    .step p {
        font-size: 14px;
        font-weight: 500;
        font-family: poppins;
        margin-bottom: 70px;
    }
    
    .text4 {
        position: absolute;
    }
    
    
    
    
    
    
    
    
    .footer {
        background-image: linear-gradient(to right, #a3305c, #347497, #04c299);
        padding: 30px;
        box-sizing: border-box;
        top: 0px;
    }
    
    .footercontent {
        display: block;
    }
    
    .footercontent a {
        text-decoration: none;
        color: white;
    }
    
    .column1 {
        padding: 0 80px 0 0px;
        margin-bottom: 100px;
    }
    
    .footer h4 {
        color: white;
        font-size: 28px;
    }
    
    .footer ul {
        list-style: none;
        padding: 0;
    }
    
    .column1 li {
        margin: 30px 0;
    }
    
    .column1 ul li a{
        font-size: 18px;
        color: white;
        text-decoration: none;
        font-weight: 400;
        transition: 200ms;
    }
    
    .column1 ul li a:hover{
        padding-left: 15px;
        color: black;
        text-decoration: none;
        font-weight: 400;
    
    }
    
    
    .column2 {
        width: auto;
        padding: 0 0px;
        margin-bottom: 100px;
    }
    
    
    .column2 h4{
        margin-bottom: 10px;
    }
    
    .column2 ul {
        color: white;
    }
    
    .number {
        font-size: 20px;
        margin-bottom: 0px;
        margin: 0; 
        padding: 0px 0 0px 40px;
        margin-bottom: 15px;
    }
    
    
    .icon {
        margin: 0;
        width: 7%;
        float: left;
    }
    
    #text {
        margin-bottom: 100px;
    }
    
    .column2 li {
        font-size: 18px;
        color: rgb(194, 248, 250);
        font-weight: 600;
    }
    
    .column2 a {
        padding-left: 50px;
        font-weight: 400;
        transition: 200ms;
    }
    
    .column2 a:hover{
        padding-left: 65px;
        color: black;
        text-decoration: none;
        font-weight: 400;
    }
    
    .column3 {
        padding: 0 0 0 0px;
        width: 100%;
        height: 100%;
        text-align: center;
        margin-bottom: 100px;
    }
    
    .column3 img {
        width: 75%;
    }
    
    .col3-icons {
        text-align: center;
    }
    
    .col3-icons img {
        padding: 0 20px;
        width: 14%;
        transition: 450ms;
    }
    
    .col3-icons img:hover {
        width: 17%;
    }
}









@media (orientation:landscape) and (max-width:800px){

    header {
        position: sticky;
        margin-top: 5%;
        top: 0;
        z-index: 1;
        width: 100%;
        transition: background-color 0.4s, width 100% ,ease-in-out;
    }
    
    
    header:hover {
        opacity: 2;
    }
    
    nav {
        margin: 0 auto;
        width: auto;
        transition: 5000ms;
    }
    
    
    nav.sticky .nav-items{
        position: relative;
        width: 100%;
        left: 0.01%;
        border-radius: 0;
    }

    .logo-sec {
        width: 0px;
        display: none;
    }
    
    .logo-sec img {
        display: none;
    }
    
    
    nav.sticky .logo-sec img {
        border-radius: 0;
    }
    
    .nav-items {
        position: relative;
        left: -3%;
        background-image: linear-gradient(to right, #c81d5e, #1385c4, #00d0a2);
        display: grid;
        min-height: 70px;
        border-radius: 10px;
        grid-template-columns: 25% 25% 25% 25% ;
        text-align: center;
        width: 95%;
    }
    
    .nav-items a {
        margin: auto auto;
        text-decoration: none;
        color: white;
        font-weight: 700;
        font-size: 16px;
        transition: color 0.4s, 500ms ;
    }
    
    
    .nav-items a:hover {
        font-size: 20px;
    }

    .name-container {
        position: relative;
        padding: 10px;
        padding-top: 5%;
        color: white;
        padding-right: 10%;
    }
    
    .name-container h1 {
        margin: 0;
        font-size: 45px;
        font-weight: 600;
        text-align: right;
    }
    
    .name-container h2 {
        font-size: 35px;
        font-weight: 500;
        margin: 0;
    }
    
    .name-container h3 {
        margin-top: 0;
        font-size: 18px;
        font-weight: 100;
        font-weight: 300;
        display: none;
    }


    .container {
        width: 100%;
    }

    .text1 h2 {
        font-size: 35px;
        color:rgb(179, 22, 61);
        padding: 0 10px;
    }


    .text1 p{
        font-family: poppins;
    }

    .p {
        font-size: 8px;
        margin-bottom: 50px;
        padding: 10px;
    }





    .about-us h3 {
        font-size: 30px;
        font-weight: 800;
        color: #160127;
        margin-bottom: 0;
        padding-bottom: 40px;
        width: 60%;
        padding-top: 50px;
    }
    
    .about-us {
        margin-top: 180px;
        width: 68%;
        border-radius: 15px;
        padding-left: 30px;
        background-color: #d4c5ee;
        margin-left: 50px;
    }

    .about-us p {
        font-size: 16px;
    }
    
    .p1 {
        padding: 0;
    }
    
    .p2 {
        margin-top: 20px;
        padding-bottom: 60px;
    }
    
    
    .painting1 {
        position: relative;
        float: right;
        margin-right: 50px;
        margin-left: 20px;
        width: 55%;
        opacity: 0.9;
        border-radius: 10px;
        box-shadow: 0 0px 50px 20px rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.6);
    }
    
    
    .stats {
        background: linear-gradient(to right, #00C6FF, #0072FF, #6A00FF, #B000FF);
        margin-top: 80px;
        text-align: center;
        display: flex;
        justify-content: space-around;
    }
    
    .stat {
        margin: 20px;
        color: white;
    }
    
    
    .count {
        font-size: 100px;
        font-weight: 700;
        display: block;
    }
    
    .percent {
        position: relative;
        bottom: 60%;
        left: 50%;
        font-size: 30px;
        font-weight: 500;
    }
    
    .sign {
        position: relative;
        bottom: 60%;
        left: 30%;
        font-size: 30px;
        font-weight: 600;
    }
    
    .stat p {
        position: relative;
        font-size: 25px;
        font-weight: 700;
        font-family: arial;
        margin: 0;
        bottom: 10%;
    }
    
    
    .text2 {
        background-size: 40%;
    }
    
    .text2 h2 {
        text-align: center;
        color: white;
        font-size: 36px;
        height: 100px;
        padding-top: 100px;
        font-weight: 750;
        margin-bottom: 50px;
        background: url(Resources/backgroundimages/pink-stroke.png) no-repeat 51% 115%;
    }
    
    .service {
        background-color: #b4cef0;
        margin-top: 140px;
        height: auto;
        border-radius: 15px;
        margin-right: 50px;
        padding-right: 40px;
        padding-left: 40px;
        margin-left: 100px;
        margin-bottom: 100px;
    }

    .service p {
        font-size: 16px;
    }
    
    .service a {
        text-decoration: none;
        padding: 10px;
        color: #00d9ff;
        font-size: 20px;
        text-align: center;
        position: relative;
        left: 45%;
        bottom: 100%;
        background-color: #0e5379;
        border-radius: 20px;
        height: 50px;
        transition: 350ms;
    }
    
    .service a:hover {
        padding: 18px;
        font-size: 22px;
        border-radius: 50px;
    }
    
    .painting2 {
        float: left;
        top: 10%;
        margin-right: 20px;
        margin-left: 50px;
        width: 52%;
        opacity: 1;
        border-radius: 10px;
        box-shadow: 0 0px 50px 20px rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.6);
    }
    
    
    .service h3{
        text-align: right;
        font-size: 180%;
        font-weight: 800;
        color: #055d6d;
        margin-bottom: 0;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    
    .service p {
        margin-top: 40px;
        line-height: 120%;
    }

    .viewmore {
        width: 40%;
    }
    
    
    .painting3 {
        position: relative;
        float: right;
        margin-left: 20px;
        margin-right: 50px;
        width: 55%;
        opacity: 0.9;
        border-radius: 10px;
        box-shadow: 0 0px 50px 20px rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.6);
    }
    
    .service2 {
        margin-top: 180px;
        width: 70%;
        border-radius: 15px;
        padding-left: 30px;
        background-color: #aee6c7;
        margin-left: 50px;
        margin-bottom: 100px;
    }
    
    .service2 h3 {
        font-size: 30px;
        font-weight: 800;
        color: #0a2701;
        margin-bottom: 0;
        padding-bottom: 40px;
        padding-top: 50px;
        width: 60%;
        padding-top: 50px;
    }
    
    .service2 p {
        padding-bottom: 0px;
        font-size: 16px;
    }
    
    .service2 a {
        text-decoration: none;
        padding: 10px;
        color: #1aff00;
        font-size: 20px;
        text-align: center;
        background-color: #366827;
        border-radius: 20px;
        height: 50px;
        transition: 350ms;
        margin: 0 30px ;
        font-family: poppins;
        font-weight: 300;
    }
    
    .service2 a:hover {
        padding: 18px;
        font-size: 22px;
        border-radius: 50px;
    }
    
    .servicebutton {
        margin-left: 30%;
        padding: 50px;
        background: url(Resources/backgroundimages/green-stroke.png) no-repeat  62% 60%;
        background-size: 80%;
        text-decoration: none;
        color: rgb(22, 46, 0);
        font-size: 25px;
        font-weight: 700;
        font-family:cursive;
        transition: 500ms;
        margin-bottom: 50px;
    }
    
    .servicebutton:hover {
        background-size: 90%;
        font-size: 30px;
    }
    
    
    .text3 h2 {
        text-align: center;
        color: white;
        font-size: 36px;
        height: 100px;
        padding-top: 100px;
        font-weight: 750;
        margin-bottom: 50px;
        background: url(Resources/backgroundimages/pink-stroke.png) no-repeat 52% 105%;
    }
    
    .servicecards{
        background-color: #aee6c7;
        height: auto;
        padding: 30px;
        margin-top: 100px;
        border-radius: 15px;
    }
    
    .cards {
        display: grid;
        grid-template-columns: 32% 32% 32%;
        gap: 2%;
    }
    
    .card {
        background-color: white;
        padding: 40px;
        box-shadow: 0 0px 50px 1px rgba(204, 203, 203, 0.2), 0 10px 20px 0 rgba(51, 51, 51, 0.6);
        border-radius: 10px 0 0 10px;
    }
    
    .card img {
        width: 30%;
    }
    
    .cards h4 {
        color: darkgreen;
        font-size: 20px;
        margin-top: 30px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .cards p {
        margin-top: 0;
        font-size: 16px;
        color: rgb(126, 126, 126);
        font-family: poppins;
    }
    
    .card2 {
        background-color: white;
        padding: 40px;
        box-shadow: 0 0px 50px 1px rgba(204, 203, 203, 0.2), 0 10px 20px 0 rgba(51, 51, 51, 0.6);
    }
    
    .card2 img {
        width: 29%;
    }
    
    .card3 {
        background-color: white;
        padding: 40px;
        box-shadow: 0 0px 50px 1px rgba(204, 203, 203, 0.2), 0 10px 20px 0 rgba(51, 51, 51, 0.6);
        border-radius: 0 10px 10px 0;
    }
    
    .card3 img {
        width: 29%;
    }
    
    .text3 h2 {
        text-align: center;
        color: rgb(255, 88, 88);
        font-size: 36px;
        height: 100px;
        padding-top: 100px;
        font-weight: 750;
        margin-bottom: 50px;
        background: url(Resources/backgroundimages/yellowbrush.png)no-repeat 50% 75%;
        background-size: 30%;
    }
    
    @keyframes slider {
        from{
            transform: translateX(0);
        }
    
        to{
            transform: translateX(-100%);
        }
    }
    
    .scroll-container {
        margin: 20px;
        overflow: hidden;
        background: rgb(248, 248, 149);
        white-space: nowrap;
        border-radius: 5px;
        padding: 10px;
    }
    
    .scroll-content {
        width: 100%;
        display: inline-flex;
        animation: 25s slider linear infinite;
        transition: 1000ms;
        margin: 0 20px;
    }
    
    .scroll-content a {
        text-decoration: 0;
        display: inline-block;
    }
    
    
    
    .scroll-content img {
        width: 20%;
        margin: 0 2.5px;
    }
    
    
    
    .painting4 {
        position: relative;
        float: right;
        margin-right: 50px;
        margin-left: 20px;
        width: 60%;
        opacity: 0.9;
        border-radius: 10px;
        box-shadow: 0 0px 50px 20px rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.6);
    }
    
    .choose-us {
        padding-top: 40px;
        margin-top: 180px;
        width: 70%;
        border-radius: 15px;
        padding-left: 30px;
        background-color: #ffd0d0;
        margin-left: 50px;
        margin-bottom: 100px;
    }
    
    .choose-heading {
        text-align: center;
        color: white;
        font-size: 36px;
        height: 100px;
        padding-top: 100px;
        font-weight: 750;
        margin-bottom: 50px;
        background: url(Resources/backgroundimages/pink-stroke.png) no-repeat 51% 115%;
    }
    
    .choose-us ul {
        padding: 0;
    }
    
    .choose-us li {
        list-style: none;
    }
    
    .choose-us h4 {
        font-size: 24px;
        width: 100%;
        display: inline;
        padding: 5px;
        color: #b64040;
        margin-bottom: 0;
    }
    
    .choose-us p {
        font-family: poppins;
        font-size: 17px;
        padding-left: 40px;
        font-weight: 400;
        margin-bottom: 30px;
        margin-top: 0;
    }
    
    .choosep {
        padding-right: 200px; 
        padding-bottom: 30px;
    }
    
    .process {
        background-image: linear-gradient(to right, #1889b3, #279da1, #3cbb9f);
        border-radius: 10px;
        margin-bottom:15%;
        margin: 30px;
    }
    
    .process h3 {
        text-align: center;
        font-size: 40px;
        padding-top: 50px;
        margin-bottom: 0;
        color: rgb(255, 255, 255);
        background-size: 35%;
        font-family: cursive;
    }
    
    .process-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-family: Arial, sans-serif;
        color: white;
        padding: 20px;
        padding-bottom: 0px;
        border-radius: 10px;
    }
    
    .process-container h3 {
        position: relative;
        top: 0;
    }
    
    .step {
        width: 200px;
        margin: 10px;
        position: relative;
    }
    
    .step img {
        width: 80%;
        border-radius: 50%;
        margin-bottom: 10px;
        border: #00fff2 solid;
    }
    
    .step p {
        font-size: 14px;
        font-weight: 500;
        font-family: poppins;
        margin-bottom: 70px;
    }
    
    .text4 {
        position: absolute;
    }
    
    
    
    
    
    
    
    
    .footer {
        background-image: linear-gradient(to right, #a3305c, #347497, #04c299);
        padding: 50px;
        box-sizing: border-box;
        top: 100px;
    }
    
    .footercontent {
        display: grid;
        grid-template-columns: auto auto auto;
    }
    
    .footercontent a {
        text-decoration: none;
        color: white;
    }
    
    .column1 {
        padding: 0 80px 0 0px;
    }
    
    .footer h4 {
        color: white;
        font-size: 28px;
    }
    
    .footer ul {
        list-style: none;
        padding: 0;
    }
    
    .column1 li {
        margin: 30px 0;
    }
    
    .column1 ul li a{
        font-size: 18px;
        color: white;
        text-decoration: none;
        font-weight: 400;
        transition: 200ms;
    }
    
    .column1 ul li a:hover{
        padding-left: 15px;
        color: black;
        text-decoration: none;
        font-weight: 400;
    
    }
    
    
    .column2 {
        width: auto;
        padding: 0 0px;
    }
    
    
    .column2 h4{
        margin-bottom: 10px;
    }
    
    .column2 ul {
        color: white;
    }
    
    .number {
        font-size: 20px;
        margin-bottom: 0px;
        margin: 0; 
        padding: 0px 0 0px 40px;
        margin-bottom: 15px;
    }
    
    
    .icon {
        margin: 0;
        width: 7%;
        float: left;
    }
    
    #text {
        margin-bottom: 100px;
    }
    
    .column2 li {
        font-size: 18px;
        color: rgb(194, 248, 250);
        font-weight: 600;
    }
    
    .column2 a {
        padding-left: 50px;
        font-weight: 400;
        transition: 200ms;
    }
    
    .column2 a:hover{
        padding-left: 65px;
        color: black;
        text-decoration: none;
        font-weight: 400;
    }
    
    .column3 {
        padding: 35% 0;
        padding-bottom: 0;
        width: auto;
        height: 100%;
        text-align: center;
    }
    
    .column3 img {
        width: 120%;
    }
    
    .col3-icons {
        text-align: center;
    }
    
    .col3-icons img {
        padding: 0 20px;
        width: 24%;
        transition: 450ms;
    }
    
    .col3-icons img:hover {
        width: 17%;
    }
}
