/**
* Theme Name: Quollion Child
* Description: This is a child theme of Quollion.
* Author: VLThemes
* Template: quollion
* Version: 1.0.0
*/

*{
  margin:0px;
  padding:0px;
  box-sizing:border-box;
}

:root {
  --grey: #5E5D5E;
  --mid-grey: #3f3f3f;
}

.container-banner__ph {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 900px;
  visibility: hidden;
}

/********************** Mouse *************************/
.cursor-follow button{
  position:absolute;
  top:0!important;
  left:0!important;
  color:white;
  border-radius:50px;
  padding:.5rem 2rem;
  background-color:#00000085;
  border:1px solid white;
}


/*******************************************************************************************
.ph-banner-class{
	width:100%;
	height:100vh;
}

.universe-animate{
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  position:absolute;
}

.text2 {
    transform: perspective(1000px) rotateX(800deg) rotate(90deg);
    opacity:0;
    transform-style: preserve-3d;
    width:10px;
    height:10px;
}

.text2:nth-child(1){
    margin-right:4rem;
}
.text2:nth-child(2){
    margin-left:4rem;
}

.animate2{
  animation: animate2 15s ease-in-out;
}

@keyframes animate2 {
    0% {
        transform: perspective(1000px) rotateX(0deg) rotate(25deg);
    }

    100% {
        transform: perspective(1000px) rotateX(800deg) rotate(90deg);
    }
}

.text2 span {
    position: absolute;
    padding: 0 10px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    white-space: nowrap;
    color: #FFF;
    font-size: clamp(1.5rem, 4vw + 1rem, 3.5rem);
    font-weight: 900;
    line-height: 0.76em;
    text-transform: uppercase;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    transform-style: preserve-3d;
    transform: translate(-50%, -50%) rotateX(calc(var(--i) * 9.5deg)) translateZ(106px) rotateX(90deg);
    user-select: none;
    border:2px solid white;
}
*/

/************ Banner Video Area ********************/
.sound{
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    background-image: url(https://www.ph-partners.com/wp-content/uploads/2024/01/mute.png);
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    border: none;
    z-index: 9999;
}

.playing{
	background-image: url(https://www.ph-partners.com/wp-content/uploads/2024/01/volume.png);
}
/******** Banner *************/
.ph-bann .elementor-widget-container{
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh!important;
      margin: 0;
      background-color: var(--vlt-color-3);
    }

    .text, .text2 {
      font-family: 'Arial', sans-serif;
      font-size: 1em;
      font-weight: bold; /* Kalınlığı artırmak için */
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 5px;
      position: absolute;
      perspective: 500px; 
      transform-style: preserve-3d; 
    }

    .text span , .text2 span {
      display: inline-block;
      transform: translateZ(100px) rotateX(0deg);
      transition: transform 0.5s;
      text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); 
      /* 3D gölge eklemek için */
      opacity:0;
    }
/*
    .text:hover span {
      transform: translateZ(100px) rotateX(360deg);
    }*/




/************************************
************************************/

.svg-container{
  width:100%;
  height:100vh;
  display:flex;
  overflow:hidden;
  justify-content:center;
  align-items:center;
  background-color:transparent;
  position:absolute;
  opacity:0;
}

.ph-title{
  overflow:hidden;
  font-size:6em;
  color:var(--vlt-color-1);
  z-index:5;
  display:flex;
}

.logo-area{
  width:100%;
  position:absolute;
  display:flex;
  justify-content:start;
  flex-direction:column;
  overflow:hidden;
  opacity:0;
  z-index:5;
  margin-left:5rem;
}
.logo-area div{
	width:50%;
}

.logo-area .logo-title{
  font-size:3.5em;
  color:var(--vlt-color-1);
}

.logo-area .logo-subtitle{
  font-size:2em;
  color:var(--vlt-color-1);
}

.logo-area button.button{
    background-color: transparent;
    border: 1px solid #e40aff;
    color: var(--vlt-color-1);
    width: 15em;
    padding: 1rem 3rem;
    border-radius: 30px;
    margin-top: 1rem;
}

.logo-area button.button:hover{
    background-color: #e40aff;
    cursor: pointer;
}

.ph-subtitle{
  margin-left:1rem;
  overflow:hidden;
  font-size:1em;
  color:var(--vlt-color-1);
  z-index:5;
  display:flex;
  opacity:0;
}


.ph-title div{
  transform:translateY(-100px);
}
/*
Transformative
brands,
made extraordinary
by design.*/
#katman_1{
  width:50px;
  position:absolute;
  perspective: 200px;
}

#katman_2{
  width:90px;
  position:absolute;
  perspective: 400px;
}

#katman_3{
  width:140px;
  position:absolute;
  perspective: 600px;
}

#katman_4{
  width:200px;
  position:absolute;
  perspective: 800px;
}

#katman_5{
  width:280px;
  position:absolute;
  perspective: 1000px;
}

#katman_6{
  width:380px;
  position:absolute;
  perspective: 1200px;
}

#katman_7{
  width:520px;
  position:absolute;
  perspective: 1200px;
}

#logo{
  width:1200px;
  transform:translateX(500px) rotate(25deg);
  position:absolute;
  z-index:5;
}

#transpa{
    position: fixed;
    left: 0px;
    width: 20px;
    height: 20px;
    top: 50%;
    fill: transparent;
}

/***************************************/


.container-ph-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity:1;
}




.container-ph-banner .animate{
  transform-style: preserve-3d;
  transform: perspective(1000px) rotateX(720deg) rotateY(90deg);
  animation: animate 10s ease-in;
}


@keyframes animate {
    0% {
        transform: perspective(1000px) rotateX(0deg) rotateY(25deg);
    }

    100% {
        transform: perspective(1000px) rotateX(720deg) rotateY(90deg);
    }
}


.container-ph-banner .animate span {
    position: absolute;
    padding: 50px 20px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    white-space: nowrap;
    color: #FFF;
    font-size: clamp(1.5rem, 4vw + 1rem, 3.5rem);
    font-weight: 900;
    line-height: 0.76em;
    text-transform: uppercase;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    transform-style: preserve-3d;
    transform: translate(-50%, -50%)rotateX(calc(var(--i) * 51.5deg)) translateZ(106px);
    user-select: none;
    border:1px solid var(--vlt-color-1);
  opacity:1;
  transition:all 1sn ease-in-out;
}


.yeni-transform{
  transform: translate(-50%, -50%)rotateX(calc(var(--i) * 51.5deg)) translateZ(126px)!important;
}




/******** Reference Logo *********/
.rf-logo{
	width:15%!important;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}

.rf-logo .elementor-widget-container a{
	width:100%!important;
}

.rf-logo .elementor-widget-container a img
{
	width: 100%;
	height:50px!important;
    object-fit: cover;
}

/********* Sell Bahrain Button ***************/
.sellbahrain{
	font-size: x-large;
    padding: 0.5rem 3rem;
    border-radius: 30px;
    border: 2px solid var(--vlt-color-1);
    background: transparent;
    color: var(--vlt-color-1);
	position:relative;
	overflow:hidden;
}

.sellbahrain:before{
	content:"";
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0%;
	background:#ffffffa3;
	border-radius: 30px;
	transition:height .2s linear;
	z-index:-1;
}

.sellbahrain:hover{
	color:black!important;
}

.sellbahrain:hover:before{
	height:100%;
}


.read{
	font-size: small;
    padding: 0.5rem 3rem;
    border-radius: 30px;
    border: 1px solid var(--vlt-color-1);
    background: transparent;
    color: var(--vlt-color-1);
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
}


/********************** Price Table ***********************************/
.price-table{
  width:100%;
  height:100%;
  display:flex;
  align-items:end;
  flex-direction:column;
}

.packetsss{
  display:flex;
  width:60%;
  justify-content:end;
  position:sticky;
  top:-30px;
}

.packets1,.packets2,.packets3{
  width:33.3%;
  background-color:var(--vlt-color-3);
  color:var(--vlt-color-1);
  margin:.5rem;
  border:1px solid gray;
  border-radius:20px;
  text-align:center;
  padding:1rem;
}

.packets-button{
  background:transparent;
  color:var(--vlt-color-1);
  border:1px solid;
  padding:.5rem 1rem;
  border-radius:20px;
}

.packets-button:hover{
  background:#7c4dff;
  cursor:pointer;
}

h1.packets-title{
	font-size:200%!important;
	margin-bottom:1rem;
	margin-top:1rem;
}

.table-area , .table-area table{
 width:100%;
}

.table-area table{
  border-collapse:collapse;
  border-left:0px solid
}

.table-area table tr{
  height:50px;
}

.table-area table tr td:nth-child(1){
  width:40%;
}

.table-area table tr td:not(td:nth-child(1)){
  text-align:center;
}

.icon-check{
	background-color: yellow;
    padding: 0.5rem 0.3rem;
    border-radius: 50%;
    color: black;
	font-size:.9rem;
}

.packets2:before{
	content: "most preferred";
    position: absolute;
    display: flex;
    background-color: #9b51e0;
    border: 1px solid gray;
    border-radius: 50px;
    top: -7px;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 0.2rem 0.5rem;
}

.select{
	position: absolute;
    left: 3rem;
    top: 5rem;
    font-size: 2rem;
    border: 1px solid purple;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
}

.elementor-3303 .elementor-element.elementor-element-81fd868 .elementor-testimonial-content{
	color: var(--vlt-color-1)!important;
}
