* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

.banner {
    background: #000000;
  }
  .banner__content {
    padding: 8px;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .banner__text {
    flex-grow: 1;
    line-height: 1.4;
    font-family: "Quicksand", sans-serif;
    
  }
  .banner__close {
    background: none;
    border: none;
    cursor: pointer;
  }
  .banner__text,
  .banner__close > span {
    color: #f7f5ed;
  }
  
  .header0 {
    width: 100%;
    height: 100vh;
    background: rgb(255, 255, 255);
    padding-left: 20%;
    padding-right: 0%;
    position: relative;

    background-image: url(Drawed_0IND-02411A4.jpg);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 78% 69%;
  
}


.header {
    width: 100%;
    height: 100vh;
    background: #ebe8e8;
    padding-left: 11%;
    padding-right: 8%;
    position: relative;

    background-image: url(Drawed_M-HIOLIGINDFSMC-E-0449A-12.jpg);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 92% 100%;
}


.body1{ 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100vh; 
    margin: 0; } 








.image-container { 
 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 10px; max-width: 100%; 
    
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;


} 
    
 .image-container img { 
    max-width: 40%; 
    height: auto;
   
    
 }

.header10 {
    width: 100%;
    height: 100vh;
    background: #ebe8e8;
    padding-left: 11%;
    padding-right: 8%;
    position: relative;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 92% 100%;
}



.header1 {
    width: 100%;
    height: 100vh;
    background: #ebe8e8;
    padding-left: 11%;
    padding-right: 8%;
    position: relative;

    background-image: url(Drawed_M-vnhvnhcttrgd-0344A-8.jpg);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 92% 100%;
}


.header2 {
    width: 100%;
    height: 100vh;
    background: #ebe8e8;
    padding-left: 11%;
    padding-right: 8%;
    position: relative;

    background-image: url(Drawed_M-vnhvnhc-0344A-7.jpg);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 92% 100%;
}

.header3 {
    width: 100%;
    height: 100vh;
    background: #ebe8e8;
    padding-left: 11%;
    padding-right: 8%;
    position: relative;

    background-image: url(Drawed_71722.jpg);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 92% 100%;
}

.header4 {
    width: 100%;
    height: 100vh;
    background: #ebe8e8;
    padding-left: 11%;
    padding-right: 8%;
    position: relative;

    background-image: url(Drawed_F-OITKSVRHUIK-G-PEADIABCOFL-0441A-11.jpg);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 92% 100%;
}

.headerN {
    width: 100%;
    height: 100vh;
    background: #ebe8e8;
    padding-left: 11%;
    padding-right: 8%;
    position: relative;

   
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 92% 100%;
}


.headerR {
    width: 100%;
    height: 100vh , auto;
    background: #ebe8e8;
    padding-left: 11%;
    padding-right: 8%;
    position: relative;

   
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 92% 100%;
}


.headerv {
    width: 100%;
    height: 100vh , auto;
    background: #ebe8e8;
    padding-left: 11%;
    padding-right: 8%;
    position: relative;
    padding-bottom: 14%;

   
   
}



.headernew {
    margin-left: 155px;
}






/* Accordion */


.accordion {
    background-color: #eee;
    color: #8d8b8b;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: #ccc; 
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }




  .accordion {
    background-color: #fffef8;
    color: #000000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: #ccc; 
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }



/* Accordion */


.top-nav {

    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 30px 0 15px;
    border-bottom: 1px solid #999999;

}

.top-nav0 {

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 15px;
    border-bottom: 8px solid #000000;

}

.top-nav ul li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-nav ul li a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    font-size: 15px;


}

.top-nav button  {
    text-decoration: none;
    margin-right: 20px;
    background: #ffffff;
    color: #000000;
 
   padding: 10px 30px;
    cursor: pointer;

}

.side-navn   {

    position: fixed;
    background: #000000;
    left: 0;
    top: 0;
    width: 50px;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 60px 0;
    background-size: 100% 500%;

    background-position: 0 40%;


}


.side-navn a {
    text-decoration: none;
    color: #fff;
    transform: rotate(-90deg) translateX(50%);
    width: max-content;

}





.side-nav {
    position: fixed;
    background: #000000;
    left: 0;
    top: 0;
    width: 100px;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
    background-size: 100% 500%;

    background-position: 0 40%;


}



.side-nav .logo {
    width: 60px;
    cursor: pointer;
}

.side-nav a {
    text-decoration: none;
    color: #fff;
    transform: rotate(-90deg) translateX(50%);
    width: max-content;

}


.text-boxR{
    flex-direction: column;
    position: relative;
    font-size: 18px;
    margin-left: 155px;
   margin-top: 60px;
   margin-bottom: -120px;
}





.text-box1 {
    flex-direction: column;
    position: relative;
    font-size: 18px;
    margin-left: 155px;
   margin-top: 160px;
}


.text-boxs2 h1{
    margin-top: 100px;
    margin-left: 155px;
}


.text-box3 {
    
    margin-left: 155px;
    align-items: center;
    justify-content: center;
}



.text-box {
    margin: 17%;
    font-size: 16px;
    color: #000000;
 margin-top: 16vh;
   

}


.text-box h1 {

    font-weight: 500;
    font-size: 60px;
    max-width: 550px;
    line-height: 95px;
    margin-top: 10px;
    margin-bottom: 30px;


}






.text-box .icon {
    background: #000000;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-box .icon img {
    width: 15px;
}





#modelBox {

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 400px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: none;

}





.follow {
    margin-top: -10vh;
    margin-bottom: 0vh;
    margin-left: -10vh;
}

   

.copyrightv {
    padding: 10px;
    margin: 100;
    font-size: 15px;
    color: #000;
    background: #fff;
  
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}






.copyright {


    padding: 10px;
    margin: 100;
    font-size: 15px;
    color: #000;


    background: #fff;

    width: 50%;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright0 {


    padding: 10px;
    margin: 100;
    font-size: 15px;
    color: #ffffff;


    background: #000000;

    width: 30%;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}





.hero {
    width: 50%;
    height: 10vh;

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

h1 {
    display: flex;
    font-size: 30px;
    margin-bottom: 100px;
    margin-top: -60px;
}

.social-links {
    display: flex;
}

.social-links a {
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    color: #000;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
    margin: 0 30px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;

}

.social-links a .fab {
    font-size: 25px;
    line-height: 30px;
    position: relative;
    z-index: 10;
    transition: color 0.5s;
}

.social-links a::after {
    content: '';
    width: 100%;
    height: 100%;
    top: -90px;
    left: 0;
    background: linear-gradient(-45deg, #000000, #000000);
    position: absolute;
    transform: 0.5s;
}

.social-links a:hover::after {
    top: 0;
}

.social-links a :hover .fab {
    color: #fff;
}



.text-box1 .iconf img {
    width: 20px;
}

.social-links .logoc {
    display: flex;
    text-align: center;
    width: 50px;
}

.contact-containerc{




    position: relative;
    font-size: 18px;
    margin-left: 155px;
   margin-top: 60px;


   
    

    
}


.contact-container1{
    position: relative;
    

    flex-direction: column;
    position: relative;
    font-size: 18px;
    margin-left: 155px;
    margin-top: 160px;
    font-size: 16px;
    margin-left: 200px;
    margin-top: -300px;
    
}
.contact-left{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.contact-left-title h2{
    

    font-weight: 600;
    color: rgb(0, 0, 0);
    font-size: 30px;
    margin-bottom: 5px;
}

.contact-left-title hr{
    border: none;
    width: 120px;
    height: 5px;
    background-color:  rgb(0, 0, 0);
    border-radius: 10px;
    margin-bottom: 20px;

}

.contact-inputs{
    width: 400px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    border-radius: 50px;
}
.contact-left textarea{
    height: 140px;
    padding-top: 15px;
    border-radius: 20px;
}

/* EFFECT ON CLICK COLOR CHANGE/ BORDER COLOR CHANGE */
.contact-inputs:focus{
    border: 4px solid  rgb(0, 0, 0);
}

/* PLACEHOLDER TEXT COLOR */
.contact-inputs::placeholder{
    color: #000000;
}
.contact-left button{
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    gap: 10px;
    border-radius: 50px;
    background: linear-gradient(270deg, rgb(0, 0, 0), rgb(0, 0, 0));
    cursor: pointer;
    }


    .text-boxs {
        
        flex-direction: column;
        position: relative;
        font-size: 18px;
        margin-left: 18px;
       margin-top: 160px;
       gap: 20px;
       cursor: pointer;
    }

    
    .btn  {

        
        border-radius: 4px;
        /* height: 5vh;  */
        justify-content: center; 
        align-items: center;
        margin: 0;
        padding: 10px 15px;
        flex-direction: column;    
        

        margin-top: 20px;
        color: #ffffff;
        background: #000000;
   
    
    
    }
    
    .image-containerh img {


        padding: 20px;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 100%;
        margin: 1px 72px;
        max-width: 50%;
        height: auto;
        margin-top: 1%;
        margin-left: 20%;
       

        max-width: 40%;
        height: auto;
        margin-top: 15%;
        margin-left: 20%;
        
    }

  



    .card-body {
        padding: 20px;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 100%;
        
        margin: 1px 72px;


        max-width: 40%;
        height: auto;
        margin-top: 1%;
        margin-left: 20%;



    }
    
    .card h4 {
        margin: 0 0 10px 0;
    }
    
    .card-text {
        margin: 0 0 20px 0;
    }
    
    .btn {
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
    }
    
    .btn-primary {
        /* background-color: #007bff; */
        background-color: #000000  ;
        color: #fff;
        border: none;
    }
    
    .btn-primary:hover {
        background-color: #a3a06c;
    }
    
    .btn-link {
        background-color: transparent;
        color: #007bff;
        border: none;
        text-decoration: underline;
    }
    
    .btn-link:hover {
        color: #0056b3;
    }
    
 
    
    #image-container img {
        max-width: 20%;
        height: auto;
        margin-top: 10%;
        display: flex;
    }
   
    #data-container {
        /* border: 1px solid #ffffff; */
        padding: 20px;
        /* margin: 20px; */
        
       
        height: auto;
        margin-top: 10%;
        display: flex;
        /* background-color: #e2b900; */
        /* border-radius: 15px; */
    }


    #data-container1 {
        
       padding: 20px;
        /* margin: 20px;  */
        
       
        height: auto;
        /* margin-top: 10%; */
        display: flex;
        /* background-color: #e2b900; */
        /* border-radius: 15px; */
    }


    #data-container2 {
        
        padding: 20px;
         /* margin: 20px;  */
         
        
         height: auto;
         /* margin-top: 10%; */
         display: flex;
         /* background-color: #e2b900; */
         /* border-radius: 15px; */
     }

    
.counter {
color: #ffffff;
}



     /* VI */


     .bodyv {
        font-family: Arial, sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        background-color: #f0f0f0;
        margin: 0;
    }
    
    .container {
        display: flex;
        width: 100%;
        max-width: 1200px;
    }
    
    .side-panel {
        width: 200px;
        background-color: #000000;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    
    .text-box3 {
    
    margin-left: 155px;
    align-items: center;
    justify-content: center;
}
    
    .tab {
        background-color: #444;
        color: #fff;
        border: none;
        padding: 10px;
        border-radius: 5px;
        cursor: pointer;
        text-align: left;
    }
    
    .tab:hover {
        background-color: #555;
    }
    
    .video-container {
        flex: 1;
        background-color: #000000;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-left: 100px;
        margin-right: 50px;
        max-width: 1000px;
    }


    .counter {
        color: #ffffff;
        padding-right: 20px;
    }




    .video-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* Aspect ratio 16:9 */
        height: 0;
        overflow: hidden;
    }
    
    video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    
    .controls {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }
    
    button, input[type="range"] {
        background-color: #444;
        color: #fff;
        border: none;
        padding: 10px;
        border-radius: 5px;
        cursor: pointer;
    }
    
    button:hover, input[type="range"]:hover {
        background-color: #555;
    }
    
    /* Styling the volume slider */
    input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8px;
        background: #8a8a8a;
        border: none;
        border-radius: 3px;
    }
    
    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 15px;
        height: 15px;
        background: #fff;
        cursor: pointer;
        border-radius: 50%;
        border: 2px solid #8a8a8a;
        margin-top: -3.5px; /* Center the thumb with the track */
    }
    
    input[type="range"]:focus::-webkit-slider-runnable-track {
        background: #ffffff;
    }
    
    
    /* Styling the video progress bar */
    /* video::-webkit-media-controls-timeline {
        background-color: #ffbd06;
    } */
    
    
    video::-webkit-media-controls-progress-bar {
        background-color: #91e904;
    }
    
    
    video::-moz-range-track,
    video::-ms-track {
        background-color: #cc01ff;
    }
    
    video::-webkit-media-controls-current-time-display,
    video::-webkit-media-controls-time-remaining-display {
        color: #ffffff;
    }
    
 /* VI //////////*/


 /* Accordion //////////*/
 .accordion {
    background-color: #eee;
    color: ebe8e8;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
  }
  

/* Accordion //////////*/


  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .accordion:hover {
    background-color: #ccc;
  }
  
  /* Style the accordion panel. Note: hidden by default */
  .panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
  }



















/* 12P */


@media screen and (min-width: 320px), (max-width: 600px)  and  (max-width: 1440px){




 .banner {
    background: #000000;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
    .banner__content {
        margin-right: 12px;
    }
}


.banner__content {
    padding: 15px;
    padding-left: 80px;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}


.header {
    width: 100%;
    height: 100vh;
    background: #ebe8e8;
    padding-left: 6%;
    padding-right: 8%;
    position: relative;
    background-image: url(Drawed_M-HIOLIGINDFSMC-E-0449A-12.jpg);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 92% 35%;
}



.top-nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 30px 0 15px;
    margin-left: 60px;
    border-bottom: 1px solid #999999;
}




.side-nav {
    position: fixed;
    background: #000000;
    left: 0;
    top: 0;
    width: 50px;
    height: 102vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
    background-size: 100% 500%;
    background-position: 0 40%;
}

.side-nav .logo {
    width: 50px;
    
}



/* RP */

.side-nav a {
    font-size: 10px;
    text-decoration: none;
    color: #fff;
    transform: rotate(-90deg) translateX(50%);
    width: max-content;
}





.headerR {
    width: 100%;
    height: 100vh, auto;
    background: #ebe8e8;
    padding-left: 9%;
    padding-right: 0%;
    position: relative;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 92% 100%;
}


.text-boxR {
    flex-direction: column;
    position: relative;
    font-size: 18px;
    margin-left: 15px;
    margin-top: 60px;
    margin-bottom: -120px;
}

.text-box2 {


    margin-left: 30px;
    padding-bottom: 10px;
}



.image-container img {
    max-width: 100%;
    height: auto;
}

/* Ill */




.header1 {
    width: 100%;
    height: 100vh;
    background: #ebe8e8;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
    background-image: url(Drawed_M-vnhvnhcttrgd-0344A-8.jpg);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 92% 90%;
}


.text-box1 {
    flex-direction: column;
    position: relative;
    font-size: 18px;
    margin-left: 60px;
    margin-top: 128px;
}



.text-box {
    margin: 17%;
    font-size: 16px;
    color: #000000;
    margin-top: 16vh;
    margin-right: auto;
}

.headerN {
    width: 100%;
    height: 100vh;
    background: #ebe8e8;
    padding-left: 1%;
    padding-right: 8%;
    margin-left: 52px;
    position: relative;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 92% 100%;
}





.headerv {
    width: 100%;
    height: 100vh;
    background: #ebe8e8;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
    
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 92% 90%;
}




.text-boxv {
    flex-direction: column;
    position: relative;
    font-size: 18px;
    margin-left: 60px;
    margin-top: 128px;
}

.text-boxc {
    flex-direction: column;
    position: relative;
    font-size: 12px;
    margin-left: 50px;
    margin-top: 128px;
}


.video-container {
    flex: 1;
    background-color: #000000;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-left: -18px;
    margin-right: -7px;
    max-width: 1000px;
}



.headernew {
    margin-left: 60px;
}



.controls {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    font-size: 10px;
}


.counter {
    color: #ffffff;
    padding-right: 12px;
}




}





















