/* All delay classes will take 2x longer to start */
:root {
    --animate-delay: 2s;
}

/* All delay classes will take half the time to start */
:root {
    --animate-delay: 0.5s;
}

/*# sourceMappingURL=custom.css.map */
.dark_btn {
    background-color: #151E31;
    border-radius: 10px;
    padding: 10px 19px;
    display: inline-block;
    margin: 2px;
    text-decoration: none;
    border: 0px solid transparent;
    font-family: 'Plus Jakarta Sans';
    white-space: nowrap;
}

.header_bottom {
    margin-top: 0;
    /* background-color: var(--bs-body-bg); */
    border-bottom: 2px solid var(--bs-header-2-border-bottom);
}

.screen_height {
    height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 30px;
}

.edit_font_title {
    font-size: 1.2rem;
}

.image_radius {
    border-radius: 30px;
    width: 280px;
}

.upload_image {
    background-color: #151E31;
    margin: 0 auto;
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 250px;
    justify-content: center;
    margin-bottom: 16px;
    margin-top: 20%;
    opacity: .75;
    transition: all .15s linear;
    width: 250px;
    border: 2px dashed #ffffff;
    overflow: hidden;
    /* align-items: flex-start; */
}

.upload_image_twofaces {
    height: 150px !important;
    width: 150px !important;
    margin-top: 3% !important;
}

.upload_couple_2 {
    margin: 0 0 0 auto;
}

.px_4rem {
    padding-left: 3rem;
    padding-right: 3rem;
}

[data-bs-theme="dark"] .logo-light {
    display: inline-block;
}

.logo_font {
    font-family: 'Lobster', cursive;
}

.slider_font {
    font-family: 'Plus Jakarta Sans';
}

.section_bg {
    background-image: url(../images/slider2.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;

    /* background-image: url(https://images.wondershare.com/facengine_img/product/online/three-bg1.png), url(https://images.wondershare.com/facengine_img/product/online/three-bg2.png), url(https://images.wondershare.com/facengine_img/product/online/three-bg3.png);
        background-repeat: no-repeat;
        background-position: right top, left 58%, right bottom;
        background-size: 52.8% auto, 19.27% auto, 55.3% auto; */

}

.background-overlay {
    background-image: linear-gradient(90deg, #005689 0%, #c90000 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    mix-blend-mode: multiply;
    pointer-events: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
}

.btn_gw500 {
    --bs-btn-padding-x: 3.9rem;
    --bs-btn-padding-y: 1.3rem;
    width: 400px;
    text-align: center;
    display: inline-block !important;
}

.background_bg_scrool {
    background-color: #000;
    padding: 30px;
    border: 1px solid #ffffff2a;
    border-radius: 30px;
    padding-right: 0px;
    height: 90vh;
}

.anchor_link_flex {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.anchor_link_flex .link_text {
    font-size: 1.25rem;
    margin-left: 16px;
    font-weight: bold;
}

.category_bg_border {
    /* border: 1px solid red; */
    /* border-radius: 30px; */
    padding: 10px 10px;
    --bs-custom-inner-bg: rgba(38, 31, 48, 0.22);
    box-shadow: 8px 5px 21px 18px var(--bs-custom-inner-shadow-color);
    -bs-custom-inner-bg: rgba(248, 248, 255, 0.8);
    --bs-custom-inner-border-color: rgba(255, 255, 255, 0.195);
    --bs-custom-inner-shadow-color: rgba(0, 0, 0, 0.39);
    border-radius: 30px;
    border: 2px solid var(--bs-custom-inner-border-color);
    background: var(--bs-custom-inner-bg);
    box-shadow: 0px 1px 14px -5px var(--bs-custom-inner-shadow-color);
    transition: all 0.2s ease-in-out;
    position: relative;
    width: 250px;
    background: #111315;
}

.category_bg_border.gradient-border:hover:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    z-index: -1;
    border-radius: 30px;
    transition: all 0.5s;
    background: rgba(var(--bs-primary-rgb), 1);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(var(--bs-primary-rgb), 1)), color-stop(100%, rgba(var(--bs-primary-rgb), 1)));
    background: linear-gradient(30deg, var(--bs-primary) 5%, var(--bs-secondary) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bs-primary)', endColorstr='var(--bs-secondary)', GradientType=1);
}

.category_bg_border.gradient-border:hover:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    z-index: -1;
    border-radius: 30px;
    background: var(--bs-body-bg);
}

/* .category_bg_back_section{
    background: #111315; 
     padding: 40px 0;
  } */
.text_min_height {
    min-height: 200px;
    color: #ffffff;
}

.h2_text_height {
    min-height: 50px;
}

.font_30 {
    font-size: 6vw;
    font-weight: 400;
}

.font_60 {
    font-size: 2vw;
}

.hero-heading-text {
    line-height: .9;
    letter-spacing: 0px;
    font-size: 134px;
    font-weight: 900;
}

.ml_2minus {
    margin-left: -10px;
}

.free_top {
    top: -12px;
    left: 25px;
}

.faceswap_w300 {
    /* width: 450px; */
    color: #ffffff;
    margin-top: 0px;
}

.play_icon {
    width: 30px;
    margin-right: 10px;
    height: auto;
}

.dowload_app_btn {
    background-image: -webkit-linear-gradient(-179deg, rgb(104, 18, 206) 0%, rgb(232, 37, 192) 50%, rgb(215, 65, 57) 100%);
    padding: 2px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 20px;
}

.dowload_app {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #650057;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    padding: 15px 24px;
    border-radius: 30px;
    background-color: #13131f;
}

.dowload_app_btn:hover {
    background-image: transparent;
}

.star-icons {
    top: 20px;
    transform: scale(.6);
    justify-content: flex-end;
    right: 12px;
    left: auto;
    margin-right: 0;
}

.hero_content_align {
    margin-top: -4%;
}

.hero-8 .hero-wrapper {
    padding: 172px 0 100px 0;
    --bg-parallax-image: transparent;
    background-image: radial-gradient(ellipse 40% 100% at 60% -10%, rgb(94 121 255 / 30%), rgb(55 59 107 / 10%));
    /* border-bottom: 2px solid hsla(0, 0%, 100%, .1); */
}

.hero-8-image {
    bottom: 13%;
}

.btn_header_top {
    --bs-btn-padding-x: 0.8rem;
    width: auto;
    height: 50px;
}

.font_weight700 {
    font-weight: 700;
    display: block;
    border-top: 1px solid #dddddd24;
    padding-bottom: 15px;
    padding-top: 15px;
}

.border_textwhite img {
    width: 170px;
    border-radius: 10px;
    border: 2px solid #ffffffa8;
    margin-left: 10px;
}

.text-body-secondary {
    color: #ffffff !important;
}

.hero-8-inner {
    margin-left: 0%;
}

a {
    text-decoration: none;
}

.btn_xy {
    position: relative;
    padding: 9px 42px 9px 16px;
}

.btn_xy svg {
    position: absolute;
    top: 6px;
    vertical-align: middle;
    right: 12px;
    height: 26px;
    width: 26px;
}

.close_menu {
    display: none;
}

.log_size {
    font-size: 32px;
    vertical-align: middle;
    margin-left: 5px;
}

.header-2 {
    padding-left: 0px;
    padding-right: 0px;
}

.image_container {
    max-width: 800px;
    max-height: 450px;
}

.popup-modal {
    position: fixed;
    width: 500px;
    height: 550px;
    background: #000000;
    padding: 10px;
    border: 2px solid #383838;
    border-radius: 30px;
    overflow: hidden;
    margin: 20px auto;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
	top: 0;
}

.image_container {
    width: 100%;
    max-width: 400px;
    height: 430px;
    margin: 0 auto
}

.btn-outline-warning:hover {
    color: #ffffff;
}

.blog_view img {
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}

.upload_orginal_image {
    background-color: rgb(255, 255, 255, .1);
    width: 100% !important;
    height: 400px;
    border-radius: 20px !important;
    margin-top: 0 !important;
}

.hero_banner_img {
    width: 85%;
    margin-top: -10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.faceswap_circle {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
    top: -29%;
}

.faceswap_circle img {
    opacity: 0.15;
    margin-left: -5%;
    width: 90%;
    transform: rotate(-90deg);
    display: block;
    margin: 0 auto;
}


.category-container {
    justify-content: space-around !important;
}

.footer_line {
    margin-top: 40px !important;
    background: linear-gradient(to right, rgba(23, 22, 22, 0.0), #141414, rgba(23, 22, 22, 0.0));
    height: 2px;
    width: 100%;
}

.faceswap_result {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;

}

.faceswap_result img {
    margin-left: 0;
    display: block;
    text-align: center;
    position: relative;
    left: 94px;
}

.download_now {
    --bs-btn-padding-x: 1.9rem;
}

.blog_view h1 {
    font-weight: 700;
    font-size: 2vw;
}

.blog_view h2 {
    font-weight: 700;
    font-size: 1.5vw;
}

.blog_view ul,
.blog_view ol {
    color: #fff;
}

.blog_view .align-items-lg-center {
    align-items: start !important;
}

/* .footer-nav a {
    color :#ffffff !important
} */

[data-cursor-text="Face Swap"] {
    font-size: 12px;
    /* Set your desired font size */
}

.custom_bg_border_ {
    border: 1px solid #404e6a72;
    padding: 40px;
    border-radius: 20px;
    background: #222b3c4f;
    min-height: 482px;
}

.select_category_bg_section .section-title {
    margin-top: 40px;
    margin-bottom: 40px;
}

.select_category .img_max_width {
    margin: 0 auto;
}

.select_category .img_max_width img {
    border-radius: 12px;
}

.select_category .box_bg_card {}

.select_category .link_text {
    background: #000000b5;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    width: auto;
    border-radius: 0px 0px 12px 12px;
}

.select_category_bg_section {
    background: #262734;
    border: 1px solid #404e6a72;
    border-radius: 20px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 40px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_30 {
    margin-top: 30px;
}

.height_auto {
    min-height: auto;
}

.gradient_2 {
    background-image: linear-gradient(90deg, #1698d3 0%, #1669d3 100%);
}

.dropdown-toggle::after {
    display: none;
}

/* Define the keyframes */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(8px);
        /* Start slightly below */
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        /* End at the original position */
    }
}

/* Apply the animation to the element */
.fade-in-up {
    opacity: 0;
    /* Start hidden */
    animation: fadeInUp 0.3s ease-in-out forwards;
}

.mobile_menu_bottom_sticky .dropdown-item {
    position: relative;
    font-size: 18px;
    color: #fff;
    --bs-dropdown-item-padding-y: 0.4rem;
}

.mobile_menu_bottom_sticky .dropdown-item:before {
    content: "\01F892";
    /* font-family: bootstrap-icons !important; */
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #bbb;
}

.dropdown_menu_w {
    --bs-dropdown-min-width: 16rem;
}

.text_to_image_input {
    width: 900px;
    margin: 0 auto;
}

.text_to_image_input textarea {
    border-radius: 10px;
    background-color: rgb(0 0 0 / 43%);
    padding: 20px;
    border: 1px solid;
}

.blog_view a {
    color: var(--bs-primary) !important;
}

.art_styles {
    margin-top: 30px;
    text-align: center;
}

.art_styles .click_style {
    display: inline-block;
    width: 9.4%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    font-family: var(--bs-font-family-style-2) !important;
    font-size: 14px;
    font-weight: 500;
    vertical-align: top;
}

.art_styles img {
    width: 76px;
    height: auto;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    border: 1px solid transparent;
    padding: 6px;
}

.art_styles img.active {
    border: 1px solid var(--bs-primary) !important;
}

.art_styles a.active_text {
    color: var(--bs-primary) !important;
}

.text_to_image_input .delete_text {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.text_to_image_input svg {
    border: 1px solid
}

/* .btn {
    --bs-btn-padding-x: 1.7rem;
} */

.style_name_f {
    display: inline-block;
    margin-left: 16px;
    position: relative;
    top: 10px;
    color: var(--bs-primary) !important;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    color: #999999 !important;
}

.mobile_menu_bottom_sticky {
    display: none;
}

.close_btn {
    text-align: right;
}

.box_blur {
    box-shadow: 0 0 10px #e91e63b0;
    border: 1px solid #e91e63b0;
    color: #fff;
}

.transparent_bg {
    background-image: url(../images/transparent.jpg);
    background-position: center;
    border-radius: 20px;
    position: relative;
}

.img_download {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.btn_download_image {
    border-radius: 50px;
    width: 58px;
    height: 58px;
    background: #000000ad;
    border: 1px solid transparent;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.img_hover:hover .img_download {
    display: flex;
    animation: zoomIn 0.3s ease forwards;
}



@keyframes zoomIn {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@media (max-width: 1399.98px) {
    .hero-8-inner {
        margin-left: 0%;
    }

    .hero-8-image img {
        max-width: 600px;
    }

    .font_30 {
        font-size: 5vw;
    }

    .free_top {
        top: 0px;
    }
}

@media (min-width: 1400px) and (max-width: 1750px) {
    .hero-8-image {
        margin-right: 8% !important;
    }

    .gap_menu.gap-20 {
        gap: 2.5rem !important;
    }
}

@media (min-width: 1920px) and (max-width: 2560px) {
    .hero-8-inner {
        transform: scale(1);
    }

    .gap_menu.gap-20 {
        gap: 2.5rem !important;
    }

    .font_30 {
        font-size: 4.7vw;
    }

    .free_top {
        top: -20px;
    }

}

.img_box_h {
    height: 250px;
    border: 0px solid #222b3c4f;
    border-radius: 0;
    background-color: transparent;
    transition: none;
}

.img_box_h img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 6px;

}

/* .upper-canvas {
    cursor: pointer !important;
} */

#canvasContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    /* Optional background color */
}

.app_pramotion_banner {
    display: none;
}

.hd_paintimage {
    width: 100% !important;
    height: 164px !important;
    cursor: pointer;
    border-radius: 10px;
}

.hd_paintimage svg {
    width: 50px;
    height: 50px;
}

.canva_image_display {
    width: 300px;
    height: 400px;
    position: relative;
    overflow: hidden;
    border: 1px solid #121111;
    margin: 0 auto;
    border-radius: 20px;
}

.canva_btns button {
    border: 0px solid #ddd;
    border-radius: 4px;
    background-image: linear-gradient(90deg, #1698d3 0%, #1669d3 100%);
    padding: 2px 6px;
}

#drawingCanvasImage {
    border: 1px solid #353744;
    padding: 20px;
    border-radius: 20px;
}

.hdpainter_image_border {
    border: 1px solid #353744;
    padding: 20px;
    border-radius: 20px;
    min-height: 180px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.age_diplay_box {
    background-color: #c5f9cf12;
    padding: 6px 30px;
    border-radius: 6px;
    color: #00971d;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 800;
    text-align: center;
    font-family: 'Roboto';
    display: inline-block;
}

.help_video_link {
    border: 1px solid #ffb7b7a1;
    padding: 8px 15px;
    border-radius: 26px;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #ffb7b7b3;
    position: absolute;
    right: 0;
    top: 5px;
}

.help_video_link svg {
    width: 14px;
    height: 14px;
    fill: #ffb7b7b3;
    margin-left: 5px;
}

.close_icon_border {
    position: fixed;
    right: 30px;
    top: 30px;
    border: 2px solid #5c5c5c;
    border-radius: 20px;
    padding: 10px;
    width: 28px;
    height: 28px;
    z-index: 20;
}
.help_t{
    top:-5px;
}
.grid_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.home_title_h1 h1{
    font-size: 3.125rem;
    letter-spacing: .025em;
    font-weight: bold;
    font-family: 'Plus Jakarta Sans';
    margin-bottom:16px;
}
.home_title_h1 span, .faceswap_categories span{
    background: linear-gradient(43.32deg, #6A55F8 14.73%, #CA48F6 86.35%, #CA48F6 86.35%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.home_title_h1 p{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #e9e9e9;
    font-family: 'Plus Jakarta Sans';
}
.feature_box .h2_text_height{
    min-height: auto !important;
    font-family: 'Plus Jakarta Sans';
    color:#fff;
    font-size: 1.5rem !important;
}
.feature_box p{
   font-size: 16px;
   color: #e9e9e9 !important;
    font-family: 'Plus Jakarta Sans';
}
.feature_box .custom-inner-bg{
    min-height: 100%;
}
.feature_box .blog-content-2{
    padding:0 !important
}

.feature_box .blog-left-content{
    padding:0px 22px 30px 22px
}
.playstore_card_outer{
	background:linear-gradient(90deg, #ff4ab3, #fcd246 35%, #9ffe00 70%, #1fccf6);
	border-radius: 30px;
    padding: 2px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.playstore_card{
	padding:30px;
	background:#202124;
	border-radius:30px;
	    min-height: 100%;
}
.playstore_card h2{
	font-family: 'Plus Jakarta Sans';
    font-size: 2rem;
    font-weight: 600;
	margin-bottom:10px;
	color:#fff;
}
.playstore_card p{
	font-size:16px;
	color:#fff;
}
.playstore_card img.playstore_b{
	width: 220px;
    border: 1px solid #ffffff54;
    border-radius: 10px;
	margin-top:20px;
	display:block;
}
.playstore_card img.web_icon{
	width: 180px;
    border-radius: 30px;
}
.faceswap_categories .cate_card{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
.faceswap_categories{
	margin-top: 50px;
    /* background: #404e6a0a; */
    /* border: 1px solid #111; */
    /* padding: 30px; */
    /* border-radius: 30px; */
}
.faceswap_categories .category_box {
    color: #fff;
    background: #0b0611;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 16px 16px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .6px;
}
.faceswap_categories .category_box abbr{
	display:block;
	font-size: 12px;
	opacity: .8;
}

.faceswap_categories a img{
	    width: 90px;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    background: #322f2f;
    padding: 10px;
    margin-top: -62px;
}
.faceswap_categories h2{
	font-size: 2rem;
    font-family: 'Plus Jakarta Sans';
    text-align: center;
	font-weight:bold;
	margin-bottom: 16px;
}
.faceswap_categories h2 span{
    /* background: #0b0611; */
    /* padding: 10px 20px; */
    /* border-radius: 30px; */
}
.faceswap_categories p {
    font-size: 18px;
    font-weight: 600;
    color: #e9e9e9;
    font-family: 'Plus Jakarta Sans';
	margin:0 auto;
	text-align:center;
	padding-bottom: 110px;
}
.yellow_text a{
	color:#FFF4A3
}
.red_text a{
	color:#FFC0C7
}
.blue_text a{
	color:#96D4D4
}
.green_text a{
	color:#D9EEE1
}
.teel_text a{
	color:#c5d496
}
.navlink_a{
	position:relative;
	margin-bottom:10px;
}
.navlink_a.nav-underline {
    --bs-nav-underline-gap: 0rem !important;
}
.navlink_a:after{
    content: "";
    height: 2px;
    width: 100%;
    background: #404e6a72;
    position: absolute;
    bottom: 0;
    z-index: 0;
}
.navlink_a a{
	font-size:18px;
	padding:20px !important;
	position: relative;
	z-index: 2;
}
.nav-underline .nav-link.active, .nav-underline .show>.nav-link{
color: var(--bs-primary) !important;

}
.upload_couple_custom_1 {
    margin: 0 0 auto !important;
}
.upload_couple_custom_2 {
    margin: 0 0 0 auto;
}

.or-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* Text color */
    font-weight: bold;
    font-size: 14px;
    position: relative;
}

.or-divider::before,
.or-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #3a3a3a; /* Line color */
    margin: 0 10px; /* Space around text */
}
.google-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    padding: 12px 20px;
    background: transparent;
    border: 1px solid #444;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition: border-color 0.3s ease-in-out;
    margin: 0 auto;
}

.google-btn:hover {
    border-color: #888;
}

.btn-content {
    display: flex;
    align-items: center;
}

.btn-content img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.btn-content span {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.arrow-icon {
    width: 24px;
    height: 24px;
    stroke: white;
    opacity: 0;
    transform: translateX(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.google-btn:hover .arrow-icon {
    transform: translateX(6px);
    opacity: 0.8;
}
.faceswap_login{
    font-family: 'Plus Jakarta Sans';
}
.faceswap_login h2 {
    font-size: 1.5rem;
    font-weight: 800;
    font-family: 'Plus Jakarta Sans';
}
.faceswap_login .font_15{
    font-size: 15px;
}
.faceswap_login .modal-body{
    padding: 2.5rem;
}
.feature-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #fff; /* Adjust color as needed */
}

.feature-item img {
    width: 18px;
    height: 18px;
    filter: hue-rotate(220deg); /* Adjust icon color if needed */
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 20
}

.pricing-section {
	color:#fff;
	font-family: 'Plus Jakarta Sans';
}

.highlight {
    color: #d63384;
    font-weight: bold;
}

.pricing-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
	font-family: 'Plus Jakarta Sans';
}

.plan {
    background: transparent;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(104, 102, 102, 0.30);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
}

.plan h2 {
    margin-bottom: 6px;
	font-size:16px;
	text-align:left;
	    font-family: 'Plus Jakarta Sans';
}
.pricing-section h1 {
	font-family: 'Plus Jakarta Sans';
	font-size:2.1875rem;	  
}
.pricing-section p{
	    font-family: 'Plus Jakarta Sans';
}

.price {
    font-size: 1.875rem;
    font-weight: bold;
    color: #fff;
}
.price_month{
	font-size: .875rem;
	color:#6b7280cc;
}

button.prioce {
    background-color: #d63384;
	background: linear-gradient(to right, #d63384, #650b9f);   
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-top: auto;
	font-size:14px;
}

button.prioce:hover {
    background-color: #0056b3;
}

.recommended {
    border: 2px solid #ffc107;
    position: relative;
}

.badge {
   background: #ffc107;
    color: black;
    font-size: 12px;
    padding: 4px 7px;
    margin-left: 5px;
    border-radius: 2px;
}
.faqs_section h1{
	font-family: 'Plus Jakarta Sans';
	font-size:2.1875rem;
	margin-top: 50px;
	margin-bottom: 30px;
}
#faqAccordion h2{
    font-family: 'Plus Jakarta Sans';
    font-weight: bold;
    color: #fff;
}
#faqAccordion button{
    font-weight: bold;
    color: #fff;
	outline:none;
	box-shadow:none;
}
#faqAccordion .accordion-body{
	color:#fff;
	opacity:.8;
	font-family: 'Plus Jakarta Sans';
	font-size:14px;
}
.accordion-button:not(.collapsed){
	background-color: #495057;
}
.footer-nav a, .footer-nav{
    font-size: 14px;
    color: #bbbbbb !important;
}
.price_container{
    width:1140px;
}

.sidebar {
    background-color: #1a1127;
    padding: 20px;
    border-radius: 10px;
    min-height: 100%;
}

.sidebar h6 {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 15px;
}

.sidebar .nav-link {
    color: #ccc;
    font-weight: 500;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 8px 12px;
    transition: all 0.3s ease;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
    background-color: #2a183d;
    color: #f8f9fa;
}

.dashboard-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.table thead {
    background-color: #2a183d;
    color: #fff;
}

.table tbody tr {
    background-color: #1b1325;
}

.table tbody tr:hover {
    background-color: #2d1c41;
}

.text-success {
    color: #28a745 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (min-width: 576px) {
    .modal-sm {
        --bs-modal-width: 450px;
    }
}
@media (max-width: 767px) {
    .price_container{
        width:100%;
    }
	.navlink_a a {
    font-size: 12px;
    padding: 6px !important;
    font-family: 'Plus Jakarta Sans';
    font-weight: bold !important;
}
	.faceswap_categories .cate_card{
			grid-template-columns: repeat(2, 1fr);
			grid-column-gap: 10px; 
			grid-row-gap: 60px;
	}
	.faceswap_categories p{
		padding-bottom: 75px;
	}
	#faceswapmagicwork_1{
		    padding-top: 6.5rem !important;
	}
	.home_title_h1 h1{
		font-size: 2rem;
	}
	.grid_cards {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	.playstore_card h2 {
    font-size: 1.5rem;
	}
	.playstore_card p {
		font-size: 14px;
	}
	.playstore_card img.playstore_b{
		margin:20px auto;
	}
	.playstore_card_outer{
		margin-top: 30px;
		margin-bottom: 0px;
	}
    .help_video_link {
        position: relative;
        right: 0;
        top: 5px;
        display: block;
        clear: both;
        width: 86px;
        margin: 0 0 0 auto;
    }

    .header-section.sticky {
        position: relative;
    }

    .app_pramotion_banner {
        position: fixed;
        bottom: 68px;
        width: 100%;
        z-index: 1000;
        display: block;
    }

    .app_pramotion_banner_bg {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        margin: 10px;
        padding: 14px 10px;
        box-shadow: 1.5rem 1.5rem 1.5rem 1.5rem rgba(0, 0, 0, 12%);
        border-radius: 6px;
        padding-left: 0px;
    }

    .app_pramotion_banner .img_logo_brand {
        width: 170px;
    }

    .app_pramotion_banner .play_icon {
        width: 120px;
        border-radius: 4px;
    }

    .app_pramotion_banner .close_banner {
        font-size: 30px;
        line-height: 0;
        padding: 10px;
        vertical-align: middle;
        position: relative;
        top: -1px;
    }

    .m_show {
        display: block;
    }

    .mobile_menu_bottom_sticky {
        position: fixed;
        width: 100%;
        background: #182032;
        bottom: 0;
        z-index: 100000;
        padding: .3rem 0;
        box-shadow: 0 0 1.5rem rgba(0, 0, 0, .08);
    }

    .mobile_menu_bottom_sticky .nav-link {
        padding: 0.5rem 0.5rem;
        font-weight: 500;
        color: #d5d5d5;
        font-size: 11px;
    }

    .mobile_menu_bottom_sticky .nav-link svg {
        width: 20px;
        height: 20px;
        display: block;
        fill: #d5d5d5;
        margin: 0 auto .25rem;
    }

    .dropdown-menu {
        left: 0 !important;
        right: 0 !important;
        width: 95%;
        margin: 0 auto !important;
        border-radius: 20px;
        transform: translate3d(0px, -63px, 0px) !important;
        overflow: hidden;
        border: 0px;
        box-shadow: 1.5rem 1.5rem 1.5rem 1.5rem rgba(0, 0, 0, 12%);
        background-color: #262734;
    }

    .mobile_menu_bottom_sticky .dropdown-item {
        padding: .9rem 1rem;
        font-size: 15px;
        font-weight: 500;
        position: relative;
    }

    .mobile_menu_bottom_sticky .dropdown-item svg {
        width: 20px;
        height: 20px;
        fill: #808185;
        margin-right: .25rem;
    }

    .dropdown_header {
        text-align: center;
        display: block;
        font-size: 19px;
        font-weight: 700;
        line-height: normal;
        color: #fff;
        padding: 21px 0px 5px 0px;
        margin-top: -10px;
    }

    .m_text_size {
        font-size: 14px;
    }

    .text_to_image_input {
        width: 100%;
    }

    .popup-modal {
        width: 90%;
    }

    .hero_banner_img {
        width: 90%;
        margin-top: -10%;
        margin: 0 auto;
        display: block;
        margin-bottom: 12px;
        margin-left: 22px;
    }

    .faceswap_circle {
        margin: 0 auto;
        z-index: -1;
        top: -11%;
        text-align: center;
        width: 100%;
    }

    .hero-heading-text {
        font-size: inherit;
    }

    .hero-8-image {
        bottom: 0;
        top: 7%;
        z-index: 0;
    }

    .hero-8 .hero-wrapper {
        padding: 150px 0 200px 0;
    }

    .font_30 {
        font-size: 30px;
    }

    .font_60 {
        font-size: 20px;
    }

    .faceswap_w300 {
        width: 100%;
    }

    .hero-8-inner {
        margin-left: 2%;
        margin-top: 0;
    }

    .free_top {
        top: -36px;
        margin-left: 6px;
        left: 0;
    }

    .hero-8-image {
        margin-right: 4%;
    }

    .event-info.event-info-outside.event-down-sm {
        bottom: -113px;
    }

    .star-icons {
        top: -88%;
        left: inherit;
        transform: scale(.4);
        right: 0;
    }

    .text_min_height {
        min-height: 124px;
    }

    .gy-m-10 {
        row-gap: 10px !important;
    }

    .button_scroll {
        overflow-x: auto;
        justify-content: left !important;
    }

    .button_scroll button {
        white-space: nowrap;
    }

    .px_4rem {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .mobile_menu {
        position: absolute;
        background-color: #000;
        padding: 20px;
        /* display: block !important; */
        top: 0;
        width: 100%;
    }

    .mobile_menu .d-flex {
        display: block !important;
    }

    .mobileopen {
        display: block !important;
    }

    .upload_image {
        width: 120px;
        height: 120px;
        margin-top: 2rem;
    }

    .upload_image svg {
        width: 70px;
    }

    .btn_gw500 {
        width: 100%;
    }

    .background_bg_scrool {
        padding: 0;
        height: auto;
        background: transparent;
        border: 1px solid transparent;
        margin-top: 20px;
    }

    .screen_height {
        padding-right: 0;
        height: 100%;
        margin-top: 24px;
    }

    .flex_direction_column {
        flex-direction: column;
    }

    .btn_xy {
        margin-bottom: 10px;
        --bs-btn-padding-x: .4rem;
        --bs-btn-padding-y: 0.4rem;
    }

    .background-overlay {
        height: 200%;
    }

    .mobile_text_center {
        text-align: center;
    }

    .mt_10 {
        margin-top: 10px;
    }

    .close_menu {
        display: block;
    }

    .dowload_app {
        padding: 10px 10px;
        font-size: 14px;
        font-weight: 700;
    }

    .dowload_app_btn.ms-3 {
        margin-left: .2rem !important;
    }

    .play_icon {
        margin-right: 4px;
        width: 24px;
    }

    .blog_view h2 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .custom_bg_border_ {
        padding: 10px;
    }

    .gradient_2 {
        /* --bs-btn-padding-x: .8rem; */
        --bs-btn-padding-y: 0.5rem;
    }

    .select_category_bg_section {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0;
        padding-bottom: 30px;
    }

    .custom_bg_border_ {
        min-height: 290px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .custom_bg_border_mobile {
        min-height: 290px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .height_auto {
        min-height: auto;
    }

    .select_category_bg_section .row {
        --bs-gutter-x: .8rem;
    }

    .select_category_bg_section .category_section {
        /* --bs-btn-padding-x: .7rem; */
        --bs-btn-padding-y: 0.5rem;
    }

    .select_category .img_max_width {
        /* max-width: 80px; */
    }

    .select_category .img_max_width img {
        width: 200px;
        height: 160px;
        border-radius: 12px;
        margin: 0 auto;
    }


    .select_category .link_text {
        font-size: 13px;
        text-transform: capitalize;
        padding: 6px 6px;
    }

    .select_category_bg_section .section-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .margin_mobile_10 {
        margin: 10px;
    }

    .select_category {
        overflow: auto;
    }

    .upload_image {
        margin-bottom: 5px;
    }

    .border_textwhite img {
        width: 160px;
        margin-bottom: 20px;
    }

    .swap_bg .row {
        flex-direction: column-reverse;
    }

    #upload_couple_2 {
        margin: 0 auto;
    }

    .upload_image_twofaces {
        margin-top: 2rem !important;
        height: 120px !important;
        width: 120px !important;
    }

    .upload_image svg {
        width: 60px;
    }

    .mobile_couple_face {
        display: flex;
        justify-content: center;
        gap: 24px;
    }

    .image_radius {
        width: 244px;
    }

}