a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000; 
}
a,
button {
    border: none;
    outline: 0;
    text-decoration: none;
    background-color: none
}
body {
    font-family: "Poppins", sans-serif;
    background: #000000;
}
.model_fade .slick-track{
min-width:336px;
}

/* header css start */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 100px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 15;
    backdrop-filter: blur(4px);
    z-index: 5;
    /* background: #19191981; */
}

.logo>img {
    height: 16px;
}

.link-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.link-area a {
    color: #00000079;
    font-weight: 500;
}

.link-area a:hover {
    color: #000000;
}

.main-head .link-area a {
    color: #fff;
}
.nav_act{
    color: #fff !important; 
}
.main-head .link-area a:hover {
    color: #fff;
}
.magic_btn{
    width: 100%;
    background-color: #fff;
    opacity: 1 !important;
    color: #000 !important;
    border-radius: 7px;
}
.ham-u {
    background-color: transparent;
    padding: 10px;
    display: none;
}

.btn-area {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.theme-button {
background-color: #000;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
}

.login {
    color: #fff;
}

/* header css end */
.Banner_hero_sec {
    width: 100%;
    height: 100dvh;
min-height:100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Banner_slider{
    width: 100%;
    overflow: hidden;
    height: 100dvh;
min-height:100vh;
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.8;
}
.Banner_slider img {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ham_mob{
    border: none;
    outline: none;
    background: none;
    display: none;
}
.head {
    color: #000;
    text-align: center;
    font-size: 55px;
    text-align: center;
}
.More_line{
    width: 56px;
    height: 56px;
    border-radius: 6px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px);
    background: #ffffff0e;
    transition: 0.5s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.More_line:hover{
    width: 280px;
    height: 200px;
    padding: 20px;
    border-radius: 10px;
}
.More_line>img{
    width: 50%;
    transition: 0.5s ease;
}
.More_line:hover >img{
    transform: scale(0);
    margin-left: -3.4rem;
}
.model_fade{
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    padding: 20px;
}
.model_fade .slick-slide{
    max-width: 400px;
    min-width: 238px ;
}
.model_fade .slick-track{
    min-width: 300px;
}
.more_detail{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.5s ease;
    gap: 15px;
    opacity: 0;
    transform: scale(0);
 
}
.More_line:hover .more_detail{
    opacity: 1;
    transform: scale(1);
}
.more_detail>h2{
    color: #fff;
    font-size: 35px;
}
.more_detail>p{
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.more_detail>p>a{
    text-decoration: underline;
    color: #fff;
}
.more_detail>span{
    font-size: 15px;
    color: #fff;
    font-weight: 200;
}
.more_detail>a{
    color: #fff;
    padding: 14px 20px;
    border-radius: 5px;
    width: fit-content;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
}
.more_detail>a:hover{
    background-color: #fff;
    color: #000;
}
.bottom_more{
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}

.para {
    color: #000;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.para1 {
    max-width: 690px;
    margin: 0 auto;
    margin-top: 22px;
}
.popup_icon_u{
    position: absolute;
    bottom: 2rem ;
    right: 2rem;
}
.popup_u{
    height: 680px;
    width: 400px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    transform: 0.5s ease;
}
.card_pop_cont{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden auto;
}
.popup_u_head{
    width: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px 10px 0 0;
    position: sticky;
    top: 0;
}
.hea_log>img{
    height: 20px;
}
.popup_u_head >h2{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.Search_form {
    display: flex;
    align-items: center;
    max-width: 755px;
    margin: 0 auto;
    width: 100%;
    background: #ffffff4d;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 3rem;
    border: 1px solid #000;
    padding: 2px;
    backdrop-filter: blur(8px);
}
.social_button-area{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 37px;
}
.social_button-area img{
    height: 46px;
}

.Search_form>input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    font-weight: 300;
    padding-left: 10px;
}

.modal-dialog .modal-content {
  border-radius: 25px;
}
.modal-dialog .modal-content .container-popup {
width: 70%;
margin:0px auto;
text-align:center;
}
.modal-dialog .modal-content .container-popup .popup-content {
padding-bottom:30px;
}
.modal-dialog .modal-content .container-popup .popup-content h2 {
  font-size: 42px;
  line-height: 50px;
  text-transform: capitalize;
  font-weight:normal;
  padding:10px 0px;
  margin:0px;
  color:#000;
  
}
.modal-dialog .modal-content .container-popup .popup-content p {
	 font-size: 18px;
  line-height: 28px;
  color: #000;
  padding: 0px 0px 15px 0px;
}
.modal-dialog .modal-content .container-popup .popup-content a {
  background: #e1a730;
  color: #000;
  font-size:22px;
  padding:15px 30px;
  display:inline-block;
  border-radius:40px;
}

.mic__btn,
.search__btn {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
}

.mic__btn>img,
.search__btn>img {
    width: 45%;
}
.loader{
    width: 100%;
    height: 100vh;
    position: fixed;
    inset: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000007c;
}
.tag_row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 1rem;
}
.scroll-downs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    
    width :34px;
    height: 55px;
  }
  .mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
  }
  .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
  }
  @keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
  }
.prompt_tag {
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 18px;
    font-weight: 300;
    padding: 5px 20px;
    border-radius: 40px;
    width: fit-content;
    transition: 0.3s ease;
    border: 1px solid #fff;
    height: 34px;
}

.prompt_tag>img {
    filter: invert();
}

.prompt_tag:hover {
    background-color: #000;
    color: #fff;
}

.prompt_tag:hover>img {
    filter: invert(0);
}

.MainSection {
    width: 100%;
    height: 100dvh;
min-height:100vh;
}

.sideBar_U {
    width: 270px;
    height: 100dvh;
min-height:100vh;
    background-color: #000;
}

.sidebar_head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.3rem;
    border-bottom: 1px solid #ffffff27;
    background: #000;
}

.nav_logo>img {
    height: 15px;
}

.nav-close {
    background-color: transparent;
    padding: 2px;
}

.left-sidebar {
    background-color: #000 !important;
}

.topbar {
    background: #EBEBEB !important;
}

#sidebarnav,
.navbar-header {
    background: transparent !important;
}

.sidebar_icon {
    height: 24px;
    margin-right: 5px;
}

.sidebar-item {
    padding: 2px 6px;
}

.sidebar-item>a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ham__u {
    display: none;
}

.navbar-header {
    margin-top: -1.8rem;
}

.Btn_share {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-size: 10px;
    padding: 10px;
    border-radius: 9px;
}

.deshHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EBEBEB !important;
    padding: 12px 35px !important;
}

.Btn_share>img {
    height: 12px;
}

.dash_heading {
    color: #000;
    font-size: 40px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 12px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: .4s;
    transition: .4s;
    border: 0.2px solid #000;
}

.slider:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    left: 1.2px;
    bottom: 1px;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #fff;
}

input:focus+.slider {
    box-shadow: 0 0 1px #fff;
}

input:checked+.slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

/* Rounded sliders */
.slider.round_u {
    border-radius: 34px;
}
.slider.round_u:before {
    border-radius: 50%;
}
.Switch_area {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
}
.date_u {
    font-size: 10px;
    color: #0000007a;
}
.head_rigt {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}
.footer_link{
    display: flex;
    justify-content: space-between;
    padding: 2.5rem;
    background-color: #fff;
}
.footer_link >p{
    color: #0000007e;
    font-size: 16px;
}
.dash_foot_link{
    display: flex;
    align-items: center;
    gap: 2rem;
    background: transparent;
}
.dash_foot_link >a{
    color: #0000007e;
    font-size: 16px;
}
.dash_foot_link>a:hover{
    color: #000;
}
.wrap_u{
    padding: 2rem 2rem 0 !important;
}
.dash_wrap_row_1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
}
.dash_wrap_row_1>h3{
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.para2{
    color: #000;
    line-height: 1.3;
    padding: 1rem 0;
    font-size: 18px;
    font-weight: 300;
}
.prompt_card{
    width: 100%;
    height: 255px;
    overflow: hidden auto;
    border: 1px solid #000;
    border-radius: 10px;
}
.card_head_area{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom:1px solid #000;
    position: sticky;
    top: 0;
}
.card_head_area >h2{
    font-size: 18px;
    color: #000;
}
.prompt_card>textarea{
    width: 100%;
    height: 100vh;
    max-height: 195px;
    border: none;
    outline: none;
    background: transparent;
    /* margin-top: 12px; */
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    padding: 16px;
}
.long_promp{
    height: 533px;
    position: relative;
}
.long_promp textarea{
    max-height: 470px;
}
.long_promp .card_head_area{
    background-color: #000;
}
.long_promp h2{
    color: #fff;
}
.long_promp img{
    filter: invert();
}
.wrap_u{
    height: calc(100vh - 200px);
    overflow: hidden auto;
}
.askQ {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    border: none;
    border-top: 1px solid #000;
    background: #F5F5F5;
    font-size: 16px;
    font-weight: 300;
}
.head_row_mob{
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: #EBEBEB;
    padding: 1.5rem;
}
.head_left{
    display:flex;
    flex-direction: column;
    gap: 12px;
}
.sidebar_mob{
    display: none;
    background: #000 !important;
}
.drop_more{
    display: none;
}
.drop_more button{
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        color: #00000070;
        font-size: 16px;
        font-weight: 500;
}
.drop_more:hover button{
    color: #000;
}
/* responsive */
@media (max-width: 1680px){
    .wrap_u {
        height: calc(100vh - 164px);
    }
}
@media (max-width: 1600px){
    .footer_link {
        padding: 2rem;
    }
    .dash_heading {
        font-size: 32px;
    }
    .head {
        font-size: 48px;
    }
    .Search_form {
        max-width: 620px;
    }
}

@media(max-width:1599px) {
    .prompt_tag {
        font-size: 16px;
    }
}
@media(max-width:1440px) {
    .footer_link >p,.dash_foot_link >a,.askQ ,.prompt_card>textarea , .card_head_area >h2{
        font-size: 14px;
    }
    .para2 {
        font-size: 16px;
    }

}
@media(max-width:1366px) {
    .botIcon .Layout-expand {
        height: 500px;
        max-width: 350px;
    }
    .popup_u_head >h2 {
        font-size: 16px;
    }
}
@media(max-width:1280px) {
    .head {
        font-size: 38px;
    }
    .para {
        font-size: 18px;
        line-height: 1.5;
    }
    .footer_link {
        padding: 1rem;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .header {
        padding: 18px 50px;
    }

}
@media(max-width:1200px) {
    #main-wrapper[data-sidebartype=full] .page-wrapper {
        margin-left: 65px;
    }
    .page-wrapper {
        margin-left: 65px;
    }
    .left-sidebar {
        position: fixed;
    }
    .wrap_u {
        height: calc(100vh - 155px);
    }
    .dash_heading {
        font-size: 28px;
    }
    .deshHead {
        padding: 10px 16px !important;
    }
}
@media(max-width:1080px) {

    .no-1080{
        display: none;
    }
    .drop_more{
        display: block;
    }
}    
@media(max-width:991px) {
    .tag_row {
        max-width: 690px;
        flex-wrap: wrap;
    }
    .prompt_tag {
        text-wrap: nowrap;
    }
    .head {
        line-height: 1.2;
    }
    .header {
        padding: 14px 45px;
    }
    .head {
        font-size: 32px;
    }
    .para {
        font-size: 14px;
    }
    .Search_form {
        margin-top: 2rem;
    }
    .More_line {
        width: 48px;
        height: 48px;
    }
    .botIcon .Layout-expand {
        height: 390px;
        max-width: 315px;
    }
	.modal-dialog .modal-content .container-popup {
    width: 75%;
  }
   .modal-dialog .modal-content .container-popup .popup-content h2 {
    font-size: 28px;
    line-height: 36px;
  }
   .modal-dialog .modal-content .container-popup .popup-content p {
    font-size: 16px;
    line-height: 24px;
  }
   .modal-dialog .modal-content .container-popup .popup-content a {
    font-size: 18px;
  }
}

@media(max-width:767px) {
    .theme-button {
        font-size: 12px;
    }
    .sidebar_mob{
        display: flex;
    }
    .header {
        padding: 1rem;
    }
    .link-area{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .for-web {
        display: none;
    }
    .link-area a {
        color: #ffffff79;
    }
    .link-area a:hover{
        color: #fff;
    }
    .nav_act {
        color: #ffffff !important;
    }
    .ham-u {
        display: block;
    }
    .head_row_mob{
        display: flex;
    }
    .btn-area {
        gap: 10px;
    }
    .left-sidebar{
        display: none;
    }
    #main-wrapper[data-sidebartype=full] .page-wrapper {
        margin-left: 0px;
    }
    .page-wrapper {
        margin-left: 0px;
    }
    .navbar-header{
        max-width: 100%;
        margin: 0;
        width: 100%;
        display: block !important;
    }
    .page-breadcrumb{
        display: none;
    }
    .wrap_u {
        height: 100%;
        min-height: 100%;
        padding: 1rem 1rem 0 !important;
    }
    .nav-close{
        display: none;
    }
    .ham_mob{
        display: block;
    }
    .Banner_hero_sec {
        justify-content: flex-start;
        padding-top: 8rem;
    }
}
@media(max-width:665px) {
      .botIcon .Layout-expand {
    height: 85%;
    width: 92%;
    max-width: inherit;
  }
    .wrap_u .row{
        flex-direction: column;
        gap: 1rem;
    }
    .wrap_u .row .col-6{
        width: 100%;
        max-width: 100%;
    }
    .prompt_card {
        height: 330px;
    }
    .footer_link >p, .dash_foot_link >a{
        font-size: 12px;
    }
    .dash_foot_link {
        gap: 1rem;
    } 
.loader{
display:none !important;
}

 .modal-dialog .modal-content .container-popup {
    width: 85%;
  }
  .modal-dialog .modal-content .container-popup .popup-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .modal-dialog .modal-content .container-popup .popup-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .modal-dialog .modal-content .container-popup .popup-content a {
    font-size: 16px;
  }
  
  
}
@media(max-width:575px) {
.More_line:hover{
        background: #000 !important;
    }
    .bottom_more {
        bottom: 1.5rem;
        left: 1rem;
position: fixed; 
        z-index: 999;
    }
    .Banner_hero_sec .container{
        position: relative;
        z-index: 2;
    }
    .botIcon { z-index: 2;
        bottom: 1rem;
        right: 1rem;
    }
    .botIcon .Layout {
        bottom: 1rem;
        right: 1rem;
    }
     .Banner_slider { 
  z-index: 1;
}
}
@media(max-width:500px) {
    .dash_foot_link{
        flex-direction: column;
    }
}
@media(max-width:375px) {
  
    .head_row_mob {
        padding: 1rem;
    }
    .dash_heading {
        font-size: 22px;
    }
}