@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Style+Script&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

:root {
  --primary-color: #222831;
  --Secondary-color: #31363f;
  --base-color: #aa3235;
  --bg-color: #eeeeee;
}

html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
.main-box {
  background: url(../Assets/allimages/it-outsource/nadezhda\ ventures_it\ aupport.png)
    no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  /* 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%, #ffffff00 0%, rgba(216, 255, 242, 0) 100%); */
  padding-top: 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;

  align-items: center;
  width: 100%;
  height: 100vh;
  /* border-radius: 50%; */
}
.container {
  width: 50%;
  margin-left: 10px;
  text-align: center;
}

.container h1 {
  color: #aa3235;
  font-size: 30px;
}
.container p {
  text-align: justify;
  color: #000;
  font-size: 18px;
  margin: 35px 30px;
}

.btn-home .btn {
  width: 20%;
  margin: 0px auto;
  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 10px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

/* About Section */
.about {
  color: rgb(255, 255, 255);
  padding: 50px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.219), rgba(0, 0, 0, 0.308)),
    url("../Assets/allimages/AI-ML/nadezhda\ ventures\ virtual\ assistant\ \(2\).png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}

.about h2 {
  color: #aa3235;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 20px;
}

.about p {
  text-shadow: 1px 1px 1px #000;
  font-size: 1rem;
  line-height: 1.8;
  max-width: 1000px;
  margin: 0 auto;
  /* text-align: justify; */
}
.service-heading {
  text-align: center;
  padding: 40px 0px;
}
.service-heading h2 {
  color: #aa3235;
}
.Services-three {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 50px 0px;
  align-content: center;
  gap: 20px;
}
.Services-three .service-track {
  display: flex;
  flex-wrap: wrap;
  min-width: 300px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #aa3235;
  /* margin: 1%; */
  color: black;
  /* height: 25vh; */
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 15px 0px;
}
.Services-three .service-track img {
  width: 100px;
}
.my-btn {
  min-width: 100%;
  display: flex;
  /* background: #bebebe33; */
  min-height: 30%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.all-btn-btn {
  border-radius: 50%;
  border: 2px solid #5c1414c2;
  width: 150px;
  height: 150px;
  box-shadow: 10px 20px 30px 0 var(--base-color);
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
img {
  vertical-align: middle;
  width: 80px;
}

.tree {
  display: flex;
  border-radius: 30px;
  box-shadow: 0px 0px 5px #aa3235;
  width: 80%;
  margin: 0px auto;
  margin-top: 40px;
  text-align: center;
  flex-wrap: wrap;
  display: flex;
  align-content: space-around;
  justify-content: space-around;
  align-items: stretch;
  flex-direction: row;
}
.tree-one {
  min-width: 250px;
  width: 30%;
  margin: 0px auto;
  filter: drop-shadow(1px 1px 100px #aa3235);
}
.tree-one img {
  width: 90%;
  margin: 0px auto;
}

.tree-two {
  width: 30%;
  min-width: 250px;
  margin: 0px auto;
  /* align-content: */
}

.tree-two h1 {
  margin: 20px 0px;
  color: #aa3235;
  text-transform: uppercase;
}

.tree-two p {
  margin: 20px 0px;
  text-align: justify;
}

.tree-three {
  width: 30%;
  min-width: 250px;
  margin: 0px auto;
}

.tree-three h1 {
  margin: 20px 0px;
  color: #aa3235;
}

.tree-three img {
  width: 20%;
  box-sizing: border-box;
  position: relative;
  margin: 10px;
  box-shadow: #31363f;
}

@media screen and (max-width: 768px) {
  .tree {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;

    align-items: center;
  }
  .servicesfour-two {
    flex-direction: column;
  }
  .slider {
    height: 50vh;
  }
  .container {
    width: 100%;
  }
}
.book-btn {
  justify-content: center;
  margin: 20px 0px;
  display: flex;
}

.book-btn .button {
  background-color: #aa3235;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid var(--bg-color);
}

.slider {
  width: 100%;
  min-height: 35vh;
  /* margin: 0px auto; */
  margin-top: 40px;
  background: linear-gradient(rgba(17, 17, 17, 0.849), rgba(17, 17, 17, 0.7)),
    url("../Assets/allimages/AI-ML/nadezhda\ ventures\ virtual\ assistant\ \(2\).png");
  background-position: center;
  background-size: contain;
  background-attachment: fixed;
}

.testimonial-slider {
  width: 80%;
  /* height: 30vh; */
  margin: 0px auto;
  /* display: flex; */
  justify-content: center;

  border-radius: 8px;
  animation: appear 1s forwards;
  align-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 5%;
}

.container {
  position: relative;
}

.div-box {
  color: white;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 10px;
  position: absolute;
  animation: appear 1s forwards;
}
@media (max-width: 767px) {
  .div-box {
    font-size: 16px;
  }
}
.div-box h1 {
  margin-bottom: 40px;
}

@keyframes appear {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes particle {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(50px, 50px) scale(0);
  }
}

.particle {
  animation: particle 0.5s forwards;
}

.hidden {
  display: none;
}
.hiring-process {
  width: 100%;
  margin: 70px 0px;
}
.img-hiring img {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0px auto;
}

.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;
}
.contact_subchild1 h1 {
  font-size: 8rem;
  line-height: 0.9;
  color: #aa3235;
}

.callingno h3 {
  font-size: 30px;
  /* 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;
  }
}
