@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat: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&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

header .logo {
    padding: 15px 0;
}

.btn-rok {
    border-radius: 100px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.btn-white {
    color: #e84e0f;
    background-color:#FFF;
}

.btn-white:hover {
    color: #000;
    background-color:#fbba00;
}

.btn-orange{
    background-color: #e84e0f;
    color:#FFF;
}

.btn-orange:hover {
    background-color: #ba3a06;
    color:#FFF;
}

.btn-yellow {
    background-color: #fbba00;
    color:#FFF;
}

.btn-yellow:hover {
    background-color: #CC8003;
    color:#FFF;
}

.btn-blue {
    background-color: #0070d1;
    color:#FFF;
}

.btn-blue:hover {
    background-color: #005096;
    color:#FFF;
}

.btn-rok-radio {
    background-color: #CCC;
    color:#FFF;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
}

.btn-check:checked + .btn-rok-radio {
    background-color: #e84e0f;
    color:#FFF;
    box-shadow: inset 0 2px 3px #fbba00;
    border: none;
}

.btn-check + .btn-rok-radio .fas {
    opacity: 0;
    padding-right: 7px;
}


.btn-check:checked  + .btn-rok-radio .fas {
    opacity: 100;
}

.btn-check + .btn-rok-radio  {
    padding-right: 40px;
}


.header-nav-buttons, .header-nav {
    width:100%;
    font-family: 'Montserrat', sans-serif;
}

.header-nav-buttons a {
    margin:15px;
	display: block;
}

@media (min-width: 992px) {
  .header-nav-buttons a {
	display: inline-block;
}
}

.header-nav a{
    display: block;
    color:#e84e0f;
    font-weight: 700;
    margin: 15px;
    text-decoration: none;
    transition: all 0.3s;
	text-align: center
}

@media (min-width: 768px) {
.header-nav a{
    display: inline-block;
}
}

#properties-link .fas {
    transition: all .5s;
}

.rotate180 {
  transform: rotate(-180deg);
}

#properties {
	position:static;
	  background-color: rgba(255,255,255,0.9);
	width:100%;
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
	border-radius: 30px;
	text-align: left;
	display: none;
}

#properties .holder{
	padding: 30px;
}


#properties p{
	color: #e84e0f;
}

#properties ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
  #properties ul{
	margin-bottom: 0;
}
}

#properties ul li{
	margin: 0;
	padding: 0;
}

#properties ul li a{
	color:#000;
	font-weight: 400;
	padding: 10px 0;
	margin: 0;
	text-align: left;
}

#properties ul li a:hover{
	color: #e84e0f;
}

#properties ul li a .fas{
	color: #e84e0f;
    display: inline-block;
    padding: 0 15px 0 0;
}

#properties .close{
	position: absolute;
	right: 0;
	padding: 15px;
	margin: 0;
	border-radius: 50px;
	color: #e84e0f;
	z-index: 1100;
	cursor: pointer;
}

#properties .close:hover{
	color: #000;
}

@media (min-width: 992px) {
  #properties {
	  position: absolute;
	  z-index: 1000;
}
}


.header-nav a:hover {
    color: #ba3a06;
}

header .toggler-holder {
    position: absolute;
    top:50px;
    right:15px;
}

header .toggler-holder button {
	font-size: 2rem;
    color: #e84e0f;
}

.slider-bottom {
	background-image: url("../images/rokofis-logo-left-pop.png"), url("../images/orange-back.png");
	background-size: auto 75%, 100% 100%;
	padding: 75px 0;
	background-position: bottom left, top left;
	background-repeat: no-repeat, no-repeat;
}

.slider-bottom .btn-rok {
	box-shadow: 0 0 20px rgb(207 99 0 / 100%);
	padding: 12px 24px;
	margin-bottom: 30px;
	margin:0 auto 30px auto;
	margin-right: 20px;
}

.slider-bottom .btn-white:before {
    position: absolute;
    content: "";
    background-color: #FFF;
    height: 3px;
    width: 501px;
    margin-top: 0.6rem;
    margin-left: -525px;
    z-index:-0;
    transition:all .3s;
    pointer-events: none;
}

.slider-bottom .btn-rok:hover:before {
    background-color: #fbba00;
}


.slider-bottom video {
	box-shadow: 0 0 50px rgb(207 99 0 / 80%);
}


.slider-bottom h1 {
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 30px;
    color: #FFF;
    letter-spacing: 0.05em;
    padding-left: 30px;
}

.slider-bottom h1:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 5px;
    background-color: #e84e0f;
    margin-left: -30px;
    margin-top: 1rem;
}

.slider-bottom p {
    color: #FFF;
    line-height: 1.7em;
    margin-bottom: 30px;
}

.home-sec {
	padding: 75px 0;
}

.home-sec h2{
	font-weight: 800;
    margin-bottom: 30px;
    font-size: 2.5rem;
	color: #e84e0f;
}

.home-sec p{
	line-height: 1.7em;
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
}

.home-sec.no-1{
	box-shadow: 0 -20px 20px rgba(158,63,0,0.45);
	position: relative;
	z-index: 10;
	background-image: url("../images/left-orange.png"), url("../images/right-lines.png");
	background-size: 375px auto, 300px auto;
	background-position: left 100px, right top;
	background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .home-sec.no-1{
	background-size: 600px auto, 300px auto;
	background-position: left 150px, right top;
}
}

@media (min-width: 768px) {
  .home-sec.no-1{
	background-size: auto, 300px auto;
	background-position: left 100px, right top;
}
}

@media (min-width: 992px) {
  .home-sec.no-1{
	background-size: auto, 300px auto;
	background-position: left center, right top;
}
}

@media (min-width: 1400px) {
  .home-sec.no-1{
	background-size: auto, 300px auto;
	background-position: left center, right top;
}
}

.home-sec.no-1 .btn-rok {
	padding: 12px 24px;
}

.home-sec.no-2{
	text-align: center;
}

.home-sec.no-2 h2{
	font-weight: 400;
    margin-bottom: 30px;
	color: #000;
}

.home-sec.no-2 ul{
	list-style: none;
    list-style-position: outside;
    margin: 30px 0 0 0;
    font-weight: 500;
	padding: 30px 50px;
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
	color:#FFF;
	background-color:#5c11a7;
	text-align: left;
	border-radius: 30px;
}

.home-sec.no-2 ul li {
    padding: 15px 0;
}

.home-sec.no-2 ul li .fas {
    color: #e84e0f;
	padding: 10px;
}


.home-sec.no-3{
}

@media (min-width: 992px) {
  .home-sec.no-3{
	background-image: url("../images/right-blue-circles.png");
	background-position: right 30%;
	background-repeat: no-repeat;
	background-size: auto;
}
}

.home-sec.no-3 h2{
	font-weight: 400;
    margin-bottom: 30px;
    font-size: 2.5rem;
	color: #0070d1;
}

.home-sec.no-3 p{
	line-height: 1.7em;
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
}

.home-sec.no-4{
	background-image: linear-gradient(180deg, rgba(230,230,230,1) 50%, rgba(255,255,255,1) 100%);
}

.home-sec.no-4 .holder{
	background-image:url("../images/transparent-heart.png"), url("../images/orange-back.png");
	background-size:auto 100%, 100% 100%;
	background-position: center center, top left;
	background-repeat: no-repeat;
	padding: 50px;
	border-radius: 30px;
}

.home-sec.no-4 .holder h2{
	color:#FFF;
}

.home-sec.no-4 .holder p{
	text-align: left;
	color:rgba(255,255,255,0.85);
}

.home-sec.no-5{
background:url("../images/yellow-shine.png"), linear-gradient(180deg, rgba(195,32,7,1) 0%, rgba(232,78,15,1) 7%, rgba(232,78,15,1) 93%, rgba(195,32,7,1) 100%);
	background-size: 100% 100%, 100% 100%;
	background-position: center center, left top;
	text-align: center
}

.home-sec.no-5 h2{
	color:#FFF;
}

.home-sec.no-6 .brand-splash {
	font-size: 2rem;
	position: relative;
}

.home-sec.no-6 .brand-splash:before {
	position: absolute;
	content: "";
	width:40%;
	height: 1px;
	background-color: #fbba00;
	right: 0;
	top:50%;
}

@media (min-width: 576px) {
  .home-sec.no-6 .brand-splash:before {
	width:60%;
}
}

footer {
	color: #FFF;
}

footer a{
	color: #FFF;
	text-decoration: none;
	transition:all .3s;
}

footer a:hover{
	color: #e84e0f;
	text-decoration: none;
}

footer .fas {
	color: #e84e0f;
	text-decoration: none;
	display: inline-block;
	padding: 0 15px 0 0;
}

footer .crown {
	background-image: url("../images/footer-crown.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 91px;
	text-align: center;
}

footer .footer-body {
	padding: 30px 0;
	background-image: url("../images/orange-back.png");
	background-size: 100% 100%;
}

.foot-nav-header {
	font-size: 1.3rem;
	font-weight: 800;
	color: #e84e0f;
}

.fs-n {
	font-weight: normal;
}

.social-link {
	display: inline-block;
	padding: 10px 10px 10px 0;
}

ul.foot-nav {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

ul.foot-nav li{
	margin: 0;
	padding: 0;
}

ul.foot-nav li a{
	padding: 5px 0;
	display: block;
}

/**************************************************/

.page-main-sec, .page-sub-sec {
    margin-bottom: 50px;
}

h1.page-title {
	font-weight: 800;
    margin-bottom: 30px;
    font-size: 2.5rem;
	color: #e84e0f;
}

.page-hero p {
    color:#666;
    margin-bottom: 30px;
	font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.7em;
    text-align: justify;
}

.page-sub-sec h2 {
    font-weight: 800;
    margin-bottom: 30px;
    font-size: 2rem;
	color: #e84e0f;
}

.page-sub-sec p, .page-sub-sec ul {
    line-height: 1.5em;
    color:#666;
    margin: 0 0 30px 0;
	list-style: none;
	list-style-position: inside;
	padding: 0;
}

.page-sub-sec ul li{
	padding-left: 2em;
}

.page-sub-sec ul li::before {
  content: "";
  color: #e84e0f;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
    position: absolute;
  margin: 0 0 0 -2em;
}

.page-main-sec.orange-back {
	background-image: url("../images/orange-back.png");
	background-size: 100% 100%;
}

.page-main-sec.orange-back h1.page-title {
	color: #fff;
    text-shadow: 0 20px 30px rgb(197 52 0 / 53%);
}

p.about-text {
	font-weight: 300;
	font-size: 1.3rem;
	line-height: 1.7em;
	color:#666;
	margin: 50px 0;
	text-align: justify;
}

.range-slider-label {
	font-weight: bold;
	font-size: 1.3rem;
	display: block;
	padding: 0 0 20px 0;
	color: #e84e0f;
}

.range-slider-label span {
	font-weight: 400;
	color: #000;
}

.price-summary {
    border-radius: 30px;
    box-shadow: 0 20px 30px rgba(120, 88, 71, 0.45);
    padding: 30px;
    font-size: 1.2rem;
    margin: 50px 0;
}

.price-summary ul li{
    padding-bottom: 10px;
}

.price-summary p strong{
    font-weight: 800;
}

.price-summary .btn-rok{
    padding: 12px 24px;
}

.calc-sum {
    padding: 20px 0;
    margin: 15px 0 10px 0;
    background-image: url("../images/divider2x2.jpg");
    background-repeat: repeat-y;
    background-position: center top;
}

p.multiplier, p.total-sum {
    margin-bottom: 20px;
    text-align: right;
}

p.multiplier-n, p.total-sum-n {
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
}

p.multiplier-n sup, p.total-sum-n sup{
    color:#999;
    font-weight: normal;
    padding-left: 5px;
    font-size: 14px;
    margin-top: -15px;
}

p.total-sum, p.total-sum-n {
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: bold;
}

@media (max-width: 575px) {
  p.total-sum{
    font-size: 1.5rem;
}
}

p.billing-advantage {
        margin: -30px -30px 30px -30px;
    background-color: #e84e0f;
    color: #FFF;
    padding: 30px;
    border-radius: 30px 30px 0 0;
}

.contact-info {
    font-size: 1.5rem;
    font-weight: 800;
}

.contact-info span{
    display: inline-block;
    padding: 15px;
    margin: 0 20px 0 0;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    box-sizing: content-box;
    border-radius: 5rem;
    background-color: #fbba00;
    color: #FFF;
    line-height: 0;
        text-align:center;
}

.contact-forms {
    border-radius: 30px;
    box-shadow: 0 20px 30px rgba(120, 88, 71, 0.45);
    padding: 30px;
    margin: 50px 0;
}

.contact-forms .form-control {
    border-radius: 300px;
  border: 1px solid #fbba00;
}

.contact-forms .form-control:focus {
    border-color: #e84e0f;
    outline: 0;
    box-shadow: 0 0.25rem 0.25rem rgba(251,186,0,0.38);
}

@media (min-width: 992px) and (max-width: 1199px){
  .contact-info {
    font-size: 1.2rem;
}

.contact-info span{
    width: 1.2rem;
    height: 1.2rem;
    font-size: 1.2rem;
}
}

.hero-icon {
    position: relative;
}

.hero-icon p {
    text-align:center;
    color:#e84e0f;
    font-size: 20rem;
    text-shadow: 10px 10px 20px rgba(120, 88, 71, 0.25);
}

.hero-icon p.layer-2, .hero-icon p.layer-3 {
    position: absolute;
    left: 0;
    top:0;
}

.hero-icon p.layer-2 {
    color: #fbba00;
    z-index: -1;
    font-size: 18rem;
    text-shadow: 5px 5px 10px rgba(120, 88, 71, 0.20);
    opacity: 0.66;
}

.hero-icon p.layer-3 {
    color: #ccc;
    z-index: -2;
    font-size: 16rem;
    text-shadow: 3px 3px 5px rgba(120, 88, 71, 0.15);
    opacity: 0.33;
}