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
}
 
@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: 'oswald';
    src: url('../fonts/oswald/oswald-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'interregular';
    src: url('../fonts/inter/inter-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'intersemibold';
    src: url('../fonts/inter/inter-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



body {
      font-family: 'interregular';
    background: #000000;
}

/* header css start */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
 position: fixed; 
    width: 100%;
    top: 0;
    z-index: 15;
    /*backdrop-filter: blur(4px);*/
    z-index: 5;
  background: #E5FB53; 
 font-family: 'intersemibold';
}

.logo>img {
    /*height: 22px;*/
}

.link-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-direction: column;
}

.link-area a {
    color: #fff;
    font-weight: 600;
 font-family: 'intersemibold';
}

.link-area a:hover {
    color: #fff;
}
.main-head .link-area {
     flex-direction: row;
}
.main-head .link-area a {
    color: #000;
    font-weight: 600;
  font-size: 13px;
}
.main-head .link-area a.partner-link{
    border-left: #000 solid 1px;
    padding-left: 15px;
}
.main-head .link-area a:hover {
    color: #000;
}
.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: none;
    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;
}

.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-family: Druk-WideMedium;
  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;
  font-family: Druk-WideMedium;
}
/* 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%;
}
.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: 'oswald';
    color: #FFFFFF;
    font-size: 59px;
  line-height: 1.4;
    text-align: center;
    text-transform: uppercase; 
 
}
.head span{
     color: #e5fb52;
    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: 17px;
  font-weight: 400;
  text-align: center;
  width: 86%;
  line-height: 1.4;
 font-family: 'interregular';
}

.para1 {
    margin-top: 22px;
}

.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 #E5FB53;
    border-radius: 10px;
    padding: 2px;
}
.Search_form>input {
    width: 90%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    font-weight: 300;
    padding-left: 10px;font-family: "Inter", sans-serif;
    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: #e5fb52;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    border-radius: 10px;
}

.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: 70px;
    height: 70px;
    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: 12px 20px;
    border-radius: 10px;
    display: block;
    color: #000;
font-family: "Inter", sans-serif;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,dbdbdb+100 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    margin-top: 20px;
}
.giveit_btn:hover{
    
}

.download_links{
 width: 35%;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 1rem;
  position: fixed;
  bottom: 35px;
  left: 20px;
  z-index: 9;
}

.download_links img{
    height: 40px;
}
.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{
    width: 280px;
    height: 200px;
    padding: 20px;
    border-radius: 10px;
} .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);
}

.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: 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;
z-index:9;  
}
/* responsive */

@media (min-width: 1580px){
.head {
 line-height: 1.4;
  font-size: 52px;
}
.slime_border {
 
  width: 90px;
  height: 90px;
}
.para {
 
  font-size: 23px;
 
  width: 90%;
  line-height: 1.5;
}
}
@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: 70px;
    }

    .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;
    }
	 .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;
    }

    .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) {
.download_links{
 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;
    }
	.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;
  }
}
.close-modal-f{
display:none;
}
@media(max-width:500px) {
    .btn-area {
    display: flex;
}
    .navigation{
        display: none;
    }
.Search_form {
     margin-top: 6rem;
  }
.showmodal .More_line{
   background: #000;
}
 .botIcon .Layout-expand {
     max-width: 90%;
  }
.Banner_hero_sec { 
 
  height: 100vh; 
}
.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;
} 
.fade_slide .slick-list,.fade_slide.slick-vertical .slick-slide {
height:100vh !important;
}
.fade_slide img { 
  object-fit: cover;
  object-position: center;
}
    .dash_foot_link{
        flex-direction: column;
    }
    .head {
        font-size: 36px;
    }
    .para {
        font-size: 14px;
        line-height: 1.5;
        max-width: 370px;
width:100%;
    } .iconInner {
    width: 70px;
    height: 70px;
  }
    .download_links img {
        height: 30px;
    }
    .download_links {
        gap: 10px;
    }
    .giveit_btn {
        font-size: 12px;
    }
}
@media(max-width:375px) {
  
    .head_row_mob {
        padding: 1rem;
    }
    .dash_heading {
        font-size: 22px;
    }
    .head {
        font-size: 29px; 
    }
}
