@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

@import url('../../fonts/elza-narrow.otf');

@font-face {
    font-family: Elza;
    src: url("../../fonts/elza-narrow.otf");
}

* {
    box-sizing: border-box;
}

body {
    font-family: elza, sans-serif;
    font-style: normal;
    padding: 0px 60px;
}

.container-fluid {
    max-width: 1920px;
}

/* Whatsapp Button */

.wp-button {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    width: max-content;
    overflow: hidden;
    border-radius: 100%;
}

.wp-button:hover {
    scale: 1.05;
}

/* .wp-icon {
    width: 55px;
} */

/* Whatsapp Button */

.navbar-nav .nav-link {
    font-size: 20px;
    color: #000;
}

.navbar-nav .nav-link:hover {
    font-weight: bold;
}

.contact-button {
    width: 100px;
    height: 38px;
    border-radius: 21.5px;
    background: #F7941D;
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-button:hover {
    background: #fff;
    color: #8F00FF;
    border: solid 1px #8F00FF;
}

.navbar-brand {
    width: 350px;
}

.offcanvas-title {
    display: flex;
    justify-content: flex-start;
}

.offcanvas-title a {
    width: max-content !important;
}

/* Home Start */

.main-title {
    margin-top: 100px;
    font-size: 85px;
    padding-right: 43%;
}

.main-text {
    font-size: 25px;
    padding-right: 52%
}

.main-button {
    width: 159px;
    height: 56px;
    background: #574099;
    color: #fff;
    font-size: 25px;
    border-radius: 29.5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-button:hover {
    background: #fff;
    color: #574099;
    border: solid 1px #574099;
}

.main-img-container {
    margin-top: 100px;
    position: relative;
}

.down-arrow {
    position: absolute;
    top: -90px;
    right: 8%;
    width: 100%;
    display: flex;
    justify-content: end;
}

.product-search-container {
    margin-top: 115px;
}

.product-search-container h2 {
    font-size: 37px;
    color: #574099;
    margin-bottom: 22px;
}

.product-search-container p {
    font-size: 25px;
    color: #000;
    margin-bottom: 83px;
}

.product-search-container .dropdown .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 30px;
    width: 423px;
    background: #fff;
    color: #000;
    border-bottom: solid 1px #D2D2D2;
}

.dropdown-toggle.show {
    border: solid 1px #D2D2D2 !important;
}

.product-search-container .dropdown-menu.show {
    width: 423px;
}

.product-search-container li {
    font-size: 20px;
}

.product-search-container li a:hover {
    background: #574099;
    color: #fff;
}

.ref-container {
    margin-top: 150px;
}

.ref-container h2 {
    color: #574099;
    font-size: 37px;
    margin-bottom: 30px;
}

.ref-box {
    height: 266px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #DCDCDC;
    border-radius: 16px;
    padding: 0 !important;
}

.ref-box img {
    width: 60% !important;
}

.ref-box-2 {
    height: 266px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #DCDCDC;
    border-radius: 16px;
    padding: 0 !important;
}

.ref-box-2 img {
    width: 40% !important;
}

.products-container {
    margin-top: 100px;
}

.products-container h2 {
    color: #574099;
    font-size: 37px;
    margin-bottom: 30px;
    width: max-content;
}

.main-button-2 {
    width: 184px;
    height: 56px;
    background: #574099;
    color: #fff;
    font-size: 25px;
    border-radius: 29.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 58px;
}

.main-button-2:hover {
    background: #fff;
    color: #574099;
    border: solid 1px #574099;
}

.product-card {
    text-decoration: none;
    overflow: hidden;
    border-radius: 25px;
}

.card-img-box {
    overflow: hidden;
}

.product-card:hover img {
    scale: 1.03;
    transition: ease 1.5s;
}

.products-container .card {
    border: solid 1px #DCDCDC;
    border-radius: 25px;
    height: 100%;
    overflow: hidden;
}

.products-container .card:hover {
    border: solid #a9a9a9 1px;
}

.products-container h5 {
    font-size: 20px;
}

.products-container ul {
    padding-left: 1.1rem;
}

.products-container li {
    font-size: 16px;
    list-style-type: square;   
}

.products-container li::marker {
    color: #574099;
}

.service-container {
    margin-top: 100px;
}

.service-container .service-text-row {
    padding: 0px 12px;
}

.service-container .service-text-row p {
    line-height: 70px;
}

.service-container .service-text-row .col {
    border-bottom: solid 1px #CCCCCC;
    padding: 0;
}

.service-container h2 {
    color: #574099;
    font-size: 37px;
    margin-bottom: 30px;
}

.service-container p {
    color: #000;
    font-size: 60px;
    margin-bottom: 50px;
}

.service-container .card {
    border: none;
    text-decoration: none;
}

.service-container .card-title {
    color: #000;
    font-size: 25px;
}

.service-container .card-text {
    color: #000;
    font-size: 17px;
}

.service-container .service-img-box {
    position: relative;
}

.service-container .card-img-top {
    z-index: 0;
}

.service-container .card:hover span {
    background: #F7941D;
    opacity: 100%;
}

.service-container .card:hover .bi-arrow-up-right {
    color: #fff;
}

.service-container span {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: absolute;
    right: 21px;
    bottom: 21px;
    z-index: 9999 !important;
    opacity: 50%;
}

.service-container span .bi-arrow-up-right {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.ware-container {
    margin-top: 150px;
}

.ware-container h3 {
    font-size: 60px;
    color: #000;
}

.ware-banner-container {
    margin-top: 75px;
    padding: 0;
}

.ware-banner {
    display: flex;
    border-radius: 45px;
    overflow: hidden;
    background: #574099;
    margin: 0px 12px;
}

.ware-banner .col-lg-6 {
    padding: 0;
}

.ware-house-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ware-banner .ware-house-text {
    background: #574099;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-left: 10%;
    padding-right: 8%;
}

.ware-banner .col-lg-6 h3 {
    font-size: 35px;
    color: #fff;
}

.ware-banner .col-lg-6 p {
    font-size: 25px;
    color: #fff;
    margin-top: 20px;
}

.ware-location-button {
    display: flex;
    margin-top: 35px;
}

.ware-button {
    background: #F7941D;
    color: #fff;
    font-size: 25px;
    padding: 5px 25px;
    border-radius: 25px;
    width: max-content;
    height: 50px;
    margin-right: 10px;
}

.advantages-container {
    margin-top: 100px;
}

.advantages-container h2 {
    color: #574099;
    font-size: 37px;
}

.advantages-container .col-lg-4 {
    overflow: hidden !important;
}

.advantages-container .card {
    background: #f6f6f6;
    height: 100%;
    border: none;
    border-radius: 20px;
}

.advantages-container .card .card-img-top {
    height: 300px;
    width: 100%;
    background: #f6f6f6;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.advantages-container .card .card-img-top span {
    width: 22px;
    height: 22px;
    background: #F7941D;
    position: absolute;
    top: 40px;
    right: 40px;
    border-radius: 100%;
}

.advantages-container .card-title {
    font-size: 25px;
}

.advantages-container .card-text {
    font-size: 18px;
}

.footer-container {
    margin-top: 150px;
    border-top: solid 1px #C9CED1;
    padding-top: 50px;
}

.footer-slogan {
    font-size: 50px;
}

.follow-us {
    text-decoration: none;
    font-size: 50px;
    color: #574099;
    border-bottom: solid 1px #000;
}

.follow-us:hover {
    border-bottom-style: dashed;
    border-bottom-color: #574099;
    font-size: 51px;
}

.footer-logo-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding-bottom: 50px;
}

.footer-contact-box {
    display: flex;
}

.footer-contact-box .col-lg-4 {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.footer-contact-box h6 {
    color: #000;
    font-size: 25px;
    padding-bottom: 15px;
}

.footer-contact-box a {
    color: #000;
    font-size: 18px;
}

.footer-contact-box a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.footer-contact-box p {
    margin-bottom: 0;
}

.catalogue-box {
    height: 100%;
    background: #574099;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    padding-bottom: 0 !important;
}

.catalogue-box:hover {
    background: #fff;
    color: #574099 !important;
    border: solid 1px #574099;
    text-decoration: none !important;
}

.catalogue-box p {
    font-size: 25px;
}

.catalogue-download {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
}

.privacy-row {
    padding-top: 25px;
    padding-bottom: 10px;
}

.privacy-row .col {
    display: flex;
}

.privacy-row a, .privacy-row p {
    color: #000;
    font-size: 18px;
}

.privacy-row a:hover {
    font-weight: bold;
}


@media (min-width: 1347px) and (max-width: 1647px) {
    .main-title {
        padding-right: 30%;
    }

    .main-text {
        padding-right: 38%;
    }
}

@media (min-width: 1088px) and (max-width: 1346px) {
    .main-title {
        padding-right: 13%;
    }

    .main-text {
        padding-right: 29%;
    }
}

@media (min-width: 992px) and (max-width: 1087px) {
    .main-title {
        padding-right: 10%;
        font-size: 80px;
    }

    .main-text {
        padding-right: 20%;
    }
}

@media (min-width: 655px) and (max-width: 991px) {
    .main-title {
        padding-right: 10%;
        font-size: 75px;
    }

    .main-text {
        padding-right: 13%;
        font-size: 20px;
    }

    .ref-box {
        height: 200px !important;
    }

    .ref-box img {
        width: 70% !important;
    }

    .ref-box-2 {
        height: 200px;
    }

    .ref-box-2 img {
        width: 40% !important;
    }
}

@media (max-width: 768px) {
	.navbar-brand {
    	width: 230px;
	}
	
    .main-title {
        padding-right: 0%;
        margin-top: 40px;
        font-size: 40px;
    }

    .main-text {
        padding-right: 5%;
        font-size: 20px;
    }

    .main-button {
        width: 130px;
        height: 46px;
        font-size: 17px;
    }

    .main-img-container {
        margin-top: 65px;
        position: relative;
    }

    .down-arrow {
        display: none;
    }
    
    .product-search-container {
        margin-top: 5px;
    }

    .product-search-container h2 {
        font-size: 30px;
    }

    .product-search-container p {
        font-size: 20px;
        margin-bottom: 22px;
    }

    .product-search-container .dropdown .dropdown-toggle {
        font-size: 25px;
    }

    .product-search-container .dropdown-menu.show {
        width: 250px;
    }
    
    .ref-container {
        margin-top: 25px;
    }

    .ref-container h2 {
        font-size: 30px;
    }

    .ref-box {
        height: 175px !important;
    }

    .ref-box img {
        width: 70% !important;
    }

    .ref-box-2 {
        height: 175px !important;
    }

    .ref-box-2 img {
        width: 50% !important;
    }

    .products-container {
        margin-top: 65px;
    }

    .main-button-2 {
        width: 150px;
        height: 46px;
        font-size: 17px;
        margin-top: 40px;
    }

    .service-container {
        margin-top: 65px;
    }

    .service-container h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .service-container .card {
        margin-bottom: 30px;
    }

    .ware-container {
        margin-top: 35px !important;
    }

    .ware-container h3 {
        font-size: 30px !important;
        color: #000;
    }

    .ware-banner .col-lg-6 h3 {
        font-size: 30px;
    }

    .ware-banner .col-lg-6 p {
        font-size: 20px;
    }

    .ware-button {
        background: #F7941D;
        color: #fff;
        font-size: 17px;
        padding: 5px 25px;
        border-radius: 25px;
        width: max-content;
        height: 40px;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .advantages-container h2 {
        font-size: 30px;
    }

    .advantages-container .card .card-img-top {
        height: 200px;
        width: 100%;
        background: #f6f6f6;
        position: relative;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    
    .privacy-row p {
        font-size: 15px;
    }

    .privacy-row a {
        font-size: 15px;
        text-align: center;
    }

    .wp-button {
        position: fixed;
        bottom: 25px;
        right: 25px;
        z-index: 9999;
        width: 60px;
        height: 60px;
        overflow: hidden;
        border-radius: 100%;
    }

    .wp-icon {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 999px) {
    .service-container p {
        color: #000;
        font-size: 40px;
        margin-bottom: 50px;
    }

    .service-container .service-text-row p {
        line-height: 50px;
    }
}

@media (max-width: 671px) {
    .service-container p {
        font-size: 20px;
        margin-bottom: 35px;
        line-height: 30px !important;
    }

    .service-container .card-body {
        padding-left: 0 !important;
    }

    .ware-container {
        margin-top: 100px;
    }

    .footer-contact-box {
        display: flex;
        flex-direction: column;
        /* margin-top: 50px; */
    }

    .footer-contact-box .col-lg-4 {
        padding-bottom: 30px !important;
    }

}

@media (max-width: 1270px) {
    .ware-container h3 {
        font-size: 50px;
        color: #000;
    }
}

@media (max-width: 768px) {
    .contact-button {
        margin-top: 15px;
    }
    
    .ware-location-button {
        display: flex;
        margin-top: 25px;
        margin-bottom: 25px;
        padding-left: 8px;
    }

    .footer-container {
        margin-top: 50px;
        border-top: solid 1px #C9CED1;
        padding-top: 50px;
    }

    .footer-logo-box {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        padding-bottom: 50px;
    }

    .footer-contact-box .col-lg-4 {
        padding-bottom: 0px;
    }

    .footer-second-row .col-4 {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .catalogue-box {
        height: 150px;
        padding-bottom: 0 !important;
    }

    .follow-us {
        margin-top: 30px;
        font-size: 35px;
    }
}

@media (max-width: 1150px) {
    .product-search-container .dropdown .dropdown-toggle {
        width: 250px;
    }

    .product-search-container .row {
        padding: 60px 0px;
    }

    .product-search-container .col-md-6 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 1200px) {
    body {
        padding: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1500px) {
    .ware-banner .ware-house-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding: 40px 50px;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .ware-banner .ware-house-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding: 25px 20px;
    }
}



/* Home End */

/* Services Start */

.service-page-container {
    margin-top: 100px;
}

.service-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 140px 50px 120px;
}

.service-text-box-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 120px 50px 140px;
    text-align: end;
}

.service-reverse-box {
    margin-top: 150px;
    margin-bottom: 150px;
}

.service-page-container h2 {
    color: #574099;
    font-size: 37px;
    margin-bottom: 30px;
}

.service-page-container h3 {
    color: #000;
    font-size: 25px;
    margin-bottom: 30px;
}

.service-page-container p {
    color: #8E8E8E;
    font-size: 20px;
    margin-bottom: 20px;
}

.service-text-box-2 ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.service-page-container li {
    color: #8E8E8E;
    font-size: 20px;
    font-style: italic;
}

@media (min-width: 992px) and (max-width: 1600px) {
    .service-text-box {
        padding: 20px 50px 20px 50px;
    }

    .service-text-box-2 {
        padding: 20px 50px 20px 50px;
        text-align: end;
    }
}

@media (max-width: 991px) {
    .service-page-container {
        margin-top: 40px;
    }

    .service-text-box {
        padding: 20px 12px 20px 12px;
    }

    .service-reverse-box {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 75px;
        margin-bottom: 75px;
    }

    .service-text-box-2 {
        padding: 20px 12px 20px 12px;
        text-align: start;
        display: flex;
        align-items: flex-start;
    }

    .service-text-box-2 ul {
        align-items: start;
    }
}

/* Services End */

/* About Start */

.main-text-2 {
    font-size: 25px;
}

.about-container {
    margin-top: 100px;
}

.about-container h2 {
    color: #574099;
    font-size: 37px;
    margin-bottom: 30px;
}

.about-container p {
    color: #000;
    font-size: 25px;
    margin-bottom: 30px;
}

.about-container li {
    color: #000;
    font-size: 25px;
    font-style: italic;
}

/* About End */

/* Contact Start */

.contact-page-container {
    margin-top: 100px;
}

.contact-info {
    border-bottom: solid 1px #C9CED1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact-address {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.contact-page-container .contact-info a {
    text-decoration: none;
    color: #000;
    font-size: 45px;
}

.contact-page-container .contact-address a {
    text-decoration: none;
    color: #000;
    font-size: 45px;
}

.contact-page-container .contact-info a:hover, 
.contact-page-container .contact-address a:hover {
    color: #574099;
    text-decoration: underline;
}

.contact-page-container p {
    color: #000;
    font-size: 45px;
}

.contact-page-container .contact-info p {
    color: #574099;
}

@media (max-width: 900px) {
    .contact-page-container .contact-address p {
        color: #000;
        font-size: 35px !important;
    }
}

@media (max-width: 715px) {
    .contact-page-container .contact-address p {
        font-size: 30px !important;
    }

    .contact-page-container .contact-address a {
        font-size: 30px !important;
    }
}

@media (max-width: 600px) {
    .contact-page-container {
        margin-top: 40px;
    }

    .contact-page-container .contact-info a {
        font-size: 25px;
    }

    .contact-page-container .contact-info p {
        font-size: 25px;
    }

    .contact-page-container .contact-address a {
        font-size: 25px;
    }

    .contact-address {
        display: flex;
        flex-direction: column;
        justify-content: start;
        margin-top: 20px;
    }

    .contact-page-container .contact-address p {
        font-size: 20px !important;
    }

    .contact-page-container .contact-address a {
        font-size: 25px !important;
    }

    .contact-page-container .contact-address a img {
        height: 20px;
    }

    .main-text-2 {
        font-size: 20px;
    }

    .about-container {
        margin-top: 49px;
    }

    .about-container p {
        font-size: 20px;
    }

    .about-container li {
        font-size: 20px;
    }

    .advantages-container {
        margin-top: 65px;
    }

    .service-page-container h2 {
        font-size: 30px;
    }

    .service-page-container h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .service-page-container p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .service-reverse-box {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

/* Contact End */

/* Product Detail Page */

.product-details {
    margin-top: 100px;
}

.product-details h2 {
    font-size: 37px;
    color: #574099;
}

.product-details p {
    font-size: 20px;
    color: #000;
    margin-top: 20px;
}

.product-details-info {
    display: flex;
    justify-content: space-between;
    border-top: solid #574099 1px;
    padding-top: 25px;
    margin-top: 15px;
}

.product-details li {
    font-size: 20px;
    color: #000;
    /* padding-bottom: 25px; */
}

.product-detail-ref-2 img {
    width: 150px !important;
    display: flex;
    justify-content: end;
    align-items: start;
}

@media (max-width: 595px) {
    .product-details-info {
        display: flex;
        /* flex-direction: column-reverse; */
        justify-content: space-between;
        border-top: solid #574099 1px;
        padding-top: 25px;
        margin-top: 15px;
    }

    .product-detail-ref {
        width: 38%;
        display: flex;
        justify-content: end;
        align-items: start;
    }

    .product-detail-ref-2 img {
        width: 75px !important;
        display: flex;
        justify-content: end;
        align-items: start;
    }

    .product-details-info img {
        margin-bottom: 25px;
        width: 100%;
    }

    .product-details h2 {
        font-size: 30px;
    }
}

/* Product Detail Page */

/* Products Page */

.square-products-container {
    margin-top: 100px;
}

.square-products-container a {
    text-decoration: none;
}

.square-products {
    width: 100%;
    height: 264px;
    background: #fff;
    border: solid 1px #574099;
    border-radius: 16px;
    color: #574099;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.square-title {
    display: flex;
    font-size: 35px;
}

.square-hover {
    display: none !important;
    width: 100% !important;
    height: 100%;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    background: #574099;
    color: #fff;
    border-radius: 16px;
    border: solid 1px #574099;
}

.square-hover p {
    font-size: 20px;
    margin-bottom: 0;
}

.square-products:hover .square-title {
    display: none !important;
}

.square-products:hover .square-hover {
    display: flex !important;
}

@media (max-width: 595px) {
    .square-products-container {
        margin-top: 65px;
    }

    .square-products {
        height: 175px;
    }

    .square-title {
        display: flex;
        font-size: 30px;
    }

    .square-hover p {
        font-size: 15px;
        margin-bottom: 0;
    }

    .product-details {
        margin-top: 40px;
    }
}

/* Products Page */
