* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

a:any-link {
  text-decoration: none;
}
.digitalmaincontainer {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  background-image: url("../Assets/allimages/digital-marketing/Nadezhda_ventures_seo_home_page.png");
  filter: contrast(0.8);
  background-attachment: fixed;
  /* url(../Assets/allimages/digital-marketing/photo-1542744173-8e7e53415bb0.avif) no-repeat; */
  background-size: cover;
  margin-top: 80px;
}

.digitalsubcontainer {
  width: 90%;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
}

.digitalsubcontainer::after {
  filter: blur(150px);
  background: linear-gradient(rgba(17, 17, 17, 0.8), rgba(17, 17, 17, 0.7));
  content: "";
  position: absolute;
  height: 70%;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: -100;
}

.digitalmaincontent {
  width: 90%;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
  z-index: 200;
}

.revive-text {
  font-size: 28px;
}

.hire-text {
  text-align: center;
  font-size: 54px;
  font-weight: 700;
}

.rupees {
  font-size: 28px;
  font-weight: 400;
  border-top: 1px solid #aa3235;
  border-bottom: 1px solid #aa3235;
  display: inline-block;
  max-width: 653px;
  padding: 17px 0;
  margin-left: auto;
  margin-right: auto;
}

.digitalmarketbtn {
  border-radius: 100px;
  border: 1px solid #aa3235 !important;
  background: #aa3235 !important;
  box-shadow: 4px 32px 64px 0 rgba(57, 53, 53, 0.3);
  padding: 19px 50px;
  font-size: 20px;
  font-weight: 700;
  color: #eeeeee;
}
.digitalmarketbtn:hover {
  color: black;
  cursor: pointer;
  transition: all 0.3s ease;
}

.digitalmarketbtn:hover {
  background-color: #161616;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .digitalmaincontainer {
    height: auto;
    padding: 20px 0;
  }

  .digitalsubcontainer {
    height: auto;
    width: 100%;
  }

  .digitalmaincontent {
    width: 95%;
    height: auto;
    row-gap: 8px;
  }

  .revive-text {
    font-size: 22px;
    text-align: center;
  }

  .hire-text {
    font-size: 48px;
    text-align: center;
  }

  .rupees {
    font-size: 24px;
    padding: 10px 0;
  }

  .digitalmarketbtn {
    padding: 15px 30px;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .revive-text {
    font-size: 15px;
  }

  .hire-text {
    font-size: 36px;
  }

  .rupees {
    font-size: 20px;
  }

  .digitalmarketbtn {
    padding: 12px 25px;
    font-size: 16px;
  }
}

/*audit page (second) starting*/

.audit-maincontainer {
  width: 100%;
  /* height: 100vh; */
  /* background-color: antiquewhite;  */
  display: flex;
  justify-content: center;
}
.audit-subcontainer {
  width: 100%;
  /* height: 90vh; */
  /* background-color: aquamarine;  */
  display: flex;
  flex-direction: column;
}

.child1 {
  /* background-color: #eeeeee; */
  width: 100%;
  /* height: 20%; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 0;
  text-align: center;
}

.audit-text1 {
  color: #aa3235;
  font-size: 32px;
  font-weight: 700;
}
.audit-text2 {
  font-size: 24px;
  font-weight: 400;
}
.child2 {
  /* background: radial-gradient(35.57% 90.42% at 7.25% 94%, #aa32359c 0%, rgba(255, 232, 72, 0) 100%), radial-gradient(43.43% 137.36% at 96.97% 12.14%, #fff 0%, rgba(216, 255, 242, 0) 100%);  padding-bottom: 6%; */
  width: 100%;
  /* height: 75%; */
  border-radius: 10px;
}

.audit-allbutton {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 20px;
  white-space: nowrap;
  overflow: auto;
}

.audit-btn-series {
  border-radius: 100px;
  /* border: 1px solid #03d5b2 !important; */
  /* background: #03d5b2 !important; */
  box-shadow: 4px 32px 64px 0 rgba(57, 53, 53, 0.3);
  padding: 15px 16px;
  font-size: 20px;
  font-weight: 500;
  /* color: #eeeeee; */
  transition: all 0.5s ease;
  cursor: pointer;
}
.audit-btn-series:hover {
  background-color: #aa3235 !important;
}

.my-btn {
  display: flex;
  /* background: #bebebe33; */
  height: 30%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  /* gap: 64px; */
}
.all-btn-btn {
  display: flex;
  flex-direction: column;
  font-size: 25px;
  font-weight: 600;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  background: #ffffff00;
  /* text-align: center; */
  display: flex;
  box-shadow: 0px 30px 10px 0px #ff00008c;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.all-btn-btn:hover {
  outline: 1px solid #aa3235;
}

.audit-imagecontent {
  /* background-color: aqua; */
  width: 100%;
  /* height: 100%; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.auditactualimage {
  /* width: 40%; */
  height: 100%;
  /* background-color: antiquewhite; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.textcontain {
  width: 60%;
  height: 100%;
  /* background-color: aquamarine; */
  display: flex;
  align-items: center;
  padding: 5% 10px 0;
  flex-direction: column;
  row-gap: 15px;
}

.textcontainbtn {
  background-color: #aa3235;
  color: #fff;
  border-radius: 100px;
  /* background: #03d5b2 !important; */
  box-shadow: 4px 32px 64px 0 rgba(29, 29, 31, 0.3);
  padding: 19px 50px;
  font-size: 25px;
  font-weight: 500;
  /* margin-top: 15%; */
  cursor: pointer;
  transition: all 0.5s ease;
}
.textcontainbtn:hover {
  background-color: #fff;
  color: #aa3235;
  outline: 2px solid #aa3235;
}

/* <!-- hiredigitalmarketerpage --> */

.hiredigitalmarketer {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 50px 0;
  /* height: 90vh; */
  /* background-color: aqua; */
}

.hiresubcontainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  /* background-color: antiquewhite; */
}

.hirepara {
  margin: 30px 0px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.hirebtn {
  border-radius: 100px;
  background: #aa3235;
  box-shadow: 4px 32px 64px 0 rgba(14, 15, 16, 0.3);
  padding: 20px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.5s ease;
  color: #fff;
}

/* ============================ */
.Services-five {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 100px 0;
}

.slider {
  display: flex;
  animation: slider 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.slider img {
  border-radius: 15px;
  width: 15%;
  margin-right: 20px;
}

/* Keyframes for a bouncing slider effect */
@keyframes slider {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-25%);
  }
  50% {
    transform: translateX(-50%);
  }
  75% {
    transform: translateX(-75%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 768px) {
  .servicesfour-two {
    flex-direction: column;
  }
}

/* ===================== */
.hiring-image {
  width: 100%;
  margin-top: 60px;
}
.hiring-image img {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0px auto;
}

/* ============================ */

.main-container {
  /* background-color: rgb(9, 57, 57); */
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}

.cards {
  /* background-color: aqua; */
  width: 75%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  padding: 25px;
}
.card_img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
}
.img_and_para {
  text-align: center;
}

.img_and_para h5 {
  font-size: 1rem;

  font-weight: 700;
}

/* cards panels */
.main-developer-cards {
  padding: 25px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.developer-cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: auto;
}

.developer-container {
  width: 90%;
  margin: 0px auto;
  height: 100%;
}

.allcards {
  width: 30%;
  box-shadow: 0px 0px 3px #aa3235;
  border-radius: 20px;
  padding: 2%;
  min-height: 250px;
  text-align: center;
}

.inside-developercard h3 {
  font-size: 25px;
}
.inside-developercard h5 {
  margin: 2px 0;
  font-size: 15px;
  color: #aa3235;
}

.inside-developercard p {
  line-height: 1.4;
  margin-bottom: 0px;
  text-align: justify;
  height: 200px;
}
@media only screen and (max-width: 1025px) {
  .inside-developercard p {
    height: 280px;
  }
}

.seo-btn a {
  border-radius: 100px;
  border: 1px solid #aa3235 !important;
  background: #aa3235 !important;
  box-shadow: 4px 32px 64px 0 rgba(57, 53, 53, 0.3);
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.seo-btn a:hover {
  color: #fff;
}

/* Media Queries for Responsiveness */

/* For large tablets and desktops */
@media (max-width: 1200px) {
  .allcards {
    width: 30%;
  }
}

/* For tablets and medium-sized devices */
@media (max-width: 992px) {
  .allcards {
    width: 45%;
  }
}

/* For mobile devices */
@media (max-width: 768px) {
  .developer-text span {
    font-size: 24px;
  }

  .developer-text h2 {
    font-size: 28px;
  }

  .allcards {
    width: 100%;
  }
}

/* For small mobile devices */
@media (max-width: 480px) {
  .developer-text span {
    font-size: 20px;
  }

  .developer-text h2 {
    font-size: 24px;
  }

  .allcards {
    width: 100%;
    padding: 4%;
  }
}

.contact_container {
  width: 100%;
  /* height: 86vh; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 25px;
  background: rgb(170, 50, 53);
  background: linear-gradient(
    0deg,
    rgba(170, 50, 53, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* border-radius: 100%; */
}

.contact_subchild {
  width: 100%;
  max-width: 600px;
  padding: 10% 0 0;
}

.contact_subchild1 h1 {
  font-size: 8rem;
  line-height: 0.9;
  color: #aa3235;
  text-shadow: 2px 1px 1px #000;
}
.contact_subchild1 h5 {
  font-size: 60px;
}

.contact_subchild1 h2 {
  font-size: 2.5em;
}
.callingno {
  line-height: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.callingno h3 {
  font-size: 30px;
  margin-top: 50px;
  /* font-weight: 500; */
  color: #000000;
  text-shadow: 1px 1px 1px #ffffff79;
  font-family: "Cedarville Cursive", "cursive";
  font-weight: 400;
  font-style: normal;
}

.callingno h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

/* form content*/

.form-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: sans-serif;
  /* height: 100vh; */
  min-width: 500px;
}

#formHalfFields {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 10px;
}
#formSubmitImg {
  /* width: 100%; */
  height: 70%;
  position: absolute;
  /* top: 0; */
  object-fit: contain;
  display: none;
}

.inner-cont {
  background-color: #ffffff26;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px; /* Reduced padding */
  max-width: 485px; /* Reduced max-width */
  width: 100vh;
  /* height: 70vh; */
  position: relative;
}

.heading {
  color: #333;
  font-size: 20px; /* Reduced font size */
  margin-bottom: 10px;
}

.subheading {
  color: #666;
  font-size: 18px; /* Reduced font size */
  margin-bottom: 15px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  /* line-height: 35px; */
}

.form-group {
  margin-bottom: 10px; /* Reduced margin */
  width: 100%;
}
#formHalfFields .form-group {
  width: 49% !important;
}

#formHalfFields .form-group:last-child {
  width: 100% !important;
}

.form-group label {
  display: block;
  font-size: 16px; /* Reduced font size */
  margin-bottom: 4px;
}

.required {
  color: red;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 10px; /* Reduced padding */
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px; /* Reduced font size */
}

.contact-form textarea {
  resize: vertical;
}

.form-btn {
  text-align: center;
}

.submit-button {
  background-color: #aa3235;
  border: none;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 19px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 40%;
}

.submit-button:hover {
  color: black;
}

label {
  font-weight: 549;
}

#project-duration {
  height: 35px; /* Adjust this value to match the email input field height */
}

/* Mobile devices (max-width: 767px) */
@media (max-width: 767px) {
  .contact_subchild {
    padding: 26% 1% 0;
  }

  .contact_subchild1 h1 {
    font-size: 5rem;
  }

  .contact_subchild1 h2 {
    font-size: 2rem;
  }

  .callingno h2 {
    font-size: 2.5rem;
  }

  .callingno h3 {
    font-size: 24px;
  }

  .inner-cont {
    width: 90vw;
    padding: 10px;
  }

  .heading {
    font-size: 24px;
  }

  .subheading {
    font-size: 16px;
  }

  .form-right {
    min-width: 100%;
    height: auto;
    padding: 20px;
  }

  #formHalfFields .form-group {
    width: 100% !important;
  }

  #formHalfFields .form-group:last-child {
    width: 100% !important;
  }

  .submit-button {
    width: 80%;
    padding: 12px;
    font-size: 16px;
  }
}

/* slider============== */
/* Main container styling */
.maindigital-slider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  padding: 50px 0;
  background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.7)),
    url("../Assets/allimages/home/workspace-1280538_640.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* Slider container styling */
.digital-slider {
  position: relative;
  min-width: 300px;
  width: 50%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px; /* Rounded corners for a smoother look */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  */
  transition: transform 0.5s ease; /* Smooth transition for scaling */
}

/* Grow the slider on hover */
.digital-slider:hover {
  transform: scale(1.1); /* Increase size by 10% */
}

.digital-slider-text-contain {
  /* background-color: red; */
  width: 50%;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 25px;
}
.digital-slider-text-contain h1 {
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
}
.digital-slider-text-contain h5 {
  font-size: 1.4rem;
  color: #eeeeee;
}

/* Slides styling */
.slides {
  display: none;
  width: 100%;
  transition: opacity 0.5s ease-in-out; /* Smooth fade effect */
}

/* Show active slide */
.slides.active {
  display: block;
  opacity: 1; /* Fully visible */
}

/* Slide image styling */
.slides img {
  width: 100%;
  height: auto;
  border-radius: 10px; /* Rounded corners for images */
  transition: transform 0.5s ease-in-out; /* Smooth transition for image scaling */
}

/* Add a subtle scale effect on hover */
.digital-slider:hover .slides img {
  transform: scale(1.05); /* Slight zoom effect on hover */
}

/* Navigation dots (optional) */
.slider-nav {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
}

.slider-nav span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
}

.slider-nav span.active {
  background: #b14141; /* Highlight color for the active dot */
}

.video-page {
  width: 100%;
  /* height: 100vh; */
  padding-bottom: 50px;
  /* background-color: #31363F; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  margin: 0px auto;
  align-content: center;
}
.video-section1 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: baseline;
  padding: 0 0 5px 5px;
}

.video-section1 h5,
.video-section1 h6 {
  font-size: 32px;
  font-weight: 300;
  color: #aa3235;
}

.video-page h5 {
  color: #aa3235;
}

.video-section1,
.video-section2 {
  /* height: 50vh; */
  min-width: 40%;
  max-width: 50%;
}

.video-section2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.video-section2 video {
  height: 100%;
  width: 100%;
  max-width: 655px;
}

.thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; /* Hidden by default */
}

.thumbnail-overlay img {
  max-width: 100%;
  max-height: 100%;
}

/* Media Queries for Responsiveness */

/* Large Screens (Desktops and Laptops) */
@media (min-width: 1024px) {
  .video-page {
    flex-direction: row;
  }

  .video-section1,
  .video-section2 {
    min-width: 70%;
  }
}

/* Tablets */
@media (max-width: 1023px) and (min-width: 768px) {
  .video-section1,
  .video-section2 {
    min-width: 80%;
    max-width: 90%;
  }

  .video-section1 h5,
  .video-section1 h6 {
    font-size: 28px; /* Slightly smaller text */
  }

  .video-page {
    padding: 15px;
  }
}

/* Small Screens (Mobile devices) */
@media (max-width: 767px) {
  .video-page {
    flex-direction: column;
    height: auto; /* Allow the height to be flexible */
  }

  .video-section1,
  .video-section2 {
    min-width: 90%;
    max-width: 100%;
    height: auto; /* Adjust height for smaller screens */
  }

  .video-section1 h5,
  .video-section1 h6 {
    font-size: 24px; /* Smaller font size for mobile */
  }

  .video-section2 video {
    max-width: 100%;
    height: auto; /* Let the video adapt its height */
  }
}
