@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 100vh;
    background-image: url('https://res.cloudinary.com/ddgcwyggi/image/upload/v1705214839/Screenshot_2024-01-14_121631_leubxu.png');
    font-family: "Roboto";
    /*parallax effect*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: #f9fbfe;*/
}



/* section headings */
/* section headings */
.section-header {
    background-color: transparent;
    text-align: center;
    color: White;
}

.section-main-heading {
    font-size: 26px;
    font-weight: bold;
    font-family: "Roboto";

}

.section-main-description {
    font-family: "Roboto";
    font-size: 16px;
}

/* section headings */

@media (min-width:991px) {
    .section-header-text {
        max-width: 700px;
    }

    .section-main-heading {
        font-size: 32px;
        font-weight: bold;
        font-family: "Roboto";

    }

    .section-main-description {
        font-family: "Roboto";
        font-size: 16px;
    }
}

/* Add this style for the close button */
.close-btn {
    background: none;
    border: 1px solid grey;
    padding: 3px 5px 3px 5px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 10px;
    z-index: 1;
}

/* Add this style for the SpecsCard header */
.specs-header {
    position: relative;
}

.specs-card {
    display: none;
}

/* section headings */

.section-header-pr {
    background-color: transparent;
    text-align: center;
    color: white;
}

.pr-home-container {
    background-color: #f9fbfe;
}

.products-home-card {
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #e5eaf4;
    border-radius: 8px;
}

.pr-home-card-heading {
    color: #183b56;
    font-weight: bold;
    font-size: 24px;
    font-family: "Roboto";
}

.services-card-sub-heading {
    color: #4a7ba1;
    font-weight: bold;
    font-size: 18px;
    font-family: "Roboto";
    margin-bottom: 5px;
}


@media (min-width:991px) {
    .services-card-heading {
        color: #183b56;
        font-weight: bold;
        font-size: 28px;
        font-family: "Roboto";
    }

}

.pr-card-list {
    list-style-type: none;
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
    padding-left: 10px;
}

.home-pr-index {
    width: 44%;
    border-radius: 5px;
    transition: transform .8s ease;
}

.home-pr-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    aspect-ratio: 1 / 1;
    width: 100%;
}

.pr-index-name {
    color: #123;
    font-family: "Roboto";
    font-size: 14px;
    padding: 6px;
}

@media(min-width:768px) {
    .home-pr-index {
        width: 30%;
        border-radius: 5px;
        transition: transform .8s ease;
    }

    .pr-index-name {
        color: #123;
        font-family: "Roboto";
        font-size: 16px;
        padding: 6px;
    }

    .home-pr-image {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        height: 140px;
        width: 100%;
    }
}

.home-pr-index:hover {
    transform: scale(1.1);
}

.mail-logo {
    height: 70px;
    width: 70px;
    transition: transform 0.7s ease;
}

.mail-logo:hover {
    transform: scale(1.1);
}

/* navbar styles */
.navbar {
    background-color: white;
}

.nav-sm-logo {
    height: 55px;
    width: 200px;
    padding-top: 0px;
    margin-top: 0px;
    margin-right: 0px;
}

.nav-md-logo {
    height: 70px;
    width: 70px;
    padding-top: 0px;
    margin-top: 0px;
    margin-right: 0px;
}

.nav-main-heading {
    font-size: 20px;
    font-weight: bold;
    font-family: "Roboto";
    color: black;

}

.nav-main-description {
    font-family: "Roboto";
    font-size: 16px;
    color: #183b56;
    font-weight: bold;
}

.nav-link {
    font-weight: bold;
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #031D44;
    padding: 5px 0px 5px 0px;
    margin: 0px 20px 5px 10px;
    display: inline-block;
    position: relative;
    opacity: 0.9;
}

.nav-link::after {
    content: "";
    border-bottom: solid 4px #031D44;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.7s;
}

.nav-link:hover::after {
    transform-origin: right;
    transform: scaleX(1);
}

.navbar-nav {
    margin-left: auto;
}

/* wcu section styles*/

.wcu-section {
    background-color: #f9fbfe;
}

.wcu-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.wcu-section-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
}

.wcu-card {
    text-align: center;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #e5eaf4;
    border-radius: 16px;
}

.wcu-card-image {
    width: 125px;
    height: 120px;
}

.wcu-card-title {
    color: #323f4b;
    font-family: "Roboto";
    font-size: 22px;
    font-weight: 500;
}

.wcu-card-description {
    color: #7b8794;
    font-family: "Roboto";
    font-size: 16px;
}

/*About Us Carousel*/
.about-car-image {
    aspect-ratio: 4 / 3;
    max-height: 300px;
}

/*  services section styles */
.what-we-offer-section {
    background-color: #f9fbfe;
}

.tb-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.tb-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
}

.tb-image {
    width: 100%;
    height: 200px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.tb-card-link:hover {
    transform: scale(1.1);
}

.tb-card-heading {
    color: #959ead;
    font-size: 18px;
    font-weight: bold;
    font-family: "Roboto";
}

.tb-card-description {
    color: #323f4b;
    font-size: 15px;
    font-weight: normal;
    font-family: "Roboto";
}

.tb-card-link {
    color: #1754a1;
    font-size: 12px;
    font-weight: bold;
    font-family: "Roboto";
}

/*Product section */

.product-section {
    background-color: #f9fbfe;
}

.product-section-wrap {
    display: flex;
    flex-wrap: wrap;
}


.product-image {
    width: 100%;
    height: 200px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    aspect-ratio: 4 / 3 !important;
}

.contact-button {
    background-image: linear-gradient(to right, green, darkgreen);
    border: 0;
}

.product-name {
    font-size: 20px;
    font-weight: bold;
    font-family: "Roboto";
}

.place-orders-text {
    font-size: 16px;
}

.strike-through {
    text-decoration: line-through;
}

.product-price {
    font-size: 18px;
    font-weight: bold;
    font-family: "Roboto";
}

/* footer section styles */

.footer-section {
    background-color: #222;
    color: silver;
}

.footer-logo {
    width: auto;
    height: 70px;
}

.footer-section-icon-container a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 63px;
    background: #202b36;
    border-radius: 50%;
    font-size: 30px;
    color: silver;
    transition: .5s;
    margin-right: 10px;
}

.footer-section-icon-container a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: silver;
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
}

.footer-section-icon-container a:hover::before {
    transform: scale(1.1);
    box-shadow: 0 0 15px silver;
}

.footer-section-icon-container a:hover {
    color: silver;
    box-shadow: 0 0 15px silver;
    text-shadow: 0 0 15px silver;
}

.footer-header {
    font-family: "Roboto";
    font-size: 26px;
    margin: 0;
    font-weight: 700;
    color: silver;

}

.footer-header:hover {
    color: white;
    text-decoration: none;
    transition: 1s;
}

.footer-section-text {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.footer-section-heading {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 700;
}

.footer-section-link {
    color: silver;
    font-size: 14px;
}

.footer-section-link:hover {
    color: white;
    transition: 0.3s;

}

.footer-section-list {
    list-style-type: none;
    padding-left: 0;
}

.footer-hr-line {
    background-color: #333;
}

.footer-section-copyright {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    color: #5a7184;
}

.footer-section-copyright-link {
    color: #5a7184;
    font-weight: bold;
}

.footer-section-copyright-link:hover {
    color: silver;
    text-decoration: none;
    transition: 0.3s;
    font-weight: bold;
}


/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: #ffffff;
    line-height: 0;
}

.scroll-top:hover {
    background: rgba(0, 0, 0, 0.8);
    color: silver;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}


/*Preloader*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}