* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}


:root {
    --col-gap: 20px;
}

::-webkit-scrollbar {
    display: none;
}


body {
    width: 100%;
    height: 100vh;
}

.lh {
    line-height: 19px;

}

.description {
    color: #666461;
    font-size: 13px;
    line-height: 1.6;
}


/* main Section */


.brand-logo {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 10px;
}

.brand-logo .social {
    margin-left: auto;
}

.brand-logo .social i {
    font-size: 25px;
    color: gray;
}


.menu ul {
    display: flex;
    border: 1px solid #BBB;
    background: #DDB619;
    list-style: none;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    cursor: pointer;


}

.menu ul li a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.menu ul li a:hover {
    background-color: #258590;
}

.image {
    width: 100%;
    height: 395px;
    position: relative;
}

.image img:first-child {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.para {
    margin: 40px auto;
    text-align: justify;
}

.mainSlider {
    height: 350px !important;
}

/* .swiper {
    width: 100%;
    height: 100%;
} */

.swiper-slide img {
    width: 100%;
    object-fit: cover;
    /* object-fit: contain; */
    height: 100%;
}

.nextBtn,
.prevBtn {
    position: absolute;
    top: 50%;
    background-color: transparent;
    color: black;
    z-index: 10;
    font-size: 30px;
    transform: translateY(-50%);
    cursor: pointer;
}


.nextBtn {
    right: 10px;
}

.prevBtn {
    left: 10px;
}

.bg {
    background-color: rgb(227, 227, 227);
}

.container {
    width: 80%;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0;
    margin: auto;
}

.box {
    background-color: #fff;
    width: 237px;
    height: 152px;
}

.box p {
    text-align: center;
    color: #258590;
    cursor: pointer;
}

.box p:hover {
    color: #DDB619;
}

.clip-image {
    width: 180px;
    height: 132px;
    margin: auto;
    clip-path: polygon(0 11%, 100% 4%, 96% 98%, 6% 97%);
    -webkit-clip-path: polygon(0 11%, 100% 4%, 96% 98%, 6% 97%);
    background: #DDB619;
    overflow: hidden;

}


.clip-image img {
    width: 96%;
    margin: 0 12px;
}

span {
    font-size: 15px;
    font-weight: normal;
    color: #000;
}

.text span {
    background: url('../image/whitebar.jpg');
    height: 38px;
    width: 100%;
    padding: 5px;
    float: left;
}


.text-image i {
    color: #0cd814;
    font-size: 12px;
}

.text-image a {
    text-decoration: none;
    font-size: 12px;
    color: #000;
}

.text-image a:hover {
    color: #BF1212;
    cursor: pointer;

}

.text-box {
    width: 200px;
    padding: 5px;
    font-size: 15px;
    background: #e3a600;
    color: #fff;

}

.footer {
    background: rgb(227, 227, 227);
}

.flex1 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 8px;
    justify-content: space-between;
}

.bg-white {
    background-color: #fff;
}

.footer_image {
    width: 170px;
    height: 100px;
    /* border: 2px solid red; */
}

.footer_image img {
    width: 100%;
    height: 100%;
}

.para1 {
    background: rgb(227, 227, 227);
    font-size: 12px;
    padding: 5px;
}

.para1 a {
    text-decoration: none;
    color: #165BDA;
}

.para1 a:hover {
    color: #BF1212;
}

/* Contact Sections */



li {
    list-style: none;
}

.container1 {
    max-width: 90%;
    margin: auto;

}

.left-side .main {
    width: 200px;
}

.row {
    display: flex;
}

.left-side .main li {
    min-height: 18px;
}

.left-side .main li:nth-child(2) {
    background: url('../image/side-menu.png') no-repeat scroll right center #FFCC66;
    border: none;
    color: #000;
    margin-right: -4px;
}

.left-side .main li:nth-child(2) a {
    border-bottom: none;
}

.side-menu {
    border-right: 4px solid #DDDDDD;
    width: 200px;
}


.side-menu a {
    border-bottom: 1px solid #DDDDDD;
    color: #1E5A8E;
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 11px 0 8px 15px;
    text-decoration: none;
}

.side-menu a:hover {
    color: #000;
}

.side-menu li:last-child a {
    border-bottom: none;
}

.right-side {
    /* margin-left: 50px; */
    width: 100%;

}

.right-side h4 {
    border-bottom: 3px double #E6E6E6;
    color: #444444;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
}

.vertical-text {
    display: flex;
    padding: 12px;
    flex-wrap: wrap;
}

.vertical-text h5 {
    font-size: 18px;
    font-weight: bold;
    color: #000099;
    padding-top: 20px;
}

.vertical-text p {
    font-size: 14px;
    color: #000099;
}

.vertical-text1 {
    width: 100%;
    flex: 1;
}

.map {
    padding: 20px;
    flex: 1;
}

.map-text {
    color: #000099;
}

.email a {
    position: relative;
    /* color: #000099; */
}

.email a span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #165BDA;
    top: -2px;
}

.email a span:hover {
    background-color: #BF1212
}


/* responsive css start here  */
.responsive_navbar,
.res_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.res_nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile_side_bar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    background-color: #DDB619;
    z-index: 6;
    box-shadow: 0 0 10px #85888C;
    transition: transform 0.6s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    padding: 20px;
    transform: translateX(200%);
}

.display {
    transform: translateX(0);
}


.mobile_side_bar .cross {
    float: left;
    font-size: 25px;
}

@media(width<=900px) {

    .brand-logo,
    .navbar {
        display: none !important;
    }

    .responsive_navbar {
        padding: 0px 20px;
    }

    .responsive_navbar,
    .res_nav {
        display: flex;
    }

    .logo_res {
        width: 100px;
    }

    .logo_text {
        width: 300px;
    }
}

@media(width<=1000px) {
    .vertical-text {
        flex-direction: column;
    }

    .map {
        padding-left: 0;
    }
}

.nav-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    text-align: left;
    transition: 1s;
}

.nav-list a {
    text-decoration: none;
    color: #fff;
}


.mobile_icons {
    font-size: 20px;
    margin-top: 15px;
    color: gray;
}

.overlay1 {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 5;
}


@media(max-width: 550px) {
    .logo_res {
        width: 80px;
    }

    .logo_text {
        width: 200px;
    }
}


/* about Sections */

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.container1 {
    width: 90%;
    margin: auto;
}

.row {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.left-side {
    width: 205px;
    height: 560px;
    transition: all 1s ease-in-out;
}

.left-side .main li {
    min-height: 18px;
}

.left-side .main li:nth-child(2) {
    background: url('../image/side-menu.png') no-repeat scroll right center #FFCC66;
    border: none;
    color: #000;
    padding: 3px 0 3px 2px;
    margin-right: -4px;
}

.side-menu .products {
    font-size: 1rem;
}

.left-side .main li:nth-child(2) a {
    border-bottom: none;
}

.side-menu {
    border-right: 4px solid #DDDDDD;
    width: 200px;
    height: 550px;
}


.side-menu a {
    border-bottom: 1px solid #DDDDDD;
    color: #1E5A8E;
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 11px 0 8px 15px;
    text-decoration: none;
}

.side-menu a:hover {
    color: #000;
}

.side-menu li:last-child a {
    border-bottom: none;
}

.right-side {
    flex-grow: 1;
    transition: all 1s ease-in-out;
}

h4 {
    border-bottom: 3px double #E6E6E6;
    color: #444444;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    margin: 0 0 12px;
    padding: 0 0 5px;
}

h4 span {
    color: #444444;
    font-weight: normal;
}

.py {
    color: #000;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: normal;
}



/* .products start */

.right-side .card {
    display: flex;
    gap: 90px;
    flex-wrap: wrap;
}

/* clients start */

.box1 {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    overflow: hidden;
}

.clients {
    --client: 4;
    width: calc((100% - ((var(--client) - 1) * 20px)) / var(--client));
    display: flex;
    justify-content: center;
    align-items: center;
}

.clients img {
    object-fit: contain;
    /* width: 110px;
    height: 110px; */
}


@media (max-width:1000px) {
    .clients {
        --client: 3;
    }
}

@media (max-width:850px) {
    .clients {
        --client: 2;
    }
}

@media (max-width:500px) {
    .clients {
        --client: 1;
    }
}


/* enquiry start  */

form {
    margin-top: 20px;
    margin-bottom: 80px;
    width: 70%;
}
#part-1{
 margin-bottom: 30px;
}

label {
    font-size: 14px;
}

input[type="text"],
input[type="number"],
input[type="email"],
textarea {
    display: block;
    margin: 10px auto 0;
    padding: 7px;
    width: 100%;
    outline-style: none;
    border: 1px solid #000;
    border-radius: 5px;

}

.Attachement {
    border: 1px solid black;
    margin: 8px 0 2px 0;
    font-size: 14px;
    border-radius: 5px;
}


#submitButton {
    background: #c1beba;
    padding: 15px 10px;
    float: left;
    cursor: pointer;
    margin-right: 15px;
    border: none;
    border-radius: 5px;
}

#submitButton:hover {
    filter: brightness(115%);
}

#resetButton {
    background: #e24f2b;
    padding: 15px 10px;
    color: white;
    float: right;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    margin-bottom: 25px;
}

#resetButton:hover {
    filter: brightness(115%);
}

.filed span {
    font-size: 12px;
    color: red;
}

.filed {
    margin-bottom: 15px;
}


/* image products item start  */

.right-side .card1 {
    display: flex;
    row-gap: 20px;
    column-gap: var(--col-gap);
    flex-wrap: wrap
}

.item {
    margin: 20px 0;
    --items: 3;
    width: calc((100% - ((var(--items) - 1) * var(--col-gap))) / var(--items));

}


.item p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.flex {
    display: flex;
    gap: 10px;
}

.item-image {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-image img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.item .btn1 {
    background-color: #343a40;
    color: #fff;
    padding: 3px 5px;
    margin-top: 10px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.ml-2 {
    margin-left: 20px;
}

.fa-play {
    color: #e9ecef;
    font-size: 10px;
}

.item_button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40%;
    /* border: 2px solid blue; */
}

.item_button p {
    color: #666461;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.7;
    height: 145px;
    overflow-y: scroll;

}

/* right side navbar */

.bar1 {
    display: none;
}

.overlay {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s ease;
}

.overlay.active {
    opacity: 0.4;
    z-index: 3;
}

@media (min-width: 1473px) {
    .item {
        --items: 4;
    }
}

@media all and (min-width: 999px) and (max-width: 1350px) {
    .item {
        --items: 2;
    }
}

@media all and (min-width: 880px) and (max-width: 998px) {
    .item {
        --items: 2;
    }

    .container1 {
        width: 98%;
    }

    .row {
        gap: 20px;
    }
}

@media all and (min-width: 0px) and (max-width: 879px) {
    .item {
        --items: 2;
    }

    .container1 {
        width: 98%;
    }

    .bar1 {
        display: inline-block;
    }
}


@media all and (min-width:706px) and (max-width:879px) {
    .item {
        --items: 2;
    }

    .container1 {
        width: 98%;
    }

    .row {
        gap: 20px;
    }
}

@media(width<=879px) {
    .left-side {
        left: -150%;
        position: absolute;
    }

    .side-menu {
        border: none;
    }

    h4 .fa-solid {
        margin-right: 10px;
    }

    .fa-close {
        margin-left: 75px;
    }
}


@media all and (min-width:426px) and (max-width:705px) {
    .item {
        --items: 2;
    }

    .container1 {
        width: 98%;
    }

    .row {
        gap: 20px;
    }

    .flex {
        display: block;
    }

    .item-image {
        width: 64%;
    }

    .btn1 {
        margin-bottom: 10px;
    }

    .ml-2 {
        margin-left: 0;
    }

    .item_button p {
        height: auto;
    }

}

@media all and (min-width: 0px) and (max-width: 425px) {
    .item {
        --items: 1;
        margin: 10px 0;
    }

    .container1 {
        width: 98%;
    }

    .row {
        gap: 0px;
    }

    .right-side {
        text-align: center;
    }

    h4 {
        font-size: 14px;
        font-weight: 600;
        line-height: 25px;
        margin: 0;
        padding: 0 0 3px;
    }

    h4 span {
        font-size: 14px;
    }

    .flex {
        display: block;
    }

    .item-image {
        width: 100%;
    }

    .item p {
        font-size: 13px;
    }

    .btn1 {
        margin-bottom: 10px;
    }

    .item_button {
        width: 100%;
    }

    .item_button p {
        height: auto;
        font-size: 11px;

    }

    .ml-2 {
        margin-left: 0;
    }

    .side-menu {
        width: 165px;
        height: 504px;
    }

    .side-menu .products {
        font-size: 0.8rem
    }

    .side-menu a {
        font-size: 11px;
        padding: 11px 0 8px 6px;
    }

    .right-side .card1 {
        row-gap: 5px;
    }

    .para1 {
        font-size: 11px;
        text-align: center;
    }

}



/* form */

@media all and (min-width: 0px) and (max-width: 320px) {

    h2 {
        font-size: 20px;
    }

    #resetButton {
        float: left;
    }

    #submitButton {
        margin-left: 50px;
    }
 
}

@media all and (min-width: 321px) and (max-width: 480px) {
    h2 {
        font-size: 20px;
    }

    #resetButton {
        float: right;
    }
}

@media all and (min-width: 320px) and (max-width: 768px) {
    h2 {
        font-size: 20px;
    }

    form {
        width: 100%;
    }
}

.left-side.show {
    left: 0;
    position: absolute;
    background-color: #ffff;
    box-shadow: 0 2px 7px;
    z-index: 5;
}

/* home responsive */

@media (max-width:998) {
    .container {
        gap: 22px;
    }
}

@media all and (min-width: 730px) and (max-width: 889px) {
    .container {
        width: 95%;
        padding: 25px 0;
        gap: 18px;
    }
}

@media all and (min-width: 515px) and (max-width: 729px) {
    .container {
        width: 95%;
        padding: 25px 0;
        gap: 15px;
    }
}

@media all and (min-width: 426px) and (max-width: 514px) {
    .container {
        width: 98%;
        gap: 10px;
        padding: 15px 0;
    }

    .box {
        width: 203px;
    }

    .description {
        font-size: 11px;
        line-height: 1.4;
    }

}

@media all and (min-width: 375px) and (max-width: 425px) {
    .container {
        width: 95%;
        gap: 15px;
        padding: 15px 0;
    }

    .box {
        width: 70%;
        height: auto;
        margin: auto;
        margin-left: 1px;
    }

    .box p {
        margin: 20px auto;
    }

    .description {
        font-size: 11px;
        line-height: 1.4;
    }

    .clip-image {
        width: 90%;
        height: auto;
        margin: auto;
    }

}

@media all and (min-width: 0px) and (max-width: 374px) {
    .container {
        width: 95%;
        gap: 15px;
        padding: 15px 0;
    }
}

@media all and (min-width:1024px) and (max-width:1164px) {
    .flex1 {
        gap: 15px;
        justify-content: left;
        column-gap: 40px;
    }
}
@media all and (min-width:933px) and (max-width:1023px) {
    .flex1 {
        gap: 15px;
        justify-content: left;
    }
}
@media all and (min-width:885px) and (max-width:932px) {
    .flex1 {
        gap: 15px;
        justify-content: space-between;
    }
}
@media all and (min-width:405px) and (max-width:890px) {
    .flex1 {
        gap: 15px;
        justify-content: space-between;
    }
}
@media all and (min-width:0px) and (max-width:404px) {
    .flex1 {
        gap: 15px;
        justify-content: space-between;
    }
    .footer_image{
        width: 133px;
        height: 75px;
    }
    .footer_image img{
        width: 95%;
        height: 95%;
    }
}
