:root {
    --primary-color: #fcc917;
    --secondary-color: #1b2677;
    --font-stack: "Helvetica Neue", sans-serif;
    --base-spacing: 16px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
}
.row {
    --bs-gutter-x: 0px;
}

.navbar {
    background: #ffffff;
    border: 1px solid #000000;
}
.navbar-brand img {
    max-width: 170px;
}
.nav-item {
    padding: 5px 10px;
}

.nav-item a {
    color: #000000;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}
.nav-item a:hover {
    color: #000000;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.contact {
    padding: 5px 12px;
    border: 1.5px solid #1b2677;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.container-fluid {
    margin: 0;
    padding: 0;
}

.carousel-item {
    position: relative;
}
.carousel-caption {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-0%, -60%);
}

.content-slder {
    width: 500px;
    height: 350px;
    box-shadow: 7px 7px 84px 0px #00000040;
    padding: 30px;
}

.content-slder h1,
p {
    color: #000;
}

.content-slder h1 {
    font-family: Inter;
    font-size: 35px;
    font-weight: 600;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: left;
}
.content-slder hr {
    background: #d9d9d9;
    border: 2.5px solid #d9d9d9;
}
.content-slder p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}

.content-slder a {
    position: absolute;
    background: #1b2677;
    left: 30px;
    color: #fff;
    padding: 8px 30px;
}
.content-slder a:hover {
    color: #1b2677;
    background: #fff;
    border: 1px solid #1b2677;
}

.carousel-control-next,
.carousel-control-prev {
    width: 50px;
}

.shield-oil {
    background: #fcc917;
}

.shield-oil .h1 {
    font-family: Inter;

    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    color: #cba110;
}

.footer {
    background: #1b2677;
}

.footer-container {
    padding-top: 70px;
}

.footer hr {
    height: 2px;
    color: #fff;
}
.footer h2 {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.footer ul li a {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-decoration: none;
}
.copyringt {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    padding: 20px;
}

.secound-shield-main-container,
.shield-main-container {
    position: relative;
    z-index: 2;
}

/* new css */
.shield-right-images {
    position: absolute;
    z-index: 3;
    top: 200px;
    left: 150px;
    background-image: url("./images/truck.jpg");
    background-size: cover;
    max-width: 250px;
    min-width: 100px;
    max-height: 250px;
    min-height: 100px;
    width: 100%;
    height: 100%;
}

.shield-left-image {
    position: absolute;
    right: 250px;
    bottom: 350px;
    max-width: 155px;
    min-width: 100px;
    min-height: 100px;
    max-height: 120px;
    width: 95%;
    height: 95%;
    border: 5px solid #dddddd;
}

.shield-oil-container1,
.shield-oil-container2,
.shield-oil-container3,
.shield-oil-container4 {
    position: relative;
}

.second-row {
    margin-top: 150px;
}

.secound-shield-left-image {
    position: absolute;
    left: 420px;
    z-index: 1;
    bottom: 290px;
    max-width: 155px;
    min-width: 100px;
    min-height: 100px;
    max-height: 120px;
    width: 95%;
    height: 95%;
    border: 5px solid #dddddd;
}

.secound-shield-right-image {
    position: absolute;
    z-index: 3;
    top: 200px;
    right: 360px;
    background-image: url("./images/truck.jpg");
    background-size: cover;
    max-width: 250px;
    min-width: 100px;
    max-height: 250px;
    min-height: 100px;
    width: 100%;
    height: 100%;
}
.nav-link {
    color: #838383;
}
.nav-link:hover {
    color: #000;
}
.service-container h4 {
    font-size: 35px;
}
.tab-list {
    /*background: #F5F5F5;*/
    margin: 10px;
}
.tab-list a {
    text-decoration: none;
    color: #212529;
}
.tab-contents {
    background: #f5f5f5;
    width: 100%;
    height: 130px;
    margin: 15px;
    line-height: 130px;
    position: relative;
}
.tab-list span {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 0 30px;
}
.tab-list img {
    padding-top: 10px;
}

.tab-list span i {
    border: 1px solid #d8d8d8;
    box-shadow: -58px 58px 103px 0px #00000026;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-0%, -50%);
}
.service-container {
    position: relative;
}

.third-box {
    position: absolute;
    left: 85%;
    z-index: -1;
    bottom: 80%;
    max-width: 140px;
    min-width: 100px;
    min-height: 100px;
    max-height: 120px;
    width: 95%;
    height: 95%;
    border: 5px solid #dddddd;
}

.Truddck {
    height: 86%;
}
.slider-div {
    padding: 40px;
    height: 250px;
    width: 100%;
}
.splide__slide p {
    font-size: 18px;
    width: 600;
    font-style: italic;
}
.splide__slide h3 {
    font-size: 20px;
    width: 600;
}
.splide__slide small {
    font-size: 14px;
    width: 600;
}

.splide__slide {
    transition: transform 0.3s ease;
    margin: 20px;
    transform: scale(0.9);
}

.splide__slide.is-active {
    transform: scale(1.1); /* Adjust the scale value as needed */
}

.blog-item {
    height: auto;
    padding: 10px;
}
.blog-item__thumb {
    margin: 0 auto;
}
.blog-item__title a {
    text-decoration: none;
    font-size: 16px;
}
.blog-item__thumb-link img {
    display: flex;
    height: 150px;
    margin: 0 auto;
}
.get-in-touch {
    position: relative;
}
.contact-us {
    position: absolute;
    height: 80%;
    width: 90%;
    top: 50%;
    transform: translate(-15%, -50%);
    z-index: 1;
    background: #ffffff;
    box-shadow: 7px 7px 84px 0px #00000040;
    padding: 50px 40px;
}
.contact-us i {
    color: #2b3782;
}
.send {
    background-color: #2b3782;
    color: #fff;
}
.send:hover {
    color: #d8d8d8;
}

.about {
    background: url("./images/about.png");
    height: 60vh;
    position: relative;
}

.about .button-container button {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}
.product {
    background: url("./images/product.png");
    height: 60vh;
    position: relative;
}
.product .button-container button {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}

.product-item {
    position: relative;
    width: auto;
    height: 330px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.product-image img {
    width: 90%;
    height: 80%;
}

.product-item-main {
    position: relative;
    width: auto;
    height: 350px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.product-item-main img {
    margin-top: 8px;
    max-width: 100%;
    height: 150px;
}
.product-item-main .product-name {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
}
.product-item .product-name {
    position: absolute;
    top: 60%;
    font-size: 24px;
    line-height: 35px;
}
.send-bulk {
    background-color: #1b2677;
    color: #fff;
}
.product-item img {
    margin-top: 8px;
    max-width: 100%;
    height: 150px;
}

.product-name {
    margin-top: 10px;
    font-size: 24px;
}

.viewall {
    margin-top: 5px;
    background-color: #1b2677;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.product-container .nav-pills .nav-link.active {
    background-color: #1b2677 !important;
}

.conact-information {
    background-color: #1b2677;
}
.conact-us-info {
    position: relative;
    height: 1500px;
}
.contact-us-form {
    box-shadow: -58px 58px 103px 0px #00000026;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 10%);
}

.detisn {
    height: 70vh;
}
.blog-item .imagess img {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .product {
        background-size: cover;
        background-position: top;
    }
    .about {
        background-size: cover;
        background-position: top;
    }
    .about .button-container button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-40%, -60%);
    }
    .product .button-container button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-40%, -60%);
    }
    .product-image img {
        width: 90%;
        height: 50%;
    }
    .get-in-touch {
        padding-bottom: 20px;
    }
    .conact-us-info {
        height: auto;
    }
    .contact-us-form {
        position: unset;
        transform: none;
    }
    .second-row {
        margin-top: 0px;
    }
    .logo-footer {
        text-align: center;
    }
    .footer-container {
        padding-top: 20px;
    }
    .footer-container h2 {
        text-align: center;
        margin-top: 20px;
    }
    .footer-container ul > li {
        text-align: center;
        align-items: center;
    }
    .section-heading__subtitle {
        padding: 50px;
    }
    .section-heading__desc {
        padding: 50px;
    }
    .blog-container {
        margin: 0 auto;
        padding: 10px;
    }
    .footer img {
        margin: 0 auto;
    }
    .blog-item {
        align-items: center;
    }
    .contact-us {
        position: unset;
        transform: none;
        margin: 0 auto;
        height: 95%;
    }
    .get-in-touch h4 {
        text-align: center;
    }
    .service-container h4 {
        font-size: 30px;
    }
    .third-box {
        display: none;
    }
    .shield-oil .h1 {
        font-size: 50px;
    }
    .shield-right-images {
        position: unset;
        max-width: 100%;
        max-height: 100%;
        width: 90%;
        height: 400px;
        margin-top: 20px;
        margin-bottom: 20px;
        margin: 10px auto;
    }
    .shield-left-image {
        position: unset;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        display: none;
    }

    .secound-shield-left-image {
        position: unset;
        max-width: 100%;
        max-height: 100%;
        width: 90%;
        display: none;
    }
    .secound-shield-right-image {
        position: unset;
        max-width: 100%;
        max-height: 100%;
        width: 90%;
        height: 400px;
        margin: 10px auto;
    }
    .Testimonials {
        margin-top: 10px;
    }
    .navbar-toggler-icon::before {
        font-family: FontAwesome;
        content: "\f0c9"; /* fa-bars, fa-navicon */
    }
    /* .blog-item .imagess img {
        height: 100%;
    } */

    .blog-item {
        padding: 0px;
        margin: 0px !important;
    }
    .blog-details__title {
        margin-top: 10px;
    }
}

/* Medium devices (tablets, 600px to 768px) */
@media only screen and (min-width: 601px) and (max-width: 768px) {
    .navbar-toggler-icon::before {
        font-family: FontAwesome;
        content: "\f0c9"; /* fa-bars, fa-navicon */
    }
    .third-box {
        display: none;
    }
    .shield-oil .h1 {
        font-size: 80px;
    }
    .shield-right-images {
        position: unset;
    }
    .shield-left-image {
        position: unset;
    }
    .secound-shield-right-image {
        display: none;
    }
}

/* Large devices (laptops/desktops, 769px and up) */
@media only screen and (min-width: 769px) {
    .shield-oil .h1 {
        font-size: 150px;
    }
    .shield-right-images {
        position: absolute;
        top: 200px;
        left: 200px;
    }
    .shield-left-image {
        position: absolute;
        right: 320px;
        z-index: 1;
        bottom: 320px;
    }
    .secound-shield-left-image {
        position: absolute;
        left: 80%;
        bottom: 85%;
    }
    .secound-shield-right-image {
        position: absolute;
        right: 30%;
        top: 60%;
    }
    .carousel-caption {
        position: absolute;
        left: 10%;
        top: 50%;
        transform: translate(-0%, -80%);
    }
    .content-slder {
        height: 383px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .shield-right-images {
        position: absolute;
        top: 55%;
        left: 39%;
    }
    .shield-left-image {
        position: absolute;
        right: 80%;
        z-index: 1;
        bottom: 80%;
    }
    .shield-oil .h1 {
        font-size: 120px;
    }
    .main-text {
        text-align: justify !important;
        padding-left: 20px;
    }
}

ol,
ul {
    padding-left: 0px !important;
}
.tab-contents:hover {
    background-color: #baadad;
}
.btn-main1 {
    margin-left: 20px;
}

.btn {
    background: #1b2677;
    /*left: 30px;*/
    color: #fff;
    padding: 8px 30px;
}
.btn:hover {
    background-color: #fff;
    color: var(--secondary-color);
    /*border: 2px solid var(--secondary-color);*/
}
.dropdown-menu {
    padding: 0px;
    color: #fff;
}

.dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--secondary-color);
}

@media (min-width: 1440px) {
    .shield-right-images {
        position: absolute;
        top: 55%;
        left: 50%;
    }
    .secound-shield-right-image {
        position: absolute;
        top: 55%;
        right: 55%;
    }
}

.about-us-images {
    border: 2px solid #1b2677;
}
.about-us-heading {
    font-family: Inter;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    color: #cba110;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}
