@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

body {
    margin: 0px !important;
    padding: 0px;
    overflow-y: auto;
    font-family: 'Poppins', sans-serif;
    background-color: black;
    overflow-x: hidden;
}

header {
    position: relative;
    height: auto; /* Keep header dynamic */
    overflow: hidden; /* Hide any overflow */
}

nav {
    width: 100%;
    height: 80px; /* Set height for the nav */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10; /* Keep nav on top */
    background-color: #333333cc;
}

header nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 0;
    margin: 0;
    height: 100%;
    margin-left: 100px;
    align-items: center; /* Align items vertically in the nav */
}

header nav ul li {
    margin-right: 20px;

}

header nav ul li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    padding: 0 10px;
}

header nav ul li a:hover {
    background-color: #555;
    border-radius: 10px;
    font-size: 30px;
    transition: 1s;
}

header nav ul li img {
    width: 70px;
    height: auto;
    opacity: 1;
    background-color: #ffffff4f;
    padding: 10px;
    border-radius: 10px;
}

header .slider {
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
}

header .slider-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

header .slider-inner .slide {
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
    height: 600px;
}

 
header .slider-inner .slide img {
    width: 100%;
    height: 100%;
    opacity: .2;
}

.slide h1 {
    position: absolute;
top: 50%;
left: 30%;
font-size: 50px;
    color: white;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
background-color: #55555575;
    padding: 20px;
border-radius: 30px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

border-radius: 10px;}


.page{
padding: 100px 0px 0px 0px;
    
}

.section1{
    width: 100%;
    padding: 100px 0px;
    height: auto;
}

.section1 h1{
    color: aliceblue;text-align: center;
    color: rgb(218, 164, 27);
   }



    
   

.section1 .content{
display: flex;
flex-direction: row;
gap: 0px;
width: 100%;
/* height: 100px; */
}

.section1 .content .card1{
width: 33%;
height: 100%;
margin-left: 5%;
}

.section1 .content .card1 .top{
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: white;
  text-align: left;
  position: relative;
  margin-top: 100px;
    }
    
    .section1 .content .card1 .top h3{
        color: rgb(218, 164, 27); 
        text-align: center;     
        background-color: #555;
        padding: 10px;
        border-radius: 20px; 
        width: fit-content;
        margin-left: 15%;
        font-size: 20px;

          }

          .section1 .content .card1 .top p{
      font-size: 12px;
    width: 50%;   
    text-align: end;   
    margin-left: 120px;
    opacity: .4;
    }

          .section1 .content .card1 .top i{
      position: absolute;
      top:50px;
      left:93%;
      font-size: 50px;
      border: 2px solid   rgb(128, 128, 128);
      border-radius: 50px;
      font-weight: 100;
      padding: 5px;
          }

          .section1 .content .card1 .bottom{
            display: flex;
            flex-direction: column;
            gap: 2px;
            color: white;
            text-align: left;
            position: relative;
            margin-top: 0px;
              }
              

          .section1 .content .card1 .bottom h3{
            color: rgb(218, 164, 27); 
            text-align: center;     
            background-color: #555;
            padding: 10px;
            border-radius: 20px; 
            width: fit-content;
            margin-left: 15%;
            font-size: 20px;
    
              }
    
              .section1 .content .card1 .bottom p{
          font-size: 12px;
        width: 50%;   
        text-align: end;   
        margin-left: 120px;
        opacity: .4;
        color: #fff;
        }
    
              .section1 .content .card1 .bottom i{
          position: absolute;
          top:50px;
          left:93%;
            font-size: 50px;
          border: 2px solid   rgb(128, 128, 128);
          border-radius: 50px;
          font-weight: 100;
          padding: 5px;
              }
    
    
              .section1 .content .card2{
                width: 33%;
                height: 100%;
                background: linear-gradient(to right bottom, black 10%, #55555575 40%, black 88%);
                border-radius: 30px;
                padding-bottom: 200px;
                
                }


              .section1 .content .card2 img{
                width: 300px;
                height:auto;
                margin-left: 16%;
                margin-top: 30px;
                opacity: .4;
              }

              /* ======================================================================= */

              .section1 .content .card3{
                width: 33%;
                height: 100%;
                }


.section1 .content .card3 .top{
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: white;
    text-align: left;
    position: relative;
    margin-top: 100px;
      }
      

      .section1 .content .card3 .top h3{
          color: rgb(218, 164, 27); 
          text-align: center;     
          background-color: #555;
          padding: 10px;
          border-radius: 20px; 
          width: fit-content;
          margin-left: 15%;
          font-size: 20px;
  
            }
  
            .section1 .content .card3 .top p{
        font-size: 12px;
      width: 50%;   
      text-align: start;   
      margin-left: 70px;
      opacity: .4;
      }
  
            .section1 .content .card3 .top i{
        position: absolute;
        top:50px;
        left:-8%;
        font-size: 50px;
            border: 2px solid   rgb(128, 128, 128);
            border-radius: 50px;
            font-weight: 100;
            padding: 5px;
            }
  
            .section1 .content .card3 .bottom{
              display: flex;
              flex-direction: column;
              gap: 2px;
              color: white;
              text-align: start;
              position: relative;
              margin-top: 0px;
                }
                
  
            .section1 .content .card3 .bottom h3{
              color: rgb(218, 164, 27); 
              text-align: center;     
              background-color: #555;
              padding: 10px;
              border-radius: 20px; 
              width: fit-content;
              margin-left: 15%;
              font-size: 20px;
      
                }
      
                .section1 .content .card3 .bottom p{
            font-size: 12px;
          width: 50%;   
          text-align: start;   
          margin-left: 70px;
          opacity: .4;
          color: #fff;
          }
      
                .section1 .content .card3 .bottom i{
            position: absolute;
            top:50px;
            left:-8%;
            font-size: 50px;
            border: 2px solid   rgb(128, 128, 128);
            border-radius: 50px;
            font-weight: 100;
            padding: 5px;
                }

              /* ======================================================================= */

.section2{width: 100%;
    height: 100%;
              background-color:black ;
              padding:  100px 50px;
}

.section2 .content{display: flex;
    background-color:black ;

flex-direction: row;
gap: 0px;}


.section2 .content .right{
    background-color:black ;

    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}

.section2 .content .right .row{
    width: 90%;
    padding: 20px;
    background-color:#555;
    border-radius: 60px 60px 60px 60px;
    font-size: 16px;
    font-weight: 800;
    color:  rgb(218, 164, 27); 
    word-spacing: 5px;
    margin-left: -20%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    opacity: .6;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}

.section2 .content .right .row i{
    font-size: 40px;
    color:black;
}




    .section2 .content .left{
        width: 40%;
        height: 100%;
        background-color:black ;

    }


    .section2 .content .left img{
        width: 75%;
        padding: 20px;
        border-radius: 20%;
        opacity: .3;
       margin-top: 10%;
    }


        
    .section2 h1{
        font-size: 60px;
         background-color:black ;
         color: rgba(218, 164, 27, 0.658); 
         margin-left: 10%;
     }
 
     
     .section2 hr{
        border-radius: 20px;
        padding: 3px;
        width: 200px;
        background-color: rgb(218, 164, 27);
        background-color: rgb(128, 128, 128);
    opacity: .4;
        margin-left: 13%;
        box-shadow: rgba(128, 128, 128,.4) 5px 5px, rgba(128, 128, 128,.3) 10px 10px, rgba(128, 128, 128, .2) 15px 15px, rgba(128, 128, 128,.1) 20px 20px, rgba(128, 128, 128, .05)  25px 25px;
     }



/* ================================================================================================= */

.footer{
    background:#55555580;
    padding:30px 0px;
    font-family: 'Play', sans-serif;
    text-align:center;
    }
    
    .footer .row{
    width:100%;
    margin:1% 0%;
    padding:0.6% 0%;
    color:gray;
    font-size:0.8em;
    }
    

    .footer .row a{
    text-decoration:none;
    color:gray;
    transition:0.5s;
    font-size: 20px;
    font-weight: 900;
    }
    
    .footer .row a:hover{
    color:#fff;
    }
    
    .footer .row ul{
    width:100%;
    }
    
    .footer .row ul li{
    display:inline-block;
    margin:0px 30px;
    }
    
    .footer .row a i{
    font-size:2em;
    margin:0% 1%;
    color: #fff;
    }
    
    @media (max-width:720px){
    .footer{
    text-align:left;
    padding:5%;
    }
    .footer .row ul li{
    display:block;
    margin:10px 0px;
    text-align:left;
    }
    .footer .row a i{
    margin:0% 3%;
    }
    }






    @media(min-width:768px) and (max-width:1200px){
       
        body {
            margin: 0px !important;
            overflow-y: auto;
            overflow-x: hidden; /* Prevent horizontal scroll */
            width: 100% !important;
            font-family: 'Poppins', sans-serif;
        }



        
        body, html {
            margin: 0;
            padding: 0;
            width: 100%;
            overflow-x: hidden; /* Ensures no horizontal scrolling */
        }
        


        * {
            box-sizing: border-box;
        }
        


        header {
            position: relative;
            height: auto; /* Keep header dynamic */
            overflow: hidden; /* Hide any overflow */
            overflow: hidden;

        }
        
        nav {
            overflow: hidden;
            width: 110%;
            height: 65px; /* Set height for the nav */
            position: fixed;
            top: 0;
            left: 0;
            z-index: 10; /* Keep nav on top */
            background-color: #333333cc;
            margin-left: -4%;
            margin-right: 30%;
        }
        
        header nav ul {
            list-style: none;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 4%;
            padding: 0;
            margin-left:3%;
            height: 100%;
            align-items: center; /* Align items vertically in the nav */
        }
        
        header nav ul li {
            margin-right: 0px;
            margin-left: 0px;
        
        }
        
        header nav ul li a {
            text-decoration: none;
            color: #fff;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            font-size: 20px;
            padding: 0 0px;
        }
        
        header nav ul li a:hover {
            background-color: #555;
        }
        
        header nav ul li img {
            width: 68px;
            height: auto;
            opacity: 1;
            background-color: #ffffff4f;
            padding: 10px;
            border-radius: 10px;
            margin-top: 10px;
        }
        
        header .slider {
            overflow: hidden;
            width: 100%;
            margin-top: 0px;
        }
        
        header .slider-inner {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        
        header .slider-inner .slide {
            min-width: 100%;
            box-sizing: border-box;
            position: relative;
            height: 600px;
        }
        
         
        header .slider-inner .slide img {
            width: 100%;
            height: 70%;
            opacity: .6;
        }
        
        .slide h1 {
            position: absolute;
        top: 28%;
        left: 27%;
        font-size: 30px;
            color: white;
            text-transform: uppercase;
            font-family: 'Poppins', sans-serif;
        background-color: #55555575;
            padding: 20px;
        border-radius: 30px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        
        border-radius: 10px;}
        





    .section1{
        width: 100%;
        padding: 10px 0px;
        height: auto;
        margin-left: 10%;
        margin-top: -20%;
    }
    
    
    .section1 h1{
        text-align: center;
        font-size: 30px;
        color: rgb(218, 164, 27);
    
       }
    
    
    
    
    .section1 .content{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    /* height: 100px; */
    }
    
    .section1 .content .card1{
    width: 43%;
    height: 100%;
    margin-left: 1%;
    order: 2;
    margin-top: -10%;
    }
    
    .section1 .content .card1 .top{
      display: flex;
      flex-direction: column;
      gap: 2px;
      color: white;
      text-align: left;
      position: relative;
      margin-top: 100px;
      padding-left: 4%;
        }
        
        .section1 .content .card1 .top h3{
            color: rgb(218, 164, 27); 
            text-align: start;     
            background-color: #555;
            padding: 10px;
            border-radius: 20px; 
            width: fit-content;
            margin-left: 0%;
            font-size: 20px;
    
              }
    
              .section1 .content .card1 .top p{
          font-size: 12px;
        width: 90%;   
        text-align: start;   
        margin-left: 0%;
        opacity: .4;
        }
    
              .section1 .content .card1 .top i{
          position: absolute;
          top:25%;
          left:80%;
          font-size: 50px;
          border: 2px solid    rgb(218, 164, 27);
          border-radius: 50px;
          font-weight: 100;
          padding: 5px;
              }
    
              .section1 .content .card1 .bottom{
                display: flex;
                flex-direction: column;
                gap: 2px;
                color: white;
                text-align: left;
                position: relative;
                margin-top: 17%;
                padding-left: 14%;
                margin-left: -10%;
                  }
                  
                  .section1 .content .card1 .bottom h3{
                      color: rgb(218, 164, 27); 
                      text-align: start;     
                      background-color: #555;
                      padding: 10px;
                      border-radius: 20px; 
                      width: fit-content;
                      margin-left: 0%;
                      font-size: 18px;
              
                        }
              
                        .section1 .content .card1 .bottom p{
                    font-size: 12px;
                  width: 90%;   
                  text-align: start;   
                  margin-left: 0%;
                  opacity: .4;
                  margin-top: 10%;

                  }
              
                        .section1 .content .card1 .bottom i{
                    position: absolute;
                    top:18%;
                    left:80%;
                    font-size: 50px;
                    border: 2px solid    rgb(218, 164, 27);
                    border-radius: 50px;
                    font-weight: 100;
                    padding: 5px;
                        }
                  /* ======================================================================= */
    
                  .section1 .content .card2{
                    width: 55%;
                    height: 100%;
                    background: linear-gradient(to right bottom, black 10%, #55555575 40%, black 88%);
                    border-radius: 30px;
                    padding-bottom: 00px;
                    order: 1;
                    margin-left: 15%;
                    
                    }
    
    
                  .section1 .content .card2 img{
                    width: 60%;
                    height:auto;
                    margin-left: 16%;
                    margin-top: 30px;
                    opacity: .4;
                  }
    
                  /* ======================================================================= */
                  .section1 .content .card3{
                    width: 43%;
                    height: 100%;
                    margin-left: 1%;
                    order: 3;
                    margin-top: -10%;

                    }
                    
                    .section1 .content .card3 .top{
                      display: flex;
                      flex-direction: column;
                      gap: 2px;
                      color: white;
                      text-align: left;
                      position: relative;
                      margin-top: 100px;
                      padding-left: 14%;
                        }
                        
                        .section1 .content .card3 .top h3{
                            color: rgb(218, 164, 27); 
                            text-align: start;     
                            background-color: #555;
                            padding: 10px;
                            border-radius: 20px; 
                            width: fit-content;
                            margin-left: 0%;
                            font-size: 20px;
                    
                              }
                    
                              .section1 .content .card3 .top p{
                          font-size: 12px;
                        width: 90%;   
                        text-align: start;   
                        margin-left: 0%;
                        opacity: .4;
                        }
                    
                              .section1 .content .card3 .top i{
                          position: absolute;
                          top:25%;
                          left:78%;
                          font-size: 50px;
                          border: 2px solid    rgb(218, 164, 27);
                          border-radius: 50px;
                          font-weight: 100;
                          padding: 5px;
                              }
                    
                              .section1 .content .card3 .bottom{
                                display: flex;
                                flex-direction: column;
                                gap: 2px;
                                color: white;
                                text-align: left;
                                position: relative;
                                margin-top: 17%;
                                padding-left: 14%;
                                  }
                                  
                                  .section1 .content .card3 .bottom h3{
                                      color: rgb(218, 164, 27); 
                                      text-align: start;     
                                      background-color: #555;
                                      padding: 10px;
                                      border-radius: 20px; 
                                      width: fit-content;
                                      margin-left: 0%;
                                      font-size: 18px;
                              
                                        }
                              
                                        .section1 .content .card3 .bottom p{
                                    font-size: 11px;
                                  width: 80%;   
                                  text-align: start;   
                                  margin-left: 0%;
                                  opacity: .4;
                                  margin-top: 5%;
                                  }
                              
                                        .section1 .content .card3 .bottom i{
                                    position: absolute;
                                    top:24%;
                                    left:78%;
                                    font-size: 45px;
                                    border: 2px solid    rgb(218, 164, 27);
                                    border-radius: 50px;
                                    font-weight: 100;
                                    padding: 5px;
                                        }
    








/* ===================================== */
                                        
.section2{width: 100%;
    height: 100%;
              background-color:black ;
              padding:  0px 30px 40px 10px;
              margin-left: 5%;
              margin-top: 10%;
              
}


.section2 h1{
    font-size: 35px;
     background-color:black ;
     color: rgba(218, 164, 27, 0.658); 
     margin-left: 20%;
 }

 
 .section2 hr{
    border-radius: 20px;
    padding: 3px;
    width: 28%;
    background-color: rgb(218, 164, 27);
    background-color: rgb(128, 128, 128);
opacity: .4;
    margin-left: 18%;
    box-shadow: rgba(128, 128, 128,.4) 5px 5px, rgba(128, 128, 128,.3) 10px 10px, rgba(128, 128, 128, .2) 15px 15px, rgba(128, 128, 128,.1) 20px 20px, rgba(128, 128, 128, .05)  25px 25px;
 }

.section2 .content{display: flex;
    padding: 60px 10px;
    background-color:black ;
flex-direction: row;
gap: 40px;}


.section2 .content .right{
    background-color:black ;

    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    order: 2;
}

.section2 .content .right .row{
    width: 100%;
    padding: 20px;
    background-color:#555;
    border-radius: 60px 60px 60px 60px;
    font-size: 10px;
    font-weight: 800;
    color:  rgb(218, 164, 27); 
    word-spacing: 5px;
    margin-left: -20%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    opacity: .6;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}

.section2 .content .right .row i{
    font-size: 40px;
    color:black;
}




    .section2 .content .left{
        width: 40%;
        height: 100%;
        background-color:black ;
        margin-left: -3%;
        margin-top: 10%;

    }


    .section2 .content .left img{
        width: 85%;
        padding: 10px;
        border-radius: 15%;
        opacity: .3;
       margin-top: 10%;
    }


        
   





/* ========================================================================================================== */



.footer{
    background:#55555580;
    padding:30px 0px;
    font-family: 'Play', sans-serif;
    text-align:center;
    }
    
    .footer .row{
    width:100%;
    margin:1% 0%;
    padding:0.6% 0%;
    color:gray;
    font-size:0.8em;
    }
    

    .footer .row a{
    text-decoration:none;
    color:gray;
    transition:0.5s;
    font-size: 20px;
    font-weight: 900;
    }
    
    .footer .row a:hover{
    color:#fff;
    }
    
    .footer .row ul{
    width:100%;
    }
    
    .footer .row ul li{
    display:inline-block;
    margin:0px 30px;
    }
    
    .footer .row a i{
    font-size:2em;
    margin:0% 1%;
    color: #fff;
    }
    
    .footer{
    text-align:left;
    padding:5%;
    }
    .footer .row ul li{
    display:block;
    margin:10px 0px;
    text-align:left;
    }
    .footer .row a i{
    margin:0% 3%;
    }
    






    .section1{
        overflow-x: hidden; /* Ensure no horizontal scrolling */
        width: 90%;
    }


  .footer {
        overflow-x: hidden; /* Ensure no horizontal scrolling */
        width: 100%;
    }







}

    @media(min-width:480px) and (max-width:768px){
       
        body {
            margin: 0px !important;
            overflow-y: auto;
            overflow-x: hidden; /* Prevent horizontal scroll */
            width: 100% !important;
            font-family: 'Poppins', sans-serif;
        }



        
        body, html {
            margin: 0;
            padding: 0;
            width: 100%;
            overflow-x: hidden; /* Ensures no horizontal scrolling */
        }
        


        * {
            box-sizing: border-box;
        }
        


        header {
            position: relative;
            height: auto; /* Keep header dynamic */
            overflow: hidden; /* Hide any overflow */
            overflow: hidden;

        }
        
        nav {
            overflow: hidden;
            width: 110%;
            height: 55px; /* Set height for the nav */
            position: fixed;
            top: 0;
            left: 0;
            z-index: 10; /* Keep nav on top */
            background-color: #333333cc;
            margin-left: -4%;
            margin-right: 30%;
        }
        
        header nav ul {
            list-style: none;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 4%;
            padding: 0;
            margin-left:3%;
            height: 100%;
            align-items: center; /* Align items vertically in the nav */
        }
        
        header nav ul li {
            margin-right: 0px;
            margin-left: 0px;
        
        }
        
        header nav ul li a {
            text-decoration: none;
            color: #fff;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            font-size: 14px;
            padding: 0 0px;
        }
        
        header nav ul li a:hover {
            background-color: #555;
        }
        
        header nav ul li img {
            width: 56px;
            height: auto;
            opacity: 1;
            background-color: #ffffff4f;
            padding: 10px;
            border-radius: 10px;
            margin-top: 10px;
        }
        
        header .slider {
            overflow: hidden;
            width: 100%;
            margin-top: 0px;
        }
        
        header .slider-inner {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        
        header .slider-inner .slide {
            min-width: 100%;
            box-sizing: border-box;
            position: relative;
            height: 600px;
        }
        
         
        header .slider-inner .slide img {
            width: 100%;
            height: 50%;
            opacity: .6;
        }
        
        .slide h1 {
            position: absolute;
        top: 20%;
        left: 25%;
        font-size: 20px;
            color: white;
            text-transform: uppercase;
            font-family: 'Poppins', sans-serif;
        background-color: #55555575;
            padding: 20px;
        border-radius: 30px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        
        border-radius: 10px;}
        



    .section1{
        width: 100%;
        padding: 20px 30px 10px 0px;
        height: auto;
        margin-left: 10%;
        margin-top: -50%;
    }
    
    
    .section1 h1{
        text-align: center;
        font-size: 30px;
        color: rgb(218, 164, 27);
    
       }
    
    
    
    
    .section1 .content{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    /* height: 100px; */
    }
    
    .section1 .content .card1{
    width: 43%;
    height: 100%;
    margin-left: 1%;
    order: 2;
    margin-top: -10%;
    }
    
    .section1 .content .card1 .top{
      display: flex;
      flex-direction: column;
      gap: 2px;
      color: white;
      text-align: left;
      position: relative;
      margin-top: 100px;
      padding-left: 4%;
        }
        
        .section1 .content .card1 .top h3{
            color: rgb(218, 164, 27); 
            text-align: start;     
            background-color: #555;
            padding: 10px;
            border-radius: 20px; 
            width: fit-content;
            margin-left: 0%;
            font-size: 20px;
    
              }
    
              .section1 .content .card1 .top p{
          font-size: 12px;
        width: 90%;   
        text-align: start;   
        margin-left: 0%;
        opacity: .4;
        }
    
              .section1 .content .card1 .top i{
          position: absolute;
          top:25%;
          left:80%;
          font-size: 50px;
          border: 2px solid    rgb(218, 164, 27);
          border-radius: 50px;
          font-weight: 100;
          padding: 5px;
              }
    
              .section1 .content .card1 .bottom{
                display: flex;
                flex-direction: column;
                gap: 2px;
                color: white;
                text-align: left;
                position: relative;
                margin-top: 17%;
                padding-left: 14%;
                margin-left: -10%;
                  }
                  
                  .section1 .content .card1 .bottom h3{
                      color: rgb(218, 164, 27); 
                      text-align: start;     
                      background-color: #555;
                      padding: 10px;
                      border-radius: 20px; 
                      width: fit-content;
                      margin-left: 0%;
                      font-size: 18px;
              
                        }
              
                        .section1 .content .card1 .bottom p{
                    font-size: 12px;
                  width: 90%;   
                  text-align: start;   
                  margin-left: 0%;
                  opacity: .4;
                  }
              
                        .section1 .content .card1 .bottom i{
                    position: absolute;
                    top:23%;
                    left:80%;
                    font-size: 50px;
                    border: 2px solid    rgb(218, 164, 27);
                    border-radius: 50px;
                    font-weight: 100;
                    padding: 5px;
                        }
                  /* ======================================================================= */
    
                  .section1 .content .card2{
                    width: 73%;
                    height: 100%;
                    background: linear-gradient(to right bottom, black 10%, #55555575 40%, black 88%);
                    border-radius: 30px;
                    padding-bottom: 00px;
                    order: 1;
                    margin-left: 5%;
                    
                    }
    
    
                  .section1 .content .card2 img{
                    width: 60%;
                    height:auto;
                    margin-left: 16%;
                    margin-top: 30px;
                    opacity: .4;
                  }
    
                  /* ======================================================================= */
                  .section1 .content .card3{
                    width: 43%;
                    height: 100%;
                    margin-left: 1%;
                    order: 3;
                    margin-top: 15%;

                    }
                    
                    .section1 .content .card3 .top{
                      display: flex;
                      flex-direction: column;
                      gap: 2px;
                      color: white;
                      text-align: left;
                      position: relative;
                      margin-top: 100px;
                      padding-left: 14%;
                        }
                        
                        .section1 .content .card3 .top h3{
                            color: rgb(218, 164, 27); 
                            text-align: start;     
                            background-color: #555;
                            padding: 10px;
                            border-radius: 20px; 
                            width: fit-content;
                            margin-left: 0%;
                            font-size: 20px;
                    
                              }
                    
                              .section1 .content .card3 .top p{
                          font-size: 12px;
                        width: 90%;   
                        text-align: start;   
                        margin-left: 0%;
                        opacity: .4;
                        }
                    
                              .section1 .content .card3 .top i{
                          position: absolute;
                          top:25%;
                          left:78%;
                          font-size: 50px;
                          border: 2px solid    rgb(218, 164, 27);
                          border-radius: 50px;
                          font-weight: 100;
                          padding: 5px;
                              }
                    
                              .section1 .content .card3 .bottom{
                                display: flex;
                                flex-direction: column;
                                gap: 2px;
                                color: white;
                                text-align: left;
                                position: relative;
                                margin-top: 17%;
                                padding-left: 14%;
                                  }
                                  
                                  .section1 .content .card3 .bottom h3{
                                      color: rgb(218, 164, 27); 
                                      text-align: start;     
                                      background-color: #555;
                                      padding: 10px;
                                      border-radius: 20px; 
                                      width: fit-content;
                                      margin-left: 0%;
                                      font-size: 20px;
                              
                                        }
                              
                                        .section1 .content .card3 .bottom p{
                                    font-size: 11px;
                                  width: 80%;   
                                  text-align: start;   
                                  margin-left: 0%;
                                  opacity: .4;
                                  }
                              
                                        .section1 .content .card3 .bottom i{
                                    position: absolute;
                                    top:24%;
                                    left:78%;
                                    font-size: 45px;
                                    border: 2px solid    rgb(218, 164, 27);
                                    border-radius: 50px;
                                    font-weight: 100;
                                    padding: 5px;
                                        }
    








/* ===================================== */
                                        
.section2{width: 100%;
    height: 100%;
              background-color:black ;
              padding:  0px 30px 40px 40px;
              margin-left: 8%;
}


.section2 h1{
    font-size: 40px;
     background-color:black ;
     color: rgba(218, 164, 27, 0.658); 
     margin-left: 15%;
 }

 
 .section2 hr{
    border-radius: 20px;
    padding: 3px;
    width: 40%;
    background-color: rgb(218, 164, 27);
    background-color: rgb(128, 128, 128);
opacity: .4;
    margin-left: 18%;
    box-shadow: rgba(128, 128, 128,.4) 5px 5px, rgba(128, 128, 128,.3) 10px 10px, rgba(128, 128, 128, .2) 15px 15px, rgba(128, 128, 128,.1) 20px 20px, rgba(128, 128, 128, .05)  25px 25px;
 }

.section2 .content{display: flex;
    background-color:black ;
flex-direction: column;
gap: 0px;}


.section2 .content .right{    background-color:black ;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    order: 2;
    margin-top: 5%;
}

.section2 .content .right .row{
    width: 100%;
    padding: 20px;
    background-color:#555;
    border-radius: 60px 60px 60px 60px;
    font-size: 12px;
    font-weight: 800;
    color:  rgb(218, 164, 27); 
    word-spacing: 5px;
    margin-left: -20%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    opacity: .6;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}

.section2 .content .right .row i{
    font-size: 40px;
    color:black;
}




    .section2 .content .left{
        width: 90%;
        height: 100%;
        background-color:black ;
margin-left: 6%;

    }


    .section2 .content .left img{
        width: 75%;
        padding: 10px;
        border-radius: 15%;
        opacity: .3;
       margin-top: 10%;
    }


        
   





/* ========================================================================================================== */



.footer{
    background:#55555580;
    padding:30px 0px;
    font-family: 'Play', sans-serif;
    text-align:center;
    }
    
    .footer .row{
    width:100%;
    margin:1% 0%;
    padding:0.6% 0%;
    color:gray;
    font-size:0.8em;
    }
    

    .footer .row a{
    text-decoration:none;
    color:gray;
    transition:0.5s;
    font-size: 20px;
    font-weight: 900;
    }
    
    .footer .row a:hover{
    color:#fff;
    }
    
    .footer .row ul{
    width:100%;
    }
    
    .footer .row ul li{
    display:inline-block;
    margin:0px 30px;
    }
    
    .footer .row a i{
    font-size:2em;
    margin:0% 1%;
    color: #fff;
    }
    
    .footer{
    text-align:left;
    padding:5%;
    }
    .footer .row ul li{
    display:block;
    margin:10px 0px;
    text-align:left;
    }
    .footer .row a i{
    margin:0% 3%;
    }
    






    .section1{
        overflow-x: hidden; /* Ensure no horizontal scrolling */
        width: 90%;
    }


  .footer {
        overflow-x: hidden; /* Ensure no horizontal scrolling */
        width: 100%;
    }







}


    @media(min-width:300px) and (max-width:480px){
       
        body {
            margin: 0px !important;
            overflow-y: auto;
            overflow-x: hidden; /* Prevent horizontal scroll */
            width: 100% !important;
            font-family: 'Poppins', sans-serif;
        }



        
        body, html {
            margin: 0;
            padding: 0;
            width: 100%;
            overflow-x: hidden; /* Ensures no horizontal scrolling */
        }
        


        * {
            box-sizing: border-box;
        }
        


        header {
            position: relative;
            height: auto; /* Keep header dynamic */
            overflow: hidden; /* Hide any overflow */
            overflow: hidden;

        }
        
        nav {
            overflow: hidden;
            width: 110%;
            height: 55px; /* Set height for the nav */
            position: fixed;
            top: 0;
            left: 0;
            z-index: 10; /* Keep nav on top */
            background-color: #333333cc;
            margin-left: -4%;
            margin-right: 30%;
        }
        
        header nav ul {
            list-style: none;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 4%;
            padding: 0;
            margin-left:3%;
            height: 100%;
            align-items: center; /* Align items vertically in the nav */
        }
        
        header nav ul li {
            margin-right: 0px;
            margin-left: 0px;
        
        }
        
        header nav ul li a {
            text-decoration: none;
            color: #fff;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            font-size: 14px;
            padding: 0 0px;
        }
        
        header nav ul li a:hover {
            background-color: #555;
        }
        
        header nav ul li img {
            width: 56px;
            height: auto;
            opacity: 1;
            background-color: #ffffff4f;
            padding: 10px;
            border-radius: 10px;
            margin-top: 10px;
        }
        
        header .slider {
            overflow: hidden;
            width: 100%;
            margin-top: 0px;
        }
        
        header .slider-inner {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        
        header .slider-inner .slide {
            min-width: 100%;
            box-sizing: border-box;
            position: relative;
            height: 600px;
        }
        
         
        header .slider-inner .slide img {
            width: 100%;
            height: 50%;
            opacity: .6;
        }
        
        .slide h1 {
            position: absolute;
        top: 20%;
        left: 25%;
        font-size: 20px;
            color: white;
            text-transform: uppercase;
            font-family: 'Poppins', sans-serif;
        background-color: #55555575;
            padding: 20px;
        border-radius: 30px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        
        border-radius: 10px;}
        
/* ========================================================================================================== */




.section1{
    padding: 00px 0px;
    margin-top: -50%;
    overflow-x: hidden;

}

.section1 h1{
    margin-left: 30%;
    color: #fff;
    font-size: 30px;
    color: rgb(218, 164, 27);
}

.section1 hr{
    width: 18%;
    padding: 3px;
    border: none;
    border-radius: 10px;
    background-color: white;
    margin-left: 42%;
}

.section1 .content{
    display: flex;
    flex-direction: row;
    gap: 80px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
}


.section1 .card{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #20222459;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 0px;
}



.section1 .card2{
    background-color:#18191b ;

}




.section1 .card-content {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
}






.page{
    padding: 0px 0px;
        
    }
    
    .section1{
        margin-top: -90%;
        width: 100%;
        padding: 100px 0px;
        height: auto;
        margin-left: 10%;
    }
    
    
    .section1 h1{
        margin-left: 10%;
        font-size: 30px;
        color: rgb(218, 164, 27);
    
       }
    
    
    
    
    .section1 .content{
    display: flex;
    flex-direction:column;
    gap: 0px;
    width: 100%;
    /* height: 100px; */
    }
    
    .section1 .content .card1{
    width: 93%;
    height: 100%;
    margin-left: -10%;
    order: 2;
    margin-top: -10%;
    }
    
    .section1 .content .card1 .top{
      display: flex;
      flex-direction: column;
      gap: 2px;
      color: white;
      text-align: left;
      position: relative;
      margin-top: 100px;
      padding-left: 14%;
        }
        
        .section1 .content .card1 .top h3{
            color: rgb(218, 164, 27); 
            text-align: start;     
            background-color: #555;
            padding: 10px;
            border-radius: 20px; 
            width: fit-content;
            margin-left: 0%;
            font-size: 20px;
    
              }
    
              .section1 .content .card1 .top p{
          font-size: 12px;
        width: 50%;   
        text-align: start;   
        margin-left: 0%;
        opacity: .4;
        }
    
              .section1 .content .card1 .top i{
          position: absolute;
          top:55%;
          left:63%;
          font-size: 70px;
          border: 2px solid    rgb(218, 164, 27);
          border-radius: 50px;
          font-weight: 100;
          padding: 5px;
              }
    
              .section1 .content .card1 .bottom{
                display: flex;
                flex-direction: column;
                gap: 2px;
                color: white;
                text-align: left;
                position: relative;
                margin-top: 100px;
                padding-left: 14%;
                  }
                  
                  .section1 .content .card1 .bottom h3{
                      color: rgb(218, 164, 27); 
                      text-align: start;     
                      background-color: #555;
                      padding: 10px;
                      border-radius: 20px; 
                      width: fit-content;
                      margin-left: 0%;
                      font-size: 20px;
              
                        }
              
                        .section1 .content .card1 .bottom p{
                    font-size: 12px;
                  width: 50%;   
                  text-align: start;   
                  margin-left: 0%;
                  opacity: .4;
                  }
              
                        .section1 .content .card1 .bottom i{
                    position: absolute;
                    top:55%;
                    left:63%;
                    font-size: 70px;
                    border: 2px solid    rgba(218, 164, 27, 0.386);
                    border-radius: 50px;
                    font-weight: 100;
                    padding: 5px;
                        }
                  /* ======================================================================= */
    
                  .section1 .content .card2{
                    width: 83%;
                    height: 100%;
                    background: linear-gradient(to right bottom, black 10%, #55555575 40%, black 88%);
                    border-radius: 30px;
                    padding-bottom: 00px;
                    order: 1;
                    
                    }
    
    
                  .section1 .content .card2 img{
                    width: 200px;
                    height:auto;
                    margin-left: 18%;
                    margin-top: 30px;
                    opacity: .4;
                  }
    
                  /* ======================================================================= */
                  .section1 .content .card3{
                    width: 93%;
                    height: 100%;
                    margin-left: -10%;
                    order: 3;
                    margin-top: -10%;

                    }
                    
                    .section1 .content .card3 .top{
                      display: flex;
                      flex-direction: column;
                      gap: 2px;
                      color: white;
                      text-align: left;
                      position: relative;
                      margin-top: 100px;
                      padding-left: 14%;
                        }
                        
                        .section1 .content .card3 .top h3{
                            color: rgb(218, 164, 27); 
                            text-align: start;     
                            background-color: #555;
                            padding: 10px;
                            border-radius: 20px; 
                            width: fit-content;
                            margin-left: 0%;
                            font-size: 20px;
                    
                              }
                    
                              .section1 .content .card3 .top p{
                          font-size: 12px;
                        width: 50%;   
                        text-align: start;   
                        margin-left: 0%;
                        opacity: .4;
                        }
                    
                              .section1 .content .card3 .top i{
                          position: absolute;
                          top:55%;
                          left:63%;
                          font-size: 70px;
                          border: 2px solid    rgb(218, 164, 27);
                          border-radius: 50px;
                          font-weight: 100;
                          padding: 5px;
                              }
                    
                              .section1 .content .card3 .bottom{
                                display: flex;
                                flex-direction: column;
                                gap: 2px;
                                color: white;
                                text-align: left;
                                position: relative;
                                margin-top: 100px;
                                padding-left: 14%;
                                  }
                                  
                                  .section1 .content .card3 .bottom h3{
                                      color: rgb(218, 164, 27); 
                                      text-align: start;     
                                      background-color: #555;
                                      padding: 10px;
                                      border-radius: 20px; 
                                      width: fit-content;
                                      margin-left: 0%;
                                      font-size: 20px;
                              
                                        }
                              
                                        .section1 .content .card3 .bottom p{
                                    font-size: 12px;
                                  width: 50%;   
                                  text-align: start;   
                                  margin-left: 0%;
                                  opacity: .4;
                                  }
                              
                                        .section1 .content .card3 .bottom i{
                                    position: absolute;
                                    top:55%;
                                    left:63%;
                                    font-size: 70px;
                                    border: 2px solid    rgb(218, 164, 27);
                                    border-radius: 50px;
                                    font-weight: 100;
                                    padding: 5px;
                                        }
    


                                        
.section2{width: 100%;
    height: 100%;
              background-color:black ;
              padding:  0px 30px 40px 40px;
              margin-left: 5%;
}


.section2 h1{
    font-size: 40px;
     background-color:black ;
     color: rgba(218, 164, 27, 0.658); 
     margin-left: 10%;
 }

 
 .section2 hr{
    border-radius: 20px;
    padding: 3px;
    width: 40%;
    background-color: rgb(218, 164, 27);
    background-color: rgb(128, 128, 128);
opacity: .4;
    margin-left: 18%;
    box-shadow: rgba(128, 128, 128,.4) 5px 5px, rgba(128, 128, 128,.3) 10px 10px, rgba(128, 128, 128, .2) 15px 15px, rgba(128, 128, 128,.1) 20px 20px, rgba(128, 128, 128, .05)  25px 25px;
 }

.section2 .content{display: flex;
    background-color:black ;
flex-direction: column;
gap: 0px;}


.section2 .content .right{
    background-color:black ;

    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    order: 2;
}

.section2 .content .right .row{
    width: 100%;
    padding: 20px;
    background-color:#555;
    border-radius: 60px 60px 60px 60px;
    font-size: 12px;
    font-weight: 800;
    color:  rgb(218, 164, 27); 
    word-spacing: 5px;
    margin-left: -20%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    opacity: .6;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}

.section2 .content .right .row i{
    font-size: 40px;
    color:black;
}




    .section2 .content .left{
        width: 90%;
        height: 100%;
        background-color:black ;

    }


    .section2 .content .left img{
        width: 85%;
        padding: 10px;
        border-radius: 15%;
        opacity: .3;
       margin-top: 10%;
    }


        
   





/* ========================================================================================================== */



.footer{
    background:#55555580;
    padding:30px 0px;
    font-family: 'Play', sans-serif;
    text-align:center;
    }
    
    .footer .row{
    width:100%;
    margin:1% 0%;
    padding:0.6% 0%;
    color:gray;
    font-size:0.8em;
    }
    

    .footer .row a{
    text-decoration:none;
    color:gray;
    transition:0.5s;
    font-size: 20px;
    font-weight: 900;
    }
    
    .footer .row a:hover{
    color:#fff;
    }
    
    .footer .row ul{
    width:100%;
    }
    
    .footer .row ul li{
    display:inline-block;
    margin:0px 30px;
    }
    
    .footer .row a i{
    font-size:2em;
    margin:0% 1%;
    color: #fff;
    }
    
    .footer{
    text-align:left;
    padding:5%;
    }
    .footer .row ul li{
    display:block;
    margin:10px 0px;
    text-align:left;
    }
    .footer .row a i{
    margin:0% 3%;
    }
    






    .section1{
        overflow-x: hidden; /* Ensure no horizontal scrolling */
        width: 90%;
    }


  .footer {
        overflow-x: hidden; /* Ensure no horizontal scrolling */
        width: 100%;
    }







}