/* Import Bootstrap CSS */
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css');

/* Import custom fonts */
@import url('https://cdn.jsdelivr.net/npm/@fontsource/open-sauce-two@5.0.11/400.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/@fontsource/open-sauce-two@5.0.11/400.min.css');
/* Custom CSS variables */
:root {
  --primary-color: #2f2f2f;
  --text-dark: #18181b;
  --text-light: #71717a;
  --white: #ffffff;
  --min-width: 1200px;
  --header-font: 'Open Sauce Two';
  --accent-color: #8672FF;
  --base-color: white;
  --text-color: #2E2B41;
  --input-color: #F3F0FF;
}
body{
  overflow-x: hidden;

}
#home{
  position: relative;
  margin-top: -500px;
}
#home >.section__container.overlay {
  position: relative;
  
}

#home h1, #home h3 {
  position: relative;
  z-index: 1;
  top: 10%;
}
.navbar .col-md-12 {
  text-align: left;
}
.img-thumbnail img[src*="Bullseye"] {
  
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  height: 50%;
}
.image-container {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  left: -10%;

  align-items: center;
  gap: 170px; /* adjust the gap size to your liking */
}

.navbar img {
  margin-left: 110%;
  
}
.image-container p {
  font-size: 18px;
  color: #666;
  margin-top: -100px;
  position: relative;
  left: 100%;
  font-weight: 700;
  color: #000;
}

 .centered-image-container {
  position: relative;
  top: 0%;
}

.overlay-section .centered-image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
}
.img-thumbnail img {
  background-color: #CCCCCC; /* matches the navbar background color */
}
.navbar-base {
  background-color: var(--base-color);
  color: var(--text-color);
 
}
.img-thumbnail p {
  margin-left: 10px;
}




.centered-image-container {
  width: 100vw;
  
  
}

.centered-image-container .img2{
  width: 100vw;
  height: auto;
  
}
.form-check-input {
  position: absolute;
  left: 53%;
  transform: translateX(-50%);
}

h1{
  font-family: 'Open Sauce Two' ;
  font-weight: 700;
  font-size: 4.5rem;
  text-shadow: 5px 5px 10px #d2d2d2;
  position: absolute;
  
 
}
h3 {
  font-family: 'Open Sauce Two' ;
  font-size: 1.2rem;
  color: var(--text-dark);
  font-weight: 400;
}
 .header-containers p {
  font-family: 'Open Sauce Two' ;
  font-size: 1.5rem;
  color: var(--text-dark);
  font-weight: 800;
}

button.btn.btn-primary{
  border-radius: 20px;
  background-color: #0ab3ff !important;
  margin-top: -65px;
  position: relative;
  left: 92%;
  
}
 .btn-submit-btn{
  border-radius: 20px;
  background-color: #18181b;
  color: #fff;
 width: 50%;
 margin: 0 auto;
  


}
#form-container {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;

}

#form-container.visible {
  display: block ;
}
.btn-secondary {
  color: #fff;
  background-color: #0ab3ff;
  border-color: #0ab3ff;
  position: relative;
  left:40%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.form-group{
  
   box-shadow: 15px 10px 15px #3337;
   border-radius: 13px;
   background:transparent;
   border: none;
   outline: none;
   
  
   
   z-index:1;
   
}
input[type="text"]{
  box-sizing: border-box;
  border: none !important;
  background: transparent;
  outline: none;
  color: #fff!important;
  border-bottom: 1px solid #0ab3ff!important;
  
}


input[type="text"] :focus{
  box-sizing: border-box;
  border: none!important;
  background: transparent;
  outline: none;



}
input[type="email"]{
  box-sizing: border-box;
  border: none !important;
  background: transparent;
  outline: none;
  border-bottom: 1px solid #0ab3ff!important;
}


p{
  font-family: 'Open Sauce Two' ;
  text-align: center;
  margin-top: 50px;
}
.section__container {
  margin-bottom: 300px; /* add 20px margin between sections */
}

.section__container + .section__container {
  margin-top: 20px; /* add 20px margin above the next section */
}
.centered-image-container {
  display: flex;
  justify-content: center;
  top: 1%;
}
img{
  width:1500px ;
}
h2{
  font-family: 'Open Sauce Two' ;
  font-size: 2.9rem;
  font-weight: 700;
}

.dropdown-menu {
  display: none; /* or display: inline-block; */
  box-shadow: 25px 30px 55px #3337;
  border: 2px solid #18181b;
  border-radius: 5px;
  background-color: #29313c;
  position: absolute;
  bottom:0;
  
}
#form-container{
  display: block
}

#form-container.visible {
  display: block; /* show the form container when the visible class is added */
}

.section__container + .section__container p {
  font-size: 1.5rem;
  font-family: Open Sauce Two;


}
input[type="search"] {
  padding-left: 30px; /* add some space for the search icon */
  position: relative;
  ; /* make the input field relative */
}
.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-container {
  display: flex;
  align-items: center;
}

.textsswitch2 {
  margin-left: 70px;
}


.button{
  background-color: #d2d2d2;
  width: 120px; /* Reduced width */
  height: 24px; /* Reduced height */
  cursor: pointer;
  left: 47%;
  border-radius: 40px; /* Adjusted border-radius */
  position: absolute;
  

  
  transition: 0.2s; /* Added duration */
  border: 1px solid #d2d2d2;
}
.button:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0); /* Added box shadow */
}

.button::before{
  position: absolute;
  content: '';
  background-color:black;
  width: 18px; /* Reduced width */
  height: 18px; /* Reduced height */
  border-radius: 50%; /* Changed to 50% for a circle */
  margin-top: 2px; /* Adjusted margin */
  transition: 0.2s; /* Added duration */
  margin-left: -58px;
  
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Added box shadow */
}

input:checked+.button{
  
  
}
input:checked+.button::before{
  transform: translateX(100px);
}

#check{
  display: none;
  
}
.mic::before, .mic::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 210px;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: 2;
  
}
@keyframes circle-size {
  from {
    width: 100px;
    height: 100px;
  }
  to {
    width: 150px;
    height: 150px;
  }
}


.mic::after {
  width: 20px;
  height: 20px;
  background-color:  #F7DC6F; 
  animation: circle-size 0.8s linear infinite alternate;
  margin-left:-395px ;
  margin-top: 30px;
}
.mic-icon {
  box-sizing: border-box;
  position: absolute;
  top: 200;
  left:45%;
  transform: translate(-50%, -50%) scale(3);
  display: block;
  width: 16px;
  height: 12px;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
  border: 2px solid;
  border-top: 0;
  margin-top: 20px;
  z-index: 3;
  margin-left: -300px;
}
.mic-icon::before, .mic-icon::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  
}
.mic-icon::before {
  width: 2px;
  height: 5px;
  top: calc(100% + 1px);
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #18181b;
}
.mic-icon::after {
  border: 2px solid;
  width: 8px;
  height: 18px;
  left: 50%;
  top: -10px;
  border-radius: 4px;
  transform: translate(-50%, 0);
}
.max {
  color: lightgreen;
  font-weight: bold;
}

.min {
  color: #964B00; /* light brown color */
  font-style: bold;
}


.progress-bar {
  width: 100%;
  height: 10px;
  background-color: #ccc;
  border-radius: 10px;
  overflow: hidden;
}

#line {
  width: 0%;
  height: 100%;
  background-color: #333;
  border-radius: 10px;
  transition: width 0.5s ease-in-out;
}

.dropdown-menu {
  padding: 20px;
  width: 400px;

 
  
}

.dropdown-menu form {
  display: block;
  
}

.dropdown-menu .form-group {
  margin-bottom: 20px;
}

.dropdown-menu .form-control {
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dropdown-menu .btn-primary {
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  border-radius: 0.25rem;
  cursor: pointer;
  
}



.dropdown-menu .btn-primary:hover {
  color: #fff;
  background-color: #23527c;
  border-color: #204d74;
}
/* Extra small devices (portrait phones, less than 576px) */


/* Small devices (landscape phones, 576px and up) */
@media screen  and (max-width:1165px) {

  .image-container {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    left: -10%;
  
    align-items: center;
    gap: 100px; /* adjust the gap size to your liking */
  }
  element.style {
    display: inline-block;
    position: absolute;
    top: 13.5%;
    left: 55%;
}
.dropdown, .dropend, .dropstart, .dropup {
  position: relative;
  left: 3%;
}

element.style {
  display: flex;
  position: relative;
  left: -25%;
}
.form-check .form-check-input {
  float: left;
  left: 54%;
  margin-left: -1.5em;
}


}
@media screen  and (max-width:1150px) {

  .image-container {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    left: -10%;
  
    align-items: center;
    gap: 100px; /* adjust the gap size to your liking */
  }

.dropdown, .dropend, .dropstart, .dropup {
  position: relative;
  left: 3%;
}
element.style {
  display: flex;
  position: relative;
  left: -25%;
}
element.style {
  display: inline-block;
  position: absolute;
  top: 13.5%;
  left: 55%;
}
.form-check .form-check-input {
  float: left;
  left: 54%;
  margin-left: -1.5em;
}
}
