
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        /* Global Styles 
        background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
        
        */
    

        html, body{
            background-image: linear-gradient(155deg , rgba(0, 0, 0, 1),rgba(26, 26, 46, 1), rgba(0, 0, 0, 1),
                            rgba(26, 26, 46, 1), rgba(0, 0, 0, 1) ,rgba(26, 26, 46, 1), rgba(0, 0, 0, 1), 
                            rgba(26, 26, 46, 1), rgba(0, 0, 0, 1) ,rgba(26, 26, 46, 1), rgba(0, 0, 0, 1),
                            rgba(26, 26, 46, 1), rgba(0, 0, 0, 1) ,rgba(26, 26, 46, 1), rgba(0, 0, 0, 1) );
            color: #ffffff;
            font-family: Royal;
            overflow-x: hidden;

       }
        
        

        .Tophero{
            margin-top: -20px;
            flex-direction: column;
            height: 120vh;
            display: flex;
            justify-content: center;
            align-items: center;
            background: white;
            position: relative;
            overflow: hidden;
            transition: all 1s ease;
        }
        .Tophero-container{
            position: relative;
            background-color: white;
            width: 100%;
            height: 100vh;
            top:0;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: visible;
        }
        .Tophero-textBox{
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 99.7%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-family: Royal;
            font-weight: 900;
            font-size: 100px;
            background-color:white;
            mix-blend-mode: screen;
        }
        .TopmyVideo{
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .Tophero-Heatmap{
            margin-top: auto;
            margin-bottom: auto;
            position: relative;
            padding: 10px;
            margin: 5vw;
            width: 90vw;
            gap: 5px;
            height: auto;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            border-top-right-radius: 20px;
            border-bottom-left-radius: 20px;
            background-color:black;

        }
        .togglebutton{
            width: 50px;
            height: auto;
            border-radius: 20px;
            cursor: pointer;
            border: 2px solid goldenrod;
            transition: all 1s ease;
        }
        .togglebuttoncircle{
            position: relative;
            border-radius: 100px;
            margin-top: auto;
            margin-bottom: auto;
            height: 26px;
            width: 25px;
            background-color: #ffffff;
            left: 0px;
            transition: all 1.5s ease;
        }
        
        .Tophero p {
            color: black;
            text-align: center;
            font-size: 2rem;
	        font-family: JosefinSans;	
            margin: 2rem;
            animation: slideInSide 1s ease-out 0.5s both;
        }
        .Tophero i {
            color: rgb(190, 125, 5);
            cursor: pointer;

        }
        .fa-solid.fa-house, .fa-solid.fa-volcano, .fa-solid.fa-radio{
            font-size: 30px;
        }
        .Tophero h1{
            font-size: 200px;
            color: black;
            text-align: center;
            transition: all 1s ease;
        }

        /* Hero Section */
        .hero {
            flex-direction: row;
            height: 120vh;
            display: flex;
            align-items: center;
            background: white;
            position: relative;
            overflow: hidden;
        }
        .hero-content-container {
            position: relative;
            background-color: white;
            width: 100%;
            height: 120vh;
            top:0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            overflow: visible;
        }
        .MyVideo {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .hero-content{
            display: flex;
            position: absolute;
            flex-direction: column;
            align-items: center;
            background-color: white;
            padding: 5.5vh;
            justify-content: space-evenly;
            width: 100%;
            height: 100%;
            mix-blend-mode: screen;
            transition: all 1s ease;
        }
        
        .hero p {
            text-align: center;
            color: black;
            font-size: 35px;
            font-weight: 900;
	        font-family: JosefinSans;	
            transition: all 1s ease;
            animation: slideInSide 1s ease-out 0.5s both;
        }

        .hero-image {
            display: none;
            position: absolute;
            bottom: 0;
            z-index: 1010;
            overflow: hidden;
            border-radius: 20px;
            border: 3px solid #DAA520;
            height: 100vh;
            width: 100%;
            animation: slideInUp 2s ease-out 0.5s both;
            transition: all 1s ease;
        }
        .hero-image:hover {
            box-shadow: 0px 0px 10px 10px #DAA520;
            
        }

        .hero-image img:hover {
            transform:  scale(1.08);
            
        }

        .hero-image img {
            display: flex;
            overflow: hidden;
            object-fit: cover;
            height: 100%;
            width: 100%;
            background-color: darkblue;
            transition: all 1s ease;
        }
        /*
        
        color: #1a1a2e;

        */

        @keyframes glow {
            from { text-shadow: 0 0 20px rgba(255, 215, 0, 0.5); }
            to { text-shadow: 0 0 30px rgba(255, 215, 0, 0.8), 0 0 40px rgba(255, 215, 0, 0.6); }
        }
        
        @keyframes slideInSide {
            from { transform: translateX(-50px); opacity: 0; }
            to { transform: translateX(0); opacity: 1; }
        }
        @keyframes slideInUp {
            from { transform: translateY(50px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }


        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7); }
            70% { box-shadow: 0 0 0 10px rgba(255, 215, 0, 0); }
            100% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0); }
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 0.7; }
            50% { transform: translateY(-20px) rotate(180deg); opacity: 1; }
        }

        /* Fonnts */
    	@font-face { 
            font-family: Pacifico;  
            src: url(fonts/Pacifico-Regular.ttf);
	        }
	    @font-face { 
	    font-family: Indie; 
       	src: url(fonts/IndieFlower-Regular.ttf);
	    }
	    @font-face { 
	        font-family: Royal; 
       	    src: url(fonts/BonheurRoyale-Regular.ttf);
	    }
        @font-face { 
	        font-family: JosefinSans; 
       	    src: url(fonts/JosefinSans.ttf);
	    }

        /* Products Section */
        
        /*
        
        grid-template-columns: repeat(max-content, minmax(500px, 1fr));
        display: grid;
        
        display: inline-block;
            
        
        */
        
        /*product sliding*/
        .product-grid {
            display: flex;
            border-top: 2px solid #DAA520;
            border-bottom: 2px solid #DAA520;
            overflow-x: auto;
            scroll-behavior: smooth;
            scroll-snap-type: x mandatory;
            gap: 30px;
            padding: 30px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
        }

        .product-grid::-webkit-scrollbar {
            height: 15px;
        }

        .product-grid::-webkit-scrollbar-track {
            background: #352caf48;
            border-radius: 10px;
        }

        .product-grid::-webkit-scrollbar-thumb {
            background: linear-gradient(45deg, #3a52c0 0%, rgba(26, 26, 46, 0.95) 100%);
            border-radius: 10px;
            border: 2px solid #DAA520;
        }

        .product-card {
            display: flex;
            flex-direction: row;
            min-height: 400px;
            max-height: 450px;
            min-width: 80%;
            max-width: 100%;
            background: transparent;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            border: 3px solid #DAA520;
            overflow: hidden;
            scroll-snap-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
        }

        @media only screen and (max-width: 800px) {
            .product-card {
                min-width: 150%;
                max-width: 200%;
                
            }
            
        
        }

        .card-text {
            display: flex;
            flex-direction: column;
            padding: 2rem;
            width: 100%;
            height: auto;
            position: relative;
            overflow: hidden;
        }

        .card-text h3 {
            font-size: 2.2rem;
            font-weight: 700;
            color:goldenrod;
            margin-bottom: 10px;
            line-height: 1.2;
        }

        .card-text p {
            text-align: center;
            font-size: 1.8rem;
            color: #ffffff;
            display: flex;
        }    
            



        .product-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 25px 50px rgba(0,0,0,0.2);
        }

        .card-image {
            border-radius: 19px;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            position: relative;
            overflow: hidden;
            
        }
        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .product-card:hover .card-image img {
            transform: scale(1.1);
        }

        /* Products Section End */

        /*video,image*/
        .VIcard {
            display: flex;
            min-height: 100vh;
            max-height: 100vh;
            padding: 1rem;
            position: relative;
            overflow: hidden;
        }
        .VIcard-item {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            margin-top: 5vh;
            min-height: 80vh;
            max-height: 100vh;
            min-width: 75%;
            max-width: 95%;
            align-self: center;
            background: transparent;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            border: 3px solid #DAA520;
            overflow: hidden;
            scroll-snap-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
        }
        .VIcard-item:hover {
            box-shadow: 2px 2px 10px 10px goldenrod;
            transform: scale(1.02);
        }
        .VIcard-item-video {
            min-width: 72vw;
            margin-left: -7px;
            height: 80vh;
            object-fit: cover;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-bottom-left-radius: 20px;
            border-top-left-radius: 20px;
            border-right: none ;
            position: relative;
            overflow: hidden;
        }
        .VIcard-item-rectanglerow{
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            align-content: center;
            border-bottom-right-radius: 20px;
            border-top-right-radius: 20px;
            border-left: none;
            width: 18vw;
            height: 80vh;
            margin-left: -2px;
            position: relative;
            overflow: hidden;
        }

        .VIcard-item-rectangles{
            display: flex;
            padding: 2rem;
            width: 100%;
            height: auto;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow: hidden;
        }
        .fa-solid.fa-file-arrow-down {
            color: #DAA520;
            font-size: 2rem;
            transition: all 1.5s ease;
        }
        .fa-solid.fa-file-arrow-down:hover {
            color: #ffffff;
            transform: scale(1.2);
        }

        @media screen and (max-width: 650px) {
            .VIcard{
                display: flex;
                min-height: auto;
                max-height: auto;
            }
            .VIcard-item {
                flex-direction: column;
                min-width: 90%;
                max-width: 100%;
                height: 80vh;
            }
            .VIcard-item-video {
                margin-left: 0;
                margin-top: -7px;
                width: 100%;
                height: 70vh;
                border-bottom-left-radius: 0px;
                border-top-left-radius: 20px;
                border-top-right-radius: 20px;
            }
            .VIcard-item-rectanglerow {
                flex-direction: row;
                width: 100%;
                height: auto;
                border-bottom-left-radius: 20px;
                border-top-left-radius: 0px;
                border-top-right-radius: 0px;
            }
            
        }


        

        /*video image ending*/

        /* Image Gallery */
        .gallery {
            padding: 100px 2rem;
            
        }

        .gallery-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .image-slider {
            position: relative;
            height: 400px;
            overflow: hidden;
            border-radius: 20px;
            margin-top: 2rem;
        }

        .slide {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all 0.5s ease-in-out;
            background-size: cover;
            background-position: center;
        }

        .slide.active {
            opacity: 1;
            transform: scale(1);
        }

        .slide.next {
            opacity: 0;
            transform: scale(1.1);
        }

        .slider-nav {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
        }

        .nav-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .nav-dot.active {
            background: #ffd700;
            transform: scale(1.2);
        }

        /*gallery ending*/


        /* Footer */
        footer {
            height: 100%;
            padding: 2vw;
            bottom: 0;
            overflow: hiddden;
            background-image: linear-gradient(25deg , rgba(0, 0, 0, 1),rgba(26, 26, 46, 1), rgba(0, 0, 0, 1) ,rgba(26, 26, 46, 1), rgba(0, 0, 0, 1) ,rgba(26, 26, 46, 1), rgba(0, 0, 0, 1) , goldenrod);
            text-align: center;
        }

        .footer-content {
            position: sticky;
            height: 100%;
            bottom: 0;
            overflow: hidden;
            max-width: 1200px;
            margin: 0 auto;
        }

        .contact-info {
            display: flex;
            justify-content: center;
            gap: 3rem;
            margin-bottom: 2rem;
            padding: 1rem;
            flex-wrap: wrap;
            overflow: hidden;
        }

        .contact-item {
            background: rgba(255, 215, 0, 0.1);
            padding: 1rem 2rem;
            border-radius: 10px;
            transition: all 0.3s ease;
        }

        .contact-item:hover {
            background: rgba(255, 215, 0, 0.2);
            transform: translateY(-5px);
        }

        /* Responsive */
        

        /* Scroll animations */
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s ease;
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }
        /* Scroll ending */

        /*  bottom curves */
        .custom-shape-divider-bottom {
            position: absolute;
            z-index: 1011;
            bottom: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            transform: rotate(180deg);
        }
        @media (max-width: 660px){
            .custom-shape-divider-bottom{
                display: none;
            }
        }

        .custom-shape-divider-bottom svg {
            position: relative;
            overflow: hidden;
            display: block;
            background-color: transparent;
            width: calc(149% + 1.3px);
            height: 150px;
        }

        .custom-shape-divider-bottom .shape-fill {
            fill: rgba(26, 26, 46, 0.95);
        }
        .custom-shape-divider-bottom .shape-fill-middle {
            fill: #644aa1;
        }
        .custom-shape-divider-bottom .shape-fill-last {
            fill: #DAA520;
        }

        .custom-shape-divider-bottom-footer {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            transform: rotate(180deg);
        }

        .custom-shape-divider-bottom-footer svg {
            position: relative;
            display: block;
            width: calc(117% + 1.3px);
            height: 283px;
        }

        .custom-shape-divider-bottom-footer .shape-fill-footer {
            fill: #F3E7A6;
        }
        /* bottom curves ending */
        



        @media (max-width: 800px) {
            .Tophero h1 { font-size: 110px; }
            .hero p {
                font-size: 30px;
            }
            .contact-info { flex-direction: column; gap: 1rem; }
            .hero {
                flex-direction: column;
            }
            .custom-shape-divider-bottom {
                bottom: 0;
            }
        }
        @media (max-width: 550px){
            .hero p{
                font-size: 23px;
                margin-top: 50px;
            }
            

        }
        @media  (min-width: 900px) {
            .Tophero i{
                font-size: 80px;
            }
        }


        
    