
*{box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    scrollbar-color: red black;
   
    }

body{
     background: #000;
     overflow-x: hidden;
}
   
    /******************************************************************Navbar**************************************************************************/
   
    
   
    .navbar{background: #000;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 80px;
        position: sticky;
        display: flex;
        top: 0;
        z-index: 999;
        }
       
        .navbar__container{justify-content: center;
        padding: 0 50px;
        height: 80px;
        margin: 0 auto;
        width: 100%;
        max-width: 1300px;
        z-index: 1;
        display: flex;
        }
       
      
       
       
        .navbar__menu{text-align: center;
        align-items: center;
        list-style: none;
        display: flex;
        gap: 20px;
        }
       
        .navbar__item{height: 40px;}
       
        .navbar__links{color: #f8f8f8;
        align-items: center;
        justify-content: center;
        padding:  5px 2rem;
        text-decoration: none;
        height: 100%;
        display: flex;
        background: #c31a1a;
        border-radius:45px;
        text-align: center;
        width: 100%;
        font-size: 1.2rem;
        }
   
   
        .navbar__links:hover{background: #000;
            color: #fff;
        transition: all 0.5s ease;
        }

    


        .hearttop{
            height: 65px;
            width: 65px;
            position: sticky;
            display: flex;
            z-index: 999;
            margin-top: 450%;
            margin-left: 415%;
        }

       




    
   
    /*******************************************************************Contact Popup*******************************************************************/
   
  

    .contactspopup {
        
        border: 5px solid #8d1515;
        color: #fff;
        height: 670px;
        width: 400px;
        margin-top: 3%;
        margin-left: 65%;
        padding: 10px;
        position: fixed;
        top: 50px;
        left: 50px;
        z-index: 1;
        border-radius: 6px;
        font-size: 25px;
        font-family: 'comic sans';
        display: none;
       
    }


    .contactspopup.active{
        display: block;
        background-color: #00000082;
    }


   


   
    .contactspop.active .contact_context{
        transform: translate(-50%, -50%) scale(1);
        transition: all 0.4s ease-out;
    }


        .contactspopup .contact_context{
            position: absolute;
            width: 400px;
            height: 470px;
           justify-content: center;
            padding: 30px;
            box-sizing: border-box;
            transform: translate(-50%, -50%) scale(0);
            transition: all 0.2s ease-out;
            border-radius: 7px;
            z-index: 2;
            box-sizing: border-box;
           
        }




        .contactspopup .close-btn{
            position: absolute;
            right: 20px;
            top: 20px;
            width: 65px;
            height: 65px;
            color: #fff7f7;
            font-size: 25px;
            font-weight: 600;
            line-height: 30px;
            border-radius: 50%;
            cursor: pointer;
            text-align: center;
          }

    
          .contact_form{
            display: flex;
            flex-direction: column;
            margin-top: 17%;
          }

          .contact_form label{
            text-align: center;
          }


          .contact_form input{
            margin-bottom: 5%;
            font-size: 1.2rem;
            padding: 1% 2% 1% 2%;
            text-align: center;
            border-radius: 5px;
          }

          .contact_form textarea{
            margin-bottom: 10%;
            font-size: 1.2rem;
            padding: 10% 2% 45% 2%;
            text-align: center;
            border-radius: 5px;
            resize: none;
            overflow-y: hidden;
          }

          .contact_form button{
            background-color: #8d1515;
            color: #fff;
            border-radius: 5px;
            padding: 3%;
            font-size: 1.5rem;
            cursor: pointer;
          }

          .contact_form button:hover{
            background-color: #ff0d00;
          }



        
    /*********************************************************************Main Page***********************************************************************/
     
   
    .main{
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        height: 100vh;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
   
    .logo{
        width: 25%;
        margin-bottom: -5%;
        margin-top: 5%;
    }

    .main_content h1{color: #fff;
    font-size:75px;
    }
   
   
    .main_content h2{color: #fff4f4;
    font-size:35px;
   
    }

   
    .main_content h3{color: #fff;
    font-size: 30px;
   
    }

   


    /************************************************************************Social Icons*****************************************************************/
   
    .socials{
        position: absolute;
        display: flex;
        flex-direction: column;
        gap: 25px;
        left: 2%;
        top: 45%;
        font-size: 30px;
    }

    .fa-brands,.fa-solid{height: 50px;
        padding:  4px;
        width: 50px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        border:5px solid #c31a1a;
        float: left;
        cursor: pointer;
      }
     
    
     
      .fa-instagram {
        color: rgb(255, 0, 0);
        }
     
     
      .fa-x-twitter {
        color:  rgb(255, 0, 0);
      }
     
      .fa-youtube{
        color: rgb(255, 0, 0);
      }

      .fa-hand-holding-dollar{
        color: rgb(255, 0, 0);
      }
     

      .fa-brands:hover, .fa-solid:hover{background:#c31a1a;
        color: #fff;
      transition: 0.15 ease;
      }
     

  
   
 
   


    /**********************************************************About Page**********************************************************************************/
      
    .blender{
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        height: 125vh;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .blender_content h1{
        color: #fff;
        font-size: 40px;
        margin-bottom: 1%;
    }

    .container img{
        width: 100%;
        max-width: 1200px;
        border-radius: 5px;
        object-fit: cover;
    }
 
    .container{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 0 1% 0 1%;
        
    }

    .column{
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 5px;
    }
    


        /*************************************************************************Traditional Page**********************************************************/


    .traditional{
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        height: 120vh;
        width: 100%;
        text-align: center;
        justify-content: center;
    }




    .traditional_content h1{
        color: #fff;
        font-size: 40px;
        margin-top: 3%;
        margin-bottom: 1%;
       text-align: center;
    }


 

    .gallerybackground{
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        background: linear-gradient(100deg, rgb(236,214)0%, rgb(50, 112, 118) 100%);
    }
 
    .gallery{
        width: 100%;
    }


    .gallery-container{
        align-items: center;
        display: flex;
        height: 400px;
        margin: 0 auto;
        max-width: 1000px;
        position: relative;
        margin-top: 8%;
    }


    .gallery-item{
        height: 500px;
        opacity: 0;
        position: absolute;
        transition: all 0.3s ease-in-out;
        width: 350px;
        z-index: 0;
        border-radius: 15px;
        background-size: contain;
    }


    .gallery-item-1{
        left: 15%;
        opacity: .4;
        transform: translateX(-50%);
    }


    .gallery-item-2, .gallery-item-4{
        height: 500px;
        opacity: 0.8;
        width: 380px;
        z-index: 1;
    }


    .gallery-item-2{
        left: 30%;
        transform: translateX(-50%);
    }


    .gallery-item-3{
        box-shadow: -2px 5px 33px 6px rgba(0,0,0,0.35);
        height: 550px;
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        width: 430px;
        z-index: 2;
    }


    .gallery-item-4{
        left: 70%;
        transform: translateX(-50%);
    }


    .gallery-item-5{
        left: 85%;
        opacity: .4;
        transform: translateX(-50%);
    }


    .gallery-controls{
        display: flex;
        justify-content: center;
        margin: 25px 0;
        height: 100px;
       
    }


    .gallery-controls button{
        background: transparent;
        border: 0;
        cursor: pointer;
        font-size: 30px;
        margin: 0 50px;
        padding: 0 12px;
        text-transform: capitalize;
        color: #fff;
       
    }


    .gallery-controls-button:focus{
        outline: none;
    }


    .gallery-controls-previous{
        position: relative;
    }


    .gallery-controls-previous::before{
        border: solid #ffffff;
        border-width: 0 5px 5px 0;
        content: '';
        display: inline-block;
        height: 5px;
        left: -30px;
        padding: 10px;
        position: absolute;
        top: 25%;
        transform: rotate(335deg) translateY(-50%);
        transition: left 0.15s ease-in-out;
        width: 5px;
    }


    .gallery-controls-previous:hover::before{
        left: -40%;  
    }


    .gallery-controls-next{
        position: relative;
    }


    .gallery-controls-next::before{
        border: solid #ffffff;
        border-width: 0 5px 5px 0;
        content: '';
        display: inline-block;
        height: 5px;
        padding: 10px;
        position: absolute;
        right: -30px;
        top: 45%;
        transform: rotate(-45deg) translateY(-50%);
        transition: right 0.15s ease-in-out;
        width: 5px;
    }


    .gallery-controls-next:hover::before{
        right: -40px;
    }


    .gallery-nav{
        bottom: -15px;
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 0;
        position: absolute;
        width: 100%;
    }


    .gallery-nav li{
        background: #ccc;
        border-radius: 50%;
        height: 10px;
        margin: 0 16px;
        width: 10px;
    }


    .gallery-nav li.gallery-item-selected{
        background: #555;
    }




    .gallery-controls{
       margin-bottom: -25%;
        cursor: pointer;
    }


    .next{
       
        margin-left: 80%;
        cursor: pointer;
    }


    .prev{
        margin-left: 5%;
        cursor: pointer;
    }

/****************************************************************About*********************************************************************/

.about{
    background-repeat: no-repeat;
        background-position: center;
        position: relative;
        height: 100vh;
        width: 100%;
        text-align: center;
        justify-content: center;
}

.about_content{
    margin: 3% 1% 0 1%;

}



.about_content h1{
    color: #fff;
        font-size: 40px;
        margin-top: 3%;
        margin-bottom: 3%;
       text-align: center;
    
}

.about_description{
    gap: 25px;
    display: flex;
}

.about_description img{
    width: 20%;
    float: left;
}

.about_description p{
    color: #fff;
    font-size: 1.5rem;
    text-align: left;
    margin-top: 2%;
    
}

.share_about{
        display: flex;
        gap: 25px;
        font-size: 30px;
        margin-top: -10%;
        justify-items: center;
        justify-content: center;
    }




/********************************************************************Footer*************************************************************************/
       
    .footer{
        height: 50%;
        background-color: #8d1515;
        color: #fff;
        text-align: center;
        width: 100%;
    }

    .footer img{
        width: 1%;
        border-radius: 50%;
    }

    .footer a{
        color: #fff;
    }



/*******************************************************************Background Space*************************************************************************/
   
    .box div{
    position: absolute;
    width: 2px;
    height: 10px;
   
    border: 4px solid #ffffff;
    border-radius: 50% ;
    }
   
    .box div:nth-child(1){
    top: 12%;
    left: 42%;
    animation: animate 10s linear infinite;
    }
   
    .box div:nth-child(2){
    top: 70%;
    left: 50%;
    animation: animate 7s linear infinite;
    }
   
    .box div:nth-child(3){
    top: 17%;
    left: 6%;
    animation: animate 9s linear infinite;
    }
   
    .box div:nth-child(4){
    top: 20%;
    left: 60%;
    animation: animate 10s linear infinite;
    }
   
    .box div:nth-child(5){
    top: 67%;
    left: 10%;
    animation: animate 6s linear infinite;
    }
   
    .box div:nth-child(6){
    top: 80%;
    left: 70%;
    animation: animate 12s linear infinite;
    }
   
    .box div:nth-child(7){
    top: 60%;
    left: 80%;
    animation: animate 15s linear infinite;
    }
   
    .box div:nth-child(8){
    top: 32%;
    left: 25%;
    animation: animate 16s linear infinite;
    }
   
    .box div:nth-child(9){
    top: 90%;
    left: 25%;
    animation: animate 9s linear infinite;
    }
   
    .box div:nth-child(10){
    top: 20%;
    left: 80%;
    animation: animate 5s linear infinite;
    }
    .box div:nth-child(11){
    top: 20%;
    left: 80%;
    animation: animate 5s linear infinite;
    }
    .box div:nth-child(12){
    top: 20%;
    left: 80%;
    animation: animate 5s linear infinite;
    }
    .box div:nth-child(13){
    top: 20%;
    left: 80%;
    animation: animate 5s linear infinite;
    }
    .box div:nth-child(14){
    top: 20%;
    left: 80%;
    animation: animate 5s linear infinite;
    }
    .box div:nth-child(15){
    top: 20%;
    left: 80%;
    animation: animate 5s linear infinite;
    }
   
    @keyframes animate{
        0%{
            transform: scale(0) translateY(0) rotate(0);
            opacity: 1;
        }
        100%{
            transform: scale(1.3) translateX(90px) translateY(-70px) rotate(360deg);
            opacity: 0;
        }
    }

 @media screen and (max-width: 1024px){
    
    .navbar__links{
    font-size: 20px;}
    .hearttop{display: none;}
    .main{height: 100vh;}
    .logo{width: 40%;}
    .main_content h1{font-size: 60px;}
    .main_content h2{font-size: 35px;}
    .main_content h3{font-size: 30px;}
    .socials{display: none;}
    .blender{display: none;}
    .traditional{display: none;}
    .about{height: 100vh;}
    .about_content h1{font-size: 40px;}
    .about_content p{font-size: 30px;
    text-align: center;}
    .about_description{flex-direction: column;}
    .about_content img{display: none;
    }
    .share_about,.fa-brands,.fa-solid{
    margin-top: 10%;
    
    }
    .contactspopup {
        height: 770px;
        width: 600px;
        margin-top: 3%;
        margin-left: 15%;
        border-radius: 6px;
        font-size: 10px;
    }
    .contact_form label{
        font-size: 1.7rem;
    }
    .contact_form textarea{
        padding: 15%;
    }
    }  
   
 @media screen and (max-width: 768px){
    
    .navbar__links{
    font-size: 20px;}
    .hearttop{display: none;}
    .main{height: 80vh;}
    .logo{width: 40%;}
    .main_content h1{font-size: 60px;}
    .main_content h2{font-size: 35px;}
    .main_content h3{font-size: 30px;}
    .socials{display: none;}
    .blender{display: none;}
    .traditional{display: none;}
    .about{height: 90vh;}
    .about_content h1{font-size: 40px;}
    .about_content p{font-size: 30px;
    text-align: center;}
    .about_description{flex-direction: column;}
    .about_content img{display: none;
    }
    .share_about,.fa-brands,.fa-solid{
    margin-top: 10%;
    
    }
    .contactspopup {
        height: 870px;
        width: 600px;
        margin-top: 10%;
        margin-left: 1%;
        border-radius: 6px;
        font-size: 10px;
    }
    .contact_form label{
        font-size: 1.7rem;
    }
    }  
   




    @media screen and (max-width: 480px){
    
    .navbar__links{padding: 1px 10px 1px 10px;
    font-size: 10px;}
    .hearttop{display: none;}
    .main{height: 50vh;}
    .logo{width: 50%;}
    .main_content h1{font-size: 30px;}
    .main_content h2{font-size: 25px;}
    .main_content h3{font-size: 20px;}
    .socials{display: none;}
    .blender{display: none;}
    .traditional{display: none;}
    .about{height: 100vh;}
    .about_content h1{font-size: 25px;}
    .about_content p{font-size: 15px;
    text-align: center;}
    .about_description{flex-direction: column;}
    .about_content img{display: none;
    }
    .share_about,.fa-brands,.fa-solid{
    margin-top: 10%;
    
    }
    .contactspopup {
        height: 570px;
        width: 300px;
        margin-top: 10%;
        margin-left: -3%;
        border-radius: 6px;
        font-size: 10px;
        
       
    }
    .contact_form label{
        font-size: 1.5rem;
    }
    .contact_form textarea{
        margin-top: 10%;
    }
    .contact_form button{
        margin-top: 10%;
    }
    .footer{margin-top: 50%;}
    }


@media screen and (max-width: 320px){
    
    .navbar__links{padding: 1px 10px 1px 10px;
    font-size: 10px;}
    .hearttop{display: none;}
    .main{height: 50vh;}
    .logo{width: 50%;}
    .main_content h1{font-size: 30px;}
    .main_content h2{font-size: 25px;}
    .main_content h3{font-size: 20px;}
    .socials{display: none;}
    .blender{display: none;}
    .traditional{display: none;}
    .about_content h1{font-size: 25px;}
    .about_content p{font-size: 15px;
    text-align: center;}
    .about_description{flex-direction: column;}
    .about_content img{display: none;
    }
    .share_about,.fa-brands,.fa-solid{
    margin-top: 10%;
    }
    .contactspopup {
        height: 570px;
        width: 300px;
        margin-top: 10%;
        margin-left: -13%;
        border-radius: 6px;
        font-size: 10px;
        
       
    }
    .contact_form label{
        font-size: 1.5rem;
    }
    .contact_form textarea{
        margin-top: 10%;
    }
    .contact_form button{
        margin-top: 10%;
    }
    }

@media screen and (max-width: 200px){
    .navbar{margin-left: 10%;}
    .navbar__links{padding: 1px 5px 1px 5px;
    font-size: 10px;}
    .hearttop{display: none;}
    .main{height: 40vh;
    margin-left: 10%;}
    .logo{width: 50%;}
    .main_content h1{font-size: 20px;}
    .main_content h2{font-size: 15px;}
    .main_content h3{font-size: 10px;}
    .socials{display: none;}
    .blender{display: none;}
    .traditional{display: none;}
    .about{margin-left: 5%;
    margin-bottom: 50%;}
    .about_content h1{font-size: 20px;}
    .about_content p{font-size: 15px;
    text-align: center;}
    .about_description{flex-direction: column;}
    .about_content img{display: none;
    }
    .share_about,.fa-brands,.fa-solid{
    margin-top: 10%;
    }
    .contactspopup {
        height: 570px;
        width: 300px;
        margin-top: 10%;
        margin-left: -13%;
        border-radius: 6px;
        font-size: 10px;
        
       
    }
    .contact_form label{
        font-size: 1.5rem;
    }
    .contact_form textarea{
        margin-top: 10%;
    }
    .contact_form button{
        margin-top: 10%;
    }
    .footer{
        width: 100%;
    }
    }


