html,
body {
    height: 100%;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
    /* overflow: hidden; */
    /* Hide any overflow to prevent scrolling */
}

.bg1 {
    background-color: #DCE2F0;
}

.bg2 {
    background-color: #50586C;
}


.nav-child1 {
    padding: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.nav-child1-space {
    width: 50%;
}

.nav-child1-logo img {
    width: 125px;
    padding-top: 10px;
}

.nav-child2 {
    /* border: 1px solid black; */
    padding: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.nav-child2 label {
    /* border: 1px solid blue; */
    cursor: pointer;
    border-bottom: 1px solid black;
    padding: 0px 25px;
    margin: 45px;
    transition: transform .2s;
}

.nav-link {
    text-decoration: none;
    color: black;
}

/* .nav-child2 label:hover{
    font-size: 17px;
    transition: transform .2s;
} */

body {
    font-family: Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    text-align: center;
}

#slideshow {
    overflow-x: hidden;
    width: 100%;
    height: 90vh;
    /* Full viewport height */
    margin: 0 auto;
    position: relative;
}

.slide-wrapper {
    display: flex;
    width: 500%;
    /* 5 slides, each taking 100% width */
    animation: slide 18s ease infinite;
    /* color: white; */
}

.slide {
    flex: 1;
    height: 90vh;
    /* Full viewport height */
    position: relative;
    /* Make this relative for absolute positioning inside it */
}

.slide:nth-child(1) {
    /* background: #D93B65; */
    /* background-image: url('images/images_new_des/temp_copper_img.jpeg'); */
    background-image: url('images/slider_imgs/copper_img.jpeg');
    background-repeat: no-repeat;
    background-size: cover
}

.slide:nth-child(2) {
    background-image: url('images/slider_imgs/alu_img.jpeg');
    background-repeat: no-repeat;
    background-size: cover
}

.slide:nth-child(3) {
    background-image: url('images/slider_imgs/zinc_img.jpg');
    background-repeat: no-repeat;
    background-size: cover
}

.slide:nth-child(4) {
    background-image: url('images/slider_imgs/lead_img.jpeg');
    background-repeat: no-repeat;
    background-size: cover
}

.slide:nth-child(5) {
    background-image: url('images/slider_imgs/nickel_img.jpeg');
    background-repeat: no-repeat;
    background-size: cover
}

.slide-number {
    /* color: #000; */
    color: #50586C;
    text-align: center;
    font-size: 4em;
    position: absolute;
    /* Position absolute within the relative .slide */
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes slide {
    0% {
        margin-left: 0%;
    }

    20% {
        margin-left: 0%;
    }

    30% {
        margin-left: -100%;
    }

    50% {
        margin-left: -100%;
    }

    60% {
        margin-left: -200%;
    }

    70% {
        margin-left: -200%;
    }

    80% {
        margin-left: -300%;
    }

    90% {
        margin-left: -300%;
    }

    100% {
        margin-left: -400%;
    }
}

.background-img-parent {
    /* border: 1px solid black; */
    padding: 5px;
    background-image: url('images/images_new_des/industrial_sky_temp.jpeg');
    height: 20vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-us-parent {
    /* border: 1px solid black; */
    padding: 5px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

.about-us-parent-child1,
.about-us-parent-child2 {
    padding: 100px;
}

.about-us-parent-child1 {
    text-align: left;
}

.about-us-parent-child1-heading h2 {
    font-size: 32px;
}

.about-us-parent-child1-body {
    font-size: 17px;
}

.about-us-parent-child2-img-box {
    background-image: url('images/images_new_des/temp_copper_img.jpeg');
    width: 400px;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.weight-conv-parent {
    /* border: 1px solid black; */
    padding: 5px;
    padding: 30px 0px 60px 0px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
}

.weight-conv-child1,
.weight-conv-child2 {
    width: 45%;
}

.weight-conv-child1-heading h2 {
    font-size: 28px;
}

.weight-conv-child1-body {
    font-size: 17px;
    text-align: center;
    padding-top: 45px;
}

.weight-conv-child2 {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    gap: 15px;
}

.weight-conv-child2 input {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid black;
    outline: none;
}

.currency-ex {
    padding-top: 50px;
}



.prices-parent {
    /* border: 1px solid black; */
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prices-child-heading h2 {
    font-size: 32px;
}

.prices-child-list {
    /* border: 1px solid red; */
    padding: 5px;
    display: flex;
    flex-direction: row;
    gap: 100px;
    justify-content: center;
}

.prices-boxes {
    border: 1px solid black;
    padding: 25px;
    border-radius: 10px;
}

.background-img-parent2 {
    border: 1px solid black;
    padding: 5px;
    background-image: url('images/images_new_des/dubai_skyline_2.jpeg');
    height: 20vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.products-parent {
    /* border: 1px solid black; */
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.products-parent-child1-heading h2 {
    font-size: 32px;
}

.products-parent-child1-cat {
    display: flex;
    flex-direction: row;
    gap: 100px;
    justify-content: center;
}

.product-cat {
    border: 1px solid black;
    width: 550px;
    height: 300px;
    /* background-image: url('images/images_new_des/metal_slab_temp.jpeg'); */
    background-size: cover;
    border-radius: 10px;
}

.product-cat p {
    position: relative;
    top: 80%;
}

.products-parent-child2-boxes {
    padding: 10px;
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    gap: 70px;
    justify-content: center;
}



/* 
.temp_img {
    background-image: url('images/images_new_des/marble_temp.jpeg');
    width: 150px;
    height: 150px;
    border-radius: 10px;
} */

.product_boxes_metal,
.product_boxes_marble {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.product_boxes_metal p,
.product_boxes_marble p {
    position: relative;
    top: 75%;
}

.product_boxes_metal:nth-child(1) {
    background-image: url("images/products_img/metal_products/copper_rod_img.jpeg");
}

.product_boxes_metal:nth-child(2) {
    background-image: url("images/products_img/metal_products/lead_ingot.jpeg");
}

.product_boxes_metal:nth-child(3) {
    background-image: url("images/products_img/metal_products/zinc_ingot.jpeg");
}

.product_boxes_metal:nth-child(4) {
    background-image: url("images/products_img/metal_products/tin_ingots.jpeg");
}

.product_boxes_metal:nth-child(5) {
    background-image: url("images/products_img/metal_products/nicket_ingots.jpg");
}

.product_boxes_metal:nth-child(6) {
    background-image: url("images/products_img/metal_products/alu_ingot.jpeg");
}

/*  */

.product_boxes_marble:nth-child(1) {
    background-image: url("images/products_img/marble_products/gang_saw_1.jpeg");
}

.product_boxes_marble:nth-child(2) {
    background-image: url("images/products_img/marble_products/cutter_slab_1.jpeg");
}

.product_boxes_marble:nth-child(3) {
    background-image: url("images/products_img/marble_products/tile_1.jpeg");
}

.product_boxes_marble:nth-child(4) {
    background-image: url("images/products_img/marble_products/gang_saw_2.jpeg");
}

.product_boxes_marble:nth-child(5) {
    background-image: url("images/products_img/marble_products/cutter_slab_2.png");
}

.product_boxes_marble:nth-child(6) {
    background-image: url("images/products_img/marble_products/tile_2.jpeg");
}





.copper_img {
    background-image: url("images/products_img/metal_products/copper_rod_img.jpeg");
    width: 150px;
    height: 150px;
    border-radius: 10px;
}

.products-parent-child-cat1 {
    /* background-image: url('images/images_new_des/metal_slab_temp.jpeg'); */
    background-image: url('images/products_img/copper_coils.jpeg');
}

.products-parent-child-cat2 {
    background-image: url('images/images_new_des/marble_slab_temp.jpeg');
}


.query-parent {
    /* border: 1px solid black; */
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.query-parent-heading h2 {
    font-size: 32px;
}

.query-child-wrap {
    display: flex;
    flex-direction: row;
}

.query-child1,
.query-child2 {
    width: 50%;
    padding: 25px;
}

.query-child1 {
    /* background-color: lightgrey; */
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

#blue {
    color: #2C28CB;
}

.query-form-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    padding: 10px 10px 10px 10px;
    background-color: #DCE2F0;
    border-radius: 10px;
    width: 75%;
}

.query-form-wrap input,
.query-form-wrap textarea {
    padding: 15px;
    border-radius: 10px;
    border: none;
    outline: none;
}

.query-child2 {
    text-align: justify;
    padding-top: 75px;
}



.vision-parent {
    /* border: 1px solid black; */
    padding: 5px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
}

.vision-child-heading h2 {
    font-size: 32px;
}

.vision-child-body {
    font-size: 17px;
    padding: 0px 125px 0px 125px;
    text-align: justify;
}

.vision-child-icons-list {
    display: flex;
    flex-direction: row;
    padding-top: 50px;
    justify-content: center;
    gap: 25px;
}

.icons {
    font-size: 32px;
}



/* section 10 */
.review-child1-heading h2 {
    font-size: 32px;
}

.section-10 {
    padding: 10px;
    display: flex;
    justify-content: center;
}

.section-10-wrapper {

    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-10-box-1-slider-cover {
    /* padding: 15px; */
    /* margin: auto; */
    overflow: hidden;

}

.section-10-box-1-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    /* cursor: grab; */
}

.section-10-box-1-slider-item {
    flex: 0 0 100%;
    box-sizing: border-box;
    /* text-align: center; */
    /* padding: 20px;
    background-color: #3498db;
    color: #fff; */
}

.section-10-box-1-slider-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}

.section-10-box-1-slider-item-1 {
    display: flex;
    justify-content: flex-start;
}

.section-10-box-1-slider-item-1 img {
    width: 10%;

}

.section-10-box-1-slider-item-2 {
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: 0px;
    word-spacing: 0em;
}

.section-10-box-1-slider-item-3-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.section-10-box-1-slider-item-3-name {
    font-size: 20px;
    color: black;
    font-weight: 600;
}

.section-10-box-1-slider-item-3-designation {
    font-size: 14px;
    color: #666666;
}

.section-10-box-2-wrapper {
    display: flex;
    flex-direction: row;
    gap: 180px;
}

.section-10-box-2-jr-1-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-left: 10px;
}

.section-10-box-2-jr-1-circle {
    padding: 15px;
    border-radius: 50%;
    color: #5f6567;
    background-color: #f5f5f5;
    cursor: pointer;
}

.section-10-box-2-jr-1-circle:hover {
    color: #010ED0;
}

.section-10-box-2-jr-2-box-1-wrapper {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.section-10-box-2-jr-2-box-2 {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.section-10-box-2-jr-2-box-2-title {
    background-color: #f5f5f5;
    font-weight: 500;
    color: #242627;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 5px;

}

.section-10-box-2-jr-2-img {
    max-width: 80px !important;
    margin: -3px 2px 0px -10px !important;
}

/* section 10 ends */

.chairman-parent {
    /* border: 1px solid black; */
    padding: 20px;
    padding-top: 75px;
    display: flex;
    flex-direction: row;
    gap: 100px;
    /* text-align: center; */
    justify-content: center;
}

.chairman-child1-heading h2 {
    font-size: 32px;
}

.hairman-child1 {
    display: flex;
    flex-direction: column;

}

.chairman-child1-body {
    text-align: justify;
}

.chairman-child2-chairman-img {
    background-image: url('images/chairman_name_square.jpg');
    width: 250px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-parent {
    display: flex;
    flex-direction: row;
    gap: 25px;
    padding: 10px;
    background-color: #98acd6;
}

.footer-child {
    width: 32%;
    /* border: 1px solid black; */
    padding: 10px;
}


.review-box,
.quick-links {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin: auto;
}

.review-box input,
.review-box textarea,
.review-box button {
    padding: 20px;
    width: 80%;
    border-radius: 10px;
    margin: auto;
    margin-top: 3%;
    border: 1px solid black;

}

.review-btn {
    padding: 20px !important;
    background-color: #DCE2F0 !important;
    border: none !important;
    outline: none !important;
}



.quick-links a {
    text-decoration: none;
    color: black;
    padding: 5px;
    text-align: left;
}

.contact-us h3,
.contact-us p {
    text-align: left;
}



@media (max-width: 767px) {
    .slide {
        flex: 1;
        height: 60vh;
        position: relative;
    }

    #slideshow {

        height: 60vh;

    }

    .about-us-parent {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
    }

    .about-us-parent-child1,
    .about-us-parent-child2 {
        padding: 50px;
    }


    .about-us-parent-child2-img-box {
        width: 300px;
        height: 250px;
        /* justify-content: center; */
    }

    .weight-conv-parent {
        /* border: 1px solid black; */
        display: flex;
        flex-direction: column;
        gap: 40px;
        justify-content: center;
        align-items: center;
    }

    .weight-conv-child1,
    .weight-conv-child2 {
        width: 95%;
    }

    .prices-child-list {
        display: flex;
        flex-direction: column;
    }

    .products-parent-child1-cat {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .products-parent-child-cat1 {
        background-image: url("images/products_img/copper_coils.jpeg");
        width: 100%;
        height: 250px;
    }

    .products-parent-child-cat2 {
        width: 100%;
        height: 250px;
    }

    .products-parent-child2-boxes {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .product_boxes_metal,
    .product_boxes_marble {
        width: 100%;
        height: 150px;
        border-radius: 10px;
        background-repeat: no-repeat;
        background-size: cover;
        cursor: pointer;
    }

    .query-child-wrap {
        display: flex;
        flex-direction: column;
    }

    .query-child1 {
        width: 100%;
        padding: 0px;
    }

    .query-child2 {
        width: 90%;
        padding: 20px;
        text-align: center;
    }

    .vision-child-body {
        font-size: 17px;
        padding: 0px 20px 0px 20px;
        text-align: center;
    }

    .vision-child-icons-list {
        display: flex;
        flex-direction: column;
        padding-top: 50px;
        justify-content: center;
        gap: 25px;
    }

    .chairman-parent {
        /* border: 1px solid black; */
        padding: 20px;
        padding-top: 75px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        /* text-align: center; */
        justify-content: center;
    }

    .chairman-child2 {
        align-items: center;
    }

    .footer-parent {
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding: 10px;
        background-color: #98acd6;
    }

    .footer-child {
        width: 95%;
        /* border: 1px solid black; */
        padding: 10px;
    }

    #myLinks {
        display: block;
    }

    .nav-child2,
    .nav-child2-links {
        display: none;
    }

    .res-links {
        display: flex;
        flex-direction: column;
    }

    .res-links a {
        text-decoration: none;
        color: black;
        padding: 10px 10px 0px 0px;
        margin-top: 1%;
    }

    #icon-res {
        color: black;
    }
    .icon{
        display: block !important;
    }



}

.icon {
    display: none;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #98acd6;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myLinks {
    display: none;
}

.mobile-container {
    max-width: 480px;
    margin: auto;
    background-color: #555;
    height: 500px;
    color: white;
    border-radius: 10px;
}

.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.active {
    background-color: #04AA6D;
    color: white;
}