@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400&display=swap");

/* @font-face {
  font-family: geotype;
  src: url(../fonts/GEOTYPE-BOLD-ITALIC.TTF) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
} */

* {
  margin: 0;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
}

body {
  font-size: 16px;
  height: 100vh;
}

h1 {
  font-size: 42px;
  font-weight: 300;
  line-height: 52px;
  color: #f41d25;
}
h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  color: #f41d25;
}
h3 {
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
}
h5 {
  font-weight: 600;
}
.content h1 .black_text {
  color: #000;
}
.content h1 .main_text {
  width: 100%;
  font-size: 42px;
  font-weight: 300;
  line-height: 52px;
}

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  z-index: 999;
}

a {
  color: #6c757d;
  cursor: pointer;
  z-index: 999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

a:hover {
  color: #f41d25;
}

.btn {
  background-color: #f41d25;
  color: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  padding: 6px 25px;
}

.btn:hover {
  color: #fff;
}

/* Default styles */
#secondary a {
  font-size: 40px;
  font-weight: 300;
  line-height: 52px;
  text-decoration: none;
  color: #000;
  position: relative;
  z-index: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    #f41d25,
    #f41d25 50%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
  display: inline-block; /* Make sure the anchor is treated as a block element */
}

/* Styles for the pseudo-element */
#secondary a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0px;
  left: 0;
  background-color: #000; /* Underline color */
  transition: width 0.3s ease; /* Smooth transition for width */
  transform-origin: left; /* Ensure the animation starts from the left corner */
}

/* Animation on hover */
#secondary a:hover {
  background-position: 0%;
}
#secondary a:hover:before {
  width: 100%;
}

.team {
  margin-top: 3rem;
}
/* .image-upload > input {
  display: none;
  cursor: pointer;
} */

#file-input-label {
  display: inline-block;
  background-color: #4caf50;
  color: white;
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}
#file-input {
  display: none;
}

.form-group .form-control {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: #f41d25;
  background-color: transparent;
  height: 35px;
}

.form-group textarea {
  height: 100px;
}
.form-group input[type="file"] {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: #f41d25;
  padding: 5px 10px;
  background-color: transparent;
}

::placeholder {
  color: #a8a8a8 !important;
  opacity: 1;
}

.form-check-input[type="checkbox"] {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  padding: 10px;
  margin-right: 15px;
  border-color: #f41d25;
  background-color: transparent;
}

.form-check-input:checked[type="checkbox"] {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  background-color: #f41d25 !important;
  border-color: #fff;
}

.check_box_group {
  position: relative;
}

.check_box_group label {
  position: absolute;
  top: 0;
  right: 12%;
}
.error {
  color: tomato;
  font-size: 14px;
}

.answer {
  display: none;
}

/* .bg_img {
  overflow: hidden;
  position: relative;
} */

.form_content {
  z-index: 999;
}
.contact_us {
  position: relative;
}
.demo-bg {
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 6%;
  width: 70%;
  height: auto;
  z-index: -1;
}

.privacy a {
  color: blue;
}
.privacy a:hover {
  color: #f41d25;
}

@media (max-width: 991px) {
  .team {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .demo-bg {
    width: 100%;
  }
  h3 {
    font-size: 28px;
    line-height: 32px;
  }
  h1 {
    font-size: 46px;
    line-height: 56px;
  }
  .content h1 .main_text {
    width: 100%;
    font-size: 46px;
    line-height: 56px;
  }
  #secondary a {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (max-width: 425px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .content h1 .main_text {
    font-size: 26px;
    line-height: 36px;
  }
  #secondary a {
    font-size: 26px;
    line-height: 36px;
  }
}

.thank-you {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.back-to-home-btn {
  background: #f41d25;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 20px;
  display: block;
  width: fit-content;
  border: 1px solid #f41d25;
  margin: 10px auto;
}
.back-to-home-btn:hover {
  background: #fff;
  color: #f41d25;
}
.file-upload img {
  scale: 0.8;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.file-upload img:hover {
  scale: 1;
  transition: 0.3s all ease-in-out;
}
.intl-tel-input {
  display: block;
  position: relative;
}
.intl-tel-input .selected-flag {
  height: 35px !important;
}



/* Text Fading S*/
 /* CSS for fading effect */
 .dynamic_txt li {
  display: none;
  font-size: 36px;
  font-weight: 300;
}

.fade-in {
  animation: fade-in 1.5s forwards;
  -webkit-animation: fade-in 1.5s forwards;
}

.fade-out {
  animation: fade-out 1.5s forwards;
  -webkit-animation: fade-out 1.5s forwards;
}

/* Adjust the animation duration for fade-in and fade-out */
@keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fade-out {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
/* Text Fading E*/