:root{
    --glassColor:#547b8d2c;
    --boxShadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
/* ---------------------------------------------------- Common --------  */
.title_top{
    color: rgb(247, 6, 6);
    font-size: 1.2vw;
    margin: 0;
    padding: 0;
    font-weight: lighter;
}
.header3{
    font-size: 3.6vw;
    margin-top: 2px;
    color: #13539d;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
    margin: 0;
    padding: 0;
}
.paragraph{
    font-size: 1.2vw;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    transition: 1s ease;
}
/* ---------------------------------------------------- section one --------  */
.dhc_sec_one{
   height: 30vw;
   background: url(images/testimonial1.avif);
   background-size:cover;
   background-attachment: fixed;
   background-color: #13539da1;
   background-blend-mode: overlay;
   box-shadow: var(--boxShadow);
}
.sec_one_header{
    height: 30vw;
    position: absolute;
    width: 100%;
   text-align: center;
}
.sec_one_header h1{
    font-size: 7vw;
    padding: 40px 0 0 0;
    color: #d9d9d9;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 5px rgba(0,0,0,.5);
    transition: 1s ease;
}
.sec_one_header hr{
    margin-top: -4vw;
    width: 200px;
}
.sec_one_header h3{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #ffffff;
    text-shadow: 3px 1px 3px #0000009c;
    font-size: 3vw;
    margin-top: 0px;
}
/* ------------------------------------------- section two -----------  */
.dhc_sec_two{
padding-block: 100px;
padding-inline: 50px;  
}
.stars{
    color: gold;
    padding-left: 5px;
    text-shadow: #000000;
}
.dhc_sec_two h4{
    color: #13539d;
    font-size: 1.6vw;
    padding-bottom: 0;
    margin-bottom: 0;
}
.dhc_sec_two li{
    font-size: 1.2vw;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
/* --------------------------------------- section three ------------- */
.dhc_sec_three{
    background: linear-gradient(60deg, #003d7a 80%, #488bd6);
    padding: 100px 50px 50px 50px;
    margin-bottom: 50px;
}
.sec_three_text{
    text-align: center;
}
.title_top2{
    color: #ffffff;
    font-size: 1.2vw;
    margin: 0;
    padding: 0;
    font-weight: lighter;
}
.sec_three_text h3{
    color: #ffffff;
}
.review_sec{
    margin-top: 30px;
    display: grid;
    grid-template-columns: auto auto auto;
}
.card{
    height: 15vw;
    background-color:#13539d;
    padding: 30px;
    margin: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.card_img{
    margin-top: -6vw;
    margin-left: -4vw;
    font-size: 15vw;
   color: #488ad627;
   position: absolute;
   z-index: 1;
}
.card_text{
    text-align: center;
    z-index: 2;
}
.card_text h4{
    font-size: 1.8vw;
    margin-top: 10px;
    margin-bottom: -5px;
    color: #ffffff;
    font-weight: bold;
}
.googTitle{
    font-style: italic;
    font-size: 1vw;
    color:rgb(247, 114, 6); 
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.stars{
    color: gold;
}
.starsReviews{
    color: gold;
    font-size: 1.5vw;
}
.paraReview{
    font-size: 1.5vw;
}
.card_bottom{
    text-align: center;
}
/* -----------------------------------  FAQ section  --------------------- */
.sec_faqs{
    padding-inline: 40px;
    padding-top: 20px;
    padding-bottom: 100px;
}
.sec_faqs h3{
    text-align: center;
}
.faq_wrap{
    display: flex;
    flex-wrap: wrap;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-top: 30px;
}
details{
    flex: 100%;
    border: 2px dotted #000000;
    margin-inline: 10px;
    margin-bottom: 10px;
    padding-inline: 25px;
    padding-top: 25px;
    padding-bottom: 20px;
    border-radius: 5px;
}
summary{
    font-size: large;
    font-weight: bold;
}



/* ---------------------------------------------------- screen 1900 --------  */
@media screen and (min-width: 1900px){
    .dhc_sec_one{
        height: 30vw;
     }
     .sec_one_flex{
        height: 30vw;
     }

}
/* ---------------------------------------------------- screen 751 px --------  */
@media screen and (max-width: 751px){

    /* -------------------------------------------- Common 751--------  */
.title_top{font-size: 2.6vw;}
.header3{font-size: 4.6vw;}
.paragraph{font-size: 2.5vw;}

/* --------------------------------------------- section one 751-------  */
.dhc_sec_one{
    height: 35vw;
    background-attachment: unset;
 }
 .sec_one_header{
     height: 35vw;
 }
 .sec_one_header h1{
     padding: 8vw 0 0 0;
 }
 .sec_one_header h3{
     font-size: 3.6vw;
     margin-top: -1px;
 }
 /* ------------------------------------------- section two 751--------  */
 .dhc_sec_two{
 padding-top: 70px;
 padding-bottom: 50px;
 padding-inline: 20px;  
 }
 .dhc_sec_two h4{
     font-size: 3vw;
 }
 .dhc_sec_two li{
     font-size: 2.5vw;
 }
 /* --------------------------------------- section three 751---------- */
 .dhc_sec_three{
     padding: 50px 20px 50px 20px;
 }
 .title_top2{
    font-size: 2.6vw;
 }
 .review_sec{
     grid-template-columns: auto auto;
 }
 .card{
     height: 20vw;
 }
 .card_img{
     margin-top: -9vw;
     margin-left: -6vw;
     font-size: 20vw;
 }
 .card_text h4{
     font-size: 3vw;
 }
 .googTitle{
     font-size: 1.5vw;
 }
 .starsReviews{
     font-size: 2vw;
 }
 .paraReview{
    font-size: 2vw;
}
 /* -----------------------------------  FAQ section  751------------------ */
 .sec_faqs{
     padding-inline: 20px;
     padding-bottom: 50px;
 }
 
}

@media screen and (max-width: 500px){
    /* --------------------------------------------- Common 500--------  */
    .title_top{
       font-size: 4.6vw;
   }
   .header3{
       font-size: 8vw;
   }
   .paragraph{
       font-size: 4.6vw;
    }
    /* --------------------------------------------- section one 500-------  */
.dhc_sec_one{
    height: 70vw;
 }
 .sec_one_header{
     height: 70vw;
 }
 .sec_one_header h1{
    font-size: 10vw;
    padding: 10vw 0 0 0;
 }
 .sec_one_header h3{
    font-size: 4.6vw;
 }
 /* ------------------------------------------- section two 500--------  */
 .dhc_sec_two{
 padding-top: 60px;
 }
 .dhc_sec_two h4{
     font-size: 5.5vw;
 }
 .dhc_sec_two li{
     font-size: 4.6vw;
 }
 /* --------------------------------------- section three 500---------- */
 .title_top2{
    font-size: 4.6vw;
 }
 .review_sec{
     grid-template-columns: auto;
 }
 .card{
     height: 45vw;
     padding: 10px;
    margin: 10px;
 }
 .card_img{
     margin-top: -10vw;
     margin-left: -10vw;
     font-size: 35vw;
 }
 .card_text h4{
     font-size: 6vw;
 }
 .googTitle{
     font-size: 4vw;
 }
 .starsReviews{
     font-size: 4.5vw;
 }
 .paraReview{
    font-size: 4.5vw;
}
}