body {
    font-family:'Archivo', sans-serif!important;
}

.heading-50 {
    font-size: 50px !important;
}

.custom-btn {
    font-size: 18px !important;
    font-weight: bold !important;
    letter-spacing: 0.5px !important;
    text-transform: capitalize !important;
    padding: 10px 20px 10px 20px !important;
}



.Btn {
    width: 150px;
    height: 50px;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 13.5px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    cursor: pointer;
    background: linear-gradient(-45deg, #6bc5f8, #cf59e6, #6bc5f8, #cf59e6);
    background-size: 1000% 1000%;
    animation: gradient 5s ease infinite;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.247);
    transition-duration: .1s;
}

/* Button's gradient animation */
@keyframes gradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

/* Effect on Hover*/
.Btn::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    left: -70px;
    top: 0;
    background-color: rgba(214, 199, 255, 0.329);
    filter: blur(10px);
    transition-duration: .3s;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.Btn:hover::before {
    transform: translateX(250px);
    transition-duration: .3s;
}

/* Effect on click */
.Btn:active {
    transform: translate(2px, 2px);
    transition-duration: .1s;
}

.text-linear {
    /* background: linear-gradient(137deg, rgb(80, 233, 141) -4.69%, rgb(70, 111, 255) 14.37%, rgb(228, 91, 231) 50.15%, rgb(251, 142, 42) 102.63%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important; */
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #1179fc 25%, #dc82fc);
    -webkit-background-clip: text;
    background-clip: text;

}

h1.home-heading {
    font-size: 104px;
}

.generate-ways-tabs .nav-link {
    font-size: 18px;
    font-weight: 600;
}


.generate-ways-tabs .nav-link {
    color: #b7b7b7 !important;
}

.generate-ways-tabs .nav-link.active {
    border-bottom: 2px solid #1179fc !important;
    border-radius: 0px !important;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg,#1179fc,#dc82fc);
    -webkit-background-clip: text;
}


.chooseways.toggle-tabs ul.nav-tabs {
    border: 2px solid  #1179fc !important;
    border-radius: 50px !important;
    padding: 7px 7px !important;
}

.toggle-tabs .nav-link.active {
    border-radius: 50px !important;
    background: linear-gradient(90deg,#1179fc,#dc82fc) !important;
    color: #fff !important;
    
}
.toggle-tabs .nav-link{
    font-size: 16px;
    border: none !important;
}

.toggle-tabs .nav-link:hover {
    border: none !important;
}



.generate-tab .prompt-templates,
.generate-tab .your-prompt,
.generate-tab .prompt-result {
    margin-top: 30px !important;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    float: left;
    height: 500px;
    overflow-y: auto;
}

ul.upper-tabs.generate-ways-tabs {
    background: #fff;
    border-radius: 15px;
    padding: 0 10px;
}

#box1::-webkit-scrollbar-track,
#box2::-webkit-scrollbar-track,
#box3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#box1::-webkit-scrollbar,
#box2::-webkit-scrollbar,
#box3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#box1::-webkit-scrollbar-thumb,
#box2::-webkit-scrollbar-thumb,
#box3::-webkit-scrollbar-thumb {
    background-color: #1179fc;
}

.prompt-templates,
.col-md-4.your-prompt,
.col-md-4.prompt-result {
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075) !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.prompt-templates-text i,
.prompt-templates-image i {
    font-size: 30px;
}

.prompt-templates-text p,
.prompt-templates-image p {
    font-size: 19px;
    margin: 0px;
    font-weight: 500;
}

.prompt-templates-text,
.prompt-templates-image {
    padding: 10px 15px;
    min-height: 100px !important;
    cursor: pointer;
}

a.prompts-link {
    text-decoration: none;
    font-weight: 500;
    color: #2f2f2f;
    font-size: 15px;
    cursor: pointer;
}

.ver-2 a.prompts-link {
    text-decoration: none;
    font-weight: 500;
    color: #2f2f2f;
    font-size: 18px;
    cursor: pointer;
}

a.prompts-link i {
    font-size: 18px;
    font-weight: bold;
}

a.prompts-link:hover {
    color: #aeaeae;
    cursor: pointer;

}

/*  your prompt text and image tab */
.chooseways .btn-check+.btn {
    border: 1px solid #f5c400 !important;
}

.chooseways .btn-check:checked+.btn {
    border: 1px solid transparent;
    background: #f5c400;
}

.chooseways .btn-check:checked+.btn i.pe-1.ps-1.bi.bi-check-circle-fill {
    color: #fff;
}

.chooseways .btn-check:checked+.btn span.text-start {
    color: #fff;
}

.chooseways .btn-check+.btn:hover {
    border: 1px solid #f5c400 !important;
}

.way1,
.way2 {
    display: none;
}

.way1.active,
.way2.active {
    display: block;
}

/* generate result */
.generated-result .btn-check+.btn {
    border: 1px solid #ced4da !important;
}

.generated-result .btn-check+.btn:hover {
    border: 1px solid #ced4da !important;
}

.generated-result .btn-check:checked+.btn {
    border: 1px solid #1179fc !important;
    color: #1179fc;
}   


/*  icon  check not check through css  */
.check {
    display: none;
}

.generated-result .btn-check:checked+.btn .check {
    display: block !important;
}

.not-check {
    display: block;
}

.generated-result .btn-check:checked+.btn .not-check {
    display: none !important;
}

/* plans  */
.card.choose-plans-card {
    padding: 50px 20px 50px 20px;
}

.plan-nature {
    font-size: 45px;
}

.plans-card-active {
    transform: scale(1.05) !important;
    transition: ease 0.3s !important;
    box-shadow: 0 15px 45px rgb(17 121 252 / 35%) !important;
}

.active-plan {
    background-color: #009c24 !important;
    box-shadow: 0 15px 45px rgb(0 156 36 / 50%) !important;
}

.btn-cancel {
    background: #dc3545 !important;
    color: #fff !important;
    box-shadow: 0 15px 45px rgb(189 30 45 / 50%) !important;
}

.btn-cancel:hover {
    background: #dc3545 !important;
    color: #fff;
}




/* homepage landing  */
.homepage-landing a.nav-link.active {
    color: #0067b8 !important;
}

.homepage-landing a.nav-link {
    color: #2f2f2f !important;
}

.homepage-landing a.nav-link:hover {
    color: #0067b8 !important;
}

/* sec 1 */
.text-custom {
    color: #0067B8 !important;
}

.bg-custom {
    background: #0067B8 !important;
}

section.hero-section .row {
    padding: 100px 0px 50px 0px;
}

.hero-content p.sub-head {
    font-size: 20px !important;
    font-weight: 500;
    max-width: 600px;
    width: 100%;
}
 a.Btn:hover {
    color: #fff;
}

section.hero-section .hero-cta {
    padding: 10px 0 20px 0px;
}


/* sec 2 */
section.hero-section-second .hero-section-second-content .hero-item p {
    font-size: 20px;
    font-weight: 500;
}

section.hero-section-second {
    padding: 30px 0px;
}

section.hero-section-second .hero-section-second-content .hero-item {
    margin-bottom: 100px;
}

.pricing-secion .plans-card-active {
    transform: scale(1.05) !important;
    transition: ease 0.3s !important;
    box-shadow: 0 15px 45px rgb(0 103 184 / 35%) !important;
}

/* media Query */
@media only screen and (min-device-width: 667px) {

    .generate-tab .prompt-templates,
    .generate-tab .your-prompt,
    .generate-tab .prompt-result {
        max-width: 32%;
        margin-left: auto;
        margin-right: auto;
    }


}

@media only screen and (max-device-width: 667px) {
    .heading-50 {
        font-size: 25px !important;
    }

    .generate-ways-tabs .nav-link {
        font-size: 14px;
    }

    .prompt-templates-text,
    .prompt-templates-image {
        margin-bottom: 5px;
    }

    .generate-tab {
        margin-left: 5px;
        margin-right: 5px;
    }

    .col-md-4.prompt-templates,
    .col-md-4.your-prompt,
    .col-md-4.prompt-result {
        border-right: none !important;
        border-bottom: 1px solid #d4d4d4 !important;

    }
    .order-mb-2 {
        order: 2 !important;
    }

}

/* desktop */
@media (min-width: 1200px) {
    .plan-info {
        min-height: 80% !important;
    }
}


/* other css */
.menu-item.here.show a span {
    color: #1179fc !important;
}

.menu-item.here.show a span i {
    color: #1179fc !important;
}