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

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

body {
  width: 100%;
  height: 100%;
  line-height: 1.2;
  overflow-x: hidden;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: var(--white);
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 20px;
}

@font-face {
  font-family: "myfuturfont";
  src: url(../Web-Fonts/Jost-Bold.ttf);
}

@font-face {
  font-family: "jost-regular";
  src: url("../Web-Fonts/Jost-Regular.ttf");
}
@font-face {
  font-family: "futura-book";
  src: url("../Web-Fonts/Jost-Medium.ttf");
}

:root {
  --primary-color: #4d56fc;
  --secondary-color: #f7c02e;
  --dark-color: #0f0f0e;
  --liberty-blue: #101735;
  --white: #fff;
  --border-color: #b3b3b3;
  --light-bg: #d9ddff;
  --swiper-navigation-size: 28px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "myfuturfont";
  font-weight: 800 !important;
}

p {
  font-family: "futura-book";
  color: var(--dark-color);
  font-weight: 500;
}
button {
  font-family: "futura-book";
}
a {
  font-family: "jost-regular";
  text-decoration: none;
  color: var(--dark-color);
}

ul li {
  list-style: none;
}

video {
  width: 100%;
  height: auto;
  border: none;
}

img {
  width: 100%;
  height: auto;
  display: inline;
  border: none;
}

address {
  display: block;
  font-style: normal;
  unicode-bidi: isolate;
  font-family: "futura-book";
  font-weight: 400 !important;
}
.p-top-10 {
  padding-top: 1rem;
}

.p-bottom-10 {
  padding-bottom: 1rem;
}

.p-top-20 {
  padding-top: 2rem;
}

.p-bottom-20 {
  padding-bottom: 2rem;
}

.p-top-30 {
  padding-top: 3rem;
}

.p-bottom-30 {
  padding-bottom: 3rem;
}

.p-top-50 {
  padding-top: 5rem;
}

.p-bottom-50 {
  padding-bottom: 5rem;
}

.m-top {
  margin-top: 3rem;
}

.m-top-10 {
  margin-top: 1rem;
}

.m-bottom {
  margin-bottom: 4rem;
}

.m-bottom-20 {
  margin-bottom: 20rem;
}

.m-bottom-50 {
  margin-bottom: 50rem;
}

.text-center {
  text-align: center;
}

.d-flex {
  display: flex;
  align-items: center;
}

.border-bottom {
  border-bottom: 1px solid var(--border-color);
}

.doodly-btn {
  border: 1px solid var(--dark-color);
  padding: 1rem 1.8rem;
  border-radius: 50px;
  background: var(--primary-color);
  color: var(--white);
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  box-shadow: rgb(0, 0, 0) -1px 1px 0px 1px;
  transition: 0.3s !important;
  transition: all 0.3s ease;
  z-index: 1;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  letter-spacing: 1.6px !important;
}
.doodly-btn3::after,
.doodly-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: var(--secondary-color);
  transition: 0.3s;
  border-radius: 999px;
}

.intro-btn .quote-btn:hover {
  color: #fff !important;
}
.doodly-btn2:hover::after,
.doodly-btn4:hover::after,
.doodly-btn3:hover::after,
.doodly-btn:hover:after {
  left: 0;
  width: 100%;
}

.doodly-btn2 {
  border: 1px solid var(--dark-color);
  padding: 1rem 1.8rem;
  border-radius: 50px;
  background: var(--secondary-color);
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  box-shadow: rgb(0, 0, 0) -1px 1px 0px 1px;
  cursor: pointer;
  transition: 0.3s !important;
  transition: all 0.3s ease;
  z-index: 1;
  position: relative;
  display: inline-block;
  overflow: hidden;
  letter-spacing: 1.6px !important;
}
.doodly-btn2:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: var(--white);
  transition: 0.3s;
  border-radius: 999px;
}
.doodly-btn2:hover {
  border: 1px solid var(--dark-color);
  box-shadow: var(--dark-color) -1px 1px 0px 1px;
}

.doodly-btn3 {
  width: 100%;
  border: 1px solid var(--primary-color);
  padding: 1rem 1.8rem;
  border-radius: 50px;
  background: var(--primary-color);
  color: var(--white);
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s !important;
  transition: all 0.3s ease;
  z-index: 1;
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-shadow: rgb(0, 0, 0) -1px 1px 0px 1px;
  letter-spacing: 1.6px !important;
}

.doodly-btn3:hover {
  border: none;
}

.doodly-btn4 {
  width: 100%;
  border: 1px solid var(--primary-color);
  padding: 1rem 1.8rem;
  border-radius: 50px;
  background-color: var(--white);
  color: var(--liberty-blue);
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  box-shadow: var(--primary-color) -1px 2px 0px 1px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.3s !important;
  transition: all 0.3s ease;
  z-index: 1;
  position: relative;
  display: inline-block;
  overflow: hidden;
  letter-spacing: 1.6px !important;
}
.doodly-btn4:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: var(--secondary-color);
  transition: 0.3s;
  border-radius: 999px;
}
.doodly-btn4:hover {
  color: var(--white);
}

.doodly-btn5 {
  width: 100%;
  border: 1px solid var(--primary-color);
  padding: 0.8rem 1.8rem;
  border-radius: 50px;
  background: var(--primary-color);
  color: var(--white);
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s !important;
  transition: all 0.3s ease;
  z-index: 1;
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-shadow: rgb(0, 0, 0) -1px 1px 0px 1px;
  letter-spacing: 1.6px !important;
}
/* mobile first code start */

/* banner video modal box css start */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.lightbox.show {
  display: flex;
  opacity: 1;
  transform: scale(1);
}

.lightbox .lightbox-content {
  position: relative;
  max-width: 80%;
  max-height: 100%;
}

.lightbox video {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.lightbox .close-btn {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 50px;
  color: white;
  cursor: pointer;
  z-index: 1001;
}

/* banner video modal box css end*/
.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1; /* Sit on top */
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99999;
}

/* Modal Content */
.modal-content {
  background: #fff;
  text-align: left;
  margin: auto;
  width: 95%;
  transition: all 0.3s ease;
  border-radius: 20px;
}

/* The Close Button */
.close {
  background-color: var(--primary-color);
  color: #fff;
  float: right;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: 2em;
  top: -2.1rem;
  padding: 8px 15px;
  border-radius: 8px;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.modal-content .connect-form {
  flex-direction: column;
  /*align-items:flex-start!important;*/
  border: 10px solid var(--primary-color);
  border-radius: 20px;
  overflow: hidden;
}
.modal-content .custom-form {
  padding: 40px 5px;
}
.modal-content .get-a-quote {
  width: 100%;
  padding: 30px 20px;
  background-color: #d9ddff;
  text-align: center;
}
.modal-content .get-a-quote p {
  width: 70%;
  margin: 0 auto;
}
/* Basic styling for the button */
#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  padding: 8px 10px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  z-index: 99;
}

#backToTop i {
  color: var(--white);
  font-size: 2rem;
}

.menu {
  display: none;
  position: fixed;
  left: -100%;
  top: 0;
  width: 70%;
  height: 100%;
  background-color: #101735e0;
  backdrop-filter: blur(4px);
  /* box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5); */
  z-index: 99;
}

.submenu {
  padding: 0px 10px;
  max-height: 0;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.submenu.active {
  padding: 0px 10px;
  max-height: 500px;
  color: var(--secondary-color);
  opacity: 1;
}

.submenu li {
  line-height: 1.8;
  text-transform: capitalize;
}

.submenu li a {
  font-size: 0.925rem;
}

.main-menu ul li {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 100 !important;
  font-family: "futura-book";
}

.menu .menu-list {
  padding: 25px 30px;
  line-height: 2.8;
}

.menu .menu-list li a {
  font-size: 1.125rem;
}

.menu .main-menu ul {
  justify-content: space-between;
}

.menu .main-menu i {
  color: var(--white);
  font-size: 1rem;
}
.doodly-hero-section {
  padding-top: 80px;
}
.mobile-navbar {
  top: 0;
  left: 0;
  width: 100%;
  background: var(--white);
  z-index: 1000;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
}

.mobile-navbar .doodly-logo {
  width: 55px;
}

.nav-right .menu-icon i {
  font-size: 1.895rem;
  cursor: pointer;
}

.nav-right {
  position: relative;
  gap: 15px;
}

#desktop {
  position: relative;
  display: none;
}

.desktop-sidebar {
  width: 100%;
  background-color: var(--primary-color);
  opacity: 0.9;
  backdrop-filter: blur(4px);
  position: fixed;
  right: -100%;
  /* Sidebar starts off-screen */
  top: 0;
  z-index: 9999;
  height: 100vh;
  transition: right 0.5s ease;
  /* Smooth sliding transition */
}

/* When visible, move sidebar to 0 */
.sidebar-visible {
  right: 0;
  /* Sidebar moves into view */
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  display: none; /* Hidden by default */
  z-index: 1040; /* Just below the sidebar */
  transition: right 0.7s ease;
}

/* Show the overlay when the sidebar is visible */
.overlay.show {
  display: block; /* Show the overlay */
}
/* Styling for the close button inside the sidebar */
.close-btn {
  background-color: transparent;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  position: absolute;
  top: 28px;
  right: 20px;
}

.close-btn i {
  font-size: 2rem;
}

.close-btn i:hover {
  color: var(--secondary-color);
}

.sidebar-content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  height: 100%;
  color: var(--white);
}
.sidebar-content ul li {
  line-height: 2.5;
  transition: all 1s;
}
.sidebar-content ul li a {
  font-family: "myfuturfont";
  font-style: italic;
  font-weight: 900;
}
.sidebar-content ul li:hover a,
.sidebar-content ul li:hover {
  transition: all 0.3s;
  transform: scale(1.5);
  color: var(--secondary-color);
}
.contact-btn {
  background: var(--primary-color);
  color: var(--white);
  padding: 13px 18px;
  border-radius: 50px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  border: none;
  letter-spacing: 1.6px;
  transition: 0.5s !important;
  transition: all 0.3s ease;
  z-index: 1;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

/*.contact-btn:hover {*/
/*  background: var(--white);*/
/* color: var(--dark-color); */
/* border: 1px solid var(--secondary-color); */
/*}*/

/* start hero and intro css */
.intro-heading h2 {
  font-size: 2.585rem;
  font-weight: 800;
  padding-bottom: 20px;
  line-height: 1.2;
}

.intro-heading p {
  padding-bottom: 30px;
  font-weight: 500;
  line-height: 1.3;
}

.dooly-intro .intro-video {
  position: relative;
  width: 100%;
  /* Adjust as needed */
}

.button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.button-container.show {
  display: flex;
}

.button-container #playPauseButton {
  border-radius: 50%;
  cursor: pointer;
  color: white;
}

.button-container #playPauseIcon {
  font-size: 70px;
}

.dooly-intro {
  padding-left: 10px;
  padding-right: 10px;
}

.dooly-intro .intro-video video {
  position: relative;
  border: none;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.intro-btn {
  gap: 15px;
}

.intro-btn .quote-btn {
  border: 1px solid var(--dark-color);
  padding: 1rem 1.3rem;
  border-radius: 999px;
  background: var(--primary-color);
  color: var(--white);
  font-weight: 600;
  font-size: 0.925rem;
  letter-spacing: 1.6px !important;
  white-space: nowrap;
  box-shadow: rgb(0, 0, 0) -1px 1px 0px 1px;
  transition: 0.5s !important;
  transition: all 0.3s ease;
  z-index: 1;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.intro-btn .quote-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: var(--secondary-color);
  transition: 0.5s;
  border-radius: 999px;
}

.intro-btn .quote-btn:hover {
  color: #fff !important;
}

.intro-btn .Watch-btn:hover::after,
.intro-btn .quote-btn:hover:after {
  left: 0;
  width: 100%;
}

.intro-btn .Watch-btn {
  border: 1px solid var(--secondary-color);
  padding: 1rem 1.3rem;
  border-radius: 50px;
  font-weight: 600 !important;
  font-size: 0.925rem;
  letter-spacing: 1.6px !important;
  white-space: nowrap;
  transition: 0.5s !important;
  transition: all 0.3s ease;
  z-index: 1;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}

.intro-btn .Watch-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: var(--secondary-color);
  transition: 0.5s;
  border-radius: 999px;
}

.intro-btn .Watch-btn:hover {
  font-weight: 200 !important;
  color: var(--white);
}

.intro-btn .Watch-btn i {
  color: var(--primary-color);
}

/* doodly-testimonials css */

.doodly-testimonials {
  position: relative;
}

.sub-heading p {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 1.2rem;
}

.title h1 {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 1px;
}

.rating {
  justify-content: center;
}

.rating span i {
  color: #f7c02e;
}

.country {
  gap: 10px;
  justify-content: center;
}

.country img {
  width: 40px;
  border-radius: 3px;
}

.discover-section {
  padding: 0 20px;
}

/* expertise css start */

.first-container,
.second-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.playpausebtn {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  font-size: 3.2rem;
  color: var(--white);
}

.explore .title h1 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
}

.para p {
  font-size: 0.925rem;
  text-align: justify;
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: 400 !important;
}

.expertise {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  row-gap: 1.8rem;
}

.expertise-card img {
  width: 40%;
  height: auto;
  aspect-ratio: 300 / 200;
  object-fit: contain;
}

.expertise-card p {
  font-weight: 600;
  letter-spacing: 1.2px;
}
.business-para p b {
  letter-spacing: 1.2px;
}
.expertise-video {
  padding: 20px;
}

.video-first video,
.video-second video {
  border-radius: 20px;
}

.video-first p,
.video-second p {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 600;
}

/* OUR CLIENTS css */

.clients-logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  text-align: center;
}

.clients-logos .brand {
  padding: 20px 0;
}

.clients-logos .brand img {
  width: 60%;
  height: auto;
  aspect-ratio: 300 / 200;
  object-fit: contain;
}

.brand:nth-child(odd) {
  border-right: 1px solid var(--border-color);
}

.brand {
  border-bottom: 1px solid var(--border-color);
}

.brand:nth-child(10) {
  border-bottom: none;
}

.brand:nth-child(9) {
  border-bottom: none;
}

/*  video-testimonials */
.swiper4,
.swiper3 {
  position: relative;
  overflow: hidden;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.playPauseBtn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.playPauseBtn i {
  font-size: 3.25rem;
}

/* Show the play button when video is paused */
.video-container.paused .playPauseBtn {
  display: block;
}

/* Hide the play button when video is playing */
.video-container.playing .playPauseBtn {
  display: none;
}

.testimonial-slider,
.video-slider {
  position: relative;
  padding: 0px 20px;
}

.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

.video-slider .swiper-slide {
  height: 400px;
}

.video-slider .swiper-slide video {
  cursor: pointer;
  border-radius: 20px;
  height: 380px;
  object-fit: cover;
}

/* testimonial slider */
.swiper4 .swiper-wrapper .swiper-slide{
  height: 380px;
}
.swiper4 .swiper-slide .testimonials-card {
  width: 100%;
  text-align: center;
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 10px solid var(--primary-color);
  border-radius: 40px;
  height: 100%;
}

.swiper4 .swiper-slide .testimonials-card .client-img {
  margin: 5px auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.testimonials-card .country img {
  width: 35px;
  border-radius: 3px;
}
.testimonials-card .country h3 {
  font-weight: 400;
}

.testimonials-card .rating {
  padding: 2px 0;
}
.testimonial-slider .swiper-button-prev {
  top: 50% !important;
}
.testimonial-slider .swiper-button-next {
  top: 50% !important;
}
/* <!-- doodly business section css  */

.doodly-business {
  background-color: var(--primary-color);
  padding: 60px 10px;
}

.business-intro .business-heading h1 {
  font-size: 2.325rem;
  line-height: 1.3;
  color: var(--white);
}

.business-para p {
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.2;
}

.grow-business .business-gif {
  padding: 50px 30px;
  border-radius: 30px;
  border: 2px solid var(--white);
}

.business-gif img {
  border-radius: 30px;
}

/* lets connect css */
.doodly-connect {
  padding: 50px 10px;
}

.connect-text h1 {
  font-size: 2rem;
}

/* wave animation  */

.wave {
  animation-name: wave-animation;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  transform-origin: 70% 70%;
  display: inline-block;
  font-size: 3.2rem;
}

@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(14deg);
  }

  20% {
    transform: rotate(-8deg);
  }

  30% {
    transform: rotate(14deg);
  }

  40% {
    transform: rotate(-4deg);
  }

  50% {
    transform: rotate(10deg);
  }

  60% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.connect-text p {
  font-weight: 500;
  line-height: 1.3;
}

.social-links {
  margin-top: 30px;
}

.social-links h2 {
  font-size: 1.5rem;
}

.social-links .s-icons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-links .s-icons li a {
  color: var(--white);
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}

.social-links .s-icons li {
  background-color: var(--dark-color);
  padding: 8px 11px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.social-links .s-icons li:hover {
  transform: rotate(360deg) !important;
  background-color: var(--primary-color);
}

.address b {
  font-size: 1.3rem;
}

.connect-form {
  width: 100%;
}

.two-inputs {
  width: 100%;
  flex-direction: column;
}

.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 2.8rem;
}

.form-group input,
textarea {
  display: block;
  width: 100%;
  padding: 0.875rem 1.2rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400 !important;
  letter-spacing: 1px;
  font-family: "futura-book";
  color: #000000 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #dce0e4d3;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="date"] {
  color: #000000c6 !important;
}
textarea::placeholder,
input::placeholder {
  font-family: "futura-book";
  color: #979797cb !important;
}
.form-group label {
  font-size: 0.85rem;
  position: absolute;
  background: var(--white);
  padding: 1px 10px;
  top: -8px;
  left: 20px;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-family: "futura-book";
  font-weight: 800;
  letter-spacing: 1px;
}

/*  faq css */

.doodly-faq .doodly-bg {
  background: var(--primary-color);
  padding: 50px 10px;
}

.doodly-faq .faq-heading h1 {
  text-align: center;
  line-height: 1.3;
  font-size: 2rem;
  color: var(--white);
}

.faq-accordian .wrapper {
  padding: 10px 20px;
  margin-bottom: 20px;
}

.faq-accordian .toggle {
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  letter-spacing: 1.2px;
  justify-content: space-between;
  font-size: 16px;
  gap: 10px;
  font-weight: 800;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: var(--primary-color);
  color: var(--white);
}

.faq-accordian .toggle:hover {
  color: var(--secondary-color);
}

.faq-accordian .content {
  margin-top: 10px;
  background-color: var(--white);
  position: relative;
  font-size: 14px;
  text-align: justify;
  line-height: 1.5;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px;
}

.faq-accordian .content p {
  padding: 10px;
}

.faq-btn {
  padding: 0 30px;
}

/* footer css */

.doodly-footer {
  background: var(--liberty-blue);
  padding: 50px 10px;
}

.footer-logo img {
  text-align: center;
  width: 60%;
}

.footer-logo .footer-icons {
  margin-top: 30px;
  gap: 12px;
}

.footer-logo .footer-icons li a {
  color: var(--dark-color);
  font-size: 1.2rem;
  transition: all 0.3s;
}

.footer-logo .footer-icons li {
  background-color: var(--white);
  padding: 7px 9px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.footer-logo .footer-icons li:hover {
  transform: rotate(360deg) !important;
  background-color: var(--primary-color);
}
.footer-logo .footer-icons li:hover a {
  color: var(--white);
}
.footer-usefull-links ul {
  margin-top: 10px;
  line-height: 1.8;
}

.footer-usefull-links h2 {
  font-size: 1.525rem;
}

.footer-usefull-links h2:hover {
  color: var(--secondary-color);
}

.footer-usefull-links li a {
  font-size: 0.925rem;
}

.footer-usefull-links h2,
li a {
  color: var(--white);
}

.footer-usefull-links {
  margin: 25px 0;
}

.footer-usefull-links div {
  justify-content: space-between;
}

.footer-usefull-links div span i {
  color: var(--white);
  font-size: 1.2rem;
}

.f-linkes {
  padding: 0px 10px;
  border: 1px solid #cdcdcd5a;
  max-height: 0;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.f-linkes.active {
  padding: 10px;
  max-height: 500px;
  color: var(--secondary-color);
  opacity: 1;
}

.footer-bottom p {
  color: var(--white);
  padding-top: 15px;
  font-weight: 500;
}

.footer-bottom p a {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.2rem;
}

.footer-desktop-links {
  display: none;
}

.footer-line {
  height: 1px;
  background-color: var(--border-color);
}

.gallery {
  padding: 3px 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.gallery .gallery-div:hover,
.gallery .gallery-sec:hover {
  animation-play-state: paused;
  cursor: pointer;
}

@keyframes forward {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.gallery .gallery-div {
  width: 200%;
  gap: 10px;
  animation: loop 30s linear infinite;
  display: flex;
}

/* Animation combining forward and backward movement */
@keyframes loop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Pause the animation on hover */
.gallery .gallery-div:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.gallery .gallery-sec {
  width: 200%;
  gap: 10px;
  animation: loopreverse 30s linear infinite;
  display: flex;
  margin-bottom: 50px;
}

/* Animation combining forward and backward movement */
@keyframes loopreverse {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* Pause the animation on hover */
.gallery .gallery-sec:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.gallery-div img,
.gallery-sec img {
  aspect-ratio: 4 / 2;
  width: 200px;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  padding: 0;
}

.image-overlay {
  position: relative;
  overflow: hidden;
}

.img-div .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.img-div .title {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
}

.img-div:hover .overlay {
  opacity: 1;
}
/* about section css */

.business-heading p {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 400;
}

.office-location-map {
  width: 80%;
}

.office-location-map iframe {
  border-radius: 20px;
}

.production-partner-content {
  width: 100%;
  gap: 30px;
  align-items: flex-start;
  padding-bottom: 6rem;
  padding-top: 2rem;
  flex-direction: column;
}

.production-intro h1 {
  font-size: 2.225rem;
}

.production-para-one p,
.production-para-two p {
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: left;
  font-weight: 400;
}

.office-location-map {
  width: 100%;
}

/* portfolio css */
.doodly-portfolio {
  padding: 5rem 8px;
  padding-bottom: 1rem;
}

.explore-work-title h1 {
  font-size: 2.5rem;
}

.explore-work-title p {
  padding-top: 10px;
  font-size: 1.2rem;
  margin-bottom: 3rem;
}

.tabs {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

.tab-button {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 0.925rem 1.325rem;
  margin: 0 5px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  font-weight: 800;
  letter-spacing: 1px;
}
.tab-button:hover {
  background-color: var(--secondary-color);
}

.tab-button.active {
  background-color: var(--secondary-color);
}

.tab-content {
  width: 100%;
  display: flex;
  margin-top: 3rem;
}

.portfolio-content {
  display: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 100%;
  text-align: center;
}

.portfolio-imgs {
  display: flex;
  overflow-x: auto;
  gap: 10px;
}

.portfolio-imgs::-webkit-scrollbar {
  display: none;
}

.portfolio-imgs img {
  border-radius: 20px;
  aspect-ratio: 3 / 2;
  width: 350px;
}

.portfolio-imgs .video-overlay {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.portfolio-imgs .image-container {
  position: relative;
  overflow: hidden;
}

.portfolio-imgs .image-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent black */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio-imgs .image-container .title {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
}

.portfolio-imgs .image-container:hover .overlay {
  opacity: 1;
}

#service-portfolio {
  padding-top: 0px !important;
  padding-bottom: 50px !important;
}

.portfolio-content.active {
  display: block;
  animation: fadeUp 0.6s ease-in-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-header {
  display: none;
}
.footer-address {
  letter-spacing: 1px;
}

.getAquoteFrom,
#getquotebtn {
  display: none;
}

.footer-address-main-div {
  margin-top: 30px;
}

/* .intro-heading .banner-title{
  font-size: 2.2rem;
} */

/* explainer video css */
.benifits-title h1,
.explainer-title h1 {
  font-size: 1.8rem;
  color: var(--primary-color);
  font-weight: 900;
}

.benifits-intro-section {
  position: relative;
}
.explain-div {
  flex-direction: column;
  padding-bottom: 20px;
  align-items: flex-start;
}
.explain-div .num-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
}
.explain-div .num-circle h1{
  font-size: 1.3rem;
}
.explain-div .ex-headding{
  margin-top: 10px;
}
.explain-div p{
  line-height: 1.5;
  color: #313131;
}
.benifits-graphic img {
  width: 100%;
}

.explainer-videos-container .ex-video{
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(auto, 1fr));
  padding: 10px;
}
.ex-video .first-container video{
   border-radius: 20px;
}

@media (min-width: 768px) {

  .swiper4 .swiper-slide .testimonials-card {
    padding: 0px 10px;
  }

  .explainer-videos-container .ex-video{
    grid-template-columns: repeat(2, 1fr);
  }
  .ex-video .first-container video{
    border-radius: 20px;
    width: 100%;
 }
  .explain-div {
    width: 100%;
    flex-direction: row;
    padding-bottom: 20px;
    gap: 10px;
  }
  .explain-div .num-circle {
    padding: 15px;
    background-color: var(--primary-color);
  }
  .explain-div .ex-headding{
    margin-top: 0px;
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
  .explain-div p{
    line-height: 1.5;
    font-size: 1.3rem;
  }
  .benifit-div{
    padding-top: 50px;
  }

  .benifits-title h1,
  .explainer-title h1 {
    font-size: 2rem;
  }
  .footer-address-main-div {
    margin-top: 0px;
  }
  .mobile-navbar {
    padding: 10px 30px;
  }
  .footer-address {
    margin-top: 0;
  }
  .doodly-portfolio {
    padding-bottom: 3rem;
  }
  .portfolio-imgs img {
    aspect-ratio: 3/2;
    width: 350px;
  }
  .tab-button {
    padding: 1rem 1.425rem;
  }
  .explore-work-title h1 {
    font-size: 3rem;
    width: 60%;
  }

  .two-inputs {
    width: 100%;
    flex-direction: row;
    gap: 10px;
  }

  .container {
    max-width: 720px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-heading h2 {
    font-size: 1.5rem;
    padding-bottom: 10px;
  }

  .intro-btn {
    padding-bottom: 0;
  }

  .intro-heading p {
    font-size: 0.8rem;
    padding-bottom: 20px;
  }

  .dooly-intro {
    display: flex;
    align-items: center;
    gap: 2.5rem;
  }

  .intro-btn .quote-btn,
  .intro-btn .Watch-btn {
    padding: 12px 15px;
  }

  .gallery-div img,
  .gallery-sec img {
    width: 280px;
    height: 160px;
  }

  .expertise-card p {
    padding-top: 5px;
    font-size: 1rem;
  }

  .expertise {
    grid-template-columns: repeat(5, minmax(auto, 1fr));
  }

  .video-second video,
  .video-first video {
    /* width: 50%; */
  }

  .video-second,
  .video-first {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .video-second .second-container {
    order: 2;
  }

  .video-second p {
    order: 1;
  }

  .brand:nth-child(even) {
    border-right: 1px solid var(--border-color);
  }

  .brand:nth-child(5) {
    border-right: none;
  }

  .brand:nth-child(8),
  .brand:nth-child(7),
  .brand:nth-child(6) {
    border-bottom: none;
  }

  .brand:nth-child(10) {
    border-right: none;
  }

  .clients-logos {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    text-align: center;
  }

  .grow-business {
    display: flex;
    align-items: center;
  }

  .business-intro .business-heading h1 {
    font-size: 2rem;
  }

  .business-para p {
    font-size: 1rem;
  }

  .business-intro {
    margin: 0;
  }

  .grow-business .business-gif {
    text-align: center;
    padding: 50px 0px;
  }

  .business-gif img {
    width: 70%;
  }

  .doodly-connect {
    flex-direction: column;
    gap: 30px;
  }

  .doodly-btn3 {
    width: 80%;
  }

  .social-links .s-icons {
    gap: 10px;
  }

  .social-links .s-icons li a {
    font-size: 1.5rem;
  }

  .doodly-btn4 {
    width: 50%;
  }

  .faq-btn {
    text-align: center;
  }

  .footer-logo img {
    width: 40%;
  }

  .footer-left {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    padding-bottom: 20px;
  }
  .para p {
    text-align: center;
  }
}

@media (min-width: 992px) {

  .swiper4 .swiper-wrapper .swiper-slide{
    height: 360px;
  }
  .swiper4 .swiper-slide .testimonials-card {
    padding: 0px 10px;
  }
  .explainer-videos-container .ex-video{
    grid-template-columns: repeat(3, 1fr);
  }
  .benifit-div{
    display: flex;
    align-items: center;
    padding-bottom: 100px;
  }
  .benifits-intro-section{
    width: 50%;
  }
  .benifits-graphic{
    width: 50%;
  }
  .benifits-graphic img{
    scale: 1.3;
  }
  .explain-div .ex-headding {
    margin-top: 3px;
    font-size: 1.5rem;
}
.explain-div p {
  font-size: 1rem;
}

  .benifits-title h1,
  .explainer-title h1 {
    font-size: 2.25rem;
  }
  .nav-link .active {
    background: var(--primary-color);
    padding: 12px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
  }
  .nav-link .active:hover {
    background-color: #4d56fcbd;
  }

  .nav-link .active > a {
    color: var(--white) !important;
  }
  .footer-logo .footer-icons li a {
    font-size: 1rem;
  }

  /* get a quote form css */
  .hiddenform {
    opacity: 0;
    display: none;
    transform: scale(0);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .visibleform {
    opacity: 1;
    display: block;
    transform: scale(1);
    pointer-events: auto;
  }

  #getquotebtn {
    position: fixed;
    bottom: 0px;
    left: 30px;
    z-index: 1000;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 20px 20px 0px 0px;
    border: 1px solid var(--primary-color);
    padding: 10px 30px 25px 30px;
    font-size: 1rem;
    font-weight: 500;
    opacity: 0;
    transform: translateY(100%);
    cursor: pointer;
  }

  #getquotebtn.visibleform {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
  #closeFormBtn {
    position: absolute;
    top: -34px;
    right: 10px;
    font-size: 1.2rem;
    color: var(--white);
    background-color: var(--primary-color);
    padding: 2px 5px;
    border: none;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
  }
  .getAquoteFrom {
    position: fixed;
    top: 52%;
    transform: translate(-50%, -50%) scale(0);
    left: 25%;
    width: 450px;
    background-color: #ffffff;
    border-radius: 15px;
    padding-top: 15px;
    border: 10px solid var(--primary-color);
    padding: 30px;
    z-index: 9999;
    -webkit-box-shadow: 0 0.5rem 1rem hsl(0 0% 0% / 20%);
    -moz-box-shadow: 0 0.5rem 1rem hsla(0, 0%, 0%, 0.185);
    box-shadow: 0 0.5rem 1rem hsla(0, 0%, 0%, 0.34);
  }
  .main-form-div {
    position: relative;
  }
  .getAquoteFrom.visibleform {
    display: block;
    transform: translate(-50%, -50%) scale(1);
  }

  .dooly-intro {
    padding: 100px 0;
  }
  .scroll-header {
    display: block;
  }
  #desktop {
    padding: 0 30px;
  }
  .modal-content {
    width: 80%;
  }
  .modal-content .connect-form {
    position: relative;
    width: 100%;
    height: 68vh;
    flex-direction: row;
    align-items: center;
    padding: 0%;
    justify-content: space-around;
  }
  .modal-content .custom-form {
    padding: 40px;
  }
  .modal-content .get-a-quote {
    width: 50%;
    padding: 30px 20px;
    background-color: #d9ddff;
    text-align: center;
    height: 100%;
  }

  .container {
    max-width: 960px;
  }
  .doodly-portfolio {
    padding-bottom: 4rem;
  }

  .production-intro h1 {
    font-size: 3.325rem;
  }

  .doodly-connect {
    align-items: top;
    display: flex;
    flex-direction: row;
    gap: 30px;
  }

  .form-group label {
    font-size: 0.925rem;
  }

  .two-inputs {
    gap: 20px;
  }

  .footer-desktop-links {
    display: block;
  }

  .mobile-navbar {
    display: none;
  }

  .desk-menu {
    position: relative;
  }

  .desk-submenu {
    top: 22px;
    width: 220px;
    display: none;
    position: absolute;
    padding: 20px 0;
    background-color: transparent;
    transition: all 0.3s;
    z-index: 1000;
  }
  .desk-submenu-div {
    padding: 10px 0;
    border-radius: 8px;
    background-color: var(--white);
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
      rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  }
  .desk-menu:hover .desk-submenu {
    display: block;
  }

  .desk-submenu li {
    transition: all 0.3s ease;
    padding: 8px 15px;
  }

  .desk-submenu li:hover {
    color: var(--primary-color) !important;
    background-color: var(--light-bg);
  }

  .desk-submenu li:hover a {
    color: var(--primary-color) !important;
  }

  #desktop {
    display: block;
  }

  .desktop-navbar {
    padding: 5px 0 1px 0;
    justify-content: space-between;
  }

  .desktop-navbar .doodly-logo {
    width: 70px;
  }

  .desktop-navbar .nav-right,
  .desktop-navbar .nav-right .nav-link {
    gap: 30px;
  }

  .desktop-navbar .nav-right .nav-link li a {
    color: var(--dark-color);
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s;
  }
  .desktop-navbar .nav-right .nav-link li a:hover {
    color: var(--primary-color);
  }
  .intro-heading h2 {
    font-size: 2rem;
  }

  .intro-heading p {
    font-size: 1rem;
    padding-bottom: 20px;
  }

  .intro-btn .quote-btn,
  .intro-btn .Watch-btn {
    padding: 1.125rem 1.5rem;
    font-size: 1rem;
  }

  .title h1,
  .explore .title h1 {
    font-size: 2.25rem;
  }

  .clients-logos .brand {
    padding: 30px;
  }

  .clients-logos .brand img {
    width: 80%;
  }

  .business-intro .business-heading h1 {
    font-size: 2.5rem;
  }

  .business-para p {
    font-size: 1.2rem;
    font-weight: 400;
    width: 80%;
  }

  .doodly-btn2 {
    font-size: 1.125rem;
  }

  .discover-section {
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    text-align: center;
  }

  .doodly-faq .faq-heading h1 {
    font-size: 2.5rem;
  }

  .faq-accordian .toggle {
    font-size: 1.325rem;
  }

  .doodly-btn4 {
    width: 40%;
  }

  .mobile-footer {
    display: none;
  }

  .footer-logo address {
    margin: 0;
  }
  .desk-linkes li a {
    font-size: 1.1rem;
    letter-spacing: 1px;
    transition: all 0.2s ease;
  }
  .desk-linkes li a:hover{
    color: var(--secondary-color);
  }
  .footer-logo {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    column-gap: 2rem;
    padding-bottom: 80px;
    justify-content: center;
  }
  .footer-right {
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    gap: 2rem;
  }
  .footer-left {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    gap: 1rem;
  }
  .footer-logo img {
    width: 80%;
  }

  .footer-icons {
    gap: 8px !important;
  }

  .footer-desktop-links h2 {
    font-size: 1.5rem;
    color: var(--white);
    padding-bottom: 18px;
  }

  .footer-desktop-links .desk-linkes {
    line-height: 1.6;
  }

  .gallery-div img,
  .gallery-sec img {
    width: 320px;
    height: 200px;
  }

  .video-second,
  .video-first {
    width: 100%;
  }

  .video-second .second-container,
  .video-first .first-container {
    width: 100%;
  }

  .video-second .second-container video,
  .video-first .first-container video {
    width: 100%;
  }

  .video-second p,
  .video-first p {
    width: 100%;
    font-weight: 700;
  }
  /* Default Header at the Top */
  #desktop {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0 35px;
    background-color: var(--white);
    transition: transform 0.3s ease;
  }

  .hide-header {
    transform: translateY(-100%);
  }

  /* Second Header that will appear on scroll */
  .scroll-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0 35px;
    background-color: var(--white);
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out;
    z-index: 110;
  }

  .scroll-header.show {
    transform: translateY(0);
  }
  /* .dooly-intro .intro-video video {
    width: 500px;
  } */
  .description p {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {

  .swiper4 .swiper-wrapper .swiper-slide{
    height: 400px;
  }
  .swiper4 .swiper-slide .testimonials-card {
    padding: 0px 45px;
  }

  .benifits{
    margin-bottom: 30!important;
  }
  .benifit-div{
    padding-top: 0;
    display: flex;
    align-items: center;
    padding-bottom: 0!important;
  }
  .benifits-intro-section{
    width: 50%;
  }
  .benifits-graphic{
    width: 50%;
  }
  .benifits-graphic img{
    scale: 1.3;
  }
  .explain-div .ex-headding {
    margin-top: -1px;
    font-size: 1.8rem;
}
.explain-div p {
  font-size: 1.125rem;
  width: 100%;
}

  .benifits-title h1,
  .explainer-title h1 {
    font-size: 3.2rem;
    padding-bottom: 10px;
  }
  #service-portfolio {
    padding-top: 100px !important;
  }
  .description p {
    font-size: 0.988rem;
  }

  .desktop-navbar .nav-right .nav-link {
    gap: 40px;
  }
  .modal-content .connect-form {
    width: 100%;
    height: 80vh;
  }

  .footer-desktop-links h2 {
    font-size: 1.525rem;
  }
  .footer-logo .footer-icons li a {
    color: var(--dark-color);
    font-size: 1.1rem;
    transition: all 0.3s;
  }

  .getAquoteFrom {
    left: 17%;
    width: 450px;
  }
  .video-testimonials .title,
  .doodly-clients .title,
  .doodly-testimonials .title {
    padding-bottom: 2rem;
  }

  section {
    padding-top: 100px;
    margin-bottom: 100px !important;
  }
  .tab-button {
    padding: 1.2rem 2.2rem;
  }

  .explore-work-title h1 {
    font-size: 3.5rem;
    width: 40%;
  }
  .portfolio-imgs {
    overflow-x: unset;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
  }
  .doodly-portfolio {
    padding-top: 160px !important;
    padding-bottom: 0rem;
  }
  .production-partner-content {
    flex-direction: row;
  }
  .portfolio-imgs {
    width: 100%;
  }

  .portfolio-imgs img {
    width: 100%;
    object-fit: cover;
  }
  .production-intro {
    width: 45%;
  }

  .production-para-one,
  .production-para-two {
    width: 55%;
  }

  .production-intro h1 {
    text-align: right;
    font-size: 3rem;
  }

  .gallery-div img,
  .gallery-sec img {
    width: 420px;
    height: 250px;
  }

  .container {
    max-width: 1140px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 35% !important;
  }

  .swiper-button-prev {
    left: -30px !important;
    right: auto;
  }

  .swiper-button-next {
    right: -30px !important;
    left: auto;
  }

  .dooly-intro {
    width: 100%;
    justify-content: space-between;
    padding: 100px 0 00px 0;
  }

  .intro-heading {
    width: 40%;
  }

  .dooly-intro .intro-video {
    width: 100%;
    max-width: 750px;
  }

  .overlay {
    border-radius: 30px;
  }

  .overlay button i {
    font-size: 2.5rem;
  }

  .dooly-intro .intro-video video {
    width: 100%;
    border-radius: 30px;
  }

  .intro-heading h2 {
    font-size: 3.5rem;
  }

  .intro-heading p {
    font-size: 1.2rem;
    text-align: left;
  }

  .intro-btn .quote-btn,
  .intro-btn .Watch-btn {
    letter-spacing: 1px;
  }

  .title h1,
  .explore .title h1 {
    font-size: 3.2rem;
  }

  .para {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .para p {
    font-size: 0.925rem;
    width: 648px;
    max-width: 100%;
    font-weight: 600;
    line-height: 1.6;
  }

  .swiper-slide img {
    aspect-ratio: 300 / 200;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
  }

  .video-second p,
  .video-first p {
    padding: 0;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .video-second {
    margin-top: -30px;
  }

  .video-second video,
  .video-first video {
    padding: 0;
    width: 520px;
  }

  .video-second,
  .video-first {
    gap: 100px;
  }

  .clients-logos .brand {
    padding: 55px 30px;
  }

  .clients-logos .brand img {
    width: 90%;
  }

  .video-slider {
    position: relative;
  }
  .swiper-button-next,
  .swiper-button-prev {
    color: #1d1d1d !important;
    font-size: 5px !important;
  }
  .video-slider .swiper-slide video {
    height: 400px;
  }

  .doodly-btn,
  .doodly-btn1,
  .doodly-btn2,
  .doodly-btn3,
  .doodly-btn4 {
    letter-spacing: 1px;
    margin-top: 20px !important;
  }

  .business-intro {
    width: 43%;
  }

  .business-intro .business-heading h1 {
    font-size: 3.2rem;
    width: 70%;
  }

  .grow-business {
    justify-content: space-between;
  }

  .doodly-business {
    padding: 120px 0px;
  }

  .grow-business .business-gif {
    padding: 50px 60px;
    border-radius: 40px;
  }

  .business-gif img {
    width: 280px;
  }

  .doodly-connect {
    padding: 0px;
    gap: 50px;
  }
  .connect-form {
    padding-left: 100px;
  }

  .connect-text h1 {
    font-size: 2.5rem;
  }

  .connect-text p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    width: 80%;
  }

  .faq-accordian .content p {
    padding: 20px;
    font-size: 1rem;
  }

  .doodly-footer {
    background: var(--liberty-blue);
    padding: 150px 0px 40px 0px;
  }

  .doodly-btn3 {
    padding: 1.5rem 2rem;
    width: 80%;
  }

  .doodly-btn4 {
    width: 20%;
  }

  .custom-form .m-top {
    width: 100%;
    padding: 0;
    margin-top: -30px;
  }
  .portfolio-content {
    margin-top: 1rem;
  }
  .doodly-faq .faq-heading h1 {
    font-size: 3.2rem;
    letter-spacing: 1px;
  }
  .modal-content .get-a-quote p {
    width: 70%;
    margin: 0 auto;
    line-height: 1.5;
  }
  .modal-content {
    width: 60%;
    height: auto;
  }
  .modal-content .connect-form {
    width: 100%;
    height: 80vh;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .portfolio-imgs img {
    /* width: 32.85%; */
    height: 280px;
  }
  .modal-content {
    width: 64%;
    height: auto;
  }
  .modal-content .connect-form {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .getAquoteFrom {
    left: 16%;
    top: 50%;
  }
  /* .portfolio-imgs img {
    width: 32.85%;
    height: 450px;
  } */
  .modal-content {
    width: 70%;
    height: auto;
  }

  .modal-content .connect-form {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1900px) {
  .modal-content {
    width: 56%;
    height: auto;
  }

  .modal-content .connect-form {
    width: 100%;
    height: 100%;
  }
}
