/* * {
    box-sizing:border-box
  } */
html { 
    background-color: #6A889C;
    font-family: Helvetica, Arial, sans-serif; 
    margin: 0px; 
}
body { margin: 0px; text-align: center; }
body :not(:is(h1,h2,h3,h4,h5,h6)) { line-height: 1.50em; }
a:link {
    outline: none;
    text-decoration: none;
}
input, textarea {
    background-color: transparent;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px transparent solid;
    border-left: 0px;
    font-weight: normal;
    margin: 0 auto;
    outline: none;
    overflow: hidden;
    padding: 0px;
    resize: none;
    vertical-align: bottom;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    
}
input, textarea:focus {
    background-color: transparent;
    border-bottom: 1px white solid;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    outline: none;
}
input, textarea::placeholder {
    background-color: white;
    border: none;
    font-style: italic;
}
input, textarea { background-color : transparent; }
input, textarea:-internal-autofill-selected {
    background-image: none !important;
    background-color: white !important;
}
input, textarea:-webkit-autofill { 
    -webkit-background-clip: text;
}
table, tbody {
    border-collapse: collapse;
    border-spacing: 0px;
    table-layout: fixed;
    margin: 0px 0px;
}
td { padding: 0px; }
ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
button {
    background-color : white;
    border : none;
    color : #ff1493;
    font-weight : bold;
    outline : none;
    text-align : center;
}
button:focus {
    box-shadow : 0 3px 12px -2px RGBA(106, 136, 156, 0.5);
}
button:hover {
    box-shadow : 0 3px 12px -2px RGBA(106, 136, 156, 0.5);
}
.dash-survey { 
    cursor: pointer;
    display: grid;
    text-wrap: wrap;
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
}

.akita {
    bottom: 0;
    display: block;
    height: auto;
    max-height: 48vh;
    max-width: 48vw;
    position: absolute;
    right: 0;
    width: auto;
}
.click {
    cursor: pointer;
}
.co {
    margin: 0;
    padding: 4vh 0;
}
.co-cont {
    background-color: #f0f3f5;
}
.coP {
    padding: 3vh 0;
}
.cosvg {
    width: 10vw;
}
.feature-img {
    width: 5vw;
}
.features-cont {
    background-color: #f0f3f5;
    padding: 2vh 0;
}
.feature-cont {
    align-items: center;
    display: grid;
    grid-template-columns: 10vw 20vw;
    justify-content: center;
    text-align: left;
    vertical-align: middle;
}
.feature-text {
    width: fit-content;
}
.footer-iam { 
    background-color: #6A889C;
    color: #aac6d8;
    margin: 0 auto;
    padding: 5%;
}
.form-top {
    margin-bottom: 3vh;
}
.error-cont {
    background-color: #f0f3f5;
    height: 92vh;
    position: relative;
}
.fourofour { 
    color: #ff1493;
    display: grid;
    font-size: 8em;
    font-weight: bold;
    margin-block-end: 0;
    margin-block-start: 0;
}
.header-iam {
    background-color: #f0f3f5;
    display: grid; 
    /* font-size: clamp(0.8rem, 2vw, 2rem); */
    font-weight: bold;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    padding-top: 2%;
    /* grid-template-columns: auto 1fr minmax(50px, 0.05fr) minmax(50px, 0.05fr); */
}
.header-link {
    color: #ff1493;
    cursor: pointer;
}
.iam-bttn {
    background-color : #ff1493;
    color: white;
    display: block;
    margin: 4vh auto 6vh auto;
    padding: 0.5vh 2vw;
    text-align : center;
    text-wrap: nowrap;
    width: fit-content;
}
.iam-form {
    background-color: white;
    display: block;
    left: 25%;
    margin: 0 auto;
    padding: 4vh 0;
    position: absolute;
    top: 25vh;
    width: 50%;
}
.iam-input {
    border-bottom: 1px solid #6A889C;
    display: block;
    background-color: white !important;
    margin: 0 auto 1vh auto;
}
.iam-input:focus {
    border-bottom: 1px solid #ff1493;
    background-color: white !important;
}
.iam-link {
    display: block;
    padding-bottom: 2vh;
}
.iam-text-2 {
    padding-bottom:  2vh;
}
.img { width: 100%; }
.img-cont { 
    background-color: #f0f3f5;
    justify-content: center;
    height: fit-content;
    position: relative; 
}
.img-cont-text { 
    align-items: center;
    background-color: white;
    bottom: 45%;
    font-size: clamp(0.9rem, 2vw, 6rem);
    font-weight: bold;
    line-height: 1.1;
    padding: 2%;
    position: absolute;
    text-wrap: wrap;
    width: 60%;
}
.img-text { 
    font-size: clamp(0.8rem, 1.2vw, 5rem);
    padding: 2%;
}
.img-cont-text-bttm-ctr {
    bottom: 10%;
    left: 20%;
}
.img-cont-text-left {
    left: 0;
}
.img-cont-text-right {
    right: 0;
}
.img-cont-splash { 
    background: -webkit-linear-gradient(90deg, #8014ff 4%, #f614ff 96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 3px 3px 1px white; 
    bottom: 5%;
    font-size: clamp(1rem, 4vw, 6rem);
    left: 10%;
    line-height: 1.1;
    position: absolute;
    text-align: left;
    text-wrap: wrap;
    width: 59vw;
}
.inputs {
    border : none;
    border-bottom : 1px solid #6A889C;
    outline : none;
}
.loading { 
    align-items: center;
    background-color: #f0f3f5;
    display: grid;
    height: 100vh;
    justify-items: center;
    margin: 0px auto 0px auto; 
    position: relative;
}
.main {
    min-height: 100vh;
}
.pricing-cont {
    background-color: #f0f3f5;
    height: fit-content;
    padding: 2vh 0;
}
.pp-grad-text {
    background: -webkit-linear-gradient(90deg, #8014ff 20%, #f614ff 80%);
    background-color: #f0f3f5;
    background-clip: unset;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rd { 
    background-color : #ff1493;
    font-size: clamp(0.8rem, 1.2vw, 4rem);
    font-weight: bold;
    color: white;
    margin: 0 auto;
    padding: 1vh 1vw;
    text-align : center;
    text-wrap: nowrap;
    width: fit-content;
}
.rd-cont {
    background-color: #f0f3f5;
    height: fit-content;
    width: 100%;
}
.rd-form {
    background-color: #f0f3f5;
    padding: 6vh 0;
}
.rd-splash {
    bottom: 10%;
    position: absolute;
    right: 10%;
}
.services-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.service-div {
    border-radius: 10px 15px 30px 80px;
    box-shadow: 0 -10px 30px -26px #ff1493 inset;
    margin: 2% auto 5% auto;
    min-width: 300px;
    padding: 2vh 0 3vh 0;
}
.simple {
    background-color: #f0f3f5;
    color: #ff1493;
    padding: 2vh 0 0 0;
}
.solved {
    font-size: clamp(1rem, 4vw, 6rem);
    margin: 0;
    padding: 6vh 0 6vh 0;
}
@keyframes spinner { to { transform: rotate( 360deg ); } }
.spinner {
    animation: spinner .9s linear infinite;
    border: 2px dotted #ff1493;
    border-radius: 50%;
    border-top-color: #6A889C;
    box-sizing: border-box;
    content: '';
    height: 5vw;
    margin: 45vh auto 0 auto;
    position: absolute;
    text-align: center;
    width: 5vw;
}
