/* Particles */


/* ---- particles.js container ---- */

@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");
@import url('https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css');
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #ffffff;
    font-size: .10em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 0.7em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/* Particles end*/


/* Our Services start*/


ol {
    width: min(60rem, 90%);
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    list-style: none;
    counter-reset: cardnr;
    justify-content: center;
}

.li1 {
    --frontColor: white;
    --width: 10em;
    --inlineP: 0.5rem;
    --borderR: 4rem;
    --arrowW: 2rem;
    --arrowH: 1.5rem;
    counter-increment: cardnr;
    width: calc(var(--width) - var(--inlineP) * 2);
    display: grid;
    grid-template: "icon" var(--borderR) "title" "descr" 1fr;
    margin-inline: var(--inlineP);
    margin-bottom: calc(var(--borderR));
    position: relative;
}

.li1 .icon,
.li1 .title,
.li1 .descr {
    background: var(--frontColor);
    padding-inline: 1rem;
    padding-bottom: 1rem;
}

.li1 .icon {}

.li1 .icon:hover {
    animation: bouncing 0.5s 0.3s;
    color: #000;
}

.li1 .icon,
.li1 .title {
    color: var(--accent-color);
    text-align: center;
    padding-bottom: 0.5rem;
}

.li1 .title,
.li1 .descr {
    filter: drop-shadow(0.125rem 0.125rem 0.075rem rgba(0, 0, 0, 0.25));
}

.li1 .icon {
    grid-area: icon;
    font-size: 2rem;
    display: grid;
    place-items: center;
    border-radius: var(--borderR) 0 0 0;
    position: relative;
}

.li1 .title {
    grid-area: title;
    font-size: 1.1rem;
    font-weight: bold;
}

.li1 .descr {
    grid-area: descr;
    font-size: 0.85rem;
    text-align: center;
}

.li1 .descr::before {
    content: "";
    width: var(--arrowW);
    height: var(--arrowH);
    position: absolute;
    right: 1.5rem;
    top: 100%;
    background: inherit;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.li1::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: calc(var(--inlineP) * -1);
    right: calc(var(--inlineP) * -1);
    top: var(--borderR);
    bottom: calc(var(--borderR) * -1);
    display: flex;
    align-items: flex-end;
    background: var(--accent-color);
    background-image: linear-gradient( 160deg, rgba(255, 255, 255, 0.25), transparent 25% 75%, rgba(0, 0, 0, 0.25));
    border-radius: 0 0 var(--borderR) 0;
    --pad: 1rem;
    padding: var(--pad);
    font-size: calc(var(--borderR) - var(--pad) * 2);
    color: white;
}

.li1::before {
    content: "";
    position: absolute;
    height: var(--borderR);
    top: calc(100% + var(--borderR) - 2px);
    left: calc(var(--inlineP) * -1);
    right: calc(var(--inlineP) * -1);
    border-radius: 0 var(--borderR) 0 0;
    background-image: linear-gradient(var(--accent-color), transparent 60%);
    opacity: 0.5;
    filter: blur(2px);
}


/* Our Services end*/


/* Why Us */


.body12 {
    background-image: linear-gradient( #042845 7.3%, #1A7BBB 84.8%);
    height: 100%;
}

h1.white {
    font-family: 'Montserrat', sans-serif;
    margin: 30px 20px 50px;
    color: #fff;
    text-transform: uppercase;
}

.serviceBox {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-top: 10px;
}

.sss {
    margin-top: 30px;
}

.serviceBox .service-icon {
    color: #fff;
    background: #fff;
    font-size: 45px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border-radius: 50%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.serviceBox .service-icon:before,
.serviceBox .service-icon:after {
    content: "";
    background: linear-gradient(to right, #F09119 50%, transparent 50%);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    transition: all ease 0.8s;
}

.serviceBox:hover .service-icon:before,
.serviceBox:hover .service-icon:after {
    transform: rotateZ(180deg);
}

.serviceBox:hover .service-icon {
    box-shadow: -5px 1px 5px rgba(0, 0, 0, 0.2);
}

.serviceBox .service-icon:after {
    background: #F09119;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.serviceBox {
    border: 1px solid #e5e4e4;
    padding: 40px;
    border-radius: 20px;
    background: #f9f9f9;
    position: relative;
    z-index: 1;
    height: 440px;
}

.serviceBox .title {
    color: #F1921A;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.serviceBox .description {
    color: #777;
    text-rendering: optimizeLegibility;
    text-align: center;
    word-spacing: -1px;
}

.serviceBox.red .service-icon:before {
    background: linear-gradient(to right, #E34A3A 50%, transparent 50%);
}

.serviceBox.red .service-icon:after {
    background: #E34A3A;
}

.serviceBox.red .title {
    color: #E34A3A;
}

.serviceBox.blue .service-icon:before {
    background: linear-gradient(to right, #009CB5 50%, transparent 50%);
}

.serviceBox.blue .service-icon:after {
    background: #009CB5;
}

.serviceBox.blue .title {
    color: #009CB5;
}

.serviceBox.green .service-icon:before {
    background: linear-gradient(to right, #A1C52D 50%, transparent 50%);
}

.serviceBox.green .service-icon:after {
    background: #A1C52D;
}

.serviceBox.green .title {
    color: #A1C52D;
}

.serviceBox.purple .service-icon:before {
    background: linear-gradient(to right, #bc3ae3 50%, transparent 50%);
}

.serviceBox.purple .service-icon:after {
    background: #bc3ae3;
}

.serviceBox.purple .title {
    color: #bc3ae3;
}

.serviceBox.yellow .service-icon:before {
    background: linear-gradient(to right, #cec32d 50%, transparent 50%);
}

.serviceBox.yellow .service-icon:after {
    background: #cec32d;
}

.serviceBox.yellow .title {
    color: #cec32d;
}

.serviceBox.violet .service-icon:before {
    background: linear-gradient(to right, #7e48fc 50%, transparent 50%);
}

.serviceBox.violet .service-icon:after {
    background: #7e48fc;
}

.serviceBox.violet .title {
    color: #7e48fc;
}

.serviceBox.pink .service-icon:before {
    background: linear-gradient(to right, #e950ae 50%, transparent 50%);
}

.serviceBox.pink .service-icon:after {
    background: #e950ae;
}

.serviceBox.pink .title {
    color: #e950ae;
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}


/* Why Us End */


/* Skill Set Start */


* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Nunito", sans-serif;
}

img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.container-skill {
    max-width: 1300px;
    margin: 0px auto 0px auto;
    padding: 0px 40px;
}

@media (min-width: 1200px) and (max-width: 1441px) {
    .container-skill {
        max-width: 1250px;
        padding: 0px 36px;
    }
}

@media (max-width: 767px) {
    .container-skill {
        padding: 0px 30px;
    }
}

@media (max-width: 479px) {
    .container-skill {
        padding: 0px 30px 0px 20px;
    }
}

.skills {
    padding: 50px 0px;
}

.skills .skills-flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    width: 100%;
}

@media (max-width: 700px) {
    .skills .skills-flex-container {
        gap: 30px;
    }
}

.skills .skills-flex-container .box {
    flex: 1 1 15%;
    background: #001925;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 24px;
    padding: 25px;
    text-align: center;
    border: 10px solid #013747;
    transition: all 0.3s ease-in;
}

.skills .skills-flex-container .box .image {
    transition: all 0.3s ease-in-out 0.1s;
}

.skills .skills-flex-container .box .image img {
    max-width: 75px;
    object-fit: contain;
}

.skills .skills-flex-container .box .title {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
    color: white;
    transition: all 0.3s ease-in-out;
}

.skills .skills-flex-container .box:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 20px 20px 30px;
    transform: scale(1.1);
}

.skills .skills-flex-container .box:hover .image {
    transform: scale(1.5) translateY(-20px);
}

.skills .skills-flex-container .box:hover .image img {
    animation: bouncing 0.5s 0.3s;
}

.skills .skills-flex-container .box:hover .title {
    letter-spacing: 2px;
}

@media (max-width: 1100px) {
    .skills .skills-flex-container .box {
        flex: 1 0 25%;
    }
}

@media (max-width: 630px) {
    .skills .skills-flex-container .box {
        flex: 1 0 35%;
        padding: 15px;
    }
    .skills .skills-flex-container .box .image img {
        max-width: 50px;
    }
}

@keyframes bouncing {
    from,
    to {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}


/* Skill Set End */


/* CTA */


/* CTA */


/* Magic Reciepie */


.ulw.ul-cards {
    width: min(100%, 60rem);
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    list-style: none;
    justify-content: center;
}

.ulw.ul-cards>li {
    --bg-color: #F2F2F2;
    --text-color: #333;
    --padding: 1rem;
    --circle-size: 5rem;
    --circle-expand: 1rem;
    --flap-height: 1.25rem;
    --flap-offset: 0.5rem;
    max-width: 15rem;
    margin-top: calc(var(--circle-size) / 2 + var(--circle-expand));
    margin-bottom: var(--flap-offset);
    background-color: var(--bg-color);
    background-image: linear-gradient(to bottom left, transparent 50%, rgba(0 0 0 / .125));
    border-radius: var(--padding);
    padding: var(--padding);
    --bs-rim: inset -0.1rem 0.1rem 0.1rem rgb(255 255 255 / .5);
    --bs-card-spread: 0.25rem;
    --bs-card-color: rgb(0 0 0 / 0.02);
    --bs-card: -0.1rem 0.1rem var(--bs-card-spread) var(--bs-card-color), -0.2rem 0.2rem var(--bs-card-spread) var(--bs-card-color), -0.3rem 0.3rem var(--bs-card-spread) var(--bs-card-color), -0.4rem 0.4rem var(--bs-card-spread) var(--bs-card-color), -0.5rem 0.5rem var(--bs-card-spread) var(--bs-card-color), -0.6rem 0.6rem var(--bs-card-spread) var(--bs-card-color), -0.7rem 0.7rem var(--bs-card-spread) var(--bs-card-color), -0.8rem 0.8rem var(--bs-card-spread) var(--bs-card-color), -0.9rem 0.9rem var(--bs-card-spread) var(--bs-card-color), -1.0rem 1.0rem var(--bs-card-spread) var(--bs-card-color), -1.1rem 1.1rem var(--bs-card-spread) var(--bs-card-color), -1.2rem 1.2rem var(--bs-card-spread) var(--bs-card-color), -1.3rem 1.3rem var(--bs-card-spread) var(--bs-card-color), -1.4rem 1.4rem var(--bs-card-spread) var(--bs-card-color), -1.5rem 1.5rem var(--bs-card-spread) var(--bs-card-color), -1.6rem 1.6rem var(--bs-card-spread) var(--bs-card-color), -1.7rem 1.7rem var(--bs-card-spread) var(--bs-card-color), -1.8rem 1.8rem var(--bs-card-spread) var(--bs-card-color), -1.9rem 1.9rem var(--bs-card-spread) var(--bs-card-color);
    box-shadow: var(--bs-rim), var(--bs-card);
    display: grid;
    grid-template-rows: max-content max-content auto;
    justify-items: center;
    text-align: center;
    gap: 0.75rem;
    position: relative;
}

.ulw.ul-cards>li>.icon {
    width: var(--circle-size);
    margin-top: calc(var(--circle-size) / -2 - var(--padding));
    aspect-ratio: 1;
    background-color: var(--bg-color);
    justify-self: center;
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: var(--bs-rim), -0.1rem 0.1rem 0.25rem rgb(0 0 0 / .25);
}

.ulw.ul-cards>li>.icon>i {
    font-size: calc(var(--circle-size) / 3);
    color: var(--accent-color);
}

.ulw.ul-cards>li>.title {
    margin-top: 0.5rem;
    color: var(--accent-color);
    font-weight: 700;
}

.ulw.ul-cards>li>.content {
    font-size: 0.8rem;
    margin-bottom: 1rem;
    color: var(--text-color)
}

.ulw.ul-cards>li::before,
ul>li::after {
    content: "";
    position: absolute;
}

.ulw.ul-cards>li::before {
    top: calc(var(--circle-size) / -2 - var(--circle-expand));
    width: calc(var(--circle-size) * 1 + var(--circle-expand) * 2);
    height: calc(100% + var(--circle-size) / 2 + var(--padding) + var(--flap-offset));
    background-color: var(--accent-color);
    background-image: linear-gradient( transparent 50%, rgb(0 0 0 / .25) 0);
    border-top-left-radius: calc(var(--circle-size) / 2 + var(--circle-expand));
    border-top-right-radius: calc(var(--circle-size) / 2 + var(--circle-expand));
    clip-path: polygon( 0 0, 100% 0, 100% calc(100% - var(--flap-offset)), calc(100% - var(--flap-offset)) 100%, var(--flap-offset) 100%, 0 calc(100% - var(--flap-offset)));
    z-index: -1;
}

.ulw.ul-cards>li::after {
    width: calc(var(--circle-size) * 1 + var(--circle-expand) * 2 - var(--flap-offset) * 2);
    height: var(--flap-height);
    bottom: calc(var(--flap-offset) * -1);
    border-top-left-radius: var(--flap-height);
    border-top-right-radius: var(--flap-height);
    background-color: var(--accent-color);
}


/*  */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Magic Reciepie */


/* Contact Us */


/* svg {
    height: 23rem;
    margin-right: 4rem;
} */

#envelope {
    animation: float 2s ease-in-out infinite;
}

#star1,
#star2,
#star3,
#star4,
#star5,
#star6 {
    animation: blink 1s ease-in-out infinite;
}

#star2 {
    animation-delay: 100ms;
}

#star3 {
    animation-delay: 500ms;
}

#star4 {
    animation-delay: 700ms;
}

#star5 {
    animation-delay: 300ms;
}

#star6 {
    animation-delay: 200ms;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}


/* form {
    min-width: 25rem;
} */

form .title {
    font-family: "Pacifico", cursive;
    color: #212529;
    font-size: 2.5rem;
}

form .form-control {
    background-color: #f2f6f8;
    border-radius: 2rem;
    border: none;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
}

form .form-control.thick {
    height: 3.3rem;
    padding: 0.5rem 3.5rem;
}

form .form-control:focus {
    background-color: #f2f6f8;
    border: none;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
}

form .message .form-control {
    padding: 0.5rem 1.8rem;
}

form ::placeholder {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #838788;
    position: relative;
    left: 0;
}

form input,
form textarea {
    font-family: "Quicksand", sans-serif;
    color: #212529;
    font-size: 1.1rem;
}

form .icon {
    color: #57565c;
    height: 1.3rem;
    position: absolute;
    left: 1.5rem;
    top: 1.1rem;
}

.btn.btn-primary {
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 3rem;
    border: 0;
    border-radius: 3rem;
    background-image: linear-gradient(to right, #042845, #1A7BBB);
    background-size: 300% 100%;
    transition: all 0.3s ease-in-out;
}

.btn.btn-primary:hover:enabled {
    box-shadow: 0 0.5em 0.5em -0.4em #042845;
    background-size: 100% 100%;
    transform: translateY(-0.15em);
    background-image: linear-gradient(to right, #1A7BBB, #042845);
}

.contact-svg {
    margin-left: 90px;
}

@media screen and (max-width: 768px) {
    .contact-svg {
        margin-left: 0px;
        width: 100%;
    }
}


/* Contact Us End */


/* Career Start */

.bodyca {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-image: linear-gradient(to bottom right, #042845 0%, #1A7BBB 67%);
    background-repeat: no-repeat
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #1A7BBB !important;
    outline-width: 0;
    font-weight: 400
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.card {
    border-radius: 0;
    border: none
}

.card1 {
    width: 50%;
    padding: 40px 30px 10px 30px
}

.card2 {
    width: 50%;
    background-image: linear-gradient(to right, #042845, #1A7BBB)
}

.heading {
    margin-bottom: 60px !important
}

.form-control-label {
    font-size: 12px;
    margin-left: 15px
}

.msg-info {
    padding-left: 15px;
    margin-bottom: 30px
}

.btn-color {
    border-radius: 50px;
    color: #fff;
    background-image: linear-gradient(to right,#042845, #1A7BBB);
    padding: 15px;
    cursor: pointer;
    border: none !important;
    margin-top: 40px
}

.btn-color:hover {
    color: #fff;
    background-image: linear-gradient(to right, #1A7BBB, #042845);
}

.btn-white {
    border-radius: 50px;
    color: #D500F9;
    background-color: #fff;
    padding: 8px 40px;
    cursor: pointer;
    border: 2px solid #D500F9 !important
}

.btn-white:hover {
    color: #fff;
    background-image: linear-gradient(to right, #FFD54F, #D500F9)
}

.bottom {
    width: 100%;
    margin-top: 50px !important
}

.sm-text {
    font-size: 15px
}

@media screen and (max-width: 992px) {
    .card1 {
        width: 100%;
        padding: 40px 30px 10px 30px
    }
    .card2 {
        width: 100%
    }
    .right {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}

@media screen and (max-width: 768px) {
    .card2 {
        padding: 50px
    }
    .right {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
}


/* Career End */

.svgalign {
    width: 500px;
    height: 500px;
}

.svgm {
    text-align: center;
}

@media screen and (max-width: 992px) {
    .svgalign {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 768px) {
    .svgalign {
        width: 200px;
        height: 200px;
    }
}


/*==================== GOOGLE FONTS ====================*/


/*==================== VARIABLES CSS ====================*/
:root {
  /*========== Colors ==========*/
  --text-color: #000000;
  --bg-color: #222222;

  /*========== Font and typography ==========*/
  --body-font: "Poppins", sans-serif;
  --normal-font-size: 0.938rem;
}

@media screen and (min-width: 968px) {
  :root {
    --normal-font-size: 1rem;
  }
}

/*==================== BASE ====================*/
*,
*:after,
*:before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.bodyser {
  font-size: var(--normal-font-size);
  background-color: var(--bg-color);
  color: var(--text-color);
  font-weight: 400;
  font-family: var(--body-font);
  transition: all 0.2s ease;
}

/*==================== REUSABLE CSS CLASSES ====================*/
.containerser {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
}

/*==================== SERVICE CARD ====================*/
.card__containerser {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  width: 100%;
  max-width: 90%;
  margin: auto;
  padding: 60px 0;
}
.card__bx {
  --dark-color: #2e2e2e;
  --dark-alt-color: #777777;
  --white-color: #ffffff;
  --button-color: #333333;
  --transition: 0.5s ease-in-out;

  font-family: inherit;
  height: 350px;
  width: 220px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--dark-color);
  transition: var(--transition);
}
.card__bx::before,
.card__bx::after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: var(--transition);
}
.card__bx::before {
  inset: -10px 50px;
  border-top: 4px solid var(--clr);
  transform: skewY(15deg);
  border-bottom: 4px solid var(--clr);
}
.card__bx:hover::before {
  inset: -10px 40px;
  transform: skewY(0deg);
}
.card__bx::after {
  inset: 60px -10px;
  border-left: 4px solid var(--clr);
  transform: skew(15deg);
  border-right: 4px solid var(--clr);
}
.card__bx:hover::after {
  inset: 40px -10px;
  transform: skew(0deg);
}
.card__bx .card__data {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  padding: 0 20px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.card__bx .card__data .card__icon {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: var(--text-color);
  background-color: var(--dark-color);
  transition: var(--transition);
}
.card__bx .card__data .card__icon {
  color: var(--clr);
  box-shadow: 0 0 0 4px var(--dark-color), 0 0 0 6px var(--clr);
}
.card__bx:hover .card__data .card__icon {
  color: var(--dark-color);
  /* background-color: var(--clr); */
  box-shadow: 0 0 0 4px var(--dark-color), 0 0 0 300px var(--clr);
}
.card__bx .card__data .card__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.card__bx .card__data h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--white-color);
  transition: var(--transition);
}
.card__bx:hover .card__data h3 {
  color: var(--dark-color);
  transition: var(--transition);
}
.card__bx .card__data p {
  font-size: 0.9rem;
  color: var(--dark-alt-color);
  transition: var(--transition);
}
.card__bx:hover .card__data p {
  color: var(--dark-color);
  transition: var(--transition);
}
.card__bx .card__data a {
  position: relative;
  display: inline-flex;
  padding: 8px 15px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  border: 2px solid var(--clr);
  color: var(--dark-color);
  background-color: var(--clr);
  transition: var(--transition);
}
.card__bx:hover .card__data a {
  color: var(--clr);
  background-color: var(--dark-color);
}
.card__bx:hover .card__data a:hover {
  border-color: var(--dark-color);
  color: var(--dark-color);
  background-color: var(--clr);
}
