/*CSS variables section*/
:root {
    background-color: rgb(0,0,34);
    
}

/*Extra Large screens - Extra large desktops*/
.header{
    
}

.heeder-large-screen{
    display: flex !important;
    justify-content: space-evenly !important;
    color:rgb(0, 119, 255);
    font-size: 18px !important;
}
#navDemo{
    background-color: #000015;
    
}
#navDemo a{
    font-size: 13px !important;
    color:rgb(0, 119, 255);
}
.lens-bar-item{
    padding-left: 60px;
    padding-right:20px;
    font-size: 18px;
    color:rgb(25, 132, 255);
    justify-content: space-evenly !important;

}
.lens-button{
    font-size:large;
    border-radius: 20px;
    
}

.coverimg{
    padding-left: 200px;
}
.hero{
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    

    
}
.hero-description{
    height: 650px;
    display: flex;
    background-color:rgb(0,0,34);
}
.hero-text{
    width:70% !important;
    margin: auto !important;
    display: flex;
    flex-wrap: wrap;
    
}


.hero-text p{
    color:white;
    width: 50%;
}
.hero-title{
    padding-top:20px; 
    font-weight: 700;
    text-transform: uppercase;
    font-size: 55px;
    color:rgb(35, 138, 255);
    display: flex;
    flex-wrap: wrap;
    text-align: left;

}
.hero-box{
    background: linear-gradient(360deg, #3b0042, #0d25af6b);
    justify-content: space-evenly;
    padding: 50px;
    margin-top: 50px;
    border-radius: 20px;
    
    
}
.social{
    width:100%;
}
.icons{
    font-size: 20px;
    letter-spacing: 5px;
    color:aliceblue;

}
main{
    width:80% !important;
    margin: auto !important;
}
.title{
    color:white;
    font-weight: 600;
    font-size: 40px;;
    margin:50px 0px;
    text-align: center;
    padding-top: 60px;
    text-transform: uppercase;
    
}


.style-logo img{
    width:100%;
    height: 100%;
    object-fit: contain;
    
}
h2{
    color:white;
    text-align: center;
}

.styles{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*background-color:	rgba(0, 0, 47,0.3); */
    justify-content: space-evenly;
}
.style-list{
    margin: 30px;;
    padding: 20px;
    height: 200px;
    width:250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border:1px solid gray;
    background: rgba(255, 75, 255, 0.1);
    box-shadow: 0 8px 40px 0 rgba(45, 57, 231, 0.37);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.style-list:hover{
    transform: scale(1.05);
}
.store{
    margin-top: 50px;
}
.style-store{
    margin-top: 20px !important;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
.style-image{
    width:300px;
    height: 180px;
    
}
.style-image img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.style-store-list{
    width:300px;
    height: 300px;
     margin: 20px;
    overflow: hidden;
    border-top: none;
    
      -webkit-box-shadow: 0 8px 40px 0 rgba(45, 57, 231, 0.37);
              box-shadow: 0 8px 40px 0 rgba(45, 57, 231, 0.37);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-bottom: 1px solid blueviolet;
    color:rgb(255, 255, 255);
     
}
.store-text-description{
     
padding-left:20px;
display: flex;
flex-direction: column;
     
} 
h4{
    color:white;
    font-weight: 700;
}
.event-hero{
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(360deg,#38013f,#f52776);
    justify-content: space-evenly;
    align-items: center;
    padding:50px;
    margin-top: 50px;
    border-radius: 20px;
    
}
.event-text{
   
    width:50%;
    color: #440120;
    text-align: center;
}

.event-title{
    display: flex;
    flex-wrap: wrap;
    font-size: 40px;
    text-transform: uppercase;
    color:#42011f;
    font-weight: 600;
    text-align: left;
    

}
.event-title2{
    display: flex;
    flex-wrap: wrap;
}
.event-subtext{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.event-image{
    width:400px;
    height: 500px;
}
.event-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.event-text p{
    color: white;
}
.contact{
    
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.contact-list{
    margin-top: 15px !important;
    color: white;
}
h5{
    color:white;
}
span{
    padding-right: 10px;
}

.email-contact{
    width:80%;
    color: gray;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}







/*General CSS and CSS reset*/

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}










/* ____________________________________________________________________*/
/*MEDIA QUERIES*/
/*Large screens - Desktop*/
@media screen and (max-width: 1500px) {
    .hero{
        height: 550px !important;;
        background-image: url("https://spaces.w3schools.com/images/HVYepJYeHdQ_1200_600.jpg");
    }
    .hero-description{
        height: 550px
    }
    .hero-title{
        font-size:50px;
    }
}

/*medium screens - Laptops*/
@media screen and (max-width: 1024px) {
    main{
        width:100% !important;
        margin: auto !important;
    }    
    
}


