/* Global Styles */
* {
  box-sizing: border-box;
}
:root{
  --bg-black-900:#f2f2fc;
  --bg-black-100:#fdf9ff;
  --bg-black-50:#e8dfec;
  --text-black-900:#302e4d;
  --text-black-700:#504e70;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Euclid Circular A", "Poppins";
  background: #2a282d;
  color: #222;
}

nav {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
  width: 100%;
  height: 72px;
  background: #ffffff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

nav a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
}

nav span {
  margin-right: 10px;
}

nav a.active {
  color: #8f44fd;
}

.section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 0 15%;
  text-align: center;
}
section.questions {
  display: flex;
  min-height: 100vh;
  /* flex-direction: row; */
  /* padding: 0 15%; */
  /* align-items:start; */
  /* text-align: center; */
}
section .days {
  margin-top: 80px;
  /* margin-left: 50px; */
}

section:nth-child(2) {
  background: #ffffff;
}

section:nth-child(4) {
  background: #2a282d;
}

p {
  color: #565656;
  line-height: 1.8;
}

section:nth-child(4) h2 {
  color: rgb(255 255 255 / 96%);
}

section:nth-child(4) p {
  color: rgb(255 255 255 / 70%);
}

/* New  */
.heading{
  margin: 10px;
  margin-left: 30px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 40px;
}
.heading h2{
  font-size: 30px;
  color: var(--text-black-900);
  font-weight: 700;
  position: relative;
}
.heading h2::before{
  content: '';
  height: 5px;
  width: 60px;
  background-color: #b342ff;
  position: absolute;
  top: 100%;
  left: 0;
}
.heading h2::after{
  content: '';
  height: 5px;
  width: 35px;
  background-color: #b342ff;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
}
.heading-2{
  margin: 10px;
  margin-left: 30px;
  /* flex: 0 0 100%; */
  max-width: 100%;
  margin-bottom: 40px;
}
.heading-2 h2{
  font-size: 40px;
  color: var(--bg-black-900);
  font-weight: 700;
  position: relative;
}
.heading-2 h2::before{
  content: '';
  height: 5px;
  width: 60px;
  background-color: #b342ff;
  position: absolute;
  top: 100%;
  left: 0;
}
.heading-2 h2::after{
  content: '';
  height: 5px;
  width: 35px;
  background-color: #b342ff;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
}
.container{
  height: 100%;
}

.topics {
  display: flex;
  flex-direction: column;
  /* margin: 10px; */
  margin-top: 30px;
  /* margin-left: 20px; */
  user-select: none;
}
.topic {
  background: #bca4ff;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  /* margin-left: 0px; */
  cursor: pointer;
  font-size: 24px;
  list-style-type:none;
  position: relative;
  color: #000;
}
/* .topic:hover {
  background-color:#9d9d9d;
  border-radius: 20px;
} */
.sub-content {
  display: none;
  padding: 10px;
  /* margin: 10px; */
  /* margin-left: 10px; */
  border-radius: 10px;
}

.sub-content-visible + .dropdown-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.quetions{
  background-color: #e0d4ff;
  list-style-type: decimal;
  font-size: 18px;
  margin: 10px;
  padding: 5px;
  padding-left: 10px;
  border-radius: 10px;
}
.quetions a{
  color: #222;
  text-decoration: none;

}
.header , .header .hbar{
  display: flex;
}
.menu{
  margin: 32px;
  list-style-type: none;
}
/* .menu a:hover{
  border-radius: 10px;
  color:#292929;
  background:#bebebe;

} */
.menu a{
    padding: 10px;
    text-decoration: none;
    color: rgb(207, 207, 207);

}
.header{
  color: rgb(207, 207, 207);
  background: rgb(49, 49, 49);
 
}
.logo{
  margin: 30px;
}
.padd-15{
  padding-left: 15px;
  padding-right: 15px;
}

/* experience section */

.icon img{
  height: 65px;    
}
.experience .experience-item{
  /* margin-bottom: 30px; */
  flex: 0 0 30%;
  max-width: 30%;
  margin: 10px;
}



/* CSS */
.button-48 {
appearance: none;
background-color:#b342ff;
border-width: 0;
border-radius: 20px;
box-sizing: border-box;
color: var(--bg-black-900);
cursor: pointer;
display: inline-block;
font-size: 15px;
font-weight: 500;
letter-spacing: 0;
line-height: 0;
margin-top: 10px;
margin-bottom: 20px;
opacity: 1;
outline: 0;
padding: 1.3em 2em;
position: relative;
text-align: center;
text-decoration: none;
text-rendering: geometricprecision;
/* text-transform: uppercase; */
transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: baseline;
white-space: nowrap;
}

.button-48:before {
animation: opacityFallbackOut .5s step-end forwards;
backface-visibility: hidden;
background-color: #ff425b;
clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
content: "";
height: 100%;
left: 0;
position: absolute;
border-radius: 20px;
top: 0;
transform: translateZ(0);
transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
width: 100%;
}

.button-48:hover:before {
animation: opacityFallbackIn 0s step-start forwards;
clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.button-48:after {
background-color: #FFFFFF;
}

.button-48 span {
z-index: 1;
position: relative;
}
.experience .experience-item .experience-item-inner{
  background-color: var(--bg-black-50);
  border: 1px solid var(--bg-black-50);
  border-radius: 30px;
  padding: 30px 15px;
  text-align: center;
  transition: all 0.4s ease;
}
.experience .experience-item .experience-item-inner:hover{
  cursor: default;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(48, 46, 77, 0.15);
}
.experience .experience-item .experience-item-inner h4{
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--text-black-900);
  font-weight: 600;
  text-transform: capitalize;
}
.experience .experience-item ,.experience-item-inner p{
  font-size: 14px;
  color: var(--text-black-700);
  line-height: 25px;
}
.row{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
footer{
  color: var(--bg-black-100);
  background-color: #000000;
  text-align: center;
  height: 3vh;
}

@media (max-width:980px){
    
  .experience .experience-item{
      flex: 0 0 40%;
      max-width: 100%;
      margin: 30px;
  }
}
@media (max-width:630px){
  .experience .experience-item{
      flex: 0 0 100%;
      max-width: 100%;
      margin:2px;
      margin-bottom: 30px;
  }
  .heading-2 h2{
    font-size: 20px;
  }
  nav, nav h2{
    gap: 5px;
    height: 62px;
    padding: 20px;
    text-align: center;
  }
  nav a{
    display: none;
  }
  .heading h2{
    margin-left: -1px;
    font-size: 18px;
  }
  .topic{
    margin-left: -10px;
    width: 70%;
    font-size: 16px;
  }
  .quetions{
    font-size: 10px;
  }
  footer{
    font-size: 12px;
}
}
@media(max-width:350px){
  .experience .experience-item{
    flex: 100%;
    max-width: 100%;
    margin:0px;
    margin-bottom: 20px;
}
 
}
