@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
* {
    font-family: 'noto', sans-serif;
}
body {
}
.box-layout-form{
    padding: 12px;
}
.btn-1 button{
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
}
.btn-2 button{
    font-size: 16px !important;
    font-weight: 700;
    padding: 10px 28px;
}
/* strong{
    font-size: 40px;
}
. */
.btn-primary {
    color: #fff;
    background-color: #0D6EFD;
    border-color: #0D6EFD;
    font-size: 17px;
    padding: 8px;
}
/* Section - 1 */
.section-1 {
    background-image: url(../img/Frame-174.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #040222;
    position: relative;
}
/* .tool {
    text-align: center;
    padding-top:100px;
    padding-bottom: 100px;
} */
.tool-head h1{
    /* font-weight: 700; */
    /* font-size: 3rem; */
    color: #040222;
}
.tool-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 60px;
}
.btn-1 {
    display: flex;
    justify-content: right;
    align-items: center;
}
.btn-2 {
    display: flex;
    justify-content: left;
    align-items: center;
}
.btn.btn-outline-primary {
    font-size: 24px;
}


/* Section - 2 */


.calc {
    padding: 35px  !important;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 60px rgb(218 229 255);
    margin: 0 auto !important;
}
@media (max-width:768px) {
    .calc {
        width: 100% !important;
    }
}

.calc-btns {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}
.calc-btns .btn.btn-outline-primary {
    font-size: 16px;
}

.click-here {
    margin-top: 20px;
}

.calc label {
    font-size: 16px;
}

.cost-inp {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #333333;
    border-radius: 5px;
    padding: 5px 10px;
    column-gap: 10px;
    margin-bottom: 10px;
    width: 99%;
}
.cost-inp input {
    border: none;
    background: transparent;
    font-size: 16px
}
.cost-inp input:focus {
    outline: none;
}
.profit-ratio a {
    text-decoration: none;
    font-size: 20px;
}
.rate-inp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #333333;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 10px;
    width: 99%;
}
.rate-inp input {
    border: none;
    background: transparent;
    font-size: 16px;
}
.rate-inp input:focus {
    outline: none;
}

.img-layout {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.img-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.calc-display {
    position: relative;
    /* top: -20px;
    width: 50% !important; */
    /* background: #f1f3ff; */
    border-radius: 10px;
    /* filter: drop-shadow(0 10px 60px rgb(158, 158, 255)); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 10px !important;
    row-gap: 25px;
    margin: 0 auto;
}

@media (max-width:768px) {
  .calc-display {
    padding: 30px 0px !important;  
  }
}

.calc-display label {
    font-size: 14px;
}
.calc-display span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 90%;
    overflow-x: clip;
}
.fa-solid.fa-indian-rupee-sign{
    font-size: 20px;
    margin-right: 5px;
}

.cost-display {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 0 10px lightgrey;
    padding-top: 10px;
}
.rate-display {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.cgst {
    display: flex;
    flex-direction: column;
    /* row-gap: 5px; */
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 0 10px lightgrey;
    width: 47% !important;
    padding-top: 10px;
}
.sgst {
    display: flex;
    flex-direction: column;
    /* row-gap: 5px; */
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 0 10px lightgrey;
    width: 47% !important;
    padding-top: 10px;
}
.tsp {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 0 20px #000;
    background-color: #000;
    color: white;
    padding-top: 10px;
}



/* Section - 3 */
.section-3 {
    color: white;
    background-position: center;
    background-size: cover;
    position: relative;
    background: url(../img/banner-bright.jpg);
}
.bg-img-1{
    position: absolute;
    width: 100px;
    top: 100px;
    left: -50px;
    opacity: 0.3;
}
.bg-img-2 {
    position: absolute;
    width: 250px;
    right: 0px;
    top: 55px;
    opacity: 0.3;
}
.bg-img-3 {
    position: absolute;
    width: 250px;
    left: 0px;
    top: 500px;
    opacity: 0.3;
}
.button-layout {
    justify-content: center;
    row-gap: 30px;
    align-items: baseline;
    padding: 100px 0px;
}
.btn-head {
    text-align: center;
}
.btn-head strong {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    background-color: #6E38D9;
    border-radius: 25px;
}
.btn-sub-head {
    text-align: center;
}
.diff-sols {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.sols {
    padding: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    column-gap: 20px;
}
.sols:hover {
    background-color: #484848;
    border-radius: 10px;
    transition: all 0.1s ease-in-out;
    cursor: default;
}
.sol-icon img {
    width: 47px;
    height: 47px;
}
.addition {
    filter: drop-shadow(10px 10px 20px black);
    /* width: 310px !important; */
    height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* row-gap: 10px; */
    background-color: #fff;
    border-radius: 20px;
    /* padding: 5px 20px !important; */
}
.addition-head {
    color: #040222;
    font-weight: 700;
    /* padding: 0px 20px; */
}
.addition-list ul{
    color: rgb(66, 84, 102);
}
.addition-list ul li {
    font-size: 20px;
    padding: 5px 5px 5px 5px;
}

/* Section-4 */
.section-4 {
    position: relative;
    background: url(../img/section-4-bg-img.png);
    background-size: cover;
    background-position: center;
}
.res-img {
    position: absolute;
    width: 120px;
    right: 0px;
    top: 95px;
    opacity: 0.4;
}
@media (max-width:400px) {
    .res-img {
        display: none;
    }
}
.resources {
    padding: 150px 0px;
    text-align: center;
    row-gap: 30px;
}
.res-head strong{
    color: #763DE7;
    padding: 10px 15px;
    background-color: #F7F4FD;
    border-radius: 25px;
    font-size: 14px;
}
.res-content h4{
    padding: 0px 130px;
}
.res-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20px;
    /* column-gap: 15px; */
    padding-left: 0px;
    padding-right: 0px;
}
.card-item-1{
    border-radius: 15px;
    background-color: #F7F4FD;
    /* filter: drop-shadow(10px 10px 20px black); */
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.card-item-1:hover {
    filter: drop-shadow(10px 10px 20px gray);
    transition: all 0.6s ease-in-out;
    cursor: default;
}
.card-item-1 a{
    font-size: 20px;
    color: #5227C7;
    text-decoration: none;
    border-bottom: 1px solid #5227C7;
}
.card-item-1 a:hover {
    color: #5227C7;
    opacity: 0.7;
    cursor: default;
}
.card-item-2{
    border-radius: 15px;
    background-color: #FCF1FF;
    /* filter: drop-shadow(10px 10px 20px black); */
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.card-item-2:hover {
    filter: drop-shadow(10px 10px 20px gray);
    transition: all 0.6s ease-in-out;
    cursor: default;
}
.card-item-2 a{
    font-size: 20px;
    color: #5227C7;
    text-decoration: none;
    border-bottom: 1px solid #5227C7;
}
.card-item-2 a:hover {
    color: #5227C7;
    opacity: 0.7;
    cursor: default;
}
.card-item-3{
    border-radius: 15px;
    background-color: #FAF6FF;
    /* filter: drop-shadow(10px 10px 20px black); */
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.card-item-3:hover {
    filter: drop-shadow(10px 10px 20px gray);
    transition: all 0.6s ease-in-out;
    cursor: default;
}
.card-item-3 a{
    font-size: 20px;
    color: #5227C7;
    text-decoration: none;
    border-bottom: 1px solid #5227C7;
}
.card-item-3 a:hover {
    color: #5227C7;
    opacity: 0.7;
    cursor: default;
}


/* Section - 5 */
.section-5 {
    position: relative;
    background: url(../img/section-5-bg-img.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
}
.imp-bg-1 {
    position: absolute;
    width: 110px;
    left: 50px;
    top: 110px;
    opacity: 0.5;
}
.imp-bg-2 {
    position: absolute;
    width: 300px;
    right: 0px;
    bottom: -68px;
    z-index: 1;
    /* opacity: 0.5; */
}
@media (max-width:768px) {
    .imp-bg-1 {
        display: none;
    }
    .imp-bg-2 {
        display: none;
    }
}
.improve {
    padding: 100px 0px;
    text-align: center;
    row-gap: 65px;
}
.imp-head h1 {
    padding: 0px 50px;
    font-size: 4rem;
    font-weight: 700;
}
.imp-btn .btn.btn-primary {
    background-color: #5227C7;
    border-color: #5227C7;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
}

/* Section-6 */
.section-6 {
    position: relative;
    background-color: #5d21d2;
}

._footer {
    color: #fff;
    padding: 80px 0px;
}
.foot-1 {
    row-gap: 15px;
    display: flex;
    flex-direction: column;
}
.foot-1 a {
    text-decoration: none;
    color: #fff;
}
.foot-1 a:hover {
    color: #8be9e1;
}
.social {
    font-size: 1.5rem;
    display: flex;
    flex-direction: row;
    column-gap: 25px;
}
.social i:hover {
    color: #8be9e1;
}

.foot-2 {
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    row-gap: 10px;
}

.foot-3 {
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    row-gap: 10px;
}

.foot-4 {
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    row-gap: 10px;
}

.foot-5 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    row-gap: 44px;
}

.subs-inp input {
    /* padding: 10px 10px;
    border-radius: 10px;
    border: none; */
    /* box-shadow: 1px 1px 10px grey; */
    /* background-color: #edeaf3;
    color: #5d21d2;
    font-weight: 700; */
    /* border: 1px solid white; */
}
.subs-inp input::placeholder {
    /* color: #5d21d2; */
    /* font-size: 20px */
}
.subs-inp input:focus {
    /* outline: none; */
}

.subs-btn .btn.btn-primary {
    width: 80%;
    border-radius: 10px;
    padding: 10px 0px;
    background-color: #8be9e1;
    border-color: #8be9e1;
    font-size: 1rem;
    font-weight: 700;
    color: #040222;
}

/* Section - 7 - FAQ */

.section-7 {
    position: relative;
    background-image: url(../img/Frame-174.jpg);
    background-position: center;
    background-size: cover;
    /* background-size: 100vw 100vh; */
    background-repeat: no-repeat;
    /* height: 1000px; */
    padding-bottom: 60px;
}
.faq-img {
    position: absolute;
    width: 380px;
    height: 100px;
    top: 180px;
    right: 190px;
    opacity: 0.2;
    z-index: 1;
}
.faq {
    row-gap: 20px;
    padding-top: 20px;
    /* padding: 10px 0px; */
}
/* FAQS */
.faqs {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    z-index: 2;
}

.collapsible {
    border-radius: 5px;
    background-color: transparent;
    backdrop-filter: blur(8px);
    color: black;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    /*box-shadow: 5px 5px 10px lightgray;*/
}

.active,
.collapsible:hover {
    border-radius: 5px;
    box-shadow: 2px 2px 5px lightgray;
    transition: 0.3s ease;
}

.collapsible:after {
    content: '\002B';
    color: black;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.answer {
    max-height: 0;
    /* backdrop-filter: blur(5px); */
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    padding: 4px 18px;
    /* display: none; */
    overflow: hidden;
    background-color: transparent;
    transition: max-height 0.2s ease-out;
}

.answer p {
    margin-bottom: 0px;
}

.answer ul {
    font-size: 16px;
}

/* Try other tools - section */

.other-tools {
    row-gap: 60px;
    padding: 70px 0px;
}
.other-head h1{
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
}
/* .ot-row-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 30px;
} */
/* Pepsi Card -1 */
.pepsi-1 {
    position: relative;
    width: 600px;
    /* height: 300px; */
    /* background-color: #ccc; */
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: 0.5s;
}
.pepsi-1 .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.pepsi-1 .circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #D83133; */
    /* background-color: #EDEAF3; */
    clip-path: circle(70px at center);
    transition: 0.5s;
    cursor: pointer;
}
.pepsi-1:hover .circle:before {
    /* background: #CE93D8; */
    background: linear-gradient(90deg ,#FF930F, #FFF95B);
    clip-path: circle(400px at center);
}
.pepsi-1 img {
    filter: drop-shadow(-60px 60px 40px black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 250px;
    width: 250px;
    pointer-events: none;
    transition: 0.5s;
}
.pepsi-1:hover img {
    backdrop-filter: box-shadow(5px 5px 5px #000);
    left: 75%;
    width: 40%;
    height: 60%;
}
.pepsi-1 .content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
    width: 65%;
    padding: 20px 20px 20px 30px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.pepsi-1:hover .content {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.pepsi-1 .content h2 {
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}
.pepsi-1 .content p {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}
.pepsi-1 .content a {
    text-align: center;
    position: relative;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    background: #fff;
    color: #111;
    /* margin-top: 10px; */
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    width: 52%;
    font-size: 16px;
}
/* Pepsi Card - 2 */
.pepsi-2 {
    position: relative;
    width: 600px;
    /* height: 300px; */
    /* background-color: #ccc; */
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: 0.5s;
}
.pepsi-2 .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.pepsi-2 .circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #D83133; */
    /* background-color: #EDEAF3; */
    clip-path: circle(70px at center);
    transition: 0.5s;
    cursor: pointer;
}
.pepsi-2:hover .circle:before {
    /* background: #FEDE8A; */
    background: linear-gradient(90deg, #FF5858, #FFC8C8);
    clip-path: circle(400px at center);
}
.pepsi-2 img {
    filter: drop-shadow(-60px 60px 40px black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 250px;
    width: 250px;
    pointer-events: none;
    transition: 0.5s;
}
.pepsi-2:hover img {
    backdrop-filter: box-shadow(5px 5px 5px #000);
    left: 75%;
    width: 40%;
    height: 60%;
}
.pepsi-2 .content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
    width: 65%;
    padding: 20px 20px 20px 30px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.pepsi-2:hover .content {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.pepsi-2 .content h2 {
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}
.pepsi-2 .content p {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}
.pepsi-2 .content a {
    text-align: center;
    position: relative;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    background: #fff;
    color: #111;
    /* margin-top: 10px; */
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    width: 52%;
    font-size: 16px;
}
/* Pepsi Card - 3 */
.pepsi-3 {
    position: relative;
    width: 600px;
    /* height: 300px; */
    /* background-color: #ccc; */
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: 0.5s;
}
.pepsi-3 .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.pepsi-3 .circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #D83133; */
    /* background-color: #EDEAF3; */
    clip-path: circle(70px at center);
    transition: 0.5s;
    cursor: pointer;
}
.pepsi-3:hover .circle:before {
    /* background: #9FA8DA; */
    background: linear-gradient(90deg, #6F7BF7, #9BF8F4);
    clip-path: circle(400px at center);
}
.pepsi-3 img {
    filter: drop-shadow(-60px 60px 40px black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 250px;
    width: 250px;
    pointer-events: none;
    transition: 0.5s;
}
.pepsi-3:hover img {
    backdrop-filter: box-shadow(5px 5px 5px #000);
    left: 75%;
    width: 40%;
    height: 60%;
}
.pepsi-3 .content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
    width: 65%;
    padding: 20px 20px 20px 30px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.pepsi-3:hover .content {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.pepsi-3 .content h2 {
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}
.pepsi-3 .content p {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}
.pepsi-3 .content a {
    text-align: center;
    position: relative;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    background: #fff;
    color: #111;
    /* margin-top: 10px; */
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    width: 52%;
    font-size: 16px;
}
/* Pepsi Card - 4 */
.pepsi-4 {
    position: relative;
    width: 600px;
    /* height: 300px; */
    /* background-color: #ccc; */
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: 0.5s;
}
.pepsi-4 .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.pepsi-4 .circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #D83133; */
    /* background-color: #EDEAF3; */
    clip-path: circle(70px at center);
    transition: 0.5s;
    cursor: pointer;
}
.pepsi-4:hover .circle:before {
    /* background: #64B5F6; */
    background: linear-gradient(90deg, #810576, #FCC1CF);
    clip-path: circle(400px at center);
}
.pepsi-4 img {
    filter: drop-shadow(-60px 60px 40px black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 250px;
    width: 250px;
    pointer-events: none;
    transition: 0.5s;
}
.pepsi-4:hover img {
    backdrop-filter: box-shadow(5px 5px 5px #000);
    left: 75%;
    width: 40%;
    height: 60%;
}
.pepsi-4 .content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
    width: 65%;
    padding: 20px 20px 20px 30px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.pepsi-4:hover .content {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.pepsi-4 .content h2 {
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}
.pepsi-4 .content p {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}
.pepsi-4 .content a {
    text-align: center;
    position: relative;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    background: #fff;
    color: #111;
    /* margin-top: 10px; */
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    width: 52%;
    font-size: 16px;
}
/* Pepsi Card - 5 */
.pepsi-5 {
    position: relative;
    width: 600px;
    /* height: 300px; */
    /* background-color: #ccc; */
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: 0.5s;
}
.pepsi-5 .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.pepsi-5 .circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #D83133; */
    /* background-color: #EDEAF3; */
    clip-path: circle(70px at center);
    transition: 0.5s;
    cursor: pointer;
}
.pepsi-5:hover .circle:before {
    /* background: #E294B4; */
    background: linear-gradient(90deg, #5FC52E, #6EEE87);
    clip-path: circle(400px at center);
}
.pepsi-5 img {
    filter: drop-shadow(-60px 60px 40px black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 250px;
    width: 250px;
    pointer-events: none;
    transition: 0.5s;
}
.pepsi-5:hover img {
    backdrop-filter: box-shadow(5px 5px 5px #000);
    left: 75%;
    width: 40%;
    height: 60%;
}
.pepsi-5 .content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
    width: 65%;
    padding: 20px 20px 20px 30px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.pepsi-5:hover .content {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.pepsi-5 .content h2 {
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}
.pepsi-5 .content p {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}
.pepsi-5 .content a {
    text-align: center;
    position: relative;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    background: #fff;
    color: #111;
    /* margin-top: 10px; */
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    width: 52%;
    font-size: 16px;
}
/* Pepsi Card - 6 */
.pepsi-6 {
    position: relative;
    width: 600px;
    /* height: 300px; */
    /* background-color: #ccc; */
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: 0.5s;
}
.pepsi-6 .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.pepsi-6 .circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #D83133; */
    /* background-color: #EDEAF3; */
    clip-path: circle(70px at center);
    transition: 0.5s;
    cursor: pointer;
}
.pepsi-6:hover .circle:before {
    /* background: #FFD3A5; */
    background: linear-gradient(90deg, #F97D5B, #F9A87B);
    clip-path: circle(400px at center);
}
.pepsi-6 img {
    filter: drop-shadow(-60px 60px 40px black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 250px;
    width: 250px;
    pointer-events: none;
    transition: 0.5s;
}
.pepsi-6:hover img {
    backdrop-filter: box-shadow(5px 5px 5px #000);
    left: 75%;
    width: 40%;
    height: 60%;
}
.pepsi-6 .content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
    width: 65%;
    padding: 20px 20px 20px 30px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.pepsi-6:hover .content {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.pepsi-6 .content h2 {
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}
.pepsi-6 .content p {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}
.pepsi-6 .content a {
    text-align: center;
    position: relative;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    background: #fff;
    color: #111;
    /* margin-top: 10px; */
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    width: 52%;
    font-size: 16px;
}
.radio-toolbar {

}

.radio-toolbar input[type="radio"] {
opacity: 0;
position: fixed;
width: 0;
}
.radio-toolbar label {
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px;
  font-family: sans-serif, Arial;
  font-size: 16px;
  border: 1px solid #ddd;
  color:#ddd;
  border-radius: 4px;
  cursor:pointer;


}

.radio-toolbar label:hover {
background-color: #ffe600;
border-color: #ffe600;
color:#000
}

.radio-toolbar input[type="radio"]:focus + label {
  border: 1px solid #45067d;
}

.radio-toolbar input[type="radio"]:checked + label {
  background-color: #000;
  color:#fff;
  border-color: #000;
}
