       #footthem drpbtn {
            padding: 10px 15px;
            background-color: #007BFF;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            display: inline-block;
        }



    #footthemselect {
    display: none;
    position: absolute;
    background-color: #1a1a21;
    border: 1px solid #1f1f32;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-top: -100px;
}

        #footthemselect ul {
            list-style: none;
            padding: 10px;
            margin: 0;
        }

        #footthemselect li {
            padding: 8px 12px;
            cursor: pointer;
        }

#elFooterLinks div:hover {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: var(--ae-gradient-color);
    font-weight: 700;
}










.bannerbgarea {
    height: 350px;
    display: block;
    background: url(https://i.imgur.com/Nnzw3On.jpg);
	 /* background: url(https://i.imgur.com/o3W63PV.png); */ 
    background-size: cover;
    background-position-y: 25%;
    width: -webkit-fill-available;
    background-position-x: 50%;
	
}

#animate-area {
    background-image: url(https://i.imgur.com/Nnzw3On.jpg);
    background-repeat: repeat-x;
    animation: animatedBackground 70s linear infinite alternate;
    background-size: cover;
}


@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}






		