body{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(85, 85, 85);
    height: 100%;
}
.topbar{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: rgb(33, 150, 243);
    color: white;
    height: 50px;
    align-items: center;
    margin: 0px;
    justify-content: space-between;

}
.topbar1st{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 5%;
}
.topbar a{
    color: white;
    text-decoration: none;
    font-size: 14px;
}
.phoneimg{
    height: 12px;
    margin-right: 0px;
}
.emailimg{
    height: 12px;
    margin-left: 15px;
}

/* social media /////////// */

.topbarsocial{
    display: flex;
    flex-direction: row;
    margin-right: 5%;
}
.topbarsocial div:nth-child(1){
    margin-right: 5px;
}
.topbarsocial div:nth-child(2){
    margin-right: 5px;
}
.topbarsocial img{
    height: 25px;
    margin: 8px;
}

.facebooki:hover{
    background-color: rgb(62, 89, 147);
}
.twitteri:hover{
    background-color: rgb(0, 195, 248);
}
.youtubei:hover{
    background-color: rgb(204, 24, 30);
}
.whatsapp:hover{
    background-color: rgb(41, 167, 26);
}

/* //// Nav Bar //////////////////////////////////////////////// */

.navbar{
    display: flex;
    flex-direction: row;
    background-color: white;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: border-bottom 0.5s ease;
}
.sticky-border{
    border-bottom: 2px solid rgb(33, 150, 243);
    opacity: .9;
}
.navbar1{
    margin-left: 5%;
}
.navbar2{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 5%;
    width: 43%;
    height: 100%;
    justify-content:space-between;
}

.navbar2 a {
    padding: 0px 20px;
    background-color: white;
    font-size: 18px;
    height: 100%;
    font-weight: lighter;
    text-align: center;
    color: rgb(85, 85, 85);
    display: flex; /* Enables flexbox */
    justify-content: center; /* Horizontally centers text */
    align-items: center; /* Vertically centers text */
    text-decoration: none;

}
.navbar2 a:hover{
    background-color: rgb(33, 150, 243);
    color: white;
}
.navbar1 img{
    display: block;
}


/* //////////////////////// SLID SHOW //////////////////////////////////////// */

.slideshow-container {
    position: relative;
    max-width: 100%;
    height: 450px;
    overflow: hidden;
}

.slide-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.slide-container:first-child {
    opacity: 1; /* Ensure the first slide is visible immediately */
}

.slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.active {
    opacity: 1;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 30px;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    cursor: pointer;
    z-index: 10;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}



/* //////////// BOX1//////// midle part///////////////////////////////////// */

.box1{
    color: rgb(85, 85, 85);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box1 h2{
    text-align: center;
    margin: 30px;
}
.exp42{
    display: flex;
    flex-direction: row;
    margin-left: 5%;
    margin-right: auto;
    padding: 1.5%;
    border: 1px solid rgb(85, 85, 85);
    border-radius: 50px;
    justify-content: center;
    width: 75%;
    margin-bottom: 30px;

}
.exp42 img:nth-child(1){
    width: 300px;
    height: 200px;
    border-radius: 20px;
    margin-right: 10px;
    display: block;
}


.quality{
    display: flex;
    flex-direction: row-reverse;
    margin-right: 5%;
    margin-left: auto;
    padding: 1.5%;
    border: 1px solid rgb(85, 85, 85);
    border-radius: 50px;
    justify-content: center;
    width: 75%;
    text-align: right;
    margin-bottom: 30px;

}
.quality img:nth-child(1){
    width: 300px;
    height: 200px;
    border-radius: 20px;
    margin-left: 10px;
    display: block;
}

.manufacturing{
    display: flex;
    flex-direction: row;
    margin-left: 5%;
    margin-right: auto;
    padding: 1.5%;
    border: 1px solid rgb(85, 85, 85);
    border-radius: 50px;
    justify-content: center;
    width: 75%;
    margin-bottom: 30px;

}
.manufacturing img:nth-child(1){
    width: 300px;
    height: 200px;
    border-radius: 20px;
    margin-right: 10px;
    display: block;
}


/* ///////////////////photo grid ////////////////// */

.gridpage{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
}
.gridpage h2{
    margin-bottom: 30px;
    margin-top: 0px;
}
.girdbox{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: auto;
}
.girdbox img{
    width: 300px;
    height: 350px;
    border: 0.5px solid rgb(85, 85, 85);
    border-radius: 50px;
    margin: 5px;
}

/* ///////////////////////////////// Footer CSS //////////////////// */

.footerbox{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    background-color: black;
    color: white;
    margin-top: 30px;
}
.footerbox div{
    margin: 10px 5%;
    /* margin-bottom: 0px; */
    width: 20%;
}
.footerspan{
    display: inline-block;
    width: 3px;
    height: 30px;
    background-color: rgb(33, 150, 243);
    vertical-align: middle;
    border-radius: 20px;
}
.footerbox a{
    text-decoration: none;
    color: white;
}
.footerbox a:hover{
    color: rgb(33, 150, 243);
}
.allright{
    display: flex;
    flex-direction: row;
    margin: 0px;
    background-color: black;
    color: white;
    justify-content: space-between;
}
.allright1{
    width: 20%;
}
.allright p{
    font-size: 12px;
}
.allright div:nth-child(1){
    margin-left: 5%;
}
/* /////////////////Back To Top icon at the bottom and the what's app //////////////// */

#back-to-top {
    position: fixed;
    bottom: 3%;
    right: 20px;
    background-color: rgb(134, 128, 52); /* Blue background */
    color: white;
    padding: 10px 15px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: none; /* Initially hidden */
    z-index: 1000;
    opacity: .85;
}

#back-to-top:hover {
    background-color: rgb(85, 85, 85); /* Darker blue on hover */
}

/* /////////About Page///////////////////////////////////////////////////////// */
.blueline{
    height: 2px;
    background-color: rgb(33, 150, 243);
}
.aboutpara{
    text-align:left;
    width: 83%;
    margin: auto;
}
.aboutpara h2{
    text-align: center;
}
.aboutpara1{
    border: 1px solid rgb(85, 85, 85);
    padding: 15px 30px;
    border-radius: 50px;
}

/* ////////////////Terms  and condition and privacy ////////////////////////////// */

.termsbox{
    width: 85%;
    margin: 30px auto;
}
.termsbox h3{
    text-align: center;
}

/* ///////////////////////////Contact Box////////////////////////////////// */

.contactbox{
    display: flex;
    flex-direction: row;
    width: 87%;
    margin: auto;
    justify-content: space-between;
}
.contactbox1{
    display: flex;
    flex-direction: column;
    width: 40%;
}
input, textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
textarea{
    height: 100px;
    margin-bottom: 20px;
}
.formbutton{
    width: 100%;
    background-color: rgb(33, 150, 243);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid rgb(33, 150, 243);
}
.formbutton:hover{
    background-color: white;
    color: rgb(33, 150, 243);
}
.contacth2{
    width: 100%;
    margin:30px auto;
    text-align: center;
}

/* //////////////// Map Box ///////////////////////////////// */

.mapbox{
    width: 100%;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 30px;
}

.mapbox iframe{
    width: 80%;
    height: 300px;
    border: 0px;
}

/* /////////// SOLO////////////////////// */
.px30{
    height: 30px;
}