@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.logo-parent-container{
    width: 100px;
    height: 98px;
}
.logo{
    background-image:url(../media/icons/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    display: flex; 
    width: 100%;
    height: 100%;
}
body{
    padding: 0;
    margin: 0; 
}

header{
    background-color: white;
    padding: 1em; 

}

@media screen and (min-width: 900px){
.logo-title-const{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
 
 
.blue-limiter{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}
.blue-limiter .hh-content-main{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.join-btn.blue{
    margin-right:2em;
}   
nav>ul{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row; 
    list-style: none;
    gap: 2em;
}

nav > ul > li > a{
    text-decoration: none;
    color: rgb(49, 49, 49); 
    font-size: 21px; 
    font-family: 'Poppins';
}
nav > ul > li > a:hover{

    color: #83D7fB;
    border-bottom: 3px solid #83D7fB;

} 
header > .width-limiter{
    justify-content: space-between !important;
}

nav{
    min-width: 500px; 
}

}


h1,h2,h3,h4,h5,h6,p ,a,strong{
    font-family: 'Poppins';
    color: rgb(77,77,77);
}
.width-limiter{
    width: 100%;
    max-width: 1400px; 
    margin: auto;
    position:relative;
}
ul.flex-row{ 
    font-weight: bold;
    list-style: none;
    gap: 2em;
}

 
nav > ul{
    padding: 1em;
}
 
@media screen and (max-width: 800px){
    nav > ul{
    padding-right: 7em; 
    }
    nav > ul > .nav-title a{
        font-size: 35px;
        font-family: 'poppins';
        font-weight: 800;
    }
}
.flex-row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
} 
/* background: 
linear-gradient(#0007, #0000),
#123; */
/* .hh-parent-container-blue-fade{
    background: rgb(112,197,247);
    background: radial-gradient(circle, rgba(112,197,247,0.22452731092436973) 41%, rgba(255,255,255,0.14609593837535018) 88%);
    position: absolute;
    bottom: 0;
    left:-50px;
    z-index: -1;
    width: 400px;
    height: 400px;
    transform: translateY(150px);
    border-radius: 50%;
} */
.hh-parent-container:not(.hh-parent-container.blue-bg){
    background-color: white;
    min-height: 585px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:5em;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 6em;
    position: relative;
}
.hh-parent-container.blue-bg{
    min-height: 485px;
    display: flex;
    gap:5em;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top:3.5em !important;
    padding-bottom:4.25em !important;
}
.hh-parent-container > .hh-content{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; 
    gap: 3.5em;

}
 

@media screen and (max-width: 900px){
    .join-btn.blue{
        margin-right:auto;
    }
    .hh-parent-container{
        justify-content: center;
        align-items: center; 
        padding-bottom:2em;
    }
    /* .hh-section-limiter{
        margin-top:4em;  
    } */
    .hh-parent-container > .hh-section-limiter{
        flex-wrap:wrap;
        flex-direction: row;
       
    }
    .hh-parent-container> .hh-section-limiter > .hh-content{
        order:2;

    }
    .hh-content-main{
        text-align: center;
    }
    .hh-content-img{
        margin-top:2em !important;
    }
    .hh-content-title > h1{
        text-align: center;
    }
    .hh-content-title h2{
        text-align: center;
        margin: auto;
        max-width: 650px;
        font-size: 36px;
        line-height: 49px !important;
    }
    .hh-content-title h3{
        text-align: center;
        margin-bottom: 0;
    }
 
    .hh-content-main{
        margin: auto;
    }
    .hh-content-main > a{
       margin: auto;
    }
   .hh-content.blue-limiter{
        display:flex;
        justify-content: center;
        flex-direction: column;
   }
   .hh-content-main.blue{
    text-align: center;
   }
}   
.hh-content > .hh-content-main{
    width: 100%;
    max-width: 550px;
    font-size: 20px;
    line-height: 40px; 
    color: #727D83;
    font-weight: 400;
    font-family: 'Poppins';
}
.hh-content-main p{
    padding-right: 1em;
    padding-left:1em;

}
.hh-content > .hh-content-title{
    text-align: left; 
    font-size: 36px;
    font-weight: bold;
    color: #292C2E;
    font-family: 'Poppins' !important; 
    padding-left: .5em;
    padding-right: .5em;
} 
.hh-content .blue-title{
    color: #83D7fB;
}
.hh-content h1{
    max-width: 500px;
}
.hh-content h2{
    max-width: 630px;
    margin-bottom: 0;
    line-height: 74px; 
}
.hero-img-group{
width: 100%;
max-width: 725px;
min-height: 660px;
position: relative;
z-index: 50;
display: flex;
align-items: flex-start;
}
.hero-img-group div{
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    min-height: 523px;
    width: 338px;
    position: absolute;
}
.hero-img-group .hh-content-img{
    background-image: url(../media/icons/first-first-hero.svg);
    z-index: 51;
}
.hero-img-group .hh-content-img2{
    background-image: url(../media/icons/first-second-hero.svg);
    transform: translate(253px, 93px);
    position: relative;
}
.hero-img-group .hh-content-img3{
    background-image: url(../media/icons/services-hero-img.jpg);
    position: relative; 
    width: 100%;    
}
.hero-img-group .hh-content-img4{
    background-image: url(../media/icons/contact-hero-img.svg);
    position: relative; 
    background-size: contain;
    width: 100%;    
}
.hh-parent-container.contact{

    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 41%, rgba(242,247,250,1) 77%);}
@media screen and (max-width: 1200px){
    .hero-img-group .hh-content-img2{
        transition: .2s;
        transform: translate(170px, 93px);
    }
}
@media screen and (max-width: 1060px){
    .hh-content-img2{
        display:none;
    }
    .hero-img-group div{
        background-size: contain;
        min-height: 523px;
        width: 100%;
        position: relative;
        margin: auto; 
    }
}
@media screen and (max-width: 900px){
    .hero-img-group{
        min-height: 500px;
    }
}
.hh-blue-content-img{
    width: 100%;
    max-width: 489px;
    min-height: 498px;
    background-image: url(../media/icons/second-hero.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index:55;
}
.hh-content-main.blue{
    max-width: 647px !important;
    align-items: flex-start !important;
}
.hh-content-main.blue p{
    max-width: 647px !important;
    padding-left:0;
    padding-right: 0;
}
.hh-content-main.blue .join-btn{
    margin-left:0;
}
@media screen and (max-width: 900px){
    .hh-content-main.blue .join-btn{
        margin-left: auto
    }
}
.hh-content-img2 .hh-content-img2-ww{
    position: absolute;
    top:0;
    right:0;
    width: 207px;   
    min-height: 95px;
    background-color: white;
    border-radius: 1.5em;
    display:flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 28px -21px;
}
.hh-content-img2-ww p{
    color: black;
    padding: 0;
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    font-family: 'Poppins';
}
.join-btn{
    background: rgb(112,197,247);
    background: linear-gradient(180deg, rgba(112,197,247,1) 41%, rgba(133,206,248,1) 55%, rgba(147,212,249,1) 69%, rgba(147,212,249,1) 78%, rgba(163,218,250,1) 94%, rgba(170,221,250,1) 96%, rgba(170,221,250,1) 100%, rgba(183,226,251,1) 100%, rgba(255,255,255,1) 100%); border-radius: 5em;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center; 
    color: white !important;
    border: 2px solid rgb(112,197,247);
    text-decoration: none;
    margin-left: 1em; 
    min-height: 53px;
    width: 100%;
    max-width: 230px;
    z-index: 333;
    position: relative !important;
}
.join-btn:hover{   
    background: transparent;
    background: white;
    color: rgb(112,197,247) !important;
}
.arrow-down{
    background-image: url(../media/icons/arrow-down.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height:22px;
    text-decoration: none;
    margin-left:.35em;
}
.nav-title a{
    color: #F9C11F; 
    font-weight: 700;
    font-size: 25px;
    font-family: 'Poppins';
    padding-left:1em;
    text-decoration: none;
}
@media screen and (max-width: 900px){
    .nav-title{
        display: none;
    }
}
.blue-bg{
    background-color: #EFEFEF;
    position: relative;
    overflow: hidden;
}
.blue-bg-lace{
    background-image: url(../media/icons/Group281.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
} 
.modular-services{
    width: 100%;
    min-height: 500px;
    background-color: whitesmoke;
    padding-top: 5em;
    padding-bottom: 9em;
    position: relative;
}
.modular-services .learn-more-bar{
    width: 100%;
    min-height:75px;
    color: white;
    font-weight: bold;
    font-size: 25px; 
    display:flex;
    justify-content: center;
    align-items: center;
    font-family: 'nunito';
    background-color: #40BCF2;
    text-decoration: none; 
    position: absolute;
    bottom:0;
}
.modular-services .learn-more-bar:hover{
    background-color: white;
    color: #40BCF2;
    transition: .3s;
}
.modular-services .services{
    width: 99.5%;
    max-width: 1250px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4em;
    padding-top: 4em;
    box-sizing: border-box;
    padding: 1em; 
}
.modular-services > .services .services-item{
    width: 100%;
    max-width: 332px;
    min-height: 300px; 
    display: flex; 
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
 
.services-item p strong{
    /* color: rgb(41, 104, 175); */
}
.services p{
    width: 100%;
    max-width: 175px; 
    display: flex; 
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; 
    /* color: rgb(41, 104, 175) */
}
 .services-icon{
    width: 78px !important;
    height: 80px;
    margin-bottom: 0;
    display:flex;
    justify-content: center;
    align-items: center;
}

 .services-icon i{
    width: 59%;
    height:59%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
 } 
.modular-services > .services .services-item p:not(.services-icon){
    text-align: center;
    max-width: 320px;  
    font-size: 20px;
    color: #888A8B;
    font-weight: 300;
    font-family: 'Poppins';
}
.modular-services > .services .services-item p:not(.services-icon) strong{
    font-size: 26px;
 color: #2A536B;
 font-family: 'Poppins';
}
@media screen and (max-width: 900px){
    .logo-parent-container{
        position: relative;
        width:100%;
        width: 150px;
        height:150px;
    }
    nav{
        width: 120px;
        min-height:100px;
    }
    .hamburger-menu{
        display:flex;
        width:60px;
        height: 60px;
        background-image: url(../media/icons/hamburger-menu.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size:contain;
    }
    .hamburger-menu:hover{
        cursor: pointer;
    }
    nav >ul{
        display:none;
        position:absolute;
        top: 100%;
        z-index: 100;
        background-color: #83D7fB;
        padding-top:0;
        margin-top:0;
        width: 100%;
        left:0;
        padding-right:0;
        padding-left:0;
        transform: translateY(6px);
        overflow:hidden;
        padding-top:1em;
        padding-bottom:1em;
    }
    nav>ul>h1{
       text-align: center;
    }
   
    nav>ul>li>a{ 
        display:flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height:45px;
        text-align: center; 
        font-weight: 600;
        text-decoration: none; 
        color: white;
    }
    nav>ul>li>a:hover{
        background-color: #bdebff;
        color: rgb(77,77,77); 
    }
    .logo-parent-container{
        display:none;
        background-image: none;
    }
    header{
        background-image: url(../media/logo.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size:contain;
        padding-left: 0;
        padding-right:0;
    }

    .hamburger-menu{
        position:absolute;
        right: 0;
        background-image: url(../media//icons/hamburger-menu.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 50px;
        height: 50px;
    }
    .active{
        display:block !important; 
    }
    .hh-content-title h1{
        margin: auto;
        font-size: 36px !important;
    }
}
@media screen and (min-width: 900px){
    .hamburger-menu{
        display: none;
    }
}



.slideshow-container {
    width: 100%; 
    height:500px;
    max-height: 450px;
    position: relative;
    margin: auto;
    background-color:#77C6E8;
  }
   
  /* Hide the images by default */
  .mySlides {
    display: none;
    height:450px;
    width: 100%;
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
  } 
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color:rgb(63, 63, 63,.5);
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .dot.active, .dot:hover {
    background-color: #717171;
  } 
    @media screen and (max-width: 900px){
        header{
            margin-bottom:0 !important;
        }
        .h1-arrow{
            display:none;
        }
        .body-content h1{
            justify-content: center;
            align-items: center; 
        }
    }
    @media screen and (max-width: 600px){
        .body-content h1{
            font-size: 35px !important;
        }
    }
    .body-content{
        margin-bottom:4em;  
    }
    .body-content h1{
        text-align: left;
        font-size: 46px;
        padding-left:1em;
        padding-right:1em;
        color: rgb(77,77,77);
    }
    section h2 {
        color: rgb(77,77,77);
        padding-left:.75em;
        padding-right: 1em;
    }
    section p{
        color: rgb(77, 77, 77);
        font-weight: 400;
        font-size: 18px; 
        padding-right: 1em;
        padding-left:1em;
    }
    .form-container{
        width: 100%;
        min-height: 850px;
        padding: 1em;
        box-sizing: border-box;
    }
    .form-container form{
        width: 100%;
        max-width: 1000px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap:wrap;
        gap:1.5em; 
        padding: 5em;
        box-sizing: border-box;
    }
    .form-info-parent{
        display:flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap:2em;
        width: 100%;
    }
    .form-info-parent div{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        max-width: 370px;
    }
    @media screen and (max-width: 900px){
        .form-info-parent div{
            max-width: 320px !important;
            margin: auto !important;
        }
    }
    .form-email-parent{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }
    .form-email-parent label{
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        color: #888A8B;
        margin-bottom:1.5em;
    }
    .form-email-parent input{
     width: 100%;
     min-height:35px;
     font-family: 'Nunito';
     font-weight: bold;
     color: #717171;
     border: 1px solid #717171;
     font-size: 17px;
     padding-left:.5em;
    }
    .form-info-parent label{
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        color: #888A8B;
        margin-bottom:1.5em;
    }
    .form-info-parent input{
     width: 100%;
     min-height:35px;
     font-family: 'Nunito';
     font-weight: bold;
     color: #717171;
     border: 1px solid #717171;
     font-size: 17px;
     padding-left:.5em;
    }
    .form-ta-parent .form-sub{
        width: 100%;
        max-width: 150px;
        margin: auto;
        min-height: 45px;
        background-color: #77C6E8;
        border: 1px solid #77C6E8;
        border-radius: 3em;
        color: white;
        font-weight: bold;
        font-size: 17px;
        margin-top: 3em;
    }
    .form-ta-parent .form-sub:hover{
        background-color: white;
        color: #77C6E8;
        cursor:pointer;
    }
    @media screen and (max-width: 900px){
        .form-ta-parent textarea, .form-ta-parent label{
            width: 100% !important;
            max-width: 295px !important; 
            margin: auto;
        }
        .form-info-parent div{
            max-width: 90%;
            margin: auto;
        }
        .form-info-parent input, label{
            width: 100% !important;
            max-width: 295px !important; 
            margin: auto;
        }
        .form-sub{
            margin: auto;
        }
        #email{
        width: 100% !important;
        max-width: 320px !important;
        margin: auto;
        }
       form{
        gap: 1em !important;
       }
       .contact-form-parent{
        padding: 2em !important;
       }
    }
    .form-ta-parent{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }
    .form-ta-parent label{
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        color: #888A8B;
        margin-bottom:1.5em;
    }
    .form-ta-parent textarea{
        width: 100%;
        min-height:100px;
        font-family: 'Nunito';
        font-weight: bold;
        color: #717171;
        border: 1px solid #70C5F7;
        font-size: 17px;
        padding-left:.5em;
    }
    .thank-you-parent{
        width: 100%;
        min-height: 400px;
    }
    .thank-you-msg h2{
        text-align: center;
        color: #3e882f;
    }
    .thank-you-msg-failed h2{
        text-align: center;
        color: rgb(41, 104, 175);
    }
    .section .join-btn{
        margin-left: 0 !important;
    }
    .services-page .join-btn{
        margin-left: 0 !important;
    }
    .bounce {
        animation: bounce 2s infinite;
      }
      
      @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
          transform: translateY(0);
        }
        40% {
          transform: translateY(-8px);
        }
        60% {
          transform: translateY(-5px);
        }
      }

      .newsletter-parent{
        width: 100%;
        min-height: 457px;
        background-image: url(../media/icons/newsletter-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; 
        padding-bottom:3em;
        position: relative;
        z-index: 30;  
      }
      .newsletter-wire{
        background-image: url(../media/icons/newsletter-wire.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        left: 0;
        top:0;
        width: 300px;
        min-height: 400px;
        z-index: 77;
        transform: translateY();    
    }
     .newsletter-form{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;  
        box-sizing: border-box;
        padding: 1em;
    }
    .newsletter-form .subscribe-header{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top:2.5em;
    }
    .newsletter-title h1{
        color: white;
        margin-left: 1.5em; 
    }
    @media screen and (max-width: 600px){
        .newsletter-title h1{
            margin-left: 0;
            text-align: center;
        }
        .subscribe-description{
            text-align: center;
        }
    }
    .subscribe-container{
        display:flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .subscribe-description p{
        color: white; 
        font-family: 'Poppins';
        font-size: 20px;
        font-weight: 400;
    }
    .email-icon{
        display:flex;
        width: 75px;
        height: 75px;
        justify-content: center;
        align-content: center;
        background-image: url(../media/icons/email-letter-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size:cover;
    }
    .home-news-form{
        max-height: 150px;
        max-width: 900px;
        margin: auto; 
        margin-top: 2em;
    }
    .form-container-home{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 2em;
        flex-direction: row;  
    }
    #hon-pot{
        visibility: hidden;
        display: none;
    }

    .form-container-home input[type='text']{
        height: 45px;
        width: 100%;
        max-width: 700px;
        border-radius: 4em;
        background-color: white;
        font-family: 'Poppins'; 
        border: none;
        padding-left: 1em;
        font-size: 16px;
        color:#676768;
    } 
    .form-container-home input[type='email']{
        height: 45px;
        width: 100%;
        max-width: 700px;
        border-radius: 4em;
        background-color: white;
        font-family: 'Poppins'; 
        border: none;
        padding-left: 1em;
        font-size: 16px;
        color:#676768;
    } 
    .form-container-home input[type='submit']{
        background-color: #F9C11F;
        color: white;
        width: 175px;
        min-height: 45px;
        border-radius: 4em; 
        border: 0;
        font-weight: 500;
        font-size: 20px;
        cursor: pointer;
        font-family: 'Poppins';
        font-weight: 400;
    }
    .form-container-home input[type='submit']:hover{
        background-color: white;
        color: #F9C11F; 
    }
    @media screen and (max-width: 600px){
        .form-container-home{
            flex-direction: column;
            justify-content: center;
            align-items: center; 
        }
    }

footer{
    width: 100%; 
    padding-top:4em; 
    background-color: white;
}
footer .width-limiter{
    box-sizing: border-box;
    padding: 1em;
}
footer .footer-brand{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    align-items: center;
    justify-content: flex-start;
}
.footer-logo-parent{
    width: 90px;
    height: 88px;
}
.footer-logo{
    background-image:url(../media/icons/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    display: flex; 
    width: 100%;
    height: 100%;
}  
.footer-ww-name a{
    color: #F9C11F;
    font-family: 'Poppins';
    font-size: 23px;
    font-weight: 700;
    margin-left: .75em; 
}
 .footer-description{
    width: 100%;
    max-width: 350px;
    margin-left:.25em;
    margin-top:2em;
 }
 .footer-description p{
    font-weight: 450; 
 }
 .footer-col{
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
 } 
 .footer-col-title{
    font-size: 18px; 
 }
 .footer-rows{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5.5em;
 }
 .footer-col a{
    text-decoration: none;
    font-weight: 500; 
 }
 .footer-col a:hover{
    text-decoration: underline;
    color: #83D7fB;
 }
 .legal-foot{
    width: 100%;
    min-height:55px;
    margin-top: 4em;
    background-color: #5CAEED;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .legal-foot p{
    color: white;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    padding: 1em;
    box-sizing: border-box;
}
 .legal-foot a{
    color: white;
 }
 .legal-foot a:hover{
    color: #b7e3f7;
 }
 @media screen and (max-width: 900px){
    .footer-rows{
        flex-direction: row;
        gap:1em;
    }
    .footer-col{
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .footer-col p{
        text-align: center;
    }
 }
 .location-icon{
    background-image: url(../media/icons/location-icon.jpg);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 25px;
    height: 25px;
 }
 .foot-email-icon{
    background-image: url(../media/icons/email-icon.jpg);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 25px;
    height: 25px;
 }
 .services-blocks{
    width: 100%;
 }
 .services-blocks .blocks{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4.5em;     
}
.services-blocks .blocks .block-p{
    width: 100%;
    max-width: 630px; 
    min-height: 530px;
    border-radius: 3.5em;
    box-sizing: border-box;
    padding: 2.5em;
    border-radius: 1.75em;
    background-color: white;
    box-shadow: 0px 0px 39px -26px;
}
.services-blocks .services-blocks-icon{
    display: flex;
    width: 85px;
    height: 85px;
    background-image: url(../media/icons/services-page-blue-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.block-p{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column; 
} 
.services-blocks-icon i{
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 33;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.web-hosting .services-blocks-icon i{
    background-image: url(../media/icons/web-hosting-inner.svg);
}
.web-design .services-blocks-icon i{
    background-image: url(../media/icons/web-design-inner.svg);
}
.web-deployment .services-blocks-icon i{
    background-image: url(../media/icons/web-deploy-inner.svg);
}
.custom-emails .services-blocks-icon i{
    background-image: url(../media/icons/email-letter-icon.svg);
}
.google-ad-creation .services-blocks-icon i{
    background-image: url(../media/icons/google-ads-inner.svg);
}
.site-updates .services-blocks-icon i{
    background-image: url(../media/icons/site-updates-icon.svg);
}
.retainers .services-blocks-icon i{
    background-image: url(../media/icons/retainer-icon.svg);
}
.logo-design .services-blocks-icon i{
    background-image: url(../media/icons/logo-design-inner.svg);
}
.social-media .services-blocks-icon i{
    background-image: url(../media/icons/social-media-inner.svg);
} 

.block-p h2{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
}
.cut-page{
    margin-top:6em;
    width: 100%;
    background-image: url(../media/icons/cut-page.jpg);
    background-size: 100% 98%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    display:flex;
    justify-content: center;
    align-content: center; 
    flex-wrap: wrap;
}
.cut-page p{
    color: white;
    font-family: 'Poppins';
    font-size: 18px;
    text-align: center;
    width: 100%;
    max-width: 925px;
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} 
.cut-page p a{
    margin-top: 3em;
    background-color: white;
    color: #77C6E8;
    border-radius: 5em;
    min-height: 50px;
    width: 100%;
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.cut-page p a:hover{
    background-color: #9cdefa;
    color: white;
    transition: .3s;
}
.c-blue-bg{
    background-color: #77C6E8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    min-height: 70px;
    width: 70px;
}
.business-information{
    width: 100%;
    max-width: 800px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5em;
    margin-top: 4em;
    margin-bottom: 4.5em;
}
.loc-pin{
    background-image: url(../media/icons/loc-pin.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(6px);
    width: 35px;
    height: 35px;
}
.cemail{
    background-image: url(../media/icons/white-contact-email-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
}
.business-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5em;
}
.business-flex a{
    color: #888A8B;
}
.contact-form-parent{
    background-color: white;
    border-radius: 1.75em;
    margin: auto;
    box-shadow: 0px 0px 70px -30px;
}
.form-container{
    gap: 6em;
}
.form-container input[type="text"], input[type='email'], input[type='tel'], textarea{
    border-radius: 1em;
    border: 1px solid #70C5F7;
}
.form-container input[type='text'], input[type='tel']{
    max-width: 360px !important;
}
.form-info-parent{
    justify-content: space-between;
}

@media screen and (max-width: 900px){
    .desktop{
        display: none;
        visibility: hidden;
    }
    .business-information{
        margin-top: 1em;
        margin-bottom: 1em;
    }
}
