header
{
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.418);
    background-color: whitesmoke;
}
#testimonials-cnt
{
    display: block;
    height: 150vh;
    padding-block: 5%;;
}
#test_head
{
    height: 10%;
    text-align: center;
    font-size: 1vw;
    color: var(--color);
}
#test_head h1{
    height: 50%;
    display: grid;
    place-content: center;
    font-size: 2vw;
}

#cnt
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 50%;
    place-items: center;
    
}

.test-content
{
    width: 25%;
    margin-inline: 1%;
    margin-block-end: 3%;
    height: 55%;;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.11);;
}

.test-content blockquote
{
    display: grid;
    width: 80%;
    place-items: center;
    border-radius: inherit;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
    height: 75%;
    font-size: .8vw; 
    line-height: 120%;
}

.test-content div{
    width: 100%;
    height: 20%;
    display: grid;
    place-content: center;
}

.test-content div img {
    width: 20%;
    margin: 0 auto;
    margin-top: -30%;
    border-radius: 50%;
    border: 5px solid rgba(245, 245, 245, 0.842);
}

.test-content div p
{
    font-size: 1vw;
    text-align: center;
}
.test-content div p:after, .test-content div p:before
{
    content: " -";
}

.circle
{
    position: absolute;
    width: 20%;
    height: 40vh;
    background: rgb(9, 20, 112);
    top: 0;
    left: -15%;
    border-radius: 50%;
    z-index: -100;
    box-shadow: 0 0 8px .5px rgba(0, 0, 0, 0.456);
}
#circle
{
    position: absolute;
    width: 20%;
    height: 50vh;
    background: rgb(255, 136, 0);
    top: 85%;
    right: -10%;
    border-radius: 50%;
    z-index: -100;
    box-shadow: 0 0 8px .5px rgba(0, 0, 0, 0.456);
}


#circe
{
    position: absolute;
    width: 5%;
    height: 10vh;
    border: 2px solid rgb(255, 136, 0);
    top: 10%;
    right: 35%;
    border-radius: 50%;
    z-index: -100;
}


#circa
{
    position: absolute;
    width: 20%;
    height: 40vh;
    background: rgb(255, 115, 0);
    top: 90%;
    left: -15%;
    border-radius: 50% 50% 0 50%;
    box-shadow: 0 0 8px .5px rgba(0, 0, 0, 0.456);
    z-index: -100;
}








@media only screen and (max-width: 900px)
{

#testimonials-cnt
{
    display: block;
    height: auto;
    padding-block: 0;;
}
#test_head
{
    width: 80%;
    margin: 0 auto;
    height: auto;
    height: 35vh;
    text-align: center;
    font-size: 100%;
    color: var(--color);
    padding: 5% 0;
}
#test_head h1{
    height: 50%;
    font-size: 200%;
}

#cnt
{
    width:100%;
    display: block;
    height: 60%;
    place-items: center;
}

.test-content
{
    width: 100%;
    margin-inline: 0;
    margin-block-end: 0;
    border-radius: 0;
    border-bottom: .1px solid white;
    height: 50vh;
    color: white;
    margin: 0;
    background: var(--color);
    display: grid;
    place-items: center;
}

.test-content blockquote
{
    display: grid;
    width: 80%;
    margin: 0 auto;
    padding: 0;
    height: auto;
    font-size: 80%; 
}

.test-content div{
    width: 100%;
    height: auto;
}

.test-content div img {
    width: 20%;
    margin: 0 auto;
    margin-top: -25%;
    border-radius: 50%;
    border: 5px solid rgb(245, 245, 245);
}

.test-content div p
{
    font-size: 80%;
}
.test-content div p:after, .test-content div p:before
{
    content: " -";
}

.circle
{
    position: absolute;
    width: 100%;
    height: 50vh;
    background: rgb(255, 115, 0);
    top: 35%;
    left: 0%;
    border-radius: 50%;
    z-index: -100;
    box-shadow: 0 0 8px .5px rgba(0, 0, 0, 0.456);
}
#circle
{
    display: none;
}


#circe
{
    display: none;
}


#circa
{display: none;}


#hmb div 
{
    box-shadow: 0 0 5px .1px rgba(0, 0, 0, 0.418);
}

}