@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

body {
    font-family: "Poppins", sans-serif !important;
}

.text-white {
    color: #ffffff !important;
}

.text-theme{
    color: #5F8BA7;
}

.theme-btn {
    text-decoration: none;
    padding: 10px 35px;
    font-size: 20px;
    color: #ffffff;
    background-color: #5F8BA7;
    font-weight: 500;
    border: 2px solid #5F8BA7;
    border-radius: 5px;
}

.theme-btn:hover {
    text-decoration: none;
    color: #5F8BA7;
    background-color: #ffffff;
}

.about-section {
    padding: 100px 0;
}

.shadow-custom {
    box-shadow: 0 0rem 0.6rem rgba(0, 0, 0, 0.4) !important;
}

.why-choose {
    background-color: #a2bbcf;
}

.hexagon-shape {
    position: relative;
    width: 185px;
    height: 155px;
    background-color: #5F8BA7;
}

.hexagon-shape:before,
.hexagon-shape:after {
    content: "";
    position: absolute;
    width: 0;
}

.hexagon-shape:before {
    top: 0;
    left: 0;
    border-top: 77.5px solid #a2bbcf;
    border-right: 44.721359549995796px solid #5F8BA7;
}

.hexagon-shape:before {
    bottom: 0;
    left: 0;
    border-bottom: 77.5px solid #a2bbcf;
    border-right: 44.721359549995796px solid #5F8BA7;
}

.hexagon-shape:after {
    top: 0;
    right: 0;
    border-top: 77.5px solid #a2bbcf;
    border-left: 44.721359549995796px solid #5F8BA7;
}

.hexagon-shape:after {
    bottom: 0;
    right: 0;
    border-bottom: 77.5px solid #a2bbcf;
    border-left: 44.721359549995796px solid #5F8BA7;
}

.products-sec {
    background-color: #ffffff;
}

.product-catagory {
    width: 230px !important;
    height: 300px;
    padding: 0 !important;
}

.product-background {
    width: 230px !important;
    height: 300px;
    background-color: #000000;
    opacity: 0.6;
    display: none;
}

.product-box {
    width: 230px !important;
    height: 300px;
    padding: 0 !important;
}

.product-catagory:hover .product-background {
    display: block;
}

.fs-x-large {
    font-size: x-large;
}

.fs-22 {
    font-size: 22px;
}

.usp-sec {
    background-color: #FAFAFA;
}