/*
	Theme Name: Interior By CORNELIS
	Theme URI:
	Description: This css file is for light template layout alignments
	Version: 1.0
	Author: Responsive Experts
	Author URI: http://themeforest.net/user/responsiveexperts
	Tags:

	---------------------------
	MAIN TEMPLATE STYLES
	---------------------------

*/

/* ===================================================================================================== */
/* Fonts                                                                             */
/* ===================================================================================================== */

@font-face {
	font-family: 'FontAwesome';
	src: url('../font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3');
	src: url('../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ===================================================================================================== */
/* 01. Global Content Styles                                                                             */
/* ===================================================================================================== */


html, body {
    font-family: 'Montserrat', sans-serif;
	height: 100%;
	width: 100%;
	line-height:27px;
	font-size: 16px;
	font-weight:600;
	color: #555;
}
/* Link Styling */

a, a:hover, a:active, a:visited, a:link {
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}

/* Headings */

h1 {
    font-family: 'Montserrat', sans-serif;
	font-size:55px;
	color:#8495b0;
	font-weight:600;
	line-height:65px;
}
h2 {
    font-family: 'Montserrat', sans-serif;
	font-size:35px;
	font-weight:600;
	line-height:51px;
	color:#8495b0;
}
h2 span {
	font-weight:500;
}
h3 {
    font-family: 'Montserrat', sans-serif;
	font-size:25px;
	font-weight:600;
	line-height:41px;
	color:#8495b0;
}
h3 span {
	font-weight:500;
}
h4 {
    font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:500;
	line-height:30px;
	color:#8495b0;
}
h5 {
    font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:500;
	line-height:27px;
	color:#8495b0;
}
h6 {
    font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:500;
	line-height:24px;
	color:#8495b0;
}

p {
	padding:10px 0 15px 0;
	margin:0 0 0 0;
}
.container {
    display: flex;
    flex-direction: column;
	width:100%;
	max-width:1200px;
}

.container-title {
	color: #4999f2 !important;
}

.img-full {
	width:100%;
}
.img-max-width {
	max-width:100%;
}


/* ===================================================================================================== */
/* 02. Preloader Content Styles                                                                          */
/* ===================================================================================================== */


#mask {
	background-color: #4999f2;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100000000;
}
#loader {
	background-image: url(../img/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}


/* ===================================================================================================== */
/* 03. Header Content Styles                                                                             */
/* ===================================================================================================== */


.header-area {
    position: absolute;
    z-index: 1000;
	display: flex;
    justify-content: center;
    padding: 2rem 0;
	width:100%;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.main-navigation {
    display: flex;
	margin:0 0 0 0;
	font-size:1em;
	color:#ffffff;
	font-weight:600;
	text-align:right;
	float:right;
}
.main-navigation ul {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
}
.main-navigation ul li {
	padding:0 0 0 25px;
	margin:0 0 0 0;
	text-transform:uppercase;
	display:inline-block;
}
.main-navigation ul li a {
	color:#ffffff;
}


#particles-js{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.8;
}


/* ===================================================================================================== */
/* 04. Banner Area Content Styles                                                                        */
/* ===================================================================================================== */


.banner-area {
    display: flex;
    flex-direction: column;
    padding: 12rem 0 24rem 0;
	position:relative;
    background: url(../img/banner-bg2.png) no-repeat;
    background-size:100% 80%;
}

.banner-container
{
    flex-direction: row;
}

.banner-area h1 {
	color:#ffffff;
}
.banner-area p {
	color:#ffffff;
	font-size:19px;
	line-height:36px;
	font-weight:500;
}
.banner-text-area {
    display: flex;
    flex-direction: column;
    gap: 1rem;
	padding:0;
	margin:0;
    height: fit-content;
	width:60%;
	text-align:left;
	float:left;
}


.iphone-area {
    display: flex;
	padding:0 0 0 0;
	margin-left: auto;
	float:right;
	width:360px;
    max-height: 700px;
	z-index:100;
	position:absolute;
    right: 372px;
    top: 160px;
}
.iphone-area img {
    max-height: fit-content;
	width:100%;
}
.iphone-area .app-screen-align {
	padding:0 0 0 0;
	width:68.3%;
	position:absolute;
	top:15.3%;
	left:15.6%;
}
.banner-obj {
	width:338px;
	height:338px;
	border:2px solid #33c0d5;
	opacity:0.10;
	position:absolute;
	bottom:10px;
	right:10%;
	z-index:1;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
}


/* ===================================================================================================== */
/* 05. Features Area Content Styles                                                                      */
/* ===================================================================================================== */

.features-area {
	margin:0 0 0 0;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.features-all {
	padding-top:30px;
}
.features-single {
	padding-top:40px;
}
.features-single h4 {
	padding-top:15px;
}
.features-single p {
	padding:0 10px
}
.features-element-01 {
	width:180px;
	height:180px;
	border:20px solid #4999f2;
	position:absolute;
	top:150px;
	left:-90px;
}
.features-element-02 {
	width:180px;
	height: 180px;
	border:20px solid #4999f2;
	position:absolute;
	bottom:20px;
	right:-135px;
	-webkit-transform:rotate(136deg);
	-moz-transform:rotate(136deg);
	-ms-transform:rotate(136deg);
	transform:rotate(136deg);
}


/* ===================================================================================================== */
/* 06. Specification Area Content Styles                                                                 */
/* ===================================================================================================== */


.steps-main {
	padding:160px 0px 200px 0;
	margin:0 0 0 0;
	text-align:center;
	position:relative;
	overflow:hidden;
}

.steps-container
{
    gap: 4rem;
    max-height: fit-content;
    padding: 0;
}


.step-des {
    display: flex;
	gap: 0.5rem;
	width:720px;
	background:rgba(237, 247, 255, 0.9);
    border: 0.5px solid #e6e6e6;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.06);
}
.step-des div.number {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    padding: 2rem;
    background-color: #4999f2;
	overflow:hidden;
	-webkit-border-radius:10px 0px 0px 10px;
	-moz-border-radius:10px 0 0 10px;
	-ms-border-radius:10px 0 0 10px;
	border-radius:10px 0 0 10px;
}
.step-des div.number span {
	font-size:36px;
	font-weight:500;
	text-align:center;
	color:#ffffff;
	display:block;
}

.step-des .txt-container
{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    gap: 0.5rem;
}

.step-des span.txt-cont {
	font-size:1.2em;
	text-align:left;
	color:#8495b0;
	font-weight:600;
}

.step-des span.txt-desc {
	font-size:1em;
	text-align:left;
	color:#8495b0;
	font-weight:500;
}

.even-step
{
    margin-left: auto;
}

.obj-round-thick {
	width:198px;
	height:198px;
	border:20px solid #35c1d5;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	opacity:0.30;
	position:absolute;
	right:-125px;
	bottom:200px;
}
.obj-round-narrow {
	width:340px;
	height:340px;
	border:2px solid #35c1d5;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	opacity:0.50;
	position:absolute;
	left:-220px;
	bottom:330px;
}


/* ===================================================================================================== */
/* 07. Section With Phone Area Content Styles                                                            */
/* ===================================================================================================== */

.sec-with-phone {
	padding:0 0 0 0;
	margin:0 0 0 0;
	position:relative;
}

.how-container
{
    flex-direction: row;
    justify-content: space-between !important;
}

.cont-left-sec {
    display: flex;
    flex-direction: column;
	padding: 100px 0 0 0;
	margin:0 0 0 0;
	width:40%;
	float:left;
}
ul.with-tick {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
}
ul.with-tick li {
	padding:0 0 0 40px;
	margin:25px 0 0 0;
	background:url(../img/tick.png) no-repeat left 3px;
}
.cont-left-sec h5 {
	padding:0 0 0 0;
	margin:0 0 0 0;
    font-size: 1.125em;
	line-height:1.2em;
}
.cont-left-sec p {
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-size:16px;
    font-weight: 400;
	line-height:1.2em;
}
.mob-left-sec {
	padding:0 0 0 0;
	margin:0 0 0 0;
	float:right;
	width:50%;
	position:relative;
}
.mob-left-sec .mobile-img {
	padding-left:35%;
	max-width:540px;
	z-index:5;
	position:relative;
}
.mob-left-sec .ellipse-1 {
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:720px;
	position:absolute;
	left:0px;
	top:-10px;
	z-index:1;
}
.mob-left-sec .ellipse-1 img {
	width:100%;
    max-height: fit-content;
}
.sec-with-phone .features-element-02 {
	left:-50px;
	bottom:-20px;
	right:inherit;
	width:130px;
	height:130px;
	-webkit-transform:rotate(150deg);
	-moz-transform:rotate(150deg);
	-ms-transform:rotate(150deg);
	transform:rotate(150deg);
}


/* ===================================================================================================== */
/* 08. Footer Top Area Content Styles                                                                    */
/* ===================================================================================================== */


.footer-top-sec {
	padding:200px 0 0 0;
	margin:0 0 0 0;
	text-align:center;
	background:url(../img/footer-bg.jpg) no-repeat center bottom;
	background-size:100% auto;
}
.bottom-big-btn {
	padding:20px 70px;
	margin:40px 0 50px 0;
	font-size:25px;
	line-height:51px;
	color:#ffffff;
	font-weight:600;
	text-transform:uppercase;
	background:#4999f2;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	-ms-border-radius:12px;
	border-radius:12px;
	display:inline-block;
	-webkit-box-shadow: 0px 5px 32px 0px rgba(14,146,147,0.29);
	-moz-box-shadow: 0px 5px 32px 0px rgba(14,146,147,0.29);
	box-shadow: 0px 5px 32px 0px rgba(14,146,147,0.29);
}


/* ===================================================================================================== */
/* 09. Footer Area Content Styles                                                                        */
/* ===================================================================================================== */


.footer-area {
	padding:0 0 70px 0;
	margin:0 0 0 0;
	background: rgb(242,245,249);
	background: -moz-linear-gradient(top, rgba(242,245,249,1) 0%, rgba(246,249,251,1) 100%);
	background: -webkit-linear-gradient(top, rgba(242,245,249,1) 0%,rgba(246,249,251,1) 100%);
	background: linear-gradient(to bottom, rgba(242,245,249,1) 0%,rgba(246,249,251,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f9', endColorstr='#f6f9fb',GradientType=0 );
	position:relative;
	overflow:hidden;
}
.top-footer {
	padding:0 0 0 0;
	margin:0 0 0 0;
	text-align:center;
}
.top-footer h3 {
	padding:0 0 20px 0;
	margin:0 0 0 0;
}
.copy-and-social {
	padding:10px 0 0 0;
	margin:30px 0 0 0;
	border-top:1px solid #ecf0f6;
}
.copy-and-social .copy {
	font-size:13px;
	float:left;
}
.copy-and-social .social {
	font-size:20px;
	float:right;
	text-align:right;
}
.copy-and-social .social ul {
	padding:10px 0 0 0;
	margin:0 0 0 0;
	list-style:none;
}
.copy-and-social .social ul li {
	padding:0 0 0 15px;
	margin:0 0 0 0;
	display:inline-block;
}
.copy-and-social .social ul li a {
	color:#bcc6d5;
}
.copy-and-social .social ul li a:hover {
	color:#24cccd;
}


/* ===================================================================================================== */
/* 13. Media Query                                                                                       */
/* ===================================================================================================== */


@media (max-width: 1700px) {

.banner-area {
	background-size:100% auto;
}

}

@media (max-width: 1400px) {

.iphone-area {
	margin:0 0 0 0;
	width:32%;
}
.features-area {
	padding-top:40px;
}
.spec-main {
	padding-top:100px;
}
.banner-obj {
	width:250px;
	height:250px;
	right:5%;
	bottom:0;
}
.features-element-01 {
	width:100px;
	height:100px;
	border:10px solid #24cccd;
	left:-60px;
}
.obj-round-narrow {
	width:200px;
	height:200px;
	left:-120px;
}
.obj-round-thick {
	width:100px;
	height:100px;
	border:10px solid #24cccd;
	right:-60px;
}
.features-element-02 {
	width:100px;
	height:100px;
	border:10px solid #24cccd;
	right:-80px;
}
.mob-left-sec .ellipse-1 {
	width:100%;
	top:70px;
}

}

@media (max-width: 1400px) {

h1 {
	font-size:42px;
	line-height:51px;
}
.logo-area {
	padding-top:50px;
}
.banner-text-area {
	padding-top:55px;
	width:55%;
}
.iphone-area {
	width:35%;
}
.spec-des.second {
	right:8.5%;
	top:45%;
}
.spec-des.third {
	left:8%;
	top:70%;
}
.spec-main {
	padding-bottom:0;
}
.footer-top-sec {
	padding-top:20px;
}
.bottom-big-btn {
	margin:30px 0 20px 0;
}
.mob-left-sec {
	text-align:center;
}
.mob-left-sec .mobile-img {
	padding-left:0;
}

}

@media (max-width: 1400px) {

.cont-left-sec {
	padding-top:180px;
}

}

@media (max-width: 767px) {

h2 {
	font-size:28px;
	line-height:42px;
}
h3 {
	font-size:22px;
}

.container
{
    min-width: 100%;
    padding: 1rem;
}


.header-area
{
    padding: 1rem;
}


.main-navigation ul
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.main-navigation ul li
{
    max-width: fit-content;
}

.main-navigation ul li a
{
    color: #ffffff !important;
    font-weight: 600;
}

.main-navigation ul li a {
	color: #9ba3b0;
}
.main-navigation ul li {
	padding:0 0 0 0;
	width:100%;
}


.banner-area {
	width:100%;
    padding: 4rem 2rem;
    margin-bottom: 2rem;
    background-size: cover;
}

.banner-container
{
    padding: 4rem 0;
    align-content: flex-start;
}


.banner-text-area {
	width:100%;
    padding-top: 0;
}


.logo {
	width:100%;
    margin-bottom: 2rem;
}

.logo img
{
    max-width: 100%;
}


.banner-area h1 {
	margin:0 0 0 0;
	font-size:24px;
	font-weight:600;
	line-height:24px;
    text-align: center;
}
.banner-area p {
	font-size:20px;
	line-height:28px;
    text-align:center
}
.iphone-area {
	display: none;
}
.features-area {
	padding-top:0;
}
.features-all {
	padding-top:0;
}

.features-element-01, .features-element-02
{
    display: none;
}

.steps-main {
	margin:92px 0;
    padding: 0 1rem;
}

.steps-container
{
    gap: 2rem;
}

.step-des
{
    flex-direction: column;
    width: 100%;
}

.step-des div.number
{
    width: 100%;
    border-radius: 10px 10px 0 0;
    font-size: 24em;
    padding: 0.5rem 1rem;
}

.txt-container
{
    padding: 0.75rem !important;
}

.txt-container .txt-cont
{
    font-size: 1em !important;
    text-align: center !important;
}

.txt-container .txt-desc
{
    font-size: 0.9em !important;
    text-align: center !important;
}

.obj-round-narrow, .obj-round-thick
{
    display: none;
}


.how-container
{
    margin: 24px 0 80px 0;
}

.cont-left-sec
{
    width: 100%;
    padding: 0 1rem;
    gap: 1rem;
}

.cont-left-sec ul li
{
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}


.cont-left-sec ul li p
{
   text-align: justify;
}


.mob-left-sec
{
    display: none;
}

.bottom-big-btn {
	padding:15px 40px;
	font-size:20px;
}


.footer-top-sec
{
    margin-top: 54px;
    margin-bottom: -20px;
}

.footer-top-sec .container h2
{
    font-size: 24px;
    line-height: 1.25;
}


.bottom-big-btn
{
    padding: 10px 24px;
    font-size: 16px !important;
}

.footer-area
{
    border: 1px;
}

}