@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #F3F2F3;

}
.top-homanzie {
    position: relative;
    width: 100%;
    padding: 25px 0px;
    border-bottom: 1px solid  #707070;;
}
.top-first-box {
    display: flex;
    justify-content: space-between;
        align-items: center;
    width: 100%;
}
.main-box-back {

}
.top-first-box a {
   font-size: 20px;
   color:#A36FDC;

}
.top-first-box img {

}
.top-first-btn {

}
.top-first-btn i {
    margin-right: 15px;
}
.top-first-btn a {
    background: var(--unnamed-color-a36fdc) 0% 0% no-repeat padding-box;
    background: #A36FDC 0% 0% no-repeat padding-box;
    box-shadow: -1px 4px 15px #A36FDCB8;
    border-radius: 8px;
    color: #fff;
    padding: 10px 30px;
    opacity: 1;

}
.btn-second-singn {
    color: #5E5E5E !important;
    background: transparent !important;
    border: 1px solid #646464 !important;
    box-shadow: none !important;
    margin-left: 16px !important;
}
.top-first-headng img {
    width: 40%;
}
.signup {
   width: 100%;
   /* position: relative; */

   position: relative;
   padding-top: 70px;
   padding-bottom: 70px;

  background-size: cover;
  background-blend-mode: overlay;
}
.login-sec {
    width: 100%;
    /* position: relative; */

    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;

}
.login-sec::before {
    width: 100%;
     content: "";
    position: absolute;
   width: 50%;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   background-repeat: no-repeat;

    /* background-image: url(/images/Component\ 2\ –\ 1.png); */

}
.signup::before {
    content: "";
    background: linear-gradient(to right, #FED9FB, #B54AFB1A);
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    opacity: 0.28;
    filter: blur(50px);
    z-index: -1;
}
.signup::after {
    content: "";
    background: linear-gradient(to right, #FED9FB, #B54AFB1A);
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background-size: cover;
    opacity: 0.28;
    filter: blur(50px);
    z-index: -1;
}

.form-main {
    position: relative;
    /* background:url('/Path 1220.png') 0% 0% no-repeat padding-box; */


  }

  .form-main::after {
    content: "";
    position: absolute;
    background: linear-gradient(to right, #FED9FB, #B54AFB1A);

    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    opacity: 0.48;
    filter: blur(50px);
    z-index: -1;
  }
.sinup-title {
    text-align: center;
    margin-bottom: 40px;
}
.sinup-title h1 {

   color:#A36FDC;
   font-size: 40px;
   font-weight: 600;
   font-family: "Poppins", sans-serif;


}
.sinup-title h1 span {

    color:#848484;
    /* transform: matrix(0.17, 0.98, -0.98, 0.17, 0, 0); */
 }
 .form-create {
    position: relative;
 }
 .form-create input {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 61px !important;
    border-radius: 12px !important;
    border: none !important;
    color: #B7B7B7 !important;
    font-size: 20px !important;
    margin-bottom: 20px !important;
    font-family: "Poppins", 'Lucida Sans Regular', sans-serif;
    padding: 0px 70px !important;

 }

 .input-group {
    position: relative;
}

.input-group .form-control {
}

.input-group-icon {
    position: absolute;
    top: 37%;
    left: 37px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-group-icon img {
    width: 22px;
    height: auto;
}
.main-btn-sinup {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.btn-signup {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    width: 220px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: center;
    text-transform: capitalize;
    opacity: 1;
    background-color: #A36FDC;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.btn-signup:hover {
    background-color: #0056b3;
}

.text-bordered {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #B7B7B7;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
}

.text-bordered::before,
.text-bordered::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 90px;
    height: 2px;
    background-color: #B7B7B7;
    transform: translateY(-50%);
}

.text-bordered::before {
    left: -100px;
}

.text-bordered::after {
    right: -100px;
}
.or-continue-main {
    text-align: center;
}
.google-icon {
    margin-top: 20px;
}
.trash img {
    width: 12px;
    margin-left: 7px;
}
.upload img {
    width: 18px;
    margin-right: 6px;
}
.google-icon h4 {
    color: #B7B7B7;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 400;

}
.google-icon h4 a {
    color: #A36FDC;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    text-decoration: none;
    font-weight: 400;
    margin-left: 10px;
}
.vector-img {
   position: relative;

}
.vector-img::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 100px;
    right: 0;
    bottom: 100px;
    border-radius: 50%;
    z-index: -1;
    width: 60%;
    height: 325px;
    background: linear-gradient(
        to bottom right, /* Direction of the gradient */
        rgba(163, 111, 220, 0.19), /* Start color with opacity */
        rgba(163, 111, 220, 0.19) 100% /* End color with opacity */
    );
 }
 .vector-img::after {
    content: "";
    position: absolute;
    top: 73px;
    left: 165px;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(to right, rgba(254, 217, 251, 0.48), rgba(181, 74, 251, 0.1)); */
    filter: blur(50px);
    z-index: -1;
    mix-blend-mode: overlay;
    background: var(--unnamed-color-a36fdc) 0% 0% no-repeat padding-box;
    background: #A36FDC 0% 0% no-repeat padding-box;
 }

.vector-img img {
  width: 100%; /* Adjust as needed */
}



/* create login css */

.login-title {
  text-align: center;
}
.login-title h1 {
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #848484;
}
.login-title p {
    color: #A36FDC;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;

}
.card.form-main {
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0px 6px 30px #00000005 !important;

}
.form-create-login {
    position: relative;
    margin: 0 auto;
    width: 80%;


}
.form-create-login input {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #F1F1F1 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 61px !important;
    border-radius: 12px !important;
    border: none !important;
    color: #B7B7B7 !important;
    font-size: 20px !important;
    margin-bottom: 20px !important;
    font-family: "Poppins", 'Lucida Sans Regular', sans-serif;
    padding: 0px 70px !important;

}
.forget-pass {
   text-align: end;
   margin-bottom: 20px;
}
.forget-pass a{
    color: #A36FDC;
    font-size: 17px;
    text-decoration: none;

}
.vector-login {
    position: relative;
    /* background: linear-gradient(to bottom right, rgba(163, 111, 220, 0.19), rgba(163, 111, 220, 0.19) 100%);    right: 116px; */
    right: 117px;
    /* backdrop-filter: blur(10px);  */
    background-clip: padding-box;
    background-repeat: no-repeat;


}
.vector-login::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 60px;
    right: 0;
    bottom: 100px;
    border-radius: 50%;
    z-index: -1;
    width: 70%;

    height: 365px;
    background: linear-gradient( to bottom right, rgba(163, 111, 220, 0.19), rgba(163, 111, 220, 0.19) 100% );
}
.vector-login::after {
   content: "";
    position: absolute;
    top: 152px;
    left: 190px;
    right: 0;
    bottom: 0px;
    width: 60%;
    height: 300px;

    /* background: linear-gradient(to right, rgba(254, 217, 251, 0.48), rgba(181, 74, 251, 0.1));  */
    border-radius: 50%;
    z-index: -1;
    background: var(--unnamed-color-a36fdc) 0% 0% no-repeat padding-box;
    background: #A36FDC 0% 0% no-repeat padding-box;
    opacity: 0.05;
}

/* Mobile devices */
/* Mobile devices (320px and up) */
@media (max-width: 320px) {
    .vector-login {
        margin-bottom: 20px;
        right: 5px;
        /* background: linear-gradient(to bottom right, rgba(163, 111, 220, 0.1), rgba(163, 111, 220, 0.1) 100%); */
    }

    .vector-login::before {
        top: 10px;
        left: 10px;
        bottom: 20px;
        width: 50%;
        height: 100px;
    }

    .vector-login::after {
        top: 60px;
        left: 20px;
        width: 40%;
        height: 100px;
        background: #A36FDC;
        opacity: 0.15;
    }
}

/* Mobile devices (421px to 600px) */
@media (min-width: 421px) and (max-width: 600px) {
    .vector-login {
        margin-bottom: 25px;
        right: 15px;
        /* background: linear-gradient(to bottom right, rgba(163, 111, 220, 0.12), rgba(163, 111, 220, 0.12) 100%); */
    }

    .vector-login::before {
        top: 20px;
        left: 20px;
        bottom: 30px;
        width: 85%;
        height: 250px;
    }

    .vector-login::after {
        top: 80px;
        left: 30px;
        width: 85%;
        height: 230px;
        background: #A36FDC;
        opacity: 0.1;
    }
}

/* Tablets and small screens (767px and below) */
@media (max-width: 767px) {
    .vector-login {
        margin-bottom: 30px;
        right: 10px;
        /* background: linear-gradient(to bottom right, rgba(163, 111, 220, 0.15), rgba(163, 111, 220, 0.15) 100%); */
    }

    .vector-login::before {
        top: 30px;
        left: 30px;
        bottom: 60px;
        width: 80%;
        height: 300px;
    }

    .vector-login::after {
        top: 120px;
        left: 40px;
        width: 80%;
        height: 270px;
        background: #A36FDC;
        opacity: 0.1;
    }
}

/* Tablets and small screens (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .vector-login {
        right: 50px;
    }

    .vector-login::before {
        top: 40px;
        left: 40px;
        bottom: 70px;
        width: 75%;
        height: 350px;
    }

    .vector-login::after {
        top: 140px;
        left: 60px;
        width: 70%;
        height: 300px;
        background: #A36FDC;
        opacity: 0.07;
    }
}

/* Large screens (1025px and up) */
@media (min-width: 1025px) {
    .vector-login {
        right: 117px;
    }

    .vector-login::before {
        top: 50px;
        left: 60px;
        bottom: 100px;
        width: 70%;
        height: 365px;
    }

    .vector-login::after {
        top: 152px;
        left: 190px;
        width: 60%;
        height: 300px;
        background: #A36FDC;
        opacity: 0.05;
    }
}
.vector-login img {
    width: 100%;
}
.help-title{
    text-align: start;
    margin-bottom: 30px;
}
.help-title h1{
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #848484;
}
.form-create textarea {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 230px !important;
    border-radius: 12px !important;
    border: none !important;
    color: #B7B7B7 !important;
    font-size: 20px !important;
    margin-bottom: 20px !important;
    font-family: "Poppins", 'Lucida Sans Regular', sans-serif;
    padding: 10px 70px !important;

 }
 .How-help {
    width: 100%;
    /* position: relative; */

    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;

   /* background-size: cover; */
}
 .vector-help {
    position: relative;
    left: 116px;
    width: 100%;
    top: 55px;
 }
 .vector-help::before {
    /* position: absolute;
    left: 116px;
    width: 100%;
    top: 55px;
    content: ""; */
 }
 .vector-help img {
    width: 100%;
 }

 @media (max-width: 768px) and (min-width: 601px) {
    .vector-help {
        left: 10px; /* Adjust as needed */
        top: 20px; /* Adjust as needed */
        width: calc(100% - 20px);
    }
}

/* For mobile devices (600px and below) */
@media (max-width: 600px) {
    .vector-help {
        left: 0;
        top: 10px; /* Adjust as needed */
        width: calc(100% - 20px); /* Account for padding or margins */
    }
}
.pricing-sec {
    width: 100%;
    position: relative;
    padding: 70px 0px;
}
.price-plan-text {
   text-align: left;
}
.price-plan-text h1 {
    color: #848484;
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.price-plan-text span {
    color: #A36FDC;
    font-weight: 600;
    font-family: "Poppins", sans-serif;

}
.pricing-table {
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 40px 20px;
    margin: 20px 0;
    border: none !important;
    font-family: "Poppins", sans-serif;

}
.price {
    display: flex !important;
}
.price h2 {
   font-size: 46px;
}
.price h2 span {
    font-size: 12px;
    margin-left: 6px;

}
.price h4 span {
    /* line-height: 22px;     */
    font-size: 12px;
}
.price h4 {
    font-size: 36px;
    line-height: 18px;
    margin-top: 5px;

}
.pricing-table-pro .title {
    color: #ffffff !important;

}
.pricing-table-pro .price {
    color: #ffffff !important;

}
.pricing-table-pro{
    background-color: #A36FDC !important;
    color: white !important;
}

.pricing-table-pro .btn-get-now {
    background-color: #ffffff !important;
    color: #8c4dce !important;
}

.pricing-table-pro .features li {
    color: white !important;
}
.pricing-table-pro .Feature-text-plan{
    color: #ffffff !important;

}
.Feature-text-plan {
    color: #848484;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
   margin: 25px 0px;


}
.pricing-table .title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #848484;
    margin-bottom: 25px;
    font-family: "Poppins", sans-serif;

}
.pricing-table .price {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #848484;
    font-family: "Poppins", sans-serif;

}
.pricing-table .btn-get-now {
    background-color: #A36FDC;
    color: white;
    border: none;
    padding: 10px 80px;
    font-family: "Poppins", sans-serif;

    /* height: 50px; */
    font-size: 1rem;
    /* text-transform: uppercase; */
    border-radius: 8px;
    cursor: pointer;
}

.pricing-table .features {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 1rem;
}
.pricing-table .features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricing-table .features li {
    margin-bottom: 20px;
    font-size: 15px;
    color: #848484;
}
.pricing-table .features li img {
   width: 17px;
   margin-right: 7px;
}
.btn-monthly-main {
    margin-bottom: 30px;
}
.btn-monthly-main a.monthly{
    background-color: #A36FDC;
    padding: 12px 30px;
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    left: 5px;
    text-align: center;
    font-family: "Poppins", sans-serif;

}
.btn-monthly-main a{
    background-color: #ffffff;
    padding: 12px 40px;
    margin-right: -3px;
    display: inline-block;
    border-radius: 8px;
    text-decoration: none;
    color: #A36FDC;
    text-align: center;
    font-family: "Poppins", sans-serif;

}
.ai-artifition {

}
.ai-artifition img {
    width: 100%;
}
.footer-top{
    /* background-color: pink; */
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 150px;
    padding-bottom: 30px;
    margin-top: 50px;
    background: url('../images/Mask\ Group\ 3.png') 0% 0% no-repeat padding-box;
    background-size: cover;
     opacity: 1;
     background-position: top;
 }
 /* .footer-top .custom-shape-divider-top-1722652123 {
position: absolute;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
transform: rotate(180deg);
}
.custom-shape-divider-top-1722652123 svg {
position: relative;
display: block;
width: calc(100% + 1.3px);
height: 120px;
}

.custom-shape-divider-top-1722652123 .shape-fill {
fill: #FFFFFF;
} */
.ai-btn {
    margin-bottom: 30px;
    position: relative;
}

.ai-btn a.active{
    /* background-color: #CBCBCB !important; */
    background: #A36FDC 0% 0% no-repeat padding-box !important;
    color: #fff !important;
    position: relative;
}


.ai-btn a.ai-standard{
    background-color: #ffffff;
    padding: 12px 30px;
    text-decoration: none;
    color: #343434;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    left: 5px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    /* z-index: 9999999999; */

}
.ai-btn a{
    background-color: #ffffff;
    padding: 12px 40px;
    margin-right: -3px;
    /* display: inline-block; */
    border-radius: 8px;
    text-decoration: none;
    color: #343434;
    text-align: center;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    /* z-index: 9999; */
    /* position: relative; */


}
.ai-btn a img {
    width: 20px;
    width: 14px;
     margin-right: 7px;
}
.footer-logo {

}
.footer-logo h2 {
    color: #A36FDC;
    font-size: 60px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 48px;
}
.footer-logo p {
    color: #848484;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
}
.use-link {

}
.use-link h2 {
    font-family: "Poppins", sans-serif;
    color: #A36FDC;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 32px;
}
.use-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Poppins", sans-serif;

}
.use-link li {
    text-decoration: none;
    margin-bottom: 20px;
}
.use-link li a {
    color: #848484;
    text-decoration: none;
    font-size: 17px;
}
.social-network {
    display: flex;
    align-items: center;
    border-top: 1px solid;
    padding-top: 22px;
    justify-content: end;
}
.social-network img {
    margin-left: 10px;
    margin-right: 10px;
    width: 22px;
}
.footer-bottom {
   position: relative;
   padding: 20px 0px;
   background: url('images/Path\ 1226.svg') 0% 0% no-repeat padding-box;
   /* opacity: 0.18; */
   background-color: #F0E7F6;
}
.footer-bottom-title {
    font-family: "Poppins", sans-serif;
    color: #A36FDC;
    font-size: 20px;
    font-weight: 500;
}

@media(max-width: 600px) {
    .footer-top {

        padding-top: 20px;
        padding-bottom: 20px;

        background-position: center;
      }
      .top-first-btn a {

        /* padding: 10px 13px; */
        padding: 8px 9px;

    }
      .price-plan-text h1 {
        font-size: 23px;

      }
      .box .buttons {
        margin-top: 15px;
        bottom: 84px;
        left: 50px;
      }
      .box {
        margin-bottom:15px;
      }
      .ai-convert-heading h2 {

        font: normal normal 600 27px/40px Poppins;

      }


}
@media(max-width: 987px) {
    .pricing-table .btn-get-now {
        padding: 10px 45px;

      }
}
.gernate {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}



.ai-tools {

    padding: 30px 0px;
    margin-bottom: 150px;

    }
    .ai-tools::before {
        background: url('/images/Path\ 1222.png') 0% 0% no-repeat padding-box;
        opacity: 0.17;
        filter: blur(50px);
        content: "";
        position: absolute;
        width: 100%;
        height: 720px;
        background: linear-gradient(to bottom right, #FED9FB, #CE84FFF2);
         /* bottom: -230px; */

        /* background: linear-gradient(to top left, #FED9FB, #CE84FFF2); */

    }

    .box {

    /* flex: 1; */

    padding: 20px;

    border: 1px solid #ddd;

    border-radius: 8px;

    background-color: #fff;
    position: relative;
    margin: 30px 0p;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);


    }


    .box textarea {

    width: 100%;

    height: 300px;

    border: none;

    resize: none;
    color: #CBCBCB;
    padding: 15px;
    outline: none;
    font-size: 16px;

    }


    .box .buttons {
    margin-top: 15px;
    position: absolute;
      top: 200px;
      left: 130px;
      bottom: 0;
      right: 0;

    }


    .box .buttons button {

    padding: 10px 20px;

    border: none;

    border-radius: 5px;

    font-size: 16px;
    cursor: pointer;

    }


    .box .buttons button.upload {

    background-color: #CBCBCB;
    padding: 8px 30px;

    color: #fff;

    }


    .box .buttons button.sample {
        padding: 8px 30px;

     background-color: transparent;
     border: 1px solid #CBCBCB;
     color: #CBCBCB;

    }


    .box .word-count {

    font-size: 14px;

    color: #777;
    display: flex;
    align-items: center;
    margin-top: 5px;
    justify-content: space-between;

    }


    .box .trash {

    display: flex;

    align-items: center;

    gap: 5px;

    cursor: pointer;

    }


    .box .trash svg {
    width: 18px;
    height: 18px;
    fill: #ccc;

    }


    .humanize-button {

    padding: 12px 25px;

    border: none;
    background-color: #A36FDC;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 6px 30px #00000005;
    border-radius: 16px;
    opacity: 1;
    margin-top: 20px;
    transition: background-color 0.3s ease;

    }


    .humanize-button:hover {

    background-color: #7B1FA2;

    }


    .humanize-button svg {

    width: 20px;

    height: 20px;

    margin-right: 8px;

    fill: #fff;

    }
    .ai-tools .card {
        border:none !important;
        border-radius: 12px !important;
        padding: 30px 30px !important;
    }
    .card-result {
        background-color: #EEEAEA !important;
        border: none !important;
        width: 50%;

    }
    .outpot-content {
        /* background: linear-gradient(to right, #FFD8DE, #FFD8DE); */
        border:  1px solid #FA3C5B;
        padding: 10px 35px;
        width: 75%;

        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;

    }

    .outpot-content svg{
       fill: red;

    }

    .outpot-content.success {
        /* background: #73d45b; */
        border:  1px solid #73d45b;
        color: white;
        padding: 10px 35px;
        width: 75%;


        color: #155724;
        background: #d4edda;
        border-color: #c3e6cb;

    }

    .outpot-content.success svg {
        /* background: #73d45b; */
        fill: green;

    }

    .outpot-content.success p {
        /* background: #73d45b; */

        color: #155724;

    }

    .outpot-content.warning{
        border:  1px solid yellow;
        color: white;
        padding: 10px 35px;
        width: 75%;

        color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    }

    .outpot-content.warning svg {
        /* background: #73d45b; */
        fill: #856404;

    }

    .outpot-content.warning p {
        /* background: #73d45b; */

        color: #856404;

    }

    .card-result-iner {
        margin: 30px auto;
        width: 90%;
    }
    .red-check {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .red-check img {
        width: 40px;
    }
    .outpout-text {

    }
    .outpout-text p {
        color: var(--unnamed-color-fa3c5b);
        text-align: left;
        font: normal normal medium 24px/37px Poppins;
        letter-spacing: 0.24px;
        font-size: 17px;
        color: #FA3C5B;
        text-transform: capitalize;
        font-weight: 600;
        opacity: 1;
    }
    .checking-result-box {
        display: flex;
        flex-wrap: wrap;
        align-items: first baseline;

        margin: 20px 0px;
        border-bottom: 2px solid #979797;
        opacity: 1;
        padding-bottom: 20px;
    }
    .reult-serch-ai {

    }
    .reult-serch-ai a {
        background-color: #D6D6D6;
        border-radius: 8px;
        padding: 12px;
        color: #848484;
        box-shadow: 0px 6px 30px #00000005;
        border-radius: 8px;
        font-family: "Poppins", sans-serif;
        opacity: 1;
        font: normal normal medium 15px/37px Poppins;
        letter-spacing: 0.19px;
        text-transform: capitalize;
        margin-bottom: 20px;
        display: inline-block;
        /* font-size: 13PX; */
    }
    .reult-serch-ai img {
        margin-right: 7px;
        margin-left: 5px;
        width: 17px;
    }
    .check-result-title {
        margin: 30px 0px;
    }
    .check-result-title h2 {
        color: var(--unnamed-color-848484);
        text-align: left;
        font: normal normal medium 23px/37px Poppins;
        letter-spacing: 0.23px;
        color: #848484;
        text-transform: capitalize;
        opacity: 1;
        }
        .human-write {
         display: flex;
         align-items: center;
         justify-content: space-between;
        }
        .human-icon-text {

        }
        .human-icon-text img {
            width: 20px;
            margin-right: 7px;
        }
        .human-icon-text span {
            color: var(--unnamed-color-848484);
            text-align: left;
            font: normal normal normal 20px/37px Poppins;
            letter-spacing: 0.2px;
            color: #848484;
            text-transform: capitalize;
            opacity: 1;
            margin-right: 7px;
        }

        .ai-score-derection {
            width: 60%;
            position: absolute;
            top: -214px;
            right: 16px;
            bottom: 0;
        }
        .card-srore-ai {
            border: none !important;
            padding: 46px 54px 14px 39px;
            border-radius: 16px !important;
        }
        .card-ai-score-text {

        }
        .card-ai-score-text h2:nth-last-of-type(2) {
            color: var(--unnamed-color-848484);
            text-align: left;
            font-size: 30px;
            font-weight: 600;
            letter-spacing: 0.45px;
            color: #848484;

        }
        .card-ai-score-text p {
            color: var(--unnamed-color-848484);
            text-align: left;
            font: normal normal normal 15px/31px Poppins;
            letter-spacing: 0.22px;
            font-size: 15px;
            color: #848484;
            text-transform: capitalize;
            opacity: 1;
            margin-top: 50px;
        }
        .card-ai-score-text h2 {
            color: var(--unnamed-color-a36fdc);
            text-align: left;
            font-size: 30px;
            font-weight: 600;
            letter-spacing: 0.45px;
            color: #A36FDC;
            margin: 0px;

        }
        .ai-derection-main {
            margin-top: 200px;
        }
        .ai-derection-main::before {
            background: linear-gradient(to right, #FED9FB, #B54AFB);
            opacity: 0.18;
            filter: blur(50px);
            width: 50%;
            right: 0;
            height: 400px;
            content: "";
            position: absolute;
        }
        .what-ai-mean {
            width: 100%;
            margin-top: 150px;
            margin-bottom: 150px;
        }
        .what-ai-mean::before  {
            background: linear-gradient(to right, #DDE7FD, #FCDDFA);
            content: "";
            position: absolute;
            width: 40%;
            height: 400px;
            opacity: 0.83;
            filter: blur(50px);

        }
        .ai-img-mean {
          width: 80%;
        }
        .ai-img-mean img {
          width: 100%;
        }
        .ai-mean-heading {
        }
        .ai-mean-heading h2{
            color: var(--unnamed-color-848484);
            text-align: left;
            font: normal normal 600 45px/22px Poppins;
            font-size: 30PX;
            letter-spacing: 0.45px;
            color: #848484;
            margin-bottom: 50px;

        }
        .ai-mean-heading span{
            color: var(--unnamed-color-a36fdc);
            text-align: left;
            /* font: normal normal 600 30px/70px Poppins; */
            letter-spacing: 0.45px;
            /* font-size: 30PX; */
            color: #A36FDC;
            line-height: 36px;
        }
        .ai-mean-heading p {
            text-align: left;
            font: normal normal normal 16px/36px Poppins;
            font-size: 16PX;
            letter-spacing: 0.22px;
            color: #292929;
            text-transform: capitalize;
            opacity: 1;
        }

        @media (max-width:768px) {
            .card-result-main-layout{
                display: block;

            }
            .our-ai-human-list img {
                margin-right: 15px;
                width: unset !important;
              }
              .score-ai-content-main {

                padding-top: 50px !important;
                padding-bottom: 50px !important;
              }
              .ai-iner-content-derection {
                margin-top: 20px !important;
              }
            .ai-score-derection {
                width: unset;
                position: unset;
                top: unset;
                right: 16px unset;
                bottom: 0 unset;
              }
              .card-result {
                background-color: #EEEAEA !important;
                border: none !important;
                width: unset;
              }
              .card-srore-ai {
                border: none !important;
                padding: 40px 40px;
            }
            .outpot-content {

                width:unset;
              }
              .ai-tools .card {
                padding: 30px 20px !important;
              }

              .box .buttons {
                margin: 15px 0px;
                position: unset;
                text-align: center;

              }
              .ai-derection-main {
                margin-top: 15px;
              }
              .my-ai-boxies {
                margin-bottom: 80px;
              }
              .ai-convert-card  {
               top: 0 !important;

            }
            .copy-ai-headin span {
                text-align: center;
                font: normal normal 600 30px / 48px Poppins;
                letter-spacing: 0.45px;
            }
            .ai-mean-heading span {


            }
            .ai-mean-heading h2 {
                font: normal normal 600 26px/39px Poppins;
                margin-bottom: 20px

            }
            .copy-ai-headin h2 {

                font: normal normal 600 30px/41px Poppins;

              }
            /* .copy-ai-headin span {
                text-align: center;
                font: 600 30px / 48px Poppins !important;

              } */
              .ai-tools {
                padding: 30px 0px;
                margin-bottom: 50px;
              }
              .box .buttons button.upload {

                margin-bottom: 15px;
              }
        }
            @media (max-width:450px) {
                .card-srore-ai {
                    border: none !important;
                    padding: 30px 30px;
                }
                .card-ai-score-text h2:nth-last-of-type(2) {
                    font-size: 20px;
                }
                .card-ai-score-text h2 {
                    font-size: 20px;
                }
                .outpot-content {

                    width:unset;
                  }
                  .human-write {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    flex-wrap: wrap;
                  }
                  .ai-tools .card {
                    padding-left: 30px 40px !important;
                  }
                  .box .buttons {
                    margin: 15px 0px;
                    position: unset;

                  }
            }

       .ai-easy-step {
        width: 100%;
        position: relative;
       }

       .card .copy-ai-card {
        text-align: center;
        padding: 0px 20px !important;
        border: none !important;
        box-shadow: 0px 6px 30px #00000005 !important;
        border-radius: 16px !important;
        opacity: 1;
       }
       .copy-ai-card img {
        margin-top: -80px;


        width: 100%; /* Ensures the image takes the full width of its container */
        max-width: 200px; /* Optional: Set a maximum width for the images */
        height: auto; /* Maintain aspect ratio of the images */
        object-fit: contain;
       }
       .copy-ai-card h2 {
        text-align: center;
        font: normal normal medium 20px/30px Poppins;
        margin-top: 50px;
        font-size: 20px;
        margin-bottom: 30px;

        letter-spacing: 0px;
        color: #111111;
        opacity: 1;
       }
       .copy-ai-card p {
        color: var(--unnamed-color-cbcbcb);
        text-align: center;
        font: normal normal normal 15px/30px Poppins;
        letter-spacing: 0px;
        padding-bottom: 8px;
        color: #CBCBCB;
        opacity: 1;
       }
       .copy-ai-headin {
         text-align: center;
         margin-bottom: 110px;
       }
       .copy-ai-headin h2 {
        color: var(--unnamed-color-848484);
        text-align: center;
        font: normal normal 600 30px/48px Poppins;
        letter-spacing: 0.45px;
        color: #848484;
            }
       .copy-ai-headin span {
        color: var(--unnamed-color-a36fdc);
        text-align: center;
        /* font: normal normal 600 30px/70px Poppins; */
        letter-spacing: 0.45px;
        color: #A36FDC;
       }
       .range-ai {
        text-align: center;
        margin-top: 30px;
       }
       .bypass-ai-der {
         width: 100%;
         position: relative;
         margin-top: 100px;
       }
       .bypass-heading {
          margin-bottom: 30px;
       }
       .bypass-heading h2 {
        color: var(--unnamed-color-a36fdc);
        text-align: left;
        font: normal normal 600 30px/45px Poppins;
        letter-spacing: 0.45px;
        margin-bottom: 40px;
        color: #A36FDC;
       }
       .bypass-heading span {
        color: var(--unnamed-color-848484);
        text-align: left;
        /* font: normal normal 600 30px/30px Poppins; */
        letter-spacing: 0.45px;
        color: #848484;
       }
       .bypass-heading p
       {
        text-align: left;
        font: normal normal normal 14px/30px Poppins;
        letter-spacing: 0.22px;
        color: #292929;
        text-transform: capitalize;
        opacity: 1;
       }
       .bypass-gpt {

       }
       .bypass-gpt::before {
        position: absolute;
        content: "";
        background: transparent linear-gradient(231deg, #FED9FB 0%, #B54AFB1A 100%) 0% 0% no-repeat padding-box;
        opacity: 0.52;
        filter: blur(50px);
        width: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        bottom: 0;
       }
       .bypass-gpt img {
         width: 100%;
       }
       .smartest-ai-converter {
        box-shadow: 0px 6px 30px #00000005;
        background-color: #ffffff;
        width: 100%;
        position: relative;
        opacity: 1;
        margin-top: 140px;
        padding: 40px 0px;

       }
       .ai-convert-heading {
         text-align: center;
         margin-bottom: 45px;
       }
       .ai-convert-heading h2 {
        color: var(--unnamed-color-a36fdc);
        text-align: center;
        font: normal normal 600 33px/40px Poppins;
        letter-spacing: 0.45px;
        color: #A36FDC;
       }
       .ai-convert-heading span {
        color: var(--unnamed-color-848484);
        text-align: center;
        /* font: normal normal 600 33px/40px Poppins; */
        letter-spacing: 0.45px;
        color: #848484;
       }
       .our-ai-human-list {
         margin-bottom: 20px;
         display: flex;
         /* align-items: center; */
         align-items: flex-start;
       }
       .our-ai-human-list img {
          margin-right: 15px;
          width: 10%;
       }
       .our-ai-human-list p {
        color: var(--unnamed-color-848484);
        text-align: left;
        font: normal normal normal 16px/27px Poppins;
        letter-spacing: 0.2px;
        color: #848484;
        text-transform: lowercase;
        padding-bottom: 20px;

        border-bottom:  1px solid #707070;
        opacity: 1;
       }
       .role-houzez_seller .social-media-section,.role-houzez_buyer .social-media-section
       {
        display: none;
       }

       .ai-convert-card {
         background-color: #D5B0FE !important;
         position: relative;
         box-shadow: 0px 6px 30px #00000005;
         border-radius: 16px;
         opacity: 1;
         padding: 30px 25px;
         width: 100%;
         top: 225px;
         z-index: 1;
       }
       .star-text {
        margin-bottom: 27px;

           }
       .star-text img {
         margin-right: 20px;
       }
       .star-text span {
        color: var(--unnamed-color-ffffff);
        /* text-align: left; */
        font: normal normal normal 17px/33px Poppins;
        letter-spacing: 0.21px;
        color: #FFFFFF;
        text-transform: capitalize;
        opacity: 1;


       }
       .star-text-right {
       }
       .star-icon-heading {
        margin-bottom: 20px;

       }
       .star-icon-heading span {
        color: var(--unnamed-color-ffffff);
        /* text-align: left; */
        font: normal normal normal 17px/33px Poppins;
        letter-spacing: 0.21px;
        color: #FFFFFF;
        text-transform: capitalize;
        opacity: 1;
       }

       .score-ai-content-main {
        position: relative;
        background-color: #F3F3F3;
        width: 100%;
        padding-top: 180px;
        padding-bottom: 100px;
       }
       .landing-ai-direction {

       }
       .landing-ai-direction h2 {
        color: var(--unnamed-color-a36fdc);
        text-align: left;
        font: normal normal 600 34px/52px Poppins;
        letter-spacing: 0.45px;
        color: #A36FDC;
        margin-bottom: 35px;
       }
       .landing-ai-direction span {
        color: var(--unnamed-color-848484);
        text-align: left;
        /* font: normal normal 600 34px/52px Poppins; */
        letter-spacing: 0.45px;
        color: #848484;
       }
       .landing-ai-direction p {
        font: normal normal normal 14px/26px Poppins;
        letter-spacing: 0.22px;
        color: #292929;
        text-transform: capitalize;
        opacity: 1;
       }
       .ai-iner-content-derection {
         margin-top: 100px;
       }
       .hix-baypass-ai-main {

       }
       .hix-bypass-heading {
         text-align: center;
         margin-bottom: 80px;
       }
       .hix-bypass-heading h2{
        color: var(--unnamed-color-a36fdc);
        text-align: left;
        font: normal normal 600 34px/52px Poppins;
        letter-spacing: 0.45px;
        color: #A36FDC;
        text-align: center;
        margin-bottom: 35px;
       }

       .hix-bypass-heading span {
        color: var(--unnamed-color-848484);
        text-align: left;
        /* font: normal normal 600 34px/52px Poppins; */
        letter-spacing: 0.45px;
        color: #848484;
       }
       .hix-bypass-heading p {
        font: normal normal normal 16px/26px Poppins;
        letter-spacing: 0.22px;
        color: #292929;
        text-transform: capitalize;
        opacity: 1;
       }
       .min-ai-gernate-box {
        margin: 20px;

       }

       .min-ai-gernate-box-second span {
        background-color: #98FFCC !important;
        color: #30AA6D !important;

       }
       .min-ai-gernate-box span  {
        display: inline-block;
        padding: 10px 20px;
        text-align: center;
        color: #FA3C5B;
        background-color: #FFC2CC;
        border-radius: 7px;
       }
       .ai-gernate-text-orignal {
         text-align: center;
         margin-bottom: 40px;
       }
       .ai-gernate-text-orignal h2{
        color: var(--unnamed-color-fa3c5b);
        text-align: center;
        font: normal normal 600 25px/51px Poppins;
        letter-spacing: 0.25px;
        color: #FA3C5B;
        opacity: 1;
       }
       .ai-gernate-text-orignal p {
        color: var(--unnamed-color-fa3c5b);
        text-align: center;
        font: normal normal normal 12px/26px Poppins;
        letter-spacing: 0.18px;
        color: #FA3C5B;
        padding: 10px 37px;
        text-transform: capitalize;
        opacity: 1;
       }
       .ai-gernate-text-orignal-second p {
        color: #30AA6D !important;
       }
       .ai-gernate-text-orignal-second h2 {
        color: #30AA6D !important;
       }

       .checking-result-box-second {
        display: flex;
        flex-wrap: wrap;
        align-items: first baseline;
        justify-content: center;
        border-top: 3px solid #D6D6D6 !important;
        padding-top: 35px;
        margin: 0px 25px;
        border-bottom: none !important;
       }
       .reult-serch-ai-second a {
        margin-left: 15px !important;
        margin-right: 15px !important;
       }
       .card-gernating-ai-box {
        border-right: 3px solid #BCBCBC !important;
        border-top-left-radius: 14px !important;
        border-bottom-left-radius: 14px !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .card-gernating-ai-box-second {
        border-top-right-radius: 14px !important;
        border-bottom-right-radius: 14px !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-right: none !important;
    }

    .humanize-tools-main {
        position: relative;
        width: 100%;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .humanize-tools-box {

    }
    .humanize-tools-box img {
        width: 75%;
    }
    .humanize-t-ols-choise {

    }
    .humanize-t-ols-choise h2 {
        color: var(--unnamed-color-848484);
        text-align: left;
        font: normal normal 600 28px/40px Poppins;
        letter-spacing: 0.45px;
        color: #848484;
        margin-bottom: 25px;
    }
    .humanize-t-ols-choise span {
        color: var(--unnamed-color-a36fdc);
        text-align: left;
        color: #A36FDC;
    }
    .humanize-t-ols-choise p {
        color: var(--unnamed-color-848484);
        text-align: left;
        font: normal normal normal 16px/26px Poppins;
        letter-spacing: 0.22px;
        color: #848484;
        text-transform: capitalize;
        opacity: 1;
    }
    .humanize-tools-list {
       margin-top: 30px;
    }
    .humanize-tools-list ul {
        margin: 0px;
        padding: 0px;
    }
    .humanize-tools-list img {
        margin-right: 30px;
    }
    .humanize-tools-list ul li {
        margin-bottom: 20px;
        list-style: none;
        color: var(--unnamed-color-848484);
        text-align: left;
        font: normal normal normal 16px/36px Poppins;
        letter-spacing: 0.21px;
        color: #848484;
        text-transform: capitalize;
        opacity: 1;

    }
    .gernate-secound {
        text-align: left !important;
    }
    .gernate-secound button {
        text-align: left !important;
    }
    .humanize-button-second {
        border-radius: 4px !important;
        padding: 12px 50px !important;

    }
    .Frequently-main {
     position: relative;
     width: 100%;
     padding-top: 150px;
     padding-bottom: 150px;
    }
    .asked-question-heading {
       text-align: center;
       margin-bottom: 50px;
       /* border-bottom:  1px solid #707070 !important; */
       opacity: 1;
    }
    .asked-question-heading h2 {
        color: var(--unnamed-color-a36fdc);
        text-align: center;
        font: normal normal 600 40px/52px Poppins;
        letter-spacing: 0px;
        color: #A36FDC;
        margin-bottom: 25px;
        opacity: 1;
    }
    .asked-question-heading p {
        color: var(--unnamed-color-848484);
        text-align: center;

        font: normal normal normal 22px/28px Poppins;
        letter-spacing: 0px;
        color: #848484;
        opacity: 1;
    }




    /*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
  }
  .card-acordion {
    background: none !important;
    border: none !important;
    border-radius: none !important;
    border-top:  1px solid #707070 !important;

  }
  .head-acord {
    opacity: 1;
    padding: 30px 0px;
  }
  .head-acord button {
    /* padding: 50px 0px; */

    color: var(--unnamed-color-a36fdc);
    text-align: left;
    font-size: 32px !important;
    font: normal normal medium 35px/46px Poppins !important;
    letter-spacing: 0px !important;
    /* color: #A36FDC !important; */
    color: #848484 !important;

    opacity: 1 !important;
  }
  .bod-acord {
    padding-bottom: 30px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .collapsible-link::before {
    content: "\f0d8";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 2.1rem;
    text-decoration: none !important;
    color: #848484 !important;

  }

  .collapsible-link[aria-expanded="true"]::before {
    content: "\f0d7";
    color: #848484 !important;

  }
  .head-acord button[aria-expanded="true"] {
    /* color: #848484 !important; */
    color: #A36FDC !important;


  }
  .btn-link:hover {
    /* color: #848484 !important; */
    text-decoration: none !important;
  }
  /*
  *
  * ==========================================
  * FOR DEMO PURPOSES
  * ==========================================
  *
  */
  @media (max-width:600px)  {
    .bypass-heading h2 {
        color: var(--unnamed-color-a36fdc);
        text-align: left;
        font: normal normal 600 24px/38px Poppins;
        letter-spacing: 0.45px;
        margin-bottom: 40px;
        color: #A36FDC;
      }
      .landing-ai-direction h2 {
        font: normal normal 600 23px/39px Poppins;
        margin-bottom: 30px;
      }
      .hix-bypass-heading h2 {
        font: normal normal 600 21px/38px Poppins;
      }
      .hix-bypass-heading p {
        font: normal normal normal 15px/26px Poppins;
      }
      .asked-question-heading h2 {
        font: normal normal 600 31px/40px Poppins;
      }
      .asked-question-heading p {
        font: normal normal normal 16px/26px Poppins;
      }
      .collapsible-link::before {
        font-size: 1.3rem;
      }
      .head-acord button {
        padding: 20px 0px;
        font-size: 17px !important;
        /* font: normal normal medium 35px/46px Poppins !important; */

      }
      .bod-acord {
        padding-bottom: 30px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
      }
      .copy-ai-card img {
        margin-top: -60px;
        width: 100%;
        max-width: 110px;
        height: auto;
        object-fit: contain;
      }
      .copy-ai-card h2 {
        text-align: center;
        font: normal normal medium 20px/30px Poppins;
        margin-top: 20px;
        font-size: 20px;
        margin-bottom: 20px;

      }

  }
 @media (max-width:768px) {
    .top-first-btn {
        margin-left: unset;
        width: unset;
      }
      .Frequently-main {
        padding-top: 50px;
        padding-bottom: 50px;
      }
      .bypass-ai-der {
        margin-top: 50px;
      }
      .btn-link.focus, .btn-link:focus {
        text-decoration: unset !important;
        box-shadow: none;
      }

      .humanize-tools-box img {
        width: 100%;
      }
      .humanize-tools-main {
        position: relative;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
      }
      .top-first-box img {
        width: 100%;
      }
      .top-first-box {

        /* margin-bottom: 20px; */
      }
      .ai-img-mean {
        width: 100%;
        margin-bottom: 30px;

      }
      .what-ai-mean {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
      }
 }
 @media (min-width: 769px) and (max-width: 1050px) {
    .top-first-box img {
        width: 100%;
      }
      .top-first-btn {
        margin-left: unset;
        width: unset;
      }
  }





.loader-icon {
    border: 2px solid #f3f3f3; /* Light gray */
    border-top: 2px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 2s linear infinite;
    display: inline-block;
    margin-right: 8px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.btn-primary:hover,
.btn-primary{
    background: var(--unnamed-color-a36fdc) 0% 0% no-repeat padding-box !important;
    background: #A36FDC 0% 0% no-repeat padding-box !important;
    box-shadow: -1px 4px 15px #A36FDCB8 !important;
    border-radius: 8px !important;
    color: #fff;
    padding: 10px 30px;
    opacity: 1;
    border:none;
}

a{
    text-decoration: none !important;
}
/* a:hover{
    color: white;
} */

.modal-content{
    border-radius: 20px;
}

textarea{
    color: black !important;
}

.card-acordion button{
    font-size: 23px !important;
}


.menue-header{
    display: flex;
    align-items: center;
}

.menue-header a{
   color: black !important;
}


.menue-header a:hover{
    color: #A36FDC !important;
 }

 .menue-header a.active{
    color: #A36FDC !important;
 }

 .text-primary{
    color: #A36FDC !important;
 }

 .card-image img{
    border-radius: 15px;
 }

 .card-details .card-text{
    font-size: 14px;
    color: #848484;
 }


 .social-login{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    color: black;
    border-radius: 5px;
 }

 .social-login img{
   width: 20px;
 }



 .divider {
    display: flex;
    align-items: center;
    text-align: center;
}
.divider-line {
    flex-grow: 1;
    height: 1px;
    background-color: #ccc;
}
.divider-text {
    padding: 0 10px;
    color: #999;
    font-weight: bold;
}


.profile-dropdown{
    background: none !important;
    box-shadow: none !important;
    color: black !important;;
}


.profile-dropdown-menue{
    left:-95px !important;
    /* left: unset !important; */
}