/*
Theme Name: VirtuPR
Author: Cezar Ignat
Author URI: https://ign.ae/
Description: Tema realizata pentru firma Virtu
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: czrvirtu
*/

body {
	font-family: 'Lato', sans-serif;
	background: #7209B7;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
}

.text-justify {
    text-align: justify;
}

a {
	color: #fff;
	text-decoration: none;
}

header {
    position: relative;
    width: 100%;
    z-index: 1;
}

.navbar-collapse.collapse.show {
    background-color: #7209B7;
}

#fullheight-top {
    min-height: 100vh;
}

#fullheight-top>.row>div {
    padding: 125px;
    min-height: 100vh;
    background-position: center center;
    background-size: cover;
}

.page-id-6 #fullheight-top>.row>div {
    min-height: 55vh;
}

header .nav-link {
    color: #fff;
    font-weight: bold;
}

#hero-home {
	width: 100%;
	overflow: hidden;
	position: absolute;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#hero-home h1, #hero-home p {
	text-align: center;
	margin: 0;
    font-weight: bold;
}

#hero-home p {
    font-weight: bold;
    font-size: 1.1em;
    position: relative;
    top: -15px;
}

#hero-home h1 img {
    width: 400px;
    max-width: 100%;
}

.container {
    max-width: 720px;
}

.container.container-large {
    max-width: 850px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#background-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.image-bg {
    background-size: cover;
    background-position: center center;
    min-height: 50vh;
    filter: grayscale(0.5);
}

#hero-home p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.page-template-template-contact p {
    max-width: 450px;
}

.page-template-template-contact .social-icons {
    font-size: 1.5em;
}

.social-icons a {
    margin-right: 0.4em;
}



/* body{overflow: hidden;} */
a, a:hover, a:focus, a:active{ text-decoration: none; outline: none;}

/*offer area*/
.offer-area {
    position: relative;
    z-index: 1;
     width: 100%;
     overflow: hidden;
}
 .offer-tab-link {
    text-align: center;
}
 .offer-tab-link ul li {
    display: inline-block;
    padding: 10px 0;
    margin: 0;
}
 .offer-tab-link ul li button {
    display: block;
    color: #797979;
    font-size: 20px;
    padding: 10px 60px;
    border-bottom: 4px solid #797979;
     font-weight: 500;
     border-radius: 0 !important;
}
 .offer-tab-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
     border: 0;
    justify-content: center;
}
 .offer-tab-link ul li button.active {
    color: white;
     border-color: white;
}
 .offer-content p {
    text-align: left;
    margin: 0;
    width: 100%;
}
 .offer-content h2 {
    text-align: left;
}


.offer-content p {
    display: none;
}




 .offerItem {
    padding: 0 15px;
    width: 80px;
    overflow: hidden;
    float: left;
    position: relative;
     transition: 0.3s ease;
}
 .offer-img {
    margin: 0 -15px;
}
 .offer-detail {
    width: 800px;
    opacity: 0.4;
}
 .offerItemTitle {
    position: absolute;
    left: 40px;
    z-index: 1;
    color: #fff;
    transform: rotate(-90deg);
    transform-origin: left;
    text-align: left;
    margin: 0 auto;
    bottom: 0;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    text-transform: uppercase;
    width: 400px;
    font-size: 18px;
}
 .offerItem.active {
    width: calc(100% - 5*80px);
    
}
 .offerItem.active .offer-detail {
    width: 1007px;
    opacity: 1;
}
 .offerItem.active .offer-img {
    max-width: 415px;
}
 .offerItem.active .offer-detail .row .col:first-child {
    max-width: 40% !important;
}
 .offer-content {
    max-width: 460px;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
     opacity: 0;
     transition: opacity 0.3s ease;
}
 .offer-tabs.tab-content {
    padding: 10px 0;
}
 .offerslide:after {
    content: '';
    clear: both;
    display: block;
}
 .offer-content p {
    color: white;
}
 .offer-content h2 {
    font-size: 24px;
    color: white;
     text-transform: uppercase;
}
 .offerItemTitle.hide {
    display: none;
}
 .offerItem.active .offer-content{
     transition: 0.3s ease;
     opacity: 1;
}
 .offer-content a {
    background: white;
    color: #fff;
    padding: 10px 20px;
     display: inline-block;
     margin-top: 10px;
     border: 0;
     border-radius: 3px;
}
 #tabs button.nav-link.active {
     background-color: transparent !important;
}
/*end*/

/*media area*/
@media (max-width:1750px){
#offer-area .container {max-width: 1540px;}
}

@media (max-width:1550px){
#offer-area .container {max-width: 1340px;}
#fullheight-top>.row>div {
    padding: 50px;
}
}

@media (max-width:1450px){
#offer-area .container {max-width: 1240px;}
.offer-content {margin: 0; max-width: 360px;}
#fullheight-top>.row>div {
    padding: 50px;
}
}


@media (max-width:1280px){
#offer-area .container {max-width: 1140px;}
.offerItem.active .offer-detail {width: 750px;}
.offer-detail {width: 595px;}
}

@media (max-width:1199px){
#offer-area .container {max-width: 960px;}
h4.offerItemTitle {height: 50px;line-height: 50px; left: 25px; font-size: 20px;}
.offerItem{ width: 50px;}
.offerItem.active { width: calc(100% - 5*50px);}
.offerItem.active .offer-content{ margin-left: 20px;}

}

@media (max-width:991px){
#offer-area .container {max-width: 720px;}
.offer-content p{ font-size: 14px;}
.offerItem.active .offer-content {margin-left: 0;}
h4.offerItemTitle {font-size: 14px;top: 93%; width: 280px;font-family: 'ProximaNovaA-Regular'; height: 36px; line-height: 36px; left: 17px;}
.offerItem.active .offer-detail {width: 500px;}
.offer-content h2 {font-size: 18px;margin: 0;}
.offer-content a {padding: 7px 13px; font-size: 16px; margin-top: 10px;}
.offer-detail {width: 395px; max-height: 279px;}
.offerItem {width: 35px;}
.offerItem.active {width: calc(100% - 5*35px);}
#fullheight-top>.row>div {
    padding: 25px;
}
.offer-tab-link ul li button {
    font-size: 16px;
    padding: 10px 25px;
}
.navbar li.nav-item {
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #cccccc80;
}
}

@media (max-width:767px){
#offer-area .container {max-width: 540px;}
.offerItem {width: 100%;}
.offer-detail {width: 100%;max-height: unset;display: none;}
h4.offerItemTitle{ text-align: left;padding-left: 15px; position: relative; transform: rotate(0); border-bottom: 1px solid #999; height: 40px; line-height: 40px; width: 100%; left: 0;}
.offer-img {margin: 0;}
.offer-content {margin: 0;max-width: 100%;}
.offerItemTitle.hide {display: block;}
.offerItem.active .offer-detail {width: 100%; display: block;}
.offerItem.active .offer-detail .row .col:first-child {max-width: 50% !important;}
.offerItem.active{ width: 100%;}

}

@media (max-width:574px){
#offer-area .container {max-width: 100%;}
.offerItem.active .offer-detail .row {display: block;}
.offerItem.active .offer-detail .row .col {max-width: 100% !important;}
.offer-content {transform: translate(0);top: 0;padding: 10px 0;}
.offer-img,.offerItem.active .offer-img {width: 100%;max-width: unset;}
.offer-img img{ width: 100%;}
.offerItem.active .offer-detail .row .col:first-child {max-width: 100% !important;}
}