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

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #323437;
    overflow-x: hidden;

  }
  
  .topnav {
    overflow: hidden;
    background-color:#2c2e31;
    border-radius: 100px;
    margin-top: 18px;
    width: 96vw;
    margin-left: 2vw;
    margin-right: 2vw;
    height: 60px;
  }
  
  .topnav a {
    float: left;
    color: #646669;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
  }
  
  .topnav a:hover {
    background-color: #2c2e31;
    border-radius: 100px;
    color: white;
    transition: 0.3s;
  }
  
  .topnav a.active {
    background-color: #ccac38;
    color: white;
    border-radius: 100px;
  }

  a {
    margin-top: 6px;
    margin-left: 8px;
  }
  
  #intro {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    color: #cfcec3;
    margin-top: 135px;
    overflow: hidden;
    width: 100%;
    margin-top: 200px;
  }

  #AtomAI {
    width: 300px;
    height: 80px;
    background-color:#2c2e31;
    display: inline-block;
    padding-top: 8px;
    z-index: -1;
    animation: glow 4s ease-in-out infinite alternate;
    border-radius: 40px;
    
  }

  #sdfg{
    display: inline;
    display: flex;
    justify-content: center;
    align-items: center;


  }

  #text {
    overflow: hidden;
    display: inline;
    padding-left: 18px;
    font-size: 55px;
    font-weight: bold;
    color:#ccac38;
    animation: shrink 4s ease-in-out infinite alternate;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }


  @keyframes glow {
    from{
       box-shadow: none;
     }
     to {
       box-shadow: inset 0 0 30px #ccac38;
     }
    }
     @keyframes shrink {
      from {
        font-size: 55px;
      }
      to {
        font-size: 58px;
      
      }
     }

     #info-text {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      font-size: 32px;
      font-style: italic;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      margin-top: 130px;
      font-weight: bold;
      color: #646669;
      width: 100%;
      background-color: #2c2e31;
      padding: 20px;
      height: 120px;
      margin-top: 50px;
    
    }
   
.fa-quote-left {
  font-size: 50px;
  padding-top: 30px;
  width: 100vw;
}

#paragraph {
  text-align: center;
  margin-left: 20vw;
  margin-right: 20vw;
  color: #cfcec3;
  font-size: 23px;
  line-height: 150%;
  margin-top: 140px;
}

#outline-one {
  width: 98%;
  background-color: #2c2e31;
  height: 115px;
  
  display: inline;
  z-index: -1;

  border-radius: 40px;
  text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yellow-color {
  color:#ccac38;
  display: inline;
  text-shadow: 0 0 30px #ccac38;
}

#try-atomai {
  border-radius: 100px;
  border-width: 0;
  width: 200px;
  display: block;
  margin-left: 45%;
  margin-right: 45%;
  margin-top: 260px;
  position: absolute;
  height: 40px;
  background-color: #ccac38;
  color:#323437;
  font-size: 20px;
  font-weight: bold;
  transition: 0.5s;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}

#try-atomai:hover {
  box-shadow: 0 1px 20px #ccac38;
    transform: scale(1.1);
    transition: 0.5s;
    animation: ease-out;
    cursor: pointer;
}

@keyframes glow-on-hover {
  from {
    box-shadow: none;
  }
  to {
    box-shadow: 0 1px 20px #ccac38;
    transform: scale(1.1);
  }
}

#body-2 {
  height: 800px;
  margin-top: 0;
  margin-left: 3vw;
  margin-right: 3vw;
  width: 50vw;
  z-index:-2;
  opacity: 1;
  border-radius: 50px;
  background: radial-gradient(circle at 20% 20%, #ccac38 10%, transparent 30%),
              radial-gradient(circle at 80% 30%, #ccac38 10%, transparent 30%),
              radial-gradient(circle at 50% 70%, #ccac38 10%, transparent 30%),
              radial-gradient(circle at 90% 80%, #ccac38 5%, transparent 30%),
              radial-gradient(circle at 40% 90%, #ccac38 10%, transparent 30%);
         
  background-size: 300% 300%;
  animation: bubble-animation 20s ease-in-out infinite;
}

@keyframes bubble-animation {
  0% {
    background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    background-size: 150% 150%, 150% 150%, 150% 150%, 150% 150%, 150% 150%, 150% 150%, 150% 150%;
  }
  25% {
    background-position: 25% 25%, 25% 25%, 25% 25%, 25% 25%, 25% 25%, 25% 25%, 25% 25%;
    background-size: 120% 120%, 120% 120%, 120% 120%, 120% 120%, 120% 120%, 120% 120%, 120% 120%;
  }
  50% {
    background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  }
  75% {
    background-position: 75% 75%, 75% 75%, 75% 75%, 75% 75%, 75% 75%, 75% 75%, 75% 75%;
    background-size: 120% 120%, 120% 120%, 120% 120%, 120% 120%, 120% 120%, 120% 120%, 120% 120%;
  }
  100% {
    background-position: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
    background-size: 150% 150%, 150% 150%, 150% 150%, 150% 150%, 150% 150%, 150% 150%, 150% 150%;
  }
}


#logo {
  width: 330px;
  height: 60px;
  background-color:#2c2e31;  
  position: absolute;
  display: inline;
  margin-top: -60px;
  margin-left: 2%;
  border-radius: 100px;
  box-shadow: inset 0 0px 8px #ccac38;
  display: none;
}

#home-button {
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  text-decoration: none;
  color:#646669;
  font-weight: bold;
  font-size:25px;
  position: absolute;
  top: 10px;
  left: 120px;
  
}

#nav-logo {
  width: 45px;
  padding-left: 15px;
  padding-top: 6.5px;
  
}

.boundary-style {
  width: 42.5vw;
  height: 190px;
  background-color: #2c2e31;
  margin-top: 10px;
  margin-left:52vw;
  padding-right: 10px;
  border-radius: 40px;
  opacity: 0.9;
  padding-top: 30px;
  padding-bottom: 20px;
  overflow: hidden;
}

#question-1 {
  margin-top: 100px;
  height: 200px;
  opacity: 1;
  
}

#question-2 {
  margin-top: 25px;
  height: 200px;
  opacity: 1;
  
}

#label-2 {
  padding-left: 20px;
  color:#646669;
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  margin-top: 20px;
}

#label-1 {
  margin-top: 20px;
  padding-left: 20px;
  color:#646669;
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
}


#coding-level {
  border-radius: 50px;
  text-decoration-line: none;
  font-size: 20px;
  border-width: 0;
  background-color: #ccac38;
  color:#323437;
  font-weight: bold;
  display: inline-block;
  font-style: italic;
  margin-left: 20px;
  margin-top: 10px;
}

#coding-language {
  border-radius: 50px;
  text-decoration-line: none;
  font-size: 20px;
  border-width: 0;
  
  background-color: #ccac38;
  color:#323437;
  font-weight: bold;
  display: block;
  font-style: italic;
  margin-left: 20px;
  margin-top: 10px;
}






label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 200px;
}

select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  background: #2a394f;
  color: white;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
}

select:hover {
  background-color:#2c2e31;
}

select option {
  color:#323437;
}

.btn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  background-color:#646669;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 30px;
  width: 100%;
  overflow-x: hidden;
  margin-left: 3;
  top: 1400px;
  height: 50px;
  color:#323437;
  font-weight: bold;
  font-size: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.btn:disabled {
  background-color: #323437;
}

.btn:hover {
  background-color:#ccac38;
  box-shadow: 0 0 30px #ccac38;
}

.result-box {
  background:#2c2e31;
  text-align: center;
  width: 100%;
  z-index: -1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  color:#646669;
  font-size: 23px;
  font-weight: bold;
  font-style: italic;
  height: 150px;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}


/* Dropdown Container */
.dropdown {
  position: relative;
  display: inline-block;
  width: 200px;
}

/* Select Styling */
select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  background: #2a394f;
  color: white;
  appearance: none;
  cursor: pointer;
  transition: 0.3s, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

select:hover,
select:focus {
  background: #212e41;
  transform: translateY(-3px);
  box-shadow: 0 0 30px #ccac38;
}

select:focus {
  outline: none;
  animation: pulse 0.6s infinite alternate;
}

/* Keyframe Animation */
@keyframes pulse {
  from {
    transform: scale(1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
  to {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  }
}

#last-box {
  width: 86%;
  background-color: transparent;
  margin-top: 20px;
  height: 700px;
}

#generating-text {

  font-size: 25px;
  color:#ccac38;
  text-shadow: 0 0 30px #ccac38;
  font-weight: bold;
  font-style: italic;
  display: none;
  height: 300px;
}

#loader {
  border: 5px solid transparent;
  border-radius: 50%;
  border-top: 5px solid #ccac38;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 0.5s linear infinite;  
  display: block;
  margin-left: 47%;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#reset-button {
  margin-top: 15px;
  height: 50px;
  color:#323437;
  font-weight: bold;
  font-size: 20px;
  border: none;
  border-radius: 100px;
  width: 100px;
  text-decoration: none;
  background-color:#646669;
  margin-bottom: 10px;
}

#search-button {
  height: 50px;
  color:#323437;
  font-weight: bold;
  font-size: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: none;
  border-radius: 100px;
  width: 300px;
  text-decoration: none;
  background-color:#646669;
}

#topskill {
margin-top: -550px;
  font-size: 80px;
width: 48%;
margin-left: 60px;
 color:#2c2e31;
 text-shadow: 0 0 50px #ccac38;
}

#generating-logo {
position: absolute;
padding-left: 10px;

}

@media (max-width: 500px) {
  #body-2 {
    background: none;
    width: 90vw;
    margin-left: 8vw;
    margin-right: 8vw;
    margin-top: 230px;
  }
  .boundary-style {
    margin-left: 0px;
    width: fit-content;
  }
  #topskill {
    display: none;

  }
  #reset-button {
    width: 84vw;
  }
  #search-button {
    width: 84vw;
  }
  #last-box {
    width: 84vw;
  }
  #question-1 {
    width: 84vw;
  }
  #question-2 {
    width: 84vw;
  }
  .result-box {
    height: 300px;
  }
  #paragraph {
    display: none;
  }
  #try-atomai {
    display: none;
  }
  #info-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #introduce {
    display: none;
  }
}
