@import url(https://fonts.googleapis.com/css?family=Montserrat);

body,
p,
h3 {
    margin: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    top: 0 !important;
}

.swiper {
    width: 300px;
    padding: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#textp {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: 100%;
    height: 100%;
}


#textp img {
    width: 150px;
    height: 150px;
}

#textp p,
#textp h3,
#textp a {
    margin: 20px 0;
}


#parallax {
    z-index: -2;
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
}



#content {
    margin: 0 auto;
    background: white;
}

#content p {
    margin: 0;
    color: white;

}

@media screen and (max-width: 768px) {
    .bgmain {
        background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.3) 100%);
    }

    .grid2 {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .bgmain {
        background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.3) 100%);
    }

    .grid2 {
        display: none;
    }
}



@media screen and (min-width: 769px) {
    .bgmain {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.35) 100%);
    }

    .title1 {
        padding-left: 50px !important;
        padding-right: 50px !important;

    }

    #content {
        margin: 0 auto;

    }

    h1 {
        font-size: 30px !important;
    }

}

@media screen and (min-width: 1006px) {

    h1 {
        font-size: 30px !important;
    }

    h6 {
        font-size: 16px !important;
    }

    .title1 {
        padding-left: 100px !important;
        padding-right: 100px !important;

    }
}

.flip-card {
    width: 300px;
    height: 150px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}


.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card:hover .flip-card-front {
    display: none;
    transition: transform 0.6s;

}

.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(41, 107, 182);
    color: white;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    backface-visibility: hidden;
    perspective: 500px;
    transform: rotateY(0deg);



}

.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    color: rgb(41, 107, 182);
    transform: rotateY(180deg);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 12px;
    padding: 15px;
    backface-visibility: hidden;
    perspective: 500px;
    width: 300px;
    height: 150px;
    bottom: 25px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);


}

.flip-card:hover .flip-card-back {
    transform: rotateY(0deg);
    transition: transform 0.6s;


}


.profile {
    background-color: white;
    z-index: 1 !important;
    width: 100%;
    padding-right: 10px;

}

.produk {
    background-color: white;
    z-index: 1 !important;
}

.produk {
    background-color: white;
    z-index: 1 !important;

}



.parallax-mirror {
    z-index: 0 !important;
}

.swiper-wrapper {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
}

.swiper-container {
    background: linear-gradient(270deg, rgb(172, 180, 203) 0%, rgb(121, 131, 156) 100%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
    position: relative;
    max-width: 350px;
    height: 100%;
    max-height: 350px;
    border-radius: 10px;
}

.slider-image-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.slider-item {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    opacity: 0;
    background: linear-gradient(270deg, rgb(113, 165, 207) 0%, rgb(219, 239, 255) 100%);
    cursor: grab;
}


.slider-item-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.4s;
    text-align: center;
    margin-bottom: 10px;
}

.slider-item-content>* {
    opacity: 0;
    transform: translateY(20px);
}

.swiper-slide-active .slider-item-content>* {
    transform: translateY(0px);
    opacity: 1;
}

.slider-image {
    width: 100%;
    height: 100% !important;
    max-height: 250px;
    transition: 0.2s;
}

.swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translatex(-50%);
    z-index: 1;
    width: auto !important;
}

.swiper-pagination-bullet {
    border-radius: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 30px;
    font-size: 12px;
    opacity: 1;
    background: rgba(246, 246, 246, 0.3);
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
    width: 20px;
    border-radius: 10px;
}

.slider-buttons {
    position: absolute;
    display: flex;
    top: 100%;
    justify-content: flex-end;
    width: 100%;
    padding-top: 12px;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    color: #fff;
    position: relative;
    margin-left: 8px;
    margin-right: 4px;

}

.swiper-button-next:before,
.swiper-button-prev:before {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 1px;
    width: 0;
    left: 0;
    bottom: -1px;
    transition: 0.2s;
}

.swiper-button-next:hover:before,
.swiper-button-prev:hover:before {
    width: 100%;
}



@media screen and (max-width: 520px) {

    .swiper-button-next:hover:before,
    .swiper-button-prev:hover:before {
        display: none;
    }
}

nav {
    height: 4rem;
    width: 100vw;
    background-color: #ffffffe7;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    position: fixed;
    z-index: 10;
    backdrop-filter: blur(20px);
}

/*Styling logo*/
.logo {
    padding: 10px 10px;
    text-align: center;
}

.logo img {
    width: 250px;
    margin-left: 20px;
    margin-top: 6px;
}

/*Styling Links*/
.nav-links {
    display: flex;
    list-style: none;
    width: 100%;
    max-width: 700px;
    padding: 0 0.7vw;
    justify-content: space-evenly;
    align-items: center;
    text-transform: uppercase;
}

.nav-links li a {
    text-decoration: none;
    margin: 0;
}

.nav-links li a:hover {
    color: #4393bc;
}

.nav-links li {
    position: relative;
}

.nav-links li a::before {
    content: "";
    display: block;
    height: 2px;
    width: 0%;
    background-color: #3197d7;
    position: absolute;
    transition: all ease-in-out 250ms;
    margin: 0 0 0 10%;
    bottom: -1px;
    box-shadow: 0px 0px 10px rgb(54, 212, 255);
}

.nav-links li a:hover::before {
    width: 80%;
}

/*Styling Hamburger Icon*/
.hamburger div {
    width: 30px;
    height: 3px;
    background: #2d95db;
    margin: 5px;
    transition: all 0.3s ease;
}

.hamburger {
    display: none;
}

/*Stying for small screens*/
@media screen and (max-width: 800px) {
    nav {
        position: fixed;
        z-index: 3;
    }

    #textp img {
        width: 100px !important;
        height: 100px !important;
    }

    .title1 {
        font-size: 12px !important;
    }

    .titlee {
        font-size: 20px !important;
        margin-top: 20px !important;
    }

    .bt {
        font-size: 14px;
        height: 35px;
        padding-top: 5px !important;
        padding-bottom: 5px !important;

    }

    .nt {
        background-color: #c5e3f7;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 10px;
    }



    .logo img {
        width: 220px !important;
        margin-left: 20px;
        margin-top: 10px;
    }

    .hamburger {
        display: block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }

    .nav-links {
        position: fixed;
        background: #2d343cd7;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
    }

    .nav-links.open {
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }

    .nav-links li {
        opacity: 1;
    }

    .fade:not(.show) {
        opacity: 1;
    }

    .nav-links li:nth-child(1) {
        transition: all 0.5s ease 0.2s;
    }

    .nav-links li:nth-child(2) {
        transition: all 0.5s ease 0.4s;
    }

    .nav-links li:nth-child(3) {
        transition: all 0.5s ease 0.6s;
    }

    .nav-links li:nth-child(4) {
        transition: all 0.5s ease 0.7s;
    }

    .nav-links li:nth-child(5) {
        transition: all 0.5s ease 0.8s;
    }

    .nav-links li:nth-child(6) {
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }

    .nav-links li:nth-child(7) {
        transition: all 0.5s ease 1s;
        margin: 0;
    }

    li.fade a {
        opacity: 1;
    }
}

/*Animating Hamburger Icon on Click*/
.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
    transition: all 0.7s ease;
    width: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}



@media screen and (max-width: 576) {
    .trx {
        font-size: 12px !important;
    }




}

@media screen and (max-width: 991px) {
    .trx {
        font-size: 12px !important;
    }
}

.goog-te-gadget {
    font-size: 0px !important;
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    border: none;
    padding: 5px;
    border-radius: 5px;
    background-color: #3b6e8f;
    color: white;
    font-size: 10px;
    width: 105px;

}

.goog-te-gadget span {
    display: none;
}

.skipstranlate.goog-te-gadget {
    display: none !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
    position: absolute;
}