*
{
	margin:0;
	padding:0;
	
	
}

.soon
{
	display:flex;
  width: 100%;
	
}
.so
{   
	
	background-color:black;
	background-size:cover;
	Display:flex;
	
	text-align:left;
	

}
.son
{   
	Color:white;
	Display:flex;
	background-color:black;
	text-align: right;
	list-style:none;
	margin-left: 100px;
	gap:20px;
	display: flex;
  justify-content: space-around;
	max-width:auto;
  padding-right:50px;
  padding-left:90px;
	
	
	
}
.son i {
	Color:white;
/* adjust the value to change the space between icons */
}
.fop
{
	
	Color:white;
	Display:flex;
	justify-content: space-around;
	list-style:none;
	text-align:Center;
	gap:20px;
	padding-left:170px;
	position:Center;
	
	
	
}

.s1
{
	border: none;
    Color:white;	
	background-color:black;
	justify-content: space-around;
}

.header {
    background-image: url('assets/media/images/ULTRA.png');
    background-size: cover;
    background-position: center;
    height: 300px;
	width:100%;
    position: relative;
	overflow-x:hidden;
}


.header .overlay {
    background-image: url('../assets/media/images/ULTRA.png');
	background-size:cover;
	background-position: center;
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	
	z-index:-100;
	padding:0px;
	
}
.music{
	padding:40px;
}
.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px; 
}

.icon {
  font-size: 32px;
  color: #333;
}
.vertical-line {
    width: 2px; 
    height: 90px;
    background-color: black; 
	margin: 0 50%;
	justify-content:center;
	
}
.vertical{
	text-align:center;
	margin:20px;
	font-family:verdana;
}

.container {
  width: 800px;
  margin: 40px auto; 
}

.columns {
  display: flex;
  justify-content: space-between;
}
.h4{
	margin:20px;
}
.column {
  flex-basis: 45%; 
  padding: 20px;
}
.column p{
	margin:10px;
}

.contact-links {
  margin-top: 40px; 
  padding: 20px;

}

.contact-links a {
  display: block;
  margin-bottom: 10px; 
  padding: 10px; 
  color: #333; 
}

.logo img {
    width: 200px;
    margin-bottom: 20px;
}


.images img {
    width: 200px;
    height: 200px;
    margin: 0 10px;
	padding:25px;
    
   
}


.images {
    display: flex;
    justify-content: center-top;
	margin-top:450px;
	padding:250px;
	
	position:absolute;
}

.image{
	width:100%;
	height:500px;
}
.image-swiper {
  position:absolute;
   position:relative;
  width: 100%; 
  height: 400px;
  
  cursor: pointer;
  justify-content:center-top;
  display: flex;
  
}

.image-slide {
  position:relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center-top;
  height: 100%;
  transition: transform 4s ease-in-out;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
 transition: transform 4s ease-in-out;
}


.image-slide img {
  width: 50%;
  height: 50%;
  object-fit: cover;
  justify-content:center;
  margin:10px;
  padding:5px;
}

.image-swiper:hover .image-slide {
  transform: translateX(-200%);
}

.image-swiper:hover .image-slide:nth-child(2) {
  transform: translateX(-400%);
}

.image-swiper:hover .image-slide:nth-child(3) {
  transform: translateX(-500%);


	
}
h6{
	color:white;
}
h2{
	color:black;
}
h1{
	color:white;
}
h3{
	color:black;
}
h4{
	color:white;
}
h5{
	color:black;
}
.vertical-li {
    width: 2px; 
    height: 25px;
    background-color:white; 
	margin: 0 50%;
	justify-content:center;
	
}
.update
{
    background-image: url('../assets/media/images/bg.jpeg');
	width:100%;
	max-width:auto;
	height:100%;
	max-height:auto;
	position:relative;
	
	
}
.grid-container {
  display: flex;
  justify-content:Center;
  align-items:center;
  width:800px; 
  height: 200px; 
  border: 2px solid white; 
  padding:5px;
  margin-left:240Px;
}

.grid-item {
  color:white;
  padding:50px; /* padding inside each item */
}
.signup{
	list-style:none;
	color:white;
	background-color:red;
	border:none;
	width:100px;
	
}
.footer {
    background-color: black;
    color: white;
    padding: 40px 0px;
}

.footer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-text {
    font-size: 14px;
    margin: 14px 0px;
	 display: flex;
	 gap: 25px;
	 justify-content: center;
    padding:25px;
	 
}

.footericons{
    display: flex;
    gap: 15px;
    justify-content: center;
	
}

.footericons{
    font-size: 20px;
}
.rights
{
	text-align:center;
}

