/*
Theme Name: FR!P
Author: Avni Yayin
Author URI: https://avniyay.in/
Description: FR!P
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: frip
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
video { 
    max-width: 100%;
    position: relative;
    z-index: 3;
    object-fit: contain;
    object-position: center;
    margin: auto;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	/* list-style: none; */
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    font-family: 'Fb Metali', sans-serif;
    max-width: 100vw;
    cursor: default;
    overflow-x: hidden;
    direction:rtl;
} 

p strong {
    font-weight: 700;
}
div#hero-carousel {
    /* height: 100vh; */
}
.logo {
    /* position: absolute; */
    z-index: 2;
    top: 0;
    left: 0;
    max-width: 100px;
    padding: 0px;
}
.logo img {
    max-width: 100%;
}

.hero-item--bg {
    background-size: cover;
    background-position: center;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
 
.topper {
    position: absolute;
    top: 0;
    left: 0;
    direction: ltr;
    display: flex;
    z-index: 22;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px;
    flex-direction: row;
    justify-content: space-between;
}

.socials a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: block;
    background: white;
    border-radius: 30px;
    margin: auto 10px;
    line-height: 40px;
    font-size: 25px;
    text-align: center;
    color: #60963E;
}
.socials a i {
    display: block;
    width: 100%;
    line-height: 40px;
}
.socials {
    display: flex;
    margin: 0 0 auto;
    margin-bottom: auto;
}
.hero-item {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    font-size: 70px;
    font-weight: 700;
    padding-top: 0vh;
}
 

.hero-item--content {
    position: relative;
    z-index: 3;
    margin: auto;
    color: white;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0px 2px 23px rgba(0,0,0,1);
    text-align: center;
}



#hero-carousel .owl-dots {
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    z-index: 6;
}

#hero-carousel .owl-dots button.owl-dot {
    background: white;
    height: 14px;
    width: 14px;
    margin: auto 8px;
    border-radius: 30px;
} 

#hero-carousel .owl-dots button.owl-dot.active {
    box-shadow: inset 0px 0px 0px 2px white;
    background: transparent;
}








div#section-intro {
    padding: 150px 0px;
}
.text-intro ul {
    max-width: 819px;
    margin: 10px auto;
    text-align: right;
    font-size: 27px;
    padding-right: 40px;
}
.text-intro {
    font-size: 32px;
    text-align: center;
    color: #60963E;
    line-height: 1.2;
}

div#section-image-text {
}

.col-video {
    position: relative;
    overflow: hidden;
}

.cover-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    object-fit: cover;
}

.col-image {
    height: 900px;
    max-height: 100vh;
    background-position: center;
    background-size: cover;
}

.col-text {
    background: #DAE6D2;
    padding: 3% 8%;
}

.col-text {
    display: flex;
}

.col-text-inner {
    margin: auto 0px;
    max-width: 600px;
}

.col-text-inner .title {
    margin-bottom: 24px;
    color: #60963E;
    font-weight: 700;
    font-size: 42px;
}

.col-text-inner .content {
    color: #60963E;
    line-height: 1.33;
    font-size: 32px;
    max-width: 650px;
}
.content.smaller {
    font-size: 23px;
}

.col-text-inner .content strong {font-weight: 600;}

.col-image.img-last {
    order: 2;
}


div#section-icons {
    padding: 100px 0px;
    background: #F5F5F5;
}

.icons_title {
    font-size: 40px;
    font-weight: 700;
    color: #60963E;
    margin-bottom: 70px;
}

.icons-item {
    text-align: center;
    transition: 0.3s all ease;
    cursor: pointer;
    margin-bottom: 60px;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 30%);
    padding: 15px;
    min-height: 202px;
}

.icons--icon {
    height: 90px;
    text-align: center;
    display: flex;
    background: whitesmoke;
    margin-bottom: 20px;
    mix-blend-mode: darken;
}

.icons--icon img {
    max-height: 100%;
}

.icons--icon img {
    margin: auto;
}
.icons-item:hover {
    opacity: 0.7;
    box-shadow: 0px 5px 9px 2px rgb(0 0 0 / 14%);
}
.icons--text {
    font-weight: 700;
    color: #60963E;
    justify-content: center;
    min-height: 70px;
    font-size: 30px;
    display: flex;
}

.icons_below {
    max-width: 1120px;
    margin: auto;
    color: #262261;
    font-size: 26px;
    margin-top: 40px;
    font-weight: 700;
    line-height: 1.5;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 375px;
  cursor: pointer;
  perspective: 1145px; /* Remove this if you don't want the 3D effect */
  max-width: 100%;
  margin-bottom: 30px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card.active .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  /* background-color: #bbb; */
  /* color: black; */
  background-position: center;
  background-size: cover;
  display: flex;
}

/* Style the back side */
.flip-card-back {
  background-color: #60963E;
  display:flex;
  transform: rotateY(180deg);
}

.flip-card-back-content {
    margin: auto;
    max-width: 72%;
    font-size: 21px;
    color: white;
    line-height: 1.2;
}

.flip-card-back-content p + p {
    margin-top: 20px;
}
.flip-card-content {
    margin: auto;
    width: 80%;
}



.plans_title {
    font-weight: 700;
    color: #60963E;
    font-size: 40px;
    margin-bottom: 20px;
}

div#section-plans {
    padding: 100px 0px 30px;
    text-align: center;
}

.plans_text {
    color: #262261;
    font-size: 24px;
    max-width: 1260px;
    margin: auto auto 70px;
    font-weight: 600;
    line-height: 1.3;
    max-width: 980px;
}

.plan-icon {
    height: 100px;
    display: flex;
}

.plan-icon img {
    margin: auto;
    max-height: 100%;
}

.plan-inner {
    position: relative;
    width: 100%;
    margin-top: -10%;
}

.plan-name {
    color: white;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
}

.plan-label {
    font-weight: 900;
    color: white;
    font-size: 17px;
    margin: 20px auto;
    font-family: 'Alef';
    background: #60963e;
    display: table;
    padding: 3px 3px;
    border-radius: 3px;
    text-transform: uppercase;
}
 
.plan-strip {
    position: absolute;
    top: 100%;
    margin: 20px auto auto;
    color: #60963E;
    background: white;
    display: table;
    padding: 10px 10px 5px;
    font-weight: 900;
    font-size: 19px;
    border-radius: 13px;
    line-height: 1;
    left: 0;
    right: 0;
    width: fit-content;
}
body.icon-floater-open:after {content: '';position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgb(0 0 0 / 35%);z-index: 22;}

.icon-floater {
    position: fixed;
    /* top: 0; */
    left: 0;
    width: 100%;
    border: 1px solid #707070;
    border-radius: 10px;
    background: white;
    max-width: 1000px;
    margin: auto;
    right: 0;
    margin-top: -180px;
    transform: translateY(40px);
    transition: 0.3s all ease;
    visibility: hidden;
    opacity: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.icons-floater-inner {
    padding: 30px;
    text-align: right;
}

.floater--close {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 0px;
    z-index: 2;
}

.floater--close span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 10px;
}

.icon-floater.active {
    opacity: 1;
    visibility: visible;
    transform: none;
    z-index: 32;
    box-shadow: 0px 10px 10px 0px rgb(255 255 255 / 10%);
}

.floater--text {
    color: #60963E;
    font-weight: 700;
    font-size: 32px;
}

.floater--icon {
    height: 100px;
    position: relative;
    margin-bottom: 25px;
    cursor: pointer;
}

.floater--icon img {
    max-height: 100%;
    width: auto;
}

.floater--moreinfo {
    color: #60963E;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}

.floater--moreinfo:before {content: '';display: table;width: 300px;border-top: 3px dotted #262261;margin: 10px 0px 20px;}

.floater--close span:after, .floater--close span:before {content: '';position: absolute;left: 0;top: 0;right: 0;width: 5px;background: #262261;height: 100%;margin: auto;transform: rotate(45deg);}

.floater--close span:after {
    transform: rotate(
-45deg);
}

.col-image.img-last + .col-text .col-text-inner {
    margin-right: auto;
    margin-left: 0;
}

footer {
    background: #60963E;
    padding: 50px 15px;
}

.footer-logo img {
    max-width: 110px;
    margin-right: auto;
    display: table;
}

.footer-email a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: Alef;
    font-weight: 700;
}


div#section-contact {
    background: #F5F5F5;
    margin-bottom: 30px;
    padding: 100px 0px;
}
div#theform input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    line-height: 30px;
    height: 50px;
    font-size: 18px;
    padding: 12px 20px 8px;
    direction: rtl;
    margin-bottom: 20px;
    background: transparent;
    outline: none;
    border: 1px solid #60963E;
}
span.wpcf7-form-control.wpcf7-checkbox {
    margin: 10px 0px;
    display: block;
    font-size: 20px;
}

span.wpcf7-list-item.first.last {
    margin: 0;
}
#theform form {
    direction: rtl;
}

div#theform input.wpcf7-form-control.wpcf7-text::placeholder {
    color: #60963E;
}

input#submitt {
    float: left;
    background: #60963E;
    height: 50px;
    line-height: 32px;
    padding: 10px 40px 6px;
    border: 0px;
    outline: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: white;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    right: 20px;
    top: 36px;
}

span.wpcf7-form-control-wrap {
    display: block;
}
.form-title {
    font-weight: 700;
    font-size: 37px;
    color: #60963e;
    margin-bottom: 30px;
}


span.friptext {
    font-size: 0.7em;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: 0px;
    padding: 0px;
    margin: auto 0px;
    color: #60963e;
    font-size: 20px;
    font-weight: 700;
}

.icons--but {
    display: table;
    background: #60963e;
    margin: auto;
    line-height: 1;
    padding: 6px 10px 3px;
    color: white;
    border-radius: 3px;
}
@media (min-width:992px) {
	.plan-strip br {content: '';}
}

body.page-id-1112 .flip-card.card-1--1 .flip-card-front {
    background-position: 0% 31%;
}
.flip-card-back-content .icons--but.contbut {
    font-size: 16px;
    background: white;
    color: #60963e;
    margin-top: 10px;
    font-weight: 600;
}

.flip-card-back-content .icons--but.contbut:hover {
    opacity: 0.7;
}
@media (max-width:1550px) and (min-width:1024px){
	.hero-item--content {
		padding: 0px 10%;
	}

	.hero-item {
		font-size: 50px;
	}

	.text-intro {
		font-size: 32px;
	}

	.col-text-inner .title {
		font-size: 36px;
	}

	.col-text-inner .content {
		font-size: 28px;
	}

	.col-image {
		height: 100vh;
	}

	.icons--icon {}

	.icons--text {
		font-size: 26px;
	}

	.floater--text {
		font-size: 28px;
	}

	.floater--moreinfo:before {
		width: 250px;
		border-top-width: 2px;
	}

	.plans_title {
		font-size: 34px;
	}

	.plans_text {
		font-size: 22px;
	}

	.flip-card {
		height: 400px;
		perspective: 1300px;
	}

	.flip-card-back-content {
		font-size: 22px;
	}

	.content.smaller {
		font-size: 22px;
	}
}

@media (max-width:767px){

	.logo {
		width: 20vw;
	}

	.logo img {
		max-width: 100%;
	}

	.hero-item--content {
		font-size: 9vw;
		padding: 30vw 8vw 0px;
	}
	.hero-item--content br {content: ' ';}

	.text-intro {
		padding: 0px 4%;
		font-size: 22px;
	}
    .form-title {font-size: 27px;}
	div#section-intro {
		padding: 60px 0px;
	}

	.col-image {
		height: 100vw;
	}

	.col-text {
		padding: 50px 30px;
	}

	.col-text-inner .title {
		font-size: 36px;
	}

	.col-text-inner .content {
		font-size: 20px;
	}

	div#section-icons {
		padding: 70px 0px;
	}

	.icons_title {
		font-size: 34px;
	}

	.icons--icon {
		height: 60px;
	}

	.icons--icon img {
		max-height: 100%;
	}

	.icons-item {
	padding: 30px 30px;
	display: table;
	margin: auto auto 20px;
	width: 90%;
	min-height: auto;
	}

	video.cover-video {
	    position: relative;
	    left: 0;
	    right: 0;
	    transform: none;
	    top: 0px;
	    width: calc(100vw + 30px);
	    max-width: calc(100vw + 30px);
	    right: -15px;
	    display: table;
	}

	.icons--text {
		font-size: 24px;
		min-height: 0;
		margin-bottom: 15px;
	}
	.text-intro ul {
	    font-size: inherit;
	}
	.icon-floater {
		transform: translateY(100%);
		max-height: 100vh;
		overflow: auto;
		margin: auto;
	}

	.icon-floater.active {
		position: fixed;
		bottom: 0;
		top: auto;
		border-radius: 0px;
		box-shadow: 0px -10px 30px -10px rgb(0 0 0 / 20%);
		border: 0px;
		transform: none;
		z-index: 30;
	}

	.floater--moreinfo {
		font-size: 18px;
	}

	.floater--text {
		font-size: 25px;
	} 

	.floater--icon {
		height: 60px;
	}

	.floater--moreinfo:before {
		width: 80%;
		margin: 5px 0px 10px;
	}

	.icons_below {
		margin-top: 0px;
		font-size: 22px;
		padding: 0px 10vw;
	}

	div#section-plans {
		padding: 80px 0px 10px;
	}

	.plans_title {
		font-size: 32px;
	}

	.plans_text {
		font-size: 22px;
		padding: 0px 4vw;
		margin-bottom: 30px;
	}

	.flip-card {
		height: calc(83vw - 30px);
	}

	.plan-icon {
		height: 60px;
	}

	.plan-strip {
		margin-top: 3px;
		width: 150px;
		font-size: 14px;
	}
	.hero-item--bg {
		background-position: 52% 0%;
	}
	.active .hero-item--bg {
		//animation: slidein 15s;
	}
	.flip-card-back-content {
		font-size: 4.2vw;
		max-width: 90%;
	}
	
	.col.footer-socials {
		margin-bottom: 0px !important;
	}
	@keyframes slidein {
	  from {
		background-position:50% 0%;
	  }

	  to {
		background-position:70% 0%;
	  }
	}
	.hero-item[data-id="6"] .hero-item--bg {
		background-position: 81% 0%;
	}
	.hero-item[data-id="5"] .hero-item--bg {
		background-position: 12% 0%;
	}
	.hero-item[data-id="4"] .hero-item--bg {
		background-position: 52% 0%;
	}
	.hero-item[data-id="3"] .hero-item--bg {
		background-position: 72% 0%;
	}
	.hero-item[data-id="2"] .hero-item--bg {
		background-position: 33% 0%;
	}
	.hero-item[data-id="1"] .hero-item--bg {
		background-position: 58% 0%;
	}
	.col.footer-logo img {
		max-width: 60%;
	}
	footer {
		text-align: center;
		text-align-last: center;
	}

	footer .socials {
		margin: auto;
		justify-content: right;
	}

	div#section-contact {
		padding: 50px 0px;
	}
	div#section-contact {
		padding: 50px 15px;
	}
	
	footer .row {
	    justify-content: center;
	}
	.col-md-4.my-auto.text-center.footer-email {
		order: 3;
		margin-top: 40px !important;
	}

	.footer-socials.ml-auto, .footer-logo {
		flex: 0 0 50%;
	}
	.footer-logo img {
		margin: 40px auto auto;
		/* margin: auto; */
	}
	
	.wpcf7 form.sent .wpcf7-response-output { margin-top:25px !important; }

		
	body.page-id-1112 .hero-item[data-id="1"] .hero-item--bg {
	    background-position:4% 0%;
	}
		
	body.page-id-1112 .hero-item[data-id="2"] .hero-item--bg {
	    background-position: 75% 0%;
	}
		
	body.page-id-1112 .hero-item[data-id="3"] .hero-item--bg {
	    background-position: 34% 0%;
	}
	body.page-id-1112 .hero-item[data-id="4"] .hero-item--bg {
	    background-position: 38% 0%;
	}
		
	body.page-id-1112 .hero-item[data-id="5"] .hero-item--bg {
	    background-position: 55% 0%;
	}

	
	body.page-id-55 .hero-item[data-id="3"] .hero-item--bg {
	    background-position: 58% 0%;
	}	
	body.page-id-55 .hero-item[data-id="5"] .hero-item--bg {
	    background-position: 72% 0%;
	}	
	body.page-id-55 .hero-item[data-id="4"] .hero-item--bg {
	    background-position: 18% 0%;
	}
}

.floating-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  font-size:18px;
  background-color: #60963e;
  color: #fff;
  /* border-radius: 50%; */
  text-align: center;
  /* width: 50px; */
  /* height: 50px; */
  display: flex;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
  align-items: center;
  padding: 7px 10px 5px;
  text-decoration: none;
  line-height: 1;
	border-radius: 3px;
}

.floating-btn:hover {
	background-color: rgb(96 150 62 / 80%);
	cursor: pointer;
	color:white;
}


.floating-btn i {
    margin-inline-end: 6px;
    margin-top: -4px;
	font-size:0.8em;
}



a#fwhtsapp {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: #60963e;
    color: white;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 22px;
    border-radius: 5px;
    height: 40px;
    z-index: 222;
}

a#fwhtsapp i {
    line-height: 40px;
}

