@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    color: #2A2A2A;
}

.navbar-expand-lg .navbar-nav{
        margin-top: auto;
}
header {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
   background: #DCD7C9;
    -webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
    z-index: 9;
}
.start-header {
	opacity: 1;
	transform: translateY(0);
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
    position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
    background-color: rgb(255 255 255 / 61%);
}
.start-header .navbar{padding: 15px 0;-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;}
.start-header.scroll-on .navbar {
    padding: 7px 0;
    width: 100%;
    -webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
    background-color: rgb(255 255 255 / 61%);
    backdrop-filter: saturate(180%) blur(20px);
}

.footer_img img {
    max-width: 100px;
}

.logo img {
    max-width: 80px;
    height: auto;
    object-fit: contain;
}

header .header_inner {
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
}

header li.nav-item a {
    color: #3F4E4F !important;
    font-size: 20px;
    font-weight: 600;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

header li.nav-item {
    position: relative;
}

header li.nav-item.active:after {
    position: absolute;
    bottom: -23px;
    content: "";
    background: #fff;
    left: 50%;
    width: 97%;
    transform: translateX(-50%);
    height: 6px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: none;
}

header li.nav-item:not(:last-child) {
    margin-right: 30px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #a27b5b !important;
}

.main_first {
    position: relative;
    background-image: url(../images/slide-1.jpeg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 120px 0 120px;
}
.main_first::after {
    content: '';
    background: #3f4e4f8a;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
}
.banner_details{position: relative;z-index: 1;}
.mobiles img {
    max-width: 360px;
    object-fit: contain;
    height: auto;
}

.mobiles {
    display: flex;
    justify-content: center;
}

.main_first_content {
    margin-top: 110px;
}

.first_details h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}
.first_details{width: 100%;}
.first_details h3 {
    color: #d6d4d4;
    font-size: 28px;
    font-weight: 600;
}

.first_details p{color: #fff;margin-top: 20px;}
.get_app_content {
    margin-top: 30px;
}

.app_buttons {
    display: grid;
    grid-gap: 25px;
}
.app_buttons a{
        padding: 15px;
    background: #ffffff69;
    border-radius: 10px;
    margin-right: 15px;
}
.app_buttons img{width: 100%;}
.banner_bottom{
    text-align: center;
    margin-top: 70px;
    position: absolute;
    bottom: -180px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.key_fetures{
    padding: 150px 0 120px;
}
.key_fetures h6{text-align: left;text-transform: uppercase;font-size: 20px;margin-bottom: 10px;}
.key_fetures h2{
        text-align: left;
    color: #000;
    font-weight: 600;
}
.features_inside{margin-top: 80px;}
.features_inside h3{font-size: 20px;margin-bottom: 15px;}
.features_inside p{font-size: 15px;margin: 0;}
.banner_bottom span{
       background: #f1f2f2;
    width: 240px;
    height: 120px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.banner_bottom span::after{
       height: 70px;
    width: 70px;
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    background: #ab876c70;
    border-radius: 50%;
    filter: blur(19px);
}
.banner_bottom span img{
    filter: invert(1);
    object-fit: contain;
    height: 50%;
}
.slider_img img{width: 100%;}
.slider_block{max-width: 50%;margin: 0 auto;}
.listing{list-style-type: none;padding: 0;margin-top: 40px;}
.listing li{
        display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.feature_img img{width: auto;}

.slider_info h2{
        font-weight: 600;
    font-size: 45px;
    margin-bottom: 20px;
}
p{
    color: #666;
    font-weight: 300;
    font-size: 14px;
}
.listing li h3{
    font-size: 20px;
}
.slick-dots{
        bottom: auto;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
}
.slick-dots li{display: block;}
.slick-dots li button:before{
    width: 4px;
    height: 14px;
    background: #000;
    content: '';
    border-radius: 20px;
}
.slick-dots li.slick-active button:before, .slick-dots li button:hover:before{
    background: #a27b5b;
}
.provider_wrapper{
        padding: 70px 0;
    background: rgb(220 215 201 / 10%);
}
.inside_blocks{
        background: #3f4e4f14;
    padding: 23px;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.inside_blocks img{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(49deg) brightness(94%) contrast(106%);}
.feature_img{
        width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    flex-shrink: 0;
   background: #3f4e4f14;
    border-radius: 10px;
    margin-right: 30px;
    display: flex;
        align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.feature_img::after{
    height: 60px;
    width: 50px;
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    background: #ab876c70;
    border-radius: 50%;
    filter: blur(19px);
}
.block_img{
    background-color: #3f4e4f;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    line-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}   
.sec{
        margin-top: -40px;
}
.forth{
    margin-top: -40px;
}
.inside_blocks:after {
    height: 91px;
    width: 90px;
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    background: #ab876c70;
    border-radius: 50%;
    filter: blur(19px);
}
.inside_blocks.first{margin-top: 0;}
.feature_text_inside{max-width: 80%;}
.feature_desc p{
        max-width: 80%;
}
footer{
    background-color: #3f4e4f;
    padding: 50px 0;
}
.footer_links {margin-top: 30px;border-top: 1px solid #dddddd3b;padding-top: 30px;}
.footer_links h3{color: #fff;font-size: 22px;margin-bottom: 30px;text-align: center;}
.footer_links ul{list-style: none;padding: 0;gap: 80px;}
.footer_links ul li a{color: #fff;text-decoration: none;margin-bottom: 10px;display: block;transition: 0.3s;}
.footer_links ul li a:hover{text-decoration: underline;color: #a27b5b;}
.footer_links ul li a i{font-size: 30px;}

.copyright_div p{
    margin: 0;
    text-align: center;
    background: #dcd7c9;
    padding: 12px 0px;
    font-weight: 500;
    color: #000;
}
.copyright_div p span{
        color: #a27b5b;
}
header li.nav-item a.active{color: #a27b5b !important;}
.footer_img{text-align: center;}
.get_app_content h4{color: #fff;display: block;margin-bottom: 20px;font-size: 20px;}