
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
    font-family: "Nyala";
    src: url(../fonts/nyala_regular.ttf);
}
@font-face {
    font-family: "Redonda_Light";
    src: url(../fonts/RedondaTest-Light.otf);
}
@font-face {
    font-family: "Redonda_Medium";
    src: url(../fonts/RedondaTest-Medium.otf);
}
@font-face {
    font-family: "Redonda_Regular";
    src: url(../fonts/RedondaTest-Regular.otf);
}
@font-face {
    font-family: "Redonda_Bold";
    src: url(../fonts/RedondaTest-Bold.otf);
}
/* {
    font-family: "Nyala";
    font-family: "Redonda_Light";
    font-family: "Redonda_Medium";
    font-family: "Redonda_Regular";
    font-family: "Redonda_Bold";
    font-family: "Inter", sans-serif;
} */

body{
    padding: 0;
    margin: 0;
    font-family: "Redonda_Regular";
    background-color: #000000;
    overflow-x: hidden;
}
.header_section{
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 99;
}
.navbar ul li a{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF !important;
}
.header_inner_main{
    background: #1E1E1E;
    border-radius: 8px;
    padding: 0px 40px;
}
.navbar-toggler{
    box-shadow: none !important;
    border: none;
}
.trust_bar_section{
    background: #1E1E1E;
    padding: 20px 0;
    /* margin-top: 100px; */
    margin-bottom: 100px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.trust_bar_content{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.trust_bar_item{
    display: flex;
    align-items: center;
}
.trust_bar_text{
    font-family: "Redonda_Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0.5px;
}
.trust_bar_divider{
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
}
.hero_section{
    height: auto;
    min-height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    margin-top: 0;
    padding: 80px 0px;
}
.hero_content_left{
    padding: 20px;
}
.hero_text1 h1{
    font-family: "Nyala", serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 1.2;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.hero_text1 h1 .highlight{
    background: linear-gradient(135deg, #4A90E2 0%, #5BA3F5 100%);
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
}
.hero_description{
    font-family: "Redonda_Light", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #E0E0E0;
    max-width: 500px;
}
.hero_description .highlight{
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.3) 0%, rgba(91, 163, 245, 0.3) 100%);
    padding: 2px 6px;
    border-radius: 3px;
}
.hero_two_btns{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.hero_btn_primary{
    background-color: #FFD700;
    color: #000000;
    border: none;
    font-weight: 700;
    font-size: 18px;
    padding: 14px 32px;
    border-radius: 8px;
    min-width: 180px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.hero_btn_primary:hover{
    background-color: #FFC700;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}
.hero_media_right{
    padding: 20px;
}
.hero_media_grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    height: auto;
    max-height: 350px;
}
.hero_media_item{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 100%;
    max-height: 350px;
    cursor: pointer;
}
.hero_media_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}
.hero_media_item:hover img{
    transform: scale(1.05);
}
.hero_media_item a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.hero_video{
    position: relative;
}
.video_play_icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all 0.3s ease;
    pointer-events: none;
}
.hero_video:hover .video_play_icon{
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.95;
}
.video_play_icon svg{
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
.hero_two_btns button{
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
    background-color: transparent;
    border: 1px solid #FF8600;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    padding: 8px 20px;
    border-radius: 8px;
    min-width: 170px;
}
.hero_two_btns button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #FF8600;
    z-index: -1;
    transition: transform 0.4s ease;
    transform: translateX(0);
}
.hero_two_btns button:hover::before {
    transform: translateX(100%);
}
.hero_two_btns button:hover {
    color: #000000;
}
.hero_two_btns button:last-child::before {
    transform: translateX(100%);
}
.hero_two_btns button:last-child {
    color: #000000;
    border: none;
}
.navbtn button{
    margin-left: 20px;
    background-color: #FF8600;
    padding: 8px 20px;
    border-radius: 8px;
    color: #000000;
    font-size: 16px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.navbtn button i{
    font-size: 18px;
}
.footer_section{
    background-color: #1E1E1E;
    padding: 50px 0px;
}
.footer_title{
    width: 100%;
    text-align: center;
}
.footer_title h1{
    color: #FFFFFF;
    font-family: "Nyala";
    font-weight: 400;
    font-size: 32px;
}
.footer_title p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #DBDBDB;
    margin-bottom: 0;
}
.footer_links_div{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}
.footer_links_div a{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}
.footer_icons{
    display: flex;
    gap: 15px;
    align-items: center;
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    padding: 10px 20px;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
}
.footer_icons i{
    color: #000000;
}
.footer_last_text{
    margin-top: 25px;
    text-align: center;
}
.footer_last_text p{
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
}
.swiper_section .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 400px;
}
.swiper_section .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}
.swiper_section .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.swiper-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
    pointer-events: none;
}
.swiper-slide-hover:hover .swiper-slide-overlay {
    opacity: 1;
}
.swiper-slide-hover:hover .swiper-slide img {
    transform: scale(1.05);
}
.swiper-slide-overlay-content {
    position: relative;
    z-index: 1;
}
.swiper-slide-title {
    font-family: "Nyala", serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0 0 8px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.swiper-slide-subtitle {
    font-family: "Redonda_Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #CCCCCC;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.home_section_one{
    padding: 50px 0px;
    margin-top: 100px;
}
.home_sec1_title h1{
    font-family: "Nyala";
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}
.home_sec1_title h1 span{
    color: #814B7D;
}
.home_sec1_card_body{
    background: #1E1E1E;
    padding: 15px;
    border-radius: 20px;
    margin-top: 30px;
}
.home_sec1_card_img{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.home_sec1_card_img img{
    border-radius: 20px;
    height: 185px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.home_sec1_card_img img:hover{
    transform: scale(1.1);
}
.home_sec1_text{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_sec1_text h4{
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    color: #FFFFFF;
}
.home_sec1_text button{
    margin-left: 20px;
    background-color: #FF8600;
    padding: 8px 20px;
    border-radius: 8px;
    color: #000000;
    font-size: 16px;
    border: none;
}
.brands_logo_main{
    margin-top: 50px;
    padding: 50px;
}
.brands_logo_main .swiper-wrapper{
    align-items: center;
    text-align: center;
}
.home_section_two{
    height: auto;
    min-height: 560px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 50px 0px;
    background-image: url(../img/sec2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_sec2_inner h2{
    font-family: "Nyala";
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    color: #FFFFFF;
}
.home_sec2_inner_card_body{
    text-align: center;
    padding: 10px 10px;
    max-width: 170px;
    margin: auto;
    margin-top: 30px;
}
.home_sec2_inner_card_body img{
    height: 40px;
    width: auto;
}
.home_sec2_inner_card_body p{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
    padding-top: 5px;
}
.video_content_section{
    padding: 100px 0px;
    background-color: #0A0A0A;
    width: 100%;
}
.video_content_media{
    position: relative;
    width: 100%;
    padding: 0 15px;
}
.video_content_thumbnail{
    position: relative;
    display: block;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.video_content_thumbnail:hover{
    transform: scale(1.02);
}
.video_content_thumbnail img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 16px;
}
.video_content_play_button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all 0.3s ease;
    pointer-events: none;
}
.video_content_thumbnail:hover .video_content_play_button{
    transform: translate(-50%, -50%) scale(1.1);
}
.video_content_play_button svg{
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
}
.video_content_text{
    padding: 40px 20px;
}
.video_content_text h2{
    font-family: "Nyala", serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.3;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.video_content_text h2 .highlight_green{
    color: #FF8600;
    font-style: italic;
    font-weight: 600;
}
.video_content_text p{
    font-family: "Redonda_Light", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #E0E0E0;
    margin-bottom: 32px;
    max-width: 450px;
}
.video_content_button{
    margin-top: 32px;
}
.btn_explore_plugins{
    background-color: #FF8600;
    color: #000000;
    border: none;
    font-weight: 700;
    font-size: 18px;
    padding: 14px 32px;
    border-radius: 8px;
    min-width: 180px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn_explore_plugins:hover{
    background-color: #FF8600;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(184, 255, 51, 0.4);
}
.home_section_three{
    padding: 60px 0px;
}
.popular_pack_link{
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.3s ease;
}
.popular_pack_link:hover{
    transform: translateY(-5px);
}
.popular_pack_link:hover .home_sec3_card_body{
    box-shadow: 0 8px 24px rgba(255, 134, 0, 0.3);
}
.home_sec3_card_body{
    background: #1E1E1E;
    padding: 15px;
    border-radius: 20px;
    margin-top: 30px;
    position: relative;
}
.home_sec3_card_img{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.home_sec3_card_img::after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #00000066;
}
.home_sec3_card_img img{
    border-radius: 20px;
    height: 475px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.home_sec3_card_inner_main{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 40px;
}
.home_sec3_card_txt{
    width: 100%;
    max-width: 160px;
}
.home_sec3_card_txt h3{
    font-family: "Nyala";
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
}
.home_sec3_card_txt p{
    font-weight: 400;
    font-size: 16px;
    color: #D8D8D8;
}
.home_sec3_card_prgbar p{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #D8D8D8;
    margin-bottom: 0;
}
.progress-container {
    width: 100%;
    background-color: #505050;
    border-radius: 40px;
    overflow: hidden;
    height: 5px;
    margin-top: 6px;
}
.progress-bar {
    height: 100%;
    width: 0;
    background-color: #FF8600;
    color: white;
    text-align: center;
    transition: width 0.5s ease;
    font-weight: bold;
    border-radius: 40px;
}
.home_sec4_card1 h2{
    font-family: "Nyala";
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 0;
}
.home_sec4_card1 p{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 10px;
}
.home_sec4_card1 h3{
    margin-top: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
}
.home_sec4_card1 .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 26px;
}
.home_sec4_card1 .switch input {
    display: none;
}
.home_sec4_card1 .slider {
    position: absolute;
    cursor: pointer;
    background-color: #FF8600;
    transition: 0.4s;
    border-radius: 34px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home_sec4_card1 .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: #000000;
    transition: 0.4s;
    border-radius: 50%;
}
.home_sec4_card1 input:checked + .slider {
    background-color: #FF8600;
}
.home_sec4_card1 input:checked + .slider:before {
    transform: translateX(32px);
}
.home_sec4_card1 h3 .active {
    font-weight: 700;
}
.home_sec4_card1 span.billing-label {
    cursor: pointer;
}
.home_sec4_card1_inner{
    background: #1E1E1E;
    padding: 20px;
    margin-top: 50px;
    border-radius: 24px;
}
.home_sec4_card1_inner p{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 0;
    padding-top: 20px;
    display: flex;
    gap: 12px;
}
.home_sec4_card1_inner p img{
    height: 24px;
    width: auto;
}
.two_buttons_main{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
    margin-top: 50px;
}
.two_buttons_main button{
    background-color: #FFFFFF;
    padding: 8px 20px;
    border: none;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
}
.two_buttons_main button.active{
    background: #FF8600;
}
.two_buttons_main button.active2{
    background: #000000;
    color: #FFFFFF;
}
.two_buttons_main button.active3{
    background: #814B7D;
    color: #FFFFFF;
}
.home_section_four{
    padding: 80px 0px;
    margin-top: 50px;
}
.pricing_section_title{
    text-align: center;
    margin-bottom: 60px;
    color: white;
}
.pricing_section_title h1{
    font-family: "Nyala";
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 0;
}
.pricing_card{
    background: #1E1E1E;
    border-radius: 20px;
    padding: 40px 30px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}
.pricing_card:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.pricing_card_popular{
    border: 2px solid #FF8600;
    position: relative;
}
.pricing_popular_badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #FF8600;
    color: #000000;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing_card_header{
    margin-bottom: 30px;
}
.pricing_card_header h3{
    font-family: "Redonda_Medium";
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.pricing_price{
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.price_amount{
    font-weight: 700;
    font-size: 48px;
    color: #FFFFFF;
    font-family: "Redonda_Medium";
}
.price_period{
    font-weight: 400;
    font-size: 18px;
    color: #D8D8D8;
}
.pricing_features{
    flex: 1;
    margin-bottom: 30px;
}
.pricing_feature_item{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}
.pricing_feature_item img{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}
.pricing_feature_item span{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
}
.pricing_card_footer{
    margin-top: auto;
}
.pricing_btn{
    width: 100%;
    background: #1E1E1E;
    border: 1px solid #505050;
    color: #FFFFFF;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.pricing_btn:hover{
    background: #2E2E2E;
    border-color: #606060;
    color: #FFFFFF;
}
.pricing_btn_popular{
    background: #FF8600;
    border-color: #FF8600;
    color: #000000;
}
.pricing_btn_popular:hover{
    background: #FF9500;
    border-color: #FF9500;
    color: #000000;
}
.home_sec4_card2_accordions .accordion-item{
    margin-top: 30px;
    border-radius: 8px;
    background-image: url(../img/bg1.png);
    height: auto;
    /* min-height: 400px; */
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: none !important;
    position: relative;
}
.pricing_faqs_tip_txt{
    background-color: #000000;
    max-width: 130px;
    padding: 6px 10px;
    border-radius: 4px;
    position: absolute;
    top: 12px;
    right: 70px;
    min-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
}
.pricing_faqs_tip_txt span{
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    display: block;
}
.home_sec4_card2_accordions .accordion-button{
    font-family: "Redonda_Medium";
    border-radius: 8px;
    font-weight: 700;
    font-style: Medium;
    font-size: 24px;
    color: #000000;
    box-shadow: none !important;
    background-color: #FFFFFF;
}
.home_sec4_card2_accordions .accordion-button:not(.collapsed) {
    background-color: transparent;
}
.home_sec4_card2_accordions .accordion-body{
    padding: 0px 20px 16px 20px;
}
.home_sec4_card2_accordions .accordion-button::after{
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    background-position: center;
    filter: grayscale(1);
}
.home_sec4_card_acc_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.home_sec4_card_acc_txt p{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    color: #FFFFFF;
}
.home_sec4_card_acc_btn h4{
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}
.home_sec4_card_acc_btn h4 span{
    font-size: 24px;
    font-weight: 700;
    font-family: "Redonda_Medium";
}
.home_sec4_card_acc_btn button{
    background-color: #000000;
    color: #FFFFFF;
    border: none;
    font-weight: 700;
    font-size: 20px;
    border-radius: 8px;
    padding: 10px 16px;
}
/* Browse_Section ==================== */ 
.browse_section{
    margin-top: 100px;
}
.browse_title h1{
    font-family: "Nyala";
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}
.searchbar_main{
    background: #505050;
    padding: 10px 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.searchbar_select{
    width: 100%;
    max-width: 180px;
}
.searchbar_select select{
    background-color: #000000;
    color: #FFFFFF;
    border: none;
    box-shadow: none !important;
    padding: 6px 10px;
    background-image: url(../img/chevron.svg);
}
.searchbar_input{
    width: 100%;
    color: #FFFFFF;
}
.searchbar_input input{
    width: 100%;
    background-color: transparent;
    color: #FFFFFF;
    padding: 6px 10px;
    border: none;
    outline: none !important;
}
.searchbar_btn button{
    background: #000000;
    color: #FFFFFF;
    padding: 6px 10px;
    border-radius: 8px;
    color: #FFFFFF;
    border: none;
}
.browse_tabs_main{
    margin-top: 20px;
}
.browse_tabs_main ul{
    border-bottom: 1px solid #505050;
    gap: 25px;
}
.browse_tabs_main .nav-pills .nav-link{
    padding: 10px 0px;
    position: relative;
    top: 1px;
    font-family: "Inter", sans-serif;
    color: #FFFFFF;
}
.browse_tabs_main .nav-pills .nav-link.active{
    background-color: transparent;
    border-bottom: 2px solid #814B7D;
    border-radius: 0px;
    color: #814B7D;
    font-weight: 700;
}
.browse_tab_filters{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.browse_tab_filters select{
    width: 100%;
    max-width: 165px;
    background-color: #505050;
    color: #FFFFFF;
    border: none;
    box-shadow: none !important;
    padding: 6px 10px;
    cursor: pointer;
    background-image: url(../img/chevron.svg);
}
.browse_tab_content{
    margin-top: 40px;
}
.browse_tabs_img .bt_img{
    height: 420px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 30px;
}
.browse_tabs_img .bt_img.tall_img{
    height: 500px;
}
.browse_tabs_img .bt_img.tall_img2{
    height: 570px;
}
.browse_tabs_img .bt_img.tall_img3{
    height: 640px;
}
.browse_tabs_img .bt_img.tall_img4{
    height: 440px;
}
.Tab_btn{
    background-color: #FF8600;
    padding: 8px 20px;
    border-radius: 8px;
    color: #000000;
    font-size: 16px;
    border: none;
    width: 100%;
    margin-top: 20px;
}
.browse_section_one{
    margin-top: 100px;
    background-image: url(../img/bs1_bg.svg);
    height: auto;
    min-height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
    display: flex;
    align-items: center;
}
.browse_sec1_txt{
    width: 100%;
    max-width: 940px;
    margin: auto;
    text-align: center;
}
.browse_sec1_txt h1{
    font-family: "Nyala";
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    color: #000000;
}
.browse_sec1_txt h2{
    font-family: "Nyala";
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #000000;
}
.last_faqs_section{
    margin-top: 50px;
    padding: 60px;
}
.last_faqs_main{
    background: #1E1E1E;
    padding: 20px;
    border-radius: 8px;
}
.last_faqs_title h1{
    font-family: "Nyala";
    font-weight: 400;
    font-size: 48px;
    line-height: 57px;
    letter-spacing: 0.2px;
    vertical-align: middle;
    color: #FFFFFF;
}
.last_faqs_title h1 span{
    color: #814B7D;
}
.last_faqs_inner{
    margin-top: 20px;
}
.last_faqs_inner .accordion-item{
    border-radius: 0px;
    width: 100%;
    border-bottom: 1px solid #FFFFFF2E;
    background-color: #1E1E1E;
}
.last_faqs_inner .accordion-button{
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    box-shadow: none !important;
    background-color: #1E1E1E;
    letter-spacing: 1px;
    padding: 15px 0px;
}
.last_faqs_inner .accordion-button:not(.collapsed) {
    background-color: #1E1E1E;
}
.last_faqs_inner .accordion-body{
    padding: 0px 20px 16px 20px;
    border-radius: 0;
}
.last_faqs_inner .accordion-button::after{
    background-image: url(../img/+.svg);
}
.last_faqs_inner .accordion-button:not(.collapsed)::after{
    background-image: url(../img/+.svg);
}
/* license_section ===================== */

.license_section_one{
    padding: 50px 0px;
    margin-top: 50px;
}
.license_sec1_txt_div{
    margin-top: 40px;
}
.license_sec1_txt_div h1{
    font-family: "Nyala";
    font-weight: 400;
    font-size: 48px;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.license_sec1_txt_div p{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 0;
    padding-top: 12px;
}
.license_cards_main{
    width: 100%;
    max-width: 465px;
    margin-left: auto;
    margin-top: 30px;
}
.license_card_body_div{
    background-color: #1E1E1E;
    background-image: url(../img/license.svg);
    height: auto;
    min-height: 200px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding: 20px;
    margin-top: 10px;
}
.lcb_txt1{
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    text-align: right;
    color: #FFFFFF;
}
.lcb_txt2_inner{
    display: flex;
    gap: 14px;
    margin-top: 16px;
    align-items: center;
}
.lcb_txt2_inner label{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.lcb_card_btn{
    text-align: end;
}
.lcb_card_btn button{
    background: #FF8600;
    color: #000000;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    margin-top: 20px;
}
.license_buttons_main{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
    margin-top: 50px;
}
.license_buttons_main button{
    background-color: #FFFFFF;
    padding: 8px 20px;
    border: none;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    width: 100%;
}
.license_buttons_main button.active{
    background: #FF8600;
}
.license_buttons_main button.active2{
    background: #000000;
    color: #FFFFFF;
}
.license_buttons_main button.active3{
    background: #814B7D;
    color: #000000;
}
/* about_section ================================== */
.about_section_one{
    padding: 50px 0px;
    margin-top: 50px;
}
.about_sec1_inner{
    margin-top: 40px;
}
.about_sec1_txt{
    width: 100%;
    max-width: 465px;
}
.about_sec1_txt h1{
    font-family: "Nyala";
    font-weight: 400;
    font-size: 48px;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.about_sec1_txt p{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 0;
    padding-top: 12px;
}
.about_sec1_img img{
    width: 100%;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}
.about_section_two{
    padding: 60px 0px;
}
.about_sec2_cards_main{
    display: flex;
}
.about_sec2_card_body{
    position: relative;
    height: 260px;
    width: 100%;
    text-align: center;
    max-width: 400px;
}
.about_sec2_card_body img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about_sec2_cards_main .about_sec2_card_body:first-of-type  img {
    border-radius: 8px 0 0 8px;
}
.about_sec2_cards_main .about_sec2_card_body:last-of-type  img{
    border-radius: 0 8px 8px 0;
}
.about_sec2_card_body::after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000066;
}
.about_sec2_card_body p{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    color: #FFFFFF;
    font-family: "Nyala";
    font-weight: 400;
    font-size: 32px;
    z-index: 9;
}
.about_section_three{
    padding: 60px 0px;
}
.about_sec3_card_body_div{
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
}
.about_sec3_card_body_div img{
    height: 555px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.about_sec3_card_body_div h6{
    font-family: "Nyala";
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 0;
    padding-top: 10px;
}
.about_sec3_card_body_div p{
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    padding-top: 10px;
}
.about_section_four{
    padding: 50px 0px;
}
.abt_sec4_buttons_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}
.abt_sec4_buttons_main button{
    background-color: #000000;
    padding: 8px 20px;
    border: none;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    min-width: fit-content;
}
.abt_sec4_buttons_main button.active3{
    background: #814B7D;
    color: #000000;
}
.contact_section{
    padding: 60px 0px;
    margin-top: 40px;
}
.contact_main{
    background: #1E1E1E;
    border: 2px solid #0A0D170D;
    backdrop-filter: blur(380px);
    padding: 25px;
    border-radius: 20px;
}
.contact_card_body{
    padding: 20px;
} 
.contact_card_body h1{
    font-family: "Nyala";
    font-weight: 400;
    font-size: 48px;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.contact_card_body p{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 0;
    padding-top: 12px;
}
.contact_card_inputs{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact_card_inputs input{
    background: #FFFFFF0D;
    color: #FFFFFF;
    border: 1px solid #FFFFFF33;
    border-radius: 5px;
    padding: 8px 16px;
    outline: none !important;
}
.contact_card_inputs input::placeholder{
    color: #FFFFFF;
}
.contact_card_inputs textarea{
    background: #FFFFFF0D;
    color: #FFFFFF;
    border: 1px solid #FFFFFF33;
    border-radius: 5px;
    padding: 8px 16px;
}
.contact_card_inputs textarea::placeholder{
    color: #FFFFFF;
    outline: none !important;
}
.contact_card_inputs button{
    background-color: #814B7D;
    padding: 8px 20px;
    border: none;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    border-radius: 8px;
    min-width: 100%;
}
.contact_card_img img{
    height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.newsletter_section{
    background-color: #393939;
    padding: 50px 0px;
    margin-top: 50px;
}
.newsltter_inner{
    display: flex;
    align-items: center;
    gap: 25px;
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.newsltter_inner p{
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.newsltter_input{
    position: relative;
    width: 100%;
    max-width: 380px;
}
.newsltter_input input{
    width: 100%;
    border-radius: 30px;
    padding: 16px 55px 16px 16px;
    border: none;
    background-color: #FFFFFF;
    color: #1E1E1E;
    outline: none;
}
.newsltter_input input::placeholder{
    color: #1E1E1E;
}
.newsltter_input button{
    position: absolute;
    right: 8px;
    top: 8px;
    background: #1E1E1E;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.modal_content_bar{
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}
.modal_content_bar_profile{
    display: flex;
    align-items: center;
    gap: 10px;
}
.modal_content_bar_profile img{
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 50%;
}
.modal_content_bar_profile p{
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 0;
    line-height: 18px;
}
.modal_content_bar_profile span{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.modal_sm_bar{
    display: flex;
    gap: 12px;
    align-items: center;
}
.modal_sm_bar i{
    color: #FFFFFF;
    cursor: pointer;
}
.modal_sm_bar img{
    cursor: pointer;
}
.modal_content_main{
    min-height: 400px;
    padding-bottom: 50px;
}
.modal-body::-webkit-scrollbar{
    background: #000000 !important;
    width: 5px;
}
.modal-body::-webkit-scrollbar-thumb{
    background: #FF8600 !important;
}
.swiper_modal .modal-body{
    background: #1E1E1E;
    padding: 0px;
}
.modal_img_one{
    width: 100%;
    max-width: 370px;
    margin: 30px auto;
    position: relative;
}
.modal_img_one::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: -256px;
    background-image: url(../img/m2.svg);
    height: 150px;
    width: 246px;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
}
.modal_swiper{
    padding: 0px 10px;
}
.modal_swiper .swiper-slide img{
    width: 100%;
}













@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1080px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 992px){
    .header_inner_main{
        padding: 0px 0px;
    }
}
@media (max-width: 768px){
    .trust_bar_section{
        margin-top: 80px;
        padding: 15px 0;
    }
    .trust_bar_content{
        gap: 15px;
        flex-direction: column;
    }
    .trust_bar_divider{
        display: none;
    }
    .trust_bar_text{
        font-size: 14px;
    }
    .hero_section{
        padding: 40px 0px;
        min-height: auto;
    }
    .hero_text1 h1{
        font-size: 52px;
        text-align: center;
    }
    .hero_description{
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        max-width: 100%;
    }
    .hero_two_btns{
        justify-content: center;
    }
    .hero_media_grid{
        grid-template-columns: 1fr;
        max-height: 300px;
        margin-top: 40px;
    }
    .hero_photo{
        grid-row: span 1;
    }
    .video_content_section{
        padding: 60px 0px;
    }
    .video_content_media{
        padding: 0;
        margin-bottom: 40px;
    }
    .video_content_text{
        padding: 20px 15px;
        text-align: center;
    }
    .video_content_text h2{
        font-size: 36px;
        text-align: center;
    }
    .video_content_text p{
        text-align: center;
        max-width: 100%;
    }
    .video_content_button{
        display: flex;
        justify-content: center;
    }
    .swiper_inner_main{
        padding: 15px;
    }
    .last_faqs_section{
        padding: 30px;
    }
    .about_sec3_card_body_div {
        width: 100%;
        max-width: 450px;
        margin: auto;
        margin-top: 30px;
    }
    .about_sec2_cards_main{
        flex-wrap: wrap;
        justify-content: center;
    }
    .about_sec2_card_body{
        margin-top: 20px;
    }
    .about_sec2_card_body img{
        border-radius: 8px;
    }
    .about_sec2_cards_main .about_sec2_card_body:first-of-type img {
        border-radius: 8px 8px 8px 8px;
    }
    .about_sec2_cards_main .about_sec2_card_body:last-of-type img {
        border-radius: 8px 8px 8px 8px;
    }
    .pricing_section_title h1{
        font-size: 48px;
    }
    .pricing_card{
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    .price_amount{
        font-size: 40px;
    }
}
@media (max-width: 576px){
    .hero_text1 h1{
        font-size: 40px;
        line-height: 1.3;
    }
    .hero_text1 h1 .highlight{
        padding: 2px 8px;
    }
    .hero_description{
        font-size: 18px;
        line-height: 26px;
    }
    .hero_btn_primary{
        font-size: 16px;
        padding: 12px 24px;
        min-width: 160px;
    }
    .hero_media_grid{
        max-height: 250px;
        gap: 15px;
    }
    .video_content_section{
        padding: 40px 0px;
    }
    .video_content_text h2{
        font-size: 28px;
        line-height: 1.3;
    }
    .video_content_text p{
        font-size: 16px;
        line-height: 24px;
    }
    .btn_explore_plugins{
        font-size: 16px;
        padding: 12px 24px;
        min-width: 160px;
    }
    .video_content_play_button svg{
        width: 60px;
        height: 60px;
    }
    .license_buttons_main{
        flex-wrap: wrap;
    }
    .abt_sec4_buttons_main{
        flex-wrap: wrap;
    }
    .two_buttons_main{
        flex-wrap: wrap;
        justify-content: center;
    }
    .last_faqs_section{
        padding: 10px;
    }
    .last_faqs_title h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .pricing_section_title{
        margin-bottom: 40px;
    }
    .pricing_section_title h1{
        font-size: 36px;
    }
    .pricing_card{
        padding: 25px 20px;
    }
    .pricing_card_header h3{
        font-size: 28px;
    }
    .price_amount{
        font-size: 36px;
    }
    .price_period{
        font-size: 16px;
    }
    .pricing_feature_item span{
        font-size: 14px;
    }
    .pricing_popular_badge{
        font-size: 10px;
        padding: 4px 12px;
        right: 15px;
    }
    .searchbar_main {
        flex-wrap: wrap;
    }
    .searchbar_select{
        max-width: unset;
    }
    .searchbar_btn{
        text-align: end;
        width: 100%;
    }
    .searchbar_main {
        padding: 15px;
    }
}
@media (max-width: 450px){
    .about_sec3_card_body_div img {
        height: 450px;
    }
    .about_sec3_card_body_div h6 {
        font-size: 24px;
    }
    .about_sec3_card_body_div p {
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        padding-top: 10px;
    }
    .last_faqs_inner .accordion-button {
        border-radius: 8px;
        font-weight: 400;
        font-size: 13px;
    }
    .hero_two_btns{
        margin-top: 30px;
    }
    .hero_text_main p {
        font-size: 16px;
    }
    .hero_text_main h1 {
        font-size: 32px;
    }
    .home_sec2_inner h2 {
        font-family: "Nyala";
        font-weight: 400;
        font-size: 32px;
        text-align: center;
        color: #FFFFFF;
    }
    .home_sec1_title h1 {
        font-family: "Nyala";
        font-weight: 400;
        font-size: 38px;
    }
    .home_sec4_card1 h2 {
        font-family: "Nyala";
        font-weight: 400;
        font-size: 40px;
    }
    .home_sec4_card2_accordions .accordion-button {
        font-size: 16px;
    }
    .home_sec4_card_acc_btn button {
        background-color: #000000;
        color: #FFFFFF;
        border: none;
        font-weight: 700;
        font-size: 14px;
    }
    .newsltter_inner{
        flex-direction: column;
        align-items: start;
    }
    .contact_card_body{
        padding: 20px 0px;
    }
    .contact_card_img img {
        height: 300px;
    }
    .contact_main{
        padding: 14px;
    }
    .browse_sec1_txt h1 {
        font-size: 38px;
    }
}

/* Featured Video Modal Styles */
.featured-video-modal-dialog {
    max-width: 90%;
    width: 100%;
    max-width: 1200px;
    margin: 1.75rem auto;
}

.featured-video-modal-content {
    background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
    border: 1px solid rgba(255, 134, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(255, 134, 0, 0.1);
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.featured-video-modal-header {
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(255, 134, 0, 0.2);
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(10px);
}

.featured-video-modal-title-wrapper {
    flex: 1;
}

.featured-video-modal-header .modal-title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    font-family: "Redonda_Medium", sans-serif;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.featured-video-close-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 0;
    background-image: none;
}

.featured-video-close-btn:hover {
    background: rgba(255, 134, 0, 0.2);
    border-color: #FF8600;
    transform: rotate(90deg);
}

.featured-video-close-btn svg {
    color: #FFFFFF;
    width: 20px;
    height: 20px;
}

.featured-video-close-btn:hover svg {
    color: #FF8600;
}

.featured-video-modal-body {
    padding: 0;
    background: #000000;
    position: relative;
}

.featured-video-wrapper {
    position: relative;
    width: 100%;
    background: #000;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-video-wrapper video {
    width: 100%;
    max-height: 75vh;
    height: auto;
    object-fit: contain;
    border-radius: 0;
    display: block;
}

/* Modal backdrop enhancement */
.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.85) !important;
    backdrop-filter: blur(5px);
}

#featuredVideoModal.modal {
    z-index: 1055;
}

/* Responsive styles */
@media (max-width: 768px) {
    .featured-video-modal-dialog {
        max-width: 95%;
        margin: 1rem auto;
    }
    
    .featured-video-modal-header {
        padding: 15px 20px;
    }
    
    .featured-video-modal-header .modal-title {
        font-size: 18px;
    }
    
    .featured-video-close-btn {
        width: 35px;
        height: 35px;
    }
    
    .featured-video-close-btn svg {
        width: 18px;
        height: 18px;
    }
}