/**************************************************\ 
(XXL) Desktop Monitor
\**************************************************/
@media screen and (min-width: 1400px){ 

}

/**************************************************\ 
(XL) Laptop 
\**************************************************/
@media screen and (min-width:1200px) and (max-width: 1399.98px){ 
}
 
/**************************************************\ 
(LG) Tablet Landscape
\**************************************************/
@media screen and (min-width:992px) and (max-width: 1199.98px){    
    .sectionTitle{
        font-size: 1.8rem; 
    }
    .sectionHeadline{ 
        font-size: 4.4rem; 
        margin-bottom: 3rem;
    }

    /* Hero Section */
    #heroSection h1{
        font-size: 6rem; 
        width: 80%;
    }
    #heroSection p{
        width: 70%;
        font-size: 1.8rem;
    }
    #heroSection img{
        width: 30rem;
    }

    /* Services Section */  
    #servicesSection  p.desc{ 
        font-size: 1.8rem; 
        margin-bottom: 2rem;
    } 

    /* About Section */      
    #aboutSection .descContainer p.desc{
        font-size: 2rem; 
    }    
  
    /* Why choose us */   
    #whyChooseUsSection .highlightCard{    
        height: 20rem;
    }
    #whyChooseUsSection .highlightCard .cardFront, 
    #whyChooseUsSection .highlightCard .cardBack{
        padding: 2rem; 
    } 
    #whyChooseUsSection .highlightCard svg{
        width: 6.2rem;
    }
    #whyChooseUsSection .highlightCard label{
        font-size: 1.6rem;
    }
    #whyChooseUsSection .highlightCard p{
        font-size: 1.6rem;
    } 
    #whyChooseUsSection .testimonials p{
        font-size: 2.4rem; 
        line-height: 1.2;
    }
    #whyChooseUsSection .testimonials label.name{
        font-size: 1.6rem;
    }
    #whyChooseUsSection .testimonials label.role{
        font-size: 1.4rem;
    }      
}
   
/**************************************************\ 
(MD) Tablet Portrait
\**************************************************/
@media screen and (min-width:768px) and (max-width: 991.98px){  
    .sectionTitle{
        margin-bottom: 0.8rem;
    }  
    .sectionHeadline{ 
        font-size: 4rem; 
        font-weight: 600;
        line-height: 1;
        margin-bottom: 2rem;
    } 

    /* Hero Section */
    #heroSection h1{
        font-size: 5.4rem;
        width: 100%;
    }
    #heroSection p{
        width: 80%;
        font-size: 1.8rem;
    }
 
    /* Services Section */      
    #servicesSection  p.desc{ 
        font-size: 1.8rem; 
        margin-bottom: 2rem;
    } 
    #servicesSection p span{
        color: var(--my-subtext);
    }  
    #servicesSection .marqueeCarousel{
        margin-top: 6rem;
    }
    #servicesSection .marqueeCarousel .item IMG{
        border-radius: 1rem;
    }

    /* About Section */
    #aboutSection img.aboutImg{
        width: 100%;
        border-radius: 1rem; 
        margin-top: 6rem;
        height: 30rem;
    }  
    #aboutSection .descContainer p.desc{
        font-size: 1.8rem;  
    }     

    /* Why choose us */ 
    #whyChooseUsSection .highlightCard .cardFront, 
    #whyChooseUsSection .highlightCard .cardBack{ 
        border-radius: 1rem;
    }   
    #whyChooseUsSection .testimonials{
        padding: 3rem;
        border-radius: 1rem;
    } 
    #whyChooseUsSection .testimonials p{
        font-size: 2.2rem;
        width: 100%;
        line-height: 1.2;
    }
    #whyChooseUsSection .testimonials label.name{
        font-size: 1.8rem;
    }
    #whyChooseUsSection .testimonials label.role{
        font-size: 1.6rem;
    }            
}

/**************************************************\ 
(SM) Phone
\**************************************************/
@media screen and (min-width: 576px) and (max-width:767.98px){   
    .sectionTitle{
        font-size: 1.8rem;
        margin-bottom: 0.8rem;
    }  
    .sectionHeadline{ 
        font-size: 4rem; 
        font-weight: 600;
        line-height: 1;
        margin-bottom: 2rem;
    } 

    /* Hero Section */
    #heroSection{
        padding-top: 15rem;  
    }
    #heroSection h1{
        width: 100%;
        font-size: 4.4rem;
        margin-bottom: 2rem;
    }
    #heroSection p{
        width: 90%;
        font-size: 1.6rem;
        margin-bottom: 4rem;
    } 
    #heroSection .socialMediaList{
        padding: 1rem 2rem;
        font-size: 1.8rem;
    } 
 
 
    /* Services Section */      
    #servicesSection  p.desc{ 
        font-size: 1.8rem; 
        margin-bottom: 2rem;
    } 
    #servicesSection p span{
        color: var(--my-subtext);
    }  
    #servicesSection .marqueeCarousel{
        margin-top: 6rem;
    }
    #servicesSection .marqueeCarousel .item IMG{
        border-radius: 1rem;
    }

    /* About Section */
    #aboutSection img.aboutImg{
        width: 100%;
        border-radius: 1rem; 
        margin-top: 6rem;
        height: 30rem;
    }  
    #aboutSection .descContainer p.desc{
        font-size: 1.8rem;  
    }     
    #aboutSection .descContainer p span{
        color: var(--my-subtext);
    }  
 
    /* Why choose us */ 
    #whyChooseUsSection .highlightCard .cardFront, 
    #whyChooseUsSection .highlightCard .cardBack{ 
        border-radius: 1rem;
    }   
    #whyChooseUsSection .highlightCard svg{
        width: 6rem;
    }
    #whyChooseUsSection .highlightCard label{
        font-size: 1.6rem;
    }
    #whyChooseUsSection .testimonials{
        padding: 3rem;
        border-radius: 1rem;
    } 
    #whyChooseUsSection .testimonials p{
        font-size: 2rem;
        width: 100%;
        line-height: 1.2;
    }
    #whyChooseUsSection .testimonials label.name{
        font-size: 1.8rem;
    }
    #whyChooseUsSection .testimonials label.role{
        font-size: 1.6rem;
    }          
}

/**************************************************\ 
(XS) Small Phone
\**************************************************/
@media screen and (min-width: 391px) and (max-width:575.98px){ 
    .sectionTitle{
        font-size: 1.8rem;
        margin-bottom: 0.8rem;
    }  
    .sectionHeadline{ 
        font-size: 3.2rem; 
        font-weight: 600;
        line-height: 1;
        margin-bottom: 2rem;
    } 

    /* Hero Section */
    #heroSection{
        padding-top: 13rem;  
        text-align: center;
    }
    #heroSection h1{
        width: 100%;
        font-size: 4.2rem;
        margin: auto;
        margin-bottom: 2rem;
    }
    #heroSection p{
        width: 100%;
        margin: auto;
        font-size: 1.6rem; 
        margin-bottom: 4rem;
    }
    #heroSection .btnDiv{
        justify-content: center;
    }
    #heroSection .socialMediaList{
        padding: 1rem 2rem;
        font-size: 1.8rem;
    }  


    /* Services Section */ 
    #servicesSection  p.desc{ 
        font-size: 1.6rem; 
        margin-bottom: 2rem;
    } 
    #servicesSection p span{
        color: var(--my-subtext);
    }  
    #servicesSection .marqueeCarousel{
        margin-top: 6rem;
    }
    #servicesSection .marqueeCarousel .item IMG{
        border-radius: 1rem;
    }


    /* About Section */
    #aboutSection img.aboutImg{
        width: 100%;
        border-radius: 1rem; 
        margin-top: 6rem;
        height: 30rem;
    }  
    #aboutSection .descContainer p.desc{
        font-size: 1.6rem;  
    }     
    #aboutSection .descContainer p span{
        color: var(--my-subtext);
    }  
 

    /* Why choose us */  
    #whyChooseUsSection .highlightCard .cardFront, 
    #whyChooseUsSection .highlightCard .cardBack{ 
        border-radius: 1rem;
        padding: 1rem;
    }   
    #whyChooseUsSection .highlightCard svg{
        width: 6rem;
    }
    #whyChooseUsSection .testimonials{
        padding: 3rem 2rem;
        border-radius: 1rem;
    } 
    #whyChooseUsSection .testimonials p{
        font-size: 1.8rem;
        width: 100%;
        line-height: 1.2;
    }
    #whyChooseUsSection .testimonials label.name{
        font-size: 1.8rem;
    }
    #whyChooseUsSection .testimonials label.role{
        font-size: 1.6rem;
    }       
}

/**************************************************\ 
(XXS) Smaller Display
\**************************************************/
@media screen and (max-width:390.98px){   
    .sectionTitle{
        font-size: 1.8rem;
        margin-bottom: 0.8rem;
    }  
    .sectionHeadline{ 
        font-size: 3.2rem; 
        font-weight: 600;
        line-height: 1;
        margin-bottom: 2rem;
    } 

    /* Hero Section */
    #heroSection{
        padding-top: 12rem;  
        text-align: center;
    }
    #heroSection h1{
        width: 100%;
        font-size: 4.2rem;
        margin: auto;
        margin-bottom: 2rem;
    }
    #heroSection p{
        width: 85%;
        margin: auto;
        font-size: 1.6rem; 
        margin-bottom: 4rem;
    }
    #heroSection .btnDiv{
        justify-content: center;
    }
    #heroSection .socialMediaList{
        padding: 1rem 2rem;
        font-size: 1.8rem;
    }  


    /* Services Section */ 
    #servicesSection  p.desc{ 
        font-size: 1.6rem; 
        margin-bottom: 2rem;
    } 
    #servicesSection p span{
        color: var(--my-subtext);
    }  
    #servicesSection .marqueeCarousel{
        margin-top: 6rem;
    }
    #servicesSection .marqueeCarousel .item IMG{
        border-radius: 1rem;
    }


    /* About Section */
    #aboutSection img.aboutImg{
        width: 100%;
        border-radius: 1rem; 
        margin-top: 6rem;
        height: 30rem;
    }  
    #aboutSection .descContainer p.desc{
        font-size: 1.6rem;  
    }     
    #aboutSection .descContainer p span{
        color: var(--my-subtext);
    }  
 

    /* Why choose us */  
    #whyChooseUsSection .highlightCard .cardFront, 
    #whyChooseUsSection .highlightCard .cardBack{ 
        border-radius: 1rem;
        padding: 1rem;
    }   
    #whyChooseUsSection .highlightCard svg{
        width: 6rem;
    }
    #whyChooseUsSection .testimonials{
        padding: 3rem 2rem;
        border-radius: 1rem;
    } 
    #whyChooseUsSection .testimonials p{
        font-size: 1.8rem;
        width: 100%;
        line-height: 1.2;
    }
    #whyChooseUsSection .testimonials label.name{
        font-size: 1.8rem;
    }
    #whyChooseUsSection .testimonials label.role{
        font-size: 1.6rem;
    }   
}