.ban-sec {
  background: #ffffff;
  color: #000000;
}
.banner-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* color: #fff; */
  text-align: center;
  /* padding: 100px 20px; */
  position: relative;
}
.align-items-center {
  padding-left: 8px;
  padding-right: 8px;
}
.col-md-6.content-column {
  animation: drop-in 3s ease 200ms backwards;
}
@keyframes drop-in {
  from {
   opacity: 0;
   transform: translateY(-100px);
  }
  to {
   opacity: 1;
   transform: translate(0px);
  }
 }
 

.btn-primary {
color: #fff;
background-color: #967b97;
border-color: #967b97;
}
.banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;/* Dark overlay for better text contrast */
  z-index: 1;
}
.row-1 {
  animation: drop-in 3s ease 200ms backwards;
}
.banner-content {
  position: absolute;
  z-index: 2; /* Ensures text appears above the overlay */
}

.banner-content h1 {
  font-weight: bold;
  font-family: cursive;
  margin-bottom: 16px;
}
.lrn-but {
  padding: 10px!important;
  font-size: 12px!important;
  margin-top: 0px!important;
}
.banner-content p {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.row-1 {
padding-top: 50px;
padding-bottom: 50px;
}
.container.rounded.my-4 {
border: 1px double #bababa;
padding: 20px;
}
.row {
  width: 90%;
  justify-self: center;
  max-width: 1200px;
  justify-content: center;
}
.img-col {
display: flex;
}
/* .img-2 {
width: 474px;
height: 500px;
object-fit: cover;
} */
img.img-fluid:hover {
  transform: scale(1.1) rotate(0deg);
  opacity:8;
}
img.img-fluid {
  transition: 2s all ease;
}
.img-fluid-1 {
height: 250px;
object-fit: cover;
position: absolute;
left: 412px;
margin-top: 280px;
}
.thrd-sec {
padding-top: 40px;
padding-bottom: 60px;
}
.my-5 {
margin-top: 0px!important;
margin-bottom: 0px!important;
}
.img-3 {
height: 400px;
width: 474px;
object-fit: cover;
}
.img-v {
height: 250px;
object-fit: cover;
position: absolute;
left: 414px;
margin-top: -30px;
}
section.thrd-sec-sbb {
background: #dddcd2;
padding-top: 60px;
padding-bottom: 50px;
}
section.thrd-sec {
background: #dddcd2;
}
section.thrd-sec-ss {
padding-top: 50px;
padding-bottom: 50px;
}
section.why-us {
padding-top: 60px;
padding-bottom: 60px;
}
.y-us {
column-gap: 40px;
text-align: center;
row-gap: 26px;
}
.y-uscol {
width: 48%;
background: #f6f5ed;
padding-top: 40px;
padding-bottom: 40px;
padding-right: 30px;
padding-left: 30px;
border-radius: 8px;
color: #000000;
filter: drop-shadow(2px 4px 6px #bababa);
}
.y-uscol h3 {
margin-top: 26px;
}
.transparent-button {
background-color: #967b97;
border: 2px solid #967b97;
color: #ffffff;
padding: 10px 20px;
font-size: 18px;
font-weight: bold;
border-radius: 50px;
cursor: pointer;
position: relative;
overflow: hidden;
transition: color 0.3s ease, border-color 0.3s ease;
width:26%;
margin:auto;
}
section.service {
padding-top: 40px;
padding-bottom: 40px;
background: #dddcd2;
}
img.card-img1.mx-auto:hover {
transform: scale(1.1) rotate(-2deg);
}
img.card-img1.mx-auto {
transition: 1s all ease;
}
h1.ser-4 {
margin-bottom: 30px;
font-size: 40px;
}
section.vid-sec {
padding-top: 10px;
padding-bottom: 80px;
}
.card-title {
font-size: 20px;
font-family: 'Blinkit';
font-weight: 550;
font-family: cursive;
}
.y-uscol h3 {
font-family: cursive;
margin-bottom: 16px;
}
.content-column p {
font-size: 18px;
}
.row-1 p {
font-size: 18px;
}
button.transparent-button.mb-4 {
margin-top: 20px;
}
h1.text-center.my-4 {
font-family: cursive;
/* margin-bottom: 0px!important; */
}
.frm-w {
width: 70%;
max-width: 100%;
/*background: #ffc107;*/
padding-top: 50px;
padding-bottom: 50px;
padding-right: 40px;
padding-left: 40px;
/* border-radius: 20px;
border: 2px solid #254e70;*/
}


.video-container {
  position: relative;
  width: 100%;
  max-width: 640px; /* Adjust the width as needed */
  margin: 0 auto;
  cursor: pointer;
}
.video-thumbnail {
  display: block;
  width: 100%;
  height: auto;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 50%;
  padding: 20px;
  font-size: 24px;
}
iframe {
  display: none;
}
.btn-primary:hover {
color: #fff;
background-color: #967b97;
border-color: #967b97;
}
a.btn.btn-primary.btn-lg:active {
background: #967b97;
border: 1px solid #967b97;
box-shadow: none;
}




body {
  margin: 0;
  /* width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; */
  /* background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%); */
}
i.bi.bi-instagram.footer-insta {
  color: #ffffff;
}
i.bi.bi-linkedin.footer-linkedin:before {
  color: #ffffff;
}
/* Header Page Start */
.header {
  /* background-color: rgba(54, 111, 157, 1); */
  color:black;
  padding: 10px 40px;
}
.header-logo img {
  height: 50px;
}
.header .social-icons a {
  font-size: 20px;
  color: #007bff;
  margin-right: 10px;
}
.header .contact-buttons a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  background-color: #967b97;
}
.content-column h2 {
  font-size: 40px;
  font-family: cursive;
  margin-bottom: 18px;
}
.content-column {
  padding-right: 12px;
}
.nav-link {
  color: black;
  font-size: 15px;
}
.header-logo a {
  font-size: 23px;
  color: brown;
  font-weight: 800;
  font-family: cursive;
  text-decoration: none;
}
.btn-warning {
  color: #000;
  background-color: #0b0b16;
  border-color: #0b0b16;
  padding: 10px 20px;
}
.btn-warning:hover {
  color: #000;
  background-color: #0b0b16;
  border-color: #0b0b16;
}
/* .social-icons .bi {
    font-size: 35px;
} */
.header-insta {
  color: black;
  font-size: 28px;
}
/* i.bi.bi-facebook {
    font-size: 30px;
} */
i.bi.bi-linkedin {
  font-size: 26px;
}
.header-linkedin {
  content: "\f472";
  color: black;

}
/* .bi-facebook::before {
    content: "\f344";
    color: #12112e;
} */
.social-icons a {
  text-decoration: none; /* Remove underline */
  margin-right: 15px; /* Add spacing between icons */
}

.social-icons i:hover {
  color: #0056b3; /* Change color on hover */
}
.mb-2 {
  margin-bottom: 0px !important;
}
/* .social-icons {
    width: 90px;
} */
/* .social-icons {
    position: absolute;
    top: 85px;
} */
.thre-col {
  display: block !important;
}
/* .social-icons {
  width: 90px;
  justify-self: center;
} */

/* Header End

 Home Page Start */
.button-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 600px; /* You can adjust this to set the max width of the container */
  margin: 0 auto;
  gap: 10px; /* Optional, space between the buttons */
}

.transparent-button {
  background-color: #967b97;
  border: 2px solid #967b97;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease, border-color 0.3s ease;
  width:45%;
  margin:auto;
}
i.bi.bi-instagram {
  color: #ff0000;
  font-size: 28px;
}
.transparent-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: left 0.3s ease;
  z-index: 0;
}

.transparent-button:hover::before {
  left: 0;
}

.transparent-button:hover {
  border-color: #967b97;
  background-color: #967b97;
  color:white
}

.transparent-button span {
  position: relative;
  z-index: 1;
}

/* cards */
.card-img-top {
    width: 100%;
    height: auto;
    display: block;
}

.card-img{
    height: 300px;
    width: 100%;
    border-radius: 20px;
    margin-top:10px;
    margin-bottom:10px;
}

/* Set a minimum height for the cards to make sure they are the same size */


.card-body {
    flex-grow: 1;
}
.card-title{
  font-size:20px;
  font-family: 'Blinkit';
  font-weight: 550;
}
.card-body{
  font-size:14px;
}
/* video */
.responsive-video {
    width: 100%; /* Makes the video take up the full width of the container */
    max-width: 1080px; /* Limits the video width for larger screens */
    height: auto; /* Maintains the video's aspect ratio */
    display: block; /* Ensures no extra space around the video */
    margin: 0 auto; /* Centers the video horizontally */
  }
  .video-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Centers vertically */        /* Full viewport height */
    margin-top: 40px;
  }
  
  .video-container iframe {
    max-width: 100%;        /* Ensures responsiveness */
    max-height: 100%;       /* Ensures responsiveness */
  }
/* promotion */
.special-offer {
  /*background-color: #c9850a;*/
  background-color: #ffc107;
  padding: 20px;
  text-align: center;
  border: 2px solid #c9850a;
  border-radius: 10px;
}
  
  .offer-content h2 {
    color: #ffffff; /* Dark color for contrast */
    font-size: 38px;
    font-weight: bold;
  }
  
  .offer-content p {
    color: white;
    font-size: 20px;
    margin: 15px 0;
}

  .class-white{
    color:white
  }
  
  .phone-number {
    color: white; /* Highlight the phone number */
    text-decoration: none;
    font-weight: bold;
  }
  
  .phone-number:hover {
    text-decoration: underline;
  }

  /* service section */
  .card-img1{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin-top:10px;
    margin-bottom:10px;
}

  /* logo slider */
  .container {
    overflow: hidden;
    .slider {
      animation: slidein 30s linear infinite;
      white-space: nowrap;
      
      .logos {
        /* width: 100%; */
        padding-left:20px;
        padding-right: 20px;
        display: inline-block;
        margin: 0px 0;
        .fab {
          width: calc(100% / 5);
          animation: fade-in 0.5s 
            cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
        }
      }
    }
  }
  
  @keyframes slidein {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
  }
  
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

/* form */
.form {
  background-color:#f5f5f5; border-radius: 20px
}

.input-field{
  margin-bottom:10px; padding:12px; border-radius:4px
}

/* testi */
.carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}



  
/* Home Page End */

/* Footer Start */
/* .darksoul-footer {
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-bottom: 0px;
  width: 100%;
  height: 350px;
  background: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;background:rgba(221, 221, 221, 0);display:block;z-index:1;position:relative' width='3000' height='588' preserveAspectRatio='xMidYMid' viewBox='0 0 3000 588'><g transform='translate(1500,294) scale(-1,-1) translate(-1500,-294)'><linearGradient id='lg-0.9997820734103322' x1='0' x2='1' y1='0' y2='0'><stop stop-color='%23ffffff' offset='0'></stop><stop stop-color='%23ffffff' offset='1'></stop></linearGradient><path d='' fill='url(%23lg-0.9997820734103322)' opacity='0.37'><animate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='0s' values='M0 0L 0 558.9888918874962Q 300 557.9557135224538  600 520.7201791558826T 1200 493.0888623871913T 1800 448.04775521801616T 2400 442.32786157869174T 3000 400.5000938220193L 3000 0 Z;M0 0L 0 531.8219503412562Q 300 581.2367793971861  600 536.6456794845121T 1200 526.1199153747991T 1800 453.6567543549444T 2400 426.5449945053999T 3000 429.5661867072931L 3000 0 Z;M0 0L 0 572.7600127243211Q 300 599.6891402698932  600 560.6693012791557T 1200 514.6895687962055T 1800 485.3535117451038T 2400 447.8902433799051T 3000 454.9458231426154L 3000 0 Z;M0 0L 0 558.9888918874962Q 300 557.9557135224538  600 520.7201791558826T 1200 493.0888623871913T 1800 448.04775521801616T 2400 442.32786157869174T 3000 400.5000938220193L 3000 0 Z'></animate></path></g></svg>")
    no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
} */
.darksoul-footer-heading {
  font-family: "Rammetto One", cursive;
  /* margin: auto; */
  font-size: 49px;
}
.log-col {
  text-align: right;
}
.social-icons {
  float: right;
  /* color: #ffffff; */
}
.darksoul-footer-bottom {
  /* margin: auto;
  width: 100%;
  height: 20%;
  display: flex; */
  font-family: "Josefin Sans", sans-serif;
}
.darksoul-footer-bottom-sec {
  margin: auto;
}
.darksoul-footer-bottom-sec a {
  text-decoration: none;

  color: #0a0a0a;
}
.darksoul-footer-bottom-sec a:hover {
  font-weight: 700;
}
.darksoul-footer-section {
  margin: auto;
}
.footer-insta {
  color: white;
  font-size: 28px;
}
.footer-linkedin {
  content: "\f472";
  color: white;

}
.d-footer-ul {
  list-style: none;
  font-family: "Josefin Sans", sans-serif;
}
.d-footer-li {
  margin-bottom: 5px;
}
.d-footer-li:hover {
  cursor: pointer;
  transform: translateX(10px);
  transition: all 0.4s;
  font-weight: 700;
}
.d-footer-li-h {
  margin-bottom: 10px;
}
.logo {
  max-width: 120px;
  max-height: 120px;
  display: flex;
  margin: auto;
  margin-top: 10px;
}
.logo-head {
  font-family: "Josefin Sans", sans-serif;
  margin: auto;
  display: flex;
}
.logo a {
  margin: auto;
  max-width: 100%;
}

.estimate-img{
  height: 93%;
  width: 100%;
}
i.bi.bi-instagram {
  color: #ff0000;
  font-size: 28px;
}


@media only screen and (max-width: 900px) {
  .darksoul-footer {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-bottom: 0px;
    width: 100%;
    height: fit-content;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;background:rgba(221, 221, 221, 0);display:block;z-index:1;position:relative' width='3000' height='588' preserveAspectRatio='xMidYMid' viewBox='0 0 3000 588'><g transform='translate(1500,294) scale(-1,-1) translate(-1500,-294)'><linearGradient id='lg-0.9997820734103322' x1='0' x2='1' y1='0' y2='0'><stop stop-color='%23ffffff' offset='0'></stop><stop stop-color='%23ffffff' offset='1'></stop></linearGradient><path d='' fill='url(%23lg-0.9997820734103322)' opacity='0.37'><animate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='0s' values='M0 0L 0 558.9888918874962Q 300 557.9557135224538  600 520.7201791558826T 1200 493.0888623871913T 1800 448.04775521801616T 2400 442.32786157869174T 3000 400.5000938220193L 3000 0 Z;M0 0L 0 531.8219503412562Q 300 581.2367793971861  600 536.6456794845121T 1200 526.1199153747991T 1800 453.6567543549444T 2400 426.5449945053999T 3000 429.5661867072931L 3000 0 Z;M0 0L 0 572.7600127243211Q 300 599.6891402698932  600 560.6693012791557T 1200 514.6895687962055T 1800 485.3535117451038T 2400 447.8902433799051T 3000 454.9458231426154L 3000 0 Z;M0 0L 0 558.9888918874962Q 300 557.9557135224538  600 520.7201791558826T 1200 493.0888623871913T 1800 448.04775521801616T 2400 442.32786157869174T 3000 400.5000938220193L 3000 0 Z'></animate></path></g></svg>")
      no-repeat center center;
  }
  .darksoul-footer-content {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
  }
  .darksoul-footer-bottom {
    margin: auto;
    margin-bottom: 0px;
    height: 20%;
    display: flex;
    flex-direction: column;
    font-family: "Josefin Sans", sans-serif;
  }
  .logo-head b {
    font-family: "Josefin Sans", sans-serif;
    margin: auto;
    text-align: center;
  }
  .d-footer-ul {
    list-style: none;
    font-family: "Josefin Sans", sans-serif;
  }
  .d-footer-li {
    margin-bottom: 5px;
    margin-left: -40px;
    text-align: center;
  }
  .d-footer-li-h {
    margin-bottom: 10px;
    margin-left: -40px;
    text-align: center;
  }
  .darksoul-footer-heading {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  h1.darksoul-footer-heading {
    text-align: left;
}
.social-icons {
  float: left;
}
}
@media screen and (max-width: 430px) {
.logos {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    margin: 0px 0;
}

}
/* Footer End */
