:root {
     --stor-green: #5F97F8;
    --stor-dark-green: #2F6ED7;
    --stor-footer-dark: #e9e9e9;
    --stor-footer-privacy: #95b5eb;
    --stor-black: #231f20;
    --stor-carousel-header: #efae64;
    --stor-carousel-title: #2F6ED7;
    --stor-carousel-detail: #666;

}

@font-face {
    font-family: 'Barlow';
    src: url("fonts/Barlow-Bold.ttf");
}

/* .bg-primary-green {
    background-color: #4CAF50;
} */
h1 {
    font-size: 3.75rem;
}

.carousel-control-prev-icon {
    background-color: var(--stor-green);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M14.91 6.71a.996.996 0 0 0-1.41 0L8.91 11.3a.996.996 0 0 0 0 1.41l4.59 4.59a.996.996 0 1 0 1.41-1.41L11.03 12l3.88-3.88c.38-.39.38-1.03 0-1.41'/%3E%3C/svg%3E");
    border-radius: 50%;
    width: 2.75rem !important;
    height: 2.75rem !important;
}


.carousel-control-prev-icon:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23cddb2e' d='M14.91 6.71a.996.996 0 0 0-1.41 0L8.91 11.3a.996.996 0 0 0 0 1.41l4.59 4.59a.996.996 0 1 0 1.41-1.41L11.03 12l3.88-3.88c.38-.39.38-1.03 0-1.41'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    width: 2.75rem !important;
    height: 2.75rem !important;
    display: inline-block;
    background-color: var(--stor-green);
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M9.31 6.71a.996.996 0 0 0 0 1.41L13.19 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.72 6.7c-.38-.38-1.02-.38-1.41.01'/%3E%3C/svg%3E");
    border-radius: 50%;
}

.carousel-control-next-icon:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23cddb2e' d='M9.31 6.71a.996.996 0 0 0 0 1.41L13.19 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.72 6.7c-.38-.38-1.02-.38-1.41.01'/%3E%3C/svg%3E");
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 0.85 !important;
    width: 8.5% !important;
}

.carousel-item {
    background-color: #E8F5E9;
}

.carousel-item img {
    width: 100%;
    height: 52.6875em;
    object-fit: cover;
}

.carousel-indicators 
{
	    margin-bottom:2.5rem !important;
}	

.carousel-indicators button {
    width: 0.65rem !important;
    height: 0.65rem !important;
    background-color: transparent !important;
    z-index: 110;
    border-radius: 50% !important;
    border: #717171, 0.125rem, solid !important;
    display: inline-block;
}


.carousel-indicators button.active {
    width: 0.8rem !important;
    height: 0.8rem !important;
    background-color: var(--stor-green) !important;
    z-index: 110;
    border-radius: 50% !important;
    border: 0 !important;
}

.carousel-caption {
    position: absolute;
    bottom: 17.5%;
    left: 8.25%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    width: 42%;
    height: min-content;
    /* overflow:auto !important; */
}

.carousel-caption h3 {
    color: var(--stor-carousel-header);
    font-size: calc(0.5rem + 1.25vw);
    font-weight: normal;
    text-align: left;
}

.carousel-title {
    text-align: left;
    color: var(--stor-carousel-title);
    font-size: calc(0.875rem + 2.75vw);
    line-height: calc(2rem + 2.75vw);
    font-weight: normal;
    margin: 4.25rem 0;
}

.carousel-detail {
    text-align: left;
    color: var(--stor-carousel-detail);
    width: 95%;
    font-size: calc(0.875rem + 0.875vw);
    font-weight: normal;

}

p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.whyUs {
    color: var(--stor-dark-green) !important;
    font-weight: 400 !important;
    font-size: 1.5rem !important;
}

.whyUsSect {
    background-image: url('../images/back_1.jpg');
    background-repeat: none;
    background-size: 100% 100%;
    height: 48.625rem;
    display: flex;
    align-items: center;
    justify-content: center;

}



.whyUsSect h5 {
    font-weight: bolder;
    font-family: 'Segoe UI', sans-serif, Tahoma, Geneva, Verdana;
    color: var(--stor-black);

}

.whyUsSect h1 {
    font-weight: bolder;
    line-height: 3.75rem;
    font-size: 3.75rem;
}

.container-fluid {
    max-width: 1920px !important;
    margin: 0 auto;
}

.storageSect {
    max-width: 1920px !important;
    margin: 0 auto;
    justify-content: center;
    align-items: center;

}

.storageSect p {
    line-height: 2rem;
}


.bg-dark-teal {
    background-color: var(--stor-dark-green);
}

.colorDarkgreen {
    color: var(--stor-dark-green);
    font-family: Barlow, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 3.75rem;
}

.contactUs {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.map-section {
    background-color:var(--stor-dark-green);
    color: white;
    min-height: 25.375rem;
    justify-content: center;
    margin: 0 auto;
    border-radius: 1rem;
    padding: 1rem 5rem;
}

.triangleGreen {
    color: var(--stor-green) !important;
    font-size: 1.5rem;
}

.locationDec {
    line-height: 2rem;
    font-size: 1.5rem;
    padding-left: 1.6rem;
    position: relative;
}

.locationDec::before {
    content: "\f4f4";
    color: var(--stor-green) !important;
    font-family: bootstrap-icons !important;
    font-size: 1.5rem;
    vertical-align: -.125em;
    position: absolute;
    left: 0;

}

.contactUs {
    line-height: 3rem;
}

.contactUs label {
    padding-left: 0.25rem;
    color: #8b8b8b;
}

.contactUs input,
.contactUs textarea {
    line-height: 2.5rem;
    border-radius: 0.5rem;
    border-color: #444;
}

.btnBck {
    min-height: 3rem;
    background-color: var(--stor-dark-green);
    color: white;
	margin-left:72px;
}
 

.btnBck:hover {
    background-color: var(--stor-dark-green) !important;
    color: var(--stor-green);

}

.fontFoot {
    color: var(--stor-footer-dark);
}

.fontprivacy {
    color: var(--stor-footer-privacy);
}

.footericon {

    height: 1.5rem;
    padding-right: 1rem;
}

.footerLog {
    max-width: 12rem !important;
}

.footerContents {
    font-size: 1rem !important;
}

.foot_url a,
.foot_url a:hover {
    text-decoration: none;
    color: var(--stor-footer-privacy);
}

@media (max-width:1420px) {
    .whyUsSect h1 {
        font-weight: bolder;
        line-height: 3rem;
        font-size: 3rem;
        padding-bottom: 2rem !important;
    }

    h1,
    .colorDarkgreen {
        font-size: 3rem;
    }

    .locationDec {
        font-size: 1.25rem;
    }

    /* .carousel-item img {
        width: 80%;
        height: 40rem;
        object-fit: cover;
    } */
    .carousel-caption {
        bottom: 5%;
    }

}

@media (max-width:1200px) {
    .whyUsSect h1 {
        font-weight: bolder;
        line-height: 3rem;
        font-size: 2.75rem;
        padding-bottom: 2rem !important;
    }

    h1,
    .colorDarkgreen {
        font-size: 2.75rem;
    }

    .locationDec {
        font-size: 1.0rem;
    }

    .footerLog {
        max-width: 8.75em !important;
    }

    .footericon {
        height: 1.25rem;
    }

    .footerContents {
        font-size: 0.875rem !important;
    }

    .carousel-caption h3 {
        font-size: calc(0.5rem + 1vw);
    }

    .carousel-title {
        font-size: calc(0.875rem + 2.25vw);
        line-height: calc(2rem + 2.25vw);
        margin: 3rem 0;
    }

    .carousel-detail {
        font-size: calc(0.5rem + 0.75vw);
     
    }
		.carousel-indicators 
{
	    margin-bottom:2rem !important;
}	


}

@media (max-width:992px) {
    .whyUsSect h1 {
        font-weight: bolder;
        line-height: 2.75rem;
        font-size: 2.25rem;
        padding-bottom: 1.5rem !important;

    }

    h1,
    .colorDarkgreen {
        font-size: 2.5rem;
    }

    .locationDec {
        font-size: 0.875rem;
    }

    .footerLog {
        max-width: 7.25rem !important;
    }

    .footericon {
        height: 1rem;
    }

    .footerContents {
        font-size: 0.675rem !important;
    }

    .carousel-caption h3 {
        font-size: calc(0.5rem + 0.75vw);
    }

    .carousel-title {
        font-size: calc(0.875rem + 1.25vw);
        line-height: calc(2rem + 1.25vw);
        margin: 2rem 0;
    }

    .carousel-detail {
        font-size: calc(0.5rem + 0.5vw);     

    }
			.carousel-indicators 
{
	    margin-bottom:1.5rem !important;
}	
}

@media (max-width:764px) {
    .whyUsSect h1 {
        font-weight: bolder;
        line-height: 2.75rem;
        font-size: 2.25rem;
        padding-bottom: 0.75rem !important;
    }

    h1,
    .colorDarkgreen {
        font-size: 2rem;
    }

    .footerLog {
        max-width: 5rem !important;
    }

    .footerContents {
        font-size: 0.675rem !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        opacity: 0.5 !important;
        /* width: 5% !important; */
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 1.75rem !important;
        ;
        height: 1.75rem !important;
        ;
    }

    .carousel-caption h3 {
        font-size: 0.875rem;
    }

    .carousel-title {
        font-size: 1rem;
        line-height:2rem;
        margin: 1.5rem 0;
    }

    .carousel-detail {
        font-size: 0.75rem;
        line-height: 0.875rem;
    }
			.carousel-indicators 
{
	    margin-bottom:1rem !important;
}	

}

@media (max-width: 576px) {
    .whyUsSect {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;


    }

    html {
        font-size: 12px;
        /* 减小字体大小 */
    }

    /* .carousel-item img {
        width: 100%;
        height: 12.5rem;
        object-fit: cover;
    } */

    .whyUsSect h1 {
        font-weight: bolder;
        line-height: 1.75rem;
        font-size: 1.5rem;
        padding-bottom: 0rem;
    }

    .carousel-caption h3 {
        font-size: 0.675rem;
    }

    .carousel-title {
        font-size: 0.75rem;
        line-height: 1.25rem;
        margin:1rem 0;
    }

    .carousel-detail {
        font-size: 0.5rem;
        line-height: 0.675rem;
    }

    .p-5 {
        padding: 1.5rem !important;
    }

    .py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.25rem !important;
    }

    .my-5 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .mx-5 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;

    }
    .ps-5 {
        padding-left:1.5rem !important;
    }
    .mb-4 {
        margin-bottom: 1rem !important;
    }

    .ps-4 {
        padding-left: 1rem !important;
    }

    .map-section {

        padding: 1rem 1.25rem;

    }
	.carousel-indicators 
{
	    margin-bottom:0.5rem !important;
}	

}