* {
  //  font-family: 'Circular', Raleway;
}
.section-1 {
    background-image: url(../img/Frame-174.jpg);
    background-repeat: no-repeat;
    color: #040222;
   background-size: cover;
    background-position: bottom center;
    padding-bottom: 50px;
}

.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;
} */

.col-md-12 {
    flex: 0 0 auto;
    width: 100%;
    font-size: 14px;
}

p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 1rem;
}

h6 {
    font-size: 20px !important;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-size: 17px;
    padding: 8px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.Whatis h2 {
  font-size: 30px;
}

/* Section - 1 */
/* .section-1 {
    padding-top: 160px;
} */

.tool {
    padding-top: 135px;
    text-align: center;
    row-gap: 35px;
}

.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 {
   /* padding-top: 60px;
    padding-bottom: 100px;*/
}

/* .add {
    height: 595px;
} */

.img-layout {
    display: flex;
    position: relative;
    border-radius: 20px;
     box-shadow: 0 10px 60px rgb(218 229 255);
    /* flex-direction: row; */
    padding:20px;
}
.img-3 {
    filter: drop-shadow(10px 10px 20px black);
    top: 50px;
    left: -420px;
    width: 342px;
    height: 393px;
    position: relative;
}
.img-4 {
    filter: drop-shadow(10px 10px 20px black);
    top: 140px;
    left: -630px;
    width: 342px;
    height: 394px;
    position: relative;
}
.img-1 {
    top: 100px;
    left: 250px;
    width: 285px;
    height: 94px;
    position: relative;
}
.img-2 {
    top:400px;
    left: -150px;
    width: 285px;
    height: 94px;
    position: relative;
}

.img-content {
    padding: 0px 70px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 25px;
}
.pill strong {
    color: #763de7;
    padding: 10px 15px;
    background-color: #f7f4fd;
    border-radius: 25px;
    font-size: 14px;
}

.img-link a{
    font-size: 20px;
    color: #5227c7;
    text-decoration: none;
    border-bottom: 1px solid #5227c7;
}
.img-link a:hover {
    color: #5227c7;
    opacity: 0.7;
}

.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: baseline;
    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 {
    margin: auto;
    filter: drop-shadow(10px 10px 20px black);
    width: 310px !important;
    height: 251.19px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    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.6;
    z-index: -1;
}
@media (max-width:400px) {
  .res-img {
    display: none;
  }
}

.resources {
    /*padding: 150px 0px;*/
    padding:30px;
    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;
    height: 100%;
}

.card-item-1 img {
  width: 15%;
}

.card-item-1 p {
  font-size: 18px;
}
.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;
    height: 100%;
}

.card-item-2 img {
  width: 15%;
}

.card-item-2 p {
  font-size: 18px;
}
.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{
    height: 100%;
    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 img {
  width: 15%;
}

.card-item-3 p {
  font-size: 18px;
}
.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;
}
.imp-bg-2 {
    position: absolute;
    width: 300px;
    right: 0px;
    bottom: -68px;
    z-index: -1;
}
@media (max-width:400px) {
    .imp-bg-1 {
      display: none;
    }
    .imp-bg-2 {
      display: none;
    }
}

.improve {
    padding: 50px 0px;
    text-align: center;
    row-gap: 65px;
}

.imp-head span {
    padding: 0px 50px;
    font-size: 40px;
    /* 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;
}
.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: 16px;
    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-repeat: no-repeat;
    padding:25px;
}

.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 {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    /* justify-content: space-between; */
    /* column-gap: 35px; */
    z-index: 2;
}

.faq-head {
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    color: black;
}

.faq-ques-1{
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    row-gap: 80px;
}
.faq-ques-2{
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    row-gap: 50px;
}
.faq-ques-3{
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    row-gap: 80px;
}

.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 {
    background-color: #edeaf3; 
   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;
  }

  .collapsible.active:after {
            content: "\2212";
        }
        
        .faq-common{
    width:70%;
}
@media (max-width:735px) {
    .imp-bg-1 {
      display: none;
    }
    .imp-bg-2 {
      display: none;
    }
    .faq-common{
      width: 100%;
    }
}

.answer {
    max-height: 0;
    /* backdrop-filter: blur(5px); */
    font-size: 16px;
    font-weight: 500;
    color: black;
    padding: 4px 0px;
    overflow: hidden;
    background-color: transparent;
    transition: max-height 0.2s ease-out;
}
.answer p{
    margin-bottom: 5px;
    margin-top: 15px;
}
.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: 40px;
    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;
    margin-left: 8px;
}
.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;
    margin-left: 8px;
}
.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;
    margin-left: 8px;
}
.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;
    margin-left: 8px;
}
.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;
    margin-left: 8px;
}
.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;
    margin-left: 8px;
}
.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;
}
