section {
    padding: 0 2rem;
    width: 100%;
    margin-bottom: 3rem;
}
.headerNew a {
    color: white;
}
.infobtnboder{
    width: 13.5rem;
    padding: 8px;
    background-color: white;
    border: 1px solid #984CFF;
}
.infobtnboder a{
    color: #984CFF !important;

}

.intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(/images/websiteV3/driver/driverIntro.jpg);
    padding-top: 12rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 50rem;
    position: relative;
    color: white;
}

.intro::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 50rem;
    z-index: 1;
    pointer-events: none;
}

.introTxt {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-top: 6rem;
}

.txtBg {
    background-color: #984CFF;
    padding: 8px;
    margin: 1.5rem 0;
}

.benfit {
    display: flex;
    flex-direction: column;

}

.benfit img {
    width: 4rem;
    height: 2.5rem;
}

.card {
    padding: 6rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 20px 0px #984CFF30;
    border: none;
    border-radius: 24px;
    margin-top: 2rem;
}

.cardCont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    flex-direction: column;
}

.benfit h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.infoImgCont {
    position: relative;
    display: inline-block;
    margin-left: unset;
}

.infoImg {
    width: 20rem;
    height: 16rem;
    border-radius: 8px;
    object-fit: cover;
    object-position: top;
}

.whyTxt {
    width: 60%;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info {
    background-image: url(/images/websiteV3/driver/zedArrowAr.png);
    background-repeat: no-repeat;
    height: 40rem;
    align-items: center;
    background-position: top right;
    flex-direction: column;
    background-size: 360px 350px;
    justify-content: center;
}

.infoTxt {
    width: 100%;
    justify-content: center;
    margin-top: 3rem;
}

.infoTxt h3,
.infoTxt p {
    margin-bottom: 2rem;
}


.infobtn {
    width: 13.5rem;
    padding: 8px;
    background-color: #984CFF;
    color: white;
}

.info2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info2 img {
    width: 100%;
}

.info2Txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.info2Txt {
    color:rgba(152, 76, 255, 1);
    
}
.info2Txt h1 , .info2Txt p{
    font-weight: 900;
}


.pinkCont {
background-image: url(/images/websiteV3/driver/zedShapePinkAr.png);
  background-repeat: no-repeat;
  height: 50rem;
  align-items: center;
  background-position: top left;
  margin-bottom: 0;
  background-size: 350px 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pink {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.pinkTxt {
    width: 100%;
    justify-content: center;
    margin-top: 4rem;
}

.pinkTxt p {
    margin-bottom: 3rem;
}

.pinkbtn {
    width: 13.5rem;
    padding: 8px;
    background-color: #984CFF;
    color: white;
}

.pink img {
    margin-right: unset;
}
.pinkTxt h1{
    font-size: 70px;
    font-weight: 900;
    color: rgba(255, 146, 194, 0.3);
}
.btnCont p{
    color:rgba(255, 146, 194, 1);
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    box-shadow: 2px 2px 20px 0px rgba(255, 143, 171, 0.2);
    border-radius: 25px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.4s;
}

.slider::before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    background-color: pink; 
    border-radius: 50%;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    transition: 0.4s;
}
@media (min-width: 768px) {
    section {
        padding: 0 5rem;
        margin-bottom: 7rem;
    }
    .cardCont {
        flex-direction: row;
    }
    .card{
        width:25rem;
    }
    .info {

        flex-direction: row;
        background-size: unset;
        justify-content: unset;
        height: 56rem;
    }
    .infoTxt {
        width: 35%;
    }
    .infoImg {
        width: 38rem;
        height: 37rem;
    }
    .infoTxt {
        margin-top: 1rem;
    }
    
    .infoTxt h3,
    .infoTxt p {
        margin-bottom: 3rem;
    }
    .infoImgCont {
        margin-left: 9rem;
    }
    .info2 img {
        width: 60%;
    }

    .info2Txt{
        flex-direction: row;
    }
    .pinkCont {
        height: 56rem;
        background-size: unset;
        flex-direction: row;
    }
    .pink {
        flex-direction: row;
        height: 56rem;
        background-size: unset;
    }
    .pink img {
        margin-right: 6rem;
    }
    .pinkTxt {
        width: 50%;
    }
    .pinkTxt h1{
        font-size: 100px;
    }

}

@media (min-width: 1024px) {
}
@media only screen and (min-width: 1365px) {
   
}
@media only screen and (min-width: 1500px) {
  
}
@media only screen and (min-width: 1700px) {
   
   
}
@media (min-width: 2049px) {
}