@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;*/
}

/* 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;
}

/* carousel sm styles */

.carousel-container {
    min-height: 100vh;
    background-color: #f9fbfe;
    margin-top: 70px;
    width: 100%;
}

.carousel-image {
    aspect-ratio: 4 / 3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.welcome-card {
    text-align: center;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #e5eaf4;
    border-radius: 10px;
}


.car-section-heading {
    color: #183b56;
    font-weight: bold;
    font-size: 26px;
    font-family: "Roboto";
}

.car-section-sub-heading {
    color: #4a7ba1;
    font-weight: bold;
    font-size: 18px;
    font-family: "Roboto";
}

.car-section-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
}

.carousel-item {
    border-radius: 10px;
}

.achivements-number {
    color: #183b56;
    font-weight: bold;
    font-family: "Roboto";
    text-align: center;
    font-size: 30px;
}

.achievements-text {
    color: #183b56;
    text-align: center;
    font-size: 14px;
}

.achivements {
    min-width: 130px;
}

.icon-star {
    margin-left: 5px;
    font-size: 30px;
}

@media (min-width:991px) {
    .carousel-container {
        min-height: 100vh;
        background-color: #f9fbfe;
    }

    .carousel-image {
        aspect-ratio: 4 / 3;
        height: 70vh;
        border-radius: 10px;
    }

    .welcome-card {
        text-align: left;
        background-color: white;
        border-style: solid;
        border-width: 1px;
        border-color: #e5eaf4;
        border-radius: 10px;
    }

    .car-section-heading {
        color: #183b56;
        font-weight: bold;
        font-size: 32px;
        font-family: "Roboto";
    }

    .car-section-sub-heading {
        color: #4a7ba1;
        font-weight: bold;
        font-size: 24px;
        font-family: "Roboto";
    }

    .car-section-description {
        color: #5a7184;
        font-family: "Roboto";
        font-size: 16px;
    }

    .carousel-item {
        border-radius: 10px;
    }

    .achivements-number {
        color: #183b56;
        font-size: 30px;
        font-weight: bold;
        font-family: "Roboto";
        text-align: center;
    }

    .achievements-text {
        color: #183b56;
        text-align: center;
        font-size: 16px;
    }

    .icon-star {
        margin-left: 5px;
        font-size: 24px;
    }
}

/* section sm 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 lg headings */

@media (min-width:991px) {
    .section-header {
        max-width: 700px;
    }

    .section-main-heading {
        font-size: 32px;
        font-weight: bold;
        font-family: "Roboto";

    }

    .section-main-description {
        font-family: "Roboto";
        font-size: 16px;
    }
}

/* 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";
}


/* 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);
    }
}