@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #333333;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white;
    background: #ff7675;
}

::-webkit-selection {
    color: white;
    background: #ff7675;
}

::-moz-selection {
    color: white;
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0, 0, 0, .5);
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}



/* -- banner-area-start -- */
.banner-right-img img {
    display: inline-block;
    width: 100%;
}

.container {
    max-width: 1450px;
}

.banner-content {
    padding: 75px 0px 0px 0px;
}

.banner-area {
    position: relative;
}

.banner-area::before {
    content: "";
    position: absolute;
    top: 130px;
    left: 0;
    width: 53px;
    height: 224px;
    background: url(../img/dot-bg-top-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999;
}

.banner-area::after {
    content: "";
    position: absolute;
    top: 220px;
    left: 0;
    width: 105px;
    height: 605px;
    background: url(../img/left-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -9;
}

.banner-bg {
    position: relative;
}

.banner-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 237px;
    height: 148px;
    background: url(../img/dot-bg-top-right.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9999;
}

.banner-bg::after {
    content: "";
    position: absolute;
    width: 61%;
    height: 88%;
    background: url(../img/main-bg-right.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -9;
    top: 0;
    right: 0;
}

.logo-area a img {
    display: inline-block;
    width: 235px;
}

.banner-left-content {
    padding-top: 25px;
}

.banner-left-content h1 {
    font-weight: 700;
    font-size: 70px;
    color: #000;
    margin-bottom: 15px;
}

.banner-left-content p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.banner-left-content ul {
    margin-left: 35px;
}

.banner-left-content ul li {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 22px;
    color: #000;
    position: relative;
}

.banner-left-content ul li::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 24px;
    top: 5px;
    left: -35px;
    background: url(../img/check.png);
    background-repeat: no-repeat;
}


.app-link-area {
    padding: 39px 0px 0px 0px;
}

.app-link-area ul li {
    display: inline-block;
    margin-right: 20px;
}

.app-link-area ul li:last-child {
    margin-right: 0;
}

.app-link-area ul li img {
    display: inline-block;
    width: 226px;
}

.app-link-area ul li:last-child img {
    width: 216px;
}

.img-text-one p {
    margin-bottom: 0;
    font-weight: 500;
    color: #ff9900;
    font-size: 18px;
}

.img-text-one img {
    display: inline-block;
    width: 70px;
    margin-bottom: 10px;
}

.banner-right-img {
    position: relative;
}

.img-text-one {
    border: 1px solid #E7DFE1;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.949);
    box-shadow: 0px 10px 40px 0px rgba(15, 37, 70, 0.2);
    width: 185px;
    z-index: 99999;
    position: absolute;
    text-align: center;
    padding: 15px 0px;
    top: 141px;
    left: 12px;
}

.img-text-one h1 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

.img-two-content h1 {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    margin-bottom: 3px;
}

.img-two-img img {
    display: inline-block;
    width: 80px;
}

.img-two-content span {
    display: inline-block;
    color: #494949;
    font-size: 14px;
    background-color: rgb(254, 245, 237);
    padding: 2px 12px;
    border-radius: 20px;
    margin: 7px 0px;
}

.img-two-content span i {
    display: inline-block;
    color: #FF9900;
    margin-right: 5px;
}

.img-two-content p {
    font-size: 14px;
    color: #ef404f;
    margin-bottom: 0;
}

.img-two-content p span {
    background-color: transparent;
    padding: 0;
    margin: 0;
        margin-left: 3px;
}

.img-two-last span{
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    color: #e0020f;
    background: #FFF1F2;
    padding: 0px 15px;
    border-radius: 20px;
}

.img-text-two-area{
    display: flex;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.902);
    box-shadow: 0px 10px 40px 0px rgba(15, 37, 70, 0.2);
    width: 398px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px 10px 15px;
    position: absolute;
    right: -100px;
    top: 98px;
}

.img-text-two-wrapper {
	display: flex;
}

.img-two-content {
	margin-left: 15px;
}

.banner-bottom-area{
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.902);
    box-shadow: 0px 10px 40px 0px rgba(15, 37, 70, 0.2);
    width: 349px;
    padding: 40px 20px 22px 20px;
    position: absolute;
    bottom: -45px;
    right: 79px;
}

.banner-bottom-area p{
    margin-bottom: 0;
    color: #000;
    font-size: 13px;
    position: relative;
}

.banner-bottom-area p::before{
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(../img/quote.png);
    background-repeat: no-repeat;
    top: -50px;
    background-size: 100%;
}

.banner-bottom-area p::after{
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(../img/quote.png);
    background-repeat: no-repeat;
    right: 10px;
    background-size: 100%;
    transform: rotate(180deg);
}

.banner-right-content{
    position: relative;
}

/* -- banner-area-end -- */


/* footer-area-start */
.footer-left p{
    font-weight: 700;
    margin-bottom: 0;
    color: #ef404f;
    font-size: 18px;
}

.footer-left p i{
    margin-right: 5px;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-area{
    padding: 40px 0px 20px 0px;
}

/* footer-area-end */