*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.container{
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
body{
    line-height: 1.5;
}
section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
img{
    max-width: 100%;
}
ul{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.cmn-btn{
    display: inline-block;
    color: #0F0B8C;
    background-color: #F5F5F5;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 31px;
    border: 2px solid #0F0B8C;
    border-radius: 50px;
    text-transform: capitalize;
}
.cmn-btn:hover{
    background-color: #0F0B8C;
    color: #F5F5F5;
}
h1,.heading-1{
    font-size: 64px;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 20px;
}
h2,.heading-2{
    font-size: 48px;
    font-weight: 600;
    color: #0F0B8C;
    line-height: 1.2;
    text-transform: capitalize;
}
h3,.heading-3{
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 30px;
}
h4,.heading-4{
    font-size: 32px;
    font-weight: 600;
    color: #F5F5F5;
    line-height: 1.2;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
p{
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
    text-transform: capitalize;
}
span{
    display: block;
    font-size: 32px;
    font-weight: 500;
    color: #0F0B8C;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 27px; 
}
.cmn-gap{
    padding: 100px 0;
}
/* header section start */
.header-section{
    padding: 22px 0;
    position: absolute;
    width: 100%;
}
.nav{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.nav-links{
    display: flex;
    flex-wrap: wrap;
}
.logo{
    display: block;
    width: 200px;
}
.nav-links li{
    margin-right: 70px;
}
.nav-links li:nth-last-child(1){
    margin-right: 0;
}
.nav-links li a{
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #0F0B8C;
    text-transform: capitalize;
}
/* header section end */
/* banner section start */
.banner-section{
    background: linear-gradient(to right,rgba(251, 236, 246, 1),rgba(222, 211, 252, 1));
    height: 800px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner-child{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}
.banner-left,.banner-right{
    width: 50%;
    padding: 0 15px;
}
form{
    border: 2px solid #610B8C;
    border-radius: 50px;
    width: 80%;
    background-color: #FFFFFF;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    margin-top: 103px;
}
form .text{
    outline: none;
    border: none;
    background-color: #FFFFFF;
    width: 100%;
}
.text::placeholder{
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.search{
    background-color: #0F0B8C;
    color: #F5F5F5;
}
.search:hover{
    background-color: transparent;
    color: #0F0B8C;
}
.banner-right{
    position: relative;
}
.img1{
    position: relative;
    z-index: 1;
    width: 250px;
    height: 306px;
}
.img2 {
    position: absolute;
    width: 286px;
    height: 370px;
    left: 160px;
    top: 70px;
}
.Rectangle_up{
    position: absolute;
    top: 13px;
    left: 310px;
}
.Rectangle_down{
    position: absolute;
    top: 313px;
    left: 36px;
}
.banner_design{
    width: 299px;
    height: 180px;
    position: absolute;
    top: -105px;
    left: -98px;
}
/* banner section end */
/* about section start */
.about-section{
    background-color: #FBECF6;
}
.about-child{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.about-left,.about-right{
    width: 50%;
    padding: 0 15px;
}
.about-left{
    position: relative;
}
.about_img1{
    position: relative;
    width: 390px;
    height: 390px;
    top: 0;
    left: 0;
}
.about_img2{
    position: absolute;
    width: 183px;
    height: 188px;
    top: -56px;
    right: 161px;
}
.about_img3{
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: 41px;
    right: 230px;
}
.abt-btn{
    border-radius: 0;
    color: #F5F5F5;
    background-color: #0F0B8C;
    margin-top: 80px;
}
.abt-btn:hover{
    background-color: transparent;
    color: #0F0B8C;
}
.about-right{
    display: flex;
    align-items: center;
}
.about-inner-text span{
    margin-bottom: 46px;
}

/* about section end */
/* card section start */
.card-section{
    background-color: #FBECF6;
}
.card-child{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cmn-card{
    width: calc(33.33% - 30px);
    border: 1px solid black;
    border-radius: 20px;
    padding: 30px 50px 11px 50px;
    background-color: #F5F5F5;
    position: relative;
}
.cmn-card:hover{
    box-shadow: 10px 10px 20px #442e50;
    transform: translateY(-15px);
    transition: .3s ease-in-out;
}
.card-image figure img{
    margin-bottom: 16px;
}
.card-text{
    text-align: center;
}
.shape{
    background-color: #0F0B8C;
    width: 100%;
    height: 64px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.shape2{
    background-color: #0F0B8C;
    width: 40px;
    height: 160px;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.upper-card{
    text-align: center;
    margin-bottom: 103px;
}
.lower-card{
    text-align: center;
}
.card-btn{
    border-radius: 0;
    color: #F5F5F5;
    background-color: #0F0B8C;
}
.card-btn:hover{
    background-color: transparent;
    color: #0F0B8C;
}
.lower-card{
    margin-top: 79px;
}
/* card section end */
/* choose section start */
.choose-section{
    background-color: #FBECF6;
}
.choose-child{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.cmn-grid{
    text-align: center;
    border: 1px solid #000000;
    padding: 35px 19px 50px 19px;
}
.cmn-grid:hover{
    background-color: #0F0B8C;
}
.cmn-grid:hover p{
    color: #FFFBFB;
}
.cmn-grid:hover h3{
    color: #FFFBFB;
}
.cmn-grid:hover span{
    color: #FFFBFB;
}
.grid-image figure img{
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.cmn-grid-span{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.cmn-grid-span span{
    font-weight: 700;
    margin-bottom: 0;
}
.grid-text h3{
    font-weight: 500;
    color: #0F0B8C;
    margin-bottom: 18px;
}
.grid-text p{
    color: #0F0B8C;
}
.upper-grid{
    margin-bottom: 64px;
    text-align: center;
}
/* choose section end */
/* buy section start */
.two-bg {
    height: 740px;
    background: url(../image/buy-banner1.png), url(../image/buy-banner2.png);
    background-size: 60% 100%, 50% 100%;
    background-position: left top, right top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.two-bg h2{
    color: #F5F5F5;
}
/* buy section end */
/* Testimonials section start */
.testimonials-child{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.cmn-testimonials{
    width: calc(33.33% - 30px);
    padding: 0 15px;
}
.testimonials-image figure img{
    display: block;
    width: 57px;
    margin: 0 auto;margin-bottom: 24px;
}
.image figure img{
    display: block;
    width: 75px;
    
}
.testimonials-text{
    padding: 32px 53px 58px 52px;
    background-color: #F5F5F5;
    border: 1px solid #000000;
    border-radius: 10px;
    margin-bottom: 25px;
}
.testimonials-text p{
    color: #0F0B8C;
}
.image{
    display: flex;
    align-items: center;
    padding: 0 53px;
}
.image span{
    margin-left: 13px;
    font-size: 20px;
    font-weight: 600;
}
.upper-testimonials{
    text-align: center;
    margin-bottom: 46px;
}
/* Testimonials section end */
/* footer section start */
.footer-section{
    background-color: #FBECF6;
    padding: 0 0 76px 0;
}
.upper-footer{
    background-color: #0F0B8C;
    border-radius: 20px;
    padding: 40px 60px;
    margin-bottom: 70px;
}
.upper-footer-header{
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: #FFFBFBEB;
    text-transform: capitalize;
    margin-bottom: 75px;
}
.upper-footer form{
    margin-top: 0;
    width: 40%;
}
form .email{
    outline: none;
    border: none;
    background-color: #FFFFFF;
    width: 100%;
}
.email::placeholder{
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.footer-child{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.cmn-footer{
    width: 33.33%;
    padding: 0 15px;
}
.footer-links li a{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #0F0B8C;

}
.footer-links li{
    margin-bottom: 40px;
}
.footer-links li:nth-last-child(1){
    margin-bottom: 0px;
}
.cmn-footer-heading{
    font-size: 36px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 40px;
}
.cmn-footer .cmn-link li{
    margin-bottom: 32px;
}
.cmn-footer .cmn-link li:nth-last-child(1){
    margin-bottom: 0;
}
.cmn-footer .cmn-link li a{
    display: block;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}
.cmn-footer .logo img{
    margin-bottom: 20px;
}
.cmn-footer p{
    font-weight: 500;
    color: #0F0B8C;
    margin-bottom: 6px;
}
/* footer section end */
/* responsive */
@media (min-width: 320px) and (max-width: 575.98px) {
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 22px;
    }

    p {
        font-size: 16px;
    }

    span {
        font-size: 28px;
    }

    .cmn-gap {
        padding: 50px 0;
    }

    .cmn-btn {
        font-size: 10px;
        padding: 8px 10px;
    }

    /* .header-section */
    .logo {
        width: 150px;
    }

    /* banner section */

    .banner-left,
    .banner-right {
        width: 100%;
        padding: 15px;
    }

    .banner-left {
        margin: 40px 0 80px 0;
    }

    form {
        width: 100%;
        margin-top: 20px;
        padding: 5px 10px;
    }

    .text::placeholder {
        font-size: 12px;
    }

    .img1 {
        width: 50%;
        height: auto;
    }

    .img2 {
        width: 40%;
        height: auto;
        right: 60%;
    }

    .Rectangle_up {
        position: absolute;
        left: 60%;
    }

    .Rectangle_down {
        position: absolute;
        top: 95%;
    }

    .banner_design {
        left: 5%;
        top: -30%;
        width: 50%;
        height: auto;
    }

    /* about section start */
    .about-left,
    .about-right {
        width: 100%;
        padding: 15px;
    }

    .about_img1 {
        position: relative;
        width: 250px;
        height: 250px;
        top: 0;
        left: 0;
    }

    .about_img2 {
        position: absolute;
        width: 120px;
        height: 120px;
        top: -5%;
        right: 10%;
    }

    .about_img3 {
        position: absolute;
        width: 60px;
        height: 60px;
        bottom: 10%;
        right: 20%;
    }

    /* card section start */
    .upper-card {
        margin-bottom: 50px;
    }

    .lower-card {
        margin-top: 50px;
    }

    .cmn-card {
        width: 100%;
        margin-bottom: 20px;
    }

    /* choose section start */
    .upper-grid {
        margin-bottom: 30px;
    }

    .choose-child {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-image figure img {
        width: 40px;
        height: 40px;
    }

    /* buy section */
    .two-bg h2 {
        font-size: 26px;
    }

    /* Testimonials section */
    .upper-testimonials {
        margin-bottom: 30px;
    }

    .image span {
        margin-left: 5px;
        font-size: 12px;
    }

    .image figure img {
        display: block;
        width: 40px;
    }

    .cmn-testimonials {
        width: 100%;
        padding: 15px;
    }

    /* footer */
    .footer-section {
        padding: 0 0 44px 0;
    }
    .upper-footer{
        margin-bottom: 30px;
    }
    .upper-footer-header{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .footer-section form{
        width: 100%;
    }
    .email::placeholder {
        font-size: 10px;
    }

    .cmn-footer-heading {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .footer-links li {
        margin-bottom: 20px;
    }

    .footer-links li a img {
        width: 30px;
    }

    .footer-links li a {
        font-size: 16px;
    }

    .cmn-footer .cmn-link li a {
        font-size: 16px;

    }

    .cmn-footer {
        width: 100%;
        padding: 15px;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 25px;
    }

    p {
        font-size: 16px;
    }

    span {
        font-size: 28px;
    }

    .cmn-gap {
        padding: 50px 0;
    }
    .cmn-btn{
        font-size: 14px;
    }
    /* banner section */
    .banner-section {
        height: 1000px;
    }

    .banner-left,
    .banner-right {
        width: 100%;
        padding: 15px;
    }

    .banner-left {
        margin-bottom: 80px;
    }

    form {
        margin-top: 20px;
        padding: 5px 10px;
    }

    .text::placeholder {
        font-size: 14px;
    }

    .banner_design {
        left: 5%;
        top: -40%;
    }

    /* about section start */
    .about-left,
    .about-right {
        width: 100%;
        padding: 15px;
    }

    .about_img1 {
        position: relative;
        width: 300px;
        height: 300px;
        top: 0;
        left: 0;
    }

    .about_img2 {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -5%;
        right: 10%;
    }

    .about_img3 {
        position: absolute;
        width: 90px;
        height: 90px;
        bottom: 10%;
        right: 20%;
    }

    /* card section start */
    .cmn-card {
        width: calc(50% - 30px);
        margin-bottom: 20px;
    }

    /* choose section start */
    .choose-child {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-image figure img {
        width: 50px;
        height: 50px;
    }

    /* buy section */
    .two-bg h2 {
        font-size: 35px;
    }

    /* Testimonials section */
    .image span {
        margin-left: 5px;
        font-size: 12px;
    }

    .image figure img {
        display: block;
        width: 40px;
    }

    .cmn-testimonials {
        width: calc(50% - 30px);
        padding: 15px;
    }

    /* footer */
    .footer-section {
        padding: 0 0 44px 0;
    }
    .upper-footer{
        margin-bottom: 30px;
    }
    .upper-footer-header{
        font-size: 30px;
        margin-bottom: 40px;
    }
    .footer-section form{
        width: 80%;
    }
    .email::placeholder {
        font-size: 14px;
    }

    .cmn-footer-heading {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .footer-links li {
        margin-bottom: 20px;
    }

    .footer-links li a img {
        width: 30px;
    }

    .footer-links li a {
        font-size: 16px;
    }

    .cmn-footer .cmn-link li a {
        font-size: 16px;

    }

    .cmn-footer {
        width: 100%;
        padding: 15px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 25px;
    }

    p {
        font-size: 18px;
    }

    span {
        font-size: 28px;
    }

    .cmn-gap {
        padding: 50px 0;
    }

    /* banner section */
    .banner-section {
        height: 1000px;
    }

    .banner-left,
    .banner-right {
        width: 100%;
        padding: 15px;
    }

    .banner-left {
        margin-bottom: 80px;
    }

    form {
        margin-top: 20px;
        padding: 5px 10px;
    }

    .text::placeholder {
        font-size: 14px;
    }

    .banner_design {
        left: 5%;
        top: -40%;
    }


    /* about section start */
    .about_img1 {
        position: relative;
        width: 300px;
        height: 300px;
        top: 0;
        left: 0;
    }

    .about_img2 {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -5%;
        right: 10%;
    }

    .about_img3 {
        position: absolute;
        width: 90px;
        height: 90px;
        bottom: 40%;
        right: 20%;
    }

    /* card section start */
    .cmn-card {
        width: calc(50% - 30px);
        margin-bottom: 20px;
    }

    /* choose section start */
    .grid-image figure img {
        width: 60px;
        height: 60px;
    }

    /* buy section */
    .two-bg h2 {
        font-size: 35px;
    }

    /* Testimonials section */
    .image span {
        margin-left: 10px;
        font-size: 15px;
    }

    .image figure img {
        display: block;
        width: 60px;
    }

    .cmn-testimonials {
        width: calc(50% - 30px);
        padding: 15px;
    }

    /* footer */
    .upper-footer-header{
        font-size: 35px;
        margin-bottom: 50px;
    }
    .footer-section form{
        width: 60%;
    }
    .email::placeholder {
        font-size: 14px;
    }
    .cmn-footer-heading {
        font-size: 30px;
    }

    .footer-links li a {
        font-size: 18px;
    }

    .cmn-footer .cmn-link li a {
        font-size: 18px;

    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 40px;
    }

    span {
        font-size: 28px;
    }

    p {
        font-size: 18px;
    }

    /* header section start */
    .nav-links li {
        margin-right: 40px;
    }

    /* banner section */
    .text::placeholder {
        font-size: 14px;
    }

    /* about section start */
    .about_img2 {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -5%;
        right: 20%;
    }

    .about_img3 {
        position: absolute;
        width: 90px;
        height: 90px;
        bottom: 10%;
        right: 20%;
    }

    /* Testimonials section */
    .image span {
        margin-left: 10px;
        font-size: 15px;
    }

    .image figure img {
        display: block;
        width: 60px;
    }

    /* footer */
    .footer-section form{
        width: 50%;
    }
    .email::placeholder {
        font-size: 14px;
    }
    .cmn-footer-heading {
        font-size: 30px;
    }

    .footer-links li a {
        font-size: 18px;
    }

    .cmn-footer .cmn-link li a {
        font-size: 18px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    h1 {
        font-size: 45px;
    }

    /* about section start */
    .about_img2 {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -5%;
        right: 20%;
    }

    .about_img3 {
        position: absolute;
        width: 90px;
        height: 90px;
        bottom: 10%;
        right: 20%;
    }
}

@media (max-width: 991.98px) {
    .nav-links {
        display: none;
    }
    .nav-right{
        display: none;
    }
    .hambarger{
        font-size: 30px;
    }
}
@media (min-width: 992px){
   .hambarger{
    display: none;
   }
}
