*{box-sizing:border-box;margin:0;padding:0}.head{z-index:1000;background:#0009;padding:2rem 0}.head .logo{font-family:Dancing Script,cursive}.head .nav_bar .nav_list{border-radius:8px;margin:0;padding:5px 18px;list-style:none}.head .nav_bar .nav_list li{color:#fff;font-family:Dancing Script,cursive;font-size:24px;transition:color .3s;position:relative}.head .nav_bar .nav_list li:after{content:"";background-color:#fff;width:0;height:2px;transition:all .3s;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.head .nav_bar .nav_list li:hover{color:#ff4800;cursor:pointer}.head .nav_bar .nav_list li:hover:after{width:100%}@media (min-width:768px){.head .nav_bar .nav_list{gap:3rem;display:flex}}@media (max-width:767px){.head .nav_bar .nav_list{background:#000000e6;width:100%;padding:1rem 0;display:none;position:absolute;top:100%;left:0}.head .nav_bar .nav_list.mobile-open{display:block}.head .nav_bar .nav_list li{text-align:center;padding:1rem}}.head .btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:3px 5px;font-size:17px;transition:all .5s;position:relative}.head .btn:before{content:"";background-color:#fff;width:0;height:2px;transition:all .5s;position:absolute;bottom:0;left:0}.head .btn:hover{color:#000;transition-delay:.2s}.head .btn:hover:before{width:100%}.head .btn:after{content:"";z-index:-1;background-color:#fff;width:100%;height:0;transition:all .2s;position:absolute;bottom:0;left:0}.head .btn:hover:after{height:100%;transition-delay:.3s}
@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home-section{width:100%;height:100vh}.home{background-color:#000;width:100%;height:100%;position:relative;overflow:hidden}.home h1{font-family:Dancing Script,cursive}.home .content-wrapper{z-index:100;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:30%;display:flex;position:absolute;top:30%;left:10%}.home .container{z-index:-100;width:100%;padding:50px;overflow:hidden}.home .item{z-index:1;background-position:50%;background-size:cover;width:200px;height:300px;transition:all .5s;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 30px 50px #505050}.home .item:first-child,.home .item:nth-child(2){width:100%;height:100%;box-shadow:none;top:0;left:0;transform:translate(0)}.home .item:nth-child(3){left:50%}.home .item:nth-child(4){left:calc(50% + 220px)}.home .item:nth-child(5){left:calc(50% + 440px)}.home .item:nth-child(n+6){opacity:0;left:calc(50% + 660px)}@media (max-width:768px){.home{background-image:url(https://i.pinimg.com/236x/4d/a2/05/4da205bee0604d4d289e3a8c9b273187.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:100vh;display:flex}.home .content-wrapper{width:90%;padding:1rem;position:relative;top:0;left:0}.home .container{display:none}}
.explore-container{width:100%;height:100vh}.explore{width:100%;height:100%;display:flex}.explore .left{flex-direction:column;justify-content:center;width:65%;padding:3rem;display:flex}.explore .left .text_head{width:100%}.explore .left .text_head h1{font-family:Dancing Script,cursive}.explore .left .info-card{background-color:#f3f4f6;border-radius:20px;margin-top:2rem;padding:1rem;box-shadow:0 4px 10px #0000004d}.explore .left .info-card .title{text-align:center;color:#000;font-size:1.5rem;font-weight:700}.explore .left .info-card .description{text-align:center;margin-top:1rem}.explore .left .info-card .description .text{color:#000;font-size:1rem;font-style:italic;font-weight:700}.explore .left .info-card .footer{text-align:center;color:#000;margin-top:1rem;font-size:1.25rem;font-weight:600}.explore .right{justify-content:center;align-items:center;width:35%;display:flex}@media (max-width:768px){.explore{flex-direction:column;justify-content:center;align-items:center}.explore .left,.explore .right{width:100%;padding:1rem}.explore .right .stack{aspect-ratio:1;width:200px;max-width:300px}}
