.main-service {
  background-color: #f5f5f5;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.Main-services-blog {
  width: 70%;
  background-color: #ffffff;
  padding: 45px;
}

.Side-barr {
  width: 30%;
  height: auto;
  padding: 30px 75px;
}

.serviee {
  font-size: 40px;
  font-weight: 500;
  padding: 30px 0px;
  border-bottom: 1px solid #ccc;
}

.blog-1 {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid #ccc;
}

.blog-1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.blog-1 h1 {
  font-size: 30px;
  font-weight: 500;
}

.blog-1 a {
  padding-bottom: 10px;
}

/* Gallery-section-page */

.Contact-con {
  height: 70vh;
  width: 100%;
  background: url(/img/contact-us-img/contact-us.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Contact-con .over {
  height: 70vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.603);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.Contact-con .over h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
}
.Contact-con .over p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: 50%;
  text-align: center;
}

.Contact-con   .over p a {
  color: #ffff;
  text-decoration: none;
}

.read {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 50px 80px;
  gap: 20px;
}

.read h1 {
  font-size: 45px;
  font-weight: 500;
}

.read p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
  text-align: justify;
}

.gallery-section {
  padding: 50px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-wrap: wrap;
  gap: 20px;
}

.gallery-section img {
  width: 30%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  transition: transform 0.3s ease;
}

.gallery-section img:hover {
  transform: scale(1.05);
}

.Gallery .over p a {
  color: #ffff;
  text-decoration: none;
}
.Gallery .over p{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: 50%;
  text-align: center;
}

/* Contact Us Page */


.contact-us {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 80px;
  gap: 20px;
}

.contact-us h1 {
  font-size: 55px;
  font-weight: 500;
}

.contact-details {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding-top: 30px;
}

.phone {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.phone img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}

.email {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
   padding: 10px;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.email img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
.location {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
   padding: 10px;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.location img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}

.phone p,
.email p,
.location p {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  text-align: center;
}

.add{
  font-size: 12px;
}

.map{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 50px 30px;
}

.Gallery {
  height: 70vh;
  width: 100%;
  background: url(/img/gallery-img/closeup-dj-working-lights.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Gallery .over {
  height: 70vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.603);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.Gallery .over h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
}
.Contact-con .over p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: 50%;
  text-align: center;
}

.Contact-con .over p a {
  color: #ffff;
  text-decoration: none;
}
