body {
    margin: 0px;
}

.header {
    width: 100%;
    height: 80px;
    padding: 2px 50px;
    background: linear-gradient(-120deg, rgb(162, 2, 25) 0, rgb(24, 1, 9) 54%, rgb(24, 1, 9) 90%);
    position: sticky;
    top: 0;
    z-index: 999;
}

.header>.d-line>img {
    width: 20%;
    
}


/* WhatsApp Icon Floating at Bottom Right */
.whatsapp-icon {
    font-size: 40px; /* Icon size */
    color: #25D366;  /* WhatsApp Green Color */
    text-decoration: none;
    position: fixed;
    width:70px;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    
    z-index: 9999; /* Ensure it's on top of other content */
}

.whatsapp-icon:hover {
    color: #128C7E;  /* Darker shade of WhatsApp Green when hovered */
    background-color: #e1e1e1;
    width:90px;
}



.d-line>h5 {
font-size: 15px;
color: #FFFFFF;
margin-left: 5px;
font-family: 'futurak';
   
}

.list>li {
    display: inline-block;
    font-size: 17px;
    margin-left: 35px;
    color: white;
    vertical-align: middle;
    font-family: 'futurak';
}




.d-line {
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
}

span.logo-text-hold {
    font-family: 'futurak';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 62px;
    color: #000;

}
.carousel-inner{
height: 600px;
}

#slide{
height: 550px;
}

.img{
width: 100px;
background: #000;
}

.middle-section {
    background: #F8f9fA;
    height: 100%;
}

.middle-text>h2>span {
    text-align: center;
    color: #000;
    font-family: 'futurak';

}

.middle-text>h2 {
    font-size: 30px;
    letter-spacing: 0.2em;
    color: #000;
    font-family: 'futurak';
 
}

.middle-text>p {
    /* font-size: 16px;
    font-family:Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 2;
    margin: 0;
    padding: 0;
     */
    border: 0;
    color: #000;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'futurak';

}
.middle-text>span{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #000;  

}
.card-section {
    display: flex;
    margin-top: 50px;
    margin-left: 250px;
}

.card-section>.card-product {
    margin-left: 20px;
    display: block;
}

.card>img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    height: 100%;
}


.two-section {
    margin-top: 150px;
      
}

.middle-text {
    text-align: center;
    color: #000;
}

.middle-text>h2 {
    font-size: 30px;
    letter-spacing: 0.2em;
}

.middle-text>p {
    font-size: 18px;
    margin-top: 5px;
}

.Side-card {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 35px;
}

.row {
     /* --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0; */
    display: flex; 
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.3* var(--bs-gutter-x));
    margin-left: calc(-.3* var(--bs-gutter-x));
}
.custom-heading {
            color: #9a0909;
            margin-bottom: 20px;
        }

a.ex2:hover, a.ex2:active {font-size: 150%;}
.p-10 {
    padding: 10px;
}
@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

 /* Add padding so content isn't hidden behind fixed navbar */
    body {
      padding-top: 80px;
    }

    /* Dropdown styling for sub-menu */
    .dropdown-submenu {
      position: relative;
    }

    .dropdown-submenu .dropdown-menu {
      top: 0;
      left: 100%;
      margin-left: 0.1rem;
      margin-right: 0.1rem;
    }

    .dropdown:hover > .dropdown-menu {
      display: block;
    }
 .navbar .nav-link,
.navbar .dropdown-item {
  color: white !important;
}

/* Optional: Change dropdown background and hover color */
.navbar .dropdown-menu {
  background-color: #A20219; /* dark background for dropdown */
}

.navbar .dropdown-item:hover {
  background-color: #333;
  color: white !important;
}
    .custom-navbar {
      background: linear-gradient(-120deg, rgb(162, 2, 25) 0%, rgb(24, 1, 9) 54%, rgb(24, 1, 9) 90%);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9999;
    }
.row>* {
    flex-shrink: 0;
    width: 100%;
    /* max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5); */
    margin-top: var(--bs-gutter-y);
}

.ourCertificates img {
    box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
    width:60%;
    margin-left: 50px;
    border-radius: 4px;
    padding: 2px;
    background-image: linear-gradient(#F9F295, #E0AA3E, #E0AA3E, #B88A44);
}
img, svg {
    vertical-align: middle;
}

.heading>h2 {
    color: #000;
    font-size: 23px;
    font-weight: lighter;
    font-family: 'futurak';
    

}
.Side-card>.pic{
margin-top: 20px;
height: 350px;
width: 350px;
border-radius: 20px;

}

span.logo-text {
    font-family: 'futurak';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    /* line-height: 20px; */
    color: #000;
}

.icon-list {
    /* color: rgba(255, 255, 255, 0.7); */
    /* color: #800020; */

}

.icon-list>i>p {
    line-height: 19px;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
    font-weight: 400;
    font-style: normal;
    /* font-family: Apercu; */
    font-size: 18px;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

i.fa.fa-phone {
    /* transform: rotate(90deg); */
    margin-left: -4px;
    margin-right: 2px
}

.arrow-one {
    background-color: #000;
    color: #dc3545;
    width: 27px;
    height: 27px;
    padding: 8px 8px 6px;
    border-radius: 30px;
    margin-left: 10px;
}

.heading-name {
    text-align: center;  
    height: 100%;
    width: 100%;
    margin-top: 50px;  
}

.heading-name>h3 {
    color: #FFFFFF;
    font-family: 'futurak';

}

.name-team {
    color: #9d2b48;
    font-weight: bold;
    text-align: center;
    font-family: 'futurak';

}
.h2, h2 {
    font-size: calc(1.325rem + .9vw);
}
.ceoMainDetail h3 {
    font-size: 15px;
    text-align: center;
    color: #8D8B8B;
    margin-bottom: 30px;
}
.ceo-img {
    width: 350px;
    padding: 50px;
    margin-left: 520px;
    border-radius: 100%;
    /* filter: drop-shadow(0px 0px 5px #ECC440);
    -webkit-filter: drop-shadow(0px 0px 5px #ECC440);
    /* left: 0; */
    /* right: 0;
    margin: 0 auto;
    top: -150px;  */
}

.Locations{
    margin-top: 100px;
}


.heading-name>h2 {
    color: #000;
    font-size: 50px;
 
}

.heading-name>h3 {
    color: #800020;
    font-size: 36px;
    margin-left: 50px;
    font-weight: bold;
    letter-spacing: 0.11em;
    font-family: 'futurak';

}
.heading-name>h5 {
    font-family: 'futurak';

}
.heading-name>h3>span {
    color: #000;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.11em;
}

.heading-client{
    text-align: center; 
}

.heading-client>p{
    color: #800020;
    text-align: center;  
    font-size: 20px;
    margin-left: 30px;
}

.Locations>h5{  
    text-align: center;
    font-size: 24px;
    height: 22px;
    font-weight: bold;
    color: #800215;
    margin-top: 50px;
    font-family: 'futurak';
  
}

.location-set {
    display: flex;
    flex: row;
    flex-wrap: wrap;
    justify-content:space-evenly;
    margin-left: 50px;
}

.location-set2 {
    display: flex;
    flex-direction: row;
    margin-left: 150px;
}

.Location-heading {
    text-align: center;
}

.Location-heading>.pic {
    height: 120px;
    width: 127px;
}

.location-card {
    margin-top: 50px;
}
.location-card-CEO {
    display: flex;
    flex: row;
    flex-wrap: wrap;
    justify-content:space-around;
    margin-left: 100px;
    margin-top: 50px;
}

.Location-heading>small {
    font-family: 'apercu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.48em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 8px;
    display: block;
    margin-top: 25px;
    
}
.Location-heading>p{
font-size: 14px;
color: #000;
font-family: Arial, Helvetica, sans-serif;
}
.Location-heading>h2 {
    color: #000;
    font-size: 28px;
    font-weight: lighter;
}

span.logo-text {
    font-family: 'futurak';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 20px; */
    color: #FFFFFF;

}

.Location-heading>a {
    width: 174px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    padding-top: 15px;
    margin-top: 20px;
}

.Main-location {
    height: 100%;
    background: #fff;
    position: relative;
    padding: 40px;
    margin-top: 50px;

}

a:hover {
    background: none;
    border-radius: 5px ;
    
}

.location-Box {
    display: flex;
    flex: row;
    justify-content: space-evenly;
    background: #F8f9fA;
    width: 1500px;
    height: 250px;
    margin-top: 20px;
    
    
}

.location-set2 {
    display: flex;
    flex-direction: row;
    margin-left: 150px;
}

.New-location {
    height: 210px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    padding: 25px 24px;
    margin-top: 50px;
    margin-left: 20px;
    /* margin: auto; */
    /* margin-bottom: 32px; */

}

.heading-text>h2 {
    color: #000;
    font-size: 12px;
    font-weight: lighter;
}

.heading-text>small {
    color: #ED1C24;
}

span.new-logo {
    font-family: 'futurak';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;   
    color: #FFFFFF;
    
}

.text>p {
    color: #000;
}

.container-slides {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
	margin-bottom: 40px;
    text-align: center;
}

.container-slides>h2 {
    color: #800020;
    font-size: 34px;
    font-family: 'futurak';
    font-weight: bold;
    text-align: center;
}

.slides {
   
  display: flex;
            overflow: hidden;
            width: 100%;
            position: relative;
			transition: transform 0.5s ease;
}

.slides-img {
  width: 100%; /* Make each image take full width of its container */
  max-width: 300px; /* Maximum width to avoid overly large images */
}
 .prev {
            left: 10px;
        }

        .next {
            right: 10px;
        }

.pics {
    width: 250px;
	height: 300px;
  display: block;
    
box-shadow: 3px 3px 4px #000000;
}
.prev, .next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 10px;
            cursor: pointer;
            font-size: 24px;
        }

.pics2 {
    width: 320px;
	height: 350px;
  display: block;
    
box-shadow: 3px 3px 4px #000000;
}


@media screen and (max-width: 768px) {
  .slides-img {
    width: 48%; /* Two images per row on smaller screens */
  }
}

@media screen and (max-width: 480px) {
  .slides-img {
    width: 100%; /* One image per row on very small screens */
  }
}

.footer-section {
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(-120deg, rgb(162, 2, 25) 0, rgb(24, 1, 9) 54%, rgb(24, 1, 9) 90%);
  color: #fff;
  padding: 20px;
}

.footer-section1 {
    background: linear-gradient(-120deg, rgb(162, 2, 25) 0, rgb(24, 1, 9) 54%, rgb(24, 1, 9) 90%);
    width: 100%;
    height: 100%;
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    
}

.footer-column {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

.footer-column h5, .footer-column p, .footer-column ul {
  margin: 10px 0;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin: 5px 0;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.social-links a {
  margin: 0 10px;
  color: #fff;
  font-size: 20px;
}

.app-links a img {
  width: 150px;
  margin: 10px 0;
}

@media (max-width: 992px) {
  .footer-column {
    flex: 1 1 45%;
  }
}

@media (max-width: 600px) {
  .footer-column {
    flex: 1 1 100%;
  }
}
.footer-section>.one-div>img {
    margin-top: 50px;

}
.one-div > h5 {
    font-size: 15px;
    color: #FFFFFF;
    margin-left: 5px;
    font-family: 'futurak';

   
}
.one-div>P {
    color: #FFFFFF;
    font-size: 15px;
    font-family: 'futurak';

}

.li-tag {
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 10px;
    font-family: 'futurak';

    
}
.li-tag>p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-family: 'futurak';

}
.li-tag>ul>a {
    list-style: none;
    text-decoration: none;
    color: #FFFFFF;
    padding: 2px;
    font-family: 'futurak';

}

.li-tag>ul>li {
    list-style: none;
    margin-right: 20px;
}

.social-link {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.footer-social-link>h4 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    font-family: 'futurak';

}

.footer-social-link a {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 8px;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    color: #000;
    border-radius: 50px;
}

.social-img>a{
    margin-left: 50px;
    margin-top: 5px;
}

.bg-mikado-main {
    --bs-bg-opacity: 1;
    background-color: #9d2b48 !important;  
}

.rishta-services-icon {
    width: 150px;
    height: 150px;
    padding: 20px;
    border-radius: 150px; 
    margin-top: 50px; 
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}

.whyjumb-3 {
    background:#AB274F;
    padding: 40px 20px;
    text-align: center;
    min-height: 260px;
    width: 100%;
    margin-top: 20px;
}
.text-center {
    text-align: center !important;
}
.text-center {
    text-align: center !important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
.pl-2, .px-2 {
    padding-left: .5rem !important;
}
.pr-2, .px-2 {
    padding-right: .5rem !important;
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
element.style {
    padding-top: 0px;
}
*, :before, :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div {
    display: block;
    unicode-bidi: isolate;
}

.jumb-top h1 {
    color: #fff;
}
.why-head {
    font-size: 25px;
    font-family: poppins;
    font-weight: 600;
    margin-bottom: 20px;
    
}
.why-head {
    font-size: 45px;
    font-family: poppins;
    font-weight: 600;
    margin-bottom: 25px;
}
.text-white {
    color: #fff !important;
}
h1, .h1 {
    font-size: 2.5rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
*, :before, :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.text-center {
    text-align: center !important;
}
.text-center {
    text-align: center !important;
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:not([class*=btn-outline]) {
    border-color: transparent !important;
}
.hm-btn {
    width: 290px;
    height: 45px;
    border-radius: 8px;
    font-size: 20px;
}
.border-white {
    border-color: #fff !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.btn-green {
    color: #fff;
    background-color: #268731;
    border-color: #268731;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.ml-1, .mx-1 {
    margin-left: .25rem !important;
}
*, :before, :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

i {
    font-style: italic;
}
.img-fluid{
    width: 250px;
    height: 400px;
}


/* @media (max-width: 1250px)
.location-card-box-h {
    width: auto !important;
    height: 275px !important;
    padding: 25px 15px !important;

} */


/* @media (max-width: 992px)
.franchise-home-box-content a.btn.btn-holds 
{
    margin-top: 20px;
} */
/* @media (max-width: 768px)
{
   span.logo-text-hold 
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 29px !important;
} */

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
    integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
    integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
    crossorigin="anonymous"></script>

  <script src="https://kit.fontawesome.com/4ddb0142da.js" crossorigin="anonymous"></script>

  <link href="../Project1/bootstrap.css" rel="stylesheet" />
  <link href="../Project1/style.css" rel="stylesheet" />
  <!-- Custom CSS for Responsiveness -->
  <style>
    /* Custom CSS for responsive design */
    body {
      font-family: Arial, sans-serif;
    }

    /* Header Styling */
    .header {
      display: flex;
      justify-content: space-between;
      padding: 15px;
      background-color: #333;
      color: #fff;
    }

    .header img {
      width: 50px;
    }

    .header .d-line h5 {
      margin-left: 10px;
    }

    /* Carousel Image Styling */
    .carousel-inner img {
      width: 100%;
      height: auto;
    }

    /* Middle Section Styling */
    .middle-section {
      padding: 30px 0;
    }

    .middle-text h2 {
      font-size: 30px;
    }

    .middle-text p {
      font-size: 16px;
      line-height: 1.5;
    }

    /* Responsive Design for Mobile and Tablets */
    @media (max-width: 768px) {
      .header {
        flex-direction: column;
        text-align: center;
      }

      .middle-text h2 {
        font-size: 24px;
      }

      .middle-text p {
        font-size: 14px;
      }

      .location-set .location-card {
        margin-bottom: 15px;
      }

      .location-set .location-card img {
        width: 100%;
      }

      /* Adjusting the footer */
      .footer-section .one-div img {
        width: 40%;
      }

      .footer-section .li-tag {
        text-align: center;
      }

      .footer-social-link {
        text-align: center;
      }

      .footer-social-link .social-link {
        margin-top: 10px;
      }
    }

    @media (max-width: 480px) {
      .middle-text h2 {
        font-size: 20px;
      }

      .middle-text p {
        font-size: 12px;
      }

      .location-set .location-card {
        margin-bottom: 10px;
      }

      .location-set .location-card img {
        width: 90%;
      }
    }
  </style>
  <title>SaltPepper</title>
</head>

<body>

  <!-- Header Start -->
  <div class="header">
    <div class="d-line">
      <img src="../Project1/images/saira project/logo-removebg-preview.png" />
      <h5>W M B O</h5>
    </div>

    <div class="d-line">
      <ul class="list">
        <li>Home</li>
        <li>About Us</li>
        <li>Services</li>
        <li>Consultants</li>
        <li>Clients</li>
        <li>Contact Us</li>
        <li><i class="fa-solid fa-user"></i></li>
      </ul>
    </div>
  </div>
  <!-- Header End -->

  <!-- Slides Start -->
  <div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
    <div class="carousel-inner">
      <div class="carousel-item active">
        <img src="../Project1/images/saira project/pic1.png" class="d-block w-100" alt="slide1">
      </div>
      <div class="carousel-item">
        <img src="../Project1/images/saira project/pic2.jpg" class="d-block w-100" alt="slide2">
      </div>
      <div class="carousel-item">
        <img src="../Project1/images/saira project/pic3.jpg" class="d-block w-100" alt="slide3">
      </div>
      <div class="carousel-item">
        <img src="../Project1/images/saira project/pic1.png" class="d-block w-100" alt="slide4">
      </div>
    </div>

    <button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
      <span class="carousel-control-prev-icon" aria-hidden="true"></span>
      <span class="visually-hidden">Previous</span>
    </button>
    <button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
      <span class="carousel-control-next-icon" aria-hidden="true"></span>
      <span class="visually-hidden">Next</span>
    </button>
  </div>
  <!-- Slides End -->

  <!-- Middle Section1 -->
  <section class="middle-section">
    <div class="one-section">
      <div class="middle-text">
        <h2>
          <span class="logo-text-hold">W M B O</span>
          <br>
          World Marriage Bureau Organization
        </h2>
        <p>
          Our mission is to connect Parents to the “Authentic Matchmaking Consultants” to find the perfect and reliable life partner.
        </p>
      </div>
    </div>

    <!-- Middle location Start -->
    <div class="Locations">
      <div class="text-secondary ceoMainDetail">
        <img class="ceo-img" src="https://www.shaadi.org.pk/web_images/mrs-ali.jpg" alt="Mrs. Ali">
        <h2 class="name-team"> Mrs. Saira Naz </h2>
        <h3>CEO, WMB Organization® Pakistan</h3>
      </div>

      <div class="row">
        <div class="col-lg-3 col-md-6 col-sm-12 d-sm-block d-xs-block p-10 mx-auto my-auto">
          <div class="ourCertificates">
            <img src="../Project1/images/saira project/c1.jpeg" alt="Certificate 5">
          </div>
        </div>
        <div class="col-lg-3 col-md-6 col-sm-12 d-sm-block d-xs-block p-10 mx-auto my-auto">
          <div class="ourCertificates">
            <img src="../Project1/images/saira project/c2.jpeg" alt="Certificate 4">
          </div>
        </div>
        <div class="col-lg-3 col-md-6 col-sm-12 d-sm-block d-xs-block p-10 mx-auto my-auto">
          <div class="ourCertificates">
            <img src="../Project1/images/saira project/c4.jpeg" alt="Certificate 2">
          </div>
        </div>
        <div class="col-lg-3 col-md-6 col-sm-12 d-sm-block d-xs-block p-10 mx-auto my-auto">
          <div class="ourCertificates">
            <img src="../Project1/images/saira project/c3.jpeg" alt="Certificate 1">
          </div>
        </div>
      </div>
    </div>
  </section>
  <!-- Middle Section End -->

  <!-- Footer Start -->
  <div class="footer-section">
    <div class="one-div">
      <img src="./images/saira project/logo-removebg-preview.png" width="20%" />
      <h5>W M B O</h5>
      <p>The secret of a happy marriage is finding the right person...</p>
      <P>Terms & conditions Privacy & policy</P>
    </div>

    <div class="li-tag">
      <p>Site Links</p>
      <ul>
        <a href="https://www.google.com"><li>Home</li></a>
        <a href="https://www.google.com"><li>About Us</li></a>
        <a href="https://www.google.com"><li>Services</li></a>
        <a href="https://www.google.com"><li>Contact Us</li></a>
        <a href="https://www.google.com"><li>Feedback</li></a>
      </ul>
    </div>

    <div class="li-tag">
      <p>Contact Us</p>
      <ul>
        <li>+92 316 279 896 6</li>
        <li>+92 316 279 896 6</li>
      </ul>
      <p>WMBO@Shadi.com.pk</p>
      <p>23-Usman Block,5 Gulshan, Karachi, Pakistan</p>
    </div>

    <div class="footer-social-link">
      <h4>Follow Us</h4>
      <div class="social-link">
        <a href="https://www.facebook.com" target="_blank"><i class="fab fa-facebook-f" aria-hidden="true"></i></a>
        <a href="https://www.instagram.com" target="_blank"><i class="fab fa-instagram" aria-hidden="true"></i></a>
        <a href="https://www.twitter.com" target="_blank"><i class="fab fa-twitter" aria-hidden="true"></i></a>
      </div>
    </div>
  </div>
  <!-- Footer End -->
  
</body>
</html>
