@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;900&display=swap');
html, body
{
font-family: 'Inter', sans-serif;
background: linear-gradient(332.41deg, #08010F 15.03%, #43285F 112.58%);
    scroll-behavior: smooth;

}
*
{
	margin: 0;
	padding: 0;
   -webkit-text-size-adjust: 100%;
}
.btn-primary:focus, .btn-primary.focus {
    /*background-color: transparent !important;
    border-color: transparent !important;*/
    box-shadow: none !important;

}
.container {
    max-width: 1400px;
}
.common_btn button {
   background: linear-gradient(107.06deg, #A64AF4 1.95%, #8E1AF0 80.2%);
border-radius: 8px;
    border: none;
font-style: normal;
font-weight: 500;
font-size: 16px;
    padding: 12px 0px;
    /* transform: translateX(-280px); */
    transition: all 0.4s ease;
    background-size: 200% auto;
    width: 191px;
height: 52px;
}
.common_btn button:hover {
    /*background: linear-gradient(80deg, #0068FF 0%, #002981 100%);*/
    background-position: right center;
    color: #fff !important;
}
header {
       background: rgba(255, 255, 255, 0.08);
       backdrop-filter: blur(16px);
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
}

div#collapsibleNavbar ul li .nav-link {
  font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #D0CED2;
}
div#collapsibleNavbar ul li .nav-link.active {
    font-weight: 600;
}

div#collapsibleNavbar ul li
{
	padding: 0px 25px;
}
section .cards {
    position: absolute;
    top: 32px;
    right: 0;
}
section.slider {
       background-image: url(../images/bg.png);
    padding: 120px 0 0;
    position: relative;
    padding-top: 197px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

section.slider h2 {
font-style: normal;
font-weight: 800;
font-size: 60px;
line-height: 125%;
color: #FFFFFF;
}

section.slider p {
font-style: normal;
font-weight: 400;
font-size: 30px;
line-height: 150%;
/* identical to box height, or 45px */


/* Neutral 2 */

color: #D0CED2;
}

.Mobile_1
{
	position: relative;
}

.Mobile_1:before {
    content: "";
    position: absolute;
    height: 65px;
    width: 268px;
    /*background-image: url(../images/shadow.png);*/
    bottom: -63px;
    left: 0;
    right: 0;
    margin: auto;
}

section.slider:before {
    content: "";
    position: absolute;
    /*background-image: url(../images/slider-design.png);*/
    bottom: -2px;
    border: 0px solid red;
    width: 100%;
    height: 236px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100%;
}

h2.heading {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 40px;
    color: #FC9402;
}

p.heading-paragraph {
    font-size: 16px;
    font-weight: 400;
    color: #515151;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.margin-top-40
{
	display: block;
    margin-top: 40px;
    width: 100%;
}

.second_section h3 {
    font-size: 24px;
    color: #040404;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 35px;
}

.second_section p {
    font-size: 16px;
    color: #515151;
    font-weight: 400;
    line-height: 26px;
}

.second_box {
    padding: 40px 15px;
    display: block;
    width: 100%;
    transition: 0.5s;
    border-radius: 18px;
}

.second_box:hover
{
	box-shadow:  0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

section.second_section {
    padding-bottom: 115px;
}

	button.btn.btn-primary.bg-white, button.btn.btn-primary:hover
	{
	background-color: #fff;
	color: #f1801f;
	border-color:  #f1801f;
	}
	section.clean_interface p {
    font-size: 16px;
    color: #515151;
    line-height: 26px;
    font-weight: 400;
    margin-top: 31px;
    margin-bottom: 50px;
	}


.align-item-center
{
	align-items: center;
}



.mobile-cover {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 10px auto 0px;
    z-index: 999;
    text-align: center;
    width: 261px;
}
/*
section.screenshot .owl-item.active.center .item {
    overflow: hidden;
    border-radius: 20px;
    height: 488px;
    width: 227px;
    margin-left: -14px;
    margin-top: 0px;
}

section.screenshot .owl-item.active.center .item img {
    transform: scale(1.1);
     transition: 0.5s;
}*/

section.screenshot .owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-top: -13px;
}

section.screenshot p.heading-paragraph
{
margin-bottom: 60px;
}


section.screenshot .owl-dots button {
    height: 20px;
    width: 20px;
    background-color: #7D7D7D !important;
    display: inline-block;
    border: 0px solid red !important;
    border-radius: 100px;
    margin: 4px;
    outline: none !important;
}

section.screenshot .owl-dots button.active {

	background-color: #BE7900 !important;
    border: 3px solid #037AF5 !important;

	}

	section.screenshot .owl-dots {
    text-align: center;
    margin-top: -34px;
    z-index: 999;
    position: relative;
}

section.screenshot {
    padding-bottom: 70px;
}
section.testmonials {
    background-color: #f3f3f3;
    padding-top: 90px;
    padding-bottom: 90px;
}

section.testmonials .owl-carousel .owl-item img.quotes_png {
    height: 80px;
    width: auto !important;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    transform: translateY(100px);
}


section.testmonials .owl-carousel .owl-item img.quotes_2 {
    height: 80px;
    width: auto !important;
    position: absolute;
    bottom: 0;
    left: 0;
}

section.testmonials .owl-carousel span.profile_pic {
    display: block;
    height: 70px;
    width: 70px;
    border: 0px solid red;
    border-radius: 70px;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto 25px;
}

section.testmonials .owl-carousel span.Name {
    font-size: 21px;
    color: #222222;
    font-weight: 400;
}

section.testmonials .owl-carousel span.Name {
    font-size: 21px;
    color: #222222;
    font-weight: 400;
    display: block;
    text-align: left;
    /* clear: left; */
}

section.testmonials h2.heading {
    margin-bottom: 50px;
}

section.testmonials .owl-carousel p {
	font-size: 16px;
    color: #515151;
    font-weight: 400;
    margin-top: 7px;
    height: 120px;
    display: block;
    text-align: left;
    overflow: hidden;
}

#slider2 .item {
    position: relative;
    padding-bottom: 90px;
    background-color: #fff;
    box-shadow: 0px 3px 6.51px 0.49px rgba(0, 0, 0, 0.26);
    padding: 20px 20px 95px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    transition: 0.5s;
}

#slider2 .owl-item {
    padding: 13px;
}

#slider2 .owl-item:hover .item
{
	background-color: #f1801f;
}

#slider2 .owl-item:hover .item  span.Name, #slider2 .owl-item:hover .item  p
{
	color: #fff;
}
#slider2 .owl-item:hover img.quotes_2
{
display: none;
}
#slider2 .owl-item:hover .quotes_png
{
    transform: translateY(0px);
    transition: 0.5s;
}

.footer-box {
     background-image: url(../images/footer-bg.png);
    padding-top: 80px;
    text-align: center;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
}
.footer-box h2 {
    font-size: 38px;
    color: #fff;
    text-align: center;
}

.footer-box p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 27px;
}

section.foter_bottom {
    background-color: #2C2335;
        padding: 31px 0;

}

section.foter_bottom2 {
    background-color: #2C2335;
    text-align: center;
    padding: 21px 0;
    color: #fff;
}

section.foter_bottom2 p
{
	margin-bottom: 0px;
}

div#collapsibleNavbar ul li .nav-link:hover {
/*    transform: translate(0px, -3px);
*/    opacity: 0.8;
/*    font-weight: 500;
*/}

section.slider img, .second_box img, .footer-bottom ul li img, .mobile_circle img
{
	transition: 0.5s;
}
section.slider img:hover, .footer-bottom ul li img:hover
{
    transform: translate(0px, -3px);
}

.second_box:hover img  {
    transform: scale(1.1);
}

.owl-carousel#slider2 .owl-item img
{
	display: block;
    width: 100%;
    object-fit: cover;
    height: 80px;
}

.mobile_circle:hover img {
    transform: scale(0.9);
}



section.screenshot .owl-carousel.owl-theme.owl-loaded.owl-drag .item img {
    /*height: 560px;*/
    width: 90%;
    object-fit: contain;
    margin: auto;
}
section.slider .Smackem-details {
    padding: 21px 0;
}
section.clean_interface,
section.contact_us {
    background-image: url(../images/get-app-bg.png);
    /*padding: 120px 0 120px 0;*/
    position: relative;
    /*padding-top: 160px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
section.contact_us {
    background-image: url(../images/contact-us.png);
}
section.clean_interface .store-img {
    width: 200px;
    margin-top: 40px;
    cursor: pointer;
}
.mobile_circle img {
    cursor: pointer;
}
.about_us p {
    color: #fff;
    font-weight: 400;
    width: 80%;
}
section.about_us {
    padding: 30px 0;
}
section.contact_us input,
section.contact_us textarea {
    background-color: rgb(27 88 152 / 80%);
    border-radius: 11px;
    height: 57px;
    border: none;
    padding-left: 18px;
    margin-bottom: 25px;
    color: #000;
}
section.contact_us input::-webkit-input-placeholder,
section.contact_us textarea::-webkit-input-placeholder {
    color:#B1B1B1;
    font-weight: 400;
}
section.contact_us label {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}
section.contact_us textarea {
    padding-top: 15px;
}
.form-center {
    width: 48%;
    margin: auto;
}
.footer-bottom h4 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
        margin-top: 65px;
}
.footer-bottom ul {
    padding-left: 0;
        margin-top: 24px;
        list-style-type: none;
}
.footer-bottom ul li a {
      transition: all 0.2s linear;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #D0CED2;
    padding: 0 26px;
}
.footer-bottom ul li a:hover {
    color: #5094f9;
    text-decoration: none;
}
.footer_logo {
/*    width: 150px;
*/    margin-top: 15px;
}
.footer-bottom h5 {
    margin-top: 30px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}
.social_links {
    margin-bottom: 55px;
}
.social_links img {
    height: 45px;
    cursor: pointer;
}
.social_links a {
    display: inline-block;
}
.social_links a:hover {
    text-decoration: none;
}
.tooltip-inner {
    background-color: #042C61;
}
.tooltip.bs-tooltip-right .arrow:before {
    display: none !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    display: none !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    display: none !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    display: none !important;
}
.scrollup {
    width: 80px;
    height: 80px;
    opacity: 1;
    position: fixed;
    bottom: 81px;
    right: 58px;
    display: none;
    text-indent: -9999px;
    background-image: url(../images/upword.png);
    background-repeat: no-repeat;
    z-index: 999;
}
.line_text {
    display: flex;
        align-items: center;
    margin-right: 44px;
    flex-wrap: wrap;
    }
   .Smackem-details .line_text p {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 0
}
.line_text span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #D0CED2;
        margin-left: 12px;

}
button.btn.btn-primary.data_uk {
    background: rgba(255, 255, 255, 0.08)!important;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-sizing: border-box;
    border-radius: 8px;
    width: 235px;

}
.d-flex.nebie {
    margin-bottom: 54px;
    margin-top: 58px;
}
h2.data_line {
    margin-bottom: 18px;
}
.connect_ly h3 {
font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 33.1819px;
    color: #fff;
}
.slider .welcome h2 {
    font-size: 12;
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
}
.slider .welcome p {
font-weight: 400;
font-size: 20px;
color: #D0CED2;
}
.welcome {
    display: flex;
    margin-top: -31%;

}
.People.holding.phones img {
    /* width: 100%; */
    position: relative;
    /* right: 0; */
    right: -11px;
}
.People.holding.phones {
    width: 60%;
    position: relative;
    right: 143px;
}
.first h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 125%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.slider .first p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #A19DA5;
}
.need {
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 126px;
            grid-column-gap: 67px;


}
.second_point h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
    color: #FFFFFF;
}
.slider .second_point p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}
.first a {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #B86EF6;
}
.second .second_point, .third .second_point {
    margin-bottom: 50px;
}
.slider .howitworks p {
    font-weight: 600;
    font-size: 20px;
    line-height: 200%;
    color: #A19DA5;
}
.howitworks {
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
        margin: 86px 0;

}
.slider p.line_true {
    color: #B86EF6;
}
.slider .prays_new .first_tr {
    font-weight: 400;
    font-size: 17.3022px;
    line-height: 23px;
    color: #E8E7E9;
}
.prays_new{
        background-image:url(../images/frame.png);
            height: 782px;
                background-repeat: no-repeat;
                    background-position: right;
                        background-position: 78%;





}
.wrapper_ur {
       width: 75%;
    padding: 72px 70px;
    margin-left: auto;

}
.slider p.line_true {
    color: #B86EF6;
    padding: 17px 0px 6px;
}
.kite_data {
    margin-bottom: 10px;
}
p.first_tr.spac1 {
    margin-bottom: 29px;
}
.firs_block p {
    border-bottom: 1px solid #433B4C;
    padding: 27px 0;
    margin: 0;
}
.firs_block h4 {
    font-weight: 800;
    font-size: 36px;
    line-height: 125%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    border-bottom: 1px solid #433B4C;
    padding-bottom: 27px;
}
.firs_block span {
    background: #A19DA5;
    border-radius: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.firs_block span {
    background: #A19DA5;
    border-radius: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    color: #2C2335;
    font-size: 18px;
    text-align: center;
    line-height: 23px;
    margin-right: 11px;
}
.slider .humnet h2 {
    font-weight: 800;
    font-size: 48px;
}
.slider .humnet p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #D0CED2;
}
.humnet {
    text-align: center;
}
.slider .app_new h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
}
.slider .app_new p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #D0CED2;
        padding: 25px 0;

}
.Mobile_12 img{
    width: 100%;
}
.data_two {
    padding-right: 69px;
}
ul.line_footer {
    display: flex;
    align-items: center;
    justify-content: center;
        margin-top: 45px;

}
input[type="text"] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-sizing: border-box;
    border-radius: 8px 0px 0px 8px;
    width: 291px;
    height: 42px;
    padding: 0 15px;
        padding-left: 33px;

}
button.sub_true {
    background: linear-gradient(107.06deg, #A64AF4 1.95%, #8E1AF0 80.2%);
    border-radius: 0px 8px 8px 0px;
    border: 0;
    width: 108px;
    height: 42px;
        color: #fff;

}
.col-sm-6.copyright-ani.reserved_data p {
    text-align: left;
    font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #D0CED2;
}
.col-sm-4.text-right.lasr-right {
    margin-top: 38px;
}
.row.order_right {
    border-top: 1px solid #433B4C;
    padding-top: 33px;
}
.social_links a {
    color: #D0CED2;
    font-size: 22px;
    padding: 0px 15px;
}
.social_links {
    text-align: right;
}
.text_data {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
/*.social_links {
    margin-bottom: 0;
}*/
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.app_new {
    margin-top: 175px;
/*    background: #140A1F;
*/        padding-top: 149px;

}
.first_tr.one img {
    margin-right: 10px;
    position: relative;
    top: -3px;
}
p.first_tr.two img {
    position: relative;
    right: 6px;
}
p.first_tr.spac1 .hummet {
    color: #B86EF6;
    text-decoration: underline;
    cursor: pointer;
}
.common_btn button {
    margin-right: 21px;
}
.data_true_1 img {
    position: relative;
    top: -185px;
}
.text_content {
    margin-top: 7%;
}
.firs_block {
    margin-top: 44px;
}
.margin_b{
    margin-top: 77px;
}
.humnet img {
    width: 100%;
    text-align: center;
    margin: auto;
}
.next_new h3 {
    font-weight: 800;
    font-size: 36px;
    line-height: 125%;
    color: #FFFFFF;
}
.next_new p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #D0CED2;
}
.next_new {
    display: flex;
    align-items: center;
    justify-content: center;
        gap: 94px;

}
.humnet img {
    margin-top: -22%;
}
.row.data_new_spacing {
    /* padding: 0px 118px; */
    max-width: 1343px;
    margin: auto;
}
.data_true {
    padding: 0px 23%;
}
ul.navbar-nav {
    flex: 1;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.btn.btn-primary.data_uk.top_data {
   background: linear-gradient(107.06deg, #A64AF4 1.95%, #8E1AF0 80.2%)!important;
    border-radius: 8px;
    color: #fff;
    width: 126px;
    font-weight: 500;
    font-size: 14px;
        line-height: 20px;

}
.impact h4 {
    font-weight: 800;
    font-size: 48px;
    line-height: 125%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.slider .impact p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #D0CED2;
    margin-bottom: 30px;
    margin-top: 15px;

}
.slider .donation_point {
    background: linear-gradient(107.06deg, #A64AF4 1.95%, #8E1AF0 80.2%)!important;
    border-radius: 8px;
    width: 320px;
    height: 52px;
}
.slider p.charity_one {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #D0CED2;
    margin-top: 15px;
}
 .humnet.daote_task {
    text-align: center;
    margin-top: -31%;
}
.save_community {
    margin-top: 84px;
}
ul.doante_text {
    text-align: center;
        margin-bottom: 0;

}
img.data_message {
    position: relative;
    right: -25px;
}
.row.data_new_spacing .col-sm-7 {
    padding-right: 112px;
}
ul {
    list-style: none;
}


.contact-us-textarea{
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-sizing: border-box;
    border-radius: 8px 0px 0px 8px;
    width: 420px !important;
    padding: 0 15px;
    color: white;
    margin-left: 14px;
    margin-top: 22px;
    padding-top: 10px;
}

.contact-us-button {
    border-radius: 13px !important;
    margin-top: 42px;
}
.contact-us-email-input{
    width: 420px !important;
}

.contact-us-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
