*, ::after, ::before{
    box-sizing: border-box;
}
body{
    margin: 0px;
    padding: 0px;
    position: relative;
}
h1, h2, h3, h4, h5, h6{
    margin: 0px;
    padding: 0px;
}
p{
    padding: 0px;
    margin: 0;
}
ol, ul, li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
a, a:hover{
    text-decoration: none;
}
@media screen and (min-width:1280px){
    .container{
        max-width: 1152px;
    }
}
body {
    background-image: url(../Image/Desktop\ -\ 2.svg);
    background-repeat-y: repeat;
    background-repeat-x: no-repeat;
    background-position: center top;
}

/* header sec css start */

header.header-main-sec{
    position: relative;
    z-index: 11;
}
.header-inner{
    padding-top: 50px;
}
.header-logo {
    max-width: max-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.header-logo a h1 {
    color: #15100F;
    text-align: center;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.menu-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-btn {
    padding: 10px 8px;
    max-width: max-content;
    display: none;
}
.nav-btn button {
    border: 0;
    color: #fff;
    background-color: #FD5B2F;
    border-radius: 5px;
    font-size: 22px;
}
nav.nav-left ul li, nav.nav-right ul li {
    display: inline-block;
    padding: 10px 8px;
    margin-right: 32px;
}
nav.nav-left ul li:last-child, nav.nav-right ul li:last-child{
    margin-right: 0;
}
nav.nav-left ul li a, nav.nav-right ul li a {
    color: #686C75;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
nav.nav-left ul li a:hover, nav.nav-right ul li a:hover{
    color: #FD5B2F;
}
.nav-left a.active{
    color: #FD5B2F;
}
nav.nav-right {
    z-index: 2;
}
/* header sec css end */

/* banner sec css start */

section.banner-main-sec{
    position: relative;
}
.banner-inner {
    padding-bottom: 60px;
    padding-top: 90px;
}
.banner-left-col{
    padding-top: 70px;
    z-index: 11;
}
.banner-sub{
    max-width: max-content;
}
.banner-sub h4{
    color: #FD5B2F;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.banner-head{
    max-width: max-content;
    margin-top: 15px;
}
.banner-head h2 {
    color: #302522;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 62.4px;
}
.banner-text {
    max-width: max-content;
    margin-top: 15px;
}
.banner-text p {
    color: #A3A2A2;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.banner-form {
    margin-top: 54px;
}
.form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px;
    max-width: 100%;
    color: #E4E4E4;
    font-family: poppins;
    text-transform: capitalize;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    width: 100%;
}
.search-p {
    max-width: calc(100% - 152px);
    width: calc(100% - 152px);
}
.search-p input {
    background-image: url(../Image/search\ \(1\)\ 1.png);
    background-position: 18px center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    border: 0;
    padding: 12px 12px 12px 50px;
    text-transform: capitalize;
    width: 100%;
    font-size: 18px;
} 
.form-btn button {
    padding: 12px 20px;
    border: 0;
    background: #FD5B2F;
    color: #fff;
    border-radius: 5px;
}
.form-btn button a{
    color: #fff;
    font-family: poppins;
    font-size: 16px;
}
.pic{
    position: relative;
}
.banner-right-col::after {
    content: "";
    background-image: url(../Image/bg-7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 350px;
    height: 350px;
    display: block;
    position: absolute;
    top: -10%;
    right: -4%;
    z-index: -1;
}
.banner-right-col::before {
    content: "";
    background-image: url(../Image/bg-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 350px;
    height: 350px;
    display: block;
    position: absolute;
    left: 5%;
    bottom: 14%;
}
.img-sec {
    width: 96%;
    height: auto;
    margin-left: auto;
}
.img-sec img {
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: #FD5B2F;
}
.bullet-icon{
    position: relative;
    margin-top: 50px;
}
.home-btn{
    position: absolute;
    top: 71%;
    left: 20%;
}
.home-btn a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 24px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    color: #FD5B2F;
    background-color: #fff;
}
.home-btn a:hover{
    color: #fff;
    background-color: #FD5B2F;
}
.banner-link {
    background: #fcfcfc;
}
.social-link {
    padding: 38px 0;
}
.social-img {
    max-width:70%;
    width: 100%;
    height: 100%;
}
.social-img a img {
    width: 100%;
    height: 100%;
}

/* banner sec css end */

/* How it works sec css start*/
section.work-main-sec{
    position: relative;
}
.work-inner {
    padding-top: 100px;
    padding-bottom: 84px;
}
.work-head, .benifit-head {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.work-head h4, .benifit-head h4 {
    color: #302522;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.work-head::after, .deal-head::after, .benifit-head::after {
    content: "";
    background-image: url(../Image/Vector\ 1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 15px;
    width: 78px;
    display: block;
    margin-top: 16px;
}
.work-sec, .benifit-sec{
    padding: 70px 30px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.work-img, .benifit-img{
    width: 60px;
    height: 60px;
}
.work-img img, .benifit-img img{
    width: 100%;
    height: 100%;
}
.work-sub, .benifit-sub{
    max-width: max-content;
    margin-top: 28px;
}
.work-sub  h5, .benifit-sub h5{
    color: #302522;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}
.work-text, .benifit-text{
    max-width: max-content;
    margin-top: 14px;
}
.work-text p, .benifit-text p{
    color: #A3A2A2;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* how it work sec css end */

/* estate sec css start */
section.deal-main-sec {
    position: relative;
    background-image: url(../Image/bg-5.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 54vh;
}
.deal-left-col{
    padding-top: 60px;
    position: relative;
}
.deal-left-col::before {
    content: "";
    display: block;
    background-image: url(../Image/bg-3.png);
    background-position: center;
    background-size: cover;
    width: 350px;
    height: 350px;
    position: absolute;
    top: 0%;
    left: -8%;
}
.deal-left-col::after {
    content: "";
    display: block;
    background-image: url(../Image/bg-4.png);
    background-position: center;
    background-size: cover;
    width: 350px;
    height: 350px;
    position: absolute;
    bottom: 6%;
    right: 0%;
}
.deal-img-sec{
    width: 100%;
    height: 100%;
}
.deal-img-sec img{
    width: 100%;
    height: 100%;
}
.deal-cal {
    width: 134px;
    height: 128px;
    position: absolute;
    right: 17%;
    bottom: -1%;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.deal-cal img {
    width: 100%;
    height: 100%;
}
.deal-content {
    padding-top: 73px;
    padding-left: 50px;
}
.deal-head {
    max-width: max-content;
}
.deal-head h4 {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 41.6px; */
}
.deal-text {
    max-width: max-content;
    margin-top: 18px;
}
.deal-text p {
    color: #A3A2A2;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.btn-inner {
    max-width: max-content;
    margin-top: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.view-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 52px;
}
.view-btn a {
    padding: 15px 20px;
    background-color: #FD5B2F;
    border-radius: 10px;
}
.view-btn a p {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tour-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FD5B2F;
}
.tour-btn a p {
    font-family: Poppins;
    font-size: 16.716px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 15px;
}
.tour-btn a:hover{
    color: #000;
}

/*deal sec css end */

/* week sec css start */
section.week-main-sec{
    position: relative;
}
.week-inner {
    padding-top: 185px;
}
.week-head {
    max-width: 40%;
    width: 100%;
}
.week-head::before{
    content: "";
    background-image: url(../Image/Vector\ 1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 15px;
    width: 78px;
    display: block;
    margin-bottom: 10px;
}
.week-head h4{
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 41.6px; /* 130% */
}
.image-week-top{
    margin-top: 42px;
}
.image-week-bottom{
    margin-top: 24px;
}
.week-img{
    width: 100%;
    height: 100%;
}
.week-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* week sec css end */
/* benifits sec css start*/
section.benifit-main-sec{
    position: relative;
}
.benifit-inner {
    padding-top: 100px;
}
.benifit-sec{
    padding: 85px 10px 10px 10px;
}
/* benifits sec css end */

/* Env sec css start */
section.env-main-sec{
    position: relative;
}
.env-inner {
    padding-top: 140px;
    padding-bottom: 28px;
}
.env-head {
    max-width: 98%;
    padding-top: 50px;
}
.env-head::before{
    content: "";
    background-image: url(../Image/Vector\ 1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 15px;
    width: 78px;
    display: block;
    margin-bottom: 16px;
}
.env-head h1 {
    color: #302522;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}
.env-text {
    margin-top: 15px;
    max-width: max-content;
}
.env-text p {
    color: #A3A2A2;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.view-btn .sign-btn {
    padding: 15px 36px;
}
.Visit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.Visit-btn a {
    padding: 12px 27px;
    border: 2px solid #FD5B2F;
    border-radius: 10px;
}
.Visit-btn a p {
    color: #FD5B2F;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.env-right-col{
    position: relative;
}
.env-right-col::before {
    content: "";
    background-image: url(../Image/bg-6.png);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 350px;
    height: 350px;
    position: absolute;
    top: 10%;
    left: 11%;
}
.env-img {
    z-index: 1;
    position: relative;
    max-width: 85%;
    margin-left: auto;
}
.env-img img {
    width: 100%;
    height: 100%;
}
.env-play {
    position: absolute;
    max-width: max-content;
    top: 30%;
    left: 26%;
    z-index: 1;
}
.env-play a{
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 24px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    color: #FD5B2F;
    background-color: #fff;
}
/* env sec css end */
/* footer sec css start*/
footer.footer-main-sec{
    position: relative;
    overflow: hidden;
}   
.footer-main-sec::after{
    content: "";
    width: 100%;
    height: 1554px;
    background-color: #FD5B2F;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50px;
    z-index: -1;
}
.footer-content {
    background: rgba(255, 255, 255, 0.93);
    backdrop-filter: blur(44px);
}
.footer-inner {
    padding-top: 105px;
}
.footer-head {
    max-width: max-content;
}
.footer-head a h4 {
    color: #15100F;
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.footer-text {
    max-width: max-content;
    margin-top: 15px;
}
.footer-text p {
    color: #302522;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.342px;
}
.company-content {
    /* display: flex; */
    max-width: max-content;
}
.company-text, .part-head, .social-head{
    max-width: max-content;
}
.company-text h5, .part-head h5, .social-head h5 {
    color:#FD5B2F;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.company-link, .part-link {
    max-width: max-content;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.company-link a, .part-link a {
    color: #302522;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: normal;
    text-transform: capitalize;
}
.social-link-foot{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 22px;
}
.social-link-foot a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #FD5B2F;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 16px;
}   
.copy-sec {
    padding-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 10px;
}
.copy-text {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.copy-text p {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.copy-text p a {
    padding-left: 2px;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
}
.copy-sec:after {
    width: 873px;
    height: 549px;
    background-color: #FD5B2F;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 0;
}
/* footer sec css end */

/* responsive start */
@media screen and (max-width:1200px){
    .form-btn button a {
        font-size: 15px;
    }
}
@media screen and (max-width:1080px){
    .banner-head h2 {
        font-size: 40px;
        line-height: 53px;
    }
    .banner-text p {
        font-size: 15px;
    }
    .work-text p, .benifit-text p {
        font-size: 14px;
    }
    section.deal-main-sec {
        background-size: 50vh;
    }
    .deal-cal {
        width: 115px;
        height: 110px;
    }
    .deal-content {
        padding-top: 60px;
        padding-left: 25px;
    }
    .deal-head h4 {
        font-size: 30px;
    }
    .deal-head::after{
        margin-top: 8px;
    }
    .deal-text p {
        font-size: 14px;
        line-height: 26px;
    }
    .btn-inner {
        margin-top: 60px;
    }
    .view-btn a p {
        font-size: 14px;
    }
    .tour-btn a p {
        font-size: 14px;
    }
    .week-inner {
        padding-top: 150px;
    }   
    .env-head {
        max-width: 100%;
        padding-top: 30px;
    }
    .env-head::before {
        margin-bottom: 8px;
    }
    .env-head h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .env-text p {
        font-size: 15px;
    }
    .env-right-col::before {
        top: 5%;
        left: 6%;
    }
    .Visit-btn a p {
        font-size: 16px;
    }
    .env-play a {
        width: 60px;
        height: 60px;
    }
    
    .env-play a svg {
        width: 45px;
        height: 45px;
    }
    .company-link a, .part-link a {
        font-size: 16px;
    }
}
@media screen and (max-width:991px){
    .header-inner {
        padding-top: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu-inner {
        display: none;
        position: absolute;
        top: 100%;
        max-width: 100%;
        width: 100%;
        z-index: 1;
        left: 0;
        background-color: #fff3f0;
        border-top: 1px solid #FD5B2F;
        padding: 20px;
    }
    nav ul li{
        display: block;
    }
    .header-logo {
        max-width: max-content;
        position: relative;
        left: 0;
        transform: translateX(-0%);
    }
    .nav-btn {
        display: block;
    }
    .nav-right, .nav-left{
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 12px;
    }
    nav.nav-left ul li, nav.nav-right ul li {
        display: block;
        padding: 8px 0px;
        margin-right: 0px;
    }
    .banner-inner {
        padding-top: 0px;
    }
    .banner-right-col {
        padding-top: 50px;
    }
    .img-sec {
        margin-left: auto;
        margin-right: auto;
    }
    .banner-right-col::after {
        top: 3%;
        right: 0%;
    }
    .home-btn {
        left: 17%;
    }
    .banner-right-col::before {
        left: 6%;
        bottom: 15%;
    }
    .social-img {
        max-width: 90%;
    }
    .work-sec, .benifit-sec {
        padding: 70px 9px 0 10px;
    }
    .deal-img-sec {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .deal-left-col::after {
        bottom: 3%;
        right: 13%;
    }
    .deal-left-col::before {
        top: 2%;
        left: 0%;
    }
    .deal-cal {
        width: 180px;
        height: 180px;
    }
    .deal-head h4 {
        font-size: 34px;
    }
    .deal-text p {
        font-size: 16px;
    }
    .view-btn a p {
        font-size: 16px;
    }
    .tour-btn a p {
        font-size: 16px;
    }
    .week-head {
        max-width: 100%;
    }
    .week-head {
        max-width: 100%;
        width: 100%;
    }
    .env-head h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .env-text p {
        font-size: 16px;
    }
    .env-right-col {
        padding-top: 50px;
    }
    .env-right-col::before {
        top: 15%;
        left: 17%;
    }
    .env-img {
        max-width: 80%;
        margin-right: auto;
    }
    .footer-inner {
        padding-top: 90px;
    }
}
@media screen and (max-width:767px){
    .banner-right-col::after {
        top: 3%;
        right: -4%;
    }
    .banner-right-col::before {
        left: 2%;
        bottom: 11%;
    }
    .social-link {
        padding: 10px 0;
    }
    .social-link .col-lg-2{
        width: 50%;
    }
    .social-link .col-lg-2:last-child{
        max-width: 50%;
        width: 100%;
    }
    .social-img {
        max-width: 50%;
        padding: 20px 0;
    }
    .deal-cal {
        width: 150px;
        height: 150px;
    }
    .mg-top{
        margin-top: 24px;
    }
    .work-head h4, .benifit-head h4 {
        font-size: 30px;
    }
    .env-right-col::before {
        top: 13%;
        left: 11%;
    }
    .env-play {
        top: 34%;
        left: 22%;
    }
    .copy-text p {
        font-size: 14px;
    }
    .copy-text p a {
        font-size: 14px;
    }
}
@media screen and (max-width:428px){
    .nav-btn button {
        font-size: 18px;
    }
    .banner-head h2 {
        font-size: 36px;
        line-height: 1.2;
    }
    .form-btn button a {
        font-size: 14px;
    }
    .search-p input {
        font-size: 14px;
    }
    .banner-right-col::after {
        width: 250px;
        height: 250px;
        top: 4%;
        right: 0%;
    }
    .banner-right-col::before {
        width: 253px;
        height: 249px;
        left: 5%;
        bottom: 15%;
    }
    .work-img, .benifit-img {
        width: 50px;
        height: 50px;
    }
    .deal-left-col::before {
        width: 250px;
        height: 250px;
        top: 4%;
        left: 0%;
    }
    .deal-left-col::after {
        width: 250px;
        height: 250px;
        bottom: 8%;
        right: 9%;
    }
    .deal-cal {
        width: 120px;
        height: 120px;
    }
    .view-btn a p {
        font-size: 14px;
    }
    .tour-btn a p {
        font-size: 14px;
    }
    .work-head h4, .benifit-head h4 {
        font-size: 24px;
    }
    .work-head::after, .deal-head::after, .benifit-head::after {
        margin-top: 9px;
    }
    .env-inner {
        padding-top: 50px;
        padding-bottom: 28px;
    }
    .env-play a {
        width: 50px;
        height: 50px;
    }
    .env-play a svg {
        width: 30px;
        height: 30px;
    }
    .env-right-col::before {
        top: 8%;
        left: 4%;
    }
    .copy-sec:after {
        width: 550px;
        height: 382px;
    }
}
@media screen and (max-width:416px){
    .banner-head h2 {
        font-size: 34px;
    }
    .work-sec, .benifit-sec {
        padding: 30px 9px 0 10px;
    }
    .work-inner {
        padding-bottom: 25px;
    }
    .deal-head h4 {
        font-size: 32px;
    }
    .view-btn a {
        padding: 15px 15px;
    }
    .benifit-inner {
        padding-top: 70px;
    }
    .env-head h1 {
        font-size: 28px;
    }
}
@media screen and (max-width:375px){
    .banner-sub h4 {
        font-size: 16px;
    }
    .banner-head h2 {
        font-size: 30px;
    }
    .banner-text p {
        font-size: 14px;
    }
    .work-img, .benifit-img {
        width: 40px;
        height: 40px;
    }
    .deal-cal {
        width: 100px;
        height: 100px;
    }
    .deal-head h4 {
        font-size: 28px;
    }
    .deal-text p {
        font-size: 14px;
    }
    .view-btn {
        margin-right: 30px;
    }
    .work-head h4, .benifit-head h4 {
        font-size: 20px;
    }
    .env-head h1 {
        font-size: 26px;
    }
    .env-text p {
        font-size: 14px;
    }
    .footer-text p {
        font-size: 14px;
    }
    .copy-sec:after {
        width: 469px;
        height: 354px;
    }
}



