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
}
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@font-face {
    font-family: 'Suisse Intl';
    src: url('../fonts/SuisseIntl/SuisseIntl-Regular.woff2') format('woff2'),
        url('../fonts/SuisseIntl/SuisseIntl-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url('../fonts/SuisseIntl/SuisseIntl-Bold.woff2') format('woff2'),
        url('../fonts/SuisseIntl/SuisseIntl-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url('../fonts/SuisseIntl/SuisseIntl-Light.woff2') format('woff2'),
        url('../fonts/SuisseIntl/SuisseIntl-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url('../fonts/SuisseIntl/SuisseIntl-Medium.woff2') format('woff2'),
        url('../fonts/SuisseIntl/SuisseIntl-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albra';
    src: url('../fonts/AlbraLight/AlbraLight.woff2') format('woff2'),
        url('../fonts/AlbraLight/AlbraLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'subjectivityregular';
    src: url('../fonts/Subjectivity/Subjectivity-Regular.woff2') format('woff2'),
        url('../fonts/Subjectivity/Subjectivity-Regular.otf') format('opentype');
   
}

@font-face {
    font-family: 'subjectivityextrabold';
    src: url('../fonts/Subjectivity/Subjectivity-ExtraBold.woff2') format('woff2'),
        url('../fonts/Subjectivity/Subjectivity-ExtraBold.otf') format('opentype');
   
}

body {
     font-family: "Plus Jakarta Sans", sans-serif;
    background: #000000;
}

/* header css start */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 2rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 15;
    /*backdrop-filter: blur(4px);*/
    z-index: 5;
    /* background: #19191981; */
}
.model_fade .slick-track{
min-width:336px;
}
.logo>img {
    height: 22px;
}

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

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

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

.main-head .link-area a {
    color: #ffffff79;
}

.main-head .link-area a:hover {
    color: #ffffff;
}
.magic_btn{
    width: 100%;
    background-color: #fff;
    opacity: 1 !important;
    color: #000 !important;
    border-radius: 7px;
}
.ham-u {
    background-color: transparent;
    padding: 0px; 
}
.ham-u img{
    filter: invert();
}
.btn-area {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.theme-button {
    background-color: transparent;
    color: #fff;
    border: 1px solid #ffffff;
    padding: 16px 25px;
    border-radius: 36px;
    transition: 0.3s ease;
}

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

.login {
    color: #fff;
}


/* header css end */
.Banner_hero_sec {
    width: 100%;
    height: 100vh;
    overflow: hidden auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px ;
}
.Banner_hero_sec>.container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    max-width: 1055px;
}
.cont_center_area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cont_center_area *{
position:relative;
z-index:2;
}
.fade_slide {
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.6;
}
.fade_slide .slick-track {
    height: 100dvh;
}
.fade_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ham_mob{
    border: none;
    outline: none;
    background: none;
    display: none;
}
.head {
      font-family: 'subjectivityextrabold';
    color: #FFFFFF;
    font-size: 48px;
line-height: 1.2;
    text-align: center;
  text-transform: uppercase; 
 
}
.head span{
     
    /*display: block; */
background: linear-gradient(to bottom,  rgba(2,183,41,1) 0%,rgba(0,221,75,1) 100%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 
   } 
.para {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  width: 65%;
  line-height: 1.4;
}

.para1 {
    margin-top: 22px;
}
.model_fade .slick-track {
    min-width: 300px;
}
.Search_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 625px;
    width: 100%;
    background: transparent;
    border-radius: 8px;
    backdrop-filter: blur(25px);
    overflow: hidden;
    margin-top: 2rem;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 2px;
}
.Search_form>input {
    width: 90%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    font-weight: 300;
    padding-left: 10px;
    color: #fff;
    padding-left: 1rem;
}
.Search_form>input::placeholder{
    color: #ffffffa4;
}
.fade_slide .slick-list{

height: 100vh !important;

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

.mic__btn>img,
.search__btn>img {
    width: 50%;
}

.tag_row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 1rem;
}

.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;
}
.slime_border_box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 12px;
    margin-top: 20px;
}
.slime_border {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    margin: auto;
    background: #ffffff4d;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0,0,0,0.2);
    animation: morphing 10s infinite;
    overflow: hidden;
    position: absolute;
}
.slime_border:nth-child(1) {
    position: static;
}
.slime_border:nth-child(2) {
    transform: rotate(95deg);
    animation-delay: -5s;
}
.slime_border:nth-child(3){
    transform: rotate(180deg);
    animation-delay: -8s;
}
.slime_border:nth-child(4){
    transform: rotate(230deg);
    animation-delay: -6s;
}
@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        box-shadow: 15px 15px 50px rgba(0,0,0,0.2);
   }
    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
   }
    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
        box-shadow: -10px -5px 50px rgba(0,0,0,0.2);
   }
    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
   }
}
.giveit_btn{
    background: none;
    padding: 8px 20px;
    border-radius: 50px;
    display: block;
    color: #fff;
    border: #fff solid 1px;
    margin-top: 20px;
backdrop-filter: blur(25px);
  background: transparent;
}
.giveit_btn:hover{
    color: #000;
    background: #fff;
}

.download_links{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.download_links img{
    height: 36px;
}
.download_links a{
position:relative;
z-index:2;

}









/* -------------------------- */
.sideBar_U {
    width: 270px;
    height: 100dvh;
    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 {
    font-family: 'Albra';
    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;
}
.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>img{
    width: 50%;
    transition: 0.5s ease;
}

@media(min-width:992px) {
.More_line:hover,.More_line {
    width: 280px;
    height: 200px;
    padding: 20px;
    border-radius: 10px;
} .More_line:hover >img ,.More_line >img {
    transform: scale(0);
    margin-left: -3.4rem;
}

}
.model_fade{
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    padding: 20px;left: 0px;
  top: 0px;
   min-width: 268px ;
}
.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);*/
 min-width: 238px;
}
@media (min-width: 665px) {
.More_line:hover .more_detail,.more_detail{
    opacity: 1;
    /*transform: scale(1);*/
}
}

.showmodal .more_detail{
    opacity: 1;
    /*transform: scale(1);*/
}
.showmodal .More_line{
   width: 310px;
  height: 210px;    padding: 20px;
    border-radius: 10px;
}
 
.showmodal .More_line >img{
    transform: scale(0);
    margin-left: -3.4rem;
}

.more_detail>h2{
    color: #fff;
    font-size: 28px;
    font-family: 'subjectivityregular';
}
.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: 13px;
    color: #fff;
    font-weight: 200;
    line-height: 1.3;
}
.more_detail>a,.more_detail button{
    color: #fff;
    padding: 14px 20px;
    border-radius: 5px;
    width: fit-content;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
    outline: none;
    background: none;
}
.more_detail>a:hover{
    background-color: #fff;
    color: #000;
}
.bottom_more{
    position: absolute;
    bottom: 2rem;
    left: 2rem;
z-index:9;  
}
/* responsive */

@media (min-width: 1580px){
.head {
 line-height: 1.4;
  font-size: 60px;
}
.slime_border {
 
  width: 90px;
  height: 90px;
}
.para {
 
  font-size: 23px;
 
  width: 70%;
  line-height: 1.5;
}
}
@media (min-width: 1580px){
.download_links img {
  height: auto;
}
.Search_form {
 
  margin-top: 5rem;
}
   .Banner_hero_sec > .container {
  
  max-width: 1480px;
}
}
@media (max-width: 1680px){
    .wrap_u {
        height: calc(100vh - 164px);
    }
}
@media (max-width: 1600px){
    .footer_link {
        padding: 2rem;
    }
    .dash_heading {
        font-size: 32px;
    }
}

@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:1280px) {
    .logo>img {
        height: 18px;
    }

    .head {
        font-size: 47px;
    }

    .head1 {
        max-width: 1000px;
    }

    .para {
        font-size: 18px;
        line-height: 1.5;
    }
    .footer_link {
        padding: 1rem;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .slime_border_box {
        padding: 8px;
    }
    .slime_border {
        width: 70px;
        height: 70px;
    }
}
@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) {
    .head {
        font-size: 60px;
    }
    .download_links img {
        height: 40px;
    }
    .mic__btn, .search__btn {
        width: 45px;
        height: 45px;
    }
    .Search_form {
        max-width: 450px;
    }
    .theme-button {
        padding: 12px 20px;
        font-size: 12px;
    }
}
@media(max-width:991px) {
.More_line {
    width: 48px;
    height: 48px;
  }
    .tag_row {
        max-width: 690px;
        flex-wrap: wrap;
    }

    .prompt_tag {
        text-wrap: nowrap;
    }

    .head {
        line-height: 1.2;
    }

    .header {
        padding: 14px 45px;
    }
}

@media(max-width:767px) {
    .theme-button {
        font-size: 12px;
    }
    .sidebar_mob{
        display: flex;
    }
    .header {
        padding: 1rem;
    }

    .for-web {
        display: none;
    }
    
    .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;
    }
    
}
@media(max-width:665px) {
    .model_fade {
   min-width: 300px;
}
.download_links{
/* display: none!important; */

}  .head span {
  display: block;
}
/*.botIcon{
    display: none !important;
}*/
    .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;
    }
}
.close-modal-f {
display:none ;
}
.mobile-banner{
display:none !important;
}
@media(max-width:500px) {
.bottom_more{	
display:none !important;
}
    .botIcon{
        display: none !important;
    }
    .desktop-banner{
        display: none!important;
    }
    .mobile-banner{
        display: block!important;
    }
    .para1 {
  margin-top: 15px;
}
    .fade_slide,  .fade_slide .slick-track {
  height: 105vh;
}

.Banner_hero_sec { 
 
  height: 76vh; 
}
     .slime_border {
    width: 60px;
    height: 60px;
  }
.Search_form {
     margin-top: 3rem;
  }
.showmodal .More_line{
   background: #000; 
}
 .botIcon .Layout-expand {
     max-width: 90%;
  }

.close-modal-f{
color: #fff;
  position: absolute;
  right: 10px;
  z-index: 9;
  top: 10px;
}
.showmodal .close-modal-f{
display:block;
}
.bottom_more {
  position: absolute;
  bottom:1rem;
z-index:99999;
/*display:none !important;*/
left: 1rem;
} 
.fade_slide .slick-list,.fade_slide.slick-vertical .slick-slide {
height:100%   !important;
}
.fade_slide img { 
  object-fit: cover;
  object-position: center;
}
    .dash_foot_link{
        flex-direction: column;
    }
    .head {
    font-size: 30px;
    line-height: 36px;
    text-shadow: 0px 1px 12px rgba(0,0,0,0.35);
  } 

.head span{
text-shadow:none !important;
}
   .para {
        font-size: 14px;
        line-height: 1.5;
        max-width: 370px;
width: 85%;
    } .iconInner {
    width: 70px;
    height: 70px;
  }
    .download_links img {
        height: 36px;
    }
    .download_links {
        gap: 10px; 
    }
    .giveit_btn {
        font-size: 12px;
    }
}
@media (max-width: 415px) {
  .Banner_hero_sec {
    height: 85vh;
  }
}

@media(max-width:410px) {
    .showmodal .More_line{
   background: #000; 
}
     .download_links {
    gap: 10px;
    margin-top: -40px;
  }
    .Banner_hero_sec { 
 
  height: 108vh; 
}
      .fade_slide,  .fade_slide .slick-track {
  height: 110vh;
}
  
    .head_row_mob {
        padding: 1rem;
    }
    .dash_heading {
        font-size: 22px;
    }
    .head {
        font-size: 26px;
    }
.head {
    font-size: 26px;
    line-height: 32px;
    text-shadow: 0px 1px 12px rgba(0,0,0,0.35);
  }

}
