/*
Theme Name: Iconic Theme
Theme URI:
Description: Iconic Website
Version: 1.0.0
Author: Enficode
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #2a2a2c;
	font-weight:300;
    overflow-x: hidden;
	font-family: "Poppins", serif;
   
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", serif;
}
h2 {
    font-size: 2.2rem;
}
header {
    background-color: #060d1e;
    padding: 4px 0;
	position:sticky;
	top:0;
	z-index:99;
}

.logo img {
    width: 90px;
}

.top-right-links {
    display: flex;
    justify-content: end;
    gap: 15px;
    align-items: center;
}
.social-links {
    display: flex;
    gap: 15px;
}
.top-right-links img {
    width: 26px;
}

.nav-menu ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    gap: 20px;
}

a, a:hover {
    text-decoration: none;
}

.nav-menu ul li a {
    color: #fff;
    font-size: 14px;
}

header .row {
    align-items: center;
}

.logo {
    text-align: center;
    transform: translateY(-5px);
}
.theme-btn a {
    display: inline-flex;
    min-width: 220px;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 80px;
    color: #fff;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

.theme-btn a span{
    position: relative;
    z-index: 9;
}

.theme-btn a:after {
    background-image: -moz-linear-gradient( -30deg, rgb(8,73,208) 0%, rgb(37,127,228) 100%);
    background-image: -webkit-linear-gradient( -30deg, rgb(8,73,208) 0%, rgb(37,127,228) 100%);
    background-image: -ms-linear-gradient( -30deg, rgb(8,73,208) 0%, rgb(37,127,228) 100%);
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
section.hero-banner {
    background-image: url(./images/banner.jpg);
    min-height: calc(100vh - 107.72px);
    display: flex;
    align-items: center;
	background-position: center;
    background-size: cover;
}

section.hero-banner .content h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
}
.hero-banner .theme-btn {
    margin-top: 30px;
}
section.about-sec {
    background-image: url(./images/about-banner.jpg);
    padding: 60px 0;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    text-align: center;
}

.about-sec p.heading {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 1px;
}

.about-sec h2 {
    color: #fff;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 4px solid #1058d6;
    display: inline-flex;
    margin-bottom: 30px;
}

.about-sec h1 {
    font-size: 2rem;
    color: #fff;
    font-weight: 400;
}

section.about-sec p {
    color: #fff;
}

section.about-sec h3 {
    color: #fff;
    font-weight: 400;
    font-size: 1.8rem;
}
.row.tech-sec {
    margin-top: 40px;
}
.theme-btn span img {
    width: 13px;
}
.theme-btn span {
    display: flex
;
    gap: 10px;
}
.abt-bx:hover {
    background-color: #1058d6;
}
.abt-bx {
    display: flex;
    gap: 15px;
    padding: 30px 40px;
    background-color: #00000014;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 1px solid #ffffff14;
    margin-top: 30px;
    justify-content: center;
    transition: 0.3s;
}

.abt-bx .icon {
    width: 56px;
}

.abt-bx .icon img {
    width: 56px;
}

.abt-bx p {
    margin-bottom: 0;
    text-align: left;
    font-size: 1.2rem;
    font-family: "Montserrat", serif;
}

.abt-bx p span {
    font-weight: 600;
}


section.latest-products {
    padding: 100px 0;
    background-color: #18181f;
    color: #fff;
}

section.latest-products h2 {
    text-align: center;
}

.product-bx {
    padding: 60px 80px;
    background-color: #292932;
    border-radius: 12px;
    border: 1px solid #383843;
    margin-top: 40px;
    position: sticky;
    top: 10vh;
    height: 520px;
    display: flex;
    align-items: center;
}

.product-content ul {
    column-count: 2;
    column-gap: 40px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 40px;
}

.product-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 20px;
    font-size: 1rem;
}

.product-content p {
    font-size: 0.9rem;
}

.product-content ul li:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(./images/green-check.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 4px;
}
.product-img img {
    width: 100%;
}
.product-content {
    padding-left: 30px;
}
.product-bx .row {
    align-items: center;
}

.product-list .product-bx:nth-child(even) {
    background-image: -moz-linear-gradient( -30deg, rgb(8,73,208) 0%, rgb(37,127,228) 100%);
    background-image: -webkit-linear-gradient( -30deg, rgb(8,73,208) 0%, rgb(37,127,228) 100%);
    background-image: -ms-linear-gradient( -30deg, rgb(8,73,208) 0%, rgb(37,127,228) 100%);
}
.product-list .product-bx:nth-child(even) .product-content ul li:after {
    background-image: url(./images/white-check.svg);
}
.feature-bx {
    padding: 40px 50px;
    background-color: #292932;
    border-radius: 12px;
    border: 1px solid #383843;
    margin-top: 40px;
}

.feature-row {
    display: flex;
    gap: 20px;
}

.feature-bx span.title {
    font-size: 0.9rem;
    font-weight: 500;
    font-family: "Montserrat", serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.feature-bx h3 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.feature-row .note span img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.feature-bx .note {
    font-size: 0.8rem;
    color: #8f8f92;
    display: flex;
    align-items: center;
    gap: 20px;
}



.feature-row .icon {
    width: 80px;
    height: 80px;
    display: flex;
    background-image: -moz-linear-gradient(-30deg, rgb(8, 73, 208) 0%, rgb(37, 127, 228) 100%);
    background-image: -webkit-linear-gradient(-30deg, rgb(8, 73, 208) 0%, rgb(37, 127, 228) 100%);
    background-image: -ms-linear-gradient(-30deg, rgb(8, 73, 208) 0%, rgb(37, 127, 228) 100%);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.feature-row .icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
}

.feature-row .content {
    width: calc(100% - 220px);
}

section.app-sec {
    min-height: 780px;
    background-image: -moz-linear-gradient( 30deg, rgb(8,73,208) 0%, rgb(37,127,228) 100%);
    background-image: -webkit-linear-gradient( 30deg, rgb(8,73,208) 0%, rgb(37,127,228) 100%);
    background-image: -ms-linear-gradient( 30deg, rgb(8,73,208) 0%, rgb(37,127,228) 100%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

section.app-sec:after {
    display: block;
    content: '';
    background-image: url(./images/app-img.png);
    width: 666px;
    height: 1021px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 80px;
}

.app-sec h3.sub-heading {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
}

.app-sec h2 {
    color: #fff;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 30px;
}

.app-sec p {
    color: #fff;
}

.app-sec h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 70px;
}
.app-sec .download-btns {
    display: flex;
    gap: 10px;
}

.app-sec .download-btns img {
    width: 150px;
}
.space-bx {
    background-image: -moz-linear-gradient( -15deg, rgb(229,20,197) 0%, rgb(28,110,222) 100%);
    background-image: -webkit-linear-gradient( -15deg, rgb(229,20,197) 0%, rgb(28,110,222) 100%);
    background-image: -ms-linear-gradient( -15deg, rgb(229,20,197) 0%, rgb(28,110,222) 100%);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.04);
    border-radius: 40px;
    padding: 2px;
    margin: 80px 0;
}

.space-bx .content {
    padding: 60px;
    background: #060c1c;
    border-radius: 38px;
    text-align: center;
    color: #fff;
}

section.space-sec {
    background-color: #060d1e;
    padding-bottom: 50px;
}

.space-bx .content h2 {
    font-weight: 400;
    margin-bottom: 20px;
}

.space-bx .content h2 span {
    background-image: -moz-linear-gradient( -15deg, rgb(229,20,197) 0%, rgb(28,110,222) 100%);
    background-image: -webkit-linear-gradient( -15deg, rgb(229,20,197) 0%, rgb(28,110,222) 100%);
    background-image: -ms-linear-gradient( -15deg, rgb(229,20,197) 0%, rgb(28,110,222) 100%);
    padding: 4px 15px;
    display: inline-block;
}
.space-bx .theme-btn {
    margin-top: 30px;
}
.space-ser-bx {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
}

.space-ser-bx .icon {
    width: 80px;
    height: 80px;
}

.space-ser-bx .icon img {
    width: 80px;
}

.space-ser-bx div:not(.icon) {
    width: 120px;
    color: #fff;
}

.space-ser-bx p {
    font-size: 1.1rem;
    margin-bottom: 0;
    font-family: "Montserrat", serif;
}

.space-ser-bx p span {
    font-weight: 500;
}

.space-ser-bx:after {
    content: '';
    width: 1px;
    height: 40px;
    display: block;
    background-color: #ffffff42;
    position: absolute;
    right: -13px;
}
.space-ser-row .col-lg-3:last-child .space-ser-bx:after {
    display: none;
}

footer {
    background-color: #060d1e;
    padding: 0 0 30px;
    color: #fff;
}

footer h3 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 20px;
}

footer p, footer li, footer li a, footer p a {
    font-size: 0.9rem;
    color: #ffffff91;
}
footer h4 {
    font-size: 1rem;
}
.product-links ul {
    padding-left: 0;
    list-style: none;
}
footer p a:hover{
    color: #fff;
}
.product-links ul li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff93;
    transition: 0.2s;
}

.product-links ul li a:hover {
    color: #fff;
    border-color: #1969dc;
}
.ft-logo img {
    width: 100px;
}

.ft-logo {
    margin-bottom: 30px;
}
.copyright {
    text-align: center;
}

.copyright p {
    margin-bottom: 0;
    font-size: 0.76rem;
    color: #fff;
}

.container.copyright {
    border-top: 1px solid #ffffff42;
    padding-top: 30px;
    margin-top: 60px;
}

footer .container {
    border-top: 1px solid #ffffff42;
    padding-top: 40px;
}
.social-links a {
    display: flex;
    width: 50px;
    height: 50px;
    background-color: #373b47;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
	transition:0.2s;
}
.social-links a:hover{
	background-color:#0849d0;
}
.social-links a:hover img{
	opacity:1;
}
.social-links a img {
    transition:0.2s;
	width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
    opacity: 0.6;
}
section.inner-section {
    padding: 60px 0;
}
.product-image {
    padding: 40px;
    background-color: #f6f9ff;
    border: 1px solid #e5e9ff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-title h1 {
    color: #080c1e;
    font-weight: 600;
}

.product-title h1:after {
    width: 100px;
    height: 2px;
    content: '';
    display: block;
    background-color: #4975e5;
    margin-top: 10px;
}
.single-products .postbody ul li:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(./images/green-check.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 4px;
}

.single-products .hentry ul {
    padding-left: 0;
}
.single-products .hentry ul li {
    list-style: none;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    padding-left: 30px;
}
h1.products-page-title {
    font-size: 3rem;
    color: #080c1e;
    font-weight: 700;
}

h1.products-page-title:after {
    width: 100px;
    height: 2px;
    content: '';
    display: block;
    background-color: #4975e5;
    margin: 10px auto 0;
}
section.product-list-page {
    padding: 60px 0;
}
.product-archive-list img {
    width: 280px;
    height: 280px;
    object-fit: contain;
}

.product-archive-image {
    background-color: #f6f9ff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
	border-bottom: 1px solid #e5e9ff;
}
.product-archive-list:hover {
    transform: translateY(-10px);
}
.product-archive-list {
    border-radius: 14px;
    overflow: hidden;
    margin-top: 30px;
    box-shadow: 0 10px 30px #00000017;
    border: 1px solid #e5e9ff;
    position: relative;
    transition: 0.3s;
}

.product-archive-list a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.product-archive-list h3 {
    color: #0a0b1e;
    font-size: 22px;
}
.product-archive-title {
    text-align: center;
    padding: 20px;
}
.products .product-image img {
    width: 420px;
    max-width: 100%;
}
.nav-menu ul {
    list-style: none;
}

.nav-menu ul li {
    position: relative;
}

.nav-menu ul li:after {
    width: 4px;
    height: 2px;
    content: '';
    display: block;
    background-color: #4874e4;
    margin: 0 auto;
    transition: 0.3s;
    opacity: 0;
}

.nav-menu ul li:hover:after, .nav-menu ul li.current-menu-item:after {
    width: 20px;
    opacity: 1;
}
.book-survey h2 {
    font-size: 3rem;
    font-weight: 600 !important;
}
.survey-form label {
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #db00c8;
}

.survey-form input, .survey-form select, .survey-form textarea {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #ffffff0d;
    border: none;
    margin-bottom: 30px;
    color: #fff;
}
.submit-btn {
    width: 300px;
    margin: 0 auto;
    position: relative;
    border-radius: 80px;
    overflow: hidden;
}

.submit-btn:after {
    background-image: -moz-linear-gradient(-30deg, rgb(8, 73, 208) 0%, rgb(37, 127, 228) 100%);
    background-image: -webkit-linear-gradient(-30deg, rgb(8, 73, 208) 0%, rgb(37, 127, 228) 100%);
    background-image: -ms-linear-gradient(-30deg, rgb(8, 73, 208) 0%, rgb(37, 127, 228) 100%);
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.submit-btn input {
    z-index: 9;
    position: relative;
}

.submit-btn span.wpcf7-spinner {
    display: none;
}

.submit-btn p {
    margin-bottom: 0;
}

.submit-btn input {
    background: transparent;
    margin-bottom: 0;
}

section.related-products {
    background-image: -moz-linear-gradient( -30deg, rgb(8,73,208) 0%, rgb(37,127,228) 100%);
    background-image: -webkit-linear-gradient(-30deg, rgb(8, 73, 208) 0%, rgb(37, 127, 228) 100%);
    background-image: -ms-linear-gradient( -30deg, rgb(8,73,208) 0%, rgb(37,127,228) 100%);
    padding: 60px 0;
}

section.related-products h2 {
    text-align: center;
    color: #fff;
}

section.related-products .product-archive-list {
    background-color: #fff;
}
/******RESPONNSIVE CSS******/

@media (min-width: 1700px) {

    .container{
        max-width: 1600px;
    }
    .about-sec .container {
        max-width: 1400px;
    }
    .latest-products .container{
        max-width: 1400px;
    }
    section.app-sec .container {
        max-width: 1200px;
    }
}

@media (max-width: 1700px) {

}
@media (max-width: 1599px) {

}
@media (max-width: 1299px) {

}
@media (max-width: 1199px) {
	.social-links {
		gap: 5px;
	}
	.social-links a img{
		width:16px;
		height:16px;
	}
	.social-links a{
		width:40px;
		height:40px;
	}
	header .theme-btn a {
		min-width: 180px;
	}
}
@media (max-width: 991px) {
.col-lg-5.menu_col {
    display: none;
}

.logo {
    text-align: left;
}

.logo img {
    width: 80px;
}
	section.hero-banner{
		min-height:540px;
	}
	section.hero-banner .content h2{
		font-size:2.2rem;
	}
	.about-sec h1 {
    	font-size: 1.6rem;
	}
	.about-sec h2{
		font-size: 2rem;
	}
	section.about-sec h3{
		font-size:1.4rem;
	}
	.product-bx {
		height: auto;
		padding: 30px;
	}
	.product-img img {
		width: 300px;
		margin: 0 auto 30px;
		display: block;
	}
	.product-bx{
		position:initial;
	}
	.feature-bx {
		padding: 30px;
	}

	.feature-bx .note {
		margin-bottom: 60px;
	}
	section.app-sec {
		min-height: 600px;
		padding: 60px 0;
	}

	section.app-sec:after {
		width: 366px;
		height: 561px;
		top: auto;
		bottom: 0;
	}
	.app-sec h2{
		font-size:2rem;
	}
	.app-sec h4 {
		font-size: 1rem;
		margin-top: 20px;
	}
	.space-ser-bx {
		margin: 15px 0;
	}
	.space-ser-row .col-lg-3:nth-child(even) .space-ser-bx:after{
		display:none;
	}
	.top-right-links > .social-links {
		display: none;
	}
	.top-right-links {
    padding-right: 60px;
}
	.product-content {
    padding-left: 0;
}


}
@media (max-width: 767px) {
	div#rmp-menu-additional-content-140 .social-links a {
    background-color: #ffffff33;
    border: 1px solid #ffffff52;
}
header .theme-btn a {
        min-width: 150px;
        padding: 8px 10px;
        font-size: 12px;
    }

	.feature-row {
    flex-wrap: wrap;
}

.feature-row .content {
    flex: 0 0 100%;
}
	.product-content ul {
    column-count: 1;
}


}
@media (max-width: 575px) {
section.hero-banner {
    min-height: calc(100vh - 94.72px);
	}
	section.app-sec {
        min-height: 1120px;
        padding: 60px 0;
        align-items: flex-start;
    }
	.space-bx .content h2 {
    	font-size: 1.8rem;
	}
	.space-bx .content {
		padding: 40px;
	}
	.space-bx {
    margin-bottom: 30px;
}
	footer .social-links {
    margin-bottom: 30px;
}
	.space-ser-bx:after{
		display:none;
	}
}