/* Hero Section Start */

.about-subtitle{
    font-size: 1.6rem;
}
.about-title{
    font-size: 3rem;
    color: white; 
    font-family: "Montserrat",sans-serif;
    font-weight: bold;
    transition: all 1s ease; 
    padding-bottom: 30px;
}

.about-us-hero{
    min-height: 90vh; 
    background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url("../../assets/img/banner/gardener.jpg");
    background-position: center 30%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-focus-text{
    font-size: 4rem;
    display: inline-block; 
     
}

.hero-focus-text-1{
    color: rgba(255, 94, 0);
}
.hero-focus-text-2{
    color:rgb(27, 193, 223); 
}
/* Hero Section End */

/* Vision Section Start */
.vision{
    padding: 50px 5% 50px; 
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #00c7d2;
    color: white; 
}
.vision h3{ 
    color: white; 
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 20px;
}
.vision p{ 
    color: inherit;
    font-size: 24px; 
    width: 70%;    
    line-height: 1.5;
    font-weight: 600; 
    margin: 0; 
}
/* Vision Section End */

/* About Us | Benefits Section Start */

.about-us-list{
    padding-left: 0rem;
}

.about-us-list li{
    padding: 10px; 
}

.our-goals-content{
    padding: 0 40px; 
}
.benefits-content{
    padding: 0 40px; 
}

.about-img-containers{
    display: flex; 
    align-items: center;
    justify-content: center;
}

.content-header{
    text-decoration: underline;
    text-decoration-thickness: 3px; 
    text-underline-offset: 20px; 
}

.about-content-header{
    text-decoration-color: rgba(255, 94, 0, 0.486); 
}
.product-content-header{
    text-decoration-color: rgba(255, 94, 0, 0.486); 
}

.benefits-img{
    border-radius: 1rem;
    box-shadow: 0 0 20px rgba(27, 194, 223, 0.8), 0 0 30px rgba(27, 194, 223, 0.314) ;
}

.product-description-img{
    border-radius: 1rem;
    box-shadow:  0 0 20px rgba(27, 194, 223, 0.8), 0 0 30px rgba(27, 194, 223, 0.314) ;
}

/* About Us | Benefits Section End */

/* Our products section Start*/

.product-img-wrapper{
    height: 220px; 
    width: 90%; 
    margin: auto; 
}

.product-img-wrapper img{
    border-radius: 1rem;
    display: block;
    height: 100%; 
    width: 100%; 
    object-fit: cover;
    object-position: center;
}

.product-content{
    padding: 40px 30px 10px; 
}



.major-product, .additional-product-info{
    padding: 5px; 
    display: flex; 
    justify-content: center;
    align-items: center;
    border:1px solid rgb(27, 193, 223); 
    border-radius: 12px;
    background: none;        
}

.major-product{
    margin: 25px auto 0;
    width: 90%;
    cursor: pointer;
    position: relative;
    min-height: 50px;
}

.fav-wrapper{
    flex-basis: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
}

.fav-wrapper svg{
    display: block;
    width:70%;
    height: 100%;
    object-fit: cover;
}
.fav-wrapper svg path{
   fill: #00c7d2;
}

.product-label{
    font-size: 18px; 
    flex-basis: 150px;
    margin: 0;
    min-height: 25px;
    display: flex;
    align-items: center;
}


/* Our products section End*/

/* Our Product Dialog Start */


.product-additional-info{
    max-width: 50%;
    border: none; 
    padding: 0;  
    height: 40vh;
    overflow-y: auto;
    scroll-behavior: smooth;
    border-radius: 12px;
}

dialog.open-additional-info[open]{
    animation: showProductAdInfoModal 1s ease;
}

dialog.hide-additional-info[open]{
    animation: hideProductAdInfoModal 1s ease; 
    animation-fill-mode: forwards;
}

dialog.hide-additional-info::backdrop{
    opacity: 0;
    animation: hideBackdrop 1s ease; 
}

.product-info-modal-close{
    display: block; 
    width: fit-content; 
    margin-left: auto;
    background: rgba(255, 94, 0); 
    border: none; 
    color: white;
    font-weight: 800;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.product-additional-info h3{
    width: fit-content; 
    margin: 0 auto; 
    color: rgba(27, 194, 223); 
    text-transform: capitalize;
}

.product-additional-info p{
    width: 90%;
    margin: 30px auto;
}

@keyframes showProductAdInfoModal {
    from{
        transform: translateY(-80vh); 
    }
    to{
        transform: translateY(0%); 
    }
}

dialog.hide-expo-modal{
    animation: hideModal 1s ease; 
}

@keyframes hideProductAdInfoModal {
    from{
        transform: translateY(0%); 
    }
    to{
        transform: translateY(-80vh); 
    }
}

/* Our Product Dialog End */


/* Reviews | Stats Section Start */

.testimonial-img{
    width: 5rem;
    margin: auto; 
}

.stat-svg{
    display: block; 
    height: 100%; 
    width: 100%; 
    object-fit: cover; 
}

.stat-svg path{
    fill: rgb(27, 193, 223); 
}

/* Reviews | Stats Section End */

/* Team Section Start */
.team-photo{
    /* clip-path: circle(100px at center 120px);  */
    display: block; 
    object-fit: cover;
    object-position: center top;
    height: 100%;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* height: 420px; */
}
.team-img-wrapper{
    height: 300px;
}
.team-wrapper{
    border-radius: 20px; 
    box-shadow: 0 0 15px rgba(27, 194, 223, 0.486);
}
/* Team Section End */

/* Modal Start  */

.expo-modal{
    max-width: 70%;
    border: none; 
    padding: 0;  
    height: 90vh;
    overflow-y: auto;
    scroll-behavior: smooth;
}

dialog[open]{
    animation: showModal 1s ease;
}

@keyframes showModal {
    from{
        transform: translateY(-110%); 
    }
    to{
        transform: translateY(0%); 
    }
}

dialog.hide-expo-modal{
    animation: hideModal 1s ease; 
}

@keyframes hideModal {
    from{
        transform: translateY(0%); 
    }
    to{
        transform: translateY(-110%); 
    }
}

dialog::backdrop{
    background: linear-gradient(45deg, rgba(255, 94, 0), rgba(27, 194, 223));
}

dialog[open]::backdrop{
    animation: showBackdrop 1s ease; 
    opacity: .5;
}

dialog.hide-expo-modal[open]::backdrop{
    opacity: 0;
    animation: hideBackdrop 1s ease; 
}

@keyframes showBackdrop {
    from{
        opacity: 0;
    }
    to{
        opacity: .5;
    }
}
@keyframes hideBackdrop {
    from{
        opacity: .5;
    }
    to{
        opacity: 0;
    }
}

.expo-modal-close{
    display: block; 
    width: fit-content; 
    margin-left: auto;
    background: rgba(255, 94, 0); 
    border: none; 
    color: white;
    font-weight: 800;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.expo-modal-header{
    width: 90%; 
    margin: 30px auto; 
}

.expo-modal-header p{
    margin-top: 30px;
    margin-bottom: 30px;
}

.logo-start{
    color: rgba(255, 94, 0); 
}
.logo-end{
    color: rgba(27, 194, 223); 
}

.logo-start,.logo-end{
    font-weight: 700;
}

.expo-modal-form{
    width: 90%; 
    margin: auto; 
}

.expo-modal-form-field{
    margin: 30px 0; 
}

.form-radio-option{
    display: flex; 
    justify-content: flex-start;
    align-items: center;
    margin: 30px 40px;
}

.form-radio-option label{
    flex-basis: 120px;
}

.form-radio-option input{
    flex-basis: 50px;
    height: 25px; 
}

.animate-form-out, .animate-header-content-out{
    animation: formOut 1s ease; 
    animation-fill-mode: forwards;
}
@keyframes formOut {
    to{
        opacity: 0;
    }
}

.successful-submit-message{
    width: 90%; 
    margin: auto; 
    flex-direction: column;
    height: 45%; 
    justify-content: center;
    align-items: center;
    display: none; 
}

.present-success-message{
    display: flex; 
    animation: showSuccessMessage 1s ease; 
}
@keyframes showSuccessMessage {
    from{
        opacity: 0; 
    }
    to{
        opacity: 1; 
    }
}

.success-img, .success-text{
    padding: 20px 0; 
}

.success-text{
    font-size: 30px;
}

.success-img{
    width: 100px; 
}

.success-img svg{
    display: block; 
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.success-img svg path{
    fill: rgb(15, 232, 59);
}

/* Modal End  */

@media screen and (min-width: 1200px) {
    .about-product-content{
        padding-left: 4rem; 
    }
   
    
}

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

    .about-us-hero{
        justify-content: flex-start;
    }

    .about-title{
        padding-top: 120px; 
    }

    .content-header{
        text-align:center; 
    }
    .hero-focus-text{
        font-size: 3rem;
        display: inline-block; 
    }

    .expo-modal{        
        max-width: 90%;
    }

    .expo-modal p, .expo-modal label{
        font-size: 15px; 
    }   

    .about-img-containers{
        margin: 40px auto 0; 
    }

    .vision p{
        font-size: 18px;
    }

    .our-goals-content{
        padding: 0 20px; 
    }
    .benefits-content{
        padding: 0 20px; 
    }
    .team-img-wrapper{
        height: 300px;
    }
    .team-section-container{
        justify-content: center;
    }
    
}

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

    .product-additional-info{
        max-width: 90%;
    }

    .our-goals-content{
        padding-left: 20px; 
    }
    .benefits-content{
        padding-left: 20px; 
    }  
    
}