@import url("css/fonts/hn/stylesheet.css");
/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.heading_banner .fl-heading {
  font-family: var(--theme-font-family);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  color: var(--theme-heading-1-color);
}

.heading_h1 .fl-heading {
  font-family: var(--theme-font-family);
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  color: var(--theme-heading-1-color);
}

.heading_h2 .fl-heading {
  font-family: var(--theme-font-family);
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: var(--theme-heading-1-color);
}

.heading_h3 .fl-heading {
  font-family: var(--theme-font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--theme-heading-2-color);
}

.heading_h4 .fl-heading {
  font-family: var(--theme-font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: var(--theme-heading-2-color);
}

.basetext {
  font-family: var(--theme-font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-text-color);
}
.basetext-sm {
  font-size: 16px;
}
.basetext-md {
  font-size: 20px;
  line-height: 30px;
}

.width-sm {
  margin: 0 auto;
  max-width: 600px;
  float: none;
}

.width-md {
  margin: 0 auto;
  max-width: 800px;
  float: none;
}

.width-lg {
  margin: 0 auto;
  max-width: 1000px;
  float: none;
}

.highlight {
  color: var(--theme-palette-color-1);
}

.list-type1 {
  padding-left: 20px;
}
.list-type1 li:not(:last-child) {
  padding-bottom: 10px;
}

.table-type1 {
  border-collapse: collapse;
  border: 0;
  margin: 0 auto;
  font-family: var(--theme-font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-palette-color-4);
}
.table-type1 th {
  font-size: 16px;
}
.table-type1 th, .table-type1 td {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7607843137);
  padding: 20px 10px;
  text-align: center;
  width: 33.3333333333%;
}
.table-type1 th:first-child, .table-type1 td:first-child {
  text-align: left;
}
.table-type1 th:last-child, .table-type1 td:last-child {
  text-align: right;
}
.table-type1 th, .table-type1 td:first-child {
  font-weight: 600;
}

.btn {
  font-family: var(--theme-font-family);
  display: inline-block;
  text-decoration: none;
  border: 0px;
  box-shadow: none;
  transition: transform 0.2s;
  letter-spacing: 1px;
  width: 100%;
}
.btn--dark .fl-button {
  transition: all 0.1s;
  background: var(--theme-palette-color-1) !important;
  border: 1px solid transparent !important;
  padding: 12px 30px !important;
  border-radius: 10px !important;
  cursor: pointer;
}
.btn--dark .fl-button span, .btn--dark .fl-button i {
  color: #fff !important;
/*   font-size: 22px; */
	font-weight:700;
}
.btn--dark .fl-button:hover {
  background: #9c4bd1 !important;
}
.btn--badge {
  transition: all 0.1s;
  background: var(--theme-palette-color-1) !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  cursor: pointer;
  padding: 12px 20px;
  color: #fff;
}
.btn--badge:hover {
  background: #9c4bd1 !important;
}

.section {
  padding: 30px 0px;
}
.section_bg--sky {
  background-color: #e6f9ff;
}
.section_bg--gray {
  background-color: #f3f4f6;
}
.section_bg--pink {
  background-color: #f9edfc;
}
.section--no-radius {
  border-radius: 0;
}
.section--padxy-sm {
  padding: 30px;
}
.section--padxy-md {
  padding: 40px;
}
.section--padxy-lg {
  padding: 60px;
}
.section--pad-btm-sm {
  padding-top: 0;
  padding-bottom: 30px;
}
.overlay {
  position: relative;
}
.overlay .item1 img {
  width: 100%;
}
.overlay .item2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(56, 54, 54, 0.7803921569);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.overlay .item2 .fl-heading {
  padding: 20px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.list-tvshow {
  margin: 0 auto;
}
.list-tvshow .fl-list {
  position: relative;
  margin: 0 auto;
}
.list-tvshow .fl-list-item {
  display: block;
  margin: 0 30px;
}
.list-tvshow .fl-list-item .item_block {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.list-tvshow .fl-list-item .item_block .item1 {
  width: 50%;
}
.list-tvshow .fl-list-item .item_block .item1_media iframe {
  width: 100%; /* Make it responsive */
  aspect-ratio: 16/9; /* Maintains correct video aspect ratio */
}
.list-tvshow .fl-list-item .item_block .item2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.list-tvshow .fl-list-item .item_block .item2_content {
  display: flex;
  align-items: stretch;
  gap: 20px;
  font-family: var(--theme-font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-palette-color-4);
  text-align: left;
}
.list-tvshow .fl-list-item .item_block .item2_content_title {
  font-family: var(--theme-font-family);
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: var(--theme-heading-1-color);
}
.list-tvshow .fl-list-item .item_block .item2_content_description {
  font-family: var(--theme-font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-text-color);
}
.list-tvshow .fl-list .slick-arrow {
  position: absolute;
  bottom: -60px;
  right: 0;
  font-size: 24px;
}
.list-tvshow .fl-list .slick-arrow.slick1-next {
  right: 0px;
}
.list-tvshow .fl-list .slick-arrow.slick1-prev {
  right: 50px;
}


.list-testimonials {
  margin: 0 auto;
}
.list-testimonials .fl-list {
  position: relative;
  margin: 0 auto;
}
.list-testimonials .fl-list-item {
  display: block;
  margin: 0 30px;
}
.list-testimonials .fl-list-item .item_block {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom:40px;
}
.list-testimonials .fl-list-item .item_block .item1 {
  width: 50%;
}

.list-testimonials .fl-list-item .item_block .item2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.list-testimonials .fl-list-item .item_block .item2_content {
  display: flex;
  align-items: stretch;
  gap: 20px;
  font-family: var(--theme-font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-palette-color-4);
  text-align: left;
}
.list-testimonials .fl-list-item .item_block .item2_content_title {
  font-family: var(--theme-font-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: var(--theme-heading-1-color);
}
.list-testimonials .fl-list-item .item_block .item2_content_description {
  font-family: var(--theme-font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-text-color);
}
.list-testimonials .fl-list-item .item_block .item2_content_cta a{
	transition: all 0.1s;
    background: var(--theme-palette-color-1) !important;
    border: 1px solid transparent !important;
	color:#ffffff;
    padding: 8px 20px !important;
    border-radius: 10px !important;
    cursor: pointer;
}

.list-faq .fl-accordion .fl-accordion-item.fl-accordion-item-active {
  border-color: var(--theme-palette-color-1);
}
.list-faq .fl-accordion .fl-accordion-item.fl-accordion-item-active .fl-accordion-button {
  background-color: var(--theme-palette-color-1);
}
.list-faq .fl-accordion .fl-accordion-item {
  border-radius:10px;
}
.list-faq .fl-accordion .fl-accordion-item.fl-accordion-item-active .fl-accordion-button a {
  color: #fff;
}
.list-faq .fl-accordion .fl-accordion-item .fl-accordion-button {
  background-color: #EEE9FF;
}
.list-faq .fl-accordion .fl-accordion-item .fl-accordion-button a {
  color: #192a3d;
}
.list-faq .fl-accordion .fl-accordion-item .fl-accordion-content {
  padding-top: 15px;
}
.list-faq .fl-accordion .fl-accordion-item .fl-accordion-content .btn--link {
  background: #33c800;
  border: 1px solid #33c800;
  padding: 5px 20px;
  border-radius: 10px;
  cursor: pointer;
  width: auto;
	box-shadow:-2px 1px 0px 0px rgb(102, 102, 102);
}
.list-faq .fl-accordion .fl-accordion-item .fl-accordion-content .btn--link a {
	color:#fff;
}
.list-faq .fl-accordion .fl-accordion-item .fl-accordion-content .btn--link:hover {
  background: #7fcb65;
  
}

.wpcf7-form {
  max-width: 500px;
  margin: 0 auto;
  color: #111111;
}
.wpcf7-form .contact_form .fieldset-block {
  display: flex;
  gap: 20px;
}
.wpcf7-form .contact_form .fieldset {
  margin-bottom: 20px;
}
.wpcf7-form .contact_form .fieldset label {
  display: none;
  font-size: 14px;
  margin-bottom: 0px;
  padding-left: 5px;
}
.wpcf7-form .contact_form .fieldset input, .wpcf7-form .contact_form .fieldset textarea {
  border: none;
  border-bottom: 1px solid var(--theme-palette-color-3);
  border-radius: 0;
  padding: 18px 10px;
  color: #111111;
  font-size: 12px;
}
.wpcf7-form .contact_form .fieldset select {
  color: #111111;
  border-radius: 0px;
  border-bottom: 1px solid var(--theme-palette-color-3);
}
.wpcf7-form .contact_form .fieldset .wpcf7-radio .wpcf7-list-item {
  border: 1px solid;
  border-radius: 5px;
  padding: 0 10px;
}
.wpcf7-form .contact_form .submit-button p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpcf7-form .contact_form .submit-button p input {
  transition: all 0.1s;
  background: var(--theme-palette-color-3) !important;
  border: 1px solid var(--theme-palette-color-3) !important;
  border-radius: 40px !important;
  cursor: pointer;
}
.wpcf7-form .contact_form .submit-button p input:hover {
  background: transparent !important;
  color: var(--theme-palette-color-3) !important;
  border: 1px solid var(--theme-palette-color-3) !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.7em !important;
  font-style: italic;
  margin-top: 0px !important;
  color: red !important;
}
.list-pricetable .fl-pricing-table-price{
	padding-left:20px !important;
}
.list-pricetable .fl-pricing-table-inner-wrap{
	padding:30px;
}
.list-pricetable .fl-pricing-table-features li{
	padding:5px 0;
}
.list-featuretable table {
	background-color:#fff;
	text-align:center;
	box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
}
.list-featuretable table th{
	background-color:#e6f9ff;
}

.list-featuretable table i{
	background-color:#d6f2b7;
	padding:20px;
	border-radius:100%;
}
.list-featuretable table th:first-child{
	width:250px;
}


.fl-col-content:has(.overlay_logo) {
    position:relative;
}
.overlay_logo{
	    position: absolute;
    top: -20px;
    right: 20px;
    width: 125px !important;
	z-index:1;
}

.overlay_video {
    position: relative; 
    width: 100%; 
    height: 100%;
}
.overlay_video::before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1; 
}

.overlay_block{
	position:relative;
}
.overlay_block .fl-module-photo::before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1; 
}
.fl-builder-edit .overlay_block .fl-module-heading {
    position: static !important;
}
.overlay_block .fl-module-heading{
	position:absolute;
	bottom:10px;
	left:20px;
	z-index:1;
}

.bg-img1{
	    position: absolute;
    top: -70px;
    left: -20px;
    width: 300px;
    height: 300px;
}

.bg-img2{
	    position: absolute;
    bottom: -70px;
    right: -20px;
    width: 250px;
    height: 250px;
}

.btn--link .fl-button {
  transition: all 0.1s;
  background: transparent !important;
  border: none !important;
  padding: 0px !important;
  border-radius: none;
  cursor: pointer;
}
.btn--link .fl-button span, .btn--link .fl-button i {
  color: var(--theme-palette-color-1) !important;
  font-size: 16px;
	text-decoration:underline;
}
.btn--link .fl-button:hover span {
  color: #9c4bd1;
}

.fl-button-lightbox-content{
	padding:0 !important;	
}
 .review-container {
	 background-color: #a566cc;
	 color: white;
	 padding: 20px;
	 max-width: 600px;
	 box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	 max-height: 350px;
	 overflow: scroll;
}
.review-container h2 {
	font-size: 24px;
	color:#fff;
}
.review-container .review {
	margin-bottom: 20px;
}
.review-container.review p {
	font-size: 16px;
}
.review-container .stars {
	color: gold;
	font-size: 20px;
}
/* responsive */


/*# sourceMappingURL=style.css.map */
