html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Reailge';
  src: url('../fonts/reailge/reailge.otf') format('opentype');
}

body {
  font-family: 'Reailge', sans-serif;
  overflow-x: hidden;
  color: #ae7339;
}

.section {
  padding: 60px;
}

/* home page */
section.navbarr-slider {
  position: relative;
}

section.navbarr-slider .navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
}

section.navbarr-slider .navbar-nav {
  display: flex;
  align-items: center;
}

section.navbarr-slider .navbar .nav-link {
  color: #ae7339 !important;
  position: relative;
  transition: color 0.3s;
}

section.navbarr-slider .navbar .nav-link:hover {
  color: #ffebd9 !important;
}

.nav-link.active {
  color: #ffebd9 !important;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50px;
}

section.navbarr-slider div#navbarSupportedContent {
  justify-content: center;
}

section.navbarr-slider .navbar-nav .nav-item {
  padding: 0 10px;
}

section.navbarr-slider .navbar-brand img {
  height: 40px;
}

section.navbarr-slider .d-flex.flex-row.gap-4 {
  gap: 30px;
}

section.navbarr-slider .slide-number {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: white;
  font-weight: bold;
  background: none;
  padding: 15px 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 40px;
  text-align: center;
  z-index: 1000;
}

section.navbarr-slider .arrow {
  font-size: 18px;
}

section.navbarr-slider .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter: brightness(.4);
}

section.navbarr-slider .carousel-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter: brightness(.4);
}

section.navbarr-slider .work-tg-info span {
  font-style: italic;
}

section.navbarr-slider .work-tg-info h2 {
  font-size: 35px;
  line-height: 4rem;
  margin-bottom: 20px;
  color: #ae7339;
}

section.navbarr-slider .work-tg-info {
  width: 70%;
  margin: 0 auto;
}

section.navbarr-slider .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 38%;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

section.navbarr-slider .carousel-control-prev .custom-arrow,
section.navbarr-slider .carousel-control-next .custom-arrow {
width: 40px;
height: auto;
filter: invert(1);
}

section.navbarr-slider .carousel-control-prev,
section.navbarr-slider .carousel-control-next {
align-items: center;
justify-content: center;
opacity: 1 !important;
}

.icon-close path {
  fill: white !important;
}

/* Completely remove Bootstrap's default toggle icon or pseudo icons */
.navbar-toggler::before,
.navbar-toggler::after,
.navbar-toggler .navbar-toggler-icon {
  display: none !important;
  content: none !important;
}

/* Initially show hamburger lines, hide big X */
.toggler-line {
  display: block;
}

.icon-close {
  display: none;
}

/* When menu is open, show X, hide hamburger */
.navbar-toggler.is-open .toggler-line {
  display: none;
}

.navbar-toggler.is-open .icon-close {
  display: block;
}



/* Default: hamburger (menu closed) */
.custom-toggler .line1 {
  transform: rotate(0) translateY(0);
}

.custom-toggler .line2 {
  opacity: 1;
}

.custom-toggler .line3 {
  transform: rotate(0) translateY(0);
}

/* Menu open: show X */
.custom-toggler.is-open .line1 {
  transform: rotate(45deg) translateY(8px);
}

.custom-toggler.is-open .line2 {
  opacity: 0;
}

.custom-toggler.is-open .line3 {
  transform: rotate(-45deg) translateY(-8px);
}

.icon-close {
  display: none;
}

.custom-toggler.is-open .icon-close {
  display: inline;
}

.custom-toggler.is-open .icon-hamburger {
  display: none;
}

.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  display: none !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
  /* light glow effect */
}



/* Base styles */
.custom-toggler {
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 30px;
  height: 30px;
  padding: 0;
  position: relative;
  z-index: 999;
}

.toggler-line {
  width: 100%;
  height: 3px;
  background-color: white;
  transition: all 0.4s ease;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
}

/* end banner */

/* about */
section.about {
  padding: 60px 40px;
  text-align: center;
}

section.about h1.mb-5 {
  font-size: 2.2rem;
  letter-spacing: 2px;
  margin-bottom: 5rem !important;
}

section.about h2 {
  font-size: 1.3rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

section.about p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 2.2rem;
  width: 70%;
  margin: 0 auto;
}

/* end */

/* work section */
section.work {
  position: relative;
}

section.work .work-tg-info {
  position: absolute;
  right: 50px;
  bottom: 80px;
  width: 26%;
  text-align: center;
}

section.work .work-tg-info h2 {
  font-size: 26px;
  line-height: 2.6rem;
  margin-bottom: 20px;
}

section.work .work-tg-info a {
  border: 2px solid #ae7339;
  border-radius: 0;
  font-family: "Lora", serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff;
  background: #ae7339;
  padding: 10px;
  transition: 0.4s ease;
}

section.work .work-tg-info a:hover {
  background-color: #ae7339;
  color: #1d1d1d;
  color: #fff;
  /* transform: scale(1.015); */
}

section.work .work-tg-info span {
  font-style: italic;
}

section.work {
  display: block;
}

section#work-mb {
  display: none;
}

section#work-mb .container-fluid {
  padding: 0;
}
/* end */

/* photgrapher */
section.section.photographer .pht-info h2 {
  font-family: "Linden Hill", serif;
  font-size: 22px;
  letter-spacing: 2px;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

section.section.photographer .pht-info {
  padding: 3rem;
  color: #1e1e1e;
}

section.section.photographer .pht-info p {
  font-size: 16px;
  font-family: 'Livvic', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}

section.section.photographer .pht-info span {

    font-size: 2rem;
    letter-spacing: 2px;
}

section.section.photographer .pht-info a {
  border: 2px solid #ae7339;
  border-radius: 0;
  font-family: "Lora", serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff;
  background: #ae7339;
  padding: 10px;
  transition: .4s ease;
}

section.section.photographer .pht-info a:hover {
  background-color: #ae7339;
  color: #1d1d1d;
  color: #fff;
}

/* end */

/* banner onw */
section.section.bannerOne .col-md-12.text-right h2 {
  text-align: right;
  color: #ae7339;
  /* background: #fafafa; */
  width: 60%;
  margin-left: auto;
  font-size: 35px;
  padding: 20px;
  margin-bottom: 2rem;
}

section.section.bannerOne {
  padding-left: 0;
}

section.section.bannerOne .bannerOne-info h3 {
  font-family: "Linden Hill", serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
}

section.section.bannerOne .bannerOne-info {
  position: relative;
  background: #fafafa;
  height: 100%;
  padding: 4rem;
}

section.section.bannerOne .bannerOne-info p {
  font-family: "Linden Hill", serif;
  color: #ae7339;
  font-size: 17px;
  line-height: 1.8rem;
}

section.section.bannerOne .col-md-7 {
  padding: 0;
}

section.section.bannerOne .col-md-5 {
  padding: 0;
}

section.section.bannerOne .carousel-control-prev {
  left: 40rem;
  opacity: 1;
}

section.section.bannerOne .carousel-control-next {
  right: 40px;
  opacity: 1;
}

section.section.bannerOne .carousel-control-next,
section.section.bannerOne .carousel-control-prev {
  top: 80%;
  width: 5%;
  height: 50px;
}

section.section.bannerOne span.arrow {
  font-size: 29px;
}

.button {
  position: absolute;
  right: 30px;
  bottom: 0px;
}

.button a {
  border: 2px solid #ae7339;
  border-radius: 0;
  font-family: "Lora", serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff;
  background: #ae7339;
  padding: 10px;
  transition: .4s ease;
}

.button a:hover {
  background-color: #ae7339;
  color: #1d1d1d;
  color: #fff;
}

section.section.bannerOne {
  display: block;
}

section#bannerOne-mb {
  display: none;
}


/* collage */
section.section.collage {
  position: relative;
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding: 0;
  margin-bottom: 80px;
}

section.section.collage {
  display: block;
}

section.mb-collage {
  display: none;
}

/* end */

/* banner two */
section.section.bannerTwo {
  background: #fafafa;
  padding: 60px 0;
}

section.section.bannerTwo h2 {
  font-family: "Linden Hill", serif;
  color: #000000;
  letter-spacing: 1px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 14px;
}

section.section.bannerTwo .col-md-12.text-right span {
  font-family: "Linden Hill", serif;
  color: #ae7339;
  letter-spacing: 2px;
  font-size: 18px;
}

section.section.bannerTwo .col-md-12.text-right {
  text-align: center;
  background: #fafafa;
  padding: 20px;
  /* margin-bottom: 1rem; */
}

section.section.bannerTwo .col-md-12.text-right h2 {
  font-size: 60px;
  /* font-weight: 600; */
  letter-spacing: 5px;
  margin-bottom: 0;
  color: #ae7339;
}

section.section.bannerTwo .bannerTwo-info {
  padding: 6rem 2rem;
}

section.section.bannerTwo .bannerTwo-info h3 {
  font-size: 18px;
    letter-spacing: 1px;
    line-height: 2.2rem;
    /* width: 50%;
    margin: 0 auto; */
}

section.section.bannerTwo .col-md-4 {
  position: relative;
}

section.section.bannerTwo .bannerTname {
  position: absolute;
  bottom: 50px;
}

section.section.bannerTwo .bannerTname h5 {
  font-family: "Linden Hill", serif;
  font-size: 28px;
  color: #676767;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}

section.section.bannerTwo .bannerTname a {
  border: 2px solid #ae7339;
  border-radius: 0;
  font-family: "Lora", serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ae7339;
  padding: 10px;
  transition: .4s ease;
}

section.section.bannerTwo .bannerTname a:hover {
  background-color: #ae7339;
  color: #1d1d1d;
  color: #fff;

}


section.section.bannerTwo .bannerTwo-info h4 {
    margin-bottom: 2rem;
    font-size: 2rem;
    letter-spacing: 2px;

}

section.section.bannerTwo .video-container {
  position: relative;
  width: 100%;
  max-width: 950px;
  /* Adjust based on your layout */
  aspect-ratio: 16 / 9;
  /* Ensures the image and video maintain the same aspect ratio */
  overflow: hidden;
  cursor: pointer;
}

section.section.bannerTwo .video-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

section.section.films.bannerTwo .video-container img {
  filter: brightness(.5);
}

section.section.bannerTwo .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: rgba(0, 0, 0, 0.6); */
  color: white;
  font-size: 40px;
  /* padding: 15px 25px; */
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

section.section.bannerTwo .play-button svg {
  width: 70px;
  height: 70px;
}

/* section.section.bannerTwo .play-button:hover {
  background: rgba(0, 0, 0, 0.8);
} */

section.section.bannerTwo .video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* end */

/* services */
section.section.service .col-md-12.text-right {
  text-align: center;
  margin-bottom: 1.5rem;
}

section.section.service .col-md-12.text-right {
  text-align: center;
  margin-bottom: 1.5rem;
}

section.section.service .text-right span {
  font-family: "Linden Hill", serif;
  color: #ae7339;
  letter-spacing: 2px;
  font-size: 16px;
}

section.section.service h2 {
  font-size: 30px;
  /* font-weight: 600; */
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #ae7339;
}

section.section.service .service-info {
  position: relative;
  overflow: hidden;
}

section.section.service .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  transition: opacity 0.3s ease;
  width: 100%;
  height: 101%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.section.service .service-info img:hover+.overlay,
section.section.service .overlay:hover {
  opacity: 1;
}

section.section.service h3 {
  border: 2px solid #ae7339;
  border-radius: 0;
  font-family: "Lora", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ae7339;
  padding: 10px;
  text-align: center;
  width: 100%;
  margin: 2rem auto;
  text-transform: uppercase;
  transition: .4s ease;
}

section.section.service h3:hover {
  background-color: #ae7339;
  color: #1d1d1d;
  color: #fff;
}


section.section.service a {
  text-decoration: none;
}

/* section.section.services h2 {
  text-align: center;
  font-size: 60px;
  letter-spacing: 5px;
  margin-bottom: 0;
  color: #ae7339;
}

.services-box {
  font-family: "Lora", serif;
  color: #464646;
  text-align: center;
}

.services-box img {
  height: 250px;
  width: 100%;
}

.services-box h3 {
  font-weight: 100;
  font-size: 17px;
  margin-top: 1rem;
  margin-bottom: 5px;
}

.services-box p {
  font-size: 12px;
} */
/* end */

/* testimonials */
section.section.testimonials h2 {
  text-align: center;
  margin-bottom: 2rem;
}

section.section.testimonials swiper-container {
  width: 100%;
  height: 100%;
}

section.section.testimonials swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

section.section.testimonials swiper-slide img {
  width: 90%;
  object-fit: cover;
}

section.section.testimonials .testi-inner {
  text-align: center;
  cursor: pointer;
}

section.section.testimonials .testi-inner h3 {
  margin-top: 2rem;
  font-size: 23px;
}

section.section.testimonials .testi-inner p {
  font-family: "Linden Hill", serif;
  color: #ae7339;
  font-size: 17px;
  line-height: 1.8rem;
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

/* git */
section.section.getInTouch .gitInfo h2 {
  font-size: 30px;
  color: #ae7339;
  letter-spacing: 4px;
  margin-bottom: 1rem;
}

section.section.getInTouch .gitInfo {
  text-align: center;
  padding: 2rem;
}

section.section.getInTouch .gitInfo p {
  font-family: "Lora", serif;
  color: #ae7339;
  font-size: 16px;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 1px;
  padding: 0 2rem;
  
}

.gitInfo a:hover {
  background-color: #ae7339;
    color: #1d1d1d;
    color: #fff;
}

.gitInfo a {
  border: 2px solid #ae7339;
  border-radius: 0;
  font-family: "Lora", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
  background: #ae7339;
  padding: 10px;
  text-align: center;
  width: 40%;
  margin: 2rem auto;
  text-transform: uppercase;
  transition: .4s ease;
}

body.modal-open {
  padding-right: 0 !important;
  overflow: hidden;
}

section.section.getInTouch button.btn.btn-primary {
  border: 2px solid #ae7339;
  border-radius: 50px;
  font-family: "Lora", serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ae7339;
  padding: 10px;
  text-align: center;
  width: 30%;
  margin: 1rem auto;
  text-transform: uppercase;
  background: none;
}

section.section.getInTouch input.form-control {
  border: 2px solid #b4b3b3;
  border-radius: 50px;
  padding: 10px;
}

section.section.getInTouch .modal-header {
  border-bottom: 0;
}

section.section.getInTouch .modal-body {
  width: 90%;
  margin: 0 auto;
}

/* end */

/* footer */
footer {
  padding: 60px 40px 10px;
  background: #f1f1f1;
}

.ftr-hd {
  text-align: center;
  margin-bottom: 1.5rem;
}

.ftr-hd h2 {
  font-size: 22px;
}

footer .grid-container .img-fluid {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

footer .grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 20px;
  width: 70%;
  margin: 0 auto;
  ;
}

.ftr-hd a {
  color: #ae7339;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.ftr-info {
  color: #ae7339;
}

.ftr-info p {
  font-size: 14px;
  color: #ae7339;
  text-align: center;
  /* width: 25%; */
  margin: 2rem auto 0;
}

.ftr-info ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: center;
  margin: 1rem 0 2rem;
}

.ftr-info ul li {
  margin: 0 1rem;
}

.ftr-info a {
  text-decoration: none;
  color: #ae7339;
  font-family: "Linden Hill", serif;
  letter-spacing: 1px;
  font-size: 14px;
}

h4.copyright {
  text-align: center;
  font-size: 15px;
}

.social-info {
  text-align: center;
  margin-top: 1rem;
}

.social-info a {
  font-size: 18px;
  padding: 0 10px;
}

footer .grid-item {
  position: relative;
  overflow: hidden;
}

footer .spc-img {
  position: relative;
  width: 100%;
}

footer .spc-img img {
  display: block;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

footer .spc-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

footer .spc-img .instagram-icon {
  width: 50px;
  height: 50px;
  fill: #fff;
  transform: scale(0.8);
  transition: transform 0.3s ease-in-out;
}

footer .spc-img:hover .overlay {
  opacity: 1;
}

footer .spc-img:hover .instagram-icon {
  transform: scale(1);
}

footer .spc-img .instagram-icon {
  color: #ffffff;
  /* default color */
  transition: color 0.3s ease-in-out;
}

footer .spc-img:hover .instagram-icon {
  color: #f1f1f1;
}

/* end */

/* contact us page */
section#contactBanner .nav-link.active::after {
  background-color: #000000;
}

section#contactBanner .navbar {
  padding: 0;
}

section#contactBanner .nav-link {
  color: #ae7339 !important;
}

section#contactBanner .navbar {
  position: relative;
}

section.section.contact-form {
  padding-top: 40px;
}

section#contactBanner .toggler-line {
  width: 100%;
  height: 2px;
}

section#contactBanner .toggler-line {
  background-color: #ae7339;
  box-shadow: none;
}

section#contactBanner .icon-close path {
  fill: #000000 !important;
}

.cta-pg-img {
  text-align: center;
}

.cta-pg-img img {
  width: 60%;
  
}

.cta-pg-img p {
  font-size: 16px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  line-height: 2.2rem;
  font-weight: 700;
}

.submit {
  text-align: right;
}

.submit button {
  border: 2px solid #ae7339;
  border-radius: 0;
  font-family: "Lora", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ae7339;
  padding: 10px;
  text-align: center;
  width: 30%;
  margin: 2rem auto;
  text-transform: uppercase;
  background: none;
}

.submit button:hover {
  background: #afafaf;
  border: 2px solid #ae7339;
}

.cta-pg-form label {
  color: #595c5f;
}

.custom-date {
  color: #000 !important; /* Ensure text is visible */
  background-color: #fff !important; /* Prevent transparent/white-on-white */
  -webkit-text-fill-color: #000 !important; /* For Safari on iOS */
}

.alert-success {
  background-color: #d4edda;
  border-left: 5px solid #28a745;
  color: #155724;
  padding: 15px 20px;
  margin-top: 20px;
  border-radius: 6px;
  font-family: sans-serif;
}

.alert-success h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: bold;
}


/* end */

/* footer */


/* Hover Effect */


/* wedding page */
section.section.engagement {
  width: 100%;
  margin: 0 auto;
  padding: 60px 100px;
}

section.section.engagement span {
  font-family: "Linden Hill", serif;
  color: #ae7339;
  letter-spacing: 2px;
  font-size: 14px;
}

section.section.engagement h2 {
  font-size: 50px;
  margin-bottom: 2rem;
  letter-spacing: 5px;
  color: #ae7339;
}

section.section.engagement .eng-content h3 {
  font-family: "Linden Hill", serif;
  margin-top: 30px;
  font-size: 22px;
}

section.section.engagement .eng-container img {
  transition: .4s ease;
}

section.section.engagement .eng-container img:hover {
  transition: all .4s ease;
  transform: scale(1.015);
}

/* end */

/* films */
section.section.films.bannerTwo {
  padding: 60px 0;
  width: 70%;
  margin: 0 auto;
}

section.section.films.bannerTwo div#video-container {
  max-width: 1300px;
}

section.section.films .sqs-block-content.mt-4 {
  font-family: "Linden Hill", serif;
}

section.section.films.bannerTwo {
  background: none;
}

section.section.films.bannerTwo .video-container {
  max-width: unset;
  transition: .4s ease;
}

section.section.films.bannerTwo .video-container:hover {

  transition: all .4s ease;
  transform: scale(1.015);
}

section.section.films.bannerTwo .video-container {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}

section.section.bannerTwo h2 {
  font-family: "Linden Hill", serif;
  color: #000000;
  letter-spacing: 2px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 14px;
}

/* Play Button Styles */
section.section.films.bannerTwo .play-button-1,
section.section.films.bannerTwo .play-button-2,
section.section.films.bannerTwo .play-button-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 40px;
  border-radius: 50%;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  transition: background 0.3s ease;
}
.call{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
    background: #ae7339;
    text-align: center;
    padding: 8px;
    border-right: 2px solid #ddd;
    z-index: 9999;
}
.call a{
  color: #000;
}
.call a i{
  margin-right: 10px;
}
.whatsapp{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50%;
    background: #ae7339;
    text-align: center;
    padding: 8px;
    z-index: 9999;
}
.whatsapp a {
  color: #000;
}
.whatsapp a i{
  margin-right: 10px;
}