@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;
}*/
.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: #0D6EFD;
    border-color: #0D6EFD;
    font-size: 17px;
    padding: 8px;
}
/* Section - 1 */
/* .section-1 {
    background-image: url(../images/Frame-174.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #040222; 
} */
/* .tool {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
} */
.tool-head h1{
    /*font-weight: 700;*/
    /*font-size: 4rem;*/
    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: 20px;
}


/* Section - 2 */
.section-2 {
    padding-top: 50px;
    /*padding-bottom: 100px;*/
}

@media (max-width:500px) {
  .inv {
    padding: 10px !important;
  }
}


.inv {
    padding: 50px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 100px rgb(190, 190, 255);
}

.invoice input {
    background: transparent;
}

.invoice textarea {
    background: transparent;
    font-size: 16px;
}

.invoice input:focus {
    outline: 1px solid #5227c7 !important;
    border-radius: 2px;
}

.comp-name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.comp-name input {
    display: flex;
    align-items: center;
    width:100%;
    height: 38px;
}
.comp-name input::value {
    margin-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    color: black;
}

.address-1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
}
.address-1 input {
    display: flex;
    align-items: center;
    width:100%;
}
.address-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
}
.address-2 input {
    display: flex;
    align-items: center;
    width:100%;
}
.address-3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
}
.address-3 input {
    display: flex;
    align-items: center;
    width:100%;
}
.phone {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
}
.phone input {
    display: flex;
    align-items: center;
    width:100%;
}
._email {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
}
._email input {
    display: flex;
    align-items: center;
    width:100%;
}
.invoice #text_area-1  {
    width: 100%;
    height: 200px;
    margin-top: 10px;
}
.invoice #text_area-1:focus {
    outline: 1px solid #5227c7 !important;
    border-radius: 5px;
}
.invoice #text_area-2  {
    width: 100%;
    height: 100px;
    margin-top: 20px;
}
.invoice #text_area-2:focus {
    outline: 1px solid #5227c7 !important;
    border-radius: 5px;
}
.add-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.add-link a {
    text-decoration: none;
}
.left-rupee {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 5px 0;
}
.left-rupee span {
    /* margin-right: 60px; */
}
.sales-tax span {
    /* margin-right: 60px; */
}
.sales-tax {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
.total-rupee {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}
.total-rupee span {
    /* margin-right: 60px; */
}
.invoice table {
    margin-top: 25px;
    margin-bottom: 15px;
}

.inv-btn {
    height: fit-content;
    padding: 30px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 10px;
    box-shadow: 0 10px 110px rgb(190, 190, 255);
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.inv-btn button {
    width: 100%;
    border-color: #5227c7;
    color: #5227c7;
}
.inv-btn button:hover {
    background-color: #5227c7;
    border-color: #5227c7;
}


/* 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;
        justify-content: flex-start;
}
.sols:hover {
    background-color: #6E38D9;
    border-radius: 10px;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}
.sol-icon img {
    width: 47px;
    height: 47px;
}
.addition {
    filter: drop-shadow(10px 10px 20px black);
    /* width: 310px !important; */
    height: 251.19px;
    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(../images/section-4-bg-img.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 80px;
}
.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: baseline;
    text-align: left;
}
.card-item-1:hover {
    filter: drop-shadow(10px 10px 20px gray);
    transition: all 0.6s ease-in-out;
    cursor: pointer;
}
.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: pointer;
}
.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: baseline;
    text-align: left;
}
.card-item-2:hover {
    filter: drop-shadow(10px 10px 20px gray);
    transition: all 0.6s ease-in-out;
    cursor: pointer;
}
.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: pointer;
}
.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: baseline;
    text-align: left;
}
.card-item-3:hover {
    filter: drop-shadow(10px 10px 20px gray);
    transition: all 0.6s ease-in-out;
    cursor: pointer;
}
.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: pointer;
}

/* Section - 5 */
.section-5 {
    position: relative;
    background: url(../images/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;
}
.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(../images/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 {
    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: #fff;
    backdrop-filter:blur(8px);
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24px;
    font-weight: 400;
    /*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;
  }
  /*.active:after {
    content: "\2212";
  } */
  .answer {
  max-height: 0;
  /* backdrop-filter: blur(5px); */
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding: 4px 18px;
  /* display: none; */
  overflow: hidden;
  /*background-color: transparent;*/
  transition: max-height 0.2s ease-out;
}
.answer p{
    margin-bottom: 0px;
}
/* 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;
}