/*!
Theme Name: NuCalm
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nucalm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

@font-face {
  font-family: 'Poppins-Bold';
  src: url("./fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-Light';
  src: url("./fonts/Poppins-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url("./fonts/Poppins-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url("./fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("./fonts/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-Black';
  src: url("./fonts/Poppins-Black.ttf") format("truetype");
}


body{
	margin:0px;
	padding:0px;
	font-family: 'Poppins-Regular';
	color:#000000;
}

img{
	max-width:100%;
}

a{
	text-decoration:none;
}

h1, h2{
	font-family: 'Poppins-Bold';
}

p,a,li{
	font-size:17px;
	line-height:30px;
	font-family: 'Poppins-Regular';
}

/* header css */

header.header_section {
    background: #000000;
    position: sticky;
    top: 0px;
    z-index: 999;
    padding: 12px 0px;
    box-shadow: 0px 3px 6px rgba(0 0 0/20%);
}

.header_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.email-phone img{
	width:40px;
    height:40px;
	
}
.email-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.contact-item {
    margin: 0 0 10px 0;
}
.contact-item a{
	color:#ffffff;
}
.button_group a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 5px 18px;
    min-width: 178px;
    border-radius: 30px;
    font-family: 'Poppins-Bold';
    font-size: 16px;
    line-height: normal;
    transition: 0.5s;
}

a.button_blue {
    background: #ffffff;
    color: #000000;
}

a.button_blue:hover {
    background: #000000;
	border: 1px solid #ffffff;
	color:#ffffff;
}

.header_logo a {
    display: block;
}

.header_logo img {
    height: 36px;
}

/* header css */


section.hero_sec {
    min-height: calc(100vh - 64px);
    padding: 50px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.hero_main {
    width: 100%;
}

.hero_left {
    width: 23%;
}

.hero_right {
    width: 50%;
    background: rgba(0 0 0/60%);
    border: 1px solid #D4E8FF61;
    border-radius: 23px;
    padding: 40px;
}

.hero_row {
    gap: 8%;
}

.hero_content h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.hero_content p {
    font-family: 'Poppins-SemiBold';
    padding: 0px 15%;
}

/* hero css */

/* welcome css */

section.stree_sec {
/*     background: #3778B3; */
    margin: 50px 0px;
}

.stree_desc p {
    margin-bottom: 10px;
}

.stree_desc p:last-child {
    margin: 0px;
}

.block_image_data {
    text-align: center;
    border: 4px solid #031f5f;
    padding: 25px;
    height: 100%;
    border-radius: 15px;
    background: #f9f9f9;
    box-shadow: 0px 0px 20px rgba(0 0 0/20%);
    margin: 0px 12px;
    transition: 0.5s;
}

.block_image {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #2daee3;
    margin-bottom: 15px;
    box-shadow: 6px 3px 0px #031f5f;
    transition: 0.5s;
}

.block_image img {
    height: 54px;
    filter: invert(1);
}

.block_image_data p {
    margin: 0px;
}

.block_image_data:hover {
    border-color: #2daee3;
}

.block_image_data:hover .block_image {
    background: #031f5f;
    box-shadow: 4px 3px 0px #2daee3;
}

/* welcome css */

/* plan compare css */

section.plan_comparison_sec {
    margin: 50px 0px;
}

.title_text h2 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 36px;
    margin-bottom: 10px;
}

.plan_comparison_table {
    border-radius: 18px !IMPORTANT;
/*     overflow: hidden; */
    margin: 0px !IMPORTANT;
    box-shadow: 0px 0px 20px #00000029;
}

.plan_comparison_table table{
	margin:0px !Important;
}

.plan_comparison_table {
    border-radius: 10px;
}

.plan_comparison_table table th {
    text-align: center;
    font-family: 'Poppins-Bold';
    font-size: 16px;
    background: #4B4853;
    color: #fff;
}

.plan_comparison_table table th:first-child {
    text-align: left;
}

.plan_comparison_table table th, .plan_comparison_table table td {
    border: 1px solid #fff;
    padding: 10px 16px;
}

td.feature-title h6 {
    color: #4B4853;
    font-family: 'Poppins-Bold';
    font-size: 17px;
    margin: 0px;
	font-style:normal;
}

td.feature-title p {
    margin: 0px;
    line-height: normal;
    font-family: 'Poppins-Regular';
    font-style: italic;
    font-size: 15px;
}

.plan_comparison_table table td {
    text-align: center;
    font-style: italic;
    font-size: 15px;
}

.plan_comparison_table table td:first-child {
    text-align: left;
	font-style:normal;
}

.plan_comparison_table table td:first-child{
    color: #4B4853;
    font-family: 'Poppins-Bold';
    font-size: 17px;
}

/* plan compare css */

/* plan css */

section.plan_section {
    background: #F9F9F9;
    padding: 50px 0px;
    margin: 50px 0px;
    margin-top: 0px;
}

.plan_tabs ul#pills-tab {
    background: #CCCCCC;
    display: inline-flex !IMPORTANT;
    border-radius: 30px !IMPORTANT;
    overflow: hidden;
    margin: 0 auto !IMPORTANT;
    margin-bottom: 30px !IMPORTANT;
}

.plan_tabs ul#pills-tab button {
    font-family: 'Poppins-SemiBold';
    font-size: 16px;
    padding: 10px 30px;
    min-width: 150px;
    border-radius: 30px !IMPORTANT;
    color: #000000;
}

.plan_tabs ul#pills-tab button.active, .plan_tabs ul#pills-tab button:hover {
    background: #3778B3;
    color: #fff;
}

.plan_data {
    height: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px #00000029;
    padding: 22px 15px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plan_data h3 {
    color: #000000;
    font-family: 'Poppins-Bold';
    font-size: 20px;
}

.plan_data p {
    color: #4B4853;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 9px;
}

.plan_data h2 {
    color: #031F5F;
    font-size: 40px;
}

.plan_data h6 {
    color: #031F5F;
    font-family: 'Poppins-Bold';
    font-size: 15px;
}

.plan_data h4 {
    font-family: 'Poppins-Medium';
    color: #000000;
    font-size: 18px;
    margin: 13px 0px;
}

.button_group.plan_button {
    justify-content: center;
    margin-top: auto;
}

.button_group.plan_button a {
    background: #02873E;
    border-radius: 10px;
    font-size: 15px;
	color: #ffffff;

}

.plan_data:hover .button_group.plan_button a, .button_group.plan_button a:hover {
    background: #031f5f;
    box-shadow: 0px 0px 20px rgba(0 0 0/20%);
}

/* plan css */

/* journeys css */

section.journeys_section {
    margin: 50px 0px;
}

.journeys_block {
    text-align: center;
}

.journeys_block p {margin-top: 15px;}

section.journeys_section .col-xl-4 {
    padding-left: 20px;
    padding-right: 20px;
}

.journeys_block img {
    transition: 0.5s;
}

.journeys_block:hover img {
    box-shadow: 0px 0px 20px rgba(0 0 0/30%);
    filter: grayscale(1);
}

/* journeys css */

/* work css */

section.work_section {
    background: #3778B3;
    padding: 30px 0px;
    margin: 50px 0px;
}

.work_block img {
    margin-bottom: 10px;
    height: 55px;
}

.white-text p {
    color: #fff;
    margin: 0px;
}


.white-text p strong {
    font-family: 'Poppins-SemiBold';
}

/* work css */

/* image css */

section.image_section {
    margin: 50px 0px;
}

/* image css */

/* how to css */

.how_block {
    text-align: center;
    height: 100%;
    padding: 20px;
    border-radius: 15px;
    color: #fff;
    transition: 0.5s;
}

.how_block h3 {
    font-family: 'Poppins-SemiBold';
    font-size: 17px;
}

.how_block p {
    font-size: 15px;
    line-height: 25px;
}

.how_block img {
    height: 100px;
    margin-bottom: 7px;
}

.how_block a {
    color: #fff;
    font-family: 'Poppins-SemiBold';
    letter-spacing: 1.1px;
}

.how_block a:hover {
    text-decoration: underline;
}

.how_block:hover {
    box-shadow: 0px 0px 20px rgba(0 0 0/70%);
}

section.how_section {
    margin: 50px 0px;
}

/* how to css */

/* cta css */

section.cta_section {
    margin: 50px 0px;
    padding: 30px 0px;
    background: #031F5F;
}

.white_text h2, .white_text p {
    color: #fff;
}

/* cta css */

/* faq css */

section.faq_section {
    margin: 50px 0px;
}

.faq_repeater h4 {
    font-size: 17px;
    font-family: 'Poppins-SemiBold';
    line-height: 30px;
}

.faq_repeater p strong {
    font-family: 'Poppins-SemiBold';
}

/* faq css */


/* footer css */


footer {
    background: #031F5F;
    padding-top: 50px;
}

.footer_cta {
    border-bottom: 1px solid rgba(255 255 255/50%);
    padding-bottom: 45px;
    margin-bottom: 50px;
}

.footer_cta h2 {
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 36px;
    margin-bottom: 20px;
}

a.button_white {
    background: #FFFFFF;
    color: #000;
}

.footer_logo a {
    display: block;
}

.footer_logo img {
    height: 60px;
}

.footer_logo {
    margin-bottom: 35px;
}

.news_letter {
    color: #fff;
/*     max-width: 523px;
    margin-right: 7%; */
}

.news_letter h3 {
    font-family: 'Poppins-Medium';
    font-size: 30px;
}

.form_input p {
    margin: 0px !IMPORTANT;
}

span.wpcf7-spinner {
    display: none !IMPORTANT;
}

.form_input {
    margin: 0px 30px;
    position: relative;
}

.form_input input {
    background: #FFFFFF;
    border: none !IMPORTANT;
    outline: none !IMPORTANT;
    box-shadow: none !IMPORTANT;
    height: 45px;
    color: #000;
    font-family: 'Poppins-Regular';
    font-size: 17px;
    border-radius: 30px;
    padding: 5px 21px;
    width: 100%;
    padding-right: 159px;
}

.form_input input::-webkit-input-placeholder {
  color: #000;
}
.form_input input::-moz-placeholder {
  color: #000;
}
.form_input input:-ms-input-placeholder {
  color: #000;
}
.form_input input:-moz-placeholder {
  color: #000;
}

.form_input input[type="submit"] {
    background: #8FD3E1;
    color: #000000;
    font-family: 'Poppins-Bold';
    min-width: 150px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 15px;
    width: auto;
	transition:0.5s;
}

.form_input input[type="submit"]:hover {
    background: #000;
    color: #fff;
}

/* .download_block {
    width: 327px;
    margin-top: 10px;
} */

.download_block h3 {
    color: #fff;
    font-family: 'Poppins-Medium';
    font-size: 22px;
    margin-bottom: 15px;
}

.apps_data {
    display: flex;
    gap: 13px;
    align-items: center;
    justify-content: center;
}

.apps_data a {
    display: block;
    width: 118px;
}

a.button_white:hover {
    background: #8FD3E1;
    color: #000;
}

.ragistration_text {
    margin: 25px 0px;
    color: #fff;
}

.ragistration_text p {
    margin: 0px;
    font-size: 15px;
    font-family: 'Poppins-SemiBold';
}

.ragistration_text p strong {
    font-weight: normal;
    font-family: 'Poppins-Regular';
}

.copyright_block {
    border-top: 1px solid rgba(255 255 255/50%);
    padding: 15px 0px;
}

.copyright_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.copyright_text p {
    margin: 0px;
    color: #fff;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: normal;
}

.catef_images img {
    height: 30px;
}

/* footer css */


@media(max-width:1400px){
	.header_logo img {
		height: 30px;
	}

	.button_group a {
		font-size: 14px;
		min-width: 150px;
		height: 37px;
	}

	.hero_content h1 {
		font-size: 34px;
	}

	p, a, li {
		font-size: 14px;
		line-height: 25px;
	}

	.title_text h2, .footer_cta h2 {
		font-size: 30px;
	}

	.plan_tabs ul#pills-tab button {
		font-size: 14px;
	}

	.plan_data h3 {
		font-size: 17px;
	}

	.plan_data p {
		font-size: 14px;
		line-height: 20px;
	}

	.plan_data h2 {
		font-size: 34px;
	}

	.plan_data h6 {
		font-size: 14px;
	}

	.plan_data h4 {
		font-size: 16px;
		margin: 10px 0px;
		margin-top: 0px;
	}

	.button_group.plan_button a {
		font-size: 14px;
	}

	.plan_comparison_table table th {
		font-size: 14px;
	}

	.plan_comparison_table table td:first-child {
		font-size: 14px;
	}

	td.feature-title h6 {
		font-size: 14px;
	}

	.plan_comparison_table table td {
		font-size: 14px;
	}

	td.feature-title p {
		font-size: 14px;
	}

	section.work_section {
		margin-top: 30px;
	}

	.journeys_block p:last-child {
		margin-bottom: 0px;
	}

	.how_block p {
		font-size: 14px;
		line-height: 20px;
	}

	.how_block img {
		height: 80px;
	}

	.how_block h3 {
		font-size: 15px;
	}

	.faq_repeater h4 {
		font-size: 15px;
	}

	.footer_logo img {
		height: 48px;
	}

	.news_letter h3 {
		font-size: 26px;
	}

	.ragistration_text p {
		font-size: 13px;
	}

	.form_input input {
		font-size: 14px;
		height: 40px;
	}

/* 	.news_letter {
		max-width: 451px;
		margin-right: 5%;
	}
 */
	.download_block h3 {
		font-size: 19px;
	}

	.apps_data a {
		width: 100px;
	}

	.download_block {
		width: 287px;
	}

	.copyright_text p {
		font-size: 14px;
	}

	.catef_images img {
		height: 25px;
	}
}



@media(max-width:1200px){
	section.work_section .col-xl-3 {
		margin-bottom: 20px;
	}

	section.work_section {
		padding-bottom: 10px;
	}

	.title_text p br {
		display: none;
	}

	.footer_logo img {
		height: 40px;
	}

	.footer_logo {
		margin-bottom: 20px;
	}

	.news_letter h3 {
		font-size: 22px;
	}

	.news_letter {
		margin-right: 0px;
	}

	.download_block h3 {
		font-size: 16px;
	}

	.download_block {
		width: 253px;
	}

	.hero_content h1 {
		font-size: 27px;
	}

	.hero_right {
		padding: 25px;
	}

	.title_text h2, .footer_cta h2 {
		font-size: 24px;
	}

	td.feature-title h6, td.feature-title p, .plan_comparison_table table td:first-child, .plan_comparison_table table td, .plan_comparison_table table th {
		font-size: 13px;
	}

	.plan_comparison_table table td img {
		width: 20px;
	}

	.journeys_block p {
		font-size: 14px;
	}
}


@media(max-width:992px){
	.header_logo img {
		height: 25px;
	}

	.button_group a {
		font-size: 13px;
		min-width: auto;
	}

	.hero_row {
		gap: 6%;
	}

	.hero_left {
		width: 28%;
	}

	.hero_right {
		padding: 18px;
		border-radius: 12px;
	}

	.hero_content h1 {
		font-size: 21px;
	}

	.hero_content p {
		padding: 0px;
	}

	section.hero_sec {
		min-height: auto;
	}

	section.stree_sec {
		padding: 30px 0px;
	}

	.title_text h2, .footer_cta h2 {
		font-size: 20px;
	}

	.plan_data h2 {
		font-size: 30px;
	}

	.news_letter {
		max-width: 100%;
	}

	.download_block {
		width: 100%;
		text-align: center;
		margin-top: 25px;
	}

	.apps_data {
		justify-content: center;
	}

	.footer_cta {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}


@media(max-width:767px){
	.copyright_row {
		justify-content: center;
		text-align: center;
		gap: 7px;
	}

	.copyright_block {
		padding: 10px 0px;
	}

	.catef_images img {
		height: 23px;
	}

	.copyright_text {
		width: 100%;
	}

	.catef_images {
		width: 100%;
	}

	.hero_left {
		width: 34%;
	}

	.hero_row {
		gap: 15px;
	}

	.hero_right {
		width: 63%;
	}
	
	.block_image {
		height: 70px;
		width: 70px;
	}

	.block_image img {
		height: 37px;
	}
}


@media(max-width:510px){
	.hero_left {
		display: none;
	}

	.hero_right {
		width: 92%;
	}

	.plan_comparison_table table th:nth-child(1), .plan_comparison_table table th:nth-child(2), .plan_comparison_table table th:nth-child(3), .plan_comparison_table table th:nth-child(4), .plan_comparison_table table th:nth-child(5) {
		min-width: 151px;
	}
	
	.plan_tabs ul#pills-tab button{
		padding: 10px 23px;
    	min-width: 118px;
	}
	
	.form_input{
		margin:0px;
	}
	
	.wpcf7 form .wpcf7-response-output {
		font-size: 13px;
	}
}
