body {
    margin: 0;
    padding: 0;
    zoom: 85%;

}

p {
    font-family: poppins;
    font-weight: 100;
    color: #373737;
    font-size: 17px;
    line-height: 40px;
}

a{
  color:white;
  font-size:18px;
  font-family: typoHeading;
  text-decoration: none;
  padding-left:10px;
  padding-right:10px;
  cursor:pointer;
}

a:hover{
  text-decoration: underline;
}

h1,
h2,
h3 {
    font-family: typoHeading;
    text-shadow: none;
    font-size: 19px;
}

h2{
    font-family: poppins;
    font-size: 25px;
}

@media screen and (max-width :900px) {
    .content-box h1 {
        font-size: 30px;
    }

    .content-box h2 {
        font-size: 16px;
    }
}

.section {
    background-color:#f3eee8;
    padding: 70px;
}

.sectionContent {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.section h1 {
    margin-bottom: 50px;
}

.spaceDiv {
    height: 100px;
}


.centerLine {
    text-align: center;
}

.button {


    display: flex;
    align-items: center;
    background-color: #ffffff00;
    color: #ffffff;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 6px;
}

.button:hover {
    background-color: #ffffff2b;
}

.pricingButton {
    background-color: #ff4bff;
    color: #ffffffff;
    border: none;
    z-index:0;
}

.pricingButton:hover {
    background-color: #4acbf2

}

.footer {
    display: flex;
    justify-content: space-between;

    color: white;

}

.footer div {
    margin-bottom: 30px;


}

.footer p {
    color: white;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}

.footer a {
    display: flex;
    flex-wrap: wrap;
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.footer h2 {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;

}



@media screen and (max-width :900px),
(pointer: none),
(pointer: coarse) {
    .footer {
        display: flex;
        flex-direction: column;
    }


}

.image-box {

    /* Here's the trick */
    background: linear-gradient(#17ad7374, rgba(127, 131, 131, 0.598)) , var(--image-url) center center;
    background-size: cover;

    /* Here's the same styles we applied to our content-div earlier */
    color: white;
    height: 700px;
    display: flex;
    justify-content: center;



    min-width: 100px;
}

.content-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    ;
}

.content-box h1 {
    font-size: 35px;
}



.twoWaySplit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;

}



.twoWaySplit .twoWaySplitImg {

    height: 200px;

    border-radius: 50%;
}



@media screen and (max-width :1000px),
(pointer: none),
(pointer: coarse) {
    .twoWaySplit {
        flex-direction: column;
     
    }

    .twoWaySplit .twoWaySplitImg {

        height: 250px;

    }


}



.inputField {
    font-size: 16px;
  
    border: 1.5px solid #ececec;
    outline:none;
    box-sizing: border-box;
  
    background-color: #ffffffff;
  
    border-radius: 10px;
  
    height: 40px;
    min-width: 80px;
    max-width: 800px;
    width:100%;
  
    margin-top:10px;
    margin-bottom: 10px;
  
    padding: 10px;
    
  }
  
  .inputField:focus {
    border: 2px solid #072553df;
    padding-left: 8px; 
  }
  
  .inputField:hover {
    cursor: text;
  }

  

  .footer {
    display: flex;
    justify-content: space-between;

    color: white;

}

.footer div {
    margin-bottom: 30px;


}

.footer p {
    color: white;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}

.footer a {
    display: flex;
    flex-wrap: wrap;
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.footer h2 {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;

}

.no-scroll {
    overflow: hidden;
}

@media screen and (max-width :900px),
(pointer: none),
(pointer: coarse) {
    .footer {
        display: flex;
        flex-direction: column;
    }
}



@font-face {
    font-family: poppins;
    src: url(fonts/Poppins-Medium.ttf);

}

@font-face {
    font-family: typoStandard;
    src: url(fonts/standardTypography.woff2);
}

@font-face {
    font-family: typoHeading;
    src: url(fonts/boldTypography.woff2);
}

