@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --size-navbar-width: 75px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    font-size: 10px;
    max-height: 100vh;
    max-width: 600vw;
    overflow: hidden;
}

.toggle {
    z-index: 999;
}

/* navbar start */
.navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 74px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: initial;
    background-color: #3c403d;
    transition: width 0.5s;
    overflow-x: hidden;
    display: flex;
    z-index: 100;
}

.navigation.active {
    width: 300px;
}

.navigation ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 5px;
    padding-top: 40px;
}

.navigation ul li {
    position: relative;
    list-style: none;
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.navigation ul li.active {
    background-color: #daded4;
}

.navigation ul li b:nth-child(1) {
    position: absolute;
    top: -20px;
    height: 20px;
    width: 100%;
    background-color: #daded4;
    display: none;
    transition: smooth 0.5s;
}

.navigation ul li b:nth-child(1)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 20px;
    background-color: #3c403d;
}

.navigation ul li b:nth-child(2) {
    position: absolute;
    bottom: -20px;
    height: 20px;
    width: 100%;
    background-color: #daded4;
    display: none;
    transition: smooth 0.5s;
}

.navigation ul li b:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 20px;
    background-color: #3c403d;
}

.navigation ul li.active b:nth-child(1),
.navigation ul li.active b:nth-child(2) {
    display: block;
}

.navigation ul li a {
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    text-decoration: none;
    color: white;
}

.navigation ul li.active a {
    color: #3c403d;
}

.navigation ul li a .icon {
    position: relative;
    display: block;
    min-width: 60px;
    height: 60px;
    line-height: 70px;
    text-align: center;
}

.navigation ul li a .icon ion-icon {
    font-size: 1.5em;
}

.navigation ul li a .title {
    position: relative;
    display: block;
    padding-left: 10px;
    height: 60px;
    line-height: 60px;
    white-space: normal;
}

.toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #3c403d;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.toggle.active {
    background-color: #3c403d;
}

.toggle ion-icon {
    position: absolute;
    color: white;
    font-size: 34px;
    display: none;
}

.toggle ion-icon.open,
.toggle.active ion-icon.close {
    display: block;
}

.toggle ion-icon.close,
.toggle.active ion-icon.open {
    display: none;
}

/* navbar end */


/* next prev button */
.gz-control-button {
    padding: 0 20px;
    font-size: 3rem;
    text-align: center;
    min-width: 50px;
    background-color: #fafafa;
    cursor: pointer;
    margin: 0;
    border-radius: 4px;
}

.gz-control-container {
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: block;
    z-index: 999;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.gz-section {
    height: 100vh;
    max-height: 100vh;
    width: 100%;
    min-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .375s ease;
    padding-left: var(--size-navbar-width);
    position: relative;
}

.gz-section:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.gz-section.intro {
    background-image: url("../images/bg-5.jpg");
    background-repeat: no-repeat;

}

.gz-packages-group {
    color: white;
    position: absolute;
    z-index: 999;
    max-width:600px;
}
.intro .gz-packages-group {
    text-align:center;    
    top:152px;
    left:350px;
}

.esensial .gz-packages-group {
    text-align:left;    
    top:226px;
    left:100px;
}

.silver .gz-packages-group {
    text-align:right;    
    top:174px;
    right:70px;
}

.emas .gz-packages-group {
    text-align: center;    
    top:52px;
    left:100px;
}

.platinum .gz-packages-group {
    text-align:center;    
    top:52px;
    right:44px;
}

.custom .gz-packages-group {
    text-align:right;    
    top:251px;
    right:36px;
}

.gz-packages-group h1 {
    font-size: 3rem;
}

.gz-packages-group h2 {
    font-size: 2.5rem;
}

.gz-packages-group h3 {
    font-size: 1rem;
    font-weight: normal;
}

.gz-packages-group p {
    padding-top:5px;
    font-size: 1rem;
    font-weight: normal;
}

.gz-section.esensial {
    background-color: blueviolet;
    background-image: url("../images/bg-6.jpeg");
    background-repeat: no-repeat;
}

.gz-section.silver {
    background-color: purple;
    background-image: url("../images/bg-7.jpeg");
    background-repeat: no-repeat;
}

.gz-section.emas {
    background-color: yellow;
    background-image: url("../images/bg-8.jpeg");
    background-repeat: no-repeat;
}

.gz-section.platinum {

    background-image: url("../images/bg-9.jpeg");
    background-repeat: no-repeat;

}

.gz-section.custom {
    background-color: red;
    background-image: url("../images/bg-10.jpeg");
    background-repeat: no-repeat;
}