html{
    scroll-behavior: smooth;
}
*{
    padding: 0;
    margin: 0;
}
body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    background-size: cover; /* Cover the entire viewport */
    background-repeat: no-repeat;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}






.title {
    width: 100%; /* Ensure title width is responsive */
    max-width: 300px;
    text-align: center;
    border-bottom: 2px solid rgb(146, 146, 0);
}


.welc-box {
    height: calc(80vh - 100px); /* Adjusted for mobile */
    width: calc(100% - 40px); /* Adjusted width for mobile, with padding */
    max-width: 600px; /* Optional: set a max-width to prevent excessive stretching */
    margin: 0 auto; /* Center the box horizontally */
    color: white;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px; /* Optional: add some padding to avoid content touching the edges */
    box-sizing: border-box; /* Ensure padding is included in width calculation */
}

.welc-box .p1, .welc-box .p2 {
    font-size: 4vw; /* Adjust font size for better fit on smaller screens */
    display: flex;
    gap: 10px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); /* Adjust as needed */
    font-weight: bolder;
}

.p1 .p11, .p2 .p22 {
    color: rgb(240, 137, 137);
}
.icon-box{
    width: 100%;
    height: auto; /* Adjust height to content */
    overflow: hidden; /* Hide any overflowing content */
    display: flex;
    justify-content: center; /* Center image horizontally */
    align-items: center; 
}


main{
    background-color: white;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
main .first-row{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.first-row span{
    display: flex;
    gap: 20px;
    margin-right: 10px;
}
.first-row img{
    margin-left: 10px;
}





 .buttonn{
    height: 40px;
    width: 150px;
    display: flex;
    align-items: center;justify-content: center;
    /* border: 2px solid black; */
    color: white;
    background-color: red;
    text-decoration: none;
    transition: 0.3s ease;
}
.buttonn:hover{
    background-color: red;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.buttonn:hover #fasolid{
    color: white;
}

main .why-row{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background-color: rgb(249, 245, 245);
}
.why-row .why-2{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    gap: 30px;
}
.why-row .why-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 50px;
    transition: 0.3s ease;
    height: 100%;
    width: 300px;
    padding-bottom: 10px;
    gap: 10px;
}
.why-card img{
    height: 250px;
    border-top-left-radius: 50px;
    width: 300px;
}
.why-card:hover{
    border: 2px solid red;
    transform: translateY(-50px);
}
.why-card p{
    font-weight: bolder;
    font-size: 22px;
}
.why-card span{
    font-size: 13px;
    width: 90%;
}

main .services-row{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
    padding: 20px 0;

    background: url('https://coolbackgrounds.io/images/backgrounds/white/white-trianglify-b79c7e1f.jpg');
    background-size: cover; /* Cover the entire viewport */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat;
    
}
.services-row .services{
    display: flex;
    gap: 100px;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.services .serv1{
    height: 100%;
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    color: white;
    

}
.services .serv2{
    height: 100%;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.serv2 img{
    height: 150px;
}
.services .serv3{
    height: 100%;
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    color: white;
}
.services-row .service{
    width: 500px;
    height: 300px;
    justify-content: end;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 30px;
}
.services-row .service:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
}
.service1{
    background: url('./images/IMG_2395.JPG');
    background-size: cover; /* Cover the entire viewport */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat;
}

.service2{
    background: url('./images/IMG_2306.JPG');
    background-size: cover; /* Cover the entire viewport */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat;
}

.service3{
  background: url('./images/IMG_1339.JPG');
  background-size: cover; /* Cover the entire viewport */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat;
}
.service4{
    background: url('./images/IMG_2818.jpg');
    background-size: cover; /* Cover the entire viewport */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat;
}
.service5{
    background: url('./weddings/IMG_2338.JPG');
    background-size: cover; /* Cover the entire viewport */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat;
}
.service .serv-icon{
    background-color: white;
    color: black;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 50px;
}
.service .serv-title{
    font-weight: bolder;
    font-size: 32px;
    box-shadow: rgba(0, 0, 0, 0.7) 10px 5px 15px;
}
.service .serv-descr{
    font-size: 15px;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 10px;
}

main .client-row{
    width: 100%;
    height: 200px;
    background: rgb(98,98,98);
background: linear-gradient(42deg, rgb(45, 45, 45) 0%, rgb(78, 77, 77) 93%, rgb(130, 130, 130) 100%);
display: flex;
align-items: center;
justify-content: space-around;
font-size: 30px;
color: white;
}
.client-row span{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
}



#contact{
    background-color: rgb(252, 174, 174);
    width: 80vw;
    height: 300px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#contact img{
    height: 100%;
}
#contact span{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100%;
        
}
#contact .c-main{
    font-size: 40px;
    font-weight: bolder;
}
#contact p{
    font-size: 20px;
}






.container{
  width: 75%;
  background: #fff;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 50px;
}
.container .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .left-side{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.content .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.content .left-side .details{
  margin: 14px;
  text-align: center;
}
.content .left-side .details i{
  font-size: 30px;
  color: #ff5659;
  margin-bottom: 10px;
}
.content .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}
.content .left-side .details .text-one,
.content .left-side .details .text-two{
  font-size: 14px;
  color: #afafb6;
}
.container .content .right-side{
  width: 75%;
  margin-left: 75px;
}
.content .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: #ff5659;
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
  font-family: 'Poppins', sans-serif;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #ff5659;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input[type="button"]:hover{
  background: #5029bc;
} 
@media (max-width: 768px) {
  /* Ensure no extra space on mobile for all sections */
  .welc-box, .why-row, .services-row, .client-row, .container, footer {
    padding: 0;
    margin: 0;
    width: 100%; /* Ensure elements take full width */
    box-sizing: border-box; /* Include padding in width */
  }
}
  /* Remove any unintended right margin or padding */
  .why-row, .services-row, .client-row, footer {
    margin-right: 0;
  }
  
@media (max-width: 768px) {
    .icon-box {
        height: auto; /* Adjust height to content on mobile */
        padding: 0; /* Remove extra padding on mobile */
    }
  .container{
    width: 90%;
    padding: 30px 45px 40px 40px ;
  }
  .container .content .right-side{
   width: 75%;
   margin-left: 55px;
}
}
@media (max-width: 820px) {
  .container{
    margin: 50px 0;
    height: 100%;
  }
  .container .content{
    flex-direction: column-reverse;
  }
 .container .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .container .content .left-side::before{
   display: none;
 }
 .container .content .right-side{
   width: 100%;
   margin-left: 0;
 }
}


.footer {
    position: relative;
    width: 100%;
    background: #6A0002;
    min-height: 100px;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  
  .social-icon,
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }
  
  .social-icon__item,
  .menu__item {
    list-style: none;
  }
  
  .social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }
  .social-icon__link:hover {
    transform: translateY(-10px);
  }
  
  .menu__link {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
  }
  
  .menu__link:hover {
    opacity: 1;
  }
  
  .footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
  }

  
   .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("https://t4.ftcdn.net/jpg/03/03/56/27/360_F_303562737_KdisIfGzaIgQ2dILxOfbqqWNpR5u5u6F.jpg");
    background-size: 1000px 100px;
  }
  
  .wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
  }
  
  .wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite;
  }
  
  .wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
  }
  
  .wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
  }
  
  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }
    100% {
      background-position-x: 0px;
    }
  }
  
  @keyframes animate {
    0% {
      background-position-x: -1000px;
    }
    100% {
      background-position-x: 0px;
    }
  }
  







  @media screen and (max-width: 950px){
    #contact .c-main{
        font-size: 20px;
    }
    #contact p{
        font-size: 15px;
    }
  }


  


@media screen and (max-width: 1100px) {
  .services{
    display: flex;
    flex-direction: column;
  }
}


@media screen and (max-width: 700px) {
  .client-row{
    display: flex;
    flex-direction: column;
    height: 100% !important;
    padding-top: 20px;
  }
  .service{
    width: 450px !important;
  }
  #contact{
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 20px;
    padding: 20px 0;
  }
  #contact img{
    height: 200px;
  }
  #contact span{
    gap: 10px;
  }
}

@media screen and (max-width: 570px) {
  .service{
    width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .service{
    width: 350px !important;
  }
}
@media screen and (max-width: 900px){
  .container{
    width: 70%;
  }
}
@media screen and (max-width: 1000px){
  .footer{
    width: fit-content;
  }
}