/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1200px) {

    .hero-content h2 {
	font-size: 45px;
}

.inner-content .content-text {
	right: 35%;
	padding: 14px 15px;
	width: 160px;
}

.content-text p {
	font-size: 14px;
}

.inner-img img {
	width: 110px;
	height: 110px;
}

.content-box-two .inner-img img {
	width: 140px;
	height: 140px;
}

.app-interface img {
	max-width: 600px;
}

.header-area {
	padding-bottom: 100px;
}

.right-one-card {
	right: 0;
	max-width: 230px;
}
.left-one-card {
	left: 0;
	max-width: 250px;
}
.right-two-card {
	right: 0;
	max-width: 250px;
}

.left-two-card {
	left: 0;
	max-width: 350px;
}













}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {


    .hero-content h2 {
	font-size: 35px;
}

.inner-content .content-text {
	right: 35%;
	padding: 10px 12px;
	width: 160px;
}

.content-text p {
	font-size: 14px;
}

.inner-img img {
	width: 110px;
	height: 110px;
}

.content-box-two .inner-img img {
	width: 125px;
	height: 125px;
}

.app-interface img {
	max-width: 500px;
}
.hero-content {
	gap: 26px;
	margin-top: 20px;
}

.content-box-one {
	top: 200px;
	right: -10px;
}
.content-box-two {
	position: absolute;
	top: 325px;
	left: 0px;
}


.content-box-two .content-text {
	left: 67%;
	top: 90px;
}
.content-box-three .content-text {
	left: 26%;
	top: 120px;
}
.content-box-three {
	right: 0;
}
.header-area {
	padding-bottom: 100px;
}
.ractangle-one , .ractangle-two , .ractangle-three {
	width: 600px;
	height: 600px;
}




.right-one-card {
	right: -30px;
	max-width: 200px;
}
.left-one-card {
	left: -30px;
	max-width: 200px;
}
.right-two-card {
	right: -25px;
	max-width: 220px;
}

.left-two-card {
	left: -25px;
	max-width: 300px;
}













}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {	

.hero-content h2 {
	font-size: 35px;
}

.content-box-one,
.content-box-two, .content-box-three {
    display: none;
}

.hero-content {
	gap: 20px;
	margin-top: 10px;
}
.app-interface {
	padding-top: 45px;
}

.header-area {
	padding-bottom: 60px;
}





.ractangle-one , .ractangle-two , .ractangle-three {
	width: 500px;
	height: 500px;
}




.right-one-card ,
.left-one-card,
.right-two-card,
.left-two-card {
	display: none;
}









}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/
@media screen and (max-width: 576px) {


.hero-content h2 {
	font-size: 25px;
}
.hero-content {
	gap: 15px;
	margin-top: 0;
}
.header-area {
	padding-top: 20px;
}
.app-download-btns img {
	max-width: 140px;
}
.app-interface {
	padding-top: 30px;
}

.header-area::before {
	content: '';
	width: 400px;
	height: 400px;
    left: -250px;
}
.header-area::after {
	content: '';
	width: 400px;
	height: 400px;
    right: -250px;
    bottom: 100px;
}




.footer-wrapper {
	padding-top: 0;
	padding-bottom: 50px;
}
.footer-wrapper ul {
	gap: 20px;
}














}