.banner{
    background-image: url(/assets/images/skill-revolution-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
         min-height: 800px;
    position: relative;
}
.banner h1{
    color: #FFF;
font-size: 58px;
font-weight: 400;
line-height: 100%;
letter-spacing: -0.58px;
text-transform: capitalize;
}
.banner p{
 color: #D7D7D7;
font-size: 16px;
font-weight: 400;
line-height: 150%;
padding: 24px 0 70px;
}
.banner .banner-img {
    position: absolute;
    bottom: 0;
    left: 0;
        width: 100%;
}
.banner .container{
   padding-top: 100px;
}


.banner-disc-row{
    border-radius: 32px;
background: rgba(255, 255, 255, 0.10);
padding: 40px 32px;
position: relative;
overflow: hidden;
}
.row.banner-disc-row::before{
    border-radius: 598.453px;
    opacity: 0.1;
    background: var(--primary, #54CCFF);
    filter: blur(196px);
    content: '';
    position: absolute;
    width: 598.453px;
    height: 379.411px;
}
.banner-disc-row p{
    color: #fff;
font-size: 20px;
font-weight: 400;
line-height: 150%;
}
.banner-form{
    padding: 60px 0 36px;
}
.why-choose{
    background-color: #000000;
    padding: 100px 0;
}
.why-choose h2{
    color: #F5F5F5;
font-size: 52px;
font-weight: 400;
line-height: 110%;
letter-spacing: -0.52px;
padding-bottom: 60px;
}
.why-choose-img img{
    width: 100%;
    border-radius: 25px;
}
.why-choose-img{
    position: sticky;
  top: 112px;
  height: 100vh;
  overflow-y: auto;
  padding-right: 1rem;
}
.accordion-body li{
    list-style: none;
    position: relative;
    display: flex;
    gap: 10px;
    padding-left: 20px;
    padding-bottom: 6px;
}
.why-choose li::before {
    position: absolute;
    content: '';
    background-color: #54CCFF;
    width: 8px;
    height: 8px;
    border-radius: 99px;
    outline: 3px solid rgba(255, 255, 255, 0.30);
    top: 45%;
    left: 4px;
    transform: translate(0px, -50%);
}
.accordion-item {
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #171B1F !important;
    margin-bottom: 20px;
}
.accordion-button{
    color: #fff !important;
font-size: 24px;
font-weight: 400;
line-height: 130%;
letter-spacing: -0.72px;
padding: 14px 16px;
background-color: #262A2E !important;
    gap: 10px;
   align-items: center;
    border-radius: 20px 20px 0 0 !important;
    box-shadow: none !important;
}
.accordion-button.collapsed{
        border-radius: 20px !important;
}
.accordion-button::after {
    filter: invert(1) saturate(0.1);
}
.accordion-body {
    padding: 24px;
    background: linear-gradient(0deg, #0E1216 0%, #0E1216 100%), rgba(255, 255, 255, 0.04);
    color:  #FFF;
font-size: 16px;
font-weight: 400;
line-height: normal;
position: relative;
    border-radius: 0 0 20px 20px !important;
    overflow: hidden;
}
.accordion-body p{
     color:  #FFF;
font-size: 16px;
font-weight: 400;
line-height: normal;
}
.accordion-body ul {
    margin: 0;
    padding: 16px 0 10px;
}
.accordion-body::after {
    position: absolute;
    content: url(/assets/images/why-grad.png);
    bottom: -9px;
    right: 0;
    z-index: 1;
}
.pre-register-form input[type="email"] {
    width: -webkit-fill-available;
    width: -moz-available;
}

@media screen and (min-width:1000px) {
    .grow {
  background: linear-gradient(to top, #0f1317 73%, #000 100%)
}
}
@media screen and (max-width:1300px) {
    .banner h1 {
    font-size: 48px;
    }
    .banner p {
    font-size: 14px;
    padding: 18px 0 41px;
}

}
@media screen and (min-width:1000px) and (max-width:1450px) {
   .banner {
    background-position: 50%;
}
    
}
@media screen and (max-width:1000px) {
    .banner {
    background-image: none;
    min-height: auto;
    }
    .banner-img-m {
    width: 100%;
}
.why-choose-img img {
    border-radius: 41px;
}

.why-choose-img {
    position: relative !important;
    top: 0;
    height: auto;
    overflow-y: unset;
    padding-right: 0;
}
.why-choose .row{
    gap: 30px;
}

    
}
@media screen and (max-width:700px) {
    .banner .container {
    padding: 32px 0 0 20px;
}
.banner h1 {
    font-size: 36px;
    padding-right: 20px;
}
.banner h1 br, .banner p br{display: none;}
    .banner p {
        font-size: 14px;
        padding: 28px 0 32px;
         padding-right: 20px;
    }
    .banner-disc-row p {
    font-size: 18px;
    }
.banner-disc-row {
    border-radius: 28px;
    padding: 22px 4px;
    margin-inline: 0;
            gap: 24px;
}
.why-choose h2 {
    font-size: 32px;
    padding-bottom: 32px;
}
.why-choose {
    padding: 56px 0;
}
    .why-choose-img {
        padding-inline: 5px;
    }
.accordion-why-choose {
    padding: 0 5px;
}
.accordion-button {
    font-size: 18px;
    padding: 14px;
        letter-spacing: -0.03em;
}
    .accordion-body p{
    color: #FFF;
    font-size: 14px;
 }
 .accordion-body{
    padding: 14px;

 }


}