/*
Theme Name: Rotation Landing Theme
Theme URI: https://example.com
Author: Custom Build
Description: Custom landing page theme with rotating orbit animation.
Version: 1.0
*/

@font-face {
    font-family: 'Abhaya Libre Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Abhaya Libre Regular'), url('./fonts/AbhayaLibre-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Abhaya Libre Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Abhaya Libre Medium'), url('./fonts/AbhayaLibre-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Abhaya Libre SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Abhaya Libre SemiBold'), url('./fonts/AbhayaLibre-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Abhaya Libre Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Abhaya Libre Bold'), url('./fonts/AbhayaLibre-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Abhaya Libre ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Abhaya Libre ExtraBold'), url('./fonts/AbhayaLibre-ExtraBold.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
}

.main-container-hero {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.welcome-txt {
    color: #fff;
    font-size: 6vh;
    text-align: center;
    font-family: 'Abhaya Libre ExtraBold';
    margin: 3vh 0;
    /*max-width: 30vw;*/
}

.container {
    position: relative;
    width: 900px;
    height: 66vh;
    perspective: 1200px;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: start;
}


/* RESPONSIVE ORBIT */
.orbit{
  width: 38vw;
  height: 20vw;
  min-width: 320px;
  position:relative;
  transform-style:preserve-3d;
  border-radius:50%;
  position: absolute;
  top: -18vw;
}

/* ICONS */
.icon{
  position:absolute;
  width:6vw;
  height:6vw;
  min-width:45px;
  min-height:45px;
  border-radius:50%;
  background: #D6D6D6;
  backdrop-filter: blur(1.5px);
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:2vw;
  transition:0.7s ease;
  opacity:0.4;
  box-shadow:0 10px 25px rgba(0,0,0,.2);
  cursor:pointer;
  border: 1px solid #FCAE3D;
}
.icon img{
  width: 60%;
  height: 60%;
  object-fit: contain;
  pointer-events: none;
}

.icon.active{
  opacity:1;
  z-index:999;
}
.center-image {
    position: absolute;
    width: 75vh;
	max-width: 100vw;
    height: calc(100vh - 4vh);
    bottom: 4vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: start;
}
#centerImg {
    width: 45vh;
    height: 66vh;
    object-fit: contain;
    object-position: bottom;
    position: absolute;
    bottom: 0;
}
.pop-content {
    position: fixed;
    top: 0;
    color: #333333;
    font-size: clamp(20px, 3.2vh, 3.2vh);
    font-family: 'Abhaya Libre Medium';
    padding: 6vh;
    text-align: center;
    width: 100vw;
    height: 100vh;
    background: #000000B5;
    display: none;
    align-items: center;
    justify-content: center;
}
.pop-content.active {
    display: flex !important;
}
.pop-item {
    display: none;
    background: url(./img/frame.webp);
    background-size: 100% 100%;
    background-position: center center;
    max-width: 42vw;
    padding: 8vw;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.pop-item.active {
    display: flex;
}
.pop-content h4 {
    font-size: 5vh;
    font-family: 'Abhaya Libre ExtraBold';
    margin: 0 0 1vh 0;
    color: #FCAE3D;
}
.pop-content p {
    margin: 0 0 2.2vh 0;
}
.pop-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1vh;
}
.pop-actions a {
    font-size: 3vh;
    font-family: 'Abhaya Libre Regular';
    border-radius: 50vw;
    border: 0.14vw solid #000;
    color: #000;
    text-decoration: none;
    padding: 1.5vh 5vh;
    display: flex;
    align-items: center;
    gap: 0.5vw;
}
.pop-actions.hasmorebtn a {
    padding: 1.5vh 3vh;
}
.pop-actions a img{
    height: 0.8vw;
    object-fit: contain;
    transition: 0.2s;
}
.pop-actions a:hover img{
    transform: rotate(45deg);
}
.pop-actions a.filled {
    background: #000;
    color: #fff;
}
.popup-close {
    position: absolute;
    top: -2vw;
    right: -5vw;
    height: 4vw;
    width: 4vw;
    border-radius: 10vw;
    border: none;
    background: #F44336;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-close img {
    height: 1.5vw;
    object-fit: contain;
}
.icon-headings {
    position: fixed;
    bottom: 3vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-headings .labels{
    text-align: right;
    color: #fff;
    font-size: 3vh;
    font-family: "Abhaya Libre ExtraBold";
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 1.5vh 3vh;
	cursor: pointer;
    /*transition: 0.2s;*/
}
/*.icon-headings .labels:after {*/
/*    content: "";*/
/*    height: 0.5vh;*/
/*    width: 1.5vh;*/
/*    right: 0;*/
/*    background: #fff;*/
/*    position: absolute;*/
/*}*/
.icon-headings .labels.active {
    color: #FCAE3D;
}
.icon-headings .labels.active:after {
    background: #FCAE3D;
}
/*.icon-headings .labels+.labels {*/
/*    margin-left: 2vh;*/
/*}*/
@media(max-width: 1024px){
    .orbit {
        width: 75vw;
        top: -24vh;
        max-width: 768px;
    }
    .icon {
        height: 15vw;
        width: 15vw;
    }
    .pop-content {
        max-width: 100vw;
    }
/*     .icon-headings {
        display: none;
    } */
	.icon-headings .labels {
		font-size: 20px;
		padding:  8px 16px;
	}
}
@media(max-width: 767px){
    .welcome-txt {
        font-size: 4vh;
        margin: 60px 0 20px 0;
    }
    .orbit {
        width: 85vw;
        top: -16vh;
    }
    #centerImg {
    width: 90vw;
    }
    .pop-content h4 {
        font-size: 28px;
    }
    .icon {
        height: 20vw;
        width: 20vw;
    }
    .pop-content {
        max-width: 100vw;
        font-size: 18px;
    }
    .pop-actions {
        flex-wrap: wrap;
    }
    .pop-actions a {
        padding: 10px 16px;
        font-size: 18px;
        gap: 8px;
    }
    .pop-actions a img {
        height: 12px;
    }
    .pop-item {
        padding: 6vh;
        max-width: 75vw;
    }
    .popup-close {
        top: -50px;
        right: 0;
        height: 40px;
        width: 40px;
    }
    .popup-close img {
        height: 15px;
    }
	.icon-headings {
		bottom: 10px;
		gap: 4px;
	}
	.icon-headings .labels {
		font-size: 14px;
		padding:  8px 10px;
	}
}